index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
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
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
diexec: Add callback to allow debugger to break into the middle of wait-type ...
AJR
2024-11-17
1
-1
/
+6
*
Various optimisations to code generaton.
Vas Crabb
2023-03-26
1
-3
/
+3
*
Interrupt callback rationalization
AJR
2023-03-11
1
-1
/
+2
*
Debugger changes
AJR
2022-08-28
1
-19
/
+26
*
Debugger feature improvements
AJR
2022-03-27
1
-4
/
+11
*
Addressed some Lua scripting pitfalls. (#9294)
Vas Crabb
2022-02-12
1
-3
/
+3
*
Various improvements to the user experience:
Vas Crabb
2021-10-13
1
-4
/
+6
*
Fix multiple issues with debug memory tracking
AJR
2021-10-04
1
-1
/
+1
*
Debugger-related feature removals and cleanup
AJR
2021-08-15
1
-17
/
+0
*
Add 'wpsize' variable to access the data size from a watchpoint (#7837)
Scott Percival
2021-03-03
1
-1
/
+2
*
Debugger expression and memory access overhaul
AJR
2020-05-25
1
-195
/
+14
*
Add optional condition parameter to debugger gex command
AJR
2020-05-03
1
-1
/
+2
*
Make expressions octal for applicable address spaces in disassembly view
AJR
2020-04-13
1
-19
/
+8
*
Use std::forward_list for breakpoint and registerpoint lists (nw)
AJR
2019-09-10
1
-8
/
+5
*
gdbstub: added new GDB stub debugger (#5456)
Ramiro Polla
2019-08-11
1
-0
/
+6
*
watchpoint: prevent recursive multiple installs [O. Galibert]
Olivier Galibert
2018-12-06
1
-0
/
+1
*
debugger: add 'gp' command
Sven Schnelle
2018-11-06
1
-1
/
+6
*
debugcpu.cpp: Move scripting functions down into console (nw)
AJR
2018-07-26
1
-9
/
+0
*
emumem: Backend modernization [O. Galibert]
Olivier Galibert
2018-06-29
1
-21
/
+27
*
Added suspend and resume debugger commands (#3411)
GavinAndrews
2018-04-02
1
-0
/
+5
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
1
-24
/
+27
*
(nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get
Vas Crabb
2017-12-01
1
-12
/
+10
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-1
/
+0
*
This is too contentious, please put it up for review
Vas Crabb
2017-08-01
1
-0
/
+35
*
Changes to debugger memory address translation
AJR
2017-08-01
1
-35
/
+0
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-6
/
+7
*
Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (...
npwoods
2017-06-24
1
-2
/
+2
*
general cleanup:
Vas Crabb
2017-05-23
1
-5
/
+2
*
disable: reverse polarity (nw)
Olivier Galibert
2017-03-26
1
-2
/
+2
*
debugger: print octal addresses in the trace if CPU is octal.
Sergey Svishchev
2017-03-16
1
-0
/
+1
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-3
/
+2
*
srcclean (nw)
Vas Crabb
2017-01-22
1
-1
/
+1
*
Added a facility to allow logerror output to reside in traces
Nathan Woods
2017-01-16
1
-2
/
+5
*
XML refactoring:
Vas Crabb
2016-12-11
1
-5
/
+5
*
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
1
-2
/
+0
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
1
-0
/
+2
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-90
/
+90
*
Fix Visual Studio build (nw)
Miodrag Milanovic
2016-11-16
1
-1
/
+1
*
Turn xmlfile API into something that looks like C++
Vas Crabb
2016-11-17
1
-1
/
+1
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-10
/
+10
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-81
/
+81
*
some bool <-> int not needed conversions, also cleaned drivenum.* was using m...
Miodrag Milanovic
2016-10-21
1
-2
/
+2
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
1
-1
/
+1
*
Make loop collation optional for debugger trace and traceover commands
therealmogminer@gmail.com
2016-07-14
1
-2
/
+3
*
Don't need debugcpu to translate (nw)
AJR
2016-07-03
1
-3
/
+0
*
Consolidate disassemble functions (nw)
AJR
2016-07-03
1
-3
/
+0
*
Merge pull request #994 from ajrhacker/dasm_override
Miodrag Milanović
2016-07-01
1
-6
/
+0
|
\
|
*
Move disasm overrides into interface, reducing driver-debugger dependencies (nw)
AJR
2016-06-24
1
-6
/
+0
*
|
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-20
/
+19
|
/
*
Eliminate some unnecessary pass-through methods from debugcpu (nw)
AJR
2016-06-22
1
-6
/
+1
[next]