summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcpu.h
Commit message (Expand)AuthorAgeFilesLines
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* Added a facility to allow logerror output to reside in traces Nathan Woods2017-01-161-2/+5
* XML refactoring: Vas Crabb2016-12-111-5/+5
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-2/+0
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-0/+2
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-90/+90
* Fix Visual Studio build (nw) Miodrag Milanovic2016-11-161-1/+1
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-1/+1
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-10/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-81/+81
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-2/+2
* Cleanups and version bump Miodrag Milanovic2016-07-271-1/+1
* Make loop collation optional for debugger trace and traceover commands therealmogminer@gmail.com2016-07-141-2/+3
* Don't need debugcpu to translate (nw) AJR2016-07-031-3/+0
* Consolidate disassemble functions (nw) AJR2016-07-031-3/+0
* Merge pull request #994 from ajrhacker/dasm_override Miodrag Milanović2016-07-011-6/+0
|\
| * Move disasm overrides into interface, reducing driver-debugger dependencies (nw) AJR2016-06-241-6/+0
* | Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-20/+19
|/
* Eliminate some unnecessary pass-through methods from debugcpu (nw) AJR2016-06-221-6/+1
* small debugger cleanup (nw) Miodrag Milanovic2016-06-171-2/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-56/+139
* Added comlist comment to debugger [Angelo Salese] angelosa2016-06-041-2/+2
* Move more things to type-safe printf Vas Crabb2016-03-011-1/+7
* some handmade changes (nw) Miodrag Milanovic2015-12-211-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-12/+12
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-1/+1
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-6/+6
* 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-3/+3
* Replace simple_set with std::set Vas Crabb2015-04-111-8/+9
* debug: better handling of duplicate memory access Fabrice Bellet2014-12-181-1/+4
* Fix various typos Zoë Blade2014-11-301-4/+4
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-1/+1
* Nuke some more auto_allocs. Aaron Giles2014-03-161-0/+3
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-2/+2
* 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
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-13/+13
* Adds a watchpoint debug view. [Andrew Gardner] Andrew Gardner2013-07-261-22/+28
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-231-14/+14
* QT Debugger: Finished up the breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-121-8/+27
* Cleanups and version bumpmame0148u5 Miodrag Milanovic2013-05-201-5/+5
* Adds memory tracking to debugger. This includes two new commands: trackmem and Andrew Gardner2013-05-091-7/+40
* QT Debugger: Adds trackpc command, allowing for a visual display of where the Andrew Gardner2013-04-201-19/+32
* Adds simple_set data structure and hooked it up to the debugger comment system. Andrew Gardner2013-04-131-9/+16
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* Debugger: [Wilbert Pol] Wilbert Pol2013-03-111-0/+36
* Added a new 'lastinstructioncycles' property to the debugger to measure the Nathan Woods2013-02-171-0/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-84/+84