HomeSort by relevance Sort by last modified time
    Searched refs:ProcessPOSIX (Results 1 - 14 of 14) sorted by null

  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 1 //===-- ProcessPOSIX.cpp ----------------------------------------*- C++ -*-===//
28 #include "ProcessPOSIX.h"
41 ProcessPOSIX::CreateInstance(Target& target, Listener &listener)
43 return new ProcessPOSIX(target, listener);
48 ProcessPOSIX::Initialize()
65 Log::RegisterLogChannel (ProcessPOSIX::GetPluginNameStatic(), log_callbacks);
73 ProcessPOSIX::ProcessPOSIX(Target& target, Listener &listener)
89 ProcessPOSIX::~ProcessPOSIX()
    [all...]
ProcessPOSIX.h 1 //===-- ProcessPOSIX.h ------------------------------------------*- C++ -*-===//
27 class ProcessPOSIX :
35 ProcessPOSIX(lldb_private::Target& target,
39 ~ProcessPOSIX();
145 // ProcessPOSIX internal API.
Android.mk 15 ProcessPOSIX.cpp \
POSIXThread.cpp 29 #include "ProcessPOSIX.h"
79 ProcessPOSIX &process = static_cast<ProcessPOSIX&>(*base);
RegisterContext_i386.cpp 15 #include "ProcessPOSIX.h"
273 ProcessPOSIX *process = static_cast<ProcessPOSIX*>(base.get());
RegisterContext_x86_64.cpp 23 #include "ProcessPOSIX.h"
    [all...]
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessFreeBSD.h 22 #include "ProcessPOSIX.h"
27 public ProcessPOSIX
ProcessFreeBSD.cpp 116 : ProcessPOSIX(target, listener)
ProcessMonitor.h 50 ProcessMonitor(ProcessPOSIX *process,
60 ProcessMonitor(ProcessPOSIX *process,
ProcessMonitor.cpp 694 ProcessMonitor::ProcessMonitor(ProcessPOSIX *process,
761 ProcessMonitor::ProcessMonitor(ProcessPOSIX *process,
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessLinux.cpp 67 : ProcessPOSIX(target, listener), m_core_file(core_file), m_stopping_threads(false)
139 // ProcessPOSIX override
175 // ProcessPOSIX override
192 return ProcessPOSIX::CanDebug(target, plugin_specified_by_name);
ProcessLinux.h 22 #include "ProcessPOSIX.h"
27 public ProcessPOSIX
93 // ProcessPOSIX overrides
ProcessMonitor.h 50 ProcessMonitor(ProcessPOSIX *process,
60 ProcessMonitor(ProcessPOSIX *process,
ProcessMonitor.cpp 926 ProcessMonitor::ProcessMonitor(ProcessPOSIX *process,
991 ProcessMonitor::ProcessMonitor(ProcessPOSIX *process,
    [all...]

Completed in 3192 milliseconds