Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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>
/freebsd-14.2/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()
167 lldb_private::CommandInterpreterRunOptions *
172 lldb_private::CommandInterpreterRunOptions &
H A DSBDebugger.cpp1248 CommandInterpreterRunOptions options; in RunCommandInterpreter()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h60 class CommandInterpreterRunOptions {
94 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions() function
104 CommandInterpreterRunOptions() = default;
378 const CommandInterpreterRunOptions &options,
382 const CommandInterpreterRunOptions &options,
401 const CommandInterpreterRunOptions &options,
405 const CommandInterpreterRunOptions &options,
544 RunCommandInterpreter(CommandInterpreterRunOptions &options);
619 CommandInterpreterRunOptions *options = nullptr);
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2368 CommandInterpreterRunOptions options; in SourceInitFile()
2527 const CommandInterpreterRunOptions &options, in HandleCommands()
2536 const CommandInterpreterRunOptions &options, in HandleCommands()
2669 const CommandInterpreterRunOptions &options, CommandReturnObject &result) { in HandleCommandsFromFile()
2676 const CommandInterpreterRunOptions &options, CommandReturnObject &result) { in HandleCommandsFromFile()
3318 CommandInterpreterRunOptions *options) { in GetIOHandler()
3362 CommandInterpreterRunOptions &options) { in RunCommandInterpreter()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp268 CommandInterpreterRunOptions options; in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp461 CommandInterpreterRunOptions options; in DoExecute()
H A DCommandObjectCommands.cpp165 CommandInterpreterRunOptions options; in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h49 class CommandInterpreterRunOptions; variable
/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp631 CommandInterpreterRunOptions options; in BreakpointOptionsCallbackFunction()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3823 CommandInterpreterRunOptions options; in HandleStop()