abbrev.stc
Mon, 04 Sep 2023 15:35:45 +0100 Jan Vrany Rename `GDBRegisterValueChangedEvent` to `GDBRegisterChangedEvent`
Mon, 24 Jul 2023 23:15:14 +0100 Jan Vrany Introduce `GDBPortlib` to facilitate porting to other dialects
Mon, 14 Aug 2023 16:36:47 +0100 Jan Vrany Change class categories to facilitate Pharo port
Tue, 11 Jul 2023 16:33:20 +0100 Jan Vrany Add `GDBArch_PPC64`
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
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 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
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
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
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 09:56:09 +0100 Jan Vrany Added GDBCLICommand>>runOnBackground:
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.
Wed, 17 Sep 2014 09:01:56 +0100 Jan Vrany Some more support for stack frames.
Tue, 09 Sep 2014 12:44:37 +0100 Jan Vrany Some work on execution stack model
Mon, 08 Sep 2014 10:02:31 +0100 Jan Vrany Some more work on threads (thread status)
Sun, 07 Sep 2014 22:44:55 +0100 Jan Vrany Added support for threads.
Sun, 07 Sep 2014 14:42:02 +0100 Jan Vrany Initial support for thread groups, threads and breakpoints.
Sun, 06 Jul 2014 10:27:25 +0100 Jan Vrany Moved GDBSimulatorProcessTests to package jv:libgdbs/tests
Tue, 24 Jun 2014 23:42:44 +0100 Jan Vrany Temporary commit - more on process simulator
Tue, 24 Jun 2014 00:55:57 +0100 Jan Vrany More work on GDB session recorder.
Mon, 23 Jun 2014 09:45:16 +0100 Jan Vrany Temporary commit : initial work on session recorder (to use for simulation later)
less more (0) -60 tip