Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Bug 341457 - Icon for inactive context should have transparent backgroundaleherbau1-0/+0
2011-03-31TCF Debugger: added code to use Processes service to get process nameeutarass1-5/+8
2011-03-30Fixed CDT deprecation warnings (testing commit rights)aleherbau1-20/+4
2011-03-29TCF Debugger: added code that re-sends manually created Memory Map entries to...eutarass1-5/+22
2011-03-28Bug 340955: Missing "throw" in AbstractChannel.setServiceProxyeutarass1-1/+1
2011-03-25Bug 339885: TCFBreakpointsStatusListener: cleanup of removed breakpoint does ...eutarass1-34/+40
2011-03-25TCF Debugger: changed getTopFrame() to return null for not active context. Di...eutarass1-0/+5
2011-03-24TCF Debugger: fixed: container icons are not always properly updated when a c...eutarass1-1/+6
2011-03-24TCF Debugger: Variables and Expressions views: instead of displaying "N/A" wh...eutarass1-3/+3
2011-03-23TCF Debugger: fixed excessive blinking of thread icons in Debug view during s...eutarass1-5/+6
2011-03-23TCF Debugger: fixed: Disassembly view backend uses wrong node to read target ...eutarass1-1/+11
2011-03-18TCF Debugger: fixed: auto disconnect on last context exit does not work when ...eutarass2-30/+25
2011-03-17TCF Debugger: added display of register values in binary formeutarass1-0/+20
2011-03-16TCF Agent: changed how symbol IDs are represented and handled in expressions....eutarass1-1/+1
2011-03-16Start of drag and drop support for File Systems page.dschaefer4-6/+152
2011-03-15TCF Tests: added tests for type cast in expressionseutarass1-1/+3
2011-03-15TCF Debugger: basic C++ support:eutarass4-102/+107
2011-03-15TCF Debugger: fixed: Targets tab in TCF launch configuration continues connec...eutarass1-2/+1
2011-03-15TCF Debugger: increased command text size limit in error reportseutarass1-1/+1
2011-03-14Bug 339674 - Added icon for function breakpoints.dschaefer1-0/+0
2011-03-11Refresh button on processes page cleaned up and working.dschaefer2-11/+31
2011-03-11Cleanup: extra whitespace removedeutarass1-1/+1
2011-03-11Bug 339674: [cdt] Add support for CDT function breakpointseutarass3-0/+103
2011-03-11Bug 339216: Add support for foreign breakpointseutarass4-41/+110
2011-03-11TCF Debugger: fixed: don't show C++ member functions as children of a struct ...eutarass2-6/+40
2011-03-10Fix NPE on Windows with the File System page.dschaefer1-0/+3
2011-03-09Bug 339216: Add support for foreign breakpointseutarass5-40/+216
2011-03-08TCF Tests: more tests for run control groupseutarass2-19/+44
2011-03-08TCF Debugger: TCFContextState.is_terminated is removed - it is not used and n...eutarass3-3/+3
2011-03-08Bug 338653: [cdt] Add support for CDT launch config typeseutarass1-2/+3
2011-03-07New context resume modes: RM_UNTIL_ACTIVE and RM_REVERSE_UNTIL_ACTIVE: run un...eutarass1-1/+11
2011-03-071. New TCF error code: ERR_NOT_ACTIVE. It means the target is suspended but a...eutarass6-32/+92
2011-03-07TCF Tests: diagnostics tests now support loading memory maps and handling run...eutarass4-110/+218
2011-03-04Bug 338653: [cdt] Add support for CDT launch config typeseutarass5-13/+81
2011-03-03TCF Debugger: fixed assertion failure in process list controleutarass1-3/+1
2011-03-03TCF Debugger: fixed NPE in process list controleutarass1-1/+1
2011-03-03Bug 338653: [cdt] Add support for CDT launch config typeseutarass17-12/+2880
2011-03-03Added new run control context property "RCGroup". When set, it is a context I...eutarass2-1/+19
2011-03-02TCF Debugger: fixed: NPE in TCFBreakpointStatusListener if TCF launch is star...eutarass1-2/+3
2011-03-02Bug 338538: NPE in TCFBreakpointStatusListener during launcheutarass1-2/+2
2011-02-25TCF Tests: better error reportingeutarass1-1/+2
2011-02-23Fixed: recent extensions in Processes service API can cause compatibility pro...eutarass5-62/+124
2011-02-22TCF Tests: added initialization of file path mapping in run control testeutarass2-3/+33
2011-02-18TCF Debugger: fixed regression: assertion failure in TCFNode.dispose()eutarass2-13/+6
2011-02-16TCF Debugger: added checks of Workbench.isStarting() and Workbench().isClosin...eutarass2-33/+46
2011-02-16TCF Debugger: Changed TCFLaunch.terminate() to do nothing instead of returnin...eutarass1-14/+16
2011-02-16Bug 337278: Deadlock reported during startup of org.eclipse.tm.tcf.cdt.uieutarass1-1/+1
2011-02-16Fix content providers for editor panes. Fixed up the processes elements.dschaefer4-28/+21
2011-02-16Progress on the Processes pane. Additional clean up to support common navigator.dschaefer8-29/+236
2011-02-16Bug 337280: NPE in TCFBreakpointStatusListener when first launch is disconnectedeutarass1-0/+11

Back to the top