summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-40/+36
* general cleanup: Vas Crabb2017-05-231-1/+1
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* disable: Better interface (nw) Olivier Galibert2017-03-261-42/+20
* disable: reverse polarity (nw) Olivier Galibert2017-03-261-10/+10
* Fixed writes to decrypted opcode memory [v3] (#2190) PugsyMAME2017-03-261-3/+48
* srcclean (nw) Vas Crabb2017-03-261-1/+1
* Revert "Fixed writes to decrypted opcode memory" (#2185) Olivier Galibert2017-03-241-41/+10
* Fixed writes to decrypted opcode memory PugsyMAME2017-03-241-10/+41
* debugger: print octal addresses in the trace if CPU is octal. Sergey Svishchev2017-03-161-1/+8
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-87/+35
* Self-registering devices prep: Vas Crabb2017-02-271-4/+10
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* Merge pull request #1987 from npwoods/tracesym_debugger_command R. Belmont2017-01-171-2/+2
|\
| * Created a new debugger command 'tracesym' Nathan Woods2017-01-151-2/+2
* | Added a facility to allow logerror output to reside in traces Nathan Woods2017-01-161-3/+19
|/
* XML refactoring: Vas Crabb2016-12-111-12/+12
* dimemory: Remove the magic bypass [O. Galibert] Olivier Galibert2016-12-101-43/+0
* sharc: Use standard memory maps [O. Galibert] Olivier Galibert2016-12-091-0/+4
* One more command that lacked an 'o' version (nw) AJR2016-12-021-0/+2
* Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-211-6/+4
|\
| * Eliminated 'device_disasm_interface::disassemble(std::string &buffer, ...' Nathan Woods2016-11-201-2/+4
| * Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-6/+2
* | Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+24
|/
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-24/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-103/+104