1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

690 commits

Author SHA1 Message Date
Alain Magloire
fd0b0a20fe add hasChildren to help the UI. 2002-09-06 19:16:37 +00:00
Alain Magloire
ccb0662448 Do not send the log stream to the output console. 2002-09-06 03:40:57 +00:00
Alain Magloire
16b474f214 Pass the MISession we'll need to know if we can suspend. 2002-09-06 03:40:20 +00:00
Alain Magloire
7edb51d4cc Add support to create a pseudo master terminal for the debugger. 2002-09-06 03:39:19 +00:00
Mikhail Khodjaiants
fe4c884ab4 Implementation of watchpoints. 2002-09-05 22:45:38 +00:00
Alain Magloire
c072681604 add "-nw" no window options for gdb. 2002-09-05 01:43:44 +00:00
Alain Magloire
9b08976a71 Go around a bug in GDB/MI the doc says that any parameters
containing "-" should be quoted but it appears
that gdb/MI does not remove the quotes.
2002-09-04 23:11:11 +00:00
Alain Magloire
42f2032ba8 Remove bogus import. 2002-09-04 22:28:33 +00:00
Alain Magloire
0e651d89c6 Make sure gdb is destroy(); 2002-09-04 20:15:03 +00:00
Alain Magloire
46e1e64e85 Allow to set search source paths 2002-09-04 20:14:39 +00:00
Alain Magloire
73bf2abf5a Always set the condition and the ignore count, it may be
away to reset some values.
2002-09-04 16:07:14 +00:00
David Inglis
c1be110cad changed runtimeoption arguments to String[] 2002-09-03 14:47:45 +00:00
Alain Magloire
dccf5a3e6a return the gdb process. 2002-09-03 04:16:24 +00:00
Alain Magloire
06345ac843 Implement interrupt() 2002-09-03 04:14:53 +00:00
Alain Magloire
f309922d7c Pass an array of String. 2002-09-03 04:14:24 +00:00
Alain Magloire
335886f307 Allow disabling of events. 2002-09-03 04:13:56 +00:00
Alain Magloire
0182fc06d9 Implement suspend with spawner. 2002-09-03 04:13:33 +00:00
Alain Magloire
9bfdedea05 Implement RuntimeOptions. 2002-09-03 04:07:50 +00:00
Alain Magloire
930ddb92fb Suspend the target if running when trying to set breakpoints 2002-09-03 04:06:57 +00:00
Alain Magloire
c95bdf8998 Only set the condition right away if it is enabled. 2002-09-03 03:59:42 +00:00
Mikhail Khodjaiants
f1fcf7e551 Check if expression is empty string. 2002-09-02 20:40:15 +00:00
David Inglis
bc2d280abd changed Runtime.exec to use ProcessFactory in cdt.core change
ICDISession.getConfiguration() to return a proper config based on run/attach/corefile
2002-08-30 14:20:19 +00:00
Alain Magloire
b6e864c88b Bug fix for the else branch 2002-08-30 05:00:52 +00:00
Alain Magloire
dae454d929 implements gdb "info threads" parsing 2002-08-30 05:00:12 +00:00
Alain Magloire
13020cbc3c implements gdb "info threads" 2002-08-30 04:59:59 +00:00
Alain Magloire
25567bf360 new method MIInfoThreads. 2002-08-30 04:59:37 +00:00
Alain Magloire
488f8d814c Implements ExpressionManager 2002-08-30 04:59:16 +00:00
Alain Magloire
e048dcfe95 remove debug prints 2002-08-30 04:58:55 +00:00
Alain Magloire
6306e33ea1 remove dead code we are now return target as the source. 2002-08-30 04:58:19 +00:00
Alain Magloire
6004ffc528 remove createLocation() 2002-08-30 04:57:30 +00:00
Alain Magloire
8b31d2b48c remove CreateCondition() 2002-08-30 04:57:11 +00:00
Alain Magloire
9efcd6e712 Comment out debug print. 2002-08-30 04:56:52 +00:00
Alain Magloire
8c9166d694 Implement getCurrentStackFrame() 2002-08-30 04:56:28 +00:00
Alain Magloire
b5478f02b4 Use MIInfoThreads instead MIThreadListIds. 2002-08-30 04:56:06 +00:00
Alain Magloire
3e7f291e64 Use VariableManager for ExpressionManager 2002-08-30 04:55:35 +00:00
Alain Magloire
0c0e376545 Implement createLocation() and createCondition(). 2002-08-30 04:54:59 +00:00
David Inglis
5836a1ff35 added modes attrib 2002-08-29 19:28:50 +00:00
Alain Magloire
edd6e29eff Send the target as the source. 2002-08-29 03:41:29 +00:00
David Inglis
f5bea71c1d change IFile to IPath for corefile 2002-08-28 20:36:06 +00:00
Alain Magloire
039b06c5df Implement ICDIRegisterObject. 2002-08-28 01:43:12 +00:00
Alain Magloire
ed14a106db implement new scheme for BreakpointHit, WatchpointTrigger and WatchpointScope 2002-08-27 23:41:17 +00:00
Mikhail Khodjaiants
ec5abf24e3 Rename 'DebugConfiguration' to avoid duplicate names. 2002-08-27 21:02:48 +00:00
Mikhail Khodjaiants
f5d2a5337d Moved all breakpoint classes to the model. 2002-08-27 21:02:12 +00:00
Alain Magloire
cd01def532 Make sure the MIInferior is created before the rxthread. 2002-08-27 03:49:08 +00:00
Alain Magloire
7250fe4d1a Make all the stopped event inherited from MIStopped 2002-08-27 03:47:59 +00:00
Alain Magloire
094838afc5 More javadoc and comments. 2002-08-26 23:10:52 +00:00
Alain Magloire
a07093fbe2 Use -break-after. 2002-08-26 20:22:09 +00:00
Alain Magloire
1983087aaf Send an info threads to force updates. 2002-08-26 20:21:45 +00:00
David Inglis
3d96f03185 export jar 2002-08-26 18:07:15 +00:00
David Inglis
c2bcc53963 changed plugin name 2002-08-26 17:43:52 +00:00