Skip to content

Commit d6a3859

Browse files
author
Tom Yang
committed
cleanup
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
1 parent 633a2d7 commit d6a3859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Commands/CommandObjectTarget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ static bool DumpModuleSymbolFile(Stream &strm, Module *module) {
14671467
static bool GetSeparateDebugInfoList(StructuredData::Array &list,
14681468
Module *module) {
14691469
if (module) {
1470-
if (SymbolFile *symbol_file = module->GetSymbolFile(true)) {
1470+
if (SymbolFile *symbol_file = module->GetSymbolFile(/*can_create=*/true)) {
14711471
StructuredData::Dictionary d;
14721472
if (symbol_file->GetSeparateDebugInfo(d)) {
14731473
list.AddItem(

0 commit comments

Comments
 (0)