Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-01-04Applied patch for 209793. Persist the format selection and cast-to-type of ↵John Cortell8-21/+522
variables. Adds a generic mechanism for storing collections of such setting types as a single launch configuration setting. In other words, persisting the format of 10 variables will not result in 10 launch config settings, but rather one.
2008-01-04Applied patch to 204028. Setting an address breakpoint in a session with no ↵John Cortell1-21/+40
symbolics (executable) would NPE.
2008-01-04Applied patch in bug 199584. Run-to-Line was not setting the thread state.John Cortell3-17/+55
2008-01-04Applied patch in bug 191583. Logic not taking into account blocks with ↵John Cortell1-3/+5
addressable size > 1.
2007-12-21Fix for 213456: Misuse of IMarker.LOCATION attribute breaks API and leads to ↵Anton Leherbauer1-2/+2
ClassCastExceptions
2007-12-14Adjusted minor inneficiency someone here noticed.John Cortell1-2/+3
2007-12-12When the user disables a variable, don't dispose the CDI variable for ↵John Cortell2-8/+29
targets (engines) that use passive variables. The dispose is only there for performance reasons, and it's not needed with passive variables.
2007-12-07Fixed 212282. Don't allow variable editing if disabled.John Cortell1-1/+1
2007-11-30getBytesFromAddress() would return null ifgetAddressableSize() was called firstJohn Cortell1-1/+1
2007-11-26Bug 210863: Source lines are not available in disassembly view for imported ↵Mikhail Khodjaiants1-0/+5
executable files. Applied patch from Mike Caraman (Freescale).
2007-11-21Bug 205017.Ken Ryall1-0/+11
2007-11-15Bug 204738Ken Ryall1-1/+1
2007-11-06Upversion plug-ins to 5.0.0Anton Leherbauer1-2/+2
2007-11-05Bug 118299, improved watchpoint support.Ken Ryall9-31/+265
2007-10-27Bug 207675, display wchar_t as unicode chars.Ken Ryall4-5/+69
2007-10-19Bug 206941 - Set the default extension filter to '*' for core files instead ↵Doug Schaefer1-1/+1
of '*.*', which doesn't match the default Linux core filename of 'core'.
2007-09-05Support getting the ICDIThread associated with a CThread via IAdaptable, as ↵John Cortell1-0/+3
is done with CDebugTarget and CStackFrame
2007-08-22Applied patch in bug 200829John Cortell1-9/+30
2007-08-21Fix deadlock when clearing all breakpoints.Ken Ryall1-3/+5
2007-08-03Applied patch to fix 197634.Ken Ryall1-6/+8
2007-07-29Bug 81353, option to view disassembly when stopped in a location with no source.Ken Ryall1-4/+10
2007-07-25Possible NPE in "getUniqueIdentifier" if the plugin's bundle hasn't been ↵Mikhail Khodjaiants1-7/+1
loaded. Replaced by a constant string for the plugin id.
2007-07-24Update changed plugins to 4.0.1.Doug Schaefer1-1/+1
2007-07-24Removed unused tag.Mikhail Khodjaiants1-1/+1
2007-07-09Fix problem with earlier change where in progress breakpoints were not being ↵Ken Ryall1-4/+4
added.
2007-07-04Bug 178731, launch configs know which build configuration to use. Also use ↵Ken Ryall1-2/+9
the build config name in the default launch config name.
2007-06-26RESOLVED - bug 193800: Cannot launch C/C++ application on AIXChris Recoskie1-2/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=193800
2007-06-19Bug 138920: Disassembly windows not refresh after program memory change.Mikhail Khodjaiants2-1/+33
2007-06-14Fix up copyrights.Doug Schaefer29-29/+41
2007-06-07Allow the backend to return null list of globals.Ken Ryall1-3/+8
2007-06-05getGlobals was checking the wrong list.Ken Ryall1-1/+1
2007-05-29Bug 189539 - Fix dates on about.html files to reflect projected release date.Doug Schaefer1-1/+1
2007-05-22Bug 188421 - Fix exception caused when the number of stack frames returned ↵Doug Schaefer1-0/+3
doesn't match expected depth.
2007-05-17Bug 186981: Values of variables are shown differently depending on "show ↵Mikhail Khodjaiants2-3/+25
columns" option.
2007-05-16Reverted to 1.71. Change to method visibility was accidental.John Cortell1-1/+1
2007-05-16Applied patch from 116302. Only difference from patch is a comment correction.John Cortell3-4/+40
2007-05-16Fixed 187308. Expect and gracefully handle a NumberFormatException when ↵John Cortell1-6/+10
creating a memory block from an expression.
2007-05-14Make setRefreshVariables public.Ken Ryall1-1/+1
2007-05-14Applied patch for 186405. Fixed some problems with breakpoint actions.John Cortell2-51/+86
2007-05-11Bug 185956, now returns CDI interface.Ken Ryall2-5/+10
2007-05-10Bug 126262, applied Ling Wang's patch.Ken Ryall1-2/+26
2007-05-05Bug 150863 - Patch from Warren Paul: Double values not displayed correctly ↵Ken Ryall1-9/+10
in hex and decimal formats.
2007-05-05Bug 150862 - Patch from Warren Paul: Float values not displayed correctly in ↵Ken Ryall1-8/+9
hex and decimal formats..
2007-05-05Bug 176077 - Running threads flicker in Launch View when stepping in one thread.Ken Ryall1-1/+6
2007-05-04Bug 176081 - In multi-process debug, breakpoint is mistakenly uninstalled on ↵Ken Ryall1-7/+16
process termination. Patch from Ling Wang.
2007-04-30Bug 150864, Not all printable characters are displayed in the debuggerKen Ryall1-2/+2
2007-04-30Bug 159860, more formatting for bool.Ken Ryall1-1/+28
2007-04-30Bug 179755 - Introduced mechanism to allow debuggers to specify a regex ↵Doug Schaefer3-0/+34
pattern specifying supported build configurations. This is used to set the defaults in the CDebuggerTab as well as the CApplicationLauchShortcut. A new debugger MinGW is introduced to take advantage of this and set the appropriate paths to the MinGW debugger.
2007-04-27Bug 135250: Patch to fix function breakpoints.Mikhail Khodjaiants1-9/+3
2007-04-24Add throws CDIException to new ICDIFormattable, as per Mikhail's recommendation.John Cortell2-2/+3

Back to the top