Issue 128507
Summary lldb only list is not working, but list -number is correct
Labels new issue
Assignees
Reporter Guo-yyds
    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 isnot working

![Image](https://github.com/user-attachments/assets/2d965381-1599-47b4-bb42-69b51b4f245d)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to