summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/debugwindowhandler.h
Commit message (Collapse)AuthorAgeFilesLines
* Added basic support for saving/restoring Cocoa debugger window state, ↵ Vas Crabb2017-07-201-0/+21
| | | | compatible with Qt debugger where possible
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
| | | | | | | | | | | | Per Vas' request. If the compile fails for you (i'm thinking osx and windows native debuggers here in particular), add '#include "emu.h"' as first include of the cpp files that fail. Due to our use of precompilation and forced inclusion, emu.h must be included as the very first non-comment thing we do if we want to be sure msvc compiles are identical to gcc/clang ones. Doing it directly instead of through an include increases the correctness probability by a magnitude.
* To ArBee with love Vas Crabb2016-03-101-0/+1
| | | | | | | | Add common debugger commands to global menu bar [Vas Crabb] Also fix occasional crash in Copy Visible Note that copy visible, paste, toggle breakpoint, and view options still require you to use context menus in windows Debug/Run menus only work when a debugger window has focus, so Break is less useful than it could be Hope this is at least a slight improvement for you, ArBee
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-071-3/+0
|
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-5/+5
|
* Move breakpoint control code out of view class - it doesn't really belong there Vas Crabb2015-02-181-0/+3
|
* Add devices window to cocoa debugger Vas Crabb2015-02-171-1/+2
|
* * Map visited to a background colour Vas Crabb2015-02-171-0/+3
| | | | | | | | | * Allocate colours once only * Make disassembly view context menu easier to use again * Console feedback for breakpoint changes * Update views for breakpoint changes * Map Option-/Command-click to middle/right click * Disassembly/memory views inherit focus from parent window
* Remove redundant filename prefix Vas Crabb2015-02-171-0/+98