Re: [lldb-dev] Disassembling issue

2019-06-12 Thread Romaric Jodin via lldb-dev
Hi Ted, Thank you for the answer. I'm not sure I understand you well. It seems to me that my program call "Disassembler::FindPlugin" with the "m_options.arch" set to "x86_64". But my toolchain does not contain a LLVM supporting x86_64, so it feels normal to me that it is not able to create this di

Re: [lldb-dev] [Release-testers] LLVM 8.0.1-rc2 has been tagged

2019-06-12 Thread Dimitry Andric via lldb-dev
On 11 Jun 2019, at 05:53, Tom Stellard via Release-testers wrote: > > I've tagged the 8.0.1-rc2 release, testers please begin testing and upload > your > binaries. As with 8.0.1 rc1, I had to disable compiler-rt for this test run, as most of the sanitizers are totally broken. This is tracked

Re: [lldb-dev] Disassembling issue

2019-06-12 Thread Ted Woodward via lldb-dev
The error is coming from source/Commands/CommandObjectDisassemble.cpp . It’s not able to create the disassembler for your architecture. The call to Disassembler::FindPlugin fails. My guess is something in the call to MCDisasmInstance::Create in source/Plugins/Disassembler/llvm/DisassemblerLLVMC.

[lldb-dev] Disassembling issue

2019-06-12 Thread Romaric Jodin via lldb-dev
Hi everyone, I'm trying to have lldb being able to debug my architecture. It does it well after loading my elf. But then I run it, stop it in middle, try to disassemble and at that point it seems that I lost some information about my architecture. lldb tries to disassemble it for x86, which in not

Re: [lldb-dev] [Release-testers] LLVM 8.0.1-rc2 has been tagged

2019-06-12 Thread Michał Górny via lldb-dev
On Mon, 2019-06-10 at 20:53 -0700, Tom Stellard via Release-testers wrote: > Hi, > > I've tagged the 8.0.1-rc2 release, testers please begin testing and upload > your > binaries. > > There are still a few more bug fixes that I need to merge, so > I'm planning to do one more release candidate bef