summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/qt
Commit message (Expand)AuthorAgeFilesLines
* -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
* Remove running_machine::device() call in QT debugger (nw) AJR2018-07-071-1/+1
* Revert "Attempted fix for QT debugger (nw)" Vas Crabb2017-08-011-2/+2
* Attempted fix for QT debugger (nw) AJR2017-08-011-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1110-1/+9
* XML refactoring: Vas Crabb2016-12-1116-32/+32
* patch up Qt debugger for new xmlfile API (nw) Vas Crabb2016-11-1716-62/+62
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-5/+5
* Fix Qt debugger Vas Crabb2016-08-011-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-312-3/+3
* Fix keyboard shortcus for disassembly comments pane [Vas Crabb] Vas Crabb2016-06-092-2/+2
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-084-29/+29
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-2418-52/+52
* Iterate over devices C++11 style AJR2016-04-182-13/+5
* fix clang complain (nw) Miodrag Milanovic2016-03-311-1/+4
* Iterate over core classes C++11 style AJR2016-03-314-12/+8
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-11/+7
* reverting: Miodrag Milanovic2016-01-203-6/+6
* Revert "fixed qt build (nw)" Miodrag Milanovic2016-01-203-7/+7
* fixed qt build (nw) Miodrag Milanovic2016-01-163-7/+7
* tags are now strings (nw) Miodrag Milanovic2016-01-163-6/+6
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-122-5/+4
* Fix linux compile Miodrag Milanovic2016-01-122-1/+2
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-122-6/+6
* remove usage of NO_MEM_TRACKING macro (nw) Miodrag Milanovic2016-01-089-18/+0
* qt5 debugger port [O. Galibert] Olivier Galibert2015-12-2718-176/+109