Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-05TCF Agent: DWARF: better handling of OP_GNU_variable_value and OP_GNU_convertEugene Tarassov1-1/+37
2016-02-21TCF Agent: DWARF symbol reader improvementsEugene Tarassov1-57/+123
2015-09-01TCF Agent: fixed: incomplete ELF relocation section can cause debugger to rep...Eugene Tarassov1-12/+15
2015-06-11TCF Server: fixed handling of targets that don't define DWARF register number...Eugene Tarassov1-5/+3
2015-05-22Bug 466695 - Agent is not able to evaluate local symbols of inlined functionEugene Tarassov1-8/+119
2015-02-15Bug 459708 - Only offsets are used when trying to bitfield addressesEugene Tarassov1-0/+4
2015-01-29Bug 458615 - Provide support for signed fixedEugene Tarassov1-0/+2
2015-01-22Bug 458044: Add support for third party TLS support.Benoit Perrin1-9/+6
2014-11-13Bug 450183 - Missing support of char16_t type introduced with C++ 11Eugene Tarassov1-0/+1
2014-11-12Bug 448092 - Ada : Dwarf expression exception : Need to support AT_data_locationEugene Tarassov1-7/+12
2014-10-23TCF Agent: DWARF reader: support for multiple debug info sections in same fileEugene Tarassov1-5/+5
2014-10-07Bug 446067 - TCF debugger does not support C99 variable arrayEugene Tarassov1-0/+15
2014-09-21TCF Agent: fixed handling of DWARF implicit pointersEugene Tarassov1-9/+2
2014-09-17TCF Agent: added (partial) support for DW_OP_GNU_const_typeEugene Tarassov1-1/+36
2014-08-12TCF Agent: DWARF reader: added support for OP_GNU_convertEugene Tarassov1-1/+44
2014-02-12TCF Agent: added code to handle GCC DWARF extension: DW_OP_GNU_parameter_refEugene Tarassov1-1/+111
2013-12-17TCF Agent: fixed compiler warning: conversion from 'size_t' to 'U2_T', possib...Eugene Tarassov1-2/+2
2013-11-27Bug 422551 - Debugger does report correct value for a function argumentEugene Tarassov1-1/+2
2013-11-18TCF Agent: better (more compact) location expressionsEugene Tarassov1-29/+44
2013-11-13Bug 421285 - infinite loop when using symbol proxy get_location_info()Eugene Tarassov1-86/+192
2013-10-15TCF Agent: fixed handling of thread local data, added support for recursion i...Eugene Tarassov1-9/+35
2013-07-03Bug 411896 - Provide support for common variablesEugene Tarassov1-3/+27
2013-05-17Copyright year is updated in files that changed in 2013Eugene Tarassov1-1/+1
2013-02-19TCF Agent: added support for GNU DWARF extensions: DW_OP_GNU_entry_value and ...Eugene Tarassov1-1/+68
2012-10-26TCF Agent: better error checking when evaluating DWARF expressionEugene Tarassov1-5/+27
2012-10-10Bug 391543 - Fix op_call() routine.Renan Le Padellec1-2/+5
2012-06-29TCF Agent: code cleanupEugene Tarassov1-2/+1
2012-06-29Fix more DWARF relocation.Manuel Coutand1-1/+2
2012-05-09TCF Agent: fixed handling of FORM_SDATA, FORM_UDATA in OP_GNU_implicit_pointerEugene Tarassov1-0/+20
2012-04-25TCF Agent: wider usage of location expressions instead of get_symbol_address,...Eugene Tarassov1-10/+37
2012-03-01TCF Agent: a bit better reporting of LT to RT address translation errors.Eugene Tarassov1-1/+1
2012-01-31TCF Agent: fixed regression in the DWARF reader caused by previous commit.Eugene Tarassov1-6/+8
2012-01-10TCF Agent: added support for OP_call2, OP_call4 and OP_call_ref in the DWARF ...Eugene Tarassov1-1/+36
2012-01-04CF Agent: more support for remote execution of DWARF expressions.Eugene Tarassov1-17/+79
2012-01-03TCF Agent: more support for remote execution of DWARF expressions (not comple...Eugene Tarassov1-1/+50
2012-01-02TCF Agent: fixed OP_implicit_pointer handling in DWARF.Eugene Tarassov1-1/+44
2011-12-30TCF Agent: implemented remote execution of DWRF expressions; more C++ support...Eugene Tarassov1-0/+346

    Back to the top