Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2003-12-09Do not try to interrupt if the target was suspended.Mikhail Khodjaiants2-5/+11
2003-12-08Target.terminate() did not pass the exception up.Mikhail Khodjaiants3-9/+26
2003-12-08Reset the 'terminating' flag if 'terminate' fails.Mikhail Khodjaiants2-0/+5
2003-12-05Changed the message displayed when the source file is not found.Mikhail Khodjaiants1-7/+1
2003-12-05'performApply' of 'SourceLookupBlock' should check if the project in configur...Mikhail Khodjaiants2-1/+6
2003-12-04Changed the message displayed when the source file is not found.Mikhail Khodjaiants2-3/+5
2003-12-02updatedAlain Magloire1-0/+9
2003-12-02Retry the stack-info-depth when failing the fisrt time.Alain Magloire1-5/+20
2003-12-02Changed the default port number value to 10000.Mikhail Khodjaiants1-1/+1
2003-12-02Fix for PR 47230: Need a shared library search path editing capability for GD...Mikhail Khodjaiants5-298/+726
2003-11-26Extracted the main part of the 'breakpointAdded' method into a separate metho...Mikhail Khodjaiants2-2/+14
2003-11-26Fix for PR 47595: Referenced projects are not checked in the list of generic ...Mikhail Khodjaiants2-20/+33
2003-11-25Proces a suspended event even if there is no threads.Mikhail Khodjaiants2-11/+18
2003-11-23updated.Alain Magloire1-0/+13
2003-11-23make sure in the event of an exception thatAlain Magloire5-63/+204
2003-11-21updated.Alain Magloire1-0/+7
2003-11-21Wrong MIPlugin.createCSession() was use. noted byAlain Magloire1-1/+1
2003-11-21Use "symbol not available" for empty function names when generating a stack f...Mikhail Khodjaiants2-3/+14
2003-11-21Fix for PR 46592: Debug View shows Functions as func(type param,...)().Mikhail Khodjaiants2-6/+15
2003-11-20updated.Alain Magloire1-0/+7
2003-11-20Remove unused parameters.Alain Magloire1-5/+4
2003-11-20Fix NPE 46313Alain Magloire1-1/+6
2003-11-20Do not Disable the events. Part of FIX for 46313Alain Magloire1-10/+0
2003-11-20Removed dependencies on internal packages from other cdt plugins.Mikhail Khodjaiants2-5/+9
2003-11-20This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.cvs2svn1-0/+63
2003-11-19Fix for PR 45533: MIException while creating MISession can leave an orphan gd...Mikhail Khodjaiants6-52/+111
2003-11-18Applied the changes made to the corresponding classes of 'org.eclipse.debug.ui'.Mikhail Khodjaiants8-179/+105
2003-11-18Fix for PR 46592: Debug View shows Functions as func(type param,...)().Mikhail Khodjaiants2-1/+20
2003-11-18Fix for PR 46845: Deferred breakpoints support.Mikhail Khodjaiants28-784/+704
2003-11-18Fix for PR 45534: gdb/MI error in retrieving a register can lead to an empty ...Mikhail Khodjaiants3-6/+20
2003-11-18Fix for PR 46884: Add a preference page to set common source locationMikhail Khodjaiants21-639/+471
2003-11-18Fix for bug 46843: Add 'Search subfolders' option.Mikhail Khodjaiants8-50/+242
2003-11-18Fix for bug 35960: search for duplicate file names.Mikhail Khodjaiants13-162/+472
2003-11-18Fix for bug 43372: changed the source lookup procedures to avoid the usage of...Mikhail Khodjaiants3-86/+137
2003-11-18Fix for PR 46870: NPE when hovering over expression that is not in the curren...Mikhail Khodjaiants2-2/+5
2003-11-18Fix for PR 46861: Use a special image for arguments in the Variables view.Mikhail Khodjaiants6-1/+24
2003-11-18Fix for PR 46850: Unable to report problems from the methods of 'ICDIRuntimeO...Mikhail Khodjaiants4-12/+22
2003-11-18This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.cvs2svn2-0/+920
2003-11-10Fix for PR 46358: NPE in the "setCurrentThread" method of "CDebugTarget".Mikhail Khodjaiants2-4/+8
2003-11-03Fix for PR 45957: Memory view: last column does not show updates.Mikhail Khodjaiants2-1/+5
2003-11-03This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.cvs2svn2-0/+476
2003-10-24This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.cvs2svn5-0/+511
2003-10-06This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.cvs2svn3-0/+0
2003-10-01Upversioning everything to 1.2.0.Doug Schaefer5-5/+5
2003-09-30Use the new 'equals' method of ICDIVaraiableObject to compare variables.Mikhail Khodjaiants2-9/+14
2003-09-30updated.Alain Magloire2-0/+12
2003-09-30Added new method equals().Alain Magloire3-0/+47
2003-09-30Fix for PR 39737: Tooltip in debug mode over long strings is not handled prop...Mikhail Khodjaiants2-25/+71
2003-09-30Improved the layout of the 'Shared Libraries' component.Mikhail Khodjaiants2-4/+5
2003-09-30Added the initialization of the shared libraries' attributes to CygwinGDBDebu...Mikhail Khodjaiants2-3/+35

Back to the top