summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* Move endianness type into lib/util header AJR2021-08-311-1/+1
* points.cpp: Minor correction to aef90f0db9ae60be5d03e86b4418c57f10f6b06b AJR2021-08-271-1/+1
* Octalize watchpoint hit message for memory spaces defined as octal AJR2021-08-271-9/+19
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-222-7/+7
* Revert "Allow the bpset/wpset/rpset & map commands to act on any cpu, by pref... Vas Crabb2021-08-221-27/+22
* Fix exception in debug memory viewer selecting a floating point format when t... AJR2021-08-161-0/+2
* debugger/win/memorywininfo.cpp: Fix build AJR2021-08-161-1/+1
* dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2021-08-162-54/+79
* Debugger-related feature removals and cleanup AJR2021-08-158-191/+22
* Allow the bpset/wpset/rpset & map commands to act on any cpu, by prefixing th... smf-2021-07-281-22/+27
* Fix minor positioning glitches in disassembly view related to changing sources AJR2021-05-091-3/+5
* Add %o format support to debugger printf command AJR2021-04-061-0/+26
* Add 'wpsize' variable to access the data size from a watchpoint (#7837) Scott Percival2021-03-033-3/+6
* debug: add cls command to clear console buffer hap2021-02-164-1/+13
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-145-8/+8
* Stop converting debugger console commands to all lowercase before parsing the... AJR2021-02-133-56/+56
* Update state views when memory is modified through the debugger (since regist... AJR2021-02-091-0/+1
* Bug fixes and usablility enhancements: Vas Crabb2021-01-291-0/+2
* debug/express.cpp: Fix parsing for preincrement & predecrement operators; mak... AJR2021-01-242-90/+72
* Much more core std::string_view modernization AJR2021-01-205-7/+10
* natkeyboard: Remove from ioport_manager AJR2020-12-261-2/+2
* debughlp.cpp: document loadr and saver debugger commands Ivan Vangelista2020-12-151-1/+34
* Prevent certain register values from being formatted with invalid characters ... AJR2020-12-141-0/+3
* debugcon.cpp, textbuf.cpp: More uses for std::string_view AJR2020-12-114-71/+67
* debug/textbuf.cpp: Another obvious use for std::string_view AJR2020-12-083-11/+6
* frontend: Lua engine improvements. Vas Crabb2020-11-302-2/+3
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-258-51/+51
* Implement views, which are essentially bankdevs integrated into the Olivier Galibert2020-11-221-3/+8
* Add strdump debugger command for dumping memory as ASCII strings AJR2020-11-183-0/+203
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-1/+1
* Remove some deprecated instantiations of static constexpr members (MSVC compl... Vas Crabb2020-11-152-10/+0
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-16/+16
* -emu/render.cpp: Load from all external artwork paths. Vas Crabb2020-10-133-42/+46
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-127-242/+220
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-9/+9
* Add abs, bit, s8, s16, s32 functions to debugger AJR2020-09-252-9/+72
* debug/express.h: Remove leftover declaration AJR2020-09-191-2/+0
* emu/save.cpp: Fix bad SFINAE trick breaking segapcm.cpp, fix saving attotime ... Vas Crabb2020-09-141-1/+1
* -util/xmlfile: Escape attribute and element content. Vas Crabb2020-09-061-1/+1
* express.cpp: Replace simple_list with std::list in parsing AJR2020-09-032-56/+87
* device_state_interface overhaul AJR2020-08-312-4/+6
* Document rowsize parameter for dump command in debugger help AJR2020-08-081-4/+4
* Merge tag 'mame0223' into mainline-master Vas Crabb2020-08-061-25/+23
|\
| * -debug/debugcmd.cpp: Don't leak an open FILE when an argument is invalid and ... Vas Crabb2020-08-061-25/+23
* | Add 'fill' command to debugger. Syntax and operation are similar to 'find' co... AJR2020-08-013-0/+130
|/
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1
* Merge tag 'mame0222' into mainline-master Vas Crabb2020-06-262-11/+11
|\
| * cleanup and loose ends: Vas Crabb2020-06-262-11/+11
* | add saver to operate memory region (#6837) Jacob2020-06-212-0/+115
|/
* srcclean and cleanup (nw) Vas Crabb2020-06-213-49/+49