summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-5/+5
* API change for device_image_interface AJR2023-03-302-5/+6
* windows: blind fix for the debugger Olivier Galibert2023-03-181-10/+11
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-182-16/+21
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-1/+1
* osd: Don't pump events when reading inputs. Vas Crabb2023-02-231-1/+1
* srcclean and bump copyright date on language files to 2023 Vas Crabb2023-02-191-1/+1
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-012-4/+4
* Various input and OSD refactoring: Vas Crabb2023-01-297-96/+123
* -debugger/win: Cascade positions of new debugger windows. Vas Crabb2023-01-157-19/+93
* Update BGFX, BX and BIMG (#10789) Miodrag Milanović2023-01-051-51/+68
* Revert "Update BGFX, BX and BIMG (#10750)" (#10787) R. Belmont2023-01-041-68/+51
* Update BGFX, BX and BIMG (#10750) Miodrag Milanović2023-01-041-51/+68
* Win32 debugger: don't skip a history item when initially pressing down. Vas Crabb2023-01-051-6/+3
* More UI cleanup: Vas Crabb2023-01-051-1/+4
* debugger: Add missing override qualifiers in Qt debugger. Vas Crabb2022-12-022-9/+9
* debugger: Hopefully fix undefined names in Cocoa debugger. Vas Crabb2022-12-022-2/+6
* -debugger: Improved session save/restore. Vas Crabb2022-12-0229-591/+737
* nios2: Preliminary execution core and gdb support AJR2022-11-191-0/+60
* MACOS_X_VERSION_10_15 is not defined on really SDKs. (#10388) ksherlock2022-10-031-1/+1
* debugview.mm: Raise requirement for Dark Mode to 10.15. [R. Belmont, kmg] arbee2022-09-231-2/+2
* 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