summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* *DUH*, also fix MT6857 (nw) Olivier Galibert2018-01-281-4/+4
* debugcpu.cpp: added missing initialization of m_vblank_occurred (nw) Oliver Stöneberg2018-01-061-0/+1
* debugcpu.cpp: Eliminate unnecessary downcast (nw) AJR2018-01-051-2/+5
* Eliminate machine().firstcpu (nw) AJR2018-01-041-1/+6
* space.machine -> machine (nw) Olivier Galibert2017-12-141-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-65/+33
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-33/+65
* Fix watchpoint hit message for address-shifted processors (nw) AJR2017-12-061-2/+2
* Merge pull request #2897 from vadosnaprimer/rewind R. Belmont2017-12-061-0/+8
|\
| * Rewind feature and RAM savestates. vadosnaprimer2017-12-061-0/+8
* | More fixes and simplifications (nw) Olivier Galibert2017-12-031-63/+23
|/
* Fix non-initialized member of debugcpu (nw) Olivier Galibert2017-11-301-0/+1
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-53/+43
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-12/+12
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-85/+28
* Explicitly allow floating point values for state registers AJR2017-10-131-2/+6
* device_state_interface: Polymorphism and std::function for entries (nw) (#2690) ajrhacker2017-10-121-1/+1
* This is too contentious, please put it up for review Vas Crabb2017-08-011-39/+432
* Changes to debugger memory address translation AJR2017-08-011-432/+39
* stop hotspot from crashing when you start running. (nw) smf-2017-07-251-29/+30
* Don't assume a watch point exists for the address space passed to watchpoint_... smf-2017-07-251-8/+9
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-211-11/+6
* Revert f8 behaviour, to run until next start of vblank, by re-adding a check ... smf-2017-07-041-1/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-9/+9
* Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-7/+7
* debugcpu: Eliminate direct() from read_opcode [O. Galibert] Olivier Galibert2017-06-251-85/+6
* srcclean (nw) Vas Crabb2017-06-251-2/+2
* Fixed an issue that could cause the debugger 'source' command to falsely disp... Nathan Woods2017-06-241-1/+1