Sat, 01 Sep 2018 00:24:11 +0100 Jan Vrany Fix `GDBThread >> stack` to return old stack when thread is running
Sat, 01 Sep 2018 00:16:15 +0100 Jan Vrany Added pool `GDBStopReasons` with constants for (know) reasons
Fri, 31 Aug 2018 08:04:05 +0100 Jan Vrany Do not show GDB version on command console
Thu, 16 Aug 2018 10:44:59 +0100 Jan Vrany Add support for instruction dissection
Thu, 16 Aug 2018 10:06:02 +0100 Jan Vrany Introduces a model of architectures
Tue, 07 Aug 2018 12:16:08 +0100 Jan Vrany API: added `GDBInstructionAndSource >> #source`
Tue, 07 Aug 2018 09:28:55 +0100 Jan Vrany Preserve identity of inlined frames if possible
Mon, 30 Jul 2018 07:24:57 +0100 Jan Vrany Set `GDBThreadSelectedEvent`'s thread and frame
Fri, 27 Jul 2018 07:55:38 +0100 Jan Vrany API: added GDBDebugger >> #targetConnect:parameters:
Thu, 05 Jul 2018 13:30:40 +0100 Jan Vrany Added support for 'synthetic' frame variables
Fri, 22 Jun 2018 11:39:15 +0100 Jan Vrany Added initial support for disassembling
Mon, 02 Jul 2018 08:45:58 +0200 Jan Vrany Tagged Smalltalk/X 8.0.0
Thu, 07 Jun 2018 10:11:07 +0100 Jan Vrany Fixed `GDBThreadGroup >> #executable` for case where executable ir not known (reported) stx-8.0.0
Mon, 04 Jun 2018 15:12:54 +0100 Jan Vrany Fixed `GDBVariableObject >> #duplicate` for children od dynamic varobjs
Mon, 04 Jun 2018 14:34:44 +0100 Jan Vrany Added support for dynamic varobjs
Mon, 28 May 2018 23:18:45 +0100 Jan Vrany Pass MI trace in the exit event
Wed, 23 May 2018 10:22:36 +0100 Jan Vrany Added support for breakpoints with multiple locations
Tue, 03 Apr 2018 21:19:35 +0100 Jan Vrany Fixed `GDBDebugger >> directories` to work on Windows
Tue, 27 Mar 2018 09:01:01 +0100 Jan Vrany Removed workaround for GDB bug 18077
Tue, 27 Mar 2018 08:57:13 +0100 Jan Vrany Fix: do not try to retrieve executable path if inferior is running and async mode is available
Tue, 27 Mar 2018 08:55:29 +0100 Jan Vrany Fix: initialize debugger features early during initialization
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.
(0) -100 -60 +60 +100 tip