index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
citra_qt
/
debugger
/
disassembler.cpp
Age
Commit message (
Expand
)
Author
2017-05-07
citra-qt: Remove disassembler widget
Yuri Kunde Schlesner
2016-12-22
core: Replace "AppCore" nomenclature with just "CPU".
bunnei
2016-12-21
core: Consolidate core and system state, remove system module & cleanups.
bunnei
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2015-09-11
citra_qt: Reorganize headers
Lioncash
2015-09-07
citra-qt: Use monospace font on Disassembler and ARM Registers
Kloen
2015-07-29
citra-qt: Adjust initializer list order
Lioncash
2015-07-25
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-25
dyncom: Get rid of skyeye typedefs
Lioncash
2015-06-28
CitraQt: Cleanup includes.
Emmanuel Gil Peyrot
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-07
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-01
Qt: Fixed a bug in shutdown procedure, various cleanups.
bunnei
2015-05-01
Qt: Use signals for emu_thread start/stop and fix disasm widget.
bunnei
2015-05-01
Qt: Restructured to remove unnecessary shutdown event and various cleanups.
bunnei
2015-05-01
Qt: Move EmuThread ownership from render window to main window.
bunnei
2015-03-30
disassembler: Get rid of a const_cast
Lioncash
2015-02-03
citra-qt: Fix a crash when double-clicking a disassembler list item.
Tony Wasserka
2015-01-11
Merge pull request #437 from Kingcom/DebugMode
Tony Wasserka
2015-01-11
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and Deb...
Kingcom
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-06
citra-qt: Renamed all .hxx headers to .h
chrisvj
2015-01-04
citra-qt: Added license headers to files.
chrisvj
2014-12-28
Qt: we don't need to check if model is valid.
xdec
2014-12-28
Fix crash when the disassembler pause button is pressed while no game is runn...
xdec
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common a...
bunnei
2014-09-06
core: Make the ARM disassembler use std::string internally
Lioncash
2014-07-23
citra-qt: Show function names in disassembler based on bunnei's suggestion.
Tony Wasserka
2014-07-23
Disassembler: Chose slightly lower value for chunk size.
Tony Wasserka
2014-07-02
citra-qt: Rewrite disassembly view.
Tony Wasserka
2014-06-05
qt: updated disassembler to show 2X as many instructions
bunnei
2014-04-18
Remove unused QTableView
Mathieu Vaillancourt
2014-04-18
UI/debugger changes
Mathieu Vaillancourt