Sun, 23 Jun 2019 12:29:15 +0100 Jan Vrany Add property API to `GDBDebugger`
Thu, 20 Jun 2019 11:24:54 +0100 Jan Vrany Autodetect GDB data directory
Wed, 19 Jun 2019 12:02:49 +0100 Jan Vrany Add `GDBMIDebugger` tool to test raw MI / CLI.
Tue, 18 Jun 2019 11:04:46 +0100 Jan Vrany Add (utility) `GDBProcess >> gdbCommandParseAndValidate:`
Thu, 13 Jun 2019 08:05:30 +0100 Jan Vrany Fix quoting bug in `#test_directories`
Wed, 12 Jun 2019 20:20:18 +0100 Jan Vrany doc: add `libsource-highlight-dev` to build prereqs
Wed, 12 Jun 2019 12:38:16 +0100 Jan Vrany Set `mi-always-notify` to 'on' (if supported)
Tue, 11 Jun 2019 11:45:29 +0100 Jan Vrany Use most recent MI version instead of forcing MI2
Mon, 10 Jun 2019 14:39:09 +0100 Jan Vrany Always return an architecture from `GDBInstruction >> arch`
Thu, 25 Apr 2019 16:25:29 +0100 Jan Vrany Fix `GDBBreakpoint` description to support new-style breakpoint record
Thu, 25 Apr 2019 16:22:46 +0100 Jan Vrany Fix `GDBMEContainer` utility methods to handle recursive structures
Tue, 23 Apr 2019 13:45:37 +0100 Jan Vrany API: add `GDBDebugger >> process`
Tue, 26 Mar 2019 11:10:19 +0000 Jan Vrany API: add `GDBBreakpoint >> hasMultipleLocations`
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`
Wed, 20 Mar 2019 12:46:39 +0000 Jan Vrany Documentation: updated GDB build instructions
Wed, 13 Mar 2019 13:50:45 +0000 Jan Vrany API: temporarily add `GDBDebugger >> nativeTargetHasFeature:`
Wed, 13 Mar 2019 12:20:32 +0000 Jan Vrany C-escape CLI command string when sending CLI command over MI
Tue, 26 Feb 2019 09:27:50 +0000 Jan Vrany Clean up `GDBVariable(Object) >> #value` and `#valueString`
Mon, 25 Feb 2019 17:55:20 +0000 Jan Vrany Introduce new internal API `GDBDebuggerObject >> updateFrom:`
Mon, 18 Feb 2019 10:49:02 +0000 Jan Vrany Use `View >> pushEvent:` or `ApplicationModel >> enqueueMessage:` to post events
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
Mon, 28 Jan 2019 14:56:14 +0000 Jan Vrany Fix frame of `GDBThreadSelectedEvent` if inferior is running
Thu, 24 Jan 2019 21:59:23 +0000 Jan Vrany Update target features from `=target-connected event`
Wed, 23 Jan 2019 22:20:29 +0000 Jan Vrany Fix DNU in `GDBMITraceViewer` when debugger terminates
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:`
Wed, 16 Jan 2019 23:42:24 +0000 Jan Vrany Fix synchronization issue in `GDBThreadGroup >> onThreadSelectedEvent:`
Wed, 16 Jan 2019 23:38:20 +0000 Jan Vrany Use inferior PTY only if supported
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
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`
Wed, 28 Nov 2018 14:07:54 +0000 Jan Vrany Add methods for accessing individual output formats
Mon, 26 Nov 2018 20:26:16 +0000 Jan Vrany Added some documentation
Thu, 01 Nov 2018 13:36:58 +0000 Jan Vrany Fix `GDBVariableObject >> updateChanged` to be an noop when thread is running
Tue, 30 Oct 2018 20:04:25 +0000 Jan Vrany Portability: use `#digitValue` instead of `#digitValueRadix`
Tue, 30 Oct 2018 20:01:23 +0000 Jan Vrany Portability: do not use `CacheDictionary`
Tue, 30 Oct 2018 20:00:46 +0000 Jan Vrany Portability: guard loading of UDIS86
Tue, 30 Oct 2018 14:36:08 +0000 Jan Vrany Portability: transform `[...] doWhile: [...]` to `[...] whileTrue`
Mon, 29 Oct 2018 13:02:14 +0000 Jan Vrany Portability: do not use Squeak computed arrays
Sun, 28 Oct 2018 14:30:51 +0000 Jan Vrany Portability: remove `GDBOutputFormats` pool
Fri, 26 Oct 2018 09:59:52 +0100 Jan Vrany Partability: use ANSI `#signal:` to raise an exception
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
Sun, 07 Oct 2018 08:31:38 +0100 Jan Vrany Minor tweaks and workarounds in `GDBFrame`
Wed, 03 Oct 2018 22:23:19 +0100 Jan Vrany Refactor configuration and autodetection of gdb executable
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
Tue, 02 Oct 2018 14:09:00 +0100 Jan Vrany Minor cleanup and refactoring in event dispatch loop
Tue, 02 Oct 2018 10:56:33 +0100 Jan Vrany API: add `GDBFrame >> hasSymbol` and `GDBFrame >> hasSource`
Fri, 28 Sep 2018 09:56:36 +0100 Jan Vrany Fix `GDBEventSubscription` w.r.t. uninitialized / partially initialized applications
Wed, 26 Sep 2018 11:16:56 +0100 Jan Vrany Add model for machine registers
Wed, 26 Sep 2018 13:25:40 +0100 Jan Vrany Fixed synchronization bug in `GDBTransientDataHolder`
Sat, 22 Sep 2018 00:48:20 +0100 Jan Vrany Fix initialization of `GDBArch_x86`
Mon, 10 Sep 2018 16:48:13 +0100 Jan Vrany Add `GDBVariable >> parent`
Sat, 08 Sep 2018 15:42:20 +0100 Jan Vrany Make `GDBransientDataHoolder >> value` synchronized
Sat, 08 Sep 2018 10:19:57 +0100 Jan Vrany Add `READNE.md`
Mon, 03 Sep 2018 09:31:14 +0100 Jan Vrany Move configuration of GDB executable to settings.
Sat, 01 Sep 2018 22:57:06 +0100 Jan Vrany Fixes in `GDBVariable` and `GDBVariableObject` to make them polymprph
(0) -100 -60 +60 +100 tip