| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'master' into time-experiments2 |  Aaron Giles | 2021-09-10 | 1 | -94/+5 |
| |\ |
|
| | * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -4/+4 |
| | * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -90/+1 |
| * | | Switch to using an exception to escape the inner timeslice loop. Clean up som... |  Aaron Giles | 2021-08-30 | 1 | -1/+11 |
| * | | Add working support for mid-timeslice saves/loads from the debugger. |  Aaron Giles | 2021-08-23 | 1 | -1/+1 |
| * | | Clean up debug_flags access. |  Aaron Giles | 2021-04-24 | 1 | -7/+8 |
| * | | You know, if I'm nice enough to give you an accessor, please use it. |  Aaron Giles | 2021-04-24 | 1 | -1/+1 |
| * | | Simplify the suspend model, now the suspend reason implies eatcycles. |  Aaron Giles | 2021-04-23 | 1 | -1/+1 |
| * | | Save states working again. Changed to save persistent timers directly, using ... |  Aaron Giles | 2021-04-13 | 1 | -2/+2 |
| |/ |
|
| * | Add 'wpsize' variable to access the data size from a watchpoint (#7837) |  Scott Percival | 2021-03-03 | 1 | -1/+3 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -1/+1 |
| * | Update state views when memory is modified through the debugger (since regist... |  AJR | 2021-02-09 | 1 | -0/+1 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -2/+2 |
| * | frontend: Lua engine improvements. |  Vas Crabb | 2020-11-30 | 1 | -1/+2 |
| * | Fairly significant overhaul of Lua engine and some cleanup. |  Vas Crabb | 2020-11-25 | 1 | -6/+6 |
| * | -util/xmlfile: Escape attribute and element content. |  Vas Crabb | 2020-09-06 | 1 | -1/+1 |
| * | device_state_interface overhaul |  AJR | 2020-08-31 | 1 | -2/+2 |
| * | Debugger expression and memory access overhaul |  AJR | 2020-05-25 | 1 | -1336/+59 |
| * | Fix recent debugger regression with systems such as fi6845/fi8275 where a DMA... |  AJR | 2020-05-08 | 1 | -1/+8 |
| * | Fix focus command (nw) |  AJR | 2020-05-07 | 1 | -1/+4 |
| * | Add optional condition parameter to debugger gex command |  AJR | 2020-05-03 | 1 | -7/+24 |
| * | Add PC to debugger exception hit message |  AJR | 2020-05-03 | 1 | -1/+1 |
| * | Refocus debugger on CPU when one of its watchpoints is hit. This solution may... |  AJR | 2020-05-03 | 1 | -8/+25 |
| * | Make expressions octal for applicable address spaces in disassembly view |  AJR | 2020-04-13 | 1 | -155/+56 |
| * | (nw) Cleanup on the way: |  Vas Crabb | 2020-03-10 | 1 | -2/+2 |
| * | Use std::forward_list for breakpoint and registerpoint lists (nw) |  AJR | 2019-09-10 | 1 | -59/+59 |
| * | gdbstub: added new GDB stub debugger (#5456) |  Ramiro Polla | 2019-08-11 | 1 | -0/+6 |
| * | Fix fatal error when attempting to set watchpoint covering unaligned portions... |  AJR | 2019-06-12 | 1 | -4/+7 |
| * | mu100: Add missing roms, also some wip [Guru, O. Galibert] |  Olivier Galibert | 2018-12-06 | 1 | -3/+3 |
| * | watchpoint: prevent recursive multiple installs [O. Galibert] |  Olivier Galibert | 2018-12-06 | 1 | -6/+13 |
| * | debugger: add 'gp' command |  Sven Schnelle | 2018-11-06 | 1 | -1/+47 |
| * | debugcpu: Fixed watchpoints for CPUs with a negative address shift. [Ryan Holtz] |  mooglyguy | 2018-09-30 | 1 | -2/+2 |
| * | Don't apply logical address masks to physical addresses in debug memory acces... |  AJR | 2018-08-12 | 1 | -76/+72 |
| * | debugcpu.cpp: Move scripting functions down into console (nw) |  AJR | 2018-07-26 | 1 | -70/+2 |
| * | (nw) srcclean and some cleanup: |  Vas Crabb | 2018-07-22 | 1 | -1/+1 |
| * | Fix some watchpoints (nw) |  Olivier Galibert | 2018-07-13 | 1 | -2/+2 |
| * | Watchpoint fixes (segfaults, wpclear not clearing) (nw) |  Olivier Galibert | 2018-07-09 | 1 | -2/+6 |
| * | Various watchpoint fixes (nw) |  Olivier Galibert | 2018-07-01 | 1 | -2/+4 |
| * | Oops (nw) |  Olivier Galibert | 2018-06-29 | 1 | -1/+1 |
| * | emumem: Backend modernization [O. Galibert] |  Olivier Galibert | 2018-06-29 | 1 | -227/+342 |
| * | Kludge some absolute tag lookups in the core that can't really be helped (nw) |  AJR | 2018-05-21 | 1 | -2/+2 |
| * | debug: Simplify now obsolete and buggy memory access code [O. Galibert] |  Olivier Galibert | 2018-05-11 | 1 | -94/+24 |
| * | srcclean (nw) |  Vas Crabb | 2018-04-22 | 1 | -6/+6 |
| * | remove safe_pc() and safe_pcbase() (nw) |  smf- | 2018-04-13 | 1 | -4/+4 |
| * | Added suspend and resume debugger commands (#3411) |  GavinAndrews | 2018-04-02 | 1 | -0/+23 |
| * | fix scheduling session events from debugger (nw) |  Vas Crabb | 2018-03-29 | 1 | -1/+1 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -89/+35 |
| * | Remove all uses of first_screen() from core files, nw |  Ryan Holtz | 2018-03-11 | 1 | -9/+22 |
| * | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -9/+9 |
| * | Debugger: fix f10 step over of instructions with a branch delay slot [smf] |  smf- | 2018-02-21 | 1 | -1/+1 |