Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2007-06-18Bug 145606: The watchpoint property dialog shows the filename rather than the...Mikhail Khodjaiants2-3/+16
2007-06-14Fix up copyrights.Doug Schaefer33-46/+66
2007-06-14Fix up copyrights.Doug Schaefer38-39/+79
2007-06-14Fix up copyrights.Doug Schaefer29-29/+41
2007-06-14Bug 192621: Address breakpoint markers are not shown in Disassembly view.Mikhail Khodjaiants1-1/+1
2007-06-12Bug 186929: Run to Line and Resume At Line should be passing absolute path to...Mikhail Khodjaiants3-78/+122
2007-06-07Allow the backend to return null list of globals.Ken Ryall1-3/+8
2007-06-06Bug 52100 - Patch for Sergey - Remove the private/public children from the va...Doug Schaefer1-6/+21
2007-06-05getGlobals was checking the wrong list.Ken Ryall1-1/+1
2007-06-04Bug 189458: Variables view doesn't show changesMikhail Khodjaiants1-0/+47
2007-05-30fix for bug 189326 - manually add labels to controls for accessibilityVivian Kong1-1/+24
2007-05-30Follow-up for 183291: Force load of adapterAnton Leherbauer2-4/+32
2007-05-29Bug 189539 - Fix dates on about.html files to reflect projected release date.Doug Schaefer4-4/+4
2007-05-24Fix for 183578: NPE creating an address breakpoint in the Disassembly viewAnton Leherbauer1-2/+5
2007-05-22Bug 188421 - Fix exception caused when the number of stack frames returned do...Doug Schaefer1-0/+3
2007-05-22Bug 188348: TVT33:TCT175: ar: 13.001680 Wrong iconsMikhail Khodjaiants1-0/+0
2007-05-21Open annotation model for other debug models (related to bug 186396)Anton Leherbauer2-11/+8
2007-05-18Bug 187849: MIAsyncRecord.java prints multiple timesMikhail Khodjaiants1-1/+1
2007-05-18Bug 187787 - Fixed restart. The inferior PID wasn't getting reset on a restar...Doug Schaefer2-0/+12
2007-05-18Patch for bug 187118 by Jason Montojo - Missing options on Connection tab in ...Vivian Kong1-1/+2
2007-05-18Patch for bug 187321 by Jason Montojo - Button truncation on Add Directory Di...Vivian Kong1-2/+2
2007-05-17Patch for bug 187128 by Jason Montojo - Type option does not resize correctly...Vivian Kong1-2/+2
2007-05-17Fix up interrupt signalling for cygwin and mingw gdb. As a side affect, mingw...Doug Schaefer7-91/+100
2007-05-17Handle exception that was being thrown in the finally clause the resulted in ...Doug Schaefer1-0/+5
2007-05-17Warning cleanup.Mikhail Khodjaiants1-3/+3
2007-05-17Bug 187519: Display array's address as its value.Mikhail Khodjaiants1-1/+1
2007-05-17Bug 186981: Values of variables are shown differently depending on "show colu...Mikhail Khodjaiants8-106/+294
2007-05-16Bug 187141, externalize strings.Ken Ryall2-5/+2
2007-05-16fix for bug 187048 - signal view column headings truncatedVivian Kong1-3/+4
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 Cortell6-11/+124
2007-05-16fix for bug 187322 - error message for valid value range can be confusingVivian Kong2-4/+6
2007-05-16Fixed 187308. Expect and gracefully handle a NumberFormatException when creat...John Cortell1-6/+10
2007-05-16fix for bug 187037 - make "Add Watch Expression" dialog resizableVivian Kong1-1/+3
2007-05-15Fixed 186929. Run to Line should pass CDI client the absolute path of the file.John Cortell1-7/+40
2007-05-14Make setRefreshVariables public.Ken Ryall1-1/+1
2007-05-14Applied patch for 186405. Fixed some problems with breakpoint actions.John Cortell7-285/+414
2007-05-11Reworked previous change for 179340.Ken Ryall1-0/+6
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-05Disable the console for the MI version just as the CLI version does.Ken Ryall1-0/+2
2007-05-05Forgot to externalize a string.Ken Ryall2-1/+2
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-05-04Better MI support on Mac OS: MI version of shared lib info, also allow Comman...Ken Ryall8-21/+153
2007-05-03Bug 179202. Make showing the list of source files when you expand a binary op...Ken Ryall1-1/+13
2007-05-03Bug 177262, add help context IDs.Ken Ryall3-5/+15
2007-04-30Bug 150864, Not all printable characters are displayed in the debuggerKen Ryall1-2/+2

Back to the top