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
/
debugcpu.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Changed disassembler infrastructure to not use char buffers internally
Nathan Woods
2016-11-20
1
-6
/
+2
*
|
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
1
-2
/
+24
|
/
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
1
-24
/
+2
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-103
/
+104
*
Turn xmlfile API into something that looks like C++
Vas Crabb
2016-11-17
1
-30
/
+30
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-1
/
+1
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-10
/
+10
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-95
/
+95
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-3
/
+3
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-28
1
-3
/
+3
*
fix disassembly if 6809 is interrupted mid-instruction [smf]
Vas Crabb
2016-09-28
1
-1
/
+1
*
Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]"
Lord-Nightmare
2016-09-27
1
-1
/
+1
*
Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ...
Lord-Nightmare
2016-09-27
1
-3
/
+3
*
Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi...
smf-
2016-09-27
1
-3
/
+3
*
fix disassembly if 6809 is interrupted mid-instruction [smf]
Vas Crabb
2016-09-27
1
-1
/
+1
*
Fix -debug -cheat crash, nw
therealmogminer@gmail.com
2016-08-27
1
-9
/
+9
*
debugcpu: prevent nullptr exceptions when devices named in expressions lack m...
AJR
2016-07-25
1
-22
/
+48
*
Make loop collation optional for debugger trace and traceover commands
therealmogminer@gmail.com
2016-07-14
1
-25
/
+29
*
Don't need debugcpu to translate (nw)
AJR
2016-07-03
1
-37
/
+33
*
Consolidate disassemble functions (nw)
AJR
2016-07-03
1
-35
/
+9
*
simplified memory management for save states and states (nw)
Miodrag Milanovic
2016-07-01
1
-3
/
+3
*
Merge pull request #994 from ajrhacker/dasm_override
Miodrag Milanović
2016-07-01
1
-10
/
+5
|
\
|
*
Move disasm overrides into interface, reducing driver-debugger dependencies (nw)
AJR
2016-06-24
1
-10
/
+5
*
|
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-31
/
+31
|
/
*
Eliminate some unnecessary pass-through methods from debugcpu (nw)
AJR
2016-06-22
1
-9
/
+7
*
small debugger cleanup (nw)
Miodrag Milanovic
2016-06-17
1
-14
/
+2
*
Fixed debugger regression (nw)
Miodrag Milanovic
2016-06-17
1
-0
/
+1
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-644
/
+575
*
Added comlist comment to debugger [Angelo Salese]
angelosa
2016-06-04
1
-8
/
+16
*
MT6225 MT6226 MT6227 debugger may crash when validating expression with non-e...
Vas Crabb
2016-05-30
1
-52
/
+52
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-2
/
+1
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-12
/
+9
*
Typo fix: threshhold → threshold
Jordi Mallach
2016-04-01
1
-1
/
+1
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-3
/
+4
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-4
/
+4
*
Move more things to type-safe printf
Vas Crabb
2016-03-01
1
-5
/
+2
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-8
/
+6
*
Cleanups and version bump
Miodrag Milanovic
2016-02-24
1
-1
/
+1
*
Added plugins and boot.lua as startup script [Miodrag Milanovic]
Miodrag Milanovic
2016-02-14
1
-0
/
+3
*
Add macros for alignment checking (nw)
AJR
2016-01-30
1
-9
/
+9
*
reverting:
Miodrag Milanovic
2016-01-20
1
-5
/
+5
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-5
/
+5
*
put debug_view back in machine due to issues with QT (nw)
Miodrag Milanovic
2016-01-12
1
-7
/
+7
*
created debugger_manager, now this one owns debug_view_manager (nw)
Miodrag Milanovic
2016-01-12
1
-10
/
+10
*
modernized ui_input_manager (nw)
Miodrag Milanovic
2016-01-10
1
-1
/
+1
*
removed memory tracking (nw)
Miodrag Milanovic
2016-01-08
1
-1
/
+1
*
some handmade changes (nw)
Miodrag Milanovic
2015-12-21
1
-4
/
+1
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-152
/
+152
*
Fixed some suggestions by ReSharper C++ (nw)
Miodrag Milanovic
2015-11-14
1
-4
/
+4
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-1
/
+0
[prev]
[next]