summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger
Commit message (Expand)AuthorAgeFilesLines
* debugger/qt: Fixed build with Qt 6 on AArch64. Vas Crabb2026-04-073-6/+18
* Move build system adjusttment and fixes: Vas Crabb2026-04-055-30/+10
* Fix up more stuff for upgraded tools, etc. Vas Crabb2026-04-041-1/+1
* frontend/mame/luaengine_debug.cpp: Got rid of another wannabe std::span. Vas Crabb2026-04-031-2/+2
* Fixed things C++20 doesn't allow: Vas Crabb2026-03-292-2/+2
* debugger/osx: add Edit menu with clipboard shortcuts (#15134) Matt Furniss2026-03-221-1/+10
* Stop the windows debugger from crashing when using a widescreen monitor yz70s2026-03-091-4/+7
* debugger/win, debugger/osx: Check that you have a memory interface before try... Vas Crabb2026-01-307-15/+29
* -scripts: Cleaned up devices build scripts a bit: Vas Crabb2026-01-081-0/+0
* lisa: Massive updates Olivier Galibert2026-01-076-12/+20
* Fix up various things: Vas Crabb2025-08-013-8/+6
* Windows: Do not drop into debugger when no MAME window has focus (#13902) npwoods2025-07-123-7/+20
* debugger/qt/debuggerview.cpp: Used DCA_SELECTED color friendly for Light/Dark... holub2025-07-041-1/+1
* Clean up various stuff. Vas Crabb2025-07-0111-63/+65
* qt/debuggerview.cpp: QPalette:Accent doesn't exist in Qt5 angelosa2025-05-151-1/+7
* qt/debuggerview.cpp: style over system colors angelosa2025-05-151-10/+13
* Cocoa debugger: debug view scroll workarounds (#13673) Antonio Malara2025-05-141-16/+24
* debugger cleanup: use enums for m_views indices (#13687) dave-br2025-05-108-47/+75
* debugimgui.cpp: Fix obsolete callback; simplify modifier key reading AJR2025-04-201-16/+6
* debugger/qt: Fix Qt6 deprecation warning (see GitHub #13207). Vas Crabb2025-04-011-2/+7
* -cpu/e132xs.cpp: Improved exception emulation: Vas Crabb2025-04-016-6/+120
* debugger/debugwin.cpp: Fixed clang build. Vas Crabb2025-03-021-2/+2
* debugger/win: Added option to disable window grouping. Vas Crabb2025-03-027-2/+24
* Added support for multiple features in the gdb stub, and added support for Pl... smf-2025-02-131-371/+546
* m6502: rename m65c02 to w65c02 as well hap2024-12-141-1/+1
* debugger/osx: Don't use uninitialised NSRect when creating pop-up button. Vas Crabb2024-11-191-3/+1
* Added gdbstub support for MC68030 (#12906) kms12122024-10-251-0/+28
* emu/debug, osd/modules/debugger/qt: Clean up #includes a bit AJR2024-09-307-9/+4
* Cleaned up the mess from #12610: Vas Crabb2024-08-271-6/+6
* emu/debug/dvdisasm.cpp: Fixed bad display if view is scrolled horizontally. (... dave-br2024-08-241-2/+1
* gdbstub: add -debugger_host option (#12610) Ramiro Polla2024-08-081-3/+6
* -debugger/debugqt.cpp: Don't sleep waiting for events on debugger update. Vas Crabb2024-08-031-1/+1
* -debugger/qt: Fixed crash on hard reset. Vas Crabb2024-07-312-2/+4
* New WORKING - sinclair/specnext.cpp: ZX Spectrum Next (known as tbblue) (#11918) holub2024-06-121-0/+1
* -heathzenith: Removed trivia file - content should be on wiki, etc. Vas Crabb2024-05-291-4/+4
* -merit/mtouchxl.cpp: Added touch-enabled layout. Vas Crabb2024-05-091-1/+1
* debugger/debugimgui.cpp: Refuse to break if unable to take over UI input. Vas Crabb2024-04-121-8/+12
* Initial touch input support: Vas Crabb2024-04-121-96/+151
* Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10. Vas Crabb2024-03-282-8/+0
* -debugger/debuggdbstub.cpp: Don't write data to socket in text mode. Vas Crabb2024-03-251-24/+20
* gdbstub: fix checksum on Windows (#12067) BartmanAbyss2024-02-271-4/+7
* debugimgui: fix lockup and debug assert Barry Rodewald2024-02-091-6/+10
* debugger/debuggdbstub.cpp: Added aliases for some MOS 6502-compatible CPUs. (... John Byrd2024-01-211-0/+5
* Remove flopimg.h and fsmgr.h from floppy device header AJR2023-09-241-0/+2
* Allow the use of either Qt5 or Qt6 on Linux (#11413) Jindřich Makovička2023-07-144-2/+20
* Miscellaneous cleanup Vas Crabb2023-06-247-67/+56
* osd/modules: Cleaned up most macOS deprecation warnings up to and including 1... arbee2023-06-1011-68/+101
* sinclair/sprinter.cpp: Added Sprinter Sp2000 enhanced Spectrum clone. (#11018) holub2023-05-121-0/+1
* Miscellaneous improvements: Vas Crabb2023-04-141-4/+8
* osd/windows: Create single-threaded COM apartment on main thread. Vas Crabb2023-04-081-3/+3