Update the OSDK default GDB socket

This commit is contained in:
Zhang Junyang
2024-09-30 12:58:17 +08:00
committed by Tate, Hongliang Tian
parent ecae3475cc
commit 43e3f8cf6b
4 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ needed instead of the normal break points (`break`/`b`) in GDB.
## Options
`--remote <REMOTE>`:
Specify the address of the remote target [default: .aster-gdb-socket].
Specify the address of the remote target [default: .osdk-gdb-socket].
The address can be either a path for the UNIX domain socket
or a TCP port on an IP address.