summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger/win
Commit message (Expand)AuthorAgeFilesLines
* osd/modules/debugger/win/consolewininfo.cpp: fixed build on Windows, AJR plea... Ivan Vangelista2022-01-071-1/+3
* -frontend: Refactored menu event handling and fixed a number of issues. (#8777) Vas Crabb2021-10-314-61/+168
* Still more user experience improvements: Vas Crabb2021-10-182-0/+16
* Fix multiple issues with debug memory tracking AJR2021-10-041-2/+5
* debugger/qt, debugger/win: Fixed suppressing trailing whitespace in copied te... Vas Crabb2021-09-271-2/+2
* debugger/win/memorywininfo.cpp: Fix build AJR2021-08-161-7/+7
* dvmemory: Substitute strongly typed enum for magic numbers specifying data fo... AJR2021-08-163-14/+13
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Debuger updates: Vas Crabb2021-01-304-75/+223
* Goodbye 64 suffix on the main executable, it was nice knowing you. Vas Crabb2021-01-262-1/+23
* win32 debugger: Added context menu with Copy Visible and Paste commands to de... Vas Crabb2021-01-262-30/+183
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-252-6/+6
* -Switch to building MAME as C++17. Vas Crabb2020-11-153-2/+3
* Got rid of global_alloc/global_free. Vas Crabb2020-10-035-8/+8
* Debugger expression and memory access overhaul AJR2020-05-254-16/+19
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-082-2/+0
* copy-paste error (nw) Vas Crabb2020-01-311-1/+1
* there are reasons for things being the way they were (nw) Vas Crabb2020-01-3120-13/+63
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-306-11/+11
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-3020-58/+10
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-223-11/+11
* missed one Windows debugger thing (nw) Vas Crabb2019-11-181-1/+1
* misc cleanup: Vas Crabb2019-11-1816-39/+50
* (nw) misc cleanup: Vas Crabb2019-10-111-3/+3
* Use std::forward_list for breakpoint and registerpoint lists (nw) AJR2019-09-101-19/+8
* (nw) updated debug media menu to latest version Robbbert2019-07-132-13/+34
* (nw) windebug: fixed bug: in error-log window, Debug,New Memory Window would ... Robbbert2019-07-132-4/+2
* rewind implementation fixes and improvements vadosnaprimer2017-12-222-1/+20
* In the windows debugger log window add a Log/Clear menu to remove all logged ... yz70s2017-07-304-1/+80
* Merge tag 'mame0188' Vas Crabb2017-07-261-16/+17
|\
| * scope stuff down again, rvalue on left of ==, fewer early exits (nw) Vas Crabb2017-07-241-16/+18
| * In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2017-07-242-1/+7
* | In class consolewin_info method set_cpu does nothing if the cpu to be set is ... yz70s2017-07-232-1/+7
|/
* srcclean (nw) Vas Crabb2017-06-251-1/+1
* Changed a few 'const char *' ==> 'const std::string &' in the MAME debugger (... npwoods2017-06-2411-13/+13
* (nw)Windows debugger: removed "Mount Item" for now due to bugs, also removed ... Robbbert2017-06-241-2/+10
* Windows debugger: image menu: Mount File/Create default to swpath instead of ... Robbbert2017-06-011-3/+39
* Windows debugger: image menu: added ability to load software-list items. Robbbert2017-06-012-3/+158
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-1/+1
* Cleanup, we already have NOMINMAX now in scripts (nw) Miodrag Milanovic2017-02-111-2/+0
* fix windows compile (nw) Miodrag Milanovic2017-02-1113-0/+13
* Remove emu.h from headers (nw) Olivier Galibert2017-02-115-5/+0
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-1/+0
* Fix #1802 (uninitialised memory read as debugger command history) and clean u... Vas Crabb2016-12-172-52/+63
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-1/+1
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228-45/+45
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-223-4/+4
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-034-10/+10
* Adding new string conversion overloads Nathan Woods2016-10-011-4/+4