summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-101-94/+5
|\
| * 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
* | Switch to using an exception to escape the inner timeslice loop. Clean up som... Aaron Giles2021-08-301-1/+11
* | Add working support for mid-timeslice saves/loads from the debugger. Aaron Giles2021-08-231-1/+1
* | Clean up debug_flags access. Aaron Giles2021-04-241-7/+8
* | You know, if I'm nice enough to give you an accessor, please use it. Aaron Giles2021-04-241-1/+1
* | Simplify the suspend model, now the suspend reason implies eatcycles. Aaron Giles2021-04-231-1/+1
* | Save states working again. Changed to save persistent timers directly, using ... Aaron Giles2021-04-131-2/+2
|/
* 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
* Added suspend and resume debugger commands (#3411) GavinAndrews2018-04-021-0/+23
* fix scheduling session events from debugger (nw) Vas Crabb2018-03-291-1/+1
* Reshuffle some stuff: Vas Crabb2018-03-281-89/+35
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-9/+22
* Grammar police (nw) Olivier Galibert2018-02-241-9/+9
* Debugger: fix f10 step over of instructions with a branch delay slot [smf] smf-2018-02-211-1/+1