From 27a43a2d93ee815b9c9f40605c1e21b9edd21858 Mon Sep 17 00:00:00 2001 From: aarzilli Date: Wed, 15 May 2024 09:42:22 +0200 Subject: [PATCH] gdbserial: update path of lldb protocol extension documentation --- pkg/proc/gdbserial/gdbserver.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proc/gdbserial/gdbserver.go b/pkg/proc/gdbserial/gdbserver.go index 131006e07f..501b5c2328 100644 --- a/pkg/proc/gdbserial/gdbserver.go +++ b/pkg/proc/gdbserial/gdbserver.go @@ -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