forked from qt-creator/qt-creator
QtcProcess: Limit the inclusion of qtcprocess.h
Move the rest of QtcProcess enums to processenums.h. Move ExitCodeInterpreter into processenums.h. Remove superfluous Utils:: prefix. Change-Id: Iaa596f353d33d6930085a621b114cc15a35caa80 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -5013,7 +5013,7 @@ CoreInfo CoreInfo::readExecutableNameFromCore(const Runnable &debugger, const Fi
|
||||
proc.setCommand({debugger.command.executable(), args});
|
||||
proc.runBlocking();
|
||||
|
||||
if (proc.result() == QtcProcess::FinishedWithSuccess) {
|
||||
if (proc.result() == ProcessResult::FinishedWithSuccess) {
|
||||
QString output = proc.stdOut();
|
||||
// Core was generated by `/data/dev/creator-2.6/bin/qtcreator'.
|
||||
// Program terminated with signal 11, Segmentation fault.
|
||||
|
||||
Reference in New Issue
Block a user