summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be... arbee2023-06-031-1/+1
* Various optimisations to code generaton. Vas Crabb2023-03-261-3/+3
* Interrupt callback rationalization AJR2023-03-111-6/+66
* Fix debugger exception point hit message AJR2023-03-091-2/+2
* Various input and OSD refactoring: Vas Crabb2023-01-291-0/+1
* Reallow debugger single-step command to break into subroutines during over/ou... AJR2022-09-141-0/+4
* Debugger changes AJR2022-08-281-66/+145
* Debugger feature improvements AJR2022-03-271-17/+92
* Remove fileio.h from emu.h AJR2022-02-111-0/+1
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-9/+8
* Various improvements to the user experience: Vas Crabb2021-10-131-9/+28
* Fix multiple issues with debug memory tracking AJR2021-10-041-4/+19
* Make debugger 'out' command step over return delay slots on SH architectures AJR2021-09-221-1/+9
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-4/+4
* Debugger-related feature removals and cleanup AJR2021-08-151-90/+1
* Add 'wpsize' variable to access the data size from a watchpoint (#7837) Scott Percival2021-03-031-1/+3
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Update state views when memory is modified through the debugger (since regist... AJR2021-02-091-0/+1
* Much more core std::string_view modernization AJR2021-01-201-2/+2
* frontend: Lua engine improvements. Vas Crabb2020-11-301-1/+2
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-6/+6
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-1/+1
* device_state_interface overhaul AJR2020-08-311-2/+2
* Debugger expression and memory access overhaul AJR2020-05-251-1336/+59
* Fix recent debugger regression with systems such as fi6845/fi8275 where a DMA... AJR2020-05-081-1/+8
* Fix focus command (nw) AJR2020-05-071-1/+4
* Add optional condition parameter to debugger gex command AJR2020-05-031-7/+24
* Add PC to debugger exception hit message AJR2020-05-031-1/+1
* Refocus debugger on CPU when one of its watchpoints is hit. This solution may... AJR2020-05-031-8/+25
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-131-155/+56
* (nw) Cleanup on the way: Vas Crabb2020-03-101-2/+2
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-101-59/+59
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-111-0/+6
* Fix fatal error when attempting to set watchpoint covering unaligned portions... AJR2019-06-121-4/+7
* mu100: Add missing roms, also some wip [Guru, O. Galibert] Olivier Galibert2018-12-061-3/+3
* watchpoint: prevent recursive multiple installs [O. Galibert] Olivier Galibert2018-12-061-6/+13
* debugger: add 'gp' command Sven Schnelle2018-11-061-1/+47
* debugcpu: Fixed watchpoints for CPUs with a negative address shift. [Ryan Holtz] mooglyguy2018-09-301-2/+2
* Don't apply logical address masks to physical addresses in debug memory acces... AJR2018-08-121-76/+72
* debugcpu.cpp: Move scripting functions down into console (nw) AJR2018-07-261-70/+2
* (nw) srcclean and some cleanup: Vas Crabb2018-07-221-1/+1
* Fix some watchpoints (nw) Olivier Galibert2018-07-131-2/+2
* Watchpoint fixes (segfaults, wpclear not clearing) (nw) Olivier Galibert2018-07-091-2/+6
* Various watchpoint fixes (nw) Olivier Galibert2018-07-011-2/+4
* Oops (nw) Olivier Galibert2018-06-291-1/+1
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-227/+342
* Kludge some absolute tag lookups in the core that can't really be helped (nw) AJR2018-05-211-2/+2
* debug: Simplify now obsolete and buggy memory access code [O. Galibert] Olivier Galibert2018-05-111-94/+24
* srcclean (nw) Vas Crabb2018-04-221-6/+6
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-4/+4