* p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 5b9f6082cceaae9def991647857bf5f75d5d0a14..2a6037624731711841bee4b3401ba3d281e810e1 100644 (file)
@@ -1,3 +1,75 @@
+2020-03-08  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * p-lang.c (is_pascal_string_type): Check that TYPE arg is non NULL.
+
+2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+           Hui Zhu  <teawater@gmail.com>
+
+       * record.c (record_open_1): Check tmp_to_stopped_by_watchpoint and
+       tmp_to_stopped_data_address.
+       (record_open): Reset tmp_to_stopped_by_watchpoint and
+       tmp_to_stopped_data_address.
+       * target.c (init_dummy_target): Add to_stopped_by_watchpoint and
+       to_stopped_data_address.
+
+2010-03-08  Hui Zhu  <teawater@gmail.com>
+
+       * i386-tdep.c (i386_process_record): Initialize regnum.
+
+2010-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * symfile.c (addr_info_make_relative): New variable sect_name, use it.
+       Do not warn on ".gnu.liblist" and ".gnu.conflict".
+
+2010-03-08  Joel Brobecker  <brobecker@adacore.com>
+
+       Memory error when reading wrong core file.
+       * solib-svr4.c (solib_svr4_r_map): catch and print all exception
+       errors while reading the inferior memory, and return zero if
+       an exception was raised.
+
+2010-03-07  Michael Snyder  <msnyder@vmware.com>
+
+       * record.c (record_restore): Rename tmpu8 to rectype.
+
+       * i386-tdep.c (i386_record_lea_modrm_addr): Rename local variables
+       tmpu8, tmpi16, tmpi32, tmpulongest to addr8, addr16, addr32, addr64.
+
+       (i386_record_push): Rename local tmpulongest to addr.
+
+       (i386_process_record): Rename local tmpulongest to addr.
+
+       Rename local variables tmpu16, tmpu32, tmpu64 to addr16, addr32,
+       addr64.
+
+       Rename local variable tmpu8 to opcode8 and regnum.
+
+2010-03-07  Joel Brobecker  <brobecker@adacore.com>
+
+       * remote.c (remote_get_ada_task_ptid): New function.
+        (init_remote_ops): Set remote_ops.to_get_ada_task_ptid.
+
+2010-03-06  Christopher Faylor  <me+cygwin@cgf.cx>
+
+       * windows-nat.c: Reorganize #ifdef __CYGWIN__ considerations into one
+       block.  Define helper macros to reduce ifdefs in code.
+       (get_module_name): Use cygwin_buf_t for buffer and __PMAX for buffer
+       size.  Call unadorned GetModuleFileNameEx rather than
+       GetModuleFileNameEx*.
+       (windows_make_so): Use __PMAX to denote maximum buffer size and
+       cygwin_buf_t for buffer type.  Use GetSystemDirectory{W,A} as
+       appropriate.
+       (get_image_name): Use __PMAX to denote maximum buffer size.
+       (handle_load_dll): Likewise.
+       (windows_pid_to_exec_file): Likewise.
+       (windows_create_inferior): Add many accommodations for older Cygwin and
+       non-Cygwin.
+       (bad_GetModuleFileNameExW): Control inclusion of this function based on
+       __USEWIDE conditional.
+       (bad_GetModuleFileNameExA): Likewise.
+       (_initialize_loadable): Just use real function names without the dyn_
+       part since they are defined earlier.
+
 2010-03-05  Corinna Vinschen  <vinschen@redhat.com>
            Tom Tromey  <tromey@redhat.com>
 
This page took 0.026214 seconds and 4 git commands to generate.