| Commit message (Expand) | Author | Age | Files | Lines |
| * | emu/debug: Extended memory commands for region and space (#13767) |  holub | 2025-08-30 | 1 | -1/+134 |
| * | debugger: symlist usability + symbol table extensibility (#13694) |  dave-br | 2025-05-20 | 1 | -1/+2 |
| * | debug/express.cpp: Fix bad iterator comparison in postfix conversion. (#12197) |  invertego | 2024-03-30 | 1 | -1/+1 |
| * | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 1 | -10/+14 |
| * | Revert "Make numbers signed in debugger where it matters" |  Vas Crabb | 2022-11-27 | 1 | -10/+10 |
| * | Make numbers signed in debugger where it matters |  AJR | 2022-11-16 | 1 | -10/+10 |
| * | Addressed some Lua scripting pitfalls. (#9294) |  Vas Crabb | 2022-02-12 | 1 | -8/+8 |
| * | debugger: Memory accesses in expressions don't support taking the first expos... |  Vas Crabb | 2021-10-20 | 1 | -3/+3 |
| * | express.cpp: Fix regression in interpreting db@, ib@, ob@ and similar memory ... |  AJR | 2021-10-19 | 1 | -0/+4 |
| * | More user experience improvements: |  Vas Crabb | 2021-10-14 | 1 | -146/+146 |
| * | Various improvements to the user experience: |  Vas Crabb | 2021-10-13 | 1 | -183/+136 |
| * | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 1 | -5/+9 |
| * | debug/express.cpp: Fix parsing for preincrement & predecrement operators; mak... |  AJR | 2021-01-24 | 1 | -85/+68 |
| * | Much more core std::string_view modernization |  AJR | 2021-01-20 | 1 | -3/+3 |
| * | Fix most implicit fallthrough warnings from clang |  Vas Crabb | 2020-11-17 | 1 | -1/+1 |
| * | express.cpp: Replace simple_list with std::list in parsing |  AJR | 2020-09-03 | 1 | -50/+77 |
| * | Fix crash when attempting to write to memory from debugger (nw) |  AJR | 2020-05-26 | 1 | -2/+2 |
| * | Debugger expression and memory access overhaul |  AJR | 2020-05-25 | 1 | -37/+557 |
| * | Make expressions octal for applicable address spaces in disassembly view |  AJR | 2020-04-13 | 1 | -45/+46 |
| * | fixed some clang-tidy warnings (nw) (#6236) |  Oliver Stöneberg | 2020-01-30 | 1 | -6/+6 |
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
| * | misc cleanup: |  Vas Crabb | 2019-11-18 | 1 | -5/+4 |
| * | debug/express.cpp: Use std::deque for token stack (nw) |  AJR | 2018-07-26 | 1 | -32/+16 |
| * | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -3/+3 |
| * | (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get |  Vas Crabb | 2017-12-01 | 1 | -47/+26 |
| * | fix building with MSVC (nw) |  smf- | 2017-03-29 | 1 | -1/+1 |
| * | express: More robust parsing fix (nw) |  Olivier Galibert | 2017-03-27 | 1 | -5/+10 |
| * | disable: reverse polarity (nw) |  Olivier Galibert | 2017-03-26 | 1 | -8/+8 |
| * | express: More robust memory access operator parsing (nw) |  Olivier Galibert | 2017-03-26 | 1 | -1/+1 |
| * | debugger_access: Refactor [O. Galibert] |  Olivier Galibert | 2017-03-02 | 1 | -12/+14 |
| * | Make debugger fall back from binary to default base on 0b prefix |  Vas Crabb | 2017-02-03 | 1 | -1/+12 |
| * | Created a new debugger command 'tracesym' |  Nathan Woods | 2017-01-15 | 1 | -9/+10 |
| * | debugger: use 0o for octal prefix, and add support for binary with 0b a la C+... |  Vas Crabb | 2017-01-06 | 1 | -22/+43 |
| * | Merge pull request #980 from shattered/_ad3979c |  R. Belmont | 2017-01-05 | 1 | -0/+3 |
| |\ |
|
| | * | debugger: parse octal expressions (prefixed by '0') |  Sergey Svishchev | 2016-06-21 | 1 | -0/+3 |
| * | | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -46/+46 |
| * | | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -1/+1 |
| * | | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -1/+1 |
| * | | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -46/+46 |
| |/ |
|
| * | tagged_list to unordered_map for debugger (nw) |  Miodrag Milanovic | 2016-06-18 | 1 | -8/+8 |
| * | Major refactoring of debugger core [Ryan Holtz] |  therealmogminer@gmail.com | 2016-06-08 | 1 | -8/+8 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -1/+1 |
| * | Iterate over core classes C++11 style |  AJR | 2016-03-31 | 1 | -8/+8 |
| * | Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... |  Miodrag Milanovic | 2016-01-20 | 1 | -3/+3 |
| * | Fix for hang, emu_options::add_slot_options was changed, other things are ju... |  Miodrag Milanovic | 2016-01-18 | 1 | -3/+3 |
| * | clang-modernize part 1 (nw) |  Miodrag Milanovic | 2015-12-03 | 1 | -61/+61 |
| * | Some cleanups and init fixes with help of ReSharper C++ (nw) |  Miodrag Milanovic | 2015-11-11 | 1 | -2/+2 |
| * | Rename *.c -> *.cpp in our source (nw) |  Miodrag Milanovic | 2015-11-08 | 1 | -0/+1753 |