GDBFrame.st
Mon, 04 Sep 2023 14:06:33 +0100 Jan Vrany Add inspector tabs showing breakpoints, inferiors, ...
Tue, 29 Aug 2023 12:19:57 +0100 Jan Vrany Add a bunch of `#displayOn:` methods
Wed, 12 Jul 2023 16:53:48 +0100 Jan Vrany Compatibility: do not use `#copyReplaceAll:with:`
Mon, 14 Aug 2023 16:36:47 +0100 Jan Vrany Change class categories to facilitate Pharo port
Fri, 09 Dec 2022 14:18:49 +0000 Jan Vrany Allow to use 'pc' as program counter register name in `#setRegister:to:` API
Mon, 30 May 2022 13:58:25 +0100 Jan Vrany Relicense under MIT license.
Tue, 22 Feb 2022 12:21:22 +0000 Jan Vrany Improved `GDBEvent >> #printOn:`
Thu, 18 Nov 2021 21:44:18 +0000 Jan Vrany Experimental improvement of tracking register changes
Thu, 18 Nov 2021 16:12:07 +0000 Jan Vrany When setting register value, invalidate only register that has changed
Thu, 14 Oct 2021 00:21:40 +0200 Jan Vrany Update only "displayed" registers
Mon, 15 Nov 2021 14:22:44 +0000 Jan Vrany Add (some) simple ULD / SmallRSP -like APIs to `GDBDebugger`
Thu, 14 Oct 2021 14:23:27 +0200 Jan Vrany Allow to set register value using via `GDBRegisterWithValue >> #value:`
Wed, 26 May 2021 11:31:34 +0100 Jan Vrany Fix old and horrible bug in `GDBThread >> onStoppedEvent:`
Fri, 22 May 2020 14:53:47 +0100 Jan Vrany Allow architecture definition to specify a subset of registers to display
Tue, 26 Mar 2019 10:40:50 +0000 Jan Vrany Remove (conditional) breakpoint in `GDBFrame >> variables`
Tue, 26 Mar 2019 10:35:31 +0000 Jan Vrany Fix `GDBFrame >> file`
Mon, 25 Feb 2019 17:55:20 +0000 Jan Vrany Introduce new internal API `GDBDebuggerObject >> updateFrom:`
Sun, 07 Oct 2018 08:31:38 +0100 Jan Vrany Minor tweaks and workarounds in `GDBFrame`
Tue, 02 Oct 2018 10:56:33 +0100 Jan Vrany API: add `GDBFrame >> hasSymbol` and `GDBFrame >> hasSource`
Wed, 26 Sep 2018 11:16:56 +0100 Jan Vrany Add model for machine registers
Thu, 16 Aug 2018 10:06:02 +0100 Jan Vrany Introduces a model of architectures
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
Tue, 27 Mar 2018 08:50:56 +0100 Jan Vrany API: improved `GDBFrame >> #file`
Wed, 07 Feb 2018 12:07:19 +0000 Jan Vrany API: added methods for querying debugger and target features
Sun, 04 Feb 2018 23:37:35 +0000 Jan Vrany Variable objects: invalidate variable object when thread on inferior terminates
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
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:...`
Mon, 12 Jun 2017 10:00:44 +0100 Jan Vrany Added #enablePrettyPrinting and #enableFrameFilters to allow Python scripts to augment presentation
Tue, 10 Mar 2015 10:00:55 +0000 Jan Vrany GDBFrame: fix for framew with empty variables
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
Wed, 01 Oct 2014 02:04:11 +0100 Jan Vrany Introduced GDBThreadGroupType.
Tue, 23 Sep 2014 23:48:13 +0100 Jan Vrany Code refactored to use Magritte to meta-describe GDB objects.
Mon, 22 Sep 2014 09:59:28 +0100 Jan Vrany Remove threads from thread group when threadgroup terminates.
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.
less more (0) tip