diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2019-10-04 11:59:06 +0000 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2019-10-04 11:59:06 +0000 |
commit | 57e764f951d70deb490769781fe48fe73215b2e7 (patch) | |
tree | 5b247746434f4d8b7e7655ea7ddcd200d995f073 /lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py | |
parent | 329ae6ad71b51e5986a0435c833413a82eb5b244 (diff) | |
download | bcm5719-llvm-57e764f951d70deb490769781fe48fe73215b2e7.tar.gz bcm5719-llvm-57e764f951d70deb490769781fe48fe73215b2e7.zip |
[llvm-readobj] Replace arch-specific ObjDumper methods by the single `printArchSpecificInfo`
Initially llvm-readobj supports multiple command line options like
`--arm-attributes` and `--mips-plt-got` for display ELF arch-specific
information. Now all these options are superseded by the
`--arch-specific` one. It makes sense to have a single `printArchSpecificInfo`
method in the base `ObjDumper`, and hide all ELF/target specific details
in the `ELFDumper::printArchSpecificInfo` override.
Differential Revision: https://reviews.llvm.org/D68385
llvm-svn: 373731
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/debugger/TestDebuggerAPI.py')
0 files changed, 0 insertions, 0 deletions