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,5 +1,5 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
# tools/minidumpserver.py
|
# tools/gdbserver.py
|
||||||
#
|
#
|
||||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
# contributor license agreements. See the NOTICE file distributed with
|
# contributor license agreements. See the NOTICE file distributed with
|
||||||
@ -986,7 +986,7 @@ def arg_parser():
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-g",
|
"-g",
|
||||||
"--gdb",
|
"--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,
|
type=str,
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
Loading…
Reference in New Issue
Block a user