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

  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.h 258 struct AttachArgs : OperationArgs
260 AttachArgs(ProcessMonitor *monitor,
263 ~AttachArgs();
269 StartAttachOpThread(AttachArgs *args, lldb_private::Error &error);
275 Attach(AttachArgs *args);
ProcessMonitor.cpp 675 ProcessMonitor::AttachArgs::AttachArgs(ProcessMonitor *monitor,
679 ProcessMonitor::AttachArgs::~AttachArgs()
773 std::unique_ptr<AttachArgs> args;
775 args.reset(new AttachArgs(this, pid));
1032 ProcessMonitor::StartAttachOpThread(AttachArgs *args, lldb_private::Error &error)
1046 AttachArgs *args = static_cast<AttachArgs*>(arg);
1056 ProcessMonitor::Attach(AttachArgs *args
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.h 250 struct AttachArgs : OperationArgs
252 AttachArgs(ProcessMonitor *monitor,
255 ~AttachArgs();
261 StartAttachOpThread(AttachArgs *args, lldb_private::Error &error);
267 Attach(AttachArgs *args);
ProcessMonitor.cpp 907 ProcessMonitor::AttachArgs::AttachArgs(ProcessMonitor *monitor,
911 ProcessMonitor::AttachArgs::~AttachArgs()
1003 std::unique_ptr<AttachArgs> args;
1005 args.reset(new AttachArgs(this, pid));
    [all...]

Completed in 368 milliseconds