summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-30/+30
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-10/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-95/+95
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-3/+3
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-3/+3
* fix disassembly if 6809 is interrupted mid-instruction [smf] Vas Crabb2016-09-281-1/+1
* Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]" Lord-Nightmare2016-09-271-1/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-3/+3
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-3/+3
* fix disassembly if 6809 is interrupted mid-instruction [smf] Vas Crabb2016-09-271-1/+1
* Fix -debug -cheat crash, nw therealmogminer@gmail.com2016-08-271-9/+9
* debugcpu: prevent nullptr exceptions when devices named in expressions lack m... AJR2016-07-251-22/+48
* Make loop collation optional for debugger trace and traceover commands therealmogminer@gmail.com2016-07-141-25/+29
* Don't need debugcpu to translate (nw) AJR2016-07-031-37/+33
* Consolidate disassemble functions (nw) AJR2016-07-031-35/+9
* simplified memory management for save states and states (nw) Miodrag Milanovic2016-07-011-3/+3
* Merge pull request #994 from ajrhacker/dasm_override Miodrag Milanović2016-07-011-10/+5
|\
| * Move disasm overrides into interface, reducing driver-debugger dependencies (nw) AJR2016-06-241-10/+5
* | Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-31/+31
|/
* Eliminate some unnecessary pass-through methods from debugcpu (nw) AJR2016-06-221-9/+7
* small debugger cleanup (nw) Miodrag Milanovic2016-06-171-14/+2
* Fixed debugger regression (nw) Miodrag Milanovic2016-06-171-0/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-644/+575
* Added comlist comment to debugger [Angelo Salese] angelosa2016-06-041-8/+16
* MT6225 MT6226 MT6227 debugger may crash when validating expression with non-e... Vas Crabb2016-05-301-52/+52
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-2/+1
* Iterate over devices C++11 style AJR2016-04-181-12/+9