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 88ee42a commit b75d8bdCopy full SHA for b75d8bd
lldb/tools/lldb-dap/Protocol/ProtocolTypes.h
@@ -677,6 +677,8 @@ struct DisassembledInstruction {
677
/// addresses may be presented is 'invalid.'
678
/// Values: 'normal', 'invalid'
679
std::optional<PresentationHint> presentationHint;
680
+
681
+ DisassembledInstruction() : address(0) {}
682
};
683
bool fromJSON(const llvm::json::Value &,
684
DisassembledInstruction::PresentationHint &, llvm::json::Path);
0 commit comments