summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR10537 process().function().label() should select multiple inlined instances.Mark Wielaard2009-08-201-20/+9
* Give a more exact error for dereferencing void*Josh Stone2009-08-191-0/+6
* PR10538: Give a file:line hint for anonymous typesJosh Stone2009-08-191-2/+13
* Create a dwarf_attr_die idiomJosh Stone2009-08-191-10/+3
* Use dwarf_diename instead of a DW_AT_name lookupJosh Stone2009-08-191-3/+1
* Use dwarf_type_name in more placesJosh Stone2009-08-191-49/+26
* PR10538: Improve location lookup for unionsJosh Stone2009-08-191-7/+8
* PR10533 inlined vars are not always found (dwflpp).Mark Wielaard2009-08-181-14/+26
* PR10461: Probe identical functions only onceJosh Stone2009-08-111-10/+0
* Don't call dwarf_lowpc after dwarf_entrypc failsJosh Stone2009-08-111-7/+0
* Avoid assertion error for no matched function in statement probeWenji Huang2009-08-101-0/+2
* PR10499: Integrate attributes in dwarf_decl_file/lineJosh Stone2009-08-101-6/+6
* Simplify _ELFUTILS_PREREQ checkingJosh Stone2009-08-101-6/+1
* Zap dwarf_diename_integrateJosh Stone2009-08-071-11/+11
* PR10294: support wider range for statement probeWenji Huang2009-08-051-2/+6
* PR2049: support arbitrary $target-array indexingJosh Stone2009-08-031-2/+11
* Make a real type for target_symbol->componentsJosh Stone2009-07-311-28/+36
* PR10459. Disable all warning messages on -w.Mark Wielaard2009-07-301-1/+1
* PR6905: tweak WILDCARD and RANGE line type for process.statementWenji Huang2009-07-271-4/+28
* Workaround cfa_nops not being needed on earlier elfutils.Mark Wielaard2009-07-231-1/+1
* Adjust to new elfutils dwarf_frame_cfa interface.Mark Wielaard2009-07-231-2/+3
* Use the query paradigm for resolving sdt probesJosh Stone2009-07-211-2/+0
* Save module when dwflpp setup_user.Mark Wielaard2009-07-211-0/+1
* Allow dwflpp to take a vector of module namesJosh Stone2009-07-201-20/+36
* PR10398 DW_OP_call_frame CFA support doesn't work for prelink shared libs.Mark Wielaard2009-07-161-3/+40
* PR5930: Address-op for $target and @cast membersJosh Stone2009-07-151-0/+15
* PR10388 Support DW_OP_call_frame_cfa.Mark Wielaard2009-07-151-2/+37
* PR4166: Allow array-like indexing on pointersJosh Stone2009-07-141-6/+8
* PR3498, cont'dFrank Ch. Eigler2009-07-091-0/+4
* PR3498 cont'd, fix wildcard module("*") probesFrank Ch. Eigler2009-07-081-22/+22
* Add support for constant struct member field offsets.Mark Wielaard2009-07-081-1/+19
* PR3498: speed up pass-2 and pass-3 for kernel offline dwfl module searchingFrank Ch. Eigler2009-07-071-15/+49
* PR10327: resolve symbol aliases to dwarf functionsJosh Stone2009-07-011-4/+15
* PR10305 Mark probes fail on prelinked shared library.Mark Wielaard2009-06-241-4/+31
* Remove needless string copyingJosh Stone2009-06-231-14/+14
* PR 10313 Build error due to deprecation of elf_getshstrndx in elfutils.Mark Wielaard2009-06-231-1/+1