forked from Imagelibrary/binutils-gdb
Fix Python rbreak tests setting too many breakpoints when glibc debug info is installed.
2017-11-29 Phil Muldoon <pmuldoon@redhat.com> * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
|
||||
|
||||
* gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
|
||||
|
||||
2017-11-29 Tom Tromey <tom@tromey.com>
|
||||
|
||||
* gdb.base/relocate.exp: Update invalid argument test.
|
||||
|
||||
@@ -32,6 +32,7 @@ if ![runto_main] then {
|
||||
return 0
|
||||
}
|
||||
|
||||
gdb_test_no_output "nosharedlibrary"
|
||||
gdb_py_test_silent_cmd "py sl = gdb.rbreak(\"\",minsyms=False)" \
|
||||
"get all function breakpoints" 0
|
||||
gdb_test "py print(len(sl))" "11" \
|
||||
|
||||
Reference in New Issue
Block a user