Fix the partial backtrace when using a combination of stripped function symbols
authorAshok Thirumurthi <ashok.thirumurthi@intel.com>
Thu, 18 Jul 2013 15:05:56 +0000 (15:05 +0000)
committerAshok Thirumurthi <ashok.thirumurthi@intel.com>
Thu, 18 Jul 2013 15:05:56 +0000 (15:05 +0000)
commit044c36a21c1ff0eac170f875b48a09b2f16b6848
tree0cddbd6407c3b3e10e5541aa22f4d66f584d70cf
parentf90ccb082b412bb90bf3544c54260ca99f49acf8
Fix the partial backtrace when using a combination of stripped function symbols
and -fomit-frame-pointer.

- Parses eh_frame FDEs to determine the function address and size so that
the call frame parsing can continue.

Note: This code path is specific to ELF and PECOFF, because ObjectFileMachO
uses LCT_FunctionStarts to efficiently populate the symbol table.

Thanks to Jason Molenda for the review!

llvm-svn: 186585
lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
lldb/test/functionalities/inferior-assert/TestInferiorAssert.py