Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2004-01-06Fix for bug 49587: Unable to set breakpoints in the editors that extend CEditor.Mikhail Khodjaiants2-23/+4
2003-12-23Fix for bug 49294: Source file doesn't change when switching between stack fr...Mikhail Khodjaiants2-8/+6
2003-12-22Fix for bug 49282 terminate the gdb session if the termination of the inferio...Mikhail Khodjaiants2-1/+6
2003-12-22Fix for Bug 49278 do not retry the "info threads" command if the first attemp...Mikhail Khodjaiants2-3/+13
2003-12-18GDB does not make any interpretation for theAlain Magloire3-5/+26
2003-12-18This commit was manufactured by cvs2svn to create branch 'cdt_1_2'.cvs2svn1-0/+46
2003-12-17Fix for bug 49061: Different values are used as default for the "Load shared ...Mikhail Khodjaiants7-8/+33
2003-12-16updated.Alain Magloire1-0/+12
2003-12-16for a StringBuffer.append(StringBuffer.toString()).Alain Magloire1-1/+6
2003-12-16Show the gdb arguments when tracing.Mikhail Khodjaiants2-0/+16
2003-12-16Fix for PR 48870: Terminate gdb if attach to process fails.Mikhail Khodjaiants2-15/+24
2003-12-15Upgraded plugin versions to 1.2.1 in preparation for theDoug Schaefer15-88/+27
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

Back to the top