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
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
Alain Magloire
92b0174888 filterClass contribution attribute to use the "Run"
launch ShortCut.
2004-02-20 04:34:28 +00:00
Alain Magloire
9579ebb09c Support For the Run contribution 2004-02-19 23:29:54 +00:00
Alain Magloire
82d727f5e6 Remove deprecated Eclipse-2.0 calls. 2004-02-18 20:53:44 +00:00
Alain Magloire
9bf8316c22 Added image icon when attaching. 2004-02-18 20:14:05 +00:00
Alain Magloire
75e82f6762 Use a two pane select dialog when attaching 2004-02-18 03:51:31 +00:00
Thomas Fletcher
99f9cd3e5d Fix to address PR 52085 where there was no mechanism
for importing environment variables into the configuration.
2004-02-17 14:57:44 +00:00
Thomas Fletcher
35bea588e0 Fix to address PR 52085 where there was no mechanism
for importing environment variables into the configuration.
2004-02-17 14:47:22 +00:00
Thomas Fletcher
3f2a1ba9ff Further enhancements for PR 39580. If the icons are
different (ie debug and release) then the executables 
show up as different entries when they should show up
as the same with different "qualifiers"
2004-02-15 17:32:45 +00:00
Thomas Fletcher
e4929dfcd1 Fix to address PR 39580 to improve scalability. 2004-02-12 09:00:58 +00:00
Thomas Fletcher
c017fa06af Updates to improve usabilty with projects which contain
multiple binaries and to improve extensibility of quick
launcher.
2004-02-02 15:22:26 +00:00
David Inglis
becb0a5d20 removed warning 2004-01-13 18:44:43 +00:00
Alain Magloire
bf3ef0b67e organize imports. 2004-01-07 21:08:20 +00:00
Alain Magloire
081264bae4 Fix Pr 49652.
Show the full path of the binaries.
2004-01-07 21:02:50 +00:00
Doug Schaefer
8cceffb272 Fix the classpaths to use dynamic containers again.
My apologies :-)
2004-01-05 21:16:28 +00:00
Doug Schaefer
e1b04cf0c0 Added org.eclipse.core.runtime.compatability as a
dependency to satisfy Eclipse 3.0M6 requirements.
2004-01-05 20:26:57 +00:00
Alain Magloire
4dd68890fa updated 2003-12-18 21:39:22 +00:00
Alain Magloire
654462825d Possible NPE, PR 49146 2003-12-18 21:37:04 +00:00
David Inglis
d11053223e Fix for PR 49051 2003-12-18 15:45:21 +00:00
Alain Magloire
c01adea573 updated the log 2003-12-17 01:59:14 +00:00
Alain Magloire
2f4b323387 Depend on org.eclipse.boot 2003-12-17 01:59:02 +00:00
Alain Magloire
ef34e01089 Choose a debugger base on the Eclipse platform. 2003-12-17 01:58:46 +00:00
Doug Schaefer
9c677d807f Upversioned the plugins, etc to 2.0.0.
Made sure the jar files got included in the zips.
2003-11-25 18:24:55 +00:00
Doug Schaefer
9dc3aa63e5 Upgrade to Eclipse 3.0. Includes:
- upgrade plugin.xml files
- use PDE containers
- apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker
- remove TestWorkbenches from test plugins
2003-11-24 18:31:03 +00:00
David Inglis
6593148591 fix for 46126 2003-11-06 18:58:48 +00:00