Noam Postavsky writes: > (lldb) disassemble --pc > bootstrap-emacs`__start: > -> 0x40180 <+360>: mov w0, w21 > 0x40184 <+364>: mov x1, x20 > 0x40188 <+368>: mov x2, x19 > 0x4018c <+372>: bl 0x16742c ; tty_menu_display + 132 at term.c:2817 > I think that means that tty_menu_display is getting called from > __start, which should not be possible?! It seems that the debug info show by lldb is bogus, it shows two locations for tty_menu_display (see attached).