aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger/callstack.cpp
Commit message (Collapse)AuthorAge
* ARM Core, Video Core, CitraQt, Citrace: Use CommonTypes types instead of the ↵Gravatar Emmanuel Gil Peyrot2015-08-11
| | | | standard u?int*_t types.
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
|
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
| | | | | | | 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 instantiationGravatar Lioncash2015-03-30
| | | | Decode is a static function. There's no need to allocate a disassembler instance.
* Qt Callstack: Clear the callstack every time it's updatedGravatar archshift2015-01-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/DebugModeGravatar Tony Wasserka2015-01-11
|\ | | | | Replace OnCpuStepped signal
| * citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵Gravatar Kingcom2015-01-11
| | | | | | | | DebugModeLeft
* | citra-qt: Add check for valid address to call stackGravatar Kingcom2015-01-07
|/
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-06
|
* citra-qt: Added license headers to files.Gravatar chrisvj2015-01-04
|
* Make letter cases consistent in menus and widgetsGravatar Daniel Lundqvist2015-01-01
| | | | | | | 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 warningsGravatar Chin2014-12-20
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* core: Make the ARM disassembler use std::string internallyGravatar Lioncash2014-09-06
|
* UI/debugger changesGravatar Mathieu Vaillancourt2014-04-18