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 86f78c0 commit b77fdf5Copy full SHA for b77fdf5
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
@@ -407,8 +407,9 @@ Status ProcessKDP::DoResume(RunDirection direction) {
407
Log *log = GetLog(KDPLog::Process);
408
409
if (direction == RunDirection::eRunReverse) {
410
- error.SetErrorStringWithFormatv(
411
- "error: {0} does not support reverse execution of processes", GetPluginName());
+ error.FromErrorStringWithFormatv(
+ "error: {0} does not support reverse execution of processes",
412
+ GetPluginName());
413
return error;
414
}
415
0 commit comments