Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2007-02-21Warning cleanup.Mikhail Khodjaiants20-96/+84
2007-02-17When the source locator finds source files by absolute path attempt to create...Ken Ryall2-8/+31
2007-02-16Support for ICDIBreakpointManagment2, breaks are enabled/disabled when they a...Ken Ryall9-39/+61
2007-02-16More refined way to address bug 102563. Also track which source file an MI b...Ken Ryall3-4/+13
2007-02-15Bug 105196, add the the enabled flag to the CDI api for setting breakpoints i...Ken Ryall5-15/+140
2007-02-14Cleanup.Mikhail Khodjaiants2-9/+1
2007-02-13Bug 173253: Create Watch Expression of member variable or struct.Mikhail Khodjaiants6-11/+90
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 Khodjaiants2-3/+14
2007-02-13Fix to memory space support. Monitors created with expressions were not resto...John Cortell1-5/+9
2007-02-13Additional commentsJohn Cortell1-1/+5
2007-02-12Cleanup of deprecated attributes.Mikhail Khodjaiants1-15/+32
2007-02-12Bug 173792: Modules view needs to catch up with 3.3M5. Cleanup.Mikhail Khodjaiants6-741/+0
2007-02-12Bug 173792: Modules view needs to catch up with 3.3M5. Cleanup.Mikhail Khodjaiants1-6/+0
2007-02-12Bug 173792: Modules view needs to catch up with 3.3M5. Added ModuleMementoPro...Mikhail Khodjaiants3-27/+182
2007-02-12Bug 173792: Modules view needs to catch up with 3.3M5. Added ModuleLabelProvi...Mikhail Khodjaiants5-1/+144
2007-02-12Bug 173792: Modules view needs to catch up with 3.3M5. Cleanup.Mikhail Khodjaiants1-76/+0
2007-02-11Bug 173792: Modules view needs to catch up with 3.3M5. Cleanup.Mikhail Khodjaiants1-3/+0
2007-02-11Bug 173792: Modules view needs to catch up with 3.3M5. Replaced ModulesViewer...Mikhail Khodjaiants6-246/+194
2007-02-11Bug 173792: Modules view needs to catch up with 3.3M5. The dependency on Modu...Mikhail Khodjaiants1-4/+4
2007-02-11Fix bug 159173, improved validation and error reporting.Ken Ryall1-43/+46
2007-02-11Renamed units parameter name.John Cortell1-2/+2
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 173036: target-download "file" is not supported.Mikhail Khodjaiants2-7/+15
2007-02-06Bug 139203: "if" and "at" translateable? #71.Mikhail Khodjaiants4-12/+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-02-02Fix problems importing an executable into an existing project and having it r...Ken Ryall1-13/+6
2007-01-31Forgot to externalize strings.Ken Ryall2-6/+8
2007-01-31Added support for breakpoint problem markers, bug 170027.Ken Ryall8-8/+370
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 Cortell8-123/+198
2007-01-26Bug 160359: Debug session is not to be createdMikhail Khodjaiants1-0/+7
2007-01-25Bug 171644: RxThread crashes on NullPointerException if a unexpected "^runnin...Mikhail Khodjaiants1-1/+1
2007-01-22[merge from 3_1]David Inglis1-1/+9
2007-01-19Fix for PR169548, where the MI variable was not actually created. At the upd...Alain Magloire1-5/+1
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
2007-01-16Fix for PR169548, where the MI variable was not actually created. At the upd...Alain Magloire2-34/+32
2007-01-10Check for reason "shlib-event".Ken Ryall1-0/+7
2006-12-30fix PR 169223, the parser did not recognize the class std::stringAlain Magloire1-1/+1
2006-12-30Fix bug in parsing reference value PR 169259Alain Magloire1-6/+6
2006-12-29fix PR 169223, the parser did not recognize the class std::stringAlain Magloire1-1/+3
2006-12-18Bug 166997 - Patch from Darin Wright. Adjust to changes in internal interface...Doug Schaefer5-18/+12

Back to the top