diff options
author | Ed Maste <emaste@freebsd.org> | 2016-01-04 01:43:47 +0000 |
---|---|---|
committer | Ed Maste <emaste@freebsd.org> | 2016-01-04 01:43:47 +0000 |
commit | 81b4c5f236df5cdc84acb45cdc97c566c2a44a63 (patch) | |
tree | 473b2c1c4c1b560c3e1bbe5c4c590a09b6d48322 /lldb/source/Plugins/Process/FreeBSD | |
parent | 74ec5db4bd3d210062d1ab2a4b5e56d0c8292cb3 (diff) | |
download | bcm5719-llvm-81b4c5f236df5cdc84acb45cdc97c566c2a44a63.tar.gz bcm5719-llvm-81b4c5f236df5cdc84acb45cdc97c566c2a44a63.zip |
Strip trailing whitespace
(There are changes in the copies of these four files in the FreeBSD base
system, and I've changed these ones to reduce gratuitous diffs in future
imports.)
llvm-svn: 256723
Diffstat (limited to 'lldb/source/Plugins/Process/FreeBSD')
-rw-r--r-- | lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h b/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h index 3cc46f48987..5f9365418d7 100644 --- a/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h +++ b/lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.h @@ -88,7 +88,7 @@ public: DoAttachToProcessWithID (lldb::pid_t pid, const lldb_private::ProcessAttachInfo &attach_info) override; lldb_private::Error - DoLaunch (lldb_private::Module *exe_module, + DoLaunch (lldb_private::Module *exe_module, lldb_private::ProcessLaunchInfo &launch_info) override; void @@ -160,7 +160,7 @@ public: UpdateThreadListIfNeeded(); bool - UpdateThreadList(lldb_private::ThreadList &old_thread_list, + UpdateThreadList(lldb_private::ThreadList &old_thread_list, lldb_private::ThreadList &new_thread_list) override; virtual lldb::ByteOrder |