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
*
Cleanups and version bump
mame0149
Miodrag Milanovic
2013-06-11
2
-19
/
+19
*
QT Debugger: WIP for a new breakpoints window. [Andrew Gardner]
Andrew Gardner
2013-06-06
5
-3
/
+330
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
3
-23
/
+23
*
Adds statesave (ss) & stateload (sl) commands to the debugger. [Andrew Gardner]
Andrew Gardner
2013-05-14
2
-20
/
+91
*
Adds memory tracking to debugger. This includes two new commands: trackmem and
Andrew Gardner
2013-05-09
6
-26
/
+228
*
Cleanups and version bump
mame0148u4
Miodrag Milanovic
2013-04-30
1
-4
/
+4
*
QT Debugger: Adds trackpc command, allowing for a visual display of where the
Andrew Gardner
2013-04-20
8
-74
/
+202
*
Adds simple_set data structure and hooked it up to the debugger comment system.
Andrew Gardner
2013-04-13
3
-102
/
+34
*
Cleanups and version bump
mame0148u3
Miodrag Milanovic
2013-04-09
1
-1
/
+1
*
Fix visual studio compile. (nw)
Andrew Gardner
2013-04-03
1
-3
/
+5
*
QT Debugger: The memory view chunk size radio now reports proper sizes.
Andrew Gardner
2013-04-02
2
-17
/
+14
*
Cleanups and version bump
mame0148u2
Miodrag Milanovic
2013-03-19
1
-2
/
+2
*
revision 21548 caused "trace off" to crash with a access violation [smf]
smf-
2013-03-16
1
-5
/
+1
*
Debugger: [Wilbert Pol]
Wilbert Pol
2013-03-11
4
-0
/
+459
*
Added the ability to tracelog to '{game}' (without the quotes); performing a
Nathan Woods
2013-03-03
1
-3
/
+7
*
Added a new 'lastinstructioncycles' property to the debugger to measure the
Nathan Woods
2013-02-17
2
-1
/
+24
*
fixed crash with -debug when image loading failed (nw)
Oliver Stöneberg
2013-02-12
1
-1
/
+1
*
Cleanups and version bump
mame0148u1
Miodrag Milanovic
2013-02-11
6
-189
/
+189
*
Fixing natural keyboard debugger commands (input, dumpkbd)
Nathan Woods
2013-02-10
1
-0
/
+52
*
QT Debugger improvements [Andrew Gardner]
Andrew Gardner
2013-01-24
1
-2
/
+8
*
QT Debugger improvements. [Andrew Gardner]
Andrew Gardner
2013-01-16
6
-187
/
+259
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
22
-687
/
+685
*
make expression functions work (nw)
cracyc
2012-11-04
1
-2
/
+2
*
Drink from the firehose, my pretties (nw)
R. Belmont
2012-10-19
1
-3
/
+4
*
Fix GCC 4.4 compile (no whatsnew)
mahlemiut
2012-09-20
1
-4
/
+4
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
6
-75
/
+80
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
5
-281
/
+261
*
Final round of struct/union/enum normalization.
Aaron Giles
2012-09-16
2
-3
/
+2
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
5
-15
/
+8
*
In device_state_interface, rename state() to state_int()
Aaron Giles
2012-09-11
2
-3
/
+3
*
Add safe_pc() and safe_pcbase() methods to device_t.
Aaron Giles
2012-09-11
1
-2
/
+2
*
added missing \n to some more fatalerror() calls (no whatsnew)
Oliver Stöneberg
2012-09-08
1
-2
/
+2
*
removed some astring::stringbuffer() usage - fixes potential missing \0 termi...
Oliver Stöneberg
2012-09-07
1
-1
/
+5
*
debugger has been "new" for long enough now. also show the proper application...
Oliver Stöneberg
2012-08-17
1
-1
/
+1
*
remived some redundant assignments (also fixes uninitialized array in karnov)...
Oliver Stöneberg
2012-08-11
1
-1
/
+0
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
3
-7
/
+7
*
Converted memory_private to memory_manager and moved global memory
Aaron Giles
2012-04-05
1
-1
/
+1
*
Fixed device search in the debugger to work like a normal
Aaron Giles
2012-02-04
1
-6
/
+4
*
Undo last change, it is unnecessary. Cheat problems must lie elsewhere.
Aaron Giles
2012-02-04
1
-10
/
+0
*
Root colons not required by default in the debugger for region
Aaron Giles
2012-02-04
1
-0
/
+10
*
[MT #3444] Show save state items in debugger memory windows [R. Belmont]
R. Belmont
2012-01-29
1
-1
/
+1
*
Sync with MESS, including OG's fix for exiting with debugger active (no whats...
Miodrag Milanovic
2012-01-26
2
-5
/
+4
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
5
-52
/
+63
*
Removed old C-based interface to astrings. astring exists only as
Aaron Giles
2012-01-03
2
-9
/
+5
*
Adding "totalcycles" debugger variable
Nathan Woods
2011-12-29
2
-1
/
+17
*
clean-ups and version bump
Angelo Salese
2011-10-10
1
-1
/
+1
*
Fixes views without device (no whatsnew)
Miodrag Milanovic
2011-10-04
1
-1
/
+1
*
Made disassembler view show in octal if cpu core is specified like that, for ...
Miodrag Milanovic
2011-10-04
3
-11
/
+19
*
- Removing MD5 support in ROMLOAD_* [Oliver Stoneberg]
Miodrag Milanovic
2011-07-31
1
-2
/
+1
*
Break into debugger check outside of vblank check (no whatsnew)
Miodrag Milanovic
2011-07-26
1
-9
/
+3
[next]