[Lldb-commits] [PATCH] D76758: Augment lldb's symbol table with external symbols in Mach-O's dyld trie

2020-03-28 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. Much cleaner! Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D76758/new/ https://reviews.llvm.org/D76758 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.

[Lldb-commits] [PATCH] D75750: [lldb] integrate debuginfod

2020-03-28 Thread Greg Clayton via Phabricator via lldb-commits
clayborg added a comment. Currently we have a solution for macOS to locate symbol files in the "lldb/source/Symbol/LocateSymbolFile.cpp" file in the Symbols::LocateExecutableSymbolFile(...) function: static FileSpec Symbols::LocateExecutableSymbolFile(const ModuleSpec &module_spec, const Fil

[Lldb-commits] [PATCH] D77000: [lldb] [PECOFF] Check that PECallFrameInfo operates on the expected architecture before interpreting RuntimeFunction structs

2020-03-28 Thread Martin Storsjö via Phabricator via lldb-commits
mstorsjo created this revision. mstorsjo added reviewers: labath, rnk, aleksandr.urakov. Herald added subscribers: danielkiss, kristof.beyls. Herald added a project: LLDB. Not sure how easy it is to make a sensible test for this; it makes a difference when the aarch64 RuntimeFunction struct, when

[Lldb-commits] [lldb] 14db82c - [lldb][NFC] Fix typo in TestInvalidArgsLog

2020-03-28 Thread Raphael Isemann via lldb-commits
Author: Raphael Isemann Date: 2020-03-28T16:16:08+01:00 New Revision: 14db82c929d981833dbd829a3e8e702556aea1d2 URL: https://github.com/llvm/llvm-project/commit/14db82c929d981833dbd829a3e8e702556aea1d2 DIFF: https://github.com/llvm/llvm-project/commit/14db82c929d981833dbd829a3e8e702556aea1d2.dif