summaryrefslogtreecommitdiffstats
path: root/src/core/arm/disassembler (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-02-28arm_disasm: Show conditional code for BKPT instructions.Lioncash1-2/+3
Changed cond_to_str to take a uint32, since unsigned numbers are only ever passed to it, and this can be a source of warnings for some compilers (also indexing an array without bounds checking a signed number is kind of iffy).
2015-02-28arm_disasm: Remove unused variableLioncash1-2/+1
Also declared an array as static, as it's only used in this translation unit.
2015-02-11Asserts: break/crash program, fit to style guide; log.h->assert.harchshift1-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.
2014-12-21License changepurpasmart962-2/+2
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-2/+2
2014-09-09core: Prune redundant includesarchshift1-1/+0
2014-09-09Added string_util to common, small changes in loader.cpparchshift1-39/+39
2014-09-07Dead code removal: video_core.cpp, load_symbol_map.cpparchshift1-1/+1
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash2-183/+140
2014-05-01added a module to load symbol map files for debuggingbunnei2-0/+46
2014-04-09fixed project includes to use new directory structurebunnei1-1/+2
2014-04-09got rid of 'src' folders in each sub-projectbunnei2-0/+1149