aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/citra_qt/debugger/disassembler.cpp
Commit message (Collapse)AuthorAge
* citra-qt: Adjust initializer list orderGravatar Lioncash2015-07-29
| | | | Silences a warning.
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-25
|
* dyncom: Get rid of skyeye typedefsGravatar Lioncash2015-07-25
|
* CitraQt: Cleanup includes.Gravatar Emmanuel Gil Peyrot2015-06-28
|
* 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.
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
|
* Qt: Fixed a bug in shutdown procedure, various cleanups.Gravatar bunnei2015-05-01
|
* Qt: Use signals for emu_thread start/stop and fix disasm widget.Gravatar bunnei2015-05-01
|
* Qt: Restructured to remove unnecessary shutdown event and various cleanups.Gravatar bunnei2015-05-01
|
* Qt: Move EmuThread ownership from render window to main window.Gravatar bunnei2015-05-01
|
* disassembler: Get rid of a const_castGravatar Lioncash2015-03-30
|
* citra-qt: Fix a crash when double-clicking a disassembler list item.Gravatar Tony Wasserka2015-02-03
|
* 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
* | Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
|/
* citra-qt: Renamed all .hxx headers to .hGravatar chrisvj2015-01-06
|
* citra-qt: Added license headers to files.Gravatar chrisvj2015-01-04
|
* Qt: we don't need to check if model is valid.Gravatar xdec2014-12-28
|
* Fix crash when the disassembler pause button is pressed while no game is ↵Gravatar xdec2014-12-28
| | | | running.
* ARM: Reorganized file structure to move shared SkyEye code to a more common ↵Gravatar bunnei2014-10-25
| | | | | | area. Removed s_ prefix
* core: Make the ARM disassembler use std::string internallyGravatar Lioncash2014-09-06
|
* citra-qt: Show function names in disassembler based on bunnei's suggestion.Gravatar Tony Wasserka2014-07-23
|
* Disassembler: Chose slightly lower value for chunk size.Gravatar Tony Wasserka2014-07-23
|
* citra-qt: Rewrite disassembly view.Gravatar Tony Wasserka2014-07-02
|
* qt: updated disassembler to show 2X as many instructionsGravatar bunnei2014-06-05
|
* Remove unused QTableViewGravatar Mathieu Vaillancourt2014-04-18
|
* UI/debugger changesGravatar Mathieu Vaillancourt2014-04-18