summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
...
* (nw) srcclean and some cleanup: Vas Crabb2018-07-222-2/+2
* ps2sony: Some basic VU1 support, major file reshuffling, nw mooglyguy2018-07-211-7/+7
* Fix some watchpoints (nw) Olivier Galibert2018-07-131-2/+2
* Watchpoint fixes (segfaults, wpclear not clearing) (nw) Olivier Galibert2018-07-091-2/+6
* Various watchpoint fixes (nw) Olivier Galibert2018-07-011-2/+4
* Oops (nw) Olivier Galibert2018-06-291-1/+1
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-295-267/+408
* debugger: make save/load support virtual memory (nw) (#3683) Patrick Mackinlay2018-06-231-18/+33
* debugger: add command for go_exception (#3682) Patrick Mackinlay2018-06-233-0/+19
* Kludge some absolute tag lookups in the core that can't really be helped (nw) AJR2018-05-212-3/+3
* prune upfront - makes the other stuff cheaper (nw) Vas Crabb2018-05-181-11/+5
* try this for size - emu.h no net change (nw) Vas Crabb2018-05-181-12/+9
* WARNING emu.h recompile! Curt Coder2018-05-181-8/+21
* Make debugger dump command work with unaligned addresses AJR2018-05-141-6/+6
* debug: Simplify now obsolete and buggy memory access code [O. Galibert] Olivier Galibert2018-05-111-94/+24
* debughlp.cpp: replaced references to 'decrypted opcodes' with 'opcodes', as s... Ivan Vangelista2018-05-021-5/+5
* srcclean (nw) Vas Crabb2018-04-222-94/+94
* debughlp.cpp: document dumpo command (nw) Ivan Vangelista2018-04-201-10/+11
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-133-7/+7
* Added suspend and resume debugger commands (#3411) GavinAndrews2018-04-025-0/+137
* fix scheduling session events from debugger (nw) Vas Crabb2018-03-291-1/+1
* Reshuffle some stuff: Vas Crabb2018-03-282-113/+62
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-253-68/+66
* Fix masking of offset expressions in debug view of address-shifted spaces (nw) AJR2018-03-121-8/+2
* better handling for arbitrary numbers of screens (nw) Vas Crabb2018-03-121-1/+1
* Better fix for find command (nw) AJR2018-03-121-2/+2
* Fix debugger find command for address-shifted spaces AJR2018-03-121-4/+4
* Fix watchpoint view for address-shifted spaces AJR2018-03-111-2/+2
* Fix output of wplist debug command for address-shifted spaces AJR2018-03-111-2/+2
* Fix extent of debug view of address-shifted memory spaces AJR2018-03-111-2/+4
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-113-24/+79
* Grammar police (nw) Olivier Galibert2018-02-246-25/+25
* Debugger: fix f10 step over of instructions with a branch delay slot [smf] smf-2018-02-211-1/+1
* Fix ASCII dump output for big-endian spaces AJR2018-02-071-1/+1
* More docs work: escapes, debugger update (nw) (#3168) Firehawke2018-02-051-75/+79
* *DUH*, also fix MT6857 (nw) Olivier Galibert2018-01-281-4/+4
* debugcpu.cpp: added missing initialization of m_vblank_occurred (nw) Oliver Stöneberg2018-01-061-0/+1
* debugcpu.cpp: Eliminate unnecessary downcast (nw) AJR2018-01-051-2/+5
* Eliminate machine().firstcpu (nw) AJR2018-01-041-1/+6
* remove stutter in dump command ascii bytes (nw) smf-2017-12-261-1/+1
* srcclean and manual cleanups (nw) Vas Crabb2017-12-243-41/+41
* rewind implementation fixes and improvements vadosnaprimer2017-12-222-16/+11
* dvstate beamx/beamy/frame: set to 0 on invalid(eg. screenless) (nw) hap2017-12-211-20/+8
* debugbuf: Back to uppercase hex (nw) AJR2017-12-211-14/+14
* Revert "Command to print all debugger help to html file" Vas Crabb2017-12-154-416/+296
* Eliminate remaining uses of address_space::machine() outside of emumem (nw) AJR2017-12-142-9/+9
* Merge pull request #2926 from vadosnaprimer/debughlp_html R. Belmont2017-12-144-296/+416
|\
| * debughlp - fix gcc build vadosnaprimer2017-12-121-2/+2
| * add command to print all debugger help to html file vadosnaprimer2017-12-114-296/+416
* | space.machine -> machine (nw) Olivier Galibert2017-12-141-2/+2