summaryrefslogtreecommitdiffstats
path: root/src/core/arm/disassembler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Asserts: break/crash program, fit to style guide; log.h->assert.harchshift2015-02-111-1/+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 changepurpasmart962014-12-212-2/+2
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-2/+2
|
* Merge pull request #97 from archshift/cleanupbunnei2014-09-141-1/+1
|\ | | | | Small, general code cleanup
| * Dead code removal: video_core.cpp, load_symbol_map.cpparchshift2014-09-071-1/+1
| |
* | Merge pull request #99 from archshift/ext-checkbunnei2014-09-111-39/+39
|\ \ | | | | | | loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
| * | Added string_util to common, small changes in loader.cpparchshift2014-09-091-39/+39
| | |
* | | core: Prune redundant includesarchshift2014-09-091-1/+0
|/ /
* / core: Make the ARM disassembler use std::string internallyLioncash2014-09-062-183/+140
|/
* added a module to load symbol map files for debuggingbunnei2014-05-012-0/+46
|
* fixed project includes to use new directory structurebunnei2014-04-091-1/+2
|
* got rid of 'src' folders in each sub-projectbunnei2014-04-092-0/+1149