[Lldb-commits] [lldb] r228115 - Test commit.
Chaoren Lin
chaorenl at google.com
Tue Feb 3 21:40:07 PST 2015
Author: chaoren
Date: Tue Feb 3 23:40:07 2015
New Revision: 228115
URL: http://llvm.org/viewvc/llvm-project?rev=228115&view=rev
Log:
Test commit.
Removed trailing whitespace.
From: Vince Harron <vharron at google.com>
Modified:
lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
Modified: lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp?rev=228115&r1=228114&r2=228115&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp (original)
+++ lldb/trunk/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp Tue Feb 3 23:40:07 2015
@@ -786,7 +786,7 @@ NativeRegisterContextLinux_x86_64::Write
return error;
}
-
+
uint8_t *src = data_sp->GetBytes ();
if (src == nullptr)
{
More information about the lldb-commits
mailing list