| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | citra-qt: Remove callstack widget | 2017-05-07 | 1 | -85/+0 | |
| | | | | | | | | | Appears to be currently broken, and given the complexity of doing this for ARM code without debugging information, should probably be left to an external tool or library. Use the GDB stub instead. Closes #586 | ||||
| * | Fix some warnings (#2399) | 2017-01-04 | 1 | -1/+0 | |
| | | |||||
| * | core: Replace "AppCore" nomenclature with just "CPU". | 2016-12-22 | 1 | -1/+1 | |
| | | |||||
| * | core: Consolidate core and system state, remove system module & cleanups. | 2016-12-21 | 1 | -1/+1 | |
| | | |||||
| * | Use negative priorities to avoid special-casing the self-include | 2016-09-21 | 1 | -1/+1 | |
| | | |||||
| * | Remove empty newlines in #include blocks. | 2016-09-21 | 1 | -4/+1 | |
| | | | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation. | ||||
| * | Manually tweak source formatting and then re-run clang-format | 2016-09-18 | 1 | -2/+1 | |
| | | |||||
| * | Sources: Run clang-format on everything. | 2016-09-18 | 1 | -21/+20 | |
| | | |||||
| * | Debugger/Callstack: Replace Memory::GetPointer with ↵ | 2016-05-21 | 1 | -1/+4 | |
| | | | | | Memory::IsValidVirtualAddress | ||||
| * | core: Use unique_ptr for holding the interpreter instances | 2015-12-29 | 1 | -7/+5 | |
| | | |||||
| * | citra_qt: Reorganize headers | 2015-09-11 | 1 | -3/+3 | |
| | | |||||
| * | ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ↵ | 2015-08-11 | 1 | -3/+5 | |
| | | | | | standard u?int*_t types. | ||||
| * | Remove every trailing whitespace from the project (but externals). | 2015-05-29 | 1 | -1/+1 | |
| | | |||||
| * | Memmap: Re-organize memory function in two files | 2015-05-15 | 1 | -1/+1 | |
| | | | | | | | | memory.cpp/h contains definitions related to acessing memory and configuring the address space mem_map.cpp/h contains higher-level definitions related to configuring the address space accoording to the kernel and allocating memory. | ||||
| * | callstack: Remove unnecessary disassembler instantiation | 2015-03-30 | 1 | -2/+1 | |
| | | | | | Decode is a static function. There's no need to allocate a disassembler instance. | ||||
| * | Qt Callstack: Clear the callstack every time it's updated | 2015-01-11 | 1 | -0/+11 | |
| | | | | | This fixes the issue that old members of the callstack would stick around, even when the callstack shortened. | ||||
| * | Merge pull request #437 from Kingcom/DebugMode | 2015-01-11 | 1 | -1/+6 | |
| |\ | | | | | Replace OnCpuStepped signal | ||||
| | * | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵ | 2015-01-11 | 1 | -1/+6 | |
| | | | | | | | | | DebugModeLeft | ||||
| * | | citra-qt: Add check for valid address to call stack | 2015-01-07 | 1 | -0/+3 | |
| |/ | |||||
| * | citra-qt: Renamed all .hxx headers to .h | 2015-01-06 | 1 | -1/+1 | |
| | | |||||
| * | citra-qt: Added license headers to files. | 2015-01-04 | 1 | -0/+4 | |
| | | |||||
| * | Make letter cases consistent in menus and widgets | 2015-01-01 | 1 | -3/+3 | |
| | | | | | | | | In various menu options letter cases were not consistent. This was also the case within various debugging widgets. This attempts to make letter cases consistent, but it is of course a matter of opinion which way is the correct one. | ||||
| * | Clean up some warnings | 2014-12-20 | 1 | -2/+2 | |
| | | |||||
| * | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | 2014-11-19 | 1 | -3/+3 | |
| | | | | | or generated | ||||
| * | core: Make the ARM disassembler use std::string internally | 2014-09-06 | 1 | -1/+1 | |
| | | |||||
| * | UI/debugger changes | 2014-04-18 | 1 | -0/+66 | |