* solist.h (struct target_so_ops): New member bfd_open.
[binutils-gdb.git] / gdb / ChangeLog
index 9d7cb0423934b6f37c4e398c63fd5110373bd9c7..25da5e20882431d731da3e90e21bb9aef7118490 100644 (file)
@@ -1,3 +1,90 @@
+2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
+           Tristan Gingold  <gingold@adacore.com>
+
+       * solist.h (struct target_so_ops): New member bfd_open.
+       (solib_find): Add prototype.
+       (solib_bfd_fopen): Add prototype.
+       * solib.c (solib_find, solib_bfd_fopen): New functions, extracted
+       from solib_bfd_open.
+       (solib_bfd_open): Use ops->bfd_open override if present.  Call
+       solib_find and solib_bfd_open otherwise.
+
+       * objfiles.h (OBJF_KEEPBFD): New define.
+       * objfiles.c (free_objfile): Do not close BFD if OBJF_KEEPBFD
+       objfile flag is set.
+       * solib.c (symbol_add_stub): Do not allocate second BFD for
+       shared library; use OBJF_KEEPBFD flag on solib objfile.
+
+2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * frame.c (get_frame_arch): Abort if called with NULL this_frame.
+
+2009-01-15  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * value.h (address_of_variable): Add prototype.
+       (locate_var_value): Remove prototype.
+
+       * findvar.c (read_var_value): Do not attempt to default frame
+       to selected frame.
+       (locate_var_value): Remove function.
+       * valops.c (value_of_variable): Retrieve selected frame for
+       symbols that require a frame when called with NULL block.
+       * valops.c (address_of_variable): New function.
+
+       * eval.c (evaluate_subexp_for_address): Call address_of_variable
+       instead of calling locate_var_value.
+       (evaluate_subexp_with_coercion): Likewise.
+
+2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * NEWS: Document "define" for prefixed commands.
+       * cli/cli-cmds.c (show_user): Update calls to show_user_1.  Call
+       show_user_1 for prefix commands.
+       * cli/cli-decode.c (help_cmd_list): Recurse for "help user-defined".
+       * cli/cli-script.c (validate_comname): Rewrite to handle prefix
+       commands.  Return the containing command list.
+       (define_command, document_command): Update to handle prefix commands.
+       (show_user_1): Add prefix and name arguments.  Handle prefix
+       commands.
+       * cli/cli-script.h (show_user_1): Update prototype.
+
+2009-01-14  Kai Tietz  <kai.tietz@onevision.com>
+
+       * mingw-ser.c (console_select_thread): Add return to make
+       compiler happy.
+       (pipe_select_thread): Likewise.
+       (file_select_thread): Likewise.
+
+2009-01-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * mi/mi-main.c (mi_cmd_execute): Clean up parenthesis mess from
+       previous change.
+
+2009-01-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * remote.c (extended_remote_mourn_1): Invalidate our notion of
+       current general thread.
+
+2009-01-14  Pedro Alves  <pedro@codesourcery.com>
+
+       * mi/mi-main.c (mi_cmd_execute): Also allow -list-thread-groups
+       without a live selected thread.
+
+2009-01-14  Joel Brobecker  <brobecker@adacore.com>
+
+       Update the copyright notice of some of the files I missed
+       in the previous copyright update.
+
+2009-01-14  Joel Brobecker  <brobecker@adacore.com>
+
+       * windows-nat.c (handle_unload_dll): Use %p to print the DLL
+       base address instead of casting it to DWORD.
+
+2009-01-13  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * dwarf2loc.c (dwarf2_evaluate_loc_desc): Do not call get_frame_arch
+       for NULL frame pointers.
+
 2009-01-13  Mark Kettenis  <kettenis@gnu.org>
 
        * utils.c (host_address_to_string): Reimplement in a way that