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
/
debugcmd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-1
/
+1
*
Make loop collation optional for debugger trace and traceover commands
therealmogminer@gmail.com
2016-07-14
1
-2
/
+29
*
Don't need debugcpu to translate (nw)
AJR
2016-07-03
1
-5
/
+5
*
Consolidate disassemble functions (nw)
AJR
2016-07-03
1
-3
/
+8
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-19
/
+19
*
Eliminate some unnecessary pass-through methods from debugcpu (nw)
AJR
2016-06-22
1
-5
/
+11
*
Merge pull request #965 from ajrhacker/debugspace
R. Belmont
2016-06-18
1
-2
/
+6
|
\
|
*
Suppress 'no matching space' debugger error when disassembling CPUs without d...
AJR
2016-06-18
1
-2
/
+6
*
|
tagged_list to unordered_map for debugger (nw)
Miodrag Milanovic
2016-06-18
1
-3
/
+3
|
/
*
Major refactoring of debugger core [Ryan Holtz]
therealmogminer@gmail.com
2016-06-08
1
-819
/
+647
*
TODO note, nw
angelosa
2016-06-05
1
-0
/
+13
*
Added commit command to debugger. [Angelo Salese]
angelosa
2016-06-05
1
-8
/
+21
*
Added comlist comment to debugger [Angelo Salese]
angelosa
2016-06-04
1
-0
/
+16
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-3
/
+3
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-104
/
+75
*
Typo fix: threshhold → threshold
Jordi Mallach
2016-04-01
1
-1
/
+1
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-11
/
+10
*
* Remove confusing method from vectorstreams that hide base_ios method (fixes...
Vas Crabb
2016-03-18
1
-0
/
+3
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-2
/
+2
*
Fix some oversights in previous changes, sorry guys'n'gals
Vas Crabb
2016-03-03
1
-9
/
+9
*
Change field format to show leading zeros for debugger 'dasm' command as well
Happy
2016-03-01
1
-2
/
+2
*
Change field format to show leading zeros for debugger 'dump' command
Happy
2016-03-01
1
-2
/
+2
*
Get rid of most uses of core_i64_hex_format, all remaining uses are in memory...
Vas Crabb
2016-03-01
1
-43
/
+65
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-15
/
+14
*
Small code cleanup:
dankan1890
2016-01-29
1
-2
/
+3
*
reverting:
Miodrag Milanovic
2016-01-20
1
-21
/
+21
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-21
/
+21
*
put debug_view back in machine due to issues with QT (nw)
Miodrag Milanovic
2016-01-12
1
-2
/
+2
*
created debugger_manager, now this one owns debug_view_manager (nw)
Miodrag Milanovic
2016-01-12
1
-2
/
+3
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-4
/
+4
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-96
/
+96
*
Fixed some suggestions by ReSharper C++ (nw)
Miodrag Milanovic
2015-11-14
1
-1
/
+1
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-5
/
+3
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+3115
[prev]