VDBDebuggerApplication.st
Mon, 30 May 2022 14:18:03 +0100 Jan Vrany Relicense under MIT license.
Fri, 03 Dec 2021 09:17:10 +0000 Jan Vrany Catch up with rename of `GDBEventSet*` events to `GDBEventSequence*`
Thu, 18 Nov 2021 16:29:30 +0000 Jan Vrany Always call `super subscribe` when overriding
Thu, 14 Oct 2021 14:32:50 +0200 Jan Vrany Allow to set global default layout
Wed, 17 Mar 2021 12:22:55 +0000 Jan Vrany Link debugger application's selected frame/thread/inferior holder to debugger's user context
Wed, 10 Mar 2021 15:13:00 +0000 Jan Vrany Use convenience API to select contextual frame
Tue, 09 Mar 2021 11:45:17 +0000 Jan Vrany UI: display thread id (and frame) in standalone register window
Tue, 17 Nov 2020 15:18:37 +0000 Jan Vrany Refactored preferences opening to make it work on standalone debuggers
Mon, 16 Nov 2020 22:10:04 +0000 Jan Vrany Fix "Window" menu items to work when no inferior is executing
Sun, 01 Dec 2019 08:42:59 +0000 Jan Vrany Synchronization fix in `VDBStackApplication`
Sun, 10 Nov 2019 23:57:47 +0000 Jan Vrany UI: add `VDBDisassemblyApplication`
Sat, 21 Sep 2019 18:31:45 +0100 Jan Vrany Do not try to raise transcript window if `Transcript` is not graphical
Mon, 08 Jul 2019 12:37:49 +0100 Jan Vrany Load Python support code upon startup.
Fri, 21 Jun 2019 22:54:50 +0100 Jan Vrany UI: add "Scratch Pad" tool
Thu, 20 Jun 2019 13:51:41 +0100 Jan Vrany Refactor support for VDB customization scripts
Thu, 20 Jun 2019 10:36:20 +0100 Jan Vrany Avoid update cycle when handling `=thread-selected` event
Tue, 18 Jun 2019 11:14:38 +0100 Jan Vrany Clean up settings application and remove obsolete settings
Mon, 10 Jun 2019 14:36:46 +0100 Jan Vrany Generalize `VDBInstructionListView`
Tue, 23 Apr 2019 13:58:59 +0100 Jan Vrany UI: add a menu item to attach another debugger to cuurrent GDB
Mon, 18 Feb 2019 09:44:04 +0000 Jan Vrany UI: add status bar to debugger
Sat, 19 Jan 2019 23:28:30 +0000 Jan Vrany UI: in simple console use prompt defined by GDB parameter 'prompt'
Fri, 14 Dec 2018 10:31:13 +0000 Jan Vrany Fix: bug in simple console causing output being lost
Thu, 13 Dec 2018 14:56:29 +0000 Jan Vrany Fix: use `VDBUnixDebuggerConsoleApplication` only when GDB's process is a UNIX process
Wed, 12 Dec 2018 16:35:20 +0000 Jan Vrany Renamed `VDBWindowsDebuggerConole*` to `VDBSimpleDebuggerConsole*`
Fri, 05 Oct 2018 09:43:53 +0100 Jan Vrany UI: add Hex-Rays IDA Pro like debugger layout
Fri, 05 Oct 2018 09:11:56 +0100 Jan Vrany UI: add option to change debugger layout and preference to set the default layout
Thu, 04 Oct 2018 10:51:17 +0100 Jan Vrany UI: add GDB executable configuration to settings dialog
Wed, 03 Oct 2018 15:34:35 +0100 Jan Vrany UI: split *View* menu into *View* and *Window*
Mon, 01 Oct 2018 20:56:03 +0100 Jan Vrany UI: Show disassembly along with source code
Fri, 28 Sep 2018 10:09:50 +0100 Jan Vrany UI: add *View* -> *Disassembly* menu item to debugger menu
Thu, 27 Sep 2018 21:27:59 +0100 Jan Vrany UI: add register view
Thu, 27 Sep 2018 21:00:01 +0100 Jan Vrany UI: rename and fix debugger's *View* -> *Frame* to *View* -> *Variables*
Sat, 01 Sep 2018 00:26:02 +0100 Jan Vrany Workaround for `doExecReverse` when using RR
Mon, 20 Aug 2018 22:19:23 +0100 Jan Vrany Add support for use-specific init file (~/.vdbinit.st)
Mon, 30 Jul 2018 10:24:48 +0100 Jan Vrany UI: added `Reverse` exec menu item
Mon, 30 Jul 2018 07:44:40 +0100 Jan Vrany UX: always show selected (contextual) frame in stack view
Sun, 29 Jul 2018 18:55:01 +0100 Jan Vrany UI: fixed bug when clofing a tool window closed the whole debugger
Fri, 27 Jul 2018 07:58:24 +0100 Jan Vrany Initial support for Mozilla rr
Mon, 28 May 2018 23:19:53 +0100 Jan Vrany UX: inform user that GDB teminated abnormally (i.e., crashed) stx-8.0.0
Tue, 10 Apr 2018 20:23:08 +0100 Jan Vrany UX: added preferences to automatically enable frame filters and pretty printers
Tue, 27 Mar 2018 09:02:52 +0100 Jan Vrany Disable restart, terminate and suspend actions if target does not support async mode
Wed, 14 Mar 2018 10:22:11 +0000 Jan Vrany Added commands for reverse debugging
Wed, 14 Mar 2018 10:07:45 +0000 Jan Vrany UI: add support to "pin" menus, i.e., turn them into a floating toolboxes
Tue, 13 Mar 2018 00:08:25 +0000 Jan Vrany Fixed handling of log events in `VDBDebuggerApplication`
Sat, 03 Feb 2018 21:18:50 +0000 Jan Vrany Variable objects: splitted `VDBFrameApplication`
Fri, 26 Jan 2018 12:06:19 +0000 Jan Vrany UI: added "memory view" to display memory dumps
Mon, 08 Jan 2018 19:48:11 +0000 Jan Vrany Win32: initial support for Windows.
Sun, 17 Dec 2017 20:33:20 +0000 Jan Vrany Renamed `VDBAbstractConsoleApplication` to `VDBAbstractUnixConsoleApplication`
Thu, 23 Nov 2017 22:45:57 +0000 Jan Vrany License this package under 'Creative Commons Attribution-NonCommercial 4.0 International License'
Tue, 11 Jul 2017 09:07:35 +0200 Jan Vrany Initial support for breakpoints
Thu, 08 Jun 2017 13:43:34 +0100 Jan Vrany Debugger UI improvements
Fri, 02 Jun 2017 07:42:04 +0100 Jan Vrany Display variable values in frame view
Thu, 01 Jun 2017 22:33:18 +0100 Jan Vrany Close debugger window when debugger quits.
Thu, 01 Jun 2017 12:23:04 +0100 Jan Vrany Cleanup in debugger and inferior console applications to catch up changes in `jv:libgdbs`
Sun, 08 Mar 2015 15:50:52 +0000 Jan Vrany Catch up after API changes in GDBDebugger command API.
Fri, 27 Feb 2015 16:50:43 +0100 Jan Vrany Initial support for variables
Fri, 27 Feb 2015 13:39:32 +0100 Jan Vrany Update "selected frame" when frame selection changes.
Tue, 30 Sep 2014 00:32:42 +0100 Jan Vrany Minor fixes in the UI - redraw stack list when execution state changes.
Mon, 29 Sep 2014 23:59:11 +0100 Jan Vrany When issuing CLI commands, make sure they're run in background mode.
Tue, 23 Sep 2014 17:02:53 +0100 Jan Vrany Start gdb process when opened from browser (via VDBDebuggerApplication class>>open)
less more (0) -60 tip