summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger
Commit message (Expand)AuthorAgeFilesLines
* debuggdbstub.cpp: Use swapendian_int* AJR2022-09-221-22/+6
* osd/modules/debugger/debugqt.cpp: Don't try closing windows if debugger conso... Vas Crabb2022-09-211-3/+5
* fixed building with clang 15.0.0 on windows smf-2022-09-201-1/+1
* Renamed n2a03 to rp2a03 throughout source tree. (#10343) 0kmg2022-09-201-1/+1
* Debugger updates: Vas Crabb2022-09-2052-472/+584
* debugview.mm: full dark mode support for macOS 10.14 and later [R. Belmont] arbee2022-09-171-0/+21
* Added a crude dark theme for the Win32 debugger. Vas Crabb2022-09-1730-393/+509
* debugger/win: Added capability to save/restore window arrangement. Vas Crabb2022-09-1649-209/+825
* fixes for clang 15.0 on windows [smf] smf-2022-09-151-4/+0
* Debugger changes AJR2022-08-284-6/+6
* debuggdbstub.cpp: implement thread alive command. Sandro Ronco2022-08-211-0/+13
* debugger/debuggdbstub.cpp: Fixed failure to find CPU. Vas Crabb2022-08-211-1/+1
* ui/icorender.cpp: Revert initialisations that can hide real bugs. Vas Crabb2022-08-031-10/+2
* Changed gdbstub to no longer expect a CPU named ':maincpu' (#10170) npwoods2022-08-021-1/+13
* return proper enumeration value Miodrag Milanovic2022-06-131-1/+1
* osd: Cleaned up Windows API usage a little. Vas Crabb2022-05-262-241/+218
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-2/+2
* Better fix for Mac compile. [R. Belmont] arbee2022-03-161-1/+1
* Fix Mac compile. [R. Belmont] arbee2022-03-151-1/+1
* Fixed some debugger memory view annoyances and cleaned up Lua bindings. Vas Crabb2022-03-161-1/+1
* Delete some unnecessary c_str() calls AJR2022-02-131-3/+3
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* osd/modules/debugger/win/consolewininfo.cpp: fixed build on Windows, AJR plea... Ivan Vangelista2022-01-071-1/+3
* device_image_interface: Interface overhaul AJR2022-01-061-3/+4
* debugimgui: Fix menus losing focus, add octal display and octal/decimal addre... Barry Rodewald2021-11-191-12/+46
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-318-122/+234
* debugger: support octal on the Mac native debugger [R. Belmont] arbee2021-10-271-4/+65
* debugger/qt/memorywindow.cpp: Remove leftover printf AJR2021-10-271-2/+0
* Debug memory view improvements AJR2021-10-272-16/+113
* srcclean in preparation for branching 0.237 release Vas Crabb2021-10-241-2/+2
* Still more user experience improvements: Vas Crabb2021-10-186-11/+117
* Fix multiple issues with debug memory tracking AJR2021-10-042-4/+10
* Fixed some software list issues: Vas Crabb2021-09-281-1/+1
* debugger/qt, debugger/win: Fixed suppressing trailing whitespace in copied te... Vas Crabb2021-09-272-4/+4
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-261-1/+1
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-6/+6
* debugger/debuggdbstub.cpp: Initialise m_readbuf_state on construction. (#8498) Alex Siryi2021-08-291-0/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-222-6/+6
* srcclean for upcoming release Vas Crabb2021-08-221-2/+2
* debugger/win/memorywininfo.cpp: Fix build AJR2021-08-161-7/+7
* dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2021-08-166-66/+82
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+2
* Update debugimgui to compile with latest imgui MooglyGuy2021-08-101-2/+7
* debugimgui: fix mount and create image dialogs. Barry Rodewald2021-07-251-5/+13
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-152-18/+14
* floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-271-2/+1
* Fix crashes in Qt debugger caused by trying to select a nonexistent disassemb... AJR2021-05-112-16/+22
* -cpu/score: Added bittgl! opcode. Sandro Ronco2021-04-241-0/+67
* srcclean in preparation for branching release Vas Crabb2021-02-211-2/+2
* add m68000 to debuger gdbstub nabetse2021-02-151-0/+29