summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* PR10273 Correctly adjust libdw address for dwfl dwarf bias.Mark Wielaard2009-06-181-5/+6
* PR10273. uprobes fail to insert on prelinked library.Mark Wielaard2009-06-171-1/+1
* Remove dwflpp::default_nameJosh Stone2009-06-081-15/+4
* Let query_module abort early for simple matchesJosh Stone2009-06-081-7/+2
* Merge branch 'master' of ssh://sourceware.org/git/systemtapJosh Stone2009-06-021-1/+7
|\
| * Add debuginfo-install suggestion for kernel probing.William Cohen2009-06-011-1/+7
* | Cache the last result of dwarf_getscopesJosh Stone2009-06-021-2/+22
* | Move the blacklist functions into dwflppJosh Stone2009-06-011-1/+290
|/
* Suggest rpms to install using debuginfo-install.William Cohen2009-05-271-0/+4
* Privatize many dwflpp membersJosh Stone2009-05-151-3/+3
* Simplify our unordered_map typedefsJosh Stone2009-05-151-5/+0
* Break the dwflpp dependence on query_cuJosh Stone2009-05-151-4/+3
* Break the dwflpp dependence on query_moduleJosh Stone2009-05-151-7/+0
* Merge the dwflpp::query_cu_..._address methodsJosh Stone2009-05-151-20/+7
* Don't shadow dwlfpp::dwfl in loc2c_emit_addressJosh Stone2009-05-151-2/+1