Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Bug 579362 - the process IDs should be pid_t instead of UINT32 in waitpid.c a...Eugene Tarassov5-18/+18
2022-03-24Bug 579378 - update copyright year to 2022Eugene Tarassov5-5/+5
2022-03-16Bug 579274 - unknown option -Wmisleading-indentation issue for gcc version le...Eugene Tarassov1-1/+1
2022-03-15TCF Agent: ARM v8 stack crawl: fixed handling of ERET instructionEugene Tarassov1-1/+27
2022-03-11TCF Agent: fixed handling of line info file names when file contains a mix DW...Eugene Tarassov1-11/+18
2022-03-06TCF Tests: fixed incorrect error reports in DWARF reader testEugene Tarassov1-2/+10
2022-03-06TCF Agent: disabled bogus warnings misleading-indentationEugene Tarassov1-1/+5
2022-03-05TCF Agent: fixed handling of line info file names in DWARF 5Eugene Tarassov1-6/+11
2022-03-04TCF Agent: Expressions: fixed handling of a static field of a struct stored i...Eugene Tarassov3-7/+18
2022-02-07TCF Agent: fixed error when building with c++-11Eugene Tarassov1-4/+4
2022-02-05TCF Agent: DWARF 5: improved handling of location expressionsEugene Tarassov4-36/+275
2022-02-03TCF Agent: DWARF reader: fixed regression - "FORM_FLAG expected" errorEugene Tarassov1-1/+1
2022-01-30TCF Agent: DWARF reader: new object flag DOIF_inlinedEugene Tarassov3-14/+21
2022-01-30TCF Tests: improved tests of var declarationsEugene Tarassov1-2/+14
2022-01-29TCF Agent: fixed regression: memory corruption in the symbols proxyEugene Tarassov1-3/+4
2022-01-29TCF Agent: fixed issues with handling GCC-11 debug infoEugene Tarassov5-2/+53
2022-01-25TCF Agent: fixed warning: ISO C90 forbids mixed declarations and codeEugene Tarassov1-8/+5
2022-01-24TCF Agent: Fix stack frame cleanup on errorSimeon Krastnikov1-1/+9
2022-01-19TCF Agent: Add missing parenthesesSimeon Krastnikov1-2/+2
2022-01-15Bug 578201 - Sometimes variables show as "N/A - Cannot read target memory. In...Eugene Tarassov2-19/+20
2021-12-22Bug 577936 - dprintf not work as expectedEugene Tarassov1-1/+3
2021-12-06TCF Agent: lazy initialization in rand32()Eugene Tarassov1-8/+11
2021-12-01TCF Agent: new API function: rand32()Eugene Tarassov2-11/+100
2021-12-01TCF Agent: fixed possible buffer overflow when calling fscanf()Eugene Tarassov1-2/+4
2021-11-12Bug 577174 - Sometimes variables show as "N/A - Value of register is unknown ...Eugene Tarassov8-44/+247
2021-11-07Bug 577064 - Union type variables don’t show correctly if based on a registerEugene Tarassov4-18/+77
2021-11-07TCF Agent: fixed: tmp_vprintf and loc_vprintf can segfault on LinuxEugene Tarassov1-2/+13
2021-11-03Bug 577001 - DW_AT_high_pc with DW_FORM_udata form not handledEugene Tarassov4-27/+28
2021-11-01TCF Agent: fixed pthread_cond_timedwait() on WindowsEugene Tarassov2-17/+4
2021-10-29TCF Agent: Expressions service: improved error messageEugene Tarassov1-0/+3
2021-09-14TCF Agent: fixed: clang-12 uses undocumented ARM Mapping symbols like "$a.0"Eugene Tarassov1-0/+8
2021-09-11TCF Agent: improved implementation of stepping of hidden codeEugene Tarassov1-0/+18
2021-09-10TCF Agent: fixed software-assisted stepping of ARM Thumb codeEugene Tarassov1-11/+72
2021-09-10TCF Agent: fixed incorrect "addr=" comment in ARM disassemblerEugene Tarassov1-1/+1
2021-09-10TCF Agent: fixed "__builtin_bswap16 not found" error when build with older GCCEugene Tarassov1-1/+1
2021-08-26Bug 575626 - could we add unsupported relocation type ID in TCF error messageEugene Tarassov9-21/+21
2021-08-26Updated MSVC project filesEugene Tarassov2-0/+7
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 Tarassov5-36/+118
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-07Bug 574668 - unexpected DWARF Register Number for fctrl and fstat in i386Eugene Tarassov4-43/+74
2021-07-01TCF Agent: improved checks for invalid of defunct register IDsEugene Tarassov3-8/+53
2021-06-17Bug 568689 - Add the RunControl getMinState commandDavid Wilson1-12/+36
2021-06-15TCF Agent: fixed: Windows OS name is always displayed as "Windows 8"Eugene Tarassov1-2/+3
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 Tarassov9-247/+626
2021-06-04TCF Agent: Stack Trace service: better tests to detect last stack frameEugene Tarassov1-5/+3
2021-06-04TCF Agent: ARM stack crawl: better tests to detect last stack frameEugene Tarassov1-4/+13

Back to the top