Tue, 03 Oct 2017 21:15:12 +0100 Jan Vrany Initial support for breakpoints with multiple locations
Wed, 13 Sep 2017 22:11:51 +0100 Jan Vrany Introduced new exception class: `GDBCommandFailedError`
Fri, 07 Jul 2017 11:28:44 +0200 Jan Vrany Added initial support for breakppints.
Wed, 12 Jul 2017 16:27:29 +0200 Jan Vrany Cache thread status and update it on `=stopped` and `=running` events
Tue, 11 Jul 2017 23:37:04 +0200 Jan Vrany Implemented proper quoting of MI commands
Thu, 06 Jul 2017 07:54:57 +0200 Jan Vrany Improved MI parser to handle degenrated tuples (`{"c"}`)
Tue, 13 Jun 2017 17:06:02 +0100 Jan Vrany Improved some #printOn: and #inspectorExtraAttributes to ease debugging
Mon, 12 Jun 2017 10:00:44 +0100 Jan Vrany Added #enablePrettyPrinting and #enableFrameFilters to allow Python scripts to augment presentation
Tue, 06 Jun 2017 09:37:04 +0100 Jan Vrany Fixed and improvemets in `GDBThreadGroup` API
Mon, 05 Jun 2017 17:56:05 +0100 Jan Vrany Added API to attach to a running process.
Thu, 01 Jun 2017 12:15:43 +0100 Jan Vrany `GDBProcess` refatored to have console interpreter on STDIN/STDOUT
Fri, 26 May 2017 08:05:28 +0100 Jan Vrany BUpdated build files.
Fri, 26 May 2017 08:03:41 +0100 Jan Vrany Removed simulated test - as the interface to GDB changes, recorded sessions are no longer valid.
Wed, 24 May 2017 15:22:08 +0100 Jan Vrany Fixed `GDBVariable>>varobj` to actually keep the varobj
Fri, 26 Feb 2016 09:48:21 +0000 Jan Vrany Merge
Thu, 19 Mar 2015 08:43:28 +0000 Jan Vrany Initial work on varobjs. Tests locks up an image, should be polished and folded.
Thu, 19 Mar 2015 08:25:30 +0000 Jan Vrany MI parsing: added support for command result values as GDB objects
Wed, 18 Mar 2015 14:19:37 +0000 Jan Vrany Increate sequence number also when thread or thread group is stopped
Tue, 10 Mar 2015 10:00:55 +0000 Jan Vrany GDBFrame: fix for framew with empty variables
Tue, 10 Mar 2015 09:57:21 +0000 Jan Vrany GDBThread: use native name in thread's displayString
Tue, 10 Mar 2015 09:55:23 +0000 Jan Vrany GDBDebugger: increase sequence number when inferior has stopped
Tue, 10 Mar 2015 09:07:27 +0000 Jan Vrany Fix in transient data holder: remember the last sequence number
Sun, 08 Mar 2015 15:48:16 +0000 Jan Vrany Keep thread information in transient thread-info object.
Sun, 08 Mar 2015 12:40:03 +0000 Jan Vrany Added test for -exec-run & -exec-interrupt
Sun, 08 Mar 2015 08:44:29 +0000 Jan Vrany Changed setProperty:of:to: to try underscore setter first.
Sun, 08 Mar 2015 07:38:42 +0000 Jan Vrany To fold
Sun, 08 Mar 2015 07:37:59 +0000 Jan Vrany Added conveniece API to ease debugger scripting (and testing)
Sun, 08 Mar 2015 06:01:49 +0000 Jan Vrany Added GDBInternalPipeStream>>peek:
Wed, 04 Mar 2015 22:03:48 +0000 Jan Vrany Workaround for GDB bug 18077
Mon, 02 Mar 2015 07:11:47 +0000 Jan Vrany Changed GDBThreadGroup>>printOn:
Mon, 02 Mar 2015 06:14:49 +0000 Jan Vrany Better display string for command result
Sun, 01 Mar 2015 08:28:30 +0000 Jan Vrany Allow for setting path to GDB executable via classvar in GDBUnixProcess.
Sun, 01 Mar 2015 08:27:42 +0000 Jan Vrany When starting an event loop, allow for GDB to ouput some random messages when it start up.
Sat, 28 Feb 2015 08:34:19 +0100 Jan Vrany More work on variables + tests
Fri, 27 Feb 2015 16:47:55 +0100 Jan Vrany Initial support for variables
Fri, 27 Feb 2015 14:45:03 +0100 Jan Vrany Disable background execution of cli commnands
Fri, 27 Feb 2015 12:48:56 +0100 Jan Vrany Test fixes
Wed, 01 Oct 2014 09:38:44 +0100 Jan Vrany Report async execution event immediately.
Wed, 01 Oct 2014 02:04:11 +0100 Jan Vrany Introduced GDBThreadGroupType.
Tue, 30 Sep 2014 20:13:27 +0100 Jan Vrany Renamed GDBThreadStatus* to GDBThreadState*
Tue, 30 Sep 2014 09:56:09 +0100 Jan Vrany Added GDBCLICommand>>runOnBackground:
Mon, 29 Sep 2014 23:57:00 +0100 Jan Vrany Set target-async option to allow asynchronous communication with GDB.
Thu, 25 Sep 2014 09:40:26 +0100 Jan Vrany Added support for parsing enums using MAOptionDescription
Wed, 24 Sep 2014 09:46:37 +0100 Jan Vrany Changed GDBDebugger>>send:wait: to block until event set finishes.
Tue, 23 Sep 2014 23:48:13 +0100 Jan Vrany Code refactored to use Magritte to meta-describe GDB objects.
Mon, 22 Sep 2014 23:48:10 +0100 Jan Vrany Added a GDBStoppedEvent >> stoppedThread
Mon, 22 Sep 2014 09:59:28 +0100 Jan Vrany Remove threads from thread group when threadgroup terminates.
Thu, 18 Sep 2014 23:09:57 +0100 Jan Vrany Introduced GDBEventSetProcessingStarted/Finished synthetic events.
Thu, 18 Sep 2014 09:32:30 +0100 Jan Vrany Fixes in thread's stack mangement. Dispatch events to applications using their UI event loop.
Wed, 17 Sep 2014 09:01:56 +0100 Jan Vrany Some more support for stack frames.
Tue, 09 Sep 2014 12:44:37 +0100 Jan Vrany Some work on execution stack model
Mon, 08 Sep 2014 23:56:17 +0100 Jan Vrany More work on GDBThreadStatus
Mon, 08 Sep 2014 10:02:31 +0100 Jan Vrany Some more work on threads (thread status)
Sun, 07 Sep 2014 22:44:55 +0100 Jan Vrany Added support for threads.
Sun, 07 Sep 2014 14:42:02 +0100 Jan Vrany Initial support for thread groups, threads and breakpoints.
Sun, 07 Sep 2014 08:20:01 +0100 Jan Vrany Fixes for GDBInternalPipeStream w.r.t multiple threads.
Sat, 06 Sep 2014 01:02:51 +0100 Jan Vrany Fixed parsing of command - reset token before parsing new response.
Tue, 26 Aug 2014 09:52:31 +0100 Jan Vrany Temporary commit: more work on simulator...
Mon, 25 Aug 2014 09:53:27 +0100 Jan Vrany Fixed leaking processes when using GDBSimulatorProcess.
Sun, 06 Jul 2014 10:27:25 +0100 Jan Vrany Moved GDBSimulatorProcessTests to package jv:libgdbs/tests
(0) -60 +60 +100 tip