(lldb) breakpoint set -n setenv Breakpoint 1: no locations (pending). WARNING: Unable to resolve breakpoint to any actual locations. (lldb) run Process 7724 launched: '/empty-args-test/.build/debug/App' (aarch64) 1 location added to breakpoint 1 Process 7724 stopped * thread #1, name = 'App', stop reason = breakpoint 1.1 frame #0: 0x0000fffff58ac9f4 libc.so.6`__setenv(name="ZES_ENABLE_SYSMAN", value="1", replace=1) at setenv.c:255:6 (lldb) bt * thread #1, name = 'App', stop reason = breakpoint 1.1 * frame #0: 0x0000fffff58ac9f4 libc.so.6`__setenv(name="ZES_ENABLE_SYSMAN", value="1", replace=1) at setenv.c:255:6 frame #1: 0x0000fffff7fc7624 frame #2: 0x0000fffff7fc772c (lldb) image lookup -a 0x0000fffff7fc7624 (lldb) image lookup -a 0x0000fffff7fc772c (lldb)