summaryrefslogtreecommitdiff
path: root/Source/Core/Common/BreakPoints.cpp
AgeCommit message (Expand)Author
2015-06-07Common: Add null checks when adding and removing breakpointsJeffrey Pfau
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-04-24Use a fake exception to exit early in case of memory breakpoints.comex
2015-04-24Automatically disable fastmem and enable memcheck when there are any watchpoi...comex
2015-04-15General: Apply the const specifier where applicableLioncash
2014-10-28BreakPoints: Fix compile warningJasper St. Pierre
2014-10-26Fixed a crash that would occur if a new watch were added by entering a watch ...skidau
2014-10-26Added a new option to add memchecks from the Watch window.skidau
2014-10-26Added Load/Save function for the Watch window.skidau
2014-10-26Added a "Delete watch" context menu to the Watch window.skidau
2014-10-26Added a RAM Watch window to the debuggerskidau
2014-10-26Changed the step over routine to a single stepping version that steps until a...skidau
2014-09-30JIT: properly remove FIFO write addresses when code is invalidatedFiora
2014-09-08Include CommonTypes.h instead of Common.h.Rohit Nirmal
2014-03-09clang-modernize -use-nullptrTillmann Karras
2014-03-03Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use Ca...Lioncash
2014-02-22Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...Pierre Bourdon
2014-02-18Convert all includes to relative paths.Lioncash
2014-02-17Second and final pass of clearing out tabs.Lioncash
2014-02-13Turn loops into range-based formTillmann Karras
2013-12-31Remove unnecessary Src/ foldersJasper St. Pierre