reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
 1012 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process,

Declarations

tools/lldb/include/lldb/Target/Platform.h
  809   virtual Status UnloadImage(lldb_private::Process *process,

References

tools/lldb/source/API/SBProcess.cpp
 1117           platform_sp->UnloadImage(process_sp.get(), image_token));
tools/lldb/source/Commands/CommandObjectProcess.cpp
  993         Status error(process->GetTarget().GetPlatform()->UnloadImage(