summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-05-09 12:43:37 +0000
committerFangrui Song <maskray@google.com>2019-05-09 12:43:37 +0000
commitbc1c6a0b4494d5d89acca67d518be400d42ea71f (patch)
tree490ae88725670aa3024d77ff320a998b46cf000a /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py
parent80808ed0f6a557a9ddb388a9d8c7343ce6790132 (diff)
downloadbcm5719-llvm-bc1c6a0b4494d5d89acca67d518be400d42ea71f.tar.gz
bcm5719-llvm-bc1c6a0b4494d5d89acca67d518be400d42ea71f.zip
[llvm-nm] Fix handling of symbol types 't' 'd' 'r'
This restores part of r359311 that was reverted by r359830. Rewrite the symbol types to fix several issues. Notable difference is that the type of __init_array_start changes from 't' to 'd'. GNU nm used to mark ELF symbols relative to .init_array as 't' https://sourceware.org/bugzilla/show_bug.cgi?id=24505 (before 2.33) because ".init" is the prefix. The bug was copied by r287803. Reviewed By: jhenderson Differential Revision: https://reviews.llvm.org/D61551 llvm-svn: 360339
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud