[Lldb-commits] [lldb] [lldb] Only send "posix" error codes through the gdb-remote protocol (PR #108170)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 11 03:04:57 PDT 2024
labath wrote:
> Does this impact #106950 at all?
It's related to it in the sense that the error codes we're sending are rubish, but it doesn't really "impact" it because the "host IO" packets use a different response format (`Fxx,yy`) vs (`Exx`). If we wanted to assign meaning to these errors, we'd need some sort of an error translation function, which we could then use from the host io code and also from this function.
https://github.com/llvm/llvm-project/pull/108170
More information about the lldb-commits
mailing list