Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2008-03-17Fix NPEAnton Leherbauer1-4/+6
2008-03-15Added disassembly context related interfaces.Mikhail Khodjaiants3-0/+135
2008-03-13Fix for 221224: debugger mi target locking problemsAnton Leherbauer7-308/+235
2008-02-27Equip CVariable with a method to expose the underlying CDI object. Discussed ...John Cortell4-0/+24
2008-02-22Bug 197986Ken Ryall1-3/+11
2008-02-17Bug 218219Ken Ryall3-1/+11
2008-02-16Bug 219128 fix NPE.Ken Ryall1-1/+1
2008-02-15We don't handle the notification of a breakpoint created in an external trans...John Cortell1-0/+12
2008-02-15Fix manifest warningsAnton Leherbauer10-11/+15
2008-02-14Adjustment to 218194. There was a concern that there might be IBreakpointList...John Cortell2-23/+28
2008-02-14Add Watchpoint memory rendering action contribution was only added for pane 1...John Cortell1-2/+15
2008-02-14Fixed way in which the new Add Watchpoint action gets its context from the me...John Cortell1-38/+0
2008-02-14Fixed way in which the new Add Watchpoint action gets its context from the me...John Cortell1-19/+23
2008-02-14Avoid usage of getPath() - related to bug 218266Anton Leherbauer2-6/+6
2008-02-12Bug 218219.Ken Ryall3-0/+31
2008-02-12Bug 218085Ken Ryall1-1/+11
2008-02-11Fix for 218342: [patch] unable to clear breakpoints in ExternalTranslationUni...Anton Leherbauer1-1/+4
2008-02-09add singleton property to correct compile errors against M5 platform.Andrew Ferguson1-1/+1
2008-02-07Bugzilla 218194. Fix how install count is associated with a breakpoint.John Cortell3-37/+42
2008-02-05Bug 217493.Ken Ryall1-3/+3
2008-02-05Bug 217485 - Can't set method breakpoints from the editor unless the method/...Ken Ryall1-57/+38
2008-01-28Bug 215553 - patch for Alena - ensure the target is released in exception sce...Doug Schaefer5-37/+68
2008-01-28Bug 215416 - Patch for Alena - remove the hardcoding of some of the MI timeouts.Doug Schaefer3-21/+26
2008-01-28Set project compliance to 1.5John Cortell5-7/+58
2008-01-25Bugs 216092 & 211533.Ken Ryall18-169/+679
2008-01-25Patch for Elena bug 166660. Cover up some wholes in the MI inferior handling ...Doug Schaefer1-18/+25
2008-01-21Applied 215787 patch. Discussed with Ken.John Cortell1-1/+0
2008-01-16Better choice of words in comment in last commit.John Cortell1-1/+1
2008-01-16Plugged reference leak. When all breakpoints were removed from a debug sessio...John Cortell1-0/+18
2008-01-15Created ICElement.getLocationURI() method. Changed ITranslationUnit concrete...Chris Recoskie2-2/+5
2008-01-15Patch by Alena Laskavaia for 186172: NullPointerException in debugger consoleAnton Leherbauer3-25/+49
2008-01-10Applied additional 209793 patch to fix regression in original patch.John Cortell2-5/+9
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 Cortell2-31/+52
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-17Bug 213184: Modules view broken.Mikhail Khodjaiants1-3/+3
2007-12-16Bug 212840: Modules view doesn't compile against platform 3.4M4.Mikhail Khodjaiants1-1/+1
2007-12-14Adjusted minor inneficiency someone here noticed.John Cortell1-2/+3
2007-12-12211923. Make the memory space support in gdb/mi optional, via a global pref.John Cortell5-4/+34
2007-12-12When the user disables a variable, don't dispose the CDI variable for targets...John Cortell2-8/+29
2007-12-07Fixed 212282. Don't allow variable editing if disabled.John Cortell1-1/+1
2007-12-04Backed out last commit on HEAD. Was intended for cdt_4_0 branch (4.0.3)John Cortell1-1/+1
2007-12-04Back out change in 4.0.2 that makes gdb CDI back-end claim it supports memory...John Cortell1-1/+1
2007-11-30getBytesFromAddress() would return null ifgetAddressableSize() was called firstJohn Cortell1-1/+1
2007-11-26Propogate fix from CDT 4.0 which from CDT 3.1.Doug Schaefer1-76/+54
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

Back to the top