We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48545a9 commit f02252eCopy full SHA for f02252e
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
@@ -407,9 +407,8 @@ Status ProcessKDP::DoResume(RunDirection direction) {
407
Log *log = GetLog(KDPLog::Process);
408
409
if (direction == RunDirection::eRunReverse) {
410
- error.FromErrorStringWithFormatv(
411
- "error: {0} does not support reverse execution of processes",
412
- GetPluginName());
+ error.SetErrorStringWithFormatv(
+ "error: {0} does not support reverse execution of processes", GetPluginName());
413
return error;
414
}
415
0 commit comments