1. af1b676 TCF Agent: GDB Remote Serial Protocol: Detaching a process should continue its execution by Eugene Tarassov · 4 years, 4 months ago
  2. 73c54b7 TCF Agent: better handling of DW_OP_plus_uconst when it is used as struct member offset by Eugene Tarassov · 4 years, 4 months ago
  3. bb4168f TCF Agent: fix builtin_identifier() for disabled symbols by Eugene Tarassov · 4 years, 4 months ago
  4. df0d5ac TCF Agent: fixed build error with MSVC 2015 compiler by Eugene Tarassov · 4 years, 4 months ago
  5. ff1efcf Bug 558576 - More relocation type for RISC-V need to support by Eugene Tarassov · 4 years, 4 months ago
  6. 854f28a TCF Agent: allow external access to functions in disassembly service by Eugene Tarassov · 4 years, 4 months ago
  7. 99f4a2d Add support for Synopsys specific extensions by Eugene Tarassov · 4 years, 4 months ago
  8. 4af0931 TCF Agent: service: prevent context extension duplication by Eugene Tarassov · 4 years, 4 months ago
  9. 3d38f2b TCF Agent: Fixed regression from previous commit in read_http_request() by Eugene Tarassov · 4 years, 5 months ago
  10. 18e58df TCF Agent: Fixed memory leak in read_http_request() by Eugene Tarassov · 4 years, 5 months ago
  11. f3f5b33 TCF Agent: StackTrace service: Cache miss on register access should not be ignored by Eugene Tarassov · 4 years, 5 months ago
  12. f5fdc92 TCF Agent: a bit better implementation of tmp_strdup(), loc_strdup() by Eugene Tarassov · 4 years, 5 months ago
  13. 9f948a5 TCF Agent: fixed support of binary data blocks in json_read_object() by Eugene Tarassov · 4 years, 5 months ago
  14. b6ff71c TCF Agent: Performance optimizations in read_http_request() by Eugene Tarassov · 4 years, 5 months ago
  15. 3e4996a TCF Tests: new build option: PURE_RCBP_TEST by Eugene Tarassov · 4 years, 5 months ago
  16. 61d5800 TCF Agent: added context query comparators: ParentName, AncestorID and AncestorName by Eugene Tarassov · 4 years, 5 months ago
  17. 534334b TCF Agent: MemoryMap: export write_map_region() by Mircea Gherzan · 4 years, 5 months ago
  18. c4b3632 TCF Server: workaround for bad representation of inlined recursive function in DWARF by Eugene Tarassov · 4 years, 5 months ago
  19. 78b751a TCF Agent: Expressions service: added built-in function $relocate by Eugene Tarassov · 4 years, 5 months ago
  20. d427a07 TCF Agent: use get_reg_by_id to find register definition by Sanimir Agovic · 4 years, 5 months ago
  21. a5aeb97 TCF Agent: fixed data caching for server side services by Eugene Tarassov · 4 years, 5 months ago
  22. ccff68c TCF Agent: fixed: HTTP channel implementation does not support channel_extension() by Eugene Tarassov · 4 years, 5 months ago
  23. 583ebc0 TCF Agent: added support for TLS on ARM 32 by Eugene Tarassov · 4 years, 5 months ago
  24. 06ece73 TCF Agent: added support for TLS on PowerPC by Eugene Tarassov · 4 years, 5 months ago
  25. a77c3e5 TCF Agent: added support for TLS on RISCV-V by Sanimir Agovic · 4 years, 5 months ago
  26. 5464795 TCF Agent: added support for TLS on X86 32 by Eugene Tarassov · 4 years, 6 months ago
  27. 9e3405f TCF Agent: added support for TLS on ARM 64 by Eugene Tarassov · 4 years, 6 months ago
  28. 8e6e314 TCF Agent: added run_ctrl_lock() calls in the symbols cache by Eugene Tarassov · 4 years, 6 months ago
  29. c01c362 Bug 552825 - address of TLS variable is wrong by Eugene Tarassov · 4 years, 6 months ago
  30. 76ff32f TCF Agent: fixed: handling of thread creation can cause assertion failure in breakpoint evaluation by Eugene Tarassov · 4 years, 6 months ago
  31. b27c40c TCF Agent: fixed memory access flags in Windows back-end by Eugene Tarassov · 4 years, 6 months ago
  32. afa8f14 Bug 552677 - increase socket buffer size for tcf on vxworks by Eugene Tarassov · 4 years, 6 months ago
  33. eee4880 TCF Server: updated MSVC project files by Eugene Tarassov · 4 years, 6 months ago
  34. eb441c4 TCF Agent: added memory access flags to control auto-stopping of debug contexts by Eugene Tarassov · 4 years, 6 months ago
  35. cbd94b5 TCF Agent: set xlen for 64 and 128bit stack crawler by Sanimir Agovic · 4 years, 6 months ago
  36. c1e2318 TCF Agent: relax assertion by Sanimir Agovic · 4 years, 6 months ago
  37. 908db02 TCF Agent: add dwarf frames support for EM_RISCV by Sanimir Agovic · 4 years, 6 months ago
  38. 49b6e13 TCF Agent: improve RISC-V register description by Sanimir Agovic · 4 years, 6 months ago
  39. fc020e2 TCF Server: add the EXTRA_SERVICE_INIT_HOOK by Mircea Gherzan · 4 years, 6 months ago
  40. 6308f5a TCF Server: allow overriding of remote services by Mircea Gherzan · 4 years, 6 months ago
  41. 4434a6d TCF Agent: fixed regression in MemoryMap.get caused by previous commit by Eugene Tarassov · 4 years, 6 months ago
  42. e6d55a9 TCF Agent: make MemoryMap cache-friendly by Mircea Gherzan · 4 years, 6 months ago
  43. f1dad9e TCF Agent: more of RISC-V disassembler by Eugene Tarassov · 4 years, 6 months ago
  44. 5298ec3 TCF Agent: code cleanup: CR/LF -> LF by Eugene Tarassov · 4 years, 6 months ago
  45. 14c773c TCF Agent: fixed: some commands take very long time because of cache misses by Eugene Tarassov · 4 years, 6 months ago
  46. baeb07c TCF Agent: fixed compiler warnings by Eugene Tarassov · 4 years, 6 months ago
  47. 0c6e97c TCF Agent: fixed: unwanted new line character printed on exit by Eugene Tarassov · 4 years, 6 months ago
  48. 63ac684 TCF Agent: redundant code removed - set_errno() already sets errno by Eugene Tarassov · 4 years, 6 months ago
  49. dba601d TCF Agent: fixed wrong update policy in some of cache entries in symbols proxy by Eugene Tarassov · 4 years, 6 months ago
  50. 629ba8d TCF Agent: better handling of STT_NOTYPE ELF symbols by Eugene Tarassov · 4 years, 6 months ago
  51. f222d8b TCF Server: allow for a local MemoryMap service by Mircea Gherzan · 4 years, 6 months ago
  52. 4c69f62 TCF Agent: fixed compiler warning: ‘%s’ directive output may be truncated... by Eugene Tarassov · 4 years, 6 months ago
  53. 8b1c35c TCF Server: allow a local StackTrace service by Mircea Gherzan · 4 years, 6 months ago
  54. 78de17f TCF Agent: more of RISC-V stack crawl by Eugene Tarassov · 4 years, 7 months ago
  55. 215cc1c TCF Agent: services: add more macro guards by Mircea Gherzan · 4 years, 7 months ago
  56. ba8ca72 TCF Agent: services: guard a static function by Mircea Gherzan · 4 years, 7 months ago
  57. 15c5de4 TCF Agent: more of RISC-V stack crawl by Eugene Tarassov · 4 years, 7 months ago
  58. dffc290 TCF Agent: better disassembler for RISC-V by Eugene Tarassov · 4 years, 7 months ago
  59. 87ecd39 TCF Agent: added initial version of disassembler and stack crawl for RISC-V by Eugene Tarassov · 4 years, 7 months ago
  60. eed2c88 TCF Agent: fixed missing #include by Eugene Tarassov · 4 years, 8 months ago
  61. 370968b Bug 550086 - two breakpoints at single line when debug executable file compiled by gcc8.1 by Eugene Tarassov · 4 years, 8 months ago
  62. f970327 TCF Agent: added missing opcodes in the MicroBlaze-64 disassembler by Eugene Tarassov · 4 years, 8 months ago
  63. 2c6fc2b TCF Agent: Run Control: better support of native "step over" by Eugene Tarassov · 4 years, 8 months ago
  64. 8951fcd TCF Agent: framework, system: Avoid resource leaks by Eugene Tarassov · 4 years, 9 months ago
  65. 863e827 TCF Agent: improved handling of ptrace errors on Linux by Eugene Tarassov · 4 years, 9 months ago
  66. 9f67618 TCF Agent: Run Control service: better handling of unexpected resume during "safe event" by Eugene Tarassov · 4 years, 9 months ago
  67. d26501f TCF Agent: new function in HTTP server API: http_close() by Eugene Tarassov · 4 years, 9 months ago
  68. cd00956 TCF Agent: improved handling of ptrace errors on Linux by Eugene Tarassov · 4 years, 9 months ago
  69. 500b45b TCF Agent: removed unnecessary call of tmp_strdup() in set_errno() by Eugene Tarassov · 4 years, 11 months ago
  70. 30f0914 TCF Agent: added support for faster traversal of registers hierarchy by Eugene Tarassov · 4 years, 11 months ago
  71. dc373fa TCF Agent: changed assert(is_all_stopped(ctx)) to print offending contexts before failing the assertion by Eugene Tarassov · 5 years ago
  72. ac05a5b TCF Agent: fixed segfault in TCF over HTTP protocol handler by Eugene Tarassov · 5 years ago
  73. dad3a6f TCF Agent: new server option: Hidden - disable discovery of the server by Eugene Tarassov · 5 years ago
  74. 57eabcf TCF Agent: improved Context Reset service by Eugene Tarassov · 5 years ago
  75. c79ef7c TCF Agent: fixed typo in check-c-lib script by Eugene Tarassov · 5 years ago
  76. 94fa439 TCF Agent: improve native and cross builds with cmake by Sanimir Agovic · 5 years ago
  77. ae4bef4 TCF Agent: vxWorks: _WRS_CONFIG_CORE_POSIX_MKDIR should be _WRS_CONFIG_CORE__POSIX_MKDIR by Eugene Tarassov · 5 years ago
  78. 5339464 TCF Agent: ARM Linux: r_debug.r_brk can have bit 0 set to 1 to indicate Thumb ISA by Eugene Tarassov · 5 years ago
  79. a5ad341 TCF Agent: fixed: SIGILL is ignored for Linux threads other than main thread by Eugene Tarassov · 5 years ago
  80. c7bcdf7 TCF Agent: VxWorks mkdir changed to support two parameters by Eugene Tarassov · 5 years ago
  81. 13fc9ee Bug 544359: After applying Bug 543995, line breakpoints are adjusted to wrong line on e500v2 by Eugene Tarassov · 5 years ago
  82. fed8d89 TCF Agent: DWARF: optimize away duplicate entries in mFileInfoHash, and some code cleanup by Eugene Tarassov · 5 years ago
  83. cf4d829 TCF Agent: new property returned by Locator.getPeers command: Flags by Eugene Tarassov · 5 years ago
  84. f848512 TCF Agent: added support for multiple -s command line options by Eugene Tarassov · 5 years ago
  85. 562c73a TCF Agent: TCF-over-HTTP: added support for session ID as part of URL by Eugene Tarassov · 5 years ago
  86. 8e62c36 Bug 543995 - Add breakpoint failed with error message: "Unresolved source line information" by Eugene Tarassov · 5 years ago
  87. 641d978 TCF Agent: new command line option: -H<dir> add HTML directory name by Eugene Tarassov · 5 years ago
  88. 45fc35a TCF Agent: got rid of compiler warning by Eugene Tarassov · 5 years ago
  89. cb7ca67 TCF Agent: fixed: cannot change handling of first few real-time signals on Linux by Eugene Tarassov · 5 years ago
  90. 284a00a TCF Agent: fixed: ARM stack crawl fails if previous frame was traced using debug frame info by Eugene Tarassov · 5 years ago
  91. 95a4e62 TCF Agent: ARM stack crawl: better handling of return from exception by Eugene Tarassov · 5 years ago
  92. a978553 TCF Agent: more aggressive disposal of dormant TCF-over-HTTP connections by Eugene Tarassov · 5 years ago
  93. d440855 TCF Agent: Breakpoints service: better logic to select breakpoint instruction opcode by Eugene Tarassov · 5 years ago
  94. 4f29080 TCF Agent: fixed: integer overflow in symbols proxy can cause flood of getAddressInfo commands by Eugene Tarassov · 5 years ago
  95. 48567d5 TCF Agent: better handling of context terminate commands and SIGKILL on Linux by Eugene Tarassov · 5 years ago
  96. bf4b98c TCF Agent: ENABLE_ContextISA default value changed to 1 by Eugene Tarassov · 5 years ago
  97. e507859 TCF Agent: ARM stack crawl: fixed handling of TBB and TBH instructions by Eugene Tarassov · 5 years ago
  98. 4220a58 TCF Agent: fixed ARM Thumb support on Linux by Eugene Tarassov · 5 years ago
  99. f23c1dc Check for availability of the getauxval() function during Linux build by Eugene Tarassov · 5 years ago
  100. 90ecfd9 Updated MSVC project files by Eugene Tarassov · 5 years ago