Skip to content

Commit 4b2af36

Browse files
committed
[LLDB][NativePDB] Minor fix on inline line table.
1 parent fc7573f commit 4b2af36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,7 @@ void SymbolFileNativePDB::ParseInlineSite(PdbCompilandSymId id,
13561356
func_base + code_offset, decl_line + line_offset, 0, decl_file_idx,
13571357
is_start_of_statement, false, is_prologue_end, false, false);
13581358
inline_site_sp->line_entries.push_back(line_entry);
1359+
has_base = false;
13591360
} else {
13601361
// Add line entry in next call to change_code_offset.
13611362
is_new_line_offset = true;

0 commit comments

Comments
 (0)