llvm-project/lldb/source/Plugins/Process/Darwin
Pavel Labath 3508fc8cc5 Add pretty-printer for wait(2) statuses and modernize the code handling them
Summary:
A number of places were trying to decode the result of wait(). Add a simple
utility function that does that and a struct that encapsulates the
decoded result. Then also provide a pretty-printer for that class.

Reviewers: zturner, krytarowski, eugene

Subscribers: lldb-commits, mgorny

Differential Revision: https://reviews.llvm.org/D33998

llvm-svn: 305689
2017-06-19 12:47:50 +00:00
..
CFBundle.cpp
CFBundle.h
CFString.cpp
CFString.h
CFUtils.h
DarwinProcessLauncher.cpp replace uses of strerror with llvm::sys::StrError 2017-06-06 14:06:17 +00:00
DarwinProcessLauncher.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
LaunchFlavor.h
MachException.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
MachException.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeProcessDarwin.cpp Add pretty-printer for wait(2) statuses and modernize the code handling them 2017-06-19 12:47:50 +00:00
NativeProcessDarwin.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeThreadDarwin.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeThreadDarwin.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeThreadListDarwin.cpp Rename Error -> Status. 2017-05-12 04:51:55 +00:00
NativeThreadListDarwin.h Rename Error -> Status. 2017-05-12 04:51:55 +00:00