<div dir="ltr">Hi everyone,<div><br></div><div>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 possible with my toolchain.</div><div><br></div><div>Here is a log of what I am doing:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>(lldb) file test</div><div>Current executable set to 'test' (dpu).</div><div>(lldb) dis -s 0x80000000</div><div>test`__bootstrap:</div><div>test[0x80000000] <+0>:  jnz    id, 0x80000020</div><div>test[0x80000008] <+8>:  move   r0, 0xff</div><div>test[0x80000010] <+16>: release r0, 0x0, nz, 0x80000018</div><div>test[0x80000018] <+24>: sub    r0, r0, 0x1, pl, 0x80000010</div><div>(lldb) r</div><div>Process 21312 launched: '/home/rjodin/work/dpu_tools/llvm/lldb/test/test' (dpu)</div><div>Process 21312 stopped</div><div>* thread #1, name = 'DPUthread0', stop reason = Thread stopped</div><div>    frame #0: 0x0000000080000090</div><div>(lldb) dis -s 0x80000000</div><div>error: Unable to find Disassembler plug-in for the 'x86_64' architecture.</div><div>(lldb)</div></blockquote><div><div><br></div><div>Any ideas of what I am missing in my implementation?</div><div>Thanks,</div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div style="color:rgb(136,136,136)"><span style="color:rgb(0,0,0);font-size:12.8px"><b>Romaric JODIN</b></span></div><div style="color:rgb(136,136,136)"><span style="color:rgb(0,0,0);font-size:12.8px">UPMEM</span></div><div style="color:rgb(136,136,136)"><font color="#000000" size="1"><i>Software Engineer</i></font></div><div style="color:rgb(136,136,136)"><br></div><div style="color:rgb(136,136,136)"><img src="cid:ii_jm7vnlj17_165ed4ff64757184" width="50" height="50"></div></div></div></div></div>