summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert zippath directory to a C++ interface Vas Crabb2018-01-101-11/+11
* Eliminate machine().firstcpu (nw) AJR2018-01-041-1/+1
* rewind implementation fixes and improvements vadosnaprimer2017-12-222-1/+20
* Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all sh... Miodrag Milanovic2017-12-011-10/+7
* Don't process every character individually when searching - this reduces Vas Crabb2017-08-101-1/+1
* Revert "Attempted fix for QT debugger (nw)" Vas Crabb2017-08-011-2/+2
* Attempted fix for QT debugger (nw) AJR2017-08-011-2/+2
* In the windows debugger log window add a Log/Clear menu to remove all logged ... yz70s2017-07-304-1/+80
* Merge tag 'mame0188' Vas Crabb2017-07-262-17/+18
|\
| * scope stuff down again, rvalue on left of ==, fewer early exits (nw) Vas Crabb2017-07-241-16/+18
| * In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2017-07-242-1/+7
| * stupid API, I'll fix this one day (nw) Vas Crabb2017-07-231-1/+1
* | In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2017-07-232-1/+7
|/
* cocoa debugger: save/restore console split positions Vas Crabb2017-07-213-2/+25
* Add a method for copying part of an XML tree into another tree and use it to ... Vas Crabb2017-07-211-5/+21
* * 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-2019-103/+413
* 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-032-2/+2
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-2411-13/+13
* (nw)Windows debugger: removed "Mount Item" for now due to bugs, also removed ... Robbbert2017-06-241-2/+10
* Windows debugger: image menu: Mount File/Create default to swpath instead of ... Robbbert2017-06-011-3/+39
* Windows debugger: image menu: added ability to load software-list items. Robbbert2017-06-012-3/+158
* scoped enum for Windows (nw) Vas Crabb2017-05-231-1/+1
* general cleanup: Vas Crabb2017-05-231-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-2/+2
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* Cleanup, we already have NOMINMAX now in scripts (nw) Miodrag Milanovic2017-02-112-4/+0
* Fix OS X build (nw) AJR2017-02-1113-0/+13
* fix windows compile (nw) Miodrag Milanovic2017-02-1114-1/+14
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1133-23/+10
* 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-172-2/+2
* Fix OSX build - no idea why it wasn't breaking before (nw) Vas Crabb2016-12-311-1/+1
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
* Fix #1802 (uninitialised memory read as debugger command history) and clean u... Vas Crabb2016-12-172-52/+63
* fix compile with Xcode 8.2 (nw) arbee2016-12-151-1/+1
* debugimgui: sort directory entries in mount dialog, as zippath_readdir() does... mahlemiut2016-12-161-0/+5
* XML refactoring: Vas Crabb2016-12-1117-40/+40
* debugimgui: lighten combo box list so that it's easier to read (nw) mahlemiut2016-12-041-2/+2
* srcclean (nw) Vas Crabb2016-11-2712-77/+77
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-172-2/+2
* patch up Qt debugger for new xmlfile API (nw) Vas Crabb2016-11-1717-69/+68
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+1
* simplified memory allocation for osd_module (nw) Miodrag Milanovic2016-11-111-0/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2215-70/+70
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-223-4/+4