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 d8ea630 commit ebbf286Copy full SHA for ebbf286
lldb/tools/lldb-dap/Handler/DisassembleRequestHandler.cpp
@@ -119,8 +119,7 @@ void DisassembleRequestHandler::operator()(
119
120
std::string flavor_string;
121
const auto target_triple = llvm::StringRef(dap.target.GetTriple());
122
- // this handles both 32 and 64bit x86 architecture.
123
- // this logic is also duplicated in
+ // This handles both 32 and 64bit x86 architecture. The logic is duplicated in
124
// `CommandObjectDisassemble::CommandOptions::OptionParsingStarting`
125
if (target_triple.starts_with("x86")) {
126
const lldb::SBStructuredData flavor =
0 commit comments