Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
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
2003-11-07Use the corresponding methods of 'ICBreakpoint' to set breakpoint properties.Mikhail Khodjaiants2-6/+7
2003-11-07Fix for PR 46303: Exception when selecting Debug... menu.Mikhail Khodjaiants2-1/+11
2003-11-06updated.Alain Magloire1-0/+7
2003-11-06support for serial baudAlain Magloire1-3/+42
2003-11-06updatedAlain Magloire1-0/+18
2003-11-06set the serial baudAlain Magloire2-6/+35
2003-11-06Fix for deferred breakpoint.Alain Magloire1-2/+1
2003-11-05Wrong bracket.Mikhail Khodjaiants1-10/+10
2003-11-05'getCDIBreakpointFile' returns wrong file for address breakpoints.Mikhail Khodjaiants2-1/+7
2003-11-05Changed the handling of the breakpoint created event to reflect the CDI chang...Mikhail Khodjaiants6-722/+526
2003-11-05The argument type of the 'getBreakpointAddress' of 'ICBreakpointManager' is c...Mikhail Khodjaiants2-9/+18
2003-11-03Refactoring: moving the breakpoint related functionality from CDebugTarget to...Mikhail Khodjaiants1-0/+281
2003-11-03Fix for PR 45957: Memory view: last column does not show updates.Mikhail Khodjaiants2-1/+5
2003-10-31Applied the changes made to the corresponding classes of 'org.eclipse.debug.ui'.Mikhail Khodjaiants7-161/+71
2003-10-30CSourceManager.java: implements adapters for 'ISourceMode' and 'IPersistableS...Mikhail Khodjaiants2-0/+7
2003-10-30Fix for PR 45818 doesn't solve the problem. Fall back to the previous version.Mikhail Khodjaiants2-2/+5
2003-10-30Fix for PR 45818: NPE when closing the workbench.Mikhail Khodjaiants2-1/+6
2003-10-29* CProjectSourceLocation.java: check if the searched element name is not null...Mikhail Khodjaiants2-1/+4
2003-10-29Added the 'dispose' method to 'ICSourceLocation'.Mikhail Khodjaiants4-1/+16
2003-10-29CProjectSourceLocation.java: added 'toString' method.Mikhail Khodjaiants2-0/+8
2003-10-29updated.Alain Magloire1-0/+12
2003-10-29Use a preference for the timeout launch setting.Alain Magloire3-9/+25
2003-10-28Directory source locations:Mikhail Khodjaiants2-15/+26
2003-10-28Changed name of source lookup preference page.Mikhail Khodjaiants2-1/+5
2003-10-27Added support of the old launch configurations.Mikhail Khodjaiants3-1/+12
2003-10-27Moved 'DefaultSourceLocator' from the 'org.eclipse.cdt.launch' plugin and mer...Mikhail Khodjaiants9-76/+384
2003-10-27Renamed 'SourceLocationFactory' to 'SourceLookupFactory'.Mikhail Khodjaiants3-4/+9
2003-10-27Renamed 'SourceLocationFactory' to 'SourceLookupFactory'.Mikhail Khodjaiants3-7/+20
2003-10-27Changed the 'getAdapter' method of 'CSourceManager' to return the adapter of ...Mikhail Khodjaiants2-0/+7
2003-10-26Fix for PR 45534: gdb/MI error in retrieving a register can lead to an empty ...Mikhail Khodjaiants3-6/+20
2003-10-23Added a preference page for the source lookup.Mikhail Khodjaiants7-1/+261
2003-10-23Fall back to the previous version.Mikhail Khodjaiants1-9/+2

Back to the top