index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
DebugInterface.h
Age
Commit message (
Expand
)
Author
2022-03-17
Gekko constistancy changes. Add context item to codeview to show or copy a lo...
TryTwo
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2020-05-03
Debugger: Add a Thread widget
Sepalani
2019-07-09
Common/DebugInterface: Remove GetInstructionSize()
Lioncash
2019-07-09
Common/DebugInterface: Mark a few member functions as const
Lioncash
2019-07-09
Common/DebugInterface: Make return value of GetColor() a u32
Lioncash
2019-07-08
Common/DebugInterface: Use forward declarations where applicable
Lioncash
2019-07-08
Common/DebugInterface: Use u32 instead of unsigned int consistently
Lioncash
2019-07-08
Common/DebugInterface: Default virtual destructor
Lioncash
2019-07-08
Common/Watches: std::move strings where applicable
Lioncash
2018-07-09
Common/DebugInterface: Namespace code under the Common namespace
Lioncash
2018-05-22
DebugInterface: MemoryPatches methods added
Sepalani
2018-04-28
DebugInterface: Watches methods added
Sepalani
2018-04-12
Reformat all the things!
spycrab
2017-10-05
DebugInterface: Rename InsertBLR to Patch
Sepalani
2017-03-18
Fix memory breakpoint when checking the middle of the data
aldelaro5
2016-10-07
DebugInterface: Make GetRawMemoryString return a std::string
Lioncash
2016-09-10
Add options read, write and log when toggling a breakpoint
aldelaro5
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-21
Common: asterisks go against the type name
mathieui
2015-05-25
Add missing license headers
Tillmann Karras
2015-04-24
Use a fake exception to exit early in case of memory breakpoints.
comex
2014-10-26
Added a RAM Watch window to the debugger
skidau
2014-08-15
Core: Kill off Host_ShowJitResults
Lioncash
2014-08-04
Common: Introduce the new Gekko disassembler to Common.
Lioncash
2014-03-05
Add ClearAllMemChecks to DebugInterface
Lioncash
2014-03-03
Change the DebugInterface, PPCDebugInterface, and DSPDebugInterface to use Ca...
Lioncash
2014-02-22
Make Common/ mostly IWYU clean (and fix errors in rest of the project detecte...
Pierre Bourdon
2014-02-10
Replace all include guard ifdefs with "#pragma once"
lioncash
2013-12-31
Remove unnecessary Src/ folders
Jasper St. Pierre