GDBDebugger.st
Thu, 07 Dec 2023 12:33:31 +0000 Jan Vrany Emit and handle (custom) `-register-changed` notification default tip
Thu, 07 Dec 2023 15:41:12 +0000 Jan Vrany Load libbdbs-specific Python support code on startup
Thu, 07 Dec 2023 11:54:09 +0000 Jan Vrany Do not wait for MI response when using `GDBDebugger >> #pythonImport:`
Mon, 04 Sep 2023 14:06:33 +0100 Jan Vrany Add inspector tabs showing breakpoints, inferiors, ...
Mon, 21 Aug 2023 20:26:18 +0100 Jan Vrany Compatibility: use `#assert:description:` instead of `#assert:message:`
Fri, 18 Aug 2023 14:25:54 +0100 Jan Vrany Compatibility: allow ports to customize semaphore / mutex creation
Sat, 05 Aug 2023 07:45:53 +0100 Jan Vrany Add utility method `GDBDebugger >> #cli:`
Wed, 02 Aug 2023 13:21:16 +0100 Jan Vrany Compatiblity: refactor `GDBPTY` to allow separate stream objects for reading and writing
Fri, 04 Aug 2023 22:56:43 +0100 Jan Vrany Compatibility: do not use `Delay waitForMilliseconds: x`
Fri, 14 Jul 2023 13:45:12 +0100 Jan Vrany Compatibility: refactor finalization of debuggers and variable objects
Wed, 12 Jul 2023 16:10:07 +0100 Jan Vrany Compatibility: replace `#copyTo:` with `#copyFrom:to:`
Mon, 14 Aug 2023 16:36:47 +0100 Jan Vrany Change class categories to facilitate Pharo port
Mon, 24 Jul 2023 14:35:24 +0100 Jan Vrany Initial support pro Pharo
Mon, 30 May 2022 13:58:25 +0100 Jan Vrany Relicense under MIT license.
Tue, 22 Feb 2022 13:20:22 +0000 Jan Vrany Add `GDBConnection >> pushCommand:`
Wed, 26 Jan 2022 16:06:07 +0000 Jan Vrany Oops, correctly handle case where `#selectedFrame` is `nil`
Fri, 03 Dec 2021 09:19:03 +0000 Jan Vrany Care for `GDBStoppedEvent >> #frame` returning `nil`
Thu, 18 Nov 2021 23:48:40 +0000 Jan Vrany Emit `=memory-changed` event after setting memory via MI
Thu, 18 Nov 2021 21:44:18 +0000 Jan Vrany Experimental improvement of tracking register changes
Thu, 18 Nov 2021 16:15:50 +0000 Jan Vrany Add new convenience APIs in `GDBDebugger`
Mon, 28 Jun 2021 12:44:28 +0100 Jan Vrany Allow commands to be sent and waited for from event dispatch loop
Mon, 15 Nov 2021 14:22:44 +0000 Jan Vrany Add (some) simple ULD / SmallRSP -like APIs to `GDBDebugger`
Fri, 10 Sep 2021 20:25:06 +0100 Jan Vrany Allow to wait for muliple events
Mon, 06 Sep 2021 15:09:24 +0100 Jan Vrany Renamed `GDBEventSet` to `GDBEventSequence`
Mon, 28 Jun 2021 12:43:27 +0100 Jan Vrany Update (internal) list of breakpoints when creating / modifying / deleting using MI commands
Sat, 22 May 2021 22:43:27 +0100 Jan Vrany Refactor `GDBDebugger >> selectThread:` and `#selectFrame:`
Wed, 10 Mar 2021 13:51:01 +0000 Jan Vrany Track user context (selected thread and frame) in `GDBDebugger`
Wed, 10 Mar 2021 13:49:55 +0000 Jan Vrany Add command pre-execute and post-executehook
Tue, 09 Mar 2021 11:27:22 +0000 Jan Vrany Make `GDBEvent` to hold on `GDBDebugger` that 'generated" that event
Tue, 09 Mar 2021 10:15:06 +0000 Jan Vrany Minor cleanup of handling of `=thread-selected` event
Tue, 09 Mar 2021 20:49:55 +0000 Jan Vrany Merge
Tue, 09 Mar 2021 12:29:05 +0000 Jan Vrany Backed out changeset 0509fe9ad879
Tue, 02 Oct 2018 14:34:33 +0100 Jan Vrany Encapsulate event dispatch loop logic into single object - a `GDBEventDispatcher`
Mon, 08 Jul 2019 12:34:18 +0100 Jan Vrany API: add method for importing Python support code
Sun, 23 Jun 2019 12:29:15 +0100 Jan Vrany Add property API to `GDBDebugger`
Wed, 12 Jun 2019 12:38:16 +0100 Jan Vrany Set `mi-always-notify` to 'on' (if supported)
Tue, 23 Apr 2019 13:45:37 +0100 Jan Vrany API: add `GDBDebugger >> process`
Wed, 13 Mar 2019 13:50:45 +0000 Jan Vrany API: temporarily add `GDBDebugger >> nativeTargetHasFeature:`
Thu, 07 Feb 2019 15:18:41 +0000 Jan Vrany Fix for multi-location breakpoints created initially as pending
Mon, 28 Jan 2019 22:47:57 +0000 Jan Vrany Add `GDBCLICommand >> #operation` returning (expanded) CLI command
Thu, 24 Jan 2019 21:59:23 +0000 Jan Vrany Update target features from `=target-connected event`
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
less more (0) -60 tip