summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.c
Commit message (Expand)AuthorAgeFilesLines
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-2/+2
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-13/+8
* 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-29/+29
* Adds a watchpoint debug view. [Andrew Gardner] Andrew Gardner2013-07-261-22/+31
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-12/+12
* QT Debugger: Finished up the breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-121-8/+14
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-14/+14
* Adds memory tracking to debugger. This includes two new commands: trackmem and Andrew Gardner2013-05-091-5/+50
* 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-201-45/+91
* Adds simple_set data structure and hooked it up to the debugger comment system. Andrew Gardner2013-04-131-89/+18
* 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-021-16/+10
* Debugger: [Wilbert Pol] Wilbert Pol2013-03-111-0/+175
* Added a new 'lastinstructioncycles' property to the debugger to measure the Nathan Woods2013-02-171-1/+21
* fixed crash with -debug when image loading failed (nw) Oliver Stöneberg2013-02-121-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-71/+71
* Fix GCC 4.4 compile (no whatsnew) mahlemiut2012-09-201-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-30/+36
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-212/+192
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* In device_state_interface, rename state() to state_int() 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
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-3/+3
* 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
* Sync with MESS, including OG's fix for exiting with debugger active (no whats... Miodrag Milanovic2012-01-261-0/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-15/+10
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-6/+2
* Adding "totalcycles" debugger variable Nathan Woods2011-12-291-1/+16
* Break into debugger check outside of vblank check (no whatsnew) Miodrag Milanovic2011-07-261-9/+3
* Allow break into debugger for screen less systems (no whatsnew) Miodrag Milanovic2011-07-191-0/+5
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-4/+4
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-5/+5
* Cleanups and version bump.mame0142 Aaron Giles2011-04-031-2/+2
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-12/+12
* BIG update. Aaron Giles2011-03-291-129/+129
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-19/+28
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-17/+17
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-2/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-14/+6
* Make "run to next CPU" more reliable. Aaron Giles2011-02-091-8/+11
* Fix build break from last checkin. Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-4/+4
* NetBSD support [Thomas Klausner] R. Belmont2011-02-021-1/+1