| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove stutter in dump command ascii bytes (nw) |  smf- | 2017-12-27 | 1 | -1/+1 |
| * | srcclean and manual cleanups (nw) |  Vas Crabb | 2017-12-24 | 1 | -1/+1 |
| * | rewind implementation fixes and improvements |  vadosnaprimer | 2017-12-22 | 1 | -15/+10 |
| * | Revert "Command to print all debugger help to html file" |  Vas Crabb | 2017-12-15 | 1 | -14/+0 |
| * | Eliminate remaining uses of address_space::machine() outside of emumem (nw) |  AJR | 2017-12-14 | 1 | -2/+2 |
| * | add command to print all debugger help to html file |  vadosnaprimer | 2017-12-11 | 1 | -0/+14 |
| * | don't lie (nw) |  smf- | 2017-12-07 | 1 | -0/+6 |
| * | Rewind feature and RAM savestates. |  vadosnaprimer | 2017-12-06 | 1 | -1/+22 |
| * | (nw) debugcmd : exiting isn't an error |  Robbbert | 2017-12-01 | 1 | -1/+1 |
| * | (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get |  Vas Crabb | 2017-12-01 | 1 | -12/+13 |
| * | Pet peeving with extreme prejudice (nw) |  Olivier Galibert | 2017-11-30 | 1 | -8/+8 |
| * | Fix save |  Olivier Galibert | 2017-11-29 | 1 | -1/+2 |
| * | emumem: API change [O. Galibert] |  Olivier Galibert | 2017-11-29 | 1 | -32/+161 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -110/+62 |
| * | debugcmd.cpp: Give this error message a newline (nw) |  AJR | 2017-08-08 | 1 | -1/+1 |
| * | This is too contentious, please put it up for review |  Vas Crabb | 2017-08-01 | 1 | -33/+34 |
| * | Changes to debugger memory address translation |  AJR | 2017-08-01 | 1 | -34/+33 |
| * | kill a trampoline (nw) |  Vas Crabb | 2017-07-13 | 1 | -1/+3 |
| * | Merge branch 'master' into debugger_load |  Nathan Woods | 2017-07-04 | 1 | -16/+16 |
| |\ |
|
| | * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -2/+2 |
| | * | Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -14/+14 |
| * | | Made the debugger 'load' length field be optional, C++-ification |  Nathan Woods | 2017-06-25 | 1 | -26/+34 |
| |/ |
|
| * | Changed 'enum read_or_write' to be 'enum class' |  Nathan Woods | 2017-06-19 | 1 | -1/+1 |
| * | Fixed a crash in the 'symlist' debugger command (MT#6575) |  Nathan Woods | 2017-05-03 | 1 | -2/+1 |
| * | Make debugger 'dasm' command able to traverse virtual spaces with |  Happy | 2017-03-19 | 1 | -18/+25 |
| * | Changed a few more 'const char *' ==> 'const std::string &' (#2111) |  npwoods | 2017-03-04 | 1 | -2/+2 |
| * | Merge pull request #2114 from npwoods/fix_more |  ajrhacker | 2017-03-03 | 1 | -4/+4 |
| |\ |
|
| | * | Fixed a few more issues broken similarly to 'bpset' |  Nathan Woods | 2017-03-03 | 1 | -4/+4 |
| * | | Fixing stupid error in the bpset command |  Nathan Woods | 2017-03-03 | 1 | -2/+2 |
| |/ |
|
| * | C++-ification of debugger code (misc std::string/std::vector adoption mainly) |  Nathan Woods | 2017-03-03 | 1 | -416/+408 |
| * | srcclean (nw) |  Vas Crabb | 2017-01-22 | 1 | -1/+1 |
| * | Merge pull request #1987 from npwoods/tracesym_debugger_command |  R. Belmont | 2017-01-17 | 1 | -0/+37 |
| |\ |
|
| | * | Created a new debugger command 'tracesym' |  Nathan Woods | 2017-01-15 | 1 | -0/+37 |
| * | | Added a facility to allow logerror output to reside in traces |  Nathan Woods | 2017-01-16 | 1 | -3/+21 |
| |/ |
|
| * | Add 'o' variants to memory debugging commands to request decrypted opcodes space |  AJR | 2016-12-01 | 1 | -0/+10 |
| * | Moving disasm.clear()/disasm.seekp(0) out of if statement, so the stream is a... |  Nathan Woods | 2016-11-20 | 1 | -2/+2 |
| * | Eliminated 'device_disasm_interface::disassemble(std::string &buffer, ...' |  Nathan Woods | 2016-11-20 | 1 | -4/+8 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -3/+3 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -141/+141 |
| * | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -1/+1 |
| * | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -1/+1 |
| * | more TRUE/FALSE cleanup (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -19/+19 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -135/+135 |
| * | Add row size as sixth parameter to debug dump command |  AJR | 2016-10-16 | 1 | -7/+17 |
| * | Separate natural keyboard support from ioport.cpp (nw) |  AJR | 2016-10-02 | 1 | -0/+1 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -1/+1 |
| * | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+1 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -1/+1 |
| * | Fixed trace command access a parameter beyond the list supplied, added an err... |  smf- | 2016-09-20 | 1 | -4/+7 |
| * | The 'trace' and 'traceover' commands were registered as having three argument... |  Nathan Woods | 2016-08-23 | 1 | -2/+2 |