Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-11TCF Java package names changed: org.eclipse.tm.tcf.* -> org.eclipse.tcf.*Eugene Tarassov11-2561/+0
2011-10-28TCF Debugger: added support for "exotic" breakpoints that cannot be represent...Eugene Tarassov3-51/+85
2011-10-27TCF Debugger: fixed number of issues in handling of "foreign" breakpoints (br...Eugene Tarassov1-225/+273
2011-10-26TCF Debugger: fixed: wrong format of IBreakpoints.PROP_STOP_GROUP breakpoint ...Eugene Tarassov1-0/+1
2011-10-25TCF Debugger: implemented Update Policy menu in debug views.Eugene Tarassov1-3/+2
2011-10-19TCF Debugger: fixed: TCF Launch should subscribe for streams from both Proces...Eugene Tarassov1-10/+16
2011-10-13TCF Debugger: added support for "ClientData" breakpoint property.Eugene Tarassov1-30/+130
2011-09-15TCF Debugger: added code comments.eutarass1-0/+49
2011-09-13TCF Debugger: added code to check Breakpoints service capabilities.eutarass1-47/+73
2011-09-12TCF Agent: implemented translation of breakpoint file names.eutarass2-9/+4
2011-09-09TCF Debugger: added code to parse ILaunchConfiguration.ATTR_SOURCE_LOCATOR_ME...eutarass1-4/+10
2011-09-08TCF Debugger: fixed: the debugger should update editor annotations when launc...eutarass1-23/+25
2011-09-01TCF Debugger: a bit better code for conversion of JSON numbers to BigInteger.eutarass1-4/+3
2011-08-16TCF Debugger: fixed few issues in breakpoint action cancellation logic.eutarass1-0/+1
2011-08-10TCF Debugger: fixed: suspend command in the Debug view should cancel active b...eutarass1-1/+10
2011-08-08TCF Debugger: implemented adapter for CDT breakpoint actions.eutarass1-3/+1
2011-08-03TCF Debugger: improved timing of view updates.eutarass1-3/+3
2011-06-30TCF Debugger: implemented editor markers that show breakpoints status for cur...eutarass1-7/+20
2011-06-28TCF Debugger: fixed: calling TCFLaunch.addListener() from a listener callback...eutarass1-7/+15
2011-06-23TCF Debugger: fixed Memory Map backward compatibility with TCF agents ver. 0....eutarass1-2/+9
2011-06-22TCF Debugger: implemented new TCF launch configuration option: "Disconnect wh...eutarass1-2/+10
2011-06-21TCF Debugger: implemented preferences page.eutarass1-6/+57
2011-06-13TCF Debugger: fixed termination of target process on debugger disconnect.eutarass1-33/+16
2011-06-13Changes in Memory Map service implementation and UI:eutarass1-34/+13
2011-05-19TCF Debugger: memory map item property definition TCFLaunch.PROP_MMAP_ID is m...eutarass1-4/+1
2011-05-17TCF Debugger: TCFLaunch changed to preload memory maps if target agent suppor...eutarass1-18/+95
2011-05-09TCF Debugger: Support for restricting breakpoints to a debug sessionaleherbau1-4/+41
2011-05-05TCF Debugger: Add Watchpoint in Editor and Variables/Expressions viewaleherbau1-1/+11
2011-04-25TCF Debugger: added toString() method in a couple of classes for convenience.eutarass2-0/+32
2011-04-11TCF Debugger: added agent name to launch node label in Debug vieweutarass1-0/+9
2011-04-11TCF Debugger: fixed: some breakpoints have "File" attribute that is empty stringeutarass1-1/+1
2011-04-04Bug 341741 - Add support for breakpoint scopealeherbau1-1/+5
2011-03-29TCF Debugger: added code that re-sends manually created Memory Map entries to...eutarass1-5/+22
2011-03-11Bug 339674: [cdt] Add support for CDT function breakpointseutarass1-0/+6
2011-03-11Bug 339216: Add support for foreign breakpointseutarass2-1/+10
2011-03-09Bug 339216: Add support for foreign breakpointseutarass2-15/+47
2011-03-08TCF Debugger: TCFContextState.is_terminated is removed - it is not used and n...eutarass1-1/+0
2011-03-04Bug 338653: [cdt] Add support for CDT launch config typeseutarass1-1/+39
2011-02-23Fixed: recent extensions in Processes service API can cause compatibility pro...eutarass1-9/+18
2011-02-16TCF Debugger: Changed TCFLaunch.terminate() to do nothing instead of returnin...eutarass1-14/+16
2011-02-10TCF Debugger: implemented debug view node filtering eutarass1-6/+17
2011-02-09TCF Debugger: added code to display breakpoint status info in UIeutarass2-7/+36
2011-02-08Bug 336474: [cdt] Add support for C/C++ Watchpointseutarass1-5/+19
2011-02-08TCF Debugger: added code to update target file path mapping when active launc...eutarass1-6/+37
2011-02-021. Added code, API and UI to control auto-attach of process children.eutarass1-2/+9
2011-01-27TCF Debugger: fixed a regression: IllegalStateException when Eclipse is shutd...eutarass1-0/+4
2011-01-27TCF Debugger: changed Memory Map dialog code to allow editing of manually con...eutarass1-0/+1
2011-01-26TCF Debugger:eutarass1-45/+79
2010-12-24TCF Debugger: added support for CDT breakpoints with "org.eclipse.cdt.debug.c...eutarass1-0/+1
2010-12-07TCF Debugger:eutarass2-2/+26

Back to the top