summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
Commit message (Expand)AuthorAgeFilesLines
* BZ580943: add more patterns to kprobe blacklistFrank Ch. Eigler2010-04-091-0/+2
* Use a wider cache for simple function lookupsJosh Stone2010-03-301-0/+60
* Remove unused code from iterate_over_functionsJosh Stone2010-03-301-10/+1
* robustness: add special_mapping_* to blacklist for 2.6.32ishFrank Ch. Eigler2010-03-201-0/+3
* Support building against elfutils < 0.142 again.Mark Wielaard2010-02-021-1/+3
* Make sure cfa_ops are always retrieved through dwfl global address.Mark Wielaard2010-02-021-10/+24
* PR11173 Markers get a bad address in prelinked libraries.Mark Wielaard2010-01-181-39/+0
* PR10467 cont'd: be tolerant of bad line numbersJosh Stone2010-01-141-5/+2
* Fix get_cfa_ops failure on shared libraries.Mark Wielaard2010-01-061-3/+3
* PR11015 Support shared library reloading (in different processes)Mark Wielaard2009-12-221-3/+3
* dwarf probes: skip inlined instances with null (buggy) entrypcFrank Ch. Eigler2009-12-201-0/+10
* Search other CUs of the module when resolving declarations.Mark Wielaard2009-11-171-10/+38
* Use DW_AT_MIPS_linkage_name when available in vardie_from_symtable.Mark Wielaard2009-11-171-1/+8
* Remove caching of emit_address for kernel modules and shared libraries.Mark Wielaard2009-11-171-4/+7
* PR10010 Support $globals in shared libraries.Mark Wielaard2009-11-161-6/+5
* PR10622 Search for extern $variables in symbol table.Mark Wielaard2009-11-161-14/+54
* PR10923 Handle AT_frame_base given by DW_OP_call_frame_cfa in .debug_frame.Mark Wielaard2009-11-081-2/+2
* Ensure that DWARF keeps loc2c to a reasonable stack depthJosh Stone2009-10-211-0/+7
* Report experssion stack slot use back from loc2c.Roland McGrath2009-10-141-1/+2
* Handle DW_AT_const_value as alternative to location description.Mark Wielaard2009-10-051-1/+10
* Cache Dwfl's for reuse between pass 2 and pass 3.Mark Wielaard2009-09-291-13/+12
* Factor out duplicated code to setup user/module Dwfl from dwflpp/translate.Mark Wielaard2009-09-291-46/+9
* Use dwlpp::setup_kernel for tracepoint modules.Mark Wielaard2009-09-281-4/+33
* Factor out duplicated code to setup kernel/module Dwfl from dwflpp/translate.Mark Wielaard2009-09-281-93/+4
* PR10574: remove comdat/duplicate functions with entrypc=0Frank Ch. Eigler2009-09-221-1/+12
* Fix build error with elfutils < 0.142.Roland McGrath2009-09-171-4/+4
* PR10417 Pass around attributes for supporting DW_OP_{implicit,stack}_value.Mark Wielaard2009-09-171-2/+2
* Fix compilation error of dwflpp.cxx on gcc 4.1Wenji Huang2009-09-171-2/+3
* PR10461: Match C++ scopes for namespaces and classesJosh Stone2009-09-161-0/+58
* Remove the unused function_name_final_matchJosh Stone2009-09-161-7/+0
* Clean up dwflpp::translate_location workaround for DW_AT_data_member_location.Mark Wielaard2009-09-161-12/+11
* Remove function comparison from label iterationJosh Stone2009-09-151-26/+16
* Add actual pc address to semantic error about inaccessible variables.Mark Wielaard2009-09-111-1/+2
* PR10594 cont'd: Use parent die cache for variable lookupJosh Stone2009-09-101-63/+118
* Simplify deleting all map valuesJosh Stone2009-09-101-19/+5
* PR10594: Provide a cached dwarf_getscopes_dieJosh Stone2009-09-101-5/+98
* Escape literal '.'s in regular expressionsJosh Stone2009-09-031-7/+7
* Use a regexp for matching blacklist sectionsJosh Stone2009-09-031-8/+15
* Fetch the blacklist section only when neededJosh Stone2009-09-031-13/+3
* PR10572: Allow duplicate function names in a CUJosh Stone2009-09-021-13/+17
* Delete stuff that dwflpp newedJosh Stone2009-09-021-0/+17
* Unify lex_cast* and avoid string copiesJosh Stone2009-09-021-15/+15
* Cache inline instance lookupsJosh Stone2009-08-281-11/+50
* Reorganize iterate_over_labelsJosh Stone2009-08-261-51/+42
* Compute cu_name dynamicallyJosh Stone2009-08-251-6/+11
* Avoid needless Dwarf_Die copyingJosh Stone2009-08-251-14/+11
* Index cu_inl_function_cache_t by function->addrJosh Stone2009-08-251-3/+2
* Index mod_cu_function_cache_t by cu->addrJosh Stone2009-08-251-11/+12
* PR2475: Filter filenames against the decl_fileJosh Stone2009-08-241-1/+1
* PR10461: Add support for C++ classes and referencesJosh Stone2009-08-211-13/+33