summaryrefslogtreecommitdiffstats
path: root/dwflpp.h
Commit message (Expand)AuthorAgeFilesLines
* Use a wider cache for simple function lookupsJosh Stone2010-03-301-2/+9
* Remove unused code from iterate_over_functionsJosh Stone2010-03-301-2/+1
* PR11173 Markers get a bad address in prelinked libraries.Mark Wielaard2010-01-181-2/+0
* Search other CUs of the module when resolving declarations.Mark Wielaard2009-11-171-2/+5
* PR10622 Search for extern $variables in symbol table.Mark Wielaard2009-11-161-0/+1
* Cache Dwfl's for reuse between pass 2 and pass 3.Mark Wielaard2009-09-291-1/+2
* Use dwlpp::setup_kernel for tracepoint modules.Mark Wielaard2009-09-281-1/+2
* PR10461: Match C++ scopes for namespaces and classesJosh Stone2009-09-161-0/+3
* Remove the unused function_name_final_matchJosh Stone2009-09-161-1/+0
* Remove function comparison from label iterationJosh Stone2009-09-151-3/+2
* PR10594 cont'd: Use parent die cache for variable lookupJosh Stone2009-09-101-8/+6
* PR10594: Provide a cached dwarf_getscopes_dieJosh Stone2009-09-101-0/+11
* Use a regexp for matching blacklist sectionsJosh Stone2009-09-031-0/+1
* Fetch the blacklist section only when neededJosh Stone2009-09-031-4/+1
* PR10573: Squash duplicate inline instancesJosh Stone2009-09-031-0/+1
* PR10572: Allow duplicate function names in a CUJosh Stone2009-09-021-2/+11
* Provide backward-compatible unordered_map/setJosh Stone2009-09-021-20/+5
* Cache inline instance lookupsJosh Stone2009-08-281-1/+2
* Reorganize iterate_over_labelsJosh Stone2009-08-261-5/+6
* Compute cu_name dynamicallyJosh Stone2009-08-251-1/+2
* Convert module_cu_cache_t to a stap_mapJosh Stone2009-08-251-1/+3
* Index cu_inl_function_cache_t by function->addrJosh Stone2009-08-251-1/+3
* Index mod_cu_function_cache_t by cu->addrJosh Stone2009-08-251-7/+13
* PR2475: Filter filenames against the decl_fileJosh Stone2009-08-241-1/+1
* Simplify _ELFUTILS_PREREQ checkingJosh Stone2009-08-101-10/+5
* PR10294: support wider range for statement probeWenji Huang2009-08-051-0/+1
* Make a real type for target_symbol->componentsJosh Stone2009-07-311-2/+1
* Allow dwflpp to take a vector of module namesJosh Stone2009-07-201-1/+2
* PR10388 Support DW_OP_call_frame_cfa.Mark Wielaard2009-07-151-0/+4
* PR3498 cont'd, fix wildcard module("*") probesFrank Ch. Eigler2009-07-081-1/+1
* PR3498: speed up pass-2 and pass-3 for kernel offline dwfl module searchingFrank Ch. Eigler2009-07-071-2/+2
* PR10327: resolve symbol aliases to dwarf functionsJosh Stone2009-07-011-22/+1
* PR10305 Mark probes fail on prelinked shared library.Mark Wielaard2009-06-241-0/+2
* Remove needless string copyingJosh Stone2009-06-231-6/+6
* PR 10313 Build error due to deprecation of elf_getshstrndx in elfutils (old)Mark Wielaard2009-06-231-0/+3
* PR 10313 Build error due to deprecation of elf_getshstrndx in elfutils.Mark Wielaard2009-06-231-0/+7
* Remove dwflpp::default_nameJosh Stone2009-06-081-2/+0
* Cache the last result of dwarf_getscopesJosh Stone2009-06-021-0/+5
* Move the blacklist functions into dwflppJosh Stone2009-06-011-0/+21
* Privatize many dwflpp membersJosh Stone2009-05-151-56/+56
* Simplify our unordered_map typedefsJosh Stone2009-05-151-13/+9
* Break the dwflpp dependence on query_cuJosh Stone2009-05-151-2/+1
* Break the dwflpp dependence on query_moduleJosh Stone2009-05-151-3/+0
* Merge the dwflpp::query_cu_..._address methodsJosh Stone2009-05-151-4/+1
* Remove unused dwflpp methodsJosh Stone2009-05-151-4/+0
* Move dfwlpp into its own fileJosh Stone2009-05-121-0/+383