Skip to content

Commit

Permalink
gdbserial: update path of lldb protocol extension documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aarzilli committed May 15, 2024
1 parent 4f28742 commit 27a43a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/proc/gdbserial/gdbserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27a43a2

Please sign in to comment.