Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-11-15TCF Agent: fixed DWARF reader test failure: Invalid line area addressEugene Tarassov1-1/+1
2018-10-25TCF Agent: Breakpoints service: when possible, limit line breakpoint to begin...Eugene Tarassov1-2/+3
2018-09-29Updated MSVC project filesEugene Tarassov2-0/+19
2018-08-22TCF Agent: added support for compressed ELF sectionsEugene Tarassov2-0/+8
2018-08-22TCF Tests: fixed testing of ".debug" files in test-dwarfEugene Tarassov1-62/+68
2018-07-12Bug 536676 - Unable to see variables within a C++ namespaceEugene Tarassov1-1/+7
2018-05-05TCF Core: added default configuration file tcf/framework/config.hEugene Tarassov2-3/+4
2017-11-10cmdline: fix compile errorsSanimir Agovic1-0/+1
2017-07-07Updated MSVC project filesEugene Tarassov2-1/+9
2017-02-24Bug 512340 - object2symbol doesn't handle TAG_label, which cause fail to the ...Eugene Tarassov1-0/+26
2017-02-23Bug 512340 - object2symbol doesn't handle TAG_label, which cause fail to the ...Eugene Tarassov1-0/+22
2017-02-06TCF Tests: fixed compiler warningEugene Tarassov1-1/+1
2017-02-06Bug 511631 - address_to_line does not find all CodeAreasEugene Tarassov1-3/+22
2016-11-22Updated MSVC project files: added 64-bit build config for DWARF testsEugene Tarassov2-8/+92
2016-10-26Added MSVC 2015 project files, removed support of older versions of MSVCEugene Tarassov11-3047/+702
2016-10-20TCF Agent: Added support for WebSocket channelDidier Brachet1-0/+1
2016-10-12TCF Agent: Updated MSVC project filesEugene Tarassov3-0/+56
2016-10-07TCF Agent: Added PortForward and PortServer servicesDidier Brachet1-0/+3
2016-08-28TCF Tests: fixed DWARF reader test errorEugene Tarassov1-0/+1
2016-08-26TCF Agent: Symbols service: fixed visibility of C++ out-of-body definitionsEugene Tarassov1-7/+21
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

Back to the top