Searched refs:image_token (Results 1 – 6 of 6) sorted by relevance
1283 uint32_t image_token = process->LoadImage(image_spec, error); in DoExecute() local1284 if (image_token != LLDB_INVALID_IMAGE_TOKEN) in DoExecute()1286 …ult.AppendMessageWithFormat ("Loading \"%s\"...ok\nImage %u loaded.\n", image_path, image_token); in DoExecute()1337 … uint32_t image_token = Args::StringToUInt32(image_token_cstr, LLDB_INVALID_IMAGE_TOKEN, 0); in DoExecute() local1338 if (image_token == LLDB_INVALID_IMAGE_TOKEN) in DoExecute()1346 Error error (process->UnloadImage(image_token)); in DoExecute()1349 … result.AppendMessageWithFormat ("Unloading shared library with index %u...ok\n", image_token); in DoExecute()
270 UnloadImage (uint32_t image_token);
356 UnloadImage (uint32_t image_token);
1233 SBProcess::UnloadImage (uint32_t image_token) in UnloadImage() argument1243 sb_error.SetError (process_sp->UnloadImage (image_token)); in UnloadImage()
1821 uint32_t image_token = m_image_tokens.size(); in LoadImage() local1823 return image_token; in LoadImage()1844 Process::UnloadImage (uint32_t image_token) in UnloadImage() argument1847 if (image_token < m_image_tokens.size()) in UnloadImage()1849 const addr_t image_addr = m_image_tokens[image_token]; in UnloadImage()1900 m_image_tokens[image_token] = LLDB_INVALID_ADDRESS; in UnloadImage()
1857 UnloadImage (uint32_t image_token);