diff options
author | Igor Kudrin <ikudrin@accesssoftek.com> | 2019-04-04 08:45:06 +0000 |
---|---|---|
committer | Igor Kudrin <ikudrin@accesssoftek.com> | 2019-04-04 08:45:06 +0000 |
commit | 734a2bc7378482fc5dc593be2021c9ea9e3196f6 (patch) | |
tree | 4cce8cfeef2f07cbedbe492e7073677d49cb3a84 /lldb/packages/Python/lldbsuite/test/python_api/module_section | |
parent | 0fed7b0564801eb481332b0c9ab0259a9866164b (diff) | |
download | bcm5719-llvm-734a2bc7378482fc5dc593be2021c9ea9e3196f6.tar.gz bcm5719-llvm-734a2bc7378482fc5dc593be2021c9ea9e3196f6.zip |
[llvm-symbolizer] Allow more flexible usage of -e.
addr2line allows -e to be grouped with other options; it also allows it
to prefix the value. Thus, all the following usages are possible:
* addr2line -f -e <bin> <addr>
* addr2line -fe <bin> <addr>
* addr2line -f e<bin> <addr>
* addr2line -fe<bin> <addr>
This patch adds the same for llvm-symbolizer.
Differential Revision: https://reviews.llvm.org/D60196
llvm-svn: 357676
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/module_section')
0 files changed, 0 insertions, 0 deletions