summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-18mac: fix copy/paste error, get rid of allocWithZone as it's ignored on 64-bit... Vas Crabb4-8/+8
2019-11-18missed a couple of Mac debugger things (nw) Vas Crabb2-28/+24
2019-11-18missed one Windows debugger thing (nw) Vas Crabb1-1/+1
2019-11-18misc cleanup: Vas Crabb23-87/+106
2019-10-11(nw) misc cleanup: Vas Crabb1-3/+3
2019-09-26Make osd_printf_* use util/strformat semantics. Vas Crabb1-2/+2
2019-09-15A few files that got missed (nw) arbee1-0/+4
2019-09-10Fix QT debugger (nw) AJR1-3/+3
2019-09-10Use std::forward_list for breakpoint and registerpoint lists (nw) AJR8-88/+32
2019-08-31gdbstub: more improvements (#5569) Ramiro Polla1-29/+155
2019-08-25srcclean (nw) Vas Crabb1-23/+23
2019-08-15debuggdbstub: uncomment parameters (nw) Patrick Mackinlay1-3/+3
2019-08-12gdbstub: add z80 and m6502 Ramiro Polla1-0/+53
2019-08-11gdbstub: added new GDB stub debugger (#5456) Ramiro Polla1-0/+1133
2019-07-13(nw) updated debug media menu to latest version Robbbert2-13/+34
2019-07-13(nw) windebug: fixed bug: in error-log window, Debug,New Memory Window would ... Robbbert2-4/+2
2019-03-27OS X debugger: Update window titles when restoring configuration for disassem... AJR2-0/+2
2019-03-26(nw) Clean up the mess on master Vas Crabb2-2/+2
2019-03-25Revert "conflict resolution (nw)" andreasnaive2-2/+2
2019-03-04Qt debugger: fix error in determining where clicks are in debugger views [Gol... goldnchild1-1/+1
2019-02-27Qt debugger: fix error in determining where clicks are in memory views [Golde... R. Belmont1-1/+1
2018-12-25work around Qt crash, thanks mizapf (nw) Vas Crabb1-9/+15
2018-12-053rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] mooglyguy1-3/+3
2018-07-07Remove running_machine::device() call in QT debugger (nw) AJR1-1/+1
2018-07-07fix building with clang 6.0.1 (nw) smf-1-2/+0
2018-06-29How to remove unwanted macros, or: getting out of discovered "check" (nw) AJR1-0/+2
2018-01-10Convert zippath directory to a C++ interface Vas Crabb1-11/+11
2018-01-04Eliminate machine().firstcpu (nw) AJR1-1/+1
2017-12-22rewind implementation fixes and improvements vadosnaprimer2-1/+20
2017-12-01Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all sh... Miodrag Milanovic1-10/+7
2017-08-10Don't process every character individually when searching - this reduces Vas Crabb1-1/+1
2017-08-01Revert "Attempted fix for QT debugger (nw)" Vas Crabb1-2/+2
2017-08-01Attempted fix for QT debugger (nw) AJR1-2/+2
2017-07-30In the windows debugger log window add a Log/Clear menu to remove all logged ... yz70s4-1/+80
2017-07-24scope stuff down again, rvalue on left of ==, fewer early exits (nw) Vas Crabb1-16/+18
2017-07-24In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2-1/+7
2017-07-23In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2-1/+7
2017-07-23stupid API, I'll fix this one day (nw) Vas Crabb1-1/+1
2017-07-21cocoa debugger: save/restore console split positions Vas Crabb3-2/+25
2017-07-21Add a method for copying part of an XML tree into another tree and use it to ... Vas Crabb1-5/+21
2017-07-21* Make XML file a class of its own managed with smart poitners Vas Crabb3-7/+24
2017-07-21* Save/restore more Cocoa debugger state Vas Crabb10-9/+111
2017-07-20Added basic support for saving/restoring Cocoa debugger window state, compati... Vas Crabb19-103/+413
2017-07-03Misc fixes (nw) Olivier Galibert1-1/+1
2017-07-03dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2-2/+2
2017-06-25srcclean (nw) Vas Crabb1-1/+1
2017-06-24Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods11-13/+13
2017-06-24(nw)Windows debugger: removed "Mount Item" for now due to bugs, also removed ... Robbbert1-2/+10
2017-06-01Windows debugger: image menu: Mount File/Create default to swpath instead of ... Robbbert1-3/+39
2017-06-01Windows debugger: image menu: added ability to load software-list items. Robbbert2-3/+158