[Lldb-commits] [PATCH] D134252: Track .dwo/.dwp loading errors and notify user when viewing variables.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Sep 20 16:56:46 PDT 2022
clayborg updated this revision to Diff 461760.
clayborg added a comment.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
- Remove commented out dead code from TestFrameVar.py
- Add DWO error for when compilation directory isn't available for a relative path .dwo file
- Use full path when emitting the "unable to locate .dwo debug file" error message
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134252/new/
https://reviews.llvm.org/D134252
Files:
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/test/API/commands/frame/var/TestFrameVar.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134252.461760.patch
Type: text/x-patch
Size: 10070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220920/6ebaa73e/attachment-0001.bin>
More information about the lldb-commits
mailing list