summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.c
Commit message (Expand)AuthorAgeFilesLines
* debug: reverted dasm window change. (nw) Robert2014-12-241-1/+1
* debug: better handling of duplicate memory access Fabrice Bellet2014-12-181-4/+4
* debug: dont update asm view in the start_hook() Fabrice Bellet2014-12-181-1/+1
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-2/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* Do web serving in main thread (nw) Miodrag Milanovic2014-09-081-0/+2
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-1/+1
* m68000: Do what the real M68K does on byte writes. Fix the debugger so watchp... Alex W. Jackson2014-05-301-0/+12
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-3/+0
* 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