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
2004-01-05Fix the classpaths to use dynamic containers again.Doug Schaefer5-98/+5
2004-01-05Added org.eclipse.core.runtime.compatability as aDoug Schaefer10-49/+146
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-2/+7
2003-12-22Fix for bug 49278 do not retry the "info threads" command if the first attemp...Mikhail Khodjaiants2-3/+13
2003-12-18.Alain Magloire1-1/+2
2003-12-18The -gdb-set environment is not describe properlyAlain Magloire4-5/+71
2003-12-17Fix for bug 49061: Different values are used as default for the "Load shared ...Mikhail Khodjaiants7-8/+33
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-09Reset the 'terminating' flag if 'terminate' fails.Mikhail Khodjaiants2-0/+5
2003-12-09updated.Alain Magloire1-0/+6
2003-12-09Do not throw an exception if the target is interruptedAlain Magloire1-5/+5
2003-12-08updated.Alain Magloire1-0/+8
2003-12-08Use MIInferior.terminateAlain Magloire1-1/+5
2003-12-08new method terminate() to allow to pass the exception.Alain Magloire1-8/+13
2003-12-05Fix for PR 47230: Need a shared library search path editing capability for GD...Mikhail Khodjaiants5-298/+724
2003-12-05'performApply' of 'SourceLookupBlock' should check if the project in configur...Mikhail Khodjaiants3-2/+11
2003-12-02updated.Alain Magloire1-0/+9
2003-12-02retry stakc-info-depth a second time.Alain Magloire1-5/+20
2003-11-26Fix for PR 47595: Referenced projects are not checked in the list of generic ...Mikhail Khodjaiants2-20/+33
2003-11-26Extracted the main part of the 'breakpointAdded' method into a separate metho...Mikhail Khodjaiants2-1/+13
2003-11-26Cleanup.Mikhail Khodjaiants3-6/+10
2003-11-26Cleanup.Mikhail Khodjaiants15-17/+34
2003-11-26Cleanup.Mikhail Khodjaiants22-39/+52
2003-11-26Cleanup.Mikhail Khodjaiants3-5/+11
2003-11-26Cleanup.Mikhail Khodjaiants10-38/+38
2003-11-25Upversioned the plugins, etc to 2.0.0.Doug Schaefer9-39/+28
2003-11-25updated.Alain Magloire1-0/+7
2003-11-25Process the suspended event even if there is no threadsAlain Magloire1-1/+2
2003-11-24Upgrade to Eclipse 3.0. Includes:Doug Schaefer15-99/+42
2003-11-22updated.Alain Magloire1-1/+14
2003-11-22Make sure the session is terminated ifAlain Magloire5-63/+204
2003-11-21updated.Alain Magloire1-0/+7
2003-11-21The wrong MIPlugin.createCSession() was use, notedAlain 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-7/+10
2003-11-21Fix for PR 46592: Debug View shows Functions as func(type param,...)().Mikhail Khodjaiants1-0/+6
2003-11-20updatedAlain Magloire1-0/+8
2003-11-20FIX NPE 46313Alain Magloire2-11/+6
2003-11-20Remove unused argumentAlain Magloire1-5/+4
2003-11-20Removed dependencies on internal packages from other cdt plugins.Mikhail Khodjaiants3-5/+72
2003-11-19Fix for PR 45533: MIException while creating MISession can leave an orphan gd...Mikhail Khodjaiants2-24/+5
2003-11-19Fix for PR 45533: MIException while creating MISession can leave an orphan gd...Mikhail Khodjaiants5-26/+58
2003-11-13Fix for PR 46592: Debug View shows Functions as func(type param,...)().Mikhail Khodjaiants2-1/+20
2003-11-13Use 'StringBuffer' instead of 'String' when generating stack frame labels.Mikhail Khodjaiants2-18/+34
2003-11-10Ensure that all breakpoint creation and modification operations are running i...Mikhail Khodjaiants2-4/+75
2003-11-10Added synchronization to some of the 'CBreakpoint' methods.Mikhail Khodjaiants2-3/+7
2003-11-10Fix for PR 46358: NPE in the "setCurrentThread" method of "CDebugTarget".Mikhail Khodjaiants2-4/+8

Back to the top