SBCommandInterpreterRunOptionsΒΆ

class lldb.SBCommandInterpreterRunOptions(*args)ΒΆ

SBCommandInterpreterRunOptions controls how the RunCommandInterpreter runs the code it is fed.

A default SBCommandInterpreterRunOptions object has:

  • StopOnContinue: false

  • StopOnError: false

  • StopOnCrash: false

  • EchoCommands: true

  • PrintResults: true

  • PrintErrors: true

  • AddToHistory: true

  • AllowRepeats false

Interactive debug sessions always allow repeats, the AllowRepeats run option only affects non-interactive sessions.

Methods Summary

Methods Documentation

GetAddToHistory(SBCommandInterpreterRunOptions self) boolΒΆ
GetAllowRepeats(SBCommandInterpreterRunOptions self) boolΒΆ
GetAutoHandleEvents(SBCommandInterpreterRunOptions self) boolΒΆ
GetEchoCommands(SBCommandInterpreterRunOptions self) boolΒΆ
GetEchoCommentCommands(SBCommandInterpreterRunOptions self) boolΒΆ
GetPrintErrors(SBCommandInterpreterRunOptions self) boolΒΆ
GetPrintResults(SBCommandInterpreterRunOptions self) boolΒΆ
GetSpawnThread(SBCommandInterpreterRunOptions self) boolΒΆ
GetStopOnContinue(SBCommandInterpreterRunOptions self) boolΒΆ
GetStopOnCrash(SBCommandInterpreterRunOptions self) boolΒΆ
GetStopOnError(SBCommandInterpreterRunOptions self) boolΒΆ
SetAddToHistory(SBCommandInterpreterRunOptions self, bool arg2)ΒΆ
SetAllowRepeats(SBCommandInterpreterRunOptions self, bool arg2)ΒΆ
SetAutoHandleEvents(SBCommandInterpreterRunOptions self, bool arg2)ΒΆ
SetEchoCommands(SBCommandInterpreterRunOptions self, bool arg2)ΒΆ
SetEchoCommentCommands(SBCommandInterpreterRunOptions self, bool echo)ΒΆ
SetPrintErrors(SBCommandInterpreterRunOptions self, bool arg2)ΒΆ
SetPrintResults(SBCommandInterpreterRunOptions self, bool arg2)ΒΆ
SetSpawnThread(SBCommandInterpreterRunOptions self, bool arg2)ΒΆ
SetStopOnContinue(SBCommandInterpreterRunOptions self, bool arg2)ΒΆ
SetStopOnCrash(SBCommandInterpreterRunOptions self, bool arg2)ΒΆ
SetStopOnError(SBCommandInterpreterRunOptions self, bool arg2)ΒΆ