Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/debug
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-07Wrong comment.Mikhail Khodjaiants1-1/+1
2006-02-07Added comment.Mikhail Khodjaiants1-1/+1
2006-02-07Bug 126789: Use new "fullname" attribute of stack frame description.Mikhail Khodjaiants3-1/+19
2006-02-06Suppress "set auto-solib" - returns error on Windows.Mikhail Khodjaiants2-0/+5
2006-02-06Use getters to access members of "MICommand".Mikhail Khodjaiants7-12/+57
2006-02-06Bug 114793: Add an extension point to contribute command factories.Mikhail Khodjaiants1-1/+1
2006-02-06Bug 114793: Add an extension point to contribute command factories.Mikhail Khodjaiants2-6/+21
2006-02-06Bug 114793: Add an extension point to contribute command factories.Mikhail Khodjaiants31-135/+1291
2006-02-06Updated comments.Mikhail Khodjaiants2-13/+17
2006-02-03Cleanup.Mikhail Khodjaiants1-2/+2
2006-02-03The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. A...Mikhail Khodjaiants2-2/+7
2006-02-03The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. A...Mikhail Khodjaiants5-5/+85
2006-01-31Replaced "debugger page" by "debuggerPage".Mikhail Khodjaiants2-6/+6
2006-01-31Bug 124966: GDBTypeParser.parse(String) parses incorrectly. Applied patch fro...Mikhail Khodjaiants2-10/+41
2006-01-30Bug 125603: Debugger don't stop on breakpoints if src is linked.Mikhail Khodjaiants2-0/+16
2006-01-30Bug 118894: Allow stopping at other locations other than main(). Applied patc...Mikhail Khodjaiants3-4/+34
2006-01-27Bug 125561: ClassCastException in Modules view.Mikhail Khodjaiants2-3/+5
2006-01-27Bug 107202: slow debug launch with external sources. Use "-p" option when pas...Mikhail Khodjaiants2-15/+71
2006-01-25Reversing changes made to fix bug 107571. The fix for bug 119683 covers this ...Mikhail Khodjaiants2-0/+7
2006-01-23Make compatible with Java 1.4.Mikhail Khodjaiants1-1/+1
2006-01-23Bug 119683: long messages during launch cause gdb to timeout, launch to fail.Mikhail Khodjaiants10-8/+832
2006-01-23Bug 119683: long messages during launch cause gdb to timeout, launch to fail....Mikhail Khodjaiants3-1/+44
2006-01-23Bug 60682: No schema for CDebuggerPage extension point.Mikhail Khodjaiants3-1/+136
2006-01-18Fixed build for jar'd pluginsDavid Inglis9-19/+13
2006-01-16Bug 123702: Prevent Signals view from being automatically added to debugger p...Mikhail Khodjaiants2-2/+7
2006-01-15Bug 123745: Disassembly view can get into endless loop.Mikhail Khodjaiants2-3/+12
2006-01-04Bug 118900: Display libraries loaded in post-mortem debug. Applied with modif...Mikhail Khodjaiants1-1/+1
2006-01-04Bug 118900: Display libraries loaded in post-mortem debug. Applied with modif...Mikhail Khodjaiants5-7/+38
2006-01-03Trying out the .qualifier version for builds.Doug Schaefer5-5/+5
2005-12-31Cleanup.Mikhail Khodjaiants4-6/+10
2005-12-29Temporary fix for bug 122344: Memory monitors are not shown in the Memory view.Mikhail Khodjaiants2-1/+6
2005-12-29Bug 122336: Use the asynchronous tree viewer in the Modules view.Mikhail Khodjaiants1-2/+1
2005-12-29Bug 122336: Use the asynchronous tree viewer in the Modules view.Mikhail Khodjaiants16-594/+642
2005-12-28HTMLTextPresenter implements DefaultInformationControl.IInformationPresenterE...Mikhail Khodjaiants2-8/+19
2005-12-28Cleanup.Mikhail Khodjaiants2-2/+6
2005-12-28Replaced deprecated org.eclipse.jface.util.ListenerList by org.eclipse.core.r...Mikhail Khodjaiants2-1/+6
2005-12-28Cleanup.Mikhail Khodjaiants4-3/+9
2005-12-28Cleanup.Mikhail Khodjaiants5-5/+11
2005-12-27Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.Mikhail Khodjaiants8-4/+20

Back to the top