Improve the 'type lookup' command such that it guesses to use the current's frame...
authorEnrico Granata <egranata@apple.com>
Tue, 15 Mar 2016 21:50:51 +0000 (21:50 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 15 Mar 2016 21:50:51 +0000 (21:50 +0000)
commit592afe73ada21856f908a42486378b2860037ebd
tree78ac6d4497414e805da1090ed2014455d8659266
parent298516ffa97e5cc292fc3a0bfd21054fd677a354
Improve the 'type lookup' command such that it guesses to use the current's frame language as the one to start searching from.

llvm-svn: 263592
lldb/include/lldb/Target/StackFrame.h
lldb/source/Commands/CommandObjectType.cpp
lldb/source/Target/StackFrame.cpp