[Lldb-commits] [lldb] [lldb] fix vFile:open, vFile:unlink error codes (PR #106950)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Sep 26 02:37:55 PDT 2024


DavidSpickett wrote:

Yes working to the standard is good, but in the minority of cases where you do get a strange errno, `GDB_EUNKNOWN` is zero help and then you're working out the `lldb-server gdbserver --log-channels` etc. command to get it to print the real number.

So far that hasn't been annoying enough to enough people for anyone to add a side channel to send the unmodified errno.

https://github.com/llvm/llvm-project/pull/106950


More information about the lldb-commits mailing list