Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2003-04-02Changed the labels of the C/C++ specific actions.Mikhail Khodjaiants3-10/+18
2003-04-02sync 10 secs to gdb to SIGINT the inferior.Alain Magloire1-1/+11
2003-04-02updatedAlain Magloire1-0/+6
2003-04-02Cleanup.Mikhail Khodjaiants5-7/+10
2003-04-01The 'Auto-Refresh' preferences were moved to the code plugin. Changed the pre...Mikhail Khodjaiants4-21/+79
2003-04-01Changed implementation and initialization of 'AutoRefreshAction'.Mikhail Khodjaiants4-5/+7
2003-04-01Moved the 'Auto-Refresh' preferences from CDebugUIPlugin to use it for initia...Mikhail Khodjaiants4-0/+27
2003-04-01Removed the 'Show Type Names' preference from the Registers view's preference...Mikhail Khodjaiants4-8/+13
2003-04-01Cleanup.Mikhail Khodjaiants3-185/+3
2003-04-01Removed the 'fDebugTarget' field from CSharedLibraryManager.Mikhail Khodjaiants2-2/+5
2003-03-31'Auto-Refresh' and 'Refresh' actions for registers view.Mikhail Khodjaiants7-24/+65
2003-03-31Core support of 'Auto-Refresh' and 'Refresh' actions.Mikhail Khodjaiants8-155/+354
2003-03-28Added time stamp to the trace messages.Mikhail Khodjaiants2-1/+8
2003-03-28Applied patch from Chris Songer: Assembly View FixupsMikhail Khodjaiants1-0/+4
2003-03-28Use the 'exists' method of the 'IFile' interface instead of using 'toFile().e...Mikhail Khodjaiants3-3/+3
2003-03-28Use the 'exists' method of the 'IFile' interface instead of using 'toFile().e...Mikhail Khodjaiants1-0/+5
2003-03-28Do not log the exceptions thrown by the breakpoint setting methods.Mikhail Khodjaiants1-0/+4
2003-03-28Do not log the exceptions thrown by the breakpoint setting methods.Mikhail Khodjaiants1-1/+1
2003-03-28Added the default format section for variables, registers and expressions to ...Mikhail Khodjaiants2-34/+58
2003-03-28Added default format preference constants for variables, expressions and regi...Mikhail Khodjaiants2-0/+19
2003-03-28'Run To C/C++ Line' and 'Resume At C/C++ Line' actions for external files.Mikhail Khodjaiants9-64/+178
2003-03-28Applied patch from Chris Songer: Assembly View FixupsMikhail Khodjaiants1-3/+1
2003-03-27Applied patch from Chris Songer: Assembly View FixupsMikhail Khodjaiants6-11/+92
2003-03-27updatedAlain Magloire2-0/+10
2003-03-27Changes was doen int the Core Model:Alain Magloire2-21/+27
2003-03-26Cosmetic changes in the 'MIPreferencePage' class.Mikhail Khodjaiants2-14/+10
2003-03-25Fix for bug 35092.Mikhail Khodjaiants2-6/+30
2003-03-25Added the 'logErrorMessage' static method to the 'CDebugUIPlugin' class.Mikhail Khodjaiants2-2/+17
2003-03-20updated.Alain Magloire1-0/+22
2003-03-20Change the update() to only check the variable inAlain Magloire1-21/+77
2003-03-20updated.Alain Magloire1-0/+11
2003-03-20Update the variables when doing setValue()Alain Magloire1-2/+12
2003-03-20Update the registers when doing setValue.Alain Magloire1-3/+11
2003-03-19Set the "contributorClass" propety of "CDebugEditor" to "CEditorActionContrib...Mikhail Khodjaiants1-2/+3
2003-03-18Cleanup.Mikhail Khodjaiants1-9/+0
2003-03-18Removed the gdb-specific variable parsing.Mikhail Khodjaiants13-282/+51
2003-03-17Return the editor id instead of null even if it is not the CEditor id.Mikhail Khodjaiants1-1/+1
2003-03-17Replace range by start index and length in 'Display As Array' action.Mikhail Khodjaiants6-38/+41
2003-03-17updatedAlain Magloire1-0/+5
2003-03-17Change the name of the argument for length to representAlain Magloire1-2/+2
2003-03-17Cache the Arguments and the Variables.Alain Magloire1-13/+20
2003-03-16More commentsAlain Magloire2-0/+24
2003-03-16updatedAlain Magloire1-0/+33
2003-03-16Call the stackframe whith the right level.Alain Magloire1-4/+6
2003-03-16Fix equals.Alain Magloire1-13/+20
2003-03-16Create the StackFrame() with the levels.Alain Magloire1-10/+15
2003-03-16Change the Constructor to take a levelAlain Magloire1-9/+6
2003-03-14Fix for the 'Restore Default Type' action.Mikhail Khodjaiants2-1/+5
2003-03-14Added the 'isEditable' and 'hasChildren' methods to the 'ICVariable' interface.Mikhail Khodjaiants4-28/+50
2003-03-14Cross-referencing projects cause the debugger to go into a stack overflow exc...Mikhail Khodjaiants2-1/+19

Back to the top