summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/debugcon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Redoing offs_t to 64-bits expansion. MooglyGuy2026-05-011-8/+0
* emu/debug: Use "classic" locale for debug console. Vas Crabb2026-01-271-5/+7
* lisa: Massive updates Olivier Galibert2026-01-071-19/+23
* Clean up some stuff: Vas Crabb2025-09-031-8/+8
* emu/debug: Extended memory commands for region and space (#13767) holub2025-08-301-1/+64
* Various optimisations to code generaton. Vas Crabb2023-03-261-4/+4
* Various input and OSD refactoring: Vas Crabb2023-01-291-0/+1
* Move debugger command parameter validation helpers into debugger_console AJR2022-10-291-2/+490
* Change debugger command handler parameter vector element type from std::strin... AJR2022-08-021-9/+6
* Prevent debugger commands from being evaluated when they are assignment expre... AJR2022-06-111-1/+3
* debugcon.cpp: Use std::string_view in command parsing and eliminate initial b... AJR2022-02-211-131/+110
* Remove fileio.h from emu.h AJR2022-02-111-0/+5
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-42/+54
* Stop converting debugger console commands to all lowercase before parsing the... AJR2021-02-131-8/+8
* Much more core std::string_view modernization AJR2021-01-201-1/+2
* debugcon.cpp, textbuf.cpp: More uses for std::string_view AJR2020-12-111-32/+30
* debug/textbuf.cpp: Another obvious use for std::string_view AJR2020-12-081-2/+2
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-2/+2
* -emu/render.cpp: Load from all external artwork paths. Vas Crabb2020-10-131-19/+19
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-121-56/+42
* srcclean and cleanup (nw) Vas Crabb2020-06-211-5/+5
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Debugger: add `condump` command to export console buffer to a log file (#6781) Stevie-O2020-06-071-0/+37
* Merge pull request #6660 from Stevie-O/debug-console-logging R. Belmont2020-05-301-4/+39
|\
| * Debugger - add `-debuglog` option to log debug console output to file Stephen Oberholtzer2020-05-071-4/+39
* | Debugger expression and memory access overhaul AJR2020-05-251-1/+25
|/
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-131-2/+1
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Use std::forward_list instead of custom linked structure and eliminate last u... AJR2019-12-041-25/+18
* (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-201-2/+4
* -debugcon: Added CMDFLAG_CUSTOM_HELP, in order to flag custom device-specific... MooglyGuy2019-07-071-0/+25
* debugcpu.cpp: Move scripting functions down into console (nw) AJR2018-07-261-0/+66
* srcclean (nw) Vas Crabb2017-10-221-1/+1
* device_state_interface: Polymorphism and std::function for entries (nw) (#2690) ajrhacker2017-10-121-3/+5
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-241-5/+5
* general cleanup: Vas Crabb2017-05-231-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* C++-ification of debugger code (misc std::string/std::vector adoption mainly) Nathan Woods2017-03-031-2/+5
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-7/+7
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-9/+10
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-7/+7
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-151/+87
* 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