summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-112-19/+19
* QT Debugger: WIP for a new breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-065-3/+330
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-203-23/+23
* Adds statesave (ss) & stateload (sl) commands to the debugger. [Andrew Gardner] Andrew Gardner2013-05-142-20/+91
* Adds memory tracking to debugger. This includes two new commands: trackmem and Andrew Gardner2013-05-096-26/+228
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-4/+4
* QT Debugger: Adds trackpc command, allowing for a visual display of where the Andrew Gardner2013-04-208-74/+202
* Adds simple_set data structure and hooked it up to the debugger comment system. Andrew Gardner2013-04-133-102/+34
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* Fix visual studio compile. (nw) Andrew Gardner2013-04-031-3/+5
* QT Debugger: The memory view chunk size radio now reports proper sizes. Andrew Gardner2013-04-022-17/+14
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* revision 21548 caused "trace off" to crash with a access violation [smf] smf-2013-03-161-5/+1
* Debugger: [Wilbert Pol] Wilbert Pol2013-03-114-0/+459
* Added the ability to tracelog to '{game}' (without the quotes); performing a Nathan Woods2013-03-031-3/+7
* Added a new 'lastinstructioncycles' property to the debugger to measure the Nathan Woods2013-02-172-1/+24
* fixed crash with -debug when image loading failed (nw) Oliver Stöneberg2013-02-121-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-116-189/+189
* Fixing natural keyboard debugger commands (input, dumpkbd) Nathan Woods2013-02-101-0/+52
* QT Debugger improvements [Andrew Gardner] Andrew Gardner2013-01-241-2/+8
* QT Debugger improvements. [Andrew Gardner] Andrew Gardner2013-01-166-187/+259
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1122-687/+685
* make expression functions work (nw) cracyc2012-11-041-2/+2
* Drink from the firehose, my pretties (nw) R. Belmont2012-10-191-3/+4
* Fix GCC 4.4 compile (no whatsnew) mahlemiut2012-09-201-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-196-75/+80
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-175-281/+261
* Final round of struct/union/enum normalization. Aaron Giles2012-09-162-3/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-155-15/+8
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-112-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-2/+2
* removed some astring::stringbuffer() usage - fixes potential missing \0 termi... Oliver Stöneberg2012-09-071-1/+5
* debugger has been "new" for long enough now. also show the proper application... Oliver Stöneberg2012-08-171-1/+1
* remived some redundant assignments (also fixes uninitialized array in karnov)... Oliver Stöneberg2012-08-111-1/+0
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-203-7/+7
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-1/+1
* Fixed device search in the debugger to work like a normal Aaron Giles2012-02-041-6/+4
* Undo last change, it is unnecessary. Cheat problems must lie elsewhere. Aaron Giles2012-02-041-10/+0
* Root colons not required by default in the debugger for region Aaron Giles2012-02-041-0/+10
* [MT #3444] Show save state items in debugger memory windows [R. Belmont] R. Belmont2012-01-291-1/+1
* Sync with MESS, including OG's fix for exiting with debugger active (no whats... Miodrag Milanovic2012-01-262-5/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-245-52/+63
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-032-9/+5
* Adding "totalcycles" debugger variable Nathan Woods2011-12-292-1/+17
* clean-ups and version bump Angelo Salese2011-10-101-1/+1
* Fixes views without device (no whatsnew) Miodrag Milanovic2011-10-041-1/+1
* Made disassembler view show in octal if cpu core is specified like that, for ... Miodrag Milanovic2011-10-043-11/+19
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-2/+1
* Break into debugger check outside of vblank check (no whatsnew) Miodrag Milanovic2011-07-261-9/+3