summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger
Commit message (Expand)AuthorAgeFilesLines
* 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
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-225-16/+16
|/
* mac: fix copy/paste error, get rid of allocWithZone as it's ignored on 64-bit... Vas Crabb2019-11-184-8/+8
* missed a couple of Mac debugger things (nw) Vas Crabb2019-11-182-28/+24
* missed one Windows debugger thing (nw) Vas Crabb2019-11-181-1/+1
* misc cleanup: Vas Crabb2019-11-1823-87/+106
* (nw) misc cleanup: Vas Crabb2019-10-111-3/+3
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-2/+2
* A few files that got missed (nw) arbee2019-09-151-0/+4
* Fix QT debugger (nw) AJR2019-09-101-3/+3
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-108-88/+32
* gdbstub: more improvements (#5569) Ramiro Polla2019-08-311-29/+155
* srcclean (nw) Vas Crabb2019-08-251-23/+23
* debuggdbstub: uncomment parameters (nw) Patrick Mackinlay2019-08-151-3/+3
* gdbstub: add z80 and m6502 Ramiro Polla2019-08-121-0/+53
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-111-0/+1133
* (nw) updated debug media menu to latest version Robbbert2019-07-132-13/+34
* (nw) windebug: fixed bug: in error-log window, Debug,New Memory Window would ... Robbbert2019-07-132-4/+2
* OS X debugger: Update window titles when restoring configuration for disassem... AJR2019-03-272-0/+2
* (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
* work around Qt crash, thanks mizapf (nw) Vas Crabb2018-12-251-9/+15
* 3rdparty: Updated bgfx, bimg, and bx to latest upstream. [Ryan Holtz] mooglyguy2018-12-051-3/+3
* Remove running_machine::device() call in QT debugger (nw) AJR2018-07-071-1/+1