summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/debugger
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-2538-138/+137
* Add a whole line scroll mode to make breakpoints/watchpoints header work nicely Vas Crabb2015-02-239-20/+40
* More intelligible auto window position code Vas Crabb2015-02-231-12/+18
* Slight improvement in Cocoa debug view performance Vas Crabb2015-02-228-28/+68
* More minor improvements to Cocoa debugger (nw) Vas Crabb2015-02-222-34/+86
* Cocoa debugger: suppress trailing whitespace on copy, draw background to edge... Vas Crabb2015-02-221-32/+61
* Qt debugger dynamically updates menu items controlling disassembly views Vas Crabb2015-02-226-60/+195
* More debugger consistency Vas Crabb2015-02-222-43/+16
* Make behaviour of breakpoint control a bit more consistent with other debugge... Vas Crabb2015-02-211-18/+19
* WM_SIZE etc may be posted before CreateWindowEx returns Vas Crabb2015-02-213-5/+6
* Fixed debug build compile (nw) Ivan Vangelista2015-02-211-1/+1
* No longer need to mark dirty to hack around the points views Vas Crabb2015-02-211-1/+0
* Fix image device menu Vas Crabb2015-02-212-11/+22
* Add enable/disable breakpoint from disasm window menus Vas Crabb2015-02-212-13/+55
* (Break|Watch)points window for Windows debugger Vas Crabb2015-02-2110-72/+266
* Port Windows debugger to C++, fix some memory leaks, make menus and window re... Vas Crabb2015-02-2126-2964/+3704
* Disable decrease bytes per line menu items when only one chunk per line is di... Vas Crabb2015-02-192-2/+13
* Allow paste from OS clipboard to debugger windows (use context menu) Vas Crabb2015-02-194-6/+51
* Allow copying visible portion of debug view to OS clipboard Vas Crabb2015-02-194-55/+126
* Better autosizing for windows Vas Crabb2015-02-194-6/+7
* Make resizing the device info windows work nicely Vas Crabb2015-02-191-11/+52
* Add preliminary device detail windows Vas Crabb2015-02-197-1/+248
* Move breakpoint control code out of view class - it doesn't really belong there Vas Crabb2015-02-1811-267/+348
* Allow breakpoint toggle and run-to-cursor on non-current CPUs in Qt debugger Vas Crabb2015-02-171-17/+39
* Intuitive mouse dragging on views supporting selection, improved click-throug... Vas Crabb2015-02-171-1/+15
* Try not to crash on hard reset Vas Crabb2015-02-171-10/+33
* Add devices window to cocoa debugger Vas Crabb2015-02-1734-117/+376
* Allow run-to-cursor and breakpoint set/clear/enable/disable for inactive CPUs Vas Crabb2015-02-171-52/+69
* * Map visited to a background colour Vas Crabb2015-02-1717-198/+483
* Remove redundant filename prefix Vas Crabb2015-02-1731-48/+60
* Make QT debugger file names match class names without redundant prefix Vas Crabb2015-02-1719-38/+38
* Seems debug views don't mark dirty on click handling Vas Crabb2015-02-141-0/+2
* More functionality, including (break|watch)points view Vas Crabb2015-02-1414-44/+375
* Fix a dumb bug, use newer interfaces Vas Crabb2015-02-142-23/+5
* Check which control sends event Vas Crabb2015-02-141-1/+3
* More intuitive command/expression history Vas Crabb2015-02-148-47/+73
* Far better handling of font metrics in Cocoa debugger, and more efficient dra... Vas Crabb2015-02-144-70/+132
* Break up the Cocoa debugger by class - it's ugly crammed into a single file Vas Crabb2015-02-1427-2651/+2969
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-285-55/+55
* Converted modules/debugger/* to new module infrastructure. (nw) couriersud2015-01-2511-254/+166
* Renamed osd_debugger_interface to debug_module in a first step to move couriersud2015-01-247-14/+40
* debugqt: alternatively... (nw) cracyc2015-01-121-1/+1
* debugqt: get machine from somewhere (nw) cracyc2015-01-121-1/+1
* Converted back osd_interface into a pure interface. couriersud2015-01-1210-34/+57
* Cleanups and version bumpmame0157 Miodrag Milanovic2014-12-312-15/+15
* Move some includes around to fix compile errors on OSX; if this breaks any ot... Wilbert Pol2014-12-291-1/+4
* debug/qt: Add a per-device window [O. Galibert] Olivier Galibert2014-12-225-8/+222
* qt/debug: Device tree view. Looks cool with mu100 or lindbios [O. Galibert] Olivier Galibert2014-12-195-6/+267
* debug: fix the gui for smaller fonts Fabrice Bellet2014-12-182-3/+3
* Cleanups and version bumpmame0156 Miodrag Milanovic2014-11-267-32/+32