Searched refs:break_store_ptr (Results 1 – 1 of 1) sorted by relevance
1169 StructuredData::Array *break_store_ptr = nullptr; in SerializeBreakpointsToFile() local1174 break_store_ptr = input_data_sp->GetAsArray(); in SerializeBreakpointsToFile()1175 if (!break_store_ptr) { in SerializeBreakpointsToFile()1183 if (!break_store_ptr) { in SerializeBreakpointsToFile()1185 break_store_ptr = break_store_sp.get(); in SerializeBreakpointsToFile()1211 break_store_ptr->AddItem(bkpt_save_sp); in SerializeBreakpointsToFile()1237 break_store_ptr->AddItem(bkpt_save_sp); in SerializeBreakpointsToFile()1242 break_store_ptr->Dump(out_file, false); in SerializeBreakpointsToFile()