summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-20/+19
* Eliminate some unnecessary pass-through methods from debugcpu (nw) AJR2016-06-221-6/+1
* small debugger cleanup (nw) Miodrag Milanovic2016-06-171-2/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-56/+139
* Added comlist comment to debugger [Angelo Salese] angelosa2016-06-041-2/+2
* Move more things to type-safe printf Vas Crabb2016-03-011-1/+7
* some handmade changes (nw) Miodrag Milanovic2015-12-211-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-12/+12
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-6/+6
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-3/+3
* Replace simple_set with std::set Vas Crabb2015-04-111-8/+9
* debug: better handling of duplicate memory access Fabrice Bellet2014-12-181-1/+4
* Fix various typos Zoë Blade2014-11-301-4/+4
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-1/+1
* Nuke some more auto_allocs. Aaron Giles2014-03-161-0/+3
* 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