summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Added a 'changed by' search to the cheat engine [Pugsy] Phil Bennett2010-12-191-1/+10
* Fixed debug command symlist (bug #4131) [Robbbert] Miodrag Milanovic2010-12-121-4/+4
* Split the screen device into a separate module. Aaron Giles2010-12-021-2/+2
* Fix issues with setting condition expressions on break/watchpoints. Aaron Giles2010-11-081-10/+10
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-61/+57
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-4/+4
* Move debug_setup() call to after the device_debug class is created. Aaron Giles2010-09-061-3/+0
* Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized Aaron Giles2010-09-051-5/+4
* Swap: (astring.len() != 0) -> astring Aaron Giles2010-08-211-4/+4
* Remove most of the temporary inline helpers. Aaron Giles2010-08-191-1/+1
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-13/+13
* Massive memory system change. This is another step along the path toward Aaron Giles2010-08-191-37/+37
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-7/+7
* Fixed Debugger bpenable/bpdisable commands which were not Quench2010-07-131-1/+1
* More loop initializers for PowerPC compile. R. Belmont2010-07-071-5/+5
* Cleanup debugger interface some more. Aaron Giles2010-07-061-5/+5
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-061-216/+144
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-3/+7
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-9/+9
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-3/+3
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-2/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-62/+57
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-16/+16
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-26/+26
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-17/+18
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-6/+4
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-17/+8
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* Internal memory system shuffling. Address maps initialized internally Aaron Giles2009-12-061-3/+4
* replaced char * pointer comparison with strcmp. smf-2009-12-061-1/+1
* fixed compiling after share were changed to a tag, not tested if this is the ... smf-2009-12-061-2/+2
* More memory system cleanup. Removed SMH_* macros entirely. In Aaron Giles2009-12-051-1/+1
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-2/+2
* Fix GCC compiler warning. R. Belmont2009-10-021-0/+2
* > From: Sandro Ronco [mailto:sandroronco@gmail.com] Aaron Giles2009-10-011-38/+76
* > -----Original Message----- Aaron Giles2009-09-211-39/+47
* Cleanups and version bump. Aaron Giles2009-09-101-1/+1
* Added helper function core_i64_hex_format. Replaced several printf cases in t... Aaron Giles2009-09-101-122/+31
* > -----Original Message----- Aaron Giles2009-09-101-0/+20
* Fix CPP_COMPILE (except for internal compiler error on snes.c). Aaron Giles2009-09-081-2/+2
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-20/+20
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-13/+13
* Fixed 64-bit MSVC compile. Curt Coder2009-09-061-1/+1
* From: Sandro Ronco [mailto:sandro.ronco@alice.it] Aaron Giles2009-09-031-0/+490
* Added casts to ensure proper values are passed to the ctype.h functions. Aaron Giles2009-06-251-4/+4
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* CPU interface organization shuffle. The file cpuintrf.h now merely Aaron Giles2008-12-221-9/+9