Home
last modified time | relevance | path

Searched refs:UnloadImage (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/load_using_paths/
H A DTestLoadUsingPaths.py91 process.UnloadImage(token)
110 process.UnloadImage(token)
125 process.UnloadImage(token)
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process.py48 obj.UnloadImage(0)
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.h53 lldb_private::Status UnloadImage(lldb_private::Process *process,
H A DPlatformWindows.cpp413 Status PlatformWindows::UnloadImage(Process *process, uint32_t image_token) { in UnloadImage() function in PlatformWindows
/llvm-project-15.0.7/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h67 lldb_private::Status UnloadImage(lldb_private::Process *process,
H A DPlatformPOSIX.cpp947 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, in UnloadImage() function in PlatformPOSIX
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h306 lldb::SBError UnloadImage(uint32_t image_token);
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i371 UnloadImage (uint32_t image_token);
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp1042 lldb::SBError SBProcess::UnloadImage(uint32_t image_token) { in UnloadImage() function in SBProcess
1054 platform_sp->UnloadImage(process_sp.get(), image_token)); in UnloadImage()
/llvm-project-15.0.7/lldb/test/API/functionalities/completion/
H A DTestCompletion.py108 self.process().UnloadImage(0)
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DPlatform.h809 virtual Status UnloadImage(lldb_private::Process *process,
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp1176 Status error(process->GetTarget().GetPlatform()->UnloadImage( in DoExecute()
/llvm-project-15.0.7/lldb/source/Target/
H A DPlatform.cpp1748 Status Platform::UnloadImage(lldb_private::Process *process, in UnloadImage() function in Platform