summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug (follow)
Commit message (Expand)AuthorAgeFilesLines
* Major refactoring of debugger core [Ryan Holtz] therealmogminer@gmail.com2016-06-0812-1762/+1701
* TODO note, nw angelosa2016-06-051-0/+13
* Added commit command to debugger. [Angelo Salese] angelosa2016-06-052-8/+39
* Update help file, the whole help string parser is so 90s, nw angelosa2016-06-041-0/+5
* Added comlist comment to debugger [Angelo Salese] angelosa2016-06-044-10/+42
* MT6225 MT6226 MT6227 debugger may crash when validating expression with non-e... Vas Crabb2016-05-301-52/+52
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-249-29/+19
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-232-3/+2
* Iterate over devices C++11 style AJR2016-04-187-139/+102
* Merge pull request #776 from jmallach/typos R. Belmont2016-04-122-2/+2
|\
| * Typo fix: threshhold → threshold Jordi Mallach2016-04-012-2/+2
* | Add includes for dependency documentation. (nw) couriersud2016-04-092-0/+2
|/
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-1/+1
* Iterate over core classes C++11 style AJR2016-03-3111-40/+40
* Cleanups and version bump Miodrag Milanovic2016-03-302-4/+4
* * 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