summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/express.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* debug/express.cpp: Fix bad iterator comparison in postfix conversion. (#12197) invertego2024-03-301-1/+1
* dimemory: Add the target address space to translate, wrap the constants Olivier Galibert2023-03-181-10/+14
* Revert "Make numbers signed in debugger where it matters" Vas Crabb2022-11-271-10/+10
* Make numbers signed in debugger where it matters AJR2022-11-161-10/+10
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-8/+8
* debugger: Memory accesses in expressions don't support taking the first expos... Vas Crabb2021-10-201-3/+3
* express.cpp: Fix regression in interpreting db@, ib@, ob@ and similar memory ... AJR2021-10-191-0/+4
* More user experience improvements: Vas Crabb2021-10-141-146/+146
* Various improvements to the user experience: Vas Crabb2021-10-131-183/+136
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-5/+9
* debug/express.cpp: Fix parsing for preincrement & predecrement operators; mak... AJR2021-01-241-85/+68
* Much more core std::string_view modernization AJR2021-01-201-3/+3
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-1/+1
* express.cpp: Replace simple_list with std::list in parsing AJR2020-09-031-50/+77
* Fix crash when attempting to write to memory from debugger (nw) AJR2020-05-261-2/+2
* Debugger expression and memory access overhaul AJR2020-05-251-37/+557
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-131-45/+46
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-6/+6
* use C++ library includes (nw) firewave2020-01-221-1/+1
* misc cleanup: Vas Crabb2019-11-181-5/+4
* debug/express.cpp: Use std::deque for token stack (nw) AJR2018-07-261-32/+16
* Grammar police (nw) Olivier Galibert2018-02-241-3/+3
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-47/+26
* fix building with MSVC (nw) smf-2017-03-291-1/+1
* express: More robust parsing fix (nw) Olivier Galibert2017-03-271-5/+10
* disable: reverse polarity (nw) Olivier Galibert2017-03-261-8/+8
* express: More robust memory access operator parsing (nw) Olivier Galibert2017-03-261-1/+1
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-12/+14
* Make debugger fall back from binary to default base on 0b prefix Vas Crabb2017-02-031-1/+12
* Created a new debugger command 'tracesym' Nathan Woods2017-01-151-9/+10
* debugger: use 0o for octal prefix, and add support for binary with 0b a la C+... Vas Crabb2017-01-061-22/+43
* Merge pull request #980 from shattered/_ad3979c R. Belmont2017-01-051-0/+3
|\
| * debugger: parse octal expressions (prefixed by '0') Sergey Svishchev2016-06-211-0/+3
* | Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-46/+46
* | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-1/+1
* | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-1/+1
* | NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-46/+46
|/
* tagged_list to unordered_map for debugger (nw) Miodrag Milanovic2016-06-181-8/+8
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-8/+8
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Iterate over core classes C++11 style AJR2016-03-311-8/+8
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-201-3/+3
* Fix for hang, emu_options::add_slot_options was changed, other things are ju... Miodrag Milanovic2016-01-181-3/+3
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-61/+61
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1753