[Lldb-commits] [PATCH] D12427: [LLDB][MIPS] Aligning code with rL245831
Mohit Bhakkad via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 28 05:09:28 PDT 2015
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);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12427.33415.patch
Type: text/x-patch
Size: 730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150828/a383e7e5/attachment.bin>
More information about the lldb-commits
mailing list