dolphin/Source/Core
Pokechu22 87f84d4f54 Debugger/CodeWidget: Update callstack/callers/calls on symbol changes
Before, only the symbols box would update. However, if you edit the symbol of a function in the call stack (which seems like something that would happen reasonably often while debugging), the call stack would be out of date until it was updated by clicking on it. Callers and calls were more of an edge case; for them to be out of date, you would need to right-click on an instruction in a function other than the one containing the currently-selected instruction (though it would also affect recursive functions).
2022-09-28 21:01:37 -07:00
..
AudioCommon Mixer: Add assertions regarding num_samples versus buffer length 2022-09-08 12:10:10 -07:00
Common Common/Matrix: Add equality operators to TVec2/3/4. 2022-09-24 01:38:01 +02:00
Core Merge pull request #9481 from Sintendo/jit64boolx 2022-09-28 23:40:26 +02:00
DiscIO VolumeVerifier: Add missing assignment to summary_text. 2022-09-23 14:57:55 +02:00
DolphinNoGUI Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
DolphinQt Debugger/CodeWidget: Update callstack/callers/calls on symbol changes 2022-09-28 21:01:37 -07:00
DolphinTool Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
InputCommon InputCommon: Add equality operators to RawValue. 2022-09-24 01:44:21 +02:00
MacUpdater CMakeLists: Replace tab characters with spaces 2022-01-16 15:20:40 -08:00
UICommon Merge pull request #10960 from shuffle2/mz 2022-08-24 17:11:21 +02:00
UpdaterCommon Updater: Move inflate intermediate buffer to heap and enlarge 2022-09-12 03:35:03 -07:00
VideoBackends D3D12: Fix backend multithreading incorrectly being marked as supported 2022-09-26 19:24:52 -07:00
VideoCommon VideoCommon: Add statistics for draw done and token commands 2022-09-26 16:19:54 -07:00
WinUpdater Merge pull request #10751 from Zopolis4/manifesto 2022-09-08 20:36:28 +02:00
CMakeLists.txt CMakeLists: Add option to disable automatic update support 2022-03-18 03:04:51 -04:00
DolphinLib.ARM64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.props Merge pull request #10941 from shuffle2/crypto-cleanup 2022-08-05 12:12:34 +02:00
DolphinLib.vcxproj msbuild: refactor to reduce rebuild events 2022-08-02 22:24:22 -07:00
DolphinLib.vcxproj.user msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinLib.x64.props msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00