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

1265 commits

Author SHA1 Message Date
Alain Magloire
51e4d9609a Send an update when resetting the stackframe or the thread id. 2002-09-20 19:21:20 +00:00
Alain Magloire
b739b9bde4 Implement setCurrent{Thread, StackFrame}. 2002-09-20 18:43:10 +00:00
Alain Magloire
734438b514 Provide equality for :
file:linenumber
and
file:functioname
2002-09-20 18:17:26 +00:00
Alain Magloire
5d14c78a5c PR 23877 Allow line to be set without filename. 2002-09-20 17:12:48 +00:00
Alain Magloire
f0942e76d7 Try to interrupt the inferior first before killing. 2002-09-19 01:40:45 +00:00
Alain Magloire
be809a8ebc fetch the top stack frame when necessary. 2002-09-19 00:58:25 +00:00
Alain Magloire
1f28f7bff2 set inferior suspended when we attach. 2002-09-17 21:20:50 +00:00
David Inglis
0f1255a4e0 support attach to pid with debugger 2002-09-17 19:12:15 +00:00
Alain Magloire
dc70001746 Putting some framework for the memoryBlock. 2002-09-17 03:56:44 +00:00
Alain Magloire
ac1048390a For register no need to compare the stackframe. 2002-09-17 03:56:19 +00:00
Alain Magloire
e25f73cf71 Throw CDIException if getRegisters() failed. 2002-09-16 22:22:37 +00:00
Mikhail Khodjaiants
82b872a006 Implementation of text hovering. 2002-09-13 17:22:46 +00:00
Alain Magloire
074c939b24 Fire a ChangedEvent when the assign is successfull. 2002-09-12 18:55:31 +00:00
Alain Magloire
cf07dedc00 Bug fix the children where not register to the VariableManager
so the ChangeEvent was not issued.
2002-09-11 15:12:11 +00:00
Alain Magloire
841c4d9b89 comment debug outputs. 2002-09-10 19:01:29 +00:00
Alain Magloire
c8c9ec8a30 new method to retrieve the PTY. 2002-09-10 14:28:41 +00:00
Alain Magloire
3f1e359697 Suspend does not work for solaris. 2002-09-10 14:28:20 +00:00
Alain Magloire
4f4e3ba0cf separate the suspend and the resume option. 2002-09-09 20:58:22 +00:00
Alain Magloire
3e24919f41 add a method getChildreNumber to help the UI. 2002-09-09 15:53:32 +00:00
Alain Magloire
5c8cdfbd11 Send a synchronization notify immediately for commands
wit no tokens.
2002-09-07 14:49:09 +00:00
Alain Magloire
42e4cbf928 Try to detect when gdb dies unexpectely(sp?). 2002-09-07 14:48:26 +00:00
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
Alain Magloire
ba07b4e743 We should treat Watchpoint Trigger and Scope like two separte
events.
2002-09-06 20:18:34 +00:00
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