Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-07-07Fixed regression: possible segfault in run_safe_events()Eugene Tarassov1-1/+2
2023-05-23Fixed handling of situation when a context resumed or exited during breakpoin...Eugene Tarassov1-1/+2
2022-05-30Bug 579989 - compile error by vs2008 on windowsEugene Tarassov1-7/+6
2022-04-05TCF Agent: Lazy PC initializationSimeon Krastnikov1-12/+42
2021-09-11TCF Agent: improved implementation of stepping of hidden codeEugene Tarassov1-0/+18
2021-06-17Bug 568689 - Add the RunControl getMinState commandDavid Wilson1-12/+36
2020-10-20TCF Agent: improved error reporting when accessing a context that expected to...Eugene Tarassov1-1/+49
2020-10-07Bug 567106 - Could we have a fix to solve the "0" line issue as the GDBEugene Tarassov1-31/+64
2020-09-11TCF Agent: improved handling of situation when a context cannot be stoppedEugene Tarassov1-4/+17
2020-07-10TCF Agent: additional checks for malformed JSONEugene Tarassov1-5/+12
2020-05-15TCF Agent: fixed: calling post_safe_event() for a "hidden" context can cause ...Eugene Tarassov1-1/+10
2019-12-04TCF Agent: added context query comparators: ParentName, AncestorID and Ancest...Eugene Tarassov1-0/+25
2019-11-17TCF Agent: fixed data caching for server side servicesEugene Tarassov1-3/+38
2019-11-07TCF Agent: added memory access flags to control auto-stopping of debug contextsEugene Tarassov1-0/+19
2019-08-17TCF Agent: Run Control: better support of native "step over"Eugene Tarassov1-0/+2
2019-07-20TCF Agent: Run Control service: better handling of unexpected resume during "...Eugene Tarassov1-5/+7
2019-04-26TCF Agent: changed assert(is_all_stopped(ctx)) to print offending contexts be...Eugene Tarassov1-2/+19
2019-01-30TCF Agent: got rid of compiler warningEugene Tarassov1-6/+7
2018-10-24TCF Agent: Run Control service: when stepping over function prologue, use pro...Eugene Tarassov1-1/+2
2018-08-14TCF Agent: fixed: RunControl.getState command should not try to read PC if th...Eugene Tarassov1-1/+1
2018-02-27TCF Agent: RunControl service: performance optimizations in implementation of...Eugene Tarassov1-22/+23
2018-01-30TCF Agent: GDB Remote Serial Protocol: fixed handling of "vCont;r..." commandsEugene Tarassov1-20/+23
2017-12-16TCF Agent: remove redundant includes in the matching c/h-filesEugene Tarassov1-4/+1
2017-11-22TCF Agent: fixed inconsistencies between format specification and argument ty...Eugene Tarassov1-1/+1
2017-07-25TCF Agent: more of GDB Remote Serial ProtocolEugene Tarassov1-1/+3
2017-07-21TCF Agent: new function in Run Control service API: get_context_state_name()Eugene Tarassov1-0/+5
2017-05-09TCF Agent: fixed compilation warningsEugene Tarassov1-5/+5
2017-03-24TCF Agent: wait_safe_events_done() changed to wait until next portion of save...Eugene Tarassov1-1/+1
2017-03-24TCF Agent: new Run Control API function: wait_safe_events_done()Eugene Tarassov1-0/+4
2017-01-09TCF Agent: a bit better run control error handlingEugene Tarassov1-5/+10
2016-08-26TCF Agent: new function in Run Control service API: is_run_ctrl_idle()Eugene Tarassov1-1/+19
2016-06-03TCF Agent: allow to build the agent with 'CFLAGS=-DSERVICE_Breakpoints=0'Eugene Tarassov1-0/+8
2016-02-03TCF Agent: fixed: "CanResume" has unwanted bit 20 setEugene Tarassov1-4/+3
2016-01-29Bug 486746 - Dynamic printf does not work reliably when symbols have differen...Eugene Tarassov1-0/+26
2016-01-26Bug 486381 - code to skip dynamically loaded code prologue causes VxWorks deb...Eugene Tarassov1-23/+5
2015-10-21Added __x86.get_pc_thunk.bx in is_hidden_functionXavier Pouyollon1-1/+2
2015-10-21TCF Agent: more efficient reading of PC of suspended contextsEugene Tarassov1-1/+4
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-09-23TCF Agent: Run Control service: added code to optionally skip dynamic loader ...Eugene Tarassov1-13/+44
2015-09-23Add hook to be able to customize is_hidden_function routine.Morvan Le Goff1-0/+1
2015-08-28Bug 475936 - Step-into-line behavior different from OpenSource Agent and VxWorksEugene Tarassov1-22/+45
2015-08-06TCF Agent: added new flags in RegAccessTypes property of a context: "rd-stop"...Eugene Tarassov1-0/+8
2015-08-05TCF Agent: limit max number of steps in SkipPrologue implementation to avoid ...Eugene Tarassov1-0/+9
2015-06-12TCF Agent: better handling of debug context that does not respond to stop com...Eugene Tarassov1-7/+14
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 Tarassov1-0/+5
2015-05-30TCF Agent: allow to set EN_STEP_OVER and EN_STEP_LINE macros at compile timeEugene Tarassov1-2/+6
2015-05-13TCF Agent: Windows: added support for reading registers while the thread is r...Eugene Tarassov1-2/+2
2015-04-16Bug 464388 - Commit bb173cd6d46277f844c0e57934c00ce6730aee4b breaks SkipProlo...Eugene Tarassov1-1/+1

Back to the top