1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

284 commits

Author SHA1 Message Date
Doug Schaefer
021e897699 Bug 179755 - Introduced mechanism to allow debuggers to specify a regex pattern specifying supported build configurations. This is used to set the defaults in the CDebuggerTab as well as the CApplicationLauchShortcut. A new debugger MinGW is introduced to take advantage of this and set the appropriate paths to the MinGW debugger. 2007-04-30 00:28:45 +00:00
Ken Ryall
7f0a47c1e2 Add the configuration type for the launch shortcut. 2007-04-29 18:35:55 +00:00
Ken Ryall
55a8f89f92 Modified to launch on a project context. 2007-04-29 15:27:01 +00:00
Doug Schaefer
234a259089 Extend the don't check program to also not check the project. This is to support hardware debugging and project-less debugging. 2007-04-12 21:07:56 +00:00
Doug Schaefer
d4ee3a6a14 Patch for Bryan - 177055 improving CPPClassSpecialization. 2007-03-23 20:05:29 +00:00
Vivian Kong
c3928a2c46 fix for bug 177431 2007-03-14 21:10:15 +00:00
Ken Ryall
e1d592c130 Fix NPE when creating a config when no project is selected. 2007-03-01 13:29:01 +00:00
Mikhail Khodjaiants
8d597138b3 Bug 164994: For post-mortem debugging new launch configuration is not initialized properly. Applied patch from Alex Chapiro, QNX. 2007-03-01 12:28:14 +00:00
Mikhail Khodjaiants
7cf4d73796 Bug 163343: Dynamic tab content is not disposed. 2007-02-06 11:52:52 +00:00
Ken Ryall
6d4eea9995 Set mapped resources on new launch configurations. This will let the platform know that they are associated and may be deleted when the project is deleted. 2006-12-10 17:24:52 +00:00
Anton Leherbauer
b7f5c2f33e Upversion to 4.0.0 and fix dependency version ranges (bug 157543) 2006-10-11 12:28:54 +00:00
Ken Ryall
ecfd5b8e3b Bug 158391. Ensure the default debugger pref has been set, preventing the "No such debugger" error message for new launch configurations created before the MI plug-in has been loaded. 2006-09-25 04:05:29 +00:00
Ken Ryall
73c553ffe6 Handle when the default debugger is not set. 2006-09-20 20:59:10 +00:00
Norbert Plött
92f1d746a0 fixing bug #151946 - Bad layout of Arguments tab in C/C++ Local Application 2006-09-13 07:01:24 +00:00
Thomas Fletcher
19737500de Fix to bail out gracefully when projects are closed or gone
PR 154891
2006-08-23 17:53:18 +00:00
Thomas Fletcher
28f387019d Fix to address the incorrect usage of progress monitors as per
patch submitted by tom.hochstein@freescale.com (modified)
PR 151018
2006-08-04 15:35:47 +00:00
Doug Schaefer
a48b5f55b1 Updated copyright dates to reflect latest in CVS. 2006-06-23 17:52:45 +00:00
Doug Schaefer
17464c08f4 Update Copyright dates and fix those that had no copyrights. 2006-06-23 17:27:03 +00:00
Doug Schaefer
7b0cf6dc03 Updated the about.html files. 2006-05-24 13:51:50 +00:00
Mikhail Khodjaiants
3582f6f800 Bug 133964: getBinary() method in CDebuggerTab always returns null. 2006-05-23 21:42:12 +00:00
Mikhail Khodjaiants
2a042c66a1 Moved the new static methods from AbstractCLaunchDelegate to the new utility class. 2006-05-18 15:35:46 +00:00
Mikhail Khodjaiants
f9fa5b5f7f Moved the new static methods from AbstractCLaunchDelegate to the new utility class. 2006-05-17 22:04:57 +00:00
Mikhail Khodjaiants
81cc0b0322 Fix for bug 134581: Unable to set advanced debugger options. 2006-04-03 19:00:30 +00:00
Mikhail Khodjaiants
57917d77fd Made some generic methods static. 2006-03-29 20:15:31 +00:00
Mikhail Khodjaiants
b3b077cfc3 Made some generic methods static. 2006-03-29 19:29:53 +00:00
Mikhail Khodjaiants
1018fe85a9 Moved the extraction of the stop symbol to the launch. 2006-03-27 20:34:02 +00:00
Mikhail Khodjaiants
67a5ca4aef Reversing previous changes. The existing "verifyProgramPath" method can be used. 2006-03-15 19:05:09 +00:00
Mikhail Khodjaiants
cb1be70bed The new "getExecutable" method is added to replace deprecated "getProgramFile". 2006-03-15 18:44:36 +00:00
Norbert Plött
305b4787c5 Fixing bug #131513 - Apply does not work for multiline program arguments 2006-03-13 12:46:37 +00:00
Mikhail Khodjaiants
33cb273cb6 Fix for Bug 93777: Postmortem and Local launch need a default preference for selected debugger. 2006-03-06 18:46:09 +00:00
Mikhail Khodjaiants
76e299dfbf Fix for Bug 126025: CApplicationLaunchShortcut call to DebugUITools.saveAndBuild invokes workspace wide build unnecessarily. Applied patch from Andrew Ferguson (ARM). 2006-02-27 19:50:45 +00:00
Mikhail Khodjaiants
e609f306b4 NPE in CDebuggerTab when attaching to a target. 2006-02-03 22:08:51 +00:00
Mikhail Khodjaiants
b6d6d8f874 The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage". 2006-02-03 19:57:35 +00:00
Mikhail Khodjaiants
ef1cb915f1 Bug 124519: CDT launch shortcuts ignore Common Tabs "Launch in background" option. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com). 2006-01-30 22:46:16 +00:00
Mikhail Khodjaiants
3513e5a634 Bug 123997: launching subclasses of AbstractCLaunchDelegate causes progress information to be lost. Applied patch from Andrew Ferguson (andrew.ferguson@arm.com). 2006-01-30 21:30:54 +00:00
Mikhail Khodjaiants
f96f4300b0 Bug 118894: Allow stopping at other locations other than main(). Applied patch from Ken Ryall (Nokia). 2006-01-30 02:23:02 +00:00
Mikhail Khodjaiants
ca2ea100c4 Reversing changes made to fix bug 107571. The fix for bug 119683 covers this problem too. Inferior process shouldn't be shown as a part of the attach session. 2006-01-25 19:19:21 +00:00
Mikhail Khodjaiants
143d697e5e Bug 119683: long messages during launch cause gdb to timeout, launch to fail. 2006-01-23 20:25:43 +00:00
David Inglis
58f26dfed6 Fixed build for jar'd plugins
cleaned up .project files
2006-01-18 18:16:35 +00:00
Mikhail Khodjaiants
3646c58a41 Bug 120509: CDebuggerTab invokes wong initialization code (in addition to right code). 2006-01-06 20:38:51 +00:00
Mikhail Khodjaiants
d87a35dc00 Cleanup. 2006-01-06 20:33:35 +00:00
Doug Schaefer
c5c47c0842 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
Mikhail Khodjaiants
5c2821d29b Cleanup. 2005-12-28 00:29:18 +00:00
Mikhail Khodjaiants
34c3e374c4 Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart. 2005-12-27 23:59:14 +00:00
Mikhail Khodjaiants
7b6a596692 Bug 121474: NPE in CDebuggerTab. 2005-12-20 21:15:55 +00:00
Leo Treggiari
32d8ac98ea Apply patch for bugzilla 93013 - Run As and Debug As menu items now show up for a project in the C/C++ View. 2005-12-02 22:47:13 +00:00
Doug Schaefer
2b2f1eaba6 Got rid of the static project references in our .project files. PDE takes 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-12-02 20:43:14 +00:00
Doug Schaefer
f68ca2c02b Made all of the plugins OSGi components. 2005-11-15 21:33:43 +00:00
Doug Schaefer
f1fa62b185 Upversioned everything. Changed the features to not unpack the plugins that don't have shared libraries. 2005-11-10 21:41:23 +00:00
Mikhail Khodjaiants
d616526e79 The "Debugger" tab of the launch configuration dialog is too wide. 2005-09-08 21:50:01 +00:00