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
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
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.
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
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