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

Overridden By

tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  215 PlatformFreeBSD::GetSoftwareBreakpointTrapOpcode(Target &target,
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  413 PlatformDarwin::GetSoftwareBreakpointTrapOpcode(Target &target,
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  226 size_t PlatformRemoteGDBServer::GetSoftwareBreakpointTrapOpcode(

Declarations

tools/lldb/include/lldb/Target/Platform.h
  329   virtual size_t GetSoftwareBreakpointTrapOpcode(Target &target,

References

tools/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
  243     return Platform::GetSoftwareBreakpointTrapOpcode(target, bp_site);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
  460     return Platform::GetSoftwareBreakpointTrapOpcode(target, bp_site);
tools/lldb/source/Target/Process.cpp
 1750     return platform_sp->GetSoftwareBreakpointTrapOpcode(GetTarget(), bp_site);