Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2007-07-25Bug 197162: NPE thrown viewing Global Variables (VariableManager.createLocalV...Mikhail Khodjaiants6-1/+34
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-21Patch for bug 189003 by Jason Montojo - fixing tab orderVivian Kong1-3/+12
2007-06-21Bug 193776: [Debug/MI] Error displaying array variable when switching stack f...Mikhail Khodjaiants1-28/+13
2007-06-20Bug 193471: Variables View: mi_cmd_var_create: unable to create variable object.Mikhail Khodjaiants1-1/+1
2007-06-19Bug 138920: Disassembly windows not refresh after program memory change.Mikhail Khodjaiants2-1/+33
2007-06-18Fixed 193198. If an error was encountered by an action delegate, it would be ...John Cortell2-4/+14
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

Back to the top