summaryrefslogtreecommitdiff
path: root/src/common/break_points.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Remove unused old breakpoint source filesGravatar Lioncash2018-08-141-49/+0
| | | | | | | These currently aren't used and contain commented out source code that corresponds to Dolphin's JIT. Given our CPU code is organized quite differently, we shouldn't be keeping this around (at the moment it just adds to compile times marginally).
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-1/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-9/+9
|
* common: Get rid of debug_interface.hGravatar Lioncash2015-09-111-49/+0
| | | | | | This is technically unused. Also removes TMemChecks because it relies on this. Whenever memory breakpoints are implemented for real, it should be designed to match the codebase debugging mechanisms.
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+1
|
* disassembler: Get rid of a const_castGravatar Lioncash2015-03-301-2/+2
|
* License changeGravatar purpasmart962014-12-201-2/+2
|
* Common: Move header guards over to pragma onceGravatar Lioncash2014-08-171-4/+1
| | | | Also replaced C headers with the C++ equivalent ones
* break_points: cleaned up, added `find_if`sGravatar archshift2014-08-121-24/+24
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-1/+1
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+102