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 eb0c977 commit b259dbdCopy full SHA for b259dbd
lldb/tools/lldb-dap/Handler/ModuleSymbolsRequestHandler.cpp
@@ -60,7 +60,7 @@ ModuleSymbolsRequestHandler::Run(const ModuleSymbolsArguments &args) const {
60
if (!symbol.IsValid())
61
continue;
62
63
- Symbol dap_symbol;
+ Symbol dap_symbol = {};
64
dap_symbol.id = symbol.GetID();
65
dap_symbol.type = symbol.GetType();
66
dap_symbol.isDebug = symbol.IsDebug();
0 commit comments