[Lldb-commits] [PATCH] D12427: [LLDB][MIPS] Aligning code with rL245831
Mohit Bhakkad via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 28 00:10:07 PDT 2015
mohit.bhakkad created this revision.
mohit.bhakkad added a reviewer: jaydeep.
mohit.bhakkad added a subscriber: lldb-commits.
mohit.bhakkad set the repository for this revision to rL LLVM.
Resolving build failure due to some changes in rL245831
Repository:
rL LLVM
http://reviews.llvm.org/D12427
Files:
source/Plugins/Process/Linux/NativeProcessLinux.cpp
Index: source/Plugins/Process/Linux/NativeProcessLinux.cpp
===================================================================
--- source/Plugins/Process/Linux/NativeProcessLinux.cpp
+++ 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.33399.patch
Type: text/x-patch
Size: 697 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150828/d2c83191/attachment-0001.bin>
More information about the lldb-commits
mailing list