* win32_nat.c (cygwin_load_start): New variable.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b0fefb14d4e34a4456e60f55c59ff5ffc2e1269e..7040b481614c89d535455fcd064ea1db8d01681f 100644 (file)
@@ -1,3 +1,58 @@
+2006-02-19  Christopher Faylor  <cgf@timesys.com>
+
+       * win32_nat.c (cygwin_load_start): New variable.
+       (cygwin_load_end): Ditto.
+       (have_saved_context): Ditto.
+       (saved_context): Ditto.
+       (max_dll_name_len): Delete obsolete variable.
+       (do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll
+       if we are in a cygwin signal rather than a windows signal.
+       (solib_symbols_add): Detect and store beginning and end of cygwin DLL
+       if dll being loaded is the cygwin DLL.
+       (register_loaded_dll): Remove calculation of max_dll_name_len.
+       (win32_clear_solib): Ditto.
+       (handle_load_dll): Delete obsolete variable.  Remove unneeded call to
+       solib_add.
+       (handle_output_debug_string): Detect and store signal information sent
+       by Cygwin here.
+       (handle_exception): Silently pass on errors in the cygwin DLL.  Return
+       -1 on first pass exception.
+       (win32_continue): Remove spurious clearing of continue_status.
+       (get_win32_debug_event): Deal differently first chance exception.
+
+2006-02-19  Randolph Chung  <tausq@debian.org>
+
+       * hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no
+       unwind entry.
+
+2006-02-16  Fred Fish  <fnf@specifix.com>
+
+       * eval.c (evaluate_subexp_standard):  For OP_TYPE, return
+       a non lval value zero, of the appropriate type, when avoiding
+       side effects.
+       * typeprint.c (ptype_eval): Remove function and declaration.
+       (ptype_command): Simplify to just a call to whatis_exp.
+
+2006-02-15  Paul Brook  <paul@codesourcery.com>
+
+       * arm-tdep.c (arm_skip_prologue, thumb_get_next_pc, arm_get_next_pc):
+       Load insn opcodes as unsigned values.
+
+2006-02-14  Alexandre Oliva  <aoliva@redhat.com>
+
+       * doublest.h (DOUBLEST): Use long double only if we can scan
+       it in.  Undefine HAVE_LONG_DOUBLE otherwise.
+       (DOUBLEST_FORMAT): New.
+       * c-exp.y (parse_number): Use it.
+       * jv-exp.y (parse_number): Likewise.
+       * objc-exp.y (parse_number): Likewise.
+       * p-exp.y (parse_number): Likewise.
+       * varobj.c (free_variable): Silence type-punning warnings.
+       * tui/tui-data.h (struct tui_list): Change type of list member.
+       * tui/tui-data.c: Remove no-longer-needed type casts.
+       (source_windows): Silence type-punning warnings.
+       * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise.
+
 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
 
        Fix PR breakpoints/2080.
This page took 0.025036 seconds and 4 git commands to generate.