Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-02-21Warning cleanup.Mikhail Khodjaiants9-40/+37
2007-02-17When the source locator finds source files by absolute path attempt to create...Ken Ryall1-8/+26
2007-02-15Bug 105196, add the the enabled flag to the CDI api for setting breakpoints i...Ken Ryall2-8/+25
2007-02-13Bug 173253: Create Watch Expression of member variable or struct.Mikhail Khodjaiants2-8/+8
2007-02-13Fix a case where breakpoint problem markers were not removed at the end of a ...Ken Ryall1-7/+7
2007-02-13"Load Symbols For All" doesn't work: CModuleManager does not implement ICDebu...Mikhail Khodjaiants1-0/+11
2007-02-13Fix to memory space support. Monitors created with expressions were not resto...John Cortell1-5/+9
2007-02-09Correct improper handling and general confusion of the addressable size conce...John Cortell1-15/+29
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 Ryall1-0/+8
2007-02-08Fix bug 91771.Ken Ryall1-6/+17
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 Cortell2-5/+20
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 Ryall3-5/+258
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 Cortell2-17/+113
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 Ryall6-17/+123
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-03Initial commit of memory space support in the memory view (made possible by 3...John Cortell3-1/+107
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 Khodjaiants1-12/+30
2006-08-29Bug 155275: Exception when stepping.Mikhail Khodjaiants1-1/+1
2006-08-26Fix bug 155316.Ken Ryall1-9/+18
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 Khodjaiants1-0/+65
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer67-67/+67
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer97-101/+101
2006-06-14update copyrightsChris Recoskie1-1/+1
2006-05-31Bug 144719: [Modules view] Modules from from different sessions are mixed up.Mikhail Khodjaiants1-0/+3
2006-05-29Bug 108472: Debug continues to fail.Mikhail Khodjaiants3-5/+11
2006-05-26Bug 137138: Common source containers get disposed.Mikhail Khodjaiants2-3/+8
2006-05-26Bug 122010: Registers View is displayed even if supportsRegisters and support...Mikhail Khodjaiants1-1/+1
2006-05-19Warning cleanup.Mikhail Khodjaiants1-3/+3

Back to the top