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
*
rest of ATTR_PRINTF review (nw)
Oliver Stöneberg
2014-02-25
1
-2
/
+2
*
Another round of auto_alloc_array conversions.
Aaron Giles
2014-02-20
1
-2
/
+1
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
1
-13
/
+13
*
Adds a watchpoint debug view. [Andrew Gardner]
Andrew Gardner
2013-07-26
1
-22
/
+28
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
1
-14
/
+14
*
QT Debugger: Finished up the breakpoints window. [Andrew Gardner]
Andrew Gardner
2013-06-12
1
-8
/
+27
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
1
-5
/
+5
*
Adds memory tracking to debugger. This includes two new commands: trackmem and
Andrew Gardner
2013-05-09
1
-7
/
+40
*
QT Debugger: Adds trackpc command, allowing for a visual display of where the
Andrew Gardner
2013-04-20
1
-19
/
+32
*
Adds simple_set data structure and hooked it up to the debugger comment system.
Andrew Gardner
2013-04-13
1
-9
/
+16
*
Cleanups and version bump
mame0148u2
Miodrag Milanovic
2013-03-19
1
-2
/
+2
*
Debugger: [Wilbert Pol]
Wilbert Pol
2013-03-11
1
-0
/
+36
*
Added a new 'lastinstructioncycles' property to the debugger to measure the
Nathan Woods
2013-02-17
1
-0
/
+3
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-84
/
+84
*
Since nobody checks for NULLs anyway, make
Aaron Giles
2012-09-19
1
-1
/
+1
*
Memory handler normalization, part 2. Change legacy
Aaron Giles
2012-09-17
1
-12
/
+12
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-1
/
+1
*
Adding "totalcycles" debugger variable
Nathan Woods
2011-12-29
1
-0
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-10
/
+10
*
Created new enum type address_spacenum for specifying an address
Aaron Giles
2011-03-27
1
-2
/
+2
*
Cleanups and version bump.
mame0141u2
Aaron Giles
2011-02-09
1
-1
/
+1
*
Make "run to next CPU" more reliable.
Aaron Giles
2011-02-09
1
-2
/
+1
*
Cleanup & version bump.
mame0140u1
Aaron Giles
2010-11-08
1
-1
/
+1
*
Converted the expression engine to C++, did the usual cleanup.
Aaron Giles
2010-11-01
1
-26
/
+17
*
Cleanups and version bump.
mame0139u3
Aaron Giles
2010-09-19
1
-4
/
+4
*
Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized
Aaron Giles
2010-09-05
1
-7
/
+44
*
Have each device create its own device_debug instead of letting the
Aaron Giles
2010-09-04
1
-1
/
+1
*
Replace "const address_space" with "address_space" throughout the system.
Aaron Giles
2010-08-19
1
-22
/
+22
*
Massive memory system change. This is another step along the path toward
Aaron Giles
2010-08-19
1
-1
/
+1
*
Cleanups and version bump.
mame0138u3
Aaron Giles
2010-07-06
1
-14
/
+14
*
Cleanup debugger interface some more.
Aaron Giles
2010-07-06
1
-193
/
+256
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
1
-158
/
+171
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-24
/
+20
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-18
/
+18
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-1
/
+0
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-4
/
+4
*
Remove remaining references to machine->cpu[n]. Removed cpu[n] array.
Aaron Giles
2009-09-08
1
-0
/
+2
*
From: Sandro Ronco [mailto:sandro.ronco@alice.it]
Aaron Giles
2009-09-03
1
-0
/
+6
*
CPU interface organization shuffle. The file cpuintrf.h now merely
Aaron Giles
2008-12-22
1
-23
/
+39
*
Big debugger cleanup.
Aaron Giles
2008-12-03
1
-32
/
+2
*
Further debugger cleanup. Symbol tables now have a global ref
Aaron Giles
2008-11-22
1
-37
/
+114
*
Debugger interfaces cleanup. Still more to do but this compiles and
Aaron Giles
2008-11-21
1
-35
/
+45
*
Another big one.
Aaron Giles
2008-11-20
1
-23
/
+5
*
Added CPU device parameters to all CPU callbacks except for the
Aaron Giles
2008-11-10
1
-0
/
+1
*
02280: any set with multiple CPUs: Disassembler freezes when doing a Run on a...
Aaron Giles
2008-09-22
1
-1
/
+1
*
From Oliver Stoeneberg [oliverst@online.de]
Aaron Giles
2008-09-04
1
-8
/
+8
*
Robustified key behavior when the debugger is visible. Should now
Aaron Giles
2008-07-17
1
-1
/
+1
*
Changed direct access EEPROM interface to return the "bus width" of the
Aaron Giles
2008-07-17
1
-0
/
+1
*
Changed how watchpoints work so that supporting them adds 0 overhead
Aaron Giles
2008-06-28
1
-1
/
+7
[next]