Fri, 21 Jun 2019 22:54:50 +0100 Jan Vrany UI: add "Scratch Pad" tool
Thu, 20 Jun 2019 16:11:12 +0100 Jan Vrany UI: add "Edit" button to settings application to edit GDB and VDB init scripts
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
Wed, 12 Jun 2019 20:04:33 +0100 Jan Vrany Update simple console implementation to use updated -complete command
Wed, 12 Jun 2019 15:16:33 +0100 Jan Vrany Add `VDBTerminalView` used on with PTYs
Tue, 11 Jun 2019 11:44:32 +0100 Jan Vrany Fix `VDBInstructionListApplication` update w.r.t running threads
Tue, 11 Jun 2019 11:40:12 +0100 Jan Vrany plugins/bee: add support for setting a breakpoint
Mon, 10 Jun 2019 15:22:49 +0100 Jan Vrany plugins/bee: add symbol filter
Mon, 10 Jun 2019 14:59:26 +0100 Jan Vrany plugins/bee: add menu item to disassemble given symbol
Mon, 10 Jun 2019 14:36:46 +0100 Jan Vrany Generalize `VDBInstructionListView`
Sun, 09 Jun 2019 11:19:45 +0100 Jan Vrany UX: for all lists, automagically show `Updating...` message
Sat, 08 Jun 2019 16:36:18 +0100 Jan Vrany UX: display error message when a function cannot be disassembled
Sat, 08 Jun 2019 16:34:54 +0100 Jan Vrany API: add basic API to show (and hide) message in place of list contents
Fri, 07 Jun 2019 19:53:28 +0100 Jan Vrany Initial shot on Bee plugin
Mon, 20 May 2019 14:02:13 +0100 Jan Vrany UI: set console width / height when a console view is resized
Mon, 13 May 2019 11:36:08 +0100 Jan Vrany UX: diallow breakpoint "Enable" / "Disable" menu items when inferior is running
Wed, 08 May 2019 15:32:58 +0100 Jan Vrany UX: fix skip in user message when there's no reference to a source file
Tue, 23 Apr 2019 13:58:59 +0100 Jan Vrany UI: add a menu item to attach another debugger to cuurrent GDB
Tue, 26 Mar 2019 11:26:57 +0000 Jan Vrany Merge
Mon, 18 Feb 2019 10:55:12 +0000 Jan Vrany Use standard `#enqueueMessage:` mechanism to enqueue delayed updates
Tue, 26 Mar 2019 11:25:48 +0000 Jan Vrany UI: add support for multi-location breakpoints
Mon, 18 Feb 2019 09:44:04 +0000 Jan Vrany UI: add status bar to debugger
Wed, 23 Jan 2019 22:05:43 +0000 Jan Vrany Performance: do not update contents of windows when not needed
Wed, 13 Mar 2019 14:18:16 +0000 Jan Vrany Fix annoying flashing in simple console on Windows
Wed, 13 Mar 2019 14:07:49 +0000 Jan Vrany Show log output in simple console
Wed, 13 Mar 2019 13:54:14 +0000 Jan Vrany Workaround: assume native target when issuing `run` or `attach` commands using simple console
Wed, 30 Jan 2019 11:45:37 +0000 Jan Vrany UX: automatically refresh memory contents when inferior stops
Wed, 30 Jan 2019 11:36:40 +0000 Jan Vrany Fix rendering of an instruction in instruction list
Tue, 29 Jan 2019 09:58:21 +0000 Jan Vrany Oops, fixed bug introduced by previous commit (44f5e1c314b3)
Mon, 28 Jan 2019 23:41:53 +0000 Jan Vrany Execute CLI execution commands in background mode
Fri, 25 Jan 2019 13:33:51 +0000 Jan Vrany A complete rewrite of simple console
Wed, 23 Jan 2019 11:02:06 +0000 Jan Vrany Added (some) documentation
Mon, 21 Jan 2019 15:44:53 +0000 Jan Vrany Skip test `#test_completion_01` when `-complete` MI command is not available.
Mon, 21 Jan 2019 21:14:27 +0000 Jan Vrany Fix `VDBBreakpointPresenter` for watchpoints and pending breakpoints
Mon, 21 Jan 2019 14:43:03 +0000 Jan Vrany Factored out common console code into (new) `VDBAbstractConsoleApplication`
Mon, 21 Jan 2019 11:41:14 +0000 Jan Vrany Partially backout changes from 15335a3523c4 (Fix: bug in simple console causing output being lost)
Sun, 20 Jan 2019 00:06:22 +0000 Jan Vrany UX: simple console: do not show prompt while inferior is running and console read only.
Sat, 19 Jan 2019 23:28:30 +0000 Jan Vrany UI: in simple console use prompt defined by GDB parameter 'prompt'
Thu, 17 Jan 2019 12:55:47 +0000 Jan Vrany Fix 'Refresh' button in memory view
Thu, 17 Jan 2019 09:29:01 +0000 Jan Vrany UI: Show breakpoint address in hex
Thu, 17 Jan 2019 09:28:12 +0000 Jan Vrany Fix display of "no source code available" message in source view
Tue, 01 Jan 2019 23:46:41 +0000 Jan Vrany UX: add initial support for command completion in simple console
Fri, 14 Dec 2018 11:41:47 +0000 Jan Vrany Improve `--gdb` command line option handling
Fri, 14 Dec 2018 10:31:13 +0000 Jan Vrany Fix: bug in simple console causing output being lost
Thu, 13 Dec 2018 14:58:49 +0000 Jan Vrany Fix: catch-up with `jv:libgdbs` after a rename of `#gdbExecutable`
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*`
Wed, 28 Nov 2018 14:08:58 +0000 Jan Vrany UX: reflect font size in in `VDBMemoryApplication`
Sun, 28 Oct 2018 14:34:08 +0000 Jan Vrany Catch up with removal of `GDBOutputFormats` pool in `jv:libgdbs`
Mon, 08 Oct 2018 08:24:14 +0100 Jan Vrany Send `#updateAfterVisitiblityChanged` to an application when visibility of its window changes
Sun, 07 Oct 2018 22:10:32 +0100 Jan Vrany Use delayed updates in `VDBBreakpointListApplication`
Tue, 02 Oct 2018 12:32:08 +0100 Jan Vrany UX: show user some usefull message when source code is not available
Sun, 07 Oct 2018 09:14:26 +0100 Jan Vrany Fix `VDBVariableObjectListApplication >> foregroundColorFor:`
Sun, 07 Oct 2018 08:57:24 +0100 Jan Vrany Fix `VDBInstructionAndSourcePresenter >> label`
Fri, 05 Oct 2018 11:45:46 +0100 Jan Vrany Fix (re)loading of preferences when calling `VDBStartup >> main:` from workspace
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
(0) -100 -60 +60 tip