Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-05-29Bug 581971 - Failed to handle loclist for DWARF 5Eugene Tarassov1-26/+35
2022-08-05Bug 580489 - failed to handle .debug_rnglists section sometimesEugene Tarassov1-5/+19
2022-07-26Bug 580450 - failed to read the full compilation unit tag in dwarf 5 when cus...Eugene Tarassov1-12/+15
2022-05-31Bug 580002 - [tcf-dev] Speedup compute_reverse_lookup_indicesEugene Tarassov1-10/+19
2022-05-19Bug 579947 - NULL pointer caused the tcf-server crashed when load ELF file th...Eugene Tarassov1-41/+36
2022-03-11TCF Agent: fixed handling of line info file names when file contains a mix DW...Eugene Tarassov1-11/+18
2022-03-05TCF Agent: fixed handling of line info file names in DWARF 5Eugene Tarassov1-6/+11
2022-02-03TCF Agent: DWARF reader: fixed regression - "FORM_FLAG expected" errorEugene Tarassov1-1/+1
2022-01-30TCF Agent: DWARF reader: new object flag DOIF_inlinedEugene Tarassov1-1/+5
2022-01-29TCF Agent: fixed issues with handling GCC-11 debug infoEugene Tarassov1-0/+23
2021-11-12Bug 577174 - Sometimes variables show as "N/A - Value of register is unknown ...Eugene Tarassov1-0/+9
2021-11-03Bug 577001 - DW_AT_high_pc with DW_FORM_udata form not handledEugene Tarassov1-4/+6
2021-06-11TCF Agent: DWARF 5: improved handling of .debug_rnglists sectionEugene Tarassov1-102/+160
2021-06-10TCF Agent: DWARF 5: added support for .debug_str_offsets and .debug_rnglists ...Eugene Tarassov1-28/+136
2021-06-04TCF Agent: added support for DWARF 5Eugene Tarassov1-80/+163
2021-04-22TCF Agent: better handling of DWARF reading errorsEugene Tarassov1-3/+5
2020-02-04TCF Agent: Workaround for malformed CHESS Synopsys line infoEugene Tarassov1-1/+6
2019-12-24Bug 558576 - More relocation type for RISC-V need to supportEugene Tarassov1-1/+1
2019-08-21Bug 550086 - two breakpoints at single line when debug executable file compil...Eugene Tarassov1-1/+2
2019-02-13Bug 544359: After applying Bug 543995, line breakpoints are adjusted to wrong...Eugene Tarassov1-0/+14
2019-02-13TCF Agent: DWARF: optimize away duplicate entries in mFileInfoHash, and some ...Eugene Tarassov1-31/+48
2018-11-14TCF Agent: DWARF reader: unlike GCC, IAR compiler does not align address rang...Eugene Tarassov1-1/+22
2017-12-16TCF Agent: remove redundant includes in the matching c/h-filesEugene Tarassov1-2/+1
2017-11-21TCF Agent: Symbols service: fixed handling of identical objects defined in mu...Eugene Tarassov1-0/+15
2017-11-15TCF Agent: fixed handling of non-zero address of DWARF line info sectionEugene Tarassov1-4/+23
2017-10-18TCF Agent: fixed handling of DWARF which has both global and local variables ...Eugene Tarassov1-1/+1
2017-03-31Bug 514381 - Broken .debug_pubnames sections discards all debug infoEugene Tarassov1-7/+16
2017-01-29TCF Agent: fixed: find_symbol_by_name() does not find C++ static functionsEugene Tarassov1-6/+1
2016-07-19TCF Agent: DWARF symbols: better workaround for missing code ranges in compil...Eugene Tarassov1-13/+26
2016-05-15Bug 492736 - Missing support for DW_TAG_labelEugene Tarassov1-0/+6
2016-04-21Bug 492012 - Recent change broke ADA supportEugene Tarassov1-0/+1
2016-02-24TCF Agent: DWARF reader: more aggressive elimination of duplicate entries in ...Eugene Tarassov1-1/+6
2016-02-21TCF Agent: DWARF symbol reader improvementsEugene Tarassov1-0/+2
2016-02-12TCF Agent: fixed: static C/C++ variables should not be added into public name...Eugene Tarassov1-1/+5
2016-01-31TCF Agent: fixed handling of DWZ filesEugene Tarassov1-99/+125
2016-01-28TCF Agent: Symbols Service: fixed search of definition for a declaration in a...Eugene Tarassov1-17/+23
2015-11-13TCF Agent: workaround: some compilers incorrectly use FORM_ADDR for AT_stmt_listEugene Tarassov1-0/+6
2015-09-08TCF Agent: more efficient handling of case AT_accessibilityEugene Tarassov1-0/+8
2015-09-01TCF Agent: fixed: incomplete ELF relocation section can cause debugger to rep...Eugene Tarassov1-3/+1
2015-04-30TCF Agent: fixed names for implicit void and char types in DWARFEugene Tarassov1-7/+26
2015-03-25TCF Agent: better handling of incomplete or conflicting data in .debug_arange...Eugene Tarassov1-18/+21
2015-03-23TCF Agent: fixed: get_symbol_container() can return symbol with missing stack...Eugene Tarassov1-1/+7
2015-03-22TCF Agent: more efficient handling of dynamic values of attributes in DWARFEugene Tarassov1-1/+1
2015-02-13Bug 459706 - Line information incorrectly handledEugene Tarassov1-2/+10
2015-01-07TCF Agent: fixed handling of FORM_STRING; fixed missing DOIF_need_frame in ce...Eugene Tarassov1-5/+16
2014-11-25Bug 451579 - C++11: missing support of rvalue reference typeEugene Tarassov1-1/+2
2014-11-24Fix shifting issues with << operator.Xavier Pouyollon1-1/+3
2014-11-12Bug 448092 - Ada : Dwarf expression exception : Need to support AT_data_locationEugene Tarassov1-3/+14
2014-11-10Bug 450361 - Dwarf 4 support of Static and Dynamic Values of attributesEugene Tarassov1-41/+3
2014-10-31TCF Agent: fixed regression: segmentation fault in DWARF reader when calculat...Eugene Tarassov1-1/+1

Back to the top