Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2007-03-28Bug 118308 support for breakpoint actions.Ken Ryall39-12/+3348
2007-03-26Bug 175338: Debug is broken after M5. Renamed IModelProxyFactoryAdapter to IM...Mikhail Khodjaiants2-6/+6
2007-03-22Support for a numeric address value being the stop on start expression was ad...John Cortell1-1/+10
2007-03-22Backing out patch for 175338. We haven't moved to M6 yet.Doug Schaefer2-7/+7
2007-03-21fix for bug 175338 - changing all references to IModelProxyFactoryAdapter to ...Vivian Kong2-9/+11
2007-03-21Fixed 178485. Breakpoints can disappear from the disassembler view if they're...John Cortell1-1/+10
2007-03-14fix for bug 177431Vivian Kong1-1/+1
2007-03-14Make sure breakpoint problem markers are removed when a breakpoint is removed.Ken Ryall1-0/+3
2007-03-01Bug 176063: Non-API usage in CSourceNotFoundEditor.Mikhail Khodjaiants1-10/+8
2007-03-01Bug 144277: No images for source containers types. Removed temporary fix.Mikhail Khodjaiants1-4/+0
2007-03-01Fix NPE when invoking wizard from key binding.Ken Ryall1-1/+1
2007-03-01Report problems when adding the executable to the project.Ken Ryall3-2/+11
2007-03-01Bug 174988: thread switch while register view is open: redundant mi commands ...Mikhail Khodjaiants1-3/+49
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

Back to the top