dolphin/Source/Core/DolphinQt/Debugger
Lioncash cfd25f1d7c CodeDiffDialog: Construct Diff instance in CalculateSymbolsFromProfile() when necessary
We can move the construction of the Diff instance into the body of the
if statement, so that we only construct this if the condition is true.

While we're at it, we can move the symbol description string into the
instance, getting rid of a copy. The function itself can also be const
qualified.
2023-06-08 11:55:57 -04:00
..
BreakpointDialog.cpp BreakpointDialog: Pass QString by const reference to invalid_input 2023-06-08 11:45:14 -04:00
BreakpointDialog.h Expand conditional breakpoints to memory breakpoints 2022-12-04 11:25:33 -07:00
BreakpointWidget.cpp BreakpointWidget: Pass QString by const reference to create_item 2023-06-08 11:46:16 -04:00
BreakpointWidget.h PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
CodeDiffDialog.cpp CodeDiffDialog: Construct Diff instance in CalculateSymbolsFromProfile() when necessary 2023-06-08 11:55:57 -04:00
CodeDiffDialog.h CodeDiffDialog: Construct Diff instance in CalculateSymbolsFromProfile() when necessary 2023-06-08 11:55:57 -04:00
CodeViewWidget.cpp Merge pull request #11785 from shuffle2/qtnext3 2023-04-29 17:32:29 +02:00
CodeViewWidget.h Common: Move CodeTrace.cpp/.h into Core 2023-04-24 09:10:43 -04:00
CodeWidget.cpp DolphinQt: reset stylesheets on colorSchemeChanged 2023-04-25 12:34:34 -07:00
CodeWidget.h DolphinQt: Avoid ppcState global. 2023-04-05 20:09:32 +02:00
JITWidget.cpp JITWidget: Convert to fmt 2022-12-01 17:44:41 -08:00
JITWidget.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
MemoryViewWidget.cpp StringUtil: Move IsPrintableCharacter() into Common namespace 2023-05-16 14:17:54 -04:00
MemoryViewWidget.h PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
MemoryWidget.cpp DolphinQt: Fix memory leaks in MemoryWidget 2023-04-04 16:10:31 -04:00
MemoryWidget.h DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
NetworkWidget.cpp Qt/NetworkWidget: Don't update if not paused. 2023-04-23 21:48:23 +02:00
NetworkWidget.h NetworkCaptureLogger: Add GameCube BBA support 2022-07-12 13:35:49 +04:00
PatchInstructionDialog.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PatchInstructionDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
RegisterColumn.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
RegisterColumn.h Debugger RegisterWidget: Add context options to change entire column's display type. 2022-04-29 17:21:39 -07:00
RegisterWidget.cpp Common: Move CodeTrace.cpp/.h into Core 2023-04-24 09:10:43 -04:00
RegisterWidget.h DolphinQt: Avoid ppcState global. 2023-04-05 20:09:32 +02:00
ThreadWidget.cpp PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00
ThreadWidget.h DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
WatchWidget.cpp DolphinQt: cache icons instead of single pixmaps 2023-04-25 12:34:27 -07:00
WatchWidget.h PowerPC: Refactor to class, move to System. 2023-04-09 21:48:37 +02:00