summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Augmenting help file Nathan Woods2017-01-161-0/+17
| * Created a new debugger command 'tracesym' Nathan Woods2017-01-155-13/+54
* | Augmenting help file Nathan Woods2017-01-161-6/+13
* | Added a facility to allow logerror output to reside in traces Nathan Woods2017-01-163-8/+45
|/
* debugger: use 0o for octal prefix, and add support for binary with 0b a la C+... Vas Crabb2017-01-061-22/+43
* Merge pull request #980 from shattered/_ad3979c R. Belmont2017-01-051-0/+3
|\
| * debugger: parse octal expressions (prefixed by '0') Sergey Svishchev2016-06-211-0/+3
* | XML refactoring: Vas Crabb2016-12-112-17/+17
* | 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
* | Add 'o' variants to memory debugging commands to request decrypted opcodes space AJR2016-12-011-0/+10
* | Merge pull request #1317 from npwoods/disasm_stdstring Vas Crabb2016-11-213-14/+20
|\ \
| * | 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-203-10/+20
| * | Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-203-12/+8
* | | Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-212-4/+24
|/ /
* | moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-192-24/+4
* | Fix for the nonstandard types when not using the broken precompiled headers. ... smf-2016-11-191-0/+1
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-1925-644/+645
* | Fix Visual Studio build (nw) Miodrag Milanovic2016-11-161-1/+1
* | Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-172-31/+31
* | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-123-3/+3
* | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-113-3/+3
* | Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-062-2/+2
* | Moved device_memory_interface from driver_device to dummy_space_device. Expos... smf-2016-11-031-8/+7
* | more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-225-49/+50
* | NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2223-568/+568
* | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-3/+3
* | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-2/+2
* | 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
* | Fix various spelling fixes. Jordi Mallach2016-09-291-1/+1
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-283-5/+5
* | fix disassembly if 6809 is interrupted mid-instruction [smf] Vas Crabb2016-09-282-2/+2
* | Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]" Lord-Nightmare2016-09-272-2/+2
* | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-273-5/+5
* | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-273-5/+5
* | fix disassembly if 6809 is interrupted mid-instruction [smf] Vas Crabb2016-09-272-2/+2
* | Fixed trace command access a parameter beyond the list supplied, added an err... smf-2016-09-201-4/+7
* | Fix -debug -cheat crash, nw therealmogminer@gmail.com2016-08-271-9/+9
* | 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
* | for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1