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

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs