Home | History | Annotate | Download | only in Commands

Lines Matching defs:image_token

1283             uint32_t image_token = process->LoadImage(image_spec, error);
1284 if (image_token != LLDB_INVALID_IMAGE_TOKEN)
1286 image_token);
1337 uint32_t image_token = Args::StringToUInt32(image_token_cstr, LLDB_INVALID_IMAGE_TOKEN, 0);
1338 if (image_token == LLDB_INVALID_IMAGE_TOKEN)
1346 Error error (process->UnloadImage(image_token));
1349 result.AppendMessageWithFormat ("Unloading shared library with index %u...ok\n", image_token);