[all-commits] [llvm/llvm-project] fd185c: Reland "[lldb] Refactor variable parsing"
Jaroslav Sevcik via All-commits
all-commits at lists.llvm.org
Wed Oct 6 05:26:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fd185cfc513c4e5e280acc6d4e7248b773285798
https://github.com/llvm/llvm-project/commit/fd185cfc513c4e5e280acc6d4e7248b773285798
Author: Jaroslav Sevcik <jarin at google.com>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
Log Message:
-----------
Reland "[lldb] Refactor variable parsing"
Separates the methods for recursive variable parsing in function
context and non-recursive parsing of global variables.
Original patch: https://reviews.llvm.org/rG601168e42037ac4433e74b920bb22f76d59ba420
Revert patch: https://reviews.llvm.org/rGca5be065c4c612554acdcae3ead01a1474eff296
Diff from the original patch: avoid using nullptr deref/ref.
Differential Revision: https://reviews.llvm.org/D110570
More information about the All-commits
mailing list