GDBDebugger.st
Wed, 23 Jan 2019 21:38:06 +0000 Jan Vrany Add `GDBDebugger >> #waitForAllEventsProcessed` and `#waitForAllCommandsProcessed`
Sat, 19 Jan 2019 23:25:55 +0000 Jan Vrany API: add `GDBDebugger >> getParameter:` and `setParameter:to:`
Tue, 01 Jan 2019 23:44:26 +0000 Jan Vrany Add class for new MI command `-complete`
Sat, 29 Dec 2018 23:32:34 +0000 Jan Vrany Add new API `GDBDebugger >> #hasCommand:` to test support for particular MI command
Fri, 26 Oct 2018 09:59:52 +0100 Jan Vrany Partability: use ANSI `#signal:` to raise an exception
Wed, 03 Oct 2018 13:00:25 +0100 Jan Vrany Forbid blocking calls to `#send:andWait:` and: `send:andWaitFor:withTimeoutMs` from within an event dispatcher
Wed, 26 Sep 2018 11:16:56 +0100 Jan Vrany Add model for machine registers
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:
Fri, 22 Jun 2018 11:39:15 +0100 Jan Vrany Added initial support for disassembling
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 08:55:29 +0100 Jan Vrany Fix: initialize debugger features early during initialization
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
Wed, 07 Feb 2018 12:07:19 +0000 Jan Vrany API: added methods for querying debugger and target features
Tue, 13 Feb 2018 22:35:15 +0000 Jan Vrany Variable objects: added `GDBVariableObject >> #duplicate`
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.
Mon, 29 Jan 2018 10:21:03 +0000 Jan Vrany Variable objects: delete var. objects that are no longer needed
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
Tue, 12 Dec 2017 23:01:27 +0000 Jan Vrany Resurected old `GDBProcess` implementation using pipes
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.
less more (0) -50 -30 tip