[Lldb-commits] [lldb] r182064 - test commit
Michael Sartain
mikesart at valvesoftware.com
Thu May 16 17:08:10 PDT 2013
Author: mikesart
Date: Thu May 16 19:08:09 2013
New Revision: 182064
URL: http://llvm.org/viewvc/llvm-project?rev=182064&view=rev
Log:
test commit
Modified:
lldb/trunk/source/Host/linux/Host.cpp
Modified: lldb/trunk/source/Host/linux/Host.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Host/linux/Host.cpp?rev=182064&r1=182063&r2=182064&view=diff
==============================================================================
--- lldb/trunk/source/Host/linux/Host.cpp (original)
+++ lldb/trunk/source/Host/linux/Host.cpp Thu May 16 19:08:09 2013
@@ -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
{
More information about the lldb-commits
mailing list