Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/launch
AgeCommit message (Collapse)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 ↵Ken Ryall3-0/+4
platform know that they are associated and may be deleted when the project is deleted.
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 ↵Ken Ryall1-1/+12
"No such debugger" error message for new launch configurations created before the MI plug-in has been loaded.
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
PR 154891
2006-08-04Fix to address the incorrect usage of progress monitors as perThomas Fletcher1-28/+68
patch submitted by tom.hochstein@freescale.com (modified) PR 151018
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
class.
2006-05-17Moved the new static methods from AbstractCLaunchDelegate to the new utility ↵Mikhail Khodjaiants3-107/+151
class.
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
selected debugger.
2006-02-27Fix for Bug 126025: CApplicationLaunchShortcut call to ↵Mikhail Khodjaiants2-1/+6
DebugUITools.saveAndBuild invokes workspace wide build unnecessarily. Applied patch from Andrew Ferguson (ARM).
2006-02-03NPE in CDebuggerTab when attaching to a target.Mikhail Khodjaiants2-4/+11
2006-02-03The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. ↵Mikhail Khodjaiants2-12/+17
All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage".
2006-01-30Bug 124519: CDT launch shortcuts ignore Common Tabs "Launch in background" ↵Mikhail Khodjaiants2-10/+11
option. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com).
2006-01-30Bug 123997: launching subclasses of AbstractCLaunchDelegate causes progress ↵Mikhail Khodjaiants2-34/+35
information to be lost. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com).
2006-01-30Bug 118894: Allow stopping at other locations other than main(). Applied ↵Mikhail Khodjaiants3-4/+35
patch from Ken Ryall (Nokia).
2006-01-25Reversing changes made to fix bug 107571. The fix for bug 119683 covers this ↵Mikhail Khodjaiants3-15/+8
problem too. Inferior process shouldn't be shown as a part of the attach session.
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
cleaned up .project files
2006-01-06Bug 120509: CDebuggerTab invokes wong initialization code (in addition to ↵Mikhail Khodjaiants3-8/+13
right code).
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 ↵Leo Treggiari1-1/+9
for a project in the C/C++ View.
2005-12-02Got rid of the static project references in our .project files. PDE takes ↵Doug Schaefer1-9/+0
care of all this now through the plugin dependencies. Also fixed the wording of the PDOM enabler to make sure people know this is a work in progress.
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 ↵Doug Schaefer1-1/+1
don't have shared libraries.
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
Fix Pr 107571: Part of this fix is to add the inferior process in the session * src/org/eclipse/cdt/launch/internal/LocalAttachLaunchDelegate.java
2005-08-25Bug 66446: Use the debugger path as a debugger process label. Deprecated the ↵Mikhail Khodjaiants2-0/+8
"renderDebuggerProcessLabel" method.
2005-07-192005-07-18 Alain MagloireAlain Magloire2-0/+52
New combo to choose the MIVersion. * src/org/eclipse/cdt/launch/ui/CDEbuggerTab.java
2005-07-142005-07-14 Mikhail KhodjaiantsAlain Magloire2-8/+7
Fix PR 103207: New Icon for the TwoPaneElement in the binary search * src/org/eclipse/cdt/launch/ui/CMainTab.java
2005-07-12Bug 103522: Launcher: Stop at main checkbox is covered with default launch ↵Mikhail Khodjaiants2-11/+14
dialog size. Moved the "Stop in main" and "Advanced" buttons on the line below.
2005-06-28Bug 89276: Typo in org.eclipse.cdt.launch/plugin.xml.Mikhail Khodjaiants2-1/+5

Back to the top