summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug (follow)
Commit message (Expand)AuthorAgeFilesLines
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-3/+0
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-162-3/+3
* device_gfx_interface and memory system improvements: [Alex Jackson] Alex W. Jackson2014-04-081-3/+3
* use ARRAY_LENGTH (nw) Oliver Stöneberg2014-04-031-2/+2
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-312-11/+10
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-312-10/+11
* made MAME and MESS compile under VS2013, 32bit only for now (nw) Miodrag Milanovic2014-03-311-3/+3
* osd_* -> global_* compilation fixes (nw) Oliver Stöneberg2014-03-241-4/+4
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* do not use osd_malloc/osd_free in non-OSD code (nw) Oliver Stöneberg2014-03-241-9/+9
* Nuke some more auto_allocs. Aaron Giles2014-03-161-0/+3
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-152-3/+3
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-117-162/+38
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-2/+2
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-207-83/+40
* Fixed a bug preventing memory display of INT8/UINT8 in debugger [Couriersud] Couriersud2013-12-241-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-1618-558/+36
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-174-47/+47
* added support to display dividers in the debugger state view Dirk Best2013-08-251-1/+6
* Fixed the build. Andrew Gardner2013-07-262-0/+651
* Adds a watchpoint debug view. [Andrew Gardner] Andrew Gardner2013-07-267-96/+117
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-234-63/+63
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-7/+7
* QT Debugger: Finished up the breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-124-53/+332
* 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