gdb/testsuite/gdb.base/stap-probe: Minor clean-up
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
index 8b846a13e8bd3662ce55cdc5c883352068a21b85..84fa9aec6dbd04c00bb1257b5398d12efc08529e 100644 (file)
@@ -1,3 +1,165 @@
+2020-01-10  George Barrett  <bob@bob131.so>
+
+       * 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  <andrew.burgess@embecosm.com>
+
+       * gdb.tui/basic.exp: Add more scrolling tests.
+
+2020-01-09  Tom Tromey  <tom@tromey.com>
+
+       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  <andrew.burgess@embecosm.com>
+
+       * gdb.tui/tui-layout-asm.exp: New file.
+
+2020-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * lib/tuiterm.exp (Term::check_box_contents): New proc.
+
+2020-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
+       (Term::enter_tui): Use Term::prepare_for_tui.
+
+2020-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
+       called.
+
+2020-01-09  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/skip.exp: Fix race condition in test.
+
+2020-01-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.base/backtrace.c: New file.
+       * gdb.base/backtrace.exp: New file.
+
+2020-01-05  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb.tui/list.exp: Test 'focus next' after 'list main'.
+
+2020-01-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/style.exp: Test that warnings are styled.
+
+2019-12-29  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * gdb.base/line65535.exp: New file.
+       * gdb.base/line65535.c: New file.
+
+2019-12-27  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
+       * lib/gnat_debug_info_test.adb: New file.
+       * gdb.ada/ptype_tagged_param.exp: Use
+       gnat_runtime_has_debug_info, expect a different output if
+       runtime does not have debug info.
+
+2019-12-20  Simon Marchi  <simon.marchi@efficios.com>
+
+       * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
+       (another) quote in test name.
+
+2019-12-20  Simon Marchi  <simon.marchi@efficios.com>
+
+       * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
+       Add quote in test name.
+
+2019-12-20  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>
+
+       * gdb.cp/pass-by-ref.cc: Delete.  Generated in the output
+       directory instead.
+       * gdb.cp/pass-by-ref.exp: Extend with more cases.
+       * gdb.cp/pass-by-ref-2.cc: New file.
+       * gdb.cp/pass-by-ref-2.exp: New file.
+
+2019-12-20  Tom Tromey  <tom@tromey.com>
+
+       * gdb.tui/list-before.exp: New file.
+
+2019-12-20  Tom Tromey  <tom@tromey.com>
+
+       * gdb.tui/list.exp: Check for source on initial listing.
+
+2019-12-11  Tom Tromey  <tromey@adacore.com>
+
+       * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
+       Add crlf test.
+
+2019-12-18  Simon Marchi  <simon.marchi@efficios.com>
+
+       * gdb.base/default.exp: Update value of $_gdb_major.
+
+2019-12-17  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
+
+2019-12-17  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * gdb.base/skip.exp: Whitespace fix.
+
+2019-12-16  Bernd Edlinger  <bernd.edlinger@hotmail.de>
+
+       * gdb.base/skip-inline.c: New file.
+       * gdb.base/skip-inline.exp: New file.
+
+2019-12-16  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdb.base/jit-reader.exp (jit_reader_test): Rename
+       jit_function_00 to jit_function_stack_mangle.
+       * gdb.base/jithost.c (jit_function_t): Rename to...
+       (jit_function_stack_mangle_t): ... this.
+       (jit_function_add_t): New typedef.
+       (jit_function_00_code): Rename to...
+       (jit_function_stack_mangle_code): ... this, make static.
+       (jit_function_add_code): New.
+       (main): Generate "add" function and call it.  Adjust to changes
+       in jithost_abi.
+       * gdb.base/jithost.h (struct jithost_abi_bounds): New.
+       (struct jithost_abi) <begin, end>: Remove fields.
+       <object, function_stack_mangle, function_add>: New fields.
+       * gdb.base/jitreader.c (struct reader_state) <code_begin,
+       code_end>: Remove fields.
+       <func_stack_mangle>: New field.
+       (read_debug_info): Adjust to renaming, create block for "add"
+       function.
+       (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
+
+2019-12-11  Tom Tromey  <tom@tromey.com>
+
+       * gdb.tui/resize.exp: Fix regexp.
+       * gdb.tui/regs.exp: Fix regexps.
+       * gdb.tui/main.exp: Fix regexp.
+
+2019-12-11  Tom Tromey  <tom@tromey.com>
+
+       * gdb.tui/resize.exp: Update.
+       * gdb.tui/empty.exp (layouts): Update.
+
+2019-12-11  Tom Tromey  <tom@tromey.com>
+
+       * gdb.tui/regs.exp: Update.
+       * gdb.tui/empty.exp (layouts): Update.
+       * gdb.tui/basic.exp: Update.
+       * lib/tuiterm.exp (_check_box): Don't check bottom border.
+
+2019-12-11  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
+
+       * gdb.base/options.exp: Add -raw-values in the print completion list.
+       * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
+
 2019-12-10  Kevin Buettner  <kevinb@redhat.com>
 
        * gdb.threads/omp-par-scope.c: New file.
@@ -17920,6 +18082,6 @@ For older changes see ChangeLog-1993-2013.
 ;; version-control: never
 ;; End:
 
-    Copyright 2014-2019 Free Software Foundation, Inc.
+    Copyright 2014-2020 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,
   are permitted provided the copyright notice and this notice are preserved.
This page took 0.028786 seconds and 4 git commands to generate.