summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug (follow)
Commit message (Expand)AuthorAgeFilesLines
* dvmemory: migrate to softfloat3 (nw) Patrick Mackinlay2019-10-252-11/+10
* debugcmd.cpp: Correct the error message too (nw) AJR2019-09-231-1/+1
* Fix debugger dump command for address-shifted spaces AJR2019-09-211-11/+8
* (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-201-2/+4
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-106-86/+83
* gdbstub: added new GDB stub debugger (#5456) Ramiro Polla2019-08-112-0/+12
* dvdisasm.cpp: move to the position of the cursor only if the cursor is actual... yz70s2019-08-091-1/+1
* fix MT 7382, 32bit overflow in some debug commands (nw) hap2019-07-301-7/+7
* Make debug memory view show correct data when chunks are too small for a spac... AJR2019-07-292-1/+27
* -debugcon: Added CMDFLAG_CUSTOM_HELP, in order to flag custom device-specific... MooglyGuy2019-07-073-0/+29
* Fix calculation of TMS34010/020 shifted memory addresses for debug save and l... AJR2019-07-041-2/+2
* Fix fatal error when attempting to set watchpoint covering unaligned portions... AJR2019-06-121-4/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-265-87/+62
* Revert "conflict resolution (nw)" andreasnaive2019-03-255-62/+87
* distate: Expose state_find_entry (nw) AJR2019-03-161-1/+1
* Exclude non-CPUs from numerical indexing for debugger commands AJR2019-03-131-5/+10
* Eliminate qsort usage in debugger (nw) AJR2019-02-165-82/+52
* mu100: Add missing roms, also some wip [Guru, O. Galibert] Olivier Galibert2018-12-061-3/+3
* watchpoint: prevent recursive multiple installs [O. Galibert] Olivier Galibert2018-12-062-6/+14
* debugger: add %c to logerror Sven Schnelle2018-11-171-0/+12
* debugger: add 'gp' command Sven Schnelle2018-11-064-2/+68
* Remove emu.h from textbuf (nw) S.Z2018-11-031-1/+1
* Put #include emu.h as the first preprocessor directive in various files to su... yz70s2018-11-021-1/+1
* debugcpu: Fixed watchpoints for CPUs with a negative address shift. [Ryan Holtz] mooglyguy2018-09-301-2/+2
* Fix debugger memory view editing for address-shifted spaces AJR2018-09-241-2/+4
* Apply logical address mask properly in debug disassembly view AJR2018-08-241-6/+8
* Fix scrolling glitch in memory view when address expression is applied AJR2018-08-121-3/+3
* Don't apply logical address masks to physical addresses in debug memory acces... AJR2018-08-121-76/+72
* Emulate V33/V53 expanded addressing mode, including BRKXA and RETXA instructions AJR2018-08-121-1/+1
* Mask address expressions in debug disasm view AJR2018-07-261-1/+2
* debugcpu.cpp: Move scripting functions down into console (nw) AJR2018-07-265-81/+74
* debug/express.cpp: Use std::deque for token stack (nw) AJR2018-07-262-36/+18
* (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