Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-22TCF Agent: more efficient handling of dynamic values of attributes in DWARFEugene Tarassov1-3/+3
2015-02-15Bug 459708 - Only offsets are used when trying to bitfield addressesEugene Tarassov1-0/+4
2014-10-27TCF Agent: new function in the DWARF reader API: read_and_evaluate_dwarf_obje...Eugene Tarassov1-13/+8
2013-11-13Bug 421285 - infinite loop when using symbol proxy get_location_info()Eugene Tarassov1-51/+26
2012-10-28TCF Agent: better handling of relocations in .debug_loc sectionsEugene Tarassov1-8/+23
2012-10-26TCF Agent: better error checking when evaluating DWARF expressionEugene Tarassov1-1/+1
2012-10-24Bug 392348 - Unable to retrieve line info from an address in some casesEugene Tarassov1-3/+1
2012-10-20TCF Agent: better handling of ELF file name aliases (like symlinks, relative ...Eugene Tarassov1-2/+1
2012-10-19TCF Agent: better handling of same symbols loaded at multiple addressesEugene Tarassov1-5/+16
2012-10-10TCF Agent: more DWARF 4 supportEugene Tarassov1-1/+1
2012-06-29TCF Agent: code cleanupEugene Tarassov1-2/+1
2012-06-29Fix more DWARF relocation.Manuel Coutand1-1/+2
2012-04-25TCF Agent: wider usage of location expressions instead of get_symbol_address,...Eugene Tarassov1-307/+47
2012-02-09TCF Agent: new function get_dwarf_parent() for better support of DWARF lazy l...Eugene Tarassov1-1/+1
2012-02-08TCF Agent: added field in RegisterIdScope: fp_abi and elf64. Removed redundan...Eugene Tarassov1-2/+1
2012-02-01TCF Agent: DWARFV reader improvements:Eugene Tarassov1-2/+2
2012-01-31TCF Agent: fixed regression in the DWARF reader caused by previous commit.Eugene Tarassov1-1/+2
2012-01-10TCF Agent: added support for OP_call2, OP_call4 and OP_call_ref in the DWARF ...Eugene Tarassov1-1/+61
2012-01-02TCF Agent: fixed OP_implicit_pointer handling in DWARF.Eugene Tarassov1-20/+46
2011-12-30TCF Agent: implemented remote execution of DWRF expressions; more C++ support...Eugene Tarassov1-166/+122
2011-12-19TCF Agent: fixed: get_symbol_address() returns error if the symbol represents...Eugene Tarassov1-1/+1
2011-12-19TCF Agent: multiple performance and stability improvement in DWARF reader.Eugene Tarassov1-1/+1
2011-12-16TCF Agent: fixed support of latest gcc debug info (as it is found in Fedora C...Eugene Tarassov1-1/+1
2011-12-05TCF Agent: added handling of EXCEPTION_IN_PAGE_ERROR; Some code cleanup.Eugene Tarassov1-1/+1
2011-12-04TCF Agent: added handling of OP_form_tls_address, fixed few minor issues in D...Eugene Tarassov1-1/+13
2011-12-03TCF Agent: tested and fixed handling of "debuginfo" files in Linux. Added sup...Eugene Tarassov1-138/+166
2011-11-22TCF Agent: added DWARF 4 support.Eugene Tarassov1-0/+12
2011-11-11#include directives changed to include "tcf" as the first directory name in h...Eugene Tarassov1-11/+11
2011-11-11Agent code is moved into separate "agent" directory, all C code moved into "t...Eugene Tarassov1-0/+333

    Back to the top