summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
...
* This is too contentious, please put it up for review Vas Crabb2017-08-015-97/+517
* Changes to debugger memory address translation AJR2017-08-015-517/+97
* In the windows debugger log window add a Log/Clear menu to remove all logged ... yz70s2017-07-302-0/+17
* 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
* kill a trampoline (nw) Vas Crabb2017-07-131-1/+3
* never hurts to srcclean (nw) Vas Crabb2017-07-091-1/+1
* Merge branch 'master' into debugger_load Nathan Woods2017-07-046-42/+44
|\
| * 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-035-19/+20
| * Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-033-22/+22
* | Made the debugger 'load' length field be optional, C++-ification Nathan Woods2017-06-252-30/+38
|/
* debugcpu: Eliminate direct() from read_opcode [O. Galibert] Olivier Galibert2017-06-251-85/+6
* dvdisasm: Simplify by decoupling information creation and display rendering [... Olivier Galibert2017-06-252-99/+120
* 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-2410-55/+51
* Don't try to read past the end of a memory space in debug view AJR2017-06-221-3/+6
* Changed 'enum read_or_write' to be 'enum class' Nathan Woods2017-06-191-1/+1
* general cleanup: Vas Crabb2017-05-2314-42/+37
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Fixed a crash in the 'symlist' debugger command (MT#6575) Nathan Woods2017-05-031-2/+1
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* Merge pull request #2168 from Happy-yappH/dasm_virtual_space R. Belmont2017-03-291-18/+25
|\
| * Make debugger 'dasm' command able to traverse virtual spaces with Happy2017-03-191-18/+25
* | fix building with MSVC (nw) smf-2017-03-291-1/+1
* | express: More robust parsing fix (nw) Olivier Galibert2017-03-271-5/+10
* | disable: Better interface (nw) Olivier Galibert2017-03-261-42/+20
* | disable: reverse polarity (nw) Olivier Galibert2017-03-264-26/+26
* | express: More robust memory access operator parsing (nw) Olivier Galibert2017-03-261-1/+1
* | 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
* | Add missing disable_side_effect in find_pc_backwards (nw) Olivier Galibert2017-03-201-0/+1
* | debugger: print octal addresses in the trace if CPU is octal. Sergey Svishchev2017-03-162-1/+9
|/
* Changed a few more 'const char *' ==> 'const std::string &' (#2111) npwoods2017-03-041-2/+2
* Merge pull request #2114 from npwoods/fix_more ajrhacker2017-03-031-4/+4
|\
| * Fixed a few more issues broken similarly to 'bpset' Nathan Woods2017-03-031-4/+4
* | Fixing stupid error in the bpset command Nathan Woods2017-03-031-2/+2
|/
* C++-ification of debugger code (misc std::string/std::vector adoption mainly) Nathan Woods2017-03-034-493/+488
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-026-109/+68
* Self-registering devices prep: Vas Crabb2017-02-272-5/+15
* cleanup headers of not used friend classes (nw) Miodrag Milanovic2017-02-125-5/+0
* Fix OS X build (nw) AJR2017-02-111-0/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-113-3/+0
* Make debugger fall back from binary to default base on 0b prefix Vas Crabb2017-02-031-1/+12
* srcclean (nw) Vas Crabb2017-01-224-4/+4
* Merge pull request #1987 from npwoods/tracesym_debugger_command R. Belmont2017-01-176-13/+71
|\