summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug (follow)
Commit message (Expand)AuthorAgeFilesLines
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-225-49/+50
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2223-568/+568
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-3/+3
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-2/+2
* Add row size as sixth parameter to debug dump command AJR2016-10-161-7/+17
* Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-021-0/+1
* Fix various spelling fixes. Jordi Mallach2016-09-291-1/+1
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-283-5/+5
* fix disassembly if 6809 is interrupted mid-instruction [smf] Vas Crabb2016-09-282-2/+2
* Revert "fix disassembly if 6809 is interrupted mid-instruction [smf]" Lord-Nightmare2016-09-272-2/+2
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-273-5/+5
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-273-5/+5
* fix disassembly if 6809 is interrupted mid-instruction [smf] Vas Crabb2016-09-272-2/+2
* Fixed trace command access a parameter beyond the list supplied, added an err... smf-2016-09-201-4/+7
* Fix -debug -cheat crash, nw therealmogminer@gmail.com2016-08-271-9/+9
* The 'trace' and 'traceover' commands were registered as having three argument... Nathan Woods2016-08-231-2/+2
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-312-8/+8
* Cleanups and version bump Miodrag Milanovic2016-07-272-2/+2
* debugcpu: prevent nullptr exceptions when devices named in expressions lack m... AJR2016-07-251-22/+48
* Make loop collation optional for debugger trace and traceover commands therealmogminer@gmail.com2016-07-145-47/+93
* fix item hilighting in debugger state view when scrolling [Vas Crabb] Vas Crabb2016-07-132-113/+119
* Fix scroll in debugger state view Vas Crabb2016-07-112-85/+90
* Don't need debugcpu to translate (nw) AJR2016-07-034-47/+40
* Consolidate disassemble functions (nw) AJR2016-07-034-43/+19
* Fix undefined symbols error in clang compile (nw) AJR2016-07-011-0/+5
* simplified memory management for save states and states (nw) Miodrag Milanovic2016-07-013-42/+25
* Merge pull request #994 from ajrhacker/dasm_override Miodrag Milanović2016-07-012-16/+5
|\
| * Move disasm overrides into interface, reducing driver-debugger dependencies (nw) AJR2016-06-242-16/+5
* | Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-296-78/+77
|/
* Eliminate some unnecessary pass-through methods from debugcpu (nw) AJR2016-06-223-20/+19
* Merge pull request #965 from ajrhacker/debugspace R. Belmont2016-06-181-2/+6
|\
| * Suppress 'no matching space' debugger error when disassembling CPUs without d... AJR2016-06-181-2/+6
* | tagged_list to unordered_map in emumem (nw) Miodrag Milanovic2016-06-181-3/+3
* | tagged_list to unordered_map for debugger (nw) Miodrag Milanovic2016-06-183-15/+15
|/
* small debugger cleanup (nw) Miodrag Milanovic2016-06-174-24/+3
* Fixed debugger regression (nw) Miodrag Milanovic2016-06-171-0/+1
* 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