summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-252-4/+4
* Many fixes for breakpoints/watchpoints views Vas Crabb2015-02-234-642/+369
* Make opening a break/watchpoints window work better if there are already ten ... Vas Crabb2015-02-232-10/+6
* Use uppercase ID in break/watchpoints windows to match how it's printed on th... Vas Crabb2015-02-222-2/+4
* Make the (watch|break)points notify correctly in response to clicks Vas Crabb2015-02-214-52/+10
* Make return type match value being returned Vas Crabb2015-02-201-1/+1
* Fix debugger crash when setting bytes per chunk to more than current bytes pe... Vas Crabb2015-02-191-0/+2
* debug: reverted dasm window change. (nw) Robert2014-12-241-1/+1
* debug: fix wrong initial m_topleft.x value in memory view Fabrice Bellet2014-12-182-2/+9
* debug: better handling of duplicate memory access Fabrice Bellet2014-12-182-5/+8
* debug: dont update asm view in the start_hook() Fabrice Bellet2014-12-183-1/+16
* debug: fix a string overflow in comments Fabrice Bellet2014-12-181-1/+1
* Fix debugger memory display of little-endian memory regions [Alex Jackson] Alex W. Jackson2014-12-091-1/+1
* Fix various typos Zoë Blade2014-11-302-6/+6
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-172-5/+5
* Fixed strange display of long strings in Qt debugger (nw). Andrew Gardner2014-10-192-10/+3
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* Make cheat initialization debugger message more verbose. [Pugsy] Scott Stone2014-10-081-1/+4
* Memory system and Namco improvements: [Alex Jackson] Alex W. Jackson2014-09-181-3/+3
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* Do web serving in main thread (nw) Miodrag Milanovic2014-09-081-0/+2
* Fix uninitialized auto; should fix instances where a game with cheats active ... Scott Stone2014-07-211-1/+2
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-042-2/+2
* m68000: Do what the real M68K does on byte writes. Fix the debugger so watchp... Alex W. Jackson2014-05-301-0/+12
* Fixed cheatnext command. (nw) Sandro Ronco2014-05-191-9/+11
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-3/+0
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-162-3/+3
* device_gfx_interface and memory system improvements: [Alex Jackson] Alex W. Jackson2014-04-081-3/+3
* use ARRAY_LENGTH (nw) Oliver Stöneberg2014-04-031-2/+2
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-312-11/+10
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-312-10/+11
* made MAME and MESS compile under VS2013, 32bit only for now (nw) Miodrag Milanovic2014-03-311-3/+3
* osd_* -> global_* compilation fixes (nw) Oliver Stöneberg2014-03-241-4/+4
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* do not use osd_malloc/osd_free in non-OSD code (nw) Oliver Stöneberg2014-03-241-9/+9
* Nuke some more auto_allocs. Aaron Giles2014-03-161-0/+3
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-152-3/+3
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-117-162/+38
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-2/+2
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-207-83/+40
* Fixed a bug preventing memory display of INT8/UINT8 in debugger [Couriersud] Couriersud2013-12-241-1/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-1618-558/+36
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-174-47/+47
* added support to display dividers in the debugger state view Dirk Best2013-08-251-1/+6
* Fixed the build. Andrew Gardner2013-07-262-0/+651
* Adds a watchpoint debug view. [Andrew Gardner] Andrew Gardner2013-07-267-96/+117
* Cleanups and version bumpmame0149u1 Miodrag Milanovic2013-07-234-63/+63
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-7/+7
* QT Debugger: Finished up the breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-124-53/+332
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-112-19/+19