Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp910 uint32_t image_token = LLDB_INVALID_IMAGE_TOKEN; in DoExecute() local
915 image_token = in DoExecute()
922 image_token = platform->LoadImage(process, image_spec, in DoExecute()
927 image_token = in DoExecute()
931 if (image_token != LLDB_INVALID_IMAGE_TOKEN) { in DoExecute()
934 image_token); in DoExecute()
987 uint32_t image_token; in DoExecute() local
988 if (entry.ref().getAsInteger(0, image_token)) { in DoExecute()
994 process, image_token)); in DoExecute()
997 "Unloading shared library with index %u...ok\n", image_token); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h72 uint32_t image_token) override;
H A DPlatformPOSIX.cpp973 uint32_t image_token) { in UnloadImage() argument
974 const addr_t image_addr = process->GetImagePtrFromToken(image_token); in UnloadImage()
994 process->ResetImageToken(image_token); in UnloadImage()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h306 lldb::SBError UnloadImage(uint32_t image_token);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i371 UnloadImage (uint32_t image_token);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1108 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() argument
1110 image_token); in UnloadImage()
1121 platform_sp->UnloadImage(process_sp.get(), image_token)); in UnloadImage()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h828 uint32_t image_token);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1789 uint32_t image_token) { in UnloadImage() argument