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
/
debugcmd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
debugger: add %c to logerror
Sven Schnelle
2018-11-17
1
-0
/
+12
*
debugger: add 'gp' command
Sven Schnelle
2018-11-06
1
-0
/
+14
*
debugcpu.cpp: Move scripting functions down into console (nw)
AJR
2018-07-26
1
-2
/
+2
*
(nw) srcclean and some cleanup:
Vas Crabb
2018-07-22
1
-1
/
+1
*
emumem: Backend modernization [O. Galibert]
Olivier Galibert
2018-06-29
1
-14
/
+34
*
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
1
-0
/
+17
*
Kludge some absolute tag lookups in the core that can't really be helped (nw)
AJR
2018-05-21
1
-1
/
+1
*
Make debugger dump command work with unaligned addresses
AJR
2018-05-14
1
-6
/
+6
*
srcclean (nw)
Vas Crabb
2018-04-22
1
-88
/
+88
*
remove safe_pc() and safe_pcbase() (nw)
smf-
2018-04-13
1
-1
/
+1
*
Added suspend and resume debugger commands (#3411)
GavinAndrews
2018-04-02
1
-0
/
+105
*
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 output of wplist debug command for address-shifted spaces
AJR
2018-03-11
1
-2
/
+2
*
Grammar police (nw)
Olivier Galibert
2018-02-24
1
-2
/
+2
*
Fix ASCII dump output for big-endian spaces
AJR
2018-02-07
1
-1
/
+1
*
remove stutter in dump command ascii bytes (nw)
smf-
2017-12-26
1
-1
/
+1
*
srcclean and manual cleanups (nw)
Vas Crabb
2017-12-24
1
-1
/
+1
*
rewind implementation fixes and improvements
vadosnaprimer
2017-12-22
1
-15
/
+10
*
Revert "Command to print all debugger help to html file"
Vas Crabb
2017-12-15
1
-14
/
+0
*
Eliminate remaining uses of address_space::machine() outside of emumem (nw)
AJR
2017-12-14
1
-2
/
+2
*
add command to print all debugger help to html file
vadosnaprimer
2017-12-11
1
-0
/
+14
*
don't lie (nw)
smf-
2017-12-07
1
-0
/
+6
*
Rewind feature and RAM savestates.
vadosnaprimer
2017-12-06
1
-1
/
+22
*
(nw) debugcmd : exiting isn't an error
Robbbert
2017-12-01
1
-1
/
+1
*
(nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get
Vas Crabb
2017-12-01
1
-12
/
+13
*
Pet peeving with extreme prejudice (nw)
Olivier Galibert
2017-11-30
1
-8
/
+8
*
Fix save
Olivier Galibert
2017-11-29
1
-1
/
+2
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
1
-32
/
+161
*
dvdisasm: Overhaul [O. Galibert]
Olivier Galibert
2017-11-26
1
-110
/
+62
*
debugcmd.cpp: Give this error message a newline (nw)
AJR
2017-08-08
1
-1
/
+1
*
This is too contentious, please put it up for review
Vas Crabb
2017-08-01
1
-33
/
+34
*
Changes to debugger memory address translation
AJR
2017-08-01
1
-34
/
+33
*
kill a trampoline (nw)
Vas Crabb
2017-07-13
1
-1
/
+3
*
Merge branch 'master' into debugger_load
Nathan Woods
2017-07-04
1
-16
/
+16
|
\
|
*
dimemory: Lift the cap on the number of address spaces per device [O. Galibert]
Olivier Galibert
2017-07-03
1
-2
/
+2
|
*
Rename AS_DECRYPTED_OPCODES to AS_OPCODES [O. Galibert]
Olivier Galibert
2017-07-03
1
-14
/
+14
*
|
Made the debugger 'load' length field be optional, C++-ification
Nathan Woods
2017-06-25
1
-26
/
+34
|
/
*
Changed 'enum read_or_write' to be 'enum class'
Nathan Woods
2017-06-19
1
-1
/
+1
*
Fixed a crash in the 'symlist' debugger command (MT#6575)
Nathan Woods
2017-05-03
1
-2
/
+1
*
Make debugger 'dasm' command able to traverse virtual spaces with
Happy
2017-03-19
1
-18
/
+25
*
Changed a few more 'const char *' ==> 'const std::string &' (#2111)
npwoods
2017-03-04
1
-2
/
+2
*
Merge pull request #2114 from npwoods/fix_more
ajrhacker
2017-03-03
1
-4
/
+4
|
\
|
*
Fixed a few more issues broken similarly to 'bpset'
Nathan Woods
2017-03-03
1
-4
/
+4
*
|
Fixing stupid error in the bpset command
Nathan Woods
2017-03-03
1
-2
/
+2
|
/
*
C++-ification of debugger code (misc std::string/std::vector adoption mainly)
Nathan Woods
2017-03-03
1
-416
/
+408
*
srcclean (nw)
Vas Crabb
2017-01-22
1
-1
/
+1
*
Merge pull request #1987 from npwoods/tracesym_debugger_command
R. Belmont
2017-01-17
1
-0
/
+37
|
\
|
*
Created a new debugger command 'tracesym'
Nathan Woods
2017-01-15
1
-0
/
+37
[next]