summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-3115/+0
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-011-1/+1
* Give message if debugger comments are not saved (nw) yz70s2015-10-071-0/+2
* *duh* Olivier Galibert2015-06-241-1/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-7/+11
* License self-service. Aaron Giles2015-05-251-1/+1
* lot more updated (nw) Miodrag Milanovic2015-05-111-5/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-32/+32
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-8/+8
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-6/+6
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-5/+5
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-8/+8
* Fixed strange display of long strings in Qt debugger (nw). Andrew Gardner2014-10-191-8/+2
* Make cheat initialization debugger message more verbose. [Pugsy] Scott Stone2014-10-081-1/+4
* Memory system and Namco improvements: [Alex Jackson] Alex W. Jackson2014-09-181-3/+3
* Fixed cheatnext command. (nw) Sandro Ronco2014-05-191-9/+11
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-1/+1
* device_gfx_interface and memory system improvements: [Alex Jackson] Alex W. Jackson2014-04-081-3/+3
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-8/+8
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-8/+8
* made MAME and MESS compile under VS2013, 32bit only for now (nw) Miodrag Milanovic2014-03-311-3/+3
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-20/+7
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-2/+2
* Adds a watchpoint debug view. [Andrew Gardner] Andrew Gardner2013-07-261-3/+4
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-7/+7
* QT Debugger: WIP for a new breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-061-2/+2
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-4/+4
* Adds statesave (ss) & stateload (sl) commands to the debugger. [Andrew Gardner] Andrew Gardner2013-05-141-12/+51
* Adds memory tracking to debugger. This includes two new commands: trackmem and Andrew Gardner2013-05-091-3/+86
* QT Debugger: Adds trackpc command, allowing for a visual display of where the Andrew Gardner2013-04-201-0/+44
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-1/+1
* QT Debugger: The memory view chunk size radio now reports proper sizes. Andrew Gardner2013-04-021-1/+4
* revision 21548 caused "trace off" to crash with a access violation [smf] smf-2013-03-161-5/+1
* Debugger: [Wilbert Pol] Wilbert Pol2013-03-111-0/+151
* Added the ability to tracelog to '{game}' (without the quotes); performing a Nathan Woods2013-03-031-3/+7
* Fixing natural keyboard debugger commands (input, dumpkbd) Nathan Woods2013-02-101-0/+52
* QT Debugger improvements [Andrew Gardner] Andrew Gardner2013-01-241-2/+8
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-61/+61
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-2/+2
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-41/+41
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-8/+4
* Converted memory_private to memory_manager and moved global memory Aaron Giles2012-04-051-1/+1
* Sync with MESS, including OG's fix for exiting with debugger active (no whats... Miodrag Milanovic2012-01-261-5/+0
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-31/+47
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-7/+7
* Added image devices support to debugger [Miodrag Milanovic] Miodrag Milanovic2011-06-081-1/+69
* Fixed the disassembly of the "mov ax, mem" instructions (opcodes A0- Angelo Salese2011-05-151-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1