summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Debuger updates: Vas Crabb2021-01-306-77/+242
* Bug fixes and usablility enhancements: Vas Crabb2021-01-291-29/+34
* -Qt debugger updates: Vas Crabb2021-01-2819-763/+739
* Goodbye 64 suffix on the main executable, it was nice knowing you. Vas Crabb2021-01-262-1/+23
* win32 debugger: Added context menu with Copy Visible and Paste commands to de... Vas Crabb2021-01-262-30/+183
* Tidy up loose ends: Vas Crabb2021-01-061-4/+3
* Further additions of std::string_view AJR2021-01-011-1/+1
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-254-12/+12
* -Switch to building MAME as C++17. Vas Crabb2020-11-153-2/+3
* Add "n2a03" (6502 CPU clone) to gdbstub for NES, and swapped 6502 PC/SP to S... Lucien Murray-Pitts2020-11-071-1/+2
* Add m6809 support for gdb remote debugger. Gustavo Del Dago2020-11-071-0/+21
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-121-1/+1
* Miscellaneous cleanup: Vas Crabb2020-10-101-1/+1
* Got rid of global_alloc/global_free. Vas Crabb2020-10-036-14/+10
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-1/+1
* Last memory change fixes (nw) Olivier Galibert2020-05-252-5/+6
* Debugger expression and memory access overhaul AJR2020-05-2519-115/+149
* OS X debugger: Avoid crashing when a nonexistent disassembly or memory view i... AJR2020-04-202-9/+18
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-086-6/+4
* 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
* copy-paste error (nw) Vas Crabb2020-01-311-1/+1
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-3120-13/+63
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-307-23/+23
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-3024-62/+14
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-302-15/+15
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-1/+1
|\
| * use C++ library includes (nw) firewave2020-01-221-1/+1