summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.h
Commit message (Expand)AuthorAgeFilesLines
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-2/+2
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-2/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-13/+13
* Adds a watchpoint debug view. [Andrew Gardner] Andrew Gardner2013-07-261-22/+28
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-14/+14
* QT Debugger: Finished up the breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-121-8/+27
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-5/+5
* Adds memory tracking to debugger. This includes two new commands: trackmem and Andrew Gardner2013-05-091-7/+40
* QT Debugger: Adds trackpc command, allowing for a visual display of where the Andrew Gardner2013-04-201-19/+32
* Adds simple_set data structure and hooked it up to the debugger comment system. Andrew Gardner2013-04-131-9/+16
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* Debugger: [Wilbert Pol] Wilbert Pol2013-03-111-0/+36
* Added a new 'lastinstructioncycles' property to the debugger to measure the Nathan Woods2013-02-171-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-84/+84
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-12/+12
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-1/+1
* Adding "totalcycles" debugger variable Nathan Woods2011-12-291-0/+1
* BIG update. Aaron Giles2011-03-291-10/+10
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-2/+2
* Cleanups and version bump.mame0141u2 Aaron Giles2011-02-091-1/+1
* Make "run to next CPU" more reliable. Aaron Giles2011-02-091-2/+1
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-1/+1
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-26/+17
* Cleanups and version bump.mame0139u3 Aaron Giles2010-09-191-4/+4
* Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized Aaron Giles2010-09-051-7/+44
* Have each device create its own device_debug instead of letting the Aaron Giles2010-09-041-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-22/+22
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-1/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-14/+14
* Cleanup debugger interface some more. Aaron Giles2010-07-061-193/+256
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-158/+171
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-24/+20
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-18/+18
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-0/+2
* From: Sandro Ronco [mailto:sandro.ronco@alice.it] Aaron Giles2009-09-031-0/+6
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-23/+39
* Big debugger cleanup. Aaron Giles2008-12-031-32/+2
* Further debugger cleanup. Symbol tables now have a global ref Aaron Giles2008-11-221-37/+114
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-35/+45
* Another big one. Aaron Giles2008-11-201-23/+5
* Added CPU device parameters to all CPU callbacks except for the Aaron Giles2008-11-101-0/+1
* 02280: any set with multiple CPUs: Disassembler freezes when doing a Run on a... Aaron Giles2008-09-221-1/+1
* From Oliver Stoeneberg [oliverst@online.de] Aaron Giles2008-09-041-8/+8
* Robustified key behavior when the debugger is visible. Should now Aaron Giles2008-07-171-1/+1
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-0/+1
* Changed how watchpoints work so that supporting them adds 0 overhead Aaron Giles2008-06-281-1/+7