diff options
author | Michael Sartain <mikesart@valvesoftware.com> | 2013-05-17 00:08:09 +0000 |
---|---|---|
committer | Michael Sartain <mikesart@valvesoftware.com> | 2013-05-17 00:08:09 +0000 |
commit | b9931496f511d7a026507f90610f0c8fff5091fd (patch) | |
tree | fb66c1923048dd35af1c36671a04e56b1d98fcbd /lldb/source/Host/linux/Host.cpp | |
parent | 54bf611c795a89ac43c36dec5ecb604d5c5364b6 (diff) | |
download | bcm5719-llvm-b9931496f511d7a026507f90610f0c8fff5091fd.tar.gz bcm5719-llvm-b9931496f511d7a026507f90610f0c8fff5091fd.zip |
test commit
llvm-svn: 182064
Diffstat (limited to 'lldb/source/Host/linux/Host.cpp')
-rw-r--r-- | lldb/source/Host/linux/Host.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Host/linux/Host.cpp b/lldb/source/Host/linux/Host.cpp index f1adf405fe1..110590cd006 100644 --- a/lldb/source/Host/linux/Host.cpp +++ b/lldb/source/Host/linux/Host.cpp @@ -47,6 +47,7 @@ typedef struct ProcessStatInfo // Get the process info with additional information from /proc/$PID/stat (like process state, and tracer pid). static bool GetProcessAndStatInfo (lldb::pid_t pid, ProcessInstanceInfo &process_info, ProcessStatInfo &stat_info, lldb::pid_t &tracerpid); + namespace { |