Hi,
Running on Linux Mint with odin dev-2025-04-nightly.
I compiled the Odin demo program with:
>odin build . -debug
I tried to set a breakpoint with LLDB in ‘the_basics’ proc:
(lldb) version
lldb version 18.1.3
(lldb) b main::th
Available completions:
main::the_basics
main::threading_example
main::threading_example.did_acquire-0
main::threading_example.task_proc-2
main::threading_example.worker_proc-1
(lldb) b main::the_basics
Breakpoint 1: no locations (pending).
WARNING: Unable to resolve breakpoint to any actual locations.
(lldb)
It seems that LLDB has access to the procedures addresses but
can’t set the breakpoint.
Any idea why this happens?
Regards,
Elemer