summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcon.cpp
Commit message (Expand)AuthorAgeFilesLines
* debugcpu.cpp: Move scripting functions down into console (nw) AJR2018-07-261-0/+66
* srcclean (nw) Vas Crabb2017-10-221-1/+1
* device_state_interface: Polymorphism and std::function for entries (nw) (#2690) ajrhacker2017-10-121-3/+5
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-5/+5
* general cleanup: Vas Crabb2017-05-231-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* C++-ification of debugger code (misc std::string/std::vector adoption mainly) Nathan Woods2017-03-031-2/+5
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-7/+7
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-9/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-151/+87
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* Move more things to type-safe printf Vas Crabb2016-03-011-30/+14
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-121-5/+5
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-121-6/+6
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-7/+7
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+565