[all-commits] [llvm/llvm-project] 601168: [lldb] Refactor variable parsing
Jaroslav Sevcik via All-commits
all-commits at lists.llvm.org
Sun Oct 3 23:25:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 601168e42037ac4433e74b920bb22f76d59ba420
https://github.com/llvm/llvm-project/commit/601168e42037ac4433e74b920bb22f76d59ba420
Author: Jaroslav Sevcik <jarin at google.com>
Date: 2021-10-04 (Mon, 04 Oct 2021)
Changed paths:
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
Log Message:
-----------
[lldb] Refactor variable parsing
Separates the methods for recursive variable parsing in function
context and non-recursive parsing of global variables.
Differential Revision: https://reviews.llvm.org/D110570
More information about the All-commits
mailing list