Home
last modified time | relevance | path

Searched refs:image_token (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1038 uint32_t image_token = LLDB_INVALID_IMAGE_TOKEN; in DoExecute() local
1043 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() local
1117 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()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h68 uint32_t image_token) override;
H A DPlatformPOSIX.cpp963 uint32_t image_token) { in UnloadImage() argument
964 const addr_t image_addr = process->GetImagePtrFromToken(image_token); in UnloadImage()
985 process->ResetImageToken(image_token); in UnloadImage()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h331 lldb::SBError UnloadImage(uint32_t image_token);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1137 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() argument
1138 LLDB_INSTRUMENT_VA(this, image_token); in UnloadImage()
1149 platform_sp->UnloadImage(process_sp.get(), image_token)); in UnloadImage()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h895 uint32_t image_token);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1870 uint32_t image_token) { in UnloadImage() argument