summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-32/+161
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-110/+62
* debugcmd.cpp: Give this error message a newline (nw) AJR2017-08-081-1/+1
* This is too contentious, please put it up for review Vas Crabb2017-08-011-33/+34
* Changes to debugger memory address translation AJR2017-08-011-34/+33
* kill a trampoline (nw) Vas Crabb2017-07-131-1/+3
* Merge branch 'master' into debugger_load Nathan Woods2017-07-041-16/+16
|\
| * dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-2/+2
| * Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] Olivier Galibert2017-07-031-14/+14
* | Made the debugger 'load' length field be optional, C++-ification Nathan Woods2017-06-251-26/+34
|/
* Changed 'enum read_or_write' to be 'enum class' Nathan Woods2017-06-191-1/+1
* Fixed a crash in the 'symlist' debugger command (MT#6575) Nathan Woods2017-05-031-2/+1
* Make debugger 'dasm' command able to traverse virtual spaces with Happy2017-03-191-18/+25
* 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-031-416/+408
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* Merge pull request #1987 from npwoods/tracesym_debugger_command R. Belmont2017-01-171-0/+37
|\
| * Created a new debugger command 'tracesym' Nathan Woods2017-01-151-0/+37
* | Added a facility to allow logerror output to reside in traces Nathan Woods2017-01-161-3/+21
|/
* Add 'o' variants to memory debugging commands to request decrypted opcodes space AJR2016-12-011-0/+10
* Moving disasm.clear()/disasm.seekp(0) out of if statement, so the stream is a... Nathan Woods2016-11-201-2/+2
* Eliminated 'device_disasm_interface::disassemble(std::string &buffer, ...' Nathan Woods2016-11-201-4/+8
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-3/+3
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-141/+141
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-1/+1
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-1/+1
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-19/+19
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-135/+135
* Add row size as sixth parameter to debug dump command AJR2016-10-161-7/+17
* Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-021-0/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-1/+1
* Fixed trace command access a parameter beyond the list supplied, added an err... smf-2016-09-201-4/+7
* The 'trace' and 'traceover' commands were registered as having three argument... Nathan Woods2016-08-231-2/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* Make loop collation optional for debugger trace and traceover commands therealmogminer@gmail.com2016-07-141-2/+29
* Don't need debugcpu to translate (nw) AJR2016-07-031-5/+5
* Consolidate disassemble functions (nw) AJR2016-07-031-3/+8
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-19/+19
* Eliminate some unnecessary pass-through methods from debugcpu (nw) AJR2016-06-221-5/+11
* Merge pull request #965 from ajrhacker/debugspace R. Belmont2016-06-181-2/+6
|\
| * Suppress 'no matching space' debugger error when disassembling CPUs without d... AJR2016-06-181-2/+6
* | tagged_list to unordered_map for debugger (nw) Miodrag Milanovic2016-06-181-3/+3
|/
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-819/+647
* TODO note, nw angelosa2016-06-051-0/+13
* Added commit command to debugger. [Angelo Salese] angelosa2016-06-051-8/+21