commit | fa4286eab7d07baf784cc36a04007977bccc85a9 | [log] [tgz] |
---|---|---|
author | Jason Molenda <jmolenda@apple.com> | Mon Jun 23 22:45:54 2014 +0000 |
committer | Jason Molenda <jmolenda@apple.com> | Mon Jun 23 22:45:54 2014 +0000 |
tree | 2c9c2d60440d044164f4d01bdcc5879000efbe5c | |
parent | 96b676c312d470461728eaf6370abac0785ab2dc [diff] [blame] |
Fix error handling for the AppleGetQueues and AppleGetPendingItems ClangFunctions if the clang function compilation fails for any reason. <rdar://problem/16793965> llvm-svn: 211549
diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp index 51b797a..16af24b 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
@@ -373,6 +373,7 @@ if (m_get_pending_items_function == NULL) { error.SetErrorString ("Unable to compile function to call __introspection_dispatch_queue_get_pending_items"); + return return_value; }