The debugger sometimes lookup dynamically in the runtime to find ivar info of any...
authorDevang Patel <dpatel@apple.com>
Tue, 17 Feb 2009 22:43:44 +0000 (22:43 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 17 Feb 2009 22:43:44 +0000 (22:43 +0000)
commit13319ceffdd99d153e62011c5dda08b95e3279e3
tree2dd5941ede80a7006db04096651c6c048d7d6c2d
parentfdc40a0a696c658d550d894ea03772e5f8af2c94
The debugger sometimes lookup dynamically in the runtime to find ivar info of any Objective-C classes. It would be very helpful to debugger if the compiler encodes runtime version number in DWARF.

Add support for two additional DWARF attributes to encode Objective-C runtime version number.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64834 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/DebugInfo.h
include/llvm/Support/Dwarf.h
lib/Analysis/DebugInfo.cpp
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
lib/Support/Dwarf.cpp
tools/lto/LTOCodeGenerator.cpp