Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Expand)AuthorFilesLines
2007-02-06Bug 163343: Dynamic tab content is not disposed.Mikhail Khodjaiants1-0/+5
2006-12-10Set mapped resources on new launch configurations. This will let the platform...Ken Ryall3-0/+4
2006-10-11Upversion to 4.0.0 and fix dependency version ranges (bug 157543)Anton Leherbauer1-13/+13
2006-09-25Bug 158391. Ensure the default debugger pref has been set, preventing the "No...Ken Ryall1-1/+12
2006-09-20Handle when the default debugger is not set.Ken Ryall1-0/+4
2006-09-13fixing bug #151946 - Bad layout of Arguments tab in C/C++ Local ApplicationNorbert Plött3-35/+41
2006-08-23Fix to bail out gracefully when projects are closed or goneThomas Fletcher1-0/+3
2006-08-04Fix to address the incorrect usage of progress monitors as perThomas Fletcher1-28/+68
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer3-3/+3
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer16-18/+18
2006-05-24Updated the about.html files.Doug Schaefer1-15/+17
2006-05-23Bug 133964: getBinary() method in CDebuggerTab always returns null.Mikhail Khodjaiants2-0/+7
2006-05-18Moved the new static methods from AbstractCLaunchDelegate to the new utility ...Mikhail Khodjaiants1-1/+1
2006-05-17Moved the new static methods from AbstractCLaunchDelegate to the new utility ...Mikhail Khodjaiants3-107/+151
2006-04-03Fix for bug 134581: Unable to set advanced debugger options.Mikhail Khodjaiants2-4/+8
2006-03-29Made some generic methods static.Mikhail Khodjaiants1-1/+1
2006-03-29Made some generic methods static.Mikhail Khodjaiants2-3/+7
2006-03-27Moved the extraction of the stop symbol to the launch.Mikhail Khodjaiants3-2/+13
2006-03-15Reversing previous changes. The existing "verifyProgramPath" method can be used.Mikhail Khodjaiants2-35/+5
2006-03-15The new "getExecutable" method is added to replace deprecated "getProgramFile".Mikhail Khodjaiants2-1/+39
2006-03-13Fixing bug #131513 - Apply does not work for multiline program argumentsNorbert Plött1-0/+1
2006-03-06Fix for Bug 93777: Postmortem and Local launch need a default preference for ...Mikhail Khodjaiants4-18/+46
2006-02-27Fix for Bug 126025: CApplicationLaunchShortcut call to DebugUITools.saveAndBu...Mikhail Khodjaiants2-1/+6
2006-02-03NPE in CDebuggerTab when attaching to a target.Mikhail Khodjaiants2-4/+11
2006-02-03The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. A...Mikhail Khodjaiants2-12/+17
2006-01-30Bug 124519: CDT launch shortcuts ignore Common Tabs "Launch in background" op...Mikhail Khodjaiants2-10/+11
2006-01-30Bug 123997: launching subclasses of AbstractCLaunchDelegate causes progress i...Mikhail Khodjaiants2-34/+35
2006-01-30Bug 118894: Allow stopping at other locations other than main(). Applied patc...Mikhail Khodjaiants3-4/+35
2006-01-25Reversing changes made to fix bug 107571. The fix for bug 119683 covers this ...Mikhail Khodjaiants3-15/+8
2006-01-23Bug 119683: long messages during launch cause gdb to timeout, launch to fail.Mikhail Khodjaiants4-3/+460
2006-01-18Fixed build for jar'd pluginsDavid Inglis2-3/+2
2006-01-06Bug 120509: CDebuggerTab invokes wong initialization code (in addition to rig...Mikhail Khodjaiants3-8/+13
2006-01-06Cleanup.Mikhail Khodjaiants3-5/+6
2006-01-03Trying out the .qualifier version for builds.Doug Schaefer1-1/+1
2005-12-28Cleanup.Mikhail Khodjaiants3-4/+9
2005-12-27Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart.Mikhail Khodjaiants2-1/+5
2005-12-20Bug 121474: NPE in CDebuggerTab.Mikhail Khodjaiants2-23/+25
2005-12-02Apply patch for bugzilla 93013 - Run As and Debug As menu items now show up f...Leo Treggiari1-1/+9
2005-12-02Got rid of the static project references in our .project files. PDE takes car...Doug Schaefer1-9/+0
2005-11-15Made all of the plugins OSGi components.Doug Schaefer3-29/+30
2005-11-10Upversioned everything. Changed the features to not unpack the plugins that d...Doug Schaefer1-1/+1
2005-09-08The "Debugger" tab of the launch configuration dialog is too wide.Mikhail Khodjaiants2-19/+15
2005-09-06Cleanup: replaced "new Boolean" by the static Boolean objects (Java 1.4).Mikhail Khodjaiants2-3/+7
2005-09-06Bug 108636: mi level selection option should be moved to the gdb page.Mikhail Khodjaiants2-49/+4
2005-08-312005-08-31 Alain MagloireAlain Magloire2-1/+13
2005-08-25Bug 66446: Use the debugger path as a debugger process label. Deprecated the ...Mikhail Khodjaiants2-0/+8
2005-07-192005-07-18 Alain MagloireAlain Magloire2-0/+52
2005-07-142005-07-14 Mikhail KhodjaiantsAlain Magloire2-8/+7
2005-07-12Bug 103522: Launcher: Stop at main checkbox is covered with default launch di...Mikhail Khodjaiants2-11/+14
2005-06-28Bug 89276: Typo in org.eclipse.cdt.launch/plugin.xml.Mikhail Khodjaiants2-1/+5

Back to the top