summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvwpoints.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Still more user experience improvements: Vas Crabb2021-10-181-1/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Debugger expression and memory access overhaul AJR2020-05-251-17/+18
* Make debugger view startup more efficient - it's still not going to be practi... Vas Crabb2019-11-181-3/+4
* misc cleanup: Vas Crabb2019-11-181-7/+8
* (nw) Clean up the mess on master Vas Crabb2019-03-261-41/+26
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-26/+41
* Eliminate qsort usage in debugger (nw) AJR2019-02-161-41/+26
* emumem: Backend modernization [O. Galibert] Olivier Galibert2018-06-291-4/+4
* Fix watchpoint view for address-shifted spaces AJR2018-03-111-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-1/+1
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-1/+1
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-2/+2
* Iterate over devices C++11 style AJR2016-04-181-4/+3
* Iterate over core classes C++11 style AJR2016-03-311-2/+2
* Cleanups and version bump Miodrag Milanovic2016-03-301-2/+2
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-0/+2
* Fix stupid reversed subtraction Vas Crabb2016-03-011-1/+1
* Get rid of most uses of core_i64_hex_format, all remaining uses are in memory... Vas Crabb2016-03-011-57/+65
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-11/+3
* reverting: Miodrag Milanovic2016-01-201-2/+2
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-3/+3
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+361