Skip to main content
summaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
2006-04-11Bug 119740: allow to specify only a subset of shared objects that we want sym...Mikhail Khodjaiants2-2/+42
2006-04-10Bug 119740: allow to specify only a subset of shared objects that we want sym...Mikhail Khodjaiants13-99/+390
2006-04-10"set solib-search-path" and "show solib-search-path" are not supported on Win...Mikhail Khodjaiants2-0/+66
2006-04-05Bug 135118: Modules view is not updated.Mikhail Khodjaiants4-7/+50
2006-04-05Corrected the shared library image selection.Mikhail Khodjaiants3-3/+1
2006-04-04See bug 134871: StackOverflowError using AsynchronousViewer.Mikhail Khodjaiants2-1/+4
2006-04-04Complying with Eclipse 3.2 M6. AsynchronousTreeModelViewer has been renamed t...Mikhail Khodjaiants4-13/+19
2006-04-03Bug 134617: The "stop on shared library event" option doesn't work.Mikhail Khodjaiants2-0/+5
2006-03-31Replaced internal org.eclipse.cdt.debug.internal.ui.SWTUtil class.Mikhail Khodjaiants5-5/+111
2006-03-31Corrected position of the "try-catch-finally" clause in createSession.Mikhail Khodjaiants2-27/+32
2006-03-31Throw OperationCanceledException instead of IOException when getGDBprocess is...Mikhail Khodjaiants2-2/+6
2006-03-29Allow clients to contribute IRestart adapters.Mikhail Khodjaiants2-25/+38
2006-03-27Cleaned up the "Session" class constructors.Mikhail Khodjaiants2-7/+12
2006-03-27Added the "getSessionConfiguration" method to allow clients to provide their ...Mikhail Khodjaiants2-1/+16
2006-03-27Moved the extraction of the stop symbol to the launch.Mikhail Khodjaiants3-5/+90
2006-03-23Pass ILaunch instead of ILaunchConfiguration.Mikhail Khodjaiants5-17/+35
2006-03-23Added default attribute value for ATTR_DEBUG_NAME.Mikhail Khodjaiants1-3/+3
2006-03-23Added default attribute value for ATTR_DEBUG_NAME.Mikhail Khodjaiants2-3/+10
2006-03-21Missing error message.Mikhail Khodjaiants2-0/+5
2006-03-20Made "getCommandFile" and "getWorkingDirectory" methods protected.Mikhail Khodjaiants2-2/+6
2006-03-17ILaunch is added to the arguments list of "doStartSession".Mikhail Khodjaiants4-7/+15
2006-03-15An ICDebuggerPage adapter is added to retain compatibility with old extensions.Mikhail Khodjaiants3-2/+181
2006-03-13Added default implementation for "getExtraArguments". No need to force client...Mikhail Khodjaiants2-1/+8
2006-03-06Updated the contributors list.Mikhail Khodjaiants1-0/+1
2006-03-06Fix for Bug 93777: Postmortem and Local launch need a default preference for ...Mikhail Khodjaiants9-3/+385
2006-03-06Target stream output added to parseable list. Bug 119370.Norbert Plött1-0/+4
2006-03-01Select the first available command factory when a new launch configuration is...Mikhail Khodjaiants2-22/+26
2006-02-27Cleanup.Mikhail Khodjaiants1-1/+0
2006-02-27All serializable objects should have a stable serialVersionUID.Mikhail Khodjaiants2-0/+9
2006-02-27Discouraged access to EditorsPlugin. Added support for SharedTextColors to CD...Mikhail Khodjaiants4-2/+104
2006-02-27Bug 89429: replaced the usage of the internal SourceLookupUIUtils class by De...Mikhail Khodjaiants4-7/+13
2006-02-27Added dependency to the org.eclipse.ui.views plugin (needed to use the breakp...Mikhail Khodjaiants2-1/+7
2006-02-27The DirectorySourceContainer's UI now supports the subfolders searching optio...Mikhail Khodjaiants5-253/+1
2006-02-27The DirectorySourceContainer's UI now supports the subfolders searching optio...Mikhail Khodjaiants2-5/+9
2006-02-27The DirectorySourceContainer's UI now supports the subfolders searching optio...Mikhail Khodjaiants7-193/+27
2006-02-24Fix for bugs 129152 (Keyboard shortcuts are gone in CDT CVS HEAD) and 128844 ...Mikhail Khodjaiants2-0/+7
2006-02-21Bug 122336: Use the asynchronous tree viewer in the Modules view. Adjustments...Mikhail Khodjaiants10-84/+153
2006-02-20Fire the resume event instead of the change event when a non-current thread i...Mikhail Khodjaiants2-1/+5
2006-02-20CModuleManager needs to extend PlatformObject to be accessible as an adapter ...Mikhail Khodjaiants2-1/+7
2006-02-10.options included in binary build.Norbert Plött1-1/+2
2006-02-09Bug 114793: Add an extension point to contribute command factories. Registere...Mikhail Khodjaiants3-2/+29
2006-02-09The inferior is in the suspended state when connecting to gsbserver.Mikhail Khodjaiants2-0/+7
2006-02-08Bug 126958: wrong state setting for thread in CThread.handleResumeEvent().Mikhail Khodjaiants2-1/+5
2006-02-08Bug 114793: Add an extension point to contribute command factories. GDBServer...Mikhail Khodjaiants2-1/+6
2006-02-08Bug 114793: Add an extension point to contribute command factories. Added sta...Mikhail Khodjaiants3-1/+15
2006-02-08Check if "*" is used to describe supported platforms.Mikhail Khodjaiants1-1/+1
2006-02-07Added comments.Mikhail Khodjaiants1-3/+1
2006-02-07Modified description.Mikhail Khodjaiants1-6/+6
2006-02-07Typo in description.Mikhail Khodjaiants1-1/+1
2006-02-07Bug 114793: Add an extension point to contribute command factories. Added the...Mikhail Khodjaiants5-1/+158

Back to the top