gdb/
[external/binutils.git] / gdb / ChangeLog
1 2012-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2
3         * breakpoint.c (breakpoint_re_set): Remove the skip_re_set call.
4         * infrun.c (handle_inferior_event): Rename the called function to
5         function_name_is_marked_for_skip, pass it TMP_SAL.
6         * skip.c (struct skiplist_entry): Update function_name comment.  Remove
7         fields pc, gdbarch and pending.
8         (skip_function_pc): Rename this forward declaration to ...
9         (skip_function): ... here.
10         (skip_file_command): Remove variable pending and its use, remove
11         initialization of E fields pending and gdbarch.  Do not use SYMTAB
12         filename, use the specified one.
13         (skip_function_command): Remove variable func_pc, do not set it.
14         Update the caller of skip_function.  Replace decode_line_1 call by
15         a lookup_symbol call.  Remove variables orig_arg, decode_exception and
16         sals.  Update the caller of skip_function.
17         (skip_info): Remove variable address_width and its use.  Do not print
18         address (PC).  Renumber column 5 to 4.
19         (skip_function_pc): Rename to ...
20         (skip_function): ... here and remove its parameters pc, arch and
21         pending.  Update the function comment and no longer use those
22         parameters.
23         (function_pc_is_marked_for_skip): Rename to ...
24         (function_name_is_marked_for_skip): ... here, update function comment
25         just to a skip.h reference, replace pc parameter by function_name and
26         function_sal.  No longer use E field pending and pc.  Remove variables
27         searched_for_sal, sal and filename.  Call compare_filenames_for_search
28         instead of just strcmp.
29         (skip_re_set): Remove the function.
30         * skip.h (struct symtab_and_line): New declaration.
31         (function_pc_is_marked_for_skip): Rename to ...
32         (function_name_is_marked_for_skip): ... here, replace pc parameter by
33         function_name and function_sal, update the function comment.
34
35 2012-12-18  Pierre Muller  <muller@sourceware.org>
36
37         * ui-file.h (tee_file_new): Add extern modifier in header declaration.
38
39 2012-12-20  Tom Tromey  <tromey@redhat.com>
40
41         * serial.c (deprecated_serial_fd): Remove.
42         * serial.h (deprecated_serial_fd): Remove.
43
44 2012-12-20  Yao Qi  <yao@codesourcery.com>
45
46         * maint.c (_initialize_maint_cmds): Move code ...
47         * symmisc.c (_initialize_symmisc): ... to here.
48         (maintenance_print_msymbols): Make it static.
49         (maintenance_print_objfiles): Likewise.
50         (maintenance_print_symbols): Likewise.
51         (maintenance_info_symtabs): Likewise.
52         * symtab.h (maintenance_print_msymbols): Remove declaration.
53         (maintenance_print_objfiles, maintenance_print_symbols): Likewise.
54         (maintenance_info_symtabs): Likewise.
55
56 2012-12-20  Yao Qi  <yao@codesourcery.com>
57
58         * maint.c (_initialize_maint_cmds): Move code to ...
59         * psymtab.c (_initialize_psymtab): ... here.  New.
60         Include "gdbcmd.h".
61         (maintenance_print_psymbols): Make it static.
62         (maintenance_info_psymtabs, maintenance_check_symtabs): Likewise.
63         * symtab.h (maintenance_print_psymbols): Remove declaration.
64         (maintenance_check_symtabs, maintenance_info_psymtabs): Likewise.
65
66 2012-12-19  Maxim Kuvyrkov  <maxim@codesourcery.com>
67
68         * MAINTAINERS: Add myself to write-after-approval maintainers.
69
70 2012-12-19  Andreas Tobler  <andreast@neon.andreas.nets>
71
72         * mips-tdep.c (micromips_deal_with_atomic_sequence): Initialize
73         branch_bp to keep gcc happy.
74
75 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
76
77         * gdbarch.sh (copyright): Update copyright years.
78         * gdbarch.h, gdbarch.c: Regenerate.
79         * copyright.py (EXCLUDE_LIST): Remove gdbarch.h and gdbarch.c.
80         (MULTIPLE_COPYRIGHT_HEADERS): Add 'gdb/gdbarch.sh'.
81
82 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
83
84         * acinclude.m4: Update contact info in copyright notice.
85
86 2012-12-19  Yao Qi  <yao@codesourcery.com>
87
88         * maint.c (maintenance_print_statistics): Make it static.
89         * symtab.h (maintenance_print_statistics): Remove declaration.
90
91 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
92
93         * NEWS: Add entry announcing ppc-lynx178 support.
94
95 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
96
97         Revert the following change (compatibility issues with libiconv):
98         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
99         * gnulib/import/errno.in.h: Import.
100         * gnulib/import/m4/errno_h.m4: Import.
101         * gnulib/aclocal.m4: Regenerate.
102         * gnulib/configure: Regenerate.
103         * gnulib/import/Makefile.am: Update.
104         * gnulib/import/Makefile.in: Update.
105         * gnulib/import/m4/gnulib-cache.m4: Update.
106         * gnulib/import/m4/gnulib-comp.m4: Update.
107
108 2012-12-18  Tom Tromey  <tromey@redhat.com>
109
110         * defs.h (directory_command): Don't declare.
111         * source.c (directory_command): Now static.
112
113 2012-12-18  Tom Tromey  <tromey@redhat.com>
114
115         * infcmd.c (all_registers_info, nexti_command, stepi_command)
116         (continue_command, interrupt_target_command): Now static.
117         (registers_info): Remove declaration.
118         * inferior.h (all_registers_info, nexti_command, stepi_command)
119         (continue_command, interrupt_target_command): Don't declare.
120
121 2012-12-18  Tom Tromey  <tromey@redhat.com>
122
123         * cli/cli-cmds.c (apropos_command): Now static.
124
125 2012-12-18  Tom Tromey  <tromey@redhat.com>
126
127         * breakpoint.c (dprintf_command): Now static.
128
129 2012-12-18  Tom Tromey  <tromey@redhat.com>
130
131         * Makefile.in (init.c): Declare initialize_all_files;
132         don't include call-cmds.h.
133         * call-cmds.h: Remove.
134         * symtab.c: Don't include call-cmds.h.
135         * top.c: Don't include call-cmds.h.  Declare
136         initialize_all_files.
137
138 2012-12-18  Tom Tromey  <tromey@redhat.com>
139
140         * symfile.c (list_overlays_command, map_overlay_command)
141         (unmap_overlay_command): Now static.
142
143 2012-12-18  Tom Tromey  <tromey@redhat.com>
144
145         * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document",
146         "define", "while", and "if" commands.
147         * cli/cli-script.c (while_command, if_command, define_command)
148         (document_command): Now static.
149         (_initialize_cli_script): New function.
150         * cli/cli-script.h (while_command, if_command, define_command)
151         (document_command): Don't declare.
152
153 2012-12-18  Tom Tromey  <tromey@redhat.com>
154
155         * cli/cli-cmds.c (_initialize_cli_cmds): New function.
156         (init_cli_cmds): Move most code into new function.
157
158 2012-12-18  Tom Tromey  <tromey@redhat.com>
159
160         * minsyms.c (lookup_solib_trampoline_symbol_by_pc): Now static.
161         * minsyms.h (lookup_solib_trampoline_symbol_by_pc): Don't
162         declare.
163
164 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
165
166         * defs.h (enum gdb_osabi): Add GDB_OSABI_LYNXOS178.
167         * osabi.c (gdb_osabi_names): Add entry for GDB_OSABI_LYNXOS178.
168         * xcoffread.c (xcoff_get_core_n_import_files): New function.
169         (xcoff_get_n_import_files): New function.
170         * xcoffread.h (xcoffread.h): Add declaration.
171         * rs6000-aix-tdep.c: #include "xcoffread.h".
172         (rs6000_aix_osabi_sniffer): Do not return GDB_OSABI_AIX for
173         XCOFF executables that do not depend on any shared library.
174         * rs6000-lynx178-tdep.c: New file.
175         * configure.tgt: Add powerpc-*-lynx*178 handling.
176         * Makefile.in (ALL_TARGET_OBS): Add rs6000-lynx178-tdep.o.
177         (ALLDEPFILES): Add rs6000-lynx178-tdep.c.
178
179 2012-12-18  Hui Zhu  <hui_zhu@mentor.com>
180
181         * ui-file.c (ui_file): Add to_fseek.
182         (ui_file_new): Call set_ui_file_fseek.
183         (null_file_fseek, ui_file_fseek, set_ui_file_fseek,
184          stdio_file_fseek): New functions.
185         (stdio_file_new): Call set_ui_file_fseek.
186         * ui-file.h (ui_file_fseek_ftype): New typedef.
187         (set_ui_file_fseek, ui_file_fseek): New externs.
188
189 2012-12-18  Hui Zhu  <hui_zhu@mentor.com>
190
191         * ui-file.c (set_ui_file_flush): Change flush to flush_ptr.
192         (set_ui_file_isatty): Change isatty to isatty_ptr.
193         (set_ui_file_rewind): Change rewind to rewind_ptr.
194         (set_ui_file_put): Change put to put_ptr.
195         (set_ui_file_write): Change write to write_ptr.
196         (set_ui_file_write_async_safe): Change write_async_safe to
197         write_async_safe_ptr.
198         (set_ui_file_read): Change read to read_ptr.
199         (set_ui_file_fputs): Change fputs to fputs_ptr.
200         (set_ui_file_data): Change delete to delete_ptr.
201
202 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
203
204         * solib-darwin.c (darwin_current_sos): Fix indentation.
205         (darwin_read_exec_load_addr): New function.
206         (darwin_solib_create_inferior_hook): Rebase executable.
207         * objfiles.c (objfile_rebase1, objfile_rebase): New functions.
208         * objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.
209
210 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
211
212         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
213         * gnulib/import/errno.in.h: Import.
214         * gnulib/import/m4/errno_h.m4: Import.
215         * gnulib/aclocal.m4: Regenerate.
216         * gnulib/configure: Regenerate.
217         * gnulib/import/Makefile.am: Update.
218         * gnulib/import/Makefile.in: Update.
219         * gnulib/import/m4/gnulib-cache.m4: Update.
220         * gnulib/import/m4/gnulib-comp.m4: Update.
221
222 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
223
224         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
225         8d5bd1402003bd0153984b138735adf537d960b0.
226         * gnulib/aclocal.m4, configure, config.in: Regenerate.
227         * gnulib/import/m4/extern-inline.m4: Import.
228         * gnulib/import/wctype-h.c: Import.
229         * gnulib/import/Makefile.am: Update.
230         * gnulib/import/Makefile.in: Update.
231         * gnulib/import/alloca.in.h: Update.
232         * gnulib/import/extra/snippet/warn-on-use.h: Update.
233         * gnulib/import/localcharset.c: Update.
234         * gnulib/import/m4/fcntl-o.m4: Update.
235         * gnulib/import/m4/gnulib-cache.m4: Update.
236         * gnulib/import/m4/gnulib-comp.m4: Update.
237         * gnulib/import/m4/wctype_h.m4: Update.
238         * gnulib/import/stdbool.in.h: Update.
239         * gnulib/import/verify.h: Update.
240         * gnulib/import/wctype.in.h: Update.
241
242 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
243
244         * gnulib/update-gnulib.sh: Add call to autoheader.
245
246 2012-12-17  Tom Tromey  <tromey@redhat.com>
247
248         * top.c (xgdb_verbose): Remove.
249
250 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
251
252         Code cleanup.
253         * skip.c (skip_function_command, skip_file_command, skip_info): Remove
254         unused forward declarations.
255         (skip_file_command): Make variables symtab and filename targets const.
256         Use proper 0 vs. NULL constant everywhere.
257         (skip_function_command): Use proper 0 vs. NULL constant everywhere.
258         Include empty line after declarations.  Use GNU spacing in a comment.
259         Do not use strlen for end of string check.
260         (skip_info): Use proper 0 vs. NULL constant everywhere.  Add column 5
261         comments.
262         (skip_enable_command, skip_disable_command, skip_delete_command)
263         (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
264         (function_pc_is_marked_for_skip): Make variable filename target const.
265         Use proper 0 vs. NULL constant everywhere.  Fix GNU non-compliant
266         comment formatting.
267         (skip_re_set): Add empty line after function comment.  Use proper 0 vs.
268         NULL constant everywhere.  Include empty line after declarations.  Make
269         variable symtab target const.  Do not use strlen for end of string
270         check.
271
272 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
273
274         Code cleanup.
275         * breakpoint.c (clear_command): Remove variable sal_name_len and its
276         initialization, remove it from the compare_filenames_for_search call.
277         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
278         name_len and its initialization, remove it from the
279         compare_filenames_for_search calls.
280         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
281         * symtab.c (compare_filenames_for_search): Remove the search_len
282         parameter, update the function comment, new variable search_len
283         initialized from SEARCH_NAME.
284         (iterate_over_some_symtabs): Remove variable name_len and its
285         initialization, remove it from the compare_filenames_for_search calls.
286         * symtab.h (compare_filenames_for_search): Remove the search_len
287         parameter, 
288
289 2012-12-16  Joel Brobecker  <brobecker@adacore.com>
290
291         * Makefile.in (SFILES): Move ravenscar-thread.c from here...
292         (ALLDEPFILES): ... to there.
293
294 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
295
296         * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
297
298 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
299
300         * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
301         * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
302         (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
303         (ALLDEPFILES): Add ppc-ravenscar-thread.c.
304         * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
305         to gdb_target_obs for every target that uses rs6000-tdep.o.
306         * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
307         (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
308         or register_ppc_ravenscar_ops.
309
310 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
311
312         * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
313         RAVENSCAR_SPARC_THREAD_H.
314         * sparc-ravenscar-thread.c: Rename all global entities
315         whose name is uses "ravenscar_sparc" as the prefix to use
316         "sparc_ravenscar" instead.
317
318 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
319
320         * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
321         * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
322         Adjust sparc-ravenscar-thread.h #include.
323         * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
324         accordingly.
325         * Makefile.in: Replace ravenscar-sparc-thread with
326         sparc-ravenscar-thread throughout.
327         * configure.tgt: Likewise.
328
329 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
330
331         * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
332         declaration.
333         (ravenscar_ops): New gdbarch variable.
334         * gdbarch.h, gdbarch.c: Regenerate.
335         * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
336         * ravenscar-thread.c (current_arch_ops): Delete.
337         (ravenscar_fetch_registers): Get the ravenscar_arch_ops
338         from the gdbarch.
339         (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
340         (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
341         (ravenscar_register_arch_ops): Delete.
342         * ravenscar-sparc-thread.h: New file.
343         * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
344         (ravenscar_sparc_ops): Define value statically.
345         (_initialize_ravenscar_sparc): Delete.
346         (register_sparc_ravenscar_ops): New function.
347         * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
348         (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
349         * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
350         ravenscar-sparc-thread.o.
351         (SFILES): Add ravenscar-thread.c.
352         (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
353         (ALLDEPFILES): ravenscar-sparc-thread.c.
354         * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
355         to gdb_target_obs
356         for all the targets that use sparc-tdep.o.
357
358 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
359
360         * ravenscar-thread.c (ravenscar_is_open): Delete.
361         (ravenscar_initialize): Move most of the code from here...
362         (ravenscar_inferior_created): ... to there.  Invert logic.
363         (ravenscar_close): Delete.
364         (init_ravenscar_thread_ops): Remove setting of
365         ravenscar_ops.to_close.
366
367 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
368
369         * objfiles.c (init_entry_point_info): Move function from here...
370         * symfile.c (init_entry_point_info): ... to there.  Make static.
371         * objfiles.h (objfiles.h): Delete declaration.
372
373 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
374
375         * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
376         Remove call to init_entry_point_info.  Add OBJFILE's
377         section_offsets and num_sections initialization.  Add note
378         about entry info in the function documentation.
379         (syms_from_objfile): New function.
380         * coffread.c (coff_symfile_init): Remove call to
381         init_entry_point_info.
382         * machoread.c (macho_symfile_init): Likewise.
383         * xcoffread.c(xcoff_symfile_init): Likewise.
384
385 2012-12-15  Yao Qi  <yao@codesourcery.com>
386
387         * remote-notif.c (_initialize_notif): Add new commands
388         'set debug notification' and 'show debug notification'.
389         * NEWS: Mention these new commands.
390
391 2012-12-15  Yao Qi  <yao@codesourcery.com>
392
393         * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
394         (SFILES): Add "remote-notif.c".
395         (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
396         * remote-notif.c: New.  Factored out from remote.c.
397         * remote-notif.h: New.
398         * remote.c: Include "remote-notif.h".
399         (stop_reply_xmalloc, do_stop_reply_xfree):
400         (remote_parse_stop_reply, remote_get_pending_stop_replies):
401         (remote_async_get_pending_events_handler): Remove declarations.
402         (remote_parse_stop_reply): Declare.
403         (pending_stop_reply): Remove.
404         (remote_async_get_pending_events_token): Move to
405         remote-notif.c.
406         (remote_close): Replace 'delete_async_event_handler' with
407         remote_notif_unregister_async_event_handler.
408         Don't call discard_pending_stop_replies.
409         (remote_start_remote): Replace code with remote_notif_parse
410         and remote_notif_get_pending_replies.
411         (remote_open_1): Replace 'create_async_event_handler' with
412         remote_notif_register_async_event_handler.
413         (extended_remote_attach_1): Call remote_notif_parse and
414         notif_stop_reply_push.
415         (struct stop_reply) <next>: Remove.
416         <base>: New field.
417         Callers update.
418         (stop_reply_queue): Change its type.
419         (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
420         (remote_notif_remove_all): New.
421         (discard_pending_stop_replies): Update.
422         (remote_notif_stop_ack, stop_reply_dtr): New.
423         (remote_notif_stop_alloc_event): New.
424         (notif_client_stop): New variable.
425         (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
426         (queued_stop_reply, peek_stop_reply): Adjust.
427         (remote_get_pending_stop_replies): Rename to
428         remote_notif_get_pending_events.
429         (handle_notification): Move to remote-notif.c.
430         (remote_async_get_pending_events_handler): Likewise.
431         (remote_wait_as): Adjust to call remote_notif_parse.
432         Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
433         Return minus_one_ptid early if gets a notification.
434         (remote_wait): Call QUEUE_is_empty (notif_reply_p).
435         (_initialize_remote): Call QUEUE_alloc.  Update caller.
436         (remote_resume): Call 'remote_notif_process' in all-stop mode.
437         * remote.h: Include "remote-notif.h".
438         (remote_notif_get_pending_replies): Declare.
439
440 2012-12-15  Yao Qi  <yao@codesourcery.com>
441
442         * remote.c (discard_pending_stop_replies): Update declaration.
443         (remote_detach_1, extended_remote_mourn_1): Likewise.
444         (discard_pending_stop_replies): Change parameter from PID to
445         INF.
446         (remote_close): Update caller.
447         (_initialize_remote): Attach discard_pending_stop_replies to
448         inferior_exit observer.
449
450 2012-12-15  Yao Qi  <yao@codesourcery.com>
451
452         * remote.c (getpkt_or_notif_sane): Add one more argument in
453         its declaration.
454         (getpkt_or_notif_sane_1): Add one more argument.
455         (getpkt_sane): Update caller.
456         (getpkt_or_notif_sane): Likewise.  Update call
457         togetpkt_or_notif_sane_1.
458         (remote_wait_ns): Update caller.
459
460 2012-12-15  Yao Qi  <yao@codesourcery.com>
461             Doug Evans  <dje@google.com>
462
463         * common/queue.h: New.
464
465 2012-12-15  Yao Qi  <yao@codesourcery.com>
466
467         * breakpoint.c (print_one_breakpoint_location): Display the
468         state of 'installed' of each non-pending location of a tracepoint
469         in both CLI and MI.
470         (download_tracepoint_locations): Notify 'breakpoint-modified'
471         observer if any tracepoint location is downloaded.
472         * tracepoint.c (start_tracing): Likewise.
473         (merge_uploaded_tracepoints): Record all modified
474         tracepoints and notify 'breakpoint-modified' observer for them.
475
476         * NEWS: Mention the change for CLI and MI.
477
478 2012-12-15  Yao Qi  <yao@codesourcery.com>
479
480         * breakpoint.c (download_tracepoint_locations): Iterate over
481         ALL_TRACEPOINTS first and then iterate over locations of
482         each tracepoint.
483
484 2012-12-14  Pierre Muller  <muller@sourceware.org>
485             Pedro Alves  <palves@redhat.com>
486
487         * solib-target.c (solib_target_current_sos): Remove 'const'
488         qualifier from type of library_document local variable to be
489         able to free it and avoid a memory leak.
490         Use cleanup chain to avoid leak even if exceptino is generated.
491
492 2012-12-14  Tom Tromey  <tromey@redhat.com>
493
494         PR c++/8888:
495         * symtab.c (lookup_symbol_aux): If constructor is found, consider
496         returning the type instead.
497         * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
498         found.
499
500 2012-12-14  Tom Tromey  <tromey@redhat.com>
501
502         Partial fix for PR c++/14160:
503         * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
504         * dwarf2read.c (dwarf2_is_constructor): New function.
505         (dwarf2_add_member_fn): Use it.
506         * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
507         TYPE_FN_FIELD_CONSTRUCTOR.
508         * jv-typeprint.c (java_type_print_base): Use
509         TYPE_FN_FIELD_CONSTRUCTOR.
510         * gdbtypes.h (struct fn_field) <is_constructor>: New field.
511         <dummy>: Shrink.
512         (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
513
514 2012-12-14  Tom Tromey  <tromey@redhat.com>
515
516         * c-exp.y (block, variable, name_not_typename, lex_one_token,
517         classify_name): Update.
518         * c-valprint.c (c_val_print): Update.
519         * f-exp.y (yylex): Update.
520         * go-exp.y (package_name_p, classify_packaged_name)
521         (classify_name): Update.
522         * jv-exp.y (push_variable): Update.
523         * m2-exp.y (variable): Update.
524         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
525         * p-exp.y (block, variable, yylex): Update.
526         * p-valprint.c (pascal_val_print): Update.
527         * parse.c (write_dollar_variable): Update.
528         * printcmd.c (address_info): Update.
529         * python/py-symbol.c (gdbpy_lookup_symbol): Update.
530         * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
531         (lookup_symbol): Change type of 'is_a_field_of_this'.
532         (check_field): Add 'is_a_field_of_this' argument.
533         * symtab.h (struct field_of_this_result): New.
534         (lookup_symbol, lookup_symbol_in_language): Update.
535
536 2012-12-14  Tom Tromey  <tromey@redhat.com>
537
538         * symtab.c (check_field): Now static.  Move from...
539         * valops.c (check_field): ... here.  Remove.
540         * value.h (check_field): Don't declare.
541
542 2012-12-14  Tom Tromey  <tromey@redhat.com>
543
544         * NEWS: Mention "info proc" and core files.
545         * corelow.c (core_info_proc): New function.
546         (init_core_ops): Set to_info_proc.
547         * gdbarch.c, gdbarch.h: Rebuild.
548         * gdbarch.sh (core_info_proc): New method.
549         * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
550         * linux-tdep.c (linux_core_info_proc_mappings)
551         (linux_core_info_proc): New functions.
552         (linux_find_memory_region_ftype): New typedef.
553         (linux_find_memory_regions_full): New function, from
554         linux_find_memory_regions.
555         (struct linux_find_memory_regions_data): New.
556         (linux_find_memory_regions_thunk): New function.
557         (linux_find_memory_regions): Rewrite.
558         (struct linux_make_mappings_data): New.
559         (linux_make_mappings_callback)
560         (linux_make_mappings_corefile_notes): New functions.
561         (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
562         (linux_init_abi): Call set_gdbarch_core_info_proc.
563         * target.c (target_info_proc): Return 'int'.
564         * target.h (target_info_proc): Update.
565
566 2012-12-14  Pierre Muller  <muller@sourceware.org>
567
568         * windows-nat.c (windows_xfer_shared_libraries): Avoid
569         memory leak when OFFSET >= LEN_AVAIL.
570
571 2012-12-13  Tom Tromey  <tromey@redhat.com>
572
573         * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
574
575 2012-12-13  Tom Tromey  <tromey@redhat.com>
576
577         * acinclude.m4 (CY_AC_C_WORKS): Remove.
578
579 2012-12-13  Pierre Muller  <muller@sourceware.org>
580
581         * coff-pe-read.c (pe_text_section_offset): Increase size of sname
582         local variable and zero terminate it to avoid possible problems
583         in strcmp.
584
585 2012-12-13  Pedro Alves  <palves@redhat.com>
586
587         * coff-pe-read.c: Include coff/internal.h.
588         (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
589         Null terminate buffer explicitly instead of memset the whole
590         buffer.
591
592 2012-12-13  Pierre Muller  <muller@sourceware.org>
593
594         * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
595         (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
596         for already defined macros.
597
598 2012-12-13  Pierre Muller  <muller@sourceware.org>
599
600         * coff-pe-read.h (pe_text_section_offset): Declare new function.
601         * coff-pe-read.c (debug_coff_pe_read): New static variable.
602         (struct read_pe_section_data): Add section_name field.
603         (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
604         (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
605         (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
606         (get_pe_section_index): New function.
607         (struct pe_sections_info): New type.
608         (get_section_vmas): Use new struct pe_sections_info.
609         (add_pe_exported_sym): Handle unnamed exported function.
610         (add_pe_forwarded_sym): New function.
611         (read_pe_truncate_name): Truncate at last dot.
612         (pe_as16): New function.
613         (read_pe_exported_syms): Use ordinal of function to
614         retrieve correct RVA address of function and handle
615         forwarded symbol.
616         (pe_text_section_offset): New function.
617         (show_debug_coff_pe_read): New function.
618         (_initialize_coff_pe_read): New function adding
619         'set/show debug coff_pe_read' commands.
620
621         * windows-tdep.c (windows_xfer_shared_library): Use
622         pe_text_section_offset function instead of possibly wrong
623         0x1000 constant for .text sextion offset.
624
625 2012-12-13  Pedro Alves  <palves@redhat.com>
626
627         * gdbarch.sh (do_read): Set IFS to blank.
628
629 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
630
631         * NEWS: Mention the -catch-load/-catch-unload MI commands.
632
633 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
634
635         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
636         (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
637         * breakpoint.c (add_solib_catchpoint): New function that
638         can be used by both CLI and MI, factored out from
639         catch_load_or_unload.
640         (catch_load_or_unload): Strip it down and make it use the
641         new add_solib_catchpoint.
642         * breakpoint.h (add_solib_catchpoint): Declare it.
643         * mi/mi-cmd-break.h: New file.
644         * mi/mi-cmd-break.c: Include mi-cmd-break.h.
645         (setup_breakpoint_reporting): New function used for both
646         catchpoints and breakpoints.
647         (mi_cmd_break_insert): Use setup_breakpoint_reporting.
648         * mi/mi-cmd-catch.c: New file.
649         * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
650         and -catch-unload.
651         * mi/mi-cmds.h: Declare the handlers for -catch-load and
652         -catch-unload.
653
654 2012-11-28  Tom Tromey  <tromey@redhat.com>
655
656         * dbxread.c (read_dbx_symtab): Update.
657         (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
658         (read_ofile_symtab): Add 'objfile' argument.
659         * dwarf2read.c (process_psymtab_comp_unit_reader)
660         (build_type_psymtabs_reader): Update.
661         (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
662         * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
663         argument.
664         (parse_procedure, parse_partial_symbols): Update.
665         (psymtab_to_symtab_1): Add 'objfile' argument.
666         * psympriv.h (struct partial_symtab) <objfile>: Remove.
667         <read_symtab>: Add 'objfile' argument.
668         (sort_pst_symbols, discard_psymtab): Update.
669         * psymtab.c (partial_map_expand_apply): Update.
670         (find_pc_sect_psymtab_closer): Add 'objfile' argument.
671         (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
672         (find_pc_sect_psymbol): Add 'objfile' argument.
673         (lookup_symbol_aux_psymtabs): Update.
674         (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
675         Add 'objfile' argument.
676         (find_last_source_symtab_from_partial, dump_psymtab)
677         (dump_psymtabs_for_objfile, read_symtabs_for_function)
678         (expand_partial_symbol_tables, read_psymtabs_with_filename)
679         (find_symbol_file_from_partial, map_matching_symbols_psymtab)
680         (expand_symtabs_matching_via_partial): Update.
681         (sort_pst_symbols): Add 'objfile' argument.
682         (allocate_psymtab): Update.
683         (discard_psymtab): Add 'objfile' argument.
684         (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
685         * stabsread.h (end_psymtab): Update.
686         * xcoffread.c (this_symtab_objfile): New global.
687         (process_linenos, enter_line_range, xcoff_next_symbol_text):
688         Update.
689         (read_xcoff_symtab): Add 'objfile' argument.
690         (read_symbol, read_symbol_lineno): Update.
691         (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
692         (xcoff_end_psymtab): Add 'objfile' argument.
693         (scan_xcoff_symtab): Update.
694
695 2012-12-12  Paul Koning  <paul_koning@dell.com>
696
697         Add support for Python 3.
698         * NEWS: Mention Python 3 support.
699         * varobj.c (value_get_print_value): Use
700         python_string_to_target_string.
701         * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
702         of type objects.
703         * python/py-breakpoint.c: Ditto.
704         * python/py-cmd.c:  Ditto.
705         * python/py-event.c: Ditto.
706         * python/py-event.h: Ditto.
707         * python/py-evtregistry.c: Ditto.
708         * python/py-finishbreakpoint.c: Ditto.
709         * python/py-frame.c: Ditto.
710         * python/py-function.c: Ditto.
711         * python/py-infthread.c: Ditto.
712         * python/py-lazy-string.c: Ditto.
713         * python/py-progspace.c: Ditto.
714         * /python/py-symbol.c: Ditto.
715         * python/py-evts.c:  (gdbpy_initialize_py_events): Add module
716         initialization for Python 3.
717         * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
718         of type objects.
719         (infpy_read_memory): Return memoryview object if Python 3.
720         (infpy_write_memory): Use "s*" operand parsing code for Python 3.
721         (infpy_search_memory): Ditto.
722         (get_buffer): New function for Python 3.
723         * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
724         of type objects.
725         (objfpy_dealloc): Use Py_TYPE to call tp_free.
726         * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
727         of type objects.
728         (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
729         (set_attr): Ditto.
730         * python/py-prettyprint.c (print_string_repr): use PyBytes methods
731         instead of PyString methods if Python 3.
732         (print_children): Skip push_dummy_python_frame call if Python 3.
733         * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
734         of type objects.
735         (salpy_dealloc): Use Py_TYPE to call tp_free.
736         * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
737         of type objects.
738         (field_dealloc): Use Py_TYPE to call tp_free.
739         (typy_dealloc): Ditto.
740         (type_object_as_number): Adjust struct initializations for
741         differences in layout for Python 2 vs. Python 3.
742         * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
743         string case for Python 3.
744         (unicode_to_encoded_python_string): Shorten code (no functional
745         change).
746         (python_string_to_target_python_string): Comment that in Python 3
747         returned value is a Python "bytes" type.
748         (gdbpy_is_string): Omit non-Unicode string check in Python 3.
749         (gdb_py_object_from_longest): Omit non-long integer case in Python
750         3.
751         (gdb_py_object_from_ulongest): Ditto.
752         * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
753         of type objects.
754         (valpy_dealloc): Use Py_TYPE to call tp_free.
755         (valpy_int): Omit function if Python 3.
756         (convert_value_from_python): Use "%S" format (Python object as a
757         string) if Python 3.
758         (value_object_as_number): Adjust struct initializations for
759         differences in layout for Python 2 vs. Python 3.
760         * python/python-config.py: Adjust syntax for Python 3
761         compatibility.
762         Include "sys.abiflags" string as part of python library name, if
763         that attribute exists (Python 3).
764         * python/python-internal.h (IS_PY3): Define if Python 3.
765         (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
766         placeholder value if Python 3.
767         (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
768         PyString_Decode, PyString_FromFormat, PyString_Check): Define as
769         analogous Python 3 API function if Python 3.
770         (PyVarObject_HEAD_INIT): Define if not already defined.
771         (Py_TYPE): Ditto.
772         * python/python.c (eval_python_command): Omit Py_FlushLine call if
773         Python 3.
774         Check return values of all Python API calls for error.
775         Supply dummy "python" and "python-interactive" commands if Python
776         initialization failed.
777         (_initialize_python): Convert argc to wchar_t** if Python 3.
778         Add module initialization for Python 3.
779         (finish_python_initialization): Pass wchar_t * argument to
780         PySys_SetPath if Python 3.
781         * python/lib/gdb/__init__.py: Define "reload" if Python 3.
782         (_GdbFile): New class for common output file behavior.
783         (GdbOutFile): Subclass from _GdbFile.
784         (GdbOutputErrorFile): Ditto.
785         (auto_load_packages): Adjust syntax for Python 3 compatibility.
786         * python/lib/gdb/printing.py: Define basestr and int if Python 3.
787         * python/lib/gdb/prompt.py: Use sorted() function rather than
788         sort() method.
789         * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
790         Adjust syntax for Python 3 compatibility.
791         * python/lib/gdb/command/pretty_printers.py: Use sorted() function
792         rather than sort() method.
793         Adjust syntax for Python 3 compatibility.
794         * python/lib/gdb/command/type_printers.py: Ditto.
795         * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
796         value is a memoryview object if Python 3.
797
798 2012-12-12  Tom Tromey  <tromey@redhat.com>
799
800         * coffread.c (coff_objfile_data_key): New global.
801         (coff_symfile_init): Use set_objfile_data.
802         (coff_symfile_read): Use objfile_data.
803         (coff_symfile_finish): Don't free deprecated_sym_private.
804         (coff_free_info): New function.
805         (_initialize_coffread): Initialize coff_objfile_data_key.
806         * mdebugread.c (pending_list): Update comment.
807         * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
808         * symfile.c (reread_symbols): Don't mention
809         deprecated_sym_private.
810         * xcoffread.c (xcoff_objfile_data_key): New global.
811         (XCOFF_DATA): New macro.
812         (process_linenos, enter_line_range, xcoff_next_symbol_text)
813         (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
814         XCOFF_DATA.
815         (xcoff_new_init) Use set_objfile_data.
816         (xcoff_symfile_finish): Don't free deprecated_sym_private.
817         (init_stringtab, swap_sym, scan_xcoff_symtab)
818         (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
819         (xcoff_free_info): New function.
820         (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
821
822 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
823
824         * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
825
826 2012-12-12  Tom Tromey  <tromey@redhat.com>
827
828         * coffread.c (coff_symfile_init): Use set_objfile_data.
829         (coff_symfile_read): Use DBX_SYMFILE_INFO.
830         * dbxread.c (dbx_objfile_data_key): New global.
831         (dbx_symfile_init): Use set_objfile_data.
832         (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
833         (dbx_free_symfile_info): New function.
834         (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
835         DBX_SYMFILE_INFO.
836         (stabsect_build_psymtabs): Use set_objfile_data.
837         (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
838         * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
839         set_objfile_data.
840         (free_elfinfo): Use DBX_SYMFILE_INFO.
841         (elf_symfile_finish): Don't free deprecated_sym_stab_info.
842         (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
843         * gdb-stabs.h (dbx_objfile_data_key): Declare.
844         (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
845         * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
846         * somread.c (som_symfile_finish): Don't free
847         deprecated_sym_stab_info.
848
849 2012-12-12  Joel Brobecker  <brobecker@adacore.com>
850
851         * gdbarch.sh (software_single_step): Remove trailing space in
852         comment (gdbarch.h is already correct).
853
854 2012-12-11  Tom Tromey  <tromey@redhat.com>
855
856         * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
857
858 2012-12-11  Tom Tromey  <tromey@redhat.com>
859
860         * dsrec.c (report_transfer_performance): Don't declare.
861         (load_srec): Use gettimeofday, print_transfer_performance.
862         * symfile.c (report_transfer_performance): Remove.
863
864 2012-12-11  Pedro Alves  <pedro@codesourcery.com>
865             Pedro Alves  <palves@redhat.com>
866
867         * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
868         NT_PSTATUS note.
869         * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
870         differently from LWP IDs.
871
872 2012-12-11  Pedro Alves  <palves@redhat.com>
873
874         * configure.ac (detect type of /proc): Remove Unixware handling.
875         * configure: Regenerate.
876         * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
877         (ioctl_table) [PCRESET]: Remove entry.
878         * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
879         (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
880         (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
881         * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
882         * procfs.c: Remove all UNIXWARE guarded code, and all traces of
883         Unixware in comments throughout.
884         * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
885         and remove mention of Unixware.
886
887 2012-12-10  Doug Evans  <dje@google.com>
888
889         * dwarf2read.c (dwarf2_cu): Enhance comment.
890         (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
891         the DWO file.
892         (dwarf2_record_block_ranges): Ditto.
893
894         * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
895
896         * symtab.c (find_pc_sect_symtab): Add comment.
897
898 2012-12-10  Tom Tromey  <tromey@redhat.com>
899
900         * defs.h: Don't check for definition of LONGEST.
901         (min, max): Remove duplicates.
902
903 2012-12-10  Tom Tromey  <tromey@redhat.com>
904
905         * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
906         (dwarf2_fetch_die_loc_cu_off): Rename from
907         dwarf2_fetch_die_location_block.  Rewrite to use
908         dwarf2_fetch_die_loc_sect_off.
909         * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
910         (dwarf2_fetch_die_loc_cu_off): Rename.
911         * dwarf2loc.c (indirect_pieced_value): Use
912         dwarf2_fetch_die_loc_sect_off.
913         * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
914         comment.
915         (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
916         * dwarf2expr.c (add_piece): Update.
917         (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
918
919 2012-12-10  Tom Tromey  <tromey@redhat.com>
920
921         * buildsym.c (struct pending_block): Move from buildsym.h.
922         (pending_blocks): Likewise; now static.
923         (pending_block_obstack): New global.
924         (free_pending_blocks): Free blocks.
925         (record_pending_block): Use pending_block_obstack.
926         * buildsym.h (struct pending_block): Move definition to
927         buildsym.c.
928         (pending_blocks): Don't declare.
929
930 2012-12-10  Pedro Alves  <palves@redhat.com>
931
932         * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
933         dead SCO code, and adjust function description comment.
934
935 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
936
937         * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
938         * defs.h (LONGEST, ULONGEST): Remove conditionalization for
939         CC_HAS_LONG_LONG.
940         * dwarf2-frame.c (DW64_CIE_ID): Likewise.
941         * dwarf2read.c (extract_cu_value): Remove the function.
942         (create_cus_from_index_list): Make the return type void, inline the
943         extract_cu_value caller, include new gdb_static_assert.
944         (create_cus_from_index): Make the return type void, update the function
945         comment, update the create_cus_from_index_list caller.
946         (create_signatured_type_table_from_index): Make the return type void,
947         inline the extract_cu_value caller, include new gdb_static_assert.
948         (dwarf2_read_index): Update the create_cus_from_index and
949         create_signatured_type_table_from_index caller.
950         * printcmd.c (ui_printf): Remove conditionalizations for
951         CC_HAS_LONG_LONG.
952         * config.in: Regenerate.
953         * configure: Regenerate.
954
955 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
956
957         * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
958         Update the comment for checked_producer.
959         (check_producer): New forward declaration.
960         (producer_is_gcc_lt_4_3): New function.
961         (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
962         (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
963
964 2012-12-07  Tom Tromey  <tromey@redhat.com>
965
966         * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
967         argument, assertion.
968         * c-exp.y (typebase): Add completion productions.
969         * completer.c (expression_completer): Handle tag completion.
970         * expression.h (parse_expression_for_completion): Add argument.
971         * f-lang.c (f_make_symbol_completion_list): Add 'code'
972         argument.
973         * language.h (struct language_defn)
974         <la_make_symbol_completion_list>: Add 'code' argument.
975         * parse.c (expout_tag_completion_type, expout_completion_name):
976         New globals.
977         (mark_struct_expression): Add assertion.
978         (mark_completion_tag): New function.
979         (parse_exp_in_context): Initialize new globals.
980         (parse_expression_for_completion): Add 'code' argument.  Handle
981         tag completion.
982         * parser-defs.h (mark_completion_tag): Declare.
983         * symtab.c (default_make_symbol_completion_list_break_on): Add
984         'code' argument.  Update.
985         (default_make_symbol_completion_list): Add 'code' argument.
986         (make_symbol_completion_list): Update.
987         (make_symbol_completion_type): New function.
988         * symtab.h (default_make_symbol_completion_list_break_on)
989         (default_make_symbol_completion_list): Update.
990         (make_symbol_completion_type): Declare.
991
992 2012-12-07  Tom Tromey  <tromey@redhat.com>
993
994         * expression.h (parse_expression_for_completion): Rename
995         from parse_field_expression.
996         (parse_completion): Rename from in_parse_field.
997         * c-exp.y (lex_one_token): Update.
998         * completer.c (expression_completer): Update.
999         * go-exp.y (lex_one_token): Update.
1000         * p-exp.y (yylex): Update.
1001         * parse.c (parse_completion): Rename from in_parse_field.
1002         (parse_exp_in_context): Update.
1003         (parse_expression_for_completion): Rename from
1004         parse_field_expression.  Update.
1005
1006 2012-12-07  Tom Tromey  <tromey@redhat.com>
1007
1008         * typeprint.c (_initialize_typeprint): Set completer
1009         for "whatis" and "ptype".
1010
1011 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
1012
1013         * copyright.py (NOT_FSF_LIST): Remove duplicate entry
1014         "sim/common/cgen-fpu.h".  Remove invalid entries
1015         "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
1016         which actually have an FSF copyright header.
1017
1018 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
1019
1020         * osf-share/AT386/cma_thread_io.h: Delete.
1021         * osf-share/HP800/cma_thread_io.h: Delete.
1022         * osf-share/README: Delete.
1023         * osf-share/RIOS/cma_thread_io.h: Delete.
1024         * osf-share/cma_attr.h: Delete.
1025         * osf-share/cma_deb_core.h: Delete.
1026         * osf-share/cma_debug_client.h: Delete.
1027         * osf-share/cma_errors.h: Delete.
1028         * osf-share/cma_handle.h: Delete.
1029         * osf-share/cma_init.h: Delete.
1030         * osf-share/cma_list.h: Delete.
1031         * osf-share/cma_mutex.h: Delete.
1032         * osf-share/cma_sched.h: Delete.
1033         * osf-share/cma_semaphore_defs.h: Delete.
1034         * osf-share/cma_sequence.h: Delete.
1035         * osf-share/cma_stack.h: Delete.
1036         * osf-share/cma_stack_int.h: Delete.
1037         * osf-share/cma_tcb_defs.h: Delete.
1038         * osf-share/cma_util.h: Delete.
1039         * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
1040         in osf-share.
1041         * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
1042         * contrib/ari/gdb_find.sh: Remove handling of osf-share.
1043         * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
1044
1045 2012-12-06  Pedro Alves  <palves@redhat.com>
1046             Tom Tromey  <tromey@redhat.com>
1047
1048         * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
1049
1050 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
1051
1052         PR mi/14741:
1053         * mi/mi-cmd-var.c (varobj_update_one): Take value of
1054         attribute "dynamic" and "displayhint" from printed child,
1055         not the root variable.
1056
1057 2012-12-06  Joel Brobecker  <brobecker@adacore.com>
1058
1059         * aix-thread.c (getthrds): Fix type of 4th parameter.
1060         (get_signaled_thread): Change type of variable ktid to tid_t.
1061
1062 2012-12-06  Hui Zhu  <hui_zhu@mentor.com>
1063
1064         * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
1065         value of get_frame_block.
1066
1067 2012-12-05  Pierre Muller  <muller@sourceware.org>
1068
1069         Avoid memory leaks on struct cmd_list_element.doc field.
1070         * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
1071         if flags contains DOC_ALLOCATED.
1072         (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
1073         flags.
1074         (delete_cmd): Handle DOC_ALLOCATED flag.
1075         * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
1076         in flags filed of struct cmd_list_element.
1077         (struct cmd_list_element): Document new flag item.
1078
1079 2012-12-04  Doug Evans  <dje@google.com>
1080
1081         * symmisc.c: Whitespace fixes.
1082
1083 2012-12-04  Karthik Bhat  <kv.bhat@samsung.com>
1084
1085         * i386-tdep.c (i386_skip_prologue): Using symbol table
1086         to find the end of prologue for clang compiled binaries.
1087         * amd64-tdep.c (amd64_skip_prologue): Using symbol table
1088         to find the end of prologue for clang compiled binaries.
1089
1090 2012-12-03  Doug Evans  <dje@google.com>
1091
1092         * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
1093         (dw2_find_symbol_file): Delete unused local file_data.
1094
1095 2012-12-03  Tom Tromey  <tromey@redhat.com>
1096
1097         * ada-exp.y (write_object_renaming, write_var_or_type)
1098         (write_ambiguous_var, write_var_from_sym): Make blocks const.
1099         * ada-lang.c (replace_operator_with_call)
1100         (find_old_style_renaming_symbol): Make blocks const.
1101         * ada-lang.h (ada_find_renaming_symbol): Update.
1102         (struct ada_symbol_info) <block>: Now const.
1103         * breakpoint.c (watch_command_1): Update.
1104         * breakpoint.h (struct watchpoint) <exp_valid_block,
1105         cond_exp_valid_block>: Now const.
1106         * c-exp.y (classify_inner_name, classify_name): Make block
1107         argument const.
1108         * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
1109         const.
1110         * expression.h (innermost_block, parse_exp_1): Update.
1111         (union exp_element) <block>: Now const.
1112         * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
1113         (lookup_struct): Make block argument const.
1114         * gdbtypes.h (lookup_template_type): Update.
1115         * go-exp.y (classify_name, classify_packaged_name)
1116         (package_name_p): Make block argument const.
1117         * objc-lang.c (lookup_struct_typedef): Make block argument const.
1118         * objc-lang.h (lookup_struct_typedef): Update.
1119         * parse.c (parse_exp_in_context, parse_exp_1)
1120         (write_exp_elt_block): Make block arguments const.
1121         (expression_context_block, innermost_block): Now const.
1122         * parser-defs.h (write_exp_elt_block): Update.
1123         (expression_context_block, innermost_block, block_found): Now
1124         const.
1125         * printcmd.c (struct display) <block>: Now const.
1126         * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
1127         * valops.c (address_of_variable): Make block argument const.
1128         * value.h (value_of_variable): Update.
1129         * varobj.c (struct varobj_root) <valid_block>: Now const.
1130
1131 2012-11-30  Yao Qi  <yao@codesourcery.com>
1132
1133         * breakpoint.c (print_one_breakpoint_location): Indent code.
1134
1135 2012-11-30  Yao Qi  <yao@codesourcery.com>
1136
1137         * breakpoint.c (print_one_breakpoint_location): Combine two
1138         blocks handling 'hit count' together.
1139
1140 2012-11-30  Yao Qi  <yao@codesourcery.com>
1141
1142         * infrun.c (error_is_running, ensure_not_running): Move them
1143         to ...
1144         * infcmd.c (error_is_running, ensure_not_running): ... here.
1145         Make them 'static'.
1146         * inferior.h: Remove declarations of error_is_running and
1147         ensure_not_running.
1148
1149 2012-11-30  Yao Qi  <yao@codesourcery.com>
1150
1151         * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
1152         check REGNUM >= 0.
1153
1154 2012-11-30  Yao Qi  <yao@codesourcery.com>
1155
1156         * infrun.c: Make the declaration of 'init_infwait_state'
1157         static.
1158         (init_infwait_state): Make it 'static'.
1159
1160 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
1161
1162         * python/python.c (finalize_python): Cast unused PyGILState_Ensure
1163         return value to void to avoid compiler warning.
1164
1165 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
1166
1167         * opencl-lang.c (opencl_print_type): New function.
1168         (opencl_language_arch_info): Install it.
1169
1170 2012-11-29  Tom Tromey  <tromey@redhat.com>
1171
1172         * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
1173         xvasprintf.
1174         * common/common-utils.c (xasprintf, xvasprintf): Remove.
1175         * common/common-utils.h (xasprintf, xvasprintf): Remove.
1176
1177 2012-11-29  Jerome Guitton  <guitton@adacore.com>
1178
1179         * ada-lang.c (ada_is_interface_tag): New function.
1180         (ada_is_ignored_field): Add interface tags to the list
1181         of ignored fields.
1182
1183 2012-11-29  Jerome Guitton  <guitton@adacore.com>
1184
1185         * ada-lang.h (ada_tag_value_at_base_address): New function
1186         declaration.
1187         * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
1188         New functions.
1189         (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
1190         relocate the class-wide value if need be.
1191         (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
1192         Let ada_tag_value_at_base_address relocate the class-wide access/ref
1193         before dereferencing it.
1194         * ada-valprint.c (ada_val_print_1): Relocate to base address
1195         before displaying the content of an interface-wide ref.
1196
1197 2012-11-29  Jerome Guitton  <guitton@adacore.com>
1198
1199         * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
1200
1201 2012-11-29  Joel Brobecker  <brobecker@adacore.com>
1202
1203         GDB 7.5.1 released.
1204
1205 2012-11-29  Yao Qi  <yao@codesourcery.com>
1206             Tom Tromey  <tromey@redhat.com>
1207
1208         * eval.c (evaluate_subexp_standard): Get the correct pointer
1209         type for TYPE_CODE_MEMBERPTR.
1210
1211 2012-11-28  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1212
1213         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
1214         since now it is being done by binutils' powerpc_init_dialect().
1215
1216 2012-11-28  Tom Tromey  <tromey@redhat.com>
1217
1218         PR gdb/14290:
1219         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
1220         (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
1221         Use it.
1222         * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
1223         * gdb_bfd.c (gdb_bfd_mark_parent): New function.
1224         (gdb_bfd_openr_next_archived_file): Use it.
1225
1226 2012-11-28  Markus Metzger  <markus.t.metzger@intel.com>
1227
1228         * configure.ac: Check for linux/perf_event.h.
1229         * config.in: Regenerated.
1230         * configure: Regenerated.
1231
1232 2012-11-28  Yao Qi  <yao@codesourcery.com>
1233
1234         * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
1235         abbreviate 'delete tracepoints' to 'delete tr'.
1236         * corefile.c (_initialize_core): Call add_alias_cmd to
1237         abbreviate 'set gnutarget' to 'set g'.
1238         * value.c (_initialize_values): Call add_alias_cmd to abbreviate
1239         'show convenience' to 'show conv'.
1240
1241 2012-11-27  Joel Brobecker  <brobecker@adacore.com>
1242
1243         * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
1244         call to sparc_supply_fpregset.
1245         (fill_fpregset): Fix first parameter in call to
1246         sparc_collect_fpregset.
1247
1248 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
1249             Kazu Hirata  <kazu@codesourcery.com>
1250             Yao Qi  <yao@codesourcery.com>
1251
1252         * objfiles.c (init_entry_point_info): Call
1253         gdbarch_convert_from_func_ptr_addr and
1254         gdbarch_addr_bits_remove here ...
1255         (entry_point_address_query): ... instead of here.
1256         * solib-svr4.c (exec_entry_point): Call
1257         gdbarch_addr_bits_remove.
1258         * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1259         the entry address.
1260
1261 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
1262             Yao Qi  <yao@codesourcery.com>
1263
1264         * eval.c (evaluate_subexp_standard): Add handling of
1265         TYPE_CODE_MEMBERPTR when calling functions.  Correct the
1266         result of ptype for calling a TYPE_CODE_METHODPTR.
1267
1268 2012-11-27  Yao Qi  <yao@codesourcery.com>
1269
1270         * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1271         warning.
1272         Add i18n markup.
1273
1274 2012-11-26  Alexander Larsson  <alexl@redhat.com>
1275             Jan Kratochvil  <jan.kratochvil@redhat.com>
1276             Tom Tromey  <tromey@redhat.com>
1277
1278         * NEWS: Mention mini debuginfo feature.
1279         * minidebug.c: New file.
1280         * configure.ac: Check for lzma.
1281         * configure, config.in: Rebuild.
1282         * Makefile.in (LIBLZMA): New variable.
1283         (CLIBS): Include LIBLZMA.
1284         (SFILES): Mention minidebug.c.
1285         (COMMON_OBS): Mention minidebug.o.
1286         * symfile.c (read_symbols): New function.
1287         (syms_from_objfile, reread_symbols): Call it.
1288         * symfile.h (find_separate_debug_file_in_section): Declare.
1289
1290 2012-11-26  Keith Seitz  <keiths@redhat.com>
1291
1292         * exec.c (exec_file_attach): Move cleanup after verifying that
1293         memory has in fact been allocated.
1294
1295 2012-11-26  Tom Tromey  <tromey@redhat.com>
1296
1297         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1298         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1299         SYMBOL_SYMTAB.
1300         * skip.c (skip_info): Use SYMBOL_SYMTAB.
1301
1302 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
1303             Pedro Alves  <palves@redhat.com>
1304
1305         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1306         size parameter passed to readlink by one byte.
1307         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1308         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1309         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1310         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1311         size by one byte.
1312
1313 2012-11-26  Yao Qi  <yao@codesourcery.com>
1314
1315         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1316         extraneous parentheses.
1317
1318 2012-11-26  Yao Qi  <yao@codesourcery.com>
1319
1320         * remote.c (remote_start_remote): Typo fix.
1321
1322 2012-11-23  David S. Miller  <davem@davemloft.net>
1323
1324         * sparc-tdep.h (struct sparc_fpregset): New data structure.
1325         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1326         sparc32_sol2_fpregset): Declare new globals.
1327         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1328         'fpregset' argument.
1329         * sparc64-tdep.h (sparc64_supply_fpregset,
1330         sparc64_collect_fpregset): Likewise.
1331         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1332         globals.
1333         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1334         (sparc_fpregset): Declare new global.
1335         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1336         'fpregset' argument.
1337         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1338         into handler.
1339         (fill_fpregset): Likewise.
1340         (_initialize_sparc_linux_nat): Set sparc_fpregset to
1341         sparc32_bsd_fpregset.
1342         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1343         sparc32_bsd_fpregset down into handler.
1344         (sparc32_linux_collect_core_fpregset): Likewise.
1345         * sparc-nat.c (sparc_fpregset): Define.
1346         (sparc_supply_fpregset): Add 'fpregset' argument.
1347         (sparc_collect_fpregset): Likewise.
1348         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1349         into fpregset handler.
1350         (sparc_store_inferior_registers): Likewise.
1351         (_initialize_sparc_nat): Set sparc_fpregset to
1352         sparc32_sunos4_fpregset if NULL.
1353         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1354         down into handler.
1355         (fill_fpregset): Likewise.
1356         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1357         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1358         use it to compute offsets.
1359         (sparc32_collect_fpregset): Likewise.
1360         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1361         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1362         down into handler.
1363         (fill_fpregset): Likewise.
1364         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1365         Likewise.
1366         (sparc64_linux_collect_core_fpregset): Likewise.
1367         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1368         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1369         use it to compute offsets.
1370         (sparc64_collect_fpregset): Likewise.
1371         (sparc64_bsd_fpregset): Define.
1372         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1373         sparc64_bsd_fpregset down into handler.
1374         (sparc64fbsd_collect_fpregset): Likewise.
1375         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1376         and pass sparc{32,64}_bsd_fpregset down into handler.
1377         (sparc64nbsd_collect_fpregset): Likewise.
1378         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1379         sparc64_bsd_fpregset down into handler.
1380         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1381         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1382         to sparc32_bsd_fpregset.
1383         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1384         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1385         (sparc32nbsd_supply_fpregset): Likewise.
1386
1387 2012-11-21  Tom Tromey  <tromey@redhat.com>
1388
1389         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1390         field.
1391         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1392         Remove.
1393         * c-typeprint.c (c_type_print_base): Update.
1394
1395 2012-11-21  Yao Qi  <yao@codesourcery.com>
1396
1397         PR tdep/7438
1398         * gdbarch.sh (smash_text_address): Remove.
1399         * gdbarch.c, gdbarch.h: Regenerate.
1400         * arm-tdep.c (arm_smash_text_address): Remove.
1401         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1402         * hppa-tdep.c (hppa_smash_text_address): Remove.
1403         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1404         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1405         Caller update.
1406         * coffread.c (coff_symtab_read): Caller update.
1407         * dbxread.c (process_one_symbol): Likewise.
1408         * elfread.c (record_minimal_symbol): Likewise.
1409         * somread.c (som_symtab_read): Likewise.
1410
1411 2012-11-20  Pierre Muller  <muller@sourceware.org>
1412
1413         ARI fixes: sprintf rule.
1414         Replace sprintf function calls for char arrays by
1415         calls to xsnprintf calls.
1416         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1417         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1418         (arm_neon_quad_read, arm_pseudo_read): Ditto.
1419         (arm_neon_quad_write, arm_pseudo_write): Ditto.
1420         * breakpoint.c (condition_completer): Ditto.
1421         (create_tracepoint_from_upload): Ditto.
1422         * dwarf2read.c (file_full_name): Ditto.
1423         * gcore.c (gcore_command): Ditto.
1424         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1425         * go32-nat.c (go32_sysinfo): Ditto.
1426         * interps.c (interp_set): Ditto.
1427         * m32c-tdep.c (make_types): Ditto.
1428         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1429         * remote-m32r-sdi.c (m32r_open): Ditto.
1430         * sol-thread.c (td_err_string): Ditto.
1431         (td_state_string, solaris_pid_to_str): Ditto.
1432         * symtab.c (gdb_mangle_name): Ditto.
1433         * cli/cli-script.c (execute_control_command): Ditto.
1434         (define_command, document_command): Ditto.
1435         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1436         * tui/tui-stack.c (tui_make_status_line): Ditto.
1437         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1438
1439 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
1440
1441         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1442         it when looking at ptr->func.
1443         * command.h (complete_on_cmdlist): Add a fourth arg.
1444         * completer.c (complete_line_internal): Add local ignore_help_classes,
1445         and set it to 1 when reason is not handle_help.  Pass this down to
1446         lookup_cmd_1 and complete_on_cmdlist.
1447
1448 2012-11-20  Tom Tromey  <tromey@redhat.com>
1449
1450         * completer.c (count_struct_fields): Remove.
1451         (expression_completer): Don't call count_struct_fields.
1452
1453 2012-11-20  Pedro Alves  <palves@redhat.com>
1454
1455         * annotate.c (breakpoints_changed): Rename to ...
1456         (annotate_breakpoints_changed): ... this.
1457         (annotate_stopped, breakpoint_changed): Adjust caller.
1458         * annotate.h (breakpoints_changed): Rename to ...
1459         (annotate_breakpoints_changed): ... this.
1460         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1461         (do_map_commands_command, init_raw_breakpoint, clear_command)
1462         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1463
1464 2012-11-20  David S. Miller  <davem@davemloft.net>
1465
1466         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1467         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1468         sysconf.
1469         (get_cores_used_by_process): Update comment.
1470
1471 2012-11-20  Yao Qi  <yao@codesourcery.com>
1472
1473         * objfiles.c (init_entry_point_info): Remove trailing spaces.
1474
1475 2012-11-20  Yao Qi  <yao@codesourcery.com>
1476
1477         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1478         to deprecated_context_hook.
1479
1480 2012-11-19  Yao Qi  <yao@codesourcery.com>
1481
1482         * infrun.c (infwait_state): Add static.
1483
1484 2012-11-16  Keith Seitz  <keiths@redhat.com>
1485
1486         PR c++/13615
1487         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1488         parameter and pass it to lookup_symbol_file.
1489         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1490         to search base classes.
1491         (cp_lookup_symbol_namespace): Likewise.
1492         (lookup_namespace_scope): Likewise.
1493         (lookup_symbol_file): Add SEARCH parameter.
1494         If SEARCH is non-zero and no symbol is found, lookup the class
1495         and call cp_lookup_nested_symbol.
1496         (find_symbol_in_baseclass): New function.
1497         (cp_lookup_nested_symbol): Do not let
1498         cp_lookup_symbol_in_namespace search through base classes.
1499         Do that later when there is no global symbol match.
1500
1501 2012-11-16  Doug Evans  <dje@google.com>
1502
1503         * main.c (gdb_datadir_provided): New static global.
1504         (get_init_files): If --data-directory is provided,
1505         and SYSTEM_GDBINIT lives in data-directory, look for it there.
1506         * NEWS: Mention it.
1507
1508 2012-11-15  Pierre Muller  <muller@sourceware.org>
1509
1510         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1511         * gdb_stat.h: Delete. Moved to common directory.
1512         * common/gdb_stat.h: New file.
1513         * gdb_wait.h: Delete. Moved to common directory.
1514         * common/gdb_wait.h: New file.
1515         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1516         location.
1517         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1518         location.
1519         (stat.h rule): Adapt to new gdb_stat.h location.
1520         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1521         <sys/stat.h> header.
1522         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1523         <sys/wait.h> header.
1524
1525 2012-11-15  Pierre Muller  <muller@sourceware.org>
1526
1527         * configure.ac (AC_HEADER_STAT): Remove.
1528         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1529         and corresponding code.
1530         * configure: Regenerate.
1531         * config.in: Regenerate.
1532
1533 2012-11-15  Pierre Muller  <muller@sourceware.org>
1534
1535         ARI xasprintf rule fixes.
1536         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1537         instead of xasprintf.
1538         (open_and_init_dwp_file): Ditto.
1539
1540 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
1541
1542         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1543         target types.
1544
1545 2012-11-14  Tom Tromey  <tromey@redhat.com>
1546
1547         * configure, config.in: Rebuild.
1548         * configure.ac: Don't check for ctype.h, time.h.
1549         * expprint.c: Don't use HAVE_CTYPE_H.
1550
1551 2012-11-13  Tom Tromey  <tromey@redhat.com>
1552
1553         * gdbarch.h, gdbarch.c: Rebuild.
1554         * gdbarch.sh (set_target_gdbarch): Rename from
1555         deprecated_target_gdbarch_select_hack.
1556         * arch-utils.c (gdbarch_update_p): Update.
1557         (set_gdbarch_from_file): Update.
1558
1559 2012-11-14  Pierre Muller  <muller@sourceware.org>
1560
1561         * MAINTAINERS (Responsible Maintainers/misc): Add myself
1562         as responsible of contrib/ari directory.
1563
1564 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1565             Yao Qi  <yao@codesourcery.com>
1566
1567         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1568         bit of EXC_RETURN.
1569         (arm_m_exception_cache, arm_m_exception_this_id)
1570         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1571         (arm_m_exception_unwind): New.
1572         (arm_gdbarch_init): Register arm_m_exception_unwind.
1573
1574 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
1575
1576         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1577         parameter COUNT, for pattern filling of memory regions.
1578         * NEWS: Mention it.
1579
1580 2012-11-13 Markus Metzger  <markus.t.metzger@intel.com>
1581
1582         * disasm.h (DISASSEMBLY_FILENAME): New macro.
1583         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1584         to print_source_lines ().
1585         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1586         flag.
1587         * source.c (print_source_lines_base): Prefix source line with
1588         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1589
1590 2012-11-13 Markus Metzger  <markus.t.metzger@intel.com>
1591
1592         * symtab.h (print_source_lines_flags): New enum.
1593         * source.c (print_source_lines_base): Change noerror to flags.
1594         (print_source_lines): Change noerror to flags.
1595
1596 2012-11-13  Pierre Muller  <muller@sourceware.org>
1597
1598         ARI fixes: Avoid sprintf function use rule.
1599         * charset.c (convert_between_encodings): Use xsnprintf.
1600         * cli-out.c (cli_field_int): Likewise.
1601         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1602         * expprint.c (op_name_standard): Likewise.
1603         * frv-tdep.c (set_variant_num_gprs): Likewise.
1604         (set_variant_num_fprs): Likewise.
1605         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1606         * nto-tdep.c (nto_find_and_open_solib): Likewise.
1607         (nto_init_solib_absolute_prefix): Likewise.
1608         * source.c (init_source_path): Likewise.
1609         (print_source_lines_base): Likewise.
1610         * valprint.c (print_wchar): Likewise.
1611         * mi/mi-out.c (mi_field_int): Likewise.
1612         windows-nat.c (windows_pid_to_exec_file): Likewise.
1613         (windows_create_inferior): Likewise.
1614         (_initialize_check_for_gdb_ini): Likewise.
1615
1616 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
1617
1618         * frame.h (deprecated_frame_register_read): Renames
1619         frame_register_read.
1620         * frame.c (deprecated_frame_register_read): Renames
1621         frame_register_read.  Update all callers.
1622         * i386-tdep.c: Update all callers of frame_register_read.
1623         * infcmd.c: Likewise.
1624         * jit.c: Likewise.
1625         * mips-tdep.c: Likewise.
1626         * mt-tdep.c: Likewise.
1627         * sh64-tdep.c: Likewise.
1628
1629 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
1630
1631         * frame.h (frame_register_read): Remove FIXME comment.
1632         * frame.c (frame_register_read): Add suggestion explaining
1633         which function to use in place of this one.
1634
1635 2012-11-12  Tom Tromey  <tromey@redhat.com>
1636
1637         * python/python.c (start_type_printers): Initialize 'result_obj'.
1638
1639 2012-11-12  Tom Tromey  <tromey@redhat.com>
1640
1641         * NEWS: Update.
1642         * data-directory/Makefile.in (PYTHON_FILES): Add
1643         type_printers.py.
1644         * python/lib/gdb/command/type_printers.py: New file.
1645         * python/lib/gdb/command/types.py (TypePrinter): New class.
1646         (_get_some_type_recognizers, get_type_recognizers,
1647         apply_type_recognizers, register_type_printer): New
1648         functions.
1649         * python/py-objfile.c (objfile_object) <type_printers>: New
1650         field.
1651         (objfpy_dealloc): Decref new field.
1652         (objfpy_new): Set new field.
1653         (objfpy_get_type_printers, objfpy_set_type_printers): New
1654         functions.
1655         (objfile_to_objfile_object): Set new field.
1656         (objfile_getset): Add "type_printers".
1657         * python/py-progspace.c (pspace_object) <type_printers>: New
1658         field.
1659         (pspy_dealloc): Decref new field.
1660         (pspy_new): Set new field.
1661         (pspy_get_type_printers, pspy_set_type_printers): New functions.
1662         (pspace_to_pspace_object): Set new field.
1663         (pspace_getset): Add "type_printers".
1664         * python/python.c (start_type_printers, apply_type_printers,
1665         free_type_printers): New functions.
1666         (_initialize_python): Set gdb.type_printers.
1667         * python/python.h (start_type_printers, apply_type_printers,
1668         free_type_printers): Declare.
1669         * typeprint.c (type_print_raw_options, default_ptype_flags):
1670         Update for new fields.
1671         (do_free_global_table, create_global_typedef_table,
1672         find_global_typedef): New functions.
1673         (find_typedef_in_hash): Use find_global_typedef.
1674         (whatis_exp): Use create_global_typedef_table.  Change cleanup
1675         handling.
1676         * typeprint.h (struct type_print_options) <global_typedefs,
1677         global_printers>: New fields.
1678
1679 2012-11-12  Tom Tromey  <tromey@redhat.com>
1680
1681         * c-typeprint.c (find_typedef_for_canonicalize,
1682         print_name_maybe_canonical): New functions.
1683         (c_print_type): Look up type name.
1684         (cp_type_print_derivation_info): Add flags argument.  Use
1685         print_name_maybe_canonical.
1686         (cp_type_print_method_args): Add wrapping.
1687         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1688         (c_type_print_template_args): New function.
1689         (c_type_print_base): Change wrapping.  Use
1690         print_name_maybe_canonical.
1691         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1692         type name lookups.
1693         * gdbtypes.c (types_equal): No longer static.
1694         * gdbtypes.h (types_equal): Declare.
1695         * typeprint.c (type_print_raw_options, default_ptype_flags):
1696         Update.
1697         (struct typedef_hash_table): New.
1698         (hash_typedef_field, eq_typedef_field,
1699         recursively_update_typedef_hash, add_template_parameters,
1700         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1701         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1702         copy_typedef_hash, find_typedef_in_hash): New functions.
1703         * typeprint.h (struct type_print_options) <local_typedefs>:
1704         New field.
1705         (recursively_update_typedef_hash, add_template_parameters,
1706         create_typedef_hash, free_typedef_hash,
1707         make_cleanup_free_typedef_hash, copy_typedef_hash,
1708         find_typedef_in_hash): Declare.
1709
1710 2012-11-12  Tom Tromey  <tromey@redhat.com>
1711
1712         * cp-support.c (inspect_type,
1713         replace_typedefs_qualified_name, replace_typedefs): Add
1714         finder, data arguments.  Call as needed.
1715         (cp_canonicalize_string_full): New function.
1716         (cp_canonicalize_string_no_typedefs): Rewrite.
1717         * cp-support.h (canonicalization_ftype): New typedef.
1718         (cp_canonicalize_string_full): Declare.
1719
1720 2012-11-12  Tom Tromey  <tromey@redhat.com>
1721
1722         * NEWS: Update.
1723         * c-typeprint.c (c_type_print_base): Handle print_method and
1724         print_typedefs flags.
1725         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1726         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1727         options.
1728         * typeprint.c (type_print_raw_options, default_ptype_flags):
1729         Update for new field.s
1730         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
1731         (setprinttypelist, showprinttypelist, print_methods,
1732         print_typedefs): New globals.
1733         (set_print_type, show_print_type, set_print_type_methods,
1734         show_print_type_methods, set_print_type_typedefs,
1735         show_print_type_typedefs): New functions.
1736         (_initialize_typeprint): Update documentation.  Add "print
1737         type methods" and "print type typedefs" parameters.
1738         * typeprint.h (struct type_print_options) <print_methods,
1739         print_typedefs>: New fields.
1740
1741 2012-11-12  Tom Tromey  <tromey@redhat.com>
1742
1743         * c-typeprint.c (cp_type_print_method_args): Add flags
1744         argument.  Call c_print_type, not type_print.
1745         (c_type_print_base): Call c_print_type, not type_print.
1746         Update.
1747
1748 2012-11-12  Tom Tromey  <tromey@redhat.com>
1749
1750         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1751         to type-printing functions.
1752         * ada-lang.h (ada_print_type): Add argument.
1753         * ada-typeprint.c (print_array_type, print_variant_clauses,
1754         print_variant_part, print_selected_record_field_types,
1755         print_record_field_types, print_unchecked_union_type,
1756         print_func_type, ada_print_type): Add flags argument.
1757         (ada_print_typedef): Update.
1758         * c-exp.y (OPERATOR conversion_type_id): Update.
1759         * c-lang.h (c_print_type, c_type_print_base): Update.
1760         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1761         c_type_print_modifier, c_type_print_args,
1762         c_type_print_varspec_suffix, c_type_print_base): Add flags
1763         argument.
1764         * cp-valprint.c (cp_print_class_member): Update.
1765         * dwarf2read.c (dwarf2_compute_name): Update.
1766         * f-lang.h (f_print_type): Add argument.
1767         * f-typeprint.c (f_print_type): Add flags argument.
1768         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1769         * go-lang.h (go_print_type): Add argument.
1770         * go-typeprint.c (go_print_type): Add flags argument.
1771         * jv-lang.h (java_print_type): Add argument.
1772         * jv-typeprint.c (java_type_print_base, java_print_type): Add
1773         flags argument.
1774         * language.c (unk_lang_print_type): Add flags argument.
1775         * language.h (struct language_defn) <la_print_type>: Add flags
1776         argument.
1777         (LA_PRINT_TYPE): Likewise.
1778         * m2-lang.h (m2_print_type): Add argument.
1779         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1780         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1781         m2_unbounded_array, m2_record_fields): Add flags argument.
1782         * p-lang.h (pascal_print_type, pascal_type_print_base,
1783         pascal_type_print_varspec_prefix): Add argument.
1784         * p-typeprint.c (pascal_print_type,
1785         pascal_type_print_varspec_prefix, pascal_print_func_args,
1786         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1787         flags argument.
1788         * symmisc.c (print_symbol): Update.
1789         * typeprint.c (type_print_raw_options, default_ptype_flags):
1790         New globals.
1791         (type_print): Update.
1792         * typeprint.h (struct type_print_options): New.
1793         (type_print_raw_options): Declare.
1794         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1795
1796 2012-11-10  Keith Seitz  <keiths@redhat.com>
1797
1798         * breakpoint.c (clear_command): Add cleanup for
1799         sals.sals if an argument is given.
1800
1801         * linespec.c (parse_linespec): Do cleanups after
1802         parsing a convenience variable.
1803
1804 2012-11-10  Keith Seitz  <keiths@redhat.com>
1805
1806         PR gdb/14288
1807         * c-valprint.c (c_val_print): For character arrays
1808         with "print null" option on, print ellipses if
1809         the output is truncated and the next character is not \000.
1810         * valprint.c (MAX_WCHARS): Define.
1811         (WCHAR_BUFLEN): Likewise.
1812         (WCHAR_BUFLEN_MAX): Likewise.
1813         (struct converted_character): New structure.
1814         (count_next_character): New function.
1815         (print_converted_chars_to_obstack): New function.
1816         (generic_printstr): Rewrite using count_next_character
1817         and print_converted_chars_to_obstack.
1818
1819 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
1820
1821         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1822         while executing the gdb command.
1823         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1824         are called from prompt_for_continue.
1825         * tui/tui-io.c (tui_redisplay_readline): Likewise.
1826
1827 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
1828
1829         PR tui/9584
1830
1831         * tui/tui.c (tui_rl_command_key): Do not call execute_command
1832         but insert the command to execute in readline's buffer.
1833
1834 2012-11-09  Tom Tromey  <tromey@redhat.com>
1835
1836         * gdbarch.sh (target_gdbarch): Remove macro.
1837         (get_target_gdbarch): Rename to target_gdbarch.
1838         * gdbarch.c, gdbarch.h: Rebuild.
1839         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1840         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1841         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1842         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1843         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1844         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1845         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1846         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1847         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1848         procfs.c, progspace.c, ravenscar-thread.c, record.c,
1849         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1850         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1851         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1852         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1853         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1854         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1855         target-descriptions.c, target.c, target.h, tracepoint.c,
1856         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1857         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1858         python/py-inferior.c, python/python.c: Update.
1859
1860 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
1861
1862         * source.c (print_source_lines_base): Add fullname field giving
1863         full path to file in mi output.
1864         * NEWS: Mention the new fullname field.
1865
1866 2012-11-09  Yao Qi  <yao@codesourcery.com>
1867
1868         * NEWS: Mention the fix to the ambiguity of 'fo' command.
1869
1870 2012-11-09  Pedro Alves  <palves@redhat.com>
1871
1872         PR gdb/14306
1873
1874         * infrun.c: Include target-descriptions.h.
1875         (follow_exec): Fetch new target description.
1876
1877 2012-11-09  Yao Qi  <yao@codesourcery.com>
1878
1879         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1880         0x8d (lea).
1881
1882 2012-11-09  Yao Qi  <yao@codesourcery.com>
1883
1884         * breakpoint.c: Declare set_tracepoint_count.
1885         (install_breakpoint): Call set_tracepoint_count if B is a
1886         tracepoint.
1887         (trace_command): Don't call set_tracepoint_count.  Re-indent.
1888         (strace_command, ftrace_command):
1889         (create_tracepoint_from_upload): Likewise.
1890
1891 2012-11-09  Pedro Alves  <palves@redhat.com>
1892
1893         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1894         (get_target_gdbarch) <gdbarch.h>: New function.
1895         (startup_gdbarch) <gdbarch.h>: Declare.
1896         <gdbarch.c> (target_gdbarch): Delete.
1897         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1898         current inferior's gdbarch.
1899         <gdbarch.c> (get_target_gdbarch): New function.
1900         * inferior.c: Include target-descriptions.h.
1901         (free_inferior): Free target description info.
1902         (add_inferior_with_spaces): Set the inferior's initial
1903         architecture.
1904         (clone_inferior_command): Copy the original inferior's target
1905         description if it was user specified.
1906         (initialize_inferiors): Add comment.
1907         * inferior.h (struct target_desc_info): Forward declare.
1908         (struct inferior) <gdbarch>: New field.
1909         * linux-nat.c: Include target-descriptions.h.
1910         (linux_child_follow_fork): Copy the parent's architecture and
1911         target description to the child.
1912         * target-descriptions.c: Include inferior.h.
1913         (struct target_desc_info): New structure, holding the equivalents
1914         of ...
1915         (target_desc_fetched, current_target_desc)
1916         (target_description_filename): ... these removed globals.
1917         (get_tdesc_info, target_desc_info_from_user_p)
1918         (copy_inferior_target_desc_info, target_desc_info_free): New.
1919         (target_desc_fetched, current_target_desc)
1920         (target_description_filename): Reimplemented as convenience
1921         macros.
1922         (tdesc_filename_cmd_string): New global.
1923         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1924         tdescs filename ..." commands to the per-inferior equivalent.
1925         (show_tdesc_filename_cmd): Get the value to show from the
1926         per-inferior description filename.
1927         (_initilize_target_descriptions): Change the "set/show tdesc
1928         filename" commands' variable.
1929         * target-descriptions.h (struct target_desc, struct target_desc_info)
1930         (struct inferior): Forward declare.
1931         (target_find_description, target_clear_description)
1932         (target_current_description): Adjust comments.
1933         (copy_inferior_target_desc_info, target_desc_info_free)
1934         (target_desc_info_from_user_p). Declare.
1935
1936 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1937
1938         * tui/tui-hooks.c (tui_about_to_proceed): New function.
1939         (tui_target_wait_hook): Remove.
1940         (tui_install_hooks): Install the about_to_proceed observer.
1941         (tui_remove_hooks): And remove it here.
1942
1943 2012-11-08  Tom Tromey  <tromey@redhat.com>
1944
1945         * linux-tdep.c (linux_make_siginfo_note): New function.
1946         (linux_make_corefile_notes): Use it.
1947         * corelow.c (get_core_siginfo): New function.
1948         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1949
1950 2012-11-08  Tom Tromey  <tromey@redhat.com>
1951
1952         PR gdb/14704:
1953         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1954         (zlib_decompress_section): Remove.
1955         (gdb_bfd_map_section): Only check for compressed section
1956         in mmap case.  Use bfd_get_full_section_contents.
1957         * osabi.c (check_note): Add 'sectsize' argument.  Read
1958         section data.
1959         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1960         section data.  Update for check_note change.
1961         * xcoffread.c (xcoff_initial_scan): Use
1962         bfd_get_full_section_contents.
1963         * py-auto-load.c (auto_load_section_scripts): Use
1964         bfd_get_full_section_contents.
1965         * contrib/cc-with-tweaks.sh: Add -Z option.
1966
1967 2012-11-08  Tom Tromey  <tromey@redhat.com>
1968
1969         * python/py-bpevent.c: Include defs.h.
1970         * python/py-continueevent.c: Include defs.h.
1971         * python/py-event.c: Include defs.h.
1972         * python/py-event.h: Don't include defs.h.
1973         * python/py-events.h: Don't include defs.h.
1974         * python/py-evts.c: Include defs.h.
1975         * python/py-exitedevent.c: Include defs.h.
1976         * python/py-newobjfileevent.c: Include defs.h.
1977         * python/py-signalevent.c: Include defs.h.
1978         * python/py-stopevent.c: Include defs.h.
1979         * python/py-threadevent.c: Include defs.h.
1980
1981 2012-11-08  Pierre Muller  <muller@sourceware.org>
1982
1983         * update-web-ari.sh (print_heading): Add number of files
1984         checked.
1985         (nb_files): New variable counting the number of sources
1986         files found by gdb_find.sh script.
1987         (debug_awk): New variable to allow extra debug output.
1988         (indexes): Add more information if DEBUG_AWK is set.
1989
1990 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1991
1992         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1993         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1994         following the change in PLT call stubs on linker.
1995
1996 2012-11-08  Pierre Muller  <muller@sourceware.org>
1997
1998         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1999         as default language.
2000         (AWK): Use = instead of == for sh test to avoid warning.
2001         (Linux rule): Correct [:digit] into [[:digit:]].
2002         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
2003         (vasprintf rule): Adapt to common subdirectory moves.
2004         (xasprintf rule): Idem.
2005         (xvasprintf rule): Idem.
2006         (var_boolean rule): Accept occurence in == or != test.
2007
2008         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
2009
2010 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
2011
2012         * tui/tui-hooks.c (tui_inferior_exit): New function.
2013         (tui_detach_hook): Remove.
2014         (tui_install_hooks): Install the inferior exit observer.
2015         (tui_remove_hooks): Remove it.
2016
2017 2012-11-08  Yao Qi  <yao@codesourcery.com>
2018
2019         PR gdb/14777.
2020         * source.c (_initialize_source): Call add_com_alias to abbreviate
2021         'forward-search' as 'fo'.
2022
2023 2012-11-07  Pedro Alves  <palves@redhat.com>
2024
2025         * arm-tdep.c: Make defs.h be the first include.
2026         * coff-pe-read.c: Ditto.
2027         * gnu-nat.c: Ditto.
2028         * go32-nat.c: Ditto.
2029         * i386-nat.c: Ditto.
2030         * ppcnbsd-nat.c: Ditto.
2031         * ada-varobj.h: Don't include defs.h.
2032         * i386-darwin-tdep.h: Ditto.
2033         * i386-nat.h: Ditto.
2034
2035 2012-11-07  Pedro Alves  <palves@redhat.com>
2036
2037         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
2038         Committee.
2039
2040 2012-11-07  Pierre Muller  <muller@sourceware.org>
2041
2042         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
2043         File already uses "gdb_dirent.h" header.
2044
2045 2012-11-07  Yao Qi  <yao@codesourcery.com>
2046
2047         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
2048         tracepoint_count'.
2049
2050 2012-11-06  Tom Tromey  <tromey@redhat.com>
2051
2052         * target.h (inferior_has_forked, inferior_has_vforked)
2053         (inferior_has_execd, inferior_has_called_syscall): Remove
2054         declarations.
2055
2056 2012-11-06  Pierre Muller  <muller@sourceware.org>
2057
2058         * remote.c (remote_insert_hw_breakpoint): ARI fix,
2059         add missing internalization markup.
2060
2061 2012-11-06  Pedro Alves  <palves@redhat.com>
2062
2063         PR gdb/14810
2064
2065         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
2066
2067 2012-11-06  Pierre Muller  <muller@sourceware.org>
2068
2069         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
2070         is not executable.
2071
2072 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
2073
2074         * gnulib/update-gnulib.sh: New script.
2075
2076 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
2077
2078         * MAINTAINERS: Update my email address.
2079
2080 2012-11-05  Tom Tromey  <tromey@redhat.com>
2081
2082         * frame.c (put_frame_register): Don't use temporary buffer.
2083
2084 2012-11-05  Pedro Alves  <palves@redhat.com>
2085
2086         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
2087         child.  Clear 'pending_detach'.
2088         * infrun.c (handle_vfork_child_exec_or_exit): Clear
2089         'pending_detach' in the vfork parent.
2090
2091 2012-11-05  Doug Evans  <dje@google.com>
2092
2093         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
2094         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
2095         * dwarf2read.c: #include "elf-bfd.h".
2096         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
2097         (dwop_section_names): Renamed from dwo_section names.  All uses
2098         updated.  Add entries for .debug_cu_index, .debug_tu_index.
2099         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
2100         All uses updated.
2101         (struct dwp_sections): New type.
2102         (struct virtual_dwo_sections): New type.
2103         (struct dwp_hash_table): New type.
2104         (struct dwp_file): New type.
2105         (init_cutu_and_read_dies): Ensure DWO info/types section has been
2106         read in.  Handle DWOs coming from DWP files.
2107         (lookup_dwo_file_slot): New function.
2108         (dwarf2_locate_dwo_sections): Move definition closer to use.
2109         (create_dwo_debug_info_hash_table_reader): Renamed from
2110         create_debug_info_hash_table_reader.  All callers updated.
2111         (create_dwo_debug_info_hash_table): Renamed from
2112         create_debug_info_hash_table.  All callers updated.
2113         (create_dwp_hash_table): New function.
2114         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
2115         (lookup_dwo_in_dwp): New function.
2116         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
2117         is_dwp.  All callers updated.
2118         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
2119         (open_and_init_dwo_file): Renamed from init_dwo_file.
2120         All callers updated.
2121         (lookup_dwo_file): Delete.
2122         (dwarf2_locate_dwp_sections): New function.
2123         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
2124         (allocate_dwp_loaded_cutus_table): New function.
2125         (open_and_init_dwp_file): New function.
2126         (lookup_dwo_cutu): New function.
2127         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
2128
2129 2012-11-03  Yao Qi  <yao@codesourcery.com>
2130
2131         Fix PR gdb/14617.
2132         * breakpoint.c (trace_pass_set_count): Call
2133         observer_notify_breakpoint_modified instead of
2134         observer_notify_tracepoint_modified.
2135         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
2136
2137 2012-11-02  Tom Tromey  <tromey@redhat.com>
2138
2139         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
2140         argument to complete_on_enum.
2141
2142 2012-11-02  Tom Tromey  <tromey@redhat.com>
2143
2144         * configure: Rebuild.
2145         * configure.ac (build_warnings): Add -Wempty-body.
2146         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
2147         * remote.c (handle_notification): Use braces for empty 'else' body.
2148         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
2149         'else' body.
2150         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
2151         'else' body.
2152         * solib-som.c (som_relocate_section_addresses): Use braces
2153         for empty 'else' body.
2154         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
2155         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
2156
2157 2012-11-02  Pedro Alves  <palves@redhat.com>
2158
2159         PR gdb/14766
2160
2161         * infrun.c (handle_inferior_event)
2162         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
2163         null_ptid before handling a vfork child exec or exit.  Switch to
2164         the event ptid afterwards.
2165
2166 2012-11-02  Yao Qi  <yao@codesourcery.com>
2167
2168         * std-operator.def: Remove OP_LABELED.
2169         * eval.c: Remove the declaration of 'get_label'.
2170         (get_label): Remove.
2171         (evaluate_struct_tuple): Remove code handling OP_LABELED.
2172         Update comment.
2173         Remove local variable 'variantno' and related code.
2174         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
2175         with 'fieldno'.
2176         * expprint.c (print_subexp_standard): Likewise.
2177         (dump_subexp_body_standard): Likewise.
2178         * parse.c (operator_length_standard): Likewise.
2179
2180 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
2181
2182         Incorporate ARI web page generator into GDB sources.
2183         * contrib/ari/create-web-ari-in-src.sh: New file.
2184         * contrib/ari/gdb_ari.sh: New file.
2185         * contrib/ari/gdb_find.sh: New file.
2186         * contrib/ari/update-web-ari.sh: New file.
2187
2188 2012-10-31  Tom Tromey  <tromey@redhat.com>
2189
2190         * gdbarch.c: Rebuild.
2191         * gdbarch.sh: Remove references to gdbarch_swap.
2192         * corelow.c (core_open): Remove obsolete comment.
2193
2194 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
2195
2196         PR cli/14772
2197         * c-typeprint.c (c_print_type): Don't print a space for vector
2198         types, this is handled within the suffix.
2199         (c_type_print_varspec_suffix): Add a space to vector suffix.
2200
2201 2012-10-26  Pedro Alves  <palves@redhat.com>
2202
2203         * amd64-tdep.c (amd64_relocate_instruction): Use
2204         store_unsigned_integer instead of memcpy.
2205         * i386-tdep.c (i386_relocate_instruction): Ditto.
2206
2207 2012-10-26  Pedro Alves  <palves@redhat.com>
2208
2209         * infrun.c (handle_inferior_event): Merge handling of
2210         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
2211         switch case.
2212
2213 2012-10-26  Pedro Alves  <palves@redhat.com>
2214
2215         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
2216         Remove comment.
2217
2218 2012-10-26  Pedro Alves  <palves@redhat.com>
2219
2220         * target.c (target_waitstatus_to_string): Handle
2221         TARGET_WAITKIND_VFORK_DONE.
2222
2223 2012-10-26  Pedro Alves  <palves@redhat.com>
2224
2225         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
2226         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
2227
2228 2012-10-24  Tristan Gingold  <gingold@adacore.com>
2229
2230         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
2231         Add comments.
2232
2233 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2234
2235         * ravenscar-thread.c (ravenscar_wait): Only update the list
2236         of threads and inferior_ptid if the inferior is still alive.
2237
2238 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2239
2240         * ada-lang.c (is_known_support_routine): Use lbasename when
2241         matching the symtab's filename against
2242         known_runtime_file_name_patterns.
2243
2244 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2245
2246         * ada-lang.c (ada_same_array_size_p): New function.
2247         (ada_promote_array_of_integrals): New function.
2248         (coerce_for_assign): Add handling of arrays where the elements
2249         are integrals of a smaller size than the size of the target
2250         array element type.
2251
2252 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2253
2254         * doublest.c (convert_doublest_to_floatformat): Fix comparison
2255         against maximum exponent value.
2256
2257 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2258
2259         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2260         "unwind-seh.c".
2261
2262 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2263
2264         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2265         strip typedef layer when computing the fixed type's field type,
2266         only when computing its size.
2267
2268 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
2269
2270         PR gdb/12783
2271         * i386-tdep.c (i386_return_value): Handle complex double and long
2272         double.
2273
2274 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2275
2276         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2277         New local variable args_len.
2278         Quote the name of the executable when computing the command line.
2279
2280 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
2281
2282         PR gdb/12796
2283         PR gdb/12798
2284         PR gdb/12800
2285         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2286         AMD64_FTAG_REGNUM.
2287         * amd64-tdep.c (amd64_classify): Classify complex types.
2288         (amd64_return_value): Handle the COMPLEX_X87 class.
2289
2290 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
2291
2292         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2293         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2294
2295 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
2296
2297         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2298         function.
2299         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2300         to amd64_windows_auto_wide_charset.
2301
2302 2012-10-23  Yao Qi  <yao@codesourcery.com>
2303
2304         * event-top.c (mark_async_signal_handler_wrapper): Remove.
2305         * event-top.h: Remove its declaration.
2306         (async_request_quit): Call mark_async_signal_handler instead of
2307         mark_async_signal_handler_wrapper.
2308         (async_do_nothing, async_disconnect): Likewise.
2309         (async_stop_sig): Likewise.
2310         * remote.c (handle_remote_sigint): Likewise.
2311         (handle_remote_sigint_twice): Likewise.
2312
2313 2012-10-23  Yao Qi  <yao@codesourcery.com>
2314
2315         * event-top.c (sigint_token, sighup_token): Replace 'void *'
2316         with 'static struct async_signal_handler *'.
2317         (sighup_token, sigquit_token, sigstp_token): Likewise.
2318
2319 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
2320
2321         * gdbarch.sh (function_list): Use 'pstring' when printing
2322         a variable which could return NULL.
2323         * gdbarch.c: Regenerate.
2324
2325 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
2326             Tom Tromey  <tromey@redhat.com>
2327
2328         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2329         inneffective if condition by gdb assertion.  Add function
2330         description comment.
2331
2332 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
2333
2334         * parser-defs.h (struct exp_descriptor): Document constraint
2335         on return value for "op_name" callbacks.
2336
2337 2012-10-18  Tom Tromey  <tromey@redhat.com>
2338
2339         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2340         * symtab.c (iterate_over_some_symtabs): Constify.
2341         * source.h (symtab_to_fullname): Return 'const char *'.
2342         * source.c (symtab_to_fullname): Return 'const char *'.
2343         * python/py-symtab.c (stpy_fullname): Constify.
2344         * cli/cli-cmds.c (edit_command): Constify.
2345         * breakpoint.c (print_breakpoint_location)
2346         (update_static_tracepoint): Constify.
2347
2348 2012-10-18  Tom Tromey  <tromey@redhat.com>
2349
2350         * breakpoint.c (compare_breakpoints): Fix comparison.
2351
2352 2012-10-18  Tom Tromey  <tromey@redhat.com>
2353
2354         * valprint.c (generic_emit_char, generic_printstr): Pass size of
2355         gdb_wchar_t to convert_between_encodings.
2356
2357 2012-10-17  Yao Qi  <yao@codesourcery.com>
2358
2359         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2360         more parameter 'inferior'.
2361         * corefile.c (write_memory_with_notification): Caller update.
2362
2363         * mi/mi-cmd-var.c: Include "mi-main.h".
2364         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2365         to 1 and restore it later.
2366         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2367         and "data-write-memory-bytes.
2368         * mi/mi-interp.c: Include objfiles.h.
2369         (mi_interpreter_init): Call observer_attach_memory_changed.
2370         (mi_memory_changed): New.
2371         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2372         New field.
2373
2374         * NEWS: Mention new MI notification "memory-changed".
2375
2376 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2377
2378         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2379
2380 2012-10-15  Doug Evans  <dje@google.com>
2381
2382         New option -nh: inhibit loading of ~/.gdbinit.
2383         * NEWS: Mention -nh.
2384         * main.c (captured_main): Recognize and process -nh.
2385         (print_gdb_help): Mention -nh.
2386         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
2387
2388 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2389
2390         PR backtrace/14646
2391         PR gdb/14647
2392         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2393         pc_regnum_from_eax.
2394         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2395         nor pc_regnum_from_eax.
2396         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2397         nor pc_regnum_from_eax.
2398
2399 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2400
2401         Fix entry values resolving in inlined frames.
2402         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2403         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
2404         entries of FRAME.
2405
2406 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
2407
2408         * configure.ac: Build with -DMS_WIN64 if building with Python
2409         enabled using GCC on amd64-windows.
2410         * configure: Regenerate.
2411
2412 2012-10-15  Tom Tromey  <tromey@redhat.com>
2413
2414         PR python/14635:
2415         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2416         to Py_None.
2417
2418 2012-10-15  Tom Tromey  <tromey@redhat.com>
2419
2420         PR python/14634:
2421         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2422
2423 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
2424
2425         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2426         reset thread numbering back to 1.
2427
2428 2012-10-11  Doug Evans  <dje@google.com>
2429
2430         PR breakpoints/14643.
2431         * linespec.c (struct ls_parser): New member keyword_ok.
2432         (linespec_lexer_lex_string): Add comment.
2433         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2434         for one.
2435         (parse_linespec): Set keyword_ok.
2436
2437 2012-10-10  Doug Evans  <dje@google.com>
2438
2439         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2440         "0x" prefix on address in log message.
2441
2442         * dwarf2read.c (read_1_byte): Add const to buf parameter.
2443         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2444         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2445         (lookup_dwo_file): Add const to dwo_name parameter.
2446         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2447
2448 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2449
2450         Fix crash during stepping on ppc32.
2451         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2452         SYM.
2453
2454 2012-10-03  Doug Evans  <dje@google.com>
2455
2456         PR symtab/14601
2457         * buildsym.c (buildsym_init): Reset using_directives to NULL.
2458
2459 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
2460
2461         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2462         output and use uint32_t not long to ensure 4 byte size.
2463
2464 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
2465
2466         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2467         unref'ed it.
2468
2469 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
2470
2471         * target.c (simple_search_memory): Include access length in
2472         warning message.
2473
2474 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
2475             Edjunior Machado  <emachado@linux.vnet.ibm.com>
2476
2477         PR gdb/13989
2478         * solib.c (solib_find): Prevent GDB from loading native libraries when
2479         debugging a cross-target corefile.
2480
2481 2012-09-28  selven  <pcthegreat@gmail.com>
2482
2483         Make definition match declaration.
2484
2485         * regcache.c (regcache_register_status): Change return type to
2486         enum register_status.
2487
2488 2012-09-28  Yao Qi  <yao@codesourcery.com>
2489
2490         * mi/mi-main.c (mi_cmd_data_write_memory): Call
2491         write_memory_with_notification instead of write_memory.
2492         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2493         instead of target_write_memory.
2494
2495 2012-09-28  Yao Qi  <yao@codesourcery.com>
2496
2497         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2498         when the length of content is not an even number.
2499
2500 2012-09-27  Tom Tromey  <tromey@redhat.com>
2501
2502         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2503         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2504
2505 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2506
2507         * sol-thread.c (sol_thread_fetch_registers)
2508         (sol_thread_store_registers): Delete commented out code.
2509
2510 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2511
2512         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2513         Move these functions to sparc-sol-thread.c.
2514         * sparc-sol-thread.c: New file.
2515         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2516         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2517         configurations.
2518         * configure: Regenerate.
2519
2520 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2521
2522         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2523         Remove commented-out code.
2524
2525 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2526
2527         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2528         Enable this code for sparc hosts only.
2529
2530 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2531
2532         * procfs.h (procfs_find_LDT_entry): Add declaration.
2533         * sol-thread.c (ps_lgetLDT): Delete local declaration of
2534         function procfs_find_LDT_entry.
2535
2536 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2537
2538         * procfs.c (proc_get_LDT_entry): Make static.
2539
2540 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2541
2542         * procfs.c (proc_find_memory_regions): Fix declaration.
2543
2544 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2545
2546         * amd64-tdep.c (amd64_return_value): Revert previous change
2547         that used TYPE_LENGTH directly.
2548         * bfin-tdep.c (bfin_extract_return_value): Likewise.
2549         (bfin_store_return_value): Likewise.
2550         * cris-tdep.c (cris_store_return_value): Likewise.
2551         (cris_extract_return_value): Likewise.
2552         * h8300-tdep.c (h8300_extract_return_value): Likewise.
2553         * hppa-tdep.c (hppa64_return_value): Likewise.
2554         * lm32-tdep.c (lm32_store_return_value): Likewise.
2555         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2556         * spu-tdep.c (spu_value_from_register): Likewise.
2557         * vax-tdep.c (vax_return_value): Likewise.
2558
2559 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2560
2561         * gdbtypes.c (lookup_array_range_type): Expand parameters
2562         LOW_BOUND and HIGH_BOUND to LONGEST.
2563         (lookup_string_range_type): Likewise.
2564         * gdbtypes.h (lookup_array_range_type): Likewise.
2565         (lookup_string_range_type): Likewise.
2566         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2567         Expand HIGHBOUND to ssize_t.
2568         (value_string): Likewise.
2569         * value.h (value_cstring): Expand parameter LEN to ssize_t.
2570         (value_string): Likewise.
2571
2572 2012-09-27  Yao Qi  <yao@codesourcery.com>
2573
2574         PR breakpoints/13898
2575         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2576         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2577         per breakpoint type.
2578
2579 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
2580
2581         * procfs.c: Add gdb_bfd header.
2582         * rs6000-nat.c: Likewise.
2583         * solib-pa64.c: Likewise.
2584         * spu-linux-nat.c: Likewise.
2585         * windows-nat.c: Likewise.
2586
2587 2012-09-26  Tom Tromey  <tromey@redhat.com>
2588
2589         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2590
2591 2012-09-26  Tom Tromey  <tromey@redhat.com>
2592
2593         * dwarf2read.c (mark_common_block_symbol_computed): New function.
2594         (read_common_block): Handle child DIEs with
2595         DW_AT_data_member_location.
2596         (new_symbol_full): Add special case for common blocks.
2597
2598 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2599             Tom Tromey  <tromey@redhat.com>
2600
2601         * dwarf2read.c (read_common_block): Rewrite.
2602         (new_symbol_full): Handle DW_TAG_common_block.
2603         * f-lang.c (head_common_list, find_common_for_function):
2604         Remove.
2605         * f-lang.h (struct common_entry, struct saved_f77_common,
2606         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2607         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2608         BLANK_COMMON_NAME_LOCAL): Remove.
2609         (struct common_block): New.
2610         * f-valprint.c (list_all_visible_commons): Remove.
2611         (info_common_command_for_block): New function.
2612         (info_common_command): Use it.
2613         * stack.c (iterate_over_block_locals): Special case for
2614         COMMON_BLOCK_DOMAIN.
2615         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2616         constant.
2617         (struct general_symbol_info) <value.common_block>: New field.
2618         (SYMBOL_VALUE_COMMON_BLOCK): New define.
2619
2620 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2621             Tom Tromey  <tromey@redhat.com>
2622
2623         * f-lang.c (allocate_saved_bf_node,
2624         allocate_saved_function_node, allocate_saved_f77_common_node,
2625         allocate_common_entry_node, tail_common_list, current_common,
2626         saved_bf_list, saved_bf_list_end, current_head_bf_list,
2627         tmp_bf_ptr, add_common_block, add_common_entry,
2628         find_first_common_named, patch_common_entries,
2629         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2630         global_remote_debug, get_bf_for_fcn, saved_function_list,
2631         saved_function_list_end, clear_function_list, struct saved_fcn,
2632         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2633         SAVED_BF, SAVED_BF_PTR): Remove.
2634         * f-lang.h (tail_common_list, current_common,
2635         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2636         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2637         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2638         real_main_c_value): Remove.
2639         * f-valprint.c (there_is_a_visible_common_named): Remove.
2640
2641 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
2642
2643         * breakpoint.c (update_global_location_list): Ignore previous
2644         duplicate status of a breakpoint when starting a new scan for
2645         duplicate breakpoints.
2646
2647 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
2648         PR breakpoints/14419
2649         * arm-tdep.c (arm_skip_prologue): Extending producer check to
2650         support LLVM compiler.
2651
2652 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2653
2654         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2655         * bfin-tdep.c (bfin_extract_return_value): Likewise.
2656         (bfin_store_return_value): Likewise.
2657         * cris-tdep.c (cris_store_return_value): Likewise.
2658         (cris_extract_return_value): Likewise.
2659         * h8300-tdep.c (h8300_extract_return_value): Likewise.
2660         * hppa-tdep.c (hppa64_return_value): Likewise.
2661         * lm32-tdep.c (lm32_store_return_value): Likewise.
2662         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2663         * spu-tdep.c (spu_value_from_register): Likewise.
2664         * vax-tdep.c (vax_return_value): Likewise.
2665
2666 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2667
2668         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2669         parameter LEN to ssize_t.
2670
2671 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2672
2673         * ada-valprint.c (ada_val_print_1): Eliminate single-use
2674         variable LEN.
2675         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2676         directly.
2677         (alpha_store_return_value): Likewise.
2678         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2679         (amd64_push_arguments): Likewise.
2680         * ax-gdb.c (gen_trace_static_fields): Likewise.
2681         (gen_traced_pop): Likewise.
2682         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2683         * breakpoint.c (update_watchpoint): Likewise.
2684         * findcmd.c (parse_find_args): Use local variable for type
2685         instead of length.
2686         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2687         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2688         (h8300_store_return_value): Likewise.
2689         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2690         Use i386_darwin_arg_type_alignment directly.
2691         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2692         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2693         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2694         (m68hc11_extract_return_value): Likewise.
2695         * mep-tdep.c (mep_push_dummy_call): Likewise.
2696         * printcmd.c (float_type_from_length): Likewise.
2697         * s390-tdep.c (s390_value_from_register): Likewise.
2698         * stack.c (read_frame_arg): Likewise.
2699         * tracepoint.c (encode_actions_1): Likewise.
2700         * valops.c (value_fetch_lazy): Use local variable for type
2701         instead of length.  Use TYPE_LENGTH directly.
2702         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2703
2704 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
2705
2706         * symtab.c (skip_prologue_sal): Fix typo in comment.
2707
2708 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
2709
2710         * linespec.c (create_sals_line_offset): Fix typo in comment.
2711
2712 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2713
2714         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2715         use plongest to print the array size.
2716
2717 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2718
2719         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2720         * p-valprint.c (pascal_type_print_base): Likewise.
2721
2722 2012-09-22  Yao Qi  <yao@codesourcery.com>
2723
2724         * remote.c (remote_get_trace_status): Remove setting default
2725         values of fields of 'ts'.
2726
2727 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2728
2729         Fix internal error on canonicalization of clang types.
2730         * cp-name-parser.y (operator): New comment at make_operator call for
2731         new, delete, new[] and delete[].
2732         (exp): Use "sizeof ".  Add new comment at make_operator call.
2733
2734 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2735
2736         Fix disassemble without parameters in tailcall frame.
2737         * cli/cli-cmds.c (disassemble_current_function): Use
2738         get_frame_address_in_block.
2739
2740 2012-09-21  Tom Tromey  <tromey@redhat.com>
2741
2742         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2743         TYPE_CODE_UNION>: Unify, removing a goto.
2744
2745 2012-09-21  Tom Tromey  <tromey@redhat.com>
2746
2747         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2748
2749 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
2750
2751         * findvar.c (read_frame_register_value): Mark the result value as
2752         optimized out if any of the input registers have been optimized out.
2753
2754 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
2755
2756         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2757
2758 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
2759
2760         * eval.c (evaluate_subexp_standard): Eliminate single-use
2761         variable LOWER.
2762
2763 2012-09-21  Yao Qi  <yao@codesourcery.com>
2764
2765         * mi/mi-interp.c: Declare mi_record_changed.
2766         (mi_interpreter_init): Call observer_attach_record_changed.
2767         (mi_record_changed): New.
2768         * record.c (record_open): Call observer_notify_record_changed.
2769         (cmd_record_stop): Call observer_notify_record_changed.
2770         * NEWS: Mention it.
2771
2772 2012-09-20  Tom Tromey  <tromey@redhat.com>
2773
2774         * NEWS: Update.
2775         * python/python.c (finalize_python): New function.
2776         (_initialize_python): Make a final cleanup.
2777
2778 2012-09-19  Doug Evans  <dje@google.com>
2779
2780         * buildsym.h (param_symbols): Delete, unused.
2781         (context_stack): Delete member "params", unused.
2782         * buildsym.c (push_context): Update.
2783         * dwarf2read.c (read_func_scope): Update.
2784
2785 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2786
2787         * sh-tdep.c (sh_register_convert_to_virtual)
2788         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
2789         all callers.  Just do a memcpy if not the little-endian case.
2790
2791         * h8300-tdep.c (h8300_gdbarch_init): Invoke
2792         set_gdbarch_double_format and set_gdbarch_long_double_format.
2793         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2794         set_gdbarch_double_format.
2795         * sh-tdep.c (sh_gdbarch_init): Likewise.
2796
2797         * NEWS: Document the removal of SH's 'regs' command.
2798         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2799         command.
2800
2801 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2802
2803         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2804         `jump'.
2805
2806 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
2807
2808         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2809         language when iterating over symbols.
2810
2811 2012-09-18  Yao Qi  <yao@codesourcery.com>
2812
2813         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2814         (mi_interpreter_init): Call observer_attach_tsv_created and
2815         observer_attach_tsv_deleted.
2816         (mi_tsv_created, mi_tsv_deleted): New.
2817         * tracepoint.c (delete_trace_state_variable): Call
2818         observer_notify_tsv_deleted.
2819         (trace_variable_command): Call observer_notify_tsv_created.
2820         (delete_trace_variable_command): Call
2821         observer_notify_tsv_deleted.
2822         (create_tsv_from_upload): Call observer_notify_tsv_created.
2823         * NEWS: Mention it.
2824
2825 2012-09-18  Yao Qi  <yao@codesourcery.com>
2826
2827         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2828         if traceframe changed.
2829         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2830         "trace-find".
2831         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2832         (mi_interpreter_init): Hook mi_traceframe_changed to observer
2833         'traceframe_changed'.
2834         (mi_traceframe_changed): New.
2835         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2836         New field.
2837         * NEWS: Mention the new MI notification.
2838
2839 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
2840
2841         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2842
2843 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2844
2845         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2846         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
2847         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2848         Extend code also for PaX support.  Convert all gdb_assert to warning
2849         calls.
2850
2851 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2852
2853         Implement auto-load user conveniences suggested by Doug Evans.
2854         * auto-load.c: Include top.h.
2855         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
2856         (_initialize_auto_load): New variable scripts_directory_help.  Mention
2857         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2858         scripts-directory.  Document in online help one can use also files for
2859         set auto-load safe-path.
2860         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2861         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2862
2863 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2864
2865         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2866         of LEN.
2867
2868 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2869
2870         * m2-valprint.c (m2_print_array_contents): Eliminate variable
2871         ELTLEN and use TYPE_LENGTH directly.
2872         (m2_val_print): Likewise.
2873         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2874         variable LEN and use TYPE_LENGTH directly.
2875         (m68k_svr4_store_return_value): Likewise.
2876         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2877         ARGLEN and use TYPE_LENGTH directly.
2878         (mips_o64_push_dummy_call): Likewise.
2879         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2880         variable LENGTH and use TYPE_LENGTH directly.
2881         (s390_function_arg_float): Likewise.
2882         (s390_function_arg_integer): Likewise.
2883         (s390_push_dummy_call): Likewise.
2884         (s390_return_value_convention): Likewise.
2885         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2886         TYPE_LENGTH directly.
2887
2888 2012-09-17  Yao Qi  <yao@codesourcery.com>
2889
2890         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2891         Update comment to add_setshow_integer_cmd.
2892         * cli/cli-setshow.c (do_set_command): Handle case
2893         'var_zuinteger_unlimited'.
2894         (do_show_command): Likewise.
2895         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2896         for command 'remotetimeout'.
2897         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
2898         to var_integer.
2899         * source.c (_initialize_source): Call
2900         add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2901
2902 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2903
2904         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2905         variable LEN.
2906
2907 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2908
2909         PR 14119
2910         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2911         (frame_pop): Drop also TAILCALL_FRAME frames.
2912         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2913
2914 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2915             Pedro Alves  <palves@redhat.com>
2916
2917         PR 14548
2918         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2919         function start if we are already at function start.  Both for
2920         reverse-next and for reverse-step into function without line number
2921         info.
2922
2923 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2924
2925         Code cleanup - rename 'inline' depth to 'artificial' depth.
2926         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2927         frame_id_artificial_p, extend the comment.
2928         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2929         * frame.c (fprint_frame_id): Rename at a user, change debug output
2930         text to "artificial=".
2931         (skip_inlined_frames): Rename to ...
2932         (skip_artificial_frames): ... here.  Extend the comment.
2933         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2934         (frame_id_inlined_p): Rename to ...
2935         (frame_id_artificial_p): ... here.  Rename at a user.
2936         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2937         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2938         at a user.
2939         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2940         Extend the comment.
2941         (frame_id_inlined_p): Rename to ...
2942         (frame_id_artificial_p): ... here.
2943         * inline-frame.c (inline_frame_this_id): Rename at a user.
2944
2945 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
2946
2947         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2948         vector variables using vector_size syntax rather than array
2949         syntax.
2950
2951 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2952
2953         * valarith.c (value_concat): Replace unsafe ALLOCA with
2954         XMALLOC/XFREE.
2955
2956 2012-09-14  Pedro Alves  <palves@redhat.com>
2957
2958         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2959
2960 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
2961
2962         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2963         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2964         data-directory as appropriate.
2965
2966 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2967
2968         * printcmd.c (ui_printf): Eliminate single-use variable
2969         PARAM_LEN.
2970
2971 2012-09-14  Yao Qi  <yao@codesourcery.com>
2972             Pedro Alves  <palves@redhat.com>
2973
2974         * valops.c (value_assign): Move observer_notify_target_changed
2975         below to replace reinit_frame_cache.
2976
2977 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
2978
2979         Refactor Python "gdb" module into a proper Python package, by
2980         introducing a new "_gdb" module for code implemented in C, and
2981         using reload/__import__ instead of exec.
2982         * python/lib/gdb/__init__.py: Import * from _gdb.
2983         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2984         prompt_hook, sys.argv): Moved from finish_python_initialization.
2985         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2986         (packages, auto_load_packages): New list and function replacing
2987         module_dict and auto-loading code, using __file__ instead of
2988         gdb.PYTHONDIR and reload/__import__ instead of exec.
2989         (GdbSetPythonDirectory): Replacing function of the same name
2990         from finish_python_initialization, using reload/__import__ instead
2991         of exec, as well as call auto_load_packages.
2992         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2993         gdb_python_module and not gdb_module.
2994         * python/python-internal.h (gdb_python_module): Declare.
2995         * python/python.c (gdb_python_module): New global.
2996         (before_prompt_hook): Check gdb_python_module and not gdb_module.
2997         (_initialize_python): Rename gdb module to _gdb.
2998         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2999         (finish_python_initialization): Move Python code to
3000         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
3001         __main__.
3002
3003 2012-09-13  Pedro Alves  <palves@redhat.com>
3004
3005         * Makefile.in (COMMON_OBS): Add registry.o.
3006         * registry.c: New file.
3007         * registry.h (struct registry_container): Declare.
3008         (registry_data_callback): New typedef.
3009         (struct registry_data, struct registry_data_registration, struct
3010         registry_data_registry): New type.
3011         (register_data_with_cleanup, registry_alloc_data)
3012         (registry_callback_adaptor, registry_clear_data)
3013         (registry_container_free_data, registry_set_data, registry_data):
3014         Declare.
3015         (DEFINE_REGISTRY): Refactor structures and functions as shims over
3016         the new common structures and functions.
3017         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
3018         callback typedefs.
3019
3020 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
3021
3022         * remote.c (remote_insert_hw_breakpoint): Throw exception if
3023         there is an error inserting hardware breakpoints and use the
3024         error message from the target.
3025
3026         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
3027         Catch this exception and print the error message contained within.
3028         Do not print the default hardware error breakpoint message in this
3029         case.
3030
3031 2012-09-12  Doug Evans  <dje@google.com>
3032
3033         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
3034         cu == NULL.
3035
3036 2012-09-11  Doug Evans  <dje@google.com>
3037
3038         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
3039         .gdb_index symbol attributes if there are none.
3040
3041 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
3042
3043         * symtab.h (struct minimal_symbol) [has_size]: New field.
3044         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
3045         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
3046         * printcmd.c (build_address_symbolic): Only filter out zero-sized
3047         minimal symbols if the symbol's size is actually known.
3048         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
3049         of msymbol's size field.  Add comment.
3050         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
3051         SET_MSYMBOL_SIZE to set the minimal symbol size.
3052
3053 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
3054
3055         * minsyms.c (install_minimal_symbols): Use memset to fill entire
3056         minimal_symbol struct object, rather than setting some of its
3057         fields one by one.
3058
3059 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
3060
3061         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
3062         passed_a_ptr flag when displaying typedef types.
3063
3064 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
3065
3066         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
3067         the optimized_out flag is preserved.
3068
3069 2012-09-10  Anthony Green  <green@moxielogic.com>
3070
3071         * moxie-tdep.c (moxie_analyze_prologue): Update for function
3072         prologue changes in GCC.
3073
3074 2012-09-10  Keith Seitz  <keiths@redhat.com>
3075
3076         PR gdb/13483
3077         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
3078         (BOOL_CONVERSION_BADNESS): ... this.
3079         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
3080         (rank_one_type): Allow all boolean conversions
3081         permitted by the standard.
3082
3083 2012-09-06  Tom Tromey  <tromey@redhat.com>
3084
3085         * python/py-newobjfileevent.c (create_new_objfile_event_object):
3086         Don't decref py_objfile.
3087
3088 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
3089
3090         Do not enable -lmcheck by default when Python is enabled with
3091         threading support.
3092         * configure.ac: (python_has_threads) New variable, by testing
3093         if WITH_THREAD is defined in Python.h.
3094         Move --enable-lmcheck after --with-python.
3095         Do not enable -lmcheck by default if python_has_threads=yes.
3096         Warn if --enable-lmcheck and python_has_threads=yes.
3097         * configure: Regenerate.
3098
3099 2012-08-31  Yao Qi  <yao@codesourcery.com>
3100
3101         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
3102         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
3103         Update some commands.
3104         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
3105         * mi/mi-main.c (mi_cmd_execute): Set
3106         '*parse->cmd->suppress_notification' to 1.
3107
3108 2012-08-31  Yao Qi  <yao@codesourcery.com>
3109
3110         * mi/mi-cmds.c (mi_cmds): Add 'static'.
3111
3112 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
3113
3114         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
3115
3116 2012-08-29  Doug Evans  <dje@google.com>
3117
3118         * main.c (print_gdb_help): Remove reference to
3119         --use-deprecated-index-sections.
3120
3121 2012-08-28  Yao Qi  <yao@codesourcery.com>
3122
3123         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
3124         (init_cmds): Call add_setshow_uinteger_cmd for command
3125         'max-user-call-depth'.
3126         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
3127         declaration of 'max_user_call_depth'.
3128         * frame.c (backtrace_limit): Add 'unsigned'.
3129         (_initialize_frame): Call add_setshow_uinteger_cmd for command
3130         'limit'.
3131         * remote.c (remoteaddresssize): Add 'unsigned'.
3132         (remote_address_masked): Change local var 'address_size' to
3133         'unsigned'.
3134         (_initialize_remote): Call add_setshow_uinteger_cmd for
3135         'remoteaddresssize'.
3136         * top.c (history_size): Add 'unsigned'.
3137         (show_commands): Change local variables to 'unsigned'.
3138         (set_history_size_command): Don't check history_size is negative.
3139         Adjust the condition to call unstifle_history and set history_size
3140         to UNIT_MAX.
3141
3142 2012-08-28  Pedro Alves  <palves@redhat.com>
3143
3144         PR gdb/14428
3145
3146         * infcmd.c (default_print_one_register_info): New, factored out
3147         from default_print_registers_info.
3148         (default_print_registers_info): Use it.  Mark value unavailable if
3149         necessary.
3150         (registers_info): Print user registers with
3151         default_print_one_register_info.
3152
3153 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
3154
3155         PR tui/14486
3156         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
3157         is not NULL before referencing it.
3158
3159 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3160
3161         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
3162         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
3163         original PC for it.
3164
3165 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
3166             Jan Kratochvil  <jan.kratochvil@redhat.com>
3167
3168         * auto-load.c (auto_load_objfile_script): Rename to ...
3169         (auto_load_objfile_script_1): ... here, change variable realname to
3170         parameter realname, document it, add return value, add variable retval.
3171         (auto_load_objfile_script): New function.
3172
3173 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3174
3175         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
3176         followed by a whitespace.
3177
3178 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3179
3180         PR gdb/14494.
3181         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
3182         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
3183         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
3184         here.
3185
3186 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
3187
3188         * memattr.c (create_mem_region): Fix memory region overlapping
3189         checking.
3190
3191 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
3192
3193         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
3194         with xmalloc/cleanup.
3195         * mt-tdep.c (mt_push_dummy_call): Likewise.
3196         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
3197         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
3198
3199 2012-08-24  Yao Qi  <yao@codesourcery.com>
3200
3201         * jv-exp.y (push_expression_name): Add "." at the end of error
3202         message.
3203
3204 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
3205
3206         Document how to return from "python-interactive" to GDB.
3207         * python/python.c (_initialize_python): Update documentation.
3208
3209 2012-08-23  Pedro Alves  <palves@redhat.com>
3210
3211         * infrun.c (_initialize_infrun) <handle command help text>:
3212         Mention that multiple signals are supported.
3213
3214 2012-08-23  Pedro Alves  <palves@redhat.com>
3215
3216         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
3217         string.
3218
3219 2012-08-23  Yao Qi  <yao@codesourcery.com>
3220
3221         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
3222         (tfind_1): Don't call registers_changed, set_traceframe_num,
3223         and clear_traceframe_info.
3224         Call set_current_traceframe.
3225         (set_current_traceframe): call set_traceframe_num.
3226
3227 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
3228
3229         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
3230         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
3231
3232 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3233
3234         Enable readline in Python in a GDB-specific way and block the
3235         standard Python readline module to prevent conflicts with GDB.
3236         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
3237         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
3238         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
3239         * python/py-gdb-readline.c: New file.
3240         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
3241         prototype.
3242         * python/python.c (_initialize_python): Call
3243         gdbpy_initialize_gdb_readline.
3244
3245 2012-08-22  Keith Seitz  <keiths@redhat.com>
3246
3247         * defs.h: Include build-gnulib/config.h
3248
3249 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
3250
3251         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3252         and blx pc.
3253
3254 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3255
3256         Add a new "python-interactive" command that starts a standard
3257         Python interactive prompt with "pi" as alias, and add "py" as
3258         an alias to "python".
3259         * NEWS: Mention the new commands.
3260         * python/python.c (eval_python_command): New function.
3261         (python_interactive_command): For "python-interactive" with
3262         arguments, call eval_python_command.  For "python-interactive"
3263         without arguments, call PyRun_InteractiveLoop.
3264         (_initialize_python): Add "python-interactive" command with
3265         "pi" as alias, and add "py" as an alias to "python".
3266
3267 2012-08-22  Tom Tromey  <tromey@redhat.com>
3268
3269         * defs.h (quit_flag): Don't declare.
3270         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3271         (QUIT): Use new functions.
3272         * event-top.c (command_handler): Use clear_quit_flag.
3273         (handle_sigint): Use set_quit_flag.
3274         (async_request_quit): Use check_quit_flag.  Don't check
3275         immediate_quit.
3276         * exceptions.c (throw_exception): Use clear_quit_flag.
3277         * main.c (captured_main): Use clear_quit_flag.
3278         * python/python.c (clear_quit_flag, set_quit_flag)
3279         (check_quit_flag): New functions.
3280         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3281         clear_quit_flag.
3282         * remote.c (remote_wait_as): Use check_quit_flag,
3283         clear_quit_flag.
3284         (remote_start_remote): Call QUIT.
3285         * symfile.c (load_progress): Use check_quit_flag.
3286         * top.c (command_loop): Use clear_quit_flag.
3287         (command_line_input): Call QUIT.
3288         * utils.c (quit_flag): Conditionally define.
3289         (clear_quit_flag, check_quit_flag, set_quit_flag): New
3290         functions.
3291         (prompt_for_continue): Call QUIT.  Use quit, not
3292         async_request_quit.
3293         * remote-mips.c (mips_expect_timeout): Call QUIT.
3294         * monitor.c (monitor_expect): Call QUIT.
3295
3296 2012-08-22  Tom Tromey  <tromey@redhat.com>
3297
3298         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3299         (async_init_signals): Update.
3300         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3301         (SIGWINCH_HANDLER_BODY): Remove.
3302
3303 2012-08-22  Tom Tromey  <tromey@redhat.com>
3304
3305         * jit.c (jit_object_close_impl): Don't malloc the objfile
3306         name.
3307         * objfiles.c (allocate_objfile): Don't malloc the objfile
3308         name.
3309         (free_objfile): Don't free the objfile name.
3310         * objfiles.h (struct objfile) <name>: Update comment.
3311         * symfile.c (reread_symbols): Fix reference counting.  Don't
3312         malloc objfile name.
3313
3314 2012-08-22  Tom Tromey  <tromey@redhat.com>
3315
3316         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3317         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3318         (symfile_bfd_open): Likewise.
3319         (generic_load): Likewise.
3320         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3321         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3322         gdb_bfd_open.
3323         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3324         Use gdb_bfd_open.
3325         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3326         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3327         (pmon_load_fast): Likewise.
3328         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3329         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3330         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3331         (macho_check_dsym): Likewise.
3332         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3333         (m32r_upload_command): Likewise.
3334         * gdb_bfd.h (gdb_bfd_cache): Declare.
3335         * gdb_bfd.c (struct gdb_bfd_data): New.
3336         (gdb_bfd_cache): New global.
3337         (struct gdb_bfd_cache_search): New.
3338         (hash_bfd): New function.
3339         (eq_bfd): Likewise.
3340         (gdb_bfd_open): Likewise.
3341         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3342         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
3343         gdb_bfd_data.
3344         * exec.c (exec_file_attach): Use gdb_bfd_open.
3345         * dsrec.c (load_srec): Use gdb_bfd_open.
3346
3347 2012-08-22  Tom Tromey  <tromey@redhat.com>
3348
3349         * dwarf2read.c (macro_start_file): Update.
3350         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3351         (free_objfile_per_bfd_storage): Destroy macro_cache.
3352         (allocate_objfile, free_objfile): Update.
3353         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3354         New field.
3355         (struct objfile) <macro_cache>: Remove.
3356         * symfile.c (reread_symbols): Update.
3357         * symmisc.c (print_symbol_bcache_statistics): Update.
3358         (print_objfile_statistics): Update.
3359
3360 2012-08-22  Tom Tromey  <tromey@redhat.com>
3361
3362         * elfread.c (elf_symtab_read): Update.
3363         * objfiles.c (objfiles_bfd_data): New global.
3364         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3365         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3366         (allocate_objfile, free_objfile): Update.
3367         (_initialize_objfiles): Initialize objfiles_bfd_data.
3368         * objfiles.h (struct objfile_per_bfd_storage): New.
3369         (struct objfile) <per_bfd>: New field.
3370         <filename_cache>: Remove.
3371         (set_objfile_per_bfd): Declare.
3372         * symfile.c (reread_symbols): Update.  Call
3373         set_objfile_per_bfd.
3374         (allocate_symtab): Update.
3375         * symmisc.c (print_symbol_bcache_statistics): Update.
3376         (print_objfile_statistics): Print the size of the BFD obstack.
3377
3378 2012-08-22  Tom Tromey  <tromey@redhat.com>
3379
3380         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
3381         * gdb_bfd.c: Use DEFINE_REGISTRY.
3382         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3383         (gdb_bfd_ref): Call bfd_alloc_data.
3384         (gdb_bfd_unref): Call bfd_free_data.
3385
3386 2012-08-22  Tom Tromey  <tromey@redhat.com>
3387
3388         * registry.h (struct registry_fields): New.
3389         (REGISTRY_FIELDS): Redefine.
3390         (REGISTRY_ACCESS_FIELD): New macro.
3391         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
3392         functions.
3393
3394 2012-08-22  Tom Tromey  <tromey@redhat.com>
3395
3396         * auto-load.c (_initialize_auto_load): Update.
3397         * solib-svr4.c (_initialize_svr4_solib): Update
3398         * solib-dsbt.c (_initialize_dsbt_solib): Update.
3399         * solib-darwin.c (_initialize_darwin_solib): Update.
3400         * registry.h: New file.
3401         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3402         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3403         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
3404         (register_program_space_data_with_cleanup)
3405         (register_program_space_data, program_space_alloc_data)
3406         (clear_program_space_data, set_program_space_data)
3407         (program_space_data): Don't declare.
3408         * progspace.c: Use DEFINE_REGISTRY.
3409         (struct program_space_data, struct
3410         program_space_data_registration, struct
3411         program_space_data_registry, program_space_data_registry)
3412         (register_program_space_data_with_cleanup)
3413         (register_program_space_data, program_space_alloc_data)
3414         (program_space_free_data, clear_program_space_data)
3415         (set_program_space_data, program_space_data): Remove.
3416         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
3417         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3418         (register_objfile_data_with_cleanup, register_objfile_data)
3419         (clear_objfile_data, set_objfile_data, objfile_data): Don't
3420         declare.
3421         * objfiles.c: Use DEFINE_REGISTRY.
3422         (struct objfile_data, struct objfile_data_registration, struct
3423         objfile_data_registry, objfile_data_registry)
3424         (register_objfile_data_with_cleanup, register_objfile_data)
3425         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3426         (set_objfile_data, objfile_data): Remove.
3427         (_initialize_objfiles): Update.
3428         * jit.c (_initialize_jit): Update.
3429         * inflow.c (_initialize_inflow): Update.
3430         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
3431         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3432         (register_inferior_data_with_cleanup, register_inferior_data)
3433         (clear_inferior_data, set_inferior_data, inferior_data): Don't
3434         declare.
3435         * inferior.c: Use DEFINE_REGISTRY.
3436         (struct inferior_data, struct inferior_data_registration, struct
3437         inferior_data_registry, inferior_data_registry)
3438         (register_inferior_data_with_cleanup, register_inferior_data)
3439         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
3440         (set_inferior_data, inferior_data): Remove.
3441         * auxv.c (_initialize_auxv): Update.
3442         * ada-lang.c (_initialize_ada_language): Update.
3443         * breakpoint.c (_initialize_breakpoint): Update.
3444         * i386-nat.c (i386_use_watchpoints): Update.
3445
3446 2012-08-22  Tom Tromey  <tromey@redhat.com>
3447
3448         * exec.c (exec_close, exec_file_attach): Update.
3449         (add_to_section_table): Initialize 'key' field.
3450         (add_target_sections, remove_target_sections): Add 'key' argument.
3451         * exec.h (add_target_sections, remove_target_sections): Add
3452         'key' argument.
3453         * solib.c (solib_map_sections, update_solib_list, clear_solib)
3454         (reload_shared_libraries_1): Update.
3455         * target.h (struct target_section) <key>: New field.
3456
3457 2012-08-22  Tom Tromey  <tromey@redhat.com>
3458
3459         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3460
3461 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3462
3463         * symfile.c (allocate_symtab): Use host_address_to_string
3464         function instead of cast of pointer to long which is not
3465         compatible with x86_64-w64-mingw32 build.
3466
3467 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3468
3469         * mips-tdep.c (is_octeon): New function.
3470         (is_octeon_bbit_op): New function.
3471         (mips32_next_pc): Handle Octeon's bbit instructions.
3472         (mips32_instruction_has_delay_slot): Likewise.
3473
3474 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3475
3476         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3477         before the function.
3478
3479 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3480
3481         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3482
3483 2012-08-19  Keith Seitz  <keiths@redhat.com>
3484
3485         PR c++/14365
3486         * c-typeprint.c (c_type_print_varspec_prefix): Pass
3487         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3488
3489 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
3490
3491         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3492         The typo broke "make TAGS".
3493
3494 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
3495
3496         GDB 7.5 released.
3497
3498 2012-08-17  Keith Seitz  <keiths@redhat.com>
3499
3500         PR c++/13356
3501         * gdbtypes.c (strict_type_checking): New variable.
3502         (show_strict_type_checking): New function.
3503         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3504         if strict type checking is disabled.
3505         (_initialize_gdbtypes): Add "check type" subcommand.
3506         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3507
3508 2012-08-17  Keith Seitz  <keiths@redhat.com>
3509
3510         * language.h (type_mode): Remove.
3511         (type_check): Remove.
3512         (struct language_defn): Remove la_type_check.
3513         (STRICT_TYPE): Remove unused macro.
3514         (type_error): Remove.
3515         * language.c (set_type_range_case): Renamed to ...
3516         (set_range_case): ... this.  Update all callers.
3517         Remove type_mode/type_check.
3518         (type_mode): Remove.
3519         (type_check): Remove.
3520         (show_type_command): Remove.
3521         (set_type_command): Remove.
3522         (language_info): Remove type checking output.
3523         (type_error): Remove unused function.
3524         (range_error): Update comment.
3525         (unknown_language_defn): Remove la_type_check.
3526         (auto_language_defn): Likewise.
3527         (local_language_defn): Likewise.
3528         (_initialize_language): Remove "check type" subcommand.
3529         * ada-lang.c (ada_language_defn): Remove la_type_check.
3530         * c-lang.c (c_language_defn): Likewise.
3531         (cplus_language_defn): Likewise.
3532         (asm_language_defn): Likewise.
3533         (minimal_language_defn): Likewise.
3534         * d-lang.c (d_language_defn): Likewise.
3535         * f-lang.c (f_language_defn): Likewise.
3536         * go-lang.c (go_language_defn): Likewise.
3537         * jv-lang.c (java_language_defn): Likewise.
3538         * m2-lang.c (m2_language_defn): Likewise.
3539         * objc-lang.c (objc_language_defn): Likewise.
3540         * opencl-lang.c (opencl_language_defn): Likewise.
3541         * p-lang.c (pascal_language_defn): Likewise.
3542
3543 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
3544
3545         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3546
3547 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3548
3549         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3550         New function.
3551         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3552         using the regache.  Use ia64_hpux_get_register_from_save_state_t
3553         to access the bsp and bspstore registers if not.
3554
3555 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3556
3557         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3558         * breakpoint.c (detach_breakpoints): Change pid parameter into
3559         a ptid.  Adjust code accordingly.
3560         * infrun.c (handle_inferior_event): Delete variable child_pid.
3561         Update call to detach_breakpoints to pass the child ptid for
3562         fork events.
3563         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3564         assert that inferior_ptid's lwp is zero.
3565         (linux_handle_extended_wait): Update call to detach_breakpoints.
3566         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3567         detach_breakpoints.
3568
3569 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3570
3571         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3572         parent, only call detach_breakpoints if tts.tts_event ==
3573         TTEVT_VFORK.
3574
3575 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3576
3577         * dwarf2-frame.c (dwarf2_frame_cache): Use
3578         get_frame_address_in_block instead of get_frame_pc as
3579         the bound for executing the frame's FDE.
3580
3581 2012-08-16  Yao Qi  <yao@codesourcery.com>
3582
3583         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3584         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3585         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3586         (c_type_print_varspec_suffix): Likewise.
3587         * eval.c (evaluate_subexp_standard): Likewise.
3588         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3589         (f_type_print_varspec_suffix): Likewise.
3590         * gdbtypes.c (is_scalar_type): Likewise.
3591         (recursive_dump_type): Likewise.
3592         * infcall.c (value_arg_coerce): Likewise.
3593         * m2-valprint.c (m2_val_print): Likewise.
3594         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3595         (pascal_type_print_varspec_suffix): Likewise.
3596         (pascal_type_print_base): Likewise.
3597         * p-valprint.c (pascal_val_print): Likewise.
3598         (pascal_val_print): Likewise.
3599         * valops.c (value_slice): Likewise.
3600         * valprint.c (scalar_type_p): Likewise.
3601         * valarith.c (value_bitstring_subscript): Remove.
3602         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3603         Remove comment on TYPE_CODE_BITSTRING.
3604
3605         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3606         TYPE_CODE_BITSTRING.
3607
3608         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3609         slot 0.
3610
3611 2012-08-16  Yao Qi  <yao@codesourcery.com>
3612
3613         * tracepoint.c (trace_find_none_command): Remove.
3614         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3615
3616 2012-08-16  Yao Qi  <yao@codesourcery.com>
3617
3618         * remote.c (handle_notification): Remove parameter 'length'.
3619         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3620
3621 2012-08-15  Keith Seitz  <keiths@redhat.com>
3622
3623         * gdbtypes.c (opaque_type_resolution): Make static.
3624         Add missing comment.
3625         (overload_debug): Add missing comment.
3626         (show_opaque_type_resolution): Likewise.
3627         (show_overload_debug): Likewise.
3628         (print_bit_vector): Remove unnecessary forward declaration.
3629         (print_arg_types): Likewise.
3630         (dump_fn_fieldlists): Likewise.
3631         (print_cplus_stuff): Likewise.
3632
3633 2012-08-15  Tom Tromey  <tromey@redhat.com>
3634
3635         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3636         (gdb_bfd_ref): Initialize new field.
3637         (gdb_bfd_unref): Unref the archive BFD.
3638         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3639         parent archive.
3640
3641 2012-08-15  Tom Tromey  <tromey@redhat.com>
3642
3643         PR python/14387:
3644         * python/py-bpevent.c (create_breakpoint_event_object): Update
3645         comment.
3646         * python/py-event.c (evpy_add_attribute): Update comment.
3647         * python/py-exitedevent.c (create_exited_event_object): Fix
3648         reference counting and error handling.
3649         * python/py-newobjfileevent.c (create_new_objfile_event_object):
3650         Fix reference counting.
3651         * python/py-signalevent.c (create_signal_event_object): Fix
3652         reference counting and error handling.
3653         * python/py-stopevent.c (emit_stop_event): Fix reference
3654         counting.
3655         * python/py-threadevent.c (get_event_thread): Return a
3656         borrowed reference.
3657         * python/py-type.c (convert_field): Fix reference counting.
3658
3659 2012-08-15  Tom Tromey  <tromey@redhat.com>
3660
3661         * dwarf2read.c (dwarf_decode_macro_bytes)
3662         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3663         as hash key.
3664
3665 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
3666
3667         * infcmd.c (_initialize_infcmd): Update help text for the signal,
3668         stepi, nexti, finish, next, step, jump, and continue commands.
3669         * infrun.c (_initialize_infrun): Update help text for the handle
3670         command.
3671
3672 2012-08-14  Doug Evans  <dje@google.com>
3673
3674         * gdbtypes.c (struct extra): Delete, unused.
3675
3676         * gdbtypes.c: Whitespace cleanup.
3677         (address_space_name_to_int): Remove "extern" from definition.
3678         (_initialize_gdbtypes): Declare with initialize_file_ftype.
3679
3680         * gdbtypes.c (make_pointer_type): Remove redundant setting of
3681         TYPE_POINTER_TYPE (type).
3682
3683 2012-08-14  Gary Benson  <gbenson@redhat.com>
3684
3685         * solib-svr4.c (svr4_free_library_list): Use free_so.
3686
3687 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
3688
3689         * .gitignore: Add go-exp.c.
3690
3691 2012-08-13  Doug Evans  <dje@google.com>
3692
3693         * value.c (show_convenience): Tweak comment.
3694         (_initialize_values): Mention convenience functions in the help text
3695         for "show convenience".
3696
3697 2012-08-13  Yao Qi  <yao@codesourcery.com>
3698
3699         * std-operator.def: Remove TERNOP_SLICE_COUNT.
3700         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3701         TERNOP_SLICE_COUNT.
3702         * eval.c (evaluate_subexp_standard): Likewise.
3703         * expprint.c (print_subexp_standard): Likewise.
3704         (dump_subexp_body_standard): Likewise.
3705         * parse.c (operator_length_standard): Likewise.
3706
3707 2012-08-13  Yao Qi  <yao@codesourcery.com>
3708
3709         * std-operator.def: Remove OP_BITSTRING.
3710         * breakpoint.c (watchpoint_exp_is_const): Update.
3711         * eval.c (evaluate_subexp_standard): Remove handling to
3712         OP_BITSTRING.
3713         * expprint.c (print_subexp_standard): Likewise.
3714         (dump_subexp_body_standard): Likewise.
3715         * parse.c (operator_length_standard): Likewise.
3716         * valops.c (value_bitstring): Remove.
3717         * value.h: Remove the declaration of 'value_bitstring'.
3718
3719 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3720
3721         * linespec.c (find_methods): Remove unused variables `i1' and
3722         `name_len'.
3723         (decode_line_full): Likewise for `arg_start'.
3724
3725 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3726
3727         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3728         (zlib_decompress_section): Likewise for `section_data'.
3729         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3730
3731 2012-08-10  Doug Evans  <dje@google.com>
3732
3733         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3734         * NEWS: Document them.
3735         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3736         function/strfns.py.
3737         * python/py-type.c (typy_array_1): New function.
3738         (typy_array): Call it.
3739         (typy_vector): New function.
3740         (type_object_methods): Add "vector".
3741         * python/lib/gdb/function/__init__.py: New file.
3742         * python/lib/gdb/function/strfns.py: New file.
3743
3744 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3745
3746         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3747         for TYPE_FIELD_BITPOS.
3748         (typy_get_sizeof): Likewise for TYPE_LENGTH.
3749
3750 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
3751
3752         PR cli/10436:
3753         * common/vec.h (VEC_merge): Define.
3754         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3755         (DEF_VEC_ALLOC_FUNC_P): Likewise.
3756         (DEF_VEC_ALLOC_FUNC_O): Likewise.
3757         * completer.c: Include gdb_signals.h.
3758         (signal_completer): Define.
3759         * completer.h (signal_completer): Add prototype.
3760         * infcmd.c (_initialize_infcmd): Assign the command
3761         completer for "signal" to handle_completer.
3762         * infrun.c: Include completer.h.
3763         (handle_completer): Define.
3764         (_initialize_infrun): Declare a new local variable c.  Store the
3765         result of add_com("handle") to it.  Assign the command
3766         completer for "handle" to handle_completer.
3767
3768 2012-08-09  Yao Qi  <yao@codesourcery.com>
3769
3770         * cli/cli-decode.c (set_cmd_prefix): New.
3771         (lookup_cmd_for_prefixlist): New.
3772         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3773         of each cmd_list_element in *prefixlist.
3774         (add_setshow_cmd_full): set_cmd_prefix.
3775         (add_alias_cmd): Likewise.
3776         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3777         Declare 'auto_boolean_enums'.
3778         * cli/cli-setshow.c: Include "observer.h".
3779         (notify_command_param_changed_p): New.
3780         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3781         Remove 'static'.
3782         (do_setshow_command): Split it to ...
3783         (do_set_command, do_show_command): ... them.  New.
3784         (do_set_command): Call observer_notify_command_param_changed if
3785         notify_command_param_changed_p returns true.
3786         (cmd_show_list): Caller update.
3787         * auto-load.c (set_auto_load_cmd): Likewise.
3788         * remote.c (show_remote_cmd): Likewise.
3789         * cli/cli-setshow.h: Update declarations.
3790         * top.c (execute_command): Call do_set_command and do_show_command.
3791
3792         * NEWS: Mention new MI notification.
3793         * mi/mi-interp.c: Declare mi_command_param_changed.
3794         (mi_interpreter_init): Attach mi_command_param_changed to
3795         observer command_param_changed.
3796         (mi_command_param_changed): New.
3797         Remove mi_suppress_breakpoint_notifications.
3798         Define global variable mi_suppress_notification.
3799         (mi_breakpoint_created): Update.
3800         (mi_breakpoint_deleted): Likewise.
3801         (mi_breakpoint_modified): Likewise.
3802         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
3803         'gdb-set' and set mi_suppress_notification.
3804         * mi/mi-main.h: (mi_suppress_notification): New struct.
3805
3806 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
3807             Jan Kratochvil  <jan.kratochvil@redhat.com>
3808
3809         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3810
3811 2012-08-09  Yao Qi  <yao@codesourcery.com>
3812
3813         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3814         (skiplist): Move it to skip.c.
3815         (init_cmd_lists): Remove code setting enablebreaklist and
3816         skiplist to NULL.
3817         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3818         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3819         skiplist.
3820         * gdbcmd.h: Likewise.
3821         * skip.c (_initialize_step_skip): Move 'skiplist' from
3822         cli/cli-cmds.c.
3823
3824 2012-08-09  Yao Qi  <yao@codesourcery.com>
3825
3826         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3827         * gnu-nat.c, symfile.c: Likewise.
3828
3829 2012-08-08  Aaron Gamble  <agamble@google.com>
3830
3831         * utils.c (prompt_for_continue_wait_time): New static global.
3832         (make_command_stats_cleanup): Initialize it.
3833         (report_command_stats): Subtract time waiting for user.
3834         (prompt_for_continue): Track time waiting for user.
3835         (defaulted_query): Track time waiting for user.
3836
3837 2012-08-08  Doug Evans  <dje@google.com>
3838
3839         * eval.c (evaluate_subexp_standard): Fix thinko in handling
3840         UNOP_MEMVAL_TYPE.
3841         * expprint.c (print_subexp_standard, case OP_TYPE): New.
3842         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3843         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3844         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3845         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3846         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3847         elt.
3848         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3849         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3850         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3851         (dump_prefix_expression): Handle OP_TYPE.
3852
3853 2012-08-08  Keith Seitz  <keiths@redhat.com>
3854
3855         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3856         addr_start.
3857
3858 2012-08-08  Doug Evans  <dje@google.com>
3859
3860         * linux-thread-db.c: #include "gdb_vecs.h".
3861         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
3862         updated.
3863         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
3864         (thread_db_load_search): Use a vector to iterate over path elements.
3865         Handle text appearing after "$pdir".
3866
3867         * gdb_string.h: Moved to ...
3868         * common/gdb_string.h: ... here.
3869         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3870         gdb_string.h and gdb_assert.h.
3871
3872 2012-08-08  Yao Qi  <yao@codesourcery.com>
3873
3874         * tic6x-tdep.c (tic6x_register_to_value): Remove.
3875         (tic6x_value_to_register): Likewise.
3876         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3877         and set_gdbarch_value_to_register.
3878
3879 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3880             Jean-Marc Saffroy  <saffroy@gmail.com>
3881
3882         PR 11804
3883         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
3884         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3885         * gcore.c (gcore_create_callback): New function comment.  Add modified
3886         parameter.  Only write modified regions.  Set SEC_READONLY exactly
3887         according to MODIFIED.
3888         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
3889         the passed modified value to FUNC.
3890         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3891         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3892         first.  New variables modified and has_anonymous.  Parse the lines of
3893         smaps file.  Add the passed MODIFIED value to FUNC.
3894         * procfs.c (find_memory_regions_callback): Add the passed modified
3895         value.
3896
3897 2012-08-06  Tom Tromey  <tromey@redhat.com>
3898
3899         * dwarf2-frame.c (clear_pointer_cleanup): New function.
3900         (dwarf2_frame_cache): Use it.
3901         * frame-unwind.h (frame_sniffer_ftype): Document prologue
3902         cache initialization constraint.
3903
3904 2012-08-06  Tom Tromey  <tromey@redhat.com>
3905
3906         PR python/14386:
3907         * varobj.c (update_dynamic_varobj_children): Don't call
3908         PyIter_Check.
3909
3910 2012-08-06  Tom Tromey  <tromey@redhat.com>
3911
3912         PR cli/14392:
3913         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3914
3915 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
3916
3917         * NEWS: New entry for 'cd' default parameters.
3918         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3919
3920 2012-08-03  Tom Tromey  <tromey@redhat.com>
3921
3922         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3923         return.
3924
3925 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
3926
3927         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3928         to attempting lseek/write.
3929         (inf_child_fileio_pread): Likewise for pread.
3930
3931 2012-08-02  Yao Qi  <yao@codesourcery.com>
3932
3933         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3934         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3935         add_setshow_zinteger_cmd.
3936         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3937         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3938         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3939         instead of add_setshow_zinteger_cmd.
3940         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3941         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3942         instead of add_setshow_zinteger_cmd.
3943         * frame.c (frame_debug): Add 'unsigned'.
3944         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3945         add_setshow_zinteger_cmd.
3946         * frame.h: Update the declaration of 'frame_debug'.
3947         * gdbtypes.c (overload_debug): Add 'unsigned'.
3948         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3949         add_setshow_zinteger_cmd.
3950         * inferior.h: Update declaration of 'debug_infrun'.
3951         * infrun.c (debug_infrun): Add 'unsigned'.
3952         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3953         add_setshow_zinteger_cmd.
3954         * jit.c (jit_debug): Add 'unsigned'.
3955         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3956         add_setshow_zinteger_cmd.
3957         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3958         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3959         instead of add_setshow_zinteger_cmd.
3960         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3961         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3962         add_setshow_zinteger_cmd.
3963         * machoread.c (mach_o_debug_level): Add 'unsigned'.
3964         (_initialize_machoread): Call add_setshow_zuinteger_cmd
3965         instead of add_setshow_zinteger_cmd.
3966         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3967         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3968         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3969         intead of add_setshow_zinteger_cmd.
3970         * mips-tdep.c (mips_debug): Add 'unsigned'.
3971         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3972         instead of add_setshow_zinteger_cmd.
3973         * monitor.c (monitor_debug): Add 'unsigned'.
3974         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3975         add_setshow_zinteger_cmd.
3976         * observer.c (observer_debug): Add 'unsigned'.
3977         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3978         add_setshow_zinteger_cmd.
3979         * parse.c (expressiondebug): Add 'unsigned'.
3980         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3981         add_setshow_zinteger_cmd.
3982         * record.c (record_debug): Add 'unsigned'.
3983         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3984         add_setshow_zinteger_cmd.
3985         * record.h: Update the declaration of 'record_debug'.
3986         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3987         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3988         add_setshow_zinteger_cmd.
3989         * serial.c (global_serial_debug_p): Add 'unsigned'.
3990         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3991         add_setshow_zinteger_cmd.
3992         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3993         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3994         add_setshow_zinteger_cmd.
3995         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3996         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3997         add_setshow_zinteger_cmd.
3998         * target.c (targetdebug): Add 'unsigned'.
3999         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
4000         add_setshow_zinteger_cmd.
4001         * valops.c (overload_debug): Add 'unsigned'.
4002         * varobj.c (varobjdebug): Add 'unsigned'.
4003         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
4004         add_setshow_zinteger_cmd.
4005         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
4006         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
4007         instead of add_setshow_zinteger_cmd.
4008
4009         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
4010         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
4011         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
4012         instead of add_setshow_zinteger_cmd.
4013         * gdbarch.c, gdbarch.h: Re-generated.
4014
4015 2012-08-02  Yao Qi  <yao@codesourcery.com>
4016
4017         * nto-tdep.c: Don't include cli/cli-decode.h and
4018         cli/cli-cmds.h.
4019         (_initialize_nto_tdep): Remove.
4020         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
4021         Remove field.
4022         Remove macro nto_internal_debugging.
4023
4024 2012-08-01  Richard Henderson  <rth@redhat.com>
4025
4026         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
4027         (mep-*-*) [gdb_target_obs]: Likewise.
4028
4029 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
4030
4031         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
4032         linux_get_siginfo_type.
4033
4034 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
4035
4036         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
4037         AT_ENTRY_POINT.
4038         (call_function_by_hand) <ON_STACK>: Call write_memory with
4039         gdbarch_breakpoint_from_pc, if possible.
4040         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
4041         here.
4042
4043 2012-07-31  Yao Qi  <yao@codesourcery.com>
4044
4045         * tracepoint.c: Add 'static' for some variables.
4046
4047 2012-07-31  Yao Qi  <yao@codesourcery.com>
4048
4049         * go32-nat.c: Declare _initialize_go32_nat.
4050         * ser-go32.c: Declare _initialize_ser_dos.
4051         * top.c (do_chdir_cleanup): Add 'static'.
4052
4053 2012-07-30  Keith Seitz  <keiths@redhat.com>
4054
4055         * linespec.c (linespec_lex_number): A number followed
4056         by quotes is a valid number, too.
4057
4058 2012-07-30  Tom Tromey  <tromey@redhat.com>
4059
4060         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
4061
4062 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
4063
4064         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
4065         attempt to 4-byte-align HW breakpoint addresses for Thumb.
4066
4067 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
4068
4069         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
4070         invalid or reevaluated to prevent prevent references to possibly
4071         delete'd type objects being left in the varobj.
4072
4073 2012-07-27  Tom Tromey  <tromey@redhat.com>
4074             Jan Kratochvil  <jan.kratochvil@redhat.com>
4075
4076         * copying.awk: Print buffer-read-only and vi ro markers.
4077         * copying.c: Rebuild.
4078         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
4079         * gdbarch.c, gdbarch.h: Rebuild.
4080         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
4081         buffer-read-only and vi ro markers.
4082         * features/arm-with-iwmmxt.c: Rebuild.
4083         * features/arm-with-m-fpa-layout.c: Rebuild.
4084         * features/arm-with-m-vfp-d16.c: Rebuild.
4085         * features/arm-with-m.c: Rebuild.
4086         * features/arm-with-neon.c: Rebuild.
4087         * features/arm-with-vfpv2.c: Rebuild.
4088         * features/arm-with-vfpv3.c: Rebuild.
4089         * features/i386/amd64-avx-linux.c: Rebuild.
4090         * features/i386/amd64-avx.c: Rebuild.
4091         * features/i386/amd64-linux.c: Rebuild.
4092         * features/i386/amd64.c: Rebuild.
4093         * features/i386/i386-avx-linux.c: Rebuild.
4094         * features/i386/i386-avx.c: Rebuild.
4095         * features/i386/i386-linux.c: Rebuild.
4096         * features/i386/i386-mmx-linux.c: Rebuild.
4097         * features/i386/i386-mmx.c: Rebuild.
4098         * features/i386/i386.c: Rebuild.
4099         * features/i386/x32-avx-linux.c: Rebuild.
4100         * features/i386/x32-avx.c: Rebuild.
4101         * features/i386/x32-linux.c: Rebuild.
4102         * features/i386/x32.c: Rebuild.
4103         * features/mips-dsp-linux.c: Rebuild.
4104         * features/mips-linux.c: Rebuild.
4105         * features/mips64-dsp-linux.c: Rebuild.
4106         * features/mips64-linux.c: Rebuild.
4107         * features/rs6000/powerpc-32.c: Rebuild.
4108         * features/rs6000/powerpc-32l.c: Rebuild.
4109         * features/rs6000/powerpc-403.c: Rebuild.
4110         * features/rs6000/powerpc-403gc.c: Rebuild.
4111         * features/rs6000/powerpc-405.c: Rebuild.
4112         * features/rs6000/powerpc-505.c: Rebuild.
4113         * features/rs6000/powerpc-601.c: Rebuild.
4114         * features/rs6000/powerpc-602.c: Rebuild.
4115         * features/rs6000/powerpc-603.c: Rebuild.
4116         * features/rs6000/powerpc-604.c: Rebuild.
4117         * features/rs6000/powerpc-64.c: Rebuild.
4118         * features/rs6000/powerpc-64l.c: Rebuild.
4119         * features/rs6000/powerpc-7400.c: Rebuild.
4120         * features/rs6000/powerpc-750.c: Rebuild.
4121         * features/rs6000/powerpc-860.c: Rebuild.
4122         * features/rs6000/powerpc-altivec32.c: Rebuild.
4123         * features/rs6000/powerpc-altivec32l.c: Rebuild.
4124         * features/rs6000/powerpc-altivec64.c: Rebuild.
4125         * features/rs6000/powerpc-altivec64l.c: Rebuild.
4126         * features/rs6000/powerpc-cell32l.c: Rebuild.
4127         * features/rs6000/powerpc-cell64l.c: Rebuild.
4128         * features/rs6000/powerpc-e500.c: Rebuild.
4129         * features/rs6000/powerpc-e500l.c: Rebuild.
4130         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
4131         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
4132         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
4133         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
4134         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
4135         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
4136         * features/rs6000/powerpc-vsx32.c: Rebuild.
4137         * features/rs6000/powerpc-vsx32l.c: Rebuild.
4138         * features/rs6000/powerpc-vsx64.c: Rebuild.
4139         * features/rs6000/powerpc-vsx64l.c: Rebuild.
4140         * features/rs6000/rs6000.c: Rebuild.
4141         * features/s390-linux32.c: Rebuild.
4142         * features/s390-linux32v1.c: Rebuild.
4143         * features/s390-linux32v2.c: Rebuild.
4144         * features/s390-linux64.c: Rebuild.
4145         * features/s390-linux64v1.c: Rebuild.
4146         * features/s390-linux64v2.c: Rebuild.
4147         * features/s390x-linux64.c: Rebuild.
4148         * features/s390x-linux64v1.c: Rebuild.
4149         * features/s390x-linux64v2.c: Rebuild.
4150         * features/tic6x-c62x-linux.c: Rebuild.
4151         * features/tic6x-c62x.c: Rebuild.
4152         * features/tic6x-c64x-linux.c: Rebuild.
4153         * features/tic6x-c64x.c: Rebuild.
4154         * features/tic6x-c64xp-linux.c: Rebuild.
4155         * features/tic6x-c64xp.c: Rebuild.
4156
4157 2012-07-27  Tom Tromey  <tromey@redhat.com>
4158
4159         * c-exp.y (classify_name): Avoid assignment in condition.
4160
4161 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
4162
4163         * amd64-windows-tdep.c: Include "frame.h".
4164         (amd64_windows_skip_trampoline_code): New function.
4165         (amd64_windows_init_abi): Add trampoline registration.
4166
4167 2012-07-27  Yao Qi  <yao@codesourcery.com>
4168
4169         * tracepoint.c (cur_traceframe_number): Remove.
4170         (set_tfile_traceframe): Remove.
4171         (tfile_trace_find, tfile_fetch_registers): Update callers.
4172         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
4173         (tfile_open, tfile_trace_find): Likewise.
4174
4175 2012-07-27  Yao Qi  <yao@codesourcery.com>
4176
4177         * thread.c (switch_to_thread): Don't call registers_changed.
4178
4179 2012-07-26  Tom Tromey  <tromey@redhat.com>
4180
4181         * Makefile.in (SFILES): Remove objc-exp.y.
4182         (YYFILES): Remove objc-exp.c.
4183         (YYOBJ): Remove objc-exp.o.
4184         (local-maintainer-clean): Don't mention objc-exp.c.
4185         * c-exp.y: Include objc-lang.h.
4186         (%union) <class>: New field.
4187         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
4188         (exp): Clone subscript production for OBJC_LBRAC.  Add various
4189         Objective C productions.
4190         (msglist, msgarglist, msgarg): New productions.
4191         (array_mod, func_mod, operator): Clone productions for
4192         OBJC_LBRAC.
4193         (parse_string_or_char): Handle '@' strings.
4194         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
4195         (classify_name): Check la_name_of_this.  Recognize ObjC class
4196         names.
4197         * objc-exp.y: Remove.
4198         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
4199         * objc-lang.h (objc_parse, objc_error): Don't declare.
4200
4201 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
4202
4203         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
4204
4205 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4206
4207         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
4208         and decrement.
4209
4210 2012-07-26  Tom Tromey  <tromey@redhat.com>
4211
4212         * copying.c: Rebuild.
4213         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
4214         'no_class'.
4215
4216 2012-07-26  Tom Tromey  <tromey@redhat.com>
4217
4218         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
4219         immediate_quit.
4220         (print_objfile_statistics): Likewise.
4221         (maintenance_print_symbols): Likewise.
4222         (maintenance_print_msymbols): Likewise.
4223         (maintenance_print_objfiles): Likewise.
4224         * psymtab.c (print_partial_symbols): Call QUIT.
4225         (maintenance_print_psymbols): Likewise.  Don't modify
4226         immediate_quit.
4227         * copying.c (show_copying_command): Don't modify immediate_quit.
4228         (show_warranty_command): Likewise.
4229         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
4230
4231 2012-07-26  Keith Seitz  <keiths@redhat.com>
4232
4233         * linespec.c (linespec_lexer_lex_number): The input
4234         is also a valid number if the next character is a comma
4235         or colon.
4236
4237 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
4238
4239         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
4240         configure options.
4241
4242 2012-07-26  Tristan Gingold  <gingold@adacore.com>
4243
4244         * machoread.c: Include gdb_bfd.h.
4245
4246 2012-07-26  Tristan Gingold  <gingold@adacore.com>
4247
4248         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4249         offset.
4250
4251 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4252
4253         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4254         SIZE to size_t.
4255         (dwarf2_evaluate_loc_desc): Likewise.
4256         (dwarf2_loc_desc_needs_frame): Likewise.
4257         (locexpr_describe_location_1): Likewise.
4258         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4259         size_t.
4260         (struct dwarf2_loclist_baton): Likewise.
4261         * dwarf2read.c (struct dwarf_block): Likewise.
4262         (dump_die_shallow): Use pulongest to print dwarf_block.size.
4263         (decode_locdesc): Expand SIZE and I to size_t.
4264
4265 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4266
4267         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4268
4269 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
4270
4271         * doublest.c (convert_doublest_to_floatformat): If the exponent
4272         is too small, treat the value as zero.  If the exponent is too
4273         large, treat the value as infinity.
4274
4275 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
4276
4277         * configure.ac: Add --enable-lmcheck configure option.
4278         * configure: Regenerate.
4279
4280 2012-07-25  Tom Tromey  <tromey@redhat.com>
4281
4282         * NEWS: Mention maint info bfds.
4283         * gdb_bfd.c (all_bfds): New global.
4284         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4285         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4286         New functions.
4287
4288 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
4289
4290         * configure.tgt: Add v850*-*-rtems*.
4291
4292 2012-07-25  Tom Tromey  <tromey@redhat.com>
4293
4294         * macrotab.c (macro_bcache_str): Remove cast.
4295
4296 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
4297
4298         * linespec.c (linespec_lexer_lex_number): Update comments,
4299         change the return and add check to make sure the input is
4300         the decimal numbers.
4301         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4302         false, call linespec_lexer_lex_string.
4303
4304 2012-07-24  Tom Tromey  <tromey@redhat.com>
4305
4306         * symfile.c (symbol_file_add): Don't open BFD twice.
4307
4308 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
4309
4310         * breakpoint.c (create_breakpoint): Store condition for pending
4311         breakpoints.
4312
4313 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
4314
4315         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4316         (m68k_return_value): Handle complex types like structures.
4317         (m68k_svr4_return_value): Likewise.
4318
4319 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4320
4321         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4322         parameters to bfd_get_section_name.
4323
4324 2012-07-24  Yao Qi  <yao@codesourcery.com>
4325
4326         * cli/cli-setshow.c: Handle case 'var_uinteger'
4327         and 'var_zuninteger' together.  Handle case 'var_integer' and
4328         'var_zinteger' together.
4329
4330 2012-07-23  Keith Seitz  <keiths@redhat.com>
4331
4332         * linespec.c (convert_linespec_to_sal): Don't add
4333         any symbols to the result vector if symbol_to_sal
4334         returns zero.
4335
4336 2012-07-23  Keith Seitz  <keiths@redhat.com>
4337
4338         * linespec.c (decode_objc): Record the function name
4339         in the linespec.
4340
4341 2012-07-23  Tom Tromey  <tromey@redhat.com>
4342
4343         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
4344         counting.
4345         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4346         (map_vmap): Acquire a reference to the BFD.
4347
4348 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
4349
4350         * p-valprint.c (pascal_object_print_value): Replace potentially
4351         unsafe alloca with xmalloc/xfree.
4352         * valops.c (search_struct_method): Likewise.
4353
4354 2012-07-23  Tom Tromey  <tromey@redhat.com>
4355
4356         * solib-svr4.c (enable_break): Update.
4357         * bfd-target.h (target_bfd_reopen): Update documentation.
4358
4359 2012-07-23  Tom Tromey  <tromey@redhat.com>
4360
4361         * symfile.c (separate_debug_file_exists): Update.
4362         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4363         (reread_symbols): Update.
4364         * elfread.c (build_id_verify): Update.
4365         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4366         bfd_open_maybe_remote.
4367
4368 2012-07-23  Tom Tromey  <tromey@redhat.com>
4369
4370         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4371
4372 2012-07-23  Tom Tromey  <tromey@redhat.com>
4373
4374         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4375         and 'abfd'.
4376         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4377         and 'abfd'.
4378         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4379         * machoread.c (macho_add_oso_symfile): Make a cleanup for
4380         'abfd'.
4381         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4382         * objfiles.c (allocate_objfile): Acquire a new reference.
4383         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4384         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4385         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4386         a cleanup for 'nbfd'.
4387         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4388         for 'nbfd'.
4389         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4390         make a cleanup for 'abfd'.
4391         (symbol_file_add): Make a BFD cleanup.
4392
4393 2012-07-23  Tom Tromey  <tromey@redhat.com>
4394
4395         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4396         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4397         * corelow.c (core_open): Use gdb_bfd_fopen.
4398         * dsrec.c (load_srec): Use gdb_bfd_openr.
4399         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4400         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4401         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4402         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4403         (gdb_bfd_fdopenr): New functions.
4404         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4405         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4406         (gdb_bfd_fdopenr): Declare.
4407         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4408         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4409         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4410         gdb_bfd_openr_next_archived_file.
4411         (macho_check_dsym): Use gdb_bfd_openr.
4412         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4413         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4414         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4415         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4416         gdb_bfd_openr.
4417         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4418         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4419         gdb_bfd_openr_next_archived_file.
4420         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4421         Use gdb_bfd_openr.
4422         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4423         gdb_bfd_openr.
4424         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4425         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4426         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4427         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4428         (symfile_bfd_open): Use gdb_bfd_fopen.
4429         (generic_load): Use gdb_bfd_openr.
4430         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4431
4432 2012-07-23  Tom Tromey  <tromey@redhat.com>
4433
4434         * bfd-target.c (target_bfd_reopen): Update.
4435         * cli/cli-dump.c (bfd_openr_with_cleanup)
4436         (bfd_openw_with_cleanup): Update.
4437         * corelow.c (core_open): Update.
4438         * dsrec.c (load_srec): Update.
4439         * exec.c (exec_file_attach): Update.
4440         * gcore.c (create_gcore_bfd): Update.
4441         * gdb_bfd.c (gdb_bfd_ref): Return void.
4442         (gdb_bfd_open): Update.
4443         * gdb_bfd.h (gdb_bfd_ref): Return void.
4444         Update comments.
4445         * jit.c (jit_bfd_try_read_symtab): Update.
4446         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4447         * machoread.c (macho_symfile_read_all_oso): Update.
4448         (macho_check_dsym): Update.
4449         * procfs.c (insert_dbx_link_bpt_in_file): Update.
4450         * remote-m32r-sdi.c (m32r_load): Update.
4451         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4452         * rs6000-nat.c (add_vmap): Update.
4453         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4454         Update.
4455         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4456         * solib-spu.c (spu_bfd_open): Update.
4457         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4458         * spu-linux-nat.c (spu_bfd_open): Update.
4459         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4460         (generic_load): Update.
4461         * windows-nat.c (windows_make_so): Update.
4462
4463 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4464
4465         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4466
4467 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
4468
4469         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4470         SIGTRAMP_FRAME unwinding.
4471
4472 2012-07-20  Doug Evans  <dje@google.com>
4473
4474         * NEWS: Document new options "set/show use-deprecated-index-sections",
4475         and delete reference to --use-deprecated-index-sections.
4476         * symfile.h (use_deprecated_index_sections): Delete.
4477         * dwarf2read.c (use_deprecated_index_sections): Make static.
4478         (read_index_from_section): Update wording of how to load
4479         deprecated index sections.
4480         (_initialize_dwarf2_read): New options
4481         "set/show use-deprecated-index-sections".
4482         * main.c (captured_main): Delete --use-deprecated-index-sections.
4483
4484 2012-07-20  Pedro Alves  <palves@redhat.com>
4485
4486         PR threads/11692
4487         PR gdb/12203
4488
4489         * infrun.c (handle_inferior_event) <new thread>: Don't special
4490         case minus_one_ptid.
4491         <TARGET_WAITKIND_SPURIOUS>: Ditto.
4492         * linux-thread-db.c (thread_get_info_callback): Don't return early
4493         if the thread is zombie.
4494         (thread_from_lwp): Change return type to void.  Rewrite stale
4495         comment.
4496         (attach_thread): Don't return early if the thread is zombie,
4497         instead set its "dying" flag.
4498         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4499         (find_new_threads_callback): Don't return early if the thread is
4500         zombie.
4501
4502 2012-07-20  Pedro Alves  <palves@redhat.com>
4503
4504         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4505         * target.c (target_wait): Likewise.
4506         (str_comma_list_concat_elem, do_option, target_options_to_string):
4507         New functions.
4508         * target.h (target_options_to_string): Declare.
4509
4510 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
4511             Tom Tromey  <tromey@redhat.com>
4512
4513         * dwarf2read.c (dwarf_decode_macros)
4514         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4515         DW_MACRO_GNU_transparent_include_alt>: New cases.
4516         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4517         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4518
4519 2012-07-20  Tom Tromey  <tromey@redhat.com>
4520
4521         * dwarf2read.c (try_open_dwo_file): Don't call
4522         gdb_bfd_stash_filename.
4523
4524 2012-07-20  Pedro Alves  <palves@redhat.com>
4525
4526         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4527         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4528         (i386_process_record): Tweak description comments.
4529
4530 2012-07-20  Pedro Alves  <palves@redhat.com>
4531
4532         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4533         (i386_process_record): Use record_read_memory.
4534         * record.c (record_read_memory): New function.
4535         (record_arch_list_add_mem, record_exec_insn): Use
4536         record_read_memory.
4537         * record.h (record_read_memory): Declare.
4538
4539 2012-07-20  Yao Qi  <yao@codesourcery.com>
4540
4541         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4542         NULL for xfree.
4543
4544 2012-07-19  Pedro Alves  <palves@redhat.com>
4545
4546         * record.c (record_resume): Ask the target beneath to report all
4547         signals.
4548
4549 2012-07-19  Doug Evans  <dje@google.com>
4550
4551         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4552         there's no section at address zero.
4553         (dwarf2_record_block_ranges): Ditto.
4554
4555 2012-07-19  Yao Qi  <yao@codesourcery.com>
4556
4557         * command.h, remote.c: Fix a typo in comment.
4558
4559 2012-07-19  Tom Tromey  <tromey@redhat.com>
4560
4561         PR exp/13206:
4562         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4563         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4564         OP_DECLTYPE>: New cases.
4565         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4566         (type_exp): Add new productions.
4567         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4568         and decltype.
4569         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4570         New case.
4571         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4572         OP_DECLTYPE>: New case.
4573         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4574         New case.
4575         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4576         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4577
4578 2012-07-19  Tom Tromey  <tromey@redhat.com>
4579
4580         * c-exp.y (enum token_flags): New.
4581         (struct token) <cxx_only>: Remove.
4582         <flags>: New field.
4583         (tokentab3, tokentab2, ident_tokens): Update.
4584         (lex_one_token): Update.  Handle FLAG_SHADOW.
4585
4586 2012-07-19  Tom Tromey  <tromey@redhat.com>
4587
4588         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4589         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4590         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4591         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
4592         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
4593         type_exp production where appropriate.
4594         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4595         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4596         <UNOP_MEMVAL_TYPE>: New case.
4597         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4598         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4599         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4600         <UNOP_MEMVAL_TYPE>: New case.
4601         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4602         UNOP_REINTERPRET_CAST>: Update.
4603         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4604         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4605         UNOP_REINTERPRET_CAST>: Update.
4606         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4607         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4608         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4609         constants.
4610
4611 2012-07-19  Yao Qi  <yao@codesourcery.com>
4612             Jan Kratochvil <jan.kratochvil@redhat.com>
4613
4614         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4615         and case 'var_optional_filename' together.
4616         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4617         instead of add_setshow_optional_filename_cmd for setshow command
4618         'args'.  Set completer for 'set args'.
4619
4620 2012-07-18  Doug Evans  <dje@google.com>
4621
4622         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4623         * common/gdb_vecs.c: New file, contents from utils.c.
4624         * common/host-defs.h: New file, contents from defs.h.
4625         * utils.h: New file, contents from defs.h.
4626         * defs.h: Move all declarations of objects defined in utils.c
4627         to utils.h (except QUIT() and related).
4628         #include "utils.h", "host-defs.h".
4629         * probe.h (probe_p): Move here from gdb_vecs.h.
4630         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4631         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4632         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4633         * Makefile.in (SFILES): Add common/gdb_vecs.c.
4634         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4635         (COMMON_OBS): Add gdb_vecs.o.
4636         (gdb_vecs.o): New rule.
4637
4638 2012-07-18  Keith Seitz  <keiths@redhat.com>
4639
4640         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4641         parameter.  If non-zero, use SYMNAME as the canonical name
4642         for the SaL.
4643         Update all callers.
4644         (convert_linespec_to_sals): Use add_sal_to_sals for
4645         expressions, too.
4646         (decode_line_full): No need to "fill in missing canonical names"
4647         anymore. Simply make cleanups for the allocated names.
4648
4649 2012-07-18  Keith Seitz  <keiths@redhat.com>
4650
4651         * linespec.c (struct linespec): Constify expression,
4652         source_filename, function_name, and label_name.
4653         (symbol_not_found_error): Make all parameters const.
4654         (linespec_parser_delete): No need to check for NULL
4655         when using xfree. Cast const char * to char * for xfree.
4656
4657 2012-07-18  Keith Seitz  <keiths@redhat.com>
4658
4659         * breakpoint.c (invalid_thread_id_error): New function.
4660         (find_condition_and_thread): Use invalid_thread_id_error.
4661         (watch_command_1): Likewise.
4662
4663 2012-07-18  Tom Tromey  <tromey@redhat.com>
4664
4665         * cc-with-index.sh, cc-with-dwz.sh: Remove.
4666         * contrib/cc-with-tweaks.sh: New file.
4667
4668 2012-07-18  Tom Tromey  <tromey@redhat.com>
4669
4670         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4671         (locate_dwz_sections): Recognize .gdb_index.
4672         (create_cus_from_index_list): New function.
4673         (create_cus_from_index): Use it.  Handle .dwz data.
4674         (read_index_from_section): New function, extracted from
4675         dwarf2_read_index.
4676         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
4677         if needed.
4678
4679 2012-07-18  Tom Tromey  <tromey@redhat.com>
4680
4681         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4682         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4683         <is_dwz>: New field.
4684         (struct dwz_file): New.
4685         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4686         (locate_dwz_sections, dwarf2_get_dwz_file)
4687         (get_abbrev_section_for_cu): New functions.
4688         (error_check_comp_unit_head, read_and_check_comp_unit_head)
4689         (read_and_check_type_unit_head): Add abbrev_section argument.
4690         (create_debug_types_hash_table): Update.
4691         (init_cutu_and_read_dies): Use proper abbrev section.
4692         (init_cutu_and_read_dies_no_follow): Likewise.
4693         (set_partial_user): Do nothing if PST==NULL.
4694         (read_comp_units_from_section): New function.
4695         (create_all_comp_units): Use it.
4696         (scan_partial_symbols, partial_die_parent_scope): Update.
4697         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4698         (process_imported_unit_die, read_partial_die): Handle .dwz files.
4699         (find_partial_die): Add offset_in_dwz argument.  Update.
4700         (guess_partial_die_structure_name, fixup_partial_die): Update.
4701         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4702         DW_FORM_GNU_strp_alt.
4703         (read_indirect_string_from_dwz): New function.
4704         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4705         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4706         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4707         (follow_die_offset): Add offset_in_dwz argument.
4708         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4709         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4710         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4711         Handle new macro forms.
4712         (dwarf_decode_macros): Update.
4713         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4714         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4715         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4716         (create_debug_types_hash_table): Use correct abbrev section.
4717         (get_debug_line_section): New function.
4718         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4719         (process_full_comp_unit): Pass 'required' argument to
4720         end_symtab_get_static_block.
4721         * buildsym.h (end_symtab_get_static_block): Update.
4722         * buildsym.c (end_symtab_get_static_block): Add 'required'
4723         argument.
4724         (end_symtab, end_expandable_symtab): Update.
4725
4726 2012-07-18  Tom Tromey  <tromey@redhat.com>
4727
4728         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4729         (pagesize): Remove.
4730         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4731         (zlib_decompress_section): Remove.
4732         (dwarf2_read_section): Use gdb_bfd_map_section.
4733         (munmap_section_buffer): Remove.
4734         (free_dwo_file, dwarf2_per_objfile_free): Don't use
4735         munmap_section_buffer.
4736         * gdb_bfd.c: Include zlib.h, sys/mman.h.
4737         (struct gdb_bfd_section_data): New.
4738         (free_one_bfd_section): New function.
4739         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4740         (get_section_descriptor, zlib_decompress_section)
4741         (gdb_bfd_map_section): New functions.
4742         * gdb_bfd.h (gdb_bfd_map_section): Declare.
4743
4744 2012-07-18  Tom Tromey  <tromey@redhat.com>
4745
4746         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4747
4748 2012-07-18  Tom Tromey  <tromey@redhat.com>
4749
4750         * gdb_bfd.c (struct gdb_bfd_data): New.
4751         (gdb_bfd_cache): New global.
4752         (struct gdb_bfd_cache_search): New.
4753         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4754         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4755         * gdb_bfd.h (gdb_bfd_open): Declare.
4756
4757 2012-07-18  Tom Tromey  <tromey@redhat.com>
4758
4759         * utils.c (make_cleanup_bfd_unref): Rename from
4760         make_cleanup_bfd_close.
4761         * defs.h (make_cleanup_bfd_unref): Rename from
4762         make_cleanup_bfd_close.
4763         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4764         (bfd_openw_with_cleanup): Update.
4765         * corelow.c (core_open): Update.
4766         * dsrec.c (load_srec): Update.
4767         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4768         * remote-m32r-sdi.c (m32r_load): Update.
4769         * remote-mips.c (mips_load_srec): Update.
4770         (pmon_load_fast): Update.
4771         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4772         Update.
4773         (darwin_bfd_open): Update.
4774         * solib.c (solib_bfd_fopen): Update.
4775         * symfile-mem.c (symbol_file_add_from_memory): Update.
4776         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4777         (symfile_bfd_open): Update.
4778         (generic_load): Update.
4779
4780 2012-07-18  Tom Tromey  <tromey@redhat.com>
4781
4782         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4783         (pmon_load_fast): Likewise.
4784         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4785         (m32r_upload_command): Likewise.
4786         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4787         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4788         Use make_cleanup_bfd_close.
4789
4790 2012-07-18  Tom Tromey  <tromey@redhat.com>
4791
4792         * symfile.c (symfile_bfd_open): Don't copy name.  Call
4793         gdb_bfd_stash_filename.
4794         (load_command): Open the new BFD before freeing the old.
4795         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4796         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4797         Call gdb_bfd_stash_filename.
4798         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4799         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
4800         gdb_bfd_stash_filename.
4801         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4802         Free found_pathname.
4803         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
4804         gdb_bfd_stash_filename.
4805         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4806         * machoread.c (macho_add_oso_symfile): Call
4807         gdb_bfd_stash_filename.
4808         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
4809         gdb_bfd_stash_filename.
4810         (macho_check_dsym): Don't copy filename.  Call
4811         gdb_bfd_stash_filename.
4812         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4813         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4814         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4815         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4816         * exec.c (exec_close): Don't free the BFD's filename.
4817         (exec_file_attach): Don't copy the filename.  Call
4818         gdb_bfd_stash_filename.
4819         * corelow.c (core_close): Don't free the BFD's filename.
4820         (core_open): Call gdb_bfd_stash_filename.
4821         * corefile.c (reopen_exec_file): Remove #if 0 code.
4822         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
4823         pathname.
4824         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4825
4826 2012-07-18  Tom Tromey  <tromey@redhat.com>
4827
4828         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4829         gdb_bfd_unref.
4830         (free_dwo_file): Use gdb_bfd_unref.
4831         * cli/cli-dump.c: Include gdb_bfd.h.
4832         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4833         (bfd_openr_with_cleanup): Likewise.
4834         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4835         gdb_bfd_unref.
4836         * utils.c: Include gdb_bfd.h.
4837         (do_bfd_close_cleanup): Use gdb_bfd_unref.
4838         * symfile.c: Include gdb_bfd.h.
4839         (separate_debug_file_exists): Use gdb_bfd_unref.
4840         (bfd_open_maybe_remote): Use gdb_bfd_ref.
4841         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4842         (generic_load): Use gdb_bfd_ref.
4843         (reread_symbols): Use gdb_bfd_unref.
4844         * symfile-mem.c: Include gdb_bfd.h.
4845         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4846         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4847         * solib.c: Include gdb_bfd.h.
4848         (solib_bfd_fopen): Use gdb_bfd_ref.
4849         (solib_bfd_open): Use gdb_bfd_unref.
4850         (free_so_symbols): Use gdb_bfd_unref.
4851         (reload_shared_libraries_1): Use gdb_bfd_unref.
4852         * solib-spu.c: Include gdb_bfd.h.
4853         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4854         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4855         gdb_bfd_unref.
4856         * solib-frv.c: Include gdb_bfd.h.
4857         (enable_break2): Use gdb_bfd_unref.
4858         * solib-dsbt.c: Include gdb_bfd.h.
4859         (enable_break2): Use gdb_bfd_unref.
4860         * solib-darwin.c: Include gdb_bfd.h.
4861         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4862         gdb_bfd_unref.
4863         (darwin_bfd_open): Use gdb_bfd_unref.
4864         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4865         * remote-mips.c: Include gdb_bfd.h.
4866         (mips_load_srec): Use gdb_bfd_ref.
4867         (pmon_load_fast): Use gdb_bfd_ref.
4868         * remote-m32r-sdi.c: Include gdb_bfd.h.
4869         (m32r_load): Use gdb_bfd_ref.
4870         * record.c: Include gdb_bfd.h.
4871         (record_save_cleanups): Use gdb_bfd_unref.
4872         (cmd_record_save): Use gdb_bfd_unref.
4873         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4874         gdb_bfd_unref.
4875         * objfiles.h (gdb_bfd_close_or_warn): Remove.
4876         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4877         * objfiles.c: Include gdb_bfd.h.
4878         (free_objfile): Use gdb_bfd_unref.
4879         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4880         gdb_bfd.c.
4881         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4882         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4883         (macho_check_dsym): Likewise.
4884         * m32r-rom.c: Include gdb_bfd.h.
4885         (m32r_load): Use gdb_bfd_ref.
4886         (m32r_upload_command): Use gdb_bfd_ref.
4887         * jit.c: Include gdb_bfd.h.
4888         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4889         * gdb_bfd.h: New file.
4890         * gdb_bfd.c: New file.
4891         * gcore.c: Include gdb_bfd.h.
4892         (create_gcore_bfd): Use gdb_bfd_ref.
4893         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4894         (gcore_command): Use gdb_bfd_unref.
4895         * exec.c: Include gdb_bfd.h.
4896         (exec_close): Use gdb_bfd_unref.
4897         (exec_close_1): Use gdb_bfd_unref.
4898         (exec_file_attach): Use gdb_bfd_ref.
4899         * elfread.c: Include gdb_bfd.h.
4900         (build_id_verify): Use gdb_bfd_unref.
4901         * dsrec.c: Include gdb_bfd.h.
4902         (load_srec): Use gdb_bfd_ref.
4903         * corelow.c: Include gdb_bfd.h.
4904         (core_close): Use gdb_bfd_unref.
4905         (core_open): Use gdb_bfd_ref.
4906         * bfd-target.c: Include gdb_bfd.h.
4907         (target_bfd_xclose): Use gdb_bfd_unref.
4908         (target_bfd_reopen): Use gdb_bfd_ref.
4909         * Makefile.in (SFILES): Add gdb_bfd.c.
4910         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4911         (COMMON_OBS): Add gdb_bfd.o.
4912
4913 2012-07-18  Keith Seitz  <keiths@redhat.com>
4914
4915         * breakpoint.c (find_condition_and_thread): Initialize
4916         TASK and REST.
4917         (create_breakpiont): find_condition_and_thread will now
4918         initialize COND_STRING, THREAD, and REST (and TASK).
4919         (addr_string_to_sals): Likewise.
4920
4921 2012-07-18  Pedro Alves  <palves@redhat.com>
4922
4923         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4924         Pull the single step breakpoints out of the target.
4925
4926 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4927
4928         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4929         * stap-probe.c (compile_probe_arg): Likewise.
4930
4931 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4932
4933         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4934         (elf_compile_to_ax): Likewise.
4935         * infrun.c (insert_exception_resume_from_probe): Likewise.
4936         (check_exception_resume): Remove `objfile' variable.
4937         * probe.c (find_probe_by_pc): Remove `objfile' argument.
4938         (struct probe_and_objfile, probe_and_objfile_s): Delete.
4939         (collect_probes): Adjust return value to `VEC (probe_p) *'.
4940         (compare_entries): Rename to...
4941         (compare_probes): ...this.  Adjust function to work with
4942         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
4943         respectively.
4944         (gen_ui_out_table_header_info): Adjust `probes' argument to be
4945         `VEC (probe_p) *'.
4946         (print_ui_out_info): Adjust argument to be `struct probe *'.
4947         (info_probes_for_ops): Adjust internal computations to use
4948         `VEC (probe_p) *'.
4949         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4950         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4951         gen_info_probes_table_values>: Remove `objfile' argument.
4952         (struct probe) <objfile>: New field.
4953         (find_probe_by_pc): Remove `objfile' argument.
4954         * stap-probe.c (stap_parse_probe_arguments): Likewise.
4955         (stap_get_probe_argument_count): Likewise.
4956         (stap_get_arg): Likewise.
4957         (stap_evaluate_probe_argument): Likewise.
4958         (stap_compile_to_ax): Likewise.
4959         (compile_probe_arg): Refactor not to pass `objfile' anymore.
4960         (handle_stap_probe): Fill `objfile' field from `struct probe'.
4961         (stap_gen_info_probes_table_header): Remove `objfile' argument.
4962         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4963         sym_compile_to_ax>: Likewise.
4964
4965 2012-07-18  Terry Guo  <terry.guo@arm.com>
4966
4967         PR 14329
4968         * defs.h (GDB_MI_MSG_WIDTH): New.
4969         * ser_base (ser_base_read_error_fd): New function.
4970         (do_ser_base_readchar): Poll error file descriptor as well as
4971         standard output.
4972         (generic_readchar): Refactor error handling.
4973
4974 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4975
4976         * NEWS: Create a new section for the next release branch.
4977         Rename the section of the current branch, now that it has
4978         been cut.
4979
4980 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4981
4982         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4983         * version.in: Bump version to 7.5.50.20120718-cvs.
4984
4985 2012-07-17  Keith Seitz  <keiths@redhat.com>
4986
4987         * linespec.c (linespec_parse_line_offset): Make parameter
4988         const.
4989
4990 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4991
4992         PR 11914
4993         * f-valprint.c (info_common_command): New variable frame_id.
4994         Reinitialize FI form FRAME_ID after each print_variable_and_value.
4995         * printcmd.c (print_variable_and_value): Extend function comment.
4996         Add comment for invalidated FRAME.
4997         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
4998         FI form FRAME_ID after each print_frame_local_vars.
4999         (struct print_variable_and_value_data): Change frame to frame_id.
5000         (do_print_variable_and_value): New variable frame, initialize it from
5001         p->frame_id.  Add comment for invalidated FRAME.
5002         (print_frame_local_vars, print_frame_arg_vars): New function comment.
5003         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
5004         for invalidated FRAME.
5005
5006 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
5007             Pedro Alves  <palves@redhat.com>
5008
5009         * linux-nat.c (linux_nat_detach): Don't unregister from the event
5010         loop.
5011
5012 2012-07-16  Tom Tromey  <tromey@redhat.com>
5013
5014         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
5015
5016 2012-07-15  Doug Evans  <dje@google.com>
5017
5018         * dwarf2read.c (stmt_list_hash): New struct.
5019         (type_unit_group): Embed "per_cu" member, remove pointer.
5020         New union member "t", move member "tus" into it, all uses updated.
5021         New member "hash", replaces member "line_offset, all uses updated.
5022         (quick_file_names): Replace member "offset" with "hash", all uses
5023         updated.
5024         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
5025         (hash_file_name_entry, eq_file_name_entry): Call them.
5026         (hash_type_unit_group, eq_type_unit_group): Ditto.
5027         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
5028         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
5029         (dw2_get_file_names): Update.
5030         (create_type_unit_group): Replace "per_cu" arg with "cu".
5031         All callers updated.  Fix "quick" (.gdb_index) handling.
5032         (get_type_unit_group): Replace "per_cu" arg with "cu".
5033         All callers updated.
5034         (build_type_unit_groups): Don't reset tu_stats.
5035
5036         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
5037         "tab_cur_size".  Change member "tab" to be a htab_t.
5038         (create_filename_seen_cache): Update.
5039         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
5040         (filename_seen): Update.
5041
5042 2012-07-13  Doug Evans  <dje@google.com>
5043
5044         * symtab.c (filename_seen): Update comment.
5045
5046 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5047             Doug Evans  <dje@google.com>
5048
5049         * buildsym.c (end_symtab_1): Split it to ...
5050         (end_symtab_get_static_block): ... this ...
5051         (end_symtab_from_static_block): ... and this function.
5052         (end_symtab, end_expandable_symtab): Call them.
5053         * buildsym.h (end_symtab_get_static_block)
5054         (end_symtab_from_static_block): New declarations.
5055         * dwarf2read.c (process_full_comp_unit): New variable static_block.
5056         Set its valid CU ranges.
5057
5058 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5059
5060         * dwarf2loc.c (disassemble_dwarf_expression): Handle
5061         DW_OP_GNU_parameter_ref.
5062
5063 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5064
5065         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
5066         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
5067
5068 2012-07-13  Doug Evans  <dje@google.com>
5069
5070         * symtab.c (output_source_filename): Delete unnecessary forward decl.
5071         (filename_seen_cache): New struct.
5072         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
5073         (create_filename_seen_cache): New function.
5074         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
5075         (filename_seen): Delete arg "first".  New arg "cache".  All callers
5076         updated.
5077         (output_source_filename_data): New struct.
5078         (output_source_filename): Delete arg "first".  New arg "data".
5079         All callers updated.
5080         (sources_info): Delete local "first".  New locals "data", "cleanups".
5081         Rewrite to use filename_seen_cache.
5082         (add_partial_filename_data): Delete member "first".  New member
5083         "filename_seen_cache".  All uses updated.
5084         (make_source_files_completion_list): Rewrite to use
5085         filename_seen_cache.
5086
5087 2012-07-12  Doug Evans  <dje@google.com>
5088
5089         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
5090
5091 2012-07-10  Doug Evans  <dje@google.com>
5092
5093         PR gdb/13498
5094         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
5095         all_type_unit_groups, type_unit_groups, tu_stats.
5096         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
5097         All uses updated.  Add type_unit_group to union "s".
5098         (type_unit_group): New struct.
5099         (IS_TYPE_UNIT_GROUP): New macro.
5100         (abbrev_table): Delete unused member "section".
5101         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
5102         (dw2_get_cu): Assert not used with type_unit_group.
5103         (dw2_get_primary_cu): New function.
5104         (dw2_build_type_unit_groups_reader): New function.
5105         (dw2_build_type_unit_groups): New function.
5106         (dw2_get_file_names): Assert not called on type units.
5107         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
5108         Redo loop to iterate over type unit groups instead of type units.
5109         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
5110         (read_abbrev_offset): New function.
5111         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
5112         updated.
5113         (create_partial_symtab): New function.
5114         (process_psymtab_comp_unit_reader): Assert not used with type units.
5115         Call create_partial_symtab.
5116         (process_psymtab_type_unit): Delete.
5117         (hash_type_unit_group, eq_type_unit_group): New functions.
5118         (allocate_type_unit_groups_table): New function.
5119         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
5120         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
5121         (create_type_unit_group, get_type_unit_group): New functions.
5122         (tu_abbrev_offset): New struct.
5123         (sort_tu_by_abbrev_offset): New function.
5124         (add_type_unit_group_to_table): New function.
5125         (build_type_unit_groups): New function.
5126         (build_type_psymtabs_reader): New function.
5127         (build_type_psymtab_dependencies): New function.
5128         (build_type_psymtabs): Rewrite.
5129         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
5130         is seen in a type unit.
5131         (process_queue): Move symtab expansion debugging printfs here.
5132         Call process_full_type_unit for type units.
5133         (compute_symtab_includes): Assert not called for type units.
5134         (process_cu_includes): Don't call compute_symtab_includes for
5135         type units.
5136         (process_full_type_unit): New function.
5137         (process_imported_unit_die): Flag an error if called for type units.
5138         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
5139         updated.  Assert not called for type units.
5140         (read_file_scope): Call dwarf2_start_symtab.
5141         (setup_type_unit_groups): New function.
5142         (read_type_unit_scope): Rewrite.
5143         (abbrev_table_read_table): Initialize abbrev_table->offset.
5144         (abbrev_table_free_cleanup): New function.
5145         (dwarf2_start_symtab): New function.
5146         (load_full_type_unit): Assert not called for type unit groups.
5147         * buildsym.c (finish_block_internal): New arg "expandable".
5148         All callers updated.
5149         (start_symtab): Move most contents to ...
5150         (restart_symtab): ... here.  New function.
5151         (reset_symtab_globals): New function.
5152         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
5153         Call reset_symtab_globals.
5154         (end_symtab, end_expandable_symtab): New functions.
5155         (set_missing_symtab, augment_type_symtab): New functions.
5156         * buildsym.h (end_expandable_symtab): Declare.
5157         (augment_type_symtab, restart_symtab): Declare.
5158         * psympriv.h (struct partial_symtab): New member "anonymous".
5159         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
5160         anonymous psymtabs.
5161         (read_psymtabs_with_filename): Ditto.
5162         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
5163         (expand_symtabs_matching_via_partial): Ditto.
5164         (dump_psymtab): Update.
5165         * dictionary.c (dict_add_pending): New function.
5166         * dictionary.h (dict_add_pending): Declare.
5167
5168 2012-07-09  Doug Evans  <dje@google.com>
5169
5170         * buildsym.c (start_subfile): Remove unnecessary check for
5171         name == NULL.
5172
5173         * psymtab.c (allocate_psymtab): Use host_address_to_string.
5174
5175         * dwarf2read.c (load_full_type_unit): Simplify.
5176
5177         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
5178         to struct signatured_type **.  All uses updated.
5179
5180         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
5181         All callers updated.
5182
5183 2012-07-09  Tom Tromey  <tromey@redhat.com>
5184
5185         * c-exp.y (check_parameter_typelist): New function.
5186         (parameter_typelist): Call it.
5187         * eval.c (make_params): Handle '(void)' case.
5188         * gdbtypes.c (lookup_function_type_with_arguments): Handle
5189         '(void)' case.
5190
5191 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5192
5193         * common/linux-ptrace.c: Include gdb_assert.h.
5194         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
5195         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
5196         stdint.h.
5197         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
5198         functions.
5199         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
5200         * linux-nat.c (linux_child_post_attach)
5201         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
5202
5203 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5204
5205         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
5206         nptl <2.7 bug workaround for core files.
5207
5208 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5209
5210         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
5211         clearing.
5212         (save_siginfo): Remove.
5213         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
5214         call.
5215         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
5216         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
5217         * linux-nat.h (struct lwp_info): Remove field siginfo.
5218
5219 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5220
5221         Code cleanup for the next patch.
5222         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
5223         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5224         call for it.
5225         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5226         (ia64_linux_stopped_data_address):
5227         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
5228         the return value.
5229         * linux-nat.h (linux_nat_get_siginfo): Likewise.
5230         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
5231         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5232         call for it.
5233
5234 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5235
5236         PR 14321
5237         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
5238         Increase buffer sizes to 2x we need, not just 2x of the previous size.
5239
5240 2012-07-06  Tom Tromey  <tromey@redhat.com>
5241
5242         * c-exp.y (DOTDOTDOT): New token.
5243         (func_mod, exp): Use parameter_typelist.
5244         (parameter_typelist): New production.
5245         (tokentab3): Add "..." token.
5246         * eval.c (make_params): Handle varargs.
5247         * gdbtypes.c (lookup_function_type_with_arguments): Handle
5248         varargs.
5249
5250 2012-07-06  Tom Tromey  <tromey@redhat.com>
5251
5252         PR exp/9608:
5253         * c-exp.y (%union) <tvec>: Change type.
5254         (func_mod): Now uses <tvec> type.
5255         (exp): Update for tvec change.
5256         (direct_abs_decl): Push the typelist.
5257         (func_mod): Return a typelist.
5258         (nonempty_typelist): Update for tvec change.
5259         * gdbtypes.c (lookup_function_type_with_arguments): New function.
5260         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5261         * parse.c (pop_type_list): New function.
5262         (push_typelist): New function.
5263         (follow_types): Handle tp_function_with_arguments.
5264         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
5265         (enum type_pieces) <tp_function_with_arguments>: New constant.
5266         (union type_stack_elt) <typelist_val>: New field.
5267         (push_typelist): Declare.
5268
5269 2012-07-06  Tom Tromey  <tromey@redhat.com>
5270
5271         * c-exp.y (%union) <type_stack>: New field.
5272         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
5273         (ptr_operator_ts): New production.
5274         (ptype): Update.
5275         * parse.c (type_stack_reserve): New function.
5276         (check_type_stack_depth): Use it.
5277         (pop_type_stack, append_type_stack, push_type_stack)
5278         (get_type_stack, type_stack_cleanup): New functions.
5279         (follow_types): Handle tp_type_stack.
5280         (_initialize_parse): Simplify initialization.
5281         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5282         constant.
5283         (union type_stack_elt) <stack_val>: New field.
5284         (get_type_stack, append_type_stack, push_type_stack)
5285         (type_stack_cleanup): Declare.
5286
5287 2012-07-06  Tom Tromey  <tromey@redhat.com>
5288
5289         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5290         Remove.
5291         (struct type_stack): New.
5292         * parse.c (type_stack, type_stack_size, type_stack_depth):
5293         Remove.
5294         (type_stack): New global.
5295         (parse_exp_in_context, check_type_stack_depth)
5296         (insert_into_type_stack, insert_type, push_type, push_type_int)
5297         (insert_type_address_space, pop_type, pop_type_int)
5298         (_initialize_parse): Update.
5299
5300 2012-07-06  Tom Tromey  <tromey@redhat.com>
5301
5302         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5303         Remove %type.
5304
5305 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5306
5307         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5308
5309 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5310             Jan Kratochvil  <jan.kratochvil@redhat.com>
5311
5312         * cp-valprint.c (cp_print_value): Replace potentially unsafe
5313         alloca with xmalloc/xfree.
5314
5315 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5316
5317         * MAINTAINERS (Write After Approval): Add myself to the list.
5318
5319 2012-07-05  Doug Evans  <dje@google.com>
5320
5321         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5322
5323 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
5324
5325         * ax-gdb.c (cli/cli-utils.h): New include.
5326         (linespec.h): Ditto.
5327         (agent_eval_command_one): New function.
5328         (agent_command_1): Ditto.
5329         (agent_command): Call function agent_command_1.
5330         (agent_eval_command): Ditto.
5331         (_initialize_ax_gdb): Change help for "maint agent"
5332         and "maint agent-eval".
5333
5334 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
5335
5336         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5337         * cli/cli-utils.c (check_for_argument): New function.
5338         * cli/cli-utils.h (check_for_argument): Ditto.
5339
5340 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
5341
5342         * NEWS: Mention x32 ABI support.
5343
5344 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
5345
5346         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5347         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5348
5349         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5350         and pc_regnum_from_eax to -1.  Update SP regnum from
5351         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5352         needed.
5353
5354         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5355         pc_regnum_from_eax.
5356
5357 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5358
5359         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5360         * dwarf2expr.h: Include gdbtypes.h.
5361         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5362         these forward declarations.
5363         (cu_offset, sect_offset): Move these ...
5364         * gdbtypes.h: Remove include dwarf2expr.h.
5365         (cu_offset, sect_offset): ... here.
5366
5367 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
5368
5369         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5370         (amd64_linux_sigtramp_code): This.
5371         (amd64_x32_linux_sigtramp_code): New.
5372         (LINUX_SIGTRAMP_LEN): Updated.
5373         (amd64_linux_sigtramp_start): Check x32 sigtramp.
5374
5375 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5376
5377         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5378
5379 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5380
5381         * config.in: Regenerate.
5382         * configure: Regenerate.
5383         * configure.ac: Remove check for gnu/libc-version.h.
5384         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5385         gnu/libc-version.h.
5386         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5387         variables libc_version, libc_major and libc_minor.  Replace sscanf by
5388         inferior_has_bug.  Extend the comment.
5389
5390 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5391
5392         * linux-thread-db.c (inferior_has_bug): New function.
5393         (thread_db_find_new_threads_silently): Return boolean as checked by
5394         inferior_has_bug, describe it in the comments.
5395         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5396         earlier.  Abort the initialization if it returned non-zero.
5397         (thread_db_new_objfile): Exclude debug files.
5398         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
5399         if UNTIL_NO_NEW,
5400
5401 2012-07-02  Doug Evans  <dje@google.com>
5402
5403         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5404         related to queue management.
5405
5406         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5407         instead of "debug dwarf2-die" in debugging printfs.
5408         (create_debug_info_hash_table_reader): Ditto.
5409         (create_debug_info_hash_table): Ditto.
5410         (init_dwo_file): Ditto.
5411         (init_cutu_and_read_dies): Add debugging printf.
5412         (init_cutu_and_read_dies_no_follow): Ditto.
5413         (process_psymtab_comp_unit_reader): Ditto.
5414
5415 2012-07-02  Stan Shebs  <stan@codesourcery.com>
5416
5417         Add target-side support for dynamic printf.
5418         * NEWS: Mention the additional style.
5419         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5420         (struct bp_location): New field cmd_bytecode.
5421         * breakpoint.c: Include format.h.
5422         (disconnected_dprintf): New global.
5423         (parse_cmd_to_aexpr): New function.
5424         (build_target_command_list): New function.
5425         (insert_bp_location): Call it.
5426         (remove_breakpoints_pid): Skip dprintf breakpoints.
5427         (print_one_breakpoint_location): Ditto.
5428         (dprintf_style_agent): New global.
5429         (dprintf_style_enums): Add dprintf_style_agent.
5430         (update_dprintf_command_list): Add agent case.
5431         (agent_printf_command): New function.
5432         (_initialize_breakpoint): Add new commands.
5433         * common/ax.def (printf): New bytecode.
5434         * ax.h (ax_string): Declare.
5435         * ax-gdb.h (gen_printf): Declare.
5436         * ax-gdb.c: Include cli-utils.h, format.h.
5437         (gen_printf): New function.
5438         (maint_agent_print_command): New function.
5439         (_initialize_ax_gdb): Add maint agent-printf command.
5440         * ax-general.c (ax_string): New function.
5441         (ax_print): Add printf disassembly.
5442         * Makefile.in (SFILES): Add format.c
5443         (COMMON_OBS): Add format.o.
5444         * common/format.h: New file.
5445         * common/format.c: New file.
5446         * printcmd.c: Include format.h.
5447         (ui_printf): Call parse_format_string.
5448         * remote.c (remote_state): New field breakpoint_commands.
5449         (PACKET_BreakpointCommands): New enum.
5450         (remote_breakpoint_commands_feature): New function.
5451         (remote_protocol_features): Add new BreakpointCommands entry.
5452         (remote_can_run_breakpoint_commands): New function.
5453         (remote_add_target_side_commands): New function.
5454         (remote_insert_breakpoint): Call it.
5455         (remote_insert_hw_breakpoint): Ditto.
5456         (_initialize_remote): Add new packet configuration for
5457         target-side breakpoint commands.
5458         * target.h (struct target_ops): New field
5459         to_can_run_breakpoint_commands.
5460         (target_can_run_breakpoint_commands): New macro.
5461         * target.c (update_current_target): Handle
5462         to_can_run_breakpoint_commands.
5463
5464 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5465
5466         Execute -ix and -iex only after system and user gdbinit files.
5467         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5468         processing down after gdbinit files.
5469
5470 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5471
5472         Add fnmatch-gnu module.
5473         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5474         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5475         * gnulib/aclocal.m4: Regenerate.
5476         * gnulib/config.in: Regenerate.
5477         * gnulib/configure: Regenerate.
5478         * gnulib/import/dummy.c: Remove.
5479         * gnulib/import/Makefile.am: Regenerate.
5480         * gnulib/import/Makefile.in: Likewise.
5481         * gnulib/import/m4/gnulib-cache.m4: Likewise.
5482         * gnulib/import/m4/gnulib-comp.m4: Likewise.
5483         * gnulib/import/alloca.c: New file.
5484         * gnulib/import/alloca.in.h: Likewise.
5485         * gnulib/import/config.charset: Likewise.
5486         * gnulib/import/fnmatch.c: Likewise.
5487         * gnulib/import/fnmatch.in.h: Likewise.
5488         * gnulib/import/fnmatch_loop.c: Likewise.
5489         * gnulib/import/localcharset.c: Likewise.
5490         * gnulib/import/localcharset.h: Likewise.
5491         * gnulib/import/m4/alloca.m4: Likewise.
5492         * gnulib/import/m4/codeset.m4: Likewise.
5493         * gnulib/import/m4/configmake.m4: Likewise.
5494         * gnulib/import/m4/fcntl-o.m4: Likewise.
5495         * gnulib/import/m4/fnmatch.m4: Likewise.
5496         * gnulib/import/m4/glibc21.m4: Likewise.
5497         * gnulib/import/m4/localcharset.m4: Likewise.
5498         * gnulib/import/m4/locale-fr.m4: Likewise.
5499         * gnulib/import/m4/locale-ja.m4: Likewise.
5500         * gnulib/import/m4/locale-zh.m4: Likewise.
5501         * gnulib/import/m4/mbrtowc.m4: Likewise.
5502         * gnulib/import/m4/mbsinit.m4: Likewise.
5503         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5504         * gnulib/import/m4/mbstate_t.m4: Likewise.
5505         * gnulib/import/m4/stdbool.m4: Likewise.
5506         * gnulib/import/m4/wchar_h.m4: Likewise.
5507         * gnulib/import/m4/wctype_h.m4: Likewise.
5508         * gnulib/import/m4/wint_t.m4: Likewise.
5509         * gnulib/import/mbrtowc.c: Likewise.
5510         * gnulib/import/mbsinit.c: Likewise.
5511         * gnulib/import/mbsrtowcs-impl.h: Likewise.
5512         * gnulib/import/mbsrtowcs-state.c: Likewise.
5513         * gnulib/import/mbsrtowcs.c: Likewise.
5514         * gnulib/import/ref-add.sin: Likewise.
5515         * gnulib/import/ref-del.sin: Likewise.
5516         * gnulib/import/stdbool.in.h: Likewise.
5517         * gnulib/import/streq.h: Likewise.
5518         * gnulib/import/strnlen1.c: Likewise.
5519         * gnulib/import/strnlen1.h: Likewise.
5520         * gnulib/import/verify.h: Likewise.
5521         * gnulib/import/wchar.in.h: Likewise.
5522         * gnulib/import/wctype.in.h: Likewise.
5523
5524 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5525
5526         Support shell wildcards for 'set auto-load safe-path'.
5527         * auto-load.c: Include fnmatch.h.
5528         (filename_is_in_dir): Rename to ...
5529         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5530         it.  Update function comment.  Rename dir_len to pattern_len.  New
5531         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
5532         messages.  Use gdb_filename_fnmatch.
5533         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5534         pattern.
5535         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5536         * defs.h (gdb_filename_fnmatch): New declaration.
5537         * utils.c: Include fnmatch.h.
5538         (gdb_filename_fnmatch): New function.
5539
5540 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5541
5542         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5543         `-probe' and `-probe-stap' options.
5544
5545 2012-07-01  Yao Qi  <yao@codesourcery.com>
5546
5547         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5548         always_inserted_off, and always_inserted_enums.
5549         Change always_inserted_mode's type to 'enum auto_boolean'.
5550         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5551         callers.
5552         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5553         of add_setshow_enum_cmd.
5554         * infrun.c: Remove can_use_displaced_stepping_auto,
5555         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5556         can_use_displaced_stepping_enum.
5557         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5558         (show_can_use_displaced_stepping, use_displaced_stepping): Update
5559         callers.
5560         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5561         add_setshow_enum_cmd.
5562
5563 2012-06-30  Doug Evans  <dje@google.com>
5564
5565         * dwarf2read.c (signatured_type): Make "per_cu" member first.
5566         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5567         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
5568
5569 2012-06-29  Doug Evans  <dje@google.com>
5570
5571         * linespec.c: #include "stack.h".
5572         (decode_line_with_current_source): Moved here from symtab.c and
5573         renamed from decode_line_spec.  All callers updated.
5574         (decode_line_with_last_displayed): Moved here from breakpoint.c and
5575         renamed from decode_line_spec_1.  All callers updated.
5576         * linespec.h (decode_line_with_current_source): Move declaration here
5577         from symtab.h and renamed from decode_line_spec.
5578         (decode_line_with_last_displayed): Move declaration here from symtab.h
5579         and renamed from decode_line_spec_1.
5580         * macrocmd.c: #include "linespec.h".
5581         * symtab.c: Remove #include "linespec.h".
5582
5583 2012-06-28  Doug Evans  <dje@google.com>
5584
5585         * dwarf2read.c (get_cu_length): New function.
5586         (offset_in_cu_p, error_check_comp_unit_head): Call it.
5587         (create_debug_types_hash_table): Ditto.
5588         (init_cutu_and_read_dies): Ditto.
5589         (init_cutu_and_read_dies_no_follow): Ditto.
5590
5591         * dwarf2read.c (dwarf2_find_base_address): Move definition.
5592
5593         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5594         (struct abbrev_table): Define.
5595         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5596         abbrev_table.
5597         (init_cutu_and_read_dies): Update.
5598         (abbrev_table_alloc_abbrev): New function.  Replaces
5599         dwarf_alloc_abbrev.  All callers updated.
5600         (abbrev_table_add_abbrev): New function.
5601         (abbrev_table_lookup_abbrev): New function.  Replaces
5602         dwarf2_lookup_abbrev.  All callers updated.
5603         (abbrev_table_read_table): New function.  Contents moved here from
5604         dwarf2_read_abbrevs.
5605         (dwarf2_read_abbrevs): Call it.
5606         (abbrev_table_free): New function.
5607         (dwarf2_free_abbrev_table): Call it.
5608
5609 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5610
5611         * osdata.c (info_osdata_command): Filter out "Title" columns
5612         from non-MI uses.
5613         * common/linux-osdata.c (struct osdata_type): Add title field.
5614         (osdata_table): Add titles to each entry.
5615         (linux_command_xfer_osdata): Add a column for title data.
5616
5617 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5618
5619         Make logging work for MI.
5620         * NEWS: Mention it.
5621         * interps.h (interp_set_logging_ftype): New typedef.
5622         (struct interp_procs): New field set_logging_proc.
5623         (current_interp_set_logging): Declare.
5624         * interps.c (current_interp_set_logging): New function.
5625         * cli/cli-logging.c: Include interps.h.
5626         (set_logging_redirect): Call current_interp_set_logging.
5627         (pop_output_files): Ditto.
5628         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5629         * mi/mi-console.h (mi_console_set_raw): Declare.
5630         * mi/mi-console.c (mi_console_set_raw): New function.
5631         * mi/mi-interp.c (saved_raw_stdout): New global.
5632         (mi_set_logging): New function.
5633         (_initialize_mi_interp): Add it to interp procs.
5634
5635 2012-06-28  Doug Evans  <dje@google.com>
5636
5637         * symtab.c (lookup_symbol_aux_objfile): Use
5638         ALL_OBJFILE_PRIMARY_SYMTABS.
5639
5640         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5641
5642 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5643
5644         * common/buffer.c: Include inttypes.h and stdint.h.
5645         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5646
5647 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5648             Pedro Alves  <palves@redhat.com>
5649
5650         * gdbthread.h (ALL_THREADS): New macro.
5651         (thread_list): Declare.
5652         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5653         going, but instead fall through to the stepping handling.
5654         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
5655         the passed in signal.  Adjust debug output.
5656         (resume_callback): Rename to ...
5657         (linux_nat_resume_callback): ... this.  Pass the thread's last
5658         stop signal, if in "pass" state.
5659         (linux_nat_resume): Adjust to rename.
5660         (stop_wait_callback): New assertion.  Don't respawn signals;
5661         instead let the LWP remain with SIGNALLED set.
5662         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5663         * remote.c (append_pending_thread_resumptions): New.
5664         (remote_vcont_resume): Call it.
5665         * target.h (target_resume): Extend comment.
5666
5667 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
5668
5669         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5670
5671 2012-06-27  Doug Evans  <dje@google.com>
5672
5673         * dwarf2read.c (dwarf2_cu): Add ranges_base.
5674         Delete have_addr_base, unused.  All uses updated.
5675         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5676         (dwarf2_get_pc_bounds): Add ranges_base.
5677         (dwarf2_record_block_ranges): Ditto.
5678
5679 2012-06-27  Tom Tromey  <tromey@redhat.com>
5680
5681         PR macros/7961:
5682         * varobj.c (varobj_create): Update.
5683         (varobj_set_value): Update.
5684         * tracepoint.c (validate_actionline): Update.
5685         (encode_actions_1): Update.
5686         * parse.c (parse_exp_1): Add 'pc' argument.
5687         (parse_exp_in_context): Add 'pc' argument.  Change how
5688         expression_context_pc is set.
5689         (parse_expression): Update.
5690         (parse_field_expression): Update.
5691         * expression.h (parse_exp_1): Update.
5692         * eval.c (parse_to_comma_and_eval): Update.
5693         * breakpoint.c (set_breakpoint_condition): Update.
5694         (update_watchpoint): Update.
5695         (init_breakpoint_sal): Update
5696         (find_condition_and_thread): Update.
5697         (watch_command_1): Update.
5698         (update_breakpoint_locations): Update.
5699         * ada-lang.c (ada_read_renaming_var_value): Update.
5700         (create_excep_cond_exprs): Update.
5701
5702 2012-06-27  Doug Evans  <dje@google.com>
5703
5704         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5705         type units.
5706
5707 2012-06-26  Doug Evans  <dje@google.com>
5708
5709         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5710         prototype.
5711         (error_check_comp_unit_head): New arg abbrev_section.  All callers
5712         updated.
5713         (read_and_check_comp_unit_head): Ditto.
5714         (read_and_check_type_unit_head): Ditto.
5715
5716 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
5717
5718         New attribute 'last' for gdb.Symtab_and_line.
5719         * NEWS (Python Scripting): Add entry about the new attribute.
5720         * python/py-symtab.c (salpy_get_last): New function which
5721         implements the get method for the 'last' attribute of
5722         gdb.Symtab_and_line.
5723         (sal_object_getset): Add entry for the 'last' attribute.
5724
5725 2012-06-26  Doug Evans  <dje@google.com>
5726
5727         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5728         (dwo_sections): Add macinfo, macro.
5729         (dwarf2_locate_dwo_sections): Watch for macro sections.
5730         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5731         All callers updated.  Handle DWO files.
5732
5733         * NEWS: Mention new options "set debug dwarf2-read" and
5734         "set debug symtab-create".
5735         * dwarf2read.c (dwarf2_read_debug): New static global.
5736         (dwarf2_build_psymtabs_hard): Add debugging printfs.
5737         (process_queue): Ditto.
5738         (process_full_comp_unit): Ditto.
5739         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5740         * elfread.c (elf_symfile_read): Add debugging printf.
5741         * minsyms.c (install_minimal_symbols): Ditto.
5742         * psymtab.c (allocate_psymtab): Ditto.
5743         * symfile.c (allocate_symtab): Ditto.
5744         * symtab.c (symtab_create_debug): New global.
5745         (_initialize_symtab): Add new option "set debug symtab-create".
5746         * symtab.h (symtab_create_debug): Declare.
5747
5748         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5749         (lookup_dwo_type_unit): Ditto.
5750
5751 2012-06-26  Roland McGrath  <roland@hack.frob.com>
5752             H.J. Lu  <hongjiu.lu@intel.com>
5753
5754         * amd64-linux-nat.c: Include <sys/user.h>.
5755         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5756         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5757         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5758
5759         * configure.ac: Check if the fs_base and gs_base members of
5760         `struct user_regs_struct' exist.
5761         * config.in: Regenerated.
5762         * configure: Likewise.
5763
5764 2012-06-25  Michael Eager  <eager@eagercon.com>
5765
5766         PR python/14291
5767         * python/python.c (gdbpy_write): Check for interrupted output.
5768
5769 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
5770
5771         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5772         register as a stack alignment in ARM mode.
5773
5774 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5775
5776         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5777         * gnulib/config.in: Regenerate.
5778         * gnulib/configure: Likewise.
5779         * gnulib/import/m4/extensions.m4: Update it.
5780         * gnulib/import/m4/gnulib-common.m4: Likewise.
5781         * gnulib/import/m4/memmem.m4: Likewise.
5782         * gnulib/import/m4/mmap-anon.m4: Likewise.
5783         * gnulib/import/m4/multiarch.m4: Likewise.
5784         * gnulib/import/stdint.in.h: Likewise.
5785
5786 2012-06-24  Yao Qi  <yao@codesourcery.com>
5787
5788         * corefile.c (write_memory_with_notification): New.
5789         * gdbcore.h: Declare write_memory_with_notification.
5790         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5791         'observer_notify_memory_changed' with 'write_memory_with_notification'.
5792         * valops.c (value_assign): Likewise.
5793         * python/py-inferior.c (infpy_write_memory): Call
5794         'write_memory_with_notification'.
5795
5796 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5797
5798         * cc-with-index.sh: Use also -ex "set auto-load no".
5799
5800 2012-06-23  Doug Evans  <dje@google.com>
5801
5802         PR 14125
5803         * NEWS: Document additions to .gdb_index.
5804         * dwarf2read.c: #include "gdb/gdb-index.h".
5805         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5806         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5807         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5808         (dwarf2_read_index): Recognize version 7.
5809         (dw2_do_expand_symtabs_matching): New args want_specific_block,
5810         block_kind, domain): All callers updated.
5811         (dw2_find_symbol_file): Handle new index CU values.
5812         (dw2_expand_symtabs_matching): Match symbol kind if requested.
5813         (add_index_entry): New args is_static, kind.  All callers updated.
5814         (offset_type_compare, uniquify_cu_indices): New functions
5815         (symbol_kind): New function.
5816         (write_psymtabs_to_index): Remove duplicate CU values.
5817         (write_psymtabs_to_index): Write .gdb_index version 7.
5818
5819 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
5820
5821         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5822         * configure: Regenerate.
5823
5824 2012-06-20  Yao Qi  <yao@codesourcery.com>
5825
5826         * python/py-inferior.c: Update comments of infpy_read_memory
5827         and infpy_write_memory.
5828
5829 2012-06-19  Tom Tromey  <tromey@redhat.com>
5830
5831         PR exp/9514:
5832         * parser-defs.h (insert_type, insert_type_address_space): Declare.
5833         (push_type_address_space): Remove.
5834         * parse.c (insert_into_type_stack): New function.
5835         (insert_type): Likewise.
5836         (insert_type_address_space): Rename from push_type_address_space.
5837         Insert tp_space_identifier.
5838         * c-exp.y (ptr_operator): New production.
5839         (abs_decl): Use ptr_operator.
5840         (space_identifier): Call insert_type_address_space.
5841         (ptype): Don't use const_or_volatile_or_space_identifier.
5842         (const_or_volatile_noopt): Call insert_type.
5843         (conversion_type_id, conversion_declarator): New productions.
5844         (operator): Use conversion_type_id.
5845
5846 2012-06-18  Doug Evans  <dje@google.com>
5847
5848         * symtab.h (minimal_symbol): New member created_by_gdb.
5849         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5850         created by gdb.
5851         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5852         (search_symbols): Call it instead of lookup_symbol.
5853         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
5854
5855         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5856         Adjust address for DW_OP_GNU_addr_index.
5857         * dwarf2expr.h (dwarf_expr_context): Update comment.
5858         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5859         all callers updated.  Handle TLS vars described with
5860         DW_OP_GNU_const_index.
5861         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5862         and DW_OP_GNU_const_index.
5863         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5864
5865         * block.c (find_block_in_blockvector): Make explicit the fact that we
5866         ignore GLOBAL_BLOCK.
5867
5868 2012-06-18  Tom Tromey  <tromey@redhat.com>
5869
5870         * c-exp.y (operator): Remove trailing space after "delete" and
5871         "delete[]".
5872
5873 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
5874             Jan Kratochvil  <jan.kratochvil@redhat.com>
5875
5876         Switch i386 and derived targets to ON_STACK.
5877         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5878         (amd64_dicos_init_abi): Remove its installment.
5879         * dicos-tdep.c (dicos_init_abi): Remove the
5880         set_gdbarch_call_dummy_location call.  Update the comment here.
5881         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5882         (i386_dicos_init_abi): Remove its installment.
5883         * i386-tdep.c (i386_push_dummy_code): New function.
5884         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5885         i386_push_dummy_code.
5886
5887 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5888
5889         Remove stale dummy frames.
5890         * breakpoint.c: Include dummy-frame.h.
5891         (longjmp_breakpoint_ops): New variable.
5892         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5893         bp_longjmp_call_dummy.
5894         (bpstat_what, bptype_string, print_one_breakpoint_location)
5895         (init_bp_location): Support bp_longjmp_call_dummy.
5896         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
5897         (set_longjmp_breakpoint_for_call_dummy)
5898         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5899         functions.
5900         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5901         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
5902         FIXME comment and extend the other comment for bp_call_dummy.
5903         (set_longjmp_breakpoint_for_call_dummy)
5904         (check_longjmp_breakpoint_for_call_dummy): New declarations.
5905         * dummy-frame.c: Include gdbthread.h.
5906         (pop_dummy_frame_bpt): New function.
5907         (pop_dummy_frame): Call pop_dummy_frame_bpt.
5908         (dummy_frame_discard): New function.
5909         (cleanup_dummy_frames): Update the comment about longjmps.
5910         * dummy-frame.h (dummy_frame_discard): New declaration.
5911         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5912         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
5913         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
5914         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5915         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
5916         keep_going if IS_LONGJMP and there is no other reason to stop.
5917
5918 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
5919
5920         * remote-sim.c (sim_command_completer): Initialize
5921         variable 'result'.
5922
5923 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5924
5925         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5926         * dwarf2loc.c (call_site_parameter_matches): Support
5927         CALL_SITE_PARAMETER_PARAM_OFFSET.
5928         (needs_dwarf_reg_entry_value): Push stub value.
5929         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
5930         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5931         * gdbtypes.h (enum call_site_parameter_kind): New item
5932         CALL_SITE_PARAMETER_PARAM_OFFSET.
5933         (struct call_site.parameter.u): New field param_offset.
5934
5935 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5936
5937         Code cleanup: Generalize call_site.parameter key.
5938         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5939         variable dwarf_reg.  New variable kind_u.  Update parameters to
5940         push_dwarf_reg_entry_value.
5941         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5942         * dwarf2expr.h (enum call_site_parameter_kind)
5943         (union call_site_parameter_u): Forward declarations.
5944         (struct dwarf_expr_context_funcs): Update parameters and their
5945         description for push_dwarf_reg_entry_value.
5946         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5947         * dwarf2loc.c (call_site_parameter_matches): New function.
5948         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5949         description.  Use call_site_parameter_matches.
5950         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5951         Update parameters and their description.
5952         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5953         New variable kind_u.  Adjust the caller for updated parameters.
5954         (needs_dwarf_reg_entry_value): Update parameters.
5955         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
5956         instead of attr.  Update for the changed fields of struct
5957         call_site_parameter.
5958         * gdbtypes.h: Include dwarf2expr.h.
5959         (enum call_site_parameter_kind): New.
5960         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
5961         fb_offset into new union u.
5962
5963 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5964
5965         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5966         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5967         for x32.
5968
5969 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5970
5971         * amd64-linux-nat.c (compat_x32_clock_t): New.
5972         (compat_x32_siginfo_t): Likewise.
5973         (compat_x32_siginfo_from_siginfo): Likewise.
5974         (siginfo_from_compat_x32_siginfo): Likewise.
5975         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5976         and siginfo_from_compat_x32_siginfo for x32.
5977
5978 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
5979
5980         * tracepoint.c (tfile_xfer_partial): Add a lseek.
5981
5982 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5983
5984         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5985         instead of gdbarch_ptr_bit.
5986         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5987         (amd64_supply_native_gregset): Likewise.
5988         (amd64_collect_native_gregset): Likewise.
5989         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5990         (amd64_supply_xsave): Likewise.
5991         (amd64_collect_fxsave): Likewise.
5992         (amd64_collect_xsave): Likewise.
5993
5994 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5995
5996         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5997         (amd64_linux_read_description): Check DS segment register for
5998         x32 process.
5999
6000 2012-06-15  Tom Tromey  <tromey@redhat.com>
6001
6002         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
6003         init_cutu_and_read_dies.
6004
6005 2012-06-15  Iain Sandoe <iain@codesourcery.com>
6006
6007         * MAINTAINERS (Write After Approval): Add myself to the list.
6008
6009 2012-06-15  Tom Tromey  <tromey@redhat.com>
6010
6011         * valops.c (value_find_oload_method_list): Now static.
6012         * value.h (value_find_oload_method_list): Don't declare.
6013
6014 2012-06-15  Tom Tromey  <tromey@redhat.com>
6015
6016         * valops.c (find_overload_match): Use value_ind.
6017
6018 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
6019
6020         * infrun.c (handle_inferior_event): Correct indentation.
6021
6022 2012-06-14  Doug Evans  <dje@google.com>
6023
6024         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
6025         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
6026         All uses updated.
6027         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
6028         updated.  Handle DEBUG_LOC_START_LENGTH.
6029         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
6030         (loclist_describe_location): Ditto.
6031
6032 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
6033
6034         PR backtrace/13866
6035         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
6036         after hiding inline functions.
6037
6038 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
6039
6040         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
6041         _initialize_inf_ttrace.
6042
6043 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
6044
6045         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
6046         _initialize_hppa_hpux_nat.
6047
6048 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
6049
6050         * remote-sim.c (sim_command_completer): Change type of return
6051         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
6052
6053 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
6054             Jan Kratochvil  <jan.kratochvil@redhat.com>
6055
6056         PR tdep/14222
6057         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
6058         stack on a 16-byte boundary.
6059
6060 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
6061
6062         * jit.c (finalize_symtab): Set function's return type to 'void' by
6063         default.
6064
6065 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
6066             H.J. Lu  <hongjiu.lu@intel.com>
6067
6068         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
6069         Move bits common to both the classic LP64 and the new x32 ILP32
6070         ABI here.
6071         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
6072         (amd64_x32_linux_init_abi): New function.
6073         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
6074         subtype.
6075
6076         * i386-tdep.h (i386_pseudo_register_name): New prototype.
6077         * i386-tdep.c (i386_pseudo_register_name): Make public.
6078         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
6079         * amd64-tdep.c (amd64_dword_names): Add "eip".
6080         (amd64_x32_pseudo_register_type): New function
6081         (amd64_x32_init_abi): New function.
6082
6083 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6084
6085         PR build/14003
6086         * inferior.h (struct inferior_suspend_state): Comment out.
6087         (struct inferior): Comment out the field suspend.
6088         * infrun.c (struct infcall_suspend_state): Comment out the field
6089         inferior_suspend.
6090         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
6091         out its assignment.
6092
6093 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6094
6095         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6096         * c-exp.y (classify_inner_name): Remove caller assumptions in the
6097         function comment.  Return ERROR for unresolved cases.  Implement
6098         returning proper NAME.
6099         (yylex): Accept also NAME from classify_inner_name.
6100         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
6101         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
6102         LOC_TYPEDEF type.
6103         * cp-support.h (cp_lookup_nested_type): Update its declaration.
6104
6105 2012-06-13  Tom Tromey  <tromey@redhat.com>
6106
6107         * breakpoint.c (condition_completer): New function.
6108         (_initialize_breakpoint): Use it.
6109         * value.c (complete_internalvar): New function.
6110         * value.h (complete_internalvar): Declare.
6111
6112 2012-06-13  Tom Tromey  <tromey@redhat.com>
6113
6114         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
6115         * breakpoint.c (catch_syscall_completer): Return a VEC.
6116         * cli/cli-cmds.c (complete_command): Update.
6117         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
6118         (complete_on_enum): Likewise.
6119         * command.h: Include gdb_vecs.h.
6120         (completer_ftype): Change return type.
6121         (complete_on_cmdlist, complete_on_enum): Likewise.
6122         * completer.c (noop_completer, filename_completer)
6123         (location_completer): Return a VEC.
6124         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
6125         to a VEC.
6126         (expression_completer, complete_line_internal, complete_line)
6127         (command_completer): Return a VEC.
6128         (gdb_completion_word_break_characters, line_completion_function):
6129         Update.
6130         * completer.h: Include gdb_vecs.h.
6131         (complete_line, noop_completer, filename_completer)
6132         (expression_completer, location_completer, command_completer):
6133         Update.
6134         * f-lang.c (f_word_break_characters): Return a VEC.
6135         * interps.c (interpreter_completer): Return a VEC.
6136         * language.h (struct language_defn)
6137         <la_make_symbol_completion_list>: Return a VEC.
6138         * python/py-cmd.c (cmdpy_completer): Return a VEC.
6139         * symtab.c (free_completion_list): Take a VEC.
6140         (return_val_size, return_val_index): Remove.
6141         (return_val): Now a VEC.
6142         (completion_list_add_name): Update.
6143         (default_make_symbol_completion_list_break_on)
6144         (default_make_symbol_completion_list, make_symbol_completion_list)
6145         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
6146         Return a VEC.
6147         (add_filename_to_list): Update.
6148         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
6149         <list>: Now a VEC.
6150         (maybe_add_partial_symtab_filename): Update.
6151         (make_source_files_completion_list): Return a VEC.
6152         * symtab.h (default_make_symbol_completion_list_break_on)
6153         (default_make_symbol_completion_list, make_symbol_completion_list)
6154         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
6155         (make_source_files_completion_list): Update.
6156
6157 2012-06-13  Tom Tromey  <tromey@redhat.com>
6158
6159         * breakpoint.c (add_catch_command): Use completer_ftype.
6160         * breakpoint.h: Include command.h.
6161         (add_catch_command): Use completer_ftype.
6162         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
6163         * cli/cli-decode.h (struct cmd_list_element) <completer>:
6164         Use completer_ftype.
6165         * command.h (completer_ftype): New typedef.
6166         (set_cmd_completer): Use it.
6167         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
6168         completer_ftype.
6169
6170 2012-06-13  Pedro Alves  <palves@redhat.com>
6171
6172         Partial revert of previous change.
6173
6174         * serial.c (scb_base): New global.
6175         (serial_for_fd): New.
6176         (serial_open, serial_fdopen_ops): Link new serial in open serials
6177         chain.
6178         (do_serial_close): Unlink serial from the open serials chain.
6179
6180 2012-06-12  Pedro Alves  <palves@redhat.com>
6181
6182         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
6183         threads here.
6184         (prepare_for_detach): No longer context switch here in non-stop
6185         mode.
6186         (fetch_inferior_event): Ditto.
6187         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
6188         to the event thread before removing breakpoints.  Switch to the
6189         event thread before inserting breakpoints and resuming.
6190         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
6191         event thread before resuming.
6192         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
6193         Switch to the event thread before removing breakpoints.
6194
6195 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
6196
6197         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
6198         special characters correctly for the Windows shells.  See
6199         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
6200         report.
6201         [!__MINGW32__]: Remove extra double quote character from special
6202         characters.
6203
6204 2012-06-11  Stan Shebs  <stan@codesourcery.com>
6205
6206         * ui-out.h: Remove #if 0 declarations.
6207         * ui-out.c: Remove #if 0 functions.
6208
6209 2012-06-11  Pedro Alves  <palves@redhat.com>
6210
6211         * ser-base.c (run_async_handler_and_reschedule): New.
6212         (fd_event, push_event): Use it.
6213         * serial.c (serial_open, serial_fdopen_ops): Set the initial
6214         reference count to 1.
6215         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
6216         instead of xfree.
6217         (serial_is_open, serial_ref, serial_unref): New.
6218         * serial.h (serial_open): Adjust comment.
6219         (serial_is_open): Declare.
6220         (serial_close): Adjust comment.
6221         (serial_ref, serial_unref) Declare.
6222         (struct serial): New field 'refcnt'.
6223
6224 2012-06-11  Pedro Alves  <palves@redhat.com>
6225
6226         Remove #if 0'd "connect" command, and unnecessary associated
6227         refcounting and serial reuse bits.
6228
6229         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
6230         * serial.c (last_serial_opened): Delete.
6231         (scb_base): Delete.
6232         (serial_open): Adjust.
6233         (serial_for_fd): Delete.
6234         (serial_fdopen_ops, do_serial_close): Adjust.
6235         (serial_fdopen_ops): Adjust.
6236
6237 2012-06-11  Pedro Alves  <palves@redhat.com>
6238
6239         * serial.c (do_serial_close): Remove early return when SCB is
6240         null.
6241
6242 2012-06-11  Tom Tromey  <tromey@redhat.com>
6243
6244         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6245
6246 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6247
6248         Fix regression by the "ambiguous linespec" series.
6249         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
6250         get_last_displayed_symtab and get_last_displayed_line and depending
6251         on CURSAL.
6252
6253 2012-06-11  Tom Tromey  <tromey@redhat.com>
6254
6255         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6256         (dw2_find_symbol_file): Use it.
6257
6258 2012-06-11  Michael Eager  <eager@eagercon.com>
6259
6260         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6261         * mips-linux-tdep.h (mips_signals): New
6262
6263 2012-06-11  Tom Tromey  <tromey@redhat.com>
6264
6265         * infrun.c (handle_inferior_event)
6266         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6267         breakpoint.
6268         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6269         exception logic in all cases.  Update comments.
6270         (insert_longjmp_resume_breakpoint): Set the exception resume
6271         breakpoint.
6272
6273 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
6274
6275         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6276
6277 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
6278
6279         * valarith.c (binop_types_user_defined_p): Fix a typo.
6280
6281 2012-06-08  Yao Qi  <yao@codesourcery.com>
6282             Chung-Lin Tang <cltang@codesourcery.com>
6283
6284         * arch-utils.c (default_return_in_first_hidden_param_p): New.
6285         * arch-utils.h: Declare.
6286         * gdbarch.sh: Add return_in_first_hidden_param_p.
6287         * gdbarch.c, gdbarch.h: Regenerated.
6288         * infcall.c (call_function_by_hand): Call
6289         gdbarch_return_in_first_hidden_param_p instead of
6290         language_pass_by_reference.
6291
6292         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6293         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6294         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6295         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6296         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6297         `cplus_return_struct_by_reference'.
6298         (tic6x_return_value): Handle language cplusplus.
6299         (tic6x_return_in_first_hidden_param_p): New.
6300         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6301
6302 2012-06-07  Doug Evans  <dje@google.com>
6303
6304         * dwarf2read.c (dwarf2_cu): Add comment.
6305
6306 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6307
6308         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6309         variable.
6310         (mips_eabi_push_dummy_call): Likewise.
6311         (mips_n32n64_push_dummy_call): Likewise.
6312         (mips_o32_push_dummy_call): Likewise.
6313         (mips_o64_push_dummy_call): Likewise.
6314
6315 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6316
6317         * mips-tdep.c (mips_convert_register_p): Correct coding style.
6318
6319 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6320
6321         * mips-tdep.c (mips_pseudo_register_type): Use
6322         mips_float_register_p.
6323
6324 2012-06-06  Pedro Alves  <palves@redhat.com>
6325
6326         * infrun.c (handle_inferior_event): Remove calls to
6327         reinit_frame_cache that follow a context_switch call.
6328
6329 2012-06-06  Pedro Alves  <palves@redhat.com>
6330
6331         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6332         context_switch and remove stale comment.
6333
6334 2012-06-06  Pedro Alves  <palves@redhat.com>
6335
6336         * infrun.c (struct execution_control_state): Remove
6337         `new_thread_event' field.
6338         (handle_inferior_event): Simplify new threads handling; don't
6339         resume the inferior if we find a new thread.
6340
6341 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
6342
6343         * NEWS: Document the deprecation of SH's 'regs' command.
6344         * inferior.h (all_registers_info): Add function declaration.
6345         * sh-tdep.c (sh_show_regs): Remove variable.
6346         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6347         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6348         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6349         (sh_show_regs_command): Remove functions.
6350         (sh_gdbarch_init): Don't set sh_show_regs.
6351         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6352         'info all-registers'.
6353         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6354         (sh64_show_regs): Remove functions.
6355         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6356
6357 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6358
6359         * configure.ac: Move development=true below AC_INIT.
6360         * configure: Regenerate.
6361
6362 2012-06-05  Stan Shebs  <stan@codesourcery.com>
6363
6364         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6365         gdb_stdout.
6366
6367 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6368
6369         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6370         argument as ssize_t.
6371         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6372         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6373         * target.c (target_read_stack, target_write_memory)
6374         (target_write_raw_memory): Likewise.
6375         * target.h (target_read_stack, target_write_memory)
6376         (target_write_raw_memory): Likewise.
6377
6378 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6379
6380         * symfile-mem.c: Change gdb_static_assert to ssize_t.
6381         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6382         * target.c (target_read_memory): Change LEN to ssize_t.
6383         * target.h (target_read_memory): Change LEN to ssize_t.
6384
6385 2012-06-05  Pedro Alves  <palves@redhat.com>
6386
6387         PR backtrace/13866
6388
6389         * breakpoint.c (until_break_command): Only fetch the selected
6390         frame after decode_line_1.
6391
6392 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
6393
6394         * solib-svr4.c (enable_break): Don't fallback to setting the solib
6395         event breakpoint at _start, __start or main if a program
6396         interpreter is not found.
6397
6398 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6399
6400         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6401         Add declaration.
6402         * windows-tdep.c: #include "objfiles.h".
6403         (windows_iterate_over_objfiles_in_search_order): New function.
6404         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6405         iterate_over_objfiles_in_search_order gdbarch method to
6406         windows_iterate_over_objfiles_in_search_order.
6407         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6408
6409 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6410
6411         * gdbarch.sh: Add generation of
6412         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6413         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
6414         (iterate_over_objfiles_in_search_order): New gdbarch method.
6415         * gdbarch.h, gdbarch.c: Regenerate.
6416         * objfiles.h (default_iterate_over_objfiles_in_search_order):
6417         Add declaration.
6418         * objfiles.c (default_iterate_over_objfiles_in_search_order):
6419         New function.
6420         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6421         out of lookup_symbol_aux_symtabs.
6422         (lookup_symbol_aux_symtabs): Replace extracted-out code by
6423         call to lookup_symbol_aux_objfile.
6424         (struct global_sym_lookup_data): New type.
6425         (lookup_symbol_global_iterator_cb): New function.
6426         (lookup_symbol_global): Search for symbol using
6427         gdbarch_iterate_over_objfiles_in_search_order and
6428         lookup_symbol_global_iterator_cb.
6429         * findvar.c (struct minsym_lookup_data): New type.
6430         (minsym_lookup_iterator_cb): New function.
6431         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6432         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6433         and minsym_lookup_iterator_cb.
6434
6435 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6436
6437         Revert the following patch:
6438         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6439         try locating the symbol in the symbol's own objfile first, before
6440         extending the search to all objfiles.
6441         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6442         out of lookup_symbol_aux_symtabs.
6443         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6444         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6445         Do not search EXCLUDE_OBJFILE.
6446         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6447         (lookup_symbol_global): Search for matches in the block's objfile
6448         first, before searching all other objfiles.
6449
6450 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6451
6452         * breakpoint.c (find_condition_and_thread): Stop parsing
6453         as soon as the first invalid keyword is found.
6454
6455 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6456
6457         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6458
6459 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6460
6461         * config/djgpp/djcheck.sh: Add copyright header.
6462
6463 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6464
6465         * copyright.py (update_files, main): Fix path to update-copyright
6466         script.
6467
6468 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6469
6470         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6471         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6472         for which a reminder to update by hand is printed.
6473
6474 2012-06-04  Doug Evans  <dje@google.com>
6475
6476         * buildsym.c (make_blockvector): Add comment.
6477
6478 2012-06-04  Pedro Alves  <palves@redhat.com>
6479
6480         * arch-utils.c (default_gdb_signal_from_target): Delete.
6481         * arch-utils.h (default_gdb_signal_from_target): Delete.
6482         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
6483         gdbarch_gdb_signal_from_target_p.
6484         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6485         predicate).
6486         * gdbarch.h: Regenerate.
6487         * gdbarch.c: Regenerate.
6488
6489 2012-06-04  Pedro Alves  <palves@redhat.com>
6490
6491         * gdbarch.sh (gdb_signal_from_target): Mention that the
6492         implementation of the method must be host independent.
6493         * gdbarch.h: Regenerate.
6494
6495 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6496
6497         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6498         parameters.
6499         (target_read_memory_bfd): New function.
6500         (symbol_file_add_from_memory): Use it.
6501
6502 2012-06-03  Doug Evans  <dje@google.com>
6503
6504         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6505         of primary symtab.
6506         (basic_lookup_transparent_type): Ditto.
6507
6508         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6509         (ALL_PRIMARY_SYMTABS): Use it.
6510         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6511         * dwarf2read.c (dw2_find_symbol_file): Ditto.
6512         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6513         * symtab.c (lookup_symbol_aux_objfile): Ditto.
6514         (basic_lookup_transparent_type): Ditto.
6515
6516 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
6517
6518         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
6519         it to optimize resolution of demangled name.
6520
6521 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6522
6523         * configure.ac (development): Define new variable.
6524         Call AC_CHECK_LIB for mcheck if $development.
6525         (ERROR_ON_WARNING): Enable it by default only if $development.
6526         * config.in: Regenerate.
6527         * configure: Regenerate.
6528
6529 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6530
6531         * target.c (target_read_memory): Make LEN argument as size_t.
6532         * target.h (target_read_memory): Likewise.
6533
6534 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6535
6536         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6537
6538 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6539
6540         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6541         BookE interface for PowerPC server processors if not available
6542         in the Linux Kernel.
6543
6544 2012-05-31  Keith Seitz  <keiths@redhat.com>
6545
6546         * linespec.c (decode_objc): Add cleanup to free
6547         INFO.FILE_SYMTABS.
6548         (find_linespec_symbols): Add cleanup to free CLASSES.
6549         * symfile.c (find_separate_debug_file_by_debuglink): Add
6550         cleanup to free DEBUGLINK.
6551         * ui-out.c (clear_header_list): No need to check if
6552         HEADER_NEXT.COLHDR is NULL.
6553         Free HEADER_NEXT.COL_NAME.
6554
6555 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6556
6557         * ada-lang.c (standard_lookup): Prevent uninitialized variable
6558         warning.
6559
6560 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
6561
6562         * configure.host (gdb_host_cpu): Handle tilegx*.
6563         (gdb_host): Handle tilegx-*-linux*.
6564         * tilegx-linux-nat.c: New file.
6565         * config/tilegx/linux.mh: New file.
6566
6567 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
6568
6569         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6570         tilegx-linux-tdep.o.
6571         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6572         tilegx-linux-tdep.c.
6573         * configure.tgt: Handle tilegx-*-linux*.
6574         * tilegx-tdep.h: New file.
6575         * tilegx-tdep.c: New file.
6576         * tilegx-linux-tdep.c: New file.
6577         * regformats/reg-tilegx.dat: New file.
6578
6579 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6580
6581         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6582         accounting of hw watchpoints on ppc.
6583
6584 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
6585
6586         * source.c (openp): Expand tilde in path entries.
6587
6588 2012-05-29  Doug Evans  <dje@google.com>
6589
6590         * buildsym.c (block_compar): Fix comment.
6591         (end_symtab): Fix and clarify some comments.
6592
6593         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6594         cleanup_undefined_types.
6595         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6596         All callers updated.
6597
6598 2012-05-29  Tom Tromey  <tromey@redhat.com>
6599
6600         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6601         fails.
6602         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6603         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6604         fails.
6605         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6606         fails.
6607
6608 2012-05-29  Tristan Gingold  <gingold@adacore.com>
6609
6610         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6611         (struct darwin_info): ... New struct.
6612         (solib_darwin_pspace_data): New variable.
6613         (darwin_pspace_data_cleanup): New function.
6614         (get_darwin_info): Likewise.
6615         (darwin_dyld_version_ok, darwin_load_image_infos)
6616         (darwin_solib_get_all_image_info_addr_at_init)
6617         (darwin_solib_read_all_image_info_addr): Add info argument.
6618         Adjust code.
6619         (darwin_current_sos): Use per pspace structure.
6620         (darwin_solib_create_inferior_hook): Likewise.
6621         (darwin_clear_solib): Likewise.
6622         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6623
6624 2012-05-28  Pedro Alves  <palves@redhat.com>
6625
6626         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6627         block that uses them.  Clear ecss before handling each event.
6628
6629 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6630
6631         * solib-svr4.c (svr4_current_sos): New comment on
6632         svr4_current_sos_via_xfer_libraries fall back.
6633
6634 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6635
6636         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
6637         it as a fallback for TYPE_IS_OPAQUE.
6638         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6639         symbols for lookup_symbol.
6640
6641 2012-05-24  John Steele Scott  <toojays@toojays.net>
6642
6643         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6644         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6645         (producer_is_gxx_lt_4_6): Move the checking and caching to...
6646         (check_producer): ... this new function, which also checks for ICC
6647         and caches the result.
6648         (producer_is_icc): New function.
6649         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6650         producer was ICC.
6651
6652 2012-05-24  Pedro Alves  <palves@redhat.com>
6653
6654         PR gdb/7205
6655
6656         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6657         (default_gdb_signal_to_target): ... this.  Add comment.
6658         (default_gdb_signal_from_host): Rename to ...
6659         (default_gdb_signal_from_target): ... this.  Add comment.
6660         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6661         (default_gdb_signal_to_target): ... this.
6662         (default_gdb_signal_from_host): Rename to ...
6663         (default_gdb_signal_from_target): ... this.
6664         * corelow.c (core_open): Adjust to naming change.  Replace comment.
6665         * gdbarch.sh (gdb_signal_from_host): Rename to ...
6666         (gdb_signal_from_target): ... this.  Adjust to
6667         default_gdb_signal_from_host naming change.  Extend comment.
6668         (gdb_signal_to_host): Rename to ...
6669         (gdb_signal_to_target): ... this.  Adjust to
6670         default_gdb_signal_to_host naming change.
6671         * gdbarch.h, gdbarch.c: Renegerate.
6672
6673 2012-05-24  Pedro Alves  <palves@redhat.com>
6674
6675         PR gdb/7205
6676
6677         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6678
6679 2012-05-24  Pedro Alves  <palves@redhat.com>
6680
6681         PR gdb/7205
6682
6683         Replace target_signal with gdb_signal throughout.
6684
6685 2012-05-24  Pedro Alves  <palves@redhat.com>
6686
6687         PR tui/14159
6688
6689         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6690         string, instead of reusing the va_list argument.
6691
6692 2012-05-24  Tom Tromey  <tromey@redhat.com>
6693
6694         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6695         Remove.
6696
6697 2012-05-23  Doug Evans  <dje@google.com>
6698
6699         * symtab.c (search_symbols): Formatting fixes.
6700         (print_symbol_info): Formatting fixes.
6701
6702         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6703         int64_t change to leb128 API.
6704         (read_encoded_value, decode_frame_entry_1): Ditto.
6705         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6706         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6707         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6708         (execute_stack_op): Ditto.
6709         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6710         (safe_read_uleb128, safe_read_sleb128): Ditto.
6711         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6712         (dwarf2_compile_expr_to_ax): Ditto.
6713         (locexpr_describe_location_piece): Ditto.
6714         (disassemble_dwarf_expression): Ditto.
6715         (locexpr_describe_location_1): Ditto.
6716
6717 2012-05-23  Stan Shebs  <stan@codesourcery.com>
6718             Kwok Cheung Yeung  <kcy@codesourcery.com>
6719
6720         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6721         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6722         (mi-cmd-info.o): New rule.
6723         * osdata.h (info_osdata_command): New declaration.
6724         * osdata.c (info_osdata_command): Change to non-static.
6725         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6726         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6727         * mi/mi-cmd-info.c: New file.
6728
6729 2012-05-23  Doug Evans  <dje@google.com>
6730
6731         * symtab.c (search_symbols): Pass NULL for file_matcher to
6732         expand_symtabs_matching if there are no files to match.
6733
6734         * gdbtypes.c (lookup_typename): Simplify.
6735
6736 2012-05-23  Pedro Alves  <palves@redhat.com>
6737
6738         * arch-utils.h (default_target_signal_to_host): Delete.
6739         * arch-utils.c (default_target_signal_to_host): Delete.
6740         * gdbarch.sh (target_signal_to_host): Remove.
6741         * gdbarch.h, gdbarch.c: Regenerate.
6742
6743 2012-05-22  Doug Evans  <dje@google.com>
6744
6745         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6746         "const gdb_byte *".
6747         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6748         (execute_cfa_program): Update to match API of leb128 functions.
6749         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6750         "const gdb_byte *".
6751         (read_unsigned_leb128, read_signed_leb128): Delete.
6752         (read_initial_length): Change type of buf argument to
6753         "const gdb_byte *".
6754         (read_encoded_value): Update to match API of leb128 functions.
6755         (decode_frame_entry): Change result to "const gdb_byte *", and
6756         similarly for "start" parameter.
6757         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
6758         (dwarf2_build_frame_info): Change local frame_ptr to
6759         "const gdb_byte *".
6760         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6761         read_uleb128, read_sleb128.  All callers updated.
6762         (safe_skip_leb128): New function.
6763         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6764         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6765         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6766         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
6767         read_uleb128, read_sleb128.
6768         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6769         (execute_stack_op): Update to match API of leb128 functions.
6770         * dwarf2expr.h: #include "leb128.h".
6771         (read_uleb128, read_sleb128): Delete.
6772         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6773         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6774         * dwarf2loc.c (debug_loc_kind): New enum.
6775         (decode_debug_loc_addresses): New function.
6776         (decode_debug_loc_dwo_addresses): New function.
6777         (dwarf2_find_location_expression): Rewrite.
6778         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6779         (locexpr_describe_location_piece): Ditto.
6780         (disassemble_dwarf_expression): Ditto.
6781         (locexpr_describe_location_1): Ditto.
6782         (loclist_describe_location): Rewrite.
6783         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6784         * dwarf2read.c (die_reader_specs): New member "buffer_end".
6785         (dwarf2_section_buffer_overflow_complaint): Renamed from
6786         dwarf2_macros_too_long_complaint.  All callers updated.
6787         (skip_leb128): Delete.
6788         (init_cu_die_reader): Initialize reader->buffer_end.
6789         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6790         (skip_form_bytes): New arg buffer_end.  All callers updated.
6791         Replace call to skip_leb128 with gdb_skip_leb128.
6792         (skip_unknown_opcode): New arg mac_end.  All callers updated.
6793         (fill_in_loclist_baton): Initialize baton->from_dwo.
6794
6795 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
6796
6797         * mips-linux-nat.c (mips_linux_read_description): Use a more
6798         verbose error message.
6799
6800 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
6801
6802         * NEWS: Add MIPS/Linux DSP support.
6803         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6804         (SIGCONTEXT_DSPCTL): New macro.
6805         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6806         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6807         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6808         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6809         (N64_SIGCONTEXT_HI3): Likewise.
6810         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6811         (N64_SIGCONTEXT_LO3): Likewise.
6812         (N64_SIGCONTEXT_DSPCTL): Likewise.
6813         (N64_SIGCONTEXT_FPCSR): Clarify definition.
6814         (mips_linux_o32_sigframe_init): Handle DSP registers.
6815         (mips_linux_n32n64_sigframe_init): Likewise.
6816
6817 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6818
6819         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6820         call to abort.
6821
6822 2012-05-22  Pedro Alves  <palves@redhat.com>
6823
6824         * target.h (store_waitstatus): Move declaration ...
6825         * inf-child.h (store_waitstatus): ... here.
6826         * target.c: Move inclusion of gdb_wait.h, and ...
6827         (store_waitstatus): ... this ...
6828         * inf-child.c: ... here.
6829         * linux-nat.c: Include inf-child.h.
6830         * rs6000-nat.c: Include inf-child.h.
6831         * spu-linux-nat.c: Include inf-child.h.
6832
6833 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6834
6835         * tracepoint.c (start_tracing): Add missing i18n markup.
6836         (stop_tracing, set_trace_user): Ditto.
6837         (set_trace_notes, set_trace_stop_notes): Ditto.
6838
6839 2012-05-21  Tom Tromey  <tromey@redhat.com>
6840
6841         PR c++/7173:
6842         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6843         types.
6844         * value.h (value_cast_pointers): Update.
6845         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6846         (value_cast): Update.
6847         (update_search_result): New function.
6848         (do_search_struct_field): New, from search_struct_field.  Check
6849         for ambiguous results.
6850         (search_struct_field): Rewrite.
6851         * infcall.c (value_arg_coerce): Update.
6852         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6853         value_cast_pointers.
6854         * ada-lang.c (ada_convert_actual): Update.
6855
6856 2012-05-21  Tom Tromey  <tromey@redhat.com>
6857
6858         * macroexp.c (macro_stringify): Terminate the string.
6859
6860 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6861
6862         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6863         Describe it.
6864         * auto-load.c (auto_load_expand_dir_vars): New function.
6865         (auto_load_safe_path_vec_update): Use it, remove the
6866         substitute_path_component call thanks to it.
6867         (auto_load_objfile_script): Remove the debug_file_directory processing.
6868         Use auto_load_expand_dir_vars, remove the substitute_path_component
6869         call thanks to it.
6870         * configure: Regenerate.
6871         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6872         path.  Escape $ also for $debugdir.
6873         (--with_auto_load_safe_path): Escape $ also for $debugdir.
6874         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6875
6876 2012-05-20  Doug Evans  <dje@google.com>
6877
6878         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6879         before use.  Check for symtab->includes == NULL before scanning it.
6880
6881 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6882
6883         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6884
6885 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6886
6887         * NEWS: Add microMIPS support and "set mips compression",
6888         "show mips compression" commands.
6889         * mips-tdep.h (mips_isa): New enum.
6890         (gdbarch_tdep): Add mips_isa.
6891         (mips_pc_is_mips16): Update prototype.
6892         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6893         * mips-tdep.c (mips_compression_mips16): New variable.
6894         (mips_compression_micromips): Likewise.
6895         (mips_compression_strings): Likewise.
6896         (mips_compression_string): Likewise.
6897         (is_mips16_isa, is_micromips_isa): New functions.
6898         (is_mips16_addr): Rename to...
6899         (is_compact_addr): ... this.
6900         (unmake_mips16_addr): Likewise to...
6901         (unmake_compact_addr): ... this.
6902         (make_mips16_addr): Likewise to...
6903         (make_compact_addr): ... this.
6904         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6905         functions.
6906         (mips_elf_make_msymbol_special): Handle microMIPS code.
6907         (msymbol_is_special): Rename to...
6908         (msymbol_is_mips16): ... this.
6909         (mips_make_symbol_special, mips_pc_is_mips16): Update
6910         accordingly.
6911         (msymbol_is_mips, msymbol_is_micromips): New functions.
6912         (mips16_to_32_reg): Rename to...
6913         (mips_reg3_to_reg): ... this.
6914         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6915         (mips_pc_isa): Likewise.
6916         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6917         code.
6918         (mips_fetch_instruction): Pass return status instead of printing
6919         an error message if requested.  Handle microMIPS code.  Bail out
6920         on an invalid ISA.
6921         (micromips_op): New macro.
6922         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6923         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6924         (b6s4_op, b7s3_reg): Likewise.
6925         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6926         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6927         (mips_insn_size): New function.
6928         (mips32_next_pc): Update mips_fetch_instruction call.
6929         (micromips_relative_offset7): New function.
6930         (micromips_relative_offset10): Likewise.
6931         (micromips_relative_offset16): Likewise.
6932         (micromips_pc_insn_size): Likewise.
6933         (micromips_bc1_pc): Likewise.
6934         (micromips_next_pc): Likewise.
6935         (unpack_mips16): Update mips_fetch_instruction call.
6936         (extended_mips16_next_pc): Update according to change to
6937         mips16_to_32_reg.
6938         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
6939         code.
6940         (mips16_scan_prologue): Update mips_fetch_instruction call.
6941         Update according to change to mips16_to_32_reg.
6942         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6943         (mips_insn16_frame_base_sniffer): Likewise.
6944         (micromips_decode_imm9): New function.
6945         (micromips_scan_prologue): Likewise.
6946         (mips_micro_frame_cache): Likewise.
6947         (mips_micro_frame_this_id): Likewise.
6948         (mips_micro_frame_prev_register): Likewise.
6949         (mips_micro_frame_sniffer): Likewise.
6950         (mips_micro_frame_unwind): New variable.
6951         (mips_micro_frame_base_address): New function.
6952         (mips_micro_frame_base): New variable.
6953         (mips_micro_frame_base_sniffer): New function.
6954         (mips32_scan_prologue): Update mips_fetch_instruction call.
6955         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6956         rather than for MIPS16.
6957         (mips_insn32_frame_base_sniffer): Likewise.
6958         (mips_addr_bits_remove): Handle microMIPS code.
6959         (deal_with_atomic_sequence): Rename to...
6960         (mips_deal_with_atomic_sequence): ... this.  Update the type
6961         of the variable used to hold an instruction.  Remove the ISA bit
6962         check.  Update mips_fetch_instruction call.
6963         (micromips_deal_with_atomic_sequence): New function.
6964         (deal_with_atomic_sequence): Likewise.
6965         (mips_about_to_return): Handle microMIPS code.  Update
6966         mips_fetch_instruction call.
6967         (heuristic_proc_start): Check for the standard MIPS ISA rather
6968         than for MIPS16.  Update mips_pc_is_mips16 and
6969         mips_fetch_instruction calls.  Handle microMIPS code.
6970         (mips_push_dummy_code): Handle microMIPS code.
6971         (mips_eabi_push_dummy_call): Likewise.
6972         (mips_o32_return_value): Update mips_pc_is_mips16 call.
6973         (mips_o64_push_dummy_call): Handle microMIPS code.
6974         (mips_o64_return_value): Update mips_pc_is_mips16 call.
6975         (is_delayed): Remove function.
6976         (mips_single_step_through_delay): Replace the call to is_delayed
6977         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
6978         Handle microMIPS code.
6979         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
6980         microMIPS code.
6981         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6982         call.
6983         (micromips_in_function_epilogue_p): New function.
6984         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6985         call.
6986         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6987         Handle microMIPS.
6988         (gdb_print_insn_mips): Likewise.
6989         (mips_breakpoint_from_pc): Likewise.
6990         (mips_remote_breakpoint_from_pc): New function.
6991         (mips32_instruction_has_delay_slot): Simplify making use of the
6992         updated mips_fetch_instruction interface.
6993         (micromips_instruction_has_delay_slot): New function.
6994         (mips16_instruction_has_delay_slot): Simplify making use of the
6995         updated mips_fetch_instruction interface.
6996         (mips_adjust_breakpoint_address): Check for the standard MIPS
6997         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
6998         calls.  Handle microMIPS code.
6999         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
7000         (mips_skip_trampoline_code): Handle microMIPS code.
7001         (global_mips_compression): New function.
7002         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
7003         file flags.  Register the microMIPS remote breakpoint handler
7004         and heuristic frame unwinder.
7005         (show_mips_compression): New function.
7006         (_initialize_mips_tdep): Add the "set mips compression" and
7007         "show mips compression" commands.
7008
7009 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
7010
7011         * ada-lang.c:
7012         * ada-tasks.c:
7013         * ada-varobj.c:
7014         * amd64-darwin-tdep.c:
7015         * arm-symbian-tdep.c:
7016         * arm-tdep.c:
7017         * avr-tdep.c:
7018         * ax-gdb.c:
7019         * bfin-linux-tdep.c:
7020         * breakpoint.c:
7021         * c-valprint.c:
7022         * cli/cli-cmds.c:
7023         * coffread.c:
7024         * cp-support.c:
7025         * cris-tdep.c:
7026         * dwarf2-frame-tailcall.c:
7027         * dwarf2-frame.c:
7028         * dwarf2expr.c:
7029         * dwarf2loc.c:
7030         * dwarf2read.c:
7031         * elfread.c:
7032         * eval.c:
7033         * expprint.c:
7034         * f-valprint.c:
7035         * frv-tdep.c:
7036         * h8300-tdep.c:
7037         * hppa-hpux-tdep.c:
7038         * hppa-tdep.c:
7039         * hppanbsd-tdep.c:
7040         * i386-nto-tdep.c:
7041         * i386-tdep.c:
7042         * i387-tdep.c:
7043         * ia64-tdep.c:
7044         * jit.c:
7045         * linespec.c:
7046         * linux-tdep.c:
7047         * lm32-tdep.c:
7048         * m2-valprint.c:
7049         * m32c-tdep.c:
7050         * m32r-rom.c:
7051         * m32r-tdep.c:
7052         * m68k-tdep.c:
7053         * m68klinux-tdep.c:
7054         * mi/mi-main.c:
7055         * microblaze-tdep.c:
7056         * mips-linux-tdep.c:
7057         * mips-tdep.c:
7058         * mn10300-tdep.c:
7059         * p-valprint.c:
7060         * parse.c:
7061         * ppc-linux-tdep.c:
7062         * ppc-sysv-tdep.c:
7063         * printcmd.c:
7064         * python/py-finishbreakpoint.c:
7065         * python/py-inferior.c:
7066         * python/py-infthread.c:
7067         * python/py-type.c:
7068         * python/python.c:
7069         * remote-fileio.c:
7070         * remote-m32r-sdi.c:
7071         * remote-mips.c:
7072         * reverse.c:
7073         * rl78-tdep.c:
7074         * rs6000-aix-tdep.c:
7075         * rs6000-tdep.c:
7076         * s390-tdep.c:
7077         * score-tdep.c:
7078         * sh64-tdep.c:
7079         * skip.c:
7080         * solib-darwin.c:
7081         * solib-dsbt.c:
7082         * solib-frv.c:
7083         * sparc-tdep.c:
7084         * spu-multiarch.c:
7085         * spu-tdep.c:
7086         * stack.c:
7087         * symfile.c:
7088         * symtab.c:
7089         * tic6x-tdep.c:
7090         * tracepoint.c:
7091         * v850-tdep.c:
7092         * valarith.c:
7093         * valprint.c:
7094         * value.c:
7095         * xcoffread.c:
7096         * xtensa-tdep.c:
7097         * ada-lang.c:
7098         * ada-tasks.c:
7099         * ada-varobj.c:
7100         * amd64-darwin-tdep.c:
7101         * arm-symbian-tdep.c:
7102         * arm-tdep.c: Delete unused variables.
7103
7104 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7105
7106         Rename $ddir to $datadir.
7107         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
7108         * auto-load.c (auto_load_safe_path_vec_update)
7109         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
7110         * configure: Regenerate.
7111         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
7112         Likewise.  Remove the 'use $ddir' help string.
7113
7114 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7115
7116         * auto-load.c (show_auto_load_safe_path): Accept any combination of
7117         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
7118
7119 2012-05-18  Tom Tromey  <tromey@redhat.com>
7120
7121         PR exp/13907:
7122         * valprint.h (struct value_print_options) <symbol_print>: New
7123         field.
7124         * valprint.c (user_print_options): Add default for symbol_print.
7125         (show_symbol_print): New function.
7126         (generic_val_print): Respect symbol_print.
7127         (_initialize_valprint): Add "print symbol" setting.
7128         * f-valprint.c (f_val_print): Respect symbol_print.
7129         * c-valprint.c (c_val_print): Respect symbol_print.
7130         * NEWS: Update.
7131         * printcmd.c (print_address_symbolic): Return int.  Ignore some
7132         zero-size symbols.
7133         (print_address_demangle): Return int.
7134         * defs.h: (print_address_symbolic): Return int.
7135         * value.h (print_address_demangle): Return int.
7136
7137 2012-05-18  Tom Tromey  <tromey@redhat.com>
7138
7139         * valprint.c (val_print_string): Don't print leading space.
7140         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
7141         print space before string or vtbl.
7142         * m2-valprint.c (print_unpacked_pointer): Optionally print space
7143         before string.
7144         * jv-valprint.c (java_value_print): Print space before string.
7145         * go-valprint.c (print_go_string): Print space before string.
7146         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
7147         space before string.
7148         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
7149         space before string or vtbl.
7150         * auxv.c (fprint_target_auxv): Print space after address.
7151
7152 2012-05-18  Tom Tromey  <tromey@redhat.com>
7153
7154         * printcmd.c (print_address_demangle): Remove special case for 0.
7155
7156 2012-05-18  Tom Tromey  <tromey@redhat.com>
7157
7158         * printcmd.c (print_address_demangle): Add 'opts' argument.
7159         * p-valprint.c (pascal_val_print): Update.
7160         * jv-valprint.c (java_val_print): Update.
7161         * value.h: Update.
7162         * valprint.c (generic_val_print): Update.
7163         (print_function_pointer_address): Add 'options' argument.  Remove
7164         'addressprint' argument.  Update.
7165         * m2-valprint.c (print_unpacked_pointer): Update.
7166         * gnu-v3-abi.c (print_one_vtable): Update.
7167         (gnuv3_print_method_ptr): Update.
7168         * f-valprint.c (f_val_print): Update.
7169         * cp-valprint.c (cp_print_value_fields): Update.
7170         * valprint.h (print_function_pointer_address): Update.
7171         * c-valprint.c (c_val_print): Update.
7172
7173 2012-05-18  Tom Tromey  <tromey@redhat.com>
7174
7175         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
7176         directly corresponding to the found psymtab.
7177         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
7178         (dw2_find_pc_sect_symtab): Use it.
7179         * block.h (blockvector_contains_pc): Declare.
7180         * block.c (find_block_in_blockvector): New function.
7181         (blockvector_for_pc_sect): Use it.
7182         (blockvector_contains_pc): New function.
7183
7184 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
7185
7186         * mips-tdep.h (mips_write_pc): New prototype.
7187         * mips-tdep.c (mips_write_pc): Make external, add description.
7188         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
7189         add description.
7190
7191 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
7192
7193         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
7194         mips_regnum->pc.
7195         (mips_unwind_pc, mips_write_pc): Likewise.
7196         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
7197         gdbarch_read_pc.
7198
7199 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
7200
7201         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
7202         proc_warn, proc_error, proc_get_status, proc_flags,
7203         proc_why, proc_what, proc_nsysarg, proc_sysargs,
7204         proc_set_run_on_last_close, proc_unset_run_on_last_close,
7205         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
7206         proc_stop_process, proc_wait_for_stop, proc_run_process,
7207         proc_set_traced_signals, proc_set_traced_faults,
7208         proc_set_traced_sysentry, proc_set_traced_sysexit,
7209         proc_set_held_signals, proc_get_held_signals,
7210         proc_get_traced_signals, proc_get_traced_faults,
7211         proc_get_traced_sysentry, proc_get_traced_sysexit,
7212         proc_clear_current_fault, proc_set_current_signal,
7213         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
7214         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
7215         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
7216         proc_get_current_thread, proc_get_current_thread,
7217         proc_get_current_thread, proc_update_threads,
7218         proc_update_threads, proc_update_threads, proc_update_threads,
7219         proc_iterate_over_threads, procfs_find_new_threads,
7220         procfs_pid_to_str): Make static.  Remove advance declaration.
7221         (proc_cursig): Make static.  Conditionalized defintion on
7222         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
7223         (proc_syscall, proc_set_kill_on_last_close,
7224         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
7225         proc_get_pending_signals, proc_get_signal_actions,
7226         proc_trace_signal, proc_ignore_signal): Delete.
7227
7228 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
7229
7230         * coffread.c (cs_section_address): Passing proper argument for
7231         `bfd_get_section_vma'.
7232         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
7233         `bfd_get_section_flags'.
7234         * remote.c (remote_trace_set_readonly_regions): Likewise, for
7235         `bfd_get_section_vma'.
7236
7237 2012-05-16  Tom Tromey  <tromey@redhat.com>
7238
7239         PR macros/13205:
7240         * macrotab.h: (macro_define_special): Declare.
7241         (enum macro_special_kind): New.
7242         (struct macro_definition) <argc, replacement>: Update comments.
7243         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
7244         (macro_define_object_internal): New function.
7245         (macro_define_object): Use it.
7246         (macro_define_special): New function.
7247         (fixup_definition): New function.
7248         (macro_lookup_definition, foreach_macro_in_scope)
7249         (foreach_macro): Use fixup_definition.
7250         * macroexp.h (macro_stringify): Declare.
7251         * macroexp.c (free_buffer_return_text): New function.
7252         (stringify): Constify "arg".
7253         (macro_stringify): New function.
7254         * dwarf2read.c (macro_start_file): Call macro_define_special.
7255
7256 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
7257             Maciej W. Rozycki  <macro@mips.com>
7258
7259         * breakpoint.h (bp_location): Add related_address member.
7260         * inferior.h (get_return_value): Take a pointer to struct value
7261         instead of struct type for the function requested.
7262         * value.h (using_struct_return): Likewise.
7263         * gdbarch.sh (return_value): Take a pointer to struct value
7264         instead of struct type for the function requested.
7265         * breakpoint.c (set_breakpoint_location_function): Initialize
7266         related_address for bp_gnu_ifunc_resolver breakpoints.
7267         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7268         requested function's address to gdbarch_return_value.
7269         * eval.c (evaluate_subexp_standard): Pass the requested
7270         function's address to using_struct_return.
7271         * infcall.c (call_function_by_hand): Pass the requested
7272         function's address to using_struct_return and
7273         gdbarch_return_value.
7274         * infcmd.c (get_return_value): Take a pointer to struct value
7275         instead of struct type for the function requested.
7276         (print_return_value): Update accordingly.
7277         (finish_command_continuation): Likewise.
7278         * stack.c (return_command): Pass the requested function's
7279         address to using_struct_return and gdbarch_return_value.
7280         * value.c (using_struct_return): Take a pointer to struct value
7281         instead of struct type for the function requested.  Pass the
7282         requested function's address to gdbarch_return_value.
7283         * python/py-finishbreakpoint.c (finish_breakpoint_object):
7284         New function_value member, replacing function_type.
7285         (bpfinishpy_dealloc): Update accordingly.
7286         (bpfinishpy_pre_stop_hook): Likewise.
7287         (bpfinishpy_init): Likewise.  Record the requested function's
7288         address.
7289         * mips-tdep.c (mips_fval_reg): New enum.
7290         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7291         words put in GP registers.
7292         (mips_o64_push_dummy_call): Update a comment.
7293         (mips_o32_return_value): Take a pointer to struct value instead
7294         of struct type for the function requested and use it to check if
7295         using the MIPS16 calling convention.  Return the designated
7296         general purpose registers for floating-point values returned in
7297         MIPS16 mode.
7298         (mips_o64_return_value): Likewise.
7299         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7300         (ppc_sysv_abi_broken_return_value): Likewise.
7301         (ppc64_sysv_abi_return_value): Likewise.
7302         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7303         value instead of struct type for the function requested.
7304         * amd64-tdep.c (amd64_return_value): Likewise.
7305         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7306         * arm-tdep.c (arm_return_value): Likewise.
7307         * avr-tdep.c (avr_return_value): Likewise.
7308         * bfin-tdep.c (bfin_return_value): Likewise.
7309         * cris-tdep.c (cris_return_value): Likewise.
7310         * frv-tdep.c (frv_return_value): Likewise.
7311         * h8300-tdep.c (h8300_return_value): Likewise.
7312         (h8300h_return_value): Likewise.
7313         * hppa-tdep.c (hppa32_return_value): Likewise.
7314         (hppa64_return_value): Likewise.
7315         * i386-tdep.c (i386_return_value): Likewise.
7316         * ia64-tdep.c (ia64_return_value): Likewise.
7317         * iq2000-tdep.c (iq2000_return_value): Likewise.
7318         * lm32-tdep.c (lm32_return_value): Likewise.
7319         * m32c-tdep.c (m32c_return_value): Likewise.
7320         * m32r-tdep.c (m32r_return_value): Likewise.
7321         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7322         * m68k-tdep.c (m68k_return_value): Likewise.
7323         (m68k_svr4_return_value): Likewise.
7324         * m88k-tdep.c (m88k_return_value): Likewise.
7325         * mep-tdep.c (mep_return_value): Likewise.
7326         * microblaze-tdep.c (microblaze_return_value): Likewise.
7327         * mn10300-tdep.c (mn10300_return_value): Likewise.
7328         * moxie-tdep.c (moxie_return_value): Likewise.
7329         * mt-tdep.c (mt_return_value): Likewise.
7330         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7331         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7332         (ppc_sysv_abi_broken_return_value): Likewise.
7333         (ppc64_sysv_abi_return_value): Likewise.
7334         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7335         * rl78-tdep.c (rl78_return_value): Likewise.
7336         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7337         * rx-tdep.c (rx_return_value): Likewise.
7338         * s390-tdep.c (s390_return_value): Likewise.
7339         * score-tdep.c (score_return_value): Likewise.
7340         * sh-tdep.c (sh_return_value_nofpu): Likewise.
7341         (sh_return_value_fpu): Likewise.
7342         * sh64-tdep.c (sh64_return_value): Likewise.
7343         * sparc-tdep.c (sparc32_return_value): Likewise.
7344         * sparc64-tdep.c (sparc64_return_value): Likewise.
7345         * spu-tdep.c (spu_return_value): Likewise.
7346         * tic6x-tdep.c (tic6x_return_value): Likewise.
7347         * v850-tdep.c (v850_return_value): Likewise.
7348         * vax-tdep.c (vax_return_value): Likewise.
7349         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7350         * xtensa-tdep.c (xtensa_return_value): Likewise.
7351         * gdbarch.c: Regenerate.
7352         * gdbarch.h: Regenerate.
7353
7354 2012-05-15  Tom Tromey  <tromey@redhat.com>
7355
7356         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7357
7358 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7359
7360         * breakpoint.c (init_breakpoint_sal): Add quotes around part
7361         of command in two error message.
7362
7363 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7364
7365         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7366
7367 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7368
7369         * breakpoint.c (find_condition_and_thread): Minor reformatting.
7370
7371 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7372
7373         * NEWS (show auto-load scripts-directory): Add forgotten command.
7374
7375 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7376
7377         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7378         parameters.
7379
7380 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
7381
7382         * amd64-tdep.c: Include features/i386/x32.c and
7383         features/i386/x32-avx.c.
7384         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7385         initialize_tdesc_x32_avx.
7386
7387 2012-05-14  Stan Shebs  <stan@codesourcery.com>
7388
7389         Add dynamic printf.
7390         * breakpoint.h (enum bptype): New type bp_dprintf.
7391         (struct breakpoint): New field extra_string.
7392         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7393         (create_breakpoint): Add extra_string arg.
7394         * breakpoint.c (dprintf_breakpoint_ops): New.
7395         (is_breakpoint): Add bp_dprintf.
7396         (bpstat_what): Add dprintf case.
7397         (bptype_string): Ditto.
7398         (print_one_breakpoint_location): Ditto.
7399         (init_bp_location): Ditto.
7400         (bkpt_print_mention): Ditto.
7401         (dprintf_style_enums): New array.
7402         (dprintf_style): New global.
7403         (dprintf_function): New global.
7404         (dprintf_channel): New global.
7405         (update_dprintf_command_list): New function.
7406         (update_dprintf_commands): New function.
7407         (init_breakpoint_sal): Add extra_string argument, handle it.
7408         (create_breakpoint_sal): Add extra_string argument.
7409         (create_breakpoints_sal): Add extra_string argument, update callers.
7410         (find_condition_and_thread): Add extra argument.
7411         (create_breakpoint): Add extra_string argument, record it.
7412         (dprintf_command): New function.
7413         (break_command_1): Add arg to create_breakpoint call.
7414         (handle_gnu_v3_exceptions): Ditto.
7415         (trace_command): Ditto.
7416         (ftrace_command): Ditto.
7417         (strace_command): Ditto.
7418         (bkpt_print_mention): Add dprintf case.
7419         (create_breakpoint_sal_default): Add extra_string argument.
7420         (_initialize_breakpoint): Add new commands.
7421         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7422         * python/py-breakpoint.c (bppy_init): Ditto.
7423         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7424
7425 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
7426
7427         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7428
7429 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
7430
7431         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7432         unsigned long long.
7433
7434 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
7435
7436         Add a new function gdb.find_pc_line to the Python API.
7437         * NEWS (Python Scripting): Add entry about the new function.
7438         * python/python.c (gdbpy_find_pc_line): New function which
7439         implements gdb.find_pc_line.
7440         (GdbMethods): Add entry for the new function.
7441
7442 2012-05-12  Pedro Alves  <palves@redhat.com>
7443
7444         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7445         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7446
7447 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
7448
7449         * inferior.c: Include completer.h
7450         (initialize_inferiors): Set completer of add-inferior to
7451         filename_completer.
7452
7453 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7454
7455         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7456         gdbarch_ptr_bit for x32 core dump.
7457
7458 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7459
7460         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7461         and features/i386/x32-avx-linux.c.
7462
7463 2012-05-11  Stan Shebs  <stan@codesourcery.com>
7464             Kwok Cheung Yeung  <kcy@codesourcery.com>
7465
7466         * NEWS: Describe new info os commands.
7467         * common/linux-osdata.c (PID_T, TIME_T): Define.
7468         (MAX_PID_T_STRLEN): New.
7469         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
7470         MAX_PID_T_STRLEN.
7471         (command_from_pid): Add comment.  Change to use PID_T.
7472         (commandline_from_pid):  Change to use PID_T.
7473         (user_from_pid): Add comment.
7474         (get_process_owner): Add comment. Change to use PID_T and
7475         MAX_PID_T_STRLEN.
7476         (get_number_of_cpu_cores): Add comment.
7477         (get_cores_used_by_process): Add comment.  Change to use PID_T and
7478         MAX_PID_T_STRLEN.
7479         (linux_xfer_osdata_processes): Change to use PID_T and
7480         MAX_PID_T_STRLEN.
7481         (compare_processes): New function.
7482         (linux_xfer_osdata_processgroups): New function.
7483         (linux_xfer_osdata_threads): Change to use PID_T.
7484         (linux_xfer_osdata_fds): New function.
7485         (format_socket_state, print_sockets): New functions.
7486         (union socket_addr): New union.
7487         (linux_xfer_osdata_isockets): New function.
7488         (time_from_time_t, group_from_gid): New functions.
7489         (linux_xfer_osdata_shm): New function.
7490         (linux_xfer_osdata_sem): New function.
7491         (linux_xfer_osdata_msg): New function.
7492         (linux_xfer_osdata_modules): New function.
7493         (osdata_table): Add new entries.
7494         * common/buffer.c (buffer_xml_printf): Add support for long and
7495         long long format specifiers.
7496
7497 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7498
7499         * amd64-linux-tdep.h (tdesc_x32_linux): New.
7500         (tdesc_x32_avx_linux): Likewise.
7501
7502 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7503
7504         Implement multi-component --with-auto-load-dir.
7505         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7506         entries.
7507         (--with-auto-load-safe-path): Update the default value description.
7508         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7509         New.
7510         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
7511         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
7512         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
7513         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
7514         "set auto-load scripts-directory".
7515         * config.in: Regenerate.
7516         * configure: Regenerate.
7517         * configure.ac (--with-auto-load-dir): New configure option.
7518         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7519
7520 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7521
7522         Provide $ddir substitution for --with-auto-load-safe-path.
7523         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7524         entries.
7525         * auto-load.c: Include observer.h.
7526         (auto_load_safe_path_vec_update): Call substitute_path_component for
7527         each component.  New variable ddir_subst.
7528         (auto_load_gdb_datadir_changed): New function.
7529         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7530         AUTO_LOAD_SAFE_PATH.  New comment.
7531         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7532         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
7533         * config.in: Regenerate.
7534         * configure: Regenerate.
7535         * configure.ac (--auto-load-safe-path): Rename
7536         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
7537         GDB_DATADIR/auto-load.
7538         * defs.h (substitute_path_component): New declaration.
7539         * top.c: Include observer.h.
7540         (set_gdb_datadir): New function.
7541         (init_main): Install it for "set data-directory".
7542         * utils.c (substitute_path_component): New function.
7543
7544 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7545
7546         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7547         * auto-load.c (auto_load_objfile_script): Remove check for NULL
7548         DEBUG_FILE_DIRECTORY.  Handle multiple components of
7549         DEBUG_FILE_DIRECTORY.
7550
7551 2012-05-10  Tom Tromey  <tromey@redhat.com>
7552
7553         * dwarf2read.c (recursively_write_psymbols): New function.
7554         (write_psymtabs_to_index): Use it.
7555
7556         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7557         field.
7558         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7559         (load_partial_comp_unit): Update.
7560         (queue_comp_unit): Add argument 'pretend_language'.
7561         (process_queue): Update.
7562         (psymtab_to_symtab_1): Skip dependencies that have a user.
7563         (load_partial_comp_unit_reader): Give meaning to the 'data'
7564         argument.
7565         (load_full_comp_unit): Add 'pretend_language' argument.
7566         (process_full_comp_unit): Add 'pretend_language' argument.  Set
7567         language on CU.
7568         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7569         Update.
7570         (maybe_queue_comp_unit): Add 'pretend_language' argument.
7571         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7572         Update.
7573         (prepare_one_comp_unit): Add 'pretend_language' argument.
7574
7575         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7576         (struct dwarf2_per_objfile) <just_read_cus>: New field.
7577         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7578         (dw2_do_instantiate_symtab): Check whether symtab was read in
7579         before queueing.
7580         (dw2_instantiate_symtab): Add assertion.  Call
7581         process_cu_includes.
7582         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7583         (partial_symtab_p): New typedef.
7584         (set_partial_user): New function.
7585         (dwarf2_build_psymtabs_hard): Use set_partial_user.
7586         (scan_partial_symbols): Add imported CU to imported_symtabs.
7587         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7588         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7589         (get_symtab, recursively_compute_inclusions)
7590         (compute_symtab_includes, process_cu_includes)
7591         (process_imported_unit_die): New functions.
7592         (process_die) <DW_TAG_imported_unit>: New case.
7593         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7594
7595         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7596         comment.
7597         (struct partial_die_info) <locdesc>: Remove.
7598         <d>: New field.
7599         (process_psymtab_comp_unit): Add 'read_partial' argument.
7600         Update.
7601         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7602         (scan_partial_symbols): Handle DW_TAG_imported_unit.
7603         (add_partial_symbol): Update.
7604         (process_die): Handle DW_TAG_partial_unit.
7605         (read_file_scope): Update comment.
7606         (load_partial_dies): Handle DW_TAG_imported_unit.
7607         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7608         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7609
7610 2012-05-10  Tom Tromey  <tromey@redhat.com>
7611
7612         * cc-with-dwz.sh: New file.
7613
7614 2012-05-10  Tom Tromey  <tromey@redhat.com>
7615
7616         * symtab.h (struct symtab) <includes, user>: New fields.
7617         * block.h (struct block_iterator) <d, idx, which>: New fields.
7618         * block.c (initialize_block_iterator, find_iterator_symtab)
7619         (block_iterator_step, block_iter_name_step)
7620         (block_iter_match_step): New functions.
7621         (block_iterator_first, block_iterator_next)
7622         (block_iter_name_first, block_iter_name_next)
7623         (block_iter_match_first, block_iter_match_next): Rewrite.
7624         (get_block_symtab): New function.
7625
7626 2012-05-10  Tom Tromey  <tromey@redhat.com>
7627
7628         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7629         set_block_symtab.
7630         * jit.c (finalize_symtab): Use allocate_global_block,
7631         set_block_symtab.
7632         * buildsym.c (finish_block_internal): New function, from old
7633         finish_block.
7634         (finish_block): Rewrite.
7635         (end_symtab): Use finish_block_internal, set_block_symtab.
7636         * block.h (struct global_block): New.
7637         (allocate_global_block, set_block_symtab): Declare.
7638         * block.c (allocate_global_block, set_block_symtab): New
7639         functions.
7640
7641 2012-05-10  Tom Tromey  <tromey@redhat.com>
7642
7643         * psymtab.c (partial_map_expand_apply): Add assertion.
7644         (partial_map_symtabs_matching_filename): Skip included psymtabs.
7645         (psymtab_to_symtab): Find unshared psymtab.
7646         (dump_psymtab): Print including psymtabs.
7647         (recursively_search_psymtabs): New function.
7648         (expand_symtabs_matching_via_partial): Use it.
7649         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7650         fields.
7651         (enum psymtab_search_status): New.
7652
7653 2012-05-10  Tom Tromey  <tromey@redhat.com>
7654
7655         * tracepoint.c (scope_info): Update.
7656         * symtab.c (lookup_block_symbol, iterate_over_symbols)
7657         (find_pc_sect_symtab, search_symbols)
7658         (default_make_symbol_completion_list_break_on)
7659         (make_file_symbol_completion_list): Update.
7660         * symmisc.c (dump_symtab_1): Update.
7661         * stack.c (print_frame_args, iterate_over_block_locals)
7662         (print_frame_labels, iterate_over_block_arg_vars): Update.
7663         * python/py-block.c (block_object) <dict>: Remove.
7664         <block>: New field.
7665         <iter>: Change type.
7666         (blpy_iter): Update.
7667         (blpy_block_syms_iternext): Update.
7668         * psymtab.c (map_block): Use block iterators.
7669         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7670         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7671         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7672         * infrun.c (check_exception_resume): Update.
7673         * cp-support.c (make_symbol_overload_list_block): Update.
7674         * coffread.c (patch_opaque_types): Update.
7675         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7676         * block.h (struct block_iterator): New.
7677         (block_iterator_first, block_iterator_next, block_iter_name_first)
7678         (block_iter_name_next, block_iter_match_first)
7679         (block_iter_match_next): Declare.
7680         (ALL_BLOCK_SYMBOLS): Redefine.
7681         * block.c (block_iterator_first, block_iterator_next)
7682         (block_iter_name_first, block_iter_name_next)
7683         (block_iter_match_first, block_iter_match_next): New functions.
7684         * ada-lang.c (ada_add_block_symbols)
7685         (ada_make_symbol_completion_list): Use block iterator.
7686
7687 2012-05-10  Tom Tromey  <tromey@redhat.com>
7688
7689         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7690         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7691         (lookup_partial_symbol, find_last_source_symtab_from_partial)
7692         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7693         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7694         Update.
7695
7696 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
7697
7698         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7699         print-file-var-lib2.c, print-file-var-main.c and
7700         print-file-var.exp (located in gdb/testsuite/gdb.base).
7701
7702 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
7703
7704         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7705         try locating the symbol in the symbol's own objfile first, before
7706         extending the search to all objfiles.
7707         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7708         out of lookup_symbol_aux_symtabs.
7709         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7710         Replace extracted-out code by call to lookup_symbol_aux_objfile.
7711         Do not search EXCLUDE_OBJFILE.
7712         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7713         (lookup_symbol_global): Search for matches in the block's objfile
7714         first, before searching all other objfiles.
7715
7716 2012-05-10  Tristan Gingold  <gingold@adacore.com>
7717
7718         * printcmd.c (set_command): Add pre/post inc/dec.
7719
7720 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
7721
7722         * gdb.1: Document -ex option.
7723
7724 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
7725
7726         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7727         * inferior.h (AT_SYMBOL): Delete.
7728
7729 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
7730
7731         * mips-tdep.c (mips_push_dummy_code): New function.
7732         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7733         ON_STACK and install mips_push_dummy_code as our gdbarch
7734         push_dummy_code routine.
7735
7736 2012-05-09  Pedro Alves  <palves@redhat.com>
7737
7738         * target.c (set_maintenance_target_async_permitted): Rename to ...
7739         (set_target_async_command): ... this.
7740         (show_maintenance_target_async_permitted): Rename to ...
7741         (show_target_async_command): ... this.
7742         (initialize_targets): Adjust.
7743
7744 2012-05-08  Doug Evans  <dje@google.com>
7745
7746         * go-exp.y (classify_name): Add missing assignment of fields of
7747         yylval.ssym.
7748
7749 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
7750
7751         Display the ">" prompt in interactive mode while reading canned
7752         commands, even when the current interpreter is MI.
7753
7754         * interps.c (interp_set_temp): New function.
7755
7756         * interps.h (interp_set_temp): Add prototype.
7757
7758         * cli/cli-script.c (restore_interp): New cleanup function.
7759         (read_command_lines): Temporarily override the current interpreter
7760         with CLI and arrange for restoring the original one.
7761
7762 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
7763
7764         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7765
7766 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7767
7768         * probe.c (parse_probes): Move conditional to check for
7769         debuginfo files from here...
7770         * stap-probe.c (stap_get_probes): ... to here.
7771
7772 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
7773             H.J. Lu  <hongjiu.lu@intel.com>
7774
7775         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7776         `movl %esp, %ebp' for the X32 ABI.
7777
7778 2012-05-07  Tom Tromey  <tromey@redhat.com>
7779
7780         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
7781         get_DW_TAG_name.
7782         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
7783         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
7784         (dwarf_stack_op_name): Remove.
7785         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
7786         (decode_locdesc): Use get_DW_OP_name.
7787         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7788         (dwarf2_compile_expr_to_ax): Likewise.
7789         (disassemble_dwarf_expression): Likewise.
7790         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7791
7792 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
7793
7794         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7795         (sh_linux_sigtramp_cache): New function.
7796         (sh_linux_sigreturn_init): New function.
7797         (sh_linux_rt_sigreturn_init): New function.
7798         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7799         patterns.
7800         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7801         syscall codes.
7802         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7803         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7804         (sh_linux_init_abi): Add init calls to register new tramp_frame
7805         definitions under 32-bit SH, update comments.
7806
7807 2012-05-07  Pedro Alves  <palves@redhat.com>
7808
7809         PR gdb/10952
7810
7811         * amd64-linux-tdep.c: Include glibc-tdep.h.
7812         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7813         gdbarch_skip_solib_resolver callback.
7814
7815 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7816
7817         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7818         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7819         (show_auto_load_safe_path): Check any-directory by comparison with "/".
7820         (add_auto_load_safe_path): Change the error message.
7821         (_initialize_auto_load): Change the "safe-path" help text.
7822         * configure: Regenerate
7823         * configure.ac (--without-auto-load-safe-path): Set
7824         WITH_AUTO_LOAD_SAFE_PATH to /.
7825
7826 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7827
7828         * stap-probe.h: Do not include unecessary `probe.h'.
7829
7830 2012-05-05  Alan Modra  <amodra@gmail.com>
7831
7832         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7833         bfd_und_section_ptr.
7834         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7835         and bfd_com_section_ptr.
7836
7837 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
7838
7839         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7840
7841 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
7842
7843         * windows-nat.h (segment_register_p_ftype): New typedef.
7844         (windows_set_segment_register_p): Add declaration.
7845         * windows-nat.c (segment_register_p): New static global.
7846         (windows_set_segment_register_p): New function.
7847         (do_windows_fetch_inferior_registers): Add special handling
7848         for segment registers.
7849         * amd64-windows-nat.c: #include "amd64-tdep.h".
7850         (amd64_windows_segment_register_p): New function.
7851         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7852         * i386-windows-nat.c: #include "i386-tdep.h".
7853         (i386_windows_segment_register_p): New function.
7854         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7855
7856 2012-05-04  Tristan Gingold  <gingold@adacore.com>
7857
7858         * printcmd.c (set_command): Emit a warning if the expression is not
7859         an assignment.
7860
7861 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
7862
7863         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7864         Make static.
7865
7866 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
7867
7868         * stap-probe.c (stap_is_operator): Change declaration.
7869         (stap_get_opcode): Change return value.
7870         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7871         `stap_parse_argument_1'.
7872
7873 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
7874
7875         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7876         debug log.
7877
7878 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
7879
7880         Add two new methods global_block and static_block to gdb.Symtab
7881         objects.
7882         * NEWS (Python scripting): Add entry about the new methods.
7883         * python/py-symtab.c (stpy_global_block): New function which
7884         implements the gdb.Symtab.global_block() method.
7885         (stpy_static_block): New function which implements the
7886         gdb.Symtab.static_block() method.
7887         (symtab_object_methods): Add entries for the two new methods.
7888
7889 2012-05-03  Doug Evans  <dje@google.com>
7890
7891         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7892         files.
7893
7894 2012-05-03  Yao Qi  <yao@codesourcery.com>
7895
7896         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7897         space.
7898         (i386_process_record): Ditto.
7899
7900 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7901
7902         * infcall.c (unwind_on_signal_p): Make static.
7903
7904 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7905
7906         * sol-thread.c (solaris_pid_to_str): Make static.
7907         (_initialize_sol_thread): Add prototype.
7908
7909 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7910
7911         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7912
7913 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
7914
7915         * MAINTAINERS: Remove myself.
7916
7917 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7918
7919         Fix --without-auto-load-safe-path for MS-Windows host platform.
7920         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7921
7922 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
7923
7924         * gdb_curses.h: Undefine KEY_EVENT before including curses
7925         headers.  Move "#undef MOUSE_MOVED" before any curses header
7926         inclusion.
7927
7928 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7929
7930         * features/i386/i386-mmx-linux.c: Regenerate.
7931         * features/rs6000/powerpc-32.c: Likewise.
7932         * features/rs6000/powerpc-32l.c: Likewise.
7933         * features/rs6000/powerpc-403.c: Likewise.
7934         * features/rs6000/powerpc-403gc.c: Likewise.
7935         * features/rs6000/powerpc-405.c: Likewise.
7936         * features/rs6000/powerpc-505.c: Likewise.
7937         * features/rs6000/powerpc-601.c: Likewise.
7938         * features/rs6000/powerpc-602.c: Likewise.
7939         * features/rs6000/powerpc-603.c: Likewise.
7940         * features/rs6000/powerpc-604.c: Likewise.
7941         * features/rs6000/powerpc-64.c: Likewise.
7942         * features/rs6000/powerpc-64l.c: Likewise.
7943         * features/rs6000/powerpc-750.c: Likewise.
7944         * features/rs6000/powerpc-860.c: Likewise.
7945         * features/rs6000/powerpc-e500.c: Likewise.
7946         * features/rs6000/powerpc-e500l.c: Likewise.
7947         * features/rs6000/powerpc-isa205-32l.c: Likewise.
7948         * features/rs6000/powerpc-isa205-64l.c: Likewise.
7949         * features/rs6000/rs6000.c: Likewise.
7950
7951 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7952
7953         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7954         variable.
7955         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7956         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7957         (stap_parse_argument) <e>: Likewise.
7958         (handle_stap_probe) <byte_order>: Likewise.
7959
7960 2012-04-30  Doug Evans  <dje@google.com>
7961
7962         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7963         init_and_read_dies_worker.  All callers updated.
7964         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
7965         replaced with init_cutu_and_read_dies.
7966         (load_partial_comp_unit): Pass 1 for use_existing_cu.
7967         (find_partial_die): Remove FIXME.  Don't free current CU.
7968
7969 2012-04-30  Sterling Augustine  <saugustine@google.com>
7970
7971         * contrib: New directory.
7972         * contrib/test_pubnames_and_indexes.py: New file.
7973
7974 2012-04-30  Doug Evans  <dje@google.com>
7975
7976         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7977         All callers updated.
7978         (init_cu_die_reader): Verify the section is non-empty.
7979         (dwarf_decode_line_header): Don't dereference section->asection
7980         until we know the section is present.
7981
7982 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
7983
7984         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7985         probes.
7986
7987 2012-04-29  Yao Qi  <yao@codesourcery.com>
7988
7989         * gdb-code-style.el: New hook gdb-markup-hook
7990         and gdb-comment-hook.
7991
7992 2012-04-28  Doug Evans  <dje@google.com>
7993
7994         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
7995         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7996         objfile->obfd.
7997         * symfile.h (dwarf2_debug_sections): New member addr.
7998         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7999         (ctx_no_get_addr_index): New function.
8000         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
8001         (ctx_no_get_addr_index): Declare.
8002         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
8003         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
8004         (dwarf_expr_ctx_funcs): Update.
8005         (needs_get_addr_index): New function.
8006         (needs_frame_ctx_funcs): Update.
8007         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
8008         * dwarf2read.c: #include "gdbcore.h".
8009         (dwarf2_per_objfile): New members addr, dwo_files.
8010         (dwarf2_elf_names): Add entry for addr.
8011         (struct dwo_section_names): New type.
8012         (dwo_section_names): New static global.
8013         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
8014         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
8015         old debug_types_section member updated to use this.
8016         Rename member debug_types_section to info_or_types_section,
8017         all uses updated.
8018         (signatured_type): Rename member type_offset to type_offset_in_tu,
8019         all uses updated.  New member type_offset_in_section.
8020         (struct dwo_sections): New type.
8021         (struct dwo_unit): New type.
8022         (struct dwo_file): New type.
8023         (die_reader_specs): New member dwo_file.
8024         (dwarf2_locate_sections): Watch for .debug_addr.
8025         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
8026         (dwarf2_read_section): Get bfd of section from bfd's asection,
8027         instead of objfile.
8028         (create_cus_from_index): Initialize the_cu->info_or_types_section.
8029         (create_signatured_type_table_from_index): Initialize
8030         sig_type->info_or_types_section.
8031         (dw2_get_file_names): Statement lists for type units with DWO files
8032         live in the DWO file.
8033         (create_debug_types_hash_table): New function.
8034         (create_all_type_units): Rewrite.
8035         (init_cu_die_reader): New arg dwo_file, all callers updated.
8036         (init_and_read_dies_worker): Get section from
8037         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
8038         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
8039         continue reading the CU/TU from there.
8040         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
8041         updated.  Get section from this_cu->info_or_types_section.
8042         (create_all_comp_units): Initialize this_cu->info_or_types_section.
8043         (skip_one_die): New cases DW_FORM_GNU_addr_index,
8044         DW_FORM_GNU_str_index.
8045         (hash_dwo_file, eq_dwo_file): New functions.
8046         (allocate_dwo_file_hash_table): New function.
8047         (hash_dwo_unit, eq_dwo_unit): New functions.
8048         (allocate_dwo_unit_table): New function.
8049         (dwarf2_locate_dwo_sections): New function.
8050         (struct create_dwo_info_table_data): New type.
8051         (create_debug_info_hash_table_reader): New function.
8052         (create_debug_info_hash_table): New function.
8053         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
8054         (lookup_dwo_file): New function.
8055         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
8056         (free_dwo_file, free_dwo_file_cleanup): New functions.
8057         (free_dwo_file_from_slot, free_dwo_files): New functions.
8058         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
8059         (dwarf2_record_block_ranges): Ditto.
8060         (read_partial_die): Ditto.
8061         (process_enumeration_scope): Update to use type_offset_in_section.
8062         (read_full_die_1): New function.
8063         (read_full_die): Rewrite.
8064         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
8065         DW_FORM_GNU_str_index.
8066         (read_addr_index_1, read_addr_index): New functions.
8067         (read_addr_index_from_leb128): New function.
8068         (struct dwarf2_read_addr_index_data): New type.
8069         (dwarf2_read_addr_index_reader): New function.
8070         (dwarf2_read_addr_index): New function.
8071         (read_str_index): New function.
8072         (leb128_size): New function.
8073         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
8074         If processing a type unit from a DWO file, get the line section
8075         from the DWO file.
8076         (var_decode_location): Watch for DW_OP_GNU_addr_index.
8077         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
8078         DW_FORM_GNU_str_index.
8079         (lookup_die_type): Check whether section offset of type's die is
8080         known before looking it up.  Remove assert.  Condition can
8081         legimately happen for inter-cu type references.
8082         (dwarf_attr_name): Handle Fission attributes.
8083         (dwarf_form_name): Handle Fission forms.
8084         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
8085         DW_FORM_GNU_str_index.
8086         (follow_die_sig): Update to use type_offset_in_section.
8087         (decode_locdesc): New case DW_OP_GNU_addr_index.
8088         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
8089         DW_FORM_GNU_str_index.
8090         (cu_debug_loc_section): New function.
8091         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
8092         (dwarf2_per_objfile_free): Unmap .debug_addr section.
8093         Free DWO files if present.
8094         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
8095
8096         Refactor DIE reading.
8097         * dwarf2read.c (dwarf2_per_objfile): Replace members
8098         debug_info_type_hash and debug_types_type_hash with die_type_hash.
8099         (die_reader_specs): New member "die_section".  Temporarily make
8100         member "buffer" non-const, pending constifying all info_ptr uses.
8101         (die_reader_func_ftype): New typedef.
8102         (dw2_get_file_names_reader): New function.
8103         (dw2_get_file_names): Rewrite.
8104         (read_and_check_type_unit_head): Rename arg type_offset to
8105         type_offset_in_tu.
8106         (create_all_type_units): Improve debugging message.
8107         Improve dummy type unit check.
8108         (init_cu_die_reader): New arg "section".  All callers updated.
8109         (init_and_read_dies_worker): New function.
8110         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
8111         (init_cutu_and_read_dies_no_follow): New function.
8112         (init_cutu_and_read_dies_simple): New function.
8113         (process_psymtab_comp_unit_reader): New function.
8114         (process_psymtab_comp_unit): Delete args section,
8115         is_debug_types_section.  Rewrite.  All callers updated.
8116         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
8117         All callers updated.  Rewrite.
8118         (load_partial_comp_unit_reader): New function.
8119         (load_partial_comp_unit): Rewrite.
8120         (skip_children): New arg reader.  Delete args buffer, cu.
8121         All callers updated.
8122         (skip_one_die): New arg reader.  Delete args buffer, cu.
8123         All callers updated.
8124         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
8125         All callers updated.
8126         (load_full_comp_unit_reader): New function.
8127         (load_full_comp_unit): Rewrite.
8128         (read_comp_unit): Delete.
8129         (read_die_and_children_1): Delete, contents moved ...
8130         (read_die_and_children): ... here.
8131         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
8132         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
8133         All callers updated.
8134         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
8135         All callers updated.
8136         (find_partial_die): Rewrite load_all_dies support.
8137         (read_attribute_value): New arg reader.  Delete args abfd, cu.
8138         All callers updated.
8139         (read_attribute): New arg reader.  Delete args abfd, cu.
8140         All callers updated.
8141         (load_full_type_unit): Add assert.
8142         (read_signatured_type_reader): New function.
8143         (read_signatured_type): Rewrite.
8144         (free_stack_comp_unit): Remove call to age_cached_comp_units.
8145         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
8146         All callers updated.  Set per_cu->cu = NULL after freeing it.
8147         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
8148         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
8149         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
8150         (set_die_type): Update.
8151         (get_die_type_at_offset): Update.
8152         (read_file_scope): Call prepare_one_comp_unit.
8153         (read_type_unit_scope): Ditto.
8154         (prepare_one_comp_unit): Set producer if present.
8155
8156 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
8157
8158         * probe.c (compile_rx_or_error): Silence ARI warning about missing
8159          gettext function on `error'.
8160
8161 2012-04-27  Doug Evans  <dje@google.com>
8162
8163         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
8164         is empty.
8165
8166 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
8167             Tom Tromey  <tromey@redhat.com>
8168
8169         * breakpoint.c (struct breakpoint_objfile_data)
8170         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
8171         <exception_probes>: New fields.
8172         (free_breakpoint_probes): New function.
8173         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
8174         `_Unwind_DebugHook'.
8175         (create_exception_master_breakpoint): Likewise.
8176         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
8177         * infrun.c: Including necessary header files for handling SystemTap
8178         probes.
8179         (handle_inferior_event): Handling longjmp breakpoint and exceptions
8180         via SystemTap probes.
8181         (check_exception_resume): Remove `func' argument.  Handle exception
8182         unwinding breakpoint set via a SystemTap probe.
8183         (insert_exception_resume_from_probe): New function.
8184
8185 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
8186             Tom Tromey  <tromey@redhat.com>
8187             Jan Kratochvil  <jan.kratochvil@redhat.com>
8188
8189         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
8190         (COMMON_OBS): Likewise.
8191         (HFILES_NO_SRCDIR): Add `probe'.
8192         * NEWS: Mention support for static and SystemTap probes.
8193         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
8194         SystemTap probes' arguments parser.
8195         * arm-linux-tdep.c: Including headers needed to perform the parsing
8196         of SystemTap probes' arguments.
8197         (arm_stap_is_single_operand): New function.
8198         (arm_stap_parse_special_token): Likewise.
8199         (arm_linux_init_abi): Initializing proper fields used by SystemTap
8200         probes' arguments parser.
8201         * ax-gdb.c (require_rvalue): Removing static declaration.
8202         (gen_expr): Likewise.
8203         * ax-gdb.h (gen_expr): Declaring function.
8204         (require_rvalue): Likewise.
8205         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
8206         (bkpt_probe_breakpoint_ops): New variable.
8207         (momentary_breakpoint_from_master): Set the `probe' value.
8208         (add_location_to_breakpoint): Likewise.
8209         (break_command_1): Using proper breakpoint_ops according to the
8210         argument passed by the user in the command line.
8211         (bkpt_probe_insert_location): New function.
8212         (bkpt_probe_remove_location): Likewise.
8213         (bkpt_probe_create_sals_from_address): Likewise.
8214         (bkpt_probe_decode_linespec): Likewise.
8215         (tracepoint_probe_create_sals_from_address): Likewise.
8216         (tracepoint_probe_decode_linespec): Likewise.
8217         (tracepoint_probe_breakpoint_ops): New variable.
8218         (trace_command): Using proper breakpoint_ops according to the
8219         argument passed by the user in the command line.
8220         (initialize_breakpoint_ops): Initializing breakpoint_ops for
8221         static probes on breakpoints and tracepoints.
8222         * breakpoint.h (struct bp_location) <probe>: New field.
8223         * cli-utils.c (skip_spaces_const): New function.
8224         (extract_arg): Likewise.
8225         * cli-utils.h (skip_spaces_const): Likewise.
8226         (extract_arg): Likewise.
8227         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8228         * configure.ac: Append `stap-probe.o' to be generated when ELF
8229         support is present.
8230         * configure: Regenerate.
8231         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8232         * elfread.c: Include `probe.h' and `arch-utils.h'.
8233         (probe_key): New variable.
8234         (elf_get_probes): New function.
8235         (elf_get_probe_argument_count): Likewise.
8236         (elf_evaluate_probe_argument): Likewise.
8237         (elf_compile_to_ax): Likewise.
8238         (elf_symfile_relocate_probe): Likewise.
8239         (stap_probe_key_free): Likewise.
8240         (elf_probe_fns): New variable.
8241         (elf_sym_fns): Add `sym_probe_fns' value.
8242         (elf_sym_fns_lazy_psyms): Likewise.
8243         (elf_sym_fns_gdb_index): Likewise.
8244         (_initialize_elfread): Initialize objfile cache for static
8245         probes.
8246         * gdb_vecs.h (struct probe): New forward declaration.
8247         (probe_p): New VEC declaration.
8248         * gdbarch.c: Regenerate.
8249         * gdbarch.h: Regenerate.
8250         * gdbarch.sh (stap_integer_prefix): New variable.
8251         (stap_integer_suffix): Likewise.
8252         (stap_register_prefix): Likewise.
8253         (stap_register_suffix): Likewise.
8254         (stap_register_indirection_prefix): Likewise.
8255         (stap_register_indirection_suffix): Likewise.
8256         (stap_gdb_register_prefix): Likewise.
8257         (stap_gdb_register_suffix): Likewise.
8258         (stap_is_single_operand): New function.
8259         (stap_parse_special_token): Likewise.
8260         (struct stap_parse_info): Forward declaration.
8261         * i386-tdep.c: Including headers needed to perform the parsing
8262         of SystemTap probes' arguments.
8263         (i386_stap_is_single_operand): New function.
8264         (i386_stap_parse_special_token): Likewise.
8265         (i386_elf_init_abi): Initializing proper fields used by SystemTap
8266         probes' arguments parser.
8267         * i386-tdep.h (i386_stap_is_single_operand): New function.
8268         (i386_stap_parse_special_token): Likewise.
8269         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8270         * mipsread.c (ecoff_sym_fns): Likewise.
8271         * objfiles.c (objfile_relocate1): Support relocation for static
8272         probes.
8273         * parse.c (prefixify_expression): Remove static declaration.
8274         (initialize_expout): Likewise.
8275         (reallocate_expout): Likewise.
8276         * parser-defs.h (initialize_expout): Declare function.
8277         (reallocate_expout): Likewise.
8278         (prefixify_expression): Likewise.
8279         * ppc-linux-tdep.c: Including headers needed to perform the parsing
8280         of SystemTap probes' arguments.
8281         (ppc_stap_is_single_operand): New function.
8282         (ppc_stap_parse_special_token): Likewise.
8283         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8284         probes' arguments parser.
8285         * probe.c: New file, for generic statically defined probe support.
8286         * probe.h: Likewise.
8287         * s390-tdep.c: Including headers needed to perform the parsing of
8288         SystemTap probes' arguments.
8289         (s390_stap_is_single_operand): New function.
8290         (s390_gdbarch_init): Initializing proper fields used by SystemTap
8291         probes' arguments parser.
8292         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8293         * stap-probe.c: New file, for SystemTap probe support.
8294         * stap-probe.h: Likewise.
8295         * symfile.h: Include `gdb_vecs.h'.
8296         (struct sym_probe_fns): New struct.
8297         (struct sym_fns) <sym_probe_fns>: New field.
8298         * symtab.c (init_sal): Initialize `probe' field.
8299         * symtab.h (struct probe): Forward declaration.
8300         (struct symtab_and_line) <probe>: New field.
8301         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8302         locations.
8303         (stop_tracing): Likewise.
8304         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8305
8306 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
8307             Tom Tromey  <tromey@redhat.com>
8308
8309         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8310         and to compile agent expressions.
8311         * infrun.c (siginfo_make_value): New argument `ignore'.
8312         (siginfo_funcs): New struct.
8313         (_initialize_infrun): New argument when calling
8314         `create_internalvar_type_lazy'.
8315         * thread.c (thread_id_make_value): New argument `ignore'.
8316         (thread_funcs): New struct.
8317         (_initialize_thread): New argument when calling
8318         `create_internalvar_type_lazy'.
8319         * tracepoint.c (sdata_make_value): New argument `ignore'.
8320         (sdata_funcs): New struct.
8321         (_initialize_tracepoint): New argument when calling
8322         `create_internalvar_type_lazy'.
8323         * value.c (make_value): New struct.
8324         (create_internalvar_type_lazy): New argument `data'.
8325         (compile_internalvar_to_ax): New function.
8326         (value_of_internalvar): Properly handling `make_value' case.
8327         (clear_internalvar): Likewise.
8328         (show_convenience): Adding `TRY_CATCH' block.
8329         * value.h (internalvar_make_value): Delete, replace by...
8330         (struct internalvar_funcs): ... this.
8331         (create_internalvar_type_lazy) <fun>: Delete argument.
8332         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8333         (compile_internalvar_to_ax): New function.
8334         * windows-tdep.c (tlb_make_value): New argument `ignore'.
8335         (tlb_funcs): New struct.
8336         (_initialize_windows_tdep): New argument when calling
8337         `create_internalvar_type_lazy'.
8338
8339 2012-04-27  Mark Wielaard  <mjw@redhat.com>
8340
8341         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8342         see whether it is an address or a constant offset from DW_AT_low_pc.
8343         (dwarf2_record_block_ranges): Likewise.
8344         (read_partial_die): Likewise.
8345
8346 2012-04-26  Mark Wielaard  <mjw@redhat.com>
8347
8348         * MAINTAINERS (Write After Approval): Add myself to the list.
8349
8350 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
8351
8352         * proc-utils.h (proc_prettyprint_signalset): New prototype.
8353         (proc_prettyprint_signal): Likewise.
8354         (proc_prettyprint_faultset): Likewise.
8355         (proc_prettyprint_fault): Likewise.
8356         (proc_prettyprint_actionset): Likewise.
8357         (proc_prettyprint_flags): Move to new proc-flags.c section.
8358         (proc_prettyfprint_flags): New prototype.
8359         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8360         (proc_syscall, proc_cursig): Likewise.
8361         (proc_set_kill_on_last_close): Likewise.
8362         (proc_unset_kill_on_last_close): Likewise.
8363         (proc_set_watchpoint): Make static.
8364         (proc_delete_dead_threads): Likewise.
8365         (procfs_set_watchpoint): Likewise.
8366         (_initialize_procfs): Add prototype.
8367         * proc-events.c: Include proc-utils.h.
8368         (init_syscall_table): Make static.
8369         * proc-api.c (_initialize_proc_api): Add prototype.
8370         * proc-flags.c: Include proc-utils.h.
8371
8372 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
8373
8374         * configure.ac: Add AC_ARG_PROGRAM.
8375         * configure: Regenerate.
8376
8377 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8378
8379         Fix DW_AT_lower_bound defaults for DWARF-4+.
8380         * dwarf2read.c (read_subrange_type): Remove initialization of low and
8381         high.  New variable low_default_is_valid.  Implement DWARF-4+
8382         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
8383         no default by the DWARF standard.
8384
8385 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
8386             Maciej W. Rozycki  <macro@codesourcery.com>
8387
8388         * infrun.c (handle_inferior_event): Move the check for return
8389         trampolines ahead of the check for function trampolines.
8390         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8391         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8392         (mips_str_mips16_ret_stub): Likewise.
8393         (mips_str_call_fp_stub): Likewise.
8394         (mips_str_call_stub): Likewise.
8395         (mips_str_fn_stub): Likewise.
8396         (mips_str_pic): Likewise.
8397         (mips_in_frame_stub): New function.
8398         (mips_unwind_pc): Return the return address rather than the PC
8399         if the PC of an intermediate frame is inside a call thunk.
8400         (mips_is_stub_suffix): New function.
8401         (mips_is_stub_mode): Likewise.
8402         (mips_get_mips16_fn_stub_pc): Likewise.
8403         (mips_skip_mips16_trampoline_code): Update to handle all the
8404         currently generated stub types.  Don't recurse into __fn_stub
8405         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
8406         Use cooked register accesses.
8407         (mips_in_return_stub): Reintroduce function.
8408         (mips_skip_trampoline_code): Traverse trampolines recursively.
8409         (mips_gdbarch_init): Handle MIPS16 return trampolines.
8410
8411 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
8412
8413         GDB 7.4.1 released.
8414
8415 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
8416
8417         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8418         * features/arm-with-m-vfp-d16.xml: New file. Describes
8419         Cortex-M with VFPv4-sp-d16 FPU register layout.
8420         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8421         * features/arm-with-m-vfp-d16.c: New. Generated from above.
8422         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8423         (arm-register_g_packet_guesses): Add vfp-d16 guess.
8424         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8425
8426 2012-04-25  Doug Evans  <dje@google.com>
8427
8428         * cli/cli-decode.c (print_doc_line): Use stream instead of
8429         current_uiout.
8430
8431 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
8432
8433         * features/arm-with-iwmmxt.c: Regenerate.
8434         * features/arm-with-m-fpa-layout.c: Likewise.
8435         * features/arm-with-m.c: Likewise.
8436         * features/arm-with-neon.c: Likewise.
8437         * features/arm-with-vfpv2.c: Likewise.
8438         * features/arm-with-vfpv3.c: Likewise.
8439         * features/mips-dsp-linux.c: Likewise.
8440         * features/mips-linux.c: Likewise.
8441         * features/mips64-dsp-linux.c: Likewise.
8442         * features/mips64-linux.c: Likewise.
8443         * features/s390-linux32.c: Likewise.
8444         * features/s390-linux32v1.c: Likewise.
8445         * features/s390-linux32v2.c: Likewise.
8446         * features/s390-linux64.c: Likewise.
8447         * features/s390-linux64v1.c: Likewise.
8448         * features/s390-linux64v2.c: Likewise.
8449         * features/s390x-linux64.c: Likewise.
8450         * features/s390x-linux64v1.c: Likewise.
8451         * features/s390x-linux64v2.c: Likewise.
8452         * features/tic6x-c62x-linux.c: Likewise.
8453         * features/tic6x-c62x.c: Likewise.
8454         * features/tic6x-c64x-linux.c: Likewise.
8455         * features/tic6x-c64x.c: Likewise.
8456         * features/tic6x-c64xp-linux.c: Likewise.
8457         * features/tic6x-c64xp.c: Likewise.
8458         * target-descriptions.c: Only generate `field_type' and `type'
8459         variables when needed.
8460
8461 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
8462
8463         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8464
8465 2012-04-25  Doug Evans  <dje@google.com>
8466
8467         Initial pass at Go language support.
8468         * NEWS: Mention Go.
8469         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8470         go-valprint.c.
8471         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8472         (YYFILES): Add go-exp.c.
8473         (YYOBJ): Add go-exp.o.
8474         (local-maintainer-clean): Delete go-exp.c.
8475         * defs.h (enum language): Add language_go.
8476         * dwarf2read.c: #include "go-lang.h".
8477         (fixup_go_packaging): New function.
8478         (process_full_comp_unit): Call it when processing Go CUs.
8479         (dwarf2_physname): Add Go support.
8480         (read_file_scope): Handle missing language spec for GNU Go.
8481         (set_cu_language): Handle DW_LANG_Go.
8482         * go-exp.y: New file.
8483         * go-lang.h: New file.
8484         * go-lang.c: New file.
8485         * go-typeprint.c: New file.
8486         * go-valprint.c: New file.
8487         * symtab.c: #include "go-lang.h".
8488         (symbol_set_language): Handle language_go.
8489         (symbol_find_demangled_name, symbol_set_names): Ditto.
8490         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8491
8492 2012-04-24  Jim Meyering  <meyering@redhat.com>
8493
8494         avoid a few strncpy-induced buffer overruns
8495         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8496         fname and psargs before trying to concatenate.
8497         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8498         "name" before applying strchr.
8499
8500 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
8501
8502         * CONTRIBUTE: Use unified diff instead of context diff when
8503         generating patches.
8504
8505 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
8506
8507         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8508         code.  Handle JR.HB correctly.
8509
8510 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
8511
8512         * mips-tdep.c
8513         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8514         with the other MIPS16 helpers.
8515
8516 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
8517
8518         * observer.sh: Conditionally declare `args', thus cleaning up
8519         unused instances of this variable.
8520
8521 2012-04-24  Yao Qi  <yao@codesourcery.com>
8522
8523         Revert this patch to allow breakpoint always-inserted
8524         in record target.
8525         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
8526         * breakpoint.c: Include record.h.
8527         (breakpoints_always_inserted_mode): Return false when the record
8528         target is in use.
8529
8530         * breakpoint.c (iterate_over_bp_locations): New.
8531         * breakpoint.h: Declare.
8532         New typedef walk_bp_location_callback.
8533         * record.c (record_open): Call record_init_record_breakpoints.
8534         (record_sync_record_breakpoints): New.
8535         (record_init_record_breakpoints): New.
8536         * NEWS: Mention supporting breakpoint always-inserted mode in
8537         record target.
8538
8539 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
8540
8541         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8542         any thread.
8543
8544 2012-04-24  Yao Qi  <yao@codesourcery.com>
8545
8546         * breakpoint.c (ep_is_catchpoint): Renamed to ...
8547         (is_catchpoint): ... it.
8548         (print_one_breakpoint_location): Caller update.
8549         * breakpoint.h: Update declaration.
8550
8551 2012-04-23  David S. Miller  <davem@davemloft.net>
8552
8553         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8554
8555 2012-04-23  Tom Tromey  <tromey@redhat.com>
8556
8557         * buildsym.c (add_free_pendings): Remove.
8558         * buildsym.h (add_free_pendings): Remove.
8559
8560 2012-04-23  Doug Evans  <dje@google.com>
8561
8562         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8563         attr.u.unsnd instead of attr.u.addr.
8564         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8565         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8566         DW_FORM_ref_udata.
8567         (dump_die_shallow): Update cases DW_FORM_ref_addr,
8568         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
8569         DW_FORM_ref_udata.
8570         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8571
8572 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
8573
8574         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8575         (mips_o32_return_value): Likewise.
8576         (mips_o64_return_value): Likewise.
8577
8578 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
8579
8580         * ada-lang.c (ada_evaluate_subexp): Add cases for
8581         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8582         their treatment in eval.c.
8583
8584 2012-04-21  David S. Miller  <davem@davemloft.net>
8585
8586         * sparc-tdep.c (X_DISP10): Define.
8587         (sparc_analyze_control_transfer): Handle compare-and-branch.
8588
8589 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
8590
8591         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8592         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8593
8594 2012-04-20  Nigel Stephens  <nigel@mips.com>
8595             Maciej W. Rozycki  <macro@codesourcery.com>
8596
8597         * mips-tdep.c (mips_float_register_p): New function.
8598         (mips_convert_register_float_case_p): Use mips_float_register_p.
8599         (mips_register_type): Likewise.
8600         (mips_print_register): Likewise.
8601         (print_gp_register_row): Likewise.
8602         (mips_print_registers_info): Likewise.
8603
8604 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
8605
8606         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8607         of mips16 symbols.
8608
8609 2012-04-20  Andrew Pinski  <apinski@cavium.com>
8610
8611         * MAINTAINERS (Write After Approval): Add myself to the list.
8612
8613 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8614
8615         * MAINTAINERS: Update my e-mail address.
8616
8617 2012-04-20  Pedro Alves  <palves@redhat.com>
8618
8619         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8620         $srcdir.
8621         * configure: Regenerate.
8622
8623 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8624
8625         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
8626         declaration.
8627         * gdb_vecs.h: Declare `const_char_ptr' VEC.
8628
8629 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8630
8631         Fix compilation compatibility with python-2.4
8632         * python/py-type.c (convert_field): Cast ADDRSTRING for
8633         PyObject_SetAttrString as non-const.  New comment.
8634
8635 2012-04-19  Tom Tromey  <tromey@redhat.com>
8636
8637         * top.c (quit_target): Use all_cleanups.
8638         * main.c (captured_command_loop): Use all_cleanups.
8639         * exceptions.c (throw_exception): Use all_cleanups.
8640
8641 2012-04-19  Pedro Alves  <palves@redhat.com>
8642
8643         * Makefile.in (GNULIB_BUILDDIR): New.
8644         (LIBGNU, INCGNU, GNULIB_H): Adjust.
8645         (SUBDIRS): Add $(GNULIB_BUILDDIR).
8646         (CLEANDIRS). Remove gnulib/import.
8647         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8648         (all-lib): Ditto.
8649         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8650         (gnulib/import/Makefile): Replace gnulib/import with
8651         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
8652         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8653         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
8654         acx_configure_dir.m4.
8655         * acinclude.m4: Include acx_configure_dir.m4.
8656         * acx_configure_dir.m4: New file.
8657         * aclocal.m4: Regenerate.
8658         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8659         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
8660         (GNULIB): New variable.
8661         (GNULIB_STDINT_H): Adjust.
8662         (AC_OUTPUT): Don't output gnulib/Makefile.
8663         * gdb/defs.h: Include build-gnulib/config.h.
8664         * aclocal.m4: Regenerate.
8665         * config.in: Regenerate.
8666         * configure: Regenerate.
8667
8668         * gnulib/Makefile.in: New file.
8669         * gnulib/configure.ac: New file.
8670         * gnulib/aclocal.m4: New file.
8671         * gnulib/config.in: New file.
8672         * gnulib/configure: New file.
8673         * gnulib/: Re-run gnulib-tool to adjust.
8674
8675 2012-04-19  Doug Evans  <dje@google.com>
8676
8677         * cleanups.h (struct cleanup): Move to cleanups.c.
8678         (make_cleanup_dtor_ftype): New typedef.
8679         (make_cleanup_dtor): Use it.
8680         (ALL_CLEANUPS): Replace with ...
8681         (all_cleanups): ... this.  Declare.  All uses updated.
8682         * cleanups.c: #include "gdb_assert.h".
8683         (sentinel_cleanup): New static global.
8684         (SENTINEL_CLEANUP): Define.
8685         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8686         (make_my_cleanup2): Assert result is non-NULL.
8687         (all_cleanups): New function.
8688         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8689         of NULL.
8690
8691 2012-04-19  Pedro Alves  <palves@redhat.com>
8692
8693         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8694         Adjust paths to gnulib imported files.
8695
8696 2012-04-19  Pedro Alves  <palves@redhat.com>
8697
8698         * gnulib/: Move whole directory ...
8699         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8700         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8701         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8702         (aclocal_m4_deps): Adjust.
8703         * aclocal.m4: Regenerate.
8704         * configure: Regenerate.
8705         * configure.ac: Adjust AC_OUTPUT output.
8706
8707 2012-04-19  Yao Qi  <yao@codesourcery.com>
8708
8709         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8710         (vec.o): New rule.
8711         * vec.c: Move it ...
8712         * common/vec.c: ... here.
8713         * vec.h: Move it ...
8714         * common/vec.h: ... here.
8715
8716 2012-04-19  Yao Qi  <yao@codesourcery.com>
8717
8718         * gdb-code-style.el: New.
8719
8720 2012-04-18  Pedro Alves  <palves@redhat.com>
8721
8722         Update gnulib from latest git.
8723         (639ea5ae15e39fe48d43e04864b2997301e4b969)
8724
8725         * gnulib/Makefile.am: Update.
8726         * gnulib/dummy.c: Update.
8727         * gnulib/extra/arg-nonnull.h: Update.
8728         * gnulib/extra/c++defs.h: Update.
8729         * gnulib/extra/update-copyright: Update.
8730         * gnulib/extra/warn-on-use.h: Update.
8731         * gnulib/inttypes.in.h: Update.
8732         * gnulib/m4/00gnulib.m4: Update.
8733         * gnulib/m4/extensions.m4: Update.
8734         * gnulib/m4/gnulib-cache.m4: Update.
8735         * gnulib/m4/gnulib-common.m4: Update.
8736         * gnulib/m4/gnulib-comp.m4: Update.
8737         * gnulib/m4/gnulib-tool.m4: Update.
8738         * gnulib/m4/include_next.m4: Update.
8739         * gnulib/m4/inttypes-pri.m4: Update.
8740         * gnulib/m4/inttypes.m4: Update.
8741         * gnulib/m4/longlong.m4: Update.
8742         * gnulib/m4/memchr.m4: Update.
8743         * gnulib/m4/memmem.m4: Update.
8744         * gnulib/m4/mmap-anon.m4: Update.
8745         * gnulib/m4/multiarch.m4: Update.
8746         * gnulib/m4/onceonly.m4: Update.
8747         * gnulib/m4/stddef_h.m4: Update.
8748         * gnulib/m4/stdint.m4: Update.
8749         * gnulib/m4/string_h.m4: Update.
8750         * gnulib/m4/warn-on-use.m4: Update.
8751         * gnulib/m4/wchar_h.m4: Update.
8752         * gnulib/m4/wchar_t.m4: Update.
8753         * gnulib/m4/wint_t.m4: Update.
8754         * gnulib/memchr.c: Update.
8755         * gnulib/memmem.c: Update.
8756         * gnulib/stddef.in.h: Update.
8757         * gnulib/stdint.in.h: Update.
8758         * gnulib/str-two-way.h: Update.
8759         * gnulib/string.in.h: Update.
8760         * gnulib/wchar.in.h: Update.
8761
8762         * gnulib/extra/arg-nonnull.h: Delete.
8763         * gnulib/extra/c++defs.h: Delete.
8764         * gnulib/extra/warn-on-use.h: Delete.
8765         * gnulib/m4/wchar_h.m4: Delete.
8766         * gnulib/m4/wint_t.m4: Delete.
8767         * gnulib/wchar.in.h: Delete.
8768
8769         * gnulib/extra/snippets/arg-nonnull.h: New.
8770         * gnulib/extra/snippets/c++defs.h: New.
8771         * gnulib/extra/snippets/warn-on-use.h: New.
8772
8773         * aclocal.m4: Regenerate.
8774         * config.in: Regenerate.
8775         * configure: Regenerate.
8776         * gnulib/Makefile.in: Regenerate.
8777
8778 2012-04-18  Pedro Alves  <palves@redhat.com>
8779
8780         Reimport the update-copyright module from gnulib
8781         (250b80067c1e1d8faa0c42fb572f721975b929c5).
8782
8783         * configure: Regenerate.
8784         * gnulib/Makefile.am: Update.
8785         * gnulib/Makefile.in: Regenerate.
8786         * gnulib/extra/update-copyright: Update.
8787         * gnulib/m4/gnulib-cache.m4: Update.
8788         * gnulib/m4/gnulib-comp.m4: Update.
8789
8790 2012-04-18  Tristan Gingold  <gingold@adacore.com>
8791
8792         * configure.ac (aix): Put -lpthread into libs.
8793         * configure: Regenerate.
8794
8795 2012-04-18  Tom Tromey  <tromey@redhat.com>
8796
8797         * linespec.c (convert_linespec_to_sals): Don't use
8798         SYMBOL_OBJ_SECTION.
8799         (compare_msymbols): Arguments are minsym_and_objfile, not
8800         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
8801
8802 2012-04-18  Pedro Alves  <palves@redhat.com>
8803
8804         Revert gnulib/ part of:
8805         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
8806         Copyright year update in most files (performed by copyright.sh).
8807
8808 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
8809
8810         Fix 64-bit constants on 32-bit hosts.
8811         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8812         from unsigned long to ULONGEST.
8813         (read_signed_leb128): Change declaration return type from long to
8814         LONGEST.
8815         (dwarf2_const_value_attr): Change declaration parameter value from long
8816         to LONGEST.
8817         (dwarf2_compute_name): Change variable value from long to LONGEST.
8818         (read_unsigned_leb128): Change return type, variable result and some
8819         casts from unsigned long to ULONGEST.
8820         (read_signed_leb128): Change return type, variable result and some
8821         casts from long to LONGEST.
8822         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8823         value from long to LONGEST.
8824         (dwarf2_const_value): Change variable value from long to LONGEST.
8825         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8826         plongest and hex_string.
8827         * symtab.h (struct general_symbol_info): Change ivalue from long to
8828         LONGEST, remove the comment.
8829         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8830         Change SYMBOL_VALUE format strings to use plongest and hex_string.
8831
8832 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
8833
8834         PR symtab/7259:
8835         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8836         * ada-lang.c (ada_discrete_type_high_bound)
8837         (ada_discrete_type_low_bound): Fix function comment.  Use
8838         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8839         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8840         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8841         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8842         Use TYPE_FIELD_ENUMVAL.
8843         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8844         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8845         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8846         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
8847         TYPE_CODE_ENUM.
8848         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8849         * dwarf2read.c (process_enumeration_scope): Likewise.
8850         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8851         field.bitpos.
8852         (class StructMainTypePrettyPrinter): Support also
8853         FIELD_LOC_KIND_ENUMVAL.
8854         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8855         TYPE_CODE_ENUM.
8856         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8857         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8858         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8859         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
8860         field enumval.
8861         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8862         accommodate enumval.
8863         (struct call_site): Adjust loc_kind to accommodate enumval.
8864         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8865         (TYPE_FIELD_ENUMVAL): New macros.
8866         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8867         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8868         TYPE_CODE_ENUM.
8869         * p-typeprint.c (pascal_type_print_base): Likewise.
8870         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8871         enumval.
8872         * python/lib/gdb/types.py (make_enum_dict): Likewise.
8873         * python/py-type.c (convert_field): New variable addrstring.  Use
8874         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8875         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8876         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8877         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8878         TYPE_CODE_ENUM.
8879         * valprint.c (generic_val_print): Likewise.
8880
8881 2012-04-17  Doug Evans  <dje@google.com>
8882
8883         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8884
8885         * dwarf2read.c: Whitespace fixes.
8886         (lookup_signatured_type): Tweak comment.
8887         (get_die_type_at_offset): Fix comment.
8888
8889 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8890
8891         * xcoffread.c (xcoff_secnum_to_sections): New function.
8892         (secnum_to_section, secnum_to_bfd_section): Reimplement
8893         using xcoff_secnum_to_sections.  Rename "secnum" parameter
8894         into "n_scnum".
8895         (RECORD_MINIMAL_SYMBOL): Delete.
8896         (record_minimal_symbol): New function.
8897         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8898         by call to record_minimal_symbol and set misc_func_recorded
8899         to 1.  Set last_csect_sec to the XCOFF section index instead
8900         of GDB's section_offset index.  Update calls to
8901         prim_record_minimal_symbol_and_info to pass the BFD section
8902         as well.
8903
8904 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8905
8906         * xcoffread.c (read_xcoff_symtab): Delete variables
8907         last_csect_val and last_csect_sec and associated code.
8908
8909 2012-04-17  Doug Evans  <dje@google.com>
8910
8911         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8912         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8913         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8914         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8915
8916         * cleanups.h: New file.
8917         * cleanups.c: New file.
8918         * Makefile.in (SFILES): Add cleanups.c.
8919         (HFILES_NO_SRCDIR): Add cleanups.h.
8920         (COMMON_OBS): Add cleanups.o.
8921         * defs.h (struct cleanup): Moved to cleanups.h.
8922         (do_cleanups,do_final_cleanups): Ditto.
8923         (discard_cleanups,discard_final_cleanups): Ditto
8924         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8925         (save_cleanups,save_final_cleanups): Ditto.
8926         (restore_cleanups,restore_final_cleanups): Ditto.
8927         (null_cleanup): Ditto.
8928         (make_my_cleanup,make_my_cleanup2): Ditto.
8929         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8930         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8931         (do_cleanups,do_final_cleanups): Ditto.
8932         (discard_cleanups,discard_final_cleanups): Ditto
8933         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8934         (save_cleanups,save_final_cleanups): Ditto.
8935         (restore_cleanups,restore_final_cleanups): Ditto.
8936         (null_cleanup): Ditto.
8937         (make_my_cleanup,make_my_cleanup2): Ditto.
8938         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8939
8940         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8941         make_my_cleanup.
8942         (make_cleanup_dyn_string_delete): Ditto.
8943         (make_cleanup_ui_file_delete): Ditto.
8944         (make_cleanup_ui_out_redirect_pop): Ditto.
8945         (make_cleanup_free_section_addr_info): Ditto.
8946         (make_cleanup_restore_integer): Ditto.
8947         (make_cleanup_unpush_target): Ditto.
8948         (make_cleanup_value_free_to_mark): Ditto.
8949         (make_cleanup_value_free): Ditto.
8950         (make_cleanup_free_so): Ditto.
8951
8952 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8953
8954         New option "set debug auto-load".
8955         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8956         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8957         (auto_load_safe_path_vec_update)
8958         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8959         if DEBUG_AUTO_LOAD.
8960         (file_is_auto_load_safe): New parameters debug_fmt and ....
8961         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8962         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8963         caller by explanatory string.
8964         (_initialize_auto_load): Register "set debug auto-load".
8965         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8966         and ....
8967         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8968         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8969         by explanatory string.
8970         * main.c (captured_main): Likewise.
8971         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8972         (source_section_scripts): Likewise.
8973
8974 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8975
8976         New option "set auto-load safe-path".
8977         * NEWS: New commands "set auto-load safe-path"
8978         and "show auto-load safe-path".
8979         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8980         (auto_load_safe_path, auto_load_safe_path_vec)
8981         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8982         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8983         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8984         (source_gdb_script_for_objfile): New variable is_safe.  Call
8985         file_is_auto_load_safe.  Return if it is not.
8986         (struct loaded_script): New field loaded.
8987         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
8988         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
8989         output "Missing" to "No".
8990         (_initialize_auto_load): New variable cmd.  Initialize
8991         auto_load_safe_path.  Register "set auto-load safe-path",
8992         "show auto-load safe-path" and "add-auto-load-safe-path".
8993         * auto-load.h (maybe_add_script): Add parameter loaded.
8994         (file_is_auto_load_safe): New declaration.
8995         * config.in: Regenerate.
8996         * configure: Regenerate.
8997         * configure.ac: New parameters --with-auto-load-safe-path
8998         and --without-auto-load-safe-path.
8999         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
9000         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
9001         * main.c (captured_main): Check file_is_auto_load_safe for
9002         LOCAL_GDBINIT.
9003         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
9004         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
9005         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
9006         not.
9007
9008 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9009
9010         auto-load: Implementation.
9011         * NEWS: New descriptions for "info auto-load",
9012         "info auto-load gdb-scripts", "info auto-load python-scripts",
9013         "info auto-load local-gdbinit" and "info auto-load libthread-db".
9014         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
9015         and "show auto-load-scripts".  New description for "set auto-load",
9016         "show auto-load", "set auto-load gdb-scripts",
9017         "show auto-load gdb-scripts", "set auto-load python-scripts",
9018         "show auto-load python-scripts", "set auto-load local-gdbinit",
9019         "show auto-load local-gdbinit", "set auto-load libthread-db" and
9020         "show auto-load libthread-db".
9021         * auto-load.c: Remove include python/python-internal.h.  Add includes
9022         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
9023         cli/cli-setshow.h.
9024         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
9025         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
9026         (gdbpy_global_auto_load): Rename to ...
9027         (global_auto_load): ... here.
9028         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
9029         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
9030         (script_language_gdb, source_gdb_script_for_objfile): New.
9031         (struct loaded_script): New field language.
9032         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
9033         LANGUAGE.
9034         (maybe_add_script): Add parameter language.  Drop redundant
9035         entry.full_path initialization.  Initialize entry.language and
9036         (*slot)->language.
9037         (auto_load_objfile_script): Change parameter suffix to language.
9038         Remove the call of maybe_add_script.
9039         Call language->source_script_for_objfile.
9040         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
9041         New.
9042         (collect_matching_scripts): Adjust it for
9043         struct collect_matching_scripts_data.
9044         (auto_load_info_scripts_pattern_nl): New variable.
9045         (info_auto_load_scripts): Rename to ...
9046         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
9047         for struct collect_matching_scripts_data.
9048         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
9049         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
9050         (auto_load_show_cmdlist_get, info_auto_load_cmd)
9051         (auto_load_info_cmdlist_get): New.
9052         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
9053         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
9054         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
9055         "info auto-load local-gdbinit".
9056         * auto-load.h (struct script_language): New.
9057         (gdbpy_global_auto_load): Rename to ...
9058         (global_auto_load): ... here.
9059         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
9060         (auto_load_local_gdbinit_loaded): New declarations.
9061         (maybe_add_script): New parameter language.
9062         (auto_load_objfile_script): Change parameter suffix to language.
9063         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
9064         (auto_load_info_scripts, auto_load_set_cmdlist_get)
9065         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
9066         declarations.
9067         * linux-thread-db.c: Include auto-load.h and ctype.h.
9068         (auto_load_thread_db, show_auto_load_thread_db): New.
9069         (struct thread_db_info): New field filename.
9070         (delete_thread_db_info): Call xfree for FILENAME.
9071         (try_thread_db_load): Initialize FILENAME.
9072         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
9073         if !AUTO_LOAD_THREAD_DB.
9074         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
9075         (_initialize_thread_db): Install auto_load_thread_db
9076         as "set auto-load libthread-db" and install info_auto_load_libthread_db
9077         as "info auto-load libthread-db".
9078         * main.c (captured_main): Rename gdbpy_global_auto_load to
9079         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
9080         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
9081         (print_gdb_help): Extend the help for 'local init file'.
9082         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
9083         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
9084         (auto_load_scripts): Rename to ...
9085         (auto_load_python_scripts): ... here, update the comment.
9086         (gdbpy_load_auto_script_for_objfile): New declaration.
9087         (show_auto_load_python_scripts, script_language_python)
9088         (gdbpy_load_auto_script_for_objfile): New.
9089         (source_section_scripts): Refactor the code.
9090         (load_auto_scripts_for_objfile): Rename to ...
9091         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
9092         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
9093         (info_auto_load_python_scripts): New.
9094         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
9095         Rename "set auto-load-scripts" to "set auto-load python-scripts".
9096         Register "set auto-load-scripts" as its deprecated alias.  Register
9097         "info auto-load python-scripts".  Register "info auto-load-scripts" as
9098         its deprecated alias.
9099         (load_auto_scripts_for_objfile): Rename to ...
9100         (gdbpy_load_auto_scripts_for_objfile): ... here.
9101         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
9102         (gdbpy_load_auto_scripts_for_objfile): ... here.
9103
9104 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9105
9106         auto-load: Move files.
9107         * Makefile.in (SFILES): Add auto-load.c.
9108         (HFILES_NO_SRCDIR): Add auto-load.h.
9109         (COMMON_OBS): Add auto-load.o.
9110         (distclean): Change .gdbinit for gdb-gdb.gdb.
9111         * auto-load.c: New file, with parts from python/py-auto-load.c.
9112         * auto-load.h: New file, with parts from python/python.h.
9113         * configure: Regenerate.
9114         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
9115         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
9116         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
9117         * main.c: Include auto-load.h.
9118         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
9119         command.h, observer.h and progspace.h to auto-load.c.  Add include
9120         auto-load.h.
9121         (gdbpy_global_auto_load, struct auto_load_pspace_info)
9122         (struct loaded_script, auto_load_pspace_data)
9123         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
9124         (hash_loaded_script_entry, eq_loaded_script_entry)
9125         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
9126         (maybe_add_script): Move to auto-load.c.
9127         (source_section_scripts): Change maybe_add_script parameters passing,
9128         use script_not_found_warning_print.
9129         (clear_section_scripts, auto_load_objfile_script)
9130         (auto_load_new_objfile, loaded_script_ptr)
9131         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
9132         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
9133         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
9134         auto_load_new_objfile and info_auto_load_scripts initizations to
9135         auto-load.c.
9136         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
9137
9138 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9139
9140         Code cleanup.
9141         * charset.c (find_charset_names): Remove variables ix and elt.
9142         Use free_char_ptr_vec.
9143         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
9144         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
9145         debugdir_end.  New variable debugdir_len.
9146         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
9147         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
9148         declarations.
9149         * progspace.c (clear_program_space_solib_cache): Remove variables ix
9150         and elt.  Use free_char_ptr_vec.
9151         * source.c (add_path): Remove variables argv, arg and argv_index.
9152         New variables dir_vec, back_to, ix and name.
9153         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
9154         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
9155         no longer expecting DIRNAME_SEPARATOR.
9156         (openp): Remove variable p, p1 and len.  New variables dir_vec,
9157         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
9158         no longer expecting DIRNAME_SEPARATOR.
9159         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
9160         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
9161         debugdir_end.
9162         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
9163         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
9164         (dirnames_to_char_ptr_vec): New functions.
9165
9166 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9167
9168         Code cleanup.
9169         * source.c (add_path): Remove always true conditional 'p == 0' and
9170         unindent its code block.
9171
9172 2012-04-17  Pedro Alves  <palves@redhat.com>
9173
9174         * gdbtypes.h (FIELD_BITPOS): Rename to ...
9175         (FIELD_BITPOS_LVAL): ... this.
9176         (FIELD_BITPOS): New.
9177         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
9178         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
9179         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
9180         SET_FIELD_BITPOS.
9181         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
9182         SET_FIELD_BITPOS.
9183         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
9184         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
9185         * target-descriptions.c (tdesc_gdb_type): Adjust to use
9186         SET_FIELD_BITPOS.
9187
9188 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
9189
9190         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
9191         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
9192         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
9193         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
9194         * jv-lang.c (java_link_class_type): Likewise, once.
9195         * stabsread.c (read_enum_type): Likewise.
9196
9197 2012-04-16  Yao Qi  <yao@codesourcery.com>
9198
9199         * common/agent.c (agent_run_command): Add one more parameter `len'.
9200         Update callers.
9201         * common/agent.h: Update declaration.
9202         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9203         Update.
9204         (linux_child_static_tracepoint_markers_by_strid): Ditto.
9205
9206 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
9207
9208         PR mi/13393
9209         * value.c (value_actual_type): New function.
9210         * value.h (value_actual_type): New declaration.
9211         * varobj.c (update_type_if_necessary): New function.
9212         (varobj_create): Call value_actual_type instead of
9213         value_type.
9214         (install_dynamic_child): distinct changed and type changed MI variable
9215         objects.
9216         (update_dynamic_varobj_children): Updated for install_dynamic_child
9217         change.  All callers updated.
9218         (varobj_update): Support for MI variable object type change if
9219         the value changed and RTTI is used to determine the type.
9220         (create_child_with_value): Call value_actual_type instead of
9221         value_type.
9222         (adjust_value_for_child_access): Extended with a new parameter which
9223         specify whether the given value should be casted to enclosing type.
9224         All callers updated.
9225
9226 2012-04-14  Yao Qi  <yao@codesourcery.com>
9227
9228         Import gnulib module inttypes from git
9229         (250b80067c1e1d8faa0c42fb572f721975b929c5)
9230         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
9231         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
9232         gnulib/m4/inttypes-pri.m4
9233         * aclocal.m4, config.in, configure: Regenerated.
9234         * gnulib/Makefile.am: Update.
9235         * gnulib/Makefile.in: Update.
9236         * gnulib/m4/gnulib-cache.m4: Update.
9237         * gnulib/m4/gnulib-comp.m4: Update.
9238         * gnulib/inttypes.in.h: New.
9239         * gnulib/m4/inttypes-pri.m4: New.
9240         * gnulib/m4/inttypes.m4: New.
9241
9242 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
9243
9244         * infrun.c (resume): Update PC address to the real PC after
9245         preparing to do displaced stepping.
9246
9247 2012-04-12  Doug Evans  <dje@google.com>
9248
9249         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9250         All callers updated.
9251
9252 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
9253
9254         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9255
9256 2012-04-12  Doug Evans  <dje@google.com>
9257
9258         * dwarf2read.c (create_all_type_units): Renamed from
9259         create_debug_types_hash_table.  All callers updated.
9260
9261         * dwarf2read.c (create_signatured_type_table_from_index): Rename
9262         local type_sig to sig_type, type_offset to type_offset_in_tu.
9263         (hash_signatured_type): Renamed from hash_type_signature,
9264         all callers updated.
9265         (eq_signatured_type): Renamed from eq_type_signature,
9266         all callers updated.
9267         (create_debug_types_hash_table): Rename local type_sig to sig_type.
9268         (process_enumeration_scope): Ditto.
9269         (lookup_signatured_type_at_offset): Ditto.
9270         (load_full_type_unit, read_signatured_type): Ditto.
9271
9272 2012-04-12  Yao Qi  <yao@codesourcery.com>
9273
9274         * remote.c (async_remote_interrupt): Correct function name in
9275         debug message.
9276         (async_remote_interrupt_twice): Ditto.
9277
9278 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
9279
9280         * source.c (find_and_open_source): Consistently pass resulting
9281         full path through xfullpath.
9282
9283 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9284
9285         Provide more specific displaced-stepping memory error message.
9286         * infrun.c (displaced_step_prepare): New variable status.  Call
9287         target_read_memory instead of read_memory, provide more specific
9288         error message.
9289
9290 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9291
9292         PR gdb/13901
9293         * darwin-nat.c (darwin_execvp): Revert previous patch.
9294
9295 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9296
9297         PR gdb/13901
9298         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9299         in case of change.
9300
9301 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9302
9303         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9304         warning.
9305
9306 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
9307
9308         New command 'explore' which helps explore values and types in
9309         scope.
9310         * NEWS: Add an entry about the new 'explore' command.
9311         * data-directory/Makefile.in: Add gdb/command/explore.py
9312         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9313         command using the GDB Python API.
9314
9315 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
9316
9317         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9318         extension in jump target calculation.
9319
9320 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
9321
9322         * mips-tdep.c (mips32_next_pc): Handle JALX.
9323
9324 2012-04-10  Yao Qi  <yao@codesourcery.com>
9325
9326         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9327
9328 2012-04-10  Yao Qi  <yao@codesourcery.com>
9329
9330         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9331         and gnulib/m4/gnulib-tool.m4.
9332
9333 2012-04-10  Doug Evans  <dje@google.com>
9334
9335         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9336         (load_partial_dies): Clarify comment.
9337         (find_partial_die): Support rereading type units.
9338         Clarify CU handling, if we know offset is in CU, don't search for the
9339         containing CU.  Add comment regarding memory waste.
9340
9341 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
9342
9343         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9344         i386/x32-avx and i386/x32-avx-linux.
9345         (i386/x32-expedite): New.
9346         (i386/x32-linux-expedite): Likewise.
9347         (i386/x32-avx-expedite): Likewise.
9348         (i386/x32-avx-linux-expedite): Likewise.
9349         ($(outdir)/i386/x32.dat): Likewise.
9350         ($(outdir)/i386/x32-linux.dat): Likewise.
9351         ($(outdir)/i386/x32-avx.dat): Likewise.
9352         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9353
9354         * features/i386/x32-avx-linux.xml: New file.
9355         * features/i386/x32-avx.xml: Likewise.
9356         * features/i386/x32-core.xml: Likewise.
9357         * features/i386/x32-linux.xml: Likewise.
9358         * features/i386/x32.xml: Likewise.
9359
9360         * features/i386/x32-avx-linux.c: New.  Generated.
9361         * features/i386/x32-avx.c: Likewise.
9362         * features/i386/x32-linux.c: Likewise.
9363         * features/i386/x32.c: Likewise.
9364         * regformats/i386/x32-avx-linux.dat: Likewise.
9365         * regformats/i386/x32-avx.dat: Likewise.
9366         * regformats/i386/x32-linux.dat: Likewise.
9367         * regformats/i386/x32.dat: Likewise.
9368
9369 2012-04-10  Tristan Gingold  <gingold@adacore.com>
9370
9371         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9372         code to kill the inferior.
9373
9374 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
9375
9376         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9377         defines.
9378         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9379         defines.
9380         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9381         (yyvsp): New defines.
9382         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9383         defines.
9384         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9385         defines.
9386         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9387         defines.
9388         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9389         defines.
9390         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9391         defines.
9392
9393 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
9394
9395         * sparc64-tdep.c (sparc64_store_arguments)
9396         (sparc64_store_arguments): Fix coding style.
9397
9398 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
9399
9400         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9401         complex floats, adjust some related comments and tighten a related
9402         assertion.
9403         (sparc64_extract_return_value): Handle complex floats.
9404
9405 2012-04-07  Doug Evans  <dje@google.com>
9406
9407         * dwarf2read.c (load_partial_dies): Change condition to assert.
9408
9409 2012-04-06  Doug Evans  <dje@google.com>
9410
9411         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9412         "mov %rsp,%rbp".
9413
9414 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
9415
9416         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9417         fencepost error.
9418         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9419         (v850_gdbarch_init): Set `num_regs' as appropriate for the
9420         architecture.
9421
9422 2012-04-05  Keith Seitz  <keiths@redhat.com>
9423
9424         * linespec.c (decode_compound): Remove.
9425         (enum offset_relative_sign): New enum.
9426         (struct line_offset): New struct.
9427         (struct linespec): New struct.
9428         (struct linespec_state): Move file_symtabs,
9429         user_filename, and user_function into struct linespec.
9430         Make result an anonymous struct holding vectors of
9431         symbolp and minsym_and_objfile_d.
9432         Add language member.
9433         (enum ls_token_type): New enum.
9434         (linespec_keywords): New array.
9435         (struct ls_token): New struct.
9436         (struct ls_parser): New struct.
9437         (linespec_lexer_lex_number): New function.
9438         (linespec_lexer_lex_keyword): New function.
9439         (is_ada_operator): New function.
9440         (skip_quote_char): New function.
9441         (copy_token_string): New function.
9442         (is_closing_quote_enclosed): New function.
9443         (find_parameter_list_end): New function.
9444         (linespec_lexer_lex_string): New function.
9445         (linespec_lexer_lex_one): New function.
9446         (linespec_lexer_consume_token): New function.
9447         (linespec_lexer_peek_token): New function.
9448         (cplusplus_error): Remove unused function.
9449         (find_methods): Update comment.
9450         (find_toplevel_char): Return const.
9451         (is_objc_method_format): Remove unused function.
9452         (find_toplevel_string): New function.
9453         (is_linespec_boundary): Remove.
9454         (symbol_not_found_error): New function.
9455         (find_method_overload_end): Remove function.
9456         (unexpected_linespec_error): New function.
9457         (keep_name_info): Remove.
9458         (linespec_parse_line_offset): New function.
9459         (linespec_parse_basic): New function.
9460         (canonicalize_linespec): New function.
9461         (decode_line_internal): Remove.
9462         (create_sals_line_offset): New function adapted from
9463         decode_all_digits.
9464         (convert_linespec_to_sals): New function.
9465         (parse_linespec): New function.
9466         (linespec_parser_new): New function.
9467         (linespec_state_destructor): Change parameter type to
9468         struct linespec_state *.
9469         Add language parameter.
9470         Remove freeing of moved members.
9471         (linespec_parser_delete): New function.
9472         (decode_line_full): Use parse_linespec and linespec_parser_new.
9473         (decode_line_1): Likewise.
9474         (decode_indirect): Rename to ...
9475         (linespec_expression_to_pc): ... this and rewrite
9476         to simply find CORE_ADDR, storing this result for later
9477         conversion to SALs.
9478         (locate_first_half): Remove.
9479         (deocde_objc): Add parameter LS.
9480         Initialize new struct collect_info members.
9481         Handle minimal symbols, too.
9482         (decode_compound): Delete.
9483         (lookup_prefix_sym): Rewrite.
9484         (compare_msymbols): New function.
9485         (find_method): Rewrite.
9486         Do not call cplusplus_error.
9487         (symtabs_from_filename): Rewrite.
9488         (collect_function_symbols): Delete.
9489         (find_function_symbols): Rewrite without ARGPTR-style
9490         processing.
9491         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9492         (decode_dollar): Adapted and renamed to ...
9493         (linespec_parse_variable): ... this.
9494         (find_linespec_symbols): New function.
9495         (decode_label): Adapted and renamed to ...
9496         (find_label_symbols): ... this.
9497         (decode_digits_list_mode): Add and use LS argument.
9498         (decode_digits_ordinary): Likewise.
9499         (collect_symbols): Do not collect SALs, just symbols and msymbols.
9500         If in list mode, allow any symbol class.  Otherwise, only
9501         permit LOC_BLOCK symbols.
9502         (minsym_found): Update comments.
9503         (search_minsyms_for_name): Do not convert the matching symbol
9504         into a SAL.  Simply push the symbol and objfile into the
9505         result vector.
9506         (decode_variable): Delete. Contents adapted into
9507         find_linespec_symbols.
9508
9509         * cp-support.c (SKIP_SPACE): Remove.
9510         (operator_tokens): Remove unused global.
9511         (cp_validate_operator): Remove.
9512         * cp-support.h (cp_validate_operator): Remove declaration.
9513
9514 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9515
9516         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9517         for TYPE_VPTR_FIELDNO.
9518         * valprint.c (valprint_check_validity): Make it global, move the
9519         function comment ...
9520         * value.h (valprint_check_validity): ... to this new declaration.
9521
9522 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9523
9524         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9525         the STATE32 api for i386 state.
9526         (i386_darwin_store_inferior_registers): Likewise.
9527
9528 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9529
9530         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9531         SS offset.
9532         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9533         format_string.
9534
9535 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9536
9537         PR gdb/13901
9538         * darwin-nat.c (darwin_execvp): Set binary preference.
9539
9540 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9541
9542         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9543
9544 2012-03-30  Tom Tromey  <tromey@redhat.com>
9545
9546         * python/python.c (gdbpy_decode_line): Move cleanup creation out
9547         of TRY_CATCH.  Fix error handling.
9548         * python/py-value.c (convert_value_from_python): Move 'old'
9549         declaration to innermost scope.
9550
9551 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9552             Andrey Smirnov  <andrew.smirnov@gmail.com>
9553
9554         -Wshadow warning fix.
9555         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9556         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9557         Adjust code accordingly.
9558
9559 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9560
9561         * ada-lang.c (symbol_completion_add): Rename parameter
9562         "encoded" into "encoded_p".  Ajust code and documentation
9563         accordingly.
9564
9565 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9566             Andrey Smirnov  <andrew.smirnov@gmail.com>
9567
9568         -Wshadow warning fix.
9569         * ada-lang.c (symbol_completion_add): Rename parameter
9570         "wild_match" into wild_match_p.  Update code and documentation
9571         accordingly.
9572
9573 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9574
9575         * ada-lang.c (symbol_completion_match): Rename parameter
9576         "encoded" into "encoded_p".  Ajust code and documentation
9577         accordingly.
9578
9579 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9580             Andrey Smirnov  <andrew.smirnov@gmail.com>
9581
9582         -Wshadow warning fix.
9583         * ada-lang.c (symbol_completion_match): Rename parameter
9584         "wild_match" into "wild_match_p".  Adjust code and function
9585         documentation accordingly.
9586
9587 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9588             Andrey Smirnov  <andrew.smirnov@gmail.com>
9589
9590         -Wshadow warning fix.
9591         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9592         "symbol_info" into "info".  Adjust code accordingly.
9593         (ada_lookup_symbol): Likewise.
9594
9595 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9596
9597         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9598         of this function's documentation.
9599
9600 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9601             Andrey Smirnov  <andrew.smirnov@gmail.com>
9602
9603         -Wshadow warning fix.
9604         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9605         variable into "wild_match_p".  Adjust code accordingly.
9606
9607 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9608             Andrey Smirnov  <andrew.smirnov@gmail.com>
9609
9610         -Wshadow warning fix.
9611         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9612         parameter into "wild_match_p".  Adjust code accordingly.
9613         Document this parameter in the function description.
9614
9615 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9616             Andrey Smirnov  <andrew.smirnov@gmail.com>
9617
9618         -Wshadow warning fix.
9619         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9620         "wild_match" parameter to "wild_match_p" (-Wshadow).
9621
9622 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9623
9624         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9625         in function documentation.
9626
9627 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9628             Andrey Smirnov  <andrew.smirnov@gmail.com>
9629
9630         -Wshadow warning fix.
9631         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9632         variable into wild_match_p.  Adjust code accordingly.
9633
9634 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9635             Andrey Smirnov  <andrew.smirnov@gmail.com>
9636
9637         * ada-valprint.c (ada_val_print_1): Move the code handling
9638         TYPE_CODE_ENUM inside its own lexical block.  Declare
9639         variables len and val there, instead of in the function's
9640         top level block.  Avoid declaring deref_val again in a way
9641         that shadows another variable of the same name declared
9642         in one of the up-level blocks.  Just re-use the up-level
9643         variable instead.
9644
9645 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9646
9647         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9648         Replace block_found argument by symbol_info.  Adjust
9649         implementation accordingly.  Add function documentation.
9650         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9651         Fix documentation.
9652         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9653         * ada-exp.y (write_object_renaming): Adjust to new
9654         ada_lookup_encoded_symbol API.
9655
9656 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9657
9658         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
9659         documentation.
9660
9661 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
9662
9663         * v850-tdep.c: Add the enum values for mpu and fpu registers.
9664         (v850_register_name): Add the mpu and fpu register names.
9665         (v850e_register_name): Add the mpu and fpu register names.
9666         (v850e2_register_name): New function.
9667         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9668         bfd_mach_v850e2v3.
9669
9670 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9671
9672         * NEWS: Add entry for Ada varobj support.
9673
9674 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9675
9676         * varobj.c (default_value_is_changeable_p): New function,
9677         extracted from varobj_value_is_changeable_p.  Add declaration.
9678         (ada_value_is_changeable_p): New function, extracted from
9679         varobj_value_is_changeable_p.  Add declaration.
9680         (struct language_specific): New field "value_is_changeable_p".
9681         (languages): Add entries for new field.
9682         (varobj_create): Set language before calling install_new_value.
9683         (varobj_value_is_changeable_p): Reimplement to call the varobj's
9684         "value_is_changeable_p" language callback.
9685
9686 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9687
9688         * ada-varobj.h, ada-varobj.c: New files.
9689         * Makefile.in (SFILES): Add ada-varobj.c.
9690         (HFILES_NO_SRCDIR): Add ada-varobj.h.
9691         (COMMON_OBS): Add ada-varobj.o.
9692
9693 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9694
9695         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
9696         (struct language_specific): New field "value_has_mutated".
9697         (languages): Set field "value_has_mutated" in each entry of array.
9698         (varobj_value_has_mutated): New function.
9699         (varobj_udpdate): Add handling of type mutation.
9700         (value_of_root): Add handling of type mutation.
9701         (ada_value_has_mutated): New function.
9702
9703 2012-03-28  Pedro Alves  <palves@redhat.com>
9704
9705         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9706         Always supply $fr0 as 0.0 and $fr1 as 1.0.
9707
9708 2012-03-28  Tom Tromey  <tromey@redhat.com>
9709
9710         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9711         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
9712         before returning.
9713
9714 2012-03-28  Tom Tromey  <tromey@redhat.com>
9715
9716         * .dir-locals.el: New file.
9717
9718 2012-03-28  Pedro Alves  <palves@redhat.com>
9719
9720         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9721
9722 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9723
9724         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9725         handling for r0.
9726
9727 2012-03-27  Pedro Alves  <palves@redhat.com>
9728
9729         Eliminate struct ui_stream.
9730
9731         * ui-out.h (struct ui_stream): Delete.
9732         (ui_out_field_stream): Adjust prototype.
9733         (ui_out_stream_new, ui_out_stream_delete)
9734         (make_cleanup_ui_out_stream_delete): Delete declarations.
9735         * ui-out.c (ui_out_field_stream): Change prototype to take a
9736         ui_file instead of a ui_stream.  Adjust.
9737         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9738         (make_cleanup_ui_out_stream_delete): Delete.
9739         * breakpoint.c (print_breakpoint_location)
9740         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9741         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9742         * disasm.c (dump_insns): Ditto.
9743         (do_mixed_source_and_assembly, do_assembly_only): Adjust
9744         prototype.
9745         (gdb_disassembly): Use ui_file/mem_fileopen instead of
9746         ui_stream/ui_out_stream_new.
9747         * infcmd.c (print_return_value): Ditto.
9748         * osdata.c (info_osdata_command): Don't allocate a local
9749         ui_stream.
9750         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9751         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9752         * tracepoint.c (print_one_static_tracepoint_marker): Don't
9753         allocate a local ui_stream.
9754         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9755         instead of ui_stream/ui_out_stream_new.
9756         (list_args_or_locals): Don't allocate a local ui_stream.
9757         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9758         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9759         ui_stream/ui_out_stream_new.
9760         * cli/cli-setshow.c (do_setshow_command): Ditto.
9761
9762 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
9763
9764         * arm-linux-tdep.c (arm_linux_init_abi): Call
9765         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
9766         * arm-tdep.c (arm_process_record): New function.
9767         (deallocate_reg_mem): New function.
9768         (decode_insn): New function.
9769         (thumb_record_branch): New function.
9770         (thumb_record_ldm_stm_swi(): New function.
9771         (thumb_record_misc): New function.
9772         (thumb_record_ld_st_stack): New function.
9773         (thumb_record_ld_st_imm_offset): New function.
9774         (thumb_record_ld_st_reg_offset(): New function.
9775         (thumb_record_add_sub_cmp_mov): New function.
9776         (thumb_record_shift_add_sub): New function.
9777         (arm_record_coproc_data_proc): New function.
9778         (arm_record_coproc): New function.
9779         (arm_record_b_bl): New function.
9780         (arm_record_ld_st_multiple): New function.
9781         (arm_record_ld_st_reg_offset): New function.
9782         (arm_record_ld_st_imm_offset): New function.
9783         (arm_record_data_proc_imm): New function.
9784         (arm_record_data_proc_misc_ld_str): New function.
9785         (arm_record_extension_space): New function.
9786         (arm_record_strx): New function.
9787         (sbo_sbz): New function.
9788         (struct insn_decode_record): New structure for arm insn record.
9789         (REG_ALLOC): New macro for reg allocations.
9790         (MEM_ALLOC): New macro for memory allocations.
9791         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9792
9793 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
9794
9795         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9796         (store_register): Likewise.
9797
9798 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
9799
9800         * MAINTAINERS (Write After Approval): Add myself to the list.
9801
9802 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9803
9804         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9805         Describe also the option "auto".
9806
9807 2012-03-22  Richard Henderson  <rth@redhat.com>
9808
9809         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9810         * sparc-nat.c (sparc_xfer_wcookie): Make static.
9811
9812 2012-03-22  Richard Henderson  <rth@redhat.com>
9813
9814         * jit.c (jit_read_code_entry): Compute alignment and offset of
9815         int64_t member before computing entry_size.
9816
9817 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
9818
9819         Python scripting: Add new method Value.referenced_value to
9820         gdb.Value which can dereference pointer as well as reference
9821         values.
9822         * NEWS: Add entry under 'Python scripting' about the new method
9823         Value.referenced_value on gdb.Value objects.
9824         * python/py-value.c (valpy_referenced_value): New function
9825         defining a new method on gdb.Value objects which can dereference
9826         pointer and reference values.
9827
9828 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
9829
9830         * MAINTAINERS (Write After Approval): Add myself to the list.
9831
9832 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
9833
9834         * symtab.c (skip_prologue_sal): Change test to check for "main()"
9835         in addition to "main".
9836
9837 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
9838
9839         * expression.h (op_name): Add declaration.
9840         * expprint.c (op_name): Remove declaration.  Make non-static.
9841         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9842
9843 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
9844
9845         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9846         of struct siginfo.
9847         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9848         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9849         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9850         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9851         (linux_nat_get_siginfo): Likewise.
9852         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9853         (linux_nat_get_siginfo): Likewise.
9854         * linux-tdep.c (linux_get_siginfo_type): Likewise.
9855         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9856         * procfs.c (gdb_siginfo_t): Likewise.
9857
9858 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
9859
9860         * .gitignore: Ignore more files.
9861
9862 2012-03-20  Pedro Alves  <palves@redhat.com>
9863
9864         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9865         returns.
9866
9867 2012-03-20  Yao Qi  <yao@codesourcery.com>
9868
9869         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9870         comment.
9871
9872 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9873
9874         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9875         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9876         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9877         sect_offset.
9878         * dwarf2expr.h (cu_offset, sect_offset): New types.
9879         (struct dwarf_expr_context_funcs) <dwarf_call>
9880         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9881         sect_offset.
9882         (struct dwarf_expr_context) <len>: Improve the comment.
9883         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9884         cu_offset and sect_offset.
9885         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9886         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9887         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9888         * dwarf2loc.h: Include dwarf2expr.h.
9889         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9890         and sect_offset.
9891         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9892         Improve the comment.
9893         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9894         (struct signatured_type, struct line_header, struct partial_die_info)
9895         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9896         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9897         (get_die_type_at_offset, create_cus_from_index)
9898         (create_signatured_type_table_from_index, dw2_get_file_names)
9899         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9900         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9901         (create_debug_types_hash_table, process_psymtab_comp_unit)
9902         (load_partial_comp_unit, create_all_comp_units)
9903         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9904         (load_full_comp_unit, dwarf2_physname, read_import_statement)
9905         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9906         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9907         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9908         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9909         (find_partial_die, read_attribute_value, lookup_die_type)
9910         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9911         (is_ref_attr): New function comment.
9912         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9913         Use cu_offset and sect_offset.
9914         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9915         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9916         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9917         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9918         (offset_and_type_hash, offset_and_type_eq, set_die_type)
9919         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9920         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9921         sect_offset.
9922
9923 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9924
9925         Code cleanup.
9926         * python/py-auto-load.c (source_section_scripts): New variable back_to.
9927         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9928         with xfree.
9929         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9930
9931 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9932
9933         * NEWS: Describe new options --init-command=FILE, -ix and
9934         --init-eval-command=COMMAND, -iex.
9935         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9936         CMDARG_INIT_COMMAND.
9937         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
9938         "init-command", "init-eval-command", "ix" and "iex" to the variable
9939         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
9940         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9941         (print_gdb_help): Describe --init-command=FILE, -ix and
9942         --init-eval-command=COMMAND, -iex.
9943
9944 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9945
9946         Code cleanup.
9947         * main.c (struct cmdarg): Move it here from main.  Add more comments.
9948         (cmdarg_s, VEC (cmdarg_s)): New.
9949         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
9950         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
9951         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
9952         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
9953         of CMDARG.
9954
9955 2012-03-19  Tom Tromey  <tromey@redhat.com>
9956
9957         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9958
9959 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9960
9961         PR symtab/13777
9962         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9963         GCC >=4.5.
9964
9965 2012-03-16  Chris January  <chris.january@allinea.com>
9966
9967         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9968         of clear.
9969
9970 2012-03-16  Chris January  <chris.january@allinea.com>
9971
9972         * source.c (add_path): Use memmove instead of strcpy because the
9973         strings overlap.
9974
9975 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
9976
9977         * value.h (set_value_parent): Add declaration.
9978         * value.c (set_value_parent): New function.
9979         (value_address): If VALUE->PARENT is not NULL, then use it as
9980         the base address instead of VALUE->LOCATION.address.
9981         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9982         the same as OBJ's address.  Adjust V's offset accordingly.
9983         Set V's parent.
9984
9985 2012-03-16  Gary Benson  <gbenson@redhat.com>
9986
9987         PR breakpoints/10738
9988         * dwarf2read.c (use_deprecated_index_sections): New global.
9989         (struct partial_die_info): New member may_be_inlined.
9990         (read_partial_die): Set may_be_inlined where appropriate.
9991         (add_partial_subprogram): Add partial symbols for partial
9992         DIEs that may be inlined.
9993         (new_symbol_full): Add inlined subroutines to the current
9994         scope.
9995         (write_psymtabs_to_index): Bump version number.
9996         (dwarf2_read_index): Read only version 6 indices unless
9997         use_deprecated_index_sections is set.
9998         * linespec.c (symbol_and_data_callback): New structure.
9999         (iterate_inline_only): New function.
10000         (iterate_over_all_matching_symtabs): New argument
10001         "include_inline".  If nonzero, also call the callback for
10002         symbols representing inlined subroutines.
10003         (lookup_prefix_sym): Pass extra argument to the above.
10004         (find_function_symbols): Likewise.
10005         (add_matching_symbols_to_info): Likewise.
10006         * NEWS: Mention that GDB can now set breakpoints on inlined
10007         functions.
10008
10009 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
10010
10011         * p-typeprint.c (pascal_type_print_method_args):
10012         Fix display of parameter of methods.
10013
10014 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
10015
10016         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
10017         Add missing prototype.
10018
10019 2012-03-16  Yao Qi  <yao@codesourcery.com>
10020             Jan Kratochvil  <jan.kratochvil@redhat.com>
10021
10022         Fix false compilation warning.
10023         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
10024
10025 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
10026             Pedro Alves  <pedro@codesourcery.com>
10027
10028         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
10029         (arm_register_g_packet_guesses): New function.
10030         (arm_gdbarch_init): Don't force a target description with
10031         registers when the executable is detected as M-profile.  Instead
10032         set gdbarch->tdep->is_m.  Register `g' packet guesses.
10033         (_initialize_arm_tdep): Initialize the new target description.
10034         * features/arm-with-m-fpa-layout.xml: New description.
10035         * features/arm-with-m-fpa-layout.c: New, generated.
10036
10037 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
10038
10039         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
10040         Update function description.
10041         (insert_bp_location): Do not wipe bl->target_info out.
10042         * mem-break.c: #include "gdb_string.h".
10043         (default_memory_insert_breakpoint): Do not call target_read_memory
10044         with a pointer to the breakpoint's shadow_contents buffer.  Use
10045         a local buffer instead.
10046         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
10047
10048 2012-03-15  Tom Tromey  <tromey@redhat.com>
10049
10050         * NEWS: Mention "info vtbl", not "info vtable".
10051         * cp-support.c (info_vtbl_command): Fix comment.
10052         (_initialize_cp_support): Fix text.
10053
10054 2012-03-15  Tom Tromey  <tromey@redhat.com>
10055
10056         * cp-valprint.c (cp_print_value_fields): Use
10057         print_function_pointer_address for vtable slot.
10058
10059 2012-03-15  Tom Tromey  <tromey@redhat.com>
10060
10061         * gnu-v3-abi.c (struct value_and_voffset): New.
10062         (hash_value_and_voffset, eq_value_and_voffset)
10063         (compare_value_and_voffset, compute_vtable_size)
10064         (print_one_vtable, gnuv3_print_vtable): New functions.
10065         (init_gnuv3_ops): Initialize 'print_vtable' field.
10066         * cp-support.c (info_vtbl_command): New function.
10067         (_initialize_cp_support): Add "info vtbl".
10068         * cp-abi.h (cplus_print_vtable): Declare.
10069         (struct cp_abi_ops) <print_vtable>: New field.
10070         * cp-abi.c (cplus_print_vtable): New function.
10071         * NEWS: Update.
10072
10073 2012-03-15  Tom Tromey  <tromey@redhat.com>
10074
10075         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
10076         iterate_over_symbols.
10077
10078 2012-03-14  Doug Evans  <dje@google.com>
10079
10080         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
10081         DW_OP_GNU_parameter_ref.
10082
10083 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10084
10085         Fix double prompt of 'interpreter-exec mi'.
10086         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
10087         (mi_interpreter_resume): use it.
10088         (mi_execute_command_input_handler): New function.
10089         * mi/mi-main.c (mi_execute_command): Move prompt printing to
10090         mi_execute_command_input_handler.
10091
10092 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
10093
10094         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
10095         prototype.
10096         (darwin_debug_port_info): Make static.
10097         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
10098         * machoread.c (_initialize_machoread): Add prototype.
10099         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
10100         (i386_darwin_set_control, i386_darwin_get_control)
10101         i386_darwin_dr_set_addr, i386_darwin_get_addr)
10102         i386_darwin_get_status, i386_darwin_get_control):
10103         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
10104
10105 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
10106
10107         * ax-gdb.c (gen_usual_unary): Remove special handling of
10108         enum and bool types.
10109
10110 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
10111
10112         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
10113
10114 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
10115
10116         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
10117
10118 2012-03-13  Chris January  <chris.january@allinea.com>
10119
10120         * aix-thread.c (fill_sprs): Store the floating point registers
10121         at the correct offsets into vals.
10122
10123 2012-03-13  Doug Evans  <dje@google.com>
10124
10125         * NEWS: Mention symbol-reloading has been deleted.
10126         * symfile.c (symbol_reloading): Delete.
10127         (show_symbol_reloading): Delete.
10128         (_initialize_symfile): Delete set/show symbol-reloading.
10129
10130         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
10131         read_in_chain until we have successfully read it in.
10132         (load_full_comp_unit): Ditto.
10133         (read_signatured_type): Add comment.
10134
10135 2012-03-13  Chris January  <chris.january@allinea.com>
10136
10137         * stabsread.c (fix_common_block): Change type of valu argument
10138         to CORE_ADDR.
10139
10140 2012-03-13  Chris January  <chris.january@allinea.com>
10141
10142         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
10143         instruction.
10144
10145 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10146
10147         * common/linux-procfs.c (linux_proc_get_int): New, from
10148         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
10149         field.
10150         (linux_proc_get_tgid): Only call linux_proc_get_int.
10151         (linux_proc_get_tracerpid): New.
10152         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
10153         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
10154         linux_proc_pid_has_state.
10155         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
10156         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
10157         (linux_ptrace_attach_warnings): New.
10158         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
10159         New declaration.
10160         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
10161         (linux_nat_attach): New variables ex, buffer, message and message_s.
10162         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
10163
10164 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10165
10166         * Makefile.in (linux-ptrace.o): New.
10167         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
10168         from linux-nat.c.
10169         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
10170         * common/linux-ptrace.c: New file.
10171         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
10172         * config/arm/linux.mh: Likewise.
10173         * config/i386/linux.mh: Likewise.
10174         * config/i386/linux64.mh: Likewise.
10175         * config/ia64/linux.mh: Likewise.
10176         * config/m32r/linux.mh: Likewise.
10177         * config/m68k/linux.mh: Likewise.
10178         * config/mips/linux.mh: Likewise.
10179         * config/pa/linux.mh: Likewise.
10180         * config/powerpc/linux.mh: Likewise.
10181         * config/powerpc/ppc64-linux.mh: Likewise.
10182         * config/powerpc/spu-linux.mh: Likewise.
10183         * config/s390/s390.mh: Likewise.
10184         * config/sparc/linux.mh: Likewise.
10185         * config/sparc/linux64.mh: Likewise.
10186         * config/xtensa/linux.mh: Likewise.
10187         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
10188         common/linux-procfs.c.
10189         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
10190
10191 2012-03-13  Hui Zhu  <teawater@gmail.com>
10192             Pedro Alves  <palves@redhat.com>
10193
10194         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
10195         CREATE_BREAKPOINT_FLAGS_INSERTED.
10196         (create_breakpoint_sal, create_breakpoints_sal)
10197         (base_breakpoint_create_breakpoints_sal)
10198         (tracepoint_create_breakpoints_sal)
10199         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
10200         down.
10201         (break_command_1, handle_gnu_v3_exceptions, trace_command)
10202         (ftrace_command, strace_command): Adjust.
10203         (create_tracepoint_from_upload): Pass
10204         CREATE_BREAKPOINT_FLAGS_INSERTED.
10205         * breakpoint.h (enum breakpoint_create_flags): New.
10206         (create_breakpoint): New flags parameter.
10207         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
10208         * python/py-breakpoint.c (bppy_init): Adjust.
10209         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
10210         * spu-tdep.c (spu_catch_start): Adjust.
10211
10212 2012-03-13  Pedro Alves  <palves@redhat.com>
10213             Hui Zhu  <teawater@gmail.com>
10214             Yao Qi  <yao@codesourcery.com>
10215
10216         * remote.c (struct remote_state): New field `starting_up'.
10217         (remote_start_remote): Set and clear it.
10218         (remote_can_download_tracepoint): If starting up, return false.
10219
10220 2012-03-13  Yao Qi  <yao@codesourcery.com>
10221
10222         * inferior.h (struct inferior): Remove fields any_syscall_count,
10223         syscalls_counts and total_syscalls_count.  Move them to new
10224         struct catch_syscall_inferior_data in breakpoint.c.
10225         * breakpoint.c: Call DEF_VEC_I(int).
10226         (struct catch_syscall_inferior_data): New.
10227         (get_catch_syscall_inferior_data): New.
10228         (catch_syscall_inferior_data_cleanup): New.
10229         (insert_catch_syscall): Update to access data in
10230         struct catch_syscall_inferior_data.
10231         (insert_catch_syscall): Likewise.
10232         (remove_catch_syscall): Likewise.
10233         (remove_catch_syscall): Likewise.
10234         (is_syscall_catchpoint_enabled): Likewise.
10235         (add_catch_command): Likewise.
10236         (_initialize_breakpoint): Register cleanup.
10237         * breakpoint.h: Removed DEF_VEC_I(int).
10238         * dwarf2loc.c: Call DEF_VEC_I(int).
10239         * mi/mi-main.c: Likewise.
10240
10241 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
10242
10243         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
10244
10245 2012-03-12  Chris January  <chris.january@allinea.com>
10246
10247         * aix-thread.c (_initialize_aix_thread): Add prototype.
10248         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10249         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10250
10251 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
10252
10253         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10254         include of "amd64-nat.h".
10255
10256 2012-03-12  Tom Tromey  <tromey@redhat.com>
10257
10258         * buildsym.c (record_pending_block): Now static.
10259         * buildsym.h: (record_pending_block): Remove.
10260
10261 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
10262
10263         * amd64bsd-nat.c: Include amd64bsd-nat.h.
10264
10265 2012-03-09  Tom Tromey  <tromey@redhat.com>
10266
10267         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10268         producer_is_gxx_lt_4_6>: New fields.
10269         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10270
10271 2012-03-09  Tom Tromey  <tromey@redhat.com>
10272
10273         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10274
10275 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10276
10277         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10278         prototype.
10279
10280 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10281
10282         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10283
10284 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10285
10286         Fix -Wmissing-prototypes build.
10287         * arm-linux-nat.c (get_thread_id): Make it static.
10288         * xtensa-linux-nat.c (get_thread_id): Likewise.
10289
10290 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10291
10292         * server.c (process_point_options): If a conditional expression
10293         is found, only print a message if remote_debug is nonzero.
10294
10295 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
10296
10297         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10298         of internal error for unknown/unsupported types.
10299
10300 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10301
10302         Fix CU relative vs. absolute DIE offsets.
10303         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10304         offset to offset_in_cu.
10305         * dwarf2read.c (process_enumeration_scope): Add CU offset to
10306         TYPE_OFFSET.
10307         (dwarf2_fetch_die_location_block): Rename parameter offset to
10308         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
10309
10310 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10311
10312         * libunwind-frame.c: Rename to ...
10313         * ia64-libunwind-tdep.c: ... here.
10314         * libunwind-frame.h: Rename to ...
10315         * ia64-libunwind-tdep.h: ... here.
10316         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10317         ia64-libunwind-tdep.h.
10318         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10319         * README (--with-libunwind): Rename to ...
10320         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10321         * config.in: Regenerate.
10322         * configure: Regenerate.
10323         * configure.ac: New option --with-libunwind-ia64, make the
10324         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
10325         Remove AC_DEFINE for HAVE_LIBUNWIND.
10326         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10327         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10328         Rename libunwind-frame in the general comment.
10329         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10330         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10331         Move forward declarations inside #ifndef.  Rename libunwind-frame in
10332         the general comment.
10333         * ia64-tdep.c: Rename libunwind-frame.h #include to
10334         ia64-libunwind-tdep.h.
10335         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10336         (ia64_libunwind_descr): Rename libunwind-frame to
10337         ia64-libunwind-tdep in these function comments.
10338         * ia64-tdep.h: Rename libunwind-frame.h #include to
10339         ia64-libunwind-tdep.h.
10340         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10341         ia64-libunwind-tdep in that data comment.
10342
10343 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10344
10345         * libunwind-frame.h (struct frame_unwind): New declaration.
10346
10347 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10348
10349         * breakpoint.c (_initialize_breakpoint): Fix error in help of
10350         "set breakpoint condition-evaluation" command.
10351
10352 2012-03-08  Tristan Gingold  <gingold@adacore.com>
10353
10354         * sparc-stub.c: Move to stubs/
10355         * sh-stub.c: Likewise.
10356         * m68k-stub.c: Likewise.
10357         * m32r-stub.c: Likewise.
10358         * i386-stub.c: Likewise.
10359
10360 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
10361
10362         * m68klinux-tdep.c (m68k_linux_init_abi): Register
10363         linux_get_siginfo_type.
10364
10365         * m68klinux-nat.c: Include "gdb_proc_service.h".
10366         (PTRACE_GET_THREAD_AREA): Define.
10367         (ps_get_thread_area): New function.
10368
10369 2012-03-08  Yao Qi  <yao@codesourcery.com>
10370
10371         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10372         `xsnprintf'.
10373         (remote_query_attached): Likewise.
10374         (remote_static_tracepoint_marker_at): Likewise.
10375         (remote_set_permissions): Likewise.
10376         (remote_detach_1, extended_remote_attach_1): Likewise.
10377         (send_g_packet, remote_vkill): Likewise.
10378         (extended_remote_disable_randomization): Likewise.
10379         (remote_add_target_side_condition): Likewise.
10380         (remote_insert_breakpoint): Likewise.
10381         (remote_remove_breakpoint): Likewise.
10382         (remote_insert_watchpoint): Likewise.
10383         (remote_remove_watchpoint): Likewise.
10384         (remote_insert_hw_breakpoint): Likewise.
10385         (remote_insert_hw_breakpoint): Likewise.
10386         (remote_remove_hw_breakpoint): Likewise.
10387         (remote_download_command_source): Likewise.
10388         (remote_download_tracepoint): Likewise.
10389         (remote_download_trace_state_variable): Likewise.
10390         (remote_disable_tracepoint): Likewise.
10391         (remote_trace_set_readonly_regions): Likewise.
10392         (remote_get_tracepoint_status): Likewise.
10393         (remote_trace_find): Likewise.
10394         (remote_get_trace_state_variable_value): Likewise.
10395         (remote_set_disconnected_tracing): Likewise.
10396         (remote_set_circular_trace_buffer): Likewise.
10397         (remote_get_min_fast_tracepoint_insn_len): Likewise.
10398         (remote_use_agent): Likewise.
10399         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10400         Update callers.
10401
10402 2012-03-07  Pedro Alves  <palves@redhat.com>
10403
10404         * NEWS: Mention QProgramSignals.
10405         * inferior.h (update_signals_program_target): Declare.
10406         * infrun.c: (update_signals_program_target): New.
10407         (handle_command): Update the target of the new program signals
10408         array changes.
10409         * remote.c (PACKET_QProgramSignals): New enum.
10410         (last_program_signals_packet): New global.
10411         (remote_program_signals): New.
10412         (remote_start_remote): Update the target with the program signals
10413         list.
10414         (remote_protocol_features): Add entry for QPassSignals.
10415         (remote_open_1): Free anc clear last_program_signals_packet.
10416         (init_remote_ops): Install remote_program_signals.
10417         * target.c (update_current_target): Adjust.
10418         (target_program_signals): New.
10419         * target.h (struct target_ops) <to_program_signals>: New field.
10420         (target_program_signals): Declare.
10421
10422 2012-03-07  Pedro Alves  <palves@redhat.com>
10423
10424         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10425         extensions.
10426
10427 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
10428
10429         * m68klinux-nat.c (getregs_supplies): Make static.
10430         (getfpregs_supplies): Likewise.
10431         (have_ptrace_getregs): Likewise.
10432
10433 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
10434
10435         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10436         in call to get_die_type_at_offset.
10437
10438 2012-03-06  Stan Shebs  <stan@codesourcery.com>
10439
10440         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10441         * mi/mi-cmd-disas.c: Ditto.
10442         * mi/mi-cmd-env.c: Ditto.
10443         * mi/mi-cmd-file.c: Ditto.
10444         * mi/mi-cmd-stack.c: Ditto.
10445         * mi/mi-cmd-target.c: Ditto.
10446         * mi/mi-cmd-var.c: Ditto.
10447         * mi/mi-cmds.c: Ditto.
10448         * mi/mi-cmds.h: Ditto.
10449         * mi/mi-console.c: Ditto.
10450         * mi/mi-getopt.c: Ditto.
10451         * mi/mi-getopt.h: Ditto.
10452         * mi/mi-interp.c: Ditto.
10453         * mi/mi-main.c: Ditto.
10454         * mi/mi-out.c: Ditto.
10455         * mi/mi-parse.c: Ditto.
10456         * mi/mi-parse.h: Ditto.
10457         * mi/mi-symbol-cmds.c: Ditto.
10458
10459         * mi/mi-getopt.h: Move mi_opt struct up.
10460         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10461         return.
10462         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10463
10464 2012-03-06  Tom Tromey  <tromey@redhat.com>
10465
10466         * proc-service.c (ps_pglobal_lookup): Set the current program
10467         space.
10468
10469 2012-03-06  Pedro Alves  <palves@redhat.com>
10470
10471         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10472
10473 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
10474
10475         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10476
10477 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10478
10479         Code cleanup.
10480         * common/linux-osdata.c (linux_common_core_of_thread): New function
10481         comment.
10482         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10483         call by linux_common_core_of_thread.
10484         (linux_nat_core_of_thread_1): Remove.
10485         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10486         * linux-thread-db.c: Include linux-osdata.h.
10487         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10488         linux_common_core_of_thread.
10489
10490 2012-03-05  Tom Tromey  <tromey@redhat.com>
10491
10492         * value.c (value_primitive_field): Don't fetch contents for
10493         non-virtual bases.
10494
10495 2012-03-05  Tom Tromey  <tromey@redhat.com>
10496
10497         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10498
10499 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10500
10501         * s390-nat.c: Include "gregset.h".
10502
10503 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10504
10505         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10506         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10507         (libunwind_load): New variable so_error, use it for dlerror.  Try to
10508         load also LIBUNWIND_SO_7.
10509
10510 2012-03-05  Pedro Alves  <palves@redhat.com>
10511
10512         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10513         is not NULL, and remove resulting dead code.
10514
10515 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
10516
10517         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10518         prologue to sh_analyze_prologue.
10519         (sh_analyze_prologue): Make better use of such an upper limit, and
10520         generally be more cautious about accessing memory.
10521
10522 2012-03-05  Tom Tromey  <tromey@redhat.com>
10523
10524         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10525         _initialize_ia64_hpux_tdep.
10526
10527 2012-03-05  Pedro Alves  <palves@redhat.com>
10528
10529         PR gdb/13766
10530
10531         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10532         the register state is clear, supply explicit zero, instead of
10533         marking the register unavailable.
10534
10535 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10536
10537         * NEWS: Mention OpenVMS ia64 new target.
10538
10539 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10540
10541         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10542         (ia64_unw_accessors, ia64_unw_rse_accessors)
10543         (ia64_libunwind_descr): Declare.
10544         * ia64-vms-tdep.c: New file.
10545         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10546         (ia64_libunwind_descr): Make them public.
10547         * configure.tgt: Add ia64-*-*vms*.
10548         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10549         (ALLDEPFILES): Add ia64-vms-tdep.c
10550
10551 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10552
10553         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10554         * remote.c (PACKET_qXfer_uib): New enum value.
10555         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10556         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10557         (_initialize_remote): Call add_packet_config_cmd for
10558         xfer:uib packet.
10559
10560 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10561
10562         * osabi.c (gdb_osabi_names): Add OpenVMS.
10563         (generic_elf_osabi_sniffer): Likewise.
10564         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10565
10566 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10567
10568         Removed unused code.
10569         * libunwind-frame.c (libunwind_frame_unwind)
10570         (libunwind_frame_base_address): Remove.
10571         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10572
10573 2012-03-04  Yao Qi  <yao@codesourcery.com>
10574
10575         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10576         remove trailing new line.
10577         (agent_run_command, agent_run_command): Add _ markup.
10578         (agent_capability_check): Likewise.
10579
10580 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10581
10582         * breakpoint.c (set_condition_evaluation_mode): Set
10583         CONDITION_EVALUATION_MODE unconditionally.
10584
10585 2012-03-03  Yao Qi  <yao@codesourcery.com>
10586
10587         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10588         * common/agent.h: Update declaration.
10589         * inf-child.c (inf_child_use_agent): New.
10590         (inf_child_can_use_agent): New.
10591         (inf_child_target): Initialize fields `to_use_agent'
10592         and `to_can_use_agent'.
10593         * agent.c (agent_new_objfile): New.
10594         (_initialize_agent): Add agent_new_objfile to new_objfile
10595         observer.
10596
10597         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10598         New.
10599         (linux_target_install_ops): Initialize field
10600         `to_static_tracepoint_markers_by_strid'.
10601         * remote.c (free_current_marker): Move it to ...
10602         * tracepoint.c (free_current_marker): ... here.  New.
10603         (cleanup_target_stop): New.
10604         * tracepoint.h: Declare free_current_marker.
10605         * NEWS: Add one entry about `info static-tracepoint-marker'.
10606
10607 2012-03-03  Yao Qi  <yao@codesourcery.com>
10608
10609         * common/agent.c (agent_loaded_p): New.
10610         (agent_look_up_symbols): New global.
10611         * common/agent.h: Declare agent_loaded_p.
10612
10613 2012-03-03  Yao Qi  <yao@codesourcery.com>
10614
10615         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10616         (agent_capability_check, agent_capability_invalidate): New.
10617         (symbol_list): New array element.
10618         * common/agent.h (enum agent_capa): New.
10619         * target.c (target_pre_inferior): Call agent_capability_invalidate.
10620
10621 2012-03-03  Yao Qi  <yao@codesourcery.com>
10622
10623         * target.h (struct target_ops) <to_use_agent>: New field.
10624         (struct target_ops) <to_can_use_agent>: New field.
10625         (target_use_agent, target_can_use_agent): New macro.
10626         * target.c (update_current_target): Update.
10627         * remote.c: New enum `PACKET_QAgent'.
10628         (remote_protocol_features): Add a new element.
10629         (remote_use_agent, remote_can_use_agent): New.
10630         (init_remote_ops): Initialize field `can_use_agent' with
10631         remote_can_use_agent.  Intiailize field `use_agent' with
10632         remote_use_agent.
10633         * common/agent.c (use_agent): New global.
10634         * common/agent.h: Declare it.
10635         * tracepoint.c (info_static_tracepoint_markers_command): Add
10636         comment.
10637         * Makefile.in (SFILES): Add common/agent.c and agent.c.
10638         (COMMON_OBS): Add common/agent.o and agent.o
10639         (common-agent.o): New rule.
10640         * agent.c: New.
10641
10642 2012-03-03  Yao Qi  <yao@codesourcery.com>
10643
10644         * common/agent.c: New.
10645         * common/agent.h: New.
10646         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10647         AC_CHECK_HEADERS.
10648         * configure, configh.in: Regenerated.
10649
10650 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
10651
10652         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10653         unless it exists for this architecture.
10654
10655 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
10656
10657         * language.h (struct language_defn): New "method" la_read_var_value.
10658         * findvar.c: #include "language.h".
10659         (default_read_var_value): Renames read_var_value.  Rewrite
10660         function description.
10661         (read_var_value): New function.
10662         * value.h (default_read_var_value): Add prototype.
10663         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10664         New functions.
10665         (ada_language_defn): Add entry for la_read_var_value.
10666         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10667         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10668         language_defn structures to add entry for new la_read_var_value
10669         field.
10670
10671 2012-03-02  Tom Tromey  <tromey@redhat.com>
10672             Pedro Alves  <palves@redhat.com>
10673
10674         PR breakpoints/13776:
10675         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10676         breakpoints.
10677         (delete_longjmp_breakpoint_at_next_stop): New.
10678         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10679         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10680         before deleting the inferior.  Add comments.
10681         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10682         breakpoints immediately, but only on next stop.  Move that code
10683         next to where we mark other breakpoints for deletion.
10684
10685 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
10686
10687         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10688         marker.
10689         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10690         violation.
10691
10692 2012-03-02  Pedro Alves  <palves@redhat.com>
10693
10694         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10695
10696 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
10697
10698         Fix -Wmissing-prototypes build.
10699         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10700         * remote-sim.c (gdbsim_has_all_memory): Likewise.
10701         (gdbsim_has_memory): Likewise.
10702
10703 2012-03-02  Yao Qi  <yao@codesourcery.com>
10704
10705         Fix -Wmissing-prototypes build.
10706         * charset.c (phony_iconv_open): Make static.
10707         (phony_iconv_close, phony_iconv): Likewise.
10708         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10709         * i386-windows-nat.c (_initialize_i386_windows_nat): New
10710         prototype.
10711         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10712         * ser-mingw.c (create_select_thread): Make static.
10713         * windows-termcap.c (tgetent): New prototype.
10714         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10715
10716 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
10717
10718         Fix -Wmissing-prototypes build.
10719         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10720         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10721         (_initialize_loadable): New prototypes.
10722
10723 2012-03-02  Doug Evans  <dje@google.com>
10724
10725         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10726         abbrev table, read_comp_unit will do it.
10727
10728 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10729
10730         Fix -Wmissing-prototypes build.
10731         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10732         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10733         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10734         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10735         (_initialize_arm_symbian_tdep): New prototype.
10736         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10737         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10738         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10739         static.
10740         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10741         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10742         prototype.
10743         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10744         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10745         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10746         static.
10747         * moxie-tdep.c (moxie_process_record): Likewise.
10748         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10749         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10750         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10751         (_initialize_rl78_tdep): New prototype.
10752         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10753         (_initialize_rx_tdep): New prototype.
10754         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10755         (_initialize_darwin_solib): New prototype.
10756         * solib-spu.c: Include solib-spu.h.
10757         (_initialize_spu_solib): New prototype.
10758         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10759         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10760         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10761         (tic6x_software_single_step): Make it static.
10762         (_initialize_tic6x_tdep): New prototype.
10763
10764 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10765
10766         Fix -Wmissing-prototypes build.
10767         * cris-tdep.c (cris_can_use_hardware_watchpoint)
10768         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10769
10770 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10771
10772         Fix -Wmissing-prototypes build.
10773         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10774         (frv_have_stopped_data_address): Remove.
10775
10776 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10777
10778         Fix -Wmissing-prototypes build.
10779         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10780         * sh-tdep.c: Include sh64-tdep.h.
10781         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10782         * sh64-tdep.c: Include sh64-tdep.h.
10783         * sh64-tdep.h: New file.
10784
10785 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
10786
10787         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10788
10789 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
10790
10791         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10792         sp_regnum once the gdbarch_init_osabi hook has been called.
10793
10794 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
10795
10796         * mips-tdep.c (mips32_bc1_pc): New function.
10797         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10798         BPOSGE32 and BPOSGE64 instructions.
10799         (deal_with_atomic_sequence): Likewise.
10800         (mips32_instruction_has_delay_slot): Likewise.
10801
10802 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
10803             Chris Dearman  <chris@mips.com>
10804             Maciej W. Rozycki  <macro@codesourcery.com>
10805             Joseph Myers  <joseph@codesourcery.com>
10806
10807         * features/mips-dsp.xml: New file.
10808         * features/mips64-dsp.xml: New file.
10809         * features/mips-dsp-linux.xml: New file.
10810         * features/mips64-dsp-linux.xml: New file.
10811         * features/Makefile (WHICH): Add mips-dsp-linux and
10812         mips64-dsp-linux.
10813         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10814         * features/mips-dsp-linux.c: New file.
10815         * features/mips64-dsp-linux.c: New file.
10816         * regformats/mips-dsp-linux.dat: New file.
10817         * regformats/mips64-dsp-linux.dat: New file.
10818         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10819         registers.
10820         (mips64_linux_register_addr): Likewise.
10821         (mips64_linux_regsets_fetch_registers): Likewise.
10822         (mips64_linux_regsets_store_registers): Likewise.
10823         (mips64_linux_fetch_registers): Update call to
10824         mips64_linux_regsets_fetch_registers.
10825         (mips64_linux_store_registers): Update call to
10826         mips64_linux_regsets_store_registers.
10827         (mips_linux_read_description): Probe for DSP registers.
10828         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10829         and initialize_tdesc_mips64_dsp_linux.
10830         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10831         Remove padding of no longer used embedded register slots.
10832         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10833         (MIPS_RESTART_REGNUM): Redefine enum value.
10834         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10835         strings.
10836         (mips_tx39_reg_names): Likewise.
10837         (mips_linux_reg_names): New array of register names for Linux
10838         targets.
10839         (mips_register_name): Check for a null pointer in
10840         mips_processor_reg_names and return an empty string.
10841         (mips_register_type): Exclude embedded registers for the IRIX
10842         and Linux ABIs.
10843         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
10844         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
10845         DSP registers.
10846         (mips_stab_reg_to_regnum): Handle DSP accumulators.
10847         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10848         (mips_gdbarch_init): Likewise.  Initialize internal register
10849         indices for the Linux ABI.  Use dynamic numbers to refer to
10850         registers, as applicable, while parsing the target description.
10851         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10852
10853 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10854
10855         * frame.h (read_frame_register_unsigned): Fix typo in function
10856         description.
10857
10858 2012-03-01  Pedro Alves  <palves@redhat.com>
10859
10860         * jit-reader.in [!__cplusplus]
10861         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10862
10863 2012-03-01  Pedro Alves  <palves@redhat.com>
10864
10865         * configure.ac (build_warnings): Add -Wmissing-prototypes.
10866         * configure: Regenerate.
10867
10868 2012-03-01  Pedro Alves  <palves@redhat.com>
10869
10870         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10871         * breakpoint.c (create_exception_master_breakpoint, trace_command)
10872         (ftrace_command, strace_command): Make static.
10873         * d-lang.c (_initialize_d_language): Declare.
10874         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10875         * dwarf2loc.c (_initialize_dwarf2loc):
10876         * dwarf2read.c (process_psymtab_comp_unit): Make static.
10877         * exec.c (exec_get_section_table): Make static.
10878         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10879         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10880         * inferior.c (remove_inferior_command, add_inferior_command)
10881         (clone_inferior_command): Make static.
10882         * linux-nat.c (linux_nat_thread_address_space)
10883         (linux_nat_core_of_thread): Make static.
10884         * linux-tdep.c (_initialize_linux_tdep): Declare.
10885         * objc-lang.c (_initialize_objc_lang): Declare.
10886         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10887         Make static.
10888         (_initialize_opencl_language): Declare.
10889         * record.c (_initialize_record): Declare.
10890         * remote.c (demand_private_info, remote_get_tib_address)
10891         (remote_supports_cond_tracepoints)
10892         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10893         Make static.
10894         * skip.c (_initialize_step_skip): Declare.
10895         * symtab.c (skip_prologue_using_lineinfo): Make static.
10896         * tracepoint.c (delete_trace_state_variable)
10897         (trace_variable_command, delete_trace_variable_command)
10898         (get_uploaded_tsv, find_matching_tracepoint_location)
10899         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10900         Make static.
10901         * value.c (pack_unsigned_long): Make static.
10902         * varobj.c (varobj_ensure_python_env): Make static.
10903         * windows-tdep.c (_initialize_windows_tdep): Declare.
10904         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10905
10906 2012-03-01  Pedro Alves  <palves@redhat.com>
10907
10908         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
10909         gdbarch parameter.
10910         (linux_init_abi): Install it as has_shared_address_space gdbarch
10911         callback.
10912
10913 2012-03-01  Pedro Alves  <palves@redhat.com>
10914
10915         * observer.c (observer_test_first_notification_function)
10916         (observer_test_second_notification_function)
10917         (observer_test_third_notification_function): Add declarations.
10918
10919 2012-03-01  Pedro Alves  <palves@redhat.com>
10920
10921         * common/signals.c (default_target_signal_to_host)
10922         (default_target_signal_from_host): Move ...
10923         * arch-utils.c: ... here.
10924         * arch-utils.h (default_target_signal_to_host)
10925         (default_target_signal_from_host): Declare.
10926
10927         * common/signals.c (target_signal_from_command): Move ...
10928         * infrun.c: ... here.
10929         * inferior.h (target_signal_from_command): Declare.
10930         * target.h (target_signal_from_command)
10931         (default_target_signal_from_host, default_target_signal_to_host):
10932         Delete declarations.
10933
10934         * common/signals.c (_initialize_signals): Delete.
10935
10936 2012-03-01  Pedro Alves  <palves@redhat.com>
10937
10938         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10939         both __cplusplus and !__cplusplus.
10940
10941 2012-03-01  Pedro Alves  <palves@redhat.com>
10942
10943         * psymtab.c (find_and_open_source): Delete declaration.
10944         * source.c (find_and_open_source): Move comment ...
10945         * source.h (find_and_open_source): ... to this new declaration.
10946
10947 2012-03-01  Pedro Alves  <palves@redhat.com>
10948
10949         * inline-frame.c: Include inline-frame.h.
10950
10951 2012-03-01  Pedro Alves  <palves@redhat.com>
10952
10953         * tui/tui-data.c (set_gen_win_origin): Delete.
10954         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10955         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10956
10957 2012-03-01  Pedro Alves  <palves@redhat.com>
10958
10959         * remote.c (encode_actions): Delete declaration.
10960         * tracepoint.c (encode_actions): Make extern.
10961         * tracepoint.h (encode_actions): Declare.
10962
10963 2012-03-01  Pedro Alves  <palves@redhat.com>
10964
10965         * python/py-breakpoint.c: Include python.h.
10966         * python/py-continueevent.c (create_continue_event_object): Make
10967         static.
10968         * python/py-lazy-string.c (stpy_get_type): Make static.
10969         * python/py-newobjfileevent.c (create_new_objfile_event_object):
10970         Make static.
10971         * python/py-utils.c (unicode_to_target_python_string): Make
10972         static.
10973         * python/py-value.c: Include python.h.
10974
10975 2012-03-01  Pedro Alves  <palves@redhat.com>
10976
10977         * inferior.c (delete_threads_of_inferior): Delete.
10978
10979 2012-03-01  Pedro Alves  <palves@redhat.com>
10980
10981         Import fallback definitions from glibc.
10982
10983         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10984         ps_prochandle): Forward declare.
10985         (ps_err_e): Use glibc's comments.
10986         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10987         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10988         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10989         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10990         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10991         (struct ps_prochandle): Adjust comment.
10992
10993 2012-03-01  Pedro Alves  <palves@redhat.com>
10994
10995         * ada-lang.c (ada_modulus_from_name): Delete.
10996         * ada-lex.l (lexer_init): Make static.
10997
10998 2012-03-01  Pedro Alves  <palves@redhat.com>
10999
11000         PR gdb/13767
11001
11002         * frame.c (read_frame_register_unsigned): New.
11003         * frame.h (read_frame_register_unsigned): Declare.
11004         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
11005         Handle it.
11006         (print_i387_control_word): New parameter `control_p'.  Handle it.
11007         (i387_print_float_info): Handle unavailable float registers.
11008
11009 2012-03-01  Keith Seitz  <keiths@redhat.com>
11010
11011         * linespec.c (decode_line_2): Sort the list of methods
11012         alphabetically before presenting the user with a selection
11013         menu.
11014
11015 2012-03-01  Doug Evans  <dje@google.com>
11016
11017         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
11018         has_namespace_info.
11019         (dwarf2_read_abbrevs): Remove corresponding initialization.
11020
11021 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
11022
11023         * NEWS: Mention new python command class gdb.COMMAND_USER.
11024         * cli/cli-cmds.c (show_user): Print error when used on a python
11025         command.
11026         (init_cli_cmds): Update documentation strings for "show user" and
11027         "set/show max-user-call-depth" to clarify that it does not apply to
11028         python commands.
11029         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
11030         error check.
11031         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
11032         gdb python api.
11033         * top.c (execute_command): Only execute a user-defined command as a
11034         legacy macro if c->user_commands is set.
11035
11036 2012-03-01  Tom Tromey  <tromey@redhat.com>
11037
11038         * valprint.h (struct generic_val_print_decorations): New.
11039         (generic_val_print): Declare.
11040         * valprint.c (generic_val_print): New function.
11041         * p-valprint.c (p_decorations): New global.
11042         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
11043         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
11044         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
11045         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
11046         * m2-valprint.c (m2_decorations): New global.
11047         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
11048         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
11049         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
11050         TYPE_CODE_ERROR>: Call generic_val_print.
11051         * f-valprint.c (f_decorations): New global.
11052         (f_val_print): Use print_function_pointer_address.
11053         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
11054         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
11055         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
11056         generic_val_print.
11057         * c-valprint.c (c_decorations): New global.
11058         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
11059         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
11060         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
11061         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
11062         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
11063         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
11064         case.
11065
11066 2012-03-01  Tom Tromey  <tromey@redhat.com>
11067
11068         * valprint.c (val_print): Update.
11069         * p-valprint (pascal_val_print): Return void.
11070         * p-lang.h (pascal_val_print): Return void.
11071         * m2-valprint.c (m2_val_print): Return void.
11072         * m2-lang.h (m2_val_print): Return void.
11073         * language.h (struct language_defn) <la_val_print>: Return void.
11074         * language.c (unk_lang_val_print): Return void.
11075         * jv-valprint.c (java_val_print): Return void.
11076         * jv-lang.h (java_val_print): Return void.
11077         * f-valprint.c (f_val_print): Return void.
11078         * f-lang.h (f_val_print): Return void.
11079         * d-valprint.c (d_val_print): Return void.
11080         (dynamic_array_type): Update.
11081         * d-lang.h (d_val_print): Return void.
11082         * c-valprint.c (c_val_print): Return void.
11083         * c-lang.h (c_val_print): Return void.
11084         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
11085         void.
11086         * ada-lang.h (ada_val_print): Return void.
11087
11088 2012-03-01  Tom Tromey  <tromey@redhat.com>
11089
11090         * value.h (val_print): Return void.
11091         * valprint.c (val_print): Return void.
11092
11093 2012-03-01  Tom Tromey  <tromey@redhat.com>
11094
11095         * value.h (common_val_print): Return void.
11096         * valprint.c (common_val_print): Return void.
11097
11098 2012-03-01  Tom Tromey  <tromey@redhat.com>
11099
11100         * value.h (value_print): Return void.
11101         * valprint.c (value_print): Return void.
11102         * p-valprint.c (pascal_value_print): Return void.
11103         * p-lang.h (pascal_value_print): Return void.
11104         * language.h (struct language_defn) <la_value_print>: Return
11105         void.
11106         * language.c (unk_lang_value_print): Return void.
11107         * jv-valprint.c (java_value_print): Return void.
11108         * jv-lang.h (java_value_print): Return void.
11109         * f-valprint.c (c_value_print): Don't declare.
11110         Include c-lang.h.
11111         * c-valprint.c (c_value_print): Return void.
11112         * c-lang.h (c_value_print): Return void.
11113         * ada-valprint.c (ada_value_print): Return void.
11114         * ada-lang.h (ada_value_print): Return void.
11115
11116 2012-03-01  Tom Tromey  <tromey@redhat.com>
11117
11118         * value.c (value_primitive_field): Handle virtual base classes.
11119
11120 2012-03-01  Tom Tromey  <tromey@redhat.com>
11121
11122         * gdbtypes.h (struct vbase): Remove.
11123
11124 2012-03-01  Tom Tromey  <tromey@redhat.com>
11125
11126         * c-valprint.c (print_function_pointer_address): Move...
11127         * valprint.c: ... here.  Make non-static.
11128         * m2-valprint.c (print_function_pointer_address): Remove.
11129         * valprint.h (print_function_pointer_address): Declare.
11130
11131 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
11132
11133         * NEWS: Document the fact that one can provide a condition when
11134         creating an Ada exception catchpoint.
11135
11136 2012-03-01  Tom Tromey  <tromey@redhat.com>
11137
11138         * valprint.c (val_print_type_code_flags): Fix placement of
11139         trailing brace.
11140
11141 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
11142
11143         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
11144         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
11145         environment variable before calling update-copyright.
11146
11147 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
11148
11149         * gnulib/extra/update-copyright: Update to the latest from
11150         gnulib's git repository.
11151         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
11152         variable to 2 instead of 1.
11153
11154 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11155
11156         * varobj.c (c_value_of_variable): Remove dead code.
11157
11158 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11159
11160         * ada-lex.p (processId): Do not modify already encoded IDs.
11161         Update function documentation.
11162
11163 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11164
11165         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
11166         "name" with "struct symbol *name_sym".
11167         * ada-exp.y (write_var_or_type): Update call to
11168         ada_find_renaming_symbol.
11169         "name" with "struct symbol *name_sym". Adjust Implementation
11170         accordingly.  Adjust the function documentation.
11171
11172 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11173
11174         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
11175         * ada-lang.c (ada_find_any_type): Add advance declaration.
11176         Make static.  Replace ada_find_any_symbol by
11177         ada_find_any_type_symbol.
11178         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
11179         Improve function description.  Make static.
11180         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
11181         Replace ada_find_any_symbol by ada_find_any_type_symbol.
11182
11183 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11184
11185         * ada-lang.c (struct tag_args): Delete.
11186         (ada_get_tsd_type): Function body moved up in source file.
11187         (ada_tag_name_1, ada_tag_name_2): Delete.
11188         (ada_get_tsd_from_tag): New function.
11189         (ada_tag_name_from_tsd): New function.
11190         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
11191         to determine the tag name.
11192
11193 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11194
11195         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
11196         declaration.
11197         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
11198         function.
11199
11200 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11201
11202         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
11203
11204 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11205
11206         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
11207         full searches.
11208
11209 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11210
11211         * ada-lang.c (constrained_packed_array_type): If there is a
11212         parallel XA type, use it to determine the array index type.
11213
11214 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11215
11216         * ada-valprint.c (ada_val_print_1): If our value is a reference
11217         to an array descriptor, dereference it before converting it
11218         to a simple array.
11219
11220 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11221
11222         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
11223         creating fixed value.
11224         (ada_value_ind, ada_coerce_ref, assign_component)
11225         (ada_evaluate_subexp): Remove call to unwrap_value before
11226         call to ada_to_fixed_value.
11227
11228 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11229
11230         * ada-lang.c (to_fixed_array_type): Set result's type name.
11231
11232 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11233
11234         * ada-lang.c (catch_ada_exception_command_split): Add new
11235         argument cond_string.  Add support for condition at end of
11236         "catch exception" commands.
11237         (ada_decode_exception_location): Add new argument cond_string.
11238         Update call to catch_ada_exception_command_split.
11239         (create_ada_exception_catchpoint): Add new argument cond_string.
11240         Set the breakpoint condition if needed.
11241         (catch_ada_exception_command): Update call to
11242         ada_decode_exception_location.
11243         (ada_decode_assert_location): Add function documentation.
11244         Add support for condition at end of "catch assert" command.
11245         (catch_assert_command): Update calls to ada_decode_assert_location
11246         and create_ada_exception_catchpoint.
11247
11248 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11249
11250         Fix disp-step-syscall.exp: fork: single step over fork.
11251         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11252         (i386_linux_get_syscall_number_from_regcache): ... here, new function
11253         comment, change parameters gdbarch and ptid to regcache.  Remove
11254         parameter regcache, initialize gdbarch from regcache here.
11255         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11256         New functions.
11257         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11258         instead.
11259         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11260         'syscall'.  Make the 'int' check more strict.
11261
11262 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11263
11264         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11265         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11266         (i386_linux_intx80_sysenter_syscall_record): ... here.
11267         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11268         Use the renamed function name.
11269
11270 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11271
11272         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11273         * breakpoint.c (until_break_command): Likewise.
11274         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11275         * infcall.c (call_function_by_hand): Likewise.
11276         * infcmd.c (finish_forward): Likewise.
11277         * infrun.c (insert_exception_resume_breakpoint): Likewise.
11278
11279 2012-02-28  Tristan Gingold  <gingold@adacore.com>
11280
11281         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11282         avoid variable assignments inside condition.
11283
11284 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11285
11286         Fix static analysis issue found by cppcheck.
11287         * microblaze-tdep.c (microblaze_extract_return_value): Fix
11288         uninitialized BUF for size 2.
11289
11290 2012-02-27  Chris Dearman  <chris@mips.com>
11291             Nathan Froyd  <froydnj@codesourcery.com>
11292             Maciej W. Rozycki  <macro@codesourcery.com>
11293
11294         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11295         (mips16_instruction_has_delay_slot): Likewise.
11296         (mips_segment_boundary): Likewise.
11297         (mips_adjust_breakpoint_address): Likewise.
11298         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11299
11300 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
11301             Maciej W. Rozycki  <macro@codesourcery.com>
11302
11303         * infrun.c (handle_inferior_event): Don't proceed through
11304         shared library trampolines if stepping at the machine
11305         instruction level.
11306
11307 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
11308
11309         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11310         too.
11311
11312 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
11313
11314         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11315         (sh_stub_unwind_sniffer): New functions.
11316         (sh_stub_unwind): New variable.
11317         (sh_gdbarch_init): Wire everything.
11318
11319 2012-02-27  Pedro Alves  <palves@redhat.com>
11320
11321         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11322         (linux_nat_post_attach_wait): Adjust to use
11323         linux_proc_pid_is_stopped.
11324         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11325         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11326         based on pid_is_stopped from both linux-nat.c and
11327         gdbserver/linux-low.c, and renamed.
11328
11329 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
11330
11331         * remote.c (remote_watchpoint_addr_within_range): New function.
11332         (init_remote_ops): Use it.
11333
11334 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
11335
11336         * target.h (target_watchpoint_addr_within_range): Document macro.
11337
11338 2012-02-24  Pedro Alves  <palves@redhat.com>
11339
11340         * stack.c (set_last_displayed_sal): Issue internal_error instead
11341         of warning, and issue it after clearing the last displayed sal.
11342
11343 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11344             Pedro Alves  <palves@redhat.com>
11345
11346         * breakpoint.c (until_break_command): Install breakpoints after
11347         all frame manipulations.
11348
11349 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11350
11351         * remote.c (remote_supports_cond_breakpoints): New forward
11352         declaration.
11353         (remote_add_target_side_condition): New function.
11354         (remote_insert_breakpoint): Add target-side breakpoint
11355         conditional if supported.
11356         (remote_insert_hw_breakpoint): Likewise.
11357         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11358         hook.
11359
11360         * target.c (update_current_target): Inherit
11361         to_supports_evaluation_of_breakpoint_conditions.
11362         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11363
11364         * target.h (struct target_ops)
11365         <to_supports_evaluation_of_breakpoint_conditions>: New field.
11366         (target_supports_evaluation_of_breakpoint_conditions): New #define.
11367
11368         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11369         (condition_evaluation_both, condition_evaluation_auto,
11370         condition_evaluation_host, condition_evaluation_target,
11371         condition_evaluation_enums, condition_evaluation_mode_1,
11372         condition_evaluation_mode): New static globals.
11373         (translate_condition_evaluation_mode): New function.
11374         (breakpoint_condition_evaluation_mode): New function.
11375         (gdb_evaluates_breakpoint_condition_p): New function.
11376         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11377         (mark_breakpoint_modified): New function.
11378         (mark_breakpoint_location_modified): New function.
11379         (set_condition_evaluation_mode): New function.
11380         (show_condition_evaluation_mode): New function.
11381         (bp_location_compare_addrs): New function.
11382         (get_first_location_gte_addr): New helper function.
11383         (set_breakpoint_condition): Free condition bytecode if locations
11384         has become unconditional.  Call mark_breakpoint_modified (...).
11385         (condition_command): Call update_global_location_list (1) for
11386         breakpoints.
11387         (breakpoint_xfer_memory): Use is_breakpoint (...).
11388         (is_breakpoint): New function.
11389         (parse_cond_to_aexpr): New function.
11390         (build_target_condition_list): New function.
11391         (insert_bp_location): Handle target-side conditional
11392         breakpoints and call build_target_condition_list (...).
11393         (update_inserted_breakpoint_locations): New function.
11394         (insert_breakpoint_locations): Handle target-side conditional
11395         breakpoints.
11396         (bpstat_check_breakpoint_conditions): Add comment.
11397         (bp_condition_evaluator): New function.
11398         (bp_location_condition_evaluator): New function.
11399         (print_breakpoint_location): Print information on where the condition
11400         will be evaluated.
11401         (print_one_breakpoint_location): Likewise.
11402         (init_bp_location): Call mark_breakpoint_location_modified (...) for
11403         breakpoint location.
11404         (force_breakpoint_reinsertion): New functions.
11405         (update_global_location_list): Handle target-side breakpoint
11406         conditions.
11407         Reinsert locations that are already inserted if conditions have
11408         changed.
11409         (bp_location_dtor): Free agent expression bytecode.
11410         (disable_breakpoint): Call mark_breakpoint_modified (...).
11411         Call update_global_location_list (...) with parameter 1 for breakpoints.
11412         (disable_command): Call mark_breakpoint_location_modified (...).
11413         Call update_global_location_list (...) with parameter 1 for breakpoints.
11414         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11415         (enable_command): mark_breakpoint_location_modified (...).
11416         (_initialize_breakpoint): Update documentation and add
11417         condition-evaluation breakpoint subcommand.
11418
11419         * breakpoint.h: Include ax.h.
11420         (condition_list): New data structure.
11421         (condition_status): New enum.
11422         (bp_target_info) <cond_list>: New field.
11423         (bp_location) <condition_changed, cond_bytecode>: New fields.
11424         (is_breakpoint): New prototype.
11425
11426 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11427
11428         * remote.c (remote_state) <cond_breakpoints>: New field.
11429         (PACKET_ConditionalBreakpoints): New enum.
11430         (remote_cond_breakpoint_feature): New function.
11431         (remote_protocol_features): Add new ConditionalBreakpoints entry.
11432         (remote_supports_cond_breakpoints): New function.
11433         (_initialize_remote): Add new packet configuration for
11434         target-side conditional breakpoints.
11435
11436 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11437
11438         * NEWS: Mention target-side conditional breakpoint support,
11439         new condition-evaluation breakpoint subcommand and remote
11440         packet extensions.
11441
11442 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11443
11444         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11445         number.
11446
11447 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
11448
11449         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11450         (after_prologue): Remove.
11451
11452 2012-02-23  Tom Tromey  <tromey@redhat.com>
11453
11454         * jv-valprint.c (java_val_print): Remove dead code.
11455
11456 2012-02-23  Tristan Gingold  <gingold@adacore.com>
11457
11458         * ada-tasks.c (struct ada_tasks_inferior_data): Add
11459         known_tasks_element and known_tasks_length fields.
11460         (read_known_tasks_array): Change argument type.  Use pointer type
11461         and number of elements from DATA.  Adjust.
11462         (read_known_tasks_list): Likewise.
11463         (get_known_tasks_addr): Remove.
11464         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11465         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
11466         type and array length.  Merge former get_known_tasks_addr code.
11467
11468 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11469
11470         PR backtrace/13716
11471         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11472         it after set_momentary_breakpoint.
11473
11474 2012-02-22  Sterling Augustine  <saugustine@google.com>
11475
11476         PR 13689:
11477         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11478
11479 2012-02-22  Gary Benson  <gbenson@redhat.com>
11480
11481         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11482         (find_slot_in_mapped_hash): Likewise.
11483
11484 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11485
11486         PR build/13638
11487         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11488         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11489         * configure: Regenerate.
11490
11491 2012-02-21  Tristan Gingold  <gingold@adacore.com>
11492             Pedro Alves  <palves@redhat.com>
11493
11494         * ia64-tdep.c: Do not include libunwind-ia64.h.
11495         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11496         Include libunwind-ia64.h instead of libunwind.h.
11497         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11498         for libunwind.h existence.
11499         * configure, config.in: Regenerate.
11500
11501 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
11502
11503         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11504         instead of value_rtti_target_type.
11505         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11506         instead of value_rtti_target_type.
11507         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11508         value_rtti_target_type.
11509         * valops.c (value_ind): Extract function readjust_indirect_value_type.
11510         (value_rtti_target_type): Rename to ...
11511         (value_rtti_indirect_type): ... here and make it indirect.  Update
11512         function comment.
11513         * value.c (readjust_indirect_value_type): New function.
11514         (coerce_ref): Support for enclosing type setting for references
11515         with readjust_indirect_value_type.
11516         * value.h (readjust_value_type): New declaration.
11517         (value_rtti_target_type): Rename to ...
11518         (value_rtti_indirect_type): ... here.
11519
11520 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
11521
11522         * MAINTAINERS (Write After Approval): Add myself to the list.
11523
11524 2012-02-20  Doug Evans  <dje@google.com>
11525
11526         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11527         Rename objfile_p_char parameter to objfilep.
11528         (build_objfile_section_table): Result is now void.  All callers
11529         updated.
11530         * objfiles.h (struct objfile): Tweak comments, whitespace.
11531         (build_objfile_section_table): Update.
11532
11533         * elfread.c (elf_symfile_segments): Fix warning text.
11534
11535 2012-02-20  Tom Tromey  <tromey@redhat.com>
11536
11537         PR gdb/13498:
11538         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11539         particular set of file names once.
11540         (dw2_map_symbol_filenames): Likewise.
11541
11542 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11543
11544         Code cleanup.
11545         * main.c (write_files): Remove the declaration.
11546         (external_editor_command): Move the declaration ...
11547         [GDBTK] (external_editor_command): ... here.  Fix the comment.
11548
11549 2012-02-20  Tom Tromey  <tromey@redhat.com>
11550
11551         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11552         extraneous block.
11553
11554 2012-02-20  Tristan Gingold  <gingold@adacore.com>
11555
11556         * darwin-nat.h (enum darwin_msg_state): Add comments.
11557
11558 2012-02-20  Tristan Gingold  <gingold@adacore.com>
11559
11560         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11561         value.
11562
11563 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
11564
11565         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11566         between function description and implementation.
11567
11568 2012-02-17  Tom Tromey  <tromey@redhat.com>
11569
11570         PR python/12070:
11571         * python/py-event.c (event_object_getset): New global.
11572         (event_object_type): Reference it.
11573         * python/py-type.c (field_object_getset): New global.
11574         (field_object_type): Reference it.
11575         * python/python-internal.h (gdb_py_generic_dict): Declare.
11576         * python/py-utils.c (gdb_py_generic_dict): New function.
11577
11578 2012-02-17  Tristan Gingold  <gingold@adacore.com>
11579
11580         * solib-darwin.c (darwin_current_sos): Check magic and filetype
11581
11582 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
11583
11584         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11585         TYPE_CALLING_CONVENTION annotation.
11586
11587 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
11588
11589         * MAINTAINERS: Add rx to target ISA section.
11590         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11591         (ALLDEPFILES): Add rx-tdep.c.
11592
11593 2012-02-16  Tom Tromey  <tromey@redhat.com>
11594
11595         * symfile.c (symbol_file_add_main_1): Use inferior's
11596         symfile_flags.
11597         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11598         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11599         inferior.
11600         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11601         inferior.
11602         (follow_exec): Use inferior's symfile_flags.
11603         * inferior.h (struct inferior) <symfile_flags>: New field.
11604
11605 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
11606
11607         PR gdb/9734:
11608         * remote-sim.c (gdbsim_create_inferior): Call error() when
11609         sim_create_inferior() fails.
11610
11611 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
11612
11613         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11614
11615 2012-02-16  Tom Tromey  <tromey@redhat.com>
11616
11617         PR c++/13653:
11618         * thread.c (struct current_thread_cleanup) <was_removable>: New
11619         field.
11620         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11621         (make_cleanup_restore_current_thread): Initialize new field.
11622
11623 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
11624
11625         * MAINTAINERS: Add rl78 to target ISA section.
11626         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11627         (ALLDEPFILES): Add rl78-tdep.c.
11628         * NEWS: Mention rl78 as a new target.
11629
11630 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
11631
11632         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11633         data.
11634         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11635
11636 2012-02-15  Tom Tromey  <tromey@redhat.com>
11637
11638         PR gdb/12659:
11639         * infcmd.c (registers_info): Print just the current register's
11640         name.
11641
11642 2012-02-15  Tom Tromey  <tromey@redhat.com>
11643
11644         * python/py-symbol.c (sympy_value): Use _().
11645
11646 2012-02-15  Pedro Alves  <palves@redhat.com>
11647
11648         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11649         output to be like native targets'.
11650         (remote_pid_to_str): Special case the null ptid.
11651
11652 2012-02-14  Stan Shebs  <stan@codesourcery.com>
11653
11654         * NEWS: Mention enable count command.
11655         * breakpoint.h (struct breakpoint): New field enable_count.
11656         * breakpoint.c (enable_breakpoint_disp): Add count argument.
11657         (enable_breakpoint): Add arg to call.
11658         (struct disp_data): New struct.
11659         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11660         (do_map_enable_once_breakpoint): Create a struct and pass it.
11661         (do_map_enable_delete_breakpoint): Ditto.
11662         (do_map_enable_count_breakpoint): New function.
11663         (enable_count_command): New function.
11664         (bpstat_stop_status): Decrement enable_count.
11665         (print_one_breakpoint_location): Report enable count.
11666         (_initialize_breakpoint): Add enable count command.
11667
11668 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
11669
11670         * rl78-tdep.c (reggroups.h): Include.
11671         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11672         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11673         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11674         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11675         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11676         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11677         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11678         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11679         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11680         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11681         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11682         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11683         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11684         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11685         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11686         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11687         beginning of register list.
11688         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11689         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11690         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11691         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11692         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11693         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11694         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11695         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11696         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11697         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11698         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11699         the pseudo registers.  Rearrange other pseudo registers too so
11700         that the bank registers appear at the end.
11701         (rl78_register_type): Account for the fact that the byte sized
11702         bank registers are now pseudo-registers.
11703         (rl78_register_name): Rearrange the register name array.  Make
11704         initial set of raw banked registers inaccessible.
11705         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11706         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11707         case for copying bytes back and forth between raw and pseudo
11708         versions of the banked registers.  Update other cases to reflect
11709         the changed names.
11710         (rl78_return_value): Update to account for changed names of
11711         raw registers.
11712         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11713         rl78_register_sim_regno().
11714
11715 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
11716
11717         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11718         the name parameter being passed to find_pc_partial_function().
11719
11720 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
11721
11722         * MAINTAINERS: Step down from being ia64 target maintainer.
11723
11724 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11725
11726         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11727         compilation warning.
11728
11729 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11730
11731         Fix crash on loaded shlibs without loaded exec_bfd.
11732         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11733         (set_section_command): Replace exec_bfd by p->bfd.
11734
11735 2012-02-10  Tom Tromey  <tromey@redhat.com>
11736
11737         * linespec.c (decode_line_internal): Skip symtabs_from_filename
11738         when we have a C++ qualified name.
11739
11740 2012-02-10  Pedro Alves  <palves@redhat.com>
11741
11742         * inferior.c (inferior_pid_to_str): New.
11743         (print_inferior, inferior_command): Use it.
11744
11745 2012-02-10  Pedro Alves  <palves@redhat.com>
11746
11747         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11748         the test CFLAGS.
11749         * configure: Regenerate.
11750
11751 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11752
11753         * linespec.c (decode_line_internal): Fix comment correctness.
11754
11755 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
11756
11757         PR gdb/12953
11758         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11759         * amd64bsd-nat.c: Add support for debug registers (adapted from
11760         i386bsd-nat.c).
11761         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11762         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11763         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11764         (amd64bsd_dr_get_control): New functions.
11765         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11766         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11767         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11768         watchpoints initialization.
11769         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11770
11771 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11772
11773         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11774         flds_bnds.fields.
11775         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11776
11777 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11778
11779         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
11780
11781 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
11782
11783         * language.h (symbol_name_cmp_ftype): Renames
11784         symbol_name_match_p_ftype.
11785         (struct language_defn)[la_get_symbol_name_cmp]: Renames
11786         la_get_symbol_name_match_p.
11787         * ada-lang.c (ada_get_symbol_name_cmp): Renames
11788         ada_get_symbol_name_match_p.  Update comment.
11789         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11790         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11791         Renames symbol_name_match_p.  Update field type.
11792         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11793         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11794         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11795         "la_get_symbol_name_cmp" in comments.
11796         * language.c: Likewise.
11797
11798 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11799
11800         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11801         %eflags offset.
11802         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11803         (amd64_sol2_gregset32_reg_offs): Likewise.
11804
11805 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
11806
11807         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11808         of the returned BFD is allocated by GDB.
11809
11810 2012-02-07  Tom Tromey  <tromey@redhat.com>
11811
11812         PR python/12027:
11813         * python/python-internal.h (frame_object_type): Declare.
11814         * python/py-symbol.c (sympy_needs_frame): New function.
11815         (sympy_value): New function.
11816         (symbol_object_getset): Add "needs_frame".
11817         (symbol_object_methods): Add "value".
11818         * python/py-frame.c (frame_object_type): No longer static.
11819
11820 2012-02-07  Tom Tromey  <tromey@redhat.com>
11821
11822         PR python/13599:
11823         * python/py-symbol.c (sympy_line): New function.
11824         (symbol_object_getset): Add "line".
11825
11826 2012-02-07  Tom Tromey  <tromey@redhat.com>
11827
11828         * charset.c (find_charset_names): Check 'in' against NULL.
11829
11830 2012-02-06  Doug Evans  <dje@google.com>
11831
11832         * gdbtypes.h (struct main_type): Change type of name,tag_name,
11833         and fields.name members from char * to const char *.  All uses updated.
11834         (struct cplus_struct_type): Change type of fn_fieldlists.name member
11835         from char * to const char *.  All uses updated.
11836         (type_name_no_tag): Update.
11837         (lookup_unsigned_typename, lookup_signed_typename): Update.
11838         * gdbtypes.c (type_name_no_tag): Change result type
11839         from char * to const char *.  All callers updated.
11840         (lookup_unsigned_typename, lookup_signed_typename): Change type of
11841         name parameter from char * to const char *.
11842         * symtab.h (struct cplus_specific): Change type of demangled_name
11843         member from char * to const char *.  All uses updated.
11844         (struct general_symbol_info): Change type of name and
11845         mangled_lang.demangled_name members from char * to const char *.
11846         All uses updated.
11847         (symbol_get_demangled_name, symbol_natural_name): Update.
11848         (symbol_demangled_name, symbol_search_name): Update.
11849         * symtab.c (symbol_get_demangled_name): Change result type
11850         from char * to const char *.  All callers updated.
11851         (symbol_natural_name, symbol_demangled_name): Ditto.
11852         (symbol_search_name): Ditto.
11853         (completion_list_add_name): Change type of symname,sym_text,
11854         text,word parameters from char * to const char *.
11855         (completion_list_objc_symbol): Change type of sym_text,
11856         text,word parameters from char * to const char *.
11857         * ada-lang.c (find_struct_field): Change type of name parameter
11858         from char * to const char *.
11859         (encoded_ordered_before): Similarly for N0,N1 parameters.
11860         (old_renaming_is_invisible): Similarly for function_name parameter.
11861         (ada_type_name): Change result type from char * to const char *.
11862         All callers updated.
11863         * ada-lang.h (ada_type_name): Update.
11864         * buildsym.c (hashname): Change type of name parameter
11865         from char * to const char *.
11866         * buildsym.h (hashname): Update.
11867         * dbxread.c (end_psymtab): Change type of include_list parameter
11868         from char ** to const char **.
11869         * dwarf2read.c (determine_prefix): Change result type
11870         from char * to const char *.  All callers updated.
11871         * f-lang.c (find_common_for_function): Change type of name, funcname
11872         parameters from char * to const char *.
11873         * f-lang.c (find_common_for_function): Update.
11874         * f-valprint.c (list_all_visible_commons): Change type of funcname
11875         parameters from char * to const char *.
11876         * gdbarch.sh (static_transform_name): Change type of name parameter
11877         and result from char * to const char *.
11878         * gdbarch.c: Regenerate.
11879         * gdbarch.h: Regenerate.
11880         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11881         of name parameter from char * to const char *.
11882         * jv-lang.c (java_primitive_type_from_name): Ditto.
11883         (java_demangled_signature_length): Similarly for signature parameter.
11884         (java_demangled_signature_copy): Ditto.
11885         (java_demangle_type_signature): Ditto.
11886         * jv-lang.h (java_primitive_type_from_name): Update.
11887         (java_demangle_type_signature): Update.
11888         * objc-lang.c (specialcmp): Change type of a,b parameters
11889         from char * to const char *.
11890         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11891         from char * to const char *.  All callers updated.
11892         * p-lang.h (is_pascal_string_type): Update.
11893         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11894         of name parameter from char * to const char *.
11895         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11896         * utils.c (fprintf_symbol_filtered): Ditto.
11897         * defs.h (fprintf_symbol_filtered): Update.
11898         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11899         * stabsread.h (end_psymtab): Update.
11900         * stack.c (find_frame_funname): Change type of funname parameter
11901         from char ** to const char **.
11902         * stack.h (find_frame_funname): Update.
11903         * typeprint.c (type_print): Change type of varstring parameter
11904         from char * to const char *.
11905         * value.h (type_print): Update.
11906         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11907         from char * to const char *.  All callers updated.
11908         (xcoff_end_psymtab): Change type of include_list parameter
11909         from char ** to const char **.  All callers updated.
11910         (swap_sym): Similarly for name parameter.  All callers updated.
11911         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11912         Use xstrdup.
11913         (process_coff_symbol): Use xstrdup.
11914         * stabsread.c (stabs_method_name_from_physname): Renamed from
11915         update_method_name_from_physname.  Change result type from void
11916         to char *.  All callers updated.
11917         (read_member_functions): In has_destructor case, store name in objfile
11918         obstack instead of malloc space.  In !has_stub case, fix mem leak.
11919
11920 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
11921
11922         * configure: Rebuild.
11923         * configure.ac: Put -L../bfd and -L../libiberty at the front of
11924         LDFLAGS.
11925
11926 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
11927
11928         * configure.tgt (rl78-*-elf): New target.
11929         * rl78-tdep.c: New file.
11930
11931 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
11932
11933         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11934         and continue the loop.  Add QUIT statement.
11935
11936 2012-02-03  Tom Tromey  <tromey@redhat.com>
11937
11938         PR gdb/13596:
11939         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11940         bfd_lookup_symbol_from_symtab.
11941         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11942         gdb_bfd_lookup_symbol_from_symtab.
11943
11944 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
11945
11946         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11947         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11948         symbol.  Add assertion that sym2 is never NULL.
11949
11950 2012-02-02  Doug Evans  <dje@google.com>
11951
11952         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11953         "name" parameter to const char ** from char **.  All callers updated.
11954         (find_pc_partial_function): Ditto.
11955         (cache_pc_function_name): Change type to const char * from char *.
11956         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11957         (find_pc_partial_function): Update.
11958         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11959         type of "name" parameter to const char * from char *.
11960         All uses updated.
11961         * arch-utils.c (generic_in_solib_return_trampoline): Change
11962         type of "name" parameter to const char * from char *.
11963         * arch-utils.h (generic_in_solib_return_trampoline): Update.
11964         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11965         type of "name" parameter to const char * from char *.
11966         * gdbarch.sh (in_solib_return_trampoline): Ditto.
11967         * gdbarch.c: Regenerate.
11968         * gdbarch.h: Regenerate.
11969         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11970         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11971         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11972         type of "name" parameter to const char * from char *.
11973         * skip.c (skip_function_pc): Ditto.
11974         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11975         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11976         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11977         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11978         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11979         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11980         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11981         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11982         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11983
11984 2012-02-02  Pedro Alves  <palves@redhat.com>
11985
11986         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11987         the current inferior has no execution.  Make sure the current
11988         remote process matches gdb's current inferior.
11989
11990 2012-02-02  Tom Tromey  <tromey@redhat.com>
11991
11992         PR gdb/13405:
11993         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11994         read-only memory.
11995
11996 2012-02-02  Tom Tromey  <tromey@redhat.com>
11997
11998         PR gdb/9307:
11999         * symtab.c (lookup_language_this): Set block_found.
12000
12001 2012-02-01  Tom Tromey  <tromey@redhat.com>
12002
12003         PR gdb/13431:
12004         * jit.c (struct jit_inferior_data): Rewrite.
12005         (struct jit_objfile_data): New.
12006         (get_jit_objfile_data): New function.
12007         (add_objfile_entry): Update.
12008         (jit_read_descriptor): Return int.  Replace descriptor_addr
12009         argument with inf_data.  Update.  Don't call error.
12010         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
12011         descriptor here.
12012         (jit_inferior_init): Don't look up descriptor.  Don't call error.
12013         (jit_reset_inferior_data_and_breakpoints)
12014         (jit_inferior_created_observer): Remove.
12015         (jit_inferior_exit_hook): Update.
12016         (jit_executable_changed_observer): Remove.
12017         (jit_event_handler): Update.
12018         (free_objfile_data): Reset inferior data if needed.
12019         (_initialize_jit): Update.
12020
12021 2012-02-01  Tom Tromey  <tromey@redhat.com>
12022
12023         * jit.c (bfd_open_from_target_memory): Move higher in file.
12024
12025 2012-02-01  Tristan Gingold  <gingold@adacore.com>
12026
12027         * libunwind-frame.c (libunwind_load): Display message if dlopen
12028         failed.
12029
12030 2012-02-01  Gary Benson  <gbenson@redhat.com>
12031
12032         * symtab.h (symbol_found_callback_ftype): New typedef.
12033         (iterate_over_symbols): Use the above.
12034         * symtab.c (iterate_over_symbols): Likewise.
12035         * language.h (language_defn->la_iterate_over_symbols): Likewise.
12036         * ada-lang.c (ada_iterate_over_symbols): Likewise.
12037         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
12038         (iterate_name_matcher): Document return values.
12039         (collect_one_symbol): Likewise.
12040         (collect_function_symbols): Likewise.
12041         (collect_symbols): Likewise.
12042
12043 2012-02-01  Tom Tromey  <tromey@redhat.com>
12044
12045         * ada-lang.c (resolve_subexp): Update.
12046         (ada_lookup_symbol_list): Add 'full_search' argument.
12047         (ada_iterate_over_symbols): Pass 0 as full_search argument to
12048         ada_lookup_symbol_list.
12049         (ada_lookup_encoded_symbol): Update.
12050         (get_var_value): Update.
12051         * ada-exp.y (block_lookup): Update.
12052         (write_var_or_type): Update.
12053         (write_name_assoc): Update.
12054         * ada-lang.h (ada_lookup_symbol_list): Update.
12055
12056 2012-01-31  Tom Tromey  <tromey@redhat.com>
12057
12058         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
12059         comment.
12060
12061 2012-01-31  Doug Evans  <dje@google.com>
12062
12063         * symtab.h: Remove outdated comment.
12064         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
12065
12066 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
12067
12068         Fix build error in Darwin port.
12069         * i386-darwin-nat.c: Include i386-nat.h.
12070
12071 2012-01-30  Tom Tromey  <tromey@redhat.com>
12072
12073         PR breakpoints/13568:
12074         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
12075         argument.  Check for recursive includes.
12076         (dwarf_decode_macros): Create an include hash.
12077
12078 2012-01-30  Michael Eager  <eager@eagercon.com>
12079
12080         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
12081         * ppc-linux-tdep.c: Include glibc-tdep.h.
12082         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
12083         (powerpc_linux_in_plt_stub): New function.
12084         (powerpc_linux_in_dynsym_resolve_code): New function.
12085         (ppc_skip_trampoline_code): New function.
12086         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
12087         Use glibc_skip_solib_resolver.
12088
12089 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12090
12091         Code cleanup: Make 1440 bytes of data segment read-only.
12092         * arch-utils.c (endian_enum): Make it const char *const [].
12093         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
12094         Likewise.
12095         * breakpoint.c (always_inserted_enums): Likewise.
12096         * cli/cli-cmds.c (script_ext_enums): Likewise.
12097         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
12098         enumlist parameter const char *const *.
12099         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
12100         const char *const *.
12101         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
12102         parameter const char *const *.
12103         * cris-tdep.c (cris_modes): Make it const char *const [].
12104         * filesystem.c (target_file_system_kinds): Likewise.
12105         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
12106         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
12107         (can_use_displaced_stepping_enum, scheduler_enums)
12108         (exec_direction_names): Likewise.
12109         * language.c (_initialize_language): Make the type_or_range_names and
12110         case_sensitive_names variables const char *const [].
12111         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
12112         * python/python.c (python_excp_enums): Likewise.
12113         * remote.c (interrupt_sequence_modes): Likewise.
12114         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
12115         * serial.c (logbase_enums): Likewise.
12116         * sh-tdep.c (sh_cc_enum): Likewise.
12117         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
12118         Likewise.
12119         * symtab.c (multiple_symbols_modes): Likewise.
12120         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
12121         Likewise.
12122         * utils.c (internal_problem_modes): Likewise.
12123
12124 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
12125
12126         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
12127         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
12128         result.
12129
12130 2012-01-27  Doug Evans  <dje@google.com>
12131
12132         * configure.ac (with_python): Fix absolute path handling for win32.
12133         * configure: Regenerate.
12134
12135 2012-01-26  Doug Evans  <dje@google.com>
12136
12137         * symtab.c: Whitespace cleanup, no code changes.
12138
12139         * symtab.c (lookup_symbol_in_language): Improve comment.
12140         (lookup_symbol_aux): Fix comment.
12141
12142         * psymtab.c (add_psymbol_to_list): Result is now "void".
12143         * psympriv.h (add_psymbol_to_list): Update.
12144
12145         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
12146
12147 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
12148
12149         Do not open script filenames twice.
12150         * cli/cli-cmds.c (source_script_from_stream): Pass to
12151         source_python_script also STREAM.
12152         * python/py-auto-load.c (source_section_scripts): Pass to
12153         source_python_script_for_objfile also STREAM.
12154         (auto_load_objfile_script): Pass to source_python_script_for_objfile
12155         also INPUT.
12156         * python/python-internal.h (source_python_script_for_objfile): New
12157         parameter file, rename parameter file to filename.
12158         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
12159         instead if !_WIN32.  Update the function comment.
12160         (source_python_script, source_python_script_for_objfile)
12161         (source_python_script): New parameter file, rename parameter file to
12162         filename.  Pass FILENAME to python_run_simple_file.
12163         * python/python.h (source_python_script): New parameter file, rename
12164         parameter file to filename.
12165
12166 2012-01-26  Pedro Alves  <palves@redhat.com>
12167
12168         * corelow.c (core_has_fake_pid): Delete.
12169         (core_close): Delete references to `core_has_fake_pid'.
12170         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
12171         (core_open): Delete references to `core_has_fake_pid'.
12172         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
12173         the removed global.
12174
12175 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
12176
12177         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
12178         Remove language parameter from name_matcher.  Adjust the comment.
12179         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
12180         Remove language parameter.
12181         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
12182         * linespec.c (iterate_name_matcher): Likewise.
12183         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
12184         name_matcher.  Adjust call accordingly.
12185         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
12186         (maintenance_check_symtabs): Adjust type of parameter "fun".
12187         * psymtab.h (maintenance_check_symtabs): Likewise.
12188
12189 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
12190
12191         * language.h (symbol_name_match_p_ftype): New typedef.
12192         (struct language_defn): Replace field la_symbol_name_compare
12193         by la_get_symbol_name_match_p.
12194         * ada-lang.c (ada_get_symbol_name_match_p): New function.
12195         (ada_language_defn): Use it.
12196         * linespec.c (struct symbol_matcher_data): New type.
12197         (iterate_name_matcher): Rewrite.
12198         (iterate_over_all_matching_symtabs): Pass a pointer to
12199         a symbol_matcher_data struct to expand_symtabs_matching
12200         instead of just the lookup name.
12201         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
12202         opencl-lang.c, p-lang.c, language.c: Delete field
12203         la_symbol_name_compare, and replace by NULL for new field
12204         la_get_symbol_name_match_p.
12205         * symfile.h (struct quick_symbol_functions): Update comment.
12206
12207 2012-01-25  Tom Tromey  <tromey@redhat.com>
12208
12209         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
12210         dereferencing.
12211
12212 2012-01-24  Tom Tromey  <tromey@redhat.com>
12213
12214         PR symtab/12406:
12215         * solib.c (update_solib_list): Update the program space's
12216         added_solibs and deleted_solibs fields.
12217         * progspace.h (struct program_space) <added_solibs,
12218         deleted_solibs>: New fields.
12219         (clear_program_space_solib_cache): Declare.
12220         * progspace.c (release_program_space): Call
12221         clear_program_space_solib_cache.
12222         (clear_program_space_solib_cache): New function.
12223         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
12224         bpstat_stop_status.  Use handle_solib_event.
12225         * breakpoint.c: Include gdb_regex.h.
12226         (print_solib_event): New function.
12227         (bpstat_print): Use print_solib_event.
12228         (bpstat_stop_status): Add special case for bp_shlib_event.
12229         (handle_solib_event): New function.
12230         (bpstat_what): Use handle_solib_event.
12231         (struct solib_catchpoint): New.
12232         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
12233         (breakpoint_hit_catch_solib, check_status_catch_solib)
12234         (print_it_catch_solib, print_one_catch_solib)
12235         (print_mention_catch_solib, print_recreate_catch_solib): New
12236         functions.
12237         (catch_solib_breakpoint_ops): New global.
12238         (catch_load_or_unload, catch_load_command_1)
12239         (catch_unload_command_1): New functions.
12240         (internal_bkpt_check_status): Add special case for
12241         bp_shlib_event.
12242         (internal_bkpt_print_it): Use print_solib_event.
12243         (initialize_breakpoint_ops): Initialize
12244         catch_solib_breakpoint_ops.
12245         (_initialize_breakpoint): Register "catch load" and "catch
12246         unload".
12247         * breakpoint.h (handle_solib_event): Declare.
12248         * NEWS: Add entry for "catch load" and "catch unload".
12249
12250 2012-01-24  Tom Tromey  <tromey@redhat.com>
12251
12252         * ada-lang.c: Include gdb_vecs.h.
12253         * charset.c: Include gdb_vecs.h.
12254         * tracepoint.h: Include gdb_vecs.h.
12255         * gdb_vecs.h: New file.
12256
12257 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
12258
12259         * breakpoint.c (breakpoint_hit_catch_fork)
12260         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12261         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12262         * infrun.c (inferior_has_forked, inferior_has_vforked)
12263         (inferior_has_execd, inferior_has_called_syscall): Delete.
12264         (handle_syscall_event): Get syscall_number from the execution
12265         control state's wait status.
12266         (wait_for_inferior): Don't clear syscall_number.
12267
12268 2012-01-24  Pedro Alves  <palves@redhat.com>
12269
12270         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12271         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12272         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12273         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12274         `ws' parameter.
12275         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
12276         false for events other than TARGET_SIGNAL_TRAP.
12277         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12278         Add `ws' parameter.
12279         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
12280         events other than TARGET_SIGNAL_TRAP.
12281         (tracepoint_breakpoint_hit): Add `ws' parameter.
12282         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12283         parameter.
12284         (bpstat_stop_status): Same.
12285         (pc_at_non_inline_function): Same.
12286         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12287         to pass the current event's waitstatus to bpstat_stop_status
12288         and pc_at_non_inline_function.
12289
12290 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12291
12292         Code cleanup.
12293         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12294         Update the function comment for it.
12295         (source_script_with_search): Call make_cleanup_fclose for STREAM.
12296         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12297         for STREAM.
12298
12299 2012-01-24  Pedro Alves  <palves@redhat.com>
12300
12301         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12302         outside `bs->stop' block.
12303         (bpstat_what): Rework bp_shlib_event handling.
12304         (internal_bkpt_check_status): If the breakpoint is a
12305         bp_shlib_event, then set bs->stop and bs->print if
12306         stop_on_solib_events is set.
12307
12308 2012-01-24  Gary Benson  <gbenson@redhat.com>
12309
12310         Delete #if 0'd out code.
12311         * stack.c (print_frame_label_vars): Remove.
12312         (catch_info): Likewise.
12313         (_initialize_stack): Remove "info catch" command.
12314         * NEWS: Mention the above.
12315
12316 2012-01-24  Pedro Alves  <palves@redhat.com>
12317
12318         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
12319         it.
12320         (remote_notice_new_inferior): If the remote end doesn't support
12321         the multiprocess extensions, then the PID is fake.
12322         (add_current_inferior_and_thread): New.
12323         (remote_start_remote): Use it.
12324         (extended_remote_attach_1): Adjust.
12325         (extended_remote_create_inferior_1): Use
12326         add_current_inferior_and_thread.
12327
12328 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12329
12330         Fix watchpoints to be specific for each inferior.
12331         * breakpoint.c (watchpoint_in_thread_scope): Verify also
12332         current_program_space.
12333         * i386-nat.c (i386_inferior_data_cleanup): New.
12334         (i386_inferior_data_get): Replace variable inf_data_local by an
12335         inferior_data call.
12336         (i386_use_watchpoints): Initialize i386_inferior_data.
12337         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12338         specific iterate_over_lwps.
12339
12340 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12341
12342         Fix watchpoints across inferior fork.
12343         * amd64-linux-nat.c (update_debug_registers_callback): Update the
12344         comment for linux_nat_iterate_watchpoint_lwps.
12345         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12346         linux_nat_iterate_watchpoint_lwps.
12347         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12348         * i386-linux-nat.c (update_debug_registers_callback): Update the
12349         comment for linux_nat_iterate_watchpoint_lwps.
12350         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12351         linux_nat_iterate_watchpoint_lwps.
12352         (i386_linux_prepare_to_resume): New comment on Linux kernel.
12353         * i386-nat.c: Include inferior.h.
12354         (dr_mirror): Remove.
12355         (i386_inferior_data, struct i386_inferior_data)
12356         (i386_inferior_data_get): New.
12357         (i386_debug_reg_state): Use i386_inferior_data_get.
12358         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12359         (i386_insert_watchpoint, i386_remove_watchpoint)
12360         (i386_stopped_data_address, i386_insert_hw_breakpoint)
12361         (i386_remove_hw_breakpoint): New variable state, use
12362         i386_debug_reg_state instead of DR_MIRROR.
12363         * linux-nat.c (delete_lwp): New declaration.
12364         (num_lwps): Move here from downwards.
12365         (delete_lwp_cleanup): New.
12366         (linux_child_follow_fork): Create new child_lp, call
12367         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12368         PTRACE_DETACH.
12369         (num_lwps): Move upwards.
12370         (linux_nat_iterate_watchpoint_lwps): New.
12371         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12372         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12373
12374 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
12375
12376         GDB 7.4 released.
12377
12378 2012-01-23  Pedro Alves  <palves@redhat.com>
12379
12380         * top.c (caution): Rename to ...
12381         (confirm): ... this.
12382         (show_caution): Rename to ...
12383         (show_confirm): ... this.
12384         (quit_cover): Adjust.
12385         (init_main): Adjust.
12386         * top.h (caution): Rename to ...
12387         (confirm): ... this.
12388         * utils.c (internal_vproblem, defaulted_query): Adjust.
12389
12390 2012-01-23  Pedro Alves  <palves@redhat.com>
12391
12392         * top.c (caution): Update comment.
12393         (execute_command): Don't consider the current value of `caution'.
12394
12395 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
12396
12397         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12398
12399 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
12400
12401         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12402         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12403         * target.c (target_fileio_pwrite): Remove buffer address from
12404         debug output.
12405         (target_fileio_pread): Likewise.
12406
12407 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12408
12409         * NEWS: Document remote "info proc" and "generate-core-file".
12410
12411 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12412
12413         * gdbarch.sh (find_memory_regions): New callback.
12414         * gdbarch.c, gdbarch.h: Regenerate.
12415
12416         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12417         callback before falling back to target method.
12418
12419         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12420         (linux_target_install_ops): No longer install it.
12421
12422         * linux-tdep.c (linux_find_memory_regions): New function.
12423         (linux_init_abi): Install it.
12424
12425 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12426
12427         * gdbarch.sh (make_corefile_notes): New architecture callback.
12428         * gdbarch.c: Regenerate.
12429         * gdbarch.h: Likewise.
12430
12431         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12432         before target_make_corefile_notes.  If NULL is returned, the
12433         target does not support core file generation.
12434
12435         * linux-nat.c: Include "linux-tdep.h".
12436         (find_signalled_thread, find_stop_signal): Remove.
12437         (linux_nat_do_thread_registers): Likewise.
12438         (struct linux_nat_corefile_thread_data): Likewise.
12439         (linux_nat_corefile_thread_callback): Likewise.
12440         (iterate_over_spus): Likewise.
12441         (struct linux_spu_corefile_data): Likewise.
12442         (linux_spu_corefile_callback): Likewise.
12443         (linux_spu_make_corefile_notes): Likewise.
12444         (linux_nat_collect_thread_registers): New function.
12445         (linux_nat_make_corefile_notes): Replace contents by call to
12446         linux_make_corefile_notes passing linux_nat_collect_thread_registers
12447         as native-only callback.
12448
12449         * linux-tdep.h: Include "bfd.h".
12450         (struct regcache): Add forward declaration.
12451         (linux_collect_thread_registers_ftype): New typedef.
12452         (linux_make_corefile_notes): Add prototype.
12453         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12454         "regset.h", and "elf-bfd.h".
12455         (find_signalled_thread, find_stop_signal): New functions.
12456         (linux_spu_make_corefile_notes): Likewise.
12457         (linux_collect_thread_registers): Likewise.
12458         (struct linux_corefile_thread_data): New data structure.
12459         (linux_corefile_thread_callback): New funcion.
12460         (linux_make_corefile_notes): Likewise.
12461         (linux_make_corefile_notes_1): Likewise.
12462         (linux_init_abi): Install it.
12463
12464 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12465
12466         * gdbarch.sh (info_proc): New callback.
12467         * gdbarch.c, gdbarch.h: Regenerate.
12468
12469         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12470         before falling back to the target info_proc callback.
12471
12472         * linux-nat.c: Do not include "cli/cli-utils.h".
12473         (linux_nat_info_proc): Remove.
12474         (linux_target_install_ops): No longer install it.
12475
12476         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12477         (read_mapping): New function.
12478         (linux_info_proc): Likewise.
12479         (linux_init_abi): Install it.
12480
12481 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12482
12483         * defs.h (enum info_proc_what): Moved here from linux-nat.c
12484         * infcmd.c: (info_proc_cmd_1): New function.
12485         (info_proc_cmd): New function, moved here from equivalent routine
12486         orignally in linux-nat.c.
12487         (info_proc_cmd_mappings): Likewise.
12488         (info_proc_cmd_stat): Likewise.
12489         (info_proc_cmd_status): Likewise.
12490         (info_proc_cmd_cwd): Likewise.
12491         (info_proc_cmd_cmdline): Likewise.
12492         (info_proc_cmd_exe): Likewise.
12493         (info_proc_cmd_all): Likewise.
12494         (_initialize_infcmd): Install "info proc" command and subcommands.
12495
12496         * target.h (struct target_ops): Add to_info_proc.
12497         (target_info_proc): Add prototype.
12498         * target.c (target_info_proc): New function.
12499
12500         * procfs.c (procfs_info_proc): Add prototype.
12501         (info_proc_cmd): Rename into ...
12502         (procfs_info_proc): ... this.  Update argument types as appropriate
12503         for a to_info_proc implementation.  Handle "what" argument.
12504         (procfs_target): Install procfs_info_proc.
12505         (_initialize_procfs): No longer install "info proc" command.
12506
12507         * linux-nat.c: (enum info_proc_what): Remove.
12508         (linux_nat_info_proc_cmd_1): Rename into ...
12509         (linux_nat_info_proc): ... this.  Update argument types as appropriate
12510         for a to_info_proc implementation.
12511         (linux_nat_info_proc_cmd): Remove.
12512         (linux_nat_info_proc_cmd_mappings): Likewise.
12513         (linux_nat_info_proc_cmd_stat): Likewise.
12514         (linux_nat_info_proc_cmd_status): Likewise.
12515         (linux_nat_info_proc_cmd_cwd): Likewise.
12516         (linux_nat_info_proc_cmd_cmdline): Likewise.
12517         (linux_nat_info_proc_cmd_exe): Likewise.
12518         (linux_nat_info_proc_cmd_all): Likewise.
12519         (linux_target_install_ops): Install linux_nat_info_proc.
12520         (_initialize_linux_nat): No longer install "info proc" command
12521         and subcommands.
12522
12523 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12524
12525         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12526         * config.in, configure: Regenerate.
12527
12528         * target.h (struct target_ops): Add to_fileio_readlink.
12529         (target_fileio_readlink): Add prototype.
12530         * target.c (target_fileio_readlink): New function.
12531
12532         * inf-child.c: Conditionally include <sys/param.h>.
12533         (inf_child_fileio_readlink): New function.
12534         (inf_child_target): Install it.
12535
12536         * remote.c (PACKET_vFile_readlink): New enum value.
12537         (remote_hostio_readlink): New function.
12538         (init_remote_ops): Install it.
12539         (_initialize_remote): Handle vFile:readlink packet type.
12540
12541 2012-01-20  Pedro Alves  <palves@redhat.com>
12542             Ulrich Weigand  <ulrich.weigand@linaro.org>
12543
12544         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12545         * config.in, configure: Regenerate.
12546
12547         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12548         to_fileio_pread, to_fileio_close, to_fileio_unlink.
12549         (target_fileio_open): Add prototype.
12550         (target_fileio_pwrite): Likewise.
12551         (target_fileio_pread): Likewise.
12552         (target_fileio_close): Likewise.
12553         (target_fileio_unlink): Likewise.
12554         (target_fileio_read_alloc): Likewise.
12555         (target_fileio_read_stralloc): Likewise.
12556
12557         * target.c: Include "gdb/fileio.h".
12558         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12559         (default_fileio_target): New function.
12560         (target_fileio_open): Likewise.
12561         (target_fileio_pwrite): Likewise.
12562         (target_fileio_pread): Likewise.
12563         (target_fileio_close): Likewise.
12564         (target_fileio_unlink): Likewise.
12565         (target_fileio_close_cleanup): Likewise.
12566         (target_fileio_read_alloc_1): Likewise.
12567         (target_fileio_read_alloc): Likewise.
12568         (target_fileio_read_stralloc): Likewise.
12569
12570         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12571         <fcntl.h>, and <unistd.h>.
12572         (inf_child_fileio_open_flags_to_host): New function.
12573         (inf_child_errno_to_fileio_error): Likewise.
12574         (inf_child_fileio_open): Likewise.
12575         (inf_child_fileio_pwrite): Likewise.
12576         (inf_child_fileio_pread): Likewise.
12577         (inf_child_fileio_close): Likewise.
12578         (inf_child_fileio_unlink): Likewise.
12579         (inf_child_target): Install to_fileio routines.
12580
12581         * remote.c (init_remote_ops): Install to_fileio routines.
12582
12583 2012-01-20  Pedro Alves  <palves@redhat.com>
12584             Ulrich Weigand  <ulrich.weigand@linaro.org>
12585
12586         * remote.c (remote_multi_process_p): Only check for multi-process
12587         protocol feature, do not check for extended protocol.
12588         (remote_supports_multi_process): Check for extended protocol here.
12589         (set_general_process): Likewise.
12590         (extended_remote_kill): Likewise.
12591         (remote_pid_to_str): Likewise.
12592         (remote_query_supported): Always query multiprocess mode.
12593
12594 2012-01-20  Pedro Alves  <palves@redhat.com>
12595             Ulrich Weigand  <ulrich.weigand@linaro.org>
12596
12597         * inferior.h (struct inferior): Add fake_pid_p.
12598         * inferior.c (exit_inferior_1): Clear fake_pid_p.
12599         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12600         magic_null_ptid since the remote side doesn't provide a real PID.
12601
12602 2012-01-19  Tom Tromey  <tromey@redhat.com>
12603
12604         * NEWS: Combine the two Python sections.
12605
12606 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
12607
12608         * target.h (target_close): Update comment on the target's unpush state.
12609
12610 2012-01-19  Pedro Alves  <palves@redhat.com>
12611
12612         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12613         linux_nat_async directly instead of going through the target
12614         vector.
12615         * target.c (unpush_target): Close target after unpushing it, not
12616         before.
12617
12618 2012-01-19  Gary Benson  <gbenson@redhat.com>
12619
12620         * mdebugread.c (sort_blocks): Replace integer constants with ones
12621         derived from FIRST_LOCAL_BLOCK.
12622
12623 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
12624             Jan Kratochvil  <jan.kratochvil@redhat.com>
12625
12626         PR gdb/9538
12627         * symfile.c (find_separate_debug_file): New function.
12628         (terminate_after_last_dir_separator): Likewise.
12629         (find_separate_debug_file_by_debuglink): Also try realpath.
12630         * configure.ac (AC_CHECK_FUNCS): Add lstat.
12631         * configure: Regenerate.
12632         * config.in: Regenerate.
12633
12634 2012-01-18  Doug Evans  <dje@google.com>
12635
12636         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12637         (main.o): Remove rule.
12638         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12639         (--with-sysroot): Rewrite.
12640         * configure: Regenerate.
12641         * config.in: Regenerate.
12642
12643 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
12644
12645         * parse.c (initialize_expout): New function.
12646         (reallocate_expout): Likewise.
12647         (parse_exp_in_context): Use `initialize_expout' and
12648         `reallocate_expout' when appropriate.
12649
12650 2012-01-18  Pedro Alves  <palves@redhat.com>
12651
12652         * record.c (struct record_breakpoint, record_breakpoint_p)
12653         (record_breakpoints): New.
12654         (record_insert_breakpoint, record_remove_breakpoint): Manage
12655         record breakpoints list.  Only remove breakpoints from the
12656         inferior if they had been inserted there in the first place.
12657
12658 2012-01-17  Doug Evans  <dje@google.com>
12659
12660         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12661         if we know we don't have a file name to look for.
12662
12663 2012-01-17  Pedro Alves  <palves@redhat.com>
12664
12665         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12666         the frame's stop reason is UNWIND_UNAVAILABLE.
12667
12668 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12669
12670         Fix compilation error.
12671         * m2-exp.y (yyerror): Use ANSI C prototype.
12672
12673 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12674
12675         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12676         (growbuf_by_size): Likewise.
12677         (yyerror): Likewise.
12678         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12679         (modblock): Remove variable (was #if 0'ed).
12680         (parse_number): Convert prototype from K&R to ANSI C.
12681         (yyerror): Likewise.
12682         * objc-exp.y (parse_number): Likewise.
12683         (yyerror): Likewise.
12684         (yylex): Remove #if 0'ed code.
12685         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12686         (yyerror): Likewise.
12687
12688 2012-01-16  Tom Tromey  <tromey@redhat.com>
12689
12690         * NEWS: Add item.
12691         * symtab.h (compare_filenames_for_search): Declare.
12692         * symtab.c (compare_filenames_for_search): New function.
12693         (iterate_over_some_symtabs): Use it.
12694         * symfile.h (struct quick_symbol_functions)
12695         <map_symtabs_matching_filename>: Change spec.
12696         * psymtab.c (partial_map_symtabs_matching_filename): Use
12697         compare_filenames_for_search.  Update for new spec.
12698         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12699         compare_filenames_for_search.  Update for new spec.
12700         * breakpoint.c (clear_command): Use compare_filenames_for_search.
12701
12702 2012-01-16  Tom Tromey  <tromey@redhat.com>
12703
12704         PR python/13281:
12705         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12706         (struct main_type) <flag_flag_enum>: New field.
12707         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12708         * NEWS: Add entries.
12709         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12710         enums.
12711         * python/lib/gdb/printing.py (_EnumInstance): New class.
12712         (FlagEnumerationPrinter): Likewise.
12713
12714 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12715
12716         * breakpoint.c (create_sals_from_address_default): New function.
12717         (create_breakpoints_sal_default): Likewise.
12718         (decode_linespec_default): Likewise.
12719         (is_marker_spec): Removed.
12720         (strace_marker_p): New function.
12721         (init_breakpoint_sal): Using `strace_marker_p' instead of
12722         `is_marker_spec'.
12723         (create_breakpoint): Call method `create_sals_from_address' from
12724         breakpoint_ops, replacing code that created SALs conditionally
12725         on the type of the breakpoint.  Call method `create_breakpoints_sal',
12726         replacing code that created breakpoints conditionally on the type
12727         wanted.
12728         (base_breakpoint_create_sals_from_address): New function.
12729         (base_breakpoint_create_breakpoints_sal): Likewise.
12730         (base_breakpoint_decode_linespec): Likewise.
12731         (base_breakpoint_ops): Add methods
12732         `base_breakpoint_create_sals_from_address',
12733         `base_breakpoint_create_breakpoints_sal' and
12734         `base_breakpoint_decode_linespec'.
12735         (bkpt_create_sals_from_address): New function.
12736         (bkpt_create_breakpoints_sal): Likewise.
12737         (bkpt_decode_linespec): Likewise.
12738         (tracepoint_create_sals_from_address): Likewise.
12739         (tracepoint_create_breakpoints_sal): Likewise.
12740         (tracepoint_decode_linespec): Likewise.
12741         (strace_marker_create_sals_from_address): Likewise.
12742         (strace_marker_create_breakpoints_sal): Likewise.
12743         (strace_marker_decode_linespec): Likewise.
12744         (strace_marker_breakpoint_ops): New variable.
12745         (addr_string_to_sals): Remove `marker_spec'.  Call method
12746         `decode_linespec' from breakpoint_ops, replacing code that decoded
12747         an address string into a SAL.  Use `strace_marker_p' instead of
12748         `marker_spec'.
12749         (strace_command): Decide whether we are dealing with a static
12750         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
12751         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12752         * breakpoint.h (linespec_result, linespec_sals): New forward
12753         declarations.
12754         (breakpoint_ops) <create_sals_from_address>,
12755         <create_breakpoints_sal>, <decode_linespec>: New methods.
12756
12757 2012-01-14  Doug Evans  <dje@google.com>
12758
12759         * NEWS: Update text for "maint set python print-stack".
12760         It is deprecated in gdb 7.4 and deleted in 7.5.
12761
12762 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
12763
12764         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12765         including curses.h.
12766
12767 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12768
12769         * configure: Regenerate.
12770         * config.in: Regenerate.
12771
12772 2012-01-12  Keith Seitz  <keiths@redhat.com>
12773
12774         PR mi/10586
12775         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12776         (ANONYMOUS_UNION_NAME): Define.
12777         (is_path_expr_parent): New function.
12778         (get_path_expr_parent): New function.
12779         (is_anonymous_child): New function.
12780         (create_child_with_value): If the child is anonymous and without
12781         a name, assign an object name to it.
12782         (c_describe_child): Use get_path_expr_parent to determine
12783         the parent expression.
12784         If there field represents an anonymous struct or union and
12785         has no name, set an appropriate display name and expression.
12786         (cplus_describe_child): Likewise.
12787
12788 2012-01-12  Pedro Alves  <palves@redhat.com>
12789
12790         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12791         available when %ebp is found to be zero (outermost).
12792
12793 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
12794
12795         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12796         an internal gdb_static_assert.
12797         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12798
12799 2012-01-11  Tom Tromey  <tromey@redhat.com>
12800
12801         PR gdb/9598:
12802         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12803         catch" and "catch throw".
12804
12805 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
12806
12807         * blockframe.c (block_innermost_frame): Start search from selected
12808         frame, if present, or otherwise the current frame.
12809
12810         * c-exp.y (variable): Update innermost_block for
12811         'block COLONCOLON NAME' clause.
12812         * m2-exp.y (variable): Ditto.
12813         * objc-exp.y (variable): Ditto.
12814
12815 2012-01-10  Tom Tromey  <tromey@redhat.com>
12816
12817         PR python/13199:
12818         * python/python.c (finish_python_initialization): Set sys.argv.
12819
12820 2012-01-10  Doug Evans  <dje@google.com>
12821
12822         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
12823         "want_line_info".  All callers updated.
12824         (dwarf_decode_lines_1): New function.
12825         (handle_DW_AT_stmt_list): Add function comment.
12826         New arg "want_line_info".  All callers updated.
12827         (read_file_scope,read_type_unit_scope): Move comment from
12828         handle_DW_AT_stmt_list to here.
12829
12830 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12831
12832         Fix regression after libiberty/ update for GCC PR 6057 and others.
12833         * c-exp.y (operator) <OPERATOR DELETE>
12834         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12835         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12836         (make_builtin_type, make_name): New variable i, add gdb_assert.
12837         (operator) <OPERATOR NEW>: Update ARGS to 3.
12838         (operator) <OPERATOR DELETE>: Add trailing space.
12839         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12840         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12841         * cp-support.c (cp_canonicalize_string): Check NULL from
12842         cp_comp_to_string, call warning and return.
12843
12844 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12845
12846         Fix duplicate .o files after omitting libbfd.a.
12847         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12848         (SFILES): Add corelow.c.
12849         (COMMON_OBS): Add corelow.o.
12850         (ALLDEPFILES): Remove corelow.c.
12851         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12852         * config/alpha/alpha-osf3.mh: Likewise.
12853         * config/alpha/fbsd.mh: Likewise.
12854         * config/arm/nbsdaout.mh: Likewise.
12855         * config/arm/nbsdelf.mh: Likewise.
12856         * config/i386/i386gnu.mh: Likewise.
12857         * config/ia64/hpux.mh: Likewise.
12858         * config/ia64/linux.mh: Likewise.
12859         * config/m32r/linux.mh: Likewise.
12860         * config/m68k/linux.mh: Likewise.
12861         * config/mips/irix5.mh: Likewise.
12862         * config/mips/irix6.mh: Likewise.
12863         * config/pa/hpux.mh: Likewise.
12864         * config/pa/linux.mh: Likewise.
12865         * config/powerpc/aix.mh: Likewise.
12866         * config/sparc/linux.mh: Likewise.
12867         * config/sparc/linux64.mh: Likewise.
12868         * config/sparc/sol2.mh: Likewise.
12869         * config/vax/vax.mh: Likewise.
12870         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12871         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12872         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12873         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12874         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12875         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12876         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12877         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12878         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12879         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12880         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12881         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12882         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12883         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12884         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12885         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12886         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12887         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12888         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12889         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12890         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12891         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12892         corelow.o from gdb_target_obs.
12893         * corefile.c (core_target): Update the comment on NULL value.
12894         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12895         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12896         MATCHES.  Drop YUMMY set on NULL.
12897         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
12898         reclaim CORE_DATA if it is already NULL.
12899
12900 2012-01-09  Doug Evans  <dje@google.com>
12901
12902         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12903         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12904
12905 2012-01-09  Keith Seitz  <keiths@redhat.com>
12906
12907         * breakpoint.c (wrapper.h): Don't include.
12908
12909 2012-01-09  Keith Seitz  <keiths@redhat.com>
12910
12911         * Makefile.in (SFILES): Remove wrapper.c.
12912         (HFILES_NO_SRCDIR): Remove wrapper.h.
12913         (COMMON_OBS): Remove wrapper.o.
12914         * cli/cli-interp.c: Don't inlude wrapper.h.
12915         * corelow.c: Likewise.
12916         (core_open): Replace gdb_target_find_new_threads with
12917         TRY_CATCH around target_find_new_threads.
12918         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12919         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12920         * varobj.c (varobj_create): Likewise for parse_exp_1 and
12921         evaluate_expression.
12922         (varobj_set_value): Likewise for evaluate_expression and
12923         value_assign.
12924         (install_new_variable): Likewise for value_fetch_lazy.
12925         (adjust_value_for_child_access): Likewise for value_ind.
12926         (c_describe_child): Likewise for value_subscript and
12927         value_ind.
12928         (c_value_of_root): Likewise for evaluate_expression.
12929         * wrapper.c: Remove.
12930         * wrapper.h: Remove.
12931
12932 2012-01-09  Doug Evans  <dje@google.com>
12933
12934         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12935         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
12936         "abfd" args with "section".  All callers updated.
12937         Error checking code moved ...
12938         (error_check_comp_unit_head): ... here.  New function.
12939         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12940         Delete arg "abfd".  New arg "type_offset".  All callers updated.
12941         (create_debug_types_hash_table): Simplify by using
12942         read_and_check_type_unit_head.
12943
12944         * parser-defs.h (namecopy): Delete.
12945         * parse.c (namecopy, namecopy_size): Move into copy_name.
12946
12947 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12948
12949         Partially fix duplicate .o files after omitting libbfd.a.
12950         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12951         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12952         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12953         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12954         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12955         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12956         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12957
12958 2012-01-09  Pedro Alves  <palves@redhat.com>
12959
12960         * MAINTAINERS: Update my email address.
12961
12962 2012-01-08  Doug Evans  <dje@google.com>
12963
12964         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12965         n_type_units.  Rename type_comp_units to all_type_units.
12966         All uses updated.
12967         (add_signatured_type_cu_to_table): Renamed from
12968         add_signatured_type_cu_to_list.  All callers updated.
12969
12970         * gdbtypes.h (struct cplus_struct_type): Delete member
12971         nfn_fields_total.  All uses removed.
12972
12973 2012-01-06  Doug Evans  <dje@google.com>
12974
12975         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12976         to top of file.
12977         (dwarf2_find_comp_unit): Delete.
12978         (process_psymtab_comp_unit): Make result "void".
12979         Delete args buffer, info_ptr, buffer_size, and replace with
12980         "section".  All callers updated.
12981         (dwarf2_build_psymtabs_hard): Simplify.
12982
12983 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
12984             Thiago Jung Bauermann  <bauerman@br.ibm.com>
12985
12986         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12987         before `struct gdb_exception'.
12988         * breakpoint.c (update_global_location_list_nothrow)
12989         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12990         * cp-abi.c (value_rtti_type): Likewise.
12991         * cp-support.c (cp_validate_operator): Likewise.
12992         * infrun.c (insert_exception_resume_breakpoint)
12993         (check_exception_resume, keep_going): Likewise.
12994         * mi-interp.c (mi_breakpoint_created)
12995         (mi_breakpoint_modified): Likewise.
12996         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12997         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12998         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12999
13000 2012-01-05  Doug Evans  <dje@google.com>
13001
13002         * dwarf2read.c (statement_prologue): Delete, unused.
13003
13004         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
13005         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
13006
13007         * dwarf2read.c (comp_unit_header): Delete, unused.
13008
13009 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
13010
13011         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
13012         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
13013
13014 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
13015
13016         * infrun.c (normal_stop): Don't skip calling the normal_stop
13017         observers if the thread was doing a multi-step, but stopped for
13018         some reason other than stepping.
13019
13020 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
13021
13022         * cli/cli-decode.h: Add comments.
13023         (CMD_LIST_AMBIGUOUS): Moved to command.h
13024         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
13025         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
13026         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
13027         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
13028         (add_com, add_com_alias, add_info, add_info_alias)
13029         (complete_on_cmdlist, complete_on_enum, help_list): Remove
13030         declarations.
13031         * command.h: Add and adjust comments.
13032         (CMD_LIST_AMBIGUOUS): Moved here.
13033         (help_cmd, help_cmd_list): Delete declarations.
13034
13035 2012-01-04  Doug Evans  <dje@google.com>
13036
13037         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
13038         All callers updated.
13039         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
13040         Replace all arguments with "per_cu".  All callers updated.
13041
13042         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
13043
13044         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
13045         New arg "per_cu".  All callers updated.
13046
13047         Delete #if 0'd out code.
13048         * language.c (binop_result_type): Delete.
13049         (simple_type, ordered_type, same_type, integral_type): Delete.
13050         (numeric_type, character_type, string_type, boolean_type): Delete.
13051         (float_type, structured_type): Delete.
13052         * language.h: Update.
13053
13054 2012-01-04  Tom Tromey  <tromey@redhat.com>
13055
13056         * python/py-value.c (valpy_binop): Initialize 'res_val'.
13057
13058 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13059
13060         * corefile.c (close_exec_file): Delete.
13061         (reopen_exec_file): Remove commented out code that seems related
13062         to close_exec_file, which is being deleted here.
13063         * inferior.h (close_exec_file): Delete.
13064         * fork-child.c (fork_inferior): Remove call to fork_inferior.
13065
13066 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13067
13068         * ada-lang.c: #include "cli/cli-utils.h".
13069         (get_selections): Use skip_spaces.
13070         (ada_get_next_arg): Use skip_spaces and skip_to_space.
13071         (catch_ada_exception_command_split): Use skip_spaces.
13072         (ada_decode_assert_location): Likewise.
13073
13074 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13075
13076         * linespec.c (decode_line_internal): Check for C++ or Java
13077         compound constructs only if the current language is C, C++
13078         or Java.
13079
13080 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
13081
13082         Revert:
13083         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13084                     Joel Brobecker  <brobecker@adacore.com>
13085         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13086         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13087         3 times.
13088         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13089         fall through into AT_ENTRY_POINT.
13090         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
13091         DUMMY_ADDR with it.
13092         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13093         PPC_INSN_SIZE skip to 3 times.
13094
13095 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13096
13097         * linespec.c (add_minsym): Preserve function descriptors.
13098
13099 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
13100
13101         * breakpoint.c (all_locations_are_pending): Consider locations
13102         in program spaces executing during startup pending as well.
13103
13104 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13105
13106         Copyright year update in most files of the GDB Project.
13107
13108 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13109
13110         * copyright.sh: Delete.
13111         * copyright.py: Rewrite.
13112
13113 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13114
13115         * gnulib/extra/update-copyright: New file, imported from gnulib.
13116
13117 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
13118
13119         * README (Copyright and License Notices): New section.
13120
13121 2012-01-03  Tom Tromey  <tromey@redhat.com>
13122
13123         PR python/12533:
13124         * python/py-value.c (valpy_dereference, valpy_get_address
13125         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
13126         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
13127         (valpy_absolute, valpy_richcompare): Free intermediate values.
13128
13129 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
13130
13131         * ada-lang.c: Reformat the copyright notice.
13132
13133 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13134
13135         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
13136         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
13137         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
13138         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
13139         Revert this part of:
13140         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13141         Build gdb directly from *.o files not using libgdb.a.
13142         * Makefile.in (COMMON_OBS): Remove solib-target.o.
13143
13144 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
13145
13146         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
13147         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
13148         Reformat the copyright header.
13149
13150 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13151
13152         Revert this part of:
13153         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13154         Remove the gdbtui binary.
13155         * gdb.c (main): Remove args.interpreter_p initialization.
13156         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13157         * main.h (struct captured_main_args): Remove interpreter_p.
13158
13159 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
13160
13161         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
13162
13163 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
13164
13165         * top.c (print_gdb_version): Update copyright year.
13166
13167 2012-01-02  Yao Qi  <yao@codesourcery.com>
13168
13169         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
13170
13171 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13172             Joel Brobecker  <brobecker@adacore.com>
13173
13174         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
13175         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
13176         3 times.
13177         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
13178         fall through into AT_ENTRY_POINT.
13179         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
13180         DUMMY_ADDR with it.
13181         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
13182         PPC_INSN_SIZE skip to 3 times.
13183
13184 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13185
13186         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
13187         the return value.
13188         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
13189
13190 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13191
13192         Build gdb directly from *.o files not using libgdb.a.
13193         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
13194         (COMMON_OBS): Remove solib-target.o.
13195         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
13196         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
13197         (LIBGDB_OBS, libgdb.a): Move it above.
13198         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
13199         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
13200         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
13201         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
13202         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
13203         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
13204         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
13205         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
13206         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
13207         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
13208         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
13209         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
13210         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
13211         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
13212         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
13213         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
13214         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
13215         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
13216         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
13217         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
13218         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
13219         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
13220         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
13221         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
13222         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
13223         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
13224         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
13225
13226 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13227
13228         Remove the gdbtui binary.
13229         * .gitignore (/gdbtui): Remove.
13230         * Makefile.in (TUI): Remove.
13231         (SUBDIR_TUI_OBS): Remove tui-main.o.
13232         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
13233         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
13234         (tui-main.o): Remove.
13235         (all_object_files): Remove tui-main.o.
13236         * NEWS: New note for the gdbtui removal.
13237         * configure: Rebuilt.
13238         * configure.ac: No longer add all-tui, clean-tui, install-tui and
13239         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
13240         CONFIG_UNINSTALL respectively.
13241         * gdb.c (main): Remove args.interpreter_p initialization.
13242         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13243         * main.h (struct captured_main_args): Remove interpreter_p.
13244         * tui/tui-main.c: Remove.
13245
13246 2012-01-01  Doug Evans  <dje@google.com>
13247
13248         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13249         (dwarf2_physname, read_import_statement): Ditto.
13250         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13251         (process_structure_scope read_subroutine_type): Ditto.
13252         (read_typedef, load_partial_dies, read_partial_die): Ditto.
13253         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13254         (dwarf2_fetch_die_location_block): Ditto.
13255         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13256
13257         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13258         All callers updated.
13259         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13260         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13261         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13262
13263         * dwarf2read.c (load_cu): Move assert to more useful location.
13264
13265         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13266         All callers updated.
13267
13268         * dwarf2read.c (dwarf2_per_objfile): Add comment.
13269         (dwarf2_elf_names): Minor reformat.
13270         (dwarf2_per_cu_data): Tweak comment.
13271         (dwarf2_read_section): Fix comment.
13272         (create_all_comp_units): Fix comment.
13273         (load_full_comp_unit): Fix comment.
13274         (process_full_comp_unit): Fix comment.
13275         (read_signatured_type): Fix comment.
13276
13277 For older changes see ChangeLog-2011.
13278 \f
13279 Local Variables:
13280 mode: change-log
13281 left-margin: 8
13282 fill-column: 74
13283 version-control: never
13284 coding: utf-8
13285 End: