Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-29 | Remove every trailing whitespace from the project (but externals). | Emmanuel Gil Peyrot | 1 | -1/+1 | |
2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 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. | |||||
2015-03-30 | callstack: Remove unnecessary disassembler instantiation | Lioncash | 1 | -2/+1 | |
Decode is a static function. There's no need to allocate a disassembler instance. | |||||
2015-01-12 | Qt Callstack: Clear the callstack every time it's updated | archshift | 1 | -0/+11 | |
This fixes the issue that old members of the callstack would stick around, even when the callstack shortened. | |||||
2015-01-11 | citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and DebugModeLeft | Kingcom | 1 | -1/+6 | |
2015-01-07 | citra-qt: Add check for valid address to call stack | Kingcom | 1 | -0/+3 | |
2015-01-06 | citra-qt: Renamed all .hxx headers to .h | chrisvj | 1 | -1/+1 | |
2015-01-04 | citra-qt: Added license headers to files. | chrisvj | 1 | -0/+4 | |
2015-01-01 | Make letter cases consistent in menus and widgets | Daniel Lundqvist | 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. | |||||
2014-12-20 | Clean up some warnings | Chin | 1 | -2/+2 | |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -3/+3 | |
2014-09-06 | core: Make the ARM disassembler use std::string internally | Lioncash | 1 | -1/+1 | |
2014-04-19 | UI/debugger changes | Mathieu Vaillancourt | 1 | -0/+66 | |