mirror of
https://github.com/apache/nuttx.git
synced 2026-09-10 10:56:41 +00:00
gdbserver:minidumpserver is powerful, so change name to gdbserver
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
03f0a59816
commit
fcf06f6367
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
# tools/minidumpserver.py
|
||||
# tools/gdbserver.py
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
|
|
@ -986,7 +986,7 @@ def arg_parser():
|
|||
parser.add_argument(
|
||||
"-g",
|
||||
"--gdb",
|
||||
help="provided a custom GDB path, automatically start GDB session and exit minidumpserver when exit GDB. ",
|
||||
help="provided a custom GDB path, automatically start GDB session and exit gdbserver when exit GDB. ",
|
||||
type=str,
|
||||
)
|
||||
parser.add_argument(
|
||||
Loading…
Add table
Add a link
Reference in a new issue