Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointOptions.h168 struct CommandData { struct
169 CommandData() : user_source(), script_source() {} in CommandData() function
178 class CommandBaton : public TypedBaton<CommandData> { argument
H A DBreakpointOptions.h45 struct CommandData { struct
46 CommandData() : user_source(), script_source() {} in CommandData() argument
48 CommandData(const StringList &user_source, lldb::ScriptLanguage interp) in CommandData() function
58 static std::unique_ptr<CommandData> argument
85 class CommandBaton : public TypedBaton<CommandData> { argument