summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/osx
Commit message (Expand)AuthorAgeFilesLines
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-312-59/+57
* debugger: support octal on the Mac native debugger [R. Belmont] arbee2021-10-271-4/+65
* srcclean in preparation for branching 0.237 release Vas Crabb2021-10-241-2/+2
* Still more user experience improvements: Vas Crabb2021-10-183-6/+82
* dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2021-08-161-23/+40
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-1/+1
* Debugger expression and memory access overhaul AJR2020-05-257-30/+33
* OS X debugger: Avoid crashing when a nonexistent disassembly or memory view i... AJR2020-04-202-9/+18
* use C++ library includes (nw) firewave2020-01-221-1/+1
* mac: fix copy/paste error, get rid of allocWithZone as it's ignored on 64-bit... Vas Crabb2019-11-183-6/+6
* missed a couple of Mac debugger things (nw) Vas Crabb2019-11-182-28/+24
* misc cleanup: Vas Crabb2019-11-183-11/+11
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-104-22/+8
* OS X debugger: Update window titles when restoring configuration for disassem... AJR2019-03-272-0/+2
* How to remove unwanted macros, or: getting out of discovered "check" (nw) AJR2018-06-291-0/+2
* Eliminate machine().firstcpu (nw) AJR2018-01-041-1/+1
* stupid API, I'll fix this one day (nw) Vas Crabb2017-07-231-1/+1
* cocoa debugger: save/restore console split positions Vas Crabb2017-07-213-2/+25
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-213-7/+24
* * Save/restore more Cocoa debugger state Vas Crabb2017-07-2110-9/+111
* Added basic support for saving/restoring Cocoa debugger window state, compati... Vas Crabb2017-07-2018-1/+231
* Misc fixes (nw) Olivier Galibert2017-07-031-1/+1
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* Fix OS X build (nw) AJR2017-02-1113-0/+13
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1116-16/+0
* OS X Cocoa debugger: Improved view scroll behavior. [Curt Coder] Curt Coder2017-01-177-0/+10
* OS X Cocoa debugger: Autoscroll log window. [Curt Coder] Curt Coder2017-01-171-1/+1
* Fix OSX build - no idea why it wasn't breaking before (nw) Vas Crabb2016-12-311-1/+1
* srcclean (nw) Vas Crabb2016-11-2712-77/+77
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-12/+12
* patch up on OSX Vas Crabb2016-08-013-4/+4
* fix osx compile (nw) Miodrag Milanovic2016-07-313-4/+4
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-3110-32/+32
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-086-30/+34
* Fix Clang build (nw) Miodrag Milanovic2016-04-242-11/+11
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-249-35/+35
* Iterate over core classes C++11 style AJR2016-03-312-2/+2
* To ArBee with love Vas Crabb2016-03-103-2/+16
* Fix OSX build. (nw) Dankan18902016-01-211-1/+1
* reverting: Miodrag Milanovic2016-01-202-2/+2
* Revert "Fix OSX build (nw)" Miodrag Milanovic2016-01-203-5/+5
* Fix OSX build (nw) Miodrag Milanovic2016-01-163-5/+5
* Fix OSX build (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-162-2/+2
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-122-5/+4
* Fix compile on OSX Miodrag Milanovic2016-01-121-0/+1
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-122-6/+6
* Support 64 and 80-bit floats in OS X debugger (nw) arbee2015-12-191-1/+15