Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1118 StructuredData::ObjectSP bkpt_save_sp = bp->SerializeToStructuredData(); in SerializeBreakpointsToFile() local
1120 if (bkpt_save_sp) in SerializeBreakpointsToFile()
1121 break_store_ptr->AddItem(bkpt_save_sp); in SerializeBreakpointsToFile()
1139 StructuredData::ObjectSP bkpt_save_sp = bp->SerializeToStructuredData(); in SerializeBreakpointsToFile() local
1142 if (!bkpt_save_sp) { in SerializeBreakpointsToFile()
1147 break_store_ptr->AddItem(bkpt_save_sp); in SerializeBreakpointsToFile()