1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 06:32:10 +02:00
Commit graph

252 commits

Author SHA1 Message Date
Alain Magloire
c437685dfd Change the order of the close. 2002-09-07 14:47:53 +00:00
Alain Magloire
3497250607 comment out the exception printstackTrace. 2002-09-07 14:47:25 +00:00
Alain Magloire
035aac8223 Close the master pty when done. 2002-09-07 02:00:33 +00:00
Mikhail Khodjaiants
4907b4f35a Implementation of variable expansion. 2002-09-06 21:13:57 +00:00
Mikhail Khodjaiants
c4ec584fc4 Implementation of the handler of 'WatchpointScope' event. 2002-09-06 21:13:24 +00:00
Alain Magloire
ba07b4e743 We should treat Watchpoint Trigger and Scope like two separte
events.
2002-09-06 20:18:34 +00:00
Mikhail Khodjaiants
b128851cc3 Implementation of 'hasVariables' function. 2002-09-06 19:20:12 +00:00
Alain Magloire
fd0b0a20fe add hasChildren to help the UI. 2002-09-06 19:16:37 +00:00
Mikhail Khodjaiants
128f28c57c Added handles for watchpoint events. 2002-09-06 18:10:39 +00:00
Mikhail Khodjaiants
7bb306e845 Fix in the 'resumed' event handle. 2002-09-06 17:22:02 +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
Mikhail Khodjaiants
0ab86c77d5 Implementation of 'add watchpoint' action and watchpoint's properties. 2002-09-05 21:54:51 +00:00
Mikhail Khodjaiants
d32b5a8355 The reason of the 'suspended' event has been changed from ICDIBreakpoint to ICDIBreakpointHit. 2002-09-05 14:54:18 +00:00
Mikhail Khodjaiants
fa789eea01 Changed the name of the C/C++ debug action set. 2002-09-05 14:31:26 +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
Mikhail Khodjaiants
cff216f9b7 Implementation of watchpoints. 2002-09-04 22:36:23 +00:00
Alain Magloire
42f2032ba8 Remove bogus import. 2002-09-04 22:28:33 +00:00
Mikhail Khodjaiants
66bd4486a2 Temporary fix for source search path. 2002-09-04 21:09:51 +00:00
Mikhail Khodjaiants
b4632f88d2 Implementation of watchpoints. 2002-09-04 20:50:20 +00:00
Mikhail Khodjaiants
b5af571676 Temporary fix for source search path. 2002-09-04 20:49:43 +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
Mikhail Khodjaiants
3496b65bc6 More implementation of breakpoints. 2002-09-04 15:43:56 +00:00
Mikhail Khodjaiants
477450be7a More implementation of breakpoints. 2002-09-03 22:55:20 +00:00
Mikhail Khodjaiants
a5e7b14cc5 Fixed 'Step Into' for stack frame. 2002-09-03 15:19:41 +00:00
David Inglis
c1be110cad changed runtimeoption arguments to String[] 2002-09-03 14:47:45 +00:00
Mikhail Khodjaiants
c52732cf99 More implementation of breakpoints. 2002-09-03 14:37:25 +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
1f2942e78e For now return true for all breakpoints. 2002-09-02 20:41:16 +00:00
Mikhail Khodjaiants
f1fcf7e551 Check if expression is empty string. 2002-09-02 20:40:15 +00:00
Mikhail Khodjaiants
8679072fc4 More implementation of breakpoints. 2002-09-02 19:32:52 +00:00
Mikhail Khodjaiants
cb00b0ef97 More implementation of breakpoints. 2002-08-30 23:30:28 +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