Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-22TCF Agent: fixed inconsistencies between format specification and argument ty...Eugene Tarassov1-2/+2
2017-11-20expr: adjust string formatSanimir Agovic1-1/+1
2017-07-07TCF Agent: fixed compiler warningsEugene Tarassov1-20/+20
2017-06-14TCF Agent: got rid of compiler warning: cast from pointer to integer of diff...Eugene Tarassov1-2/+2
2017-03-21TCF Agent: fixed assertion failure when evaluating expression like "(void)1"Eugene Tarassov1-0/+1
2017-02-23Bug 512340 - object2symbol doesn't handle TAG_label, which cause fail to the ...Eugene Tarassov1-0/+25
2016-04-29TCF Agent: new property of expression value: bit strideEugene Tarassov1-37/+48
2016-04-26Bug 492193 - Endianness issue with AT_bit_strideEugene Tarassov1-44/+66
2016-04-04Bug 490893 - Support expressions evaluation APIs without Expressions serviceBenoit Perrin1-13/+30
2016-03-26TCF Agent: fixed: in expression like X::Y, don't compute value of X, only typ...Eugene Tarassov1-4/+7
2016-03-21TCF Agent: check for divide by 0 is too complicated for Coverity to understandEugene Tarassov1-12/+12
2016-03-01TCF Agent: expressions: added handling of ',' in expressionEugene Tarassov1-2/+10
2016-03-01TCF Agent: expressions: allow implicit conversion of void value to 0Eugene Tarassov1-5/+5
2015-08-06TCF Agent: Expressions service: fixed handling of fields of a struct, which i...Eugene Tarassov1-7/+22
2015-07-28Bug 473766 - Getting wrong part of the 64-bits register during expression eva...Eugene Tarassov1-1/+0
2015-04-28TCF Agent: got rid of compiler warningEugene Tarassov1-1/+1
2015-04-27Bug 464689 - Support for AT_bit_stride - fixed sign extensionEugene Tarassov1-3/+18
2015-04-18Bug 464689 - Support for AT_bit_strideEugene Tarassov1-13/+36
2015-04-14TCF Agent: Expressions service: fixed evaluation of type cast to multidimensi...Eugene Tarassov1-4/+10
2015-04-01TCF Agent: symbols: better handling of a piece of an object that is present i...Eugene Tarassov1-19/+22
2015-03-26TCF Agent: added support for reading/writing context registers when the conte...Eugene Tarassov1-1/+1
2015-03-11Allow casting on composite types.Xavier Pouyollon1-0/+2
2015-03-10Bug 461792 - Evaluating a[i] always return 0Eugene Tarassov1-0/+4
2015-02-15TCF Agent: added code to allow to compute address of a bit field if the field...Eugene Tarassov1-0/+8
2015-02-10Bug 458615 - Provide support for signed fixedEugene Tarassov1-17/+148
2015-01-29Bug 458615 - Provide support for signed fixedEugene Tarassov1-1/+46
2015-01-28TCF Agent: a bit better error message textEugene Tarassov1-1/+1
2014-12-11Bug 425688 - Expressions service: 64bits value returned with a 32bits sizeEugene Tarassov1-2/+2
2014-12-02Bug 451283 - TCF debugger does not support native complex typesEugene Tarassov1-2/+2
2014-11-26Bug 451283 - TCF debugger does not support native complex typesEugene Tarassov1-1/+178
2014-11-21TCF Agent: Expressions: allow type cast of any l-value to an array typeEugene Tarassov1-0/+7
2014-11-21Bug 452471 - TCF debugger does not support C99 flexible array member featureEugene Tarassov1-3/+0
2014-11-15Bug 451598 - Provide support for TAG_variant and TAG_variant_partEugene Tarassov1-1/+5
2014-11-12Bug 448092 - Ada : Dwarf expression exception : Need to support AT_data_locationEugene Tarassov1-0/+59
2014-11-04TCF Agent: fixed error reporting when DWARF member location expression is inv...Eugene Tarassov1-5/+6
2014-10-29TCF Agent: Expressions: invalid Symbol attribute when the expression is deref...Eugene Tarassov1-3/+5
2014-10-02Bug 445798 - Regression in expression evaluationEugene Tarassov1-2/+3
2014-09-21TCF Agent: fixed handling of DWARF implicit pointersEugene Tarassov1-94/+153
2014-09-18TCF Agent: changed Expressions.evaluate to return value properties even if th...Eugene Tarassov1-1/+3
2014-09-16Bug 444058 - Resolving the expression "myfile.c"::myfunc does not workEugene Tarassov1-5/+7
2014-09-15TCF Agent: fixed evaluation of expressions like function::static_variableEugene Tarassov1-4/+14
2014-09-15TCF Agent: Expressions: allow wide characters in compilation unit name, e.g. ...Eugene Tarassov1-20/+48
2014-08-26Bug 442469 - Conditional dynamic printf can cause evaluation errorEugene Tarassov1-1/+5
2014-07-09TCF Tests: fixed diagnostics tests failure when agent is built without ELF sy...Eugene Tarassov1-2/+9
2014-07-02Bug 437256 - Bitfields are not handled properly with dwarf4 symbols on ppc/ppc64Eugene Tarassov1-12/+12
2014-06-28TCF Agent: fixed: evaluation of expression like (x).y can fail if x is both a...Eugene Tarassov1-23/+29
2014-06-24Bug 437367 : Casting to default type can not occur with debug_infos.Xavier Pouyollon1-0/+1
2014-06-09TCF Agent: fixed: expression with array index = lower bound - 1 does not retu...Eugene Tarassov1-1/+6
2014-06-06TCF Agent: remove unwanted assert() in the Expressions service to allow acces...Eugene Tarassov1-1/+0
2014-04-30TCF Agent: fixed memory leakEugene Tarassov1-1/+1

Back to the top