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

via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 20 06:51:33 PDT 2024


dlav-sc wrote:

@DavidSpickett @jasonmolenda I've made a fix on the server side, could you take a look, please? 

I also did the same thing with `vFile:unlink`, because it is a standard GDB RSP request like `vFile:open`, so I guess it should follow GDB RSP rules. Custom requests like `vFile:MD5`, `vFile:size`, etc in their turn I leave as they are.

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


More information about the lldb-commits mailing list