Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1078 StructuredData::Array *break_store_ptr = nullptr; in SerializeBreakpointsToFile() local
1083 break_store_ptr = input_data_sp->GetAsArray(); in SerializeBreakpointsToFile()
1084 if (!break_store_ptr) { in SerializeBreakpointsToFile()
1092 if (!break_store_ptr) { in SerializeBreakpointsToFile()
1094 break_store_ptr = break_store_sp.get(); in SerializeBreakpointsToFile()
1120 break_store_ptr->AddItem(bkpt_save_sp); in SerializeBreakpointsToFile()
1146 break_store_ptr->AddItem(bkpt_save_sp); in SerializeBreakpointsToFile()
1151 break_store_ptr->Dump(out_file, false); in SerializeBreakpointsToFile()