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.cpp1035 uint32_t image_token = LLDB_INVALID_IMAGE_TOKEN; in DoExecute() local
1040 image_token = in DoExecute()
1047 image_token = platform->LoadImage(process, image_spec, in DoExecute()
1052 image_token = in DoExecute()
1056 if (image_token != LLDB_INVALID_IMAGE_TOKEN) { in DoExecute()
1059 image_token); in DoExecute()
1114 uint32_t image_token; in DoExecute() local
1115 if (entry.ref().getAsInteger(0, image_token)) { in DoExecute()
1121 process, image_token)); in DoExecute()
1124 "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.cpp950 uint32_t image_token) { in UnloadImage() argument
951 const addr_t image_addr = process->GetImagePtrFromToken(image_token); in UnloadImage()
971 process->ResetImageToken(image_token); in UnloadImage()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h320 lldb::SBError UnloadImage(uint32_t image_token);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1064 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() argument
1065 LLDB_INSTRUMENT_VA(this, image_token); in UnloadImage()
1076 platform_sp->UnloadImage(process_sp.get(), image_token)); in UnloadImage()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h846 uint32_t image_token);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1907 uint32_t image_token) { in UnloadImage() argument