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

References

tools/lldb/include/lldb/Host/Host.h
   53   return a.type == b.type && a.status == b.status;
   53   return a.type == b.type && a.status == b.status;
tools/lldb/source/Host/common/Host.cpp
  640     switch (WS.type) {
  657   switch(WS.type) {
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1773     bool exited = wait_status.type == WaitStatus::Exit ||
 1774                   (wait_status.type == WaitStatus::Signal &&
tools/lldb/unittests/tools/lldb-server/tests/MessageObjects.h
  128     return R->getKind().type == lldb_private::WaitStatus::Stop;
  157     return R->getKind().type == lldb_private::WaitStatus::Exit;