index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
BreakPoints.cpp
Age
Commit message (
Expand
)
Author
2015-06-07
Common: Add null checks when adding and removing breakpoints
Jeffrey Pfau
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2015-04-24
Use a fake exception to exit early in case of memory breakpoints.
comex
2015-04-24
Automatically disable fastmem and enable memcheck when there are any watchpoi...
comex
2015-04-15
General: Apply the const specifier where applicable
Lioncash
2014-10-28
BreakPoints: Fix compile warning
Jasper St. Pierre
2014-10-26
Fixed a crash that would occur if a new watch were added by entering a watch ...
skidau
2014-10-26
Added a new option to add memchecks from the Watch window.
skidau
2014-10-26
Added Load/Save function for the Watch window.
skidau
2014-10-26
Added a "Delete watch" context menu to the Watch window.
skidau
2014-10-26
Added a RAM Watch window to the debugger
skidau
2014-10-26
Changed the step over routine to a single stepping version that steps until a...
skidau
2014-09-30
JIT: properly remove FIFO write addresses when code is invalidated
Fiora
2014-09-08
Include CommonTypes.h instead of Common.h.
Rohit Nirmal
2014-03-09
clang-modernize -use-nullptr
Tillmann Karras
2014-03-03
Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use Ca...
Lioncash
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-18
Convert all includes to relative paths.
Lioncash
2014-02-17
Second and final pass of clearing out tabs.
Lioncash
2014-02-13
Turn loops into range-based form
Tillmann Karras
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre