Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-14Fixed some of Eclipse 3.6 JDT warningseutarass4-13/+22
2010-06-14TCF Debugger: "Run Tests" and "Tests Loop" commands now start the agent if "R...eutarass1-1/+1
2010-06-09Fixed: missing copyright noticeeutarass1-0/+10
2010-06-09TCF Agent: added handling of error report parameters in errno_to_str()eutarass6-4/+116
2010-06-041. Added version=0.3.0 on Export-Package: org.eclipse.tm.tcf.extensionseutarass1-1/+1
2010-05-27Fixed copyright headers eutarass31-24/+94
2010-05-25TCF Debugger: process "don't stop" and "don't pass" signal masks are made per...eutarass2-0/+59
2010-05-25TCF Agent: fixed Memory Map changed events on Linux, added Memory Map for Win...eutarass1-13/+27
2010-05-17TCF Debugger: fixed: run control diagnostic tests sometimes report bogus erro...eutarass1-1/+3
2010-05-15TCF Debugger: fixed: diagnostic tests fail to report an error when one out of...eutarass1-1/+1
2010-05-12TCF Agent: low-level debug API changed, new functions added:eutarass1-66/+66
2010-05-10TCF Debugger: run control tests code is reviewed and rearranged to make it cl...eutarass1-206/+249
2010-05-06TCF Agent: fixed: diagnostics fail if the agent is built without Symbols serviceeutarass2-8/+23
2010-05-06TCF Agent: fixed regression: Registers.getm returns no dataeutarass1-0/+8
2010-05-04TCF Debugger: improved source step over command: skip code that has no line n...eutarass1-4/+8
2010-04-30TCF Agent: in order to improve debug API abstraction:eutarass2-3/+29
2010-04-27TCF Agent: added function context_extension() that allows service implementat...eutarass1-12/+22
2010-04-16TCF Debugger: fixed typo in error message texteutarass1-1/+1
2010-04-03TCF Agent: changed code for FileSystem.roots command on Windows to use GetLog...eutarass1-2/+8
2010-04-01Bug 307656: AssertionError in TCFBreakpointsModeleutarass1-54/+49
2010-03-25TCF Debugger: fixed: UI can lock if keyboard shortcuts F5, F6, or F7 are used...eutarass3-6/+15
2010-03-18More TCF Symbols Server code. Most services work OK.eutarass2-6/+18
2010-03-10TCF Agent: more symbols value-add code.eutarass2-15/+43
2010-02-22Work in progress: more TCF value-add support - all tests have passed when con...eutarass7-126/+196
2010-01-29Fixed: missing copyright noteeutarass1-1/+11
2010-01-21TCF Symbols service is re-worked to support implementation of the service as ...eutarass1-4/+53
2010-01-14TCF Agent: more value-add support: few bug fixes and cosmetic changeseutarass1-1/+1
2010-01-13TCF Agent: Line Numbers service is now fully functional in value-add modeeutarass1-118/+136
2010-01-11New TCF service: Path Map. It stores file path mapping across systems.eutarass4-134/+455
2009-11-12TCF Agent:eutarass4-34/+65
2009-10-23TCF Debugger: fixed bugs in the code that starts local instance of TCF agent ...eutarass1-11/+31
2009-10-21TCF Test Suite: fixed: information included into "Invalid contextSuspended ev...eutarass1-19/+25
2009-10-14TCF Agent: Breakpoints service: implemented "StopGroup" breakpoint propertyeutarass1-10/+10
2009-10-12TCF Agent Breakpoints service:eutarass2-0/+6
2009-10-05TCF Debugger: fixed source lookup in case of remote buildeutarass3-14/+28
2009-10-02Implemented a time limit on some TCF tests, so diagnostics don't take too muc...eutarass3-1/+15
2009-09-24TCF Debugger: the debugger sometimes opens source file from wrong projecteutarass4-41/+59
2009-09-21TCF Agent: Fixed: Streams.connect command can cause an assert failure in the ...eutarass1-48/+95
2009-09-21TCF Debugger: Added user actions in variables and expression views: Display A...eutarass1-7/+13
2009-09-11TCF Debugger: implemented Details Pane text support in Registers vieweutarass3-0/+27
2009-09-10TCF Debugger:eutarass6-34/+18
2009-09-09TCF Debugger: multiple changed in debug model in order to improve design, per...eutarass4-86/+30
2009-09-02Code cleanup: trailing spaces are removed from the source lineeutarass31-325/+325
2009-08-26TCF Launch Configuration now can start and use TCF agent on a local host.eutarass3-6/+222
2009-08-13Bug 284963: Add a third parameter to the streams service “created” eventeutarass2-6/+7
2009-07-22Bug 282734: [tcf][agent] Adapt the agent sources to support Linux x86_64eutarass1-1/+6
2009-07-09Moved waitpid() and related code into a separate module: waitpid.[hc]eutarass1-0/+13
2009-07-07Processes service: added support for process std input streamseutarass1-9/+44
2009-06-22Bug 235251: [tcf][api] runcontrol support for complex resume modeseutarass1-1/+1
2009-06-18TCF debugger: diagnostics test suit: fixed intermittent "Invalid BP status" e...eutarass1-8/+6

Back to the top