meso: add KProcess::SetDebugPauseState

This commit is contained in:
TuxSH
2018-11-15 11:56:26 +01:00
committed by Michael Scire
parent 529024448e
commit 91662decf0
2 changed files with 15 additions and 0 deletions

View File

@@ -39,6 +39,8 @@ class KProcess final : public KSynchronizationObject /* FIXME */ {
constexpr State GetState() const { return state; }
void SetDebugPauseState(bool pause);
KDebug *GetDebug() const { return debug; }
void SetDebug(KDebug *debug);
void ClearDebug(State attachState);