jv_libgdbs.st
Fri, 25 Aug 2023 15:55:13 +0100 Jan Vrany Compatibility: fix mutex creation
Mon, 14 Aug 2023 16:35:57 +0100 Jan Vrany Add Pharo version of `GDBPortlib`
Mon, 24 Jul 2023 23:15:14 +0100 Jan Vrany Introduce `GDBPortlib` to facilitate porting to other dialects
Mon, 31 Jul 2023 18:09:07 +0100 Jan Vrany Compatibility: remove dependency on `UserPreferences`
Fri, 14 Jul 2023 13:45:12 +0100 Jan Vrany Compatibility: refactor finalization of debuggers and variable objects
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, 31 Jul 2023 16:34:38 +0100 Jan Vrany Remove obsolete `gdbExecutable` and `gdbExecutable:`
Tue, 11 Jul 2023 16:33:20 +0100 Jan Vrany Add `GDBArch_PPC64`
Mon, 30 May 2022 13:58:25 +0100 Jan Vrany Relicense under MIT license.
Thu, 18 Nov 2021 16:14:21 +0000 Jan Vrany When setting register value via API, send `GDBRegisterValueChangedEvent`
Thu, 18 Nov 2021 16:03:54 +0000 Jan Vrany Add `GDBTargetDisonnectedtypeEvent`
Mon, 15 Nov 2021 14:21:12 +0000 Jan Vrany Add `GDBMemoryChangedEvent`
Mon, 29 Mar 2021 12:53:41 +0100 Jan Vrany Split event processing and event delivery
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`
Fri, 26 Mar 2021 15:07:02 +0000 Jan Vrany Introduce new pool `GDBOutputFormats`
Tue, 09 Mar 2021 20:49:55 +0000 Jan Vrany Merge
Tue, 02 Oct 2018 14:34:33 +0100 Jan Vrany Encapsulate event dispatch loop logic into single object - a `GDBEventDispatcher`
Mon, 15 Jun 2020 13:30:08 +0100 Jan Vrany Add basic support for reading / writing debugee memory
Mon, 15 Jun 2020 12:59:58 +0100 Jan Vrany Add `GDBStructure` helper class
Fri, 22 May 2020 14:45:21 +0100 Jan Vrany Add RISC-V architecture definition
Wed, 19 Jun 2019 12:02:49 +0100 Jan Vrany Add `GDBMIDebugger` tool to test raw MI / CLI.
Tue, 01 Jan 2019 23:44:26 +0000 Jan Vrany Add class for new MI command `-complete`
Thu, 13 Dec 2018 14:53:48 +0000 Jan Vrany Add support for arbitrary (shell) command to launch GDB.
Wed, 12 Dec 2018 16:32:44 +0000 Jan Vrany Renamed `GDBStXWindowsProcess` to `GDBStXSimpleProcess`
Sun, 28 Oct 2018 14:30:51 +0000 Jan Vrany Portability: remove `GDBOutputFormats` pool
Sat, 20 Oct 2018 07:48:11 +0100 Jan Vrany Refactor `GDBProcess` hierarchy to improve portability
Thu, 11 Oct 2018 09:55:43 +0200 Jan Vrany Portability: get rid of private classes and make them public
Wed, 03 Oct 2018 22:23:19 +0100 Jan Vrany Refactor configuration and autodetection of gdb executable
Wed, 26 Sep 2018 11:16:56 +0100 Jan Vrany Add model for machine registers
Sat, 01 Sep 2018 00:16:15 +0100 Jan Vrany Added pool `GDBStopReasons` with constants for (know) reasons
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
Fri, 22 Jun 2018 11:39:15 +0100 Jan Vrany Added initial support for disassembling
Tue, 03 Apr 2018 21:19:35 +0100 Jan Vrany Fixed `GDBDebugger >> directories` to work on Windows
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
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
Sat, 03 Feb 2018 21:32:37 +0000 Jan Vrany Fixed SubscriptionCollection >> value:
Thu, 25 Jan 2018 12:01:22 +0000 Jan Vrany Added API for memory dumps
Thu, 11 Jan 2018 23:53:06 +0000 Jan Vrany Win32: initial support for Windows
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'
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`
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, 01 Jun 2017 12:15:43 +0100 Jan Vrany `GDBProcess` refatored to have console interpreter on STDIN/STDOUT
Thu, 19 Mar 2015 08:43:28 +0000 Jan Vrany Initial work on varobjs. Tests locks up an image, should be polished and folded.
Sun, 08 Mar 2015 15:48:16 +0000 Jan Vrany Keep thread information in transient thread-info object.
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, 30 Sep 2014 20:13:27 +0100 Jan Vrany Renamed GDBThreadStatus* to GDBThreadState*
Thu, 25 Sep 2014 09:40:26 +0100 Jan Vrany Added support for parsing enums using MAOptionDescription
Tue, 23 Sep 2014 23:48:13 +0100 Jan Vrany Code refactored to use Magritte to meta-describe GDB objects.
Thu, 18 Sep 2014 23:09:57 +0100 Jan Vrany Introduced GDBEventSetProcessingStarted/Finished synthetic events.
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.
less more (0) -60 tip