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
/
osd
/
modules
/
debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added save state window to debugger. Centralized unique/vector/pointer unwrap...
Aaron Giles
2021-04-12
8
-0
/
+151
*
srcclean in preparation for branching release
Vas Crabb
2021-02-21
1
-2
/
+2
*
add m68000 to debuger gdbstub
nabetse
2021-02-15
1
-0
/
+29
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
Debuger updates:
Vas Crabb
2021-01-30
6
-77
/
+242
*
Bug fixes and usablility enhancements:
Vas Crabb
2021-01-29
1
-29
/
+34
*
-Qt debugger updates:
Vas Crabb
2021-01-28
19
-763
/
+739
*
Goodbye 64 suffix on the main executable, it was nice knowing you.
Vas Crabb
2021-01-26
2
-1
/
+23
*
win32 debugger: Added context menu with Copy Visible and Paste commands to de...
Vas Crabb
2021-01-26
2
-30
/
+183
*
Tidy up loose ends:
Vas Crabb
2021-01-06
1
-4
/
+3
*
Further additions of std::string_view
AJR
2021-01-01
1
-1
/
+1
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
4
-12
/
+12
*
-Switch to building MAME as C++17.
Vas Crabb
2020-11-15
3
-2
/
+3
*
Add "n2a03" (6502 CPU clone) to gdbstub for NES, and swapped 6502 PC/SP to S...
Lucien Murray-Pitts
2020-11-07
1
-1
/
+2
*
Add m6809 support for gdb remote debugger.
Gustavo Del Dago
2020-11-07
1
-0
/
+21
*
emu/debug: Removed more macros, added more const, make a couple more things u...
Vas Crabb
2020-10-12
1
-1
/
+1
*
Miscellaneous cleanup:
Vas Crabb
2020-10-10
1
-1
/
+1
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
6
-14
/
+10
*
-util/xmlfile: Escape attribute and element content.
Vas Crabb
2020-09-06
1
-1
/
+1
*
Last memory change fixes (nw)
Olivier Galibert
2020-05-25
2
-5
/
+6
*
Debugger expression and memory access overhaul
AJR
2020-05-25
19
-115
/
+149
*
OS X debugger: Avoid crashing when a nonexistent disassembly or memory view i...
AJR
2020-04-20
2
-9
/
+18
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
6
-6
/
+4
*
Hey Travis, go test that for me, thanks (nw)
Olivier Galibert
2020-03-31
2
-0
/
+6
*
Fix some deprecations (nw)
Olivier Galibert
2020-03-31
2
-3
/
+3
*
copy-paste error (nw)
Vas Crabb
2020-01-31
1
-1
/
+1
*
there are reasons for things being the way they were (nw)
Vas Crabb
2020-01-31
20
-13
/
+63
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
7
-23
/
+23
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
24
-62
/
+14
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
2
-15
/
+15
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
1
-1
/
+1
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
1
-1
/
+1
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
5
-16
/
+16
|
/
*
mac: fix copy/paste error, get rid of allocWithZone as it's ignored on 64-bit...
Vas Crabb
2019-11-18
4
-8
/
+8
*
missed a couple of Mac debugger things (nw)
Vas Crabb
2019-11-18
2
-28
/
+24
*
missed one Windows debugger thing (nw)
Vas Crabb
2019-11-18
1
-1
/
+1
*
misc cleanup:
Vas Crabb
2019-11-18
23
-87
/
+106
*
(nw) misc cleanup:
Vas Crabb
2019-10-11
1
-3
/
+3
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-2
/
+2
*
A few files that got missed (nw)
arbee
2019-09-15
1
-0
/
+4
*
Fix QT debugger (nw)
AJR
2019-09-10
1
-3
/
+3
*
Use std::forward_list for breakpoint and registerpoint lists (nw)
AJR
2019-09-10
8
-88
/
+32
*
gdbstub: more improvements (#5569)
Ramiro Polla
2019-08-31
1
-29
/
+155
*
srcclean (nw)
Vas Crabb
2019-08-25
1
-23
/
+23
*
debuggdbstub: uncomment parameters (nw)
Patrick Mackinlay
2019-08-15
1
-3
/
+3
*
gdbstub: add z80 and m6502
Ramiro Polla
2019-08-12
1
-0
/
+53
*
gdbstub: added new GDB stub debugger (#5456)
Ramiro Polla
2019-08-11
1
-0
/
+1133
*
(nw) updated debug media menu to latest version
Robbbert
2019-07-13
2
-13
/
+34
*
(nw) windebug: fixed bug: in error-log window, Debug,New Memory Window would ...
Robbbert
2019-07-13
2
-4
/
+2
*
OS X debugger: Update window titles when restoring configuration for disassem...
AJR
2019-03-27
2
-0
/
+2
[next]