commit | 23ef27cd46a53a36e9b1e88d952796249f0c32c5 | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Tue Apr 22 01:42:22 2014 +0000 |
committer | Jim Ingham <jingham@apple.com> | Tue Apr 22 01:42:22 2014 +0000 |
tree | 810e230e62b53947e34a70ddf265f0a7f0b0aeac | |
parent | fd95f8961e5f45e082837e211b139010cf785dde [diff] [blame] |
Give the clang functions names. This is only for logging. llvm-svn: 206836
diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp index 34fbd7a..47f44a5 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
@@ -220,7 +220,8 @@ m_get_pending_items_function.reset(new ClangFunction (thread, get_pending_items_return_type, impl_code_address, - get_pending_items_arglist)); + get_pending_items_arglist, + "queue-pending-items")); errors.Clear(); unsigned num_errors = m_get_pending_items_function->CompileFunction(errors);