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

  /external/lldb/include/lldb/API/
SBTarget.h 122 class SBAttachInfo
125 SBAttachInfo ();
127 SBAttachInfo (lldb::pid_t pid);
129 SBAttachInfo (const char *path, bool wait_for);
131 SBAttachInfo (const SBAttachInfo &rhs);
133 ~SBAttachInfo();
135 SBAttachInfo &
136 operator = (const SBAttachInfo &rhs);
377 Attach (SBAttachInfo &attach_info, SBError& error)
    [all...]
SBFileSpec.h 58 friend class SBAttachInfo;
  /external/lldb/source/API/
SBTarget.cpp 270 SBAttachInfo::SBAttachInfo () :
275 SBAttachInfo::SBAttachInfo (lldb::pid_t pid) :
281 SBAttachInfo::SBAttachInfo (const char *path, bool wait_for) :
289 SBAttachInfo::SBAttachInfo (const SBAttachInfo &rhs) :
295 SBAttachInfo::~SBAttachInfo(
    [all...]
  /external/lldb/scripts/Python/interface/
SBTarget.i 99 class SBAttachInfo
102 SBAttachInfo ();
104 SBAttachInfo (lldb::pid_t pid);
106 SBAttachInfo (const char *path, bool wait_for);
108 SBAttachInfo (const lldb::SBAttachInfo &rhs);
415 Attach (lldb::SBAttachInfo &attach_info, lldb::SBError& error);
  /external/lldb/examples/python/
process_events.py 114 attach_info = lldb.SBAttachInfo (options.attach_pid)
120 attach_info = lldb.SBAttachInfo (options.attach_name, options.attach_wait)

Completed in 31 milliseconds