Sun, 01 Mar 2015 08:27:42 +0000 When starting an event loop, allow for GDB to ouput some random messages when it start up.
Jan Vrany <jan.vrany@fit.cvut.cz> [Sun, 01 Mar 2015 08:27:42 +0000] rev 57
When starting an event loop, allow for GDB to ouput some random messages when it start up. GDB 7.9.XX apparently does that if there's some sort of non-fatal error.
Sat, 28 Feb 2015 08:34:19 +0100 More work on variables + tests
Jan Vrany <jan.vrany@fit.cvut.cz> [Sat, 28 Feb 2015 08:34:19 +0100] rev 56
More work on variables + tests
Fri, 27 Feb 2015 16:47:55 +0100 Initial support for variables
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 27 Feb 2015 16:47:55 +0100] rev 55
Initial support for variables
Fri, 27 Feb 2015 14:45:03 +0100 Disable background execution of cli commnands
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 27 Feb 2015 14:45:03 +0100] rev 54
Disable background execution of cli commnands Not all command support it.
Fri, 27 Feb 2015 12:48:56 +0100 Test fixes
Jan Vrany <jan.vrany@fit.cvut.cz> [Fri, 27 Feb 2015 12:48:56 +0100] rev 53
Test fixes
Wed, 01 Oct 2014 09:38:44 +0100 Report async execution event immediately.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 01 Oct 2014 09:38:44 +0100] rev 52
Report async execution event immediately. GDB 7.7.1 (and possibly other versions too) does not write '(gdb)' terminator after an async execution events (even though specification says it should). Thus, report any execution record immediately.
Wed, 01 Oct 2014 02:04:11 +0100 Introduced GDBThreadGroupType.
Jan Vrany <jan.vrany@fit.cvut.cz> [Wed, 01 Oct 2014 02:04:11 +0100] rev 51
Introduced GDBThreadGroupType. Currently, there's only type 'process' as it is the only type supported by GDB.
Tue, 30 Sep 2014 20:13:27 +0100 Renamed GDBThreadStatus* to GDBThreadState*
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 30 Sep 2014 20:13:27 +0100] rev 50
Renamed GDBThreadStatus* to GDBThreadState* It better matches GDB terminology
Tue, 30 Sep 2014 09:56:09 +0100 Added GDBCLICommand>>runOnBackground:
Jan Vrany <jan.vrany@fit.cvut.cz> [Tue, 30 Sep 2014 09:56:09 +0100] rev 49
Added GDBCLICommand>>runOnBackground:
Mon, 29 Sep 2014 23:57:00 +0100 Set target-async option to allow asynchronous communication with GDB.
Jan Vrany <jan.vrany@fit.cvut.cz> [Mon, 29 Sep 2014 23:57:00 +0100] rev 48
Set target-async option to allow asynchronous communication with GDB.
(0) -10 +10 +100 tip