================
@@ -1114,15 +1115,15 @@ class CommandObjectSourceList : public
CommandObjectParsed {
matching_modules.Clear();
target.GetImages().FindModules(module_spec, matching_modules);
num_matches += matching_modules.ResolveSymbolContextForFilePath(
- filename, 0, check_inlines,
+ filename, start_line, check_inlines,
SymbolContextItem(eSymbolContextModule |
eSymbolContextCompUnit),
----------------
labath wrote:
```suggestion
filename, 0, check_inlines,
SymbolContextItem(eSymbolContextModule |
eSymbolContextCompUnit |
eSymbolContextLineEntry),
```
https://github.com/llvm/llvm-project/pull/139002
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits