Skip to content

lldb should print a notice when source list paging reaches the end of the file #128507

@Guo-yyds

Description

@Guo-yyds

ubuntu 20.04
clang 18.1.8
lldb 18.1.8

This is the c source code.

#include<stdio.h>
int main()
{
    printf("Hello World\n");
    return 0;
}

I use the compile

clang -g -O0 test.c

then, lldb list is not working

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions