Home
last modified time | relevance | path

Searched defs:CommandData (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h203 struct CommandData { struct
204 CommandData() : user_source(), script_source(), stop_on_error(true) {} in CommandData() argument
213 class CommandBaton : public TypedBaton<CommandData> { argument
H A DBreakpointOptions.h48 struct CommandData { struct
49 CommandData() in CommandData() function
53 CommandData(const StringList &user_source, lldb::ScriptLanguage interp) in CommandData() argument
63 static std::unique_ptr<CommandData> argument
89 class CommandBaton : public TypedBaton<CommandData> { argument