summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/qt
Commit message (Expand)AuthorAgeFilesLines
* debugger/qt: Fixed build with Qt 6 on AArch64. Vas Crabb2026-04-072-0/+8
* Move build system adjusttment and fixes: Vas Crabb2026-04-055-30/+10
* 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/win, debugger/osx: Check that you have a memory interface before try... Vas Crabb2026-01-301-1/+2
* lisa: Massive updates Olivier Galibert2026-01-071-5/+6
* debugger/qt/debuggerview.cpp: Used DCA_SELECTED color friendly for Light/Dark... holub2025-07-041-1/+1
* 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
* debugger/qt: Fix Qt6 deprecation warning (see GitHub #13207). Vas Crabb2025-04-011-2/+7
* -cpu/e132xs.cpp: Improved exception emulation: Vas Crabb2025-04-011-0/+14
* emu/debug, osd/modules/debugger/qt: Clean up #includes a bit AJR2024-09-307-9/+4
* -debugger/qt: Fixed crash on hard reset. Vas Crabb2024-07-312-2/+4
* Drop support for GCC < 10.3, clang 6, SDL < 2.0.14 and Qt 5.10. Vas Crabb2024-03-282-8/+0
* Allow the use of either Qt5 or Qt6 on Linux (#11413) Jindřich Makovička2023-07-144-2/+20
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-2/+2
* API change for device_image_interface AJR2023-03-301-2/+3
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-10/+11
* debugger: Add missing override qualifiers in Qt debugger. Vas Crabb2022-12-021-4/+4
* -debugger: Improved session save/restore. Vas Crabb2022-12-0218-516/+626
* Debugger updates: Vas Crabb2022-09-2018-197/+219
* Added a crude dark theme for the Win32 debugger. Vas Crabb2022-09-1718-250/+195
* debugger/win: Added capability to save/restore window arrangement. Vas Crabb2022-09-169-80/+123
* Debugger changes AJR2022-08-281-1/+1
* return proper enumeration value Miodrag Milanovic2022-06-131-1/+1
* Delete some unnecessary c_str() calls AJR2022-02-131-3/+3
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-312-2/+9
* debugger/qt/memorywindow.cpp: Remove leftover printf AJR2021-10-271-2/+0
* Debug memory view improvements AJR2021-10-272-16/+113
* Still more user experience improvements: Vas Crabb2021-10-181-5/+19
* Fix multiple issues with debug memory tracking AJR2021-10-041-2/+5
* 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-271-2/+2
* dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2021-08-161-14/+14
* Fix crashes in Qt debugger caused by trying to select a nonexistent disassemb... AJR2021-05-112-16/+22
* Debuger updates: Vas Crabb2021-01-302-2/+19
* Bug fixes and usablility enhancements: Vas Crabb2021-01-291-29/+34
* -Qt debugger updates: Vas Crabb2021-01-2818-685/+666
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-4/+4
* Last memory change fixes (nw) Olivier Galibert2020-05-252-5/+6
* Debugger expression and memory access overhaul AJR2020-05-254-39/+65
* Hey Travis, go test that for me, thanks (nw) Olivier Galibert2020-03-312-0/+6
* Fix some deprecations (nw) Olivier Galibert2020-03-312-3/+3
* misc cleanup: Vas Crabb2019-11-183-12/+32
* Fix QT debugger (nw) AJR2019-09-101-3/+3
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-102-40/+13
* (nw) Clean up the mess on master Vas Crabb2019-03-262-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-252-2/+2
* Qt debugger: fix error in determining where clicks are in debugger views [Gol... goldnchild2019-03-041-1/+1
* Qt debugger: fix error in determining where clicks are in memory views [Golde... R. Belmont2019-02-271-1/+1