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

Derived Classes

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
   30 class GDBRemoteCommunicationServerLLGS
tools/lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h
   22 class MockDelegate : public NativeProcessProtocol::NativeDelegate {

References

tools/lldb/include/lldb/Host/common/NativeProcessProtocol.h
  237   bool RegisterNativeDelegate(NativeDelegate &native_delegate);
  248   bool UnregisterNativeDelegate(NativeDelegate &native_delegate);
  278     Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
  300     Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
  416   std::vector<NativeDelegate *> m_delegates;
  431                         NativeDelegate &delegate);
tools/lldb/source/Host/common/NativeProcessProtocol.cpp
   27                                              NativeDelegate &delegate)
  299     NativeDelegate &native_delegate) {
  311     NativeDelegate &native_delegate) {
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  213                                     NativeDelegate &native_delegate,
  265     lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &native_delegate,
  288                                        NativeDelegate &delegate,
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.h
   44     Launch(ProcessLaunchInfo &launch_info, NativeDelegate &native_delegate,
   48     Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
  144   NativeProcessLinux(::pid_t pid, int terminal_fd, NativeDelegate &delegate,
tools/lldb/source/Plugins/Process/POSIX/NativeProcessELF.h
   22   using NativeProcessProtocol::NativeProcessProtocol;
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
   32       public NativeProcessProtocol::NativeDelegate {
tools/lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp
   28   using MockProcess::MockProcess;
tools/lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h
   22 class MockDelegate : public NativeProcessProtocol::NativeDelegate {
   35   MockProcess(NativeProcessProtocol::NativeDelegate &Delegate,