summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcon.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-151/+87
| | | | | | | | * Eliminate globals/file statics * Remove lots of stuff from global scope * Use std::function for custom command registration * Eliminate some trampolines * Build fixes from Vas Crabb and balr0g
* 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