Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-24TCF Agent: added support for bitfield data breakpointsEugene Tarassov1-25/+75
2021-08-21TCF Agent: Expressions service: added support for a pointer to bitfieldEugene Tarassov3-26/+77
2021-08-11TCF Agent: DWARF 5: fixed location list base addressEugene Tarassov1-1/+1
2021-07-24TCF Agent: added support for one-to-many file path mappingEugene Tarassov3-20/+38
2021-07-01TCF Agent: improved checks for invalid of defunct register IDsEugene Tarassov1-1/+2
2021-06-17Bug 568689 - Add the RunControl getMinState commandDavid Wilson1-12/+36
2021-06-11TCF Agent: DWARF 5: improved handling of .debug_rnglists sectionEugene Tarassov4-305/+216
2021-06-10TCF Agent: DWARF 5: added support for .debug_str_offsets and .debug_rnglists ...Eugene Tarassov9-139/+407
2021-06-04TCF Agent: added support for DWARF 5Eugene Tarassov8-244/+623
2021-06-04TCF Agent: Stack Trace service: better tests to detect last stack frameEugene Tarassov1-5/+3
2021-05-26TCF Agent: symbols: fix for a GCC warningMircea Gherzan1-0/+1
2021-05-11TCF Agent: Path Map service: Synopsys compiler uses macros like %PROCDIR% as ...Eugene Tarassov1-5/+19
2021-05-11TCF Agent: Line Numbers service: removed limitation on file path sizeEugene Tarassov1-8/+5
2021-05-03TCF Agent: add ARCv2 ELF/DWARF register rulesMuhammad Mustafa2-0/+17
2021-05-03TCF Agent: better check for missing EM_* definitions in system elf.hEugene Tarassov1-5/+8
2021-04-22TCF Agent: better handling of DWARF reading errorsEugene Tarassov4-42/+50
2021-04-07Bug 572547 - tcf cannot compute run-time address with two or above relocatabl...Eugene Tarassov1-20/+24
2021-03-26Bug 572255 - tcf doesn't handle correctly structure location for arm64Eugene Tarassov3-5/+8
2020-12-30TCF Agent: Fixed computation of run-time addresses of symbols from a separate...Eugene Tarassov1-5/+8
2020-12-28TCF Agent: Fixed computation of run-time addresses of symbols from a separate...Eugene Tarassov1-23/+21
2020-12-15TCF Agent: Workaround for malformed CHESS Synopsys debug infoEugene Tarassov1-2/+9
2020-12-07TCF Agent: add mingw64 cross build supportSanimir Agovic1-1/+1
2020-11-03Bug 568451 - BaseAddress for the MemoryMapEugene Tarassov1-49/+36
2020-10-20TCF Agent: improved error reporting when accessing a context that expected to...Eugene Tarassov10-59/+88
2020-10-17TCF Agent: Terminals service: workaround for bash not exiting on SIGHUPEugene Tarassov1-1/+15
2020-10-14TCF Agent: fixed agent assertion failure when attached process calls exec() o...Eugene Tarassov1-0/+3
2020-10-07Bug 567106 - Could we have a fix to solve the "0" line issue as the GDBEugene Tarassov1-31/+64
2020-10-05TCF Agent: allow for a case-insensitive PathMapMircea Gherzan1-0/+7
2020-09-16TCF Agent: fixed: profiler becomes unresponsive when the target context is in...Eugene Tarassov1-5/+6
2020-09-16TCF Agent: disable log message "Stack trace error: ..." unless stack trace lo...Eugene Tarassov1-1/+1
2020-09-11TCF Agent: improved handling of situation when a context cannot be stoppedEugene Tarassov1-4/+17
2020-09-07TCF Agent: fix the build with symbol support disabledMircea Gherzan1-2/+2
2020-07-10TCF Agent: additional checks for malformed JSONEugene Tarassov4-5/+20
2020-07-08TCF Agent: per channel expression serializationEugene Tarassov1-39/+38
2020-06-29Fixed Coverity warningsEugene Tarassov1-1/+1
2020-06-18TCF Agent: improved register cache logicEugene Tarassov1-46/+85
2020-06-10Bug 564156 - the tcf-server will crash if symbol name returned NULLEugene Tarassov1-10/+15
2020-06-09TCF Agent: improved cache support int Memory and Registers servicesEugene Tarassov2-34/+58
2020-05-29TCF Agent: in case of multi-target agent, limit Linux breakpoints to Linux pr...Eugene Tarassov1-2/+2
2020-05-26TCF Agent: reduced stack use in expression evaluationEugene Tarassov1-150/+159
2020-05-20TCF Agent: new framework API functions: loc_vprintf(), tmp_vprintf()Eugene Tarassov1-7/+4
2020-05-15TCF Agent: fixed: calling post_safe_event() for a "hidden" context can cause ...Eugene Tarassov1-1/+10
2020-05-11Bug 562856 - some relocation types does not support by TCF for riscvEugene Tarassov1-2/+15
2020-05-08Bug 562593 - the tcf-server asserted if two shared libraries access the same ...Eugene Tarassov1-0/+1
2020-04-18TCF Agent: improved detection of Thumb instructions in ARM codeEugene Tarassov3-5/+27
2020-04-16TCF Agent: fixed compilation error: format '%llx' expects argument of type...Eugene Tarassov1-3/+3
2020-04-15TCF Agent: add logging to the Disassembly serviceMircea Gherzan1-0/+5
2020-04-08TCF Agent: improved error handling in the Streams serviceEugene Tarassov1-48/+61
2020-04-01TCF Agent: improved log message when cannot open DWZ fileEugene Tarassov1-1/+1
2020-03-19Bug 561080 - the value of a global variable in shared library always displays...Eugene Tarassov1-0/+36

Back to the top