Searched refs:CommandInterpreterRunOptions (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreterRunOptions.h | 17 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 D | SBCommandInterpreterRunOptions.cpp | 24 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 D | SBDebugger.cpp | 1220 CommandInterpreterRunOptions options; in RunCommandInterpreter()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 63 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 D | CommandInterpreter.cpp | 2534 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 D | CommandObjectWatchpointCommand.cpp | 258 CommandInterpreterRunOptions options; in WatchpointOptionsCallbackFunction()
|
| H A D | CommandObjectSettings.cpp | 429 CommandInterpreterRunOptions options; in DoExecute()
|
| H A D | CommandObjectCommands.cpp | 147 CommandInterpreterRunOptions options; in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointOptions.cpp | 614 CommandInterpreterRunOptions options; in BreakpointOptionsCallbackFunction()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 51 class CommandInterpreterRunOptions; variable
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 3967 CommandInterpreterRunOptions options; in HandleStop()
|