commit | 28eb57114d05dd100d9b4a56e0a00be85cd09e3b | [log] [tgz] |
---|---|---|
author | Jim Ingham <jingham@apple.com> | Fri Oct 12 17:34:26 2012 +0000 |
committer | Jim Ingham <jingham@apple.com> | Fri Oct 12 17:34:26 2012 +0000 |
tree | 61467023c9112981c8ff375d429b244c7b95c475 | |
parent | e87f41f43e5d5dafa5794a1f78c849a774ea989a [diff] [blame] |
Bunch of cleanups for warnings found by the llvm static analyzer. llvm-svn: 165808
diff --git a/lldb/source/Target/Thread.cpp b/lldb/source/Target/Thread.cpp index 5a48a0a..6e505f2 100644 --- a/lldb/source/Target/Thread.cpp +++ b/lldb/source/Target/Thread.cpp
@@ -1451,6 +1451,7 @@ if (!abi) { return_error.SetErrorString("Could not find ABI to set return value."); + return return_error; } SymbolContext sc = frame_sp->GetSymbolContext(eSymbolContextFunction);