Split out eval_op_var_entry_value
[deliverable/binutils-gdb.git] / gdbserver / ChangeLog
index 8975cc9140695a689af8fb3ce16898ecb1c248bd..0e713cc6abbad8dac18e85a84b1bcbd94b33f8c5 100644 (file)
@@ -1,3 +1,117 @@
+2021-02-23  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * linux-low.cc (linux_process_target::filter_event): Return
+       void.
+       * linux-low.h (class linux_process_target) <filter_event>:
+       Return void.
+
+2021-02-12  Tom Tromey  <tromey@adacore.com>
+
+       * gdbreplay.cc (remote_desc): Remove.
+       (remote_desc_in, remote_desc_out): New globals.
+       (remote_close): Update.
+       (remote_open): Handle "-".
+       (remote_open): Update.
+       (logchar): Log to stderr.
+       (expect, play): Update.
+
+2021-02-12  Tom Tromey  <tromey@adacore.com>
+
+       * gdbreplay.cc (remote_open): Constify.
+
+2021-02-05  Paul E. Murphy  <murphyp@linux.ibm.com>
+
+       * Makefile.in (UNDO_GNULIB_CFLAGS): Disable
+       gnulib free replacement too.
+       * common-defs.h [USE_WIN32API](read, write): Undefine
+       gnulib versions before defining these macros.
+
+2021-02-03  Pedro Alves  <pedro@palves.net>
+
+       * linux-low.cc (linux_process_target::complete_ongoing_step_over):
+       Discard step SIGTRAP, unless GDB wanted the thread to step.
+
+2021-02-03  Pedro Alves  <pedro@palves.net>
+
+       * server.cc (discard_queued_stop_replies): Don't ever discard the
+       notification at the head of the list.
+
+2021-01-20  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * ax.cc (bytecode_address_table): Make static.
+       * debug.cc (debug_file): Make static.
+       * linux-low.cc (stopping_threads): Make static.
+       (step_over_bkpt): Make static.
+       * linux-x86-low.cc (amd64_emit_ops, i386_emit_ops): Make static.
+       * tracepoint.cc (stop_tracing_bkpt, flush_trace_buffer_bkpt,
+       alloced_trace_state_variables, trace_buffer_ctrl,
+       tracing_start_time, tracing_stop_time, tracing_user_name,
+       tracing_notes, tracing_stop_note): Make static.
+
+2021-01-20  Tom de Vries  <tdevries@suse.de>
+
+       * linux-x86-low.cc (collect_register_i386): New function.
+       (x86_fill_gregset):  Remove memset.  Use collect_register_i386.
+
+2021-01-07  Tom de Vries  <tdevries@suse.de>
+
+       * Makefile.in (LIBIBERTY_NORMAL, LIBIBERTY_NOASAN, LIBIBERTY_PIC):
+       (LIBIBERTY_FOR_SHLIB): New var.
+       (LIBIBERTY): Set using $(LIBIBERTY_NORMAL).
+       (IPA_LIB): Use LIBIBERTY_FOR_SHLIB instead of LIBIBERTY in target rule.
+
+2021-01-04  Simon Marchi  <simon.marchi@efficios.com>
+
+       * debug.cc (debug_print_depth): New.
+
+2021-01-01  Joel Brobecker  <brobecker@adacore.com>
+
+       * server.cc (gdbserver_version): Update copyright year.
+       * gdbreplay.cc (gdbreplay_version): Likewise.
+
+2020-12-16  Luis Machado  <luis.machado@linaro.org>
+
+       * linux-aarch64-low.cc (address_significant): New function.
+       (aarch64_target::low_stopped_data_address): Handle the TBI.
+
+2020-12-11  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * Makefile.in (IPA_LIB): Include libiberty library.
+
+2020-11-11  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * server.cc (gdbserver_usage): Add missing option to usage text.
+       (gdbserver_show_disableable): Likewise.
+
+2020-11-02  Simon Marchi  <simon.marchi@efficios.com>
+
+       * ax.cc: Fix indentation.
+       * dll.cc: Fix indentation.
+       * inferiors.h: Fix indentation.
+       * linux-low.cc: Fix indentation.
+       * linux-nios2-low.cc: Fix indentation.
+       * linux-ppc-ipa.cc: Fix indentation.
+       * linux-ppc-low.cc: Fix indentation.
+       * linux-x86-low.cc: Fix indentation.
+       * linux-xtensa-low.cc: Fix indentation.
+       * regcache.cc: Fix indentation.
+       * server.cc: Fix indentation.
+       * tracepoint.cc: Fix indentation.
+
+2020-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * acinclude.m4: Replace AC_TRY_COMPILE with AC_COMPILE_IFELSE +
+       AC_LANG_PROGRAM.
+       * configure: Re-generate.
+
+2020-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * configure: Re-generate.
+
+2020-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * configure: Re-generate.
+
 2020-10-31  Simon Marchi  <simon.marchi@polymtl.ca>
 
        * configure: Re-generate.
This page took 0.038095 seconds and 4 git commands to generate.