summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug
Commit message (Expand)AuthorAgeFilesLines
* *duh* Olivier Galibert2015-06-241-1/+1
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-245-40/+42
* License self-service. Aaron Giles2015-05-258-8/+8
* lot more updated (nw) Miodrag Milanovic2015-05-118-40/+16
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-078-0/+16
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-2217-186/+186
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-193-13/+13
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-23/+23
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-1413-49/+50
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-1211-39/+39
* Merge branch 'master' of https://github.com/mamedev/mame Miodrag Milanovic2015-04-112-36/+35
|\
| * Replace simple_set with std::set Vas Crabb2015-04-112-36/+35
* | cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-116-24/+24
|/
* for raw opcode view, don't crop under minbytes hap2015-03-121-2/+2
* Fix assert on opening empty watchpoints/breakpoints windows Vas Crabb2015-02-262-2/+4
* 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