| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added a module to load symbol map files for debugging | 2014-04-30 | 2 | -0/+46 | |
| | | |||||
| * | removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class | 2014-04-27 | 2 | -3/+1 | |
| | | |||||
| * | removed commented out line - this was for an unimplemented MRC call, no ↵ | 2014-04-27 | 1 | -1/+0 | |
| | | | | | longer need to leave this here | ||||
| * | moved HLE::MRC to its own module, added support for catching data ↵ | 2014-04-25 | 2 | -3/+5 | |
| | | | | | synchronization barrier command | ||||
| * | added disassembly to unimplemented instruction | 2014-04-25 | 1 | -1/+6 | |
| | | |||||
| * | fixes to build on linux | 2014-04-22 | 1 | -0/+2 | |
| | | |||||
| * | - added HLE to connect to "srv:" service | 2014-04-12 | 1 | -33/+35 | |
| | | | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function | ||||
| * | hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵ | 2014-04-12 | 1 | -2/+6 | |
| | | | | | this...) | ||||
| * | added a SETABORT method that does not update LR (for HLE'd SVC that does not ↵ | 2014-04-12 | 1 | -0/+11 | |
| | | | | | jump appcore CPU to an IRQ vector) | ||||
| * | base code to call a syscall from ARM11 appcore | 2014-04-10 | 1 | -0/+3 | |
| | | |||||
| * | missed this file with commit 95e5436f | 2014-04-10 | 1 | -1/+10 | |
| | | |||||
| * | cleaned up arm_interface, added a setter to set registers for use with HLE ↵ | 2014-04-10 | 2 | -6/+70 | |
| | | | | | return values | ||||
| * | fixed licensing and updated code style naming for ↵ | 2014-04-08 | 3 | -94/+57 | |
| | | | | | arm_interface/arm_interpreter frontend module | ||||
| * | fixed project includes to use new directory structure | 2014-04-08 | 10 | -27/+27 | |
| | | |||||
| * | got rid of 'src' folders in each sub-project | 2014-04-08 | 25 | -0/+15528 | |