mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
PR python/12227
* NEWS: Mention -data-directory. * main.c (captured_main): Recognize -data-directory. doc/ * gdb.texinfo (Mode Options): Document -data-directory. (Data Files): Add reference to -data-directory. testsuite/ * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting of data-directory. * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers updated. * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
This commit is contained in:
@ -44,9 +44,6 @@ if ![runto_main] then {
|
||||
return 0
|
||||
}
|
||||
|
||||
# Ensure sys.path, et.al. are initialized properly.
|
||||
gdb_check_python_config
|
||||
|
||||
gdb_test_no_output "python import gdb.types"
|
||||
|
||||
# test get_basic_type const stripping
|
||||
|
@ -51,9 +51,6 @@ if ![runto_main ] then {
|
||||
return -1
|
||||
}
|
||||
|
||||
# Ensure sys.path, et.al. are initialized properly.
|
||||
gdb_check_python_config
|
||||
|
||||
gdb_test "b [gdb_get_line_number {break to inspect} ${testfile}.c ]" \
|
||||
".*Breakpoint.*"
|
||||
gdb_test "continue" ".*Breakpoint.*"
|
||||
|
Reference in New Issue
Block a user