summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/express.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various updates, mostly around Lua: Vas Crabb2023-03-071-7/+9
* Addressed some Lua scripting pitfalls. (#9294) Vas Crabb2022-02-121-4/+5
* Various improvements to the user experience: Vas Crabb2021-10-131-5/+5
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-2/+4
* debug/express.cpp: Fix parsing for preincrement & predecrement operators; mak... AJR2021-01-241-5/+4
* debug/express.h: Remove leftover declaration AJR2020-09-191-2/+0
* express.cpp: Replace simple_list with std::list in parsing AJR2020-09-031-6/+10
* Debugger expression and memory access overhaul AJR2020-05-251-8/+18
* Make expressions octal for applicable address spaces in disassembly view AJR2020-04-131-18/+19
* misc cleanup: Vas Crabb2019-11-181-26/+2
* debug/express.cpp: Use std::deque for token stack (nw) AJR2018-07-261-4/+2
* Grammar police (nw) Olivier Galibert2018-02-241-2/+2
* (nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get Vas Crabb2017-12-011-7/+6
* general cleanup: Vas Crabb2017-05-231-9/+5
* disable: reverse polarity (nw) Olivier Galibert2017-03-261-6/+6
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-7/+11
* Fix OS X build (nw) AJR2017-02-111-0/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* srcclean (nw) Vas Crabb2017-01-221-1/+1
* Created a new debugger command 'tracesym' Nathan Woods2017-01-151-2/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-28/+28
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-28/+28
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-1/+1
* tagged_list to unordered_map for debugger (nw) Miodrag Milanovic2016-06-181-4/+4
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-081-6/+8
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-1/+1
* Iterate over core classes C++11 style AJR2016-03-311-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-5/+5
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-3/+3
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-4/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-43/+43
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-7/+7
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-1/+1
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-19/+19
* Fix issues with setting condition expressions on break/watchpoints. Aaron Giles2010-11-081-0/+1
* Converted the expression engine to C++, did the usual cleanup. Aaron Giles2010-11-011-150/+369
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+1
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Exposed an address space for EEPROM devices. This has several Aaron Giles2009-12-281-2/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* Memory references can now explicitly specify logical or physical access Aaron Giles2009-10-011-7/+12
* Further debugger cleanup. Symbol tables now have a global ref Aaron Giles2008-11-221-10/+12
* Debugger interfaces cleanup. Still more to do but this compiles and Aaron Giles2008-11-211-5/+5
* Added expression validation callback to verify names for CPUs and Aaron Giles2008-08-071-4/+15
* Changed symbol table reference parameters to void * from UINT32. Aaron Giles2008-07-311-6/+6
* Region classes go bye-bye. Aaron Giles2008-07-281-4/+1
* Changed the way memory regions are referenced. Instead of a single Aaron Giles2008-07-281-2/+2
* Changed direct access EEPROM interface to return the "bus width" of the Aaron Giles2008-07-171-21/+39