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 (
Collapse
)
Author
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
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-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
Replace OnCpuStepped signal
2015-01-11
citra-qt: Replace OnCpuStepped signal by new signals DebugModeEntered and ↵
Kingcom
DebugModeLeft
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 ↵
xdec
running.
2014-10-25
ARM: Reorganized file structure to move shared SkyEye code to a more common ↵
bunnei
area. Removed s_ prefix
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