summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/debug/dvwpoints.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-361/+0
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-47/+46
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-7/+7
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-2/+2
* Fix assert on opening empty watchpoints/breakpoints windows Vas Crabb2015-02-261-1/+2
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-2/+2
* Many fixes for breakpoints/watchpoints views Vas Crabb2015-02-231-332/+202
* Make opening a break/watchpoints window work better if there are already ten ... Vas Crabb2015-02-231-5/+3
* Use uppercase ID in break/watchpoints windows to match how it's printed on th... Vas Crabb2015-02-221-1/+1
* Make the (watch|break)points notify correctly in response to clicks Vas Crabb2015-02-211-23/+5
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-4/+4
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-171-3/+3
* Fixed the build. Andrew Gardner2013-07-261-0/+540