We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0695a7b commit aadd0d3Copy full SHA for aadd0d3
lldb/source/Symbol/CompileUnit.cpp
@@ -271,7 +271,7 @@ void CompileUnit::ResolveSymbolContext(
271
SymbolContext sc(GetModule());
272
sc.comp_unit = this;
273
274
- if (line == 0) {
+ if (line == LLDB_INVALID_LINE_NUMBER) {
275
if (file_spec_matches_cu_file_spec && !check_inlines) {
276
// only append the context if we aren't looking for inline call sites by
277
// file and line and if the file spec matches that of the compile unit
0 commit comments