[Lldb-commits] [lldb] 71ec09b - Revert "[LLDB][NativePDB] Minor fix on inline line table."
Zequan Wu via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 31 16:08:54 PDT 2022
Author: Zequan Wu
Date: 2022-03-31T16:07:49-07:00
New Revision: 71ec09b33ef4f378aaad2431c4b2d1140c7f285a
URL: https://github.com/llvm/llvm-project/commit/71ec09b33ef4f378aaad2431c4b2d1140c7f285a
DIFF: https://github.com/llvm/llvm-project/commit/71ec09b33ef4f378aaad2431c4b2d1140c7f285a.diff
LOG: Revert "[LLDB][NativePDB] Minor fix on inline line table."
This reverts commit 4b2af365b6fadde9e578ca08e6de332388b2f9c2.
Added:
Modified:
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
Removed:
################################################################################
diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
index b7e936be4aee6..411c7d902c21e 100644
--- a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
+++ b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
@@ -1356,7 +1356,6 @@ void SymbolFileNativePDB::ParseInlineSite(PdbCompilandSymId id,
func_base + code_offset, decl_line + line_offset, 0, decl_file_idx,
is_start_of_statement, false, is_prologue_end, false, false);
inline_site_sp->line_entries.push_back(line_entry);
- has_base = false;
} else {
// Add line entry in next call to change_code_offset.
is_new_line_offset = true;
More information about the lldb-commits
mailing list