gdbserver:minidumpserver is powerful, so change name to gdbserver

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
anjiahao 2024-08-13 15:10:01 +08:00 committed by Xiang Xiao
parent 03f0a59816
commit fcf06f6367

View File

@ -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(