Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-10-09Bug 479340 - Propagation of Target properties into tcf-serverEugene Tarassov3-6/+92
2015-10-09TCF Agent: Run Control service: added "CanCount" context propertyEugene Tarassov1-2/+10
2015-10-07TCF Agent: fixed: unnecessary stack trace is triggered by step into commandsEugene Tarassov1-2/+2
2015-10-07TCF Agent: fixed improper rounding in pthread_cond_timedwait() on WindowsEugene Tarassov1-3/+3
2015-10-04TCF Agent: removed redundant assert()Eugene Tarassov1-1/+0
2015-10-04TCF Agent: more efficient implementation of pthread_cond_timedwait() on WindowsEugene Tarassov2-17/+12
2015-09-29TCF Agent: fixed regression: when debugging over fork() on Linux, child proce...Eugene Tarassov1-0/+1
2015-09-23TCF Agent: Run Control service: added code to optionally skip dynamic loader ...Eugene Tarassov1-13/+44
2015-09-23TCF Agent: a bit faster symbols look-upEugene Tarassov1-0/+1
2015-09-23Add hook to be able to customize is_hidden_function routine.Morvan Le Goff3-0/+24
2015-09-22Add hooks for linenumbers_elf.cXavier Pouyollon2-0/+26
2015-09-11TCF Agent: more efficient implementation of thread synchronization functions ...Eugene Tarassov1-2/+161
2015-09-09TCF Agent: fixed: when handling GCC separate symbol file, should use program ...Eugene Tarassov1-2/+2
2015-09-08TCF Agent: more efficient handling of case AT_accessibilityEugene Tarassov2-34/+8
2015-09-05TCF Agent: added support for memory regions with zero size or addressEugene Tarassov5-17/+54
2015-09-02Support of AT_accessibility tag.Xavier Pouyollon2-3/+37
2015-09-01TCF Agent: fixed: incomplete ELF relocation section can cause debugger to rep...Eugene Tarassov2-15/+16
2015-08-28Bug 475936 - Step-into-line behavior different from OpenSource Agent and VxWorksEugene Tarassov1-22/+45
2015-08-28TCF Agent: new function in TCP channel API: channel_tcp_network_changed()Eugene Tarassov2-3/+16
2015-08-25TCF Agent: added support for lazy loading of stack frame registersEugene Tarassov4-0/+42
2015-08-18TCF Agent: better stack crawl for ARM ThumbEugene Tarassov1-64/+212
2015-08-18TCF Agent: fixed warning: unused variable ‘proxy’Eugene Tarassov1-0/+4
2015-08-14tcflog: log redirect commandsFelix Burton1-0/+16
2015-08-13TCF Agent: fixed incorrect code commentEugene Tarassov1-1/+1
2015-08-12TCF Agent: fixed: integer overflow in symbols proxy can cause infinite loopEugene Tarassov1-1/+3
2015-08-12TCF Server: fixed memory leakEugene Tarassov1-0/+14
2015-08-11Bug 474508 - dlopen not sending MemoryMap changed eventEugene Tarassov1-3/+4
2015-08-10Bug 474604 - Too restrictive check for offset in DW_TAG_compile + DW_AT_siblingEugene Tarassov1-7/+13
2015-08-06TCF Agent: added new flags in RegAccessTypes property of a context: "rd-stop"...Eugene Tarassov4-34/+63
2015-08-06TCF Agent: Expressions service: fixed handling of fields of a struct, which i...Eugene Tarassov1-7/+22
2015-08-05TCF Agent: debug context now has optional flag to indicate that software exec...Eugene Tarassov3-1/+3
2015-08-05TCF Agent: limit max number of steps in SkipPrologue implementation to avoid ...Eugene Tarassov1-0/+9
2015-08-05TCF Agent: fixed: extra space character in A64 disassembler outputEugene Tarassov1-1/+1
2015-08-03TCF Agent: added support for debugging Linux kernel modulesEugene Tarassov2-65/+213
2015-07-28Bug 473766 - Getting wrong part of the 64-bits register during expression eva...Eugene Tarassov1-1/+0
2015-07-17TCF Agent: better stack crawl for ARMEugene Tarassov1-1/+16
2015-06-30TCF Agent: fixed typo in code commentEugene Tarassov1-1/+1
2015-06-16Version numbers updated to 1.4.0 for next releaseEugene Tarassov3-6/+8
2015-06-15Bug 470179 - Add SysMonitor context properties "Exe" and "ExeType"Anton Leherbauer2-2/+31
2015-06-12Bug 469842 - Breakpoint : disable relocationEugene Tarassov2-2/+86
2015-06-12TCF Agent: better handling of debug context that does not respond to stop com...Eugene Tarassov1-7/+14
2015-06-11Add EM_PPC64 support and relocations.Vincent Hue3-4/+78
2015-06-11Bug 469954 - FileSystem readlink returns trailing garbageEugene Tarassov1-4/+8
2015-06-11TCF Server: fixed handling of targets that don't define DWARF register number...Eugene Tarassov3-9/+8
2015-06-03TCF Agent: better error message textEugene Tarassov1-1/+1
2015-06-03TCF Agent: fixed: error in location expression can cause seg faultEugene Tarassov1-28/+38
2015-06-02TCF Agent: code cleanupEugene Tarassov1-1/+1
2015-06-02TCF Agent: Run Control service: added support for resume countEugene Tarassov1-20/+23
2015-06-02TCF Agent: new function in Run Control service API: get_stepping_modeEugene Tarassov2-0/+11
2015-05-30TCF Agent: allow to set EN_STEP_OVER and EN_STEP_LINE macros at compile timeEugene Tarassov1-2/+6

Back to the top