summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx/memoryview.h
Commit message (Collapse)AuthorAgeFilesLines
* Added basic support for saving/restoring Cocoa debugger window state, ↵ Vas Crabb2017-07-201-0/+3
| | | | 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.
* removed restriction link for BSD3 licensed files (nw) Miodrag Milanovic2015-05-071-3/+0
|
* Add devices window to cocoa debugger Vas Crabb2015-02-171-1/+1
|
* * Map visited to a background colour Vas Crabb2015-02-171-1/+5
| | | | | | | | | * 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/+46