X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Ftestsuite%2FChangeLog;h=29d6af2008d2f2d77d4073239b5cbb7a7228e324;hb=7f0ae84c80aae6fe8f7573343fe1ab455d18b5d8;hp=6ca5aefc373c171942079adc86625868effd31cf;hpb=63ffd7c9131c0e9723016d33cf8d435cc508d02b;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6ca5aefc37..29d6af2008 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,48 @@ +2020-01-10 George Barrett + + * gdb.base/stap-probe.c (relocation_marker): Add dummy variable + to help in finding the image relocation offset. + * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile + options in arguments. + (stap_test_no_debuginfo): Likewise. + (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add + test variants. + (stap_test): Add null semaphore relocation test. + +2020-01-10 George Barrett + + * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES. + * gdb.base/stap-probe.exp: Likewise. + (stap_test): Pass argument as an additional flag. + (stap_test_no_debuginfo): Likewise. + (stap_test): Check `info probes stap' output for semaphore + addresses if the test binary is supposed to have them. + +2020-01-09 Andrew Burgess + + * gdb.tui/basic.exp: Add more scrolling tests. + +2020-01-09 Tom Tromey + + PR tui/18932: + * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a + meangingful value. + (Term::command, Term::resize): Update. + * gdb.tui/basic.exp: Add scrolling test. + +2020-01-09 Andrew Burgess + + * gdb.tui/tui-layout-asm.exp: New file. + +2020-01-09 Andrew Burgess + + * lib/tuiterm.exp (Term::check_box_contents): New proc. + +2020-01-09 Andrew Burgess + + * lib/tuiterm.exp (Term::prepare_for_tui): New proc. + (Term::enter_tui): Use Term::prepare_for_tui. + 2020-01-09 Andrew Burgess * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when