Lines Matching refs:stop_id
2415 Target::ResolveLoadAddress (addr_t load_addr, Address &so_addr, uint32_t stop_id)
2417 return m_section_load_history.ResolveLoadAddress(stop_id, load_addr, so_addr);
2432 uint32_t stop_id = 0;
2435 stop_id = process_sp->GetStopID();
2437 stop_id = m_section_load_history.GetLastStopID();
2438 if (m_section_load_history.SetSectionLoadAddress (stop_id, section_sp, new_section_load_addr, warn_multiple))
2460 uint32_t stop_id = 0;
2463 stop_id = process_sp->GetStopID();
2465 stop_id = m_section_load_history.GetLastStopID();
2473 section_unload_count += m_section_load_history.SetSectionUnloaded(stop_id, sections->GetSectionAtIndex(i));
2482 uint32_t stop_id = 0;
2485 stop_id = process_sp->GetStopID();
2487 stop_id = m_section_load_history.GetLastStopID();
2488 return m_section_load_history.SetSectionUnloaded (stop_id, section_sp);
2494 uint32_t stop_id = 0;
2497 stop_id = process_sp->GetStopID();
2499 stop_id = m_section_load_history.GetLastStopID();
2500 return m_section_load_history.SetSectionUnloaded (stop_id, section_sp, load_addr);