gdb/
[external/binutils.git] / gdb / ChangeLog
1 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2
3         * ada-lang.c (is_known_support_routine): New variable fullname.  Use
4         access call to verify the symtab_to_fullname result.
5         * breakpoint.c (print_breakpoint_location, update_static_tracepoint):
6         Remove NULL check of symtab_to_fullname result.
7         * cli/cli-cmds.c (edit_command): Likewise.
8         * mi/mi-cmd-file.c (mi_cmd_file_list_exec_source_file)
9         (mi_cmd_file_list_exec_source_files): Likewise.
10         * python/py-symtab.c (stpy_fullname): Likewise.
11         * source.c (symtab_to_fullname): Update function comment.  Rename
12         variable r to fd, move it to inner block.  Always provide non-NULL
13         result.
14         (print_source_lines_base): Remove NULL check of symtab_to_fullname
15         result.
16         * stack.c (print_frame): Likewise.
17         * symtab.c (iterate_over_some_symtabs, find_line_symtab, sources_info):
18         Likewise.
19         * tracepoint.c (print_one_static_tracepoint_marker): Likewise.
20
21 2012-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
22
23         Code cleanup.
24         * dwarf2read.c (fixup_go_packaging): Do not check symtab->FILENAME for
25         NULL.
26         * linespec.c (add_sal_to_sals): Likewise.
27         * psympriv.h (allocate_psymtab): Add ATTRIBUTE_NONNULL.
28         * stack.c (print_frame): Do not check symtab->FILENAME for NULL.
29         * symfile.h (allocate_symtab): Add ATTRIBUTE_NONNULL.
30         * symtab.h (struct symtab): Add comment it is never NULL for filename.
31         * tracepoint.c (set_traceframe_context): Do not check symtab->FILENAME
32         for NULL.
33         * tui/tui-source.c (tui_set_source_content): Likewise.
34
35 2012-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
36
37         * breakpoint.c (breakpoint_re_set): Remove the skip_re_set call.
38         * infrun.c (handle_inferior_event): Rename the called function to
39         function_name_is_marked_for_skip, pass it TMP_SAL.
40         * skip.c (struct skiplist_entry): Update function_name comment.  Remove
41         fields pc, gdbarch and pending.
42         (skip_function_pc): Rename this forward declaration to ...
43         (skip_function): ... here.
44         (skip_file_command): Remove variable pending and its use, remove
45         initialization of E fields pending and gdbarch.  Do not use SYMTAB
46         filename, use the specified one.
47         (skip_function_command): Remove variable func_pc, do not set it.
48         Update the caller of skip_function.  Replace decode_line_1 call by
49         a lookup_symbol call.  Remove variables orig_arg, decode_exception and
50         sals.  Update the caller of skip_function.
51         (skip_info): Remove variable address_width and its use.  Do not print
52         address (PC).  Renumber column 5 to 4.
53         (skip_function_pc): Rename to ...
54         (skip_function): ... here and remove its parameters pc, arch and
55         pending.  Update the function comment and no longer use those
56         parameters.
57         (function_pc_is_marked_for_skip): Rename to ...
58         (function_name_is_marked_for_skip): ... here, update function comment
59         just to a skip.h reference, replace pc parameter by function_name and
60         function_sal.  No longer use E field pending and pc.  Remove variables
61         searched_for_sal, sal and filename.  Call compare_filenames_for_search
62         instead of just strcmp.
63         (skip_re_set): Remove the function.
64         * skip.h (struct symtab_and_line): New declaration.
65         (function_pc_is_marked_for_skip): Rename to ...
66         (function_name_is_marked_for_skip): ... here, replace pc parameter by
67         function_name and function_sal, update the function comment.
68
69 2012-12-18  Pierre Muller  <muller@sourceware.org>
70
71         * ui-file.h (tee_file_new): Add extern modifier in header declaration.
72
73 2012-12-20  Tom Tromey  <tromey@redhat.com>
74
75         * serial.c (deprecated_serial_fd): Remove.
76         * serial.h (deprecated_serial_fd): Remove.
77
78 2012-12-20  Yao Qi  <yao@codesourcery.com>
79
80         * maint.c (_initialize_maint_cmds): Move code ...
81         * symmisc.c (_initialize_symmisc): ... to here.
82         (maintenance_print_msymbols): Make it static.
83         (maintenance_print_objfiles): Likewise.
84         (maintenance_print_symbols): Likewise.
85         (maintenance_info_symtabs): Likewise.
86         * symtab.h (maintenance_print_msymbols): Remove declaration.
87         (maintenance_print_objfiles, maintenance_print_symbols): Likewise.
88         (maintenance_info_symtabs): Likewise.
89
90 2012-12-20  Yao Qi  <yao@codesourcery.com>
91
92         * maint.c (_initialize_maint_cmds): Move code to ...
93         * psymtab.c (_initialize_psymtab): ... here.  New.
94         Include "gdbcmd.h".
95         (maintenance_print_psymbols): Make it static.
96         (maintenance_info_psymtabs, maintenance_check_symtabs): Likewise.
97         * symtab.h (maintenance_print_psymbols): Remove declaration.
98         (maintenance_check_symtabs, maintenance_info_psymtabs): Likewise.
99
100 2012-12-19  Maxim Kuvyrkov  <maxim@codesourcery.com>
101
102         * MAINTAINERS: Add myself to write-after-approval maintainers.
103
104 2012-12-19  Andreas Tobler  <andreast@neon.andreas.nets>
105
106         * mips-tdep.c (micromips_deal_with_atomic_sequence): Initialize
107         branch_bp to keep gcc happy.
108
109 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
110
111         * gdbarch.sh (copyright): Update copyright years.
112         * gdbarch.h, gdbarch.c: Regenerate.
113         * copyright.py (EXCLUDE_LIST): Remove gdbarch.h and gdbarch.c.
114         (MULTIPLE_COPYRIGHT_HEADERS): Add 'gdb/gdbarch.sh'.
115
116 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
117
118         * acinclude.m4: Update contact info in copyright notice.
119
120 2012-12-19  Yao Qi  <yao@codesourcery.com>
121
122         * maint.c (maintenance_print_statistics): Make it static.
123         * symtab.h (maintenance_print_statistics): Remove declaration.
124
125 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
126
127         * NEWS: Add entry announcing ppc-lynx178 support.
128
129 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
130
131         Revert the following change (compatibility issues with libiconv):
132         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
133         * gnulib/import/errno.in.h: Import.
134         * gnulib/import/m4/errno_h.m4: Import.
135         * gnulib/aclocal.m4: Regenerate.
136         * gnulib/configure: Regenerate.
137         * gnulib/import/Makefile.am: Update.
138         * gnulib/import/Makefile.in: Update.
139         * gnulib/import/m4/gnulib-cache.m4: Update.
140         * gnulib/import/m4/gnulib-comp.m4: Update.
141
142 2012-12-18  Tom Tromey  <tromey@redhat.com>
143
144         * defs.h (directory_command): Don't declare.
145         * source.c (directory_command): Now static.
146
147 2012-12-18  Tom Tromey  <tromey@redhat.com>
148
149         * infcmd.c (all_registers_info, nexti_command, stepi_command)
150         (continue_command, interrupt_target_command): Now static.
151         (registers_info): Remove declaration.
152         * inferior.h (all_registers_info, nexti_command, stepi_command)
153         (continue_command, interrupt_target_command): Don't declare.
154
155 2012-12-18  Tom Tromey  <tromey@redhat.com>
156
157         * cli/cli-cmds.c (apropos_command): Now static.
158
159 2012-12-18  Tom Tromey  <tromey@redhat.com>
160
161         * breakpoint.c (dprintf_command): Now static.
162
163 2012-12-18  Tom Tromey  <tromey@redhat.com>
164
165         * Makefile.in (init.c): Declare initialize_all_files;
166         don't include call-cmds.h.
167         * call-cmds.h: Remove.
168         * symtab.c: Don't include call-cmds.h.
169         * top.c: Don't include call-cmds.h.  Declare
170         initialize_all_files.
171
172 2012-12-18  Tom Tromey  <tromey@redhat.com>
173
174         * symfile.c (list_overlays_command, map_overlay_command)
175         (unmap_overlay_command): Now static.
176
177 2012-12-18  Tom Tromey  <tromey@redhat.com>
178
179         * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",
180         "define", "while", and "if" commands.
181         * cli/cli-script.c (while_command, if_command, define_command)
182         (document_command): Now static.
183         (_initialize_cli_script): New function.
184         * cli/cli-script.h (while_command, if_command, define_command)
185         (document_command): Don't declare.
186
187 2012-12-18  Tom Tromey  <tromey@redhat.com>
188
189         * cli/cli-cmds.c (_initialize_cli_cmds): New function.
190         (init_cli_cmds): Move most code into new function.
191
192 2012-12-18  Tom Tromey  <tromey@redhat.com>
193
194         * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.
195         * minsyms.h (lookup_solib_trampoline_symbol_by_pc): Don't
196         declare.
197
198 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
199
200         * defs.h (enum gdb_osabi): Add GDB_OSABI_LYNXOS178.
201         * osabi.c (gdb_osabi_names): Add entry for GDB_OSABI_LYNXOS178.
202         * xcoffread.c (xcoff_get_core_n_import_files): New function.
203         (xcoff_get_n_import_files): New function.
204         * xcoffread.h (xcoffread.h): Add declaration.
205         * rs6000-aix-tdep.c: #include "xcoffread.h".
206         (rs6000_aix_osabi_sniffer): Do not return GDB_OSABI_AIX for
207         XCOFF executables that do not depend on any shared library.
208         * rs6000-lynx178-tdep.c: New file.
209         * configure.tgt: Add powerpc-*-lynx*178 handling.
210         * Makefile.in (ALL_TARGET_OBS): Add rs6000-lynx178-tdep.o.
211         (ALLDEPFILES): Add rs6000-lynx178-tdep.c.
212
213 2012-12-18  Hui Zhu  <hui_zhu@mentor.com>
214
215         * ui-file.c (ui_file): Add to_fseek.
216         (ui_file_new): Call set_ui_file_fseek.
217         (null_file_fseek, ui_file_fseek, set_ui_file_fseek,
218          stdio_file_fseek): New functions.
219         (stdio_file_new): Call set_ui_file_fseek.
220         * ui-file.h (ui_file_fseek_ftype): New typedef.
221         (set_ui_file_fseek, ui_file_fseek): New externs.
222
223 2012-12-18  Hui Zhu  <hui_zhu@mentor.com>
224
225         * ui-file.c (set_ui_file_flush): Change flush to flush_ptr.
226         (set_ui_file_isatty): Change isatty to isatty_ptr.
227         (set_ui_file_rewind): Change rewind to rewind_ptr.
228         (set_ui_file_put): Change put to put_ptr.
229         (set_ui_file_write): Change write to write_ptr.
230         (set_ui_file_write_async_safe): Change write_async_safe to
231         write_async_safe_ptr.
232         (set_ui_file_read): Change read to read_ptr.
233         (set_ui_file_fputs): Change fputs to fputs_ptr.
234         (set_ui_file_data): Change delete to delete_ptr.
235
236 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
237
238         * solib-darwin.c (darwin_current_sos): Fix indentation.
239         (darwin_read_exec_load_addr): New function.
240         (darwin_solib_create_inferior_hook): Rebase executable.
241         * objfiles.c (objfile_rebase1, objfile_rebase): New functions.
242         * objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.
243
244 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
245
246         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
247         * gnulib/import/errno.in.h: Import.
248         * gnulib/import/m4/errno_h.m4: Import.
249         * gnulib/aclocal.m4: Regenerate.
250         * gnulib/configure: Regenerate.
251         * gnulib/import/Makefile.am: Update.
252         * gnulib/import/Makefile.in: Update.
253         * gnulib/import/m4/gnulib-cache.m4: Update.
254         * gnulib/import/m4/gnulib-comp.m4: Update.
255
256 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
257
258         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
259         8d5bd1402003bd0153984b138735adf537d960b0.
260         * gnulib/aclocal.m4, configure, config.in: Regenerate.
261         * gnulib/import/m4/extern-inline.m4: Import.
262         * gnulib/import/wctype-h.c: Import.
263         * gnulib/import/Makefile.am: Update.
264         * gnulib/import/Makefile.in: Update.
265         * gnulib/import/alloca.in.h: Update.
266         * gnulib/import/extra/snippet/warn-on-use.h: Update.
267         * gnulib/import/localcharset.c: Update.
268         * gnulib/import/m4/fcntl-o.m4: Update.
269         * gnulib/import/m4/gnulib-cache.m4: Update.
270         * gnulib/import/m4/gnulib-comp.m4: Update.
271         * gnulib/import/m4/wctype_h.m4: Update.
272         * gnulib/import/stdbool.in.h: Update.
273         * gnulib/import/verify.h: Update.
274         * gnulib/import/wctype.in.h: Update.
275
276 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
277
278         * gnulib/update-gnulib.sh: Add call to autoheader.
279
280 2012-12-17  Tom Tromey  <tromey@redhat.com>
281
282         * top.c (xgdb_verbose): Remove.
283
284 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
285
286         Code cleanup.
287         * skip.c (skip_function_command, skip_file_command, skip_info): Remove
288         unused forward declarations.
289         (skip_file_command): Make variables symtab and filename targets const.
290         Use proper 0 vs. NULL constant everywhere.
291         (skip_function_command): Use proper 0 vs. NULL constant everywhere.
292         Include empty line after declarations.  Use GNU spacing in a comment.
293         Do not use strlen for end of string check.
294         (skip_info): Use proper 0 vs. NULL constant everywhere.  Add column 5
295         comments.
296         (skip_enable_command, skip_disable_command, skip_delete_command)
297         (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
298         (function_pc_is_marked_for_skip): Make variable filename target const.
299         Use proper 0 vs. NULL constant everywhere.  Fix GNU non-compliant
300         comment formatting.
301         (skip_re_set): Add empty line after function comment.  Use proper 0 vs.
302         NULL constant everywhere.  Include empty line after declarations.  Make
303         variable symtab target const.  Do not use strlen for end of string
304         check.
305
306 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
307
308         Code cleanup.
309         * breakpoint.c (clear_command): Remove variable sal_name_len and its
310         initialization, remove it from the compare_filenames_for_search call.
311         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
312         name_len and its initialization, remove it from the
313         compare_filenames_for_search calls.
314         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
315         * symtab.c (compare_filenames_for_search): Remove the search_len
316         parameter, update the function comment, new variable search_len
317         initialized from SEARCH_NAME.
318         (iterate_over_some_symtabs): Remove variable name_len and its
319         initialization, remove it from the compare_filenames_for_search calls.
320         * symtab.h (compare_filenames_for_search): Remove the search_len
321         parameter, 
322
323 2012-12-16  Joel Brobecker  <brobecker@adacore.com>
324
325         * Makefile.in (SFILES): Move ravenscar-thread.c from here...
326         (ALLDEPFILES): ... to there.
327
328 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
329
330         * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
331
332 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
333
334         * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
335         * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
336         (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
337         (ALLDEPFILES): Add ppc-ravenscar-thread.c.
338         * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
339         to gdb_target_obs for every target that uses rs6000-tdep.o.
340         * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
341         (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
342         or register_ppc_ravenscar_ops.
343
344 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
345
346         * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
347         RAVENSCAR_SPARC_THREAD_H.
348         * sparc-ravenscar-thread.c: Rename all global entities
349         whose name is uses "ravenscar_sparc" as the prefix to use
350         "sparc_ravenscar" instead.
351
352 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
353
354         * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
355         * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
356         Adjust sparc-ravenscar-thread.h #include.
357         * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
358         accordingly.
359         * Makefile.in: Replace ravenscar-sparc-thread with
360         sparc-ravenscar-thread throughout.
361         * configure.tgt: Likewise.
362
363 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
364
365         * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
366         declaration.
367         (ravenscar_ops): New gdbarch variable.
368         * gdbarch.h, gdbarch.c: Regenerate.
369         * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
370         * ravenscar-thread.c (current_arch_ops): Delete.
371         (ravenscar_fetch_registers): Get the ravenscar_arch_ops
372         from the gdbarch.
373         (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
374         (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
375         (ravenscar_register_arch_ops): Delete.
376         * ravenscar-sparc-thread.h: New file.
377         * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
378         (ravenscar_sparc_ops): Define value statically.
379         (_initialize_ravenscar_sparc): Delete.
380         (register_sparc_ravenscar_ops): New function.
381         * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
382         (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
383         * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
384         ravenscar-sparc-thread.o.
385         (SFILES): Add ravenscar-thread.c.
386         (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
387         (ALLDEPFILES): ravenscar-sparc-thread.c.
388         * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
389         to gdb_target_obs
390         for all the targets that use sparc-tdep.o.
391
392 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
393
394         * ravenscar-thread.c (ravenscar_is_open): Delete.
395         (ravenscar_initialize): Move most of the code from here...
396         (ravenscar_inferior_created): ... to there.  Invert logic.
397         (ravenscar_close): Delete.
398         (init_ravenscar_thread_ops): Remove setting of
399         ravenscar_ops.to_close.
400
401 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
402
403         * objfiles.c (init_entry_point_info): Move function from here...
404         * symfile.c (init_entry_point_info): ... to there.  Make static.
405         * objfiles.h (objfiles.h): Delete declaration.
406
407 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
408
409         * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
410         Remove call to init_entry_point_info.  Add OBJFILE's
411         section_offsets and num_sections initialization.  Add note
412         about entry info in the function documentation.
413         (syms_from_objfile): New function.
414         * coffread.c (coff_symfile_init): Remove call to
415         init_entry_point_info.
416         * machoread.c (macho_symfile_init): Likewise.
417         * xcoffread.c(xcoff_symfile_init): Likewise.
418
419 2012-12-15  Yao Qi  <yao@codesourcery.com>
420
421         * remote-notif.c (_initialize_notif): Add new commands
422         'set debug notification' and 'show debug notification'.
423         * NEWS: Mention these new commands.
424
425 2012-12-15  Yao Qi  <yao@codesourcery.com>
426
427         * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
428         (SFILES): Add "remote-notif.c".
429         (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
430         * remote-notif.c: New.  Factored out from remote.c.
431         * remote-notif.h: New.
432         * remote.c: Include "remote-notif.h".
433         (stop_reply_xmalloc, do_stop_reply_xfree):
434         (remote_parse_stop_reply, remote_get_pending_stop_replies):
435         (remote_async_get_pending_events_handler): Remove declarations.
436         (remote_parse_stop_reply): Declare.
437         (pending_stop_reply): Remove.
438         (remote_async_get_pending_events_token): Move to
439         remote-notif.c.
440         (remote_close): Replace 'delete_async_event_handler' with
441         remote_notif_unregister_async_event_handler.
442         Don't call discard_pending_stop_replies.
443         (remote_start_remote): Replace code with remote_notif_parse
444         and remote_notif_get_pending_replies.
445         (remote_open_1): Replace 'create_async_event_handler' with
446         remote_notif_register_async_event_handler.
447         (extended_remote_attach_1): Call remote_notif_parse and
448         notif_stop_reply_push.
449         (struct stop_reply) <next>: Remove.
450         <base>: New field.
451         Callers update.
452         (stop_reply_queue): Change its type.
453         (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
454         (remote_notif_remove_all): New.
455         (discard_pending_stop_replies): Update.
456         (remote_notif_stop_ack, stop_reply_dtr): New.
457         (remote_notif_stop_alloc_event): New.
458         (notif_client_stop): New variable.
459         (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
460         (queued_stop_reply, peek_stop_reply): Adjust.
461         (remote_get_pending_stop_replies): Rename to
462         remote_notif_get_pending_events.
463         (handle_notification): Move to remote-notif.c.
464         (remote_async_get_pending_events_handler): Likewise.
465         (remote_wait_as): Adjust to call remote_notif_parse.
466         Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
467         Return minus_one_ptid early if gets a notification.
468         (remote_wait): Call QUEUE_is_empty (notif_reply_p).
469         (_initialize_remote): Call QUEUE_alloc.  Update caller.
470         (remote_resume): Call 'remote_notif_process' in all-stop mode.
471         * remote.h: Include "remote-notif.h".
472         (remote_notif_get_pending_replies): Declare.
473
474 2012-12-15  Yao Qi  <yao@codesourcery.com>
475
476         * remote.c (discard_pending_stop_replies): Update declaration.
477         (remote_detach_1, extended_remote_mourn_1): Likewise.
478         (discard_pending_stop_replies): Change parameter from PID to
479         INF.
480         (remote_close): Update caller.
481         (_initialize_remote): Attach discard_pending_stop_replies to
482         inferior_exit observer.
483
484 2012-12-15  Yao Qi  <yao@codesourcery.com>
485
486         * remote.c (getpkt_or_notif_sane): Add one more argument in
487         its declaration.
488         (getpkt_or_notif_sane_1): Add one more argument.
489         (getpkt_sane): Update caller.
490         (getpkt_or_notif_sane): Likewise.  Update call
491         togetpkt_or_notif_sane_1.
492         (remote_wait_ns): Update caller.
493
494 2012-12-15  Yao Qi  <yao@codesourcery.com>
495             Doug Evans  <dje@google.com>
496
497         * common/queue.h: New.
498
499 2012-12-15  Yao Qi  <yao@codesourcery.com>
500
501         * breakpoint.c (print_one_breakpoint_location): Display the
502         state of 'installed' of each non-pending location of a tracepoint
503         in both CLI and MI.
504         (download_tracepoint_locations): Notify 'breakpoint-modified'
505         observer if any tracepoint location is downloaded.
506         * tracepoint.c (start_tracing): Likewise.
507         (merge_uploaded_tracepoints): Record all modified
508         tracepoints and notify 'breakpoint-modified' observer for them.
509
510         * NEWS: Mention the change for CLI and MI.
511
512 2012-12-15  Yao Qi  <yao@codesourcery.com>
513
514         * breakpoint.c (download_tracepoint_locations): Iterate over
515         ALL_TRACEPOINTS first and then iterate over locations of
516         each tracepoint.
517
518 2012-12-14  Pierre Muller  <muller@sourceware.org>
519             Pedro Alves  <palves@redhat.com>
520
521         * solib-target.c (solib_target_current_sos): Remove 'const'
522         qualifier from type of library_document local variable to be
523         able to free it and avoid a memory leak.
524         Use cleanup chain to avoid leak even if exceptino is generated.
525
526 2012-12-14  Tom Tromey  <tromey@redhat.com>
527
528         PR c++/8888:
529         * symtab.c (lookup_symbol_aux): If constructor is found, consider
530         returning the type instead.
531         * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
532         found.
533
534 2012-12-14  Tom Tromey  <tromey@redhat.com>
535
536         Partial fix for PR c++/14160:
537         * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
538         * dwarf2read.c (dwarf2_is_constructor): New function.
539         (dwarf2_add_member_fn): Use it.
540         * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
541         TYPE_FN_FIELD_CONSTRUCTOR.
542         * jv-typeprint.c (java_type_print_base): Use
543         TYPE_FN_FIELD_CONSTRUCTOR.
544         * gdbtypes.h (struct fn_field) <is_constructor>: New field.
545         <dummy>: Shrink.
546         (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
547
548 2012-12-14  Tom Tromey  <tromey@redhat.com>
549
550         * c-exp.y (block, variable, name_not_typename, lex_one_token,
551         classify_name): Update.
552         * c-valprint.c (c_val_print): Update.
553         * f-exp.y (yylex): Update.
554         * go-exp.y (package_name_p, classify_packaged_name)
555         (classify_name): Update.
556         * jv-exp.y (push_variable): Update.
557         * m2-exp.y (variable): Update.
558         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
559         * p-exp.y (block, variable, yylex): Update.
560         * p-valprint.c (pascal_val_print): Update.
561         * parse.c (write_dollar_variable): Update.
562         * printcmd.c (address_info): Update.
563         * python/py-symbol.c (gdbpy_lookup_symbol): Update.
564         * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
565         (lookup_symbol): Change type of 'is_a_field_of_this'.
566         (check_field): Add 'is_a_field_of_this' argument.
567         * symtab.h (struct field_of_this_result): New.
568         (lookup_symbol, lookup_symbol_in_language): Update.
569
570 2012-12-14  Tom Tromey  <tromey@redhat.com>
571
572         * symtab.c (check_field): Now static.  Move from...
573         * valops.c (check_field): ... here.  Remove.
574         * value.h (check_field): Don't declare.
575
576 2012-12-14  Tom Tromey  <tromey@redhat.com>
577
578         * NEWS: Mention "info proc" and core files.
579         * corelow.c (core_info_proc): New function.
580         (init_core_ops): Set to_info_proc.
581         * gdbarch.c, gdbarch.h: Rebuild.
582         * gdbarch.sh (core_info_proc): New method.
583         * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
584         * linux-tdep.c (linux_core_info_proc_mappings)
585         (linux_core_info_proc): New functions.
586         (linux_find_memory_region_ftype): New typedef.
587         (linux_find_memory_regions_full): New function, from
588         linux_find_memory_regions.
589         (struct linux_find_memory_regions_data): New.
590         (linux_find_memory_regions_thunk): New function.
591         (linux_find_memory_regions): Rewrite.
592         (struct linux_make_mappings_data): New.
593         (linux_make_mappings_callback)
594         (linux_make_mappings_corefile_notes): New functions.
595         (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
596         (linux_init_abi): Call set_gdbarch_core_info_proc.
597         * target.c (target_info_proc): Return 'int'.
598         * target.h (target_info_proc): Update.
599
600 2012-12-14  Pierre Muller  <muller@sourceware.org>
601
602         * windows-nat.c (windows_xfer_shared_libraries): Avoid
603         memory leak when OFFSET >= LEN_AVAIL.
604
605 2012-12-13  Tom Tromey  <tromey@redhat.com>
606
607         * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
608
609 2012-12-13  Tom Tromey  <tromey@redhat.com>
610
611         * acinclude.m4 (CY_AC_C_WORKS): Remove.
612
613 2012-12-13  Pierre Muller  <muller@sourceware.org>
614
615         * coff-pe-read.c (pe_text_section_offset): Increase size of sname
616         local variable and zero terminate it to avoid possible problems
617         in strcmp.
618
619 2012-12-13  Pedro Alves  <palves@redhat.com>
620
621         * coff-pe-read.c: Include coff/internal.h.
622         (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
623         Null terminate buffer explicitly instead of memset the whole
624         buffer.
625
626 2012-12-13  Pierre Muller  <muller@sourceware.org>
627
628         * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
629         (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
630         for already defined macros.
631
632 2012-12-13  Pierre Muller  <muller@sourceware.org>
633
634         * coff-pe-read.h (pe_text_section_offset): Declare new function.
635         * coff-pe-read.c (debug_coff_pe_read): New static variable.
636         (struct read_pe_section_data): Add section_name field.
637         (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
638         (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
639         (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
640         (get_pe_section_index): New function.
641         (struct pe_sections_info): New type.
642         (get_section_vmas): Use new struct pe_sections_info.
643         (add_pe_exported_sym): Handle unnamed exported function.
644         (add_pe_forwarded_sym): New function.
645         (read_pe_truncate_name): Truncate at last dot.
646         (pe_as16): New function.
647         (read_pe_exported_syms): Use ordinal of function to
648         retrieve correct RVA address of function and handle
649         forwarded symbol.
650         (pe_text_section_offset): New function.
651         (show_debug_coff_pe_read): New function.
652         (_initialize_coff_pe_read): New function adding
653         'set/show debug coff_pe_read' commands.
654
655         * windows-tdep.c (windows_xfer_shared_library): Use
656         pe_text_section_offset function instead of possibly wrong
657         0x1000 constant for .text sextion offset.
658
659 2012-12-13  Pedro Alves  <palves@redhat.com>
660
661         * gdbarch.sh (do_read): Set IFS to blank.
662
663 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
664
665         * NEWS: Mention the -catch-load/-catch-unload MI commands.
666
667 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
668
669         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
670         (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
671         * breakpoint.c (add_solib_catchpoint): New function that
672         can be used by both CLI and MI, factored out from
673         catch_load_or_unload.
674         (catch_load_or_unload): Strip it down and make it use the
675         new add_solib_catchpoint.
676         * breakpoint.h (add_solib_catchpoint): Declare it.
677         * mi/mi-cmd-break.h: New file.
678         * mi/mi-cmd-break.c: Include mi-cmd-break.h.
679         (setup_breakpoint_reporting): New function used for both
680         catchpoints and breakpoints.
681         (mi_cmd_break_insert): Use setup_breakpoint_reporting.
682         * mi/mi-cmd-catch.c: New file.
683         * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
684         and -catch-unload.
685         * mi/mi-cmds.h: Declare the handlers for -catch-load and
686         -catch-unload.
687
688 2012-11-28  Tom Tromey  <tromey@redhat.com>
689
690         * dbxread.c (read_dbx_symtab): Update.
691         (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
692         (read_ofile_symtab): Add 'objfile' argument.
693         * dwarf2read.c (process_psymtab_comp_unit_reader)
694         (build_type_psymtabs_reader): Update.
695         (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
696         * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
697         argument.
698         (parse_procedure, parse_partial_symbols): Update.
699         (psymtab_to_symtab_1): Add 'objfile' argument.
700         * psympriv.h (struct partial_symtab) <objfile>: Remove.
701         <read_symtab>: Add 'objfile' argument.
702         (sort_pst_symbols, discard_psymtab): Update.
703         * psymtab.c (partial_map_expand_apply): Update.
704         (find_pc_sect_psymtab_closer): Add 'objfile' argument.
705         (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
706         (find_pc_sect_psymbol): Add 'objfile' argument.
707         (lookup_symbol_aux_psymtabs): Update.
708         (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
709         Add 'objfile' argument.
710         (find_last_source_symtab_from_partial, dump_psymtab)
711         (dump_psymtabs_for_objfile, read_symtabs_for_function)
712         (expand_partial_symbol_tables, read_psymtabs_with_filename)
713         (find_symbol_file_from_partial, map_matching_symbols_psymtab)
714         (expand_symtabs_matching_via_partial): Update.
715         (sort_pst_symbols): Add 'objfile' argument.
716         (allocate_psymtab): Update.
717         (discard_psymtab): Add 'objfile' argument.
718         (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
719         * stabsread.h (end_psymtab): Update.
720         * xcoffread.c (this_symtab_objfile): New global.
721         (process_linenos, enter_line_range, xcoff_next_symbol_text):
722         Update.
723         (read_xcoff_symtab): Add 'objfile' argument.
724         (read_symbol, read_symbol_lineno): Update.
725         (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
726         (xcoff_end_psymtab): Add 'objfile' argument.
727         (scan_xcoff_symtab): Update.
728
729 2012-12-12  Paul Koning  <paul_koning@dell.com>
730
731         Add support for Python 3.
732         * NEWS: Mention Python 3 support.
733         * varobj.c (value_get_print_value): Use
734         python_string_to_target_string.
735         * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
736         of type objects.
737         * python/py-breakpoint.c: Ditto.
738         * python/py-cmd.c:  Ditto.
739         * python/py-event.c: Ditto.
740         * python/py-event.h: Ditto.
741         * python/py-evtregistry.c: Ditto.
742         * python/py-finishbreakpoint.c: Ditto.
743         * python/py-frame.c: Ditto.
744         * python/py-function.c: Ditto.
745         * python/py-infthread.c: Ditto.
746         * python/py-lazy-string.c: Ditto.
747         * python/py-progspace.c: Ditto.
748         * /python/py-symbol.c: Ditto.
749         * python/py-evts.c:  (gdbpy_initialize_py_events): Add module
750         initialization for Python 3.
751         * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
752         of type objects.
753         (infpy_read_memory): Return memoryview object if Python 3.
754         (infpy_write_memory): Use "s*" operand parsing code for Python 3.
755         (infpy_search_memory): Ditto.
756         (get_buffer): New function for Python 3.
757         * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
758         of type objects.
759         (objfpy_dealloc): Use Py_TYPE to call tp_free.
760         * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
761         of type objects.
762         (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
763         (set_attr): Ditto.
764         * python/py-prettyprint.c (print_string_repr): use PyBytes methods
765         instead of PyString methods if Python 3.
766         (print_children): Skip push_dummy_python_frame call if Python 3.
767         * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
768         of type objects.
769         (salpy_dealloc): Use Py_TYPE to call tp_free.
770         * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
771         of type objects.
772         (field_dealloc): Use Py_TYPE to call tp_free.
773         (typy_dealloc): Ditto.
774         (type_object_as_number): Adjust struct initializations for
775         differences in layout for Python 2 vs. Python 3.
776         * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
777         string case for Python 3.
778         (unicode_to_encoded_python_string): Shorten code (no functional
779         change).
780         (python_string_to_target_python_string): Comment that in Python 3
781         returned value is a Python "bytes" type.
782         (gdbpy_is_string): Omit non-Unicode string check in Python 3.
783         (gdb_py_object_from_longest): Omit non-long integer case in Python
784         3.
785         (gdb_py_object_from_ulongest): Ditto.
786         * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
787         of type objects.
788         (valpy_dealloc): Use Py_TYPE to call tp_free.
789         (valpy_int): Omit function if Python 3.
790         (convert_value_from_python): Use "%S" format (Python object as a
791         string) if Python 3.
792         (value_object_as_number): Adjust struct initializations for
793         differences in layout for Python 2 vs. Python 3.
794         * python/python-config.py: Adjust syntax for Python 3
795         compatibility.
796         Include "sys.abiflags" string as part of python library name, if
797         that attribute exists (Python 3).
798         * python/python-internal.h (IS_PY3): Define if Python 3.
799         (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
800         placeholder value if Python 3.
801         (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
802         PyString_Decode, PyString_FromFormat, PyString_Check): Define as
803         analogous Python 3 API function if Python 3.
804         (PyVarObject_HEAD_INIT): Define if not already defined.
805         (Py_TYPE): Ditto.
806         * python/python.c (eval_python_command): Omit Py_FlushLine call if
807         Python 3.
808         Check return values of all Python API calls for error.
809         Supply dummy "python" and "python-interactive" commands if Python
810         initialization failed.
811         (_initialize_python): Convert argc to wchar_t** if Python 3.
812         Add module initialization for Python 3.
813         (finish_python_initialization): Pass wchar_t * argument to
814         PySys_SetPath if Python 3.
815         * python/lib/gdb/__init__.py: Define "reload" if Python 3.
816         (_GdbFile): New class for common output file behavior.
817         (GdbOutFile): Subclass from _GdbFile.
818         (GdbOutputErrorFile): Ditto.
819         (auto_load_packages): Adjust syntax for Python 3 compatibility.
820         * python/lib/gdb/printing.py: Define basestr and int if Python 3.
821         * python/lib/gdb/prompt.py: Use sorted() function rather than
822         sort() method.
823         * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
824         Adjust syntax for Python 3 compatibility.
825         * python/lib/gdb/command/pretty_printers.py: Use sorted() function
826         rather than sort() method.
827         Adjust syntax for Python 3 compatibility.
828         * python/lib/gdb/command/type_printers.py: Ditto.
829         * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
830         value is a memoryview object if Python 3.
831
832 2012-12-12  Tom Tromey  <tromey@redhat.com>
833
834         * coffread.c (coff_objfile_data_key): New global.
835         (coff_symfile_init): Use set_objfile_data.
836         (coff_symfile_read): Use objfile_data.
837         (coff_symfile_finish): Don't free deprecated_sym_private.
838         (coff_free_info): New function.
839         (_initialize_coffread): Initialize coff_objfile_data_key.
840         * mdebugread.c (pending_list): Update comment.
841         * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
842         * symfile.c (reread_symbols): Don't mention
843         deprecated_sym_private.
844         * xcoffread.c (xcoff_objfile_data_key): New global.
845         (XCOFF_DATA): New macro.
846         (process_linenos, enter_line_range, xcoff_next_symbol_text)
847         (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
848         XCOFF_DATA.
849         (xcoff_new_init) Use set_objfile_data.
850         (xcoff_symfile_finish): Don't free deprecated_sym_private.
851         (init_stringtab, swap_sym, scan_xcoff_symtab)
852         (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
853         (xcoff_free_info): New function.
854         (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
855
856 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
857
858         * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
859
860 2012-12-12  Tom Tromey  <tromey@redhat.com>
861
862         * coffread.c (coff_symfile_init): Use set_objfile_data.
863         (coff_symfile_read): Use DBX_SYMFILE_INFO.
864         * dbxread.c (dbx_objfile_data_key): New global.
865         (dbx_symfile_init): Use set_objfile_data.
866         (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
867         (dbx_free_symfile_info): New function.
868         (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
869         DBX_SYMFILE_INFO.
870         (stabsect_build_psymtabs): Use set_objfile_data.
871         (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
872         * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
873         set_objfile_data.
874         (free_elfinfo): Use DBX_SYMFILE_INFO.
875         (elf_symfile_finish): Don't free deprecated_sym_stab_info.
876         (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
877         * gdb-stabs.h (dbx_objfile_data_key): Declare.
878         (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
879         * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
880         * somread.c (som_symfile_finish): Don't free
881         deprecated_sym_stab_info.
882
883 2012-12-12  Joel Brobecker  <brobecker@adacore.com>
884
885         * gdbarch.sh (software_single_step): Remove trailing space in
886         comment (gdbarch.h is already correct).
887
888 2012-12-11  Tom Tromey  <tromey@redhat.com>
889
890         * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
891
892 2012-12-11  Tom Tromey  <tromey@redhat.com>
893
894         * dsrec.c (report_transfer_performance): Don't declare.
895         (load_srec): Use gettimeofday, print_transfer_performance.
896         * symfile.c (report_transfer_performance): Remove.
897
898 2012-12-11  Pedro Alves  <pedro@codesourcery.com>
899             Pedro Alves  <palves@redhat.com>
900
901         * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
902         NT_PSTATUS note.
903         * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
904         differently from LWP IDs.
905
906 2012-12-11  Pedro Alves  <palves@redhat.com>
907
908         * configure.ac (detect type of /proc): Remove Unixware handling.
909         * configure: Regenerate.
910         * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
911         (ioctl_table) [PCRESET]: Remove entry.
912         * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
913         (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
914         (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
915         * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
916         * procfs.c: Remove all UNIXWARE guarded code, and all traces of
917         Unixware in comments throughout.
918         * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
919         and remove mention of Unixware.
920
921 2012-12-10  Doug Evans  <dje@google.com>
922
923         * dwarf2read.c (dwarf2_cu): Enhance comment.
924         (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
925         the DWO file.
926         (dwarf2_record_block_ranges): Ditto.
927
928         * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
929
930         * symtab.c (find_pc_sect_symtab): Add comment.
931
932 2012-12-10  Tom Tromey  <tromey@redhat.com>
933
934         * defs.h: Don't check for definition of LONGEST.
935         (min, max): Remove duplicates.
936
937 2012-12-10  Tom Tromey  <tromey@redhat.com>
938
939         * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
940         (dwarf2_fetch_die_loc_cu_off): Rename from
941         dwarf2_fetch_die_location_block.  Rewrite to use
942         dwarf2_fetch_die_loc_sect_off.
943         * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
944         (dwarf2_fetch_die_loc_cu_off): Rename.
945         * dwarf2loc.c (indirect_pieced_value): Use
946         dwarf2_fetch_die_loc_sect_off.
947         * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
948         comment.
949         (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
950         * dwarf2expr.c (add_piece): Update.
951         (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
952
953 2012-12-10  Tom Tromey  <tromey@redhat.com>
954
955         * buildsym.c (struct pending_block): Move from buildsym.h.
956         (pending_blocks): Likewise; now static.
957         (pending_block_obstack): New global.
958         (free_pending_blocks): Free blocks.
959         (record_pending_block): Use pending_block_obstack.
960         * buildsym.h (struct pending_block): Move definition to
961         buildsym.c.
962         (pending_blocks): Don't declare.
963
964 2012-12-10  Pedro Alves  <palves@redhat.com>
965
966         * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
967         dead SCO code, and adjust function description comment.
968
969 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
970
971         * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
972         * defs.h (LONGEST, ULONGEST): Remove conditionalization for
973         CC_HAS_LONG_LONG.
974         * dwarf2-frame.c (DW64_CIE_ID): Likewise.
975         * dwarf2read.c (extract_cu_value): Remove the function.
976         (create_cus_from_index_list): Make the return type void, inline the
977         extract_cu_value caller, include new gdb_static_assert.
978         (create_cus_from_index): Make the return type void, update the function
979         comment, update the create_cus_from_index_list caller.
980         (create_signatured_type_table_from_index): Make the return type void,
981         inline the extract_cu_value caller, include new gdb_static_assert.
982         (dwarf2_read_index): Update the create_cus_from_index and
983         create_signatured_type_table_from_index caller.
984         * printcmd.c (ui_printf): Remove conditionalizations for
985         CC_HAS_LONG_LONG.
986         * config.in: Regenerate.
987         * configure: Regenerate.
988
989 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
990
991         * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
992         Update the comment for checked_producer.
993         (check_producer): New forward declaration.
994         (producer_is_gcc_lt_4_3): New function.
995         (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
996         (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
997
998 2012-12-07  Tom Tromey  <tromey@redhat.com>
999
1000         * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
1001         argument, assertion.
1002         * c-exp.y (typebase): Add completion productions.
1003         * completer.c (expression_completer): Handle tag completion.
1004         * expression.h (parse_expression_for_completion): Add argument.
1005         * f-lang.c (f_make_symbol_completion_list): Add 'code'
1006         argument.
1007         * language.h (struct language_defn)
1008         <la_make_symbol_completion_list>: Add 'code' argument.
1009         * parse.c (expout_tag_completion_type, expout_completion_name):
1010         New globals.
1011         (mark_struct_expression): Add assertion.
1012         (mark_completion_tag): New function.
1013         (parse_exp_in_context): Initialize new globals.
1014         (parse_expression_for_completion): Add 'code' argument.  Handle
1015         tag completion.
1016         * parser-defs.h (mark_completion_tag): Declare.
1017         * symtab.c (default_make_symbol_completion_list_break_on): Add
1018         'code' argument.  Update.
1019         (default_make_symbol_completion_list): Add 'code' argument.
1020         (make_symbol_completion_list): Update.
1021         (make_symbol_completion_type): New function.
1022         * symtab.h (default_make_symbol_completion_list_break_on)
1023         (default_make_symbol_completion_list): Update.
1024         (make_symbol_completion_type): Declare.
1025
1026 2012-12-07  Tom Tromey  <tromey@redhat.com>
1027
1028         * expression.h (parse_expression_for_completion): Rename
1029         from parse_field_expression.
1030         (parse_completion): Rename from in_parse_field.
1031         * c-exp.y (lex_one_token): Update.
1032         * completer.c (expression_completer): Update.
1033         * go-exp.y (lex_one_token): Update.
1034         * p-exp.y (yylex): Update.
1035         * parse.c (parse_completion): Rename from in_parse_field.
1036         (parse_exp_in_context): Update.
1037         (parse_expression_for_completion): Rename from
1038         parse_field_expression.  Update.
1039
1040 2012-12-07  Tom Tromey  <tromey@redhat.com>
1041
1042         * typeprint.c (_initialize_typeprint): Set completer
1043         for "whatis" and "ptype".
1044
1045 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
1046
1047         * copyright.py (NOT_FSF_LIST): Remove duplicate entry
1048         "sim/common/cgen-fpu.h".  Remove invalid entries
1049         "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
1050         which actually have an FSF copyright header.
1051
1052 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
1053
1054         * osf-share/AT386/cma_thread_io.h: Delete.
1055         * osf-share/HP800/cma_thread_io.h: Delete.
1056         * osf-share/README: Delete.
1057         * osf-share/RIOS/cma_thread_io.h: Delete.
1058         * osf-share/cma_attr.h: Delete.
1059         * osf-share/cma_deb_core.h: Delete.
1060         * osf-share/cma_debug_client.h: Delete.
1061         * osf-share/cma_errors.h: Delete.
1062         * osf-share/cma_handle.h: Delete.
1063         * osf-share/cma_init.h: Delete.
1064         * osf-share/cma_list.h: Delete.
1065         * osf-share/cma_mutex.h: Delete.
1066         * osf-share/cma_sched.h: Delete.
1067         * osf-share/cma_semaphore_defs.h: Delete.
1068         * osf-share/cma_sequence.h: Delete.
1069         * osf-share/cma_stack.h: Delete.
1070         * osf-share/cma_stack_int.h: Delete.
1071         * osf-share/cma_tcb_defs.h: Delete.
1072         * osf-share/cma_util.h: Delete.
1073         * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
1074         in osf-share.
1075         * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
1076         * contrib/ari/gdb_find.sh: Remove handling of osf-share.
1077         * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
1078
1079 2012-12-06  Pedro Alves  <palves@redhat.com>
1080             Tom Tromey  <tromey@redhat.com>
1081
1082         * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
1083
1084 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
1085
1086         PR mi/14741:
1087         * mi/mi-cmd-var.c (varobj_update_one): Take value of
1088         attribute "dynamic" and "displayhint" from printed child,
1089         not the root variable.
1090
1091 2012-12-06  Joel Brobecker  <brobecker@adacore.com>
1092
1093         * aix-thread.c (getthrds): Fix type of 4th parameter.
1094         (get_signaled_thread): Change type of variable ktid to tid_t.
1095
1096 2012-12-06  Hui Zhu  <hui_zhu@mentor.com>
1097
1098         * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
1099         value of get_frame_block.
1100
1101 2012-12-05  Pierre Muller  <muller@sourceware.org>
1102
1103         Avoid memory leaks on struct cmd_list_element.doc field.
1104         * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
1105         if flags contains DOC_ALLOCATED.
1106         (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
1107         flags.
1108         (delete_cmd): Handle DOC_ALLOCATED flag.
1109         * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
1110         in flags filed of struct cmd_list_element.
1111         (struct cmd_list_element): Document new flag item.
1112
1113 2012-12-04  Doug Evans  <dje@google.com>
1114
1115         * symmisc.c: Whitespace fixes.
1116
1117 2012-12-04  Karthik Bhat  <kv.bhat@samsung.com>
1118
1119         * i386-tdep.c (i386_skip_prologue): Using symbol table
1120         to find the end of prologue for clang compiled binaries.
1121         * amd64-tdep.c (amd64_skip_prologue): Using symbol table
1122         to find the end of prologue for clang compiled binaries.
1123
1124 2012-12-03  Doug Evans  <dje@google.com>
1125
1126         * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
1127         (dw2_find_symbol_file): Delete unused local file_data.
1128
1129 2012-12-03  Tom Tromey  <tromey@redhat.com>
1130
1131         * ada-exp.y (write_object_renaming, write_var_or_type)
1132         (write_ambiguous_var, write_var_from_sym): Make blocks const.
1133         * ada-lang.c (replace_operator_with_call)
1134         (find_old_style_renaming_symbol): Make blocks const.
1135         * ada-lang.h (ada_find_renaming_symbol): Update.
1136         (struct ada_symbol_info) <block>: Now const.
1137         * breakpoint.c (watch_command_1): Update.
1138         * breakpoint.h (struct watchpoint) <exp_valid_block,
1139         cond_exp_valid_block>: Now const.
1140         * c-exp.y (classify_inner_name, classify_name): Make block
1141         argument const.
1142         * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
1143         const.
1144         * expression.h (innermost_block, parse_exp_1): Update.
1145         (union exp_element) <block>: Now const.
1146         * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
1147         (lookup_struct): Make block argument const.
1148         * gdbtypes.h (lookup_template_type): Update.
1149         * go-exp.y (classify_name, classify_packaged_name)
1150         (package_name_p): Make block argument const.
1151         * objc-lang.c (lookup_struct_typedef): Make block argument const.
1152         * objc-lang.h (lookup_struct_typedef): Update.
1153         * parse.c (parse_exp_in_context, parse_exp_1)
1154         (write_exp_elt_block): Make block arguments const.
1155         (expression_context_block, innermost_block): Now const.
1156         * parser-defs.h (write_exp_elt_block): Update.
1157         (expression_context_block, innermost_block, block_found): Now
1158         const.
1159         * printcmd.c (struct display) <block>: Now const.
1160         * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
1161         * valops.c (address_of_variable): Make block argument const.
1162         * value.h (value_of_variable): Update.
1163         * varobj.c (struct varobj_root) <valid_block>: Now const.
1164
1165 2012-11-30  Yao Qi  <yao@codesourcery.com>
1166
1167         * breakpoint.c (print_one_breakpoint_location): Indent code.
1168
1169 2012-11-30  Yao Qi  <yao@codesourcery.com>
1170
1171         * breakpoint.c (print_one_breakpoint_location): Combine two
1172         blocks handling 'hit count' together.
1173
1174 2012-11-30  Yao Qi  <yao@codesourcery.com>
1175
1176         * infrun.c (error_is_running, ensure_not_running): Move them
1177         to ...
1178         * infcmd.c (error_is_running, ensure_not_running): ... here.
1179         Make them 'static'.
1180         * inferior.h: Remove declarations of error_is_running and
1181         ensure_not_running.
1182
1183 2012-11-30  Yao Qi  <yao@codesourcery.com>
1184
1185         * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
1186         check REGNUM >= 0.
1187
1188 2012-11-30  Yao Qi  <yao@codesourcery.com>
1189
1190         * infrun.c: Make the declaration of 'init_infwait_state'
1191         static.
1192         (init_infwait_state): Make it 'static'.
1193
1194 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
1195
1196         * python/python.c (finalize_python): Cast unused PyGILState_Ensure
1197         return value to void to avoid compiler warning.
1198
1199 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
1200
1201         * opencl-lang.c (opencl_print_type): New function.
1202         (opencl_language_arch_info): Install it.
1203
1204 2012-11-29  Tom Tromey  <tromey@redhat.com>
1205
1206         * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
1207         xvasprintf.
1208         * common/common-utils.c (xasprintf, xvasprintf): Remove.
1209         * common/common-utils.h (xasprintf, xvasprintf): Remove.
1210
1211 2012-11-29  Jerome Guitton  <guitton@adacore.com>
1212
1213         * ada-lang.c (ada_is_interface_tag): New function.
1214         (ada_is_ignored_field): Add interface tags to the list
1215         of ignored fields.
1216
1217 2012-11-29  Jerome Guitton  <guitton@adacore.com>
1218
1219         * ada-lang.h (ada_tag_value_at_base_address): New function
1220         declaration.
1221         * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
1222         New functions.
1223         (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
1224         relocate the class-wide value if need be.
1225         (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
1226         Let ada_tag_value_at_base_address relocate the class-wide access/ref
1227         before dereferencing it.
1228         * ada-valprint.c (ada_val_print_1): Relocate to base address
1229         before displaying the content of an interface-wide ref.
1230
1231 2012-11-29  Jerome Guitton  <guitton@adacore.com>
1232
1233         * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
1234
1235 2012-11-29  Joel Brobecker  <brobecker@adacore.com>
1236
1237         GDB 7.5.1 released.
1238
1239 2012-11-29  Yao Qi  <yao@codesourcery.com>
1240             Tom Tromey  <tromey@redhat.com>
1241
1242         * eval.c (evaluate_subexp_standard): Get the correct pointer
1243         type for TYPE_CODE_MEMBERPTR.
1244
1245 2012-11-28  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1246
1247         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
1248         since now it is being done by binutils' powerpc_init_dialect().
1249
1250 2012-11-28  Tom Tromey  <tromey@redhat.com>
1251
1252         PR gdb/14290:
1253         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
1254         (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
1255         Use it.
1256         * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
1257         * gdb_bfd.c (gdb_bfd_mark_parent): New function.
1258         (gdb_bfd_openr_next_archived_file): Use it.
1259
1260 2012-11-28  Markus Metzger  <markus.t.metzger@intel.com>
1261
1262         * configure.ac: Check for linux/perf_event.h.
1263         * config.in: Regenerated.
1264         * configure: Regenerated.
1265
1266 2012-11-28  Yao Qi  <yao@codesourcery.com>
1267
1268         * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
1269         abbreviate 'delete tracepoints' to 'delete tr'.
1270         * corefile.c (_initialize_core): Call add_alias_cmd to
1271         abbreviate 'set gnutarget' to 'set g'.
1272         * value.c (_initialize_values): Call add_alias_cmd to abbreviate
1273         'show convenience' to 'show conv'.
1274
1275 2012-11-27  Joel Brobecker  <brobecker@adacore.com>
1276
1277         * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
1278         call to sparc_supply_fpregset.
1279         (fill_fpregset): Fix first parameter in call to
1280         sparc_collect_fpregset.
1281
1282 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
1283             Kazu Hirata  <kazu@codesourcery.com>
1284             Yao Qi  <yao@codesourcery.com>
1285
1286         * objfiles.c (init_entry_point_info): Call
1287         gdbarch_convert_from_func_ptr_addr and
1288         gdbarch_addr_bits_remove here ...
1289         (entry_point_address_query): ... instead of here.
1290         * solib-svr4.c (exec_entry_point): Call
1291         gdbarch_addr_bits_remove.
1292         * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1293         the entry address.
1294
1295 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
1296             Yao Qi  <yao@codesourcery.com>
1297
1298         * eval.c (evaluate_subexp_standard): Add handling of
1299         TYPE_CODE_MEMBERPTR when calling functions.  Correct the
1300         result of ptype for calling a TYPE_CODE_METHODPTR.
1301
1302 2012-11-27  Yao Qi  <yao@codesourcery.com>
1303
1304         * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1305         warning.
1306         Add i18n markup.
1307
1308 2012-11-26  Alexander Larsson  <alexl@redhat.com>
1309             Jan Kratochvil  <jan.kratochvil@redhat.com>
1310             Tom Tromey  <tromey@redhat.com>
1311
1312         * NEWS: Mention mini debuginfo feature.
1313         * minidebug.c: New file.
1314         * configure.ac: Check for lzma.
1315         * configure, config.in: Rebuild.
1316         * Makefile.in (LIBLZMA): New variable.
1317         (CLIBS): Include LIBLZMA.
1318         (SFILES): Mention minidebug.c.
1319         (COMMON_OBS): Mention minidebug.o.
1320         * symfile.c (read_symbols): New function.
1321         (syms_from_objfile, reread_symbols): Call it.
1322         * symfile.h (find_separate_debug_file_in_section): Declare.
1323
1324 2012-11-26  Keith Seitz  <keiths@redhat.com>
1325
1326         * exec.c (exec_file_attach): Move cleanup after verifying that
1327         memory has in fact been allocated.
1328
1329 2012-11-26  Tom Tromey  <tromey@redhat.com>
1330
1331         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1332         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1333         SYMBOL_SYMTAB.
1334         * skip.c (skip_info): Use SYMBOL_SYMTAB.
1335
1336 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
1337             Pedro Alves  <palves@redhat.com>
1338
1339         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1340         size parameter passed to readlink by one byte.
1341         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1342         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1343         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1344         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1345         size by one byte.
1346
1347 2012-11-26  Yao Qi  <yao@codesourcery.com>
1348
1349         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1350         extraneous parentheses.
1351
1352 2012-11-26  Yao Qi  <yao@codesourcery.com>
1353
1354         * remote.c (remote_start_remote): Typo fix.
1355
1356 2012-11-23  David S. Miller  <davem@davemloft.net>
1357
1358         * sparc-tdep.h (struct sparc_fpregset): New data structure.
1359         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1360         sparc32_sol2_fpregset): Declare new globals.
1361         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1362         'fpregset' argument.
1363         * sparc64-tdep.h (sparc64_supply_fpregset,
1364         sparc64_collect_fpregset): Likewise.
1365         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1366         globals.
1367         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1368         (sparc_fpregset): Declare new global.
1369         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1370         'fpregset' argument.
1371         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1372         into handler.
1373         (fill_fpregset): Likewise.
1374         (_initialize_sparc_linux_nat): Set sparc_fpregset to
1375         sparc32_bsd_fpregset.
1376         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1377         sparc32_bsd_fpregset down into handler.
1378         (sparc32_linux_collect_core_fpregset): Likewise.
1379         * sparc-nat.c (sparc_fpregset): Define.
1380         (sparc_supply_fpregset): Add 'fpregset' argument.
1381         (sparc_collect_fpregset): Likewise.
1382         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1383         into fpregset handler.
1384         (sparc_store_inferior_registers): Likewise.
1385         (_initialize_sparc_nat): Set sparc_fpregset to
1386         sparc32_sunos4_fpregset if NULL.
1387         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1388         down into handler.
1389         (fill_fpregset): Likewise.
1390         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1391         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1392         use it to compute offsets.
1393         (sparc32_collect_fpregset): Likewise.
1394         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1395         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1396         down into handler.
1397         (fill_fpregset): Likewise.
1398         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1399         Likewise.
1400         (sparc64_linux_collect_core_fpregset): Likewise.
1401         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1402         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1403         use it to compute offsets.
1404         (sparc64_collect_fpregset): Likewise.
1405         (sparc64_bsd_fpregset): Define.
1406         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1407         sparc64_bsd_fpregset down into handler.
1408         (sparc64fbsd_collect_fpregset): Likewise.
1409         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1410         and pass sparc{32,64}_bsd_fpregset down into handler.
1411         (sparc64nbsd_collect_fpregset): Likewise.
1412         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1413         sparc64_bsd_fpregset down into handler.
1414         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1415         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1416         to sparc32_bsd_fpregset.
1417         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1418         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1419         (sparc32nbsd_supply_fpregset): Likewise.
1420
1421 2012-11-21  Tom Tromey  <tromey@redhat.com>
1422
1423         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1424         field.
1425         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1426         Remove.
1427         * c-typeprint.c (c_type_print_base): Update.
1428
1429 2012-11-21  Yao Qi  <yao@codesourcery.com>
1430
1431         PR tdep/7438
1432         * gdbarch.sh (smash_text_address): Remove.
1433         * gdbarch.c, gdbarch.h: Regenerate.
1434         * arm-tdep.c (arm_smash_text_address): Remove.
1435         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1436         * hppa-tdep.c (hppa_smash_text_address): Remove.
1437         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1438         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1439         Caller update.
1440         * coffread.c (coff_symtab_read): Caller update.
1441         * dbxread.c (process_one_symbol): Likewise.
1442         * elfread.c (record_minimal_symbol): Likewise.
1443         * somread.c (som_symtab_read): Likewise.
1444
1445 2012-11-20  Pierre Muller  <muller@sourceware.org>
1446
1447         ARI fixes: sprintf rule.
1448         Replace sprintf function calls for char arrays by
1449         calls to xsnprintf calls.
1450         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1451         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1452         (arm_neon_quad_read, arm_pseudo_read): Ditto.
1453         (arm_neon_quad_write, arm_pseudo_write): Ditto.
1454         * breakpoint.c (condition_completer): Ditto.
1455         (create_tracepoint_from_upload): Ditto.
1456         * dwarf2read.c (file_full_name): Ditto.
1457         * gcore.c (gcore_command): Ditto.
1458         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1459         * go32-nat.c (go32_sysinfo): Ditto.
1460         * interps.c (interp_set): Ditto.
1461         * m32c-tdep.c (make_types): Ditto.
1462         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1463         * remote-m32r-sdi.c (m32r_open): Ditto.
1464         * sol-thread.c (td_err_string): Ditto.
1465         (td_state_string, solaris_pid_to_str): Ditto.
1466         * symtab.c (gdb_mangle_name): Ditto.
1467         * cli/cli-script.c (execute_control_command): Ditto.
1468         (define_command, document_command): Ditto.
1469         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1470         * tui/tui-stack.c (tui_make_status_line): Ditto.
1471         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1472
1473 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
1474
1475         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1476         it when looking at ptr->func.
1477         * command.h (complete_on_cmdlist): Add a fourth arg.
1478         * completer.c (complete_line_internal): Add local ignore_help_classes,
1479         and set it to 1 when reason is not handle_help.  Pass this down to
1480         lookup_cmd_1 and complete_on_cmdlist.
1481
1482 2012-11-20  Tom Tromey  <tromey@redhat.com>
1483
1484         * completer.c (count_struct_fields): Remove.
1485         (expression_completer): Don't call count_struct_fields.
1486
1487 2012-11-20  Pedro Alves  <palves@redhat.com>
1488
1489         * annotate.c (breakpoints_changed): Rename to ...
1490         (annotate_breakpoints_changed): ... this.
1491         (annotate_stopped, breakpoint_changed): Adjust caller.
1492         * annotate.h (breakpoints_changed): Rename to ...
1493         (annotate_breakpoints_changed): ... this.
1494         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1495         (do_map_commands_command, init_raw_breakpoint, clear_command)
1496         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1497
1498 2012-11-20  David S. Miller  <davem@davemloft.net>
1499
1500         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1501         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1502         sysconf.
1503         (get_cores_used_by_process): Update comment.
1504
1505 2012-11-20  Yao Qi  <yao@codesourcery.com>
1506
1507         * objfiles.c (init_entry_point_info): Remove trailing spaces.
1508
1509 2012-11-20  Yao Qi  <yao@codesourcery.com>
1510
1511         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1512         to deprecated_context_hook.
1513
1514 2012-11-19  Yao Qi  <yao@codesourcery.com>
1515
1516         * infrun.c (infwait_state): Add static.
1517
1518 2012-11-16  Keith Seitz  <keiths@redhat.com>
1519
1520         PR c++/13615
1521         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1522         parameter and pass it to lookup_symbol_file.
1523         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1524         to search base classes.
1525         (cp_lookup_symbol_namespace): Likewise.
1526         (lookup_namespace_scope): Likewise.
1527         (lookup_symbol_file): Add SEARCH parameter.
1528         If SEARCH is non-zero and no symbol is found, lookup the class
1529         and call cp_lookup_nested_symbol.
1530         (find_symbol_in_baseclass): New function.
1531         (cp_lookup_nested_symbol): Do not let
1532         cp_lookup_symbol_in_namespace search through base classes.
1533         Do that later when there is no global symbol match.
1534
1535 2012-11-16  Doug Evans  <dje@google.com>
1536
1537         * main.c (gdb_datadir_provided): New static global.
1538         (get_init_files): If --data-directory is provided,
1539         and SYSTEM_GDBINIT lives in data-directory, look for it there.
1540         * NEWS: Mention it.
1541
1542 2012-11-15  Pierre Muller  <muller@sourceware.org>
1543
1544         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1545         * gdb_stat.h: Delete. Moved to common directory.
1546         * common/gdb_stat.h: New file.
1547         * gdb_wait.h: Delete. Moved to common directory.
1548         * common/gdb_wait.h: New file.
1549         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1550         location.
1551         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1552         location.
1553         (stat.h rule): Adapt to new gdb_stat.h location.
1554         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1555         <sys/stat.h> header.
1556         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1557         <sys/wait.h> header.
1558
1559 2012-11-15  Pierre Muller  <muller@sourceware.org>
1560
1561         * configure.ac (AC_HEADER_STAT): Remove.
1562         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1563         and corresponding code.
1564         * configure: Regenerate.
1565         * config.in: Regenerate.
1566
1567 2012-11-15  Pierre Muller  <muller@sourceware.org>
1568
1569         ARI xasprintf rule fixes.
1570         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1571         instead of xasprintf.
1572         (open_and_init_dwp_file): Ditto.
1573
1574 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
1575
1576         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1577         target types.
1578
1579 2012-11-14  Tom Tromey  <tromey@redhat.com>
1580
1581         * configure, config.in: Rebuild.
1582         * configure.ac: Don't check for ctype.h, time.h.
1583         * expprint.c: Don't use HAVE_CTYPE_H.
1584
1585 2012-11-13  Tom Tromey  <tromey@redhat.com>
1586
1587         * gdbarch.h, gdbarch.c: Rebuild.
1588         * gdbarch.sh (set_target_gdbarch): Rename from
1589         deprecated_target_gdbarch_select_hack.
1590         * arch-utils.c (gdbarch_update_p): Update.
1591         (set_gdbarch_from_file): Update.
1592
1593 2012-11-14  Pierre Muller  <muller@sourceware.org>
1594
1595         * MAINTAINERS (Responsible Maintainers/misc): Add myself
1596         as responsible of contrib/ari directory.
1597
1598 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1599             Yao Qi  <yao@codesourcery.com>
1600
1601         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1602         bit of EXC_RETURN.
1603         (arm_m_exception_cache, arm_m_exception_this_id)
1604         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1605         (arm_m_exception_unwind): New.
1606         (arm_gdbarch_init): Register arm_m_exception_unwind.
1607
1608 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
1609
1610         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1611         parameter COUNT, for pattern filling of memory regions.
1612         * NEWS: Mention it.
1613
1614 2012-11-13 Markus Metzger  <markus.t.metzger@intel.com>
1615
1616         * disasm.h (DISASSEMBLY_FILENAME): New macro.
1617         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1618         to print_source_lines ().
1619         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1620         flag.
1621         * source.c (print_source_lines_base): Prefix source line with
1622         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1623
1624 2012-11-13 Markus Metzger  <markus.t.metzger@intel.com>
1625
1626         * symtab.h (print_source_lines_flags): New enum.
1627         * source.c (print_source_lines_base): Change noerror to flags.
1628         (print_source_lines): Change noerror to flags.
1629
1630 2012-11-13  Pierre Muller  <muller@sourceware.org>
1631
1632         ARI fixes: Avoid sprintf function use rule.
1633         * charset.c (convert_between_encodings): Use xsnprintf.
1634         * cli-out.c (cli_field_int): Likewise.
1635         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1636         * expprint.c (op_name_standard): Likewise.
1637         * frv-tdep.c (set_variant_num_gprs): Likewise.
1638         (set_variant_num_fprs): Likewise.
1639         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1640         * nto-tdep.c (nto_find_and_open_solib): Likewise.
1641         (nto_init_solib_absolute_prefix): Likewise.
1642         * source.c (init_source_path): Likewise.
1643         (print_source_lines_base): Likewise.
1644         * valprint.c (print_wchar): Likewise.
1645         * mi/mi-out.c (mi_field_int): Likewise.
1646         windows-nat.c (windows_pid_to_exec_file): Likewise.
1647         (windows_create_inferior): Likewise.
1648         (_initialize_check_for_gdb_ini): Likewise.
1649
1650 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
1651
1652         * frame.h (deprecated_frame_register_read): Renames
1653         frame_register_read.
1654         * frame.c (deprecated_frame_register_read): Renames
1655         frame_register_read.  Update all callers.
1656         * i386-tdep.c: Update all callers of frame_register_read.
1657         * infcmd.c: Likewise.
1658         * jit.c: Likewise.
1659         * mips-tdep.c: Likewise.
1660         * mt-tdep.c: Likewise.
1661         * sh64-tdep.c: Likewise.
1662
1663 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
1664
1665         * frame.h (frame_register_read): Remove FIXME comment.
1666         * frame.c (frame_register_read): Add suggestion explaining
1667         which function to use in place of this one.
1668
1669 2012-11-12  Tom Tromey  <tromey@redhat.com>
1670
1671         * python/python.c (start_type_printers): Initialize 'result_obj'.
1672
1673 2012-11-12  Tom Tromey  <tromey@redhat.com>
1674
1675         * NEWS: Update.
1676         * data-directory/Makefile.in (PYTHON_FILES): Add
1677         type_printers.py.
1678         * python/lib/gdb/command/type_printers.py: New file.
1679         * python/lib/gdb/command/types.py (TypePrinter): New class.
1680         (_get_some_type_recognizers, get_type_recognizers,
1681         apply_type_recognizers, register_type_printer): New
1682         functions.
1683         * python/py-objfile.c (objfile_object) <type_printers>: New
1684         field.
1685         (objfpy_dealloc): Decref new field.
1686         (objfpy_new): Set new field.
1687         (objfpy_get_type_printers, objfpy_set_type_printers): New
1688         functions.
1689         (objfile_to_objfile_object): Set new field.
1690         (objfile_getset): Add "type_printers".
1691         * python/py-progspace.c (pspace_object) <type_printers>: New
1692         field.
1693         (pspy_dealloc): Decref new field.
1694         (pspy_new): Set new field.
1695         (pspy_get_type_printers, pspy_set_type_printers): New functions.
1696         (pspace_to_pspace_object): Set new field.
1697         (pspace_getset): Add "type_printers".
1698         * python/python.c (start_type_printers, apply_type_printers,
1699         free_type_printers): New functions.
1700         (_initialize_python): Set gdb.type_printers.
1701         * python/python.h (start_type_printers, apply_type_printers,
1702         free_type_printers): Declare.
1703         * typeprint.c (type_print_raw_options, default_ptype_flags):
1704         Update for new fields.
1705         (do_free_global_table, create_global_typedef_table,
1706         find_global_typedef): New functions.
1707         (find_typedef_in_hash): Use find_global_typedef.
1708         (whatis_exp): Use create_global_typedef_table.  Change cleanup
1709         handling.
1710         * typeprint.h (struct type_print_options) <global_typedefs,
1711         global_printers>: New fields.
1712
1713 2012-11-12  Tom Tromey  <tromey@redhat.com>
1714
1715         * c-typeprint.c (find_typedef_for_canonicalize,
1716         print_name_maybe_canonical): New functions.
1717         (c_print_type): Look up type name.
1718         (cp_type_print_derivation_info): Add flags argument.  Use
1719         print_name_maybe_canonical.
1720         (cp_type_print_method_args): Add wrapping.
1721         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1722         (c_type_print_template_args): New function.
1723         (c_type_print_base): Change wrapping.  Use
1724         print_name_maybe_canonical.
1725         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1726         type name lookups.
1727         * gdbtypes.c (types_equal): No longer static.
1728         * gdbtypes.h (types_equal): Declare.
1729         * typeprint.c (type_print_raw_options, default_ptype_flags):
1730         Update.
1731         (struct typedef_hash_table): New.
1732         (hash_typedef_field, eq_typedef_field,
1733         recursively_update_typedef_hash, add_template_parameters,
1734         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1735         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1736         copy_typedef_hash, find_typedef_in_hash): New functions.
1737         * typeprint.h (struct type_print_options) <local_typedefs>:
1738         New field.
1739         (recursively_update_typedef_hash, add_template_parameters,
1740         create_typedef_hash, free_typedef_hash,
1741         make_cleanup_free_typedef_hash, copy_typedef_hash,
1742         find_typedef_in_hash): Declare.
1743
1744 2012-11-12  Tom Tromey  <tromey@redhat.com>
1745
1746         * cp-support.c (inspect_type,
1747         replace_typedefs_qualified_name, replace_typedefs): Add
1748         finder, data arguments.  Call as needed.
1749         (cp_canonicalize_string_full): New function.
1750         (cp_canonicalize_string_no_typedefs): Rewrite.
1751         * cp-support.h (canonicalization_ftype): New typedef.
1752         (cp_canonicalize_string_full): Declare.
1753
1754 2012-11-12  Tom Tromey  <tromey@redhat.com>
1755
1756         * NEWS: Update.
1757         * c-typeprint.c (c_type_print_base): Handle print_method and
1758         print_typedefs flags.
1759         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1760         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1761         options.
1762         * typeprint.c (type_print_raw_options, default_ptype_flags):
1763         Update for new field.s
1764         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
1765         (setprinttypelist, showprinttypelist, print_methods,
1766         print_typedefs): New globals.
1767         (set_print_type, show_print_type, set_print_type_methods,
1768         show_print_type_methods, set_print_type_typedefs,
1769         show_print_type_typedefs): New functions.
1770         (_initialize_typeprint): Update documentation.  Add "print
1771         type methods" and "print type typedefs" parameters.
1772         * typeprint.h (struct type_print_options) <print_methods,
1773         print_typedefs>: New fields.
1774
1775 2012-11-12  Tom Tromey  <tromey@redhat.com>
1776
1777         * c-typeprint.c (cp_type_print_method_args): Add flags
1778         argument.  Call c_print_type, not type_print.
1779         (c_type_print_base): Call c_print_type, not type_print.
1780         Update.
1781
1782 2012-11-12  Tom Tromey  <tromey@redhat.com>
1783
1784         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1785         to type-printing functions.
1786         * ada-lang.h (ada_print_type): Add argument.
1787         * ada-typeprint.c (print_array_type, print_variant_clauses,
1788         print_variant_part, print_selected_record_field_types,
1789         print_record_field_types, print_unchecked_union_type,
1790         print_func_type, ada_print_type): Add flags argument.
1791         (ada_print_typedef): Update.
1792         * c-exp.y (OPERATOR conversion_type_id): Update.
1793         * c-lang.h (c_print_type, c_type_print_base): Update.
1794         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1795         c_type_print_modifier, c_type_print_args,
1796         c_type_print_varspec_suffix, c_type_print_base): Add flags
1797         argument.
1798         * cp-valprint.c (cp_print_class_member): Update.
1799         * dwarf2read.c (dwarf2_compute_name): Update.
1800         * f-lang.h (f_print_type): Add argument.
1801         * f-typeprint.c (f_print_type): Add flags argument.
1802         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1803         * go-lang.h (go_print_type): Add argument.
1804         * go-typeprint.c (go_print_type): Add flags argument.
1805         * jv-lang.h (java_print_type): Add argument.
1806         * jv-typeprint.c (java_type_print_base, java_print_type): Add
1807         flags argument.
1808         * language.c (unk_lang_print_type): Add flags argument.
1809         * language.h (struct language_defn) <la_print_type>: Add flags
1810         argument.
1811         (LA_PRINT_TYPE): Likewise.
1812         * m2-lang.h (m2_print_type): Add argument.
1813         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1814         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1815         m2_unbounded_array, m2_record_fields): Add flags argument.
1816         * p-lang.h (pascal_print_type, pascal_type_print_base,
1817         pascal_type_print_varspec_prefix): Add argument.
1818         * p-typeprint.c (pascal_print_type,
1819         pascal_type_print_varspec_prefix, pascal_print_func_args,
1820         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1821         flags argument.
1822         * symmisc.c (print_symbol): Update.
1823         * typeprint.c (type_print_raw_options, default_ptype_flags):
1824         New globals.
1825         (type_print): Update.
1826         * typeprint.h (struct type_print_options): New.
1827         (type_print_raw_options): Declare.
1828         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1829
1830 2012-11-10  Keith Seitz  <keiths@redhat.com>
1831
1832         * breakpoint.c (clear_command): Add cleanup for
1833         sals.sals if an argument is given.
1834
1835         * linespec.c (parse_linespec): Do cleanups after
1836         parsing a convenience variable.
1837
1838 2012-11-10  Keith Seitz  <keiths@redhat.com>
1839
1840         PR gdb/14288
1841         * c-valprint.c (c_val_print): For character arrays
1842         with "print null" option on, print ellipses if
1843         the output is truncated and the next character is not \000.
1844         * valprint.c (MAX_WCHARS): Define.
1845         (WCHAR_BUFLEN): Likewise.
1846         (WCHAR_BUFLEN_MAX): Likewise.
1847         (struct converted_character): New structure.
1848         (count_next_character): New function.
1849         (print_converted_chars_to_obstack): New function.
1850         (generic_printstr): Rewrite using count_next_character
1851         and print_converted_chars_to_obstack.
1852
1853 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
1854
1855         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1856         while executing the gdb command.
1857         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1858         are called from prompt_for_continue.
1859         * tui/tui-io.c (tui_redisplay_readline): Likewise.
1860
1861 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
1862
1863         PR tui/9584
1864
1865         * tui/tui.c (tui_rl_command_key): Do not call execute_command
1866         but insert the command to execute in readline's buffer.
1867
1868 2012-11-09  Tom Tromey  <tromey@redhat.com>
1869
1870         * gdbarch.sh (target_gdbarch): Remove macro.
1871         (get_target_gdbarch): Rename to target_gdbarch.
1872         * gdbarch.c, gdbarch.h: Rebuild.
1873         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1874         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1875         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1876         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1877         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1878         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1879         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1880         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1881         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1882         procfs.c, progspace.c, ravenscar-thread.c, record.c,
1883         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1884         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1885         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1886         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1887         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1888         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1889         target-descriptions.c, target.c, target.h, tracepoint.c,
1890         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1891         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1892         python/py-inferior.c, python/python.c: Update.
1893
1894 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
1895
1896         * source.c (print_source_lines_base): Add fullname field giving
1897         full path to file in mi output.
1898         * NEWS: Mention the new fullname field.
1899
1900 2012-11-09  Yao Qi  <yao@codesourcery.com>
1901
1902         * NEWS: Mention the fix to the ambiguity of 'fo' command.
1903
1904 2012-11-09  Pedro Alves  <palves@redhat.com>
1905
1906         PR gdb/14306
1907
1908         * infrun.c: Include target-descriptions.h.
1909         (follow_exec): Fetch new target description.
1910
1911 2012-11-09  Yao Qi  <yao@codesourcery.com>
1912
1913         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1914         0x8d (lea).
1915
1916 2012-11-09  Yao Qi  <yao@codesourcery.com>
1917
1918         * breakpoint.c: Declare set_tracepoint_count.
1919         (install_breakpoint): Call set_tracepoint_count if B is a
1920         tracepoint.
1921         (trace_command): Don't call set_tracepoint_count.  Re-indent.
1922         (strace_command, ftrace_command):
1923         (create_tracepoint_from_upload): Likewise.
1924
1925 2012-11-09  Pedro Alves  <palves@redhat.com>
1926
1927         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1928         (get_target_gdbarch) <gdbarch.h>: New function.
1929         (startup_gdbarch) <gdbarch.h>: Declare.
1930         <gdbarch.c> (target_gdbarch): Delete.
1931         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1932         current inferior's gdbarch.
1933         <gdbarch.c> (get_target_gdbarch): New function.
1934         * inferior.c: Include target-descriptions.h.
1935         (free_inferior): Free target description info.
1936         (add_inferior_with_spaces): Set the inferior's initial
1937         architecture.
1938         (clone_inferior_command): Copy the original inferior's target
1939         description if it was user specified.
1940         (initialize_inferiors): Add comment.
1941         * inferior.h (struct target_desc_info): Forward declare.
1942         (struct inferior) <gdbarch>: New field.
1943         * linux-nat.c: Include target-descriptions.h.
1944         (linux_child_follow_fork): Copy the parent's architecture and
1945         target description to the child.
1946         * target-descriptions.c: Include inferior.h.
1947         (struct target_desc_info): New structure, holding the equivalents
1948         of ...
1949         (target_desc_fetched, current_target_desc)
1950         (target_description_filename): ... these removed globals.
1951         (get_tdesc_info, target_desc_info_from_user_p)
1952         (copy_inferior_target_desc_info, target_desc_info_free): New.
1953         (target_desc_fetched, current_target_desc)
1954         (target_description_filename): Reimplemented as convenience
1955         macros.
1956         (tdesc_filename_cmd_string): New global.
1957         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1958         tdescs filename ..." commands to the per-inferior equivalent.
1959         (show_tdesc_filename_cmd): Get the value to show from the
1960         per-inferior description filename.
1961         (_initilize_target_descriptions): Change the "set/show tdesc
1962         filename" commands' variable.
1963         * target-descriptions.h (struct target_desc, struct target_desc_info)
1964         (struct inferior): Forward declare.
1965         (target_find_description, target_clear_description)
1966         (target_current_description): Adjust comments.
1967         (copy_inferior_target_desc_info, target_desc_info_free)
1968         (target_desc_info_from_user_p). Declare.
1969
1970 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1971
1972         * tui/tui-hooks.c (tui_about_to_proceed): New function.
1973         (tui_target_wait_hook): Remove.
1974         (tui_install_hooks): Install the about_to_proceed observer.
1975         (tui_remove_hooks): And remove it here.
1976
1977 2012-11-08  Tom Tromey  <tromey@redhat.com>
1978
1979         * linux-tdep.c (linux_make_siginfo_note): New function.
1980         (linux_make_corefile_notes): Use it.
1981         * corelow.c (get_core_siginfo): New function.
1982         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1983
1984 2012-11-08  Tom Tromey  <tromey@redhat.com>
1985
1986         PR gdb/14704:
1987         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1988         (zlib_decompress_section): Remove.
1989         (gdb_bfd_map_section): Only check for compressed section
1990         in mmap case.  Use bfd_get_full_section_contents.
1991         * osabi.c (check_note): Add 'sectsize' argument.  Read
1992         section data.
1993         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1994         section data.  Update for check_note change.
1995         * xcoffread.c (xcoff_initial_scan): Use
1996         bfd_get_full_section_contents.
1997         * py-auto-load.c (auto_load_section_scripts): Use
1998         bfd_get_full_section_contents.
1999         * contrib/cc-with-tweaks.sh: Add -Z option.
2000
2001 2012-11-08  Tom Tromey  <tromey@redhat.com>
2002
2003         * python/py-bpevent.c: Include defs.h.
2004         * python/py-continueevent.c: Include defs.h.
2005         * python/py-event.c: Include defs.h.
2006         * python/py-event.h: Don't include defs.h.
2007         * python/py-events.h: Don't include defs.h.
2008         * python/py-evts.c: Include defs.h.
2009         * python/py-exitedevent.c: Include defs.h.
2010         * python/py-newobjfileevent.c: Include defs.h.
2011         * python/py-signalevent.c: Include defs.h.
2012         * python/py-stopevent.c: Include defs.h.
2013         * python/py-threadevent.c: Include defs.h.
2014
2015 2012-11-08  Pierre Muller  <muller@sourceware.org>
2016
2017         * update-web-ari.sh (print_heading): Add number of files
2018         checked.
2019         (nb_files): New variable counting the number of sources
2020         files found by gdb_find.sh script.
2021         (debug_awk): New variable to allow extra debug output.
2022         (indexes): Add more information if DEBUG_AWK is set.
2023
2024 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
2025
2026         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
2027         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
2028         following the change in PLT call stubs on linker.
2029
2030 2012-11-08  Pierre Muller  <muller@sourceware.org>
2031
2032         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
2033         as default language.
2034         (AWK): Use = instead of == for sh test to avoid warning.
2035         (Linux rule): Correct [:digit] into [[:digit:]].
2036         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
2037         (vasprintf rule): Adapt to common subdirectory moves.
2038         (xasprintf rule): Idem.
2039         (xvasprintf rule): Idem.
2040         (var_boolean rule): Accept occurence in == or != test.
2041
2042         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
2043
2044 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
2045
2046         * tui/tui-hooks.c (tui_inferior_exit): New function.
2047         (tui_detach_hook): Remove.
2048         (tui_install_hooks): Install the inferior exit observer.
2049         (tui_remove_hooks): Remove it.
2050
2051 2012-11-08  Yao Qi  <yao@codesourcery.com>
2052
2053         PR gdb/14777.
2054         * source.c (_initialize_source): Call add_com_alias to abbreviate
2055         'forward-search' as 'fo'.
2056
2057 2012-11-07  Pedro Alves  <palves@redhat.com>
2058
2059         * arm-tdep.c: Make defs.h be the first include.
2060         * coff-pe-read.c: Ditto.
2061         * gnu-nat.c: Ditto.
2062         * go32-nat.c: Ditto.
2063         * i386-nat.c: Ditto.
2064         * ppcnbsd-nat.c: Ditto.
2065         * ada-varobj.h: Don't include defs.h.
2066         * i386-darwin-tdep.h: Ditto.
2067         * i386-nat.h: Ditto.
2068
2069 2012-11-07  Pedro Alves  <palves@redhat.com>
2070
2071         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
2072         Committee.
2073
2074 2012-11-07  Pierre Muller  <muller@sourceware.org>
2075
2076         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
2077         File already uses "gdb_dirent.h" header.
2078
2079 2012-11-07  Yao Qi  <yao@codesourcery.com>
2080
2081         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
2082         tracepoint_count'.
2083
2084 2012-11-06  Tom Tromey  <tromey@redhat.com>
2085
2086         * target.h (inferior_has_forked, inferior_has_vforked)
2087         (inferior_has_execd, inferior_has_called_syscall): Remove
2088         declarations.
2089
2090 2012-11-06  Pierre Muller  <muller@sourceware.org>
2091
2092         * remote.c (remote_insert_hw_breakpoint): ARI fix,
2093         add missing internalization markup.
2094
2095 2012-11-06  Pedro Alves  <palves@redhat.com>
2096
2097         PR gdb/14810
2098
2099         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
2100
2101 2012-11-06  Pierre Muller  <muller@sourceware.org>
2102
2103         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
2104         is not executable.
2105
2106 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
2107
2108         * gnulib/update-gnulib.sh: New script.
2109
2110 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
2111
2112         * MAINTAINERS: Update my email address.
2113
2114 2012-11-05  Tom Tromey  <tromey@redhat.com>
2115
2116         * frame.c (put_frame_register): Don't use temporary buffer.
2117
2118 2012-11-05  Pedro Alves  <palves@redhat.com>
2119
2120         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
2121         child.  Clear 'pending_detach'.
2122         * infrun.c (handle_vfork_child_exec_or_exit): Clear
2123         'pending_detach' in the vfork parent.
2124
2125 2012-11-05  Doug Evans  <dje@google.com>
2126
2127         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
2128         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
2129         * dwarf2read.c: #include "elf-bfd.h".
2130         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
2131         (dwop_section_names): Renamed from dwo_section names.  All uses
2132         updated.  Add entries for .debug_cu_index, .debug_tu_index.
2133         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
2134         All uses updated.
2135         (struct dwp_sections): New type.
2136         (struct virtual_dwo_sections): New type.
2137         (struct dwp_hash_table): New type.
2138         (struct dwp_file): New type.
2139         (init_cutu_and_read_dies): Ensure DWO info/types section has been
2140         read in.  Handle DWOs coming from DWP files.
2141         (lookup_dwo_file_slot): New function.
2142         (dwarf2_locate_dwo_sections): Move definition closer to use.
2143         (create_dwo_debug_info_hash_table_reader): Renamed from
2144         create_debug_info_hash_table_reader.  All callers updated.
2145         (create_dwo_debug_info_hash_table): Renamed from
2146         create_debug_info_hash_table.  All callers updated.
2147         (create_dwp_hash_table): New function.
2148         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
2149         (lookup_dwo_in_dwp): New function.
2150         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
2151         is_dwp.  All callers updated.
2152         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
2153         (open_and_init_dwo_file): Renamed from init_dwo_file.
2154         All callers updated.
2155         (lookup_dwo_file): Delete.
2156         (dwarf2_locate_dwp_sections): New function.
2157         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
2158         (allocate_dwp_loaded_cutus_table): New function.
2159         (open_and_init_dwp_file): New function.
2160         (lookup_dwo_cutu): New function.
2161         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
2162
2163 2012-11-03  Yao Qi  <yao@codesourcery.com>
2164
2165         Fix PR gdb/14617.
2166         * breakpoint.c (trace_pass_set_count): Call
2167         observer_notify_breakpoint_modified instead of
2168         observer_notify_tracepoint_modified.
2169         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
2170
2171 2012-11-02  Tom Tromey  <tromey@redhat.com>
2172
2173         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
2174         argument to complete_on_enum.
2175
2176 2012-11-02  Tom Tromey  <tromey@redhat.com>
2177
2178         * configure: Rebuild.
2179         * configure.ac (build_warnings): Add -Wempty-body.
2180         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
2181         * remote.c (handle_notification): Use braces for empty 'else' body.
2182         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
2183         'else' body.
2184         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
2185         'else' body.
2186         * solib-som.c (som_relocate_section_addresses): Use braces
2187         for empty 'else' body.
2188         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
2189         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
2190
2191 2012-11-02  Pedro Alves  <palves@redhat.com>
2192
2193         PR gdb/14766
2194
2195         * infrun.c (handle_inferior_event)
2196         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
2197         null_ptid before handling a vfork child exec or exit.  Switch to
2198         the event ptid afterwards.
2199
2200 2012-11-02  Yao Qi  <yao@codesourcery.com>
2201
2202         * std-operator.def: Remove OP_LABELED.
2203         * eval.c: Remove the declaration of 'get_label'.
2204         (get_label): Remove.
2205         (evaluate_struct_tuple): Remove code handling OP_LABELED.
2206         Update comment.
2207         Remove local variable 'variantno' and related code.
2208         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
2209         with 'fieldno'.
2210         * expprint.c (print_subexp_standard): Likewise.
2211         (dump_subexp_body_standard): Likewise.
2212         * parse.c (operator_length_standard): Likewise.
2213
2214 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
2215
2216         Incorporate ARI web page generator into GDB sources.
2217         * contrib/ari/create-web-ari-in-src.sh: New file.
2218         * contrib/ari/gdb_ari.sh: New file.
2219         * contrib/ari/gdb_find.sh: New file.
2220         * contrib/ari/update-web-ari.sh: New file.
2221
2222 2012-10-31  Tom Tromey  <tromey@redhat.com>
2223
2224         * gdbarch.c: Rebuild.
2225         * gdbarch.sh: Remove references to gdbarch_swap.
2226         * corelow.c (core_open): Remove obsolete comment.
2227
2228 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
2229
2230         PR cli/14772
2231         * c-typeprint.c (c_print_type): Don't print a space for vector
2232         types, this is handled within the suffix.
2233         (c_type_print_varspec_suffix): Add a space to vector suffix.
2234
2235 2012-10-26  Pedro Alves  <palves@redhat.com>
2236
2237         * amd64-tdep.c (amd64_relocate_instruction): Use
2238         store_unsigned_integer instead of memcpy.
2239         * i386-tdep.c (i386_relocate_instruction): Ditto.
2240
2241 2012-10-26  Pedro Alves  <palves@redhat.com>
2242
2243         * infrun.c (handle_inferior_event): Merge handling of
2244         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
2245         switch case.
2246
2247 2012-10-26  Pedro Alves  <palves@redhat.com>
2248
2249         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
2250         Remove comment.
2251
2252 2012-10-26  Pedro Alves  <palves@redhat.com>
2253
2254         * target.c (target_waitstatus_to_string): Handle
2255         TARGET_WAITKIND_VFORK_DONE.
2256
2257 2012-10-26  Pedro Alves  <palves@redhat.com>
2258
2259         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
2260         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
2261
2262 2012-10-24  Tristan Gingold  <gingold@adacore.com>
2263
2264         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
2265         Add comments.
2266
2267 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2268
2269         * ravenscar-thread.c (ravenscar_wait): Only update the list
2270         of threads and inferior_ptid if the inferior is still alive.
2271
2272 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2273
2274         * ada-lang.c (is_known_support_routine): Use lbasename when
2275         matching the symtab's filename against
2276         known_runtime_file_name_patterns.
2277
2278 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2279
2280         * ada-lang.c (ada_same_array_size_p): New function.
2281         (ada_promote_array_of_integrals): New function.
2282         (coerce_for_assign): Add handling of arrays where the elements
2283         are integrals of a smaller size than the size of the target
2284         array element type.
2285
2286 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2287
2288         * doublest.c (convert_doublest_to_floatformat): Fix comparison
2289         against maximum exponent value.
2290
2291 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2292
2293         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2294         "unwind-seh.c".
2295
2296 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2297
2298         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2299         strip typedef layer when computing the fixed type's field type,
2300         only when computing its size.
2301
2302 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
2303
2304         PR gdb/12783
2305         * i386-tdep.c (i386_return_value): Handle complex double and long
2306         double.
2307
2308 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2309
2310         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2311         New local variable args_len.
2312         Quote the name of the executable when computing the command line.
2313
2314 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
2315
2316         PR gdb/12796
2317         PR gdb/12798
2318         PR gdb/12800
2319         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2320         AMD64_FTAG_REGNUM.
2321         * amd64-tdep.c (amd64_classify): Classify complex types.
2322         (amd64_return_value): Handle the COMPLEX_X87 class.
2323
2324 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
2325
2326         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2327         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2328
2329 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
2330
2331         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2332         function.
2333         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2334         to amd64_windows_auto_wide_charset.
2335
2336 2012-10-23  Yao Qi  <yao@codesourcery.com>
2337
2338         * event-top.c (mark_async_signal_handler_wrapper): Remove.
2339         * event-top.h: Remove its declaration.
2340         (async_request_quit): Call mark_async_signal_handler instead of
2341         mark_async_signal_handler_wrapper.
2342         (async_do_nothing, async_disconnect): Likewise.
2343         (async_stop_sig): Likewise.
2344         * remote.c (handle_remote_sigint): Likewise.
2345         (handle_remote_sigint_twice): Likewise.
2346
2347 2012-10-23  Yao Qi  <yao@codesourcery.com>
2348
2349         * event-top.c (sigint_token, sighup_token): Replace 'void *'
2350         with 'static struct async_signal_handler *'.
2351         (sighup_token, sigquit_token, sigstp_token): Likewise.
2352
2353 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
2354
2355         * gdbarch.sh (function_list): Use 'pstring' when printing
2356         a variable which could return NULL.
2357         * gdbarch.c: Regenerate.
2358
2359 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
2360             Tom Tromey  <tromey@redhat.com>
2361
2362         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2363         inneffective if condition by gdb assertion.  Add function
2364         description comment.
2365
2366 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
2367
2368         * parser-defs.h (struct exp_descriptor): Document constraint
2369         on return value for "op_name" callbacks.
2370
2371 2012-10-18  Tom Tromey  <tromey@redhat.com>
2372
2373         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2374         * symtab.c (iterate_over_some_symtabs): Constify.
2375         * source.h (symtab_to_fullname): Return 'const char *'.
2376         * source.c (symtab_to_fullname): Return 'const char *'.
2377         * python/py-symtab.c (stpy_fullname): Constify.
2378         * cli/cli-cmds.c (edit_command): Constify.
2379         * breakpoint.c (print_breakpoint_location)
2380         (update_static_tracepoint): Constify.
2381
2382 2012-10-18  Tom Tromey  <tromey@redhat.com>
2383
2384         * breakpoint.c (compare_breakpoints): Fix comparison.
2385
2386 2012-10-18  Tom Tromey  <tromey@redhat.com>
2387
2388         * valprint.c (generic_emit_char, generic_printstr): Pass size of
2389         gdb_wchar_t to convert_between_encodings.
2390
2391 2012-10-17  Yao Qi  <yao@codesourcery.com>
2392
2393         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2394         more parameter 'inferior'.
2395         * corefile.c (write_memory_with_notification): Caller update.
2396
2397         * mi/mi-cmd-var.c: Include "mi-main.h".
2398         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2399         to 1 and restore it later.
2400         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2401         and "data-write-memory-bytes.
2402         * mi/mi-interp.c: Include objfiles.h.
2403         (mi_interpreter_init): Call observer_attach_memory_changed.
2404         (mi_memory_changed): New.
2405         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2406         New field.
2407
2408         * NEWS: Mention new MI notification "memory-changed".
2409
2410 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2411
2412         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2413
2414 2012-10-15  Doug Evans  <dje@google.com>
2415
2416         New option -nh: inhibit loading of ~/.gdbinit.
2417         * NEWS: Mention -nh.
2418         * main.c (captured_main): Recognize and process -nh.
2419         (print_gdb_help): Mention -nh.
2420         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
2421
2422 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2423
2424         PR backtrace/14646
2425         PR gdb/14647
2426         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2427         pc_regnum_from_eax.
2428         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2429         nor pc_regnum_from_eax.
2430         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2431         nor pc_regnum_from_eax.
2432
2433 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2434
2435         Fix entry values resolving in inlined frames.
2436         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2437         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
2438         entries of FRAME.
2439
2440 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
2441
2442         * configure.ac: Build with -DMS_WIN64 if building with Python
2443         enabled using GCC on amd64-windows.
2444         * configure: Regenerate.
2445
2446 2012-10-15  Tom Tromey  <tromey@redhat.com>
2447
2448         PR python/14635:
2449         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2450         to Py_None.
2451
2452 2012-10-15  Tom Tromey  <tromey@redhat.com>
2453
2454         PR python/14634:
2455         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2456
2457 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
2458
2459         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2460         reset thread numbering back to 1.
2461
2462 2012-10-11  Doug Evans  <dje@google.com>
2463
2464         PR breakpoints/14643.
2465         * linespec.c (struct ls_parser): New member keyword_ok.
2466         (linespec_lexer_lex_string): Add comment.
2467         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2468         for one.
2469         (parse_linespec): Set keyword_ok.
2470
2471 2012-10-10  Doug Evans  <dje@google.com>
2472
2473         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2474         "0x" prefix on address in log message.
2475
2476         * dwarf2read.c (read_1_byte): Add const to buf parameter.
2477         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2478         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2479         (lookup_dwo_file): Add const to dwo_name parameter.
2480         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2481
2482 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2483
2484         Fix crash during stepping on ppc32.
2485         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2486         SYM.
2487
2488 2012-10-03  Doug Evans  <dje@google.com>
2489
2490         PR symtab/14601
2491         * buildsym.c (buildsym_init): Reset using_directives to NULL.
2492
2493 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
2494
2495         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2496         output and use uint32_t not long to ensure 4 byte size.
2497
2498 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
2499
2500         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2501         unref'ed it.
2502
2503 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
2504
2505         * target.c (simple_search_memory): Include access length in
2506         warning message.
2507
2508 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
2509             Edjunior Machado  <emachado@linux.vnet.ibm.com>
2510
2511         PR gdb/13989
2512         * solib.c (solib_find): Prevent GDB from loading native libraries when
2513         debugging a cross-target corefile.
2514
2515 2012-09-28  selven  <pcthegreat@gmail.com>
2516
2517         Make definition match declaration.
2518
2519         * regcache.c (regcache_register_status): Change return type to
2520         enum register_status.
2521
2522 2012-09-28  Yao Qi  <yao@codesourcery.com>
2523
2524         * mi/mi-main.c (mi_cmd_data_write_memory): Call
2525         write_memory_with_notification instead of write_memory.
2526         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2527         instead of target_write_memory.
2528
2529 2012-09-28  Yao Qi  <yao@codesourcery.com>
2530
2531         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2532         when the length of content is not an even number.
2533
2534 2012-09-27  Tom Tromey  <tromey@redhat.com>
2535
2536         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2537         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2538
2539 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2540
2541         * sol-thread.c (sol_thread_fetch_registers)
2542         (sol_thread_store_registers): Delete commented out code.
2543
2544 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2545
2546         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2547         Move these functions to sparc-sol-thread.c.
2548         * sparc-sol-thread.c: New file.
2549         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2550         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2551         configurations.
2552         * configure: Regenerate.
2553
2554 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2555
2556         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2557         Remove commented-out code.
2558
2559 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2560
2561         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2562         Enable this code for sparc hosts only.
2563
2564 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2565
2566         * procfs.h (procfs_find_LDT_entry): Add declaration.
2567         * sol-thread.c (ps_lgetLDT): Delete local declaration of
2568         function procfs_find_LDT_entry.
2569
2570 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2571
2572         * procfs.c (proc_get_LDT_entry): Make static.
2573
2574 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2575
2576         * procfs.c (proc_find_memory_regions): Fix declaration.
2577
2578 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2579
2580         * amd64-tdep.c (amd64_return_value): Revert previous change
2581         that used TYPE_LENGTH directly.
2582         * bfin-tdep.c (bfin_extract_return_value): Likewise.
2583         (bfin_store_return_value): Likewise.
2584         * cris-tdep.c (cris_store_return_value): Likewise.
2585         (cris_extract_return_value): Likewise.
2586         * h8300-tdep.c (h8300_extract_return_value): Likewise.
2587         * hppa-tdep.c (hppa64_return_value): Likewise.
2588         * lm32-tdep.c (lm32_store_return_value): Likewise.
2589         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2590         * spu-tdep.c (spu_value_from_register): Likewise.
2591         * vax-tdep.c (vax_return_value): Likewise.
2592
2593 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2594
2595         * gdbtypes.c (lookup_array_range_type): Expand parameters
2596         LOW_BOUND and HIGH_BOUND to LONGEST.
2597         (lookup_string_range_type): Likewise.
2598         * gdbtypes.h (lookup_array_range_type): Likewise.
2599         (lookup_string_range_type): Likewise.
2600         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2601         Expand HIGHBOUND to ssize_t.
2602         (value_string): Likewise.
2603         * value.h (value_cstring): Expand parameter LEN to ssize_t.
2604         (value_string): Likewise.
2605
2606 2012-09-27  Yao Qi  <yao@codesourcery.com>
2607
2608         PR breakpoints/13898
2609         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2610         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2611         per breakpoint type.
2612
2613 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
2614
2615         * procfs.c: Add gdb_bfd header.
2616         * rs6000-nat.c: Likewise.
2617         * solib-pa64.c: Likewise.
2618         * spu-linux-nat.c: Likewise.
2619         * windows-nat.c: Likewise.
2620
2621 2012-09-26  Tom Tromey  <tromey@redhat.com>
2622
2623         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2624
2625 2012-09-26  Tom Tromey  <tromey@redhat.com>
2626
2627         * dwarf2read.c (mark_common_block_symbol_computed): New function.
2628         (read_common_block): Handle child DIEs with
2629         DW_AT_data_member_location.
2630         (new_symbol_full): Add special case for common blocks.
2631
2632 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2633             Tom Tromey  <tromey@redhat.com>
2634
2635         * dwarf2read.c (read_common_block): Rewrite.
2636         (new_symbol_full): Handle DW_TAG_common_block.
2637         * f-lang.c (head_common_list, find_common_for_function):
2638         Remove.
2639         * f-lang.h (struct common_entry, struct saved_f77_common,
2640         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2641         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2642         BLANK_COMMON_NAME_LOCAL): Remove.
2643         (struct common_block): New.
2644         * f-valprint.c (list_all_visible_commons): Remove.
2645         (info_common_command_for_block): New function.
2646         (info_common_command): Use it.
2647         * stack.c (iterate_over_block_locals): Special case for
2648         COMMON_BLOCK_DOMAIN.
2649         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2650         constant.
2651         (struct general_symbol_info) <value.common_block>: New field.
2652         (SYMBOL_VALUE_COMMON_BLOCK): New define.
2653
2654 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2655             Tom Tromey  <tromey@redhat.com>
2656
2657         * f-lang.c (allocate_saved_bf_node,
2658         allocate_saved_function_node, allocate_saved_f77_common_node,
2659         allocate_common_entry_node, tail_common_list, current_common,
2660         saved_bf_list, saved_bf_list_end, current_head_bf_list,
2661         tmp_bf_ptr, add_common_block, add_common_entry,
2662         find_first_common_named, patch_common_entries,
2663         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2664         global_remote_debug, get_bf_for_fcn, saved_function_list,
2665         saved_function_list_end, clear_function_list, struct saved_fcn,
2666         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2667         SAVED_BF, SAVED_BF_PTR): Remove.
2668         * f-lang.h (tail_common_list, current_common,
2669         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2670         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2671         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2672         real_main_c_value): Remove.
2673         * f-valprint.c (there_is_a_visible_common_named): Remove.
2674
2675 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
2676
2677         * breakpoint.c (update_global_location_list): Ignore previous
2678         duplicate status of a breakpoint when starting a new scan for
2679         duplicate breakpoints.
2680
2681 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
2682         PR breakpoints/14419
2683         * arm-tdep.c (arm_skip_prologue): Extending producer check to
2684         support LLVM compiler.
2685
2686 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2687
2688         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2689         * bfin-tdep.c (bfin_extract_return_value): Likewise.
2690         (bfin_store_return_value): Likewise.
2691         * cris-tdep.c (cris_store_return_value): Likewise.
2692         (cris_extract_return_value): Likewise.
2693         * h8300-tdep.c (h8300_extract_return_value): Likewise.
2694         * hppa-tdep.c (hppa64_return_value): Likewise.
2695         * lm32-tdep.c (lm32_store_return_value): Likewise.
2696         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2697         * spu-tdep.c (spu_value_from_register): Likewise.
2698         * vax-tdep.c (vax_return_value): Likewise.
2699
2700 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2701
2702         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2703         parameter LEN to ssize_t.
2704
2705 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2706
2707         * ada-valprint.c (ada_val_print_1): Eliminate single-use
2708         variable LEN.
2709         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2710         directly.
2711         (alpha_store_return_value): Likewise.
2712         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2713         (amd64_push_arguments): Likewise.
2714         * ax-gdb.c (gen_trace_static_fields): Likewise.
2715         (gen_traced_pop): Likewise.
2716         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2717         * breakpoint.c (update_watchpoint): Likewise.
2718         * findcmd.c (parse_find_args): Use local variable for type
2719         instead of length.
2720         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2721         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2722         (h8300_store_return_value): Likewise.
2723         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2724         Use i386_darwin_arg_type_alignment directly.
2725         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2726         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2727         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2728         (m68hc11_extract_return_value): Likewise.
2729         * mep-tdep.c (mep_push_dummy_call): Likewise.
2730         * printcmd.c (float_type_from_length): Likewise.
2731         * s390-tdep.c (s390_value_from_register): Likewise.
2732         * stack.c (read_frame_arg): Likewise.
2733         * tracepoint.c (encode_actions_1): Likewise.
2734         * valops.c (value_fetch_lazy): Use local variable for type
2735         instead of length.  Use TYPE_LENGTH directly.
2736         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2737
2738 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
2739
2740         * symtab.c (skip_prologue_sal): Fix typo in comment.
2741
2742 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
2743
2744         * linespec.c (create_sals_line_offset): Fix typo in comment.
2745
2746 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2747
2748         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2749         use plongest to print the array size.
2750
2751 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2752
2753         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2754         * p-valprint.c (pascal_type_print_base): Likewise.
2755
2756 2012-09-22  Yao Qi  <yao@codesourcery.com>
2757
2758         * remote.c (remote_get_trace_status): Remove setting default
2759         values of fields of 'ts'.
2760
2761 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2762
2763         Fix internal error on canonicalization of clang types.
2764         * cp-name-parser.y (operator): New comment at make_operator call for
2765         new, delete, new[] and delete[].
2766         (exp): Use "sizeof ".  Add new comment at make_operator call.
2767
2768 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2769
2770         Fix disassemble without parameters in tailcall frame.
2771         * cli/cli-cmds.c (disassemble_current_function): Use
2772         get_frame_address_in_block.
2773
2774 2012-09-21  Tom Tromey  <tromey@redhat.com>
2775
2776         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2777         TYPE_CODE_UNION>: Unify, removing a goto.
2778
2779 2012-09-21  Tom Tromey  <tromey@redhat.com>
2780
2781         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2782
2783 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
2784
2785         * findvar.c (read_frame_register_value): Mark the result value as
2786         optimized out if any of the input registers have been optimized out.
2787
2788 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
2789
2790         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2791
2792 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
2793
2794         * eval.c (evaluate_subexp_standard): Eliminate single-use
2795         variable LOWER.
2796
2797 2012-09-21  Yao Qi  <yao@codesourcery.com>
2798
2799         * mi/mi-interp.c: Declare mi_record_changed.
2800         (mi_interpreter_init): Call observer_attach_record_changed.
2801         (mi_record_changed): New.
2802         * record.c (record_open): Call observer_notify_record_changed.
2803         (cmd_record_stop): Call observer_notify_record_changed.
2804         * NEWS: Mention it.
2805
2806 2012-09-20  Tom Tromey  <tromey@redhat.com>
2807
2808         * NEWS: Update.
2809         * python/python.c (finalize_python): New function.
2810         (_initialize_python): Make a final cleanup.
2811
2812 2012-09-19  Doug Evans  <dje@google.com>
2813
2814         * buildsym.h (param_symbols): Delete, unused.
2815         (context_stack): Delete member "params", unused.
2816         * buildsym.c (push_context): Update.
2817         * dwarf2read.c (read_func_scope): Update.
2818
2819 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2820
2821         * sh-tdep.c (sh_register_convert_to_virtual)
2822         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
2823         all callers.  Just do a memcpy if not the little-endian case.
2824
2825         * h8300-tdep.c (h8300_gdbarch_init): Invoke
2826         set_gdbarch_double_format and set_gdbarch_long_double_format.
2827         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2828         set_gdbarch_double_format.
2829         * sh-tdep.c (sh_gdbarch_init): Likewise.
2830
2831         * NEWS: Document the removal of SH's 'regs' command.
2832         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2833         command.
2834
2835 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2836
2837         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2838         `jump'.
2839
2840 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
2841
2842         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2843         language when iterating over symbols.
2844
2845 2012-09-18  Yao Qi  <yao@codesourcery.com>
2846
2847         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2848         (mi_interpreter_init): Call observer_attach_tsv_created and
2849         observer_attach_tsv_deleted.
2850         (mi_tsv_created, mi_tsv_deleted): New.
2851         * tracepoint.c (delete_trace_state_variable): Call
2852         observer_notify_tsv_deleted.
2853         (trace_variable_command): Call observer_notify_tsv_created.
2854         (delete_trace_variable_command): Call
2855         observer_notify_tsv_deleted.
2856         (create_tsv_from_upload): Call observer_notify_tsv_created.
2857         * NEWS: Mention it.
2858
2859 2012-09-18  Yao Qi  <yao@codesourcery.com>
2860
2861         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2862         if traceframe changed.
2863         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2864         "trace-find".
2865         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2866         (mi_interpreter_init): Hook mi_traceframe_changed to observer
2867         'traceframe_changed'.
2868         (mi_traceframe_changed): New.
2869         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2870         New field.
2871         * NEWS: Mention the new MI notification.
2872
2873 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
2874
2875         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2876
2877 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2878
2879         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2880         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
2881         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2882         Extend code also for PaX support.  Convert all gdb_assert to warning
2883         calls.
2884
2885 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2886
2887         Implement auto-load user conveniences suggested by Doug Evans.
2888         * auto-load.c: Include top.h.
2889         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
2890         (_initialize_auto_load): New variable scripts_directory_help.  Mention
2891         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2892         scripts-directory.  Document in online help one can use also files for
2893         set auto-load safe-path.
2894         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2895         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2896
2897 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2898
2899         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2900         of LEN.
2901
2902 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2903
2904         * m2-valprint.c (m2_print_array_contents): Eliminate variable
2905         ELTLEN and use TYPE_LENGTH directly.
2906         (m2_val_print): Likewise.
2907         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2908         variable LEN and use TYPE_LENGTH directly.
2909         (m68k_svr4_store_return_value): Likewise.
2910         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2911         ARGLEN and use TYPE_LENGTH directly.
2912         (mips_o64_push_dummy_call): Likewise.
2913         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2914         variable LENGTH and use TYPE_LENGTH directly.
2915         (s390_function_arg_float): Likewise.
2916         (s390_function_arg_integer): Likewise.
2917         (s390_push_dummy_call): Likewise.
2918         (s390_return_value_convention): Likewise.
2919         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2920         TYPE_LENGTH directly.
2921
2922 2012-09-17  Yao Qi  <yao@codesourcery.com>
2923
2924         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2925         Update comment to add_setshow_integer_cmd.
2926         * cli/cli-setshow.c (do_set_command): Handle case
2927         'var_zuinteger_unlimited'.
2928         (do_show_command): Likewise.
2929         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2930         for command 'remotetimeout'.
2931         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
2932         to var_integer.
2933         * source.c (_initialize_source): Call
2934         add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2935
2936 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2937
2938         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2939         variable LEN.
2940
2941 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2942
2943         PR 14119
2944         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2945         (frame_pop): Drop also TAILCALL_FRAME frames.
2946         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2947
2948 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2949             Pedro Alves  <palves@redhat.com>
2950
2951         PR 14548
2952         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2953         function start if we are already at function start.  Both for
2954         reverse-next and for reverse-step into function without line number
2955         info.
2956
2957 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2958
2959         Code cleanup - rename 'inline' depth to 'artificial' depth.
2960         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2961         frame_id_artificial_p, extend the comment.
2962         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2963         * frame.c (fprint_frame_id): Rename at a user, change debug output
2964         text to "artificial=".
2965         (skip_inlined_frames): Rename to ...
2966         (skip_artificial_frames): ... here.  Extend the comment.
2967         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2968         (frame_id_inlined_p): Rename to ...
2969         (frame_id_artificial_p): ... here.  Rename at a user.
2970         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2971         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2972         at a user.
2973         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2974         Extend the comment.
2975         (frame_id_inlined_p): Rename to ...
2976         (frame_id_artificial_p): ... here.
2977         * inline-frame.c (inline_frame_this_id): Rename at a user.
2978
2979 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
2980
2981         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2982         vector variables using vector_size syntax rather than array
2983         syntax.
2984
2985 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2986
2987         * valarith.c (value_concat): Replace unsafe ALLOCA with
2988         XMALLOC/XFREE.
2989
2990 2012-09-14  Pedro Alves  <palves@redhat.com>
2991
2992         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2993
2994 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
2995
2996         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2997         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2998         data-directory as appropriate.
2999
3000 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
3001
3002         * printcmd.c (ui_printf): Eliminate single-use variable
3003         PARAM_LEN.
3004
3005 2012-09-14  Yao Qi  <yao@codesourcery.com>
3006             Pedro Alves  <palves@redhat.com>
3007
3008         * valops.c (value_assign): Move observer_notify_target_changed
3009         below to replace reinit_frame_cache.
3010
3011 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
3012
3013         Refactor Python "gdb" module into a proper Python package, by
3014         introducing a new "_gdb" module for code implemented in C, and
3015         using reload/__import__ instead of exec.
3016         * python/lib/gdb/__init__.py: Import * from _gdb.
3017         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
3018         prompt_hook, sys.argv): Moved from finish_python_initialization.
3019         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
3020         (packages, auto_load_packages): New list and function replacing
3021         module_dict and auto-loading code, using __file__ instead of
3022         gdb.PYTHONDIR and reload/__import__ instead of exec.
3023         (GdbSetPythonDirectory): Replacing function of the same name
3024         from finish_python_initialization, using reload/__import__ instead
3025         of exec, as well as call auto_load_packages.
3026         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
3027         gdb_python_module and not gdb_module.
3028         * python/python-internal.h (gdb_python_module): Declare.
3029         * python/python.c (gdb_python_module): New global.
3030         (before_prompt_hook): Check gdb_python_module and not gdb_module.
3031         (_initialize_python): Rename gdb module to _gdb.
3032         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
3033         (finish_python_initialization): Move Python code to
3034         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
3035         __main__.
3036
3037 2012-09-13  Pedro Alves  <palves@redhat.com>
3038
3039         * Makefile.in (COMMON_OBS): Add registry.o.
3040         * registry.c: New file.
3041         * registry.h (struct registry_container): Declare.
3042         (registry_data_callback): New typedef.
3043         (struct registry_data, struct registry_data_registration, struct
3044         registry_data_registry): New type.
3045         (register_data_with_cleanup, registry_alloc_data)
3046         (registry_callback_adaptor, registry_clear_data)
3047         (registry_container_free_data, registry_set_data, registry_data):
3048         Declare.
3049         (DEFINE_REGISTRY): Refactor structures and functions as shims over
3050         the new common structures and functions.
3051         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
3052         callback typedefs.
3053
3054 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
3055
3056         * remote.c (remote_insert_hw_breakpoint): Throw exception if
3057         there is an error inserting hardware breakpoints and use the
3058         error message from the target.
3059
3060         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
3061         Catch this exception and print the error message contained within.
3062         Do not print the default hardware error breakpoint message in this
3063         case.
3064
3065 2012-09-12  Doug Evans  <dje@google.com>
3066
3067         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
3068         cu == NULL.
3069
3070 2012-09-11  Doug Evans  <dje@google.com>
3071
3072         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
3073         .gdb_index symbol attributes if there are none.
3074
3075 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
3076
3077         * symtab.h (struct minimal_symbol) [has_size]: New field.
3078         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
3079         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
3080         * printcmd.c (build_address_symbolic): Only filter out zero-sized
3081         minimal symbols if the symbol's size is actually known.
3082         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
3083         of msymbol's size field.  Add comment.
3084         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
3085         SET_MSYMBOL_SIZE to set the minimal symbol size.
3086
3087 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
3088
3089         * minsyms.c (install_minimal_symbols): Use memset to fill entire
3090         minimal_symbol struct object, rather than setting some of its
3091         fields one by one.
3092
3093 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
3094
3095         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
3096         passed_a_ptr flag when displaying typedef types.
3097
3098 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
3099
3100         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
3101         the optimized_out flag is preserved.
3102
3103 2012-09-10  Anthony Green  <green@moxielogic.com>
3104
3105         * moxie-tdep.c (moxie_analyze_prologue): Update for function
3106         prologue changes in GCC.
3107
3108 2012-09-10  Keith Seitz  <keiths@redhat.com>
3109
3110         PR gdb/13483
3111         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
3112         (BOOL_CONVERSION_BADNESS): ... this.
3113         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
3114         (rank_one_type): Allow all boolean conversions
3115         permitted by the standard.
3116
3117 2012-09-06  Tom Tromey  <tromey@redhat.com>
3118
3119         * python/py-newobjfileevent.c (create_new_objfile_event_object):
3120         Don't decref py_objfile.
3121
3122 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
3123
3124         Do not enable -lmcheck by default when Python is enabled with
3125         threading support.
3126         * configure.ac: (python_has_threads) New variable, by testing
3127         if WITH_THREAD is defined in Python.h.
3128         Move --enable-lmcheck after --with-python.
3129         Do not enable -lmcheck by default if python_has_threads=yes.
3130         Warn if --enable-lmcheck and python_has_threads=yes.
3131         * configure: Regenerate.
3132
3133 2012-08-31  Yao Qi  <yao@codesourcery.com>
3134
3135         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
3136         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
3137         Update some commands.
3138         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
3139         * mi/mi-main.c (mi_cmd_execute): Set
3140         '*parse->cmd->suppress_notification' to 1.
3141
3142 2012-08-31  Yao Qi  <yao@codesourcery.com>
3143
3144         * mi/mi-cmds.c (mi_cmds): Add 'static'.
3145
3146 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
3147
3148         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
3149
3150 2012-08-29  Doug Evans  <dje@google.com>
3151
3152         * main.c (print_gdb_help): Remove reference to
3153         --use-deprecated-index-sections.
3154
3155 2012-08-28  Yao Qi  <yao@codesourcery.com>
3156
3157         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
3158         (init_cmds): Call add_setshow_uinteger_cmd for command
3159         'max-user-call-depth'.
3160         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
3161         declaration of 'max_user_call_depth'.
3162         * frame.c (backtrace_limit): Add 'unsigned'.
3163         (_initialize_frame): Call add_setshow_uinteger_cmd for command
3164         'limit'.
3165         * remote.c (remoteaddresssize): Add 'unsigned'.
3166         (remote_address_masked): Change local var 'address_size' to
3167         'unsigned'.
3168         (_initialize_remote): Call add_setshow_uinteger_cmd for
3169         'remoteaddresssize'.
3170         * top.c (history_size): Add 'unsigned'.
3171         (show_commands): Change local variables to 'unsigned'.
3172         (set_history_size_command): Don't check history_size is negative.
3173         Adjust the condition to call unstifle_history and set history_size
3174         to UNIT_MAX.
3175
3176 2012-08-28  Pedro Alves  <palves@redhat.com>
3177
3178         PR gdb/14428
3179
3180         * infcmd.c (default_print_one_register_info): New, factored out
3181         from default_print_registers_info.
3182         (default_print_registers_info): Use it.  Mark value unavailable if
3183         necessary.
3184         (registers_info): Print user registers with
3185         default_print_one_register_info.
3186
3187 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
3188
3189         PR tui/14486
3190         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
3191         is not NULL before referencing it.
3192
3193 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3194
3195         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
3196         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
3197         original PC for it.
3198
3199 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
3200             Jan Kratochvil  <jan.kratochvil@redhat.com>
3201
3202         * auto-load.c (auto_load_objfile_script): Rename to ...
3203         (auto_load_objfile_script_1): ... here, change variable realname to
3204         parameter realname, document it, add return value, add variable retval.
3205         (auto_load_objfile_script): New function.
3206
3207 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3208
3209         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
3210         followed by a whitespace.
3211
3212 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3213
3214         PR gdb/14494.
3215         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
3216         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
3217         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
3218         here.
3219
3220 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
3221
3222         * memattr.c (create_mem_region): Fix memory region overlapping
3223         checking.
3224
3225 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3226
3227         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
3228         with xmalloc/cleanup.
3229         * mt-tdep.c (mt_push_dummy_call): Likewise.
3230         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3231         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3232
3233 2012-08-24  Yao Qi  <yao@codesourcery.com>
3234
3235         * jv-exp.y (push_expression_name): Add "." at the end of error
3236         message.
3237
3238 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
3239
3240         Document how to return from "python-interactive" to GDB.
3241         * python/python.c (_initialize_python): Update documentation.
3242
3243 2012-08-23  Pedro Alves  <palves@redhat.com>
3244
3245         * infrun.c (_initialize_infrun) <handle command help text>:
3246         Mention that multiple signals are supported.
3247
3248 2012-08-23  Pedro Alves  <palves@redhat.com>
3249
3250         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
3251         string.
3252
3253 2012-08-23  Yao Qi  <yao@codesourcery.com>
3254
3255         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
3256         (tfind_1): Don't call registers_changed, set_traceframe_num,
3257         and clear_traceframe_info.
3258         Call set_current_traceframe.
3259         (set_current_traceframe): call set_traceframe_num.
3260
3261 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
3262
3263         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
3264         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
3265
3266 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3267
3268         Enable readline in Python in a GDB-specific way and block the
3269         standard Python readline module to prevent conflicts with GDB.
3270         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
3271         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
3272         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
3273         * python/py-gdb-readline.c: New file.
3274         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
3275         prototype.
3276         * python/python.c (_initialize_python): Call
3277         gdbpy_initialize_gdb_readline.
3278
3279 2012-08-22  Keith Seitz  <keiths@redhat.com>
3280
3281         * defs.h: Include build-gnulib/config.h
3282
3283 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
3284
3285         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3286         and blx pc.
3287
3288 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3289
3290         Add a new "python-interactive" command that starts a standard
3291         Python interactive prompt with "pi" as alias, and add "py" as
3292         an alias to "python".
3293         * NEWS: Mention the new commands.
3294         * python/python.c (eval_python_command): New function.
3295         (python_interactive_command): For "python-interactive" with
3296         arguments, call eval_python_command.  For "python-interactive"
3297         without arguments, call PyRun_InteractiveLoop.
3298         (_initialize_python): Add "python-interactive" command with
3299         "pi" as alias, and add "py" as an alias to "python".
3300
3301 2012-08-22  Tom Tromey  <tromey@redhat.com>
3302
3303         * defs.h (quit_flag): Don't declare.
3304         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3305         (QUIT): Use new functions.
3306         * event-top.c (command_handler): Use clear_quit_flag.
3307         (handle_sigint): Use set_quit_flag.
3308         (async_request_quit): Use check_quit_flag.  Don't check
3309         immediate_quit.
3310         * exceptions.c (throw_exception): Use clear_quit_flag.
3311         * main.c (captured_main): Use clear_quit_flag.
3312         * python/python.c (clear_quit_flag, set_quit_flag)
3313         (check_quit_flag): New functions.
3314         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3315         clear_quit_flag.
3316         * remote.c (remote_wait_as): Use check_quit_flag,
3317         clear_quit_flag.
3318         (remote_start_remote): Call QUIT.
3319         * symfile.c (load_progress): Use check_quit_flag.
3320         * top.c (command_loop): Use clear_quit_flag.
3321         (command_line_input): Call QUIT.
3322         * utils.c (quit_flag): Conditionally define.
3323         (clear_quit_flag, check_quit_flag, set_quit_flag): New
3324         functions.
3325         (prompt_for_continue): Call QUIT.  Use quit, not
3326         async_request_quit.
3327         * remote-mips.c (mips_expect_timeout): Call QUIT.
3328         * monitor.c (monitor_expect): Call QUIT.
3329
3330 2012-08-22  Tom Tromey  <tromey@redhat.com>
3331
3332         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3333         (async_init_signals): Update.
3334         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3335         (SIGWINCH_HANDLER_BODY): Remove.
3336
3337 2012-08-22  Tom Tromey  <tromey@redhat.com>
3338
3339         * jit.c (jit_object_close_impl): Don't malloc the objfile
3340         name.
3341         * objfiles.c (allocate_objfile): Don't malloc the objfile
3342         name.
3343         (free_objfile): Don't free the objfile name.
3344         * objfiles.h (struct objfile) <name>: Update comment.
3345         * symfile.c (reread_symbols): Fix reference counting.  Don't
3346         malloc objfile name.
3347
3348 2012-08-22  Tom Tromey  <tromey@redhat.com>
3349
3350         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3351         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3352         (symfile_bfd_open): Likewise.
3353         (generic_load): Likewise.
3354         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3355         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3356         gdb_bfd_open.
3357         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3358         Use gdb_bfd_open.
3359         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3360         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3361         (pmon_load_fast): Likewise.
3362         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3363         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3364         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3365         (macho_check_dsym): Likewise.
3366         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3367         (m32r_upload_command): Likewise.
3368         * gdb_bfd.h (gdb_bfd_cache): Declare.
3369         * gdb_bfd.c (struct gdb_bfd_data): New.
3370         (gdb_bfd_cache): New global.
3371         (struct gdb_bfd_cache_search): New.
3372         (hash_bfd): New function.
3373         (eq_bfd): Likewise.
3374         (gdb_bfd_open): Likewise.
3375         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3376         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
3377         gdb_bfd_data.
3378         * exec.c (exec_file_attach): Use gdb_bfd_open.
3379         * dsrec.c (load_srec): Use gdb_bfd_open.
3380
3381 2012-08-22  Tom Tromey  <tromey@redhat.com>
3382
3383         * dwarf2read.c (macro_start_file): Update.
3384         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3385         (free_objfile_per_bfd_storage): Destroy macro_cache.
3386         (allocate_objfile, free_objfile): Update.
3387         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3388         New field.
3389         (struct objfile) <macro_cache>: Remove.
3390         * symfile.c (reread_symbols): Update.
3391         * symmisc.c (print_symbol_bcache_statistics): Update.
3392         (print_objfile_statistics): Update.
3393
3394 2012-08-22  Tom Tromey  <tromey@redhat.com>
3395
3396         * elfread.c (elf_symtab_read): Update.
3397         * objfiles.c (objfiles_bfd_data): New global.
3398         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3399         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3400         (allocate_objfile, free_objfile): Update.
3401         (_initialize_objfiles): Initialize objfiles_bfd_data.
3402         * objfiles.h (struct objfile_per_bfd_storage): New.
3403         (struct objfile) <per_bfd>: New field.
3404         <filename_cache>: Remove.
3405         (set_objfile_per_bfd): Declare.
3406         * symfile.c (reread_symbols): Update.  Call
3407         set_objfile_per_bfd.
3408         (allocate_symtab): Update.
3409         * symmisc.c (print_symbol_bcache_statistics): Update.
3410         (print_objfile_statistics): Print the size of the BFD obstack.
3411
3412 2012-08-22  Tom Tromey  <tromey@redhat.com>
3413
3414         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
3415         * gdb_bfd.c: Use DEFINE_REGISTRY.
3416         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3417         (gdb_bfd_ref): Call bfd_alloc_data.
3418         (gdb_bfd_unref): Call bfd_free_data.
3419
3420 2012-08-22  Tom Tromey  <tromey@redhat.com>
3421
3422         * registry.h (struct registry_fields): New.
3423         (REGISTRY_FIELDS): Redefine.
3424         (REGISTRY_ACCESS_FIELD): New macro.
3425         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
3426         functions.
3427
3428 2012-08-22  Tom Tromey  <tromey@redhat.com>
3429
3430         * auto-load.c (_initialize_auto_load): Update.
3431         * solib-svr4.c (_initialize_svr4_solib): Update
3432         * solib-dsbt.c (_initialize_dsbt_solib): Update.
3433         * solib-darwin.c (_initialize_darwin_solib): Update.
3434         * registry.h: New file.
3435         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3436         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3437         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
3438         (register_program_space_data_with_cleanup)
3439         (register_program_space_data, program_space_alloc_data)
3440         (clear_program_space_data, set_program_space_data)
3441         (program_space_data): Don't declare.
3442         * progspace.c: Use DEFINE_REGISTRY.
3443         (struct program_space_data, struct
3444         program_space_data_registration, struct
3445         program_space_data_registry, program_space_data_registry)
3446         (register_program_space_data_with_cleanup)
3447         (register_program_space_data, program_space_alloc_data)
3448         (program_space_free_data, clear_program_space_data)
3449         (set_program_space_data, program_space_data): Remove.
3450         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
3451         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3452         (register_objfile_data_with_cleanup, register_objfile_data)
3453         (clear_objfile_data, set_objfile_data, objfile_data): Don't
3454         declare.
3455         * objfiles.c: Use DEFINE_REGISTRY.
3456         (struct objfile_data, struct objfile_data_registration, struct
3457         objfile_data_registry, objfile_data_registry)
3458         (register_objfile_data_with_cleanup, register_objfile_data)
3459         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3460         (set_objfile_data, objfile_data): Remove.
3461         (_initialize_objfiles): Update.
3462         * jit.c (_initialize_jit): Update.
3463         * inflow.c (_initialize_inflow): Update.
3464         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
3465         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3466         (register_inferior_data_with_cleanup, register_inferior_data)
3467         (clear_inferior_data, set_inferior_data, inferior_data): Don't
3468         declare.
3469         * inferior.c: Use DEFINE_REGISTRY.
3470         (struct inferior_data, struct inferior_data_registration, struct
3471         inferior_data_registry, inferior_data_registry)
3472         (register_inferior_data_with_cleanup, register_inferior_data)
3473         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
3474         (set_inferior_data, inferior_data): Remove.
3475         * auxv.c (_initialize_auxv): Update.
3476         * ada-lang.c (_initialize_ada_language): Update.
3477         * breakpoint.c (_initialize_breakpoint): Update.
3478         * i386-nat.c (i386_use_watchpoints): Update.
3479
3480 2012-08-22  Tom Tromey  <tromey@redhat.com>
3481
3482         * exec.c (exec_close, exec_file_attach): Update.
3483         (add_to_section_table): Initialize 'key' field.
3484         (add_target_sections, remove_target_sections): Add 'key' argument.
3485         * exec.h (add_target_sections, remove_target_sections): Add
3486         'key' argument.
3487         * solib.c (solib_map_sections, update_solib_list, clear_solib)
3488         (reload_shared_libraries_1): Update.
3489         * target.h (struct target_section) <key>: New field.
3490
3491 2012-08-22  Tom Tromey  <tromey@redhat.com>
3492
3493         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3494
3495 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3496
3497         * symfile.c (allocate_symtab): Use host_address_to_string
3498         function instead of cast of pointer to long which is not
3499         compatible with x86_64-w64-mingw32 build.
3500
3501 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3502
3503         * mips-tdep.c (is_octeon): New function.
3504         (is_octeon_bbit_op): New function.
3505         (mips32_next_pc): Handle Octeon's bbit instructions.
3506         (mips32_instruction_has_delay_slot): Likewise.
3507
3508 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3509
3510         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3511         before the function.
3512
3513 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3514
3515         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3516
3517 2012-08-19  Keith Seitz  <keiths@redhat.com>
3518
3519         PR c++/14365
3520         * c-typeprint.c (c_type_print_varspec_prefix): Pass
3521         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3522
3523 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
3524
3525         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3526         The typo broke "make TAGS".
3527
3528 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
3529
3530         GDB 7.5 released.
3531
3532 2012-08-17  Keith Seitz  <keiths@redhat.com>
3533
3534         PR c++/13356
3535         * gdbtypes.c (strict_type_checking): New variable.
3536         (show_strict_type_checking): New function.
3537         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3538         if strict type checking is disabled.
3539         (_initialize_gdbtypes): Add "check type" subcommand.
3540         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3541
3542 2012-08-17  Keith Seitz  <keiths@redhat.com>
3543
3544         * language.h (type_mode): Remove.
3545         (type_check): Remove.
3546         (struct language_defn): Remove la_type_check.
3547         (STRICT_TYPE): Remove unused macro.
3548         (type_error): Remove.
3549         * language.c (set_type_range_case): Renamed to ...
3550         (set_range_case): ... this.  Update all callers.
3551         Remove type_mode/type_check.
3552         (type_mode): Remove.
3553         (type_check): Remove.
3554         (show_type_command): Remove.
3555         (set_type_command): Remove.
3556         (language_info): Remove type checking output.
3557         (type_error): Remove unused function.
3558         (range_error): Update comment.
3559         (unknown_language_defn): Remove la_type_check.
3560         (auto_language_defn): Likewise.
3561         (local_language_defn): Likewise.
3562         (_initialize_language): Remove "check type" subcommand.
3563         * ada-lang.c (ada_language_defn): Remove la_type_check.
3564         * c-lang.c (c_language_defn): Likewise.
3565         (cplus_language_defn): Likewise.
3566         (asm_language_defn): Likewise.
3567         (minimal_language_defn): Likewise.
3568         * d-lang.c (d_language_defn): Likewise.
3569         * f-lang.c (f_language_defn): Likewise.
3570         * go-lang.c (go_language_defn): Likewise.
3571         * jv-lang.c (java_language_defn): Likewise.
3572         * m2-lang.c (m2_language_defn): Likewise.
3573         * objc-lang.c (objc_language_defn): Likewise.
3574         * opencl-lang.c (opencl_language_defn): Likewise.
3575         * p-lang.c (pascal_language_defn): Likewise.
3576
3577 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
3578
3579         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3580
3581 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3582
3583         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3584         New function.
3585         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3586         using the regache.  Use ia64_hpux_get_register_from_save_state_t
3587         to access the bsp and bspstore registers if not.
3588
3589 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3590
3591         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3592         * breakpoint.c (detach_breakpoints): Change pid parameter into
3593         a ptid.  Adjust code accordingly.
3594         * infrun.c (handle_inferior_event): Delete variable child_pid.
3595         Update call to detach_breakpoints to pass the child ptid for
3596         fork events.
3597         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3598         assert that inferior_ptid's lwp is zero.
3599         (linux_handle_extended_wait): Update call to detach_breakpoints.
3600         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3601         detach_breakpoints.
3602
3603 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3604
3605         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3606         parent, only call detach_breakpoints if tts.tts_event ==
3607         TTEVT_VFORK.
3608
3609 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3610
3611         * dwarf2-frame.c (dwarf2_frame_cache): Use
3612         get_frame_address_in_block instead of get_frame_pc as
3613         the bound for executing the frame's FDE.
3614
3615 2012-08-16  Yao Qi  <yao@codesourcery.com>
3616
3617         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3618         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3619         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3620         (c_type_print_varspec_suffix): Likewise.
3621         * eval.c (evaluate_subexp_standard): Likewise.
3622         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3623         (f_type_print_varspec_suffix): Likewise.
3624         * gdbtypes.c (is_scalar_type): Likewise.
3625         (recursive_dump_type): Likewise.
3626         * infcall.c (value_arg_coerce): Likewise.
3627         * m2-valprint.c (m2_val_print): Likewise.
3628         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3629         (pascal_type_print_varspec_suffix): Likewise.
3630         (pascal_type_print_base): Likewise.
3631         * p-valprint.c (pascal_val_print): Likewise.
3632         (pascal_val_print): Likewise.
3633         * valops.c (value_slice): Likewise.
3634         * valprint.c (scalar_type_p): Likewise.
3635         * valarith.c (value_bitstring_subscript): Remove.
3636         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3637         Remove comment on TYPE_CODE_BITSTRING.
3638
3639         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3640         TYPE_CODE_BITSTRING.
3641
3642         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3643         slot 0.
3644
3645 2012-08-16  Yao Qi  <yao@codesourcery.com>
3646
3647         * tracepoint.c (trace_find_none_command): Remove.
3648         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3649
3650 2012-08-16  Yao Qi  <yao@codesourcery.com>
3651
3652         * remote.c (handle_notification): Remove parameter 'length'.
3653         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3654
3655 2012-08-15  Keith Seitz  <keiths@redhat.com>
3656
3657         * gdbtypes.c (opaque_type_resolution): Make static.
3658         Add missing comment.
3659         (overload_debug): Add missing comment.
3660         (show_opaque_type_resolution): Likewise.
3661         (show_overload_debug): Likewise.
3662         (print_bit_vector): Remove unnecessary forward declaration.
3663         (print_arg_types): Likewise.
3664         (dump_fn_fieldlists): Likewise.
3665         (print_cplus_stuff): Likewise.
3666
3667 2012-08-15  Tom Tromey  <tromey@redhat.com>
3668
3669         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3670         (gdb_bfd_ref): Initialize new field.
3671         (gdb_bfd_unref): Unref the archive BFD.
3672         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3673         parent archive.
3674
3675 2012-08-15  Tom Tromey  <tromey@redhat.com>
3676
3677         PR python/14387:
3678         * python/py-bpevent.c (create_breakpoint_event_object): Update
3679         comment.
3680         * python/py-event.c (evpy_add_attribute): Update comment.
3681         * python/py-exitedevent.c (create_exited_event_object): Fix
3682         reference counting and error handling.
3683         * python/py-newobjfileevent.c (create_new_objfile_event_object):
3684         Fix reference counting.
3685         * python/py-signalevent.c (create_signal_event_object): Fix
3686         reference counting and error handling.
3687         * python/py-stopevent.c (emit_stop_event): Fix reference
3688         counting.
3689         * python/py-threadevent.c (get_event_thread): Return a
3690         borrowed reference.
3691         * python/py-type.c (convert_field): Fix reference counting.
3692
3693 2012-08-15  Tom Tromey  <tromey@redhat.com>
3694
3695         * dwarf2read.c (dwarf_decode_macro_bytes)
3696         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3697         as hash key.
3698
3699 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
3700
3701         * infcmd.c (_initialize_infcmd): Update help text for the signal,
3702         stepi, nexti, finish, next, step, jump, and continue commands.
3703         * infrun.c (_initialize_infrun): Update help text for the handle
3704         command.
3705
3706 2012-08-14  Doug Evans  <dje@google.com>
3707
3708         * gdbtypes.c (struct extra): Delete, unused.
3709
3710         * gdbtypes.c: Whitespace cleanup.
3711         (address_space_name_to_int): Remove "extern" from definition.
3712         (_initialize_gdbtypes): Declare with initialize_file_ftype.
3713
3714         * gdbtypes.c (make_pointer_type): Remove redundant setting of
3715         TYPE_POINTER_TYPE (type).
3716
3717 2012-08-14  Gary Benson  <gbenson@redhat.com>
3718
3719         * solib-svr4.c (svr4_free_library_list): Use free_so.
3720
3721 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
3722
3723         * .gitignore: Add go-exp.c.
3724
3725 2012-08-13  Doug Evans  <dje@google.com>
3726
3727         * value.c (show_convenience): Tweak comment.
3728         (_initialize_values): Mention convenience functions in the help text
3729         for "show convenience".
3730
3731 2012-08-13  Yao Qi  <yao@codesourcery.com>
3732
3733         * std-operator.def: Remove TERNOP_SLICE_COUNT.
3734         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3735         TERNOP_SLICE_COUNT.
3736         * eval.c (evaluate_subexp_standard): Likewise.
3737         * expprint.c (print_subexp_standard): Likewise.
3738         (dump_subexp_body_standard): Likewise.
3739         * parse.c (operator_length_standard): Likewise.
3740
3741 2012-08-13  Yao Qi  <yao@codesourcery.com>
3742
3743         * std-operator.def: Remove OP_BITSTRING.
3744         * breakpoint.c (watchpoint_exp_is_const): Update.
3745         * eval.c (evaluate_subexp_standard): Remove handling to
3746         OP_BITSTRING.
3747         * expprint.c (print_subexp_standard): Likewise.
3748         (dump_subexp_body_standard): Likewise.
3749         * parse.c (operator_length_standard): Likewise.
3750         * valops.c (value_bitstring): Remove.
3751         * value.h: Remove the declaration of 'value_bitstring'.
3752
3753 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3754
3755         * linespec.c (find_methods): Remove unused variables `i1' and
3756         `name_len'.
3757         (decode_line_full): Likewise for `arg_start'.
3758
3759 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3760
3761         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3762         (zlib_decompress_section): Likewise for `section_data'.
3763         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3764
3765 2012-08-10  Doug Evans  <dje@google.com>
3766
3767         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3768         * NEWS: Document them.
3769         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3770         function/strfns.py.
3771         * python/py-type.c (typy_array_1): New function.
3772         (typy_array): Call it.
3773         (typy_vector): New function.
3774         (type_object_methods): Add "vector".
3775         * python/lib/gdb/function/__init__.py: New file.
3776         * python/lib/gdb/function/strfns.py: New file.
3777
3778 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3779
3780         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3781         for TYPE_FIELD_BITPOS.
3782         (typy_get_sizeof): Likewise for TYPE_LENGTH.
3783
3784 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
3785
3786         PR cli/10436:
3787         * common/vec.h (VEC_merge): Define.
3788         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3789         (DEF_VEC_ALLOC_FUNC_P): Likewise.
3790         (DEF_VEC_ALLOC_FUNC_O): Likewise.
3791         * completer.c: Include gdb_signals.h.
3792         (signal_completer): Define.
3793         * completer.h (signal_completer): Add prototype.
3794         * infcmd.c (_initialize_infcmd): Assign the command
3795         completer for "signal" to handle_completer.
3796         * infrun.c: Include completer.h.
3797         (handle_completer): Define.
3798         (_initialize_infrun): Declare a new local variable c.  Store the
3799         result of add_com("handle") to it.  Assign the command
3800         completer for "handle" to handle_completer.
3801
3802 2012-08-09  Yao Qi  <yao@codesourcery.com>
3803
3804         * cli/cli-decode.c (set_cmd_prefix): New.
3805         (lookup_cmd_for_prefixlist): New.
3806         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3807         of each cmd_list_element in *prefixlist.
3808         (add_setshow_cmd_full): set_cmd_prefix.
3809         (add_alias_cmd): Likewise.
3810         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3811         Declare 'auto_boolean_enums'.
3812         * cli/cli-setshow.c: Include "observer.h".
3813         (notify_command_param_changed_p): New.
3814         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3815         Remove 'static'.
3816         (do_setshow_command): Split it to ...
3817         (do_set_command, do_show_command): ... them.  New.
3818         (do_set_command): Call observer_notify_command_param_changed if
3819         notify_command_param_changed_p returns true.
3820         (cmd_show_list): Caller update.
3821         * auto-load.c (set_auto_load_cmd): Likewise.
3822         * remote.c (show_remote_cmd): Likewise.
3823         * cli/cli-setshow.h: Update declarations.
3824         * top.c (execute_command): Call do_set_command and do_show_command.
3825
3826         * NEWS: Mention new MI notification.
3827         * mi/mi-interp.c: Declare mi_command_param_changed.
3828         (mi_interpreter_init): Attach mi_command_param_changed to
3829         observer command_param_changed.
3830         (mi_command_param_changed): New.
3831         Remove mi_suppress_breakpoint_notifications.
3832         Define global variable mi_suppress_notification.
3833         (mi_breakpoint_created): Update.
3834         (mi_breakpoint_deleted): Likewise.
3835         (mi_breakpoint_modified): Likewise.
3836         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
3837         'gdb-set' and set mi_suppress_notification.
3838         * mi/mi-main.h: (mi_suppress_notification): New struct.
3839
3840 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
3841             Jan Kratochvil  <jan.kratochvil@redhat.com>
3842
3843         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3844
3845 2012-08-09  Yao Qi  <yao@codesourcery.com>
3846
3847         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3848         (skiplist): Move it to skip.c.
3849         (init_cmd_lists): Remove code setting enablebreaklist and
3850         skiplist to NULL.
3851         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3852         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3853         skiplist.
3854         * gdbcmd.h: Likewise.
3855         * skip.c (_initialize_step_skip): Move 'skiplist' from
3856         cli/cli-cmds.c.
3857
3858 2012-08-09  Yao Qi  <yao@codesourcery.com>
3859
3860         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3861         * gnu-nat.c, symfile.c: Likewise.
3862
3863 2012-08-08  Aaron Gamble  <agamble@google.com>
3864
3865         * utils.c (prompt_for_continue_wait_time): New static global.
3866         (make_command_stats_cleanup): Initialize it.
3867         (report_command_stats): Subtract time waiting for user.
3868         (prompt_for_continue): Track time waiting for user.
3869         (defaulted_query): Track time waiting for user.
3870
3871 2012-08-08  Doug Evans  <dje@google.com>
3872
3873         * eval.c (evaluate_subexp_standard): Fix thinko in handling
3874         UNOP_MEMVAL_TYPE.
3875         * expprint.c (print_subexp_standard, case OP_TYPE): New.
3876         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3877         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3878         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3879         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3880         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3881         elt.
3882         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3883         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3884         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3885         (dump_prefix_expression): Handle OP_TYPE.
3886
3887 2012-08-08  Keith Seitz  <keiths@redhat.com>
3888
3889         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3890         addr_start.
3891
3892 2012-08-08  Doug Evans  <dje@google.com>
3893
3894         * linux-thread-db.c: #include "gdb_vecs.h".
3895         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
3896         updated.
3897         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
3898         (thread_db_load_search): Use a vector to iterate over path elements.
3899         Handle text appearing after "$pdir".
3900
3901         * gdb_string.h: Moved to ...
3902         * common/gdb_string.h: ... here.
3903         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3904         gdb_string.h and gdb_assert.h.
3905
3906 2012-08-08  Yao Qi  <yao@codesourcery.com>
3907
3908         * tic6x-tdep.c (tic6x_register_to_value): Remove.
3909         (tic6x_value_to_register): Likewise.
3910         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3911         and set_gdbarch_value_to_register.
3912
3913 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3914             Jean-Marc Saffroy  <saffroy@gmail.com>
3915
3916         PR 11804
3917         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
3918         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3919         * gcore.c (gcore_create_callback): New function comment.  Add modified
3920         parameter.  Only write modified regions.  Set SEC_READONLY exactly
3921         according to MODIFIED.
3922         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
3923         the passed modified value to FUNC.
3924         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3925         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3926         first.  New variables modified and has_anonymous.  Parse the lines of
3927         smaps file.  Add the passed MODIFIED value to FUNC.
3928         * procfs.c (find_memory_regions_callback): Add the passed modified
3929         value.
3930
3931 2012-08-06  Tom Tromey  <tromey@redhat.com>
3932
3933         * dwarf2-frame.c (clear_pointer_cleanup): New function.
3934         (dwarf2_frame_cache): Use it.
3935         * frame-unwind.h (frame_sniffer_ftype): Document prologue
3936         cache initialization constraint.
3937
3938 2012-08-06  Tom Tromey  <tromey@redhat.com>
3939
3940         PR python/14386:
3941         * varobj.c (update_dynamic_varobj_children): Don't call
3942         PyIter_Check.
3943
3944 2012-08-06  Tom Tromey  <tromey@redhat.com>
3945
3946         PR cli/14392:
3947         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3948
3949 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
3950
3951         * NEWS: New entry for 'cd' default parameters.
3952         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3953
3954 2012-08-03  Tom Tromey  <tromey@redhat.com>
3955
3956         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3957         return.
3958
3959 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
3960
3961         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3962         to attempting lseek/write.
3963         (inf_child_fileio_pread): Likewise for pread.
3964
3965 2012-08-02  Yao Qi  <yao@codesourcery.com>
3966
3967         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3968         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3969         add_setshow_zinteger_cmd.
3970         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3971         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3972         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3973         instead of add_setshow_zinteger_cmd.
3974         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3975         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3976         instead of add_setshow_zinteger_cmd.
3977         * frame.c (frame_debug): Add 'unsigned'.
3978         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3979         add_setshow_zinteger_cmd.
3980         * frame.h: Update the declaration of 'frame_debug'.
3981         * gdbtypes.c (overload_debug): Add 'unsigned'.
3982         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3983         add_setshow_zinteger_cmd.
3984         * inferior.h: Update declaration of 'debug_infrun'.
3985         * infrun.c (debug_infrun): Add 'unsigned'.
3986         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3987         add_setshow_zinteger_cmd.
3988         * jit.c (jit_debug): Add 'unsigned'.
3989         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3990         add_setshow_zinteger_cmd.
3991         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3992         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3993         instead of add_setshow_zinteger_cmd.
3994         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3995         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3996         add_setshow_zinteger_cmd.
3997         * machoread.c (mach_o_debug_level): Add 'unsigned'.
3998         (_initialize_machoread): Call add_setshow_zuinteger_cmd
3999         instead of add_setshow_zinteger_cmd.
4000         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
4001         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
4002         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
4003         intead of add_setshow_zinteger_cmd.
4004         * mips-tdep.c (mips_debug): Add 'unsigned'.
4005         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
4006         instead of add_setshow_zinteger_cmd.
4007         * monitor.c (monitor_debug): Add 'unsigned'.
4008         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
4009         add_setshow_zinteger_cmd.
4010         * observer.c (observer_debug): Add 'unsigned'.
4011         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
4012         add_setshow_zinteger_cmd.
4013         * parse.c (expressiondebug): Add 'unsigned'.
4014         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
4015         add_setshow_zinteger_cmd.
4016         * record.c (record_debug): Add 'unsigned'.
4017         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
4018         add_setshow_zinteger_cmd.
4019         * record.h: Update the declaration of 'record_debug'.
4020         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
4021         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
4022         add_setshow_zinteger_cmd.
4023         * serial.c (global_serial_debug_p): Add 'unsigned'.
4024         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
4025         add_setshow_zinteger_cmd.
4026         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
4027         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
4028         add_setshow_zinteger_cmd.
4029         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
4030         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
4031         add_setshow_zinteger_cmd.
4032         * target.c (targetdebug): Add 'unsigned'.
4033         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
4034         add_setshow_zinteger_cmd.
4035         * valops.c (overload_debug): Add 'unsigned'.
4036         * varobj.c (varobjdebug): Add 'unsigned'.
4037         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
4038         add_setshow_zinteger_cmd.
4039         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
4040         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
4041         instead of add_setshow_zinteger_cmd.
4042
4043         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
4044         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
4045         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
4046         instead of add_setshow_zinteger_cmd.
4047         * gdbarch.c, gdbarch.h: Re-generated.
4048
4049 2012-08-02  Yao Qi  <yao@codesourcery.com>
4050
4051         * nto-tdep.c: Don't include cli/cli-decode.h and
4052         cli/cli-cmds.h.
4053         (_initialize_nto_tdep): Remove.
4054         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
4055         Remove field.
4056         Remove macro nto_internal_debugging.
4057
4058 2012-08-01  Richard Henderson  <rth@redhat.com>
4059
4060         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
4061         (mep-*-*) [gdb_target_obs]: Likewise.
4062
4063 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
4064
4065         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
4066         linux_get_siginfo_type.
4067
4068 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
4069
4070         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
4071         AT_ENTRY_POINT.
4072         (call_function_by_hand) <ON_STACK>: Call write_memory with
4073         gdbarch_breakpoint_from_pc, if possible.
4074         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
4075         here.
4076
4077 2012-07-31  Yao Qi  <yao@codesourcery.com>
4078
4079         * tracepoint.c: Add 'static' for some variables.
4080
4081 2012-07-31  Yao Qi  <yao@codesourcery.com>
4082
4083         * go32-nat.c: Declare _initialize_go32_nat.
4084         * ser-go32.c: Declare _initialize_ser_dos.
4085         * top.c (do_chdir_cleanup): Add 'static'.
4086
4087 2012-07-30  Keith Seitz  <keiths@redhat.com>
4088
4089         * linespec.c (linespec_lex_number): A number followed
4090         by quotes is a valid number, too.
4091
4092 2012-07-30  Tom Tromey  <tromey@redhat.com>
4093
4094         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
4095
4096 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
4097
4098         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
4099         attempt to 4-byte-align HW breakpoint addresses for Thumb.
4100
4101 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
4102
4103         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
4104         invalid or reevaluated to prevent prevent references to possibly
4105         delete'd type objects being left in the varobj.
4106
4107 2012-07-27  Tom Tromey  <tromey@redhat.com>
4108             Jan Kratochvil  <jan.kratochvil@redhat.com>
4109
4110         * copying.awk: Print buffer-read-only and vi ro markers.
4111         * copying.c: Rebuild.
4112         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
4113         * gdbarch.c, gdbarch.h: Rebuild.
4114         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
4115         buffer-read-only and vi ro markers.
4116         * features/arm-with-iwmmxt.c: Rebuild.
4117         * features/arm-with-m-fpa-layout.c: Rebuild.
4118         * features/arm-with-m-vfp-d16.c: Rebuild.
4119         * features/arm-with-m.c: Rebuild.
4120         * features/arm-with-neon.c: Rebuild.
4121         * features/arm-with-vfpv2.c: Rebuild.
4122         * features/arm-with-vfpv3.c: Rebuild.
4123         * features/i386/amd64-avx-linux.c: Rebuild.
4124         * features/i386/amd64-avx.c: Rebuild.
4125         * features/i386/amd64-linux.c: Rebuild.
4126         * features/i386/amd64.c: Rebuild.
4127         * features/i386/i386-avx-linux.c: Rebuild.
4128         * features/i386/i386-avx.c: Rebuild.
4129         * features/i386/i386-linux.c: Rebuild.
4130         * features/i386/i386-mmx-linux.c: Rebuild.
4131         * features/i386/i386-mmx.c: Rebuild.
4132         * features/i386/i386.c: Rebuild.
4133         * features/i386/x32-avx-linux.c: Rebuild.
4134         * features/i386/x32-avx.c: Rebuild.
4135         * features/i386/x32-linux.c: Rebuild.
4136         * features/i386/x32.c: Rebuild.
4137         * features/mips-dsp-linux.c: Rebuild.
4138         * features/mips-linux.c: Rebuild.
4139         * features/mips64-dsp-linux.c: Rebuild.
4140         * features/mips64-linux.c: Rebuild.
4141         * features/rs6000/powerpc-32.c: Rebuild.
4142         * features/rs6000/powerpc-32l.c: Rebuild.
4143         * features/rs6000/powerpc-403.c: Rebuild.
4144         * features/rs6000/powerpc-403gc.c: Rebuild.
4145         * features/rs6000/powerpc-405.c: Rebuild.
4146         * features/rs6000/powerpc-505.c: Rebuild.
4147         * features/rs6000/powerpc-601.c: Rebuild.
4148         * features/rs6000/powerpc-602.c: Rebuild.
4149         * features/rs6000/powerpc-603.c: Rebuild.
4150         * features/rs6000/powerpc-604.c: Rebuild.
4151         * features/rs6000/powerpc-64.c: Rebuild.
4152         * features/rs6000/powerpc-64l.c: Rebuild.
4153         * features/rs6000/powerpc-7400.c: Rebuild.
4154         * features/rs6000/powerpc-750.c: Rebuild.
4155         * features/rs6000/powerpc-860.c: Rebuild.
4156         * features/rs6000/powerpc-altivec32.c: Rebuild.
4157         * features/rs6000/powerpc-altivec32l.c: Rebuild.
4158         * features/rs6000/powerpc-altivec64.c: Rebuild.
4159         * features/rs6000/powerpc-altivec64l.c: Rebuild.
4160         * features/rs6000/powerpc-cell32l.c: Rebuild.
4161         * features/rs6000/powerpc-cell64l.c: Rebuild.
4162         * features/rs6000/powerpc-e500.c: Rebuild.
4163         * features/rs6000/powerpc-e500l.c: Rebuild.
4164         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
4165         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
4166         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
4167         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
4168         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
4169         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
4170         * features/rs6000/powerpc-vsx32.c: Rebuild.
4171         * features/rs6000/powerpc-vsx32l.c: Rebuild.
4172         * features/rs6000/powerpc-vsx64.c: Rebuild.
4173         * features/rs6000/powerpc-vsx64l.c: Rebuild.
4174         * features/rs6000/rs6000.c: Rebuild.
4175         * features/s390-linux32.c: Rebuild.
4176         * features/s390-linux32v1.c: Rebuild.
4177         * features/s390-linux32v2.c: Rebuild.
4178         * features/s390-linux64.c: Rebuild.
4179         * features/s390-linux64v1.c: Rebuild.
4180         * features/s390-linux64v2.c: Rebuild.
4181         * features/s390x-linux64.c: Rebuild.
4182         * features/s390x-linux64v1.c: Rebuild.
4183         * features/s390x-linux64v2.c: Rebuild.
4184         * features/tic6x-c62x-linux.c: Rebuild.
4185         * features/tic6x-c62x.c: Rebuild.
4186         * features/tic6x-c64x-linux.c: Rebuild.
4187         * features/tic6x-c64x.c: Rebuild.
4188         * features/tic6x-c64xp-linux.c: Rebuild.
4189         * features/tic6x-c64xp.c: Rebuild.
4190
4191 2012-07-27  Tom Tromey  <tromey@redhat.com>
4192
4193         * c-exp.y (classify_name): Avoid assignment in condition.
4194
4195 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
4196
4197         * amd64-windows-tdep.c: Include "frame.h".
4198         (amd64_windows_skip_trampoline_code): New function.
4199         (amd64_windows_init_abi): Add trampoline registration.
4200
4201 2012-07-27  Yao Qi  <yao@codesourcery.com>
4202
4203         * tracepoint.c (cur_traceframe_number): Remove.
4204         (set_tfile_traceframe): Remove.
4205         (tfile_trace_find, tfile_fetch_registers): Update callers.
4206         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
4207         (tfile_open, tfile_trace_find): Likewise.
4208
4209 2012-07-27  Yao Qi  <yao@codesourcery.com>
4210
4211         * thread.c (switch_to_thread): Don't call registers_changed.
4212
4213 2012-07-26  Tom Tromey  <tromey@redhat.com>
4214
4215         * Makefile.in (SFILES): Remove objc-exp.y.
4216         (YYFILES): Remove objc-exp.c.
4217         (YYOBJ): Remove objc-exp.o.
4218         (local-maintainer-clean): Don't mention objc-exp.c.
4219         * c-exp.y: Include objc-lang.h.
4220         (%union) <class>: New field.
4221         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
4222         (exp): Clone subscript production for OBJC_LBRAC.  Add various
4223         Objective C productions.
4224         (msglist, msgarglist, msgarg): New productions.
4225         (array_mod, func_mod, operator): Clone productions for
4226         OBJC_LBRAC.
4227         (parse_string_or_char): Handle '@' strings.
4228         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
4229         (classify_name): Check la_name_of_this.  Recognize ObjC class
4230         names.
4231         * objc-exp.y: Remove.
4232         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
4233         * objc-lang.h (objc_parse, objc_error): Don't declare.
4234
4235 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
4236
4237         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
4238
4239 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4240
4241         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
4242         and decrement.
4243
4244 2012-07-26  Tom Tromey  <tromey@redhat.com>
4245
4246         * copying.c: Rebuild.
4247         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
4248         'no_class'.
4249
4250 2012-07-26  Tom Tromey  <tromey@redhat.com>
4251
4252         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
4253         immediate_quit.
4254         (print_objfile_statistics): Likewise.
4255         (maintenance_print_symbols): Likewise.
4256         (maintenance_print_msymbols): Likewise.
4257         (maintenance_print_objfiles): Likewise.
4258         * psymtab.c (print_partial_symbols): Call QUIT.
4259         (maintenance_print_psymbols): Likewise.  Don't modify
4260         immediate_quit.
4261         * copying.c (show_copying_command): Don't modify immediate_quit.
4262         (show_warranty_command): Likewise.
4263         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
4264
4265 2012-07-26  Keith Seitz  <keiths@redhat.com>
4266
4267         * linespec.c (linespec_lexer_lex_number): The input
4268         is also a valid number if the next character is a comma
4269         or colon.
4270
4271 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
4272
4273         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
4274         configure options.
4275
4276 2012-07-26  Tristan Gingold  <gingold@adacore.com>
4277
4278         * machoread.c: Include gdb_bfd.h.
4279
4280 2012-07-26  Tristan Gingold  <gingold@adacore.com>
4281
4282         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4283         offset.
4284
4285 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4286
4287         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4288         SIZE to size_t.
4289         (dwarf2_evaluate_loc_desc): Likewise.
4290         (dwarf2_loc_desc_needs_frame): Likewise.
4291         (locexpr_describe_location_1): Likewise.
4292         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4293         size_t.
4294         (struct dwarf2_loclist_baton): Likewise.
4295         * dwarf2read.c (struct dwarf_block): Likewise.
4296         (dump_die_shallow): Use pulongest to print dwarf_block.size.
4297         (decode_locdesc): Expand SIZE and I to size_t.
4298
4299 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4300
4301         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4302
4303 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
4304
4305         * doublest.c (convert_doublest_to_floatformat): If the exponent
4306         is too small, treat the value as zero.  If the exponent is too
4307         large, treat the value as infinity.
4308
4309 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
4310
4311         * configure.ac: Add --enable-lmcheck configure option.
4312         * configure: Regenerate.
4313
4314 2012-07-25  Tom Tromey  <tromey@redhat.com>
4315
4316         * NEWS: Mention maint info bfds.
4317         * gdb_bfd.c (all_bfds): New global.
4318         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4319         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4320         New functions.
4321
4322 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
4323
4324         * configure.tgt: Add v850*-*-rtems*.
4325
4326 2012-07-25  Tom Tromey  <tromey@redhat.com>
4327
4328         * macrotab.c (macro_bcache_str): Remove cast.
4329
4330 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
4331
4332         * linespec.c (linespec_lexer_lex_number): Update comments,
4333         change the return and add check to make sure the input is
4334         the decimal numbers.
4335         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4336         false, call linespec_lexer_lex_string.
4337
4338 2012-07-24  Tom Tromey  <tromey@redhat.com>
4339
4340         * symfile.c (symbol_file_add): Don't open BFD twice.
4341
4342 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
4343
4344         * breakpoint.c (create_breakpoint): Store condition for pending
4345         breakpoints.
4346
4347 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
4348
4349         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4350         (m68k_return_value): Handle complex types like structures.
4351         (m68k_svr4_return_value): Likewise.
4352
4353 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4354
4355         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4356         parameters to bfd_get_section_name.
4357
4358 2012-07-24  Yao Qi  <yao@codesourcery.com>
4359
4360         * cli/cli-setshow.c: Handle case 'var_uinteger'
4361         and 'var_zuninteger' together.  Handle case 'var_integer' and
4362         'var_zinteger' together.
4363
4364 2012-07-23  Keith Seitz  <keiths@redhat.com>
4365
4366         * linespec.c (convert_linespec_to_sal): Don't add
4367         any symbols to the result vector if symbol_to_sal
4368         returns zero.
4369
4370 2012-07-23  Keith Seitz  <keiths@redhat.com>
4371
4372         * linespec.c (decode_objc): Record the function name
4373         in the linespec.
4374
4375 2012-07-23  Tom Tromey  <tromey@redhat.com>
4376
4377         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
4378         counting.
4379         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4380         (map_vmap): Acquire a reference to the BFD.
4381
4382 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
4383
4384         * p-valprint.c (pascal_object_print_value): Replace potentially
4385         unsafe alloca with xmalloc/xfree.
4386         * valops.c (search_struct_method): Likewise.
4387
4388 2012-07-23  Tom Tromey  <tromey@redhat.com>
4389
4390         * solib-svr4.c (enable_break): Update.
4391         * bfd-target.h (target_bfd_reopen): Update documentation.
4392
4393 2012-07-23  Tom Tromey  <tromey@redhat.com>
4394
4395         * symfile.c (separate_debug_file_exists): Update.
4396         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4397         (reread_symbols): Update.
4398         * elfread.c (build_id_verify): Update.
4399         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4400         bfd_open_maybe_remote.
4401
4402 2012-07-23  Tom Tromey  <tromey@redhat.com>
4403
4404         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4405
4406 2012-07-23  Tom Tromey  <tromey@redhat.com>
4407
4408         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4409         and 'abfd'.
4410         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4411         and 'abfd'.
4412         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4413         * machoread.c (macho_add_oso_symfile): Make a cleanup for
4414         'abfd'.
4415         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4416         * objfiles.c (allocate_objfile): Acquire a new reference.
4417         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4418         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4419         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4420         a cleanup for 'nbfd'.
4421         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4422         for 'nbfd'.
4423         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4424         make a cleanup for 'abfd'.
4425         (symbol_file_add): Make a BFD cleanup.
4426
4427 2012-07-23  Tom Tromey  <tromey@redhat.com>
4428
4429         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4430         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4431         * corelow.c (core_open): Use gdb_bfd_fopen.
4432         * dsrec.c (load_srec): Use gdb_bfd_openr.
4433         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4434         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4435         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4436         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4437         (gdb_bfd_fdopenr): New functions.
4438         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4439         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4440         (gdb_bfd_fdopenr): Declare.
4441         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4442         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4443         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4444         gdb_bfd_openr_next_archived_file.
4445         (macho_check_dsym): Use gdb_bfd_openr.
4446         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4447         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4448         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4449         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4450         gdb_bfd_openr.
4451         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4452         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4453         gdb_bfd_openr_next_archived_file.
4454         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4455         Use gdb_bfd_openr.
4456         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4457         gdb_bfd_openr.
4458         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4459         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4460         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4461         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4462         (symfile_bfd_open): Use gdb_bfd_fopen.
4463         (generic_load): Use gdb_bfd_openr.
4464         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4465
4466 2012-07-23  Tom Tromey  <tromey@redhat.com>
4467
4468         * bfd-target.c (target_bfd_reopen): Update.
4469         * cli/cli-dump.c (bfd_openr_with_cleanup)
4470         (bfd_openw_with_cleanup): Update.
4471         * corelow.c (core_open): Update.
4472         * dsrec.c (load_srec): Update.
4473         * exec.c (exec_file_attach): Update.
4474         * gcore.c (create_gcore_bfd): Update.
4475         * gdb_bfd.c (gdb_bfd_ref): Return void.
4476         (gdb_bfd_open): Update.
4477         * gdb_bfd.h (gdb_bfd_ref): Return void.
4478         Update comments.
4479         * jit.c (jit_bfd_try_read_symtab): Update.
4480         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4481         * machoread.c (macho_symfile_read_all_oso): Update.
4482         (macho_check_dsym): Update.
4483         * procfs.c (insert_dbx_link_bpt_in_file): Update.
4484         * remote-m32r-sdi.c (m32r_load): Update.
4485         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4486         * rs6000-nat.c (add_vmap): Update.
4487         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4488         Update.
4489         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4490         * solib-spu.c (spu_bfd_open): Update.
4491         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4492         * spu-linux-nat.c (spu_bfd_open): Update.
4493         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4494         (generic_load): Update.
4495         * windows-nat.c (windows_make_so): Update.
4496
4497 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4498
4499         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4500
4501 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
4502
4503         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4504         SIGTRAMP_FRAME unwinding.
4505
4506 2012-07-20  Doug Evans  <dje@google.com>
4507
4508         * NEWS: Document new options "set/show use-deprecated-index-sections",
4509         and delete reference to --use-deprecated-index-sections.
4510         * symfile.h (use_deprecated_index_sections): Delete.
4511         * dwarf2read.c (use_deprecated_index_sections): Make static.
4512         (read_index_from_section): Update wording of how to load
4513         deprecated index sections.
4514         (_initialize_dwarf2_read): New options
4515         "set/show use-deprecated-index-sections".
4516         * main.c (captured_main): Delete --use-deprecated-index-sections.
4517
4518 2012-07-20  Pedro Alves  <palves@redhat.com>
4519
4520         PR threads/11692
4521         PR gdb/12203
4522
4523         * infrun.c (handle_inferior_event) <new thread>: Don't special
4524         case minus_one_ptid.
4525         <TARGET_WAITKIND_SPURIOUS>: Ditto.
4526         * linux-thread-db.c (thread_get_info_callback): Don't return early
4527         if the thread is zombie.
4528         (thread_from_lwp): Change return type to void.  Rewrite stale
4529         comment.
4530         (attach_thread): Don't return early if the thread is zombie,
4531         instead set its "dying" flag.
4532         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4533         (find_new_threads_callback): Don't return early if the thread is
4534         zombie.
4535
4536 2012-07-20  Pedro Alves  <palves@redhat.com>
4537
4538         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4539         * target.c (target_wait): Likewise.
4540         (str_comma_list_concat_elem, do_option, target_options_to_string):
4541         New functions.
4542         * target.h (target_options_to_string): Declare.
4543
4544 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
4545             Tom Tromey  <tromey@redhat.com>
4546
4547         * dwarf2read.c (dwarf_decode_macros)
4548         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4549         DW_MACRO_GNU_transparent_include_alt>: New cases.
4550         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4551         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4552
4553 2012-07-20  Tom Tromey  <tromey@redhat.com>
4554
4555         * dwarf2read.c (try_open_dwo_file): Don't call
4556         gdb_bfd_stash_filename.
4557
4558 2012-07-20  Pedro Alves  <palves@redhat.com>
4559
4560         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4561         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4562         (i386_process_record): Tweak description comments.
4563
4564 2012-07-20  Pedro Alves  <palves@redhat.com>
4565
4566         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4567         (i386_process_record): Use record_read_memory.
4568         * record.c (record_read_memory): New function.
4569         (record_arch_list_add_mem, record_exec_insn): Use
4570         record_read_memory.
4571         * record.h (record_read_memory): Declare.
4572
4573 2012-07-20  Yao Qi  <yao@codesourcery.com>
4574
4575         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4576         NULL for xfree.
4577
4578 2012-07-19  Pedro Alves  <palves@redhat.com>
4579
4580         * record.c (record_resume): Ask the target beneath to report all
4581         signals.
4582
4583 2012-07-19  Doug Evans  <dje@google.com>
4584
4585         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4586         there's no section at address zero.
4587         (dwarf2_record_block_ranges): Ditto.
4588
4589 2012-07-19  Yao Qi  <yao@codesourcery.com>
4590
4591         * command.h, remote.c: Fix a typo in comment.
4592
4593 2012-07-19  Tom Tromey  <tromey@redhat.com>
4594
4595         PR exp/13206:
4596         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4597         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4598         OP_DECLTYPE>: New cases.
4599         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4600         (type_exp): Add new productions.
4601         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4602         and decltype.
4603         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4604         New case.
4605         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4606         OP_DECLTYPE>: New case.
4607         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4608         New case.
4609         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4610         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4611
4612 2012-07-19  Tom Tromey  <tromey@redhat.com>
4613
4614         * c-exp.y (enum token_flags): New.
4615         (struct token) <cxx_only>: Remove.
4616         <flags>: New field.
4617         (tokentab3, tokentab2, ident_tokens): Update.
4618         (lex_one_token): Update.  Handle FLAG_SHADOW.
4619
4620 2012-07-19  Tom Tromey  <tromey@redhat.com>
4621
4622         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4623         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4624         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4625         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
4626         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
4627         type_exp production where appropriate.
4628         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4629         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4630         <UNOP_MEMVAL_TYPE>: New case.
4631         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4632         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4633         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4634         <UNOP_MEMVAL_TYPE>: New case.
4635         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4636         UNOP_REINTERPRET_CAST>: Update.
4637         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4638         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4639         UNOP_REINTERPRET_CAST>: Update.
4640         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4641         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4642         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4643         constants.
4644
4645 2012-07-19  Yao Qi  <yao@codesourcery.com>
4646             Jan Kratochvil <jan.kratochvil@redhat.com>
4647
4648         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4649         and case 'var_optional_filename' together.
4650         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4651         instead of add_setshow_optional_filename_cmd for setshow command
4652         'args'.  Set completer for 'set args'.
4653
4654 2012-07-18  Doug Evans  <dje@google.com>
4655
4656         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4657         * common/gdb_vecs.c: New file, contents from utils.c.
4658         * common/host-defs.h: New file, contents from defs.h.
4659         * utils.h: New file, contents from defs.h.
4660         * defs.h: Move all declarations of objects defined in utils.c
4661         to utils.h (except QUIT() and related).
4662         #include "utils.h", "host-defs.h".
4663         * probe.h (probe_p): Move here from gdb_vecs.h.
4664         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4665         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4666         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4667         * Makefile.in (SFILES): Add common/gdb_vecs.c.
4668         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4669         (COMMON_OBS): Add gdb_vecs.o.
4670         (gdb_vecs.o): New rule.
4671
4672 2012-07-18  Keith Seitz  <keiths@redhat.com>
4673
4674         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4675         parameter.  If non-zero, use SYMNAME as the canonical name
4676         for the SaL.
4677         Update all callers.
4678         (convert_linespec_to_sals): Use add_sal_to_sals for
4679         expressions, too.
4680         (decode_line_full): No need to "fill in missing canonical names"
4681         anymore. Simply make cleanups for the allocated names.
4682
4683 2012-07-18  Keith Seitz  <keiths@redhat.com>
4684
4685         * linespec.c (struct linespec): Constify expression,
4686         source_filename, function_name, and label_name.
4687         (symbol_not_found_error): Make all parameters const.
4688         (linespec_parser_delete): No need to check for NULL
4689         when using xfree. Cast const char * to char * for xfree.
4690
4691 2012-07-18  Keith Seitz  <keiths@redhat.com>
4692
4693         * breakpoint.c (invalid_thread_id_error): New function.
4694         (find_condition_and_thread): Use invalid_thread_id_error.
4695         (watch_command_1): Likewise.
4696
4697 2012-07-18  Tom Tromey  <tromey@redhat.com>
4698
4699         * cc-with-index.sh, cc-with-dwz.sh: Remove.
4700         * contrib/cc-with-tweaks.sh: New file.
4701
4702 2012-07-18  Tom Tromey  <tromey@redhat.com>
4703
4704         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4705         (locate_dwz_sections): Recognize .gdb_index.
4706         (create_cus_from_index_list): New function.
4707         (create_cus_from_index): Use it.  Handle .dwz data.
4708         (read_index_from_section): New function, extracted from
4709         dwarf2_read_index.
4710         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
4711         if needed.
4712
4713 2012-07-18  Tom Tromey  <tromey@redhat.com>
4714
4715         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4716         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4717         <is_dwz>: New field.
4718         (struct dwz_file): New.
4719         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4720         (locate_dwz_sections, dwarf2_get_dwz_file)
4721         (get_abbrev_section_for_cu): New functions.
4722         (error_check_comp_unit_head, read_and_check_comp_unit_head)
4723         (read_and_check_type_unit_head): Add abbrev_section argument.
4724         (create_debug_types_hash_table): Update.
4725         (init_cutu_and_read_dies): Use proper abbrev section.
4726         (init_cutu_and_read_dies_no_follow): Likewise.
4727         (set_partial_user): Do nothing if PST==NULL.
4728         (read_comp_units_from_section): New function.
4729         (create_all_comp_units): Use it.
4730         (scan_partial_symbols, partial_die_parent_scope): Update.
4731         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4732         (process_imported_unit_die, read_partial_die): Handle .dwz files.
4733         (find_partial_die): Add offset_in_dwz argument.  Update.
4734         (guess_partial_die_structure_name, fixup_partial_die): Update.
4735         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4736         DW_FORM_GNU_strp_alt.
4737         (read_indirect_string_from_dwz): New function.
4738         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4739         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4740         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4741         (follow_die_offset): Add offset_in_dwz argument.
4742         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4743         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4744         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4745         Handle new macro forms.
4746         (dwarf_decode_macros): Update.
4747         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4748         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4749         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4750         (create_debug_types_hash_table): Use correct abbrev section.
4751         (get_debug_line_section): New function.
4752         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4753         (process_full_comp_unit): Pass 'required' argument to
4754         end_symtab_get_static_block.
4755         * buildsym.h (end_symtab_get_static_block): Update.
4756         * buildsym.c (end_symtab_get_static_block): Add 'required'
4757         argument.
4758         (end_symtab, end_expandable_symtab): Update.
4759
4760 2012-07-18  Tom Tromey  <tromey@redhat.com>
4761
4762         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4763         (pagesize): Remove.
4764         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4765         (zlib_decompress_section): Remove.
4766         (dwarf2_read_section): Use gdb_bfd_map_section.
4767         (munmap_section_buffer): Remove.
4768         (free_dwo_file, dwarf2_per_objfile_free): Don't use
4769         munmap_section_buffer.
4770         * gdb_bfd.c: Include zlib.h, sys/mman.h.
4771         (struct gdb_bfd_section_data): New.
4772         (free_one_bfd_section): New function.
4773         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4774         (get_section_descriptor, zlib_decompress_section)
4775         (gdb_bfd_map_section): New functions.
4776         * gdb_bfd.h (gdb_bfd_map_section): Declare.
4777
4778 2012-07-18  Tom Tromey  <tromey@redhat.com>
4779
4780         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4781
4782 2012-07-18  Tom Tromey  <tromey@redhat.com>
4783
4784         * gdb_bfd.c (struct gdb_bfd_data): New.
4785         (gdb_bfd_cache): New global.
4786         (struct gdb_bfd_cache_search): New.
4787         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4788         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4789         * gdb_bfd.h (gdb_bfd_open): Declare.
4790
4791 2012-07-18  Tom Tromey  <tromey@redhat.com>
4792
4793         * utils.c (make_cleanup_bfd_unref): Rename from
4794         make_cleanup_bfd_close.
4795         * defs.h (make_cleanup_bfd_unref): Rename from
4796         make_cleanup_bfd_close.
4797         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4798         (bfd_openw_with_cleanup): Update.
4799         * corelow.c (core_open): Update.
4800         * dsrec.c (load_srec): Update.
4801         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4802         * remote-m32r-sdi.c (m32r_load): Update.
4803         * remote-mips.c (mips_load_srec): Update.
4804         (pmon_load_fast): Update.
4805         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4806         Update.
4807         (darwin_bfd_open): Update.
4808         * solib.c (solib_bfd_fopen): Update.
4809         * symfile-mem.c (symbol_file_add_from_memory): Update.
4810         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4811         (symfile_bfd_open): Update.
4812         (generic_load): Update.
4813
4814 2012-07-18  Tom Tromey  <tromey@redhat.com>
4815
4816         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4817         (pmon_load_fast): Likewise.
4818         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4819         (m32r_upload_command): Likewise.
4820         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4821         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4822         Use make_cleanup_bfd_close.
4823
4824 2012-07-18  Tom Tromey  <tromey@redhat.com>
4825
4826         * symfile.c (symfile_bfd_open): Don't copy name.  Call
4827         gdb_bfd_stash_filename.
4828         (load_command): Open the new BFD before freeing the old.
4829         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4830         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4831         Call gdb_bfd_stash_filename.
4832         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4833         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
4834         gdb_bfd_stash_filename.
4835         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4836         Free found_pathname.
4837         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
4838         gdb_bfd_stash_filename.
4839         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4840         * machoread.c (macho_add_oso_symfile): Call
4841         gdb_bfd_stash_filename.
4842         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
4843         gdb_bfd_stash_filename.
4844         (macho_check_dsym): Don't copy filename.  Call
4845         gdb_bfd_stash_filename.
4846         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4847         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4848         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4849         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4850         * exec.c (exec_close): Don't free the BFD's filename.
4851         (exec_file_attach): Don't copy the filename.  Call
4852         gdb_bfd_stash_filename.
4853         * corelow.c (core_close): Don't free the BFD's filename.
4854         (core_open): Call gdb_bfd_stash_filename.
4855         * corefile.c (reopen_exec_file): Remove #if 0 code.
4856         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
4857         pathname.
4858         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4859
4860 2012-07-18  Tom Tromey  <tromey@redhat.com>
4861
4862         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4863         gdb_bfd_unref.
4864         (free_dwo_file): Use gdb_bfd_unref.
4865         * cli/cli-dump.c: Include gdb_bfd.h.
4866         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4867         (bfd_openr_with_cleanup): Likewise.
4868         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4869         gdb_bfd_unref.
4870         * utils.c: Include gdb_bfd.h.
4871         (do_bfd_close_cleanup): Use gdb_bfd_unref.
4872         * symfile.c: Include gdb_bfd.h.
4873         (separate_debug_file_exists): Use gdb_bfd_unref.
4874         (bfd_open_maybe_remote): Use gdb_bfd_ref.
4875         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4876         (generic_load): Use gdb_bfd_ref.
4877         (reread_symbols): Use gdb_bfd_unref.
4878         * symfile-mem.c: Include gdb_bfd.h.
4879         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4880         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4881         * solib.c: Include gdb_bfd.h.
4882         (solib_bfd_fopen): Use gdb_bfd_ref.
4883         (solib_bfd_open): Use gdb_bfd_unref.
4884         (free_so_symbols): Use gdb_bfd_unref.
4885         (reload_shared_libraries_1): Use gdb_bfd_unref.
4886         * solib-spu.c: Include gdb_bfd.h.
4887         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4888         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4889         gdb_bfd_unref.
4890         * solib-frv.c: Include gdb_bfd.h.
4891         (enable_break2): Use gdb_bfd_unref.
4892         * solib-dsbt.c: Include gdb_bfd.h.
4893         (enable_break2): Use gdb_bfd_unref.
4894         * solib-darwin.c: Include gdb_bfd.h.
4895         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4896         gdb_bfd_unref.
4897         (darwin_bfd_open): Use gdb_bfd_unref.
4898         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4899         * remote-mips.c: Include gdb_bfd.h.
4900         (mips_load_srec): Use gdb_bfd_ref.
4901         (pmon_load_fast): Use gdb_bfd_ref.
4902         * remote-m32r-sdi.c: Include gdb_bfd.h.
4903         (m32r_load): Use gdb_bfd_ref.
4904         * record.c: Include gdb_bfd.h.
4905         (record_save_cleanups): Use gdb_bfd_unref.
4906         (cmd_record_save): Use gdb_bfd_unref.
4907         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4908         gdb_bfd_unref.
4909         * objfiles.h (gdb_bfd_close_or_warn): Remove.
4910         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4911         * objfiles.c: Include gdb_bfd.h.
4912         (free_objfile): Use gdb_bfd_unref.
4913         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4914         gdb_bfd.c.
4915         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4916         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4917         (macho_check_dsym): Likewise.
4918         * m32r-rom.c: Include gdb_bfd.h.
4919         (m32r_load): Use gdb_bfd_ref.
4920         (m32r_upload_command): Use gdb_bfd_ref.
4921         * jit.c: Include gdb_bfd.h.
4922         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4923         * gdb_bfd.h: New file.
4924         * gdb_bfd.c: New file.
4925         * gcore.c: Include gdb_bfd.h.
4926         (create_gcore_bfd): Use gdb_bfd_ref.
4927         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4928         (gcore_command): Use gdb_bfd_unref.
4929         * exec.c: Include gdb_bfd.h.
4930         (exec_close): Use gdb_bfd_unref.
4931         (exec_close_1): Use gdb_bfd_unref.
4932         (exec_file_attach): Use gdb_bfd_ref.
4933         * elfread.c: Include gdb_bfd.h.
4934         (build_id_verify): Use gdb_bfd_unref.
4935         * dsrec.c: Include gdb_bfd.h.
4936         (load_srec): Use gdb_bfd_ref.
4937         * corelow.c: Include gdb_bfd.h.
4938         (core_close): Use gdb_bfd_unref.
4939         (core_open): Use gdb_bfd_ref.
4940         * bfd-target.c: Include gdb_bfd.h.
4941         (target_bfd_xclose): Use gdb_bfd_unref.
4942         (target_bfd_reopen): Use gdb_bfd_ref.
4943         * Makefile.in (SFILES): Add gdb_bfd.c.
4944         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4945         (COMMON_OBS): Add gdb_bfd.o.
4946
4947 2012-07-18  Keith Seitz  <keiths@redhat.com>
4948
4949         * breakpoint.c (find_condition_and_thread): Initialize
4950         TASK and REST.
4951         (create_breakpiont): find_condition_and_thread will now
4952         initialize COND_STRING, THREAD, and REST (and TASK).
4953         (addr_string_to_sals): Likewise.
4954
4955 2012-07-18  Pedro Alves  <palves@redhat.com>
4956
4957         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4958         Pull the single step breakpoints out of the target.
4959
4960 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4961
4962         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4963         * stap-probe.c (compile_probe_arg): Likewise.
4964
4965 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4966
4967         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4968         (elf_compile_to_ax): Likewise.
4969         * infrun.c (insert_exception_resume_from_probe): Likewise.
4970         (check_exception_resume): Remove `objfile' variable.
4971         * probe.c (find_probe_by_pc): Remove `objfile' argument.
4972         (struct probe_and_objfile, probe_and_objfile_s): Delete.
4973         (collect_probes): Adjust return value to `VEC (probe_p) *'.
4974         (compare_entries): Rename to...
4975         (compare_probes): ...this.  Adjust function to work with
4976         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
4977         respectively.
4978         (gen_ui_out_table_header_info): Adjust `probes' argument to be
4979         `VEC (probe_p) *'.
4980         (print_ui_out_info): Adjust argument to be `struct probe *'.
4981         (info_probes_for_ops): Adjust internal computations to use
4982         `VEC (probe_p) *'.
4983         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4984         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4985         gen_info_probes_table_values>: Remove `objfile' argument.
4986         (struct probe) <objfile>: New field.
4987         (find_probe_by_pc): Remove `objfile' argument.
4988         * stap-probe.c (stap_parse_probe_arguments): Likewise.
4989         (stap_get_probe_argument_count): Likewise.
4990         (stap_get_arg): Likewise.
4991         (stap_evaluate_probe_argument): Likewise.
4992         (stap_compile_to_ax): Likewise.
4993         (compile_probe_arg): Refactor not to pass `objfile' anymore.
4994         (handle_stap_probe): Fill `objfile' field from `struct probe'.
4995         (stap_gen_info_probes_table_header): Remove `objfile' argument.
4996         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4997         sym_compile_to_ax>: Likewise.
4998
4999 2012-07-18  Terry Guo  <terry.guo@arm.com>
5000
5001         PR 14329
5002         * defs.h (GDB_MI_MSG_WIDTH): New.
5003         * ser_base (ser_base_read_error_fd): New function.
5004         (do_ser_base_readchar): Poll error file descriptor as well as
5005         standard output.
5006         (generic_readchar): Refactor error handling.
5007
5008 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
5009
5010         * NEWS: Create a new section for the next release branch.
5011         Rename the section of the current branch, now that it has
5012         been cut.
5013
5014 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
5015
5016         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
5017         * version.in: Bump version to 7.5.50.20120718-cvs.
5018
5019 2012-07-17  Keith Seitz  <keiths@redhat.com>
5020
5021         * linespec.c (linespec_parse_line_offset): Make parameter
5022         const.
5023
5024 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5025
5026         PR 11914
5027         * f-valprint.c (info_common_command): New variable frame_id.
5028         Reinitialize FI form FRAME_ID after each print_variable_and_value.
5029         * printcmd.c (print_variable_and_value): Extend function comment.
5030         Add comment for invalidated FRAME.
5031         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
5032         FI form FRAME_ID after each print_frame_local_vars.
5033         (struct print_variable_and_value_data): Change frame to frame_id.
5034         (do_print_variable_and_value): New variable frame, initialize it from
5035         p->frame_id.  Add comment for invalidated FRAME.
5036         (print_frame_local_vars, print_frame_arg_vars): New function comment.
5037         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
5038         for invalidated FRAME.
5039
5040 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
5041             Pedro Alves  <palves@redhat.com>
5042
5043         * linux-nat.c (linux_nat_detach): Don't unregister from the event
5044         loop.
5045
5046 2012-07-16  Tom Tromey  <tromey@redhat.com>
5047
5048         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
5049
5050 2012-07-15  Doug Evans  <dje@google.com>
5051
5052         * dwarf2read.c (stmt_list_hash): New struct.
5053         (type_unit_group): Embed "per_cu" member, remove pointer.
5054         New union member "t", move member "tus" into it, all uses updated.
5055         New member "hash", replaces member "line_offset, all uses updated.
5056         (quick_file_names): Replace member "offset" with "hash", all uses
5057         updated.
5058         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
5059         (hash_file_name_entry, eq_file_name_entry): Call them.
5060         (hash_type_unit_group, eq_type_unit_group): Ditto.
5061         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
5062         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
5063         (dw2_get_file_names): Update.
5064         (create_type_unit_group): Replace "per_cu" arg with "cu".
5065         All callers updated.  Fix "quick" (.gdb_index) handling.
5066         (get_type_unit_group): Replace "per_cu" arg with "cu".
5067         All callers updated.
5068         (build_type_unit_groups): Don't reset tu_stats.
5069
5070         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
5071         "tab_cur_size".  Change member "tab" to be a htab_t.
5072         (create_filename_seen_cache): Update.
5073         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
5074         (filename_seen): Update.
5075
5076 2012-07-13  Doug Evans  <dje@google.com>
5077
5078         * symtab.c (filename_seen): Update comment.
5079
5080 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5081             Doug Evans  <dje@google.com>
5082
5083         * buildsym.c (end_symtab_1): Split it to ...
5084         (end_symtab_get_static_block): ... this ...
5085         (end_symtab_from_static_block): ... and this function.
5086         (end_symtab, end_expandable_symtab): Call them.
5087         * buildsym.h (end_symtab_get_static_block)
5088         (end_symtab_from_static_block): New declarations.
5089         * dwarf2read.c (process_full_comp_unit): New variable static_block.
5090         Set its valid CU ranges.
5091
5092 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5093
5094         * dwarf2loc.c (disassemble_dwarf_expression): Handle
5095         DW_OP_GNU_parameter_ref.
5096
5097 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5098
5099         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
5100         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
5101
5102 2012-07-13  Doug Evans  <dje@google.com>
5103
5104         * symtab.c (output_source_filename): Delete unnecessary forward decl.
5105         (filename_seen_cache): New struct.
5106         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
5107         (create_filename_seen_cache): New function.
5108         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
5109         (filename_seen): Delete arg "first".  New arg "cache".  All callers
5110         updated.
5111         (output_source_filename_data): New struct.
5112         (output_source_filename): Delete arg "first".  New arg "data".
5113         All callers updated.
5114         (sources_info): Delete local "first".  New locals "data", "cleanups".
5115         Rewrite to use filename_seen_cache.
5116         (add_partial_filename_data): Delete member "first".  New member
5117         "filename_seen_cache".  All uses updated.
5118         (make_source_files_completion_list): Rewrite to use
5119         filename_seen_cache.
5120
5121 2012-07-12  Doug Evans  <dje@google.com>
5122
5123         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
5124
5125 2012-07-10  Doug Evans  <dje@google.com>
5126
5127         PR gdb/13498
5128         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
5129         all_type_unit_groups, type_unit_groups, tu_stats.
5130         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
5131         All uses updated.  Add type_unit_group to union "s".
5132         (type_unit_group): New struct.
5133         (IS_TYPE_UNIT_GROUP): New macro.
5134         (abbrev_table): Delete unused member "section".
5135         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
5136         (dw2_get_cu): Assert not used with type_unit_group.
5137         (dw2_get_primary_cu): New function.
5138         (dw2_build_type_unit_groups_reader): New function.
5139         (dw2_build_type_unit_groups): New function.
5140         (dw2_get_file_names): Assert not called on type units.
5141         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
5142         Redo loop to iterate over type unit groups instead of type units.
5143         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
5144         (read_abbrev_offset): New function.
5145         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
5146         updated.
5147         (create_partial_symtab): New function.
5148         (process_psymtab_comp_unit_reader): Assert not used with type units.
5149         Call create_partial_symtab.
5150         (process_psymtab_type_unit): Delete.
5151         (hash_type_unit_group, eq_type_unit_group): New functions.
5152         (allocate_type_unit_groups_table): New function.
5153         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
5154         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
5155         (create_type_unit_group, get_type_unit_group): New functions.
5156         (tu_abbrev_offset): New struct.
5157         (sort_tu_by_abbrev_offset): New function.
5158         (add_type_unit_group_to_table): New function.
5159         (build_type_unit_groups): New function.
5160         (build_type_psymtabs_reader): New function.
5161         (build_type_psymtab_dependencies): New function.
5162         (build_type_psymtabs): Rewrite.
5163         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
5164         is seen in a type unit.
5165         (process_queue): Move symtab expansion debugging printfs here.
5166         Call process_full_type_unit for type units.
5167         (compute_symtab_includes): Assert not called for type units.
5168         (process_cu_includes): Don't call compute_symtab_includes for
5169         type units.
5170         (process_full_type_unit): New function.
5171         (process_imported_unit_die): Flag an error if called for type units.
5172         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
5173         updated.  Assert not called for type units.
5174         (read_file_scope): Call dwarf2_start_symtab.
5175         (setup_type_unit_groups): New function.
5176         (read_type_unit_scope): Rewrite.
5177         (abbrev_table_read_table): Initialize abbrev_table->offset.
5178         (abbrev_table_free_cleanup): New function.
5179         (dwarf2_start_symtab): New function.
5180         (load_full_type_unit): Assert not called for type unit groups.
5181         * buildsym.c (finish_block_internal): New arg "expandable".
5182         All callers updated.
5183         (start_symtab): Move most contents to ...
5184         (restart_symtab): ... here.  New function.
5185         (reset_symtab_globals): New function.
5186         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
5187         Call reset_symtab_globals.
5188         (end_symtab, end_expandable_symtab): New functions.
5189         (set_missing_symtab, augment_type_symtab): New functions.
5190         * buildsym.h (end_expandable_symtab): Declare.
5191         (augment_type_symtab, restart_symtab): Declare.
5192         * psympriv.h (struct partial_symtab): New member "anonymous".
5193         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
5194         anonymous psymtabs.
5195         (read_psymtabs_with_filename): Ditto.
5196         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
5197         (expand_symtabs_matching_via_partial): Ditto.
5198         (dump_psymtab): Update.
5199         * dictionary.c (dict_add_pending): New function.
5200         * dictionary.h (dict_add_pending): Declare.
5201
5202 2012-07-09  Doug Evans  <dje@google.com>
5203
5204         * buildsym.c (start_subfile): Remove unnecessary check for
5205         name == NULL.
5206
5207         * psymtab.c (allocate_psymtab): Use host_address_to_string.
5208
5209         * dwarf2read.c (load_full_type_unit): Simplify.
5210
5211         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
5212         to struct signatured_type **.  All uses updated.
5213
5214         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
5215         All callers updated.
5216
5217 2012-07-09  Tom Tromey  <tromey@redhat.com>
5218
5219         * c-exp.y (check_parameter_typelist): New function.
5220         (parameter_typelist): Call it.
5221         * eval.c (make_params): Handle '(void)' case.
5222         * gdbtypes.c (lookup_function_type_with_arguments): Handle
5223         '(void)' case.
5224
5225 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5226
5227         * common/linux-ptrace.c: Include gdb_assert.h.
5228         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
5229         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
5230         stdint.h.
5231         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
5232         functions.
5233         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
5234         * linux-nat.c (linux_child_post_attach)
5235         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
5236
5237 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5238
5239         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
5240         nptl <2.7 bug workaround for core files.
5241
5242 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5243
5244         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
5245         clearing.
5246         (save_siginfo): Remove.
5247         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
5248         call.
5249         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
5250         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
5251         * linux-nat.h (struct lwp_info): Remove field siginfo.
5252
5253 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5254
5255         Code cleanup for the next patch.
5256         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
5257         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5258         call for it.
5259         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5260         (ia64_linux_stopped_data_address):
5261         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
5262         the return value.
5263         * linux-nat.h (linux_nat_get_siginfo): Likewise.
5264         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
5265         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5266         call for it.
5267
5268 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5269
5270         PR 14321
5271         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
5272         Increase buffer sizes to 2x we need, not just 2x of the previous size.
5273
5274 2012-07-06  Tom Tromey  <tromey@redhat.com>
5275
5276         * c-exp.y (DOTDOTDOT): New token.
5277         (func_mod, exp): Use parameter_typelist.
5278         (parameter_typelist): New production.
5279         (tokentab3): Add "..." token.
5280         * eval.c (make_params): Handle varargs.
5281         * gdbtypes.c (lookup_function_type_with_arguments): Handle
5282         varargs.
5283
5284 2012-07-06  Tom Tromey  <tromey@redhat.com>
5285
5286         PR exp/9608:
5287         * c-exp.y (%union) <tvec>: Change type.
5288         (func_mod): Now uses <tvec> type.
5289         (exp): Update for tvec change.
5290         (direct_abs_decl): Push the typelist.
5291         (func_mod): Return a typelist.
5292         (nonempty_typelist): Update for tvec change.
5293         * gdbtypes.c (lookup_function_type_with_arguments): New function.
5294         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5295         * parse.c (pop_type_list): New function.
5296         (push_typelist): New function.
5297         (follow_types): Handle tp_function_with_arguments.
5298         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
5299         (enum type_pieces) <tp_function_with_arguments>: New constant.
5300         (union type_stack_elt) <typelist_val>: New field.
5301         (push_typelist): Declare.
5302
5303 2012-07-06  Tom Tromey  <tromey@redhat.com>
5304
5305         * c-exp.y (%union) <type_stack>: New field.
5306         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
5307         (ptr_operator_ts): New production.
5308         (ptype): Update.
5309         * parse.c (type_stack_reserve): New function.
5310         (check_type_stack_depth): Use it.
5311         (pop_type_stack, append_type_stack, push_type_stack)
5312         (get_type_stack, type_stack_cleanup): New functions.
5313         (follow_types): Handle tp_type_stack.
5314         (_initialize_parse): Simplify initialization.
5315         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5316         constant.
5317         (union type_stack_elt) <stack_val>: New field.
5318         (get_type_stack, append_type_stack, push_type_stack)
5319         (type_stack_cleanup): Declare.
5320
5321 2012-07-06  Tom Tromey  <tromey@redhat.com>
5322
5323         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5324         Remove.
5325         (struct type_stack): New.
5326         * parse.c (type_stack, type_stack_size, type_stack_depth):
5327         Remove.
5328         (type_stack): New global.
5329         (parse_exp_in_context, check_type_stack_depth)
5330         (insert_into_type_stack, insert_type, push_type, push_type_int)
5331         (insert_type_address_space, pop_type, pop_type_int)
5332         (_initialize_parse): Update.
5333
5334 2012-07-06  Tom Tromey  <tromey@redhat.com>
5335
5336         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5337         Remove %type.
5338
5339 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5340
5341         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5342
5343 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5344             Jan Kratochvil  <jan.kratochvil@redhat.com>
5345
5346         * cp-valprint.c (cp_print_value): Replace potentially unsafe
5347         alloca with xmalloc/xfree.
5348
5349 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5350
5351         * MAINTAINERS (Write After Approval): Add myself to the list.
5352
5353 2012-07-05  Doug Evans  <dje@google.com>
5354
5355         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5356
5357 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
5358
5359         * ax-gdb.c (cli/cli-utils.h): New include.
5360         (linespec.h): Ditto.
5361         (agent_eval_command_one): New function.
5362         (agent_command_1): Ditto.
5363         (agent_command): Call function agent_command_1.
5364         (agent_eval_command): Ditto.
5365         (_initialize_ax_gdb): Change help for "maint agent"
5366         and "maint agent-eval".
5367
5368 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
5369
5370         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5371         * cli/cli-utils.c (check_for_argument): New function.
5372         * cli/cli-utils.h (check_for_argument): Ditto.
5373
5374 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
5375
5376         * NEWS: Mention x32 ABI support.
5377
5378 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
5379
5380         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5381         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5382
5383         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5384         and pc_regnum_from_eax to -1.  Update SP regnum from
5385         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5386         needed.
5387
5388         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5389         pc_regnum_from_eax.
5390
5391 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5392
5393         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5394         * dwarf2expr.h: Include gdbtypes.h.
5395         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5396         these forward declarations.
5397         (cu_offset, sect_offset): Move these ...
5398         * gdbtypes.h: Remove include dwarf2expr.h.
5399         (cu_offset, sect_offset): ... here.
5400
5401 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
5402
5403         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5404         (amd64_linux_sigtramp_code): This.
5405         (amd64_x32_linux_sigtramp_code): New.
5406         (LINUX_SIGTRAMP_LEN): Updated.
5407         (amd64_linux_sigtramp_start): Check x32 sigtramp.
5408
5409 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5410
5411         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5412
5413 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5414
5415         * config.in: Regenerate.
5416         * configure: Regenerate.
5417         * configure.ac: Remove check for gnu/libc-version.h.
5418         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5419         gnu/libc-version.h.
5420         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5421         variables libc_version, libc_major and libc_minor.  Replace sscanf by
5422         inferior_has_bug.  Extend the comment.
5423
5424 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5425
5426         * linux-thread-db.c (inferior_has_bug): New function.
5427         (thread_db_find_new_threads_silently): Return boolean as checked by
5428         inferior_has_bug, describe it in the comments.
5429         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5430         earlier.  Abort the initialization if it returned non-zero.
5431         (thread_db_new_objfile): Exclude debug files.
5432         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
5433         if UNTIL_NO_NEW,
5434
5435 2012-07-02  Doug Evans  <dje@google.com>
5436
5437         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5438         related to queue management.
5439
5440         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5441         instead of "debug dwarf2-die" in debugging printfs.
5442         (create_debug_info_hash_table_reader): Ditto.
5443         (create_debug_info_hash_table): Ditto.
5444         (init_dwo_file): Ditto.
5445         (init_cutu_and_read_dies): Add debugging printf.
5446         (init_cutu_and_read_dies_no_follow): Ditto.
5447         (process_psymtab_comp_unit_reader): Ditto.
5448
5449 2012-07-02  Stan Shebs  <stan@codesourcery.com>
5450
5451         Add target-side support for dynamic printf.
5452         * NEWS: Mention the additional style.
5453         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5454         (struct bp_location): New field cmd_bytecode.
5455         * breakpoint.c: Include format.h.
5456         (disconnected_dprintf): New global.
5457         (parse_cmd_to_aexpr): New function.
5458         (build_target_command_list): New function.
5459         (insert_bp_location): Call it.
5460         (remove_breakpoints_pid): Skip dprintf breakpoints.
5461         (print_one_breakpoint_location): Ditto.
5462         (dprintf_style_agent): New global.
5463         (dprintf_style_enums): Add dprintf_style_agent.
5464         (update_dprintf_command_list): Add agent case.
5465         (agent_printf_command): New function.
5466         (_initialize_breakpoint): Add new commands.
5467         * common/ax.def (printf): New bytecode.
5468         * ax.h (ax_string): Declare.
5469         * ax-gdb.h (gen_printf): Declare.
5470         * ax-gdb.c: Include cli-utils.h, format.h.
5471         (gen_printf): New function.
5472         (maint_agent_print_command): New function.
5473         (_initialize_ax_gdb): Add maint agent-printf command.
5474         * ax-general.c (ax_string): New function.
5475         (ax_print): Add printf disassembly.
5476         * Makefile.in (SFILES): Add format.c
5477         (COMMON_OBS): Add format.o.
5478         * common/format.h: New file.
5479         * common/format.c: New file.
5480         * printcmd.c: Include format.h.
5481         (ui_printf): Call parse_format_string.
5482         * remote.c (remote_state): New field breakpoint_commands.
5483         (PACKET_BreakpointCommands): New enum.
5484         (remote_breakpoint_commands_feature): New function.
5485         (remote_protocol_features): Add new BreakpointCommands entry.
5486         (remote_can_run_breakpoint_commands): New function.
5487         (remote_add_target_side_commands): New function.
5488         (remote_insert_breakpoint): Call it.
5489         (remote_insert_hw_breakpoint): Ditto.
5490         (_initialize_remote): Add new packet configuration for
5491         target-side breakpoint commands.
5492         * target.h (struct target_ops): New field
5493         to_can_run_breakpoint_commands.
5494         (target_can_run_breakpoint_commands): New macro.
5495         * target.c (update_current_target): Handle
5496         to_can_run_breakpoint_commands.
5497
5498 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5499
5500         Execute -ix and -iex only after system and user gdbinit files.
5501         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5502         processing down after gdbinit files.
5503
5504 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5505
5506         Add fnmatch-gnu module.
5507         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5508         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5509         * gnulib/aclocal.m4: Regenerate.
5510         * gnulib/config.in: Regenerate.
5511         * gnulib/configure: Regenerate.
5512         * gnulib/import/dummy.c: Remove.
5513         * gnulib/import/Makefile.am: Regenerate.
5514         * gnulib/import/Makefile.in: Likewise.
5515         * gnulib/import/m4/gnulib-cache.m4: Likewise.
5516         * gnulib/import/m4/gnulib-comp.m4: Likewise.
5517         * gnulib/import/alloca.c: New file.
5518         * gnulib/import/alloca.in.h: Likewise.
5519         * gnulib/import/config.charset: Likewise.
5520         * gnulib/import/fnmatch.c: Likewise.
5521         * gnulib/import/fnmatch.in.h: Likewise.
5522         * gnulib/import/fnmatch_loop.c: Likewise.
5523         * gnulib/import/localcharset.c: Likewise.
5524         * gnulib/import/localcharset.h: Likewise.
5525         * gnulib/import/m4/alloca.m4: Likewise.
5526         * gnulib/import/m4/codeset.m4: Likewise.
5527         * gnulib/import/m4/configmake.m4: Likewise.
5528         * gnulib/import/m4/fcntl-o.m4: Likewise.
5529         * gnulib/import/m4/fnmatch.m4: Likewise.
5530         * gnulib/import/m4/glibc21.m4: Likewise.
5531         * gnulib/import/m4/localcharset.m4: Likewise.
5532         * gnulib/import/m4/locale-fr.m4: Likewise.
5533         * gnulib/import/m4/locale-ja.m4: Likewise.
5534         * gnulib/import/m4/locale-zh.m4: Likewise.
5535         * gnulib/import/m4/mbrtowc.m4: Likewise.
5536         * gnulib/import/m4/mbsinit.m4: Likewise.
5537         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5538         * gnulib/import/m4/mbstate_t.m4: Likewise.
5539         * gnulib/import/m4/stdbool.m4: Likewise.
5540         * gnulib/import/m4/wchar_h.m4: Likewise.
5541         * gnulib/import/m4/wctype_h.m4: Likewise.
5542         * gnulib/import/m4/wint_t.m4: Likewise.
5543         * gnulib/import/mbrtowc.c: Likewise.
5544         * gnulib/import/mbsinit.c: Likewise.
5545         * gnulib/import/mbsrtowcs-impl.h: Likewise.
5546         * gnulib/import/mbsrtowcs-state.c: Likewise.
5547         * gnulib/import/mbsrtowcs.c: Likewise.
5548         * gnulib/import/ref-add.sin: Likewise.
5549         * gnulib/import/ref-del.sin: Likewise.
5550         * gnulib/import/stdbool.in.h: Likewise.
5551         * gnulib/import/streq.h: Likewise.
5552         * gnulib/import/strnlen1.c: Likewise.
5553         * gnulib/import/strnlen1.h: Likewise.
5554         * gnulib/import/verify.h: Likewise.
5555         * gnulib/import/wchar.in.h: Likewise.
5556         * gnulib/import/wctype.in.h: Likewise.
5557
5558 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5559
5560         Support shell wildcards for 'set auto-load safe-path'.
5561         * auto-load.c: Include fnmatch.h.
5562         (filename_is_in_dir): Rename to ...
5563         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5564         it.  Update function comment.  Rename dir_len to pattern_len.  New
5565         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
5566         messages.  Use gdb_filename_fnmatch.
5567         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5568         pattern.
5569         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5570         * defs.h (gdb_filename_fnmatch): New declaration.
5571         * utils.c: Include fnmatch.h.
5572         (gdb_filename_fnmatch): New function.
5573
5574 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5575
5576         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5577         `-probe' and `-probe-stap' options.
5578
5579 2012-07-01  Yao Qi  <yao@codesourcery.com>
5580
5581         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5582         always_inserted_off, and always_inserted_enums.
5583         Change always_inserted_mode's type to 'enum auto_boolean'.
5584         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5585         callers.
5586         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5587         of add_setshow_enum_cmd.
5588         * infrun.c: Remove can_use_displaced_stepping_auto,
5589         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5590         can_use_displaced_stepping_enum.
5591         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5592         (show_can_use_displaced_stepping, use_displaced_stepping): Update
5593         callers.
5594         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5595         add_setshow_enum_cmd.
5596
5597 2012-06-30  Doug Evans  <dje@google.com>
5598
5599         * dwarf2read.c (signatured_type): Make "per_cu" member first.
5600         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5601         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
5602
5603 2012-06-29  Doug Evans  <dje@google.com>
5604
5605         * linespec.c: #include "stack.h".
5606         (decode_line_with_current_source): Moved here from symtab.c and
5607         renamed from decode_line_spec.  All callers updated.
5608         (decode_line_with_last_displayed): Moved here from breakpoint.c and
5609         renamed from decode_line_spec_1.  All callers updated.
5610         * linespec.h (decode_line_with_current_source): Move declaration here
5611         from symtab.h and renamed from decode_line_spec.
5612         (decode_line_with_last_displayed): Move declaration here from symtab.h
5613         and renamed from decode_line_spec_1.
5614         * macrocmd.c: #include "linespec.h".
5615         * symtab.c: Remove #include "linespec.h".
5616
5617 2012-06-28  Doug Evans  <dje@google.com>
5618
5619         * dwarf2read.c (get_cu_length): New function.
5620         (offset_in_cu_p, error_check_comp_unit_head): Call it.
5621         (create_debug_types_hash_table): Ditto.
5622         (init_cutu_and_read_dies): Ditto.
5623         (init_cutu_and_read_dies_no_follow): Ditto.
5624
5625         * dwarf2read.c (dwarf2_find_base_address): Move definition.
5626
5627         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5628         (struct abbrev_table): Define.
5629         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5630         abbrev_table.
5631         (init_cutu_and_read_dies): Update.
5632         (abbrev_table_alloc_abbrev): New function.  Replaces
5633         dwarf_alloc_abbrev.  All callers updated.
5634         (abbrev_table_add_abbrev): New function.
5635         (abbrev_table_lookup_abbrev): New function.  Replaces
5636         dwarf2_lookup_abbrev.  All callers updated.
5637         (abbrev_table_read_table): New function.  Contents moved here from
5638         dwarf2_read_abbrevs.
5639         (dwarf2_read_abbrevs): Call it.
5640         (abbrev_table_free): New function.
5641         (dwarf2_free_abbrev_table): Call it.
5642
5643 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5644
5645         * osdata.c (info_osdata_command): Filter out "Title" columns
5646         from non-MI uses.
5647         * common/linux-osdata.c (struct osdata_type): Add title field.
5648         (osdata_table): Add titles to each entry.
5649         (linux_command_xfer_osdata): Add a column for title data.
5650
5651 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5652
5653         Make logging work for MI.
5654         * NEWS: Mention it.
5655         * interps.h (interp_set_logging_ftype): New typedef.
5656         (struct interp_procs): New field set_logging_proc.
5657         (current_interp_set_logging): Declare.
5658         * interps.c (current_interp_set_logging): New function.
5659         * cli/cli-logging.c: Include interps.h.
5660         (set_logging_redirect): Call current_interp_set_logging.
5661         (pop_output_files): Ditto.
5662         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5663         * mi/mi-console.h (mi_console_set_raw): Declare.
5664         * mi/mi-console.c (mi_console_set_raw): New function.
5665         * mi/mi-interp.c (saved_raw_stdout): New global.
5666         (mi_set_logging): New function.
5667         (_initialize_mi_interp): Add it to interp procs.
5668
5669 2012-06-28  Doug Evans  <dje@google.com>
5670
5671         * symtab.c (lookup_symbol_aux_objfile): Use
5672         ALL_OBJFILE_PRIMARY_SYMTABS.
5673
5674         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5675
5676 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5677
5678         * common/buffer.c: Include inttypes.h and stdint.h.
5679         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5680
5681 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5682             Pedro Alves  <palves@redhat.com>
5683
5684         * gdbthread.h (ALL_THREADS): New macro.
5685         (thread_list): Declare.
5686         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5687         going, but instead fall through to the stepping handling.
5688         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
5689         the passed in signal.  Adjust debug output.
5690         (resume_callback): Rename to ...
5691         (linux_nat_resume_callback): ... this.  Pass the thread's last
5692         stop signal, if in "pass" state.
5693         (linux_nat_resume): Adjust to rename.
5694         (stop_wait_callback): New assertion.  Don't respawn signals;
5695         instead let the LWP remain with SIGNALLED set.
5696         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5697         * remote.c (append_pending_thread_resumptions): New.
5698         (remote_vcont_resume): Call it.
5699         * target.h (target_resume): Extend comment.
5700
5701 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
5702
5703         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5704
5705 2012-06-27  Doug Evans  <dje@google.com>
5706
5707         * dwarf2read.c (dwarf2_cu): Add ranges_base.
5708         Delete have_addr_base, unused.  All uses updated.
5709         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5710         (dwarf2_get_pc_bounds): Add ranges_base.
5711         (dwarf2_record_block_ranges): Ditto.
5712
5713 2012-06-27  Tom Tromey  <tromey@redhat.com>
5714
5715         PR macros/7961:
5716         * varobj.c (varobj_create): Update.
5717         (varobj_set_value): Update.
5718         * tracepoint.c (validate_actionline): Update.
5719         (encode_actions_1): Update.
5720         * parse.c (parse_exp_1): Add 'pc' argument.
5721         (parse_exp_in_context): Add 'pc' argument.  Change how
5722         expression_context_pc is set.
5723         (parse_expression): Update.
5724         (parse_field_expression): Update.
5725         * expression.h (parse_exp_1): Update.
5726         * eval.c (parse_to_comma_and_eval): Update.
5727         * breakpoint.c (set_breakpoint_condition): Update.
5728         (update_watchpoint): Update.
5729         (init_breakpoint_sal): Update
5730         (find_condition_and_thread): Update.
5731         (watch_command_1): Update.
5732         (update_breakpoint_locations): Update.
5733         * ada-lang.c (ada_read_renaming_var_value): Update.
5734         (create_excep_cond_exprs): Update.
5735
5736 2012-06-27  Doug Evans  <dje@google.com>
5737
5738         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5739         type units.
5740
5741 2012-06-26  Doug Evans  <dje@google.com>
5742
5743         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5744         prototype.
5745         (error_check_comp_unit_head): New arg abbrev_section.  All callers
5746         updated.
5747         (read_and_check_comp_unit_head): Ditto.
5748         (read_and_check_type_unit_head): Ditto.
5749
5750 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
5751
5752         New attribute 'last' for gdb.Symtab_and_line.
5753         * NEWS (Python Scripting): Add entry about the new attribute.
5754         * python/py-symtab.c (salpy_get_last): New function which
5755         implements the get method for the 'last' attribute of
5756         gdb.Symtab_and_line.
5757         (sal_object_getset): Add entry for the 'last' attribute.
5758
5759 2012-06-26  Doug Evans  <dje@google.com>
5760
5761         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5762         (dwo_sections): Add macinfo, macro.
5763         (dwarf2_locate_dwo_sections): Watch for macro sections.
5764         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5765         All callers updated.  Handle DWO files.
5766
5767         * NEWS: Mention new options "set debug dwarf2-read" and
5768         "set debug symtab-create".
5769         * dwarf2read.c (dwarf2_read_debug): New static global.
5770         (dwarf2_build_psymtabs_hard): Add debugging printfs.
5771         (process_queue): Ditto.
5772         (process_full_comp_unit): Ditto.
5773         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5774         * elfread.c (elf_symfile_read): Add debugging printf.
5775         * minsyms.c (install_minimal_symbols): Ditto.
5776         * psymtab.c (allocate_psymtab): Ditto.
5777         * symfile.c (allocate_symtab): Ditto.
5778         * symtab.c (symtab_create_debug): New global.
5779         (_initialize_symtab): Add new option "set debug symtab-create".
5780         * symtab.h (symtab_create_debug): Declare.
5781
5782         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5783         (lookup_dwo_type_unit): Ditto.
5784
5785 2012-06-26  Roland McGrath  <roland@hack.frob.com>
5786             H.J. Lu  <hongjiu.lu@intel.com>
5787
5788         * amd64-linux-nat.c: Include <sys/user.h>.
5789         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5790         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5791         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5792
5793         * configure.ac: Check if the fs_base and gs_base members of
5794         `struct user_regs_struct' exist.
5795         * config.in: Regenerated.
5796         * configure: Likewise.
5797
5798 2012-06-25  Michael Eager  <eager@eagercon.com>
5799
5800         PR python/14291
5801         * python/python.c (gdbpy_write): Check for interrupted output.
5802
5803 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
5804
5805         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5806         register as a stack alignment in ARM mode.
5807
5808 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5809
5810         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5811         * gnulib/config.in: Regenerate.
5812         * gnulib/configure: Likewise.
5813         * gnulib/import/m4/extensions.m4: Update it.
5814         * gnulib/import/m4/gnulib-common.m4: Likewise.
5815         * gnulib/import/m4/memmem.m4: Likewise.
5816         * gnulib/import/m4/mmap-anon.m4: Likewise.
5817         * gnulib/import/m4/multiarch.m4: Likewise.
5818         * gnulib/import/stdint.in.h: Likewise.
5819
5820 2012-06-24  Yao Qi  <yao@codesourcery.com>
5821
5822         * corefile.c (write_memory_with_notification): New.
5823         * gdbcore.h: Declare write_memory_with_notification.
5824         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5825         'observer_notify_memory_changed' with 'write_memory_with_notification'.
5826         * valops.c (value_assign): Likewise.
5827         * python/py-inferior.c (infpy_write_memory): Call
5828         'write_memory_with_notification'.
5829
5830 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5831
5832         * cc-with-index.sh: Use also -ex "set auto-load no".
5833
5834 2012-06-23  Doug Evans  <dje@google.com>
5835
5836         PR 14125
5837         * NEWS: Document additions to .gdb_index.
5838         * dwarf2read.c: #include "gdb/gdb-index.h".
5839         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5840         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5841         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5842         (dwarf2_read_index): Recognize version 7.
5843         (dw2_do_expand_symtabs_matching): New args want_specific_block,
5844         block_kind, domain): All callers updated.
5845         (dw2_find_symbol_file): Handle new index CU values.
5846         (dw2_expand_symtabs_matching): Match symbol kind if requested.
5847         (add_index_entry): New args is_static, kind.  All callers updated.
5848         (offset_type_compare, uniquify_cu_indices): New functions
5849         (symbol_kind): New function.
5850         (write_psymtabs_to_index): Remove duplicate CU values.
5851         (write_psymtabs_to_index): Write .gdb_index version 7.
5852
5853 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
5854
5855         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5856         * configure: Regenerate.
5857
5858 2012-06-20  Yao Qi  <yao@codesourcery.com>
5859
5860         * python/py-inferior.c: Update comments of infpy_read_memory
5861         and infpy_write_memory.
5862
5863 2012-06-19  Tom Tromey  <tromey@redhat.com>
5864
5865         PR exp/9514:
5866         * parser-defs.h (insert_type, insert_type_address_space): Declare.
5867         (push_type_address_space): Remove.
5868         * parse.c (insert_into_type_stack): New function.
5869         (insert_type): Likewise.
5870         (insert_type_address_space): Rename from push_type_address_space.
5871         Insert tp_space_identifier.
5872         * c-exp.y (ptr_operator): New production.
5873         (abs_decl): Use ptr_operator.
5874         (space_identifier): Call insert_type_address_space.
5875         (ptype): Don't use const_or_volatile_or_space_identifier.
5876         (const_or_volatile_noopt): Call insert_type.
5877         (conversion_type_id, conversion_declarator): New productions.
5878         (operator): Use conversion_type_id.
5879
5880 2012-06-18  Doug Evans  <dje@google.com>
5881
5882         * symtab.h (minimal_symbol): New member created_by_gdb.
5883         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5884         created by gdb.
5885         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5886         (search_symbols): Call it instead of lookup_symbol.
5887         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
5888
5889         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5890         Adjust address for DW_OP_GNU_addr_index.
5891         * dwarf2expr.h (dwarf_expr_context): Update comment.
5892         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5893         all callers updated.  Handle TLS vars described with
5894         DW_OP_GNU_const_index.
5895         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5896         and DW_OP_GNU_const_index.
5897         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5898
5899         * block.c (find_block_in_blockvector): Make explicit the fact that we
5900         ignore GLOBAL_BLOCK.
5901
5902 2012-06-18  Tom Tromey  <tromey@redhat.com>
5903
5904         * c-exp.y (operator): Remove trailing space after "delete" and
5905         "delete[]".
5906
5907 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
5908             Jan Kratochvil  <jan.kratochvil@redhat.com>
5909
5910         Switch i386 and derived targets to ON_STACK.
5911         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5912         (amd64_dicos_init_abi): Remove its installment.
5913         * dicos-tdep.c (dicos_init_abi): Remove the
5914         set_gdbarch_call_dummy_location call.  Update the comment here.
5915         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5916         (i386_dicos_init_abi): Remove its installment.
5917         * i386-tdep.c (i386_push_dummy_code): New function.
5918         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5919         i386_push_dummy_code.
5920
5921 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5922
5923         Remove stale dummy frames.
5924         * breakpoint.c: Include dummy-frame.h.
5925         (longjmp_breakpoint_ops): New variable.
5926         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5927         bp_longjmp_call_dummy.
5928         (bpstat_what, bptype_string, print_one_breakpoint_location)
5929         (init_bp_location): Support bp_longjmp_call_dummy.
5930         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
5931         (set_longjmp_breakpoint_for_call_dummy)
5932         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5933         functions.
5934         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5935         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
5936         FIXME comment and extend the other comment for bp_call_dummy.
5937         (set_longjmp_breakpoint_for_call_dummy)
5938         (check_longjmp_breakpoint_for_call_dummy): New declarations.
5939         * dummy-frame.c: Include gdbthread.h.
5940         (pop_dummy_frame_bpt): New function.
5941         (pop_dummy_frame): Call pop_dummy_frame_bpt.
5942         (dummy_frame_discard): New function.
5943         (cleanup_dummy_frames): Update the comment about longjmps.
5944         * dummy-frame.h (dummy_frame_discard): New declaration.
5945         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5946         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
5947         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
5948         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5949         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
5950         keep_going if IS_LONGJMP and there is no other reason to stop.
5951
5952 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
5953
5954         * remote-sim.c (sim_command_completer): Initialize
5955         variable 'result'.
5956
5957 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5958
5959         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5960         * dwarf2loc.c (call_site_parameter_matches): Support
5961         CALL_SITE_PARAMETER_PARAM_OFFSET.
5962         (needs_dwarf_reg_entry_value): Push stub value.
5963         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
5964         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5965         * gdbtypes.h (enum call_site_parameter_kind): New item
5966         CALL_SITE_PARAMETER_PARAM_OFFSET.
5967         (struct call_site.parameter.u): New field param_offset.
5968
5969 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5970
5971         Code cleanup: Generalize call_site.parameter key.
5972         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5973         variable dwarf_reg.  New variable kind_u.  Update parameters to
5974         push_dwarf_reg_entry_value.
5975         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5976         * dwarf2expr.h (enum call_site_parameter_kind)
5977         (union call_site_parameter_u): Forward declarations.
5978         (struct dwarf_expr_context_funcs): Update parameters and their
5979         description for push_dwarf_reg_entry_value.
5980         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5981         * dwarf2loc.c (call_site_parameter_matches): New function.
5982         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5983         description.  Use call_site_parameter_matches.
5984         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5985         Update parameters and their description.
5986         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5987         New variable kind_u.  Adjust the caller for updated parameters.
5988         (needs_dwarf_reg_entry_value): Update parameters.
5989         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
5990         instead of attr.  Update for the changed fields of struct
5991         call_site_parameter.
5992         * gdbtypes.h: Include dwarf2expr.h.
5993         (enum call_site_parameter_kind): New.
5994         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
5995         fb_offset into new union u.
5996
5997 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5998
5999         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
6000         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
6001         for x32.
6002
6003 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
6004
6005         * amd64-linux-nat.c (compat_x32_clock_t): New.
6006         (compat_x32_siginfo_t): Likewise.
6007         (compat_x32_siginfo_from_siginfo): Likewise.
6008         (siginfo_from_compat_x32_siginfo): Likewise.
6009         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
6010         and siginfo_from_compat_x32_siginfo for x32.
6011
6012 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
6013
6014         * tracepoint.c (tfile_xfer_partial): Add a lseek.
6015
6016 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
6017
6018         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
6019         instead of gdbarch_ptr_bit.
6020         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
6021         (amd64_supply_native_gregset): Likewise.
6022         (amd64_collect_native_gregset): Likewise.
6023         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
6024         (amd64_supply_xsave): Likewise.
6025         (amd64_collect_fxsave): Likewise.
6026         (amd64_collect_xsave): Likewise.
6027
6028 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
6029
6030         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
6031         (amd64_linux_read_description): Check DS segment register for
6032         x32 process.
6033
6034 2012-06-15  Tom Tromey  <tromey@redhat.com>
6035
6036         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
6037         init_cutu_and_read_dies.
6038
6039 2012-06-15  Iain Sandoe <iain@codesourcery.com>
6040
6041         * MAINTAINERS (Write After Approval): Add myself to the list.
6042
6043 2012-06-15  Tom Tromey  <tromey@redhat.com>
6044
6045         * valops.c (value_find_oload_method_list): Now static.
6046         * value.h (value_find_oload_method_list): Don't declare.
6047
6048 2012-06-15  Tom Tromey  <tromey@redhat.com>
6049
6050         * valops.c (find_overload_match): Use value_ind.
6051
6052 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
6053
6054         * infrun.c (handle_inferior_event): Correct indentation.
6055
6056 2012-06-14  Doug Evans  <dje@google.com>
6057
6058         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
6059         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
6060         All uses updated.
6061         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
6062         updated.  Handle DEBUG_LOC_START_LENGTH.
6063         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
6064         (loclist_describe_location): Ditto.
6065
6066 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
6067
6068         PR backtrace/13866
6069         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
6070         after hiding inline functions.
6071
6072 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
6073
6074         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
6075         _initialize_inf_ttrace.
6076
6077 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
6078
6079         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
6080         _initialize_hppa_hpux_nat.
6081
6082 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
6083
6084         * remote-sim.c (sim_command_completer): Change type of return
6085         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
6086
6087 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
6088             Jan Kratochvil  <jan.kratochvil@redhat.com>
6089
6090         PR tdep/14222
6091         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
6092         stack on a 16-byte boundary.
6093
6094 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
6095
6096         * jit.c (finalize_symtab): Set function's return type to 'void' by
6097         default.
6098
6099 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
6100             H.J. Lu  <hongjiu.lu@intel.com>
6101
6102         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
6103         Move bits common to both the classic LP64 and the new x32 ILP32
6104         ABI here.
6105         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
6106         (amd64_x32_linux_init_abi): New function.
6107         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
6108         subtype.
6109
6110         * i386-tdep.h (i386_pseudo_register_name): New prototype.
6111         * i386-tdep.c (i386_pseudo_register_name): Make public.
6112         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
6113         * amd64-tdep.c (amd64_dword_names): Add "eip".
6114         (amd64_x32_pseudo_register_type): New function
6115         (amd64_x32_init_abi): New function.
6116
6117 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6118
6119         PR build/14003
6120         * inferior.h (struct inferior_suspend_state): Comment out.
6121         (struct inferior): Comment out the field suspend.
6122         * infrun.c (struct infcall_suspend_state): Comment out the field
6123         inferior_suspend.
6124         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
6125         out its assignment.
6126
6127 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6128
6129         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6130         * c-exp.y (classify_inner_name): Remove caller assumptions in the
6131         function comment.  Return ERROR for unresolved cases.  Implement
6132         returning proper NAME.
6133         (yylex): Accept also NAME from classify_inner_name.
6134         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
6135         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
6136         LOC_TYPEDEF type.
6137         * cp-support.h (cp_lookup_nested_type): Update its declaration.
6138
6139 2012-06-13  Tom Tromey  <tromey@redhat.com>
6140
6141         * breakpoint.c (condition_completer): New function.
6142         (_initialize_breakpoint): Use it.
6143         * value.c (complete_internalvar): New function.
6144         * value.h (complete_internalvar): Declare.
6145
6146 2012-06-13  Tom Tromey  <tromey@redhat.com>
6147
6148         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
6149         * breakpoint.c (catch_syscall_completer): Return a VEC.
6150         * cli/cli-cmds.c (complete_command): Update.
6151         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
6152         (complete_on_enum): Likewise.
6153         * command.h: Include gdb_vecs.h.
6154         (completer_ftype): Change return type.
6155         (complete_on_cmdlist, complete_on_enum): Likewise.
6156         * completer.c (noop_completer, filename_completer)
6157         (location_completer): Return a VEC.
6158         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
6159         to a VEC.
6160         (expression_completer, complete_line_internal, complete_line)
6161         (command_completer): Return a VEC.
6162         (gdb_completion_word_break_characters, line_completion_function):
6163         Update.
6164         * completer.h: Include gdb_vecs.h.
6165         (complete_line, noop_completer, filename_completer)
6166         (expression_completer, location_completer, command_completer):
6167         Update.
6168         * f-lang.c (f_word_break_characters): Return a VEC.
6169         * interps.c (interpreter_completer): Return a VEC.
6170         * language.h (struct language_defn)
6171         <la_make_symbol_completion_list>: Return a VEC.
6172         * python/py-cmd.c (cmdpy_completer): Return a VEC.
6173         * symtab.c (free_completion_list): Take a VEC.
6174         (return_val_size, return_val_index): Remove.
6175         (return_val): Now a VEC.
6176         (completion_list_add_name): Update.
6177         (default_make_symbol_completion_list_break_on)
6178         (default_make_symbol_completion_list, make_symbol_completion_list)
6179         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
6180         Return a VEC.
6181         (add_filename_to_list): Update.
6182         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
6183         <list>: Now a VEC.
6184         (maybe_add_partial_symtab_filename): Update.
6185         (make_source_files_completion_list): Return a VEC.
6186         * symtab.h (default_make_symbol_completion_list_break_on)
6187         (default_make_symbol_completion_list, make_symbol_completion_list)
6188         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
6189         (make_source_files_completion_list): Update.
6190
6191 2012-06-13  Tom Tromey  <tromey@redhat.com>
6192
6193         * breakpoint.c (add_catch_command): Use completer_ftype.
6194         * breakpoint.h: Include command.h.
6195         (add_catch_command): Use completer_ftype.
6196         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
6197         * cli/cli-decode.h (struct cmd_list_element) <completer>:
6198         Use completer_ftype.
6199         * command.h (completer_ftype): New typedef.
6200         (set_cmd_completer): Use it.
6201         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
6202         completer_ftype.
6203
6204 2012-06-13  Pedro Alves  <palves@redhat.com>
6205
6206         Partial revert of previous change.
6207
6208         * serial.c (scb_base): New global.
6209         (serial_for_fd): New.
6210         (serial_open, serial_fdopen_ops): Link new serial in open serials
6211         chain.
6212         (do_serial_close): Unlink serial from the open serials chain.
6213
6214 2012-06-12  Pedro Alves  <palves@redhat.com>
6215
6216         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
6217         threads here.
6218         (prepare_for_detach): No longer context switch here in non-stop
6219         mode.
6220         (fetch_inferior_event): Ditto.
6221         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
6222         to the event thread before removing breakpoints.  Switch to the
6223         event thread before inserting breakpoints and resuming.
6224         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
6225         event thread before resuming.
6226         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
6227         Switch to the event thread before removing breakpoints.
6228
6229 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
6230
6231         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
6232         special characters correctly for the Windows shells.  See
6233         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
6234         report.
6235         [!__MINGW32__]: Remove extra double quote character from special
6236         characters.
6237
6238 2012-06-11  Stan Shebs  <stan@codesourcery.com>
6239
6240         * ui-out.h: Remove #if 0 declarations.
6241         * ui-out.c: Remove #if 0 functions.
6242
6243 2012-06-11  Pedro Alves  <palves@redhat.com>
6244
6245         * ser-base.c (run_async_handler_and_reschedule): New.
6246         (fd_event, push_event): Use it.
6247         * serial.c (serial_open, serial_fdopen_ops): Set the initial
6248         reference count to 1.
6249         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
6250         instead of xfree.
6251         (serial_is_open, serial_ref, serial_unref): New.
6252         * serial.h (serial_open): Adjust comment.
6253         (serial_is_open): Declare.
6254         (serial_close): Adjust comment.
6255         (serial_ref, serial_unref) Declare.
6256         (struct serial): New field 'refcnt'.
6257
6258 2012-06-11  Pedro Alves  <palves@redhat.com>
6259
6260         Remove #if 0'd "connect" command, and unnecessary associated
6261         refcounting and serial reuse bits.
6262
6263         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
6264         * serial.c (last_serial_opened): Delete.
6265         (scb_base): Delete.
6266         (serial_open): Adjust.
6267         (serial_for_fd): Delete.
6268         (serial_fdopen_ops, do_serial_close): Adjust.
6269         (serial_fdopen_ops): Adjust.
6270
6271 2012-06-11  Pedro Alves  <palves@redhat.com>
6272
6273         * serial.c (do_serial_close): Remove early return when SCB is
6274         null.
6275
6276 2012-06-11  Tom Tromey  <tromey@redhat.com>
6277
6278         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6279
6280 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6281
6282         Fix regression by the "ambiguous linespec" series.
6283         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
6284         get_last_displayed_symtab and get_last_displayed_line and depending
6285         on CURSAL.
6286
6287 2012-06-11  Tom Tromey  <tromey@redhat.com>
6288
6289         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6290         (dw2_find_symbol_file): Use it.
6291
6292 2012-06-11  Michael Eager  <eager@eagercon.com>
6293
6294         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6295         * mips-linux-tdep.h (mips_signals): New
6296
6297 2012-06-11  Tom Tromey  <tromey@redhat.com>
6298
6299         * infrun.c (handle_inferior_event)
6300         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6301         breakpoint.
6302         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6303         exception logic in all cases.  Update comments.
6304         (insert_longjmp_resume_breakpoint): Set the exception resume
6305         breakpoint.
6306
6307 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
6308
6309         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6310
6311 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
6312
6313         * valarith.c (binop_types_user_defined_p): Fix a typo.
6314
6315 2012-06-08  Yao Qi  <yao@codesourcery.com>
6316             Chung-Lin Tang <cltang@codesourcery.com>
6317
6318         * arch-utils.c (default_return_in_first_hidden_param_p): New.
6319         * arch-utils.h: Declare.
6320         * gdbarch.sh: Add return_in_first_hidden_param_p.
6321         * gdbarch.c, gdbarch.h: Regenerated.
6322         * infcall.c (call_function_by_hand): Call
6323         gdbarch_return_in_first_hidden_param_p instead of
6324         language_pass_by_reference.
6325
6326         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6327         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6328         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6329         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6330         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6331         `cplus_return_struct_by_reference'.
6332         (tic6x_return_value): Handle language cplusplus.
6333         (tic6x_return_in_first_hidden_param_p): New.
6334         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6335
6336 2012-06-07  Doug Evans  <dje@google.com>
6337
6338         * dwarf2read.c (dwarf2_cu): Add comment.
6339
6340 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6341
6342         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6343         variable.
6344         (mips_eabi_push_dummy_call): Likewise.
6345         (mips_n32n64_push_dummy_call): Likewise.
6346         (mips_o32_push_dummy_call): Likewise.
6347         (mips_o64_push_dummy_call): Likewise.
6348
6349 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6350
6351         * mips-tdep.c (mips_convert_register_p): Correct coding style.
6352
6353 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6354
6355         * mips-tdep.c (mips_pseudo_register_type): Use
6356         mips_float_register_p.
6357
6358 2012-06-06  Pedro Alves  <palves@redhat.com>
6359
6360         * infrun.c (handle_inferior_event): Remove calls to
6361         reinit_frame_cache that follow a context_switch call.
6362
6363 2012-06-06  Pedro Alves  <palves@redhat.com>
6364
6365         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6366         context_switch and remove stale comment.
6367
6368 2012-06-06  Pedro Alves  <palves@redhat.com>
6369
6370         * infrun.c (struct execution_control_state): Remove
6371         `new_thread_event' field.
6372         (handle_inferior_event): Simplify new threads handling; don't
6373         resume the inferior if we find a new thread.
6374
6375 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
6376
6377         * NEWS: Document the deprecation of SH's 'regs' command.
6378         * inferior.h (all_registers_info): Add function declaration.
6379         * sh-tdep.c (sh_show_regs): Remove variable.
6380         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6381         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6382         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6383         (sh_show_regs_command): Remove functions.
6384         (sh_gdbarch_init): Don't set sh_show_regs.
6385         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6386         'info all-registers'.
6387         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6388         (sh64_show_regs): Remove functions.
6389         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6390
6391 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6392
6393         * configure.ac: Move development=true below AC_INIT.
6394         * configure: Regenerate.
6395
6396 2012-06-05  Stan Shebs  <stan@codesourcery.com>
6397
6398         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6399         gdb_stdout.
6400
6401 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6402
6403         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6404         argument as ssize_t.
6405         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6406         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6407         * target.c (target_read_stack, target_write_memory)
6408         (target_write_raw_memory): Likewise.
6409         * target.h (target_read_stack, target_write_memory)
6410         (target_write_raw_memory): Likewise.
6411
6412 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6413
6414         * symfile-mem.c: Change gdb_static_assert to ssize_t.
6415         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6416         * target.c (target_read_memory): Change LEN to ssize_t.
6417         * target.h (target_read_memory): Change LEN to ssize_t.
6418
6419 2012-06-05  Pedro Alves  <palves@redhat.com>
6420
6421         PR backtrace/13866
6422
6423         * breakpoint.c (until_break_command): Only fetch the selected
6424         frame after decode_line_1.
6425
6426 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
6427
6428         * solib-svr4.c (enable_break): Don't fallback to setting the solib
6429         event breakpoint at _start, __start or main if a program
6430         interpreter is not found.
6431
6432 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6433
6434         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6435         Add declaration.
6436         * windows-tdep.c: #include "objfiles.h".
6437         (windows_iterate_over_objfiles_in_search_order): New function.
6438         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6439         iterate_over_objfiles_in_search_order gdbarch method to
6440         windows_iterate_over_objfiles_in_search_order.
6441         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6442
6443 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6444
6445         * gdbarch.sh: Add generation of
6446         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6447         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
6448         (iterate_over_objfiles_in_search_order): New gdbarch method.
6449         * gdbarch.h, gdbarch.c: Regenerate.
6450         * objfiles.h (default_iterate_over_objfiles_in_search_order):
6451         Add declaration.
6452         * objfiles.c (default_iterate_over_objfiles_in_search_order):
6453         New function.
6454         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6455         out of lookup_symbol_aux_symtabs.
6456         (lookup_symbol_aux_symtabs): Replace extracted-out code by
6457         call to lookup_symbol_aux_objfile.
6458         (struct global_sym_lookup_data): New type.
6459         (lookup_symbol_global_iterator_cb): New function.
6460         (lookup_symbol_global): Search for symbol using
6461         gdbarch_iterate_over_objfiles_in_search_order and
6462         lookup_symbol_global_iterator_cb.
6463         * findvar.c (struct minsym_lookup_data): New type.
6464         (minsym_lookup_iterator_cb): New function.
6465         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6466         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6467         and minsym_lookup_iterator_cb.
6468
6469 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6470
6471         Revert the following patch:
6472         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6473         try locating the symbol in the symbol's own objfile first, before
6474         extending the search to all objfiles.
6475         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6476         out of lookup_symbol_aux_symtabs.
6477         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6478         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6479         Do not search EXCLUDE_OBJFILE.
6480         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6481         (lookup_symbol_global): Search for matches in the block's objfile
6482         first, before searching all other objfiles.
6483
6484 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6485
6486         * breakpoint.c (find_condition_and_thread): Stop parsing
6487         as soon as the first invalid keyword is found.
6488
6489 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6490
6491         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6492
6493 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6494
6495         * config/djgpp/djcheck.sh: Add copyright header.
6496
6497 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6498
6499         * copyright.py (update_files, main): Fix path to update-copyright
6500         script.
6501
6502 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6503
6504         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6505         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6506         for which a reminder to update by hand is printed.
6507
6508 2012-06-04  Doug Evans  <dje@google.com>
6509
6510         * buildsym.c (make_blockvector): Add comment.
6511
6512 2012-06-04  Pedro Alves  <palves@redhat.com>
6513
6514         * arch-utils.c (default_gdb_signal_from_target): Delete.
6515         * arch-utils.h (default_gdb_signal_from_target): Delete.
6516         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
6517         gdbarch_gdb_signal_from_target_p.
6518         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6519         predicate).
6520         * gdbarch.h: Regenerate.
6521         * gdbarch.c: Regenerate.
6522
6523 2012-06-04  Pedro Alves  <palves@redhat.com>
6524
6525         * gdbarch.sh (gdb_signal_from_target): Mention that the
6526         implementation of the method must be host independent.
6527         * gdbarch.h: Regenerate.
6528
6529 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6530
6531         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6532         parameters.
6533         (target_read_memory_bfd): New function.
6534         (symbol_file_add_from_memory): Use it.
6535
6536 2012-06-03  Doug Evans  <dje@google.com>
6537
6538         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6539         of primary symtab.
6540         (basic_lookup_transparent_type): Ditto.
6541
6542         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6543         (ALL_PRIMARY_SYMTABS): Use it.
6544         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6545         * dwarf2read.c (dw2_find_symbol_file): Ditto.
6546         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6547         * symtab.c (lookup_symbol_aux_objfile): Ditto.
6548         (basic_lookup_transparent_type): Ditto.
6549
6550 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
6551
6552         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
6553         it to optimize resolution of demangled name.
6554
6555 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6556
6557         * configure.ac (development): Define new variable.
6558         Call AC_CHECK_LIB for mcheck if $development.
6559         (ERROR_ON_WARNING): Enable it by default only if $development.
6560         * config.in: Regenerate.
6561         * configure: Regenerate.
6562
6563 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6564
6565         * target.c (target_read_memory): Make LEN argument as size_t.
6566         * target.h (target_read_memory): Likewise.
6567
6568 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6569
6570         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6571
6572 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6573
6574         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6575         BookE interface for PowerPC server processors if not available
6576         in the Linux Kernel.
6577
6578 2012-05-31  Keith Seitz  <keiths@redhat.com>
6579
6580         * linespec.c (decode_objc): Add cleanup to free
6581         INFO.FILE_SYMTABS.
6582         (find_linespec_symbols): Add cleanup to free CLASSES.
6583         * symfile.c (find_separate_debug_file_by_debuglink): Add
6584         cleanup to free DEBUGLINK.
6585         * ui-out.c (clear_header_list): No need to check if
6586         HEADER_NEXT.COLHDR is NULL.
6587         Free HEADER_NEXT.COL_NAME.
6588
6589 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6590
6591         * ada-lang.c (standard_lookup): Prevent uninitialized variable
6592         warning.
6593
6594 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
6595
6596         * configure.host (gdb_host_cpu): Handle tilegx*.
6597         (gdb_host): Handle tilegx-*-linux*.
6598         * tilegx-linux-nat.c: New file.
6599         * config/tilegx/linux.mh: New file.
6600
6601 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
6602
6603         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6604         tilegx-linux-tdep.o.
6605         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6606         tilegx-linux-tdep.c.
6607         * configure.tgt: Handle tilegx-*-linux*.
6608         * tilegx-tdep.h: New file.
6609         * tilegx-tdep.c: New file.
6610         * tilegx-linux-tdep.c: New file.
6611         * regformats/reg-tilegx.dat: New file.
6612
6613 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6614
6615         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6616         accounting of hw watchpoints on ppc.
6617
6618 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
6619
6620         * source.c (openp): Expand tilde in path entries.
6621
6622 2012-05-29  Doug Evans  <dje@google.com>
6623
6624         * buildsym.c (block_compar): Fix comment.
6625         (end_symtab): Fix and clarify some comments.
6626
6627         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6628         cleanup_undefined_types.
6629         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6630         All callers updated.
6631
6632 2012-05-29  Tom Tromey  <tromey@redhat.com>
6633
6634         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6635         fails.
6636         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6637         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6638         fails.
6639         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6640         fails.
6641
6642 2012-05-29  Tristan Gingold  <gingold@adacore.com>
6643
6644         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6645         (struct darwin_info): ... New struct.
6646         (solib_darwin_pspace_data): New variable.
6647         (darwin_pspace_data_cleanup): New function.
6648         (get_darwin_info): Likewise.
6649         (darwin_dyld_version_ok, darwin_load_image_infos)
6650         (darwin_solib_get_all_image_info_addr_at_init)
6651         (darwin_solib_read_all_image_info_addr): Add info argument.
6652         Adjust code.
6653         (darwin_current_sos): Use per pspace structure.
6654         (darwin_solib_create_inferior_hook): Likewise.
6655         (darwin_clear_solib): Likewise.
6656         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6657
6658 2012-05-28  Pedro Alves  <palves@redhat.com>
6659
6660         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6661         block that uses them.  Clear ecss before handling each event.
6662
6663 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6664
6665         * solib-svr4.c (svr4_current_sos): New comment on
6666         svr4_current_sos_via_xfer_libraries fall back.
6667
6668 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6669
6670         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
6671         it as a fallback for TYPE_IS_OPAQUE.
6672         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6673         symbols for lookup_symbol.
6674
6675 2012-05-24  John Steele Scott  <toojays@toojays.net>
6676
6677         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6678         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6679         (producer_is_gxx_lt_4_6): Move the checking and caching to...
6680         (check_producer): ... this new function, which also checks for ICC
6681         and caches the result.
6682         (producer_is_icc): New function.
6683         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6684         producer was ICC.
6685
6686 2012-05-24  Pedro Alves  <palves@redhat.com>
6687
6688         PR gdb/7205
6689
6690         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6691         (default_gdb_signal_to_target): ... this.  Add comment.
6692         (default_gdb_signal_from_host): Rename to ...
6693         (default_gdb_signal_from_target): ... this.  Add comment.
6694         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6695         (default_gdb_signal_to_target): ... this.
6696         (default_gdb_signal_from_host): Rename to ...
6697         (default_gdb_signal_from_target): ... this.
6698         * corelow.c (core_open): Adjust to naming change.  Replace comment.
6699         * gdbarch.sh (gdb_signal_from_host): Rename to ...
6700         (gdb_signal_from_target): ... this.  Adjust to
6701         default_gdb_signal_from_host naming change.  Extend comment.
6702         (gdb_signal_to_host): Rename to ...
6703         (gdb_signal_to_target): ... this.  Adjust to
6704         default_gdb_signal_to_host naming change.
6705         * gdbarch.h, gdbarch.c: Renegerate.
6706
6707 2012-05-24  Pedro Alves  <palves@redhat.com>
6708
6709         PR gdb/7205
6710
6711         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6712
6713 2012-05-24  Pedro Alves  <palves@redhat.com>
6714
6715         PR gdb/7205
6716
6717         Replace target_signal with gdb_signal throughout.
6718
6719 2012-05-24  Pedro Alves  <palves@redhat.com>
6720
6721         PR tui/14159
6722
6723         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6724         string, instead of reusing the va_list argument.
6725
6726 2012-05-24  Tom Tromey  <tromey@redhat.com>
6727
6728         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6729         Remove.
6730
6731 2012-05-23  Doug Evans  <dje@google.com>
6732
6733         * symtab.c (search_symbols): Formatting fixes.
6734         (print_symbol_info): Formatting fixes.
6735
6736         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6737         int64_t change to leb128 API.
6738         (read_encoded_value, decode_frame_entry_1): Ditto.
6739         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6740         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6741         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6742         (execute_stack_op): Ditto.
6743         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6744         (safe_read_uleb128, safe_read_sleb128): Ditto.
6745         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6746         (dwarf2_compile_expr_to_ax): Ditto.
6747         (locexpr_describe_location_piece): Ditto.
6748         (disassemble_dwarf_expression): Ditto.
6749         (locexpr_describe_location_1): Ditto.
6750
6751 2012-05-23  Stan Shebs  <stan@codesourcery.com>
6752             Kwok Cheung Yeung  <kcy@codesourcery.com>
6753
6754         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6755         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6756         (mi-cmd-info.o): New rule.
6757         * osdata.h (info_osdata_command): New declaration.
6758         * osdata.c (info_osdata_command): Change to non-static.
6759         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6760         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6761         * mi/mi-cmd-info.c: New file.
6762
6763 2012-05-23  Doug Evans  <dje@google.com>
6764
6765         * symtab.c (search_symbols): Pass NULL for file_matcher to
6766         expand_symtabs_matching if there are no files to match.
6767
6768         * gdbtypes.c (lookup_typename): Simplify.
6769
6770 2012-05-23  Pedro Alves  <palves@redhat.com>
6771
6772         * arch-utils.h (default_target_signal_to_host): Delete.
6773         * arch-utils.c (default_target_signal_to_host): Delete.
6774         * gdbarch.sh (target_signal_to_host): Remove.
6775         * gdbarch.h, gdbarch.c: Regenerate.
6776
6777 2012-05-22  Doug Evans  <dje@google.com>
6778
6779         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6780         "const gdb_byte *".
6781         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6782         (execute_cfa_program): Update to match API of leb128 functions.
6783         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6784         "const gdb_byte *".
6785         (read_unsigned_leb128, read_signed_leb128): Delete.
6786         (read_initial_length): Change type of buf argument to
6787         "const gdb_byte *".
6788         (read_encoded_value): Update to match API of leb128 functions.
6789         (decode_frame_entry): Change result to "const gdb_byte *", and
6790         similarly for "start" parameter.
6791         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
6792         (dwarf2_build_frame_info): Change local frame_ptr to
6793         "const gdb_byte *".
6794         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6795         read_uleb128, read_sleb128.  All callers updated.
6796         (safe_skip_leb128): New function.
6797         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6798         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6799         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6800         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
6801         read_uleb128, read_sleb128.
6802         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6803         (execute_stack_op): Update to match API of leb128 functions.
6804         * dwarf2expr.h: #include "leb128.h".
6805         (read_uleb128, read_sleb128): Delete.
6806         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6807         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6808         * dwarf2loc.c (debug_loc_kind): New enum.
6809         (decode_debug_loc_addresses): New function.
6810         (decode_debug_loc_dwo_addresses): New function.
6811         (dwarf2_find_location_expression): Rewrite.
6812         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6813         (locexpr_describe_location_piece): Ditto.
6814         (disassemble_dwarf_expression): Ditto.
6815         (locexpr_describe_location_1): Ditto.
6816         (loclist_describe_location): Rewrite.
6817         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6818         * dwarf2read.c (die_reader_specs): New member "buffer_end".
6819         (dwarf2_section_buffer_overflow_complaint): Renamed from
6820         dwarf2_macros_too_long_complaint.  All callers updated.
6821         (skip_leb128): Delete.
6822         (init_cu_die_reader): Initialize reader->buffer_end.
6823         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6824         (skip_form_bytes): New arg buffer_end.  All callers updated.
6825         Replace call to skip_leb128 with gdb_skip_leb128.
6826         (skip_unknown_opcode): New arg mac_end.  All callers updated.
6827         (fill_in_loclist_baton): Initialize baton->from_dwo.
6828
6829 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
6830
6831         * mips-linux-nat.c (mips_linux_read_description): Use a more
6832         verbose error message.
6833
6834 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
6835
6836         * NEWS: Add MIPS/Linux DSP support.
6837         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6838         (SIGCONTEXT_DSPCTL): New macro.
6839         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6840         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6841         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6842         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6843         (N64_SIGCONTEXT_HI3): Likewise.
6844         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6845         (N64_SIGCONTEXT_LO3): Likewise.
6846         (N64_SIGCONTEXT_DSPCTL): Likewise.
6847         (N64_SIGCONTEXT_FPCSR): Clarify definition.
6848         (mips_linux_o32_sigframe_init): Handle DSP registers.
6849         (mips_linux_n32n64_sigframe_init): Likewise.
6850
6851 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6852
6853         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6854         call to abort.
6855
6856 2012-05-22  Pedro Alves  <palves@redhat.com>
6857
6858         * target.h (store_waitstatus): Move declaration ...
6859         * inf-child.h (store_waitstatus): ... here.
6860         * target.c: Move inclusion of gdb_wait.h, and ...
6861         (store_waitstatus): ... this ...
6862         * inf-child.c: ... here.
6863         * linux-nat.c: Include inf-child.h.
6864         * rs6000-nat.c: Include inf-child.h.
6865         * spu-linux-nat.c: Include inf-child.h.
6866
6867 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6868
6869         * tracepoint.c (start_tracing): Add missing i18n markup.
6870         (stop_tracing, set_trace_user): Ditto.
6871         (set_trace_notes, set_trace_stop_notes): Ditto.
6872
6873 2012-05-21  Tom Tromey  <tromey@redhat.com>
6874
6875         PR c++/7173:
6876         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6877         types.
6878         * value.h (value_cast_pointers): Update.
6879         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6880         (value_cast): Update.
6881         (update_search_result): New function.
6882         (do_search_struct_field): New, from search_struct_field.  Check
6883         for ambiguous results.
6884         (search_struct_field): Rewrite.
6885         * infcall.c (value_arg_coerce): Update.
6886         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6887         value_cast_pointers.
6888         * ada-lang.c (ada_convert_actual): Update.
6889
6890 2012-05-21  Tom Tromey  <tromey@redhat.com>
6891
6892         * macroexp.c (macro_stringify): Terminate the string.
6893
6894 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6895
6896         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6897         Describe it.
6898         * auto-load.c (auto_load_expand_dir_vars): New function.
6899         (auto_load_safe_path_vec_update): Use it, remove the
6900         substitute_path_component call thanks to it.
6901         (auto_load_objfile_script): Remove the debug_file_directory processing.
6902         Use auto_load_expand_dir_vars, remove the substitute_path_component
6903         call thanks to it.
6904         * configure: Regenerate.
6905         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6906         path.  Escape $ also for $debugdir.
6907         (--with_auto_load_safe_path): Escape $ also for $debugdir.
6908         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6909
6910 2012-05-20  Doug Evans  <dje@google.com>
6911
6912         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6913         before use.  Check for symtab->includes == NULL before scanning it.
6914
6915 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6916
6917         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6918
6919 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6920
6921         * NEWS: Add microMIPS support and "set mips compression",
6922         "show mips compression" commands.
6923         * mips-tdep.h (mips_isa): New enum.
6924         (gdbarch_tdep): Add mips_isa.
6925         (mips_pc_is_mips16): Update prototype.
6926         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6927         * mips-tdep.c (mips_compression_mips16): New variable.
6928         (mips_compression_micromips): Likewise.
6929         (mips_compression_strings): Likewise.
6930         (mips_compression_string): Likewise.
6931         (is_mips16_isa, is_micromips_isa): New functions.
6932         (is_mips16_addr): Rename to...
6933         (is_compact_addr): ... this.
6934         (unmake_mips16_addr): Likewise to...
6935         (unmake_compact_addr): ... this.
6936         (make_mips16_addr): Likewise to...
6937         (make_compact_addr): ... this.
6938         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6939         functions.
6940         (mips_elf_make_msymbol_special): Handle microMIPS code.
6941         (msymbol_is_special): Rename to...
6942         (msymbol_is_mips16): ... this.
6943         (mips_make_symbol_special, mips_pc_is_mips16): Update
6944         accordingly.
6945         (msymbol_is_mips, msymbol_is_micromips): New functions.
6946         (mips16_to_32_reg): Rename to...
6947         (mips_reg3_to_reg): ... this.
6948         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6949         (mips_pc_isa): Likewise.
6950         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6951         code.
6952         (mips_fetch_instruction): Pass return status instead of printing
6953         an error message if requested.  Handle microMIPS code.  Bail out
6954         on an invalid ISA.
6955         (micromips_op): New macro.
6956         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6957         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6958         (b6s4_op, b7s3_reg): Likewise.
6959         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6960         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6961         (mips_insn_size): New function.
6962         (mips32_next_pc): Update mips_fetch_instruction call.
6963         (micromips_relative_offset7): New function.
6964         (micromips_relative_offset10): Likewise.
6965         (micromips_relative_offset16): Likewise.
6966         (micromips_pc_insn_size): Likewise.
6967         (micromips_bc1_pc): Likewise.
6968         (micromips_next_pc): Likewise.
6969         (unpack_mips16): Update mips_fetch_instruction call.
6970         (extended_mips16_next_pc): Update according to change to
6971         mips16_to_32_reg.
6972         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
6973         code.
6974         (mips16_scan_prologue): Update mips_fetch_instruction call.
6975         Update according to change to mips16_to_32_reg.
6976         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6977         (mips_insn16_frame_base_sniffer): Likewise.
6978         (micromips_decode_imm9): New function.
6979         (micromips_scan_prologue): Likewise.
6980         (mips_micro_frame_cache): Likewise.
6981         (mips_micro_frame_this_id): Likewise.
6982         (mips_micro_frame_prev_register): Likewise.
6983         (mips_micro_frame_sniffer): Likewise.
6984         (mips_micro_frame_unwind): New variable.
6985         (mips_micro_frame_base_address): New function.
6986         (mips_micro_frame_base): New variable.
6987         (mips_micro_frame_base_sniffer): New function.
6988         (mips32_scan_prologue): Update mips_fetch_instruction call.
6989         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6990         rather than for MIPS16.
6991         (mips_insn32_frame_base_sniffer): Likewise.
6992         (mips_addr_bits_remove): Handle microMIPS code.
6993         (deal_with_atomic_sequence): Rename to...
6994         (mips_deal_with_atomic_sequence): ... this.  Update the type
6995         of the variable used to hold an instruction.  Remove the ISA bit
6996         check.  Update mips_fetch_instruction call.
6997         (micromips_deal_with_atomic_sequence): New function.
6998         (deal_with_atomic_sequence): Likewise.
6999         (mips_about_to_return): Handle microMIPS code.  Update
7000         mips_fetch_instruction call.
7001         (heuristic_proc_start): Check for the standard MIPS ISA rather
7002         than for MIPS16.  Update mips_pc_is_mips16 and
7003         mips_fetch_instruction calls.  Handle microMIPS code.
7004         (mips_push_dummy_code): Handle microMIPS code.
7005         (mips_eabi_push_dummy_call): Likewise.
7006         (mips_o32_return_value): Update mips_pc_is_mips16 call.
7007         (mips_o64_push_dummy_call): Handle microMIPS code.
7008         (mips_o64_return_value): Update mips_pc_is_mips16 call.
7009         (is_delayed): Remove function.
7010         (mips_single_step_through_delay): Replace the call to is_delayed
7011         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
7012         Handle microMIPS code.
7013         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
7014         microMIPS code.
7015         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
7016         call.
7017         (micromips_in_function_epilogue_p): New function.
7018         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
7019         call.
7020         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
7021         Handle microMIPS.
7022         (gdb_print_insn_mips): Likewise.
7023         (mips_breakpoint_from_pc): Likewise.
7024         (mips_remote_breakpoint_from_pc): New function.
7025         (mips32_instruction_has_delay_slot): Simplify making use of the
7026         updated mips_fetch_instruction interface.
7027         (micromips_instruction_has_delay_slot): New function.
7028         (mips16_instruction_has_delay_slot): Simplify making use of the
7029         updated mips_fetch_instruction interface.
7030         (mips_adjust_breakpoint_address): Check for the standard MIPS
7031         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
7032         calls.  Handle microMIPS code.
7033         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
7034         (mips_skip_trampoline_code): Handle microMIPS code.
7035         (global_mips_compression): New function.
7036         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
7037         file flags.  Register the microMIPS remote breakpoint handler
7038         and heuristic frame unwinder.
7039         (show_mips_compression): New function.
7040         (_initialize_mips_tdep): Add the "set mips compression" and
7041         "show mips compression" commands.
7042
7043 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
7044
7045         * ada-lang.c:
7046         * ada-tasks.c:
7047         * ada-varobj.c:
7048         * amd64-darwin-tdep.c:
7049         * arm-symbian-tdep.c:
7050         * arm-tdep.c:
7051         * avr-tdep.c:
7052         * ax-gdb.c:
7053         * bfin-linux-tdep.c:
7054         * breakpoint.c:
7055         * c-valprint.c:
7056         * cli/cli-cmds.c:
7057         * coffread.c:
7058         * cp-support.c:
7059         * cris-tdep.c:
7060         * dwarf2-frame-tailcall.c:
7061         * dwarf2-frame.c:
7062         * dwarf2expr.c:
7063         * dwarf2loc.c:
7064         * dwarf2read.c:
7065         * elfread.c:
7066         * eval.c:
7067         * expprint.c:
7068         * f-valprint.c:
7069         * frv-tdep.c:
7070         * h8300-tdep.c:
7071         * hppa-hpux-tdep.c:
7072         * hppa-tdep.c:
7073         * hppanbsd-tdep.c:
7074         * i386-nto-tdep.c:
7075         * i386-tdep.c:
7076         * i387-tdep.c:
7077         * ia64-tdep.c:
7078         * jit.c:
7079         * linespec.c:
7080         * linux-tdep.c:
7081         * lm32-tdep.c:
7082         * m2-valprint.c:
7083         * m32c-tdep.c:
7084         * m32r-rom.c:
7085         * m32r-tdep.c:
7086         * m68k-tdep.c:
7087         * m68klinux-tdep.c:
7088         * mi/mi-main.c:
7089         * microblaze-tdep.c:
7090         * mips-linux-tdep.c:
7091         * mips-tdep.c:
7092         * mn10300-tdep.c:
7093         * p-valprint.c:
7094         * parse.c:
7095         * ppc-linux-tdep.c:
7096         * ppc-sysv-tdep.c:
7097         * printcmd.c:
7098         * python/py-finishbreakpoint.c:
7099         * python/py-inferior.c:
7100         * python/py-infthread.c:
7101         * python/py-type.c:
7102         * python/python.c:
7103         * remote-fileio.c:
7104         * remote-m32r-sdi.c:
7105         * remote-mips.c:
7106         * reverse.c:
7107         * rl78-tdep.c:
7108         * rs6000-aix-tdep.c:
7109         * rs6000-tdep.c:
7110         * s390-tdep.c:
7111         * score-tdep.c:
7112         * sh64-tdep.c:
7113         * skip.c:
7114         * solib-darwin.c:
7115         * solib-dsbt.c:
7116         * solib-frv.c:
7117         * sparc-tdep.c:
7118         * spu-multiarch.c:
7119         * spu-tdep.c:
7120         * stack.c:
7121         * symfile.c:
7122         * symtab.c:
7123         * tic6x-tdep.c:
7124         * tracepoint.c:
7125         * v850-tdep.c:
7126         * valarith.c:
7127         * valprint.c:
7128         * value.c:
7129         * xcoffread.c:
7130         * xtensa-tdep.c:
7131         * ada-lang.c:
7132         * ada-tasks.c:
7133         * ada-varobj.c:
7134         * amd64-darwin-tdep.c:
7135         * arm-symbian-tdep.c:
7136         * arm-tdep.c: Delete unused variables.
7137
7138 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7139
7140         Rename $ddir to $datadir.
7141         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
7142         * auto-load.c (auto_load_safe_path_vec_update)
7143         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
7144         * configure: Regenerate.
7145         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
7146         Likewise.  Remove the 'use $ddir' help string.
7147
7148 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7149
7150         * auto-load.c (show_auto_load_safe_path): Accept any combination of
7151         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
7152
7153 2012-05-18  Tom Tromey  <tromey@redhat.com>
7154
7155         PR exp/13907:
7156         * valprint.h (struct value_print_options) <symbol_print>: New
7157         field.
7158         * valprint.c (user_print_options): Add default for symbol_print.
7159         (show_symbol_print): New function.
7160         (generic_val_print): Respect symbol_print.
7161         (_initialize_valprint): Add "print symbol" setting.
7162         * f-valprint.c (f_val_print): Respect symbol_print.
7163         * c-valprint.c (c_val_print): Respect symbol_print.
7164         * NEWS: Update.
7165         * printcmd.c (print_address_symbolic): Return int.  Ignore some
7166         zero-size symbols.
7167         (print_address_demangle): Return int.
7168         * defs.h: (print_address_symbolic): Return int.
7169         * value.h (print_address_demangle): Return int.
7170
7171 2012-05-18  Tom Tromey  <tromey@redhat.com>
7172
7173         * valprint.c (val_print_string): Don't print leading space.
7174         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
7175         print space before string or vtbl.
7176         * m2-valprint.c (print_unpacked_pointer): Optionally print space
7177         before string.
7178         * jv-valprint.c (java_value_print): Print space before string.
7179         * go-valprint.c (print_go_string): Print space before string.
7180         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
7181         space before string.
7182         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
7183         space before string or vtbl.
7184         * auxv.c (fprint_target_auxv): Print space after address.
7185
7186 2012-05-18  Tom Tromey  <tromey@redhat.com>
7187
7188         * printcmd.c (print_address_demangle): Remove special case for 0.
7189
7190 2012-05-18  Tom Tromey  <tromey@redhat.com>
7191
7192         * printcmd.c (print_address_demangle): Add 'opts' argument.
7193         * p-valprint.c (pascal_val_print): Update.
7194         * jv-valprint.c (java_val_print): Update.
7195         * value.h: Update.
7196         * valprint.c (generic_val_print): Update.
7197         (print_function_pointer_address): Add 'options' argument.  Remove
7198         'addressprint' argument.  Update.
7199         * m2-valprint.c (print_unpacked_pointer): Update.
7200         * gnu-v3-abi.c (print_one_vtable): Update.
7201         (gnuv3_print_method_ptr): Update.
7202         * f-valprint.c (f_val_print): Update.
7203         * cp-valprint.c (cp_print_value_fields): Update.
7204         * valprint.h (print_function_pointer_address): Update.
7205         * c-valprint.c (c_val_print): Update.
7206
7207 2012-05-18  Tom Tromey  <tromey@redhat.com>
7208
7209         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
7210         directly corresponding to the found psymtab.
7211         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
7212         (dw2_find_pc_sect_symtab): Use it.
7213         * block.h (blockvector_contains_pc): Declare.
7214         * block.c (find_block_in_blockvector): New function.
7215         (blockvector_for_pc_sect): Use it.
7216         (blockvector_contains_pc): New function.
7217
7218 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
7219
7220         * mips-tdep.h (mips_write_pc): New prototype.
7221         * mips-tdep.c (mips_write_pc): Make external, add description.
7222         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
7223         add description.
7224
7225 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
7226
7227         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
7228         mips_regnum->pc.
7229         (mips_unwind_pc, mips_write_pc): Likewise.
7230         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
7231         gdbarch_read_pc.
7232
7233 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
7234
7235         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
7236         proc_warn, proc_error, proc_get_status, proc_flags,
7237         proc_why, proc_what, proc_nsysarg, proc_sysargs,
7238         proc_set_run_on_last_close, proc_unset_run_on_last_close,
7239         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
7240         proc_stop_process, proc_wait_for_stop, proc_run_process,
7241         proc_set_traced_signals, proc_set_traced_faults,
7242         proc_set_traced_sysentry, proc_set_traced_sysexit,
7243         proc_set_held_signals, proc_get_held_signals,
7244         proc_get_traced_signals, proc_get_traced_faults,
7245         proc_get_traced_sysentry, proc_get_traced_sysexit,
7246         proc_clear_current_fault, proc_set_current_signal,
7247         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
7248         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
7249         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
7250         proc_get_current_thread, proc_get_current_thread,
7251         proc_get_current_thread, proc_update_threads,
7252         proc_update_threads, proc_update_threads, proc_update_threads,
7253         proc_iterate_over_threads, procfs_find_new_threads,
7254         procfs_pid_to_str): Make static.  Remove advance declaration.
7255         (proc_cursig): Make static.  Conditionalized defintion on
7256         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
7257         (proc_syscall, proc_set_kill_on_last_close,
7258         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
7259         proc_get_pending_signals, proc_get_signal_actions,
7260         proc_trace_signal, proc_ignore_signal): Delete.
7261
7262 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
7263
7264         * coffread.c (cs_section_address): Passing proper argument for
7265         `bfd_get_section_vma'.
7266         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
7267         `bfd_get_section_flags'.
7268         * remote.c (remote_trace_set_readonly_regions): Likewise, for
7269         `bfd_get_section_vma'.
7270
7271 2012-05-16  Tom Tromey  <tromey@redhat.com>
7272
7273         PR macros/13205:
7274         * macrotab.h: (macro_define_special): Declare.
7275         (enum macro_special_kind): New.
7276         (struct macro_definition) <argc, replacement>: Update comments.
7277         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
7278         (macro_define_object_internal): New function.
7279         (macro_define_object): Use it.
7280         (macro_define_special): New function.
7281         (fixup_definition): New function.
7282         (macro_lookup_definition, foreach_macro_in_scope)
7283         (foreach_macro): Use fixup_definition.
7284         * macroexp.h (macro_stringify): Declare.
7285         * macroexp.c (free_buffer_return_text): New function.
7286         (stringify): Constify "arg".
7287         (macro_stringify): New function.
7288         * dwarf2read.c (macro_start_file): Call macro_define_special.
7289
7290 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
7291             Maciej W. Rozycki  <macro@mips.com>
7292
7293         * breakpoint.h (bp_location): Add related_address member.
7294         * inferior.h (get_return_value): Take a pointer to struct value
7295         instead of struct type for the function requested.
7296         * value.h (using_struct_return): Likewise.
7297         * gdbarch.sh (return_value): Take a pointer to struct value
7298         instead of struct type for the function requested.
7299         * breakpoint.c (set_breakpoint_location_function): Initialize
7300         related_address for bp_gnu_ifunc_resolver breakpoints.
7301         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7302         requested function's address to gdbarch_return_value.
7303         * eval.c (evaluate_subexp_standard): Pass the requested
7304         function's address to using_struct_return.
7305         * infcall.c (call_function_by_hand): Pass the requested
7306         function's address to using_struct_return and
7307         gdbarch_return_value.
7308         * infcmd.c (get_return_value): Take a pointer to struct value
7309         instead of struct type for the function requested.
7310         (print_return_value): Update accordingly.
7311         (finish_command_continuation): Likewise.
7312         * stack.c (return_command): Pass the requested function's
7313         address to using_struct_return and gdbarch_return_value.
7314         * value.c (using_struct_return): Take a pointer to struct value
7315         instead of struct type for the function requested.  Pass the
7316         requested function's address to gdbarch_return_value.
7317         * python/py-finishbreakpoint.c (finish_breakpoint_object):
7318         New function_value member, replacing function_type.
7319         (bpfinishpy_dealloc): Update accordingly.
7320         (bpfinishpy_pre_stop_hook): Likewise.
7321         (bpfinishpy_init): Likewise.  Record the requested function's
7322         address.
7323         * mips-tdep.c (mips_fval_reg): New enum.
7324         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7325         words put in GP registers.
7326         (mips_o64_push_dummy_call): Update a comment.
7327         (mips_o32_return_value): Take a pointer to struct value instead
7328         of struct type for the function requested and use it to check if
7329         using the MIPS16 calling convention.  Return the designated
7330         general purpose registers for floating-point values returned in
7331         MIPS16 mode.
7332         (mips_o64_return_value): Likewise.
7333         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7334         (ppc_sysv_abi_broken_return_value): Likewise.
7335         (ppc64_sysv_abi_return_value): Likewise.
7336         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7337         value instead of struct type for the function requested.
7338         * amd64-tdep.c (amd64_return_value): Likewise.
7339         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7340         * arm-tdep.c (arm_return_value): Likewise.
7341         * avr-tdep.c (avr_return_value): Likewise.
7342         * bfin-tdep.c (bfin_return_value): Likewise.
7343         * cris-tdep.c (cris_return_value): Likewise.
7344         * frv-tdep.c (frv_return_value): Likewise.
7345         * h8300-tdep.c (h8300_return_value): Likewise.
7346         (h8300h_return_value): Likewise.
7347         * hppa-tdep.c (hppa32_return_value): Likewise.
7348         (hppa64_return_value): Likewise.
7349         * i386-tdep.c (i386_return_value): Likewise.
7350         * ia64-tdep.c (ia64_return_value): Likewise.
7351         * iq2000-tdep.c (iq2000_return_value): Likewise.
7352         * lm32-tdep.c (lm32_return_value): Likewise.
7353         * m32c-tdep.c (m32c_return_value): Likewise.
7354         * m32r-tdep.c (m32r_return_value): Likewise.
7355         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7356         * m68k-tdep.c (m68k_return_value): Likewise.
7357         (m68k_svr4_return_value): Likewise.
7358         * m88k-tdep.c (m88k_return_value): Likewise.
7359         * mep-tdep.c (mep_return_value): Likewise.
7360         * microblaze-tdep.c (microblaze_return_value): Likewise.
7361         * mn10300-tdep.c (mn10300_return_value): Likewise.
7362         * moxie-tdep.c (moxie_return_value): Likewise.
7363         * mt-tdep.c (mt_return_value): Likewise.
7364         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7365         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7366         (ppc_sysv_abi_broken_return_value): Likewise.
7367         (ppc64_sysv_abi_return_value): Likewise.
7368         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7369         * rl78-tdep.c (rl78_return_value): Likewise.
7370         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7371         * rx-tdep.c (rx_return_value): Likewise.
7372         * s390-tdep.c (s390_return_value): Likewise.
7373         * score-tdep.c (score_return_value): Likewise.
7374         * sh-tdep.c (sh_return_value_nofpu): Likewise.
7375         (sh_return_value_fpu): Likewise.
7376         * sh64-tdep.c (sh64_return_value): Likewise.
7377         * sparc-tdep.c (sparc32_return_value): Likewise.
7378         * sparc64-tdep.c (sparc64_return_value): Likewise.
7379         * spu-tdep.c (spu_return_value): Likewise.
7380         * tic6x-tdep.c (tic6x_return_value): Likewise.
7381         * v850-tdep.c (v850_return_value): Likewise.
7382         * vax-tdep.c (vax_return_value): Likewise.
7383         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7384         * xtensa-tdep.c (xtensa_return_value): Likewise.
7385         * gdbarch.c: Regenerate.
7386         * gdbarch.h: Regenerate.
7387
7388 2012-05-15  Tom Tromey  <tromey@redhat.com>
7389
7390         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7391
7392 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7393
7394         * breakpoint.c (init_breakpoint_sal): Add quotes around part
7395         of command in two error message.
7396
7397 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7398
7399         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7400
7401 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7402
7403         * breakpoint.c (find_condition_and_thread): Minor reformatting.
7404
7405 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7406
7407         * NEWS (show auto-load scripts-directory): Add forgotten command.
7408
7409 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7410
7411         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7412         parameters.
7413
7414 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
7415
7416         * amd64-tdep.c: Include features/i386/x32.c and
7417         features/i386/x32-avx.c.
7418         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7419         initialize_tdesc_x32_avx.
7420
7421 2012-05-14  Stan Shebs  <stan@codesourcery.com>
7422
7423         Add dynamic printf.
7424         * breakpoint.h (enum bptype): New type bp_dprintf.
7425         (struct breakpoint): New field extra_string.
7426         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7427         (create_breakpoint): Add extra_string arg.
7428         * breakpoint.c (dprintf_breakpoint_ops): New.
7429         (is_breakpoint): Add bp_dprintf.
7430         (bpstat_what): Add dprintf case.
7431         (bptype_string): Ditto.
7432         (print_one_breakpoint_location): Ditto.
7433         (init_bp_location): Ditto.
7434         (bkpt_print_mention): Ditto.
7435         (dprintf_style_enums): New array.
7436         (dprintf_style): New global.
7437         (dprintf_function): New global.
7438         (dprintf_channel): New global.
7439         (update_dprintf_command_list): New function.
7440         (update_dprintf_commands): New function.
7441         (init_breakpoint_sal): Add extra_string argument, handle it.
7442         (create_breakpoint_sal): Add extra_string argument.
7443         (create_breakpoints_sal): Add extra_string argument, update callers.
7444         (find_condition_and_thread): Add extra argument.
7445         (create_breakpoint): Add extra_string argument, record it.
7446         (dprintf_command): New function.
7447         (break_command_1): Add arg to create_breakpoint call.
7448         (handle_gnu_v3_exceptions): Ditto.
7449         (trace_command): Ditto.
7450         (ftrace_command): Ditto.
7451         (strace_command): Ditto.
7452         (bkpt_print_mention): Add dprintf case.
7453         (create_breakpoint_sal_default): Add extra_string argument.
7454         (_initialize_breakpoint): Add new commands.
7455         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7456         * python/py-breakpoint.c (bppy_init): Ditto.
7457         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7458
7459 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
7460
7461         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7462
7463 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
7464
7465         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7466         unsigned long long.
7467
7468 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
7469
7470         Add a new function gdb.find_pc_line to the Python API.
7471         * NEWS (Python Scripting): Add entry about the new function.
7472         * python/python.c (gdbpy_find_pc_line): New function which
7473         implements gdb.find_pc_line.
7474         (GdbMethods): Add entry for the new function.
7475
7476 2012-05-12  Pedro Alves  <palves@redhat.com>
7477
7478         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7479         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7480
7481 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
7482
7483         * inferior.c: Include completer.h
7484         (initialize_inferiors): Set completer of add-inferior to
7485         filename_completer.
7486
7487 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7488
7489         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7490         gdbarch_ptr_bit for x32 core dump.
7491
7492 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7493
7494         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7495         and features/i386/x32-avx-linux.c.
7496
7497 2012-05-11  Stan Shebs  <stan@codesourcery.com>
7498             Kwok Cheung Yeung  <kcy@codesourcery.com>
7499
7500         * NEWS: Describe new info os commands.
7501         * common/linux-osdata.c (PID_T, TIME_T): Define.
7502         (MAX_PID_T_STRLEN): New.
7503         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
7504         MAX_PID_T_STRLEN.
7505         (command_from_pid): Add comment.  Change to use PID_T.
7506         (commandline_from_pid):  Change to use PID_T.
7507         (user_from_pid): Add comment.
7508         (get_process_owner): Add comment. Change to use PID_T and
7509         MAX_PID_T_STRLEN.
7510         (get_number_of_cpu_cores): Add comment.
7511         (get_cores_used_by_process): Add comment.  Change to use PID_T and
7512         MAX_PID_T_STRLEN.
7513         (linux_xfer_osdata_processes): Change to use PID_T and
7514         MAX_PID_T_STRLEN.
7515         (compare_processes): New function.
7516         (linux_xfer_osdata_processgroups): New function.
7517         (linux_xfer_osdata_threads): Change to use PID_T.
7518         (linux_xfer_osdata_fds): New function.
7519         (format_socket_state, print_sockets): New functions.
7520         (union socket_addr): New union.
7521         (linux_xfer_osdata_isockets): New function.
7522         (time_from_time_t, group_from_gid): New functions.
7523         (linux_xfer_osdata_shm): New function.
7524         (linux_xfer_osdata_sem): New function.
7525         (linux_xfer_osdata_msg): New function.
7526         (linux_xfer_osdata_modules): New function.
7527         (osdata_table): Add new entries.
7528         * common/buffer.c (buffer_xml_printf): Add support for long and
7529         long long format specifiers.
7530
7531 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7532
7533         * amd64-linux-tdep.h (tdesc_x32_linux): New.
7534         (tdesc_x32_avx_linux): Likewise.
7535
7536 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7537
7538         Implement multi-component --with-auto-load-dir.
7539         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7540         entries.
7541         (--with-auto-load-safe-path): Update the default value description.
7542         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7543         New.
7544         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
7545         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
7546         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
7547         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
7548         "set auto-load scripts-directory".
7549         * config.in: Regenerate.
7550         * configure: Regenerate.
7551         * configure.ac (--with-auto-load-dir): New configure option.
7552         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7553
7554 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7555
7556         Provide $ddir substitution for --with-auto-load-safe-path.
7557         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7558         entries.
7559         * auto-load.c: Include observer.h.
7560         (auto_load_safe_path_vec_update): Call substitute_path_component for
7561         each component.  New variable ddir_subst.
7562         (auto_load_gdb_datadir_changed): New function.
7563         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7564         AUTO_LOAD_SAFE_PATH.  New comment.
7565         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7566         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
7567         * config.in: Regenerate.
7568         * configure: Regenerate.
7569         * configure.ac (--auto-load-safe-path): Rename
7570         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
7571         GDB_DATADIR/auto-load.
7572         * defs.h (substitute_path_component): New declaration.
7573         * top.c: Include observer.h.
7574         (set_gdb_datadir): New function.
7575         (init_main): Install it for "set data-directory".
7576         * utils.c (substitute_path_component): New function.
7577
7578 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7579
7580         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7581         * auto-load.c (auto_load_objfile_script): Remove check for NULL
7582         DEBUG_FILE_DIRECTORY.  Handle multiple components of
7583         DEBUG_FILE_DIRECTORY.
7584
7585 2012-05-10  Tom Tromey  <tromey@redhat.com>
7586
7587         * dwarf2read.c (recursively_write_psymbols): New function.
7588         (write_psymtabs_to_index): Use it.
7589
7590         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7591         field.
7592         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7593         (load_partial_comp_unit): Update.
7594         (queue_comp_unit): Add argument 'pretend_language'.
7595         (process_queue): Update.
7596         (psymtab_to_symtab_1): Skip dependencies that have a user.
7597         (load_partial_comp_unit_reader): Give meaning to the 'data'
7598         argument.
7599         (load_full_comp_unit): Add 'pretend_language' argument.
7600         (process_full_comp_unit): Add 'pretend_language' argument.  Set
7601         language on CU.
7602         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7603         Update.
7604         (maybe_queue_comp_unit): Add 'pretend_language' argument.
7605         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7606         Update.
7607         (prepare_one_comp_unit): Add 'pretend_language' argument.
7608
7609         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7610         (struct dwarf2_per_objfile) <just_read_cus>: New field.
7611         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7612         (dw2_do_instantiate_symtab): Check whether symtab was read in
7613         before queueing.
7614         (dw2_instantiate_symtab): Add assertion.  Call
7615         process_cu_includes.
7616         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7617         (partial_symtab_p): New typedef.
7618         (set_partial_user): New function.
7619         (dwarf2_build_psymtabs_hard): Use set_partial_user.
7620         (scan_partial_symbols): Add imported CU to imported_symtabs.
7621         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7622         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7623         (get_symtab, recursively_compute_inclusions)
7624         (compute_symtab_includes, process_cu_includes)
7625         (process_imported_unit_die): New functions.
7626         (process_die) <DW_TAG_imported_unit>: New case.
7627         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7628
7629         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7630         comment.
7631         (struct partial_die_info) <locdesc>: Remove.
7632         <d>: New field.
7633         (process_psymtab_comp_unit): Add 'read_partial' argument.
7634         Update.
7635         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7636         (scan_partial_symbols): Handle DW_TAG_imported_unit.
7637         (add_partial_symbol): Update.
7638         (process_die): Handle DW_TAG_partial_unit.
7639         (read_file_scope): Update comment.
7640         (load_partial_dies): Handle DW_TAG_imported_unit.
7641         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7642         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7643
7644 2012-05-10  Tom Tromey  <tromey@redhat.com>
7645
7646         * cc-with-dwz.sh: New file.
7647
7648 2012-05-10  Tom Tromey  <tromey@redhat.com>
7649
7650         * symtab.h (struct symtab) <includes, user>: New fields.
7651         * block.h (struct block_iterator) <d, idx, which>: New fields.
7652         * block.c (initialize_block_iterator, find_iterator_symtab)
7653         (block_iterator_step, block_iter_name_step)
7654         (block_iter_match_step): New functions.
7655         (block_iterator_first, block_iterator_next)
7656         (block_iter_name_first, block_iter_name_next)
7657         (block_iter_match_first, block_iter_match_next): Rewrite.
7658         (get_block_symtab): New function.
7659
7660 2012-05-10  Tom Tromey  <tromey@redhat.com>
7661
7662         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7663         set_block_symtab.
7664         * jit.c (finalize_symtab): Use allocate_global_block,
7665         set_block_symtab.
7666         * buildsym.c (finish_block_internal): New function, from old
7667         finish_block.
7668         (finish_block): Rewrite.
7669         (end_symtab): Use finish_block_internal, set_block_symtab.
7670         * block.h (struct global_block): New.
7671         (allocate_global_block, set_block_symtab): Declare.
7672         * block.c (allocate_global_block, set_block_symtab): New
7673         functions.
7674
7675 2012-05-10  Tom Tromey  <tromey@redhat.com>
7676
7677         * psymtab.c (partial_map_expand_apply): Add assertion.
7678         (partial_map_symtabs_matching_filename): Skip included psymtabs.
7679         (psymtab_to_symtab): Find unshared psymtab.
7680         (dump_psymtab): Print including psymtabs.
7681         (recursively_search_psymtabs): New function.
7682         (expand_symtabs_matching_via_partial): Use it.
7683         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7684         fields.
7685         (enum psymtab_search_status): New.
7686
7687 2012-05-10  Tom Tromey  <tromey@redhat.com>
7688
7689         * tracepoint.c (scope_info): Update.
7690         * symtab.c (lookup_block_symbol, iterate_over_symbols)
7691         (find_pc_sect_symtab, search_symbols)
7692         (default_make_symbol_completion_list_break_on)
7693         (make_file_symbol_completion_list): Update.
7694         * symmisc.c (dump_symtab_1): Update.
7695         * stack.c (print_frame_args, iterate_over_block_locals)
7696         (print_frame_labels, iterate_over_block_arg_vars): Update.
7697         * python/py-block.c (block_object) <dict>: Remove.
7698         <block>: New field.
7699         <iter>: Change type.
7700         (blpy_iter): Update.
7701         (blpy_block_syms_iternext): Update.
7702         * psymtab.c (map_block): Use block iterators.
7703         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7704         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7705         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7706         * infrun.c (check_exception_resume): Update.
7707         * cp-support.c (make_symbol_overload_list_block): Update.
7708         * coffread.c (patch_opaque_types): Update.
7709         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7710         * block.h (struct block_iterator): New.
7711         (block_iterator_first, block_iterator_next, block_iter_name_first)
7712         (block_iter_name_next, block_iter_match_first)
7713         (block_iter_match_next): Declare.
7714         (ALL_BLOCK_SYMBOLS): Redefine.
7715         * block.c (block_iterator_first, block_iterator_next)
7716         (block_iter_name_first, block_iter_name_next)
7717         (block_iter_match_first, block_iter_match_next): New functions.
7718         * ada-lang.c (ada_add_block_symbols)
7719         (ada_make_symbol_completion_list): Use block iterator.
7720
7721 2012-05-10  Tom Tromey  <tromey@redhat.com>
7722
7723         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7724         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7725         (lookup_partial_symbol, find_last_source_symtab_from_partial)
7726         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7727         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7728         Update.
7729
7730 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
7731
7732         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7733         print-file-var-lib2.c, print-file-var-main.c and
7734         print-file-var.exp (located in gdb/testsuite/gdb.base).
7735
7736 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
7737
7738         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7739         try locating the symbol in the symbol's own objfile first, before
7740         extending the search to all objfiles.
7741         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7742         out of lookup_symbol_aux_symtabs.
7743         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7744         Replace extracted-out code by call to lookup_symbol_aux_objfile.
7745         Do not search EXCLUDE_OBJFILE.
7746         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7747         (lookup_symbol_global): Search for matches in the block's objfile
7748         first, before searching all other objfiles.
7749
7750 2012-05-10  Tristan Gingold  <gingold@adacore.com>
7751
7752         * printcmd.c (set_command): Add pre/post inc/dec.
7753
7754 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
7755
7756         * gdb.1: Document -ex option.
7757
7758 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
7759
7760         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7761         * inferior.h (AT_SYMBOL): Delete.
7762
7763 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
7764
7765         * mips-tdep.c (mips_push_dummy_code): New function.
7766         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7767         ON_STACK and install mips_push_dummy_code as our gdbarch
7768         push_dummy_code routine.
7769
7770 2012-05-09  Pedro Alves  <palves@redhat.com>
7771
7772         * target.c (set_maintenance_target_async_permitted): Rename to ...
7773         (set_target_async_command): ... this.
7774         (show_maintenance_target_async_permitted): Rename to ...
7775         (show_target_async_command): ... this.
7776         (initialize_targets): Adjust.
7777
7778 2012-05-08  Doug Evans  <dje@google.com>
7779
7780         * go-exp.y (classify_name): Add missing assignment of fields of
7781         yylval.ssym.
7782
7783 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
7784
7785         Display the ">" prompt in interactive mode while reading canned
7786         commands, even when the current interpreter is MI.
7787
7788         * interps.c (interp_set_temp): New function.
7789
7790         * interps.h (interp_set_temp): Add prototype.
7791
7792         * cli/cli-script.c (restore_interp): New cleanup function.
7793         (read_command_lines): Temporarily override the current interpreter
7794         with CLI and arrange for restoring the original one.
7795
7796 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
7797
7798         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7799
7800 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7801
7802         * probe.c (parse_probes): Move conditional to check for
7803         debuginfo files from here...
7804         * stap-probe.c (stap_get_probes): ... to here.
7805
7806 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
7807             H.J. Lu  <hongjiu.lu@intel.com>
7808
7809         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7810         `movl %esp, %ebp' for the X32 ABI.
7811
7812 2012-05-07  Tom Tromey  <tromey@redhat.com>
7813
7814         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
7815         get_DW_TAG_name.
7816         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
7817         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
7818         (dwarf_stack_op_name): Remove.
7819         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
7820         (decode_locdesc): Use get_DW_OP_name.
7821         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7822         (dwarf2_compile_expr_to_ax): Likewise.
7823         (disassemble_dwarf_expression): Likewise.
7824         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7825
7826 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
7827
7828         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7829         (sh_linux_sigtramp_cache): New function.
7830         (sh_linux_sigreturn_init): New function.
7831         (sh_linux_rt_sigreturn_init): New function.
7832         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7833         patterns.
7834         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7835         syscall codes.
7836         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7837         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7838         (sh_linux_init_abi): Add init calls to register new tramp_frame
7839         definitions under 32-bit SH, update comments.
7840
7841 2012-05-07  Pedro Alves  <palves@redhat.com>
7842
7843         PR gdb/10952
7844
7845         * amd64-linux-tdep.c: Include glibc-tdep.h.
7846         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7847         gdbarch_skip_solib_resolver callback.
7848
7849 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7850
7851         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7852         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7853         (show_auto_load_safe_path): Check any-directory by comparison with "/".
7854         (add_auto_load_safe_path): Change the error message.
7855         (_initialize_auto_load): Change the "safe-path" help text.
7856         * configure: Regenerate
7857         * configure.ac (--without-auto-load-safe-path): Set
7858         WITH_AUTO_LOAD_SAFE_PATH to /.
7859
7860 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7861
7862         * stap-probe.h: Do not include unecessary `probe.h'.
7863
7864 2012-05-05  Alan Modra  <amodra@gmail.com>
7865
7866         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7867         bfd_und_section_ptr.
7868         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7869         and bfd_com_section_ptr.
7870
7871 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
7872
7873         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7874
7875 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
7876
7877         * windows-nat.h (segment_register_p_ftype): New typedef.
7878         (windows_set_segment_register_p): Add declaration.
7879         * windows-nat.c (segment_register_p): New static global.
7880         (windows_set_segment_register_p): New function.
7881         (do_windows_fetch_inferior_registers): Add special handling
7882         for segment registers.
7883         * amd64-windows-nat.c: #include "amd64-tdep.h".
7884         (amd64_windows_segment_register_p): New function.
7885         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7886         * i386-windows-nat.c: #include "i386-tdep.h".
7887         (i386_windows_segment_register_p): New function.
7888         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7889
7890 2012-05-04  Tristan Gingold  <gingold@adacore.com>
7891
7892         * printcmd.c (set_command): Emit a warning if the expression is not
7893         an assignment.
7894
7895 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
7896
7897         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7898         Make static.
7899
7900 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
7901
7902         * stap-probe.c (stap_is_operator): Change declaration.
7903         (stap_get_opcode): Change return value.
7904         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7905         `stap_parse_argument_1'.
7906
7907 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
7908
7909         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7910         debug log.
7911
7912 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
7913
7914         Add two new methods global_block and static_block to gdb.Symtab
7915         objects.
7916         * NEWS (Python scripting): Add entry about the new methods.
7917         * python/py-symtab.c (stpy_global_block): New function which
7918         implements the gdb.Symtab.global_block() method.
7919         (stpy_static_block): New function which implements the
7920         gdb.Symtab.static_block() method.
7921         (symtab_object_methods): Add entries for the two new methods.
7922
7923 2012-05-03  Doug Evans  <dje@google.com>
7924
7925         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7926         files.
7927
7928 2012-05-03  Yao Qi  <yao@codesourcery.com>
7929
7930         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7931         space.
7932         (i386_process_record): Ditto.
7933
7934 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7935
7936         * infcall.c (unwind_on_signal_p): Make static.
7937
7938 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7939
7940         * sol-thread.c (solaris_pid_to_str): Make static.
7941         (_initialize_sol_thread): Add prototype.
7942
7943 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7944
7945         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7946
7947 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
7948
7949         * MAINTAINERS: Remove myself.
7950
7951 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7952
7953         Fix --without-auto-load-safe-path for MS-Windows host platform.
7954         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7955
7956 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
7957
7958         * gdb_curses.h: Undefine KEY_EVENT before including curses
7959         headers.  Move "#undef MOUSE_MOVED" before any curses header
7960         inclusion.
7961
7962 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7963
7964         * features/i386/i386-mmx-linux.c: Regenerate.
7965         * features/rs6000/powerpc-32.c: Likewise.
7966         * features/rs6000/powerpc-32l.c: Likewise.
7967         * features/rs6000/powerpc-403.c: Likewise.
7968         * features/rs6000/powerpc-403gc.c: Likewise.
7969         * features/rs6000/powerpc-405.c: Likewise.
7970         * features/rs6000/powerpc-505.c: Likewise.
7971         * features/rs6000/powerpc-601.c: Likewise.
7972         * features/rs6000/powerpc-602.c: Likewise.
7973         * features/rs6000/powerpc-603.c: Likewise.
7974         * features/rs6000/powerpc-604.c: Likewise.
7975         * features/rs6000/powerpc-64.c: Likewise.
7976         * features/rs6000/powerpc-64l.c: Likewise.
7977         * features/rs6000/powerpc-750.c: Likewise.
7978         * features/rs6000/powerpc-860.c: Likewise.
7979         * features/rs6000/powerpc-e500.c: Likewise.
7980         * features/rs6000/powerpc-e500l.c: Likewise.
7981         * features/rs6000/powerpc-isa205-32l.c: Likewise.
7982         * features/rs6000/powerpc-isa205-64l.c: Likewise.
7983         * features/rs6000/rs6000.c: Likewise.
7984
7985 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7986
7987         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7988         variable.
7989         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7990         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7991         (stap_parse_argument) <e>: Likewise.
7992         (handle_stap_probe) <byte_order>: Likewise.
7993
7994 2012-04-30  Doug Evans  <dje@google.com>
7995
7996         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7997         init_and_read_dies_worker.  All callers updated.
7998         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
7999         replaced with init_cutu_and_read_dies.
8000         (load_partial_comp_unit): Pass 1 for use_existing_cu.
8001         (find_partial_die): Remove FIXME.  Don't free current CU.
8002
8003 2012-04-30  Sterling Augustine  <saugustine@google.com>
8004
8005         * contrib: New directory.
8006         * contrib/test_pubnames_and_indexes.py: New file.
8007
8008 2012-04-30  Doug Evans  <dje@google.com>
8009
8010         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
8011         All callers updated.
8012         (init_cu_die_reader): Verify the section is non-empty.
8013         (dwarf_decode_line_header): Don't dereference section->asection
8014         until we know the section is present.
8015
8016 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
8017
8018         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
8019         probes.
8020
8021 2012-04-29  Yao Qi  <yao@codesourcery.com>
8022
8023         * gdb-code-style.el: New hook gdb-markup-hook
8024         and gdb-comment-hook.
8025
8026 2012-04-28  Doug Evans  <dje@google.com>
8027
8028         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
8029         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
8030         objfile->obfd.
8031         * symfile.h (dwarf2_debug_sections): New member addr.
8032         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
8033         (ctx_no_get_addr_index): New function.
8034         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
8035         (ctx_no_get_addr_index): Declare.
8036         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
8037         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
8038         (dwarf_expr_ctx_funcs): Update.
8039         (needs_get_addr_index): New function.
8040         (needs_frame_ctx_funcs): Update.
8041         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
8042         * dwarf2read.c: #include "gdbcore.h".
8043         (dwarf2_per_objfile): New members addr, dwo_files.
8044         (dwarf2_elf_names): Add entry for addr.
8045         (struct dwo_section_names): New type.
8046         (dwo_section_names): New static global.
8047         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
8048         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
8049         old debug_types_section member updated to use this.
8050         Rename member debug_types_section to info_or_types_section,
8051         all uses updated.
8052         (signatured_type): Rename member type_offset to type_offset_in_tu,
8053         all uses updated.  New member type_offset_in_section.
8054         (struct dwo_sections): New type.
8055         (struct dwo_unit): New type.
8056         (struct dwo_file): New type.
8057         (die_reader_specs): New member dwo_file.
8058         (dwarf2_locate_sections): Watch for .debug_addr.
8059         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
8060         (dwarf2_read_section): Get bfd of section from bfd's asection,
8061         instead of objfile.
8062         (create_cus_from_index): Initialize the_cu->info_or_types_section.
8063         (create_signatured_type_table_from_index): Initialize
8064         sig_type->info_or_types_section.
8065         (dw2_get_file_names): Statement lists for type units with DWO files
8066         live in the DWO file.
8067         (create_debug_types_hash_table): New function.
8068         (create_all_type_units): Rewrite.
8069         (init_cu_die_reader): New arg dwo_file, all callers updated.
8070         (init_and_read_dies_worker): Get section from
8071         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
8072         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
8073         continue reading the CU/TU from there.
8074         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
8075         updated.  Get section from this_cu->info_or_types_section.
8076         (create_all_comp_units): Initialize this_cu->info_or_types_section.
8077         (skip_one_die): New cases DW_FORM_GNU_addr_index,
8078         DW_FORM_GNU_str_index.
8079         (hash_dwo_file, eq_dwo_file): New functions.
8080         (allocate_dwo_file_hash_table): New function.
8081         (hash_dwo_unit, eq_dwo_unit): New functions.
8082         (allocate_dwo_unit_table): New function.
8083         (dwarf2_locate_dwo_sections): New function.
8084         (struct create_dwo_info_table_data): New type.
8085         (create_debug_info_hash_table_reader): New function.
8086         (create_debug_info_hash_table): New function.
8087         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
8088         (lookup_dwo_file): New function.
8089         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
8090         (free_dwo_file, free_dwo_file_cleanup): New functions.
8091         (free_dwo_file_from_slot, free_dwo_files): New functions.
8092         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
8093         (dwarf2_record_block_ranges): Ditto.
8094         (read_partial_die): Ditto.
8095         (process_enumeration_scope): Update to use type_offset_in_section.
8096         (read_full_die_1): New function.
8097         (read_full_die): Rewrite.
8098         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
8099         DW_FORM_GNU_str_index.
8100         (read_addr_index_1, read_addr_index): New functions.
8101         (read_addr_index_from_leb128): New function.
8102         (struct dwarf2_read_addr_index_data): New type.
8103         (dwarf2_read_addr_index_reader): New function.
8104         (dwarf2_read_addr_index): New function.
8105         (read_str_index): New function.
8106         (leb128_size): New function.
8107         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
8108         If processing a type unit from a DWO file, get the line section
8109         from the DWO file.
8110         (var_decode_location): Watch for DW_OP_GNU_addr_index.
8111         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
8112         DW_FORM_GNU_str_index.
8113         (lookup_die_type): Check whether section offset of type's die is
8114         known before looking it up.  Remove assert.  Condition can
8115         legimately happen for inter-cu type references.
8116         (dwarf_attr_name): Handle Fission attributes.
8117         (dwarf_form_name): Handle Fission forms.
8118         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
8119         DW_FORM_GNU_str_index.
8120         (follow_die_sig): Update to use type_offset_in_section.
8121         (decode_locdesc): New case DW_OP_GNU_addr_index.
8122         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
8123         DW_FORM_GNU_str_index.
8124         (cu_debug_loc_section): New function.
8125         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
8126         (dwarf2_per_objfile_free): Unmap .debug_addr section.
8127         Free DWO files if present.
8128         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
8129
8130         Refactor DIE reading.
8131         * dwarf2read.c (dwarf2_per_objfile): Replace members
8132         debug_info_type_hash and debug_types_type_hash with die_type_hash.
8133         (die_reader_specs): New member "die_section".  Temporarily make
8134         member "buffer" non-const, pending constifying all info_ptr uses.
8135         (die_reader_func_ftype): New typedef.
8136         (dw2_get_file_names_reader): New function.
8137         (dw2_get_file_names): Rewrite.
8138         (read_and_check_type_unit_head): Rename arg type_offset to
8139         type_offset_in_tu.
8140         (create_all_type_units): Improve debugging message.
8141         Improve dummy type unit check.
8142         (init_cu_die_reader): New arg "section".  All callers updated.
8143         (init_and_read_dies_worker): New function.
8144         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
8145         (init_cutu_and_read_dies_no_follow): New function.
8146         (init_cutu_and_read_dies_simple): New function.
8147         (process_psymtab_comp_unit_reader): New function.
8148         (process_psymtab_comp_unit): Delete args section,
8149         is_debug_types_section.  Rewrite.  All callers updated.
8150         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
8151         All callers updated.  Rewrite.
8152         (load_partial_comp_unit_reader): New function.
8153         (load_partial_comp_unit): Rewrite.
8154         (skip_children): New arg reader.  Delete args buffer, cu.
8155         All callers updated.
8156         (skip_one_die): New arg reader.  Delete args buffer, cu.
8157         All callers updated.
8158         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
8159         All callers updated.
8160         (load_full_comp_unit_reader): New function.
8161         (load_full_comp_unit): Rewrite.
8162         (read_comp_unit): Delete.
8163         (read_die_and_children_1): Delete, contents moved ...
8164         (read_die_and_children): ... here.
8165         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
8166         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
8167         All callers updated.
8168         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
8169         All callers updated.
8170         (find_partial_die): Rewrite load_all_dies support.
8171         (read_attribute_value): New arg reader.  Delete args abfd, cu.
8172         All callers updated.
8173         (read_attribute): New arg reader.  Delete args abfd, cu.
8174         All callers updated.
8175         (load_full_type_unit): Add assert.
8176         (read_signatured_type_reader): New function.
8177         (read_signatured_type): Rewrite.
8178         (free_stack_comp_unit): Remove call to age_cached_comp_units.
8179         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
8180         All callers updated.  Set per_cu->cu = NULL after freeing it.
8181         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
8182         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
8183         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
8184         (set_die_type): Update.
8185         (get_die_type_at_offset): Update.
8186         (read_file_scope): Call prepare_one_comp_unit.
8187         (read_type_unit_scope): Ditto.
8188         (prepare_one_comp_unit): Set producer if present.
8189
8190 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
8191
8192         * probe.c (compile_rx_or_error): Silence ARI warning about missing
8193          gettext function on `error'.
8194
8195 2012-04-27  Doug Evans  <dje@google.com>
8196
8197         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
8198         is empty.
8199
8200 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
8201             Tom Tromey  <tromey@redhat.com>
8202
8203         * breakpoint.c (struct breakpoint_objfile_data)
8204         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
8205         <exception_probes>: New fields.
8206         (free_breakpoint_probes): New function.
8207         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
8208         `_Unwind_DebugHook'.
8209         (create_exception_master_breakpoint): Likewise.
8210         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
8211         * infrun.c: Including necessary header files for handling SystemTap
8212         probes.
8213         (handle_inferior_event): Handling longjmp breakpoint and exceptions
8214         via SystemTap probes.
8215         (check_exception_resume): Remove `func' argument.  Handle exception
8216         unwinding breakpoint set via a SystemTap probe.
8217         (insert_exception_resume_from_probe): New function.
8218
8219 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
8220             Tom Tromey  <tromey@redhat.com>
8221             Jan Kratochvil  <jan.kratochvil@redhat.com>
8222
8223         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
8224         (COMMON_OBS): Likewise.
8225         (HFILES_NO_SRCDIR): Add `probe'.
8226         * NEWS: Mention support for static and SystemTap probes.
8227         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
8228         SystemTap probes' arguments parser.
8229         * arm-linux-tdep.c: Including headers needed to perform the parsing
8230         of SystemTap probes' arguments.
8231         (arm_stap_is_single_operand): New function.
8232         (arm_stap_parse_special_token): Likewise.
8233         (arm_linux_init_abi): Initializing proper fields used by SystemTap
8234         probes' arguments parser.
8235         * ax-gdb.c (require_rvalue): Removing static declaration.
8236         (gen_expr): Likewise.
8237         * ax-gdb.h (gen_expr): Declaring function.
8238         (require_rvalue): Likewise.
8239         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
8240         (bkpt_probe_breakpoint_ops): New variable.
8241         (momentary_breakpoint_from_master): Set the `probe' value.
8242         (add_location_to_breakpoint): Likewise.
8243         (break_command_1): Using proper breakpoint_ops according to the
8244         argument passed by the user in the command line.
8245         (bkpt_probe_insert_location): New function.
8246         (bkpt_probe_remove_location): Likewise.
8247         (bkpt_probe_create_sals_from_address): Likewise.
8248         (bkpt_probe_decode_linespec): Likewise.
8249         (tracepoint_probe_create_sals_from_address): Likewise.
8250         (tracepoint_probe_decode_linespec): Likewise.
8251         (tracepoint_probe_breakpoint_ops): New variable.
8252         (trace_command): Using proper breakpoint_ops according to the
8253         argument passed by the user in the command line.
8254         (initialize_breakpoint_ops): Initializing breakpoint_ops for
8255         static probes on breakpoints and tracepoints.
8256         * breakpoint.h (struct bp_location) <probe>: New field.
8257         * cli-utils.c (skip_spaces_const): New function.
8258         (extract_arg): Likewise.
8259         * cli-utils.h (skip_spaces_const): Likewise.
8260         (extract_arg): Likewise.
8261         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8262         * configure.ac: Append `stap-probe.o' to be generated when ELF
8263         support is present.
8264         * configure: Regenerate.
8265         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8266         * elfread.c: Include `probe.h' and `arch-utils.h'.
8267         (probe_key): New variable.
8268         (elf_get_probes): New function.
8269         (elf_get_probe_argument_count): Likewise.
8270         (elf_evaluate_probe_argument): Likewise.
8271         (elf_compile_to_ax): Likewise.
8272         (elf_symfile_relocate_probe): Likewise.
8273         (stap_probe_key_free): Likewise.
8274         (elf_probe_fns): New variable.
8275         (elf_sym_fns): Add `sym_probe_fns' value.
8276         (elf_sym_fns_lazy_psyms): Likewise.
8277         (elf_sym_fns_gdb_index): Likewise.
8278         (_initialize_elfread): Initialize objfile cache for static
8279         probes.
8280         * gdb_vecs.h (struct probe): New forward declaration.
8281         (probe_p): New VEC declaration.
8282         * gdbarch.c: Regenerate.
8283         * gdbarch.h: Regenerate.
8284         * gdbarch.sh (stap_integer_prefix): New variable.
8285         (stap_integer_suffix): Likewise.
8286         (stap_register_prefix): Likewise.
8287         (stap_register_suffix): Likewise.
8288         (stap_register_indirection_prefix): Likewise.
8289         (stap_register_indirection_suffix): Likewise.
8290         (stap_gdb_register_prefix): Likewise.
8291         (stap_gdb_register_suffix): Likewise.
8292         (stap_is_single_operand): New function.
8293         (stap_parse_special_token): Likewise.
8294         (struct stap_parse_info): Forward declaration.
8295         * i386-tdep.c: Including headers needed to perform the parsing
8296         of SystemTap probes' arguments.
8297         (i386_stap_is_single_operand): New function.
8298         (i386_stap_parse_special_token): Likewise.
8299         (i386_elf_init_abi): Initializing proper fields used by SystemTap
8300         probes' arguments parser.
8301         * i386-tdep.h (i386_stap_is_single_operand): New function.
8302         (i386_stap_parse_special_token): Likewise.
8303         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8304         * mipsread.c (ecoff_sym_fns): Likewise.
8305         * objfiles.c (objfile_relocate1): Support relocation for static
8306         probes.
8307         * parse.c (prefixify_expression): Remove static declaration.
8308         (initialize_expout): Likewise.
8309         (reallocate_expout): Likewise.
8310         * parser-defs.h (initialize_expout): Declare function.
8311         (reallocate_expout): Likewise.
8312         (prefixify_expression): Likewise.
8313         * ppc-linux-tdep.c: Including headers needed to perform the parsing
8314         of SystemTap probes' arguments.
8315         (ppc_stap_is_single_operand): New function.
8316         (ppc_stap_parse_special_token): Likewise.
8317         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8318         probes' arguments parser.
8319         * probe.c: New file, for generic statically defined probe support.
8320         * probe.h: Likewise.
8321         * s390-tdep.c: Including headers needed to perform the parsing of
8322         SystemTap probes' arguments.
8323         (s390_stap_is_single_operand): New function.
8324         (s390_gdbarch_init): Initializing proper fields used by SystemTap
8325         probes' arguments parser.
8326         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8327         * stap-probe.c: New file, for SystemTap probe support.
8328         * stap-probe.h: Likewise.
8329         * symfile.h: Include `gdb_vecs.h'.
8330         (struct sym_probe_fns): New struct.
8331         (struct sym_fns) <sym_probe_fns>: New field.
8332         * symtab.c (init_sal): Initialize `probe' field.
8333         * symtab.h (struct probe): Forward declaration.
8334         (struct symtab_and_line) <probe>: New field.
8335         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8336         locations.
8337         (stop_tracing): Likewise.
8338         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8339
8340 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
8341             Tom Tromey  <tromey@redhat.com>
8342
8343         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8344         and to compile agent expressions.
8345         * infrun.c (siginfo_make_value): New argument `ignore'.
8346         (siginfo_funcs): New struct.
8347         (_initialize_infrun): New argument when calling
8348         `create_internalvar_type_lazy'.
8349         * thread.c (thread_id_make_value): New argument `ignore'.
8350         (thread_funcs): New struct.
8351         (_initialize_thread): New argument when calling
8352         `create_internalvar_type_lazy'.
8353         * tracepoint.c (sdata_make_value): New argument `ignore'.
8354         (sdata_funcs): New struct.
8355         (_initialize_tracepoint): New argument when calling
8356         `create_internalvar_type_lazy'.
8357         * value.c (make_value): New struct.
8358         (create_internalvar_type_lazy): New argument `data'.
8359         (compile_internalvar_to_ax): New function.
8360         (value_of_internalvar): Properly handling `make_value' case.
8361         (clear_internalvar): Likewise.
8362         (show_convenience): Adding `TRY_CATCH' block.
8363         * value.h (internalvar_make_value): Delete, replace by...
8364         (struct internalvar_funcs): ... this.
8365         (create_internalvar_type_lazy) <fun>: Delete argument.
8366         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8367         (compile_internalvar_to_ax): New function.
8368         * windows-tdep.c (tlb_make_value): New argument `ignore'.
8369         (tlb_funcs): New struct.
8370         (_initialize_windows_tdep): New argument when calling
8371         `create_internalvar_type_lazy'.
8372
8373 2012-04-27  Mark Wielaard  <mjw@redhat.com>
8374
8375         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8376         see whether it is an address or a constant offset from DW_AT_low_pc.
8377         (dwarf2_record_block_ranges): Likewise.
8378         (read_partial_die): Likewise.
8379
8380 2012-04-26  Mark Wielaard  <mjw@redhat.com>
8381
8382         * MAINTAINERS (Write After Approval): Add myself to the list.
8383
8384 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
8385
8386         * proc-utils.h (proc_prettyprint_signalset): New prototype.
8387         (proc_prettyprint_signal): Likewise.
8388         (proc_prettyprint_faultset): Likewise.
8389         (proc_prettyprint_fault): Likewise.
8390         (proc_prettyprint_actionset): Likewise.
8391         (proc_prettyprint_flags): Move to new proc-flags.c section.
8392         (proc_prettyfprint_flags): New prototype.
8393         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8394         (proc_syscall, proc_cursig): Likewise.
8395         (proc_set_kill_on_last_close): Likewise.
8396         (proc_unset_kill_on_last_close): Likewise.
8397         (proc_set_watchpoint): Make static.
8398         (proc_delete_dead_threads): Likewise.
8399         (procfs_set_watchpoint): Likewise.
8400         (_initialize_procfs): Add prototype.
8401         * proc-events.c: Include proc-utils.h.
8402         (init_syscall_table): Make static.
8403         * proc-api.c (_initialize_proc_api): Add prototype.
8404         * proc-flags.c: Include proc-utils.h.
8405
8406 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
8407
8408         * configure.ac: Add AC_ARG_PROGRAM.
8409         * configure: Regenerate.
8410
8411 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8412
8413         Fix DW_AT_lower_bound defaults for DWARF-4+.
8414         * dwarf2read.c (read_subrange_type): Remove initialization of low and
8415         high.  New variable low_default_is_valid.  Implement DWARF-4+
8416         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
8417         no default by the DWARF standard.
8418
8419 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
8420             Maciej W. Rozycki  <macro@codesourcery.com>
8421
8422         * infrun.c (handle_inferior_event): Move the check for return
8423         trampolines ahead of the check for function trampolines.
8424         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8425         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8426         (mips_str_mips16_ret_stub): Likewise.
8427         (mips_str_call_fp_stub): Likewise.
8428         (mips_str_call_stub): Likewise.
8429         (mips_str_fn_stub): Likewise.
8430         (mips_str_pic): Likewise.
8431         (mips_in_frame_stub): New function.
8432         (mips_unwind_pc): Return the return address rather than the PC
8433         if the PC of an intermediate frame is inside a call thunk.
8434         (mips_is_stub_suffix): New function.
8435         (mips_is_stub_mode): Likewise.
8436         (mips_get_mips16_fn_stub_pc): Likewise.
8437         (mips_skip_mips16_trampoline_code): Update to handle all the
8438         currently generated stub types.  Don't recurse into __fn_stub
8439         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
8440         Use cooked register accesses.
8441         (mips_in_return_stub): Reintroduce function.
8442         (mips_skip_trampoline_code): Traverse trampolines recursively.
8443         (mips_gdbarch_init): Handle MIPS16 return trampolines.
8444
8445 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
8446
8447         GDB 7.4.1 released.
8448
8449 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
8450
8451         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8452         * features/arm-with-m-vfp-d16.xml: New file. Describes
8453         Cortex-M with VFPv4-sp-d16 FPU register layout.
8454         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8455         * features/arm-with-m-vfp-d16.c: New. Generated from above.
8456         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8457         (arm-register_g_packet_guesses): Add vfp-d16 guess.
8458         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8459
8460 2012-04-25  Doug Evans  <dje@google.com>
8461
8462         * cli/cli-decode.c (print_doc_line): Use stream instead of
8463         current_uiout.
8464
8465 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
8466
8467         * features/arm-with-iwmmxt.c: Regenerate.
8468         * features/arm-with-m-fpa-layout.c: Likewise.
8469         * features/arm-with-m.c: Likewise.
8470         * features/arm-with-neon.c: Likewise.
8471         * features/arm-with-vfpv2.c: Likewise.
8472         * features/arm-with-vfpv3.c: Likewise.
8473         * features/mips-dsp-linux.c: Likewise.
8474         * features/mips-linux.c: Likewise.
8475         * features/mips64-dsp-linux.c: Likewise.
8476         * features/mips64-linux.c: Likewise.
8477         * features/s390-linux32.c: Likewise.
8478         * features/s390-linux32v1.c: Likewise.
8479         * features/s390-linux32v2.c: Likewise.
8480         * features/s390-linux64.c: Likewise.
8481         * features/s390-linux64v1.c: Likewise.
8482         * features/s390-linux64v2.c: Likewise.
8483         * features/s390x-linux64.c: Likewise.
8484         * features/s390x-linux64v1.c: Likewise.
8485         * features/s390x-linux64v2.c: Likewise.
8486         * features/tic6x-c62x-linux.c: Likewise.
8487         * features/tic6x-c62x.c: Likewise.
8488         * features/tic6x-c64x-linux.c: Likewise.
8489         * features/tic6x-c64x.c: Likewise.
8490         * features/tic6x-c64xp-linux.c: Likewise.
8491         * features/tic6x-c64xp.c: Likewise.
8492         * target-descriptions.c: Only generate `field_type' and `type'
8493         variables when needed.
8494
8495 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
8496
8497         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8498
8499 2012-04-25  Doug Evans  <dje@google.com>
8500
8501         Initial pass at Go language support.
8502         * NEWS: Mention Go.
8503         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8504         go-valprint.c.
8505         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8506         (YYFILES): Add go-exp.c.
8507         (YYOBJ): Add go-exp.o.
8508         (local-maintainer-clean): Delete go-exp.c.
8509         * defs.h (enum language): Add language_go.
8510         * dwarf2read.c: #include "go-lang.h".
8511         (fixup_go_packaging): New function.
8512         (process_full_comp_unit): Call it when processing Go CUs.
8513         (dwarf2_physname): Add Go support.
8514         (read_file_scope): Handle missing language spec for GNU Go.
8515         (set_cu_language): Handle DW_LANG_Go.
8516         * go-exp.y: New file.
8517         * go-lang.h: New file.
8518         * go-lang.c: New file.
8519         * go-typeprint.c: New file.
8520         * go-valprint.c: New file.
8521         * symtab.c: #include "go-lang.h".
8522         (symbol_set_language): Handle language_go.
8523         (symbol_find_demangled_name, symbol_set_names): Ditto.
8524         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8525
8526 2012-04-24  Jim Meyering  <meyering@redhat.com>
8527
8528         avoid a few strncpy-induced buffer overruns
8529         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8530         fname and psargs before trying to concatenate.
8531         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8532         "name" before applying strchr.
8533
8534 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
8535
8536         * CONTRIBUTE: Use unified diff instead of context diff when
8537         generating patches.
8538
8539 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
8540
8541         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8542         code.  Handle JR.HB correctly.
8543
8544 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
8545
8546         * mips-tdep.c
8547         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8548         with the other MIPS16 helpers.
8549
8550 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
8551
8552         * observer.sh: Conditionally declare `args', thus cleaning up
8553         unused instances of this variable.
8554
8555 2012-04-24  Yao Qi  <yao@codesourcery.com>
8556
8557         Revert this patch to allow breakpoint always-inserted
8558         in record target.
8559         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
8560         * breakpoint.c: Include record.h.
8561         (breakpoints_always_inserted_mode): Return false when the record
8562         target is in use.
8563
8564         * breakpoint.c (iterate_over_bp_locations): New.
8565         * breakpoint.h: Declare.
8566         New typedef walk_bp_location_callback.
8567         * record.c (record_open): Call record_init_record_breakpoints.
8568         (record_sync_record_breakpoints): New.
8569         (record_init_record_breakpoints): New.
8570         * NEWS: Mention supporting breakpoint always-inserted mode in
8571         record target.
8572
8573 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
8574
8575         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8576         any thread.
8577
8578 2012-04-24  Yao Qi  <yao@codesourcery.com>
8579
8580         * breakpoint.c (ep_is_catchpoint): Renamed to ...
8581         (is_catchpoint): ... it.
8582         (print_one_breakpoint_location): Caller update.
8583         * breakpoint.h: Update declaration.
8584
8585 2012-04-23  David S. Miller  <davem@davemloft.net>
8586
8587         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8588
8589 2012-04-23  Tom Tromey  <tromey@redhat.com>
8590
8591         * buildsym.c (add_free_pendings): Remove.
8592         * buildsym.h (add_free_pendings): Remove.
8593
8594 2012-04-23  Doug Evans  <dje@google.com>
8595
8596         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8597         attr.u.unsnd instead of attr.u.addr.
8598         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8599         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8600         DW_FORM_ref_udata.
8601         (dump_die_shallow): Update cases DW_FORM_ref_addr,
8602         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
8603         DW_FORM_ref_udata.
8604         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8605
8606 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
8607
8608         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8609         (mips_o32_return_value): Likewise.
8610         (mips_o64_return_value): Likewise.
8611
8612 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
8613
8614         * ada-lang.c (ada_evaluate_subexp): Add cases for
8615         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8616         their treatment in eval.c.
8617
8618 2012-04-21  David S. Miller  <davem@davemloft.net>
8619
8620         * sparc-tdep.c (X_DISP10): Define.
8621         (sparc_analyze_control_transfer): Handle compare-and-branch.
8622
8623 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
8624
8625         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8626         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8627
8628 2012-04-20  Nigel Stephens  <nigel@mips.com>
8629             Maciej W. Rozycki  <macro@codesourcery.com>
8630
8631         * mips-tdep.c (mips_float_register_p): New function.
8632         (mips_convert_register_float_case_p): Use mips_float_register_p.
8633         (mips_register_type): Likewise.
8634         (mips_print_register): Likewise.
8635         (print_gp_register_row): Likewise.
8636         (mips_print_registers_info): Likewise.
8637
8638 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
8639
8640         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8641         of mips16 symbols.
8642
8643 2012-04-20  Andrew Pinski  <apinski@cavium.com>
8644
8645         * MAINTAINERS (Write After Approval): Add myself to the list.
8646
8647 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8648
8649         * MAINTAINERS: Update my e-mail address.
8650
8651 2012-04-20  Pedro Alves  <palves@redhat.com>
8652
8653         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8654         $srcdir.
8655         * configure: Regenerate.
8656
8657 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8658
8659         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
8660         declaration.
8661         * gdb_vecs.h: Declare `const_char_ptr' VEC.
8662
8663 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8664
8665         Fix compilation compatibility with python-2.4
8666         * python/py-type.c (convert_field): Cast ADDRSTRING for
8667         PyObject_SetAttrString as non-const.  New comment.
8668
8669 2012-04-19  Tom Tromey  <tromey@redhat.com>
8670
8671         * top.c (quit_target): Use all_cleanups.
8672         * main.c (captured_command_loop): Use all_cleanups.
8673         * exceptions.c (throw_exception): Use all_cleanups.
8674
8675 2012-04-19  Pedro Alves  <palves@redhat.com>
8676
8677         * Makefile.in (GNULIB_BUILDDIR): New.
8678         (LIBGNU, INCGNU, GNULIB_H): Adjust.
8679         (SUBDIRS): Add $(GNULIB_BUILDDIR).
8680         (CLEANDIRS). Remove gnulib/import.
8681         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8682         (all-lib): Ditto.
8683         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8684         (gnulib/import/Makefile): Replace gnulib/import with
8685         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
8686         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8687         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
8688         acx_configure_dir.m4.
8689         * acinclude.m4: Include acx_configure_dir.m4.
8690         * acx_configure_dir.m4: New file.
8691         * aclocal.m4: Regenerate.
8692         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8693         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
8694         (GNULIB): New variable.
8695         (GNULIB_STDINT_H): Adjust.
8696         (AC_OUTPUT): Don't output gnulib/Makefile.
8697         * gdb/defs.h: Include build-gnulib/config.h.
8698         * aclocal.m4: Regenerate.
8699         * config.in: Regenerate.
8700         * configure: Regenerate.
8701
8702         * gnulib/Makefile.in: New file.
8703         * gnulib/configure.ac: New file.
8704         * gnulib/aclocal.m4: New file.
8705         * gnulib/config.in: New file.
8706         * gnulib/configure: New file.
8707         * gnulib/: Re-run gnulib-tool to adjust.
8708
8709 2012-04-19  Doug Evans  <dje@google.com>
8710
8711         * cleanups.h (struct cleanup): Move to cleanups.c.
8712         (make_cleanup_dtor_ftype): New typedef.
8713         (make_cleanup_dtor): Use it.
8714         (ALL_CLEANUPS): Replace with ...
8715         (all_cleanups): ... this.  Declare.  All uses updated.
8716         * cleanups.c: #include "gdb_assert.h".
8717         (sentinel_cleanup): New static global.
8718         (SENTINEL_CLEANUP): Define.
8719         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8720         (make_my_cleanup2): Assert result is non-NULL.
8721         (all_cleanups): New function.
8722         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8723         of NULL.
8724
8725 2012-04-19  Pedro Alves  <palves@redhat.com>
8726
8727         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8728         Adjust paths to gnulib imported files.
8729
8730 2012-04-19  Pedro Alves  <palves@redhat.com>
8731
8732         * gnulib/: Move whole directory ...
8733         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8734         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8735         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8736         (aclocal_m4_deps): Adjust.
8737         * aclocal.m4: Regenerate.
8738         * configure: Regenerate.
8739         * configure.ac: Adjust AC_OUTPUT output.
8740
8741 2012-04-19  Yao Qi  <yao@codesourcery.com>
8742
8743         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8744         (vec.o): New rule.
8745         * vec.c: Move it ...
8746         * common/vec.c: ... here.
8747         * vec.h: Move it ...
8748         * common/vec.h: ... here.
8749
8750 2012-04-19  Yao Qi  <yao@codesourcery.com>
8751
8752         * gdb-code-style.el: New.
8753
8754 2012-04-18  Pedro Alves  <palves@redhat.com>
8755
8756         Update gnulib from latest git.
8757         (639ea5ae15e39fe48d43e04864b2997301e4b969)
8758
8759         * gnulib/Makefile.am: Update.
8760         * gnulib/dummy.c: Update.
8761         * gnulib/extra/arg-nonnull.h: Update.
8762         * gnulib/extra/c++defs.h: Update.
8763         * gnulib/extra/update-copyright: Update.
8764         * gnulib/extra/warn-on-use.h: Update.
8765         * gnulib/inttypes.in.h: Update.
8766         * gnulib/m4/00gnulib.m4: Update.
8767         * gnulib/m4/extensions.m4: Update.
8768         * gnulib/m4/gnulib-cache.m4: Update.
8769         * gnulib/m4/gnulib-common.m4: Update.
8770         * gnulib/m4/gnulib-comp.m4: Update.
8771         * gnulib/m4/gnulib-tool.m4: Update.
8772         * gnulib/m4/include_next.m4: Update.
8773         * gnulib/m4/inttypes-pri.m4: Update.
8774         * gnulib/m4/inttypes.m4: Update.
8775         * gnulib/m4/longlong.m4: Update.
8776         * gnulib/m4/memchr.m4: Update.
8777         * gnulib/m4/memmem.m4: Update.
8778         * gnulib/m4/mmap-anon.m4: Update.
8779         * gnulib/m4/multiarch.m4: Update.
8780         * gnulib/m4/onceonly.m4: Update.
8781         * gnulib/m4/stddef_h.m4: Update.
8782         * gnulib/m4/stdint.m4: Update.
8783         * gnulib/m4/string_h.m4: Update.
8784         * gnulib/m4/warn-on-use.m4: Update.
8785         * gnulib/m4/wchar_h.m4: Update.
8786         * gnulib/m4/wchar_t.m4: Update.
8787         * gnulib/m4/wint_t.m4: Update.
8788         * gnulib/memchr.c: Update.
8789         * gnulib/memmem.c: Update.
8790         * gnulib/stddef.in.h: Update.
8791         * gnulib/stdint.in.h: Update.
8792         * gnulib/str-two-way.h: Update.
8793         * gnulib/string.in.h: Update.
8794         * gnulib/wchar.in.h: Update.
8795
8796         * gnulib/extra/arg-nonnull.h: Delete.
8797         * gnulib/extra/c++defs.h: Delete.
8798         * gnulib/extra/warn-on-use.h: Delete.
8799         * gnulib/m4/wchar_h.m4: Delete.
8800         * gnulib/m4/wint_t.m4: Delete.
8801         * gnulib/wchar.in.h: Delete.
8802
8803         * gnulib/extra/snippets/arg-nonnull.h: New.
8804         * gnulib/extra/snippets/c++defs.h: New.
8805         * gnulib/extra/snippets/warn-on-use.h: New.
8806
8807         * aclocal.m4: Regenerate.
8808         * config.in: Regenerate.
8809         * configure: Regenerate.
8810         * gnulib/Makefile.in: Regenerate.
8811
8812 2012-04-18  Pedro Alves  <palves@redhat.com>
8813
8814         Reimport the update-copyright module from gnulib
8815         (250b80067c1e1d8faa0c42fb572f721975b929c5).
8816
8817         * configure: Regenerate.
8818         * gnulib/Makefile.am: Update.
8819         * gnulib/Makefile.in: Regenerate.
8820         * gnulib/extra/update-copyright: Update.
8821         * gnulib/m4/gnulib-cache.m4: Update.
8822         * gnulib/m4/gnulib-comp.m4: Update.
8823
8824 2012-04-18  Tristan Gingold  <gingold@adacore.com>
8825
8826         * configure.ac (aix): Put -lpthread into libs.
8827         * configure: Regenerate.
8828
8829 2012-04-18  Tom Tromey  <tromey@redhat.com>
8830
8831         * linespec.c (convert_linespec_to_sals): Don't use
8832         SYMBOL_OBJ_SECTION.
8833         (compare_msymbols): Arguments are minsym_and_objfile, not
8834         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
8835
8836 2012-04-18  Pedro Alves  <palves@redhat.com>
8837
8838         Revert gnulib/ part of:
8839         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
8840         Copyright year update in most files (performed by copyright.sh).
8841
8842 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
8843
8844         Fix 64-bit constants on 32-bit hosts.
8845         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8846         from unsigned long to ULONGEST.
8847         (read_signed_leb128): Change declaration return type from long to
8848         LONGEST.
8849         (dwarf2_const_value_attr): Change declaration parameter value from long
8850         to LONGEST.
8851         (dwarf2_compute_name): Change variable value from long to LONGEST.
8852         (read_unsigned_leb128): Change return type, variable result and some
8853         casts from unsigned long to ULONGEST.
8854         (read_signed_leb128): Change return type, variable result and some
8855         casts from long to LONGEST.
8856         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8857         value from long to LONGEST.
8858         (dwarf2_const_value): Change variable value from long to LONGEST.
8859         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8860         plongest and hex_string.
8861         * symtab.h (struct general_symbol_info): Change ivalue from long to
8862         LONGEST, remove the comment.
8863         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8864         Change SYMBOL_VALUE format strings to use plongest and hex_string.
8865
8866 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
8867
8868         PR symtab/7259:
8869         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8870         * ada-lang.c (ada_discrete_type_high_bound)
8871         (ada_discrete_type_low_bound): Fix function comment.  Use
8872         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8873         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8874         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8875         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8876         Use TYPE_FIELD_ENUMVAL.
8877         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8878         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8879         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8880         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
8881         TYPE_CODE_ENUM.
8882         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8883         * dwarf2read.c (process_enumeration_scope): Likewise.
8884         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8885         field.bitpos.
8886         (class StructMainTypePrettyPrinter): Support also
8887         FIELD_LOC_KIND_ENUMVAL.
8888         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8889         TYPE_CODE_ENUM.
8890         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8891         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8892         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8893         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
8894         field enumval.
8895         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8896         accommodate enumval.
8897         (struct call_site): Adjust loc_kind to accommodate enumval.
8898         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8899         (TYPE_FIELD_ENUMVAL): New macros.
8900         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8901         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8902         TYPE_CODE_ENUM.
8903         * p-typeprint.c (pascal_type_print_base): Likewise.
8904         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8905         enumval.
8906         * python/lib/gdb/types.py (make_enum_dict): Likewise.
8907         * python/py-type.c (convert_field): New variable addrstring.  Use
8908         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8909         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8910         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8911         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8912         TYPE_CODE_ENUM.
8913         * valprint.c (generic_val_print): Likewise.
8914
8915 2012-04-17  Doug Evans  <dje@google.com>
8916
8917         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8918
8919         * dwarf2read.c: Whitespace fixes.
8920         (lookup_signatured_type): Tweak comment.
8921         (get_die_type_at_offset): Fix comment.
8922
8923 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8924
8925         * xcoffread.c (xcoff_secnum_to_sections): New function.
8926         (secnum_to_section, secnum_to_bfd_section): Reimplement
8927         using xcoff_secnum_to_sections.  Rename "secnum" parameter
8928         into "n_scnum".
8929         (RECORD_MINIMAL_SYMBOL): Delete.
8930         (record_minimal_symbol): New function.
8931         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8932         by call to record_minimal_symbol and set misc_func_recorded
8933         to 1.  Set last_csect_sec to the XCOFF section index instead
8934         of GDB's section_offset index.  Update calls to
8935         prim_record_minimal_symbol_and_info to pass the BFD section
8936         as well.
8937
8938 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8939
8940         * xcoffread.c (read_xcoff_symtab): Delete variables
8941         last_csect_val and last_csect_sec and associated code.
8942
8943 2012-04-17  Doug Evans  <dje@google.com>
8944
8945         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8946         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8947         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8948         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8949
8950         * cleanups.h: New file.
8951         * cleanups.c: New file.
8952         * Makefile.in (SFILES): Add cleanups.c.
8953         (HFILES_NO_SRCDIR): Add cleanups.h.
8954         (COMMON_OBS): Add cleanups.o.
8955         * defs.h (struct cleanup): Moved to cleanups.h.
8956         (do_cleanups,do_final_cleanups): Ditto.
8957         (discard_cleanups,discard_final_cleanups): Ditto
8958         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8959         (save_cleanups,save_final_cleanups): Ditto.
8960         (restore_cleanups,restore_final_cleanups): Ditto.
8961         (null_cleanup): Ditto.
8962         (make_my_cleanup,make_my_cleanup2): Ditto.
8963         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8964         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8965         (do_cleanups,do_final_cleanups): Ditto.
8966         (discard_cleanups,discard_final_cleanups): Ditto
8967         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8968         (save_cleanups,save_final_cleanups): Ditto.
8969         (restore_cleanups,restore_final_cleanups): Ditto.
8970         (null_cleanup): Ditto.
8971         (make_my_cleanup,make_my_cleanup2): Ditto.
8972         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8973
8974         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8975         make_my_cleanup.
8976         (make_cleanup_dyn_string_delete): Ditto.
8977         (make_cleanup_ui_file_delete): Ditto.
8978         (make_cleanup_ui_out_redirect_pop): Ditto.
8979         (make_cleanup_free_section_addr_info): Ditto.
8980         (make_cleanup_restore_integer): Ditto.
8981         (make_cleanup_unpush_target): Ditto.
8982         (make_cleanup_value_free_to_mark): Ditto.
8983         (make_cleanup_value_free): Ditto.
8984         (make_cleanup_free_so): Ditto.
8985
8986 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8987
8988         New option "set debug auto-load".
8989         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8990         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8991         (auto_load_safe_path_vec_update)
8992         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8993         if DEBUG_AUTO_LOAD.
8994         (file_is_auto_load_safe): New parameters debug_fmt and ....
8995         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8996         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8997         caller by explanatory string.
8998         (_initialize_auto_load): Register "set debug auto-load".
8999         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
9000         and ....
9001         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
9002         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
9003         by explanatory string.
9004         * main.c (captured_main): Likewise.
9005         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
9006         (source_section_scripts): Likewise.
9007
9008 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9009
9010         New option "set auto-load safe-path".
9011         * NEWS: New commands "set auto-load safe-path"
9012         and "show auto-load safe-path".
9013         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
9014         (auto_load_safe_path, auto_load_safe_path_vec)
9015         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
9016         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
9017         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
9018         (source_gdb_script_for_objfile): New variable is_safe.  Call
9019         file_is_auto_load_safe.  Return if it is not.
9020         (struct loaded_script): New field loaded.
9021         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
9022         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
9023         output "Missing" to "No".
9024         (_initialize_auto_load): New variable cmd.  Initialize
9025         auto_load_safe_path.  Register "set auto-load safe-path",
9026         "show auto-load safe-path" and "add-auto-load-safe-path".
9027         * auto-load.h (maybe_add_script): Add parameter loaded.
9028         (file_is_auto_load_safe): New declaration.
9029         * config.in: Regenerate.
9030         * configure: Regenerate.
9031         * configure.ac: New parameters --with-auto-load-safe-path
9032         and --without-auto-load-safe-path.
9033         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
9034         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
9035         * main.c (captured_main): Check file_is_auto_load_safe for
9036         LOCAL_GDBINIT.
9037         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
9038         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
9039         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
9040         not.
9041
9042 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9043
9044         auto-load: Implementation.
9045         * NEWS: New descriptions for "info auto-load",
9046         "info auto-load gdb-scripts", "info auto-load python-scripts",
9047         "info auto-load local-gdbinit" and "info auto-load libthread-db".
9048         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
9049         and "show auto-load-scripts".  New description for "set auto-load",
9050         "show auto-load", "set auto-load gdb-scripts",
9051         "show auto-load gdb-scripts", "set auto-load python-scripts",
9052         "show auto-load python-scripts", "set auto-load local-gdbinit",
9053         "show auto-load local-gdbinit", "set auto-load libthread-db" and
9054         "show auto-load libthread-db".
9055         * auto-load.c: Remove include python/python-internal.h.  Add includes
9056         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
9057         cli/cli-setshow.h.
9058         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
9059         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
9060         (gdbpy_global_auto_load): Rename to ...
9061         (global_auto_load): ... here.
9062         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
9063         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
9064         (script_language_gdb, source_gdb_script_for_objfile): New.
9065         (struct loaded_script): New field language.
9066         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
9067         LANGUAGE.
9068         (maybe_add_script): Add parameter language.  Drop redundant
9069         entry.full_path initialization.  Initialize entry.language and
9070         (*slot)->language.
9071         (auto_load_objfile_script): Change parameter suffix to language.
9072         Remove the call of maybe_add_script.
9073         Call language->source_script_for_objfile.
9074         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
9075         New.
9076         (collect_matching_scripts): Adjust it for
9077         struct collect_matching_scripts_data.
9078         (auto_load_info_scripts_pattern_nl): New variable.
9079         (info_auto_load_scripts): Rename to ...
9080         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
9081         for struct collect_matching_scripts_data.
9082         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
9083         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
9084         (auto_load_show_cmdlist_get, info_auto_load_cmd)
9085         (auto_load_info_cmdlist_get): New.
9086         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
9087         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
9088         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
9089         "info auto-load local-gdbinit".
9090         * auto-load.h (struct script_language): New.
9091         (gdbpy_global_auto_load): Rename to ...
9092         (global_auto_load): ... here.
9093         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
9094         (auto_load_local_gdbinit_loaded): New declarations.
9095         (maybe_add_script): New parameter language.
9096         (auto_load_objfile_script): Change parameter suffix to language.
9097         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
9098         (auto_load_info_scripts, auto_load_set_cmdlist_get)
9099         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
9100         declarations.
9101         * linux-thread-db.c: Include auto-load.h and ctype.h.
9102         (auto_load_thread_db, show_auto_load_thread_db): New.
9103         (struct thread_db_info): New field filename.
9104         (delete_thread_db_info): Call xfree for FILENAME.
9105         (try_thread_db_load): Initialize FILENAME.
9106         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
9107         if !AUTO_LOAD_THREAD_DB.
9108         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
9109         (_initialize_thread_db): Install auto_load_thread_db
9110         as "set auto-load libthread-db" and install info_auto_load_libthread_db
9111         as "info auto-load libthread-db".
9112         * main.c (captured_main): Rename gdbpy_global_auto_load to
9113         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
9114         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
9115         (print_gdb_help): Extend the help for 'local init file'.
9116         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
9117         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
9118         (auto_load_scripts): Rename to ...
9119         (auto_load_python_scripts): ... here, update the comment.
9120         (gdbpy_load_auto_script_for_objfile): New declaration.
9121         (show_auto_load_python_scripts, script_language_python)
9122         (gdbpy_load_auto_script_for_objfile): New.
9123         (source_section_scripts): Refactor the code.
9124         (load_auto_scripts_for_objfile): Rename to ...
9125         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
9126         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
9127         (info_auto_load_python_scripts): New.
9128         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
9129         Rename "set auto-load-scripts" to "set auto-load python-scripts".
9130         Register "set auto-load-scripts" as its deprecated alias.  Register
9131         "info auto-load python-scripts".  Register "info auto-load-scripts" as
9132         its deprecated alias.
9133         (load_auto_scripts_for_objfile): Rename to ...
9134         (gdbpy_load_auto_scripts_for_objfile): ... here.
9135         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
9136         (gdbpy_load_auto_scripts_for_objfile): ... here.
9137
9138 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9139
9140         auto-load: Move files.
9141         * Makefile.in (SFILES): Add auto-load.c.
9142         (HFILES_NO_SRCDIR): Add auto-load.h.
9143         (COMMON_OBS): Add auto-load.o.
9144         (distclean): Change .gdbinit for gdb-gdb.gdb.
9145         * auto-load.c: New file, with parts from python/py-auto-load.c.
9146         * auto-load.h: New file, with parts from python/python.h.
9147         * configure: Regenerate.
9148         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
9149         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
9150         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
9151         * main.c: Include auto-load.h.
9152         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
9153         command.h, observer.h and progspace.h to auto-load.c.  Add include
9154         auto-load.h.
9155         (gdbpy_global_auto_load, struct auto_load_pspace_info)
9156         (struct loaded_script, auto_load_pspace_data)
9157         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
9158         (hash_loaded_script_entry, eq_loaded_script_entry)
9159         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
9160         (maybe_add_script): Move to auto-load.c.
9161         (source_section_scripts): Change maybe_add_script parameters passing,
9162         use script_not_found_warning_print.
9163         (clear_section_scripts, auto_load_objfile_script)
9164         (auto_load_new_objfile, loaded_script_ptr)
9165         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
9166         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
9167         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
9168         auto_load_new_objfile and info_auto_load_scripts initizations to
9169         auto-load.c.
9170         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
9171
9172 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9173
9174         Code cleanup.
9175         * charset.c (find_charset_names): Remove variables ix and elt.
9176         Use free_char_ptr_vec.
9177         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
9178         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
9179         debugdir_end.  New variable debugdir_len.
9180         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
9181         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
9182         declarations.
9183         * progspace.c (clear_program_space_solib_cache): Remove variables ix
9184         and elt.  Use free_char_ptr_vec.
9185         * source.c (add_path): Remove variables argv, arg and argv_index.
9186         New variables dir_vec, back_to, ix and name.
9187         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
9188         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
9189         no longer expecting DIRNAME_SEPARATOR.
9190         (openp): Remove variable p, p1 and len.  New variables dir_vec,
9191         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
9192         no longer expecting DIRNAME_SEPARATOR.
9193         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
9194         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
9195         debugdir_end.
9196         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
9197         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
9198         (dirnames_to_char_ptr_vec): New functions.
9199
9200 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9201
9202         Code cleanup.
9203         * source.c (add_path): Remove always true conditional 'p == 0' and
9204         unindent its code block.
9205
9206 2012-04-17  Pedro Alves  <palves@redhat.com>
9207
9208         * gdbtypes.h (FIELD_BITPOS): Rename to ...
9209         (FIELD_BITPOS_LVAL): ... this.
9210         (FIELD_BITPOS): New.
9211         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
9212         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
9213         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
9214         SET_FIELD_BITPOS.
9215         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
9216         SET_FIELD_BITPOS.
9217         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
9218         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
9219         * target-descriptions.c (tdesc_gdb_type): Adjust to use
9220         SET_FIELD_BITPOS.
9221
9222 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9223
9224         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
9225         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
9226         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
9227         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
9228         * jv-lang.c (java_link_class_type): Likewise, once.
9229         * stabsread.c (read_enum_type): Likewise.
9230
9231 2012-04-16  Yao Qi  <yao@codesourcery.com>
9232
9233         * common/agent.c (agent_run_command): Add one more parameter `len'.
9234         Update callers.
9235         * common/agent.h: Update declaration.
9236         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9237         Update.
9238         (linux_child_static_tracepoint_markers_by_strid): Ditto.
9239
9240 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
9241
9242         PR mi/13393
9243         * value.c (value_actual_type): New function.
9244         * value.h (value_actual_type): New declaration.
9245         * varobj.c (update_type_if_necessary): New function.
9246         (varobj_create): Call value_actual_type instead of
9247         value_type.
9248         (install_dynamic_child): distinct changed and type changed MI variable
9249         objects.
9250         (update_dynamic_varobj_children): Updated for install_dynamic_child
9251         change.  All callers updated.
9252         (varobj_update): Support for MI variable object type change if
9253         the value changed and RTTI is used to determine the type.
9254         (create_child_with_value): Call value_actual_type instead of
9255         value_type.
9256         (adjust_value_for_child_access): Extended with a new parameter which
9257         specify whether the given value should be casted to enclosing type.
9258         All callers updated.
9259
9260 2012-04-14  Yao Qi  <yao@codesourcery.com>
9261
9262         Import gnulib module inttypes from git
9263         (250b80067c1e1d8faa0c42fb572f721975b929c5)
9264         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
9265         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
9266         gnulib/m4/inttypes-pri.m4
9267         * aclocal.m4, config.in, configure: Regenerated.
9268         * gnulib/Makefile.am: Update.
9269         * gnulib/Makefile.in: Update.
9270         * gnulib/m4/gnulib-cache.m4: Update.
9271         * gnulib/m4/gnulib-comp.m4: Update.
9272         * gnulib/inttypes.in.h: New.
9273         * gnulib/m4/inttypes-pri.m4: New.
9274         * gnulib/m4/inttypes.m4: New.
9275
9276 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
9277
9278         * infrun.c (resume): Update PC address to the real PC after
9279         preparing to do displaced stepping.
9280
9281 2012-04-12  Doug Evans  <dje@google.com>
9282
9283         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9284         All callers updated.
9285
9286 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
9287
9288         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9289
9290 2012-04-12  Doug Evans  <dje@google.com>
9291
9292         * dwarf2read.c (create_all_type_units): Renamed from
9293         create_debug_types_hash_table.  All callers updated.
9294
9295         * dwarf2read.c (create_signatured_type_table_from_index): Rename
9296         local type_sig to sig_type, type_offset to type_offset_in_tu.
9297         (hash_signatured_type): Renamed from hash_type_signature,
9298         all callers updated.
9299         (eq_signatured_type): Renamed from eq_type_signature,
9300         all callers updated.
9301         (create_debug_types_hash_table): Rename local type_sig to sig_type.
9302         (process_enumeration_scope): Ditto.
9303         (lookup_signatured_type_at_offset): Ditto.
9304         (load_full_type_unit, read_signatured_type): Ditto.
9305
9306 2012-04-12  Yao Qi  <yao@codesourcery.com>
9307
9308         * remote.c (async_remote_interrupt): Correct function name in
9309         debug message.
9310         (async_remote_interrupt_twice): Ditto.
9311
9312 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
9313
9314         * source.c (find_and_open_source): Consistently pass resulting
9315         full path through xfullpath.
9316
9317 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9318
9319         Provide more specific displaced-stepping memory error message.
9320         * infrun.c (displaced_step_prepare): New variable status.  Call
9321         target_read_memory instead of read_memory, provide more specific
9322         error message.
9323
9324 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9325
9326         PR gdb/13901
9327         * darwin-nat.c (darwin_execvp): Revert previous patch.
9328
9329 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9330
9331         PR gdb/13901
9332         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9333         in case of change.
9334
9335 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9336
9337         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9338         warning.
9339
9340 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
9341
9342         New command 'explore' which helps explore values and types in
9343         scope.
9344         * NEWS: Add an entry about the new 'explore' command.
9345         * data-directory/Makefile.in: Add gdb/command/explore.py
9346         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9347         command using the GDB Python API.
9348
9349 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
9350
9351         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9352         extension in jump target calculation.
9353
9354 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
9355
9356         * mips-tdep.c (mips32_next_pc): Handle JALX.
9357
9358 2012-04-10  Yao Qi  <yao@codesourcery.com>
9359
9360         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9361
9362 2012-04-10  Yao Qi  <yao@codesourcery.com>
9363
9364         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9365         and gnulib/m4/gnulib-tool.m4.
9366
9367 2012-04-10  Doug Evans  <dje@google.com>
9368
9369         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9370         (load_partial_dies): Clarify comment.
9371         (find_partial_die): Support rereading type units.
9372         Clarify CU handling, if we know offset is in CU, don't search for the
9373         containing CU.  Add comment regarding memory waste.
9374
9375 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
9376
9377         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9378         i386/x32-avx and i386/x32-avx-linux.
9379         (i386/x32-expedite): New.
9380         (i386/x32-linux-expedite): Likewise.
9381         (i386/x32-avx-expedite): Likewise.
9382         (i386/x32-avx-linux-expedite): Likewise.
9383         ($(outdir)/i386/x32.dat): Likewise.
9384         ($(outdir)/i386/x32-linux.dat): Likewise.
9385         ($(outdir)/i386/x32-avx.dat): Likewise.
9386         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9387
9388         * features/i386/x32-avx-linux.xml: New file.
9389         * features/i386/x32-avx.xml: Likewise.
9390         * features/i386/x32-core.xml: Likewise.
9391         * features/i386/x32-linux.xml: Likewise.
9392         * features/i386/x32.xml: Likewise.
9393
9394         * features/i386/x32-avx-linux.c: New.  Generated.
9395         * features/i386/x32-avx.c: Likewise.
9396         * features/i386/x32-linux.c: Likewise.
9397         * features/i386/x32.c: Likewise.
9398         * regformats/i386/x32-avx-linux.dat: Likewise.
9399         * regformats/i386/x32-avx.dat: Likewise.
9400         * regformats/i386/x32-linux.dat: Likewise.
9401         * regformats/i386/x32.dat: Likewise.
9402
9403 2012-04-10  Tristan Gingold  <gingold@adacore.com>
9404
9405         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9406         code to kill the inferior.
9407
9408 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
9409
9410         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9411         defines.
9412         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9413         defines.
9414         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9415         (yyvsp): New defines.
9416         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9417         defines.
9418         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9419         defines.
9420         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9421         defines.
9422         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9423         defines.
9424         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9425         defines.
9426
9427 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
9428
9429         * sparc64-tdep.c (sparc64_store_arguments)
9430         (sparc64_store_arguments): Fix coding style.
9431
9432 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
9433
9434         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9435         complex floats, adjust some related comments and tighten a related
9436         assertion.
9437         (sparc64_extract_return_value): Handle complex floats.
9438
9439 2012-04-07  Doug Evans  <dje@google.com>
9440
9441         * dwarf2read.c (load_partial_dies): Change condition to assert.
9442
9443 2012-04-06  Doug Evans  <dje@google.com>
9444
9445         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9446         "mov %rsp,%rbp".
9447
9448 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
9449
9450         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9451         fencepost error.
9452         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9453         (v850_gdbarch_init): Set `num_regs' as appropriate for the
9454         architecture.
9455
9456 2012-04-05  Keith Seitz  <keiths@redhat.com>
9457
9458         * linespec.c (decode_compound): Remove.
9459         (enum offset_relative_sign): New enum.
9460         (struct line_offset): New struct.
9461         (struct linespec): New struct.
9462         (struct linespec_state): Move file_symtabs,
9463         user_filename, and user_function into struct linespec.
9464         Make result an anonymous struct holding vectors of
9465         symbolp and minsym_and_objfile_d.
9466         Add language member.
9467         (enum ls_token_type): New enum.
9468         (linespec_keywords): New array.
9469         (struct ls_token): New struct.
9470         (struct ls_parser): New struct.
9471         (linespec_lexer_lex_number): New function.
9472         (linespec_lexer_lex_keyword): New function.
9473         (is_ada_operator): New function.
9474         (skip_quote_char): New function.
9475         (copy_token_string): New function.
9476         (is_closing_quote_enclosed): New function.
9477         (find_parameter_list_end): New function.
9478         (linespec_lexer_lex_string): New function.
9479         (linespec_lexer_lex_one): New function.
9480         (linespec_lexer_consume_token): New function.
9481         (linespec_lexer_peek_token): New function.
9482         (cplusplus_error): Remove unused function.
9483         (find_methods): Update comment.
9484         (find_toplevel_char): Return const.
9485         (is_objc_method_format): Remove unused function.
9486         (find_toplevel_string): New function.
9487         (is_linespec_boundary): Remove.
9488         (symbol_not_found_error): New function.
9489         (find_method_overload_end): Remove function.
9490         (unexpected_linespec_error): New function.
9491         (keep_name_info): Remove.
9492         (linespec_parse_line_offset): New function.
9493         (linespec_parse_basic): New function.
9494         (canonicalize_linespec): New function.
9495         (decode_line_internal): Remove.
9496         (create_sals_line_offset): New function adapted from
9497         decode_all_digits.
9498         (convert_linespec_to_sals): New function.
9499         (parse_linespec): New function.
9500         (linespec_parser_new): New function.
9501         (linespec_state_destructor): Change parameter type to
9502         struct linespec_state *.
9503         Add language parameter.
9504         Remove freeing of moved members.
9505         (linespec_parser_delete): New function.
9506         (decode_line_full): Use parse_linespec and linespec_parser_new.
9507         (decode_line_1): Likewise.
9508         (decode_indirect): Rename to ...
9509         (linespec_expression_to_pc): ... this and rewrite
9510         to simply find CORE_ADDR, storing this result for later
9511         conversion to SALs.
9512         (locate_first_half): Remove.
9513         (deocde_objc): Add parameter LS.
9514         Initialize new struct collect_info members.
9515         Handle minimal symbols, too.
9516         (decode_compound): Delete.
9517         (lookup_prefix_sym): Rewrite.
9518         (compare_msymbols): New function.
9519         (find_method): Rewrite.
9520         Do not call cplusplus_error.
9521         (symtabs_from_filename): Rewrite.
9522         (collect_function_symbols): Delete.
9523         (find_function_symbols): Rewrite without ARGPTR-style
9524         processing.
9525         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9526         (decode_dollar): Adapted and renamed to ...
9527         (linespec_parse_variable): ... this.
9528         (find_linespec_symbols): New function.
9529         (decode_label): Adapted and renamed to ...
9530         (find_label_symbols): ... this.
9531         (decode_digits_list_mode): Add and use LS argument.
9532         (decode_digits_ordinary): Likewise.
9533         (collect_symbols): Do not collect SALs, just symbols and msymbols.
9534         If in list mode, allow any symbol class.  Otherwise, only
9535         permit LOC_BLOCK symbols.
9536         (minsym_found): Update comments.
9537         (search_minsyms_for_name): Do not convert the matching symbol
9538         into a SAL.  Simply push the symbol and objfile into the
9539         result vector.
9540         (decode_variable): Delete. Contents adapted into
9541         find_linespec_symbols.
9542
9543         * cp-support.c (SKIP_SPACE): Remove.
9544         (operator_tokens): Remove unused global.
9545         (cp_validate_operator): Remove.
9546         * cp-support.h (cp_validate_operator): Remove declaration.
9547
9548 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9549
9550         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9551         for TYPE_VPTR_FIELDNO.
9552         * valprint.c (valprint_check_validity): Make it global, move the
9553         function comment ...
9554         * value.h (valprint_check_validity): ... to this new declaration.
9555
9556 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9557
9558         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9559         the STATE32 api for i386 state.
9560         (i386_darwin_store_inferior_registers): Likewise.
9561
9562 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9563
9564         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9565         SS offset.
9566         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9567         format_string.
9568
9569 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9570
9571         PR gdb/13901
9572         * darwin-nat.c (darwin_execvp): Set binary preference.
9573
9574 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9575
9576         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9577
9578 2012-03-30  Tom Tromey  <tromey@redhat.com>
9579
9580         * python/python.c (gdbpy_decode_line): Move cleanup creation out
9581         of TRY_CATCH.  Fix error handling.
9582         * python/py-value.c (convert_value_from_python): Move 'old'
9583         declaration to innermost scope.
9584
9585 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9586             Andrey Smirnov  <andrew.smirnov@gmail.com>
9587
9588         -Wshadow warning fix.
9589         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9590         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9591         Adjust code accordingly.
9592
9593 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9594
9595         * ada-lang.c (symbol_completion_add): Rename parameter
9596         "encoded" into "encoded_p".  Ajust code and documentation
9597         accordingly.
9598
9599 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9600             Andrey Smirnov  <andrew.smirnov@gmail.com>
9601
9602         -Wshadow warning fix.
9603         * ada-lang.c (symbol_completion_add): Rename parameter
9604         "wild_match" into wild_match_p.  Update code and documentation
9605         accordingly.
9606
9607 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9608
9609         * ada-lang.c (symbol_completion_match): Rename parameter
9610         "encoded" into "encoded_p".  Ajust code and documentation
9611         accordingly.
9612
9613 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9614             Andrey Smirnov  <andrew.smirnov@gmail.com>
9615
9616         -Wshadow warning fix.
9617         * ada-lang.c (symbol_completion_match): Rename parameter
9618         "wild_match" into "wild_match_p".  Adjust code and function
9619         documentation accordingly.
9620
9621 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9622             Andrey Smirnov  <andrew.smirnov@gmail.com>
9623
9624         -Wshadow warning fix.
9625         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9626         "symbol_info" into "info".  Adjust code accordingly.
9627         (ada_lookup_symbol): Likewise.
9628
9629 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9630
9631         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9632         of this function's documentation.
9633
9634 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9635             Andrey Smirnov  <andrew.smirnov@gmail.com>
9636
9637         -Wshadow warning fix.
9638         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9639         variable into "wild_match_p".  Adjust code accordingly.
9640
9641 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9642             Andrey Smirnov  <andrew.smirnov@gmail.com>
9643
9644         -Wshadow warning fix.
9645         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9646         parameter into "wild_match_p".  Adjust code accordingly.
9647         Document this parameter in the function description.
9648
9649 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9650             Andrey Smirnov  <andrew.smirnov@gmail.com>
9651
9652         -Wshadow warning fix.
9653         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9654         "wild_match" parameter to "wild_match_p" (-Wshadow).
9655
9656 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9657
9658         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9659         in function documentation.
9660
9661 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9662             Andrey Smirnov  <andrew.smirnov@gmail.com>
9663
9664         -Wshadow warning fix.
9665         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9666         variable into wild_match_p.  Adjust code accordingly.
9667
9668 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9669             Andrey Smirnov  <andrew.smirnov@gmail.com>
9670
9671         * ada-valprint.c (ada_val_print_1): Move the code handling
9672         TYPE_CODE_ENUM inside its own lexical block.  Declare
9673         variables len and val there, instead of in the function's
9674         top level block.  Avoid declaring deref_val again in a way
9675         that shadows another variable of the same name declared
9676         in one of the up-level blocks.  Just re-use the up-level
9677         variable instead.
9678
9679 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9680
9681         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9682         Replace block_found argument by symbol_info.  Adjust
9683         implementation accordingly.  Add function documentation.
9684         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9685         Fix documentation.
9686         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9687         * ada-exp.y (write_object_renaming): Adjust to new
9688         ada_lookup_encoded_symbol API.
9689
9690 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9691
9692         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
9693         documentation.
9694
9695 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
9696
9697         * v850-tdep.c: Add the enum values for mpu and fpu registers.
9698         (v850_register_name): Add the mpu and fpu register names.
9699         (v850e_register_name): Add the mpu and fpu register names.
9700         (v850e2_register_name): New function.
9701         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9702         bfd_mach_v850e2v3.
9703
9704 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9705
9706         * NEWS: Add entry for Ada varobj support.
9707
9708 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9709
9710         * varobj.c (default_value_is_changeable_p): New function,
9711         extracted from varobj_value_is_changeable_p.  Add declaration.
9712         (ada_value_is_changeable_p): New function, extracted from
9713         varobj_value_is_changeable_p.  Add declaration.
9714         (struct language_specific): New field "value_is_changeable_p".
9715         (languages): Add entries for new field.
9716         (varobj_create): Set language before calling install_new_value.
9717         (varobj_value_is_changeable_p): Reimplement to call the varobj's
9718         "value_is_changeable_p" language callback.
9719
9720 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9721
9722         * ada-varobj.h, ada-varobj.c: New files.
9723         * Makefile.in (SFILES): Add ada-varobj.c.
9724         (HFILES_NO_SRCDIR): Add ada-varobj.h.
9725         (COMMON_OBS): Add ada-varobj.o.
9726
9727 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9728
9729         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
9730         (struct language_specific): New field "value_has_mutated".
9731         (languages): Set field "value_has_mutated" in each entry of array.
9732         (varobj_value_has_mutated): New function.
9733         (varobj_udpdate): Add handling of type mutation.
9734         (value_of_root): Add handling of type mutation.
9735         (ada_value_has_mutated): New function.
9736
9737 2012-03-28  Pedro Alves  <palves@redhat.com>
9738
9739         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9740         Always supply $fr0 as 0.0 and $fr1 as 1.0.
9741
9742 2012-03-28  Tom Tromey  <tromey@redhat.com>
9743
9744         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9745         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
9746         before returning.
9747
9748 2012-03-28  Tom Tromey  <tromey@redhat.com>
9749
9750         * .dir-locals.el: New file.
9751
9752 2012-03-28  Pedro Alves  <palves@redhat.com>
9753
9754         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9755
9756 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9757
9758         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9759         handling for r0.
9760
9761 2012-03-27  Pedro Alves  <palves@redhat.com>
9762
9763         Eliminate struct ui_stream.
9764
9765         * ui-out.h (struct ui_stream): Delete.
9766         (ui_out_field_stream): Adjust prototype.
9767         (ui_out_stream_new, ui_out_stream_delete)
9768         (make_cleanup_ui_out_stream_delete): Delete declarations.
9769         * ui-out.c (ui_out_field_stream): Change prototype to take a
9770         ui_file instead of a ui_stream.  Adjust.
9771         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9772         (make_cleanup_ui_out_stream_delete): Delete.
9773         * breakpoint.c (print_breakpoint_location)
9774         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9775         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9776         * disasm.c (dump_insns): Ditto.
9777         (do_mixed_source_and_assembly, do_assembly_only): Adjust
9778         prototype.
9779         (gdb_disassembly): Use ui_file/mem_fileopen instead of
9780         ui_stream/ui_out_stream_new.
9781         * infcmd.c (print_return_value): Ditto.
9782         * osdata.c (info_osdata_command): Don't allocate a local
9783         ui_stream.
9784         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9785         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9786         * tracepoint.c (print_one_static_tracepoint_marker): Don't
9787         allocate a local ui_stream.
9788         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9789         instead of ui_stream/ui_out_stream_new.
9790         (list_args_or_locals): Don't allocate a local ui_stream.
9791         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9792         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9793         ui_stream/ui_out_stream_new.
9794         * cli/cli-setshow.c (do_setshow_command): Ditto.
9795
9796 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
9797
9798         * arm-linux-tdep.c (arm_linux_init_abi): Call
9799         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
9800         * arm-tdep.c (arm_process_record): New function.
9801         (deallocate_reg_mem): New function.
9802         (decode_insn): New function.
9803         (thumb_record_branch): New function.
9804         (thumb_record_ldm_stm_swi(): New function.
9805         (thumb_record_misc): New function.
9806         (thumb_record_ld_st_stack): New function.
9807         (thumb_record_ld_st_imm_offset): New function.
9808         (thumb_record_ld_st_reg_offset(): New function.
9809         (thumb_record_add_sub_cmp_mov): New function.
9810         (thumb_record_shift_add_sub): New function.
9811         (arm_record_coproc_data_proc): New function.
9812         (arm_record_coproc): New function.
9813         (arm_record_b_bl): New function.
9814         (arm_record_ld_st_multiple): New function.
9815         (arm_record_ld_st_reg_offset): New function.
9816         (arm_record_ld_st_imm_offset): New function.
9817         (arm_record_data_proc_imm): New function.
9818         (arm_record_data_proc_misc_ld_str): New function.
9819         (arm_record_extension_space): New function.
9820         (arm_record_strx): New function.
9821         (sbo_sbz): New function.
9822         (struct insn_decode_record): New structure for arm insn record.
9823         (REG_ALLOC): New macro for reg allocations.
9824         (MEM_ALLOC): New macro for memory allocations.
9825         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9826
9827 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
9828
9829         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9830         (store_register): Likewise.
9831
9832 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
9833
9834         * MAINTAINERS (Write After Approval): Add myself to the list.
9835
9836 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9837
9838         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9839         Describe also the option "auto".
9840
9841 2012-03-22  Richard Henderson  <rth@redhat.com>
9842
9843         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9844         * sparc-nat.c (sparc_xfer_wcookie): Make static.
9845
9846 2012-03-22  Richard Henderson  <rth@redhat.com>
9847
9848         * jit.c (jit_read_code_entry): Compute alignment and offset of
9849         int64_t member before computing entry_size.
9850
9851 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
9852
9853         Python scripting: Add new method Value.referenced_value to
9854         gdb.Value which can dereference pointer as well as reference
9855         values.
9856         * NEWS: Add entry under 'Python scripting' about the new method
9857         Value.referenced_value on gdb.Value objects.
9858         * python/py-value.c (valpy_referenced_value): New function
9859         defining a new method on gdb.Value objects which can dereference
9860         pointer and reference values.
9861
9862 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
9863
9864         * MAINTAINERS (Write After Approval): Add myself to the list.
9865
9866 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
9867
9868         * symtab.c (skip_prologue_sal): Change test to check for "main()"
9869         in addition to "main".
9870
9871 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
9872
9873         * expression.h (op_name): Add declaration.
9874         * expprint.c (op_name): Remove declaration.  Make non-static.
9875         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9876
9877 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
9878
9879         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9880         of struct siginfo.
9881         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9882         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9883         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9884         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9885         (linux_nat_get_siginfo): Likewise.
9886         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9887         (linux_nat_get_siginfo): Likewise.
9888         * linux-tdep.c (linux_get_siginfo_type): Likewise.
9889         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9890         * procfs.c (gdb_siginfo_t): Likewise.
9891
9892 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
9893
9894         * .gitignore: Ignore more files.
9895
9896 2012-03-20  Pedro Alves  <palves@redhat.com>
9897
9898         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9899         returns.
9900
9901 2012-03-20  Yao Qi  <yao@codesourcery.com>
9902
9903         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9904         comment.
9905
9906 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9907
9908         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9909         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9910         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9911         sect_offset.
9912         * dwarf2expr.h (cu_offset, sect_offset): New types.
9913         (struct dwarf_expr_context_funcs) <dwarf_call>
9914         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9915         sect_offset.
9916         (struct dwarf_expr_context) <len>: Improve the comment.
9917         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9918         cu_offset and sect_offset.
9919         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9920         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9921         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9922         * dwarf2loc.h: Include dwarf2expr.h.
9923         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9924         and sect_offset.
9925         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9926         Improve the comment.
9927         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9928         (struct signatured_type, struct line_header, struct partial_die_info)
9929         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9930         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9931         (get_die_type_at_offset, create_cus_from_index)
9932         (create_signatured_type_table_from_index, dw2_get_file_names)
9933         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9934         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9935         (create_debug_types_hash_table, process_psymtab_comp_unit)
9936         (load_partial_comp_unit, create_all_comp_units)
9937         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9938         (load_full_comp_unit, dwarf2_physname, read_import_statement)
9939         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9940         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9941         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9942         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9943         (find_partial_die, read_attribute_value, lookup_die_type)
9944         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9945         (is_ref_attr): New function comment.
9946         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9947         Use cu_offset and sect_offset.
9948         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9949         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9950         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9951         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9952         (offset_and_type_hash, offset_and_type_eq, set_die_type)
9953         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9954         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9955         sect_offset.
9956
9957 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9958
9959         Code cleanup.
9960         * python/py-auto-load.c (source_section_scripts): New variable back_to.
9961         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9962         with xfree.
9963         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9964
9965 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9966
9967         * NEWS: Describe new options --init-command=FILE, -ix and
9968         --init-eval-command=COMMAND, -iex.
9969         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9970         CMDARG_INIT_COMMAND.
9971         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
9972         "init-command", "init-eval-command", "ix" and "iex" to the variable
9973         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
9974         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9975         (print_gdb_help): Describe --init-command=FILE, -ix and
9976         --init-eval-command=COMMAND, -iex.
9977
9978 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9979
9980         Code cleanup.
9981         * main.c (struct cmdarg): Move it here from main.  Add more comments.
9982         (cmdarg_s, VEC (cmdarg_s)): New.
9983         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
9984         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
9985         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
9986         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
9987         of CMDARG.
9988
9989 2012-03-19  Tom Tromey  <tromey@redhat.com>
9990
9991         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9992
9993 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9994
9995         PR symtab/13777
9996         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9997         GCC >=4.5.
9998
9999 2012-03-16  Chris January  <chris.january@allinea.com>
10000
10001         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
10002         of clear.
10003
10004 2012-03-16  Chris January  <chris.january@allinea.com>
10005
10006         * source.c (add_path): Use memmove instead of strcpy because the
10007         strings overlap.
10008
10009 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
10010
10011         * value.h (set_value_parent): Add declaration.
10012         * value.c (set_value_parent): New function.
10013         (value_address): If VALUE->PARENT is not NULL, then use it as
10014         the base address instead of VALUE->LOCATION.address.
10015         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
10016         the same as OBJ's address.  Adjust V's offset accordingly.
10017         Set V's parent.
10018
10019 2012-03-16  Gary Benson  <gbenson@redhat.com>
10020
10021         PR breakpoints/10738
10022         * dwarf2read.c (use_deprecated_index_sections): New global.
10023         (struct partial_die_info): New member may_be_inlined.
10024         (read_partial_die): Set may_be_inlined where appropriate.
10025         (add_partial_subprogram): Add partial symbols for partial
10026         DIEs that may be inlined.
10027         (new_symbol_full): Add inlined subroutines to the current
10028         scope.
10029         (write_psymtabs_to_index): Bump version number.
10030         (dwarf2_read_index): Read only version 6 indices unless
10031         use_deprecated_index_sections is set.
10032         * linespec.c (symbol_and_data_callback): New structure.
10033         (iterate_inline_only): New function.
10034         (iterate_over_all_matching_symtabs): New argument
10035         "include_inline".  If nonzero, also call the callback for
10036         symbols representing inlined subroutines.
10037         (lookup_prefix_sym): Pass extra argument to the above.
10038         (find_function_symbols): Likewise.
10039         (add_matching_symbols_to_info): Likewise.
10040         * NEWS: Mention that GDB can now set breakpoints on inlined
10041         functions.
10042
10043 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
10044
10045         * p-typeprint.c (pascal_type_print_method_args):
10046         Fix display of parameter of methods.
10047
10048 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
10049
10050         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
10051         Add missing prototype.
10052
10053 2012-03-16  Yao Qi  <yao@codesourcery.com>
10054             Jan Kratochvil  <jan.kratochvil@redhat.com>
10055
10056         Fix false compilation warning.
10057         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
10058
10059 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
10060             Pedro Alves  <pedro@codesourcery.com>
10061
10062         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
10063         (arm_register_g_packet_guesses): New function.
10064         (arm_gdbarch_init): Don't force a target description with
10065         registers when the executable is detected as M-profile.  Instead
10066         set gdbarch->tdep->is_m.  Register `g' packet guesses.
10067         (_initialize_arm_tdep): Initialize the new target description.
10068         * features/arm-with-m-fpa-layout.xml: New description.
10069         * features/arm-with-m-fpa-layout.c: New, generated.
10070
10071 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
10072
10073         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
10074         Update function description.
10075         (insert_bp_location): Do not wipe bl->target_info out.
10076         * mem-break.c: #include "gdb_string.h".
10077         (default_memory_insert_breakpoint): Do not call target_read_memory
10078         with a pointer to the breakpoint's shadow_contents buffer.  Use
10079         a local buffer instead.
10080         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
10081
10082 2012-03-15  Tom Tromey  <tromey@redhat.com>
10083
10084         * NEWS: Mention "info vtbl", not "info vtable".
10085         * cp-support.c (info_vtbl_command): Fix comment.
10086         (_initialize_cp_support): Fix text.
10087
10088 2012-03-15  Tom Tromey  <tromey@redhat.com>
10089
10090         * cp-valprint.c (cp_print_value_fields): Use
10091         print_function_pointer_address for vtable slot.
10092
10093 2012-03-15  Tom Tromey  <tromey@redhat.com>
10094
10095         * gnu-v3-abi.c (struct value_and_voffset): New.
10096         (hash_value_and_voffset, eq_value_and_voffset)
10097         (compare_value_and_voffset, compute_vtable_size)
10098         (print_one_vtable, gnuv3_print_vtable): New functions.
10099         (init_gnuv3_ops): Initialize 'print_vtable' field.
10100         * cp-support.c (info_vtbl_command): New function.
10101         (_initialize_cp_support): Add "info vtbl".
10102         * cp-abi.h (cplus_print_vtable): Declare.
10103         (struct cp_abi_ops) <print_vtable>: New field.
10104         * cp-abi.c (cplus_print_vtable): New function.
10105         * NEWS: Update.
10106
10107 2012-03-15  Tom Tromey  <tromey@redhat.com>
10108
10109         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
10110         iterate_over_symbols.
10111
10112 2012-03-14  Doug Evans  <dje@google.com>
10113
10114         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
10115         DW_OP_GNU_parameter_ref.
10116
10117 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10118
10119         Fix double prompt of 'interpreter-exec mi'.
10120         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
10121         (mi_interpreter_resume): use it.
10122         (mi_execute_command_input_handler): New function.
10123         * mi/mi-main.c (mi_execute_command): Move prompt printing to
10124         mi_execute_command_input_handler.
10125
10126 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10127
10128         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
10129         prototype.
10130         (darwin_debug_port_info): Make static.
10131         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
10132         * machoread.c (_initialize_machoread): Add prototype.
10133         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
10134         (i386_darwin_set_control, i386_darwin_get_control)
10135         i386_darwin_dr_set_addr, i386_darwin_get_addr)
10136         i386_darwin_get_status, i386_darwin_get_control):
10137         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
10138
10139 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
10140
10141         * ax-gdb.c (gen_usual_unary): Remove special handling of
10142         enum and bool types.
10143
10144 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
10145
10146         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
10147
10148 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
10149
10150         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
10151
10152 2012-03-13  Chris January  <chris.january@allinea.com>
10153
10154         * aix-thread.c (fill_sprs): Store the floating point registers
10155         at the correct offsets into vals.
10156
10157 2012-03-13  Doug Evans  <dje@google.com>
10158
10159         * NEWS: Mention symbol-reloading has been deleted.
10160         * symfile.c (symbol_reloading): Delete.
10161         (show_symbol_reloading): Delete.
10162         (_initialize_symfile): Delete set/show symbol-reloading.
10163
10164         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
10165         read_in_chain until we have successfully read it in.
10166         (load_full_comp_unit): Ditto.
10167         (read_signatured_type): Add comment.
10168
10169 2012-03-13  Chris January  <chris.january@allinea.com>
10170
10171         * stabsread.c (fix_common_block): Change type of valu argument
10172         to CORE_ADDR.
10173
10174 2012-03-13  Chris January  <chris.january@allinea.com>
10175
10176         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
10177         instruction.
10178
10179 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10180
10181         * common/linux-procfs.c (linux_proc_get_int): New, from
10182         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
10183         field.
10184         (linux_proc_get_tgid): Only call linux_proc_get_int.
10185         (linux_proc_get_tracerpid): New.
10186         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
10187         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
10188         linux_proc_pid_has_state.
10189         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
10190         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
10191         (linux_ptrace_attach_warnings): New.
10192         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
10193         New declaration.
10194         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
10195         (linux_nat_attach): New variables ex, buffer, message and message_s.
10196         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
10197
10198 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10199
10200         * Makefile.in (linux-ptrace.o): New.
10201         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
10202         from linux-nat.c.
10203         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
10204         * common/linux-ptrace.c: New file.
10205         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
10206         * config/arm/linux.mh: Likewise.
10207         * config/i386/linux.mh: Likewise.
10208         * config/i386/linux64.mh: Likewise.
10209         * config/ia64/linux.mh: Likewise.
10210         * config/m32r/linux.mh: Likewise.
10211         * config/m68k/linux.mh: Likewise.
10212         * config/mips/linux.mh: Likewise.
10213         * config/pa/linux.mh: Likewise.
10214         * config/powerpc/linux.mh: Likewise.
10215         * config/powerpc/ppc64-linux.mh: Likewise.
10216         * config/powerpc/spu-linux.mh: Likewise.
10217         * config/s390/s390.mh: Likewise.
10218         * config/sparc/linux.mh: Likewise.
10219         * config/sparc/linux64.mh: Likewise.
10220         * config/xtensa/linux.mh: Likewise.
10221         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
10222         common/linux-procfs.c.
10223         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
10224
10225 2012-03-13  Hui Zhu  <teawater@gmail.com>
10226             Pedro Alves  <palves@redhat.com>
10227
10228         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
10229         CREATE_BREAKPOINT_FLAGS_INSERTED.
10230         (create_breakpoint_sal, create_breakpoints_sal)
10231         (base_breakpoint_create_breakpoints_sal)
10232         (tracepoint_create_breakpoints_sal)
10233         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
10234         down.
10235         (break_command_1, handle_gnu_v3_exceptions, trace_command)
10236         (ftrace_command, strace_command): Adjust.
10237         (create_tracepoint_from_upload): Pass
10238         CREATE_BREAKPOINT_FLAGS_INSERTED.
10239         * breakpoint.h (enum breakpoint_create_flags): New.
10240         (create_breakpoint): New flags parameter.
10241         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
10242         * python/py-breakpoint.c (bppy_init): Adjust.
10243         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
10244         * spu-tdep.c (spu_catch_start): Adjust.
10245
10246 2012-03-13  Pedro Alves  <palves@redhat.com>
10247             Hui Zhu  <teawater@gmail.com>
10248             Yao Qi  <yao@codesourcery.com>
10249
10250         * remote.c (struct remote_state): New field `starting_up'.
10251         (remote_start_remote): Set and clear it.
10252         (remote_can_download_tracepoint): If starting up, return false.
10253
10254 2012-03-13  Yao Qi  <yao@codesourcery.com>
10255
10256         * inferior.h (struct inferior): Remove fields any_syscall_count,
10257         syscalls_counts and total_syscalls_count.  Move them to new
10258         struct catch_syscall_inferior_data in breakpoint.c.
10259         * breakpoint.c: Call DEF_VEC_I(int).
10260         (struct catch_syscall_inferior_data): New.
10261         (get_catch_syscall_inferior_data): New.
10262         (catch_syscall_inferior_data_cleanup): New.
10263         (insert_catch_syscall): Update to access data in
10264         struct catch_syscall_inferior_data.
10265         (insert_catch_syscall): Likewise.
10266         (remove_catch_syscall): Likewise.
10267         (remove_catch_syscall): Likewise.
10268         (is_syscall_catchpoint_enabled): Likewise.
10269         (add_catch_command): Likewise.
10270         (_initialize_breakpoint): Register cleanup.
10271         * breakpoint.h: Removed DEF_VEC_I(int).
10272         * dwarf2loc.c: Call DEF_VEC_I(int).
10273         * mi/mi-main.c: Likewise.
10274
10275 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
10276
10277         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
10278
10279 2012-03-12  Chris January  <chris.january@allinea.com>
10280
10281         * aix-thread.c (_initialize_aix_thread): Add prototype.
10282         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10283         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10284
10285 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
10286
10287         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10288         include of "amd64-nat.h".
10289
10290 2012-03-12  Tom Tromey  <tromey@redhat.com>
10291
10292         * buildsym.c (record_pending_block): Now static.
10293         * buildsym.h: (record_pending_block): Remove.
10294
10295 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
10296
10297         * amd64bsd-nat.c: Include amd64bsd-nat.h.
10298
10299 2012-03-09  Tom Tromey  <tromey@redhat.com>
10300
10301         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10302         producer_is_gxx_lt_4_6>: New fields.
10303         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10304
10305 2012-03-09  Tom Tromey  <tromey@redhat.com>
10306
10307         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10308
10309 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10310
10311         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10312         prototype.
10313
10314 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10315
10316         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10317
10318 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10319
10320         Fix -Wmissing-prototypes build.
10321         * arm-linux-nat.c (get_thread_id): Make it static.
10322         * xtensa-linux-nat.c (get_thread_id): Likewise.
10323
10324 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10325
10326         * server.c (process_point_options): If a conditional expression
10327         is found, only print a message if remote_debug is nonzero.
10328
10329 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
10330
10331         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10332         of internal error for unknown/unsupported types.
10333
10334 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10335
10336         Fix CU relative vs. absolute DIE offsets.
10337         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10338         offset to offset_in_cu.
10339         * dwarf2read.c (process_enumeration_scope): Add CU offset to
10340         TYPE_OFFSET.
10341         (dwarf2_fetch_die_location_block): Rename parameter offset to
10342         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
10343
10344 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10345
10346         * libunwind-frame.c: Rename to ...
10347         * ia64-libunwind-tdep.c: ... here.
10348         * libunwind-frame.h: Rename to ...
10349         * ia64-libunwind-tdep.h: ... here.
10350         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10351         ia64-libunwind-tdep.h.
10352         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10353         * README (--with-libunwind): Rename to ...
10354         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10355         * config.in: Regenerate.
10356         * configure: Regenerate.
10357         * configure.ac: New option --with-libunwind-ia64, make the
10358         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
10359         Remove AC_DEFINE for HAVE_LIBUNWIND.
10360         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10361         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10362         Rename libunwind-frame in the general comment.
10363         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10364         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10365         Move forward declarations inside #ifndef.  Rename libunwind-frame in
10366         the general comment.
10367         * ia64-tdep.c: Rename libunwind-frame.h #include to
10368         ia64-libunwind-tdep.h.
10369         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10370         (ia64_libunwind_descr): Rename libunwind-frame to
10371         ia64-libunwind-tdep in these function comments.
10372         * ia64-tdep.h: Rename libunwind-frame.h #include to
10373         ia64-libunwind-tdep.h.
10374         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10375         ia64-libunwind-tdep in that data comment.
10376
10377 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10378
10379         * libunwind-frame.h (struct frame_unwind): New declaration.
10380
10381 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10382
10383         * breakpoint.c (_initialize_breakpoint): Fix error in help of
10384         "set breakpoint condition-evaluation" command.
10385
10386 2012-03-08  Tristan Gingold  <gingold@adacore.com>
10387
10388         * sparc-stub.c: Move to stubs/
10389         * sh-stub.c: Likewise.
10390         * m68k-stub.c: Likewise.
10391         * m32r-stub.c: Likewise.
10392         * i386-stub.c: Likewise.
10393
10394 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
10395
10396         * m68klinux-tdep.c (m68k_linux_init_abi): Register
10397         linux_get_siginfo_type.
10398
10399         * m68klinux-nat.c: Include "gdb_proc_service.h".
10400         (PTRACE_GET_THREAD_AREA): Define.
10401         (ps_get_thread_area): New function.
10402
10403 2012-03-08  Yao Qi  <yao@codesourcery.com>
10404
10405         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10406         `xsnprintf'.
10407         (remote_query_attached): Likewise.
10408         (remote_static_tracepoint_marker_at): Likewise.
10409         (remote_set_permissions): Likewise.
10410         (remote_detach_1, extended_remote_attach_1): Likewise.
10411         (send_g_packet, remote_vkill): Likewise.
10412         (extended_remote_disable_randomization): Likewise.
10413         (remote_add_target_side_condition): Likewise.
10414         (remote_insert_breakpoint): Likewise.
10415         (remote_remove_breakpoint): Likewise.
10416         (remote_insert_watchpoint): Likewise.
10417         (remote_remove_watchpoint): Likewise.
10418         (remote_insert_hw_breakpoint): Likewise.
10419         (remote_insert_hw_breakpoint): Likewise.
10420         (remote_remove_hw_breakpoint): Likewise.
10421         (remote_download_command_source): Likewise.
10422         (remote_download_tracepoint): Likewise.
10423         (remote_download_trace_state_variable): Likewise.
10424         (remote_disable_tracepoint): Likewise.
10425         (remote_trace_set_readonly_regions): Likewise.
10426         (remote_get_tracepoint_status): Likewise.
10427         (remote_trace_find): Likewise.
10428         (remote_get_trace_state_variable_value): Likewise.
10429         (remote_set_disconnected_tracing): Likewise.
10430         (remote_set_circular_trace_buffer): Likewise.
10431         (remote_get_min_fast_tracepoint_insn_len): Likewise.
10432         (remote_use_agent): Likewise.
10433         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10434         Update callers.
10435
10436 2012-03-07  Pedro Alves  <palves@redhat.com>
10437
10438         * NEWS: Mention QProgramSignals.
10439         * inferior.h (update_signals_program_target): Declare.
10440         * infrun.c: (update_signals_program_target): New.
10441         (handle_command): Update the target of the new program signals
10442         array changes.
10443         * remote.c (PACKET_QProgramSignals): New enum.
10444         (last_program_signals_packet): New global.
10445         (remote_program_signals): New.
10446         (remote_start_remote): Update the target with the program signals
10447         list.
10448         (remote_protocol_features): Add entry for QPassSignals.
10449         (remote_open_1): Free anc clear last_program_signals_packet.
10450         (init_remote_ops): Install remote_program_signals.
10451         * target.c (update_current_target): Adjust.
10452         (target_program_signals): New.
10453         * target.h (struct target_ops) <to_program_signals>: New field.
10454         (target_program_signals): Declare.
10455
10456 2012-03-07  Pedro Alves  <palves@redhat.com>
10457
10458         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10459         extensions.
10460
10461 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
10462
10463         * m68klinux-nat.c (getregs_supplies): Make static.
10464         (getfpregs_supplies): Likewise.
10465         (have_ptrace_getregs): Likewise.
10466
10467 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
10468
10469         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10470         in call to get_die_type_at_offset.
10471
10472 2012-03-06  Stan Shebs  <stan@codesourcery.com>
10473
10474         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10475         * mi/mi-cmd-disas.c: Ditto.
10476         * mi/mi-cmd-env.c: Ditto.
10477         * mi/mi-cmd-file.c: Ditto.
10478         * mi/mi-cmd-stack.c: Ditto.
10479         * mi/mi-cmd-target.c: Ditto.
10480         * mi/mi-cmd-var.c: Ditto.
10481         * mi/mi-cmds.c: Ditto.
10482         * mi/mi-cmds.h: Ditto.
10483         * mi/mi-console.c: Ditto.
10484         * mi/mi-getopt.c: Ditto.
10485         * mi/mi-getopt.h: Ditto.
10486         * mi/mi-interp.c: Ditto.
10487         * mi/mi-main.c: Ditto.
10488         * mi/mi-out.c: Ditto.
10489         * mi/mi-parse.c: Ditto.
10490         * mi/mi-parse.h: Ditto.
10491         * mi/mi-symbol-cmds.c: Ditto.
10492
10493         * mi/mi-getopt.h: Move mi_opt struct up.
10494         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10495         return.
10496         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10497
10498 2012-03-06  Tom Tromey  <tromey@redhat.com>
10499
10500         * proc-service.c (ps_pglobal_lookup): Set the current program
10501         space.
10502
10503 2012-03-06  Pedro Alves  <palves@redhat.com>
10504
10505         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10506
10507 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
10508
10509         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10510
10511 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10512
10513         Code cleanup.
10514         * common/linux-osdata.c (linux_common_core_of_thread): New function
10515         comment.
10516         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10517         call by linux_common_core_of_thread.
10518         (linux_nat_core_of_thread_1): Remove.
10519         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10520         * linux-thread-db.c: Include linux-osdata.h.
10521         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10522         linux_common_core_of_thread.
10523
10524 2012-03-05  Tom Tromey  <tromey@redhat.com>
10525
10526         * value.c (value_primitive_field): Don't fetch contents for
10527         non-virtual bases.
10528
10529 2012-03-05  Tom Tromey  <tromey@redhat.com>
10530
10531         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10532
10533 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10534
10535         * s390-nat.c: Include "gregset.h".
10536
10537 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10538
10539         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10540         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10541         (libunwind_load): New variable so_error, use it for dlerror.  Try to
10542         load also LIBUNWIND_SO_7.
10543
10544 2012-03-05  Pedro Alves  <palves@redhat.com>
10545
10546         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10547         is not NULL, and remove resulting dead code.
10548
10549 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
10550
10551         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10552         prologue to sh_analyze_prologue.
10553         (sh_analyze_prologue): Make better use of such an upper limit, and
10554         generally be more cautious about accessing memory.
10555
10556 2012-03-05  Tom Tromey  <tromey@redhat.com>
10557
10558         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10559         _initialize_ia64_hpux_tdep.
10560
10561 2012-03-05  Pedro Alves  <palves@redhat.com>
10562
10563         PR gdb/13766
10564
10565         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10566         the register state is clear, supply explicit zero, instead of
10567         marking the register unavailable.
10568
10569 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10570
10571         * NEWS: Mention OpenVMS ia64 new target.
10572
10573 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10574
10575         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10576         (ia64_unw_accessors, ia64_unw_rse_accessors)
10577         (ia64_libunwind_descr): Declare.
10578         * ia64-vms-tdep.c: New file.
10579         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10580         (ia64_libunwind_descr): Make them public.
10581         * configure.tgt: Add ia64-*-*vms*.
10582         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10583         (ALLDEPFILES): Add ia64-vms-tdep.c
10584
10585 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10586
10587         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10588         * remote.c (PACKET_qXfer_uib): New enum value.
10589         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10590         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10591         (_initialize_remote): Call add_packet_config_cmd for
10592         xfer:uib packet.
10593
10594 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10595
10596         * osabi.c (gdb_osabi_names): Add OpenVMS.
10597         (generic_elf_osabi_sniffer): Likewise.
10598         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10599
10600 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10601
10602         Removed unused code.
10603         * libunwind-frame.c (libunwind_frame_unwind)
10604         (libunwind_frame_base_address): Remove.
10605         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10606
10607 2012-03-04  Yao Qi  <yao@codesourcery.com>
10608
10609         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10610         remove trailing new line.
10611         (agent_run_command, agent_run_command): Add _ markup.
10612         (agent_capability_check): Likewise.
10613
10614 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10615
10616         * breakpoint.c (set_condition_evaluation_mode): Set
10617         CONDITION_EVALUATION_MODE unconditionally.
10618
10619 2012-03-03  Yao Qi  <yao@codesourcery.com>
10620
10621         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10622         * common/agent.h: Update declaration.
10623         * inf-child.c (inf_child_use_agent): New.
10624         (inf_child_can_use_agent): New.
10625         (inf_child_target): Initialize fields `to_use_agent'
10626         and `to_can_use_agent'.
10627         * agent.c (agent_new_objfile): New.
10628         (_initialize_agent): Add agent_new_objfile to new_objfile
10629         observer.
10630
10631         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10632         New.
10633         (linux_target_install_ops): Initialize field
10634         `to_static_tracepoint_markers_by_strid'.
10635         * remote.c (free_current_marker): Move it to ...
10636         * tracepoint.c (free_current_marker): ... here.  New.
10637         (cleanup_target_stop): New.
10638         * tracepoint.h: Declare free_current_marker.
10639         * NEWS: Add one entry about `info static-tracepoint-marker'.
10640
10641 2012-03-03  Yao Qi  <yao@codesourcery.com>
10642
10643         * common/agent.c (agent_loaded_p): New.
10644         (agent_look_up_symbols): New global.
10645         * common/agent.h: Declare agent_loaded_p.
10646
10647 2012-03-03  Yao Qi  <yao@codesourcery.com>
10648
10649         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10650         (agent_capability_check, agent_capability_invalidate): New.
10651         (symbol_list): New array element.
10652         * common/agent.h (enum agent_capa): New.
10653         * target.c (target_pre_inferior): Call agent_capability_invalidate.
10654
10655 2012-03-03  Yao Qi  <yao@codesourcery.com>
10656
10657         * target.h (struct target_ops) <to_use_agent>: New field.
10658         (struct target_ops) <to_can_use_agent>: New field.
10659         (target_use_agent, target_can_use_agent): New macro.
10660         * target.c (update_current_target): Update.
10661         * remote.c: New enum `PACKET_QAgent'.
10662         (remote_protocol_features): Add a new element.
10663         (remote_use_agent, remote_can_use_agent): New.
10664         (init_remote_ops): Initialize field `can_use_agent' with
10665         remote_can_use_agent.  Intiailize field `use_agent' with
10666         remote_use_agent.
10667         * common/agent.c (use_agent): New global.
10668         * common/agent.h: Declare it.
10669         * tracepoint.c (info_static_tracepoint_markers_command): Add
10670         comment.
10671         * Makefile.in (SFILES): Add common/agent.c and agent.c.
10672         (COMMON_OBS): Add common/agent.o and agent.o
10673         (common-agent.o): New rule.
10674         * agent.c: New.
10675
10676 2012-03-03  Yao Qi  <yao@codesourcery.com>
10677
10678         * common/agent.c: New.
10679         * common/agent.h: New.
10680         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10681         AC_CHECK_HEADERS.
10682         * configure, configh.in: Regenerated.
10683
10684 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
10685
10686         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10687         unless it exists for this architecture.
10688
10689 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
10690
10691         * language.h (struct language_defn): New "method" la_read_var_value.
10692         * findvar.c: #include "language.h".
10693         (default_read_var_value): Renames read_var_value.  Rewrite
10694         function description.
10695         (read_var_value): New function.
10696         * value.h (default_read_var_value): Add prototype.
10697         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10698         New functions.
10699         (ada_language_defn): Add entry for la_read_var_value.
10700         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10701         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10702         language_defn structures to add entry for new la_read_var_value
10703         field.
10704
10705 2012-03-02  Tom Tromey  <tromey@redhat.com>
10706             Pedro Alves  <palves@redhat.com>
10707
10708         PR breakpoints/13776:
10709         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10710         breakpoints.
10711         (delete_longjmp_breakpoint_at_next_stop): New.
10712         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10713         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10714         before deleting the inferior.  Add comments.
10715         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10716         breakpoints immediately, but only on next stop.  Move that code
10717         next to where we mark other breakpoints for deletion.
10718
10719 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
10720
10721         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10722         marker.
10723         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10724         violation.
10725
10726 2012-03-02  Pedro Alves  <palves@redhat.com>
10727
10728         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10729
10730 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
10731
10732         Fix -Wmissing-prototypes build.
10733         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10734         * remote-sim.c (gdbsim_has_all_memory): Likewise.
10735         (gdbsim_has_memory): Likewise.
10736
10737 2012-03-02  Yao Qi  <yao@codesourcery.com>
10738
10739         Fix -Wmissing-prototypes build.
10740         * charset.c (phony_iconv_open): Make static.
10741         (phony_iconv_close, phony_iconv): Likewise.
10742         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10743         * i386-windows-nat.c (_initialize_i386_windows_nat): New
10744         prototype.
10745         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10746         * ser-mingw.c (create_select_thread): Make static.
10747         * windows-termcap.c (tgetent): New prototype.
10748         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10749
10750 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
10751
10752         Fix -Wmissing-prototypes build.
10753         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10754         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10755         (_initialize_loadable): New prototypes.
10756
10757 2012-03-02  Doug Evans  <dje@google.com>
10758
10759         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10760         abbrev table, read_comp_unit will do it.
10761
10762 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10763
10764         Fix -Wmissing-prototypes build.
10765         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10766         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10767         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10768         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10769         (_initialize_arm_symbian_tdep): New prototype.
10770         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10771         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10772         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10773         static.
10774         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10775         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10776         prototype.
10777         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10778         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10779         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10780         static.
10781         * moxie-tdep.c (moxie_process_record): Likewise.
10782         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10783         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10784         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10785         (_initialize_rl78_tdep): New prototype.
10786         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10787         (_initialize_rx_tdep): New prototype.
10788         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10789         (_initialize_darwin_solib): New prototype.
10790         * solib-spu.c: Include solib-spu.h.
10791         (_initialize_spu_solib): New prototype.
10792         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10793         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10794         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10795         (tic6x_software_single_step): Make it static.
10796         (_initialize_tic6x_tdep): New prototype.
10797
10798 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10799
10800         Fix -Wmissing-prototypes build.
10801         * cris-tdep.c (cris_can_use_hardware_watchpoint)
10802         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10803
10804 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10805
10806         Fix -Wmissing-prototypes build.
10807         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10808         (frv_have_stopped_data_address): Remove.
10809
10810 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10811
10812         Fix -Wmissing-prototypes build.
10813         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10814         * sh-tdep.c: Include sh64-tdep.h.
10815         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10816         * sh64-tdep.c: Include sh64-tdep.h.
10817         * sh64-tdep.h: New file.
10818
10819 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
10820
10821         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10822
10823 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
10824
10825         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10826         sp_regnum once the gdbarch_init_osabi hook has been called.
10827
10828 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
10829
10830         * mips-tdep.c (mips32_bc1_pc): New function.
10831         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10832         BPOSGE32 and BPOSGE64 instructions.
10833         (deal_with_atomic_sequence): Likewise.
10834         (mips32_instruction_has_delay_slot): Likewise.
10835
10836 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
10837             Chris Dearman  <chris@mips.com>
10838             Maciej W. Rozycki  <macro@codesourcery.com>
10839             Joseph Myers  <joseph@codesourcery.com>
10840
10841         * features/mips-dsp.xml: New file.
10842         * features/mips64-dsp.xml: New file.
10843         * features/mips-dsp-linux.xml: New file.
10844         * features/mips64-dsp-linux.xml: New file.
10845         * features/Makefile (WHICH): Add mips-dsp-linux and
10846         mips64-dsp-linux.
10847         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10848         * features/mips-dsp-linux.c: New file.
10849         * features/mips64-dsp-linux.c: New file.
10850         * regformats/mips-dsp-linux.dat: New file.
10851         * regformats/mips64-dsp-linux.dat: New file.
10852         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10853         registers.
10854         (mips64_linux_register_addr): Likewise.
10855         (mips64_linux_regsets_fetch_registers): Likewise.
10856         (mips64_linux_regsets_store_registers): Likewise.
10857         (mips64_linux_fetch_registers): Update call to
10858         mips64_linux_regsets_fetch_registers.
10859         (mips64_linux_store_registers): Update call to
10860         mips64_linux_regsets_store_registers.
10861         (mips_linux_read_description): Probe for DSP registers.
10862         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10863         and initialize_tdesc_mips64_dsp_linux.
10864         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10865         Remove padding of no longer used embedded register slots.
10866         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10867         (MIPS_RESTART_REGNUM): Redefine enum value.
10868         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10869         strings.
10870         (mips_tx39_reg_names): Likewise.
10871         (mips_linux_reg_names): New array of register names for Linux
10872         targets.
10873         (mips_register_name): Check for a null pointer in
10874         mips_processor_reg_names and return an empty string.
10875         (mips_register_type): Exclude embedded registers for the IRIX
10876         and Linux ABIs.
10877         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
10878         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
10879         DSP registers.
10880         (mips_stab_reg_to_regnum): Handle DSP accumulators.
10881         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10882         (mips_gdbarch_init): Likewise.  Initialize internal register
10883         indices for the Linux ABI.  Use dynamic numbers to refer to
10884         registers, as applicable, while parsing the target description.
10885         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10886
10887 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10888
10889         * frame.h (read_frame_register_unsigned): Fix typo in function
10890         description.
10891
10892 2012-03-01  Pedro Alves  <palves@redhat.com>
10893
10894         * jit-reader.in [!__cplusplus]
10895         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10896
10897 2012-03-01  Pedro Alves  <palves@redhat.com>
10898
10899         * configure.ac (build_warnings): Add -Wmissing-prototypes.
10900         * configure: Regenerate.
10901
10902 2012-03-01  Pedro Alves  <palves@redhat.com>
10903
10904         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10905         * breakpoint.c (create_exception_master_breakpoint, trace_command)
10906         (ftrace_command, strace_command): Make static.
10907         * d-lang.c (_initialize_d_language): Declare.
10908         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10909         * dwarf2loc.c (_initialize_dwarf2loc):
10910         * dwarf2read.c (process_psymtab_comp_unit): Make static.
10911         * exec.c (exec_get_section_table): Make static.
10912         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10913         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10914         * inferior.c (remove_inferior_command, add_inferior_command)
10915         (clone_inferior_command): Make static.
10916         * linux-nat.c (linux_nat_thread_address_space)
10917         (linux_nat_core_of_thread): Make static.
10918         * linux-tdep.c (_initialize_linux_tdep): Declare.
10919         * objc-lang.c (_initialize_objc_lang): Declare.
10920         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10921         Make static.
10922         (_initialize_opencl_language): Declare.
10923         * record.c (_initialize_record): Declare.
10924         * remote.c (demand_private_info, remote_get_tib_address)
10925         (remote_supports_cond_tracepoints)
10926         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10927         Make static.
10928         * skip.c (_initialize_step_skip): Declare.
10929         * symtab.c (skip_prologue_using_lineinfo): Make static.
10930         * tracepoint.c (delete_trace_state_variable)
10931         (trace_variable_command, delete_trace_variable_command)
10932         (get_uploaded_tsv, find_matching_tracepoint_location)
10933         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10934         Make static.
10935         * value.c (pack_unsigned_long): Make static.
10936         * varobj.c (varobj_ensure_python_env): Make static.
10937         * windows-tdep.c (_initialize_windows_tdep): Declare.
10938         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10939
10940 2012-03-01  Pedro Alves  <palves@redhat.com>
10941
10942         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
10943         gdbarch parameter.
10944         (linux_init_abi): Install it as has_shared_address_space gdbarch
10945         callback.
10946
10947 2012-03-01  Pedro Alves  <palves@redhat.com>
10948
10949         * observer.c (observer_test_first_notification_function)
10950         (observer_test_second_notification_function)
10951         (observer_test_third_notification_function): Add declarations.
10952
10953 2012-03-01  Pedro Alves  <palves@redhat.com>
10954
10955         * common/signals.c (default_target_signal_to_host)
10956         (default_target_signal_from_host): Move ...
10957         * arch-utils.c: ... here.
10958         * arch-utils.h (default_target_signal_to_host)
10959         (default_target_signal_from_host): Declare.
10960
10961         * common/signals.c (target_signal_from_command): Move ...
10962         * infrun.c: ... here.
10963         * inferior.h (target_signal_from_command): Declare.
10964         * target.h (target_signal_from_command)
10965         (default_target_signal_from_host, default_target_signal_to_host):
10966         Delete declarations.
10967
10968         * common/signals.c (_initialize_signals): Delete.
10969
10970 2012-03-01  Pedro Alves  <palves@redhat.com>
10971
10972         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10973         both __cplusplus and !__cplusplus.
10974
10975 2012-03-01  Pedro Alves  <palves@redhat.com>
10976
10977         * psymtab.c (find_and_open_source): Delete declaration.
10978         * source.c (find_and_open_source): Move comment ...
10979         * source.h (find_and_open_source): ... to this new declaration.
10980
10981 2012-03-01  Pedro Alves  <palves@redhat.com>
10982
10983         * inline-frame.c: Include inline-frame.h.
10984
10985 2012-03-01  Pedro Alves  <palves@redhat.com>
10986
10987         * tui/tui-data.c (set_gen_win_origin): Delete.
10988         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10989         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10990
10991 2012-03-01  Pedro Alves  <palves@redhat.com>
10992
10993         * remote.c (encode_actions): Delete declaration.
10994         * tracepoint.c (encode_actions): Make extern.
10995         * tracepoint.h (encode_actions): Declare.
10996
10997 2012-03-01  Pedro Alves  <palves@redhat.com>
10998
10999         * python/py-breakpoint.c: Include python.h.
11000         * python/py-continueevent.c (create_continue_event_object): Make
11001         static.
11002         * python/py-lazy-string.c (stpy_get_type): Make static.
11003         * python/py-newobjfileevent.c (create_new_objfile_event_object):
11004         Make static.
11005         * python/py-utils.c (unicode_to_target_python_string): Make
11006         static.
11007         * python/py-value.c: Include python.h.
11008
11009 2012-03-01  Pedro Alves  <palves@redhat.com>
11010
11011         * inferior.c (delete_threads_of_inferior): Delete.
11012
11013 2012-03-01  Pedro Alves  <palves@redhat.com>
11014
11015         Import fallback definitions from glibc.
11016
11017         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
11018         ps_prochandle): Forward declare.
11019         (ps_err_e): Use glibc's comments.
11020         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
11021         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
11022         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
11023         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
11024         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
11025         (struct ps_prochandle): Adjust comment.
11026
11027 2012-03-01  Pedro Alves  <palves@redhat.com>
11028
11029         * ada-lang.c (ada_modulus_from_name): Delete.
11030         * ada-lex.l (lexer_init): Make static.
11031
11032 2012-03-01  Pedro Alves  <palves@redhat.com>
11033
11034         PR gdb/13767
11035
11036         * frame.c (read_frame_register_unsigned): New.
11037         * frame.h (read_frame_register_unsigned): Declare.
11038         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
11039         Handle it.
11040         (print_i387_control_word): New parameter `control_p'.  Handle it.
11041         (i387_print_float_info): Handle unavailable float registers.
11042
11043 2012-03-01  Keith Seitz  <keiths@redhat.com>
11044
11045         * linespec.c (decode_line_2): Sort the list of methods
11046         alphabetically before presenting the user with a selection
11047         menu.
11048
11049 2012-03-01  Doug Evans  <dje@google.com>
11050
11051         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
11052         has_namespace_info.
11053         (dwarf2_read_abbrevs): Remove corresponding initialization.
11054
11055 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
11056
11057         * NEWS: Mention new python command class gdb.COMMAND_USER.
11058         * cli/cli-cmds.c (show_user): Print error when used on a python
11059         command.
11060         (init_cli_cmds): Update documentation strings for "show user" and
11061         "set/show max-user-call-depth" to clarify that it does not apply to
11062         python commands.
11063         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
11064         error check.
11065         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
11066         gdb python api.
11067         * top.c (execute_command): Only execute a user-defined command as a
11068         legacy macro if c->user_commands is set.
11069
11070 2012-03-01  Tom Tromey  <tromey@redhat.com>
11071
11072         * valprint.h (struct generic_val_print_decorations): New.
11073         (generic_val_print): Declare.
11074         * valprint.c (generic_val_print): New function.
11075         * p-valprint.c (p_decorations): New global.
11076         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
11077         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
11078         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
11079         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
11080         * m2-valprint.c (m2_decorations): New global.
11081         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
11082         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
11083         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
11084         TYPE_CODE_ERROR>: Call generic_val_print.
11085         * f-valprint.c (f_decorations): New global.
11086         (f_val_print): Use print_function_pointer_address.
11087         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
11088         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
11089         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
11090         generic_val_print.
11091         * c-valprint.c (c_decorations): New global.
11092         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
11093         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
11094         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
11095         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
11096         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
11097         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
11098         case.
11099
11100 2012-03-01  Tom Tromey  <tromey@redhat.com>
11101
11102         * valprint.c (val_print): Update.
11103         * p-valprint (pascal_val_print): Return void.
11104         * p-lang.h (pascal_val_print): Return void.
11105         * m2-valprint.c (m2_val_print): Return void.
11106         * m2-lang.h (m2_val_print): Return void.
11107         * language.h (struct language_defn) <la_val_print>: Return void.
11108         * language.c (unk_lang_val_print): Return void.
11109         * jv-valprint.c (java_val_print): Return void.
11110         * jv-lang.h (java_val_print): Return void.
11111         * f-valprint.c (f_val_print): Return void.
11112         * f-lang.h (f_val_print): Return void.
11113         * d-valprint.c (d_val_print): Return void.
11114         (dynamic_array_type): Update.
11115         * d-lang.h (d_val_print): Return void.
11116         * c-valprint.c (c_val_print): Return void.
11117         * c-lang.h (c_val_print): Return void.
11118         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
11119         void.
11120         * ada-lang.h (ada_val_print): Return void.
11121
11122 2012-03-01  Tom Tromey  <tromey@redhat.com>
11123
11124         * value.h (val_print): Return void.
11125         * valprint.c (val_print): Return void.
11126
11127 2012-03-01  Tom Tromey  <tromey@redhat.com>
11128
11129         * value.h (common_val_print): Return void.
11130         * valprint.c (common_val_print): Return void.
11131
11132 2012-03-01  Tom Tromey  <tromey@redhat.com>
11133
11134         * value.h (value_print): Return void.
11135         * valprint.c (value_print): Return void.
11136         * p-valprint.c (pascal_value_print): Return void.
11137         * p-lang.h (pascal_value_print): Return void.
11138         * language.h (struct language_defn) <la_value_print>: Return
11139         void.
11140         * language.c (unk_lang_value_print): Return void.
11141         * jv-valprint.c (java_value_print): Return void.
11142         * jv-lang.h (java_value_print): Return void.
11143         * f-valprint.c (c_value_print): Don't declare.
11144         Include c-lang.h.
11145         * c-valprint.c (c_value_print): Return void.
11146         * c-lang.h (c_value_print): Return void.
11147         * ada-valprint.c (ada_value_print): Return void.
11148         * ada-lang.h (ada_value_print): Return void.
11149
11150 2012-03-01  Tom Tromey  <tromey@redhat.com>
11151
11152         * value.c (value_primitive_field): Handle virtual base classes.
11153
11154 2012-03-01  Tom Tromey  <tromey@redhat.com>
11155
11156         * gdbtypes.h (struct vbase): Remove.
11157
11158 2012-03-01  Tom Tromey  <tromey@redhat.com>
11159
11160         * c-valprint.c (print_function_pointer_address): Move...
11161         * valprint.c: ... here.  Make non-static.
11162         * m2-valprint.c (print_function_pointer_address): Remove.
11163         * valprint.h (print_function_pointer_address): Declare.
11164
11165 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
11166
11167         * NEWS: Document the fact that one can provide a condition when
11168         creating an Ada exception catchpoint.
11169
11170 2012-03-01  Tom Tromey  <tromey@redhat.com>
11171
11172         * valprint.c (val_print_type_code_flags): Fix placement of
11173         trailing brace.
11174
11175 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
11176
11177         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
11178         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
11179         environment variable before calling update-copyright.
11180
11181 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
11182
11183         * gnulib/extra/update-copyright: Update to the latest from
11184         gnulib's git repository.
11185         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
11186         variable to 2 instead of 1.
11187
11188 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11189
11190         * varobj.c (c_value_of_variable): Remove dead code.
11191
11192 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11193
11194         * ada-lex.p (processId): Do not modify already encoded IDs.
11195         Update function documentation.
11196
11197 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11198
11199         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
11200         "name" with "struct symbol *name_sym".
11201         * ada-exp.y (write_var_or_type): Update call to
11202         ada_find_renaming_symbol.
11203         "name" with "struct symbol *name_sym". Adjust Implementation
11204         accordingly.  Adjust the function documentation.
11205
11206 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11207
11208         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
11209         * ada-lang.c (ada_find_any_type): Add advance declaration.
11210         Make static.  Replace ada_find_any_symbol by
11211         ada_find_any_type_symbol.
11212         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
11213         Improve function description.  Make static.
11214         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
11215         Replace ada_find_any_symbol by ada_find_any_type_symbol.
11216
11217 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11218
11219         * ada-lang.c (struct tag_args): Delete.
11220         (ada_get_tsd_type): Function body moved up in source file.
11221         (ada_tag_name_1, ada_tag_name_2): Delete.
11222         (ada_get_tsd_from_tag): New function.
11223         (ada_tag_name_from_tsd): New function.
11224         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
11225         to determine the tag name.
11226
11227 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11228
11229         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
11230         declaration.
11231         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
11232         function.
11233
11234 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11235
11236         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
11237
11238 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11239
11240         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
11241         full searches.
11242
11243 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11244
11245         * ada-lang.c (constrained_packed_array_type): If there is a
11246         parallel XA type, use it to determine the array index type.
11247
11248 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11249
11250         * ada-valprint.c (ada_val_print_1): If our value is a reference
11251         to an array descriptor, dereference it before converting it
11252         to a simple array.
11253
11254 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11255
11256         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
11257         creating fixed value.
11258         (ada_value_ind, ada_coerce_ref, assign_component)
11259         (ada_evaluate_subexp): Remove call to unwrap_value before
11260         call to ada_to_fixed_value.
11261
11262 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11263
11264         * ada-lang.c (to_fixed_array_type): Set result's type name.
11265
11266 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11267
11268         * ada-lang.c (catch_ada_exception_command_split): Add new
11269         argument cond_string.  Add support for condition at end of
11270         "catch exception" commands.
11271         (ada_decode_exception_location): Add new argument cond_string.
11272         Update call to catch_ada_exception_command_split.
11273         (create_ada_exception_catchpoint): Add new argument cond_string.
11274         Set the breakpoint condition if needed.
11275         (catch_ada_exception_command): Update call to
11276         ada_decode_exception_location.
11277         (ada_decode_assert_location): Add function documentation.
11278         Add support for condition at end of "catch assert" command.
11279         (catch_assert_command): Update calls to ada_decode_assert_location
11280         and create_ada_exception_catchpoint.
11281
11282 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11283
11284         Fix disp-step-syscall.exp: fork: single step over fork.
11285         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11286         (i386_linux_get_syscall_number_from_regcache): ... here, new function
11287         comment, change parameters gdbarch and ptid to regcache.  Remove
11288         parameter regcache, initialize gdbarch from regcache here.
11289         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11290         New functions.
11291         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11292         instead.
11293         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11294         'syscall'.  Make the 'int' check more strict.
11295
11296 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11297
11298         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11299         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11300         (i386_linux_intx80_sysenter_syscall_record): ... here.
11301         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11302         Use the renamed function name.
11303
11304 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11305
11306         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11307         * breakpoint.c (until_break_command): Likewise.
11308         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11309         * infcall.c (call_function_by_hand): Likewise.
11310         * infcmd.c (finish_forward): Likewise.
11311         * infrun.c (insert_exception_resume_breakpoint): Likewise.
11312
11313 2012-02-28  Tristan Gingold  <gingold@adacore.com>
11314
11315         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11316         avoid variable assignments inside condition.
11317
11318 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11319
11320         Fix static analysis issue found by cppcheck.
11321         * microblaze-tdep.c (microblaze_extract_return_value): Fix
11322         uninitialized BUF for size 2.
11323
11324 2012-02-27  Chris Dearman  <chris@mips.com>
11325             Nathan Froyd  <froydnj@codesourcery.com>
11326             Maciej W. Rozycki  <macro@codesourcery.com>
11327
11328         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11329         (mips16_instruction_has_delay_slot): Likewise.
11330         (mips_segment_boundary): Likewise.
11331         (mips_adjust_breakpoint_address): Likewise.
11332         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11333
11334 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
11335             Maciej W. Rozycki  <macro@codesourcery.com>
11336
11337         * infrun.c (handle_inferior_event): Don't proceed through
11338         shared library trampolines if stepping at the machine
11339         instruction level.
11340
11341 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
11342
11343         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11344         too.
11345
11346 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
11347
11348         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11349         (sh_stub_unwind_sniffer): New functions.
11350         (sh_stub_unwind): New variable.
11351         (sh_gdbarch_init): Wire everything.
11352
11353 2012-02-27  Pedro Alves  <palves@redhat.com>
11354
11355         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11356         (linux_nat_post_attach_wait): Adjust to use
11357         linux_proc_pid_is_stopped.
11358         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11359         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11360         based on pid_is_stopped from both linux-nat.c and
11361         gdbserver/linux-low.c, and renamed.
11362
11363 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
11364
11365         * remote.c (remote_watchpoint_addr_within_range): New function.
11366         (init_remote_ops): Use it.
11367
11368 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
11369
11370         * target.h (target_watchpoint_addr_within_range): Document macro.
11371
11372 2012-02-24  Pedro Alves  <palves@redhat.com>
11373
11374         * stack.c (set_last_displayed_sal): Issue internal_error instead
11375         of warning, and issue it after clearing the last displayed sal.
11376
11377 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11378             Pedro Alves  <palves@redhat.com>
11379
11380         * breakpoint.c (until_break_command): Install breakpoints after
11381         all frame manipulations.
11382
11383 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11384
11385         * remote.c (remote_supports_cond_breakpoints): New forward
11386         declaration.
11387         (remote_add_target_side_condition): New function.
11388         (remote_insert_breakpoint): Add target-side breakpoint
11389         conditional if supported.
11390         (remote_insert_hw_breakpoint): Likewise.
11391         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11392         hook.
11393
11394         * target.c (update_current_target): Inherit
11395         to_supports_evaluation_of_breakpoint_conditions.
11396         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11397
11398         * target.h (struct target_ops)
11399         <to_supports_evaluation_of_breakpoint_conditions>: New field.
11400         (target_supports_evaluation_of_breakpoint_conditions): New #define.
11401
11402         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11403         (condition_evaluation_both, condition_evaluation_auto,
11404         condition_evaluation_host, condition_evaluation_target,
11405         condition_evaluation_enums, condition_evaluation_mode_1,
11406         condition_evaluation_mode): New static globals.
11407         (translate_condition_evaluation_mode): New function.
11408         (breakpoint_condition_evaluation_mode): New function.
11409         (gdb_evaluates_breakpoint_condition_p): New function.
11410         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11411         (mark_breakpoint_modified): New function.
11412         (mark_breakpoint_location_modified): New function.
11413         (set_condition_evaluation_mode): New function.
11414         (show_condition_evaluation_mode): New function.
11415         (bp_location_compare_addrs): New function.
11416         (get_first_location_gte_addr): New helper function.
11417         (set_breakpoint_condition): Free condition bytecode if locations
11418         has become unconditional.  Call mark_breakpoint_modified (...).
11419         (condition_command): Call update_global_location_list (1) for
11420         breakpoints.
11421         (breakpoint_xfer_memory): Use is_breakpoint (...).
11422         (is_breakpoint): New function.
11423         (parse_cond_to_aexpr): New function.
11424         (build_target_condition_list): New function.
11425         (insert_bp_location): Handle target-side conditional
11426         breakpoints and call build_target_condition_list (...).
11427         (update_inserted_breakpoint_locations): New function.
11428         (insert_breakpoint_locations): Handle target-side conditional
11429         breakpoints.
11430         (bpstat_check_breakpoint_conditions): Add comment.
11431         (bp_condition_evaluator): New function.
11432         (bp_location_condition_evaluator): New function.
11433         (print_breakpoint_location): Print information on where the condition
11434         will be evaluated.
11435         (print_one_breakpoint_location): Likewise.
11436         (init_bp_location): Call mark_breakpoint_location_modified (...) for
11437         breakpoint location.
11438         (force_breakpoint_reinsertion): New functions.
11439         (update_global_location_list): Handle target-side breakpoint
11440         conditions.
11441         Reinsert locations that are already inserted if conditions have
11442         changed.
11443         (bp_location_dtor): Free agent expression bytecode.
11444         (disable_breakpoint): Call mark_breakpoint_modified (...).
11445         Call update_global_location_list (...) with parameter 1 for breakpoints.
11446         (disable_command): Call mark_breakpoint_location_modified (...).
11447         Call update_global_location_list (...) with parameter 1 for breakpoints.
11448         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11449         (enable_command): mark_breakpoint_location_modified (...).
11450         (_initialize_breakpoint): Update documentation and add
11451         condition-evaluation breakpoint subcommand.
11452
11453         * breakpoint.h: Include ax.h.
11454         (condition_list): New data structure.
11455         (condition_status): New enum.
11456         (bp_target_info) <cond_list>: New field.
11457         (bp_location) <condition_changed, cond_bytecode>: New fields.
11458         (is_breakpoint): New prototype.
11459
11460 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11461
11462         * remote.c (remote_state) <cond_breakpoints>: New field.
11463         (PACKET_ConditionalBreakpoints): New enum.
11464         (remote_cond_breakpoint_feature): New function.
11465         (remote_protocol_features): Add new ConditionalBreakpoints entry.
11466         (remote_supports_cond_breakpoints): New function.
11467         (_initialize_remote): Add new packet configuration for
11468         target-side conditional breakpoints.
11469
11470 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11471
11472         * NEWS: Mention target-side conditional breakpoint support,
11473         new condition-evaluation breakpoint subcommand and remote
11474         packet extensions.
11475
11476 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11477
11478         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11479         number.
11480
11481 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
11482
11483         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11484         (after_prologue): Remove.
11485
11486 2012-02-23  Tom Tromey  <tromey@redhat.com>
11487
11488         * jv-valprint.c (java_val_print): Remove dead code.
11489
11490 2012-02-23  Tristan Gingold  <gingold@adacore.com>
11491
11492         * ada-tasks.c (struct ada_tasks_inferior_data): Add
11493         known_tasks_element and known_tasks_length fields.
11494         (read_known_tasks_array): Change argument type.  Use pointer type
11495         and number of elements from DATA.  Adjust.
11496         (read_known_tasks_list): Likewise.
11497         (get_known_tasks_addr): Remove.
11498         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11499         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
11500         type and array length.  Merge former get_known_tasks_addr code.
11501
11502 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11503
11504         PR backtrace/13716
11505         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11506         it after set_momentary_breakpoint.
11507
11508 2012-02-22  Sterling Augustine  <saugustine@google.com>
11509
11510         PR 13689:
11511         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11512
11513 2012-02-22  Gary Benson  <gbenson@redhat.com>
11514
11515         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11516         (find_slot_in_mapped_hash): Likewise.
11517
11518 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11519
11520         PR build/13638
11521         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11522         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11523         * configure: Regenerate.
11524
11525 2012-02-21  Tristan Gingold  <gingold@adacore.com>
11526             Pedro Alves  <palves@redhat.com>
11527
11528         * ia64-tdep.c: Do not include libunwind-ia64.h.
11529         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11530         Include libunwind-ia64.h instead of libunwind.h.
11531         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11532         for libunwind.h existence.
11533         * configure, config.in: Regenerate.
11534
11535 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
11536
11537         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11538         instead of value_rtti_target_type.
11539         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11540         instead of value_rtti_target_type.
11541         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11542         value_rtti_target_type.
11543         * valops.c (value_ind): Extract function readjust_indirect_value_type.
11544         (value_rtti_target_type): Rename to ...
11545         (value_rtti_indirect_type): ... here and make it indirect.  Update
11546         function comment.
11547         * value.c (readjust_indirect_value_type): New function.
11548         (coerce_ref): Support for enclosing type setting for references
11549         with readjust_indirect_value_type.
11550         * value.h (readjust_value_type): New declaration.
11551         (value_rtti_target_type): Rename to ...
11552         (value_rtti_indirect_type): ... here.
11553
11554 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
11555
11556         * MAINTAINERS (Write After Approval): Add myself to the list.
11557
11558 2012-02-20  Doug Evans  <dje@google.com>
11559
11560         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11561         Rename objfile_p_char parameter to objfilep.
11562         (build_objfile_section_table): Result is now void.  All callers
11563         updated.
11564         * objfiles.h (struct objfile): Tweak comments, whitespace.
11565         (build_objfile_section_table): Update.
11566
11567         * elfread.c (elf_symfile_segments): Fix warning text.
11568
11569 2012-02-20  Tom Tromey  <tromey@redhat.com>
11570
11571         PR gdb/13498:
11572         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11573         particular set of file names once.
11574         (dw2_map_symbol_filenames): Likewise.
11575
11576 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11577
11578         Code cleanup.
11579         * main.c (write_files): Remove the declaration.
11580         (external_editor_command): Move the declaration ...
11581         [GDBTK] (external_editor_command): ... here.  Fix the comment.
11582
11583 2012-02-20  Tom Tromey  <tromey@redhat.com>
11584
11585         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11586         extraneous block.
11587
11588 2012-02-20  Tristan Gingold  <gingold@adacore.com>
11589
11590         * darwin-nat.h (enum darwin_msg_state): Add comments.
11591
11592 2012-02-20  Tristan Gingold  <gingold@adacore.com>
11593
11594         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11595         value.
11596
11597 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
11598
11599         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11600         between function description and implementation.
11601
11602 2012-02-17  Tom Tromey  <tromey@redhat.com>
11603
11604         PR python/12070:
11605         * python/py-event.c (event_object_getset): New global.
11606         (event_object_type): Reference it.
11607         * python/py-type.c (field_object_getset): New global.
11608         (field_object_type): Reference it.
11609         * python/python-internal.h (gdb_py_generic_dict): Declare.
11610         * python/py-utils.c (gdb_py_generic_dict): New function.
11611
11612 2012-02-17  Tristan Gingold  <gingold@adacore.com>
11613
11614         * solib-darwin.c (darwin_current_sos): Check magic and filetype
11615
11616 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
11617
11618         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11619         TYPE_CALLING_CONVENTION annotation.
11620
11621 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
11622
11623         * MAINTAINERS: Add rx to target ISA section.
11624         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11625         (ALLDEPFILES): Add rx-tdep.c.
11626
11627 2012-02-16  Tom Tromey  <tromey@redhat.com>
11628
11629         * symfile.c (symbol_file_add_main_1): Use inferior's
11630         symfile_flags.
11631         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11632         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11633         inferior.
11634         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11635         inferior.
11636         (follow_exec): Use inferior's symfile_flags.
11637         * inferior.h (struct inferior) <symfile_flags>: New field.
11638
11639 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
11640
11641         PR gdb/9734:
11642         * remote-sim.c (gdbsim_create_inferior): Call error() when
11643         sim_create_inferior() fails.
11644
11645 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
11646
11647         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11648
11649 2012-02-16  Tom Tromey  <tromey@redhat.com>
11650
11651         PR c++/13653:
11652         * thread.c (struct current_thread_cleanup) <was_removable>: New
11653         field.
11654         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11655         (make_cleanup_restore_current_thread): Initialize new field.
11656
11657 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
11658
11659         * MAINTAINERS: Add rl78 to target ISA section.
11660         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11661         (ALLDEPFILES): Add rl78-tdep.c.
11662         * NEWS: Mention rl78 as a new target.
11663
11664 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
11665
11666         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11667         data.
11668         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11669
11670 2012-02-15  Tom Tromey  <tromey@redhat.com>
11671
11672         PR gdb/12659:
11673         * infcmd.c (registers_info): Print just the current register's
11674         name.
11675
11676 2012-02-15  Tom Tromey  <tromey@redhat.com>
11677
11678         * python/py-symbol.c (sympy_value): Use _().
11679
11680 2012-02-15  Pedro Alves  <palves@redhat.com>
11681
11682         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11683         output to be like native targets'.
11684         (remote_pid_to_str): Special case the null ptid.
11685
11686 2012-02-14  Stan Shebs  <stan@codesourcery.com>
11687
11688         * NEWS: Mention enable count command.
11689         * breakpoint.h (struct breakpoint): New field enable_count.
11690         * breakpoint.c (enable_breakpoint_disp): Add count argument.
11691         (enable_breakpoint): Add arg to call.
11692         (struct disp_data): New struct.
11693         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11694         (do_map_enable_once_breakpoint): Create a struct and pass it.
11695         (do_map_enable_delete_breakpoint): Ditto.
11696         (do_map_enable_count_breakpoint): New function.
11697         (enable_count_command): New function.
11698         (bpstat_stop_status): Decrement enable_count.
11699         (print_one_breakpoint_location): Report enable count.
11700         (_initialize_breakpoint): Add enable count command.
11701
11702 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
11703
11704         * rl78-tdep.c (reggroups.h): Include.
11705         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11706         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11707         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11708         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11709         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11710         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11711         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11712         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11713         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11714         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11715         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11716         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11717         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11718         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11719         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11720         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11721         beginning of register list.
11722         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11723         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11724         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11725         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11726         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11727         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11728         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11729         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11730         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11731         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11732         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11733         the pseudo registers.  Rearrange other pseudo registers too so
11734         that the bank registers appear at the end.
11735         (rl78_register_type): Account for the fact that the byte sized
11736         bank registers are now pseudo-registers.
11737         (rl78_register_name): Rearrange the register name array.  Make
11738         initial set of raw banked registers inaccessible.
11739         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11740         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11741         case for copying bytes back and forth between raw and pseudo
11742         versions of the banked registers.  Update other cases to reflect
11743         the changed names.
11744         (rl78_return_value): Update to account for changed names of
11745         raw registers.
11746         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11747         rl78_register_sim_regno().
11748
11749 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
11750
11751         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11752         the name parameter being passed to find_pc_partial_function().
11753
11754 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
11755
11756         * MAINTAINERS: Step down from being ia64 target maintainer.
11757
11758 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11759
11760         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11761         compilation warning.
11762
11763 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11764
11765         Fix crash on loaded shlibs without loaded exec_bfd.
11766         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11767         (set_section_command): Replace exec_bfd by p->bfd.
11768
11769 2012-02-10  Tom Tromey  <tromey@redhat.com>
11770
11771         * linespec.c (decode_line_internal): Skip symtabs_from_filename
11772         when we have a C++ qualified name.
11773
11774 2012-02-10  Pedro Alves  <palves@redhat.com>
11775
11776         * inferior.c (inferior_pid_to_str): New.
11777         (print_inferior, inferior_command): Use it.
11778
11779 2012-02-10  Pedro Alves  <palves@redhat.com>
11780
11781         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11782         the test CFLAGS.
11783         * configure: Regenerate.
11784
11785 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11786
11787         * linespec.c (decode_line_internal): Fix comment correctness.
11788
11789 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
11790
11791         PR gdb/12953
11792         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11793         * amd64bsd-nat.c: Add support for debug registers (adapted from
11794         i386bsd-nat.c).
11795         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11796         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11797         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11798         (amd64bsd_dr_get_control): New functions.
11799         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11800         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11801         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11802         watchpoints initialization.
11803         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11804
11805 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11806
11807         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11808         flds_bnds.fields.
11809         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11810
11811 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11812
11813         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
11814
11815 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
11816
11817         * language.h (symbol_name_cmp_ftype): Renames
11818         symbol_name_match_p_ftype.
11819         (struct language_defn)[la_get_symbol_name_cmp]: Renames
11820         la_get_symbol_name_match_p.
11821         * ada-lang.c (ada_get_symbol_name_cmp): Renames
11822         ada_get_symbol_name_match_p.  Update comment.
11823         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11824         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11825         Renames symbol_name_match_p.  Update field type.
11826         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11827         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11828         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11829         "la_get_symbol_name_cmp" in comments.
11830         * language.c: Likewise.
11831
11832 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11833
11834         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11835         %eflags offset.
11836         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11837         (amd64_sol2_gregset32_reg_offs): Likewise.
11838
11839 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
11840
11841         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11842         of the returned BFD is allocated by GDB.
11843
11844 2012-02-07  Tom Tromey  <tromey@redhat.com>
11845
11846         PR python/12027:
11847         * python/python-internal.h (frame_object_type): Declare.
11848         * python/py-symbol.c (sympy_needs_frame): New function.
11849         (sympy_value): New function.
11850         (symbol_object_getset): Add "needs_frame".
11851         (symbol_object_methods): Add "value".
11852         * python/py-frame.c (frame_object_type): No longer static.
11853
11854 2012-02-07  Tom Tromey  <tromey@redhat.com>
11855
11856         PR python/13599:
11857         * python/py-symbol.c (sympy_line): New function.
11858         (symbol_object_getset): Add "line".
11859
11860 2012-02-07  Tom Tromey  <tromey@redhat.com>
11861
11862         * charset.c (find_charset_names): Check 'in' against NULL.
11863
11864 2012-02-06  Doug Evans  <dje@google.com>
11865
11866         * gdbtypes.h (struct main_type): Change type of name,tag_name,
11867         and fields.name members from char * to const char *.  All uses updated.
11868         (struct cplus_struct_type): Change type of fn_fieldlists.name member
11869         from char * to const char *.  All uses updated.
11870         (type_name_no_tag): Update.
11871         (lookup_unsigned_typename, lookup_signed_typename): Update.
11872         * gdbtypes.c (type_name_no_tag): Change result type
11873         from char * to const char *.  All callers updated.
11874         (lookup_unsigned_typename, lookup_signed_typename): Change type of
11875         name parameter from char * to const char *.
11876         * symtab.h (struct cplus_specific): Change type of demangled_name
11877         member from char * to const char *.  All uses updated.
11878         (struct general_symbol_info): Change type of name and
11879         mangled_lang.demangled_name members from char * to const char *.
11880         All uses updated.
11881         (symbol_get_demangled_name, symbol_natural_name): Update.
11882         (symbol_demangled_name, symbol_search_name): Update.
11883         * symtab.c (symbol_get_demangled_name): Change result type
11884         from char * to const char *.  All callers updated.
11885         (symbol_natural_name, symbol_demangled_name): Ditto.
11886         (symbol_search_name): Ditto.
11887         (completion_list_add_name): Change type of symname,sym_text,
11888         text,word parameters from char * to const char *.
11889         (completion_list_objc_symbol): Change type of sym_text,
11890         text,word parameters from char * to const char *.
11891         * ada-lang.c (find_struct_field): Change type of name parameter
11892         from char * to const char *.
11893         (encoded_ordered_before): Similarly for N0,N1 parameters.
11894         (old_renaming_is_invisible): Similarly for function_name parameter.
11895         (ada_type_name): Change result type from char * to const char *.
11896         All callers updated.
11897         * ada-lang.h (ada_type_name): Update.
11898         * buildsym.c (hashname): Change type of name parameter
11899         from char * to const char *.
11900         * buildsym.h (hashname): Update.
11901         * dbxread.c (end_psymtab): Change type of include_list parameter
11902         from char ** to const char **.
11903         * dwarf2read.c (determine_prefix): Change result type
11904         from char * to const char *.  All callers updated.
11905         * f-lang.c (find_common_for_function): Change type of name, funcname
11906         parameters from char * to const char *.
11907         * f-lang.c (find_common_for_function): Update.
11908         * f-valprint.c (list_all_visible_commons): Change type of funcname
11909         parameters from char * to const char *.
11910         * gdbarch.sh (static_transform_name): Change type of name parameter
11911         and result from char * to const char *.
11912         * gdbarch.c: Regenerate.
11913         * gdbarch.h: Regenerate.
11914         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11915         of name parameter from char * to const char *.
11916         * jv-lang.c (java_primitive_type_from_name): Ditto.
11917         (java_demangled_signature_length): Similarly for signature parameter.
11918         (java_demangled_signature_copy): Ditto.
11919         (java_demangle_type_signature): Ditto.
11920         * jv-lang.h (java_primitive_type_from_name): Update.
11921         (java_demangle_type_signature): Update.
11922         * objc-lang.c (specialcmp): Change type of a,b parameters
11923         from char * to const char *.
11924         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11925         from char * to const char *.  All callers updated.
11926         * p-lang.h (is_pascal_string_type): Update.
11927         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11928         of name parameter from char * to const char *.
11929         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11930         * utils.c (fprintf_symbol_filtered): Ditto.
11931         * defs.h (fprintf_symbol_filtered): Update.
11932         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11933         * stabsread.h (end_psymtab): Update.
11934         * stack.c (find_frame_funname): Change type of funname parameter
11935         from char ** to const char **.
11936         * stack.h (find_frame_funname): Update.
11937         * typeprint.c (type_print): Change type of varstring parameter
11938         from char * to const char *.
11939         * value.h (type_print): Update.
11940         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11941         from char * to const char *.  All callers updated.
11942         (xcoff_end_psymtab): Change type of include_list parameter
11943         from char ** to const char **.  All callers updated.
11944         (swap_sym): Similarly for name parameter.  All callers updated.
11945         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11946         Use xstrdup.
11947         (process_coff_symbol): Use xstrdup.
11948         * stabsread.c (stabs_method_name_from_physname): Renamed from
11949         update_method_name_from_physname.  Change result type from void
11950         to char *.  All callers updated.
11951         (read_member_functions): In has_destructor case, store name in objfile
11952         obstack instead of malloc space.  In !has_stub case, fix mem leak.
11953
11954 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
11955
11956         * configure: Rebuild.
11957         * configure.ac: Put -L../bfd and -L../libiberty at the front of
11958         LDFLAGS.
11959
11960 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
11961
11962         * configure.tgt (rl78-*-elf): New target.
11963         * rl78-tdep.c: New file.
11964
11965 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
11966
11967         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11968         and continue the loop.  Add QUIT statement.
11969
11970 2012-02-03  Tom Tromey  <tromey@redhat.com>
11971
11972         PR gdb/13596:
11973         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11974         bfd_lookup_symbol_from_symtab.
11975         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11976         gdb_bfd_lookup_symbol_from_symtab.
11977
11978 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
11979
11980         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11981         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11982         symbol.  Add assertion that sym2 is never NULL.
11983
11984 2012-02-02  Doug Evans  <dje@google.com>
11985
11986         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11987         "name" parameter to const char ** from char **.  All callers updated.
11988         (find_pc_partial_function): Ditto.
11989         (cache_pc_function_name): Change type to const char * from char *.
11990         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11991         (find_pc_partial_function): Update.
11992         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11993         type of "name" parameter to const char * from char *.
11994         All uses updated.
11995         * arch-utils.c (generic_in_solib_return_trampoline): Change
11996         type of "name" parameter to const char * from char *.
11997         * arch-utils.h (generic_in_solib_return_trampoline): Update.
11998         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11999         type of "name" parameter to const char * from char *.
12000         * gdbarch.sh (in_solib_return_trampoline): Ditto.
12001         * gdbarch.c: Regenerate.
12002         * gdbarch.h: Regenerate.
12003         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
12004         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
12005         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
12006         type of "name" parameter to const char * from char *.
12007         * skip.c (skip_function_pc): Ditto.
12008         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
12009         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
12010         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
12011         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
12012         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
12013         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
12014         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
12015         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
12016         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
12017
12018 2012-02-02  Pedro Alves  <palves@redhat.com>
12019
12020         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
12021         the current inferior has no execution.  Make sure the current
12022         remote process matches gdb's current inferior.
12023
12024 2012-02-02  Tom Tromey  <tromey@redhat.com>
12025
12026         PR gdb/13405:
12027         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
12028         read-only memory.
12029
12030 2012-02-02  Tom Tromey  <tromey@redhat.com>
12031
12032         PR gdb/9307:
12033         * symtab.c (lookup_language_this): Set block_found.
12034
12035 2012-02-01  Tom Tromey  <tromey@redhat.com>
12036
12037         PR gdb/13431:
12038         * jit.c (struct jit_inferior_data): Rewrite.
12039         (struct jit_objfile_data): New.
12040         (get_jit_objfile_data): New function.
12041         (add_objfile_entry): Update.
12042         (jit_read_descriptor): Return int.  Replace descriptor_addr
12043         argument with inf_data.  Update.  Don't call error.
12044         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
12045         descriptor here.
12046         (jit_inferior_init): Don't look up descriptor.  Don't call error.
12047         (jit_reset_inferior_data_and_breakpoints)
12048         (jit_inferior_created_observer): Remove.
12049         (jit_inferior_exit_hook): Update.
12050         (jit_executable_changed_observer): Remove.
12051         (jit_event_handler): Update.
12052         (free_objfile_data): Reset inferior data if needed.
12053         (_initialize_jit): Update.
12054
12055 2012-02-01  Tom Tromey  <tromey@redhat.com>
12056
12057         * jit.c (bfd_open_from_target_memory): Move higher in file.
12058
12059 2012-02-01  Tristan Gingold  <gingold@adacore.com>
12060
12061         * libunwind-frame.c (libunwind_load): Display message if dlopen
12062         failed.
12063
12064 2012-02-01  Gary Benson  <gbenson@redhat.com>
12065
12066         * symtab.h (symbol_found_callback_ftype): New typedef.
12067         (iterate_over_symbols): Use the above.
12068         * symtab.c (iterate_over_symbols): Likewise.
12069         * language.h (language_defn->la_iterate_over_symbols): Likewise.
12070         * ada-lang.c (ada_iterate_over_symbols): Likewise.
12071         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
12072         (iterate_name_matcher): Document return values.
12073         (collect_one_symbol): Likewise.
12074         (collect_function_symbols): Likewise.
12075         (collect_symbols): Likewise.
12076
12077 2012-02-01  Tom Tromey  <tromey@redhat.com>
12078
12079         * ada-lang.c (resolve_subexp): Update.
12080         (ada_lookup_symbol_list): Add 'full_search' argument.
12081         (ada_iterate_over_symbols): Pass 0 as full_search argument to
12082         ada_lookup_symbol_list.
12083         (ada_lookup_encoded_symbol): Update.
12084         (get_var_value): Update.
12085         * ada-exp.y (block_lookup): Update.
12086         (write_var_or_type): Update.
12087         (write_name_assoc): Update.
12088         * ada-lang.h (ada_lookup_symbol_list): Update.
12089
12090 2012-01-31  Tom Tromey  <tromey@redhat.com>
12091
12092         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
12093         comment.
12094
12095 2012-01-31  Doug Evans  <dje@google.com>
12096
12097         * symtab.h: Remove outdated comment.
12098         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
12099
12100 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
12101
12102         Fix build error in Darwin port.
12103         * i386-darwin-nat.c: Include i386-nat.h.
12104
12105 2012-01-30  Tom Tromey  <tromey@redhat.com>
12106
12107         PR breakpoints/13568:
12108         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
12109         argument.  Check for recursive includes.
12110         (dwarf_decode_macros): Create an include hash.
12111
12112 2012-01-30  Michael Eager  <eager@eagercon.com>
12113
12114         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
12115         * ppc-linux-tdep.c: Include glibc-tdep.h.
12116         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
12117         (powerpc_linux_in_plt_stub): New function.
12118         (powerpc_linux_in_dynsym_resolve_code): New function.
12119         (ppc_skip_trampoline_code): New function.
12120         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
12121         Use glibc_skip_solib_resolver.
12122
12123 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12124
12125         Code cleanup: Make 1440 bytes of data segment read-only.
12126         * arch-utils.c (endian_enum): Make it const char *const [].
12127         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
12128         Likewise.
12129         * breakpoint.c (always_inserted_enums): Likewise.
12130         * cli/cli-cmds.c (script_ext_enums): Likewise.
12131         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
12132         enumlist parameter const char *const *.
12133         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
12134         const char *const *.
12135         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
12136         parameter const char *const *.
12137         * cris-tdep.c (cris_modes): Make it const char *const [].
12138         * filesystem.c (target_file_system_kinds): Likewise.
12139         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
12140         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
12141         (can_use_displaced_stepping_enum, scheduler_enums)
12142         (exec_direction_names): Likewise.
12143         * language.c (_initialize_language): Make the type_or_range_names and
12144         case_sensitive_names variables const char *const [].
12145         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
12146         * python/python.c (python_excp_enums): Likewise.
12147         * remote.c (interrupt_sequence_modes): Likewise.
12148         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
12149         * serial.c (logbase_enums): Likewise.
12150         * sh-tdep.c (sh_cc_enum): Likewise.
12151         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
12152         Likewise.
12153         * symtab.c (multiple_symbols_modes): Likewise.
12154         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
12155         Likewise.
12156         * utils.c (internal_problem_modes): Likewise.
12157
12158 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
12159
12160         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
12161         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
12162         result.
12163
12164 2012-01-27  Doug Evans  <dje@google.com>
12165
12166         * configure.ac (with_python): Fix absolute path handling for win32.
12167         * configure: Regenerate.
12168
12169 2012-01-26  Doug Evans  <dje@google.com>
12170
12171         * symtab.c: Whitespace cleanup, no code changes.
12172
12173         * symtab.c (lookup_symbol_in_language): Improve comment.
12174         (lookup_symbol_aux): Fix comment.
12175
12176         * psymtab.c (add_psymbol_to_list): Result is now "void".
12177         * psympriv.h (add_psymbol_to_list): Update.
12178
12179         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
12180
12181 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
12182
12183         Do not open script filenames twice.
12184         * cli/cli-cmds.c (source_script_from_stream): Pass to
12185         source_python_script also STREAM.
12186         * python/py-auto-load.c (source_section_scripts): Pass to
12187         source_python_script_for_objfile also STREAM.
12188         (auto_load_objfile_script): Pass to source_python_script_for_objfile
12189         also INPUT.
12190         * python/python-internal.h (source_python_script_for_objfile): New
12191         parameter file, rename parameter file to filename.
12192         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
12193         instead if !_WIN32.  Update the function comment.
12194         (source_python_script, source_python_script_for_objfile)
12195         (source_python_script): New parameter file, rename parameter file to
12196         filename.  Pass FILENAME to python_run_simple_file.
12197         * python/python.h (source_python_script): New parameter file, rename
12198         parameter file to filename.
12199
12200 2012-01-26  Pedro Alves  <palves@redhat.com>
12201
12202         * corelow.c (core_has_fake_pid): Delete.
12203         (core_close): Delete references to `core_has_fake_pid'.
12204         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
12205         (core_open): Delete references to `core_has_fake_pid'.
12206         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
12207         the removed global.
12208
12209 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
12210
12211         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
12212         Remove language parameter from name_matcher.  Adjust the comment.
12213         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
12214         Remove language parameter.
12215         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
12216         * linespec.c (iterate_name_matcher): Likewise.
12217         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
12218         name_matcher.  Adjust call accordingly.
12219         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
12220         (maintenance_check_symtabs): Adjust type of parameter "fun".
12221         * psymtab.h (maintenance_check_symtabs): Likewise.
12222
12223 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
12224
12225         * language.h (symbol_name_match_p_ftype): New typedef.
12226         (struct language_defn): Replace field la_symbol_name_compare
12227         by la_get_symbol_name_match_p.
12228         * ada-lang.c (ada_get_symbol_name_match_p): New function.
12229         (ada_language_defn): Use it.
12230         * linespec.c (struct symbol_matcher_data): New type.
12231         (iterate_name_matcher): Rewrite.
12232         (iterate_over_all_matching_symtabs): Pass a pointer to
12233         a symbol_matcher_data struct to expand_symtabs_matching
12234         instead of just the lookup name.
12235         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
12236         opencl-lang.c, p-lang.c, language.c: Delete field
12237         la_symbol_name_compare, and replace by NULL for new field
12238         la_get_symbol_name_match_p.
12239         * symfile.h (struct quick_symbol_functions): Update comment.
12240
12241 2012-01-25  Tom Tromey  <tromey@redhat.com>
12242
12243         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
12244         dereferencing.
12245
12246 2012-01-24  Tom Tromey  <tromey@redhat.com>
12247
12248         PR symtab/12406:
12249         * solib.c (update_solib_list): Update the program space's
12250         added_solibs and deleted_solibs fields.
12251         * progspace.h (struct program_space) <added_solibs,
12252         deleted_solibs>: New fields.
12253         (clear_program_space_solib_cache): Declare.
12254         * progspace.c (release_program_space): Call
12255         clear_program_space_solib_cache.
12256         (clear_program_space_solib_cache): New function.
12257         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
12258         bpstat_stop_status.  Use handle_solib_event.
12259         * breakpoint.c: Include gdb_regex.h.
12260         (print_solib_event): New function.
12261         (bpstat_print): Use print_solib_event.
12262         (bpstat_stop_status): Add special case for bp_shlib_event.
12263         (handle_solib_event): New function.
12264         (bpstat_what): Use handle_solib_event.
12265         (struct solib_catchpoint): New.
12266         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
12267         (breakpoint_hit_catch_solib, check_status_catch_solib)
12268         (print_it_catch_solib, print_one_catch_solib)
12269         (print_mention_catch_solib, print_recreate_catch_solib): New
12270         functions.
12271         (catch_solib_breakpoint_ops): New global.
12272         (catch_load_or_unload, catch_load_command_1)
12273         (catch_unload_command_1): New functions.
12274         (internal_bkpt_check_status): Add special case for
12275         bp_shlib_event.
12276         (internal_bkpt_print_it): Use print_solib_event.
12277         (initialize_breakpoint_ops): Initialize
12278         catch_solib_breakpoint_ops.
12279         (_initialize_breakpoint): Register "catch load" and "catch
12280         unload".
12281         * breakpoint.h (handle_solib_event): Declare.
12282         * NEWS: Add entry for "catch load" and "catch unload".
12283
12284 2012-01-24  Tom Tromey  <tromey@redhat.com>
12285
12286         * ada-lang.c: Include gdb_vecs.h.
12287         * charset.c: Include gdb_vecs.h.
12288         * tracepoint.h: Include gdb_vecs.h.
12289         * gdb_vecs.h: New file.
12290
12291 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
12292
12293         * breakpoint.c (breakpoint_hit_catch_fork)
12294         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12295         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12296         * infrun.c (inferior_has_forked, inferior_has_vforked)
12297         (inferior_has_execd, inferior_has_called_syscall): Delete.
12298         (handle_syscall_event): Get syscall_number from the execution
12299         control state's wait status.
12300         (wait_for_inferior): Don't clear syscall_number.
12301
12302 2012-01-24  Pedro Alves  <palves@redhat.com>
12303
12304         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12305         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12306         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12307         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12308         `ws' parameter.
12309         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
12310         false for events other than TARGET_SIGNAL_TRAP.
12311         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12312         Add `ws' parameter.
12313         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
12314         events other than TARGET_SIGNAL_TRAP.
12315         (tracepoint_breakpoint_hit): Add `ws' parameter.
12316         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12317         parameter.
12318         (bpstat_stop_status): Same.
12319         (pc_at_non_inline_function): Same.
12320         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12321         to pass the current event's waitstatus to bpstat_stop_status
12322         and pc_at_non_inline_function.
12323
12324 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12325
12326         Code cleanup.
12327         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12328         Update the function comment for it.
12329         (source_script_with_search): Call make_cleanup_fclose for STREAM.
12330         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12331         for STREAM.
12332
12333 2012-01-24  Pedro Alves  <palves@redhat.com>
12334
12335         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12336         outside `bs->stop' block.
12337         (bpstat_what): Rework bp_shlib_event handling.
12338         (internal_bkpt_check_status): If the breakpoint is a
12339         bp_shlib_event, then set bs->stop and bs->print if
12340         stop_on_solib_events is set.
12341
12342 2012-01-24  Gary Benson  <gbenson@redhat.com>
12343
12344         Delete #if 0'd out code.
12345         * stack.c (print_frame_label_vars): Remove.
12346         (catch_info): Likewise.
12347         (_initialize_stack): Remove "info catch" command.
12348         * NEWS: Mention the above.
12349
12350 2012-01-24  Pedro Alves  <palves@redhat.com>
12351
12352         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
12353         it.
12354         (remote_notice_new_inferior): If the remote end doesn't support
12355         the multiprocess extensions, then the PID is fake.
12356         (add_current_inferior_and_thread): New.
12357         (remote_start_remote): Use it.
12358         (extended_remote_attach_1): Adjust.
12359         (extended_remote_create_inferior_1): Use
12360         add_current_inferior_and_thread.
12361
12362 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12363
12364         Fix watchpoints to be specific for each inferior.
12365         * breakpoint.c (watchpoint_in_thread_scope): Verify also
12366         current_program_space.
12367         * i386-nat.c (i386_inferior_data_cleanup): New.
12368         (i386_inferior_data_get): Replace variable inf_data_local by an
12369         inferior_data call.
12370         (i386_use_watchpoints): Initialize i386_inferior_data.
12371         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12372         specific iterate_over_lwps.
12373
12374 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12375
12376         Fix watchpoints across inferior fork.
12377         * amd64-linux-nat.c (update_debug_registers_callback): Update the
12378         comment for linux_nat_iterate_watchpoint_lwps.
12379         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12380         linux_nat_iterate_watchpoint_lwps.
12381         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12382         * i386-linux-nat.c (update_debug_registers_callback): Update the
12383         comment for linux_nat_iterate_watchpoint_lwps.
12384         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12385         linux_nat_iterate_watchpoint_lwps.
12386         (i386_linux_prepare_to_resume): New comment on Linux kernel.
12387         * i386-nat.c: Include inferior.h.
12388         (dr_mirror): Remove.
12389         (i386_inferior_data, struct i386_inferior_data)
12390         (i386_inferior_data_get): New.
12391         (i386_debug_reg_state): Use i386_inferior_data_get.
12392         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12393         (i386_insert_watchpoint, i386_remove_watchpoint)
12394         (i386_stopped_data_address, i386_insert_hw_breakpoint)
12395         (i386_remove_hw_breakpoint): New variable state, use
12396         i386_debug_reg_state instead of DR_MIRROR.
12397         * linux-nat.c (delete_lwp): New declaration.
12398         (num_lwps): Move here from downwards.
12399         (delete_lwp_cleanup): New.
12400         (linux_child_follow_fork): Create new child_lp, call
12401         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12402         PTRACE_DETACH.
12403         (num_lwps): Move upwards.
12404         (linux_nat_iterate_watchpoint_lwps): New.
12405         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12406         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12407
12408 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
12409
12410         GDB 7.4 released.
12411
12412 2012-01-23  Pedro Alves  <palves@redhat.com>
12413
12414         * top.c (caution): Rename to ...
12415         (confirm): ... this.
12416         (show_caution): Rename to ...
12417         (show_confirm): ... this.
12418         (quit_cover): Adjust.
12419         (init_main): Adjust.
12420         * top.h (caution): Rename to ...
12421         (confirm): ... this.
12422         * utils.c (internal_vproblem, defaulted_query): Adjust.
12423
12424 2012-01-23  Pedro Alves  <palves@redhat.com>
12425
12426         * top.c (caution): Update comment.
12427         (execute_command): Don't consider the current value of `caution'.
12428
12429 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
12430
12431         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12432
12433 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
12434
12435         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12436         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12437         * target.c (target_fileio_pwrite): Remove buffer address from
12438         debug output.
12439         (target_fileio_pread): Likewise.
12440
12441 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12442
12443         * NEWS: Document remote "info proc" and "generate-core-file".
12444
12445 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12446
12447         * gdbarch.sh (find_memory_regions): New callback.
12448         * gdbarch.c, gdbarch.h: Regenerate.
12449
12450         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12451         callback before falling back to target method.
12452
12453         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12454         (linux_target_install_ops): No longer install it.
12455
12456         * linux-tdep.c (linux_find_memory_regions): New function.
12457         (linux_init_abi): Install it.
12458
12459 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12460
12461         * gdbarch.sh (make_corefile_notes): New architecture callback.
12462         * gdbarch.c: Regenerate.
12463         * gdbarch.h: Likewise.
12464
12465         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12466         before target_make_corefile_notes.  If NULL is returned, the
12467         target does not support core file generation.
12468
12469         * linux-nat.c: Include "linux-tdep.h".
12470         (find_signalled_thread, find_stop_signal): Remove.
12471         (linux_nat_do_thread_registers): Likewise.
12472         (struct linux_nat_corefile_thread_data): Likewise.
12473         (linux_nat_corefile_thread_callback): Likewise.
12474         (iterate_over_spus): Likewise.
12475         (struct linux_spu_corefile_data): Likewise.
12476         (linux_spu_corefile_callback): Likewise.
12477         (linux_spu_make_corefile_notes): Likewise.
12478         (linux_nat_collect_thread_registers): New function.
12479         (linux_nat_make_corefile_notes): Replace contents by call to
12480         linux_make_corefile_notes passing linux_nat_collect_thread_registers
12481         as native-only callback.
12482
12483         * linux-tdep.h: Include "bfd.h".
12484         (struct regcache): Add forward declaration.
12485         (linux_collect_thread_registers_ftype): New typedef.
12486         (linux_make_corefile_notes): Add prototype.
12487         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12488         "regset.h", and "elf-bfd.h".
12489         (find_signalled_thread, find_stop_signal): New functions.
12490         (linux_spu_make_corefile_notes): Likewise.
12491         (linux_collect_thread_registers): Likewise.
12492         (struct linux_corefile_thread_data): New data structure.
12493         (linux_corefile_thread_callback): New funcion.
12494         (linux_make_corefile_notes): Likewise.
12495         (linux_make_corefile_notes_1): Likewise.
12496         (linux_init_abi): Install it.
12497
12498 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12499
12500         * gdbarch.sh (info_proc): New callback.
12501         * gdbarch.c, gdbarch.h: Regenerate.
12502
12503         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12504         before falling back to the target info_proc callback.
12505
12506         * linux-nat.c: Do not include "cli/cli-utils.h".
12507         (linux_nat_info_proc): Remove.
12508         (linux_target_install_ops): No longer install it.
12509
12510         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12511         (read_mapping): New function.
12512         (linux_info_proc): Likewise.
12513         (linux_init_abi): Install it.
12514
12515 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12516
12517         * defs.h (enum info_proc_what): Moved here from linux-nat.c
12518         * infcmd.c: (info_proc_cmd_1): New function.
12519         (info_proc_cmd): New function, moved here from equivalent routine
12520         orignally in linux-nat.c.
12521         (info_proc_cmd_mappings): Likewise.
12522         (info_proc_cmd_stat): Likewise.
12523         (info_proc_cmd_status): Likewise.
12524         (info_proc_cmd_cwd): Likewise.
12525         (info_proc_cmd_cmdline): Likewise.
12526         (info_proc_cmd_exe): Likewise.
12527         (info_proc_cmd_all): Likewise.
12528         (_initialize_infcmd): Install "info proc" command and subcommands.
12529
12530         * target.h (struct target_ops): Add to_info_proc.
12531         (target_info_proc): Add prototype.
12532         * target.c (target_info_proc): New function.
12533
12534         * procfs.c (procfs_info_proc): Add prototype.
12535         (info_proc_cmd): Rename into ...
12536         (procfs_info_proc): ... this.  Update argument types as appropriate
12537         for a to_info_proc implementation.  Handle "what" argument.
12538         (procfs_target): Install procfs_info_proc.
12539         (_initialize_procfs): No longer install "info proc" command.
12540
12541         * linux-nat.c: (enum info_proc_what): Remove.
12542         (linux_nat_info_proc_cmd_1): Rename into ...
12543         (linux_nat_info_proc): ... this.  Update argument types as appropriate
12544         for a to_info_proc implementation.
12545         (linux_nat_info_proc_cmd): Remove.
12546         (linux_nat_info_proc_cmd_mappings): Likewise.
12547         (linux_nat_info_proc_cmd_stat): Likewise.
12548         (linux_nat_info_proc_cmd_status): Likewise.
12549         (linux_nat_info_proc_cmd_cwd): Likewise.
12550         (linux_nat_info_proc_cmd_cmdline): Likewise.
12551         (linux_nat_info_proc_cmd_exe): Likewise.
12552         (linux_nat_info_proc_cmd_all): Likewise.
12553         (linux_target_install_ops): Install linux_nat_info_proc.
12554         (_initialize_linux_nat): No longer install "info proc" command
12555         and subcommands.
12556
12557 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12558
12559         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12560         * config.in, configure: Regenerate.
12561
12562         * target.h (struct target_ops): Add to_fileio_readlink.
12563         (target_fileio_readlink): Add prototype.
12564         * target.c (target_fileio_readlink): New function.
12565
12566         * inf-child.c: Conditionally include <sys/param.h>.
12567         (inf_child_fileio_readlink): New function.
12568         (inf_child_target): Install it.
12569
12570         * remote.c (PACKET_vFile_readlink): New enum value.
12571         (remote_hostio_readlink): New function.
12572         (init_remote_ops): Install it.
12573         (_initialize_remote): Handle vFile:readlink packet type.
12574
12575 2012-01-20  Pedro Alves  <palves@redhat.com>
12576             Ulrich Weigand  <ulrich.weigand@linaro.org>
12577
12578         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12579         * config.in, configure: Regenerate.
12580
12581         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12582         to_fileio_pread, to_fileio_close, to_fileio_unlink.
12583         (target_fileio_open): Add prototype.
12584         (target_fileio_pwrite): Likewise.
12585         (target_fileio_pread): Likewise.
12586         (target_fileio_close): Likewise.
12587         (target_fileio_unlink): Likewise.
12588         (target_fileio_read_alloc): Likewise.
12589         (target_fileio_read_stralloc): Likewise.
12590
12591         * target.c: Include "gdb/fileio.h".
12592         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12593         (default_fileio_target): New function.
12594         (target_fileio_open): Likewise.
12595         (target_fileio_pwrite): Likewise.
12596         (target_fileio_pread): Likewise.
12597         (target_fileio_close): Likewise.
12598         (target_fileio_unlink): Likewise.
12599         (target_fileio_close_cleanup): Likewise.
12600         (target_fileio_read_alloc_1): Likewise.
12601         (target_fileio_read_alloc): Likewise.
12602         (target_fileio_read_stralloc): Likewise.
12603
12604         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12605         <fcntl.h>, and <unistd.h>.
12606         (inf_child_fileio_open_flags_to_host): New function.
12607         (inf_child_errno_to_fileio_error): Likewise.
12608         (inf_child_fileio_open): Likewise.
12609         (inf_child_fileio_pwrite): Likewise.
12610         (inf_child_fileio_pread): Likewise.
12611         (inf_child_fileio_close): Likewise.
12612         (inf_child_fileio_unlink): Likewise.
12613         (inf_child_target): Install to_fileio routines.
12614
12615         * remote.c (init_remote_ops): Install to_fileio routines.
12616
12617 2012-01-20  Pedro Alves  <palves@redhat.com>
12618             Ulrich Weigand  <ulrich.weigand@linaro.org>
12619
12620         * remote.c (remote_multi_process_p): Only check for multi-process
12621         protocol feature, do not check for extended protocol.
12622         (remote_supports_multi_process): Check for extended protocol here.
12623         (set_general_process): Likewise.
12624         (extended_remote_kill): Likewise.
12625         (remote_pid_to_str): Likewise.
12626         (remote_query_supported): Always query multiprocess mode.
12627
12628 2012-01-20  Pedro Alves  <palves@redhat.com>
12629             Ulrich Weigand  <ulrich.weigand@linaro.org>
12630
12631         * inferior.h (struct inferior): Add fake_pid_p.
12632         * inferior.c (exit_inferior_1): Clear fake_pid_p.
12633         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12634         magic_null_ptid since the remote side doesn't provide a real PID.
12635
12636 2012-01-19  Tom Tromey  <tromey@redhat.com>
12637
12638         * NEWS: Combine the two Python sections.
12639
12640 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
12641
12642         * target.h (target_close): Update comment on the target's unpush state.
12643
12644 2012-01-19  Pedro Alves  <palves@redhat.com>
12645
12646         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12647         linux_nat_async directly instead of going through the target
12648         vector.
12649         * target.c (unpush_target): Close target after unpushing it, not
12650         before.
12651
12652 2012-01-19  Gary Benson  <gbenson@redhat.com>
12653
12654         * mdebugread.c (sort_blocks): Replace integer constants with ones
12655         derived from FIRST_LOCAL_BLOCK.
12656
12657 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
12658             Jan Kratochvil  <jan.kratochvil@redhat.com>
12659
12660         PR gdb/9538
12661         * symfile.c (find_separate_debug_file): New function.
12662         (terminate_after_last_dir_separator): Likewise.
12663         (find_separate_debug_file_by_debuglink): Also try realpath.
12664         * configure.ac (AC_CHECK_FUNCS): Add lstat.
12665         * configure: Regenerate.
12666         * config.in: Regenerate.
12667
12668 2012-01-18  Doug Evans  <dje@google.com>
12669
12670         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12671         (main.o): Remove rule.
12672         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12673         (--with-sysroot): Rewrite.
12674         * configure: Regenerate.
12675         * config.in: Regenerate.
12676
12677 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
12678
12679         * parse.c (initialize_expout): New function.
12680         (reallocate_expout): Likewise.
12681         (parse_exp_in_context): Use `initialize_expout' and
12682         `reallocate_expout' when appropriate.
12683
12684 2012-01-18  Pedro Alves  <palves@redhat.com>
12685
12686         * record.c (struct record_breakpoint, record_breakpoint_p)
12687         (record_breakpoints): New.
12688         (record_insert_breakpoint, record_remove_breakpoint): Manage
12689         record breakpoints list.  Only remove breakpoints from the
12690         inferior if they had been inserted there in the first place.
12691
12692 2012-01-17  Doug Evans  <dje@google.com>
12693
12694         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12695         if we know we don't have a file name to look for.
12696
12697 2012-01-17  Pedro Alves  <palves@redhat.com>
12698
12699         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12700         the frame's stop reason is UNWIND_UNAVAILABLE.
12701
12702 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12703
12704         Fix compilation error.
12705         * m2-exp.y (yyerror): Use ANSI C prototype.
12706
12707 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12708
12709         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12710         (growbuf_by_size): Likewise.
12711         (yyerror): Likewise.
12712         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12713         (modblock): Remove variable (was #if 0'ed).
12714         (parse_number): Convert prototype from K&R to ANSI C.
12715         (yyerror): Likewise.
12716         * objc-exp.y (parse_number): Likewise.
12717         (yyerror): Likewise.
12718         (yylex): Remove #if 0'ed code.
12719         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12720         (yyerror): Likewise.
12721
12722 2012-01-16  Tom Tromey  <tromey@redhat.com>
12723
12724         * NEWS: Add item.
12725         * symtab.h (compare_filenames_for_search): Declare.
12726         * symtab.c (compare_filenames_for_search): New function.
12727         (iterate_over_some_symtabs): Use it.
12728         * symfile.h (struct quick_symbol_functions)
12729         <map_symtabs_matching_filename>: Change spec.
12730         * psymtab.c (partial_map_symtabs_matching_filename): Use
12731         compare_filenames_for_search.  Update for new spec.
12732         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12733         compare_filenames_for_search.  Update for new spec.
12734         * breakpoint.c (clear_command): Use compare_filenames_for_search.
12735
12736 2012-01-16  Tom Tromey  <tromey@redhat.com>
12737
12738         PR python/13281:
12739         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12740         (struct main_type) <flag_flag_enum>: New field.
12741         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12742         * NEWS: Add entries.
12743         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12744         enums.
12745         * python/lib/gdb/printing.py (_EnumInstance): New class.
12746         (FlagEnumerationPrinter): Likewise.
12747
12748 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12749
12750         * breakpoint.c (create_sals_from_address_default): New function.
12751         (create_breakpoints_sal_default): Likewise.
12752         (decode_linespec_default): Likewise.
12753         (is_marker_spec): Removed.
12754         (strace_marker_p): New function.
12755         (init_breakpoint_sal): Using `strace_marker_p' instead of
12756         `is_marker_spec'.
12757         (create_breakpoint): Call method `create_sals_from_address' from
12758         breakpoint_ops, replacing code that created SALs conditionally
12759         on the type of the breakpoint.  Call method `create_breakpoints_sal',
12760         replacing code that created breakpoints conditionally on the type
12761         wanted.
12762         (base_breakpoint_create_sals_from_address): New function.
12763         (base_breakpoint_create_breakpoints_sal): Likewise.
12764         (base_breakpoint_decode_linespec): Likewise.
12765         (base_breakpoint_ops): Add methods
12766         `base_breakpoint_create_sals_from_address',
12767         `base_breakpoint_create_breakpoints_sal' and
12768         `base_breakpoint_decode_linespec'.
12769         (bkpt_create_sals_from_address): New function.
12770         (bkpt_create_breakpoints_sal): Likewise.
12771         (bkpt_decode_linespec): Likewise.
12772         (tracepoint_create_sals_from_address): Likewise.
12773         (tracepoint_create_breakpoints_sal): Likewise.
12774         (tracepoint_decode_linespec): Likewise.
12775         (strace_marker_create_sals_from_address): Likewise.
12776         (strace_marker_create_breakpoints_sal): Likewise.
12777         (strace_marker_decode_linespec): Likewise.
12778         (strace_marker_breakpoint_ops): New variable.
12779         (addr_string_to_sals): Remove `marker_spec'.  Call method
12780         `decode_linespec' from breakpoint_ops, replacing code that decoded
12781         an address string into a SAL.  Use `strace_marker_p' instead of
12782         `marker_spec'.
12783         (strace_command): Decide whether we are dealing with a static
12784         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
12785         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12786         * breakpoint.h (linespec_result, linespec_sals): New forward
12787         declarations.
12788         (breakpoint_ops) <create_sals_from_address>,
12789         <create_breakpoints_sal>, <decode_linespec>: New methods.
12790
12791 2012-01-14  Doug Evans  <dje@google.com>
12792
12793         * NEWS: Update text for "maint set python print-stack".
12794         It is deprecated in gdb 7.4 and deleted in 7.5.
12795
12796 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
12797
12798         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12799         including curses.h.
12800
12801 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12802
12803         * configure: Regenerate.
12804         * config.in: Regenerate.
12805
12806 2012-01-12  Keith Seitz  <keiths@redhat.com>
12807
12808         PR mi/10586
12809         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12810         (ANONYMOUS_UNION_NAME): Define.
12811         (is_path_expr_parent): New function.
12812         (get_path_expr_parent): New function.
12813         (is_anonymous_child): New function.
12814         (create_child_with_value): If the child is anonymous and without
12815         a name, assign an object name to it.
12816         (c_describe_child): Use get_path_expr_parent to determine
12817         the parent expression.
12818         If there field represents an anonymous struct or union and
12819         has no name, set an appropriate display name and expression.
12820         (cplus_describe_child): Likewise.
12821
12822 2012-01-12  Pedro Alves  <palves@redhat.com>
12823
12824         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12825         available when %ebp is found to be zero (outermost).
12826
12827 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
12828
12829         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12830         an internal gdb_static_assert.
12831         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12832
12833 2012-01-11  Tom Tromey  <tromey@redhat.com>
12834
12835         PR gdb/9598:
12836         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12837         catch" and "catch throw".
12838
12839 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
12840
12841         * blockframe.c (block_innermost_frame): Start search from selected
12842         frame, if present, or otherwise the current frame.
12843
12844         * c-exp.y (variable): Update innermost_block for
12845         'block COLONCOLON NAME' clause.
12846         * m2-exp.y (variable): Ditto.
12847         * objc-exp.y (variable): Ditto.
12848
12849 2012-01-10  Tom Tromey  <tromey@redhat.com>
12850
12851         PR python/13199:
12852         * python/python.c (finish_python_initialization): Set sys.argv.
12853
12854 2012-01-10  Doug Evans  <dje@google.com>
12855
12856         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
12857         "want_line_info".  All callers updated.
12858         (dwarf_decode_lines_1): New function.
12859         (handle_DW_AT_stmt_list): Add function comment.
12860         New arg "want_line_info".  All callers updated.
12861         (read_file_scope,read_type_unit_scope): Move comment from
12862         handle_DW_AT_stmt_list to here.
12863
12864 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12865
12866         Fix regression after libiberty/ update for GCC PR 6057 and others.
12867         * c-exp.y (operator) <OPERATOR DELETE>
12868         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12869         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12870         (make_builtin_type, make_name): New variable i, add gdb_assert.
12871         (operator) <OPERATOR NEW>: Update ARGS to 3.
12872         (operator) <OPERATOR DELETE>: Add trailing space.
12873         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12874         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12875         * cp-support.c (cp_canonicalize_string): Check NULL from
12876         cp_comp_to_string, call warning and return.
12877
12878 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12879
12880         Fix duplicate .o files after omitting libbfd.a.
12881         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12882         (SFILES): Add corelow.c.
12883         (COMMON_OBS): Add corelow.o.
12884         (ALLDEPFILES): Remove corelow.c.
12885         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12886         * config/alpha/alpha-osf3.mh: Likewise.
12887         * config/alpha/fbsd.mh: Likewise.
12888         * config/arm/nbsdaout.mh: Likewise.
12889         * config/arm/nbsdelf.mh: Likewise.
12890         * config/i386/i386gnu.mh: Likewise.
12891         * config/ia64/hpux.mh: Likewise.
12892         * config/ia64/linux.mh: Likewise.
12893         * config/m32r/linux.mh: Likewise.
12894         * config/m68k/linux.mh: Likewise.
12895         * config/mips/irix5.mh: Likewise.
12896         * config/mips/irix6.mh: Likewise.
12897         * config/pa/hpux.mh: Likewise.
12898         * config/pa/linux.mh: Likewise.
12899         * config/powerpc/aix.mh: Likewise.
12900         * config/sparc/linux.mh: Likewise.
12901         * config/sparc/linux64.mh: Likewise.
12902         * config/sparc/sol2.mh: Likewise.
12903         * config/vax/vax.mh: Likewise.
12904         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12905         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12906         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12907         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12908         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12909         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12910         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12911         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12912         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12913         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12914         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12915         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12916         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12917         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12918         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12919         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12920         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12921         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12922         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12923         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12924         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12925         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12926         corelow.o from gdb_target_obs.
12927         * corefile.c (core_target): Update the comment on NULL value.
12928         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12929         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12930         MATCHES.  Drop YUMMY set on NULL.
12931         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
12932         reclaim CORE_DATA if it is already NULL.
12933
12934 2012-01-09  Doug Evans  <dje@google.com>
12935
12936         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12937         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12938
12939 2012-01-09  Keith Seitz  <keiths@redhat.com>
12940
12941         * breakpoint.c (wrapper.h): Don't include.
12942
12943 2012-01-09  Keith Seitz  <keiths@redhat.com>
12944
12945         * Makefile.in (SFILES): Remove wrapper.c.
12946         (HFILES_NO_SRCDIR): Remove wrapper.h.
12947         (COMMON_OBS): Remove wrapper.o.
12948         * cli/cli-interp.c: Don't inlude wrapper.h.
12949         * corelow.c: Likewise.
12950         (core_open): Replace gdb_target_find_new_threads with
12951         TRY_CATCH around target_find_new_threads.
12952         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12953         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12954         * varobj.c (varobj_create): Likewise for parse_exp_1 and
12955         evaluate_expression.
12956         (varobj_set_value): Likewise for evaluate_expression and
12957         value_assign.
12958         (install_new_variable): Likewise for value_fetch_lazy.
12959         (adjust_value_for_child_access): Likewise for value_ind.
12960         (c_describe_child): Likewise for value_subscript and
12961         value_ind.
12962         (c_value_of_root): Likewise for evaluate_expression.
12963         * wrapper.c: Remove.
12964         * wrapper.h: Remove.
12965
12966 2012-01-09  Doug Evans  <dje@google.com>
12967
12968         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12969         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
12970         "abfd" args with "section".  All callers updated.
12971         Error checking code moved ...
12972         (error_check_comp_unit_head): ... here.  New function.
12973         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12974         Delete arg "abfd".  New arg "type_offset".  All callers updated.
12975         (create_debug_types_hash_table): Simplify by using
12976         read_and_check_type_unit_head.
12977
12978         * parser-defs.h (namecopy): Delete.
12979         * parse.c (namecopy, namecopy_size): Move into copy_name.
12980
12981 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12982
12983         Partially fix duplicate .o files after omitting libbfd.a.
12984         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12985         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12986         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12987         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12988         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12989         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12990         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12991
12992 2012-01-09  Pedro Alves  <palves@redhat.com>
12993
12994         * MAINTAINERS: Update my email address.
12995
12996 2012-01-08  Doug Evans  <dje@google.com>
12997
12998         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12999         n_type_units.  Rename type_comp_units to all_type_units.
13000         All uses updated.
13001         (add_signatured_type_cu_to_table): Renamed from
13002         add_signatured_type_cu_to_list.  All callers updated.
13003
13004         * gdbtypes.h (struct cplus_struct_type): Delete member
13005         nfn_fields_total.  All uses removed.
13006
13007 2012-01-06  Doug Evans  <dje@google.com>
13008
13009         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
13010         to top of file.
13011         (dwarf2_find_comp_unit): Delete.
13012         (process_psymtab_comp_unit): Make result "void".
13013         Delete args buffer, info_ptr, buffer_size, and replace with
13014         "section".  All callers updated.
13015         (dwarf2_build_psymtabs_hard): Simplify.
13016
13017 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
13018             Thiago Jung Bauermann  <bauerman@br.ibm.com>
13019
13020         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
13021         before `struct gdb_exception'.
13022         * breakpoint.c (update_global_location_list_nothrow)
13023         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
13024         * cp-abi.c (value_rtti_type): Likewise.
13025         * cp-support.c (cp_validate_operator): Likewise.
13026         * infrun.c (insert_exception_resume_breakpoint)
13027         (check_exception_resume, keep_going): Likewise.
13028         * mi-interp.c (mi_breakpoint_created)
13029         (mi_breakpoint_modified): Likewise.
13030         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
13031         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
13032         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
13033
13034 2012-01-05  Doug Evans  <dje@google.com>
13035
13036         * dwarf2read.c (statement_prologue): Delete, unused.
13037
13038         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
13039         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
13040
13041         * dwarf2read.c (comp_unit_header): Delete, unused.
13042
13043 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
13044
13045         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
13046         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
13047
13048 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
13049
13050         * infrun.c (normal_stop): Don't skip calling the normal_stop
13051         observers if the thread was doing a multi-step, but stopped for
13052         some reason other than stepping.
13053
13054 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
13055
13056         * cli/cli-decode.h: Add comments.
13057         (CMD_LIST_AMBIGUOUS): Moved to command.h
13058         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
13059         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
13060         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
13061         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
13062         (add_com, add_com_alias, add_info, add_info_alias)
13063         (complete_on_cmdlist, complete_on_enum, help_list): Remove
13064         declarations.
13065         * command.h: Add and adjust comments.
13066         (CMD_LIST_AMBIGUOUS): Moved here.
13067         (help_cmd, help_cmd_list): Delete declarations.
13068
13069 2012-01-04  Doug Evans  <dje@google.com>
13070
13071         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
13072         All callers updated.
13073         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
13074         Replace all arguments with "per_cu".  All callers updated.
13075
13076         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
13077
13078         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
13079         New arg "per_cu".  All callers updated.
13080
13081         Delete #if 0'd out code.
13082         * language.c (binop_result_type): Delete.
13083         (simple_type, ordered_type, same_type, integral_type): Delete.
13084         (numeric_type, character_type, string_type, boolean_type): Delete.
13085         (float_type, structured_type): Delete.
13086         * language.h: Update.
13087
13088 2012-01-04  Tom Tromey  <tromey@redhat.com>
13089
13090         * python/py-value.c (valpy_binop): Initialize 'res_val'.
13091
13092 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13093
13094         * corefile.c (close_exec_file): Delete.
13095         (reopen_exec_file): Remove commented out code that seems related
13096         to close_exec_file, which is being deleted here.
13097         * inferior.h (close_exec_file): Delete.
13098         * fork-child.c (fork_inferior): Remove call to fork_inferior.
13099
13100 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13101
13102         * ada-lang.c: #include "cli/cli-utils.h".
13103         (get_selections): Use skip_spaces.
13104         (ada_get_next_arg): Use skip_spaces and skip_to_space.
13105         (catch_ada_exception_command_split): Use skip_spaces.
13106         (ada_decode_assert_location): Likewise.
13107
13108 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13109
13110         * linespec.c (decode_line_internal): Check for C++ or Java
13111         compound constructs only if the current language is C, C++
13112         or Java.
13113
13114 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
13115
13116         Revert:
13117         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13118                     Joel Brobecker  <brobecker@adacore.com>
13119         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13120         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13121         3 times.
13122         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13123         fall through into AT_ENTRY_POINT.
13124         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
13125         DUMMY_ADDR with it.
13126         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13127         PPC_INSN_SIZE skip to 3 times.
13128
13129 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13130
13131         * linespec.c (add_minsym): Preserve function descriptors.
13132
13133 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
13134
13135         * breakpoint.c (all_locations_are_pending): Consider locations
13136         in program spaces executing during startup pending as well.
13137
13138 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13139
13140         Copyright year update in most files of the GDB Project.
13141
13142 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13143
13144         * copyright.sh: Delete.
13145         * copyright.py: Rewrite.
13146
13147 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13148
13149         * gnulib/extra/update-copyright: New file, imported from gnulib.
13150
13151 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13152
13153         * README (Copyright and License Notices): New section.
13154
13155 2012-01-03  Tom Tromey  <tromey@redhat.com>
13156
13157         PR python/12533:
13158         * python/py-value.c (valpy_dereference, valpy_get_address
13159         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
13160         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
13161         (valpy_absolute, valpy_richcompare): Free intermediate values.
13162
13163 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
13164
13165         * ada-lang.c: Reformat the copyright notice.
13166
13167 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13168
13169         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
13170         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
13171         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
13172         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
13173         Revert this part of:
13174         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13175         Build gdb directly from *.o files not using libgdb.a.
13176         * Makefile.in (COMMON_OBS): Remove solib-target.o.
13177
13178 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
13179
13180         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
13181         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
13182         Reformat the copyright header.
13183
13184 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13185
13186         Revert this part of:
13187         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13188         Remove the gdbtui binary.
13189         * gdb.c (main): Remove args.interpreter_p initialization.
13190         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13191         * main.h (struct captured_main_args): Remove interpreter_p.
13192
13193 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
13194
13195         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
13196
13197 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
13198
13199         * top.c (print_gdb_version): Update copyright year.
13200
13201 2012-01-02  Yao Qi  <yao@codesourcery.com>
13202
13203         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
13204
13205 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13206             Joel Brobecker  <brobecker@adacore.com>
13207
13208         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13209         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13210         3 times.
13211         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13212         fall through into AT_ENTRY_POINT.
13213         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
13214         DUMMY_ADDR with it.
13215         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13216         PPC_INSN_SIZE skip to 3 times.
13217
13218 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13219
13220         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
13221         the return value.
13222         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
13223
13224 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13225
13226         Build gdb directly from *.o files not using libgdb.a.
13227         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
13228         (COMMON_OBS): Remove solib-target.o.
13229         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
13230         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
13231         (LIBGDB_OBS, libgdb.a): Move it above.
13232         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
13233         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
13234         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
13235         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
13236         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
13237         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
13238         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
13239         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
13240         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
13241         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
13242         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
13243         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
13244         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
13245         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
13246         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
13247         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
13248         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
13249         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
13250         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
13251         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
13252         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
13253         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
13254         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
13255         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
13256         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
13257         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
13258         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
13259
13260 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13261
13262         Remove the gdbtui binary.
13263         * .gitignore (/gdbtui): Remove.
13264         * Makefile.in (TUI): Remove.
13265         (SUBDIR_TUI_OBS): Remove tui-main.o.
13266         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
13267         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
13268         (tui-main.o): Remove.
13269         (all_object_files): Remove tui-main.o.
13270         * NEWS: New note for the gdbtui removal.
13271         * configure: Rebuilt.
13272         * configure.ac: No longer add all-tui, clean-tui, install-tui and
13273         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
13274         CONFIG_UNINSTALL respectively.
13275         * gdb.c (main): Remove args.interpreter_p initialization.
13276         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13277         * main.h (struct captured_main_args): Remove interpreter_p.
13278         * tui/tui-main.c: Remove.
13279
13280 2012-01-01  Doug Evans  <dje@google.com>
13281
13282         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13283         (dwarf2_physname, read_import_statement): Ditto.
13284         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13285         (process_structure_scope read_subroutine_type): Ditto.
13286         (read_typedef, load_partial_dies, read_partial_die): Ditto.
13287         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13288         (dwarf2_fetch_die_location_block): Ditto.
13289         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13290
13291         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13292         All callers updated.
13293         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13294         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13295         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13296
13297         * dwarf2read.c (load_cu): Move assert to more useful location.
13298
13299         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13300         All callers updated.
13301
13302         * dwarf2read.c (dwarf2_per_objfile): Add comment.
13303         (dwarf2_elf_names): Minor reformat.
13304         (dwarf2_per_cu_data): Tweak comment.
13305         (dwarf2_read_section): Fix comment.
13306         (create_all_comp_units): Fix comment.
13307         (load_full_comp_unit): Fix comment.
13308         (process_full_comp_unit): Fix comment.
13309         (read_signatured_type): Fix comment.
13310
13311 For older changes see ChangeLog-2011.
13312 \f
13313 Local Variables:
13314 mode: change-log
13315 left-margin: 8
13316 fill-column: 74
13317 version-control: never
13318 coding: utf-8
13319 End: