Home
last modified time | relevance | path

Searched refs:CommandInterpreterRunOptions (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h17 class CommandInterpreterRunOptions; variable
76 lldb_private::CommandInterpreterRunOptions *get() const;
78 lldb_private::CommandInterpreterRunOptions &ref() const;
81 mutable std::unique_ptr<lldb_private::CommandInterpreterRunOptions>
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreterRunOptions.i74 lldb_private::CommandInterpreterRunOptions *
77 lldb_private::CommandInterpreterRunOptions &
81 mutable std::unique_ptr<lldb_private::CommandInterpreterRunOptions> m_opaque_up;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp24 m_opaque_up = std::make_unique<CommandInterpreterRunOptions>(); in SBCommandInterpreterRunOptions()
31 m_opaque_up = std::make_unique<CommandInterpreterRunOptions>(rhs.ref()); in SBCommandInterpreterRunOptions()
167 lldb_private::CommandInterpreterRunOptions *
172 lldb_private::CommandInterpreterRunOptions &
H A DSBDebugger.cpp1234 CommandInterpreterRunOptions options; in RunCommandInterpreter()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h60 class CommandInterpreterRunOptions {
94 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions() function
104 CommandInterpreterRunOptions() = default;
376 const CommandInterpreterRunOptions &options,
380 const CommandInterpreterRunOptions &options,
399 const CommandInterpreterRunOptions &options,
403 const CommandInterpreterRunOptions &options,
542 RunCommandInterpreter(CommandInterpreterRunOptions &options);
617 CommandInterpreterRunOptions *options = nullptr);
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2365 CommandInterpreterRunOptions options; in SourceInitFile()
2524 const CommandInterpreterRunOptions &options, in HandleCommands()
2533 const CommandInterpreterRunOptions &options, in HandleCommands()
2666 const CommandInterpreterRunOptions &options, CommandReturnObject &result) { in HandleCommandsFromFile()
2673 const CommandInterpreterRunOptions &options, CommandReturnObject &result) { in HandleCommandsFromFile()
3307 CommandInterpreterRunOptions *options) { in GetIOHandler()
3351 CommandInterpreterRunOptions &options) { in RunCommandInterpreter()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp268 CommandInterpreterRunOptions options; in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp467 CommandInterpreterRunOptions options; in DoExecute()
H A DCommandObjectCommands.cpp166 CommandInterpreterRunOptions options; in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp632 CommandInterpreterRunOptions options; in BreakpointOptionsCallbackFunction()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h52 class CommandInterpreterRunOptions; variable
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3707 CommandInterpreterRunOptions options; in HandleStop()