summaryrefslogtreecommitdiff
path: root/src/citra_qt/debugger/callstack.cpp
AgeCommit message (Collapse)Author
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-15Memmap: Re-organize memory function in two filesYuri Kunde Schlesner
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-30callstack: Remove unnecessary disassembler instantiationLioncash
Decode is a static function. There's no need to allocate a disassembler instance.
2015-01-11Qt Callstack: Clear the callstack every time it's updatedarchshift
This fixes the issue that old members of the callstack would stick around, even when the callstack shortened.
2015-01-11Merge pull request #437 from Kingcom/DebugModeTony Wasserka
Replace OnCpuStepped signal
2015-01-11citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Kingcom
DebugModeLeft
2015-01-07citra-qt: Add check for valid address to call stackKingcom
2015-01-06citra-qt: Renamed all .hxx headers to .hchrisvj
2015-01-04citra-qt: Added license headers to files.chrisvj
2015-01-01Make letter cases consistent in menus and widgetsDaniel Lundqvist
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-20Clean up some warningsChin
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Emmanuel Gil Peyrot
or generated
2014-09-06core: Make the ARM disassembler use std::string internallyLioncash
2014-04-18UI/debugger changesMathieu Vaillancourt