[lldb-dev] [Bug 42271] New: Hanging lldb-vscode test: TestVSCode_setBreakpoints
https://bugs.llvm.org/show_bug.cgi?id=42271 Bug ID: 42271 Summary: Hanging lldb-vscode test: TestVSCode_setBreakpoints Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Keywords: code-q
Re: [lldb-dev] Disassembling issue
Hi Romaric, The call to Disassembler::FindPlugin should have arch set to your triple. If m_options.arch is not set on the disassembly command line, it will get it from the target: if (!m_options.arch.IsValid()) m_options.arch = target->GetArchitecture(); That leads me to wonder if your