Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-04-26Bug 492193 - Endianness issue with AT_bit_strideEugene Tarassov1-1/+21
2016-04-13TCF Agent: fixed search of compile unit symbol by nameEugene Tarassov1-0/+4
2016-04-13TCF Tests: more DWARF reader testsEugene Tarassov1-2/+2
2016-04-10TCF Tests: more DWARF reader testsEugene Tarassov2-78/+82
2016-04-08TCF Tests: more DWARF reader testsEugene Tarassov1-1/+38
2016-03-30TCF Tests: more DWARF reader testsEugene Tarassov1-1/+1
2016-03-26TCF Tests: more DWARF testsEugene Tarassov1-27/+84
2016-03-25TCF Agent: keep frame reference on function symbols.Eugene Tarassov1-6/+18
2016-02-24TCF Agent: DWARF reader: fixed handling of ELF files with multiple BSS segmentsEugene Tarassov1-30/+45
2016-02-21TCF Agent: DWARF symbol reader improvementsEugene Tarassov1-19/+71
2016-01-31TCF Agent: fixed handling of DWZ filesEugene Tarassov1-0/+2
2016-01-28TCF Agent: Symbols Service: fixed search of definition for a declaration in a...Eugene Tarassov1-1/+2
2016-01-26Fixed: Visual Studio version selection tool fails to recognize Visual C++ Exp...Eugene Tarassov2-2/+2
2015-09-05TCF Agent: added support for memory regions with zero size or addressEugene Tarassov1-4/+5
2015-05-22Bug 466695 - Agent is not able to evaluate local symbols of inlined functionEugene Tarassov1-1/+2
2015-03-25TCF Agent: better handling of incomplete or conflicting data in .debug_arange...Eugene Tarassov1-3/+8
2015-03-22TCF Agent: more efficient handling of dynamic values of attributes in DWARFEugene Tarassov1-0/+12
2015-02-25TCF Tests: more line info reader testsEugene Tarassov1-27/+42
2015-02-15TCF Agent: added code to allow to compute address of a bit field if the field...Eugene Tarassov1-2/+3
2015-02-13TCF Agent: fixed warning: "ENABLE_ContextMemoryProperties" is not definedEugene Tarassov1-0/+1
2015-01-28Bug 458666 - NULL pointer is dereferenced in symbols_elf.cEugene Tarassov1-9/+8
2015-01-21TCF Tests: more DWARF reader testsEugene Tarassov1-20/+84
2015-01-07TCF Agent: fixed handling of FORM_STRING; fixed missing DOIF_need_frame in ce...Eugene Tarassov1-22/+25
2014-12-20Bug 451899 - Support of AT_discr_value and return all currently in used fieldsEugene Tarassov1-4/+49
2014-12-13TCF Agent: new configuration option ENABLE_ContextIdHashTable - enables gener...Eugene Tarassov1-1/+2
2014-11-12Bug 448092 - Ada : Dwarf expression exception : Need to support AT_data_locationEugene Tarassov1-3/+33
2014-11-10Bug 450361 - Dwarf 4 support of Static and Dynamic Values of attributesEugene Tarassov1-4/+29
2014-10-31Bug 449383 - Exception in vm.c when evaluation Ada expressionEugene Tarassov1-22/+9
2014-10-29TCF Agent: fixed handling of ADA array types with variable upper/lower boundsEugene Tarassov1-9/+67
2014-10-25TCF Agent: added support for .debug_types section in DWARF 4Eugene Tarassov1-1/+31
2014-10-17TCF Tests: more DWARF reader testsEugene Tarassov1-2/+41
2014-10-10Bug 446675 - Regression in LineNumbers introduced by commit 44411479e1a50ccEugene Tarassov1-3/+13
2014-10-07Bug 446053 - Symbols getContext does not answerEugene Tarassov1-0/+4
2014-10-03TCF Tests: more tests foe expression evaluationEugene Tarassov1-4/+65
2014-09-24TCF Tests: better reporting of overlapping address rangesEugene Tarassov1-5/+10
2014-09-24Bug 438122 - The debugger does not correctly handle gcc weak attributeEugene Tarassov1-0/+16
2014-09-21TCF Agent: fixed handling of DWARF implicit pointersEugene Tarassov1-1/+126
2014-09-18Bug 444249 - elf_find_unit() has issues with split debug info if start addres...Eugene Tarassov1-3/+24
2014-09-12TCF Tests: fixed false positive in DWARF testsEugene Tarassov1-0/+1
2014-08-15TCF Agent: fixed bug in find_comp_unit_addr_range() that can make debug info ...Eugene Tarassov1-1/+6
2014-08-12TCF Tests: fixed test error when C++ class member is a referenceEugene Tarassov1-20/+33
2014-06-19TCF Tests: fixed DWARF test error "Wrong object kind"Eugene Tarassov1-3/+4
2014-03-18TCF Tests: fixed false error report in DWARF testsEugene Tarassov1-3/+13
2014-03-15TCF Agent: added support for PowerPC relocationsEugene Tarassov1-0/+36
2014-03-05TCF Agent: new configuration option ENABLE_MemoryAccessModes. It enabled extr...Eugene Tarassov1-0/+1
2014-02-13TCF Tests: added MSVC 2010 project file for dwarf testEugene Tarassov4-0/+691
2014-02-12TCF Agent: added code to handle GCC DWARF extension: DW_OP_GNU_parameter_refEugene Tarassov1-10/+26
2014-02-12Bug 427030 - dwarf-test: error reported for application with C++ referenceEugene Tarassov1-4/+25
2013-12-05TCF Agent: got rid of compiler warnings: undefined macroEugene Tarassov1-0/+1
2013-11-13Bug 421285 - infinite loop when using symbol proxy get_location_info()Eugene Tarassov1-2/+14

Back to the top