Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-22TCF Agent: added support for compressed ELF sectionsEugene Tarassov1-7/+8
2018-07-18Bug 537018 - Possible access to unintended variable in "tcf.agent/agent/tcf/s...Eugene Tarassov1-1/+1
2017-11-15TCF Agent: fixed handling of non-zero address of DWARF strings sectionEugene Tarassov1-10/+13
2017-11-15TCF Agent: fixed handling of non-zero address of DWARF line info sectionEugene Tarassov1-0/+4
2017-11-15TCF Agent: fixed handling of non-zero address of DWARF abbreviations sectionEugene Tarassov1-0/+4
2017-05-16TCF Agent: fixed: optimization in dio_ReadU8() does not work well on ARM beca...Eugene Tarassov1-2/+2
2016-01-23TCF Agent: a bit faster reading of DWARF dataEugene Tarassov1-2/+11
2015-08-10Bug 474604 - Too restrictive check for offset in DW_TAG_compile + DW_AT_siblingEugene Tarassov1-7/+13
2015-01-14Bug 457475 - FORM_DATA1 is not supported as a flag formatEugene Tarassov1-0/+1
2014-11-19TCF Agent: DWARF reader: better error message textEugene Tarassov1-1/+1
2014-11-19ICC compiler relocates AT_ranges attribute.Xavier Pouyollon1-1/+1
2014-10-29TCF Agent: a bit faster reading of DWARF infoEugene Tarassov1-0/+9
2014-10-25TCF Agent: added support for .debug_types section in DWARF 4Eugene Tarassov1-2/+6
2014-10-23TCF Agent: fixed: in the 64-bit DWARF format, abbrev section offset is an 8-b...Eugene Tarassov1-1/+1
2014-09-17FORM_SEC_OFFSET needs relocation to be applied on it.Xavier Pouyollon1-2/+2
2014-08-13TCF Agent: DWARF 4: fixed support of FORM_SEC_OFFSET in AT_stmt_listEugene Tarassov1-0/+1
2014-02-12TCF Agent: fixed misspelling: DZW -> DWZEugene Tarassov1-1/+1
2013-12-13TCF Agent: added support for GNU DWZ debug info filesEugene Tarassov1-6/+39
2013-12-13TCF Agent: fixed: cannot read DW_FORM_ref_addr DWARF attribute in 64-bit ELF.Eugene Tarassov1-0/+4
2012-10-28TCF Agent: a bit faster DWARF readerEugene Tarassov1-7/+11
2012-08-01Agent: various compiler warning fixesPeder Andersen1-2/+2
2012-06-29Fix more DWARF relocation.Manuel Coutand1-14/+0
2012-06-29Fix DWARF relocation for string offsets.Manuel Coutand1-1/+1
2011-12-30TCF Agent: implemented remote execution of DWRF expressions; more C++ support...Eugene Tarassov1-6/+8
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-0/+2
2011-12-05TCF Agent: fixed compiler warning: no newline at end of file.Eugene Tarassov1-1/+1
2011-12-05TCF Agent: added handling of EXCEPTION_IN_PAGE_ERROR; Some code cleanup.Eugene Tarassov1-17/+17
2011-11-22TCF Agent: added DWARF 4 support.Eugene Tarassov1-43/+54
2011-11-11#include directives changed to include "tcf" as the first directory name in h...Eugene Tarassov1-6/+6
2011-11-11Agent code is moved into separate "agent" directory, all C code moved into "t...Eugene Tarassov1-0/+764

    Back to the top