diff options
author | Mohit K. Bhakkad <mohit.bhakkad@gmail.com> | 2015-08-28 12:08:26 +0000 |
---|---|---|
committer | Mohit K. Bhakkad <mohit.bhakkad@gmail.com> | 2015-08-28 12:08:26 +0000 |
commit | 16ad032183921979d1c1542ce392f0e585f8a26c (patch) | |
tree | 8531fa4feb167a889f08165fe3f0ebb24c043f5e /lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp | |
parent | 40f4d86f5fd9738d61a622e8fd733dc0f36a1996 (diff) | |
download | bcm5719-llvm-16ad032183921979d1c1542ce392f0e585f8a26c.tar.gz bcm5719-llvm-16ad032183921979d1c1542ce392f0e585f8a26c.zip |
[LLDB][MIPS] Aligning code with rL245831
Reviewers: jaydeep
Subscribers: lldb-commits.
Differential Revision: http://reviews.llvm.org/D12427
llvm-svn: 246293
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp')
-rw-r--r-- | lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp index d145915e916..ba8e4bede2f 100644 --- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp +++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp @@ -1302,7 +1302,7 @@ NativeProcessLinux::MonitorSIGTRAP(const siginfo_t &info, NativeThreadLinux &thr 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); |