Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-09Correct improper handling and general confusion of the addressable size conce...John Cortell4-20/+46
2007-02-08More support for CDebugTargets with no binaries.Ken Ryall1-2/+7
2007-02-08Fix bug 173197, allow CDI targets to provide an address factory.Ken Ryall2-0/+15
2007-02-08Fix bug 91771.Ken Ryall2-6/+41
2007-02-07Assignment placed in incorrect block could lead to NPE.John Cortell1-1/+1
2007-02-07User can now specify a memory address for the stop on start point (173201)John Cortell1-5/+27
2007-02-06Removed obsolete internal methodJohn Cortell1-21/+0
2007-02-06Bug 139203: "if" and "at" translateable? #71.Mikhail Khodjaiants2-9/+4
2007-02-02Resolution for 172508. Update all variables and registers on the receipt of a...John Cortell3-5/+65
2007-02-02Bug 155464: Thread mix-up when debugging multi-threaded programs.Mikhail Khodjaiants1-0/+15
2007-01-31Forgot to externalize strings.Ken Ryall2-6/+8
2007-01-31Added support for breakpoint problem markers, bug 170027.Ken Ryall7-7/+360
2007-01-31Remove extraneous, but harmless String assignmentJohn Cortell1-2/+1
2007-01-29This completes the contribution of the memory space support for the memory view.John Cortell3-17/+125
2007-01-18Tweak to last change based on Mikhail's review.John Cortell1-6/+5
2007-01-18Opimization to getExtendedMemoryBlock(). Where the expression is an absolute ...John Cortell1-8/+22
2006-12-18Use the default value (STOP_AT_MAIN_DEFAULT) instead of "false".Mikhail Khodjaiants1-3/+4
2006-12-15Fixed bug 166774. Restart tries to set a breakpoint on main regardless of whe...John Cortell1-4/+9
2006-12-12Support for CSourceNotFoundEditor, bug 167305.Ken Ryall2-6/+70
2006-11-29Make setName public.Ken Ryall1-1/+1
2006-11-17Fixed bug 165042: CMemoryBlockRetrievalExtension.getMemoryBlock constructs a ...John Cortell1-1/+1
2006-11-08Fixed bugzilla report 163862. Globals don't show if there are no locals in th...John Cortell1-1/+1
2006-11-02Fix bug 159833.Ken Ryall8-17/+131
2006-10-25Fix for 162327: NPE when you hit Remove All Global Variables on an empty vari...John Cortell1-0/+4
2006-10-12Fix 158919.Ken Ryall2-2/+2
2006-10-11Upversion to 4.0.0 and fix dependency version ranges (bug 157543)Anton Leherbauer1-5/+5
2006-10-03Initial commit of memory space support in the memory view (made possible by 3...John Cortell5-1/+184
2006-09-20Fixed PPC Mac support broken with fix for 148415. Platform.getOSArch() now re...Ken Ryall1-1/+2
2006-09-15fix for 148415 by Corey AshfordChris Recoskie1-1/+3
2006-09-11Bugzilla Bug 156707: A failed operation (e.g., resume) can leave the CDebugTa...Mikhail Khodjaiants2-12/+34
2006-08-29Bug 155275: Exception when stepping.Mikhail Khodjaiants2-1/+5
2006-08-26Fix bug 155316.Ken Ryall2-9/+29
2006-08-24Move the workaround for bug 102563 into the mi plug-in so that non-gdb CDI cl...Ken Ryall1-1/+1
2006-08-24Merge fix for bug 155129 from 3_1.Ken Ryall1-1/+1
2006-08-17If the breakpoint manager is disabled disable the breakpoint using the same m...Ken Ryall1-6/+1
2006-08-16Bug 136896: View variables in binary format.Mikhail Khodjaiants2-0/+70
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer170-170/+170
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer203-208/+208
2006-06-15Added missing copyright notices.Ken Ryall1-0/+11
2006-06-14update copyrightsChris Recoskie1-1/+1
2006-05-31Bug 144719: [Modules view] Modules from from different sessions are mixed up.Mikhail Khodjaiants2-0/+7
2006-05-29Bug 108472: Debug continues to fail.Mikhail Khodjaiants1-0/+6
2006-05-29Bug 108472: Debug continues to fail.Mikhail Khodjaiants3-5/+11
2006-05-26Bug 137138: Common source containers get disposed.Mikhail Khodjaiants3-3/+13
2006-05-26Bug 122010: Registers View is displayed even if supportsRegisters and support...Mikhail Khodjaiants2-1/+7
2006-05-24Updated the about.html files.Doug Schaefer1-15/+17
2006-05-19Warning cleanup.Mikhail Khodjaiants2-3/+7
2006-05-12Bug 118274: Condition is not shown in the tooltip of conditional breakpoint.Mikhail Khodjaiants8-41/+169
2006-05-11Fixing up copyright notices. Bug 130320.Doug Schaefer2-3/+3
2006-04-28Add another 'contains' that uses a source file name/path to search.Ken Ryall1-0/+10

Back to the top