aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectFrame.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2011-08-12 06:47:54 +0000
committerGreg Clayton <gclayton@apple.com>2011-08-12 06:47:54 +0000
commit5113dc8e549c3c5e324e9dd3ed3ef17338721130 (patch)
treef3ff8fd87081d67ccfae9463baaceb9bf72efc01 /lldb/source/Commands/CommandObjectFrame.cpp
parent5ae535389412c702726e0f8b418b701c6487fa6f (diff)
downloadllvm-5113dc8e549c3c5e324e9dd3ed3ef17338721130.zip
llvm-5113dc8e549c3c5e324e9dd3ed3ef17338721130.tar.gz
llvm-5113dc8e549c3c5e324e9dd3ed3ef17338721130.tar.bz2
Fixed some issues with parsing C++ methods where our detection
was failing if the DWARF was laid out in a certain way. The way we detect C++ classes is now more robust so that a class method can be defined outside of the class and refer to a definition inside the class with a DW_AT_specification or DW_AT_abstract_origin attribute. Fixed a case in Thread.cpp where we were looking up info in the frame when we didn't need to. This was from some changes to support external editors. Now the info is only looked up if needed. llvm-svn: 137436
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions