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

677 commits

Author SHA1 Message Date
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
Mikhail Khodjaiants
34411d80e6 Cleanup: replaced "new Boolean" by the static Boolean objects (Java 1.4). 2005-09-06 20:19:08 +00:00
Mikhail Khodjaiants
db189e5935 Bug 108636: mi level selection option should be moved to the gdb page. 2005-09-06 19:11:57 +00:00
Alain Magloire
155525b0ea 2005-08-31 Alain Magloire
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-31 17:36:31 +00:00
Mikhail Khodjaiants
282d9eb299 Bug 66446: Use the debugger path as a debugger process label. Deprecated the "renderDebuggerProcessLabel" method. 2005-08-25 21:45:23 +00:00
Alain Magloire
4f55b5b210 2005-07-18 Alain Magloire
New combo to choose the MIVersion.
	* src/org/eclipse/cdt/launch/ui/CDEbuggerTab.java
2005-07-19 00:29:23 +00:00
Alain Magloire
9951df73a1 2005-07-14 Mikhail Khodjaiants
Fix PR 103207: New Icon for the TwoPaneElement in the binary search
	* src/org/eclipse/cdt/launch/ui/CMainTab.java
2005-07-14 17:29:48 +00:00
Mikhail Khodjaiants
659a9aa535 Bug 103522: Launcher: Stop at main checkbox is covered with default launch dialog size. Moved the "Stop in main" and "Advanced" buttons on the line below. 2005-07-12 19:24:25 +00:00