ubuntu 20.04 clang 18.1.8 lldb 18.1.8 This is the c source code. ```c #include<stdio.h> int main() { printf("Hello World\n"); return 0; } ``` I use the compile ```sh clang -g -O0 test.c ``` then, lldb list is not working 