commit | b8f74aa72802d82466d3beadf2bd58616d2d26a6 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Mon Oct 10 23:11:50 2011 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Mon Oct 10 23:11:50 2011 +0000 |
tree | 234f361cf09d49bc0b846191b49b08a81f896716 | |
parent | e00c9303c148e3ad4d1e511a27f3104cdd404e07 [diff] [blame] |
Patch from dawn@burble.org to build on linux! git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@141593 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Plugins/Process/Linux/ProcessLinux.h b/source/Plugins/Process/Linux/ProcessLinux.h index aa31e77..713e8ba 100644 --- a/source/Plugins/Process/Linux/ProcessLinux.h +++ b/source/Plugins/Process/Linux/ProcessLinux.h
@@ -129,6 +129,10 @@ virtual uint32_t UpdateThreadListIfNeeded(); + uint32_t + UpdateThreadList(lldb_private::ThreadList &old_thread_list, + lldb_private::ThreadList &new_thread_list); + virtual lldb::ByteOrder GetByteOrder() const;