summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-184-2/+9
* temporary fix for debugger disassembly view on windows (nw) Lord-Nightmare2016-03-181-2/+2
* Clear error status on persistent streams Vas Crabb2016-03-171-0/+2
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-142-6/+6
* More stream enhancement Vas Crabb2016-03-031-4/+1
* Use stream with contiguous backing store for the disasmview's buffer Vas Crabb2016-03-032-31/+43
* Fix some oversights in previous changes, sorry guys'n'gals Vas Crabb2016-03-031-9/+9
* Change field format to show leading zeros for debugger 'dasm' command as well Happy2016-03-011-2/+2
* Change field format to show leading zeros for debugger 'dump' command Happy2016-03-011-2/+2
* Fix stupid reversed subtraction Vas Crabb2016-03-012-2/+2
* Get rid of most uses of core_i64_hex_format, all remaining uses are in memory... Vas Crabb2016-03-015-147/+185
* Move more things to type-safe printf Vas Crabb2016-03-014-47/+47
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-287-57/+38
* Cleanups and version bump Miodrag Milanovic2016-02-241-1/+1
* Added plugins and boot.lua as startup script [Miodrag Milanovic] Miodrag Milanovic2016-02-141-0/+3
* Make octal flag part of address_space/address_space_config, not (illogically)... AJR2016-02-043-13/+6
* replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-302-20/+20
* Add macros for alignment checking (nw) AJR2016-01-301-9/+9
* Small code cleanup: dankan18902016-01-292-5/+6
* Fixed bug debugging drivers with es5510 core, possibly some others that do no... Miodrag Milanovic2016-01-251-1/+2
* reverting: Miodrag Milanovic2016-01-207-33/+33
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-205-5/+5
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-201-3/+3
* Revert "Memory region to use std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* Memory region to use std::string (nw) Miodrag Milanovic2016-01-201-1/+1
* Fix for hang, emu_options::add_slot_options was changed, other things are ju... Miodrag Milanovic2016-01-181-3/+3
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-165-5/+5
* tags are now strings (nw) Miodrag Milanovic2016-01-167-33/+33
* put debug_view back in machine due to issues with QT (nw) Miodrag Milanovic2016-01-124-15/+15
* created debugger_manager, now this one owns debug_view_manager (nw) Miodrag Milanovic2016-01-124-19/+21
* Merge pull request #561 from ajrhacker/strings Miodrag Milanović2016-01-111-1/+1
|\
| * Return std::string objects by value rather than pass by reference AJR2016-01-101-1/+1
* | modernized ui_input_manager (nw) Miodrag Milanovic2016-01-101-1/+1
|/
* removed memory tracking (nw) Miodrag Milanovic2016-01-082-2/+2
* Update debugcon.h Con Huevos Guey2015-12-311-2/+2
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-302-3/+3
* cleanup (nw) Miodrag Milanovic2015-12-251-4/+0
* some handmade changes (nw) Miodrag Milanovic2015-12-212-5/+2
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-123-8/+8
* Fixed uninitialized variables, detected by VS2015 x64 build (nw) Miodrag Milanovic2015-12-071-2/+2
* Show more digits in fp values (issue #476) yz70s2015-12-061-3/+3
* Show 64 and 80 bit floats in windows and qt debugger (issue #476) yz70s2015-12-062-20/+101
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-0322-412/+412
* First commit for issue #476 yz70s2015-11-302-55/+160
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-144-7/+7
* More cleanups (nw) Miodrag Milanovic2015-11-111-1/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-117-16/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-0813-0/+0
* Removed mongoose due to restricted license and webserver wip till code is res... Miodrag Milanovic2015-11-041-2/+0
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-013-3/+3