summaryrefslogtreecommitdiff
path: root/src/common/break_points.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common: Remove unused old breakpoint source filesGravatar Lioncash2018-08-141-90/+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 unused import in break_points.cpp (#2763)Gravatar Kloen Lansfiel2017-06-081-1/+0
|
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
|
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-2/+1
| | | | | | | 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-32/+22
|
* common: Get rid of debug_interface.hGravatar Lioncash2015-09-111-90/+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/+0
|
* disassembler: Get rid of a const_castGravatar Lioncash2015-03-301-2/+2
|
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-101-0/+1
| | | | | | | Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
* License changeGravatar purpasmart962014-12-201-2/+2
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-1/+1
|
* break_points.cpp: return directly from conditionalsGravatar archshift2014-08-121-6/+2
|
* break_points: cleaned up, added `find_if`sGravatar archshift2014-08-121-35/+27
|
* Changed iterators to use auto, some of which using range-based loopsGravatar archshift2014-08-111-27/+28
|
* fixed project includes to use new directory structureGravatar bunnei2014-04-081-3/+3
|
* got rid of 'src' folders in each sub-projectGravatar bunnei2014-04-081-0/+203