Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h17 class CommandInterpreterRunOptions; variable
84 lldb_private::CommandInterpreterRunOptions *get() const;
86 lldb_private::CommandInterpreterRunOptions &ref() const;
89 mutable std::unique_ptr<lldb_private::CommandInterpreterRunOptions>
/freebsd/contrib/llvm-project/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()
179 lldb_private::CommandInterpreterRunOptions *
184 lldb_private::CommandInterpreterRunOptions &
H A DSBDebugger.cpp1248 CommandInterpreterRunOptions options; in RunCommandInterpreter()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h62 class CommandInterpreterRunOptions {
99 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions() function
111 CommandInterpreterRunOptions() = default;
392 const CommandInterpreterRunOptions &options,
396 const CommandInterpreterRunOptions &options,
415 const CommandInterpreterRunOptions &options,
419 const CommandInterpreterRunOptions &options,
558 RunCommandInterpreter(CommandInterpreterRunOptions &options);
636 CommandInterpreterRunOptions *options = nullptr);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2381 CommandInterpreterRunOptions options; in SourceInitFile()
2540 const CommandInterpreterRunOptions &options, in HandleCommands()
2549 const CommandInterpreterRunOptions &options, in HandleCommands()
2683 const CommandInterpreterRunOptions &options, CommandReturnObject &result) { in HandleCommandsFromFile()
2690 const CommandInterpreterRunOptions &options, CommandReturnObject &result) { in HandleCommandsFromFile()
3339 CommandInterpreterRunOptions *options) { in GetIOHandler()
3385 CommandInterpreterRunOptions &options) { in RunCommandInterpreter()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp256 CommandInterpreterRunOptions options; in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp429 CommandInterpreterRunOptions options; in DoExecute()
H A DCommandObjectCommands.cpp146 CommandInterpreterRunOptions options; in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp623 CommandInterpreterRunOptions options; in BreakpointOptionsCallbackFunction()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h51 class CommandInterpreterRunOptions; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3811 CommandInterpreterRunOptions options; in HandleStop()