<div dir="ltr">HI everyone,<div><br></div><div>I'm adding my architecture into lldb.</div><div>I'm having some trouble with the debug information on the stack frame.</div><div>LLDB is never displaying any source code. It seems that we I get in "StackFrame::GetSymbolContext" "m_flags" is always set to "0xffffffff" but my "m_sc" does not contains the information needed about the module ("module_sp=0x0").</div><div>But LLDB can read the elf file and find information like here:</div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>Process 21312 stopped</div><div><div>* thread #1, name = 'DPUthread0', stop reason = suspended</div></div><div><div>    frame #0: 0x80000018</div></div><div><div>test`__bootstrap:</div></div><div>    test[0x80000018] <+24>: sub    r0, r0, 0x1, pl, 0x80000010<br>    test[0x80000020] <+32>: jgeu   id, 0x3, 0x80000058<br>    test[0x80000028] <+40>: jeq    id, 0x2, 0x80000038<br>    test[0x80000030] <+48>: boot   id, 0x1<br></div><div><br></div></blockquote>or here:<div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div>(lldb) b main</div><div>Breakpoint 1: where = test`main + 32 at test.c:29, address = 0x80000080</div><div><br></div></blockquote>Do someone get what I'm missing?<div><br><div>Thanks,</div><div><div><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></div></div></div>