Home
last modified time | relevance | path

Searched refs:bkpt_object_sp (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpoint.cpp224 StructuredData::ObjectSP &bkpt_object_sp, std::vector<std::string> &names) { in SerializedBreakpointMatchesNames() argument
225 if (!bkpt_object_sp) in SerializedBreakpointMatchesNames()
228 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in SerializedBreakpointMatchesNames()
/openbsd/src/gnu/llvm/lldb/include/lldb/Breakpoint/
DBreakpoint.h156 SerializedBreakpointMatchesNames(StructuredData::ObjectSP &bkpt_object_sp,
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectBreakpoint.cpp2233 StructuredData::ObjectSP bkpt_object_sp = in HandleOptionArgumentCompletion() local
2235 if (!bkpt_object_sp) in HandleOptionArgumentCompletion()
2239 bkpt_object_sp->GetAsDictionary(); in HandleOptionArgumentCompletion()
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp1141 StructuredData::ObjectSP bkpt_object_sp = bkpt_array->GetItemAtIndex(i); in CreateBreakpointsFromFile() local
1143 StructuredData::Dictionary *bkpt_dict = bkpt_object_sp->GetAsDictionary(); in CreateBreakpointsFromFile()