gdbserial: update path of lldb protocol extension documentation (#3727)

This commit is contained in:
Alessandro Arzilli 2024-05-15 20:45:53 +02:00 committed by GitHub
parent 4f28742da6
commit 2331fa8f8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -11,7 +11,7 @@
// The protocol is specified at:
// https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html
// with additional documentation for lldb specific extensions described at:
// https://github.com/llvm/llvm-project/blob/main/lldb/docs/lldb-gdb-remote.txt
// https://github.com/llvm/llvm-project/blob/main/lldb/docs/resources/lldbgdbremote.md
//
// Terminology:
// * inferior: the program we are trying to debug