Re: [lldb-dev] [RFC] Listing files in remote directory

2020-07-24 Thread Greg Clayton via lldb-dev
> On Jul 24, 2020, at 9:55 AM, GongYu Deng via lldb-dev > wrote: > > Hello everyone, > > To implement a remote disk file completion like > CommandCompletions:DiskFilesOrDirectories for commands like "platform > get-size”, I was trying to find out how local disk files are resolved. It > see

[lldb-dev] [RFC] Listing files in remote directory

2020-07-24 Thread GongYu Deng via lldb-dev
Hello everyone, To implement a remote disk file completion like CommandCompletions:DiskFilesOrDirectories for commands like "platform get-size”, I was trying to find out how local disk files are resolved. It seems the resolving mechanism is based on the llvm::sys module with which the implemen

[lldb-dev] [Bug 46833] New: LLDB is missing support for DW_OP_implicit_value dwarf operation

2020-07-24 Thread via lldb-dev
https://bugs.llvm.org/show_bug.cgi?id=46833 Bug ID: 46833 Summary: LLDB is missing support for DW_OP_implicit_value dwarf operation Product: lldb Version: unspecified Hardware: PC OS: Linux Statu