[Lldb-commits] [PATCH] D87173: Ignores functions that have a range starting outside of a code section
António Afonso via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 28 18:55:16 PDT 2020
aadsm updated this revision to Diff 301503.
aadsm added a comment.
Rewrote the test in lit.
I had to do it in an non standard way. It seems that lldb will exit with an error code if you do -b -o of a command that doesn't "work", (e.g.: image lookup finds nothing). Since lit runs this with set -o pipefail it will fail the FileCheck as well. To get around that I did echo ``, a bit lame but works.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87173/new/
https://reviews.llvm.org/D87173
Files:
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/test/Shell/SymbolFile/DWARF/function-entries-invalid-addresses.yaml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87173.301503.patch
Type: text/x-patch
Size: 16036 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201029/0088053d/attachment-0001.bin>
More information about the lldb-commits
mailing list