Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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 o...Doug Schaefer1-1/+1
2007-09-05Support getting the ICDIThread associated with a CThread via IAdaptable, as i...John Cortell1-0/+3
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 load...Mikhail Khodjaiants1-7/+1
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
2007-07-04Bug 178731, launch configs know which build configuration to use. Also use th...Ken Ryall1-2/+9
2007-06-26RESOLVED - bug 193800: Cannot launch C/C++ application on AIXChris Recoskie1-2/+5
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 do...Doug Schaefer1-0/+3
2007-05-17Bug 186981: Values of variables are shown differently depending on "show colu...Mikhail Khodjaiants2-3/+25
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 creat...John Cortell1-6/+10
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 in...Ken Ryall1-9/+10
2007-05-05Bug 150862 - Patch from Warren Paul: Float values not displayed correctly in ...Ken Ryall1-8/+9
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
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 patte...Doug Schaefer3-0/+34
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
2007-04-24Fixed 183108. Allow the CDI backend to dictate the format (hex/decimal/binary...John Cortell2-8/+73
2007-04-19Made sizeof() public. Discussed with Mikhail.John Cortell1-1/+1
2007-04-15Fix ASCII property on schemaDoug Schaefer1-139/+139
2007-04-15Fixed class for new debugger.Doug Schaefer1-1/+1
2007-04-12Fix bug where project name was empty.Doug Schaefer1-1/+2
2007-04-10Fixed bug 181829. Debugger was not enforcing extension point schema. Also ren...John Cortell2-251/+259
2007-04-05Corrected parameter names and JavaDoc of ICDIThread.getStackFrames. Bug 180819.John Cortell1-6/+3
2007-03-29Bug 175532. AddressToSource API interface definition.Ken Ryall1-0/+77
2007-03-29If the CDI backend fails when getting the value for a variable put the error ...Ken Ryall1-0/+1
2007-03-29Added an ExecutableReloadedEvent so if the debugger backend detects that code...Ken Ryall2-0/+42
2007-03-29Bug 179425: two periods ".." appear at end of some CDT "Target request failed...Mikhail Khodjaiants1-2/+13
2007-03-29Added overlay images for breakpoints with actions attached.Ken Ryall1-0/+9

Back to the top