summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugvw.h
Commit message (Expand)AuthorAgeFilesLines
* Reset m_dasm on source switch (nw) Olivier Galibert2017-11-301-1/+1
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-1/+1
* general cleanup: Vas Crabb2017-05-231-4/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-35/+35
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-17/+17
* small debugger cleanup (nw) Miodrag Milanovic2016-06-171-2/+0
* Iterate over core classes C++11 style AJR2016-03-311-1/+1
* Make octal flag part of address_space/address_space_config, not (illogically)... AJR2016-02-041-2/+0
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+0
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* debug: dont update asm view in the start_hook() Fabrice Bellet2014-12-181-0/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-35/+7
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-2/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Adds a watchpoint debug view. [Andrew Gardner] Andrew Gardner2013-07-261-1/+2
* QT Debugger: WIP for a new breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-061-1/+2
* QT Debugger: Adds trackpc command, allowing for a visual display of where the Andrew Gardner2013-04-201-8/+9
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-61/+61
* QT Debugger improvements. [Andrew Gardner] Andrew Gardner2013-01-161-59/+66
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-58/+58
* Made disassembler view show in octal if cpu core is specified like that, for ... Miodrag Milanovic2011-10-041-0/+2
* Ok, last spring cleaning, I hope ... Angelo Salese2011-04-191-1/+1
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+3
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-0/+5
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-6/+5
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-11/+11
* Recompute expression values even if not dirty. Aaron Giles2010-06-251-1/+1
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-395/+266
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+4
* Cleanups and version bump. Aaron Giles2010-01-281-4/+4
* Fix bug where memory regions were not properly enumerated for the Aaron Giles2010-01-181-15/+39
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-3/+3
* Added logic to track OSD updates separately from internal view updates in the Aaron Giles2008-12-081-0/+3
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-3/+3
* More debugger changes. Aaron Giles2008-12-031-36/+146
* Big debugger cleanup. Aaron Giles2008-12-031-106/+197
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+228