index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add saver to operate memory region (#6837)
Jacob
2020-06-21
2
-0
/
+115
*
srcclean and cleanup (nw)
Vas Crabb
2020-06-21
3
-49
/
+49
*
emu: correct some file headers (nw)
hap
2020-06-19
10
-10
/
+10
*
Allow debugger dump command to dump with byte granularity from address spaces...
AJR
2020-06-17
1
-1
/
+1
*
Debugger: add `condump` command to export console buffer to a log file (#6781)
Stevie-O
2020-06-07
4
-1
/
+149
*
Eliminate space.device() in watchpoint code (nw)
AJR
2020-05-31
1
-3
/
+3
*
Merge pull request #6660 from Stevie-O/debug-console-logging
R. Belmont
2020-05-30
2
-4
/
+43
|
\
|
*
Debugger - add `-debuglog` option to log debug console output to file
Stephen Oberholtzer
2020-05-07
2
-4
/
+43
*
|
Fix crash when attempting to write to memory from debugger (nw)
AJR
2020-05-26
1
-2
/
+2
*
|
Debugger expression and memory access overhaul
AJR
2020-05-25
17
-1775
/
+1553
*
|
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
4
-12
/
+34
*
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
10
-269
/
+168
*
Fix two cases where debugger can crash mame ("cheatlist" command before "chea...
quasiscroto
2020-03-13
2
-8
/
+9
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
1
-2
/
+2
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
2
-7
/
+7
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
6
-6
/
+6
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
6
-6
/
+6
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-1
/
+1
|
/
*
Show opcodes in octal when disassembling code from octal spaces
AJR
2019-12-18
1
-94
/
+227
*
Allow saving members of structures in n-dimensional arrays, even if the membe...
Vas Crabb
2019-12-09
3
-23
/
+31
*
Add cpulist command to debugger
AJR
2019-12-07
3
-0
/
+18
*
Use std::forward_list instead of custom linked structure and eliminate last u...
AJR
2019-12-04
2
-27
/
+21
*
srcclean and indentation cleanup (nw)
Vas Crabb
2019-11-24
1
-1
/
+1
*
Make debugger view startup more efficient - it's still not going to be practi...
Vas Crabb
2019-11-18
10
-71
/
+83
*
misc cleanup:
Vas Crabb
2019-11-18
13
-142
/
+121
*
dvmemory: migrate to softfloat3 (nw)
Patrick Mackinlay
2019-10-25
2
-11
/
+10
*
debugcmd.cpp: Correct the error message too (nw)
AJR
2019-09-23
1
-1
/
+1
*
Fix debugger dump command for address-shifted spaces
AJR
2019-09-21
1
-11
/
+8
*
(nw) get rid of the rest of assert_always - it's better to be explicit about ...
Vas Crabb
2019-09-20
1
-2
/
+4
*
Use std::forward_list for breakpoint and registerpoint lists (nw)
AJR
2019-09-10
6
-86
/
+83
*
gdbstub: added new GDB stub debugger (#5456)
Ramiro Polla
2019-08-11
2
-0
/
+12
*
dvdisasm.cpp: move to the position of the cursor only if the cursor is actual...
yz70s
2019-08-09
1
-1
/
+1
*
fix MT 7382, 32bit overflow in some debug commands (nw)
hap
2019-07-30
1
-7
/
+7
*
Make debug memory view show correct data when chunks are too small for a spac...
AJR
2019-07-29
2
-1
/
+27
*
-debugcon: Added CMDFLAG_CUSTOM_HELP, in order to flag custom device-specific...
MooglyGuy
2019-07-07
3
-0
/
+29
*
Fix calculation of TMS34010/020 shifted memory addresses for debug save and l...
AJR
2019-07-04
1
-2
/
+2
*
Fix fatal error when attempting to set watchpoint covering unaligned portions...
AJR
2019-06-12
1
-4
/
+7
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
5
-87
/
+62
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
5
-62
/
+87
*
distate: Expose state_find_entry (nw)
AJR
2019-03-16
1
-1
/
+1
*
Exclude non-CPUs from numerical indexing for debugger commands
AJR
2019-03-13
1
-5
/
+10
*
Eliminate qsort usage in debugger (nw)
AJR
2019-02-16
5
-82
/
+52
*
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
2
-6
/
+14
*
debugger: add %c to logerror
Sven Schnelle
2018-11-17
1
-0
/
+12
*
debugger: add 'gp' command
Sven Schnelle
2018-11-06
4
-2
/
+68
[next]