summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugvw.cpp
Commit message (Collapse)AuthorAgeFilesLines
* small debugger cleanup (nw) Miodrag Milanovic2016-06-171-6/+0
|
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-6/+7
| | | | | | | | * 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
* Iterate over core classes C++11 style AJR2016-03-311-3/+3
| | | | | | | | C++11 range-based for loops can now iterate over simple_list, tagged_list, core_options, device_t::subdevice_list, device_t::interface_list, render_primitive_list and all subclasses of the above, and much code has been refactored to use them. Most core classes that have these lists as members now have methods that return the lists themselves, replacing most of the methods that returned the object at an owned list's head. (A few have been retained due to their use in drivers or OSD.) device_t now manages subdevice and interface lists through subclasses, but has given up the work of adding and removing subdevices to machine_config. memory_manager has its tagged lists exposed, though the old rooted tag lookup methods have been removed (they were privatized already).
* Make octal flag part of address_space/address_space_config, not ↵ AJR2016-02-041-6/+1
| | | | (illogically) device_execute_interface (nw)
* replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-301-11/+11
|
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-14/+14
|
* More cleanups (nw) Miodrag Milanovic2015-11-111-1/+1
|
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+0
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+536