Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-09-01TCF Agent: improved implementation of watchpointsHEADmasterEugene Tarassov1-10/+32
2023-08-04Releng: Upversion TCF to 1.81.8.01.8Eugene Tarassov3-5/+5
2023-07-31Fixed possible SEGFAULT after error message queue overflowEugene Tarassov1-16/+17
2023-07-30Fixed misspelling in a commentEugene Tarassov1-1/+1
2023-07-17TCF Agent: update breakpoint error messageMuhammad Mustafa1-1/+1
2023-07-07Fixed regression: possible segfault in run_safe_events()Eugene Tarassov1-1/+2
2023-06-05Bug 581978 - TCF agent wrong handle the call frame debug info generated by LL...Eugene Tarassov1-10/+9
2023-06-05DWARF: a bit faster implementation of dio_ReadAddressX()Eugene Tarassov1-24/+32
2023-05-29Bug 581971 - Failed to handle loclist for DWARF 5Eugene Tarassov6-54/+88
2023-05-23Fixed handling of situation when a context resumed or exited during breakpoin...Eugene Tarassov2-4/+35
2023-04-11Bug 581799 - when loads .debug_info section from dwarf 5 file, the content of...Eugene Tarassov2-2/+3
2023-03-31Updated examples/daytime/readme.txtEugene Tarassov1-2/+2
2023-01-23TCF Agent: Narrow down LoadLibrary search scopeEugene Tarassov4-6/+12
2023-01-20TCF Agent: faster breakpoint plantingEugene Tarassov1-0/+1
2022-12-14Bug 581214 - Expression evaluation fails for a data member that is defined in...Eugene Tarassov1-24/+56
2022-12-14TCF Agent: reduced memory footprintEugene Tarassov2-16/+18
2022-12-14TCF Agent: fixed build error on CygWin: CYGWIN_VERSION_CYGWIN_CONV undefinedEugene Tarassov1-1/+1
2022-11-23TCF Agent: workaround for GCC compilation error: function may return address ...Eugene Tarassov1-9/+9
2022-11-13Bug 581034 - "long long int" data type can't be recognized from dwarf5 debug ...Eugene Tarassov1-0/+13
2022-11-04TCF Agent: Removal of unused variable causing clang-15 build errorOle Sivert Aarhaug1-2/+0
2022-10-31TCF Agent: fixed: malformed HTTP request can crash the agentEugene Tarassov1-3/+13
2022-10-14TCF Agent: fixed assertion failure in the Breakpoints serviceEugene Tarassov1-5/+3
2022-09-21TCF Agent: GDB Remote Serial Protocol: fixed handling of process ID 0Eugene Tarassov1-17/+30
2022-09-19Bug 580644 - steps into the function of shared library does not work on PPCEugene Tarassov3-8/+65
2022-09-18TCF Agent: add PowerPC 32-bit and big-endian builds in the DockerfileEugene Tarassov2-0/+4
2022-09-02TCF Agent: check glibc version when calling pthread_setname_np()Simeon Krastnikov1-1/+2
2022-08-29Bug 580600 - -Wmisleading-indentation issue for gcc version less than 6.0Eugene Tarassov1-5/+1
2022-08-05Bug 580489 - failed to handle .debug_rnglists section sometimesEugene Tarassov2-5/+20
2022-07-26Bug 580450 - failed to read the full compilation unit tag in dwarf 5 when cus...Eugene Tarassov5-117/+96
2022-07-23Bug 580414 - failed to handle debug sections for DWARF 5Eugene Tarassov1-1/+1
2022-07-13Bug 580326 - Can not display the type of global variable defined in a sharedlibEugene Tarassov1-21/+34
2022-07-05Fixed text formatting in Makefile.incEugene Tarassov1-10/+10
2022-07-05Bug 580279 - VERSION grep in agent/Makefile.inc need update for vxWorksEugene Tarassov1-2/+5
2022-06-07Bug 580089 - pid2id() failed to get a right idEugene Tarassov1-4/+4
2022-06-04TCF Agent: improved commentsEugene Tarassov1-2/+10
2022-06-04TCF Agent: a few more assertsEugene Tarassov1-5/+15
2022-06-01TCF Agent: improved X86 disassemblerEugene Tarassov1-4/+188
2022-05-31Bug 580002 - [tcf-dev] Speedup compute_reverse_lookup_indicesEugene Tarassov1-10/+19
2022-05-30Bug 579989 - compile error by vs2008 on windowsEugene Tarassov1-7/+6
2022-05-19TCF Agent: improved X86 disassemblerEugene Tarassov1-332/+1168
2022-05-19Bug 579947 - NULL pointer caused the tcf-server crashed when load ELF file th...Eugene Tarassov6-72/+236
2022-05-09TCF Agent: fixed Coverity warningEugene Tarassov1-1/+1
2022-05-09TCF Agent: fixed Coverity warningEugene Tarassov1-1/+1
2022-05-04TCF Agent: new function in HTTP server API: closed() call-backEugene Tarassov4-9/+12
2022-05-04Merge "TCF Agent: Fix potential memory/resource leaks"Eugene Tarassov2-0/+2
2022-05-02TCF Agent: Fix potential memory/resource leaksSimeon Krastnikov2-0/+2
2022-04-26TCF Agent: Fix unsafe strcpyEugene Tarassov1-4/+4
2022-04-19TCF Agent: Respect certain ENABLE_* macrosSimeon Krastnikov3-0/+8
2022-04-12Bug 579412 - incorrect or missing copyright informationEugene Tarassov3-1/+31
2022-04-05TCF Agent: Lazy PC initializationSimeon Krastnikov1-12/+42

Back to the top