[Lldb-commits] [PATCH] D109231: [lldb] Improve error handling around GetRngListData()
Kim-Anh Tran via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 3 05:55:43 PDT 2021
kimanh created this revision.
kimanh added a reviewer: jankratochvil.
kimanh published this revision for review.
kimanh added a comment.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
I've split up the other CL (https://reviews.llvm.org/D107456) into the part that was reviewed, and this: the error handling that was requested on that CL. Please take a look whenever you have time!
This adds more informative error handling around the
usage of GetRngListData.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D109231
Files:
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
lldb/test/Shell/SymbolFile/DWARF/DW_AT_range-DW_FORM_sec_offset.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109231.370563.patch
Type: text/x-patch
Size: 5245 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210903/715da3ad/attachment.bin>
More information about the lldb-commits
mailing list