Searched refs:image_token (Results 1 – 7 of 7) sorted by relevance
1038 uint32_t image_token = LLDB_INVALID_IMAGE_TOKEN; in DoExecute() local1043 image_token = in DoExecute()1050 image_token = platform->LoadImage(process, image_spec, in DoExecute()1055 image_token = in DoExecute()1059 if (image_token != LLDB_INVALID_IMAGE_TOKEN) { in DoExecute()1062 image_token); in DoExecute()1116 uint32_t image_token; in DoExecute() local1117 if (entry.ref().getAsInteger(0, image_token)) { in DoExecute()1123 process, image_token)); in DoExecute()1126 "Unloading shared library with index %u...ok\n", image_token); in DoExecute()
68 uint32_t image_token) override;
963 uint32_t image_token) { in UnloadImage() argument964 const addr_t image_addr = process->GetImagePtrFromToken(image_token); in UnloadImage()985 process->ResetImageToken(image_token); in UnloadImage()
331 lldb::SBError UnloadImage(uint32_t image_token);
1137 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() argument1138 LLDB_INSTRUMENT_VA(this, image_token); in UnloadImage()1149 platform_sp->UnloadImage(process_sp.get(), image_token)); in UnloadImage()
895 uint32_t image_token);
1870 uint32_t image_token) { in UnloadImage() argument