summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-3575/+0
* Removed mongoose due to restricted license and webserver wip till code is res... Miodrag Milanovic2015-11-041-2/+0
* Give message if debugger comments are not saved (nw) yz70s2015-10-071-1/+6
* Remove direct zlib dependency in code (nw) Miodrag Milanovic2015-09-131-2/+2
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-22/+18
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-19/+21
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-4/+4
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-9/+10
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-9/+9
* Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-04-111-28/+26
|\
| * Replace simple_set with std::set Vas Crabb2015-04-111-28/+26
* | cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-2/+2
|/
* 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