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.cpp1220 CommandInterpreterRunOptions options; in RunCommandInterpreter()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h63 class CommandInterpreterRunOptions {
100 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions() function
111 CommandInterpreterRunOptions() = default;
399 const CommandInterpreterRunOptions &options,
403 const CommandInterpreterRunOptions &options,
422 const CommandInterpreterRunOptions &options,
426 const CommandInterpreterRunOptions &options,
567 RunCommandInterpreter(CommandInterpreterRunOptions &options);
645 CommandInterpreterRunOptions *options = nullptr);
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2534 CommandInterpreterRunOptions options; in SourceInitFile()
2693 const CommandInterpreterRunOptions &options, CommandReturnObject &result) { in HandleCommands()
2701 const StringList &commands, const CommandInterpreterRunOptions &options, in HandleCommands()
2834 const CommandInterpreterRunOptions &options, CommandReturnObject &result) { in HandleCommandsFromFile()
2841 FileSpec &cmd_file, const CommandInterpreterRunOptions &options, in HandleCommandsFromFile()
3518 CommandInterpreterRunOptions *options) { in GetIOHandler()
3564 CommandInterpreterRunOptions &options) { in RunCommandInterpreter()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp258 CommandInterpreterRunOptions options; in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp429 CommandInterpreterRunOptions options; in DoExecute()
H A DCommandObjectCommands.cpp147 CommandInterpreterRunOptions options; in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp614 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.cpp3967 CommandInterpreterRunOptions options; in HandleStop()