This revision was automatically updated to reflect the committed changes. Closed by commit rL246293: [LLDB][MIPS] Aligning code with rL245831 (authored by mohit.bhakkad).
Changed prior to commit: http://reviews.llvm.org/D12427?vs=33399&id=33415#toc Repository: rL LLVM http://reviews.llvm.org/D12427 Files: lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp Index: lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp =================================================================== --- lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp +++ lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp @@ -1302,7 +1302,7 @@ log->Printf("NativeProcessLinux::%s() " "received error while checking for watchpoint hits, " "pid = %" PRIu64 " error = %s", - __FUNCTION__, pid, error.AsCString()); + __FUNCTION__, thread.GetID(), error.AsCString()); if (wp_index != LLDB_INVALID_INDEX32) { MonitorWatchpoint(thread, wp_index);
Index: lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp =================================================================== --- lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp +++ lldb/trunk/source/Plugins/Process/Linux/NativeProcessLinux.cpp @@ -1302,7 +1302,7 @@ log->Printf("NativeProcessLinux::%s() " "received error while checking for watchpoint hits, " "pid = %" PRIu64 " error = %s", - __FUNCTION__, pid, error.AsCString()); + __FUNCTION__, thread.GetID(), error.AsCString()); if (wp_index != LLDB_INVALID_INDEX32) { MonitorWatchpoint(thread, wp_index);
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits