summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugvw.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-536/+0
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* debug: fix wrong initial m_topleft.x value in memory view Fabrice Bellet2014-12-181-2/+2
* debug: dont update asm view in the start_hook() Fabrice Bellet2014-12-181-0/+14
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-110/+14
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-12/+2
* 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-0/+4
* QT Debugger: WIP for a new breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-061-0/+4
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-29/+29
* QT Debugger improvements. [Andrew Gardner] Andrew Gardner2013-01-161-29/+40
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-29/+29
* clean-ups and version bump Angelo Salese2011-10-101-1/+1
* Fixes views without device (no whatsnew) Miodrag Milanovic2011-10-041-1/+1
* Made disassembler view show in octal if cpu core is specified like that, for ... Miodrag Milanovic2011-10-041-1/+6
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-2/+2
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-13/+13
* BIG update. Aaron Giles2011-03-291-15/+15
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-1/+1
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-34/+24
* Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized Aaron Giles2010-09-051-1/+0
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-17/+17
* Fix compile warning on 64-bit Linux (no whatsnew) R. Belmont2010-06-251-1/+1
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-251-3034/+399
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* Near the end? (no whatsnew) R. Belmont2010-06-171-3/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-196/+129
* Fixed crash in memory window view region. No whatsnew. Couriersud2010-05-221-1/+4
* Partial fix for MT #03844. Addresses entered in memory window will now honour... Couriersud2010-05-161-1/+5
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-1/+1
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-4/+4
* Made direct accessors for device configuration state. Currently they Aaron Giles2010-01-211-4/+4
* Fix bug where memory regions were not properly enumerated for the Aaron Giles2010-01-181-77/+35
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-10/+10
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-1/+1
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-4/+4
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-34/+25
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-45/+26
* Cleaned up braces in the code so that they are properly balanced. [Atari Ace] Aaron Giles2009-12-281-1/+1
* Cleanups and version bump.mame0135u4 Aaron Giles2009-12-231-1/+1
* Fix MSVC warning. Aaron Giles2009-12-181-1/+0
* Fix MT03444. Global arrays are now included once again in the memory view. Aaron Giles2009-12-121-16/+24
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-1/+1
* Device memory spaces are now visible in the debugger. Aaron Giles2009-10-091-6/+9
* Added helper function core_i64_hex_format. Replaced several printf cases in t... Aaron Giles2009-09-101-41/+7
* Fixed crasher in the debugger revealed by the latest changes. Aaron Giles2009-09-081-1/+1
* Remove remaining references to machine->cpu[n]. Removed cpu[n] array. Aaron Giles2009-09-081-5/+5