summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.h
Commit message (Expand)AuthorAgeFilesLines
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-1/+6
* Various optimisations to code generaton. Vas Crabb2023-03-261-3/+3
* Interrupt callback rationalization AJR2023-03-111-1/+2
* Debugger changes AJR2022-08-281-19/+26
* Debugger feature improvements AJR2022-03-271-4/+11
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-3/+3
* Various improvements to the user experience: Vas Crabb2021-10-131-4/+6
* Fix multiple issues with debug memory tracking AJR2021-10-041-1/+1
* Debugger-related feature removals and cleanup AJR2021-08-151-17/+0
* Add 'wpsize' variable to access the data size from a watchpoint (#7837) Scott Percival2021-03-031-1/+2
* Debugger expression and memory access overhaul AJR2020-05-251-195/+14
* Add optional condition parameter to debugger gex command AJR2020-05-031-1/+2
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-131-19/+8
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-101-8/+5
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-111-0/+6
* watchpoint: prevent recursive multiple installs [O. Galibert] Olivier Galibert2018-12-061-0/+1
* debugger: add 'gp' command Sven Schnelle2018-11-061-1/+6
* debugcpu.cpp: Move scripting functions down into console (nw) AJR2018-07-261-9/+0
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-21/+27
* Added suspend and resume debugger commands (#3411) GavinAndrews2018-04-021-0/+5
* Reshuffle some stuff: Vas Crabb2018-03-281-24/+27
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-12/+10
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-1/+0
* This is too contentious, please put it up for review Vas Crabb2017-08-011-0/+35
* Changes to debugger memory address translation AJR2017-08-011-35/+0
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-6/+7
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-2/+2
* general cleanup: Vas Crabb2017-05-231-5/+2
* disable: reverse polarity (nw) Olivier Galibert2017-03-261-2/+2
* debugger: print octal addresses in the trace if CPU is octal. Sergey Svishchev2017-03-161-0/+1
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-3/+2
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* Added a facility to allow logerror output to reside in traces Nathan Woods2017-01-161-2/+5
* XML refactoring: Vas Crabb2016-12-111-5/+5
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+0
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-0/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-90/+90
* Fix Visual Studio build (nw) Miodrag Milanovic2016-11-161-1/+1
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-1/+1
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-10/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-81/+81
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-2/+2
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* Make loop collation optional for debugger trace and traceover commands therealmogminer@gmail.com2016-07-141-2/+3
* Don't need debugcpu to translate (nw) AJR2016-07-031-3/+0
* Consolidate disassemble functions (nw) AJR2016-07-031-3/+0
* Merge pull request #994 from ajrhacker/dasm_override Miodrag Milanović2016-07-011-6/+0
|\
| * Move disasm overrides into interface, reducing driver-debugger dependencies (nw) AJR2016-06-241-6/+0
* | Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-20/+19
|/
* Eliminate some unnecessary pass-through methods from debugcpu (nw) AJR2016-06-221-6/+1