aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectTarget.cpp
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2015-09-23 19:32:56 +0000
committerEnrico Granata <egranata@apple.com>2015-09-23 19:32:56 +0000
commite5ffa089cc88fc730b005d1dba9cb57857a9ba66 (patch)
treef83c4537137c47e012b056e6f255f4cbf4302407 /lldb/source/Commands/CommandObjectTarget.cpp
parentcac0b89289c370a24101c657b1345cc0ed57ee9d (diff)
downloadllvm-e5ffa089cc88fc730b005d1dba9cb57857a9ba66.zip
llvm-e5ffa089cc88fc730b005d1dba9cb57857a9ba66.tar.gz
llvm-e5ffa089cc88fc730b005d1dba9cb57857a9ba66.tar.bz2
Revert 248366 "Testcase and fix for bug 24074"
This commit introduced regressions in several test cases on FreeBSD and Mac OS X llvm-svn: 248421
Diffstat (limited to 'lldb/source/Commands/CommandObjectTarget.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectTarget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectTarget.cpp b/lldb/source/Commands/CommandObjectTarget.cpp
index d433f67..715a713 100644
--- a/lldb/source/Commands/CommandObjectTarget.cpp
+++ b/lldb/source/Commands/CommandObjectTarget.cpp
@@ -1918,6 +1918,7 @@ LookupTypeHere (CommandInterpreter &interpreter,
strm.PutCString("Best match found in ");
DumpFullpath (strm, &sym_ctx.module_sp->GetFileSpec(), 0);
strm.PutCString(":\n");
+
TypeSP type_sp (type_list.GetTypeAtIndex(0));
if (type_sp)
{