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

601 commits

Author SHA1 Message Date
David Inglis
e2b84054ef use default constant for terminal 2004-11-16 21:34:26 +00:00
David Inglis
8692efd446 default terminal to true 2004-11-16 21:28:46 +00:00
David Inglis
8cec1f832b added terminal support 2004-11-16 21:21:58 +00:00
Alain Magloire
af6a913751 2004-11-11 Alain Magloire
Fix for PR 78441
	* src/org/eclipse/cdt/launch/internal/CPropertyTester.java
	* plugin.xml
2004-11-11 21:38:06 +00:00
David Inglis
46d6b8f8c1 see change log 2004-11-02 03:32:44 +00:00
David Inglis
7a24fe76ca missing NLS markup 2004-11-01 15:16:40 +00:00
David Inglis
28efe5b06a rollback getEnv old methods added new getEnv methods that use new constants to fix backward compatability issue 2004-10-29 15:16:45 +00:00
David Inglis
08412e5d6d fail launch on unrecognized binary file 2004-10-27 14:51:58 +00:00
David Inglis
6a8a5296bb cleanup compiler warnings 2004-10-27 13:59:30 +00:00
Alain Magloire
4d146140b3 Fix NPE 2004-10-22 15:13:33 +00:00
David Inglis
2e47a2377b added variable support to launching 2004-10-22 14:42:59 +00:00
David Inglis
bd562b731b update due to debug factroy api change 2004-10-21 15:07:54 +00:00
David Inglis
92d5c0eec5 fixed debugger slection bug 2004-10-20 19:20:54 +00:00
David Inglis
22aaaf84bc remove core/pid attribute if we prompted for them after launch 2004-10-19 20:56:20 +00:00
David Inglis
6ee3315f3b dont' change launch id 2004-10-19 19:45:07 +00:00
David Inglis
eadd32c9aa dont' change launch id 2004-10-19 19:43:01 +00:00
David Inglis
06924de632 dont' change launch id 2004-10-19 19:40:57 +00:00
Alain Magloire
1f3df7b1c7 2004-10-18 Alain Magloire
Adjust to changes in CDI
	* src/org/eclipse/cdt/launch/internal/LocalRunLaunchDelegate.java
2004-10-18 23:13:28 +00:00
David Inglis
801c17db2e fixed debugger selection 2004-10-18 20:21:39 +00:00
David Inglis
a3f0a610ed silent abort prompting launch 2004-10-18 17:45:40 +00:00
David Inglis
a192c2f172 - Update to new ICDIDebugger interface deprecating old
- Added seperate launch configuration for attaching to pid
2004-10-18 14:48:50 +00:00
Alain Magloire
6bc057c303 2004-10-17 Alain Magloire
Remove deprecated method in CDI adjust the implementation.
	* src/org/eclipse/cdt/launch/internal/CoreFileLaunchDelegate.java
	* src/org/eclipse/cdt/launch/internal/LocalCLaunchConfigurationDelegate.java
2004-10-17 21:27:40 +00:00
Mikhail Khodjaiants
acf19e50fa Added the launch configuration preference for the register bookkeeping. 2004-10-11 20:24:15 +00:00
David Inglis
33a55d969b due to ui refactor 2004-09-10 01:19:51 +00:00
Mikhail Khodjaiants
2798c3a121 Changes in the "Debugger" tab of the launch configuration dialog.
Replaced the "Run in debugger/Attach to running process" radio button by the "Attach to running process" check box.
Added the "Advanced" button that opens the "Advanced options" dialog.
The "Automatically track the values of variables" check box is moved to the dialog.
The "CoreFileDebuggerTab" class is implemented as an extension of "CDebuggerTab".
2004-08-23 19:59:19 +00:00
Mikhail Khodjaiants
ff59fc7493 Warning cleanup. 2004-08-16 17:14:01 +00:00
Mikhail Khodjaiants
3a15714c5d Contextual launch shortcuts cleanup. 2004-08-16 17:02:22 +00:00
Mikhail Khodjaiants
42f4d8f013 Warning cleanup. 2004-08-12 19:11:09 +00:00
Mikhail Khodjaiants
41772a42d1 Fix for bug 70442: Debugger launch configuration not updating properly. 2004-08-10 18:01:27 +00:00
Mikhail Khodjaiants
b0444239f0 Replaced the decprecated target factory methods. 2004-07-21 20:06:41 +00:00
Doug Schaefer
739203fe55 Upversioning head to 2.1.0. 2004-07-15 15:54:47 +00:00
David Inglis
52f7290c19 show error when failure to create debugger page 2004-07-15 02:38:03 +00:00
Mikhail Khodjaiants
7b75cb1d6b Fix for bug 69977: TVT3.0: Non-externalized strings in Launching Debug.
Applied patch from Tanya Wollf.
2004-07-14 15:44:22 +00:00
David Inglis
4edd1d9f5c copyright update patch from David Daoust 2004-06-24 19:55:36 +00:00
Mikhail Khodjaiants
4a954e3d48 Missing resources in the "Arguments" tab. 2004-06-22 18:42:41 +00:00
Mikhail Khodjaiants
e0cd851712 Fix for bug 60872. Accessibility: Run/Debug configuration dialog has duplicate mnemonics.
Warning cleanup.
2004-06-21 21:55:20 +00:00
David Inglis
a09023fa41 fixed error when new config created with non-c project selected 2004-06-21 13:21:36 +00:00
David Inglis
e661886b30 added missing copyright 2004-06-10 15:15:51 +00:00
Mikhail Khodjaiants
b59f69ac43 Added the rendering method for debugger processes. 2004-06-09 22:11:20 +00:00
Mikhail Khodjaiants
e8e773e868 Fix for bug 66015: I18N: English "Debug Console" in Debug and Console views.
Warning cleanup.
2004-06-09 21:36:02 +00:00
Alain Magloire
0e0f456412 Make sure when something goes wrong before
getting out the launch sequence to terminate the session.

	* src/org/eclise/cdt/launch/internal/CoreFileLaunchDelegate.java
	* src/org/eclise/cdt/launch/internal/LocalCLaunchConfigurationDelegate.java
2004-06-09 03:00:25 +00:00
David Inglis
760c2a22b5 fixed update platform filtering
fixed compiler error prompting
2004-05-31 18:06:16 +00:00
Doug Schaefer
de0397f03e Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
David Inglis
aa2dc61d05 removed runtime.compatablity dependency
build on launch should now be scoped to referenced projects only.
update launch tab interaction to use new 3.0 methods
2004-05-18 16:43:58 +00:00
David Inglis
57c631cd4c fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59680 2004-04-23 13:37:24 +00:00
Alain Magloire
7ef1a6ed7e Change The Core Model interfaces to throw CModelException when
the fail abnormally.  This forces a lot of try{} catch(){}
bloks and rethrow to be added in the code.
2004-04-20 00:06:27 +00:00
David Inglis
90269402af patch from Mikhail 2004-04-07 12:47:13 +00:00
David Inglis
b2b554c440 getProcessList can throw a CoreException 2004-03-25 19:54:54 +00:00
David Inglis
18e6359b5b cleanup 2004-03-23 03:07:40 +00:00
David Inglis
e18d7494d0 externed strings patch from jciesiel@ca.ibm.com 2004-03-09 20:42:41 +00:00