Tue, 27 Mar 2018 08:50:56 +0100 Jan Vrany API: improved `GDBFrame >> #file`
Fri, 09 Mar 2018 12:38:44 +0000 Jan Vrany API: added methods for querying source directories
Fri, 09 Mar 2018 11:01:06 +0000 Jan Vrany GNI/MI: added custom inspector view for viewing GDB/MI comminicatication trace
Fri, 09 Feb 2018 10:16:01 +0000 Jan Vrany Fixed `GDBVariableObject >> valueFormatted:` to work even if python pretty printing is enable
Wed, 07 Feb 2018 12:07:19 +0000 Jan Vrany API: added methods for querying debugger and target features
Tue, 13 Feb 2018 23:54:02 +0000 Jan Vrany Variable objecys: added `GDBVariableObject >> #visualizer` and `#visualizer:`
Tue, 13 Feb 2018 22:35:15 +0000 Jan Vrany Variable objects: added `GDBVariableObject >> #duplicate`
Tue, 13 Feb 2018 22:13:28 +0000 Jan Vrany Variable objects: keep track of frame in which variable object has been created
Mon, 05 Feb 2018 21:45:22 +0000 Jan Vrany Variable objects: added `#path` returning an absolute expression to access the value in source langiage
Sun, 04 Feb 2018 23:37:35 +0000 Jan Vrany Variable objects: invalidate variable object when thread on inferior terminates
Sun, 04 Feb 2018 21:18:15 +0000 Jan Vrany Report gdb's exist status in `GDBExitEvent` in case `gdb` terminates prematurely
Sat, 03 Feb 2018 22:37:17 +0000 Jan Vrany Variable objects: automagically update values whenever changed.
Thu, 15 Feb 2018 08:46:03 +0000 Jan Vrany Variable objects: preserve the identity of `GDBFrame` and `GDBVariable` objects
Mon, 29 Jan 2018 10:21:03 +0000 Jan Vrany Variable objects: delete var. objects that are no longer needed
Sun, 28 Jan 2018 22:19:27 +0000 Jan Vrany Variable objects: added support for composite types
Sat, 03 Feb 2018 21:32:37 +0000 Jan Vrany Fixed SubscriptionCollection >> value:
Fri, 02 Feb 2018 09:46:51 +0000 Jan Vrany Fixed MI parser to correctly parse command error responses
Tue, 30 Jan 2018 09:18:36 +0000 Jan Vrany Added `GDBTransientDataHolder >> value:` to allow pre-setting the data
Thu, 25 Jan 2018 12:01:22 +0000 Jan Vrany Added API for memory dumps
Fri, 26 Jan 2018 22:08:31 +0000 Jan Vrany Added API method `GDBDebugger >> send:andWithResultDo:`
Thu, 11 Jan 2018 23:53:06 +0000 Jan Vrany Win32: initial support for Windows
Mon, 08 Jan 2018 19:43:49 +0000 Jan Vrany Added `GDBCommand class >> parse:`
Tue, 12 Dec 2017 23:01:27 +0000 Jan Vrany Resurected old `GDBProcess` implementation using pipes
Mon, 27 Nov 2017 20:41:34 +0000 Jan Vrany Removed GDB simulator and fixed rest of the tests
Thu, 23 Nov 2017 22:51:20 +0000 Jan Vrany License this package under 'GNU Lesser General Public License'
Fri, 17 Nov 2017 20:36:08 -0300 Jan Vrany Replaced Squek computed arrays by more verbose `Array with:...`
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
(0) -100 -60 +60 +100 tip