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

117 commits

Author SHA1 Message Date
Doug Schaefer
0b7da80fc4 Fix compile error due to 1.6 compatability. 2007-04-30 11:46:30 +00:00
Doug Schaefer
cbf44a76fc 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:22:28 +00:00
John Cortell
2ef0a88398 Fixed bug 181829. Debugger was not enforcing extension point schema. Also renamed 'breakpointActionPage' extension point to have an uppercase first letter, for consistency with all other CDT debugger extension points. 2007-04-10 19:28:22 +00:00
David Inglis
58b3ace8db [merge from 3_1]
fixed case where apply button would not get enabled
bug#171239
2007-01-22 17:59:15 +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
a1b9eea7e9 Added line deleted in patch for 148415. This let's you create launch configuration again. 2006-09-20 18:28:07 +00:00
Chris Recoskie
a0368c245a fix for 148415 by Corey Ashford 2006-09-15 00:12:13 +00:00
Mikhail Khodjaiants
7827b8d4a1 Bug 156114: GDB options layout problem.
Applied patch from Vladimir Prus (vladimir@codesourcery.com).
2006-09-11 17:45:54 +00:00
Norbert Plött
3ddf1a258f bug #154854 - Guard against NPE when cancelling save dialog. Regrouping icons. 2006-09-01 14:32:46 +00:00
Norbert Plött
814e8ae7b6 Contribution from bug #154854 - GDB console - verbose console mode and save console content buttons 2006-08-31 07:26:28 +00:00
Thomas Fletcher
af47333e04 Fix to be more tolerant of changes in the debugger ids that can result
from shared launch configurations.
PR 144758
2006-08-04 17:51:18 +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
Chris Recoskie
4836857ef3 update copyrights 2006-06-14 12:16:17 +00:00
Doug Schaefer
7b0cf6dc03 Updated the about.html files. 2006-05-24 13:51:50 +00:00
Mikhail Khodjaiants
e8636fc099 Bug 113107: Make trace logs more readily available. 2006-04-16 05:03:28 +00:00
Mikhail Khodjaiants
4538ba6fd1 Bug 113107: Make trace logs more readily available. Implementation of the "Verbose Mode" action. 2006-04-13 21:52:59 +00:00
Mikhail Khodjaiants
4cbf532066 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Sort the shared library list. 2006-04-11 20:48:47 +00:00
Mikhail Khodjaiants
12c6d13e42 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Use set instead of list when collecting the shared library names: different libraries can have same soname. 2006-04-11 20:07:21 +00:00
Mikhail Khodjaiants
39e1b6c5d3 Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. Use soname instead of shared library name. 2006-04-11 19:31:59 +00:00
Mikhail Khodjaiants
dae81c31ec Bug 119740: allow to specify only a subset of shared objects that we want symbols to be loaded for. 2006-04-10 20:47:23 +00:00
Mikhail Khodjaiants
102b8bcb67 Replaced internal org.eclipse.cdt.debug.internal.ui.SWTUtil class. 2006-03-31 21:57:22 +00:00
Mikhail Khodjaiants
6f5a1ad81c Added default attribute value for ATTR_DEBUG_NAME. 2006-03-23 20:39:45 +00:00
Mikhail Khodjaiants
87084d47d1 Select the first available command factory when a new launch configuration is created. 2006-03-01 21:49:42 +00:00
Mikhail Khodjaiants
f9c1ebf0c8 Bug 114793: Add an extension point to contribute command factories. GDBServerDebuggerPage should extend StandardGDBDebuggerPage. 2006-02-08 16:51:33 +00:00
Mikhail Khodjaiants
c2dfa48e4d Bug 114793: Add an extension point to contribute command factories. 2006-02-06 21:46:39 +00:00
Mikhail Khodjaiants
71d38ceea2 Bug 114793: Add an extension point to contribute command factories. 2006-02-06 20:48:26 +00:00
Mikhail Khodjaiants
115d5f27ff The "ICDebuggerPage" interface and "AbstractCDebuggerPage" class are added. All extensions of the "CDebuggerPage" extension point must implement "ICDebuggerPage". 2006-02-03 20:07:27 +00:00
Mikhail Khodjaiants
4ea7c1845d Replaced "debugger page" by "debuggerPage". 2006-01-31 20:47:27 +00:00
David Inglis
58f26dfed6 Fixed build for jar'd plugins
cleaned up .project files
2006-01-18 18:16:35 +00:00
Doug Schaefer
c5c47c0842 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
Mikhail Khodjaiants
01b01243e5 Cleanup. 2005-12-28 00:10:27 +00:00
Mikhail Khodjaiants
34c3e374c4 Bug 109526: Support Eclipse-LazyStart and deprecate Eclipse-AutoStart. 2005-12-27 23:59:14 +00:00
Mikhail Khodjaiants
4c2b367e01 Bug 120390: Avoiding .gdbinit 2005-12-20 20:26:38 +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
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
Mikhail Khodjaiants
7fb7da6e35 Bug 108723: Create a separate tab for gdb server's conection options. 2005-09-02 21:25:55 +00:00
Alain Magloire
1ba90ead7e 2005-07-22 Alain Magloire
Fix the copyright.
2005-07-22 02:42:58 +00:00
Doug Schaefer
2fd25239b8 EPL'ing the CDT. 2005-06-27 03:46:51 +00:00
David Inglis
cf09e84a32 CPL to EPL transistion - license header update for IBM 2005-06-23 16:02:46 +00:00
David Inglis
92cae3205a CPL to EPL transistion - license header update for QNX 2005-06-23 16:01:26 +00:00
Doug Schaefer
e470be8631 EPL'ing the CDT. 2005-06-23 14:44:35 +00:00
Alain Magloire
c7b5a7da63 2005-04-13 Alain Magloire
Fix PR 91002
	* src/org/eclipse/cdt/debug/mi/internal/preferences/MIPreferencePage.java
2005-04-13 16:24:08 +00:00
Mikhail Khodjaiants
00a7c60b17 Removed unused icons. 2005-04-08 00:05:22 +00:00
Mikhail Khodjaiants
b7f2832d92 Fix for bug 87546: Obsolete debug MI settings in Preference need to be removed. 2005-03-09 21:22:27 +00:00
Mikhail Khodjaiants
9c2e3a9d22 Conflicting methods. 2005-03-03 21:33:44 +00:00
Mikhail Khodjaiants
ff4f5d878a Replaced deprecated methods and constants. 2005-01-11 20:56:37 +00:00