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
*
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
*
Remove emu.h from textbuf (nw)
S.Z
2018-11-03
1
-1
/
+1
*
Put #include emu.h as the first preprocessor directive in various files to su...
yz70s
2018-11-02
1
-1
/
+1
*
debugcpu: Fixed watchpoints for CPUs with a negative address shift. [Ryan Holtz]
mooglyguy
2018-09-30
1
-2
/
+2
*
Fix debugger memory view editing for address-shifted spaces
AJR
2018-09-24
1
-2
/
+4
*
Apply logical address mask properly in debug disassembly view
AJR
2018-08-24
1
-6
/
+8
*
Fix scrolling glitch in memory view when address expression is applied
AJR
2018-08-12
1
-3
/
+3
*
Don't apply logical address masks to physical addresses in debug memory acces...
AJR
2018-08-12
1
-76
/
+72
*
Emulate V33/V53 expanded addressing mode, including BRKXA and RETXA instructions
AJR
2018-08-12
1
-1
/
+1
*
Mask address expressions in debug disasm view
AJR
2018-07-26
1
-1
/
+2
*
debugcpu.cpp: Move scripting functions down into console (nw)
AJR
2018-07-26
5
-81
/
+74
*
debug/express.cpp: Use std::deque for token stack (nw)
AJR
2018-07-26
2
-36
/
+18
*
(nw) srcclean and some cleanup:
Vas Crabb
2018-07-22
2
-2
/
+2
*
ps2sony: Some basic VU1 support, major file reshuffling, nw
mooglyguy
2018-07-21
1
-7
/
+7
*
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
5
-267
/
+408
*
debugger: make save/load support virtual memory (nw) (#3683)
Patrick Mackinlay
2018-06-23
1
-18
/
+33
*
debugger: add command for go_exception (#3682)
Patrick Mackinlay
2018-06-23
3
-0
/
+19
*
Kludge some absolute tag lookups in the core that can't really be helped (nw)
AJR
2018-05-21
2
-3
/
+3
*
prune upfront - makes the other stuff cheaper (nw)
Vas Crabb
2018-05-18
1
-11
/
+5
*
try this for size - emu.h no net change (nw)
Vas Crabb
2018-05-18
1
-12
/
+9
*
WARNING emu.h recompile!
Curt Coder
2018-05-18
1
-8
/
+21
*
Make debugger dump command work with unaligned addresses
AJR
2018-05-14
1
-6
/
+6
*
debug: Simplify now obsolete and buggy memory access code [O. Galibert]
Olivier Galibert
2018-05-11
1
-94
/
+24
*
debughlp.cpp: replaced references to 'decrypted opcodes' with 'opcodes', as s...
Ivan Vangelista
2018-05-02
1
-5
/
+5
*
srcclean (nw)
Vas Crabb
2018-04-22
2
-94
/
+94
*
debughlp.cpp: document dumpo command (nw)
Ivan Vangelista
2018-04-20
1
-10
/
+11
*
remove safe_pc() and safe_pcbase() (nw)
smf-
2018-04-13
3
-7
/
+7
*
Added suspend and resume debugger commands (#3411)
GavinAndrews
2018-04-02
5
-0
/
+137
*
fix scheduling session events from debugger (nw)
Vas Crabb
2018-03-29
1
-1
/
+1
*
Reshuffle some stuff:
Vas Crabb
2018-03-28
2
-113
/
+62
*
don't pass so many naked pointers around (nw)
Vas Crabb
2018-03-25
3
-68
/
+66
*
Fix masking of offset expressions in debug view of address-shifted spaces (nw)
AJR
2018-03-12
1
-8
/
+2
*
better handling for arbitrary numbers of screens (nw)
Vas Crabb
2018-03-12
1
-1
/
+1
*
Better fix for find command (nw)
AJR
2018-03-12
1
-2
/
+2
*
Fix debugger find command for address-shifted spaces
AJR
2018-03-12
1
-4
/
+4
*
Fix watchpoint view for address-shifted spaces
AJR
2018-03-11
1
-2
/
+2
*
Fix output of wplist debug command for address-shifted spaces
AJR
2018-03-11
1
-2
/
+2
[next]