summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcmd.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* Make loop collation optional for debugger trace and traceover commands therealmogminer@gmail.com2016-07-141-2/+29
* Don't need debugcpu to translate (nw) AJR2016-07-031-5/+5
* Consolidate disassemble functions (nw) AJR2016-07-031-3/+8
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-19/+19
* Eliminate some unnecessary pass-through methods from debugcpu (nw) AJR2016-06-221-5/+11
* Merge pull request #965 from ajrhacker/debugspace R. Belmont2016-06-181-2/+6
|\
| * Suppress 'no matching space' debugger error when disassembling CPUs without d... AJR2016-06-181-2/+6
* | tagged_list to unordered_map for debugger (nw) Miodrag Milanovic2016-06-181-3/+3
|/
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-819/+647
* TODO note, nw angelosa2016-06-051-0/+13
* Added commit command to debugger. [Angelo Salese] angelosa2016-06-051-8/+21
* Added comlist comment to debugger [Angelo Salese] angelosa2016-06-041-0/+16
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Iterate over devices C++11 style AJR2016-04-181-104/+75
* Typo fix: threshhold → threshold Jordi Mallach2016-04-011-1/+1
* Iterate over core classes C++11 style AJR2016-03-311-11/+10
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-0/+3
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-2/+2
* Fix some oversights in previous changes, sorry guys'n'gals Vas Crabb2016-03-031-9/+9
* Change field format to show leading zeros for debugger 'dasm' command as well Happy2016-03-011-2/+2
* Change field format to show leading zeros for debugger 'dump' command Happy2016-03-011-2/+2
* Get rid of most uses of core_i64_hex_format, all remaining uses are in memory... Vas Crabb2016-03-011-43/+65
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-15/+14
* Small code cleanup: dankan18902016-01-291-2/+3
* reverting: Miodrag Milanovic2016-01-201-21/+21
* tags are now strings (nw) Miodrag Milanovic2016-01-161-21/+21
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-121-2/+2
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-121-2/+3
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-4/+4
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-96/+96
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-1/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-5/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+3115