index
:
mame
aaron-nl3
aaron-pci-cleanup
aerofgtb_yoffs
arm3_copro
asmjit
atarist_floppy-sounds
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
hlsl_aviplay
lindbergh_exp
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
debug
/
debugcpu.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up several sprintf() deprecation warningss in non-3rdparty code. [R. Be...
arbee
2023-06-03
1
-1
/
+1
*
Various optimisations to code generaton.
Vas Crabb
2023-03-26
1
-3
/
+3
*
Interrupt callback rationalization
AJR
2023-03-11
1
-6
/
+66
*
Fix debugger exception point hit message
AJR
2023-03-09
1
-2
/
+2
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
1
-0
/
+1
*
Reallow debugger single-step command to break into subroutines during over/ou...
AJR
2022-09-14
1
-0
/
+4
*
Debugger changes
AJR
2022-08-28
1
-66
/
+145
*
Debugger feature improvements
AJR
2022-03-27
1
-17
/
+92
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-0
/
+1
*
Addressed some Lua scripting pitfalls. (#9294)
Vas Crabb
2022-02-12
1
-9
/
+8
*
Various improvements to the user experience:
Vas Crabb
2021-10-13
1
-9
/
+28
*
Fix multiple issues with debug memory tracking
AJR
2021-10-04
1
-4
/
+19
*
Make debugger 'out' command step over return delay slots on SH architectures
AJR
2021-09-22
1
-1
/
+9
*
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
*
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
[next]