Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-01-04Applied patch for 209793. Persist the format selection and cast-to-type of va...John Cortell8-21/+522
2008-01-04Applied patch to 204028. Setting an address breakpoint in a session with no ...John Cortell1-21/+40
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 addres...John Cortell1-3/+5
2007-12-21Fix for 213456: Misuse of IMarker.LOCATION attribute breaks API and leads to ...Anton Leherbauer1-2/+2
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 targets...John Cortell1-6/+21
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 e...Mikhail Khodjaiants1-0/+5
2007-11-21Bug 205017.Ken Ryall1-0/+11
2007-11-15Bug 204738Ken Ryall1-1/+1
2007-11-05Bug 118299, improved watchpoint support.Ken Ryall6-30/+199
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-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 Schaefer23-24/+24
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-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 Ryall1-3/+9
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 Schaefer2-0/+19
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 Cortell1-1/+1
2007-04-24Fixed 183108. Allow the CDI backend to dictate the format (hex/decimal/binary...John Cortell1-8/+47
2007-04-19Made sizeof() public. Discussed with Mikhail.John Cortell1-1/+1
2007-04-12Fix bug where project name was empty.Doug Schaefer1-1/+2

Back to the top