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

22683 commits

Author SHA1 Message Date
Mikhail Khodjaiants
d4275caf8a Return correct support flags. 2002-08-15 23:06:05 +00:00
Mikhail Khodjaiants
c160a19758 Added the implementation of the 'terminate' method. 2002-08-15 23:02:05 +00:00
Mikhail Khodjaiants
a5a6ab9bbc More implementation. 2002-08-15 22:22:42 +00:00
Judy N. Green
cc9642e5a1 Added methods to create and convert to
default standard make C and C++ projects from simple projects such as 
when checking out new code "as a project" from CVS.
Using CCorePlugin as the holder of all knowledge as to what a C/C++ Standard Make project is.
2002-08-15 20:41:10 +00:00
Alain Magloire
5c11e9f0a3 Old gdb mi uses a List instead of Tuple try to cope. 2002-08-15 20:32:44 +00:00
Judy N. Green
e8a221b7de Added methods to create and convert to
default standard make C and C++ projects from simple projects such as 
when checking out new code "as a project" from CVS
2002-08-15 20:30:19 +00:00
David Inglis
b725003bc8 added launch icon 2002-08-15 20:10:58 +00:00
David Inglis
d356f299da added debug launch action to c perspective 2002-08-15 19:49:43 +00:00
David Inglis
de3813f5f2 handle non-ui startup 2002-08-15 19:48:44 +00:00
David Inglis
6761b638e7 throw exception if no debugger availble 2002-08-15 19:48:11 +00:00
David Inglis
ef52ee50a4 check arraylist 2002-08-15 19:47:38 +00:00
David Inglis
fe9ea3edcb handle missing debugger better 2002-08-15 19:46:54 +00:00
Alain Magloire
a9e9f9e92b race condition first move the command in the rxQueue. 2002-08-15 19:44:20 +00:00
Alain Magloire
e4ff3089d4 gdb could send a OOB (*stopped) without any reasons. 2002-08-15 18:38:59 +00:00
David Inglis
359ef3e7dd returns "" if no name specifed in ext-point 2002-08-15 18:27:29 +00:00
David Inglis
4cfbba8bb8 small buglet 2002-08-15 15:47:38 +00:00
David Inglis
040b0517dc fixed dynamic debugger area not showing 2002-08-15 15:08:34 +00:00
David Inglis
7fed901ae5 removed bogus projectNatureImages extension 2002-08-15 14:43:30 +00:00
David Inglis
6a2a614989 use new debugger configuartion page extension
added AbstractCLaunchTAb
2002-08-15 14:43:02 +00:00
David Inglis
54f5b7dadf new debugger configuartion page extension
move UIPlugin out of internal
2002-08-15 14:41:41 +00:00
David Inglis
2fdab4e038 new debugger extension format 2002-08-15 14:40:31 +00:00
David Inglis
1bb2dc9562 implemented better debug configuration handling 2002-08-15 14:40:11 +00:00
Alain Magloire
1354f9e661 Redo the event dispatch now a permanent thread is use to
dispatch events.
2002-08-15 05:58:08 +00:00
Alain Magloire
b8c5ededb8 Remove isStepping() for now. 2002-08-15 05:56:35 +00:00
Alain Magloire
db29a5583c Typo fixes from Tom Tromey. 2002-08-15 05:56:15 +00:00
Mikhail Khodjaiants
b633a55f0d More implementation. 2002-08-14 17:39:35 +00:00
Alain Magloire
43af81fb53 Check for funtion. 2002-08-14 17:20:12 +00:00
Alain Magloire
ad50df009d SuspendedEvent always return a thread as the source 2002-08-14 17:19:58 +00:00
Mikhail Khodjaiants
807a391399 Correct expression for the '-break-insert' command. 2002-08-14 17:12:34 +00:00
Mikhail Khodjaiants
e9aa009b65 More implementation. 2002-08-14 15:22:21 +00:00
Judy N. Green
46acfebc85 Moved catch block for CoreException from page level to Wizard level 2002-08-14 13:45:57 +00:00
Alain Magloire
8b52ecdb22 More Events are pass to the CDI layer. 2002-08-14 04:03:02 +00:00
Alain Magloire
1a362a1398 Removing of ICDISteppingEvent 2002-08-14 04:02:19 +00:00
Mikhail Khodjaiants
34c403336b More implementation. 2002-08-13 22:47:32 +00:00
Mikhail Khodjaiants
3b0a7b4fa3 Correct identifier for CDTDebugModelPresentation 2002-08-13 21:53:42 +00:00
David Inglis
d71e4b162d fixed validity checking 2002-08-13 20:39:07 +00:00
David Inglis
7d0d12f449 allow init in non-ui thread 2002-08-13 20:38:25 +00:00
Mikhail Khodjaiants
4f2e35fcde Compare source target with cdi target. 2002-08-13 20:36:14 +00:00
Alain Magloire
9d7bbdab3e Debug output. 2002-08-13 20:34:37 +00:00
Mikhail Khodjaiants
f406e39bde Changed the creation of debug target. 2002-08-13 20:34:20 +00:00
Alain Magloire
e1c79c7850 Check for terminate first when destroy() 2002-08-13 19:54:39 +00:00
Judy N. Green
9cd17db724 Added Project Conversion Functionality, through wizards. Unkown to c?C++ and C to C++. 2002-08-13 15:05:20 +00:00
David Inglis
97c9e131f6 added debugLog 2002-08-13 14:20:37 +00:00
David Inglis
e69d93f028 remove bogus import 2002-08-13 13:41:14 +00:00
David Inglis
4415f739fb handle execeptions in runnable when creating project 2002-08-13 13:17:21 +00:00
David Inglis
adb8d76574 added abstract getProjectID plus handle execeptions in runnable
when creating project
2002-08-13 13:17:10 +00:00
David Inglis
f50ad7c775 finish launcher to use Process from debugger 2002-08-13 13:15:25 +00:00
David Inglis
83bb6180d5 added throw of CoreExecption 2002-08-13 13:14:58 +00:00
Alain Magloire
5c5930d219 working on the implementation. 2002-08-13 05:26:09 +00:00
David Inglis
e55f659950 new CDT launcher plugin with local launch delegate 2002-08-13 04:05:02 +00:00