Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h59 class CommandInterpreterRunOptions {
93 CommandInterpreterRunOptions(LazyBool stop_on_continue, in CommandInterpreterRunOptions() function
103 CommandInterpreterRunOptions() = default;
323 const CommandInterpreterRunOptions &options,
327 const CommandInterpreterRunOptions &options,
346 const CommandInterpreterRunOptions &options,
350 const CommandInterpreterRunOptions &options,
473 RunCommandInterpreter(CommandInterpreterRunOptions &options);
539 CommandInterpreterRunOptions *options = nullptr);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp24 m_opaque_up = std::make_unique<CommandInterpreterRunOptions>(); in SBCommandInterpreterRunOptions()
33 m_opaque_up = std::make_unique<CommandInterpreterRunOptions>(rhs.ref()); in SBCommandInterpreterRunOptions()
191 lldb_private::CommandInterpreterRunOptions *
196 lldb_private::CommandInterpreterRunOptions &
H A DSBDebugger.cpp1211 CommandInterpreterRunOptions options; in RunCommandInterpreter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2136 CommandInterpreterRunOptions options; in SourceInitFile()
2275 const CommandInterpreterRunOptions &options, in HandleCommands()
2284 const CommandInterpreterRunOptions &options, in HandleCommands()
2419 const CommandInterpreterRunOptions &options, CommandReturnObject &result) { in HandleCommandsFromFile()
2426 const CommandInterpreterRunOptions &options, CommandReturnObject &result) { in HandleCommandsFromFile()
3036 CommandInterpreterRunOptions *options) { in GetIOHandler()
3081 CommandInterpreterRunOptions &options) { in RunCommandInterpreter()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpointCommand.cpp298 CommandInterpreterRunOptions options; in WatchpointOptionsCallbackFunction()
H A DCommandObjectSettings.cpp465 CommandInterpreterRunOptions options; in DoExecute()
H A DCommandObjectCommands.cpp137 CommandInterpreterRunOptions options; in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointOptions.cpp642 CommandInterpreterRunOptions options; in BreakpointOptionsCallbackFunction()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h51 class CommandInterpreterRunOptions; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3404 CommandInterpreterRunOptions options; in HandleStop()