solib-darwin.c: handle PIE when attaching processes.
[external/binutils.git] / gdb / ChangeLog
1 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
2
3         * solib-darwin.c (darwin_current_sos): Fix indentation.
4         (darwin_read_exec_load_addr): New function.
5         (darwin_solib_create_inferior_hook): Rebase executable.
6         * objfiles.c (objfile_rebase1, objfile_rebase): New functions.
7         * objfiles.h (objfile_rebase1, objfile_rebase): Add prototypes.
8
9 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
10
11         * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add errno.
12         * gnulib/import/errno.in.h: Import.
13         * gnulib/import/m4/errno_h.m4: Import.
14         * gnulib/aclocal.m4: Regenerate.
15         * gnulib/configure: Regenerate.
16         * gnulib/import/Makefile.am: Update.
17         * gnulib/import/Makefile.in: Update.
18         * gnulib/import/m4/gnulib-cache.m4: Update.
19         * gnulib/import/m4/gnulib-comp.m4: Update.
20
21 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
22
23         * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
24         8d5bd1402003bd0153984b138735adf537d960b0.
25         * gnulib/aclocal.m4, configure, config.in: Regenerate.
26         * gnulib/import/m4/extern-inline.m4: Import.
27         * gnulib/import/wctype-h.c: Import.
28         * gnulib/import/Makefile.am: Update.
29         * gnulib/import/Makefile.in: Update.
30         * gnulib/import/alloca.in.h: Update.
31         * gnulib/import/extra/snippet/warn-on-use.h: Update.
32         * gnulib/import/localcharset.c: Update.
33         * gnulib/import/m4/fcntl-o.m4: Update.
34         * gnulib/import/m4/gnulib-cache.m4: Update.
35         * gnulib/import/m4/gnulib-comp.m4: Update.
36         * gnulib/import/m4/wctype_h.m4: Update.
37         * gnulib/import/stdbool.in.h: Update.
38         * gnulib/import/verify.h: Update.
39         * gnulib/import/wctype.in.h: Update.
40
41 2012-12-18  Joel Brobecker  <brobecker@adacore.com>
42
43         * gnulib/update-gnulib.sh: Add call to autoheader.
44
45 2012-12-17  Tom Tromey  <tromey@redhat.com>
46
47         * top.c (xgdb_verbose): Remove.
48
49 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
50
51         Code cleanup.
52         * skip.c (skip_function_command, skip_file_command, skip_info): Remove
53         unused forward declarations.
54         (skip_file_command): Make variables symtab and filename targets const.
55         Use proper 0 vs. NULL constant everywhere.
56         (skip_function_command): Use proper 0 vs. NULL constant everywhere.
57         Include empty line after declarations.  Use GNU spacing in a comment.
58         Do not use strlen for end of string check.
59         (skip_info): Use proper 0 vs. NULL constant everywhere.  Add column 5
60         comments.
61         (skip_enable_command, skip_disable_command, skip_delete_command)
62         (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
63         (function_pc_is_marked_for_skip): Make variable filename target const.
64         Use proper 0 vs. NULL constant everywhere.  Fix GNU non-compliant
65         comment formatting.
66         (skip_re_set): Add empty line after function comment.  Use proper 0 vs.
67         NULL constant everywhere.  Include empty line after declarations.  Make
68         variable symtab target const.  Do not use strlen for end of string
69         check.
70
71 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
72
73         Code cleanup.
74         * breakpoint.c (clear_command): Remove variable sal_name_len and its
75         initialization, remove it from the compare_filenames_for_search call.
76         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
77         name_len and its initialization, remove it from the
78         compare_filenames_for_search calls.
79         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
80         * symtab.c (compare_filenames_for_search): Remove the search_len
81         parameter, update the function comment, new variable search_len
82         initialized from SEARCH_NAME.
83         (iterate_over_some_symtabs): Remove variable name_len and its
84         initialization, remove it from the compare_filenames_for_search calls.
85         * symtab.h (compare_filenames_for_search): Remove the search_len
86         parameter, 
87
88 2012-12-16  Joel Brobecker  <brobecker@adacore.com>
89
90         * Makefile.in (SFILES): Move ravenscar-thread.c from here...
91         (ALLDEPFILES): ... to there.
92
93 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
94
95         * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
96
97 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
98
99         * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
100         * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
101         (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
102         (ALLDEPFILES): Add ppc-ravenscar-thread.c.
103         * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
104         to gdb_target_obs for every target that uses rs6000-tdep.o.
105         * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
106         (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
107         or register_ppc_ravenscar_ops.
108
109 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
110
111         * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
112         RAVENSCAR_SPARC_THREAD_H.
113         * sparc-ravenscar-thread.c: Rename all global entities
114         whose name is uses "ravenscar_sparc" as the prefix to use
115         "sparc_ravenscar" instead.
116
117 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
118
119         * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
120         * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
121         Adjust sparc-ravenscar-thread.h #include.
122         * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
123         accordingly.
124         * Makefile.in: Replace ravenscar-sparc-thread with
125         sparc-ravenscar-thread throughout.
126         * configure.tgt: Likewise.
127
128 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
129
130         * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
131         declaration.
132         (ravenscar_ops): New gdbarch variable.
133         * gdbarch.h, gdbarch.c: Regenerate.
134         * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
135         * ravenscar-thread.c (current_arch_ops): Delete.
136         (ravenscar_fetch_registers): Get the ravenscar_arch_ops
137         from the gdbarch.
138         (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
139         (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
140         (ravenscar_register_arch_ops): Delete.
141         * ravenscar-sparc-thread.h: New file.
142         * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
143         (ravenscar_sparc_ops): Define value statically.
144         (_initialize_ravenscar_sparc): Delete.
145         (register_sparc_ravenscar_ops): New function.
146         * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
147         (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
148         * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
149         ravenscar-sparc-thread.o.
150         (SFILES): Add ravenscar-thread.c.
151         (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
152         (ALLDEPFILES): ravenscar-sparc-thread.c.
153         * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
154         to gdb_target_obs
155         for all the targets that use sparc-tdep.o.
156
157 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
158
159         * ravenscar-thread.c (ravenscar_is_open): Delete.
160         (ravenscar_initialize): Move most of the code from here...
161         (ravenscar_inferior_created): ... to there.  Invert logic.
162         (ravenscar_close): Delete.
163         (init_ravenscar_thread_ops): Remove setting of
164         ravenscar_ops.to_close.
165
166 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
167
168         * objfiles.c (init_entry_point_info): Move function from here...
169         * symfile.c (init_entry_point_info): ... to there.  Make static.
170         * objfiles.h (objfiles.h): Delete declaration.
171
172 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
173
174         * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
175         Remove call to init_entry_point_info.  Add OBJFILE's
176         section_offsets and num_sections initialization.  Add note
177         about entry info in the function documentation.
178         (syms_from_objfile): New function.
179         * coffread.c (coff_symfile_init): Remove call to
180         init_entry_point_info.
181         * machoread.c (macho_symfile_init): Likewise.
182         * xcoffread.c(xcoff_symfile_init): Likewise.
183
184 2012-12-15  Yao Qi  <yao@codesourcery.com>
185
186         * remote-notif.c (_initialize_notif): Add new commands
187         'set debug notification' and 'show debug notification'.
188         * NEWS: Mention these new commands.
189
190 2012-12-15  Yao Qi  <yao@codesourcery.com>
191
192         * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
193         (SFILES): Add "remote-notif.c".
194         (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
195         * remote-notif.c: New.  Factored out from remote.c.
196         * remote-notif.h: New.
197         * remote.c: Include "remote-notif.h".
198         (stop_reply_xmalloc, do_stop_reply_xfree):
199         (remote_parse_stop_reply, remote_get_pending_stop_replies):
200         (remote_async_get_pending_events_handler): Remove declarations.
201         (remote_parse_stop_reply): Declare.
202         (pending_stop_reply): Remove.
203         (remote_async_get_pending_events_token): Move to
204         remote-notif.c.
205         (remote_close): Replace 'delete_async_event_handler' with
206         remote_notif_unregister_async_event_handler.
207         Don't call discard_pending_stop_replies.
208         (remote_start_remote): Replace code with remote_notif_parse
209         and remote_notif_get_pending_replies.
210         (remote_open_1): Replace 'create_async_event_handler' with
211         remote_notif_register_async_event_handler.
212         (extended_remote_attach_1): Call remote_notif_parse and
213         notif_stop_reply_push.
214         (struct stop_reply) <next>: Remove.
215         <base>: New field.
216         Callers update.
217         (stop_reply_queue): Change its type.
218         (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
219         (remote_notif_remove_all): New.
220         (discard_pending_stop_replies): Update.
221         (remote_notif_stop_ack, stop_reply_dtr): New.
222         (remote_notif_stop_alloc_event): New.
223         (notif_client_stop): New variable.
224         (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
225         (queued_stop_reply, peek_stop_reply): Adjust.
226         (remote_get_pending_stop_replies): Rename to
227         remote_notif_get_pending_events.
228         (handle_notification): Move to remote-notif.c.
229         (remote_async_get_pending_events_handler): Likewise.
230         (remote_wait_as): Adjust to call remote_notif_parse.
231         Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
232         Return minus_one_ptid early if gets a notification.
233         (remote_wait): Call QUEUE_is_empty (notif_reply_p).
234         (_initialize_remote): Call QUEUE_alloc.  Update caller.
235         (remote_resume): Call 'remote_notif_process' in all-stop mode.
236         * remote.h: Include "remote-notif.h".
237         (remote_notif_get_pending_replies): Declare.
238
239 2012-12-15  Yao Qi  <yao@codesourcery.com>
240
241         * remote.c (discard_pending_stop_replies): Update declaration.
242         (remote_detach_1, extended_remote_mourn_1): Likewise.
243         (discard_pending_stop_replies): Change parameter from PID to
244         INF.
245         (remote_close): Update caller.
246         (_initialize_remote): Attach discard_pending_stop_replies to
247         inferior_exit observer.
248
249 2012-12-15  Yao Qi  <yao@codesourcery.com>
250
251         * remote.c (getpkt_or_notif_sane): Add one more argument in
252         its declaration.
253         (getpkt_or_notif_sane_1): Add one more argument.
254         (getpkt_sane): Update caller.
255         (getpkt_or_notif_sane): Likewise.  Update call
256         togetpkt_or_notif_sane_1.
257         (remote_wait_ns): Update caller.
258
259 2012-12-15  Yao Qi  <yao@codesourcery.com>
260             Doug Evans  <dje@google.com>
261
262         * common/queue.h: New.
263
264 2012-12-15  Yao Qi  <yao@codesourcery.com>
265
266         * breakpoint.c (print_one_breakpoint_location): Display the
267         state of 'installed' of each non-pending location of a tracepoint
268         in both CLI and MI.
269         (download_tracepoint_locations): Notify 'breakpoint-modified'
270         observer if any tracepoint location is downloaded.
271         * tracepoint.c (start_tracing): Likewise.
272         (merge_uploaded_tracepoints): Record all modified
273         tracepoints and notify 'breakpoint-modified' observer for them.
274
275         * NEWS: Mention the change for CLI and MI.
276
277 2012-12-15  Yao Qi  <yao@codesourcery.com>
278
279         * breakpoint.c (download_tracepoint_locations): Iterate over
280         ALL_TRACEPOINTS first and then iterate over locations of
281         each tracepoint.
282
283 2012-12-14  Pierre Muller  <muller@sourceware.org>
284             Pedro Alves  <palves@redhat.com>
285
286         * solib-target.c (solib_target_current_sos): Remove 'const'
287         qualifier from type of library_document local variable to be
288         able to free it and avoid a memory leak.
289         Use cleanup chain to avoid leak even if exceptino is generated.
290
291 2012-12-14  Tom Tromey  <tromey@redhat.com>
292
293         PR c++/8888:
294         * symtab.c (lookup_symbol_aux): If constructor is found, consider
295         returning the type instead.
296         * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
297         found.
298
299 2012-12-14  Tom Tromey  <tromey@redhat.com>
300
301         Partial fix for PR c++/14160:
302         * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
303         * dwarf2read.c (dwarf2_is_constructor): New function.
304         (dwarf2_add_member_fn): Use it.
305         * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
306         TYPE_FN_FIELD_CONSTRUCTOR.
307         * jv-typeprint.c (java_type_print_base): Use
308         TYPE_FN_FIELD_CONSTRUCTOR.
309         * gdbtypes.h (struct fn_field) <is_constructor>: New field.
310         <dummy>: Shrink.
311         (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
312
313 2012-12-14  Tom Tromey  <tromey@redhat.com>
314
315         * c-exp.y (block, variable, name_not_typename, lex_one_token,
316         classify_name): Update.
317         * c-valprint.c (c_val_print): Update.
318         * f-exp.y (yylex): Update.
319         * go-exp.y (package_name_p, classify_packaged_name)
320         (classify_name): Update.
321         * jv-exp.y (push_variable): Update.
322         * m2-exp.y (variable): Update.
323         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
324         * p-exp.y (block, variable, yylex): Update.
325         * p-valprint.c (pascal_val_print): Update.
326         * parse.c (write_dollar_variable): Update.
327         * printcmd.c (address_info): Update.
328         * python/py-symbol.c (gdbpy_lookup_symbol): Update.
329         * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
330         (lookup_symbol): Change type of 'is_a_field_of_this'.
331         (check_field): Add 'is_a_field_of_this' argument.
332         * symtab.h (struct field_of_this_result): New.
333         (lookup_symbol, lookup_symbol_in_language): Update.
334
335 2012-12-14  Tom Tromey  <tromey@redhat.com>
336
337         * symtab.c (check_field): Now static.  Move from...
338         * valops.c (check_field): ... here.  Remove.
339         * value.h (check_field): Don't declare.
340
341 2012-12-14  Tom Tromey  <tromey@redhat.com>
342
343         * NEWS: Mention "info proc" and core files.
344         * corelow.c (core_info_proc): New function.
345         (init_core_ops): Set to_info_proc.
346         * gdbarch.c, gdbarch.h: Rebuild.
347         * gdbarch.sh (core_info_proc): New method.
348         * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
349         * linux-tdep.c (linux_core_info_proc_mappings)
350         (linux_core_info_proc): New functions.
351         (linux_find_memory_region_ftype): New typedef.
352         (linux_find_memory_regions_full): New function, from
353         linux_find_memory_regions.
354         (struct linux_find_memory_regions_data): New.
355         (linux_find_memory_regions_thunk): New function.
356         (linux_find_memory_regions): Rewrite.
357         (struct linux_make_mappings_data): New.
358         (linux_make_mappings_callback)
359         (linux_make_mappings_corefile_notes): New functions.
360         (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
361         (linux_init_abi): Call set_gdbarch_core_info_proc.
362         * target.c (target_info_proc): Return 'int'.
363         * target.h (target_info_proc): Update.
364
365 2012-12-14  Pierre Muller  <muller@sourceware.org>
366
367         * windows-nat.c (windows_xfer_shared_libraries): Avoid
368         memory leak when OFFSET >= LEN_AVAIL.
369
370 2012-12-13  Tom Tromey  <tromey@redhat.com>
371
372         * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
373
374 2012-12-13  Tom Tromey  <tromey@redhat.com>
375
376         * acinclude.m4 (CY_AC_C_WORKS): Remove.
377
378 2012-12-13  Pierre Muller  <muller@sourceware.org>
379
380         * coff-pe-read.c (pe_text_section_offset): Increase size of sname
381         local variable and zero terminate it to avoid possible problems
382         in strcmp.
383
384 2012-12-13  Pedro Alves  <palves@redhat.com>
385
386         * coff-pe-read.c: Include coff/internal.h.
387         (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
388         Null terminate buffer explicitly instead of memset the whole
389         buffer.
390
391 2012-12-13  Pierre Muller  <muller@sourceware.org>
392
393         * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
394         (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
395         for already defined macros.
396
397 2012-12-13  Pierre Muller  <muller@sourceware.org>
398
399         * coff-pe-read.h (pe_text_section_offset): Declare new function.
400         * coff-pe-read.c (debug_coff_pe_read): New static variable.
401         (struct read_pe_section_data): Add section_name field.
402         (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
403         (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
404         (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
405         (get_pe_section_index): New function.
406         (struct pe_sections_info): New type.
407         (get_section_vmas): Use new struct pe_sections_info.
408         (add_pe_exported_sym): Handle unnamed exported function.
409         (add_pe_forwarded_sym): New function.
410         (read_pe_truncate_name): Truncate at last dot.
411         (pe_as16): New function.
412         (read_pe_exported_syms): Use ordinal of function to
413         retrieve correct RVA address of function and handle
414         forwarded symbol.
415         (pe_text_section_offset): New function.
416         (show_debug_coff_pe_read): New function.
417         (_initialize_coff_pe_read): New function adding
418         'set/show debug coff_pe_read' commands.
419
420         * windows-tdep.c (windows_xfer_shared_library): Use
421         pe_text_section_offset function instead of possibly wrong
422         0x1000 constant for .text sextion offset.
423
424 2012-12-13  Pedro Alves  <palves@redhat.com>
425
426         * gdbarch.sh (do_read): Set IFS to blank.
427
428 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
429
430         * NEWS: Mention the -catch-load/-catch-unload MI commands.
431
432 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
433
434         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
435         (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
436         * breakpoint.c (add_solib_catchpoint): New function that
437         can be used by both CLI and MI, factored out from
438         catch_load_or_unload.
439         (catch_load_or_unload): Strip it down and make it use the
440         new add_solib_catchpoint.
441         * breakpoint.h (add_solib_catchpoint): Declare it.
442         * mi/mi-cmd-break.h: New file.
443         * mi/mi-cmd-break.c: Include mi-cmd-break.h.
444         (setup_breakpoint_reporting): New function used for both
445         catchpoints and breakpoints.
446         (mi_cmd_break_insert): Use setup_breakpoint_reporting.
447         * mi/mi-cmd-catch.c: New file.
448         * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
449         and -catch-unload.
450         * mi/mi-cmds.h: Declare the handlers for -catch-load and
451         -catch-unload.
452
453 2012-11-28  Tom Tromey  <tromey@redhat.com>
454
455         * dbxread.c (read_dbx_symtab): Update.
456         (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
457         (read_ofile_symtab): Add 'objfile' argument.
458         * dwarf2read.c (process_psymtab_comp_unit_reader)
459         (build_type_psymtabs_reader): Update.
460         (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
461         * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
462         argument.
463         (parse_procedure, parse_partial_symbols): Update.
464         (psymtab_to_symtab_1): Add 'objfile' argument.
465         * psympriv.h (struct partial_symtab) <objfile>: Remove.
466         <read_symtab>: Add 'objfile' argument.
467         (sort_pst_symbols, discard_psymtab): Update.
468         * psymtab.c (partial_map_expand_apply): Update.
469         (find_pc_sect_psymtab_closer): Add 'objfile' argument.
470         (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
471         (find_pc_sect_psymbol): Add 'objfile' argument.
472         (lookup_symbol_aux_psymtabs): Update.
473         (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
474         Add 'objfile' argument.
475         (find_last_source_symtab_from_partial, dump_psymtab)
476         (dump_psymtabs_for_objfile, read_symtabs_for_function)
477         (expand_partial_symbol_tables, read_psymtabs_with_filename)
478         (find_symbol_file_from_partial, map_matching_symbols_psymtab)
479         (expand_symtabs_matching_via_partial): Update.
480         (sort_pst_symbols): Add 'objfile' argument.
481         (allocate_psymtab): Update.
482         (discard_psymtab): Add 'objfile' argument.
483         (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
484         * stabsread.h (end_psymtab): Update.
485         * xcoffread.c (this_symtab_objfile): New global.
486         (process_linenos, enter_line_range, xcoff_next_symbol_text):
487         Update.
488         (read_xcoff_symtab): Add 'objfile' argument.
489         (read_symbol, read_symbol_lineno): Update.
490         (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
491         (xcoff_end_psymtab): Add 'objfile' argument.
492         (scan_xcoff_symtab): Update.
493
494 2012-12-12  Paul Koning  <paul_koning@dell.com>
495
496         Add support for Python 3.
497         * NEWS: Mention Python 3 support.
498         * varobj.c (value_get_print_value): Use
499         python_string_to_target_string.
500         * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
501         of type objects.
502         * python/py-breakpoint.c: Ditto.
503         * python/py-cmd.c:  Ditto.
504         * python/py-event.c: Ditto.
505         * python/py-event.h: Ditto.
506         * python/py-evtregistry.c: Ditto.
507         * python/py-finishbreakpoint.c: Ditto.
508         * python/py-frame.c: Ditto.
509         * python/py-function.c: Ditto.
510         * python/py-infthread.c: Ditto.
511         * python/py-lazy-string.c: Ditto.
512         * python/py-progspace.c: Ditto.
513         * /python/py-symbol.c: Ditto.
514         * python/py-evts.c:  (gdbpy_initialize_py_events): Add module
515         initialization for Python 3.
516         * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
517         of type objects.
518         (infpy_read_memory): Return memoryview object if Python 3.
519         (infpy_write_memory): Use "s*" operand parsing code for Python 3.
520         (infpy_search_memory): Ditto.
521         (get_buffer): New function for Python 3.
522         * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
523         of type objects.
524         (objfpy_dealloc): Use Py_TYPE to call tp_free.
525         * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
526         of type objects.
527         (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
528         (set_attr): Ditto.
529         * python/py-prettyprint.c (print_string_repr): use PyBytes methods
530         instead of PyString methods if Python 3.
531         (print_children): Skip push_dummy_python_frame call if Python 3.
532         * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
533         of type objects.
534         (salpy_dealloc): Use Py_TYPE to call tp_free.
535         * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
536         of type objects.
537         (field_dealloc): Use Py_TYPE to call tp_free.
538         (typy_dealloc): Ditto.
539         (type_object_as_number): Adjust struct initializations for
540         differences in layout for Python 2 vs. Python 3.
541         * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
542         string case for Python 3.
543         (unicode_to_encoded_python_string): Shorten code (no functional
544         change).
545         (python_string_to_target_python_string): Comment that in Python 3
546         returned value is a Python "bytes" type.
547         (gdbpy_is_string): Omit non-Unicode string check in Python 3.
548         (gdb_py_object_from_longest): Omit non-long integer case in Python
549         3.
550         (gdb_py_object_from_ulongest): Ditto.
551         * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
552         of type objects.
553         (valpy_dealloc): Use Py_TYPE to call tp_free.
554         (valpy_int): Omit function if Python 3.
555         (convert_value_from_python): Use "%S" format (Python object as a
556         string) if Python 3.
557         (value_object_as_number): Adjust struct initializations for
558         differences in layout for Python 2 vs. Python 3.
559         * python/python-config.py: Adjust syntax for Python 3
560         compatibility.
561         Include "sys.abiflags" string as part of python library name, if
562         that attribute exists (Python 3).
563         * python/python-internal.h (IS_PY3): Define if Python 3.
564         (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
565         placeholder value if Python 3.
566         (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
567         PyString_Decode, PyString_FromFormat, PyString_Check): Define as
568         analogous Python 3 API function if Python 3.
569         (PyVarObject_HEAD_INIT): Define if not already defined.
570         (Py_TYPE): Ditto.
571         * python/python.c (eval_python_command): Omit Py_FlushLine call if
572         Python 3.
573         Check return values of all Python API calls for error.
574         Supply dummy "python" and "python-interactive" commands if Python
575         initialization failed.
576         (_initialize_python): Convert argc to wchar_t** if Python 3.
577         Add module initialization for Python 3.
578         (finish_python_initialization): Pass wchar_t * argument to
579         PySys_SetPath if Python 3.
580         * python/lib/gdb/__init__.py: Define "reload" if Python 3.
581         (_GdbFile): New class for common output file behavior.
582         (GdbOutFile): Subclass from _GdbFile.
583         (GdbOutputErrorFile): Ditto.
584         (auto_load_packages): Adjust syntax for Python 3 compatibility.
585         * python/lib/gdb/printing.py: Define basestr and int if Python 3.
586         * python/lib/gdb/prompt.py: Use sorted() function rather than
587         sort() method.
588         * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
589         Adjust syntax for Python 3 compatibility.
590         * python/lib/gdb/command/pretty_printers.py: Use sorted() function
591         rather than sort() method.
592         Adjust syntax for Python 3 compatibility.
593         * python/lib/gdb/command/type_printers.py: Ditto.
594         * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
595         value is a memoryview object if Python 3.
596
597 2012-12-12  Tom Tromey  <tromey@redhat.com>
598
599         * coffread.c (coff_objfile_data_key): New global.
600         (coff_symfile_init): Use set_objfile_data.
601         (coff_symfile_read): Use objfile_data.
602         (coff_symfile_finish): Don't free deprecated_sym_private.
603         (coff_free_info): New function.
604         (_initialize_coffread): Initialize coff_objfile_data_key.
605         * mdebugread.c (pending_list): Update comment.
606         * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
607         * symfile.c (reread_symbols): Don't mention
608         deprecated_sym_private.
609         * xcoffread.c (xcoff_objfile_data_key): New global.
610         (XCOFF_DATA): New macro.
611         (process_linenos, enter_line_range, xcoff_next_symbol_text)
612         (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
613         XCOFF_DATA.
614         (xcoff_new_init) Use set_objfile_data.
615         (xcoff_symfile_finish): Don't free deprecated_sym_private.
616         (init_stringtab, swap_sym, scan_xcoff_symtab)
617         (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
618         (xcoff_free_info): New function.
619         (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
620
621 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
622
623         * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
624
625 2012-12-12  Tom Tromey  <tromey@redhat.com>
626
627         * coffread.c (coff_symfile_init): Use set_objfile_data.
628         (coff_symfile_read): Use DBX_SYMFILE_INFO.
629         * dbxread.c (dbx_objfile_data_key): New global.
630         (dbx_symfile_init): Use set_objfile_data.
631         (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
632         (dbx_free_symfile_info): New function.
633         (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
634         DBX_SYMFILE_INFO.
635         (stabsect_build_psymtabs): Use set_objfile_data.
636         (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
637         * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
638         set_objfile_data.
639         (free_elfinfo): Use DBX_SYMFILE_INFO.
640         (elf_symfile_finish): Don't free deprecated_sym_stab_info.
641         (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
642         * gdb-stabs.h (dbx_objfile_data_key): Declare.
643         (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
644         * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
645         * somread.c (som_symfile_finish): Don't free
646         deprecated_sym_stab_info.
647
648 2012-12-12  Joel Brobecker  <brobecker@adacore.com>
649
650         * gdbarch.sh (software_single_step): Remove trailing space in
651         comment (gdbarch.h is already correct).
652
653 2012-12-11  Tom Tromey  <tromey@redhat.com>
654
655         * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
656
657 2012-12-11  Tom Tromey  <tromey@redhat.com>
658
659         * dsrec.c (report_transfer_performance): Don't declare.
660         (load_srec): Use gettimeofday, print_transfer_performance.
661         * symfile.c (report_transfer_performance): Remove.
662
663 2012-12-11  Pedro Alves  <pedro@codesourcery.com>
664             Pedro Alves  <palves@redhat.com>
665
666         * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
667         NT_PSTATUS note.
668         * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
669         differently from LWP IDs.
670
671 2012-12-11  Pedro Alves  <palves@redhat.com>
672
673         * configure.ac (detect type of /proc): Remove Unixware handling.
674         * configure: Regenerate.
675         * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
676         (ioctl_table) [PCRESET]: Remove entry.
677         * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
678         (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
679         (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
680         * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
681         * procfs.c: Remove all UNIXWARE guarded code, and all traces of
682         Unixware in comments throughout.
683         * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
684         and remove mention of Unixware.
685
686 2012-12-10  Doug Evans  <dje@google.com>
687
688         * dwarf2read.c (dwarf2_cu): Enhance comment.
689         (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
690         the DWO file.
691         (dwarf2_record_block_ranges): Ditto.
692
693         * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
694
695         * symtab.c (find_pc_sect_symtab): Add comment.
696
697 2012-12-10  Tom Tromey  <tromey@redhat.com>
698
699         * defs.h: Don't check for definition of LONGEST.
700         (min, max): Remove duplicates.
701
702 2012-12-10  Tom Tromey  <tromey@redhat.com>
703
704         * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
705         (dwarf2_fetch_die_loc_cu_off): Rename from
706         dwarf2_fetch_die_location_block.  Rewrite to use
707         dwarf2_fetch_die_loc_sect_off.
708         * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
709         (dwarf2_fetch_die_loc_cu_off): Rename.
710         * dwarf2loc.c (indirect_pieced_value): Use
711         dwarf2_fetch_die_loc_sect_off.
712         * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
713         comment.
714         (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
715         * dwarf2expr.c (add_piece): Update.
716         (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
717
718 2012-12-10  Tom Tromey  <tromey@redhat.com>
719
720         * buildsym.c (struct pending_block): Move from buildsym.h.
721         (pending_blocks): Likewise; now static.
722         (pending_block_obstack): New global.
723         (free_pending_blocks): Free blocks.
724         (record_pending_block): Use pending_block_obstack.
725         * buildsym.h (struct pending_block): Move definition to
726         buildsym.c.
727         (pending_blocks): Don't declare.
728
729 2012-12-10  Pedro Alves  <palves@redhat.com>
730
731         * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
732         dead SCO code, and adjust function description comment.
733
734 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
735
736         * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
737         * defs.h (LONGEST, ULONGEST): Remove conditionalization for
738         CC_HAS_LONG_LONG.
739         * dwarf2-frame.c (DW64_CIE_ID): Likewise.
740         * dwarf2read.c (extract_cu_value): Remove the function.
741         (create_cus_from_index_list): Make the return type void, inline the
742         extract_cu_value caller, include new gdb_static_assert.
743         (create_cus_from_index): Make the return type void, update the function
744         comment, update the create_cus_from_index_list caller.
745         (create_signatured_type_table_from_index): Make the return type void,
746         inline the extract_cu_value caller, include new gdb_static_assert.
747         (dwarf2_read_index): Update the create_cus_from_index and
748         create_signatured_type_table_from_index caller.
749         * printcmd.c (ui_printf): Remove conditionalizations for
750         CC_HAS_LONG_LONG.
751         * config.in: Regenerate.
752         * configure: Regenerate.
753
754 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
755
756         * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
757         Update the comment for checked_producer.
758         (check_producer): New forward declaration.
759         (producer_is_gcc_lt_4_3): New function.
760         (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
761         (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
762
763 2012-12-07  Tom Tromey  <tromey@redhat.com>
764
765         * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
766         argument, assertion.
767         * c-exp.y (typebase): Add completion productions.
768         * completer.c (expression_completer): Handle tag completion.
769         * expression.h (parse_expression_for_completion): Add argument.
770         * f-lang.c (f_make_symbol_completion_list): Add 'code'
771         argument.
772         * language.h (struct language_defn)
773         <la_make_symbol_completion_list>: Add 'code' argument.
774         * parse.c (expout_tag_completion_type, expout_completion_name):
775         New globals.
776         (mark_struct_expression): Add assertion.
777         (mark_completion_tag): New function.
778         (parse_exp_in_context): Initialize new globals.
779         (parse_expression_for_completion): Add 'code' argument.  Handle
780         tag completion.
781         * parser-defs.h (mark_completion_tag): Declare.
782         * symtab.c (default_make_symbol_completion_list_break_on): Add
783         'code' argument.  Update.
784         (default_make_symbol_completion_list): Add 'code' argument.
785         (make_symbol_completion_list): Update.
786         (make_symbol_completion_type): New function.
787         * symtab.h (default_make_symbol_completion_list_break_on)
788         (default_make_symbol_completion_list): Update.
789         (make_symbol_completion_type): Declare.
790
791 2012-12-07  Tom Tromey  <tromey@redhat.com>
792
793         * expression.h (parse_expression_for_completion): Rename
794         from parse_field_expression.
795         (parse_completion): Rename from in_parse_field.
796         * c-exp.y (lex_one_token): Update.
797         * completer.c (expression_completer): Update.
798         * go-exp.y (lex_one_token): Update.
799         * p-exp.y (yylex): Update.
800         * parse.c (parse_completion): Rename from in_parse_field.
801         (parse_exp_in_context): Update.
802         (parse_expression_for_completion): Rename from
803         parse_field_expression.  Update.
804
805 2012-12-07  Tom Tromey  <tromey@redhat.com>
806
807         * typeprint.c (_initialize_typeprint): Set completer
808         for "whatis" and "ptype".
809
810 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
811
812         * copyright.py (NOT_FSF_LIST): Remove duplicate entry
813         "sim/common/cgen-fpu.h".  Remove invalid entries
814         "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
815         which actually have an FSF copyright header.
816
817 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
818
819         * osf-share/AT386/cma_thread_io.h: Delete.
820         * osf-share/HP800/cma_thread_io.h: Delete.
821         * osf-share/README: Delete.
822         * osf-share/RIOS/cma_thread_io.h: Delete.
823         * osf-share/cma_attr.h: Delete.
824         * osf-share/cma_deb_core.h: Delete.
825         * osf-share/cma_debug_client.h: Delete.
826         * osf-share/cma_errors.h: Delete.
827         * osf-share/cma_handle.h: Delete.
828         * osf-share/cma_init.h: Delete.
829         * osf-share/cma_list.h: Delete.
830         * osf-share/cma_mutex.h: Delete.
831         * osf-share/cma_sched.h: Delete.
832         * osf-share/cma_semaphore_defs.h: Delete.
833         * osf-share/cma_sequence.h: Delete.
834         * osf-share/cma_stack.h: Delete.
835         * osf-share/cma_stack_int.h: Delete.
836         * osf-share/cma_tcb_defs.h: Delete.
837         * osf-share/cma_util.h: Delete.
838         * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
839         in osf-share.
840         * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
841         * contrib/ari/gdb_find.sh: Remove handling of osf-share.
842         * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
843
844 2012-12-06  Pedro Alves  <palves@redhat.com>
845             Tom Tromey  <tromey@redhat.com>
846
847         * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
848
849 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
850
851         PR mi/14741:
852         * mi/mi-cmd-var.c (varobj_update_one): Take value of
853         attribute "dynamic" and "displayhint" from printed child,
854         not the root variable.
855
856 2012-12-06  Joel Brobecker  <brobecker@adacore.com>
857
858         * aix-thread.c (getthrds): Fix type of 4th parameter.
859         (get_signaled_thread): Change type of variable ktid to tid_t.
860
861 2012-12-06  Hui Zhu  <hui_zhu@mentor.com>
862
863         * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
864         value of get_frame_block.
865
866 2012-12-05  Pierre Muller  <muller@sourceware.org>
867
868         Avoid memory leaks on struct cmd_list_element.doc field.
869         * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
870         if flags contains DOC_ALLOCATED.
871         (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
872         flags.
873         (delete_cmd): Handle DOC_ALLOCATED flag.
874         * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
875         in flags filed of struct cmd_list_element.
876         (struct cmd_list_element): Document new flag item.
877
878 2012-12-04  Doug Evans  <dje@google.com>
879
880         * symmisc.c: Whitespace fixes.
881
882 2012-12-04  Karthik Bhat  <kv.bhat@samsung.com>
883
884         * i386-tdep.c (i386_skip_prologue): Using symbol table
885         to find the end of prologue for clang compiled binaries.
886         * amd64-tdep.c (amd64_skip_prologue): Using symbol table
887         to find the end of prologue for clang compiled binaries.
888
889 2012-12-03  Doug Evans  <dje@google.com>
890
891         * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
892         (dw2_find_symbol_file): Delete unused local file_data.
893
894 2012-12-03  Tom Tromey  <tromey@redhat.com>
895
896         * ada-exp.y (write_object_renaming, write_var_or_type)
897         (write_ambiguous_var, write_var_from_sym): Make blocks const.
898         * ada-lang.c (replace_operator_with_call)
899         (find_old_style_renaming_symbol): Make blocks const.
900         * ada-lang.h (ada_find_renaming_symbol): Update.
901         (struct ada_symbol_info) <block>: Now const.
902         * breakpoint.c (watch_command_1): Update.
903         * breakpoint.h (struct watchpoint) <exp_valid_block,
904         cond_exp_valid_block>: Now const.
905         * c-exp.y (classify_inner_name, classify_name): Make block
906         argument const.
907         * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
908         const.
909         * expression.h (innermost_block, parse_exp_1): Update.
910         (union exp_element) <block>: Now const.
911         * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
912         (lookup_struct): Make block argument const.
913         * gdbtypes.h (lookup_template_type): Update.
914         * go-exp.y (classify_name, classify_packaged_name)
915         (package_name_p): Make block argument const.
916         * objc-lang.c (lookup_struct_typedef): Make block argument const.
917         * objc-lang.h (lookup_struct_typedef): Update.
918         * parse.c (parse_exp_in_context, parse_exp_1)
919         (write_exp_elt_block): Make block arguments const.
920         (expression_context_block, innermost_block): Now const.
921         * parser-defs.h (write_exp_elt_block): Update.
922         (expression_context_block, innermost_block, block_found): Now
923         const.
924         * printcmd.c (struct display) <block>: Now const.
925         * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
926         * valops.c (address_of_variable): Make block argument const.
927         * value.h (value_of_variable): Update.
928         * varobj.c (struct varobj_root) <valid_block>: Now const.
929
930 2012-11-30  Yao Qi  <yao@codesourcery.com>
931
932         * breakpoint.c (print_one_breakpoint_location): Indent code.
933
934 2012-11-30  Yao Qi  <yao@codesourcery.com>
935
936         * breakpoint.c (print_one_breakpoint_location): Combine two
937         blocks handling 'hit count' together.
938
939 2012-11-30  Yao Qi  <yao@codesourcery.com>
940
941         * infrun.c (error_is_running, ensure_not_running): Move them
942         to ...
943         * infcmd.c (error_is_running, ensure_not_running): ... here.
944         Make them 'static'.
945         * inferior.h: Remove declarations of error_is_running and
946         ensure_not_running.
947
948 2012-11-30  Yao Qi  <yao@codesourcery.com>
949
950         * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
951         check REGNUM >= 0.
952
953 2012-11-30  Yao Qi  <yao@codesourcery.com>
954
955         * infrun.c: Make the declaration of 'init_infwait_state'
956         static.
957         (init_infwait_state): Make it 'static'.
958
959 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
960
961         * python/python.c (finalize_python): Cast unused PyGILState_Ensure
962         return value to void to avoid compiler warning.
963
964 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
965
966         * opencl-lang.c (opencl_print_type): New function.
967         (opencl_language_arch_info): Install it.
968
969 2012-11-29  Tom Tromey  <tromey@redhat.com>
970
971         * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
972         xvasprintf.
973         * common/common-utils.c (xasprintf, xvasprintf): Remove.
974         * common/common-utils.h (xasprintf, xvasprintf): Remove.
975
976 2012-11-29  Jerome Guitton  <guitton@adacore.com>
977
978         * ada-lang.c (ada_is_interface_tag): New function.
979         (ada_is_ignored_field): Add interface tags to the list
980         of ignored fields.
981
982 2012-11-29  Jerome Guitton  <guitton@adacore.com>
983
984         * ada-lang.h (ada_tag_value_at_base_address): New function
985         declaration.
986         * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
987         New functions.
988         (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
989         relocate the class-wide value if need be.
990         (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
991         Let ada_tag_value_at_base_address relocate the class-wide access/ref
992         before dereferencing it.
993         * ada-valprint.c (ada_val_print_1): Relocate to base address
994         before displaying the content of an interface-wide ref.
995
996 2012-11-29  Jerome Guitton  <guitton@adacore.com>
997
998         * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
999
1000 2012-11-29  Joel Brobecker  <brobecker@adacore.com>
1001
1002         GDB 7.5.1 released.
1003
1004 2012-11-29  Yao Qi  <yao@codesourcery.com>
1005             Tom Tromey  <tromey@redhat.com>
1006
1007         * eval.c (evaluate_subexp_standard): Get the correct pointer
1008         type for TYPE_CODE_MEMBERPTR.
1009
1010 2012-11-28  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1011
1012         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
1013         since now it is being done by binutils' powerpc_init_dialect().
1014
1015 2012-11-28  Tom Tromey  <tromey@redhat.com>
1016
1017         PR gdb/14290:
1018         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
1019         (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
1020         Use it.
1021         * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
1022         * gdb_bfd.c (gdb_bfd_mark_parent): New function.
1023         (gdb_bfd_openr_next_archived_file): Use it.
1024
1025 2012-11-28  Markus Metzger <markus.t.metzger@intel.com>
1026
1027         * configure.ac: Check for linux/perf_event.h.
1028         * config.in: Regenerated.
1029         * configure: Regenerated.
1030
1031 2012-11-28  Yao Qi  <yao@codesourcery.com>
1032
1033         * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
1034         abbreviate 'delete tracepoints' to 'delete tr'.
1035         * corefile.c (_initialize_core): Call add_alias_cmd to
1036         abbreviate 'set gnutarget' to 'set g'.
1037         * value.c (_initialize_values): Call add_alias_cmd to abbreviate
1038         'show convenience' to 'show conv'.
1039
1040 2012-11-27  Joel Brobecker  <brobecker@adacore.com>
1041
1042         * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
1043         call to sparc_supply_fpregset.
1044         (fill_fpregset): Fix first parameter in call to
1045         sparc_collect_fpregset.
1046
1047 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
1048             Kazu Hirata  <kazu@codesourcery.com>
1049             Yao Qi  <yao@codesourcery.com>
1050
1051         * objfiles.c (init_entry_point_info): Call
1052         gdbarch_convert_from_func_ptr_addr and
1053         gdbarch_addr_bits_remove here ...
1054         (entry_point_address_query): ... instead of here.
1055         * solib-svr4.c (exec_entry_point): Call
1056         gdbarch_addr_bits_remove.
1057         * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1058         the entry address.
1059
1060 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
1061             Yao Qi  <yao@codesourcery.com>
1062
1063         * eval.c (evaluate_subexp_standard): Add handling of
1064         TYPE_CODE_MEMBERPTR when calling functions.  Correct the
1065         result of ptype for calling a TYPE_CODE_METHODPTR.
1066
1067 2012-11-27  Yao Qi  <yao@codesourcery.com>
1068
1069         * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1070         warning.
1071         Add i18n markup.
1072
1073 2012-11-26  Alexander Larsson  <alexl@redhat.com>
1074             Jan Kratochvil  <jan.kratochvil@redhat.com>
1075             Tom Tromey  <tromey@redhat.com>
1076
1077         * NEWS: Mention mini debuginfo feature.
1078         * minidebug.c: New file.
1079         * configure.ac: Check for lzma.
1080         * configure, config.in: Rebuild.
1081         * Makefile.in (LIBLZMA): New variable.
1082         (CLIBS): Include LIBLZMA.
1083         (SFILES): Mention minidebug.c.
1084         (COMMON_OBS): Mention minidebug.o.
1085         * symfile.c (read_symbols): New function.
1086         (syms_from_objfile, reread_symbols): Call it.
1087         * symfile.h (find_separate_debug_file_in_section): Declare.
1088
1089 2012-11-26  Keith Seitz  <keiths@redhat.com>
1090
1091         * exec.c (exec_file_attach): Move cleanup after verifying that
1092         memory has in fact been allocated.
1093
1094 2012-11-26  Tom Tromey  <tromey@redhat.com>
1095
1096         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1097         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1098         SYMBOL_SYMTAB.
1099         * skip.c (skip_info): Use SYMBOL_SYMTAB.
1100
1101 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
1102             Pedro Alves  <palves@redhat.com>
1103
1104         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1105         size parameter passed to readlink by one byte.
1106         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1107         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1108         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1109         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1110         size by one byte.
1111
1112 2012-11-26  Yao Qi  <yao@codesourcery.com>
1113
1114         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1115         extraneous parentheses.
1116
1117 2012-11-26  Yao Qi  <yao@codesourcery.com>
1118
1119         * remote.c (remote_start_remote): Typo fix.
1120
1121 2012-11-23  David S. Miller  <davem@davemloft.net>
1122
1123         * sparc-tdep.h (struct sparc_fpregset): New data structure.
1124         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1125         sparc32_sol2_fpregset): Declare new globals.
1126         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1127         'fpregset' argument.
1128         * sparc64-tdep.h (sparc64_supply_fpregset,
1129         sparc64_collect_fpregset): Likewise.
1130         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1131         globals.
1132         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1133         (sparc_fpregset): Declare new global.
1134         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1135         'fpregset' argument.
1136         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1137         into handler.
1138         (fill_fpregset): Likewise.
1139         (_initialize_sparc_linux_nat): Set sparc_fpregset to
1140         sparc32_bsd_fpregset.
1141         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1142         sparc32_bsd_fpregset down into handler.
1143         (sparc32_linux_collect_core_fpregset): Likewise.
1144         * sparc-nat.c (sparc_fpregset): Define.
1145         (sparc_supply_fpregset): Add 'fpregset' argument.
1146         (sparc_collect_fpregset): Likewise.
1147         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1148         into fpregset handler.
1149         (sparc_store_inferior_registers): Likewise.
1150         (_initialize_sparc_nat): Set sparc_fpregset to
1151         sparc32_sunos4_fpregset if NULL.
1152         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1153         down into handler.
1154         (fill_fpregset): Likewise.
1155         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1156         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1157         use it to compute offsets.
1158         (sparc32_collect_fpregset): Likewise.
1159         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1160         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1161         down into handler.
1162         (fill_fpregset): Likewise.
1163         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1164         Likewise.
1165         (sparc64_linux_collect_core_fpregset): Likewise.
1166         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1167         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1168         use it to compute offsets.
1169         (sparc64_collect_fpregset): Likewise.
1170         (sparc64_bsd_fpregset): Define.
1171         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1172         sparc64_bsd_fpregset down into handler.
1173         (sparc64fbsd_collect_fpregset): Likewise.
1174         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1175         and pass sparc{32,64}_bsd_fpregset down into handler.
1176         (sparc64nbsd_collect_fpregset): Likewise.
1177         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1178         sparc64_bsd_fpregset down into handler.
1179         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1180         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1181         to sparc32_bsd_fpregset.
1182         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1183         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1184         (sparc32nbsd_supply_fpregset): Likewise.
1185
1186 2012-11-21  Tom Tromey  <tromey@redhat.com>
1187
1188         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1189         field.
1190         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1191         Remove.
1192         * c-typeprint.c (c_type_print_base): Update.
1193
1194 2012-11-21  Yao Qi  <yao@codesourcery.com>
1195
1196         PR tdep/7438
1197         * gdbarch.sh (smash_text_address): Remove.
1198         * gdbarch.c, gdbarch.h: Regenerate.
1199         * arm-tdep.c (arm_smash_text_address): Remove.
1200         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1201         * hppa-tdep.c (hppa_smash_text_address): Remove.
1202         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1203         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1204         Caller update.
1205         * coffread.c (coff_symtab_read): Caller update.
1206         * dbxread.c (process_one_symbol): Likewise.
1207         * elfread.c (record_minimal_symbol): Likewise.
1208         * somread.c (som_symtab_read): Likewise.
1209
1210 2012-11-20  Pierre Muller  <muller@sourceware.org>
1211
1212         ARI fixes: sprintf rule.
1213         Replace sprintf function calls for char arrays by
1214         calls to xsnprintf calls.
1215         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1216         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1217         (arm_neon_quad_read, arm_pseudo_read): Ditto.
1218         (arm_neon_quad_write, arm_pseudo_write): Ditto.
1219         * breakpoint.c (condition_completer): Ditto.
1220         (create_tracepoint_from_upload): Ditto.
1221         * dwarf2read.c (file_full_name): Ditto.
1222         * gcore.c (gcore_command): Ditto.
1223         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1224         * go32-nat.c (go32_sysinfo): Ditto.
1225         * interps.c (interp_set): Ditto.
1226         * m32c-tdep.c (make_types): Ditto.
1227         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1228         * remote-m32r-sdi.c (m32r_open): Ditto.
1229         * sol-thread.c (td_err_string): Ditto.
1230         (td_state_string, solaris_pid_to_str): Ditto.
1231         * symtab.c (gdb_mangle_name): Ditto.
1232         * cli/cli-script.c (execute_control_command): Ditto.
1233         (define_command, document_command): Ditto.
1234         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1235         * tui/tui-stack.c (tui_make_status_line): Ditto.
1236         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1237
1238 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
1239
1240         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1241         it when looking at ptr->func.
1242         * command.h (complete_on_cmdlist): Add a fourth arg.
1243         * completer.c (complete_line_internal): Add local ignore_help_classes,
1244         and set it to 1 when reason is not handle_help.  Pass this down to
1245         lookup_cmd_1 and complete_on_cmdlist.
1246
1247 2012-11-20  Tom Tromey  <tromey@redhat.com>
1248
1249         * completer.c (count_struct_fields): Remove.
1250         (expression_completer): Don't call count_struct_fields.
1251
1252 2012-11-20  Pedro Alves  <palves@redhat.com>
1253
1254         * annotate.c (breakpoints_changed): Rename to ...
1255         (annotate_breakpoints_changed): ... this.
1256         (annotate_stopped, breakpoint_changed): Adjust caller.
1257         * annotate.h (breakpoints_changed): Rename to ...
1258         (annotate_breakpoints_changed): ... this.
1259         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1260         (do_map_commands_command, init_raw_breakpoint, clear_command)
1261         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1262
1263 2012-11-20  David S. Miller  <davem@davemloft.net>
1264
1265         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1266         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1267         sysconf.
1268         (get_cores_used_by_process): Update comment.
1269
1270 2012-11-20  Yao Qi  <yao@codesourcery.com>
1271
1272         * objfiles.c (init_entry_point_info): Remove trailing spaces.
1273
1274 2012-11-20  Yao Qi  <yao@codesourcery.com>
1275
1276         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1277         to deprecated_context_hook.
1278
1279 2012-11-19  Yao Qi  <yao@codesourcery.com>
1280
1281         * infrun.c (infwait_state): Add static.
1282
1283 2012-11-16  Keith Seitz  <keiths@redhat.com>
1284
1285         PR c++/13615
1286         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1287         parameter and pass it to lookup_symbol_file.
1288         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1289         to search base classes.
1290         (cp_lookup_symbol_namespace): Likewise.
1291         (lookup_namespace_scope): Likewise.
1292         (lookup_symbol_file): Add SEARCH parameter.
1293         If SEARCH is non-zero and no symbol is found, lookup the class
1294         and call cp_lookup_nested_symbol.
1295         (find_symbol_in_baseclass): New function.
1296         (cp_lookup_nested_symbol): Do not let
1297         cp_lookup_symbol_in_namespace search through base classes.
1298         Do that later when there is no global symbol match.
1299
1300 2012-11-16  Doug Evans  <dje@google.com>
1301
1302         * main.c (gdb_datadir_provided): New static global.
1303         (get_init_files): If --data-directory is provided,
1304         and SYSTEM_GDBINIT lives in data-directory, look for it there.
1305         * NEWS: Mention it.
1306
1307 2012-11-15  Pierre Muller  <muller@sourceware.org>
1308
1309         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1310         * gdb_stat.h: Delete. Moved to common directory.
1311         * common/gdb_stat.h: New file.
1312         * gdb_wait.h: Delete. Moved to common directory.
1313         * common/gdb_wait.h: New file.
1314         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1315         location.
1316         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1317         location.
1318         (stat.h rule): Adapt to new gdb_stat.h location.
1319         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1320         <sys/stat.h> header.
1321         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1322         <sys/wait.h> header.
1323
1324 2012-11-15  Pierre Muller  <muller@sourceware.org>
1325
1326         * configure.ac (AC_HEADER_STAT): Remove.
1327         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1328         and corresponding code.
1329         * configure: Regenerate.
1330         * config.in: Regenerate.
1331
1332 2012-11-15  Pierre Muller  <muller@sourceware.org>
1333
1334         ARI xasprintf rule fixes.
1335         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1336         instead of xasprintf.
1337         (open_and_init_dwp_file): Ditto.
1338
1339 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
1340
1341         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1342         target types.
1343
1344 2012-11-14  Tom Tromey  <tromey@redhat.com>
1345
1346         * configure, config.in: Rebuild.
1347         * configure.ac: Don't check for ctype.h, time.h.
1348         * expprint.c: Don't use HAVE_CTYPE_H.
1349
1350 2012-11-13  Tom Tromey  <tromey@redhat.com>
1351
1352         * gdbarch.h, gdbarch.c: Rebuild.
1353         * gdbarch.sh (set_target_gdbarch): Rename from
1354         deprecated_target_gdbarch_select_hack.
1355         * arch-utils.c (gdbarch_update_p): Update.
1356         (set_gdbarch_from_file): Update.
1357
1358 2012-11-14  Pierre Muller  <muller@sourceware.org>
1359
1360         * MAINTAINERS (Responsible Maintainers/misc): Add myself
1361         as responsible of contrib/ari directory.
1362
1363 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1364             Yao Qi  <yao@codesourcery.com>
1365
1366         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1367         bit of EXC_RETURN.
1368         (arm_m_exception_cache, arm_m_exception_this_id)
1369         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1370         (arm_m_exception_unwind): New.
1371         (arm_gdbarch_init): Register arm_m_exception_unwind.
1372
1373 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
1374
1375         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1376         parameter COUNT, for pattern filling of memory regions.
1377         * NEWS: Mention it.
1378
1379 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1380
1381         * disasm.h (DISASSEMBLY_FILENAME): New macro.
1382         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1383         to print_source_lines ().
1384         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1385         flag.
1386         * source.c (print_source_lines_base): Prefix source line with
1387         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1388
1389 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1390
1391         * symtab.h (print_source_lines_flags): New enum.
1392         * source.c (print_source_lines_base): Change noerror to flags.
1393         (print_source_lines): Change noerror to flags.
1394
1395 2012-11-13  Pierre Muller  <muller@sourceware.org>
1396
1397         ARI fixes: Avoid sprintf function use rule.
1398         * charset.c (convert_between_encodings): Use xsnprintf.
1399         * cli-out.c (cli_field_int): Likewise.
1400         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1401         * expprint.c (op_name_standard): Likewise.
1402         * frv-tdep.c (set_variant_num_gprs): Likewise.
1403         (set_variant_num_fprs): Likewise.
1404         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1405         * nto-tdep.c (nto_find_and_open_solib): Likewise.
1406         (nto_init_solib_absolute_prefix): Likewise.
1407         * source.c (init_source_path): Likewise.
1408         (print_source_lines_base): Likewise.
1409         * valprint.c (print_wchar): Likewise.
1410         * mi/mi-out.c (mi_field_int): Likewise.
1411         windows-nat.c (windows_pid_to_exec_file): Likewise.
1412         (windows_create_inferior): Likewise.
1413         (_initialize_check_for_gdb_ini): Likewise.
1414
1415 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
1416
1417         * frame.h (deprecated_frame_register_read): Renames
1418         frame_register_read.
1419         * frame.c (deprecated_frame_register_read): Renames
1420         frame_register_read.  Update all callers.
1421         * i386-tdep.c: Update all callers of frame_register_read.
1422         * infcmd.c: Likewise.
1423         * jit.c: Likewise.
1424         * mips-tdep.c: Likewise.
1425         * mt-tdep.c: Likewise.
1426         * sh64-tdep.c: Likewise.
1427
1428 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
1429
1430         * frame.h (frame_register_read): Remove FIXME comment.
1431         * frame.c (frame_register_read): Add suggestion explaining
1432         which function to use in place of this one.
1433
1434 2012-11-12  Tom Tromey  <tromey@redhat.com>
1435
1436         * python/python.c (start_type_printers): Initialize 'result_obj'.
1437
1438 2012-11-12  Tom Tromey  <tromey@redhat.com>
1439
1440         * NEWS: Update.
1441         * data-directory/Makefile.in (PYTHON_FILES): Add
1442         type_printers.py.
1443         * python/lib/gdb/command/type_printers.py: New file.
1444         * python/lib/gdb/command/types.py (TypePrinter): New class.
1445         (_get_some_type_recognizers, get_type_recognizers,
1446         apply_type_recognizers, register_type_printer): New
1447         functions.
1448         * python/py-objfile.c (objfile_object) <type_printers>: New
1449         field.
1450         (objfpy_dealloc): Decref new field.
1451         (objfpy_new): Set new field.
1452         (objfpy_get_type_printers, objfpy_set_type_printers): New
1453         functions.
1454         (objfile_to_objfile_object): Set new field.
1455         (objfile_getset): Add "type_printers".
1456         * python/py-progspace.c (pspace_object) <type_printers>: New
1457         field.
1458         (pspy_dealloc): Decref new field.
1459         (pspy_new): Set new field.
1460         (pspy_get_type_printers, pspy_set_type_printers): New functions.
1461         (pspace_to_pspace_object): Set new field.
1462         (pspace_getset): Add "type_printers".
1463         * python/python.c (start_type_printers, apply_type_printers,
1464         free_type_printers): New functions.
1465         (_initialize_python): Set gdb.type_printers.
1466         * python/python.h (start_type_printers, apply_type_printers,
1467         free_type_printers): Declare.
1468         * typeprint.c (type_print_raw_options, default_ptype_flags):
1469         Update for new fields.
1470         (do_free_global_table, create_global_typedef_table,
1471         find_global_typedef): New functions.
1472         (find_typedef_in_hash): Use find_global_typedef.
1473         (whatis_exp): Use create_global_typedef_table.  Change cleanup
1474         handling.
1475         * typeprint.h (struct type_print_options) <global_typedefs,
1476         global_printers>: New fields.
1477
1478 2012-11-12  Tom Tromey  <tromey@redhat.com>
1479
1480         * c-typeprint.c (find_typedef_for_canonicalize,
1481         print_name_maybe_canonical): New functions.
1482         (c_print_type): Look up type name.
1483         (cp_type_print_derivation_info): Add flags argument.  Use
1484         print_name_maybe_canonical.
1485         (cp_type_print_method_args): Add wrapping.
1486         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1487         (c_type_print_template_args): New function.
1488         (c_type_print_base): Change wrapping.  Use
1489         print_name_maybe_canonical.
1490         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1491         type name lookups.
1492         * gdbtypes.c (types_equal): No longer static.
1493         * gdbtypes.h (types_equal): Declare.
1494         * typeprint.c (type_print_raw_options, default_ptype_flags):
1495         Update.
1496         (struct typedef_hash_table): New.
1497         (hash_typedef_field, eq_typedef_field,
1498         recursively_update_typedef_hash, add_template_parameters,
1499         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1500         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1501         copy_typedef_hash, find_typedef_in_hash): New functions.
1502         * typeprint.h (struct type_print_options) <local_typedefs>:
1503         New field.
1504         (recursively_update_typedef_hash, add_template_parameters,
1505         create_typedef_hash, free_typedef_hash,
1506         make_cleanup_free_typedef_hash, copy_typedef_hash,
1507         find_typedef_in_hash): Declare.
1508
1509 2012-11-12  Tom Tromey  <tromey@redhat.com>
1510
1511         * cp-support.c (inspect_type,
1512         replace_typedefs_qualified_name, replace_typedefs): Add
1513         finder, data arguments.  Call as needed.
1514         (cp_canonicalize_string_full): New function.
1515         (cp_canonicalize_string_no_typedefs): Rewrite.
1516         * cp-support.h (canonicalization_ftype): New typedef.
1517         (cp_canonicalize_string_full): Declare.
1518
1519 2012-11-12  Tom Tromey  <tromey@redhat.com>
1520
1521         * NEWS: Update.
1522         * c-typeprint.c (c_type_print_base): Handle print_method and
1523         print_typedefs flags.
1524         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1525         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1526         options.
1527         * typeprint.c (type_print_raw_options, default_ptype_flags):
1528         Update for new field.s
1529         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
1530         (setprinttypelist, showprinttypelist, print_methods,
1531         print_typedefs): New globals.
1532         (set_print_type, show_print_type, set_print_type_methods,
1533         show_print_type_methods, set_print_type_typedefs,
1534         show_print_type_typedefs): New functions.
1535         (_initialize_typeprint): Update documentation.  Add "print
1536         type methods" and "print type typedefs" parameters.
1537         * typeprint.h (struct type_print_options) <print_methods,
1538         print_typedefs>: New fields.
1539
1540 2012-11-12  Tom Tromey  <tromey@redhat.com>
1541
1542         * c-typeprint.c (cp_type_print_method_args): Add flags
1543         argument.  Call c_print_type, not type_print.
1544         (c_type_print_base): Call c_print_type, not type_print.
1545         Update.
1546
1547 2012-11-12  Tom Tromey  <tromey@redhat.com>
1548
1549         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1550         to type-printing functions.
1551         * ada-lang.h (ada_print_type): Add argument.
1552         * ada-typeprint.c (print_array_type, print_variant_clauses,
1553         print_variant_part, print_selected_record_field_types,
1554         print_record_field_types, print_unchecked_union_type,
1555         print_func_type, ada_print_type): Add flags argument.
1556         (ada_print_typedef): Update.
1557         * c-exp.y (OPERATOR conversion_type_id): Update.
1558         * c-lang.h (c_print_type, c_type_print_base): Update.
1559         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1560         c_type_print_modifier, c_type_print_args,
1561         c_type_print_varspec_suffix, c_type_print_base): Add flags
1562         argument.
1563         * cp-valprint.c (cp_print_class_member): Update.
1564         * dwarf2read.c (dwarf2_compute_name): Update.
1565         * f-lang.h (f_print_type): Add argument.
1566         * f-typeprint.c (f_print_type): Add flags argument.
1567         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1568         * go-lang.h (go_print_type): Add argument.
1569         * go-typeprint.c (go_print_type): Add flags argument.
1570         * jv-lang.h (java_print_type): Add argument.
1571         * jv-typeprint.c (java_type_print_base, java_print_type): Add
1572         flags argument.
1573         * language.c (unk_lang_print_type): Add flags argument.
1574         * language.h (struct language_defn) <la_print_type>: Add flags
1575         argument.
1576         (LA_PRINT_TYPE): Likewise.
1577         * m2-lang.h (m2_print_type): Add argument.
1578         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1579         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1580         m2_unbounded_array, m2_record_fields): Add flags argument.
1581         * p-lang.h (pascal_print_type, pascal_type_print_base,
1582         pascal_type_print_varspec_prefix): Add argument.
1583         * p-typeprint.c (pascal_print_type,
1584         pascal_type_print_varspec_prefix, pascal_print_func_args,
1585         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1586         flags argument.
1587         * symmisc.c (print_symbol): Update.
1588         * typeprint.c (type_print_raw_options, default_ptype_flags):
1589         New globals.
1590         (type_print): Update.
1591         * typeprint.h (struct type_print_options): New.
1592         (type_print_raw_options): Declare.
1593         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1594
1595 2012-11-10  Keith Seitz  <keiths@redhat.com>
1596
1597         * breakpoint.c (clear_command): Add cleanup for
1598         sals.sals if an argument is given.
1599
1600         * linespec.c (parse_linespec): Do cleanups after
1601         parsing a convenience variable.
1602
1603 2012-11-10  Keith Seitz  <keiths@redhat.com>
1604
1605         PR gdb/14288
1606         * c-valprint.c (c_val_print): For character arrays
1607         with "print null" option on, print ellipses if
1608         the output is truncated and the next character is not \000.
1609         * valprint.c (MAX_WCHARS): Define.
1610         (WCHAR_BUFLEN): Likewise.
1611         (WCHAR_BUFLEN_MAX): Likewise.
1612         (struct converted_character): New structure.
1613         (count_next_character): New function.
1614         (print_converted_chars_to_obstack): New function.
1615         (generic_printstr): Rewrite using count_next_character
1616         and print_converted_chars_to_obstack.
1617
1618 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
1619
1620         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1621         while executing the gdb command.
1622         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1623         are called from prompt_for_continue.
1624         * tui/tui-io.c (tui_redisplay_readline): Likewise.
1625
1626 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
1627
1628         PR tui/9584
1629
1630         * tui/tui.c (tui_rl_command_key): Do not call execute_command
1631         but insert the command to execute in readline's buffer.
1632
1633 2012-11-09  Tom Tromey  <tromey@redhat.com>
1634
1635         * gdbarch.sh (target_gdbarch): Remove macro.
1636         (get_target_gdbarch): Rename to target_gdbarch.
1637         * gdbarch.c, gdbarch.h: Rebuild.
1638         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1639         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1640         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1641         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1642         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1643         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1644         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1645         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1646         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1647         procfs.c, progspace.c, ravenscar-thread.c, record.c,
1648         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1649         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1650         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1651         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1652         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1653         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1654         target-descriptions.c, target.c, target.h, tracepoint.c,
1655         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1656         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1657         python/py-inferior.c, python/python.c: Update.
1658
1659 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
1660
1661         * source.c (print_source_lines_base): Add fullname field giving
1662         full path to file in mi output.
1663         * NEWS: Mention the new fullname field.
1664
1665 2012-11-09  Yao Qi  <yao@codesourcery.com>
1666
1667         * NEWS: Mention the fix to the ambiguity of 'fo' command.
1668
1669 2012-11-09  Pedro Alves  <palves@redhat.com>
1670
1671         PR gdb/14306
1672
1673         * infrun.c: Include target-descriptions.h.
1674         (follow_exec): Fetch new target description.
1675
1676 2012-11-09  Yao Qi  <yao@codesourcery.com>
1677
1678         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1679         0x8d (lea).
1680
1681 2012-11-09  Yao Qi  <yao@codesourcery.com>
1682
1683         * breakpoint.c: Declare set_tracepoint_count.
1684         (install_breakpoint): Call set_tracepoint_count if B is a
1685         tracepoint.
1686         (trace_command): Don't call set_tracepoint_count.  Re-indent.
1687         (strace_command, ftrace_command):
1688         (create_tracepoint_from_upload): Likewise.
1689
1690 2012-11-09  Pedro Alves  <palves@redhat.com>
1691
1692         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1693         (get_target_gdbarch) <gdbarch.h>: New function.
1694         (startup_gdbarch) <gdbarch.h>: Declare.
1695         <gdbarch.c> (target_gdbarch): Delete.
1696         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1697         current inferior's gdbarch.
1698         <gdbarch.c> (get_target_gdbarch): New function.
1699         * inferior.c: Include target-descriptions.h.
1700         (free_inferior): Free target description info.
1701         (add_inferior_with_spaces): Set the inferior's initial
1702         architecture.
1703         (clone_inferior_command): Copy the original inferior's target
1704         description if it was user specified.
1705         (initialize_inferiors): Add comment.
1706         * inferior.h (struct target_desc_info): Forward declare.
1707         (struct inferior) <gdbarch>: New field.
1708         * linux-nat.c: Include target-descriptions.h.
1709         (linux_child_follow_fork): Copy the parent's architecture and
1710         target description to the child.
1711         * target-descriptions.c: Include inferior.h.
1712         (struct target_desc_info): New structure, holding the equivalents
1713         of ...
1714         (target_desc_fetched, current_target_desc)
1715         (target_description_filename): ... these removed globals.
1716         (get_tdesc_info, target_desc_info_from_user_p)
1717         (copy_inferior_target_desc_info, target_desc_info_free): New.
1718         (target_desc_fetched, current_target_desc)
1719         (target_description_filename): Reimplemented as convenience
1720         macros.
1721         (tdesc_filename_cmd_string): New global.
1722         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1723         tdescs filename ..." commands to the per-inferior equivalent.
1724         (show_tdesc_filename_cmd): Get the value to show from the
1725         per-inferior description filename.
1726         (_initilize_target_descriptions): Change the "set/show tdesc
1727         filename" commands' variable.
1728         * target-descriptions.h (struct target_desc, struct target_desc_info)
1729         (struct inferior): Forward declare.
1730         (target_find_description, target_clear_description)
1731         (target_current_description): Adjust comments.
1732         (copy_inferior_target_desc_info, target_desc_info_free)
1733         (target_desc_info_from_user_p). Declare.
1734
1735 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1736
1737         * tui/tui-hooks.c (tui_about_to_proceed): New function.
1738         (tui_target_wait_hook): Remove.
1739         (tui_install_hooks): Install the about_to_proceed observer.
1740         (tui_remove_hooks): And remove it here.
1741
1742 2012-11-08  Tom Tromey  <tromey@redhat.com>
1743
1744         * linux-tdep.c (linux_make_siginfo_note): New function.
1745         (linux_make_corefile_notes): Use it.
1746         * corelow.c (get_core_siginfo): New function.
1747         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1748
1749 2012-11-08  Tom Tromey  <tromey@redhat.com>
1750
1751         PR gdb/14704:
1752         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1753         (zlib_decompress_section): Remove.
1754         (gdb_bfd_map_section): Only check for compressed section
1755         in mmap case.  Use bfd_get_full_section_contents.
1756         * osabi.c (check_note): Add 'sectsize' argument.  Read
1757         section data.
1758         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1759         section data.  Update for check_note change.
1760         * xcoffread.c (xcoff_initial_scan): Use
1761         bfd_get_full_section_contents.
1762         * py-auto-load.c (auto_load_section_scripts): Use
1763         bfd_get_full_section_contents.
1764         * contrib/cc-with-tweaks.sh: Add -Z option.
1765
1766 2012-11-08  Tom Tromey  <tromey@redhat.com>
1767
1768         * python/py-bpevent.c: Include defs.h.
1769         * python/py-continueevent.c: Include defs.h.
1770         * python/py-event.c: Include defs.h.
1771         * python/py-event.h: Don't include defs.h.
1772         * python/py-events.h: Don't include defs.h.
1773         * python/py-evts.c: Include defs.h.
1774         * python/py-exitedevent.c: Include defs.h.
1775         * python/py-newobjfileevent.c: Include defs.h.
1776         * python/py-signalevent.c: Include defs.h.
1777         * python/py-stopevent.c: Include defs.h.
1778         * python/py-threadevent.c: Include defs.h.
1779
1780 2012-11-08  Pierre Muller  <muller@sourceware.org>
1781
1782         * update-web-ari.sh (print_heading): Add number of files
1783         checked.
1784         (nb_files): New variable counting the number of sources
1785         files found by gdb_find.sh script.
1786         (debug_awk): New variable to allow extra debug output.
1787         (indexes): Add more information if DEBUG_AWK is set.
1788
1789 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1790
1791         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1792         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1793         following the change in PLT call stubs on linker.
1794
1795 2012-11-08  Pierre Muller  <muller@sourceware.org>
1796
1797         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1798         as default language.
1799         (AWK): Use = instead of == for sh test to avoid warning.
1800         (Linux rule): Correct [:digit] into [[:digit:]].
1801         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1802         (vasprintf rule): Adapt to common subdirectory moves.
1803         (xasprintf rule): Idem.
1804         (xvasprintf rule): Idem.
1805         (var_boolean rule): Accept occurence in == or != test.
1806
1807         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1808
1809 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1810
1811         * tui/tui-hooks.c (tui_inferior_exit): New function.
1812         (tui_detach_hook): Remove.
1813         (tui_install_hooks): Install the inferior exit observer.
1814         (tui_remove_hooks): Remove it.
1815
1816 2012-11-08  Yao Qi  <yao@codesourcery.com>
1817
1818         PR gdb/14777.
1819         * source.c (_initialize_source): Call add_com_alias to abbreviate
1820         'forward-search' as 'fo'.
1821
1822 2012-11-07  Pedro Alves  <palves@redhat.com>
1823
1824         * arm-tdep.c: Make defs.h be the first include.
1825         * coff-pe-read.c: Ditto.
1826         * gnu-nat.c: Ditto.
1827         * go32-nat.c: Ditto.
1828         * i386-nat.c: Ditto.
1829         * ppcnbsd-nat.c: Ditto.
1830         * ada-varobj.h: Don't include defs.h.
1831         * i386-darwin-tdep.h: Ditto.
1832         * i386-nat.h: Ditto.
1833
1834 2012-11-07  Pedro Alves  <palves@redhat.com>
1835
1836         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1837         Committee.
1838
1839 2012-11-07  Pierre Muller  <muller@sourceware.org>
1840
1841         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1842         File already uses "gdb_dirent.h" header.
1843
1844 2012-11-07  Yao Qi  <yao@codesourcery.com>
1845
1846         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1847         tracepoint_count'.
1848
1849 2012-11-06  Tom Tromey  <tromey@redhat.com>
1850
1851         * target.h (inferior_has_forked, inferior_has_vforked)
1852         (inferior_has_execd, inferior_has_called_syscall): Remove
1853         declarations.
1854
1855 2012-11-06  Pierre Muller  <muller@sourceware.org>
1856
1857         * remote.c (remote_insert_hw_breakpoint): ARI fix,
1858         add missing internalization markup.
1859
1860 2012-11-06  Pedro Alves  <palves@redhat.com>
1861
1862         PR gdb/14810
1863
1864         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1865
1866 2012-11-06  Pierre Muller  <muller@sourceware.org>
1867
1868         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1869         is not executable.
1870
1871 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
1872
1873         * gnulib/update-gnulib.sh: New script.
1874
1875 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
1876
1877         * MAINTAINERS: Update my email address.
1878
1879 2012-11-05  Tom Tromey  <tromey@redhat.com>
1880
1881         * frame.c (put_frame_register): Don't use temporary buffer.
1882
1883 2012-11-05  Pedro Alves  <palves@redhat.com>
1884
1885         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1886         child.  Clear 'pending_detach'.
1887         * infrun.c (handle_vfork_child_exec_or_exit): Clear
1888         'pending_detach' in the vfork parent.
1889
1890 2012-11-05  Doug Evans  <dje@google.com>
1891
1892         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
1893         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1894         * dwarf2read.c: #include "elf-bfd.h".
1895         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1896         (dwop_section_names): Renamed from dwo_section names.  All uses
1897         updated.  Add entries for .debug_cu_index, .debug_tu_index.
1898         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1899         All uses updated.
1900         (struct dwp_sections): New type.
1901         (struct virtual_dwo_sections): New type.
1902         (struct dwp_hash_table): New type.
1903         (struct dwp_file): New type.
1904         (init_cutu_and_read_dies): Ensure DWO info/types section has been
1905         read in.  Handle DWOs coming from DWP files.
1906         (lookup_dwo_file_slot): New function.
1907         (dwarf2_locate_dwo_sections): Move definition closer to use.
1908         (create_dwo_debug_info_hash_table_reader): Renamed from
1909         create_debug_info_hash_table_reader.  All callers updated.
1910         (create_dwo_debug_info_hash_table): Renamed from
1911         create_debug_info_hash_table.  All callers updated.
1912         (create_dwp_hash_table): New function.
1913         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1914         (lookup_dwo_in_dwp): New function.
1915         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
1916         is_dwp.  All callers updated.
1917         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
1918         (open_and_init_dwo_file): Renamed from init_dwo_file.
1919         All callers updated.
1920         (lookup_dwo_file): Delete.
1921         (dwarf2_locate_dwp_sections): New function.
1922         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1923         (allocate_dwp_loaded_cutus_table): New function.
1924         (open_and_init_dwp_file): New function.
1925         (lookup_dwo_cutu): New function.
1926         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1927
1928 2012-11-03  Yao Qi  <yao@codesourcery.com>
1929
1930         Fix PR gdb/14617.
1931         * breakpoint.c (trace_pass_set_count): Call
1932         observer_notify_breakpoint_modified instead of
1933         observer_notify_tracepoint_modified.
1934         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1935
1936 2012-11-02  Tom Tromey  <tromey@redhat.com>
1937
1938         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1939         argument to complete_on_enum.
1940
1941 2012-11-02  Tom Tromey  <tromey@redhat.com>
1942
1943         * configure: Rebuild.
1944         * configure.ac (build_warnings): Add -Wempty-body.
1945         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1946         * remote.c (handle_notification): Use braces for empty 'else' body.
1947         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1948         'else' body.
1949         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1950         'else' body.
1951         * solib-som.c (som_relocate_section_addresses): Use braces
1952         for empty 'else' body.
1953         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1954         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1955
1956 2012-11-02  Pedro Alves  <palves@redhat.com>
1957
1958         PR gdb/14766
1959
1960         * infrun.c (handle_inferior_event)
1961         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1962         null_ptid before handling a vfork child exec or exit.  Switch to
1963         the event ptid afterwards.
1964
1965 2012-11-02  Yao Qi  <yao@codesourcery.com>
1966
1967         * std-operator.def: Remove OP_LABELED.
1968         * eval.c: Remove the declaration of 'get_label'.
1969         (get_label): Remove.
1970         (evaluate_struct_tuple): Remove code handling OP_LABELED.
1971         Update comment.
1972         Remove local variable 'variantno' and related code.
1973         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
1974         with 'fieldno'.
1975         * expprint.c (print_subexp_standard): Likewise.
1976         (dump_subexp_body_standard): Likewise.
1977         * parse.c (operator_length_standard): Likewise.
1978
1979 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
1980
1981         Incorporate ARI web page generator into GDB sources.
1982         * contrib/ari/create-web-ari-in-src.sh: New file.
1983         * contrib/ari/gdb_ari.sh: New file.
1984         * contrib/ari/gdb_find.sh: New file.
1985         * contrib/ari/update-web-ari.sh: New file.
1986
1987 2012-10-31  Tom Tromey  <tromey@redhat.com>
1988
1989         * gdbarch.c: Rebuild.
1990         * gdbarch.sh: Remove references to gdbarch_swap.
1991         * corelow.c (core_open): Remove obsolete comment.
1992
1993 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
1994
1995         PR cli/14772
1996         * c-typeprint.c (c_print_type): Don't print a space for vector
1997         types, this is handled within the suffix.
1998         (c_type_print_varspec_suffix): Add a space to vector suffix.
1999
2000 2012-10-26  Pedro Alves  <palves@redhat.com>
2001
2002         * amd64-tdep.c (amd64_relocate_instruction): Use
2003         store_unsigned_integer instead of memcpy.
2004         * i386-tdep.c (i386_relocate_instruction): Ditto.
2005
2006 2012-10-26  Pedro Alves  <palves@redhat.com>
2007
2008         * infrun.c (handle_inferior_event): Merge handling of
2009         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
2010         switch case.
2011
2012 2012-10-26  Pedro Alves  <palves@redhat.com>
2013
2014         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
2015         Remove comment.
2016
2017 2012-10-26  Pedro Alves  <palves@redhat.com>
2018
2019         * target.c (target_waitstatus_to_string): Handle
2020         TARGET_WAITKIND_VFORK_DONE.
2021
2022 2012-10-26  Pedro Alves  <palves@redhat.com>
2023
2024         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
2025         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
2026
2027 2012-10-24  Tristan Gingold  <gingold@adacore.com>
2028
2029         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
2030         Add comments.
2031
2032 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2033
2034         * ravenscar-thread.c (ravenscar_wait): Only update the list
2035         of threads and inferior_ptid if the inferior is still alive.
2036
2037 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2038
2039         * ada-lang.c (is_known_support_routine): Use lbasename when
2040         matching the symtab's filename against
2041         known_runtime_file_name_patterns.
2042
2043 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2044
2045         * ada-lang.c (ada_same_array_size_p): New function.
2046         (ada_promote_array_of_integrals): New function.
2047         (coerce_for_assign): Add handling of arrays where the elements
2048         are integrals of a smaller size than the size of the target
2049         array element type.
2050
2051 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2052
2053         * doublest.c (convert_doublest_to_floatformat): Fix comparison
2054         against maximum exponent value.
2055
2056 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2057
2058         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2059         "unwind-seh.c".
2060
2061 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2062
2063         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2064         strip typedef layer when computing the fixed type's field type,
2065         only when computing its size.
2066
2067 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
2068
2069         PR gdb/12783
2070         * i386-tdep.c (i386_return_value): Handle complex double and long
2071         double.
2072
2073 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2074
2075         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2076         New local variable args_len.
2077         Quote the name of the executable when computing the command line.
2078
2079 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
2080
2081         PR gdb/12796
2082         PR gdb/12798
2083         PR gdb/12800
2084         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2085         AMD64_FTAG_REGNUM.
2086         * amd64-tdep.c (amd64_classify): Classify complex types.
2087         (amd64_return_value): Handle the COMPLEX_X87 class.
2088
2089 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
2090
2091         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2092         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2093
2094 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
2095
2096         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2097         function.
2098         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2099         to amd64_windows_auto_wide_charset.
2100
2101 2012-10-23  Yao Qi  <yao@codesourcery.com>
2102
2103         * event-top.c (mark_async_signal_handler_wrapper): Remove.
2104         * event-top.h: Remove its declaration.
2105         (async_request_quit): Call mark_async_signal_handler instead of
2106         mark_async_signal_handler_wrapper.
2107         (async_do_nothing, async_disconnect): Likewise.
2108         (async_stop_sig): Likewise.
2109         * remote.c (handle_remote_sigint): Likewise.
2110         (handle_remote_sigint_twice): Likewise.
2111
2112 2012-10-23  Yao Qi  <yao@codesourcery.com>
2113
2114         * event-top.c (sigint_token, sighup_token): Replace 'void *'
2115         with 'static struct async_signal_handler *'.
2116         (sighup_token, sigquit_token, sigstp_token): Likewise.
2117
2118 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
2119
2120         * gdbarch.sh (function_list): Use 'pstring' when printing
2121         a variable which could return NULL.
2122         * gdbarch.c: Regenerate.
2123
2124 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
2125             Tom Tromey  <tromey@redhat.com>
2126
2127         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2128         inneffective if condition by gdb assertion.  Add function
2129         description comment.
2130
2131 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
2132
2133         * parser-defs.h (struct exp_descriptor): Document constraint
2134         on return value for "op_name" callbacks.
2135
2136 2012-10-18  Tom Tromey  <tromey@redhat.com>
2137
2138         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2139         * symtab.c (iterate_over_some_symtabs): Constify.
2140         * source.h (symtab_to_fullname): Return 'const char *'.
2141         * source.c (symtab_to_fullname): Return 'const char *'.
2142         * python/py-symtab.c (stpy_fullname): Constify.
2143         * cli/cli-cmds.c (edit_command): Constify.
2144         * breakpoint.c (print_breakpoint_location)
2145         (update_static_tracepoint): Constify.
2146
2147 2012-10-18  Tom Tromey  <tromey@redhat.com>
2148
2149         * breakpoint.c (compare_breakpoints): Fix comparison.
2150
2151 2012-10-18  Tom Tromey  <tromey@redhat.com>
2152
2153         * valprint.c (generic_emit_char, generic_printstr): Pass size of
2154         gdb_wchar_t to convert_between_encodings.
2155
2156 2012-10-17  Yao Qi  <yao@codesourcery.com>
2157
2158         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2159         more parameter 'inferior'.
2160         * corefile.c (write_memory_with_notification): Caller update.
2161
2162         * mi/mi-cmd-var.c: Include "mi-main.h".
2163         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2164         to 1 and restore it later.
2165         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2166         and "data-write-memory-bytes.
2167         * mi/mi-interp.c: Include objfiles.h.
2168         (mi_interpreter_init): Call observer_attach_memory_changed.
2169         (mi_memory_changed): New.
2170         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2171         New field.
2172
2173         * NEWS: Mention new MI notification "memory-changed".
2174
2175 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2176
2177         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2178
2179 2012-10-15  Doug Evans  <dje@google.com>
2180
2181         New option -nh: inhibit loading of ~/.gdbinit.
2182         * NEWS: Mention -nh.
2183         * main.c (captured_main): Recognize and process -nh.
2184         (print_gdb_help): Mention -nh.
2185         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
2186
2187 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2188
2189         PR backtrace/14646
2190         PR gdb/14647
2191         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2192         pc_regnum_from_eax.
2193         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2194         nor pc_regnum_from_eax.
2195         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2196         nor pc_regnum_from_eax.
2197
2198 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2199
2200         Fix entry values resolving in inlined frames.
2201         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2202         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
2203         entries of FRAME.
2204
2205 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
2206
2207         * configure.ac: Build with -DMS_WIN64 if building with Python
2208         enabled using GCC on amd64-windows.
2209         * configure: Regenerate.
2210
2211 2012-10-15  Tom Tromey  <tromey@redhat.com>
2212
2213         PR python/14635:
2214         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2215         to Py_None.
2216
2217 2012-10-15  Tom Tromey  <tromey@redhat.com>
2218
2219         PR python/14634:
2220         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2221
2222 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
2223
2224         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2225         reset thread numbering back to 1.
2226
2227 2012-10-11  Doug Evans  <dje@google.com>
2228
2229         PR breakpoints/14643.
2230         * linespec.c (struct ls_parser): New member keyword_ok.
2231         (linespec_lexer_lex_string): Add comment.
2232         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2233         for one.
2234         (parse_linespec): Set keyword_ok.
2235
2236 2012-10-10  Doug Evans  <dje@google.com>
2237
2238         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2239         "0x" prefix on address in log message.
2240
2241         * dwarf2read.c (read_1_byte): Add const to buf parameter.
2242         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2243         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2244         (lookup_dwo_file): Add const to dwo_name parameter.
2245         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2246
2247 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2248
2249         Fix crash during stepping on ppc32.
2250         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2251         SYM.
2252
2253 2012-10-03  Doug Evans  <dje@google.com>
2254
2255         PR symtab/14601
2256         * buildsym.c (buildsym_init): Reset using_directives to NULL.
2257
2258 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
2259
2260         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2261         output and use uint32_t not long to ensure 4 byte size.
2262
2263 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
2264
2265         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2266         unref'ed it.
2267
2268 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
2269
2270         * target.c (simple_search_memory): Include access length in
2271         warning message.
2272
2273 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
2274             Edjunior Machado  <emachado@linux.vnet.ibm.com>
2275
2276         PR gdb/13989
2277         * solib.c (solib_find): Prevent GDB from loading native libraries when
2278         debugging a cross-target corefile.
2279
2280 2012-09-28  selven  <pcthegreat@gmail.com>
2281
2282         Make definition match declaration.
2283
2284         * regcache.c (regcache_register_status): Change return type to
2285         enum register_status.
2286
2287 2012-09-28  Yao Qi  <yao@codesourcery.com>
2288
2289         * mi/mi-main.c (mi_cmd_data_write_memory): Call
2290         write_memory_with_notification instead of write_memory.
2291         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2292         instead of target_write_memory.
2293
2294 2012-09-28  Yao Qi  <yao@codesourcery.com>
2295
2296         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2297         when the length of content is not an even number.
2298
2299 2012-09-27  Tom Tromey  <tromey@redhat.com>
2300
2301         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2302         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2303
2304 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2305
2306         * sol-thread.c (sol_thread_fetch_registers)
2307         (sol_thread_store_registers): Delete commented out code.
2308
2309 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2310
2311         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2312         Move these functions to sparc-sol-thread.c.
2313         * sparc-sol-thread.c: New file.
2314         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2315         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2316         configurations.
2317         * configure: Regenerate.
2318
2319 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2320
2321         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2322         Remove commented-out code.
2323
2324 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2325
2326         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2327         Enable this code for sparc hosts only.
2328
2329 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2330
2331         * procfs.h (procfs_find_LDT_entry): Add declaration.
2332         * sol-thread.c (ps_lgetLDT): Delete local declaration of
2333         function procfs_find_LDT_entry.
2334
2335 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2336
2337         * procfs.c (proc_get_LDT_entry): Make static.
2338
2339 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2340
2341         * procfs.c (proc_find_memory_regions): Fix declaration.
2342
2343 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2344
2345         * amd64-tdep.c (amd64_return_value): Revert previous change
2346         that used TYPE_LENGTH directly.
2347         * bfin-tdep.c (bfin_extract_return_value): Likewise.
2348         (bfin_store_return_value): Likewise.
2349         * cris-tdep.c (cris_store_return_value): Likewise.
2350         (cris_extract_return_value): Likewise.
2351         * h8300-tdep.c (h8300_extract_return_value): Likewise.
2352         * hppa-tdep.c (hppa64_return_value): Likewise.
2353         * lm32-tdep.c (lm32_store_return_value): Likewise.
2354         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2355         * spu-tdep.c (spu_value_from_register): Likewise.
2356         * vax-tdep.c (vax_return_value): Likewise.
2357
2358 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2359
2360         * gdbtypes.c (lookup_array_range_type): Expand parameters
2361         LOW_BOUND and HIGH_BOUND to LONGEST.
2362         (lookup_string_range_type): Likewise.
2363         * gdbtypes.h (lookup_array_range_type): Likewise.
2364         (lookup_string_range_type): Likewise.
2365         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2366         Expand HIGHBOUND to ssize_t.
2367         (value_string): Likewise.
2368         * value.h (value_cstring): Expand parameter LEN to ssize_t.
2369         (value_string): Likewise.
2370
2371 2012-09-27  Yao Qi  <yao@codesourcery.com>
2372
2373         PR breakpoints/13898
2374         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2375         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2376         per breakpoint type.
2377
2378 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
2379
2380         * procfs.c: Add gdb_bfd header.
2381         * rs6000-nat.c: Likewise.
2382         * solib-pa64.c: Likewise.
2383         * spu-linux-nat.c: Likewise.
2384         * windows-nat.c: Likewise.
2385
2386 2012-09-26  Tom Tromey  <tromey@redhat.com>
2387
2388         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2389
2390 2012-09-26  Tom Tromey  <tromey@redhat.com>
2391
2392         * dwarf2read.c (mark_common_block_symbol_computed): New function.
2393         (read_common_block): Handle child DIEs with
2394         DW_AT_data_member_location.
2395         (new_symbol_full): Add special case for common blocks.
2396
2397 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2398             Tom Tromey  <tromey@redhat.com>
2399
2400         * dwarf2read.c (read_common_block): Rewrite.
2401         (new_symbol_full): Handle DW_TAG_common_block.
2402         * f-lang.c (head_common_list, find_common_for_function):
2403         Remove.
2404         * f-lang.h (struct common_entry, struct saved_f77_common,
2405         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2406         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2407         BLANK_COMMON_NAME_LOCAL): Remove.
2408         (struct common_block): New.
2409         * f-valprint.c (list_all_visible_commons): Remove.
2410         (info_common_command_for_block): New function.
2411         (info_common_command): Use it.
2412         * stack.c (iterate_over_block_locals): Special case for
2413         COMMON_BLOCK_DOMAIN.
2414         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2415         constant.
2416         (struct general_symbol_info) <value.common_block>: New field.
2417         (SYMBOL_VALUE_COMMON_BLOCK): New define.
2418
2419 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2420             Tom Tromey  <tromey@redhat.com>
2421
2422         * f-lang.c (allocate_saved_bf_node,
2423         allocate_saved_function_node, allocate_saved_f77_common_node,
2424         allocate_common_entry_node, tail_common_list, current_common,
2425         saved_bf_list, saved_bf_list_end, current_head_bf_list,
2426         tmp_bf_ptr, add_common_block, add_common_entry,
2427         find_first_common_named, patch_common_entries,
2428         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2429         global_remote_debug, get_bf_for_fcn, saved_function_list,
2430         saved_function_list_end, clear_function_list, struct saved_fcn,
2431         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2432         SAVED_BF, SAVED_BF_PTR): Remove.
2433         * f-lang.h (tail_common_list, current_common,
2434         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2435         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2436         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2437         real_main_c_value): Remove.
2438         * f-valprint.c (there_is_a_visible_common_named): Remove.
2439
2440 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
2441
2442         * breakpoint.c (update_global_location_list): Ignore previous
2443         duplicate status of a breakpoint when starting a new scan for
2444         duplicate breakpoints.
2445
2446 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
2447         PR breakpoints/14419
2448         * arm-tdep.c (arm_skip_prologue): Extending producer check to
2449         support LLVM compiler.
2450
2451 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2452
2453         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2454         * bfin-tdep.c (bfin_extract_return_value): Likewise.
2455         (bfin_store_return_value): Likewise.
2456         * cris-tdep.c (cris_store_return_value): Likewise.
2457         (cris_extract_return_value): Likewise.
2458         * h8300-tdep.c (h8300_extract_return_value): Likewise.
2459         * hppa-tdep.c (hppa64_return_value): Likewise.
2460         * lm32-tdep.c (lm32_store_return_value): Likewise.
2461         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2462         * spu-tdep.c (spu_value_from_register): Likewise.
2463         * vax-tdep.c (vax_return_value): Likewise.
2464
2465 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2466
2467         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2468         parameter LEN to ssize_t.
2469
2470 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2471
2472         * ada-valprint.c (ada_val_print_1): Eliminate single-use
2473         variable LEN.
2474         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2475         directly.
2476         (alpha_store_return_value): Likewise.
2477         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2478         (amd64_push_arguments): Likewise.
2479         * ax-gdb.c (gen_trace_static_fields): Likewise.
2480         (gen_traced_pop): Likewise.
2481         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2482         * breakpoint.c (update_watchpoint): Likewise.
2483         * findcmd.c (parse_find_args): Use local variable for type
2484         instead of length.
2485         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2486         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2487         (h8300_store_return_value): Likewise.
2488         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2489         Use i386_darwin_arg_type_alignment directly.
2490         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2491         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2492         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2493         (m68hc11_extract_return_value): Likewise.
2494         * mep-tdep.c (mep_push_dummy_call): Likewise.
2495         * printcmd.c (float_type_from_length): Likewise.
2496         * s390-tdep.c (s390_value_from_register): Likewise.
2497         * stack.c (read_frame_arg): Likewise.
2498         * tracepoint.c (encode_actions_1): Likewise.
2499         * valops.c (value_fetch_lazy): Use local variable for type
2500         instead of length.  Use TYPE_LENGTH directly.
2501         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2502
2503 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
2504
2505         * symtab.c (skip_prologue_sal): Fix typo in comment.
2506
2507 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
2508
2509         * linespec.c (create_sals_line_offset): Fix typo in comment.
2510
2511 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2512
2513         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2514         use plongest to print the array size.
2515
2516 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2517
2518         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2519         * p-valprint.c (pascal_type_print_base): Likewise.
2520
2521 2012-09-22  Yao Qi  <yao@codesourcery.com>
2522
2523         * remote.c (remote_get_trace_status): Remove setting default
2524         values of fields of 'ts'.
2525
2526 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2527
2528         Fix internal error on canonicalization of clang types.
2529         * cp-name-parser.y (operator): New comment at make_operator call for
2530         new, delete, new[] and delete[].
2531         (exp): Use "sizeof ".  Add new comment at make_operator call.
2532
2533 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2534
2535         Fix disassemble without parameters in tailcall frame.
2536         * cli/cli-cmds.c (disassemble_current_function): Use
2537         get_frame_address_in_block.
2538
2539 2012-09-21  Tom Tromey  <tromey@redhat.com>
2540
2541         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2542         TYPE_CODE_UNION>: Unify, removing a goto.
2543
2544 2012-09-21  Tom Tromey  <tromey@redhat.com>
2545
2546         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2547
2548 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
2549
2550         * findvar.c (read_frame_register_value): Mark the result value as
2551         optimized out if any of the input registers have been optimized out.
2552
2553 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
2554
2555         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2556
2557 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
2558
2559         * eval.c (evaluate_subexp_standard): Eliminate single-use
2560         variable LOWER.
2561
2562 2012-09-21  Yao Qi  <yao@codesourcery.com>
2563
2564         * mi/mi-interp.c: Declare mi_record_changed.
2565         (mi_interpreter_init): Call observer_attach_record_changed.
2566         (mi_record_changed): New.
2567         * record.c (record_open): Call observer_notify_record_changed.
2568         (cmd_record_stop): Call observer_notify_record_changed.
2569         * NEWS: Mention it.
2570
2571 2012-09-20  Tom Tromey  <tromey@redhat.com>
2572
2573         * NEWS: Update.
2574         * python/python.c (finalize_python): New function.
2575         (_initialize_python): Make a final cleanup.
2576
2577 2012-09-19  Doug Evans  <dje@google.com>
2578
2579         * buildsym.h (param_symbols): Delete, unused.
2580         (context_stack): Delete member "params", unused.
2581         * buildsym.c (push_context): Update.
2582         * dwarf2read.c (read_func_scope): Update.
2583
2584 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2585
2586         * sh-tdep.c (sh_register_convert_to_virtual)
2587         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
2588         all callers.  Just do a memcpy if not the little-endian case.
2589
2590         * h8300-tdep.c (h8300_gdbarch_init): Invoke
2591         set_gdbarch_double_format and set_gdbarch_long_double_format.
2592         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2593         set_gdbarch_double_format.
2594         * sh-tdep.c (sh_gdbarch_init): Likewise.
2595
2596         * NEWS: Document the removal of SH's 'regs' command.
2597         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2598         command.
2599
2600 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2601
2602         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2603         `jump'.
2604
2605 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
2606
2607         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2608         language when iterating over symbols.
2609
2610 2012-09-18  Yao Qi  <yao@codesourcery.com>
2611
2612         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2613         (mi_interpreter_init): Call observer_attach_tsv_created and
2614         observer_attach_tsv_deleted.
2615         (mi_tsv_created, mi_tsv_deleted): New.
2616         * tracepoint.c (delete_trace_state_variable): Call
2617         observer_notify_tsv_deleted.
2618         (trace_variable_command): Call observer_notify_tsv_created.
2619         (delete_trace_variable_command): Call
2620         observer_notify_tsv_deleted.
2621         (create_tsv_from_upload): Call observer_notify_tsv_created.
2622         * NEWS: Mention it.
2623
2624 2012-09-18  Yao Qi  <yao@codesourcery.com>
2625
2626         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2627         if traceframe changed.
2628         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2629         "trace-find".
2630         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2631         (mi_interpreter_init): Hook mi_traceframe_changed to observer
2632         'traceframe_changed'.
2633         (mi_traceframe_changed): New.
2634         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2635         New field.
2636         * NEWS: Mention the new MI notification.
2637
2638 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
2639
2640         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2641
2642 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2643
2644         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2645         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
2646         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2647         Extend code also for PaX support.  Convert all gdb_assert to warning
2648         calls.
2649
2650 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2651
2652         Implement auto-load user conveniences suggested by Doug Evans.
2653         * auto-load.c: Include top.h.
2654         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
2655         (_initialize_auto_load): New variable scripts_directory_help.  Mention
2656         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2657         scripts-directory.  Document in online help one can use also files for
2658         set auto-load safe-path.
2659         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2660         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2661
2662 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2663
2664         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2665         of LEN.
2666
2667 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2668
2669         * m2-valprint.c (m2_print_array_contents): Eliminate variable
2670         ELTLEN and use TYPE_LENGTH directly.
2671         (m2_val_print): Likewise.
2672         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2673         variable LEN and use TYPE_LENGTH directly.
2674         (m68k_svr4_store_return_value): Likewise.
2675         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2676         ARGLEN and use TYPE_LENGTH directly.
2677         (mips_o64_push_dummy_call): Likewise.
2678         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2679         variable LENGTH and use TYPE_LENGTH directly.
2680         (s390_function_arg_float): Likewise.
2681         (s390_function_arg_integer): Likewise.
2682         (s390_push_dummy_call): Likewise.
2683         (s390_return_value_convention): Likewise.
2684         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2685         TYPE_LENGTH directly.
2686
2687 2012-09-17  Yao Qi  <yao@codesourcery.com>
2688
2689         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2690         Update comment to add_setshow_integer_cmd.
2691         * cli/cli-setshow.c (do_set_command): Handle case
2692         'var_zuinteger_unlimited'.
2693         (do_show_command): Likewise.
2694         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2695         for command 'remotetimeout'.
2696         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
2697         to var_integer.
2698         * source.c (_initialize_source): Call
2699         add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2700
2701 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2702
2703         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2704         variable LEN.
2705
2706 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2707
2708         PR 14119
2709         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2710         (frame_pop): Drop also TAILCALL_FRAME frames.
2711         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2712
2713 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2714             Pedro Alves  <palves@redhat.com>
2715
2716         PR 14548
2717         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2718         function start if we are already at function start.  Both for
2719         reverse-next and for reverse-step into function without line number
2720         info.
2721
2722 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2723
2724         Code cleanup - rename 'inline' depth to 'artificial' depth.
2725         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2726         frame_id_artificial_p, extend the comment.
2727         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2728         * frame.c (fprint_frame_id): Rename at a user, change debug output
2729         text to "artificial=".
2730         (skip_inlined_frames): Rename to ...
2731         (skip_artificial_frames): ... here.  Extend the comment.
2732         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2733         (frame_id_inlined_p): Rename to ...
2734         (frame_id_artificial_p): ... here.  Rename at a user.
2735         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2736         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2737         at a user.
2738         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2739         Extend the comment.
2740         (frame_id_inlined_p): Rename to ...
2741         (frame_id_artificial_p): ... here.
2742         * inline-frame.c (inline_frame_this_id): Rename at a user.
2743
2744 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
2745
2746         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2747         vector variables using vector_size syntax rather than array
2748         syntax.
2749
2750 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2751
2752         * valarith.c (value_concat): Replace unsafe ALLOCA with
2753         XMALLOC/XFREE.
2754
2755 2012-09-14  Pedro Alves  <palves@redhat.com>
2756
2757         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2758
2759 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
2760
2761         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2762         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2763         data-directory as appropriate.
2764
2765 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2766
2767         * printcmd.c (ui_printf): Eliminate single-use variable
2768         PARAM_LEN.
2769
2770 2012-09-14  Yao Qi  <yao@codesourcery.com>
2771             Pedro Alves  <palves@redhat.com>
2772
2773         * valops.c (value_assign): Move observer_notify_target_changed
2774         below to replace reinit_frame_cache.
2775
2776 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
2777
2778         Refactor Python "gdb" module into a proper Python package, by
2779         introducing a new "_gdb" module for code implemented in C, and
2780         using reload/__import__ instead of exec.
2781         * python/lib/gdb/__init__.py: Import * from _gdb.
2782         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2783         prompt_hook, sys.argv): Moved from finish_python_initialization.
2784         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2785         (packages, auto_load_packages): New list and function replacing
2786         module_dict and auto-loading code, using __file__ instead of
2787         gdb.PYTHONDIR and reload/__import__ instead of exec.
2788         (GdbSetPythonDirectory): Replacing function of the same name
2789         from finish_python_initialization, using reload/__import__ instead
2790         of exec, as well as call auto_load_packages.
2791         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2792         gdb_python_module and not gdb_module.
2793         * python/python-internal.h (gdb_python_module): Declare.
2794         * python/python.c (gdb_python_module): New global.
2795         (before_prompt_hook): Check gdb_python_module and not gdb_module.
2796         (_initialize_python): Rename gdb module to _gdb.
2797         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2798         (finish_python_initialization): Move Python code to
2799         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2800         __main__.
2801
2802 2012-09-13  Pedro Alves  <palves@redhat.com>
2803
2804         * Makefile.in (COMMON_OBS): Add registry.o.
2805         * registry.c: New file.
2806         * registry.h (struct registry_container): Declare.
2807         (registry_data_callback): New typedef.
2808         (struct registry_data, struct registry_data_registration, struct
2809         registry_data_registry): New type.
2810         (register_data_with_cleanup, registry_alloc_data)
2811         (registry_callback_adaptor, registry_clear_data)
2812         (registry_container_free_data, registry_set_data, registry_data):
2813         Declare.
2814         (DEFINE_REGISTRY): Refactor structures and functions as shims over
2815         the new common structures and functions.
2816         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
2817         callback typedefs.
2818
2819 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
2820
2821         * remote.c (remote_insert_hw_breakpoint): Throw exception if
2822         there is an error inserting hardware breakpoints and use the
2823         error message from the target.
2824
2825         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2826         Catch this exception and print the error message contained within.
2827         Do not print the default hardware error breakpoint message in this
2828         case.
2829
2830 2012-09-12  Doug Evans  <dje@google.com>
2831
2832         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2833         cu == NULL.
2834
2835 2012-09-11  Doug Evans  <dje@google.com>
2836
2837         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2838         .gdb_index symbol attributes if there are none.
2839
2840 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2841
2842         * symtab.h (struct minimal_symbol) [has_size]: New field.
2843         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2844         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2845         * printcmd.c (build_address_symbolic): Only filter out zero-sized
2846         minimal symbols if the symbol's size is actually known.
2847         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2848         of msymbol's size field.  Add comment.
2849         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2850         SET_MSYMBOL_SIZE to set the minimal symbol size.
2851
2852 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2853
2854         * minsyms.c (install_minimal_symbols): Use memset to fill entire
2855         minimal_symbol struct object, rather than setting some of its
2856         fields one by one.
2857
2858 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
2859
2860         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2861         passed_a_ptr flag when displaying typedef types.
2862
2863 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
2864
2865         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2866         the optimized_out flag is preserved.
2867
2868 2012-09-10  Anthony Green  <green@moxielogic.com>
2869
2870         * moxie-tdep.c (moxie_analyze_prologue): Update for function
2871         prologue changes in GCC.
2872
2873 2012-09-10  Keith Seitz  <keiths@redhat.com>
2874
2875         PR gdb/13483
2876         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2877         (BOOL_CONVERSION_BADNESS): ... this.
2878         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2879         (rank_one_type): Allow all boolean conversions
2880         permitted by the standard.
2881
2882 2012-09-06  Tom Tromey  <tromey@redhat.com>
2883
2884         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2885         Don't decref py_objfile.
2886
2887 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
2888
2889         Do not enable -lmcheck by default when Python is enabled with
2890         threading support.
2891         * configure.ac: (python_has_threads) New variable, by testing
2892         if WITH_THREAD is defined in Python.h.
2893         Move --enable-lmcheck after --with-python.
2894         Do not enable -lmcheck by default if python_has_threads=yes.
2895         Warn if --enable-lmcheck and python_has_threads=yes.
2896         * configure: Regenerate.
2897
2898 2012-08-31  Yao Qi  <yao@codesourcery.com>
2899
2900         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2901         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2902         Update some commands.
2903         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2904         * mi/mi-main.c (mi_cmd_execute): Set
2905         '*parse->cmd->suppress_notification' to 1.
2906
2907 2012-08-31  Yao Qi  <yao@codesourcery.com>
2908
2909         * mi/mi-cmds.c (mi_cmds): Add 'static'.
2910
2911 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
2912
2913         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2914
2915 2012-08-29  Doug Evans  <dje@google.com>
2916
2917         * main.c (print_gdb_help): Remove reference to
2918         --use-deprecated-index-sections.
2919
2920 2012-08-28  Yao Qi  <yao@codesourcery.com>
2921
2922         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2923         (init_cmds): Call add_setshow_uinteger_cmd for command
2924         'max-user-call-depth'.
2925         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2926         declaration of 'max_user_call_depth'.
2927         * frame.c (backtrace_limit): Add 'unsigned'.
2928         (_initialize_frame): Call add_setshow_uinteger_cmd for command
2929         'limit'.
2930         * remote.c (remoteaddresssize): Add 'unsigned'.
2931         (remote_address_masked): Change local var 'address_size' to
2932         'unsigned'.
2933         (_initialize_remote): Call add_setshow_uinteger_cmd for
2934         'remoteaddresssize'.
2935         * top.c (history_size): Add 'unsigned'.
2936         (show_commands): Change local variables to 'unsigned'.
2937         (set_history_size_command): Don't check history_size is negative.
2938         Adjust the condition to call unstifle_history and set history_size
2939         to UNIT_MAX.
2940
2941 2012-08-28  Pedro Alves  <palves@redhat.com>
2942
2943         PR gdb/14428
2944
2945         * infcmd.c (default_print_one_register_info): New, factored out
2946         from default_print_registers_info.
2947         (default_print_registers_info): Use it.  Mark value unavailable if
2948         necessary.
2949         (registers_info): Print user registers with
2950         default_print_one_register_info.
2951
2952 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
2953
2954         PR tui/14486
2955         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2956         is not NULL before referencing it.
2957
2958 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2959
2960         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2961         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
2962         original PC for it.
2963
2964 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
2965             Jan Kratochvil  <jan.kratochvil@redhat.com>
2966
2967         * auto-load.c (auto_load_objfile_script): Rename to ...
2968         (auto_load_objfile_script_1): ... here, change variable realname to
2969         parameter realname, document it, add return value, add variable retval.
2970         (auto_load_objfile_script): New function.
2971
2972 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2973
2974         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2975         followed by a whitespace.
2976
2977 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2978
2979         PR gdb/14494.
2980         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2981         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2982         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2983         here.
2984
2985 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
2986
2987         * memattr.c (create_mem_region): Fix memory region overlapping
2988         checking.
2989
2990 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2991
2992         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2993         with xmalloc/cleanup.
2994         * mt-tdep.c (mt_push_dummy_call): Likewise.
2995         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2996         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2997
2998 2012-08-24  Yao Qi  <yao@codesourcery.com>
2999
3000         * jv-exp.y (push_expression_name): Add "." at the end of error
3001         message.
3002
3003 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
3004
3005         Document how to return from "python-interactive" to GDB.
3006         * python/python.c (_initialize_python): Update documentation.
3007
3008 2012-08-23  Pedro Alves  <palves@redhat.com>
3009
3010         * infrun.c (_initialize_infrun) <handle command help text>:
3011         Mention that multiple signals are supported.
3012
3013 2012-08-23  Pedro Alves  <palves@redhat.com>
3014
3015         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
3016         string.
3017
3018 2012-08-23  Yao Qi  <yao@codesourcery.com>
3019
3020         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
3021         (tfind_1): Don't call registers_changed, set_traceframe_num,
3022         and clear_traceframe_info.
3023         Call set_current_traceframe.
3024         (set_current_traceframe): call set_traceframe_num.
3025
3026 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
3027
3028         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
3029         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
3030
3031 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3032
3033         Enable readline in Python in a GDB-specific way and block the
3034         standard Python readline module to prevent conflicts with GDB.
3035         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
3036         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
3037         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
3038         * python/py-gdb-readline.c: New file.
3039         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
3040         prototype.
3041         * python/python.c (_initialize_python): Call
3042         gdbpy_initialize_gdb_readline.
3043
3044 2012-08-22  Keith Seitz  <keiths@redhat.com>
3045
3046         * defs.h: Include build-gnulib/config.h
3047
3048 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
3049
3050         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3051         and blx pc.
3052
3053 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3054
3055         Add a new "python-interactive" command that starts a standard
3056         Python interactive prompt with "pi" as alias, and add "py" as
3057         an alias to "python".
3058         * NEWS: Mention the new commands.
3059         * python/python.c (eval_python_command): New function.
3060         (python_interactive_command): For "python-interactive" with
3061         arguments, call eval_python_command.  For "python-interactive"
3062         without arguments, call PyRun_InteractiveLoop.
3063         (_initialize_python): Add "python-interactive" command with
3064         "pi" as alias, and add "py" as an alias to "python".
3065
3066 2012-08-22  Tom Tromey  <tromey@redhat.com>
3067
3068         * defs.h (quit_flag): Don't declare.
3069         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3070         (QUIT): Use new functions.
3071         * event-top.c (command_handler): Use clear_quit_flag.
3072         (handle_sigint): Use set_quit_flag.
3073         (async_request_quit): Use check_quit_flag.  Don't check
3074         immediate_quit.
3075         * exceptions.c (throw_exception): Use clear_quit_flag.
3076         * main.c (captured_main): Use clear_quit_flag.
3077         * python/python.c (clear_quit_flag, set_quit_flag)
3078         (check_quit_flag): New functions.
3079         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3080         clear_quit_flag.
3081         * remote.c (remote_wait_as): Use check_quit_flag,
3082         clear_quit_flag.
3083         (remote_start_remote): Call QUIT.
3084         * symfile.c (load_progress): Use check_quit_flag.
3085         * top.c (command_loop): Use clear_quit_flag.
3086         (command_line_input): Call QUIT.
3087         * utils.c (quit_flag): Conditionally define.
3088         (clear_quit_flag, check_quit_flag, set_quit_flag): New
3089         functions.
3090         (prompt_for_continue): Call QUIT.  Use quit, not
3091         async_request_quit.
3092         * remote-mips.c (mips_expect_timeout): Call QUIT.
3093         * monitor.c (monitor_expect): Call QUIT.
3094
3095 2012-08-22  Tom Tromey  <tromey@redhat.com>
3096
3097         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3098         (async_init_signals): Update.
3099         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3100         (SIGWINCH_HANDLER_BODY): Remove.
3101
3102 2012-08-22  Tom Tromey  <tromey@redhat.com>
3103
3104         * jit.c (jit_object_close_impl): Don't malloc the objfile
3105         name.
3106         * objfiles.c (allocate_objfile): Don't malloc the objfile
3107         name.
3108         (free_objfile): Don't free the objfile name.
3109         * objfiles.h (struct objfile) <name>: Update comment.
3110         * symfile.c (reread_symbols): Fix reference counting.  Don't
3111         malloc objfile name.
3112
3113 2012-08-22  Tom Tromey  <tromey@redhat.com>
3114
3115         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3116         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3117         (symfile_bfd_open): Likewise.
3118         (generic_load): Likewise.
3119         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3120         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3121         gdb_bfd_open.
3122         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3123         Use gdb_bfd_open.
3124         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3125         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3126         (pmon_load_fast): Likewise.
3127         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3128         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3129         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3130         (macho_check_dsym): Likewise.
3131         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3132         (m32r_upload_command): Likewise.
3133         * gdb_bfd.h (gdb_bfd_cache): Declare.
3134         * gdb_bfd.c (struct gdb_bfd_data): New.
3135         (gdb_bfd_cache): New global.
3136         (struct gdb_bfd_cache_search): New.
3137         (hash_bfd): New function.
3138         (eq_bfd): Likewise.
3139         (gdb_bfd_open): Likewise.
3140         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3141         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
3142         gdb_bfd_data.
3143         * exec.c (exec_file_attach): Use gdb_bfd_open.
3144         * dsrec.c (load_srec): Use gdb_bfd_open.
3145
3146 2012-08-22  Tom Tromey  <tromey@redhat.com>
3147
3148         * dwarf2read.c (macro_start_file): Update.
3149         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3150         (free_objfile_per_bfd_storage): Destroy macro_cache.
3151         (allocate_objfile, free_objfile): Update.
3152         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3153         New field.
3154         (struct objfile) <macro_cache>: Remove.
3155         * symfile.c (reread_symbols): Update.
3156         * symmisc.c (print_symbol_bcache_statistics): Update.
3157         (print_objfile_statistics): Update.
3158
3159 2012-08-22  Tom Tromey  <tromey@redhat.com>
3160
3161         * elfread.c (elf_symtab_read): Update.
3162         * objfiles.c (objfiles_bfd_data): New global.
3163         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3164         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3165         (allocate_objfile, free_objfile): Update.
3166         (_initialize_objfiles): Initialize objfiles_bfd_data.
3167         * objfiles.h (struct objfile_per_bfd_storage): New.
3168         (struct objfile) <per_bfd>: New field.
3169         <filename_cache>: Remove.
3170         (set_objfile_per_bfd): Declare.
3171         * symfile.c (reread_symbols): Update.  Call
3172         set_objfile_per_bfd.
3173         (allocate_symtab): Update.
3174         * symmisc.c (print_symbol_bcache_statistics): Update.
3175         (print_objfile_statistics): Print the size of the BFD obstack.
3176
3177 2012-08-22  Tom Tromey  <tromey@redhat.com>
3178
3179         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
3180         * gdb_bfd.c: Use DEFINE_REGISTRY.
3181         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3182         (gdb_bfd_ref): Call bfd_alloc_data.
3183         (gdb_bfd_unref): Call bfd_free_data.
3184
3185 2012-08-22  Tom Tromey  <tromey@redhat.com>
3186
3187         * registry.h (struct registry_fields): New.
3188         (REGISTRY_FIELDS): Redefine.
3189         (REGISTRY_ACCESS_FIELD): New macro.
3190         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
3191         functions.
3192
3193 2012-08-22  Tom Tromey  <tromey@redhat.com>
3194
3195         * auto-load.c (_initialize_auto_load): Update.
3196         * solib-svr4.c (_initialize_svr4_solib): Update
3197         * solib-dsbt.c (_initialize_dsbt_solib): Update.
3198         * solib-darwin.c (_initialize_darwin_solib): Update.
3199         * registry.h: New file.
3200         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3201         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3202         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
3203         (register_program_space_data_with_cleanup)
3204         (register_program_space_data, program_space_alloc_data)
3205         (clear_program_space_data, set_program_space_data)
3206         (program_space_data): Don't declare.
3207         * progspace.c: Use DEFINE_REGISTRY.
3208         (struct program_space_data, struct
3209         program_space_data_registration, struct
3210         program_space_data_registry, program_space_data_registry)
3211         (register_program_space_data_with_cleanup)
3212         (register_program_space_data, program_space_alloc_data)
3213         (program_space_free_data, clear_program_space_data)
3214         (set_program_space_data, program_space_data): Remove.
3215         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
3216         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3217         (register_objfile_data_with_cleanup, register_objfile_data)
3218         (clear_objfile_data, set_objfile_data, objfile_data): Don't
3219         declare.
3220         * objfiles.c: Use DEFINE_REGISTRY.
3221         (struct objfile_data, struct objfile_data_registration, struct
3222         objfile_data_registry, objfile_data_registry)
3223         (register_objfile_data_with_cleanup, register_objfile_data)
3224         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3225         (set_objfile_data, objfile_data): Remove.
3226         (_initialize_objfiles): Update.
3227         * jit.c (_initialize_jit): Update.
3228         * inflow.c (_initialize_inflow): Update.
3229         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
3230         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3231         (register_inferior_data_with_cleanup, register_inferior_data)
3232         (clear_inferior_data, set_inferior_data, inferior_data): Don't
3233         declare.
3234         * inferior.c: Use DEFINE_REGISTRY.
3235         (struct inferior_data, struct inferior_data_registration, struct
3236         inferior_data_registry, inferior_data_registry)
3237         (register_inferior_data_with_cleanup, register_inferior_data)
3238         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
3239         (set_inferior_data, inferior_data): Remove.
3240         * auxv.c (_initialize_auxv): Update.
3241         * ada-lang.c (_initialize_ada_language): Update.
3242         * breakpoint.c (_initialize_breakpoint): Update.
3243         * i386-nat.c (i386_use_watchpoints): Update.
3244
3245 2012-08-22  Tom Tromey  <tromey@redhat.com>
3246
3247         * exec.c (exec_close, exec_file_attach): Update.
3248         (add_to_section_table): Initialize 'key' field.
3249         (add_target_sections, remove_target_sections): Add 'key' argument.
3250         * exec.h (add_target_sections, remove_target_sections): Add
3251         'key' argument.
3252         * solib.c (solib_map_sections, update_solib_list, clear_solib)
3253         (reload_shared_libraries_1): Update.
3254         * target.h (struct target_section) <key>: New field.
3255
3256 2012-08-22  Tom Tromey  <tromey@redhat.com>
3257
3258         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3259
3260 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3261
3262         * symfile.c (allocate_symtab): Use host_address_to_string
3263         function instead of cast of pointer to long which is not
3264         compatible with x86_64-w64-mingw32 build.
3265
3266 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3267
3268         * mips-tdep.c (is_octeon): New function.
3269         (is_octeon_bbit_op): New function.
3270         (mips32_next_pc): Handle Octeon's bbit instructions.
3271         (mips32_instruction_has_delay_slot): Likewise.
3272
3273 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3274
3275         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3276         before the function.
3277
3278 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3279
3280         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3281
3282 2012-08-19  Keith Seitz  <keiths@redhat.com>
3283
3284         PR c++/14365
3285         * c-typeprint.c (c_type_print_varspec_prefix): Pass
3286         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3287
3288 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
3289
3290         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3291         The typo broke "make TAGS".
3292
3293 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
3294
3295         GDB 7.5 released.
3296
3297 2012-08-17  Keith Seitz  <keiths@redhat.com>
3298
3299         PR c++/13356
3300         * gdbtypes.c (strict_type_checking): New variable.
3301         (show_strict_type_checking): New function.
3302         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3303         if strict type checking is disabled.
3304         (_initialize_gdbtypes): Add "check type" subcommand.
3305         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3306
3307 2012-08-17  Keith Seitz  <keiths@redhat.com>
3308
3309         * language.h (type_mode): Remove.
3310         (type_check): Remove.
3311         (struct language_defn): Remove la_type_check.
3312         (STRICT_TYPE): Remove unused macro.
3313         (type_error): Remove.
3314         * language.c (set_type_range_case): Renamed to ...
3315         (set_range_case): ... this.  Update all callers.
3316         Remove type_mode/type_check.
3317         (type_mode): Remove.
3318         (type_check): Remove.
3319         (show_type_command): Remove.
3320         (set_type_command): Remove.
3321         (language_info): Remove type checking output.
3322         (type_error): Remove unused function.
3323         (range_error): Update comment.
3324         (unknown_language_defn): Remove la_type_check.
3325         (auto_language_defn): Likewise.
3326         (local_language_defn): Likewise.
3327         (_initialize_language): Remove "check type" subcommand.
3328         * ada-lang.c (ada_language_defn): Remove la_type_check.
3329         * c-lang.c (c_language_defn): Likewise.
3330         (cplus_language_defn): Likewise.
3331         (asm_language_defn): Likewise.
3332         (minimal_language_defn): Likewise.
3333         * d-lang.c (d_language_defn): Likewise.
3334         * f-lang.c (f_language_defn): Likewise.
3335         * go-lang.c (go_language_defn): Likewise.
3336         * jv-lang.c (java_language_defn): Likewise.
3337         * m2-lang.c (m2_language_defn): Likewise.
3338         * objc-lang.c (objc_language_defn): Likewise.
3339         * opencl-lang.c (opencl_language_defn): Likewise.
3340         * p-lang.c (pascal_language_defn): Likewise.
3341
3342 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
3343
3344         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3345
3346 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3347
3348         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3349         New function.
3350         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3351         using the regache.  Use ia64_hpux_get_register_from_save_state_t
3352         to access the bsp and bspstore registers if not.
3353
3354 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3355
3356         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3357         * breakpoint.c (detach_breakpoints): Change pid parameter into
3358         a ptid.  Adjust code accordingly.
3359         * infrun.c (handle_inferior_event): Delete variable child_pid.
3360         Update call to detach_breakpoints to pass the child ptid for
3361         fork events.
3362         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3363         assert that inferior_ptid's lwp is zero.
3364         (linux_handle_extended_wait): Update call to detach_breakpoints.
3365         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3366         detach_breakpoints.
3367
3368 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3369
3370         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3371         parent, only call detach_breakpoints if tts.tts_event ==
3372         TTEVT_VFORK.
3373
3374 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3375
3376         * dwarf2-frame.c (dwarf2_frame_cache): Use
3377         get_frame_address_in_block instead of get_frame_pc as
3378         the bound for executing the frame's FDE.
3379
3380 2012-08-16  Yao Qi  <yao@codesourcery.com>
3381
3382         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3383         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3384         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3385         (c_type_print_varspec_suffix): Likewise.
3386         * eval.c (evaluate_subexp_standard): Likewise.
3387         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3388         (f_type_print_varspec_suffix): Likewise.
3389         * gdbtypes.c (is_scalar_type): Likewise.
3390         (recursive_dump_type): Likewise.
3391         * infcall.c (value_arg_coerce): Likewise.
3392         * m2-valprint.c (m2_val_print): Likewise.
3393         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3394         (pascal_type_print_varspec_suffix): Likewise.
3395         (pascal_type_print_base): Likewise.
3396         * p-valprint.c (pascal_val_print): Likewise.
3397         (pascal_val_print): Likewise.
3398         * valops.c (value_slice): Likewise.
3399         * valprint.c (scalar_type_p): Likewise.
3400         * valarith.c (value_bitstring_subscript): Remove.
3401         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3402         Remove comment on TYPE_CODE_BITSTRING.
3403
3404         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3405         TYPE_CODE_BITSTRING.
3406
3407         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3408         slot 0.
3409
3410 2012-08-16  Yao Qi  <yao@codesourcery.com>
3411
3412         * tracepoint.c (trace_find_none_command): Remove.
3413         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3414
3415 2012-08-16  Yao Qi  <yao@codesourcery.com>
3416
3417         * remote.c (handle_notification): Remove parameter 'length'.
3418         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3419
3420 2012-08-15  Keith Seitz  <keiths@redhat.com>
3421
3422         * gdbtypes.c (opaque_type_resolution): Make static.
3423         Add missing comment.
3424         (overload_debug): Add missing comment.
3425         (show_opaque_type_resolution): Likewise.
3426         (show_overload_debug): Likewise.
3427         (print_bit_vector): Remove unnecessary forward declaration.
3428         (print_arg_types): Likewise.
3429         (dump_fn_fieldlists): Likewise.
3430         (print_cplus_stuff): Likewise.
3431
3432 2012-08-15  Tom Tromey  <tromey@redhat.com>
3433
3434         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3435         (gdb_bfd_ref): Initialize new field.
3436         (gdb_bfd_unref): Unref the archive BFD.
3437         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3438         parent archive.
3439
3440 2012-08-15  Tom Tromey  <tromey@redhat.com>
3441
3442         PR python/14387:
3443         * python/py-bpevent.c (create_breakpoint_event_object): Update
3444         comment.
3445         * python/py-event.c (evpy_add_attribute): Update comment.
3446         * python/py-exitedevent.c (create_exited_event_object): Fix
3447         reference counting and error handling.
3448         * python/py-newobjfileevent.c (create_new_objfile_event_object):
3449         Fix reference counting.
3450         * python/py-signalevent.c (create_signal_event_object): Fix
3451         reference counting and error handling.
3452         * python/py-stopevent.c (emit_stop_event): Fix reference
3453         counting.
3454         * python/py-threadevent.c (get_event_thread): Return a
3455         borrowed reference.
3456         * python/py-type.c (convert_field): Fix reference counting.
3457
3458 2012-08-15  Tom Tromey  <tromey@redhat.com>
3459
3460         * dwarf2read.c (dwarf_decode_macro_bytes)
3461         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3462         as hash key.
3463
3464 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
3465
3466         * infcmd.c (_initialize_infcmd): Update help text for the signal,
3467         stepi, nexti, finish, next, step, jump, and continue commands.
3468         * infrun.c (_initialize_infrun): Update help text for the handle
3469         command.
3470
3471 2012-08-14  Doug Evans  <dje@google.com>
3472
3473         * gdbtypes.c (struct extra): Delete, unused.
3474
3475         * gdbtypes.c: Whitespace cleanup.
3476         (address_space_name_to_int): Remove "extern" from definition.
3477         (_initialize_gdbtypes): Declare with initialize_file_ftype.
3478
3479         * gdbtypes.c (make_pointer_type): Remove redundant setting of
3480         TYPE_POINTER_TYPE (type).
3481
3482 2012-08-14  Gary Benson  <gbenson@redhat.com>
3483
3484         * solib-svr4.c (svr4_free_library_list): Use free_so.
3485
3486 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
3487
3488         * .gitignore: Add go-exp.c.
3489
3490 2012-08-13  Doug Evans  <dje@google.com>
3491
3492         * value.c (show_convenience): Tweak comment.
3493         (_initialize_values): Mention convenience functions in the help text
3494         for "show convenience".
3495
3496 2012-08-13  Yao Qi  <yao@codesourcery.com>
3497
3498         * std-operator.def: Remove TERNOP_SLICE_COUNT.
3499         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3500         TERNOP_SLICE_COUNT.
3501         * eval.c (evaluate_subexp_standard): Likewise.
3502         * expprint.c (print_subexp_standard): Likewise.
3503         (dump_subexp_body_standard): Likewise.
3504         * parse.c (operator_length_standard): Likewise.
3505
3506 2012-08-13  Yao Qi  <yao@codesourcery.com>
3507
3508         * std-operator.def: Remove OP_BITSTRING.
3509         * breakpoint.c (watchpoint_exp_is_const): Update.
3510         * eval.c (evaluate_subexp_standard): Remove handling to
3511         OP_BITSTRING.
3512         * expprint.c (print_subexp_standard): Likewise.
3513         (dump_subexp_body_standard): Likewise.
3514         * parse.c (operator_length_standard): Likewise.
3515         * valops.c (value_bitstring): Remove.
3516         * value.h: Remove the declaration of 'value_bitstring'.
3517
3518 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3519
3520         * linespec.c (find_methods): Remove unused variables `i1' and
3521         `name_len'.
3522         (decode_line_full): Likewise for `arg_start'.
3523
3524 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3525
3526         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3527         (zlib_decompress_section): Likewise for `section_data'.
3528         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3529
3530 2012-08-10  Doug Evans  <dje@google.com>
3531
3532         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3533         * NEWS: Document them.
3534         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3535         function/strfns.py.
3536         * python/py-type.c (typy_array_1): New function.
3537         (typy_array): Call it.
3538         (typy_vector): New function.
3539         (type_object_methods): Add "vector".
3540         * python/lib/gdb/function/__init__.py: New file.
3541         * python/lib/gdb/function/strfns.py: New file.
3542
3543 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3544
3545         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3546         for TYPE_FIELD_BITPOS.
3547         (typy_get_sizeof): Likewise for TYPE_LENGTH.
3548
3549 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
3550
3551         PR cli/10436:
3552         * common/vec.h (VEC_merge): Define.
3553         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3554         (DEF_VEC_ALLOC_FUNC_P): Likewise.
3555         (DEF_VEC_ALLOC_FUNC_O): Likewise.
3556         * completer.c: Include gdb_signals.h.
3557         (signal_completer): Define.
3558         * completer.h (signal_completer): Add prototype.
3559         * infcmd.c (_initialize_infcmd): Assign the command
3560         completer for "signal" to handle_completer.
3561         * infrun.c: Include completer.h.
3562         (handle_completer): Define.
3563         (_initialize_infrun): Declare a new local variable c.  Store the
3564         result of add_com("handle") to it.  Assign the command
3565         completer for "handle" to handle_completer.
3566
3567 2012-08-09  Yao Qi  <yao@codesourcery.com>
3568
3569         * cli/cli-decode.c (set_cmd_prefix): New.
3570         (lookup_cmd_for_prefixlist): New.
3571         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3572         of each cmd_list_element in *prefixlist.
3573         (add_setshow_cmd_full): set_cmd_prefix.
3574         (add_alias_cmd): Likewise.
3575         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3576         Declare 'auto_boolean_enums'.
3577         * cli/cli-setshow.c: Include "observer.h".
3578         (notify_command_param_changed_p): New.
3579         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3580         Remove 'static'.
3581         (do_setshow_command): Split it to ...
3582         (do_set_command, do_show_command): ... them.  New.
3583         (do_set_command): Call observer_notify_command_param_changed if
3584         notify_command_param_changed_p returns true.
3585         (cmd_show_list): Caller update.
3586         * auto-load.c (set_auto_load_cmd): Likewise.
3587         * remote.c (show_remote_cmd): Likewise.
3588         * cli/cli-setshow.h: Update declarations.
3589         * top.c (execute_command): Call do_set_command and do_show_command.
3590
3591         * NEWS: Mention new MI notification.
3592         * mi/mi-interp.c: Declare mi_command_param_changed.
3593         (mi_interpreter_init): Attach mi_command_param_changed to
3594         observer command_param_changed.
3595         (mi_command_param_changed): New.
3596         Remove mi_suppress_breakpoint_notifications.
3597         Define global variable mi_suppress_notification.
3598         (mi_breakpoint_created): Update.
3599         (mi_breakpoint_deleted): Likewise.
3600         (mi_breakpoint_modified): Likewise.
3601         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
3602         'gdb-set' and set mi_suppress_notification.
3603         * mi/mi-main.h: (mi_suppress_notification): New struct.
3604
3605 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
3606             Jan Kratochvil  <jan.kratochvil@redhat.com>
3607
3608         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3609
3610 2012-08-09  Yao Qi  <yao@codesourcery.com>
3611
3612         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3613         (skiplist): Move it to skip.c.
3614         (init_cmd_lists): Remove code setting enablebreaklist and
3615         skiplist to NULL.
3616         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3617         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3618         skiplist.
3619         * gdbcmd.h: Likewise.
3620         * skip.c (_initialize_step_skip): Move 'skiplist' from
3621         cli/cli-cmds.c.
3622
3623 2012-08-09  Yao Qi  <yao@codesourcery.com>
3624
3625         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3626         * gnu-nat.c, symfile.c: Likewise.
3627
3628 2012-08-08  Aaron Gamble  <agamble@google.com>
3629
3630         * utils.c (prompt_for_continue_wait_time): New static global.
3631         (make_command_stats_cleanup): Initialize it.
3632         (report_command_stats): Subtract time waiting for user.
3633         (prompt_for_continue): Track time waiting for user.
3634         (defaulted_query): Track time waiting for user.
3635
3636 2012-08-08  Doug Evans  <dje@google.com>
3637
3638         * eval.c (evaluate_subexp_standard): Fix thinko in handling
3639         UNOP_MEMVAL_TYPE.
3640         * expprint.c (print_subexp_standard, case OP_TYPE): New.
3641         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3642         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3643         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3644         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3645         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3646         elt.
3647         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3648         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3649         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3650         (dump_prefix_expression): Handle OP_TYPE.
3651
3652 2012-08-08  Keith Seitz  <keiths@redhat.com>
3653
3654         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3655         addr_start.
3656
3657 2012-08-08  Doug Evans  <dje@google.com>
3658
3659         * linux-thread-db.c: #include "gdb_vecs.h".
3660         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
3661         updated.
3662         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
3663         (thread_db_load_search): Use a vector to iterate over path elements.
3664         Handle text appearing after "$pdir".
3665
3666         * gdb_string.h: Moved to ...
3667         * common/gdb_string.h: ... here.
3668         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3669         gdb_string.h and gdb_assert.h.
3670
3671 2012-08-08  Yao Qi  <yao@codesourcery.com>
3672
3673         * tic6x-tdep.c (tic6x_register_to_value): Remove.
3674         (tic6x_value_to_register): Likewise.
3675         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3676         and set_gdbarch_value_to_register.
3677
3678 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3679             Jean-Marc Saffroy  <saffroy@gmail.com>
3680
3681         PR 11804
3682         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
3683         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3684         * gcore.c (gcore_create_callback): New function comment.  Add modified
3685         parameter.  Only write modified regions.  Set SEC_READONLY exactly
3686         according to MODIFIED.
3687         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
3688         the passed modified value to FUNC.
3689         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3690         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3691         first.  New variables modified and has_anonymous.  Parse the lines of
3692         smaps file.  Add the passed MODIFIED value to FUNC.
3693         * procfs.c (find_memory_regions_callback): Add the passed modified
3694         value.
3695
3696 2012-08-06  Tom Tromey  <tromey@redhat.com>
3697
3698         * dwarf2-frame.c (clear_pointer_cleanup): New function.
3699         (dwarf2_frame_cache): Use it.
3700         * frame-unwind.h (frame_sniffer_ftype): Document prologue
3701         cache initialization constraint.
3702
3703 2012-08-06  Tom Tromey  <tromey@redhat.com>
3704
3705         PR python/14386:
3706         * varobj.c (update_dynamic_varobj_children): Don't call
3707         PyIter_Check.
3708
3709 2012-08-06  Tom Tromey  <tromey@redhat.com>
3710
3711         PR cli/14392:
3712         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3713
3714 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
3715
3716         * NEWS: New entry for 'cd' default parameters.
3717         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3718
3719 2012-08-03  Tom Tromey  <tromey@redhat.com>
3720
3721         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3722         return.
3723
3724 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
3725
3726         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3727         to attempting lseek/write.
3728         (inf_child_fileio_pread): Likewise for pread.
3729
3730 2012-08-02  Yao Qi  <yao@codesourcery.com>
3731
3732         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3733         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3734         add_setshow_zinteger_cmd.
3735         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3736         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3737         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3738         instead of add_setshow_zinteger_cmd.
3739         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3740         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3741         instead of add_setshow_zinteger_cmd.
3742         * frame.c (frame_debug): Add 'unsigned'.
3743         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3744         add_setshow_zinteger_cmd.
3745         * frame.h: Update the declaration of 'frame_debug'.
3746         * gdbtypes.c (overload_debug): Add 'unsigned'.
3747         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3748         add_setshow_zinteger_cmd.
3749         * inferior.h: Update declaration of 'debug_infrun'.
3750         * infrun.c (debug_infrun): Add 'unsigned'.
3751         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3752         add_setshow_zinteger_cmd.
3753         * jit.c (jit_debug): Add 'unsigned'.
3754         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3755         add_setshow_zinteger_cmd.
3756         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3757         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3758         instead of add_setshow_zinteger_cmd.
3759         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3760         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3761         add_setshow_zinteger_cmd.
3762         * machoread.c (mach_o_debug_level): Add 'unsigned'.
3763         (_initialize_machoread): Call add_setshow_zuinteger_cmd
3764         instead of add_setshow_zinteger_cmd.
3765         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3766         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3767         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3768         intead of add_setshow_zinteger_cmd.
3769         * mips-tdep.c (mips_debug): Add 'unsigned'.
3770         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3771         instead of add_setshow_zinteger_cmd.
3772         * monitor.c (monitor_debug): Add 'unsigned'.
3773         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3774         add_setshow_zinteger_cmd.
3775         * observer.c (observer_debug): Add 'unsigned'.
3776         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3777         add_setshow_zinteger_cmd.
3778         * parse.c (expressiondebug): Add 'unsigned'.
3779         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3780         add_setshow_zinteger_cmd.
3781         * record.c (record_debug): Add 'unsigned'.
3782         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3783         add_setshow_zinteger_cmd.
3784         * record.h: Update the declaration of 'record_debug'.
3785         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3786         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3787         add_setshow_zinteger_cmd.
3788         * serial.c (global_serial_debug_p): Add 'unsigned'.
3789         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3790         add_setshow_zinteger_cmd.
3791         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3792         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3793         add_setshow_zinteger_cmd.
3794         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3795         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3796         add_setshow_zinteger_cmd.
3797         * target.c (targetdebug): Add 'unsigned'.
3798         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3799         add_setshow_zinteger_cmd.
3800         * valops.c (overload_debug): Add 'unsigned'.
3801         * varobj.c (varobjdebug): Add 'unsigned'.
3802         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3803         add_setshow_zinteger_cmd.
3804         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3805         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3806         instead of add_setshow_zinteger_cmd.
3807
3808         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3809         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3810         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3811         instead of add_setshow_zinteger_cmd.
3812         * gdbarch.c, gdbarch.h: Re-generated.
3813
3814 2012-08-02  Yao Qi  <yao@codesourcery.com>
3815
3816         * nto-tdep.c: Don't include cli/cli-decode.h and
3817         cli/cli-cmds.h.
3818         (_initialize_nto_tdep): Remove.
3819         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3820         Remove field.
3821         Remove macro nto_internal_debugging.
3822
3823 2012-08-01  Richard Henderson  <rth@redhat.com>
3824
3825         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3826         (mep-*-*) [gdb_target_obs]: Likewise.
3827
3828 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
3829
3830         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3831         linux_get_siginfo_type.
3832
3833 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
3834
3835         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3836         AT_ENTRY_POINT.
3837         (call_function_by_hand) <ON_STACK>: Call write_memory with
3838         gdbarch_breakpoint_from_pc, if possible.
3839         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3840         here.
3841
3842 2012-07-31  Yao Qi  <yao@codesourcery.com>
3843
3844         * tracepoint.c: Add 'static' for some variables.
3845
3846 2012-07-31  Yao Qi  <yao@codesourcery.com>
3847
3848         * go32-nat.c: Declare _initialize_go32_nat.
3849         * ser-go32.c: Declare _initialize_ser_dos.
3850         * top.c (do_chdir_cleanup): Add 'static'.
3851
3852 2012-07-30  Keith Seitz  <keiths@redhat.com>
3853
3854         * linespec.c (linespec_lex_number): A number followed
3855         by quotes is a valid number, too.
3856
3857 2012-07-30  Tom Tromey  <tromey@redhat.com>
3858
3859         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3860
3861 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
3862
3863         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3864         attempt to 4-byte-align HW breakpoint addresses for Thumb.
3865
3866 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
3867
3868         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3869         invalid or reevaluated to prevent prevent references to possibly
3870         delete'd type objects being left in the varobj.
3871
3872 2012-07-27  Tom Tromey  <tromey@redhat.com>
3873             Jan Kratochvil  <jan.kratochvil@redhat.com>
3874
3875         * copying.awk: Print buffer-read-only and vi ro markers.
3876         * copying.c: Rebuild.
3877         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3878         * gdbarch.c, gdbarch.h: Rebuild.
3879         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3880         buffer-read-only and vi ro markers.
3881         * features/arm-with-iwmmxt.c: Rebuild.
3882         * features/arm-with-m-fpa-layout.c: Rebuild.
3883         * features/arm-with-m-vfp-d16.c: Rebuild.
3884         * features/arm-with-m.c: Rebuild.
3885         * features/arm-with-neon.c: Rebuild.
3886         * features/arm-with-vfpv2.c: Rebuild.
3887         * features/arm-with-vfpv3.c: Rebuild.
3888         * features/i386/amd64-avx-linux.c: Rebuild.
3889         * features/i386/amd64-avx.c: Rebuild.
3890         * features/i386/amd64-linux.c: Rebuild.
3891         * features/i386/amd64.c: Rebuild.
3892         * features/i386/i386-avx-linux.c: Rebuild.
3893         * features/i386/i386-avx.c: Rebuild.
3894         * features/i386/i386-linux.c: Rebuild.
3895         * features/i386/i386-mmx-linux.c: Rebuild.
3896         * features/i386/i386-mmx.c: Rebuild.
3897         * features/i386/i386.c: Rebuild.
3898         * features/i386/x32-avx-linux.c: Rebuild.
3899         * features/i386/x32-avx.c: Rebuild.
3900         * features/i386/x32-linux.c: Rebuild.
3901         * features/i386/x32.c: Rebuild.
3902         * features/mips-dsp-linux.c: Rebuild.
3903         * features/mips-linux.c: Rebuild.
3904         * features/mips64-dsp-linux.c: Rebuild.
3905         * features/mips64-linux.c: Rebuild.
3906         * features/rs6000/powerpc-32.c: Rebuild.
3907         * features/rs6000/powerpc-32l.c: Rebuild.
3908         * features/rs6000/powerpc-403.c: Rebuild.
3909         * features/rs6000/powerpc-403gc.c: Rebuild.
3910         * features/rs6000/powerpc-405.c: Rebuild.
3911         * features/rs6000/powerpc-505.c: Rebuild.
3912         * features/rs6000/powerpc-601.c: Rebuild.
3913         * features/rs6000/powerpc-602.c: Rebuild.
3914         * features/rs6000/powerpc-603.c: Rebuild.
3915         * features/rs6000/powerpc-604.c: Rebuild.
3916         * features/rs6000/powerpc-64.c: Rebuild.
3917         * features/rs6000/powerpc-64l.c: Rebuild.
3918         * features/rs6000/powerpc-7400.c: Rebuild.
3919         * features/rs6000/powerpc-750.c: Rebuild.
3920         * features/rs6000/powerpc-860.c: Rebuild.
3921         * features/rs6000/powerpc-altivec32.c: Rebuild.
3922         * features/rs6000/powerpc-altivec32l.c: Rebuild.
3923         * features/rs6000/powerpc-altivec64.c: Rebuild.
3924         * features/rs6000/powerpc-altivec64l.c: Rebuild.
3925         * features/rs6000/powerpc-cell32l.c: Rebuild.
3926         * features/rs6000/powerpc-cell64l.c: Rebuild.
3927         * features/rs6000/powerpc-e500.c: Rebuild.
3928         * features/rs6000/powerpc-e500l.c: Rebuild.
3929         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3930         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3931         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3932         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3933         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3934         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3935         * features/rs6000/powerpc-vsx32.c: Rebuild.
3936         * features/rs6000/powerpc-vsx32l.c: Rebuild.
3937         * features/rs6000/powerpc-vsx64.c: Rebuild.
3938         * features/rs6000/powerpc-vsx64l.c: Rebuild.
3939         * features/rs6000/rs6000.c: Rebuild.
3940         * features/s390-linux32.c: Rebuild.
3941         * features/s390-linux32v1.c: Rebuild.
3942         * features/s390-linux32v2.c: Rebuild.
3943         * features/s390-linux64.c: Rebuild.
3944         * features/s390-linux64v1.c: Rebuild.
3945         * features/s390-linux64v2.c: Rebuild.
3946         * features/s390x-linux64.c: Rebuild.
3947         * features/s390x-linux64v1.c: Rebuild.
3948         * features/s390x-linux64v2.c: Rebuild.
3949         * features/tic6x-c62x-linux.c: Rebuild.
3950         * features/tic6x-c62x.c: Rebuild.
3951         * features/tic6x-c64x-linux.c: Rebuild.
3952         * features/tic6x-c64x.c: Rebuild.
3953         * features/tic6x-c64xp-linux.c: Rebuild.
3954         * features/tic6x-c64xp.c: Rebuild.
3955
3956 2012-07-27  Tom Tromey  <tromey@redhat.com>
3957
3958         * c-exp.y (classify_name): Avoid assignment in condition.
3959
3960 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
3961
3962         * amd64-windows-tdep.c: Include "frame.h".
3963         (amd64_windows_skip_trampoline_code): New function.
3964         (amd64_windows_init_abi): Add trampoline registration.
3965
3966 2012-07-27  Yao Qi  <yao@codesourcery.com>
3967
3968         * tracepoint.c (cur_traceframe_number): Remove.
3969         (set_tfile_traceframe): Remove.
3970         (tfile_trace_find, tfile_fetch_registers): Update callers.
3971         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3972         (tfile_open, tfile_trace_find): Likewise.
3973
3974 2012-07-27  Yao Qi  <yao@codesourcery.com>
3975
3976         * thread.c (switch_to_thread): Don't call registers_changed.
3977
3978 2012-07-26  Tom Tromey  <tromey@redhat.com>
3979
3980         * Makefile.in (SFILES): Remove objc-exp.y.
3981         (YYFILES): Remove objc-exp.c.
3982         (YYOBJ): Remove objc-exp.o.
3983         (local-maintainer-clean): Don't mention objc-exp.c.
3984         * c-exp.y: Include objc-lang.h.
3985         (%union) <class>: New field.
3986         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3987         (exp): Clone subscript production for OBJC_LBRAC.  Add various
3988         Objective C productions.
3989         (msglist, msgarglist, msgarg): New productions.
3990         (array_mod, func_mod, operator): Clone productions for
3991         OBJC_LBRAC.
3992         (parse_string_or_char): Handle '@' strings.
3993         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
3994         (classify_name): Check la_name_of_this.  Recognize ObjC class
3995         names.
3996         * objc-exp.y: Remove.
3997         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3998         * objc-lang.h (objc_parse, objc_error): Don't declare.
3999
4000 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
4001
4002         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
4003
4004 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4005
4006         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
4007         and decrement.
4008
4009 2012-07-26  Tom Tromey  <tromey@redhat.com>
4010
4011         * copying.c: Rebuild.
4012         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
4013         'no_class'.
4014
4015 2012-07-26  Tom Tromey  <tromey@redhat.com>
4016
4017         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
4018         immediate_quit.
4019         (print_objfile_statistics): Likewise.
4020         (maintenance_print_symbols): Likewise.
4021         (maintenance_print_msymbols): Likewise.
4022         (maintenance_print_objfiles): Likewise.
4023         * psymtab.c (print_partial_symbols): Call QUIT.
4024         (maintenance_print_psymbols): Likewise.  Don't modify
4025         immediate_quit.
4026         * copying.c (show_copying_command): Don't modify immediate_quit.
4027         (show_warranty_command): Likewise.
4028         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
4029
4030 2012-07-26  Keith Seitz  <keiths@redhat.com>
4031
4032         * linespec.c (linespec_lexer_lex_number): The input
4033         is also a valid number if the next character is a comma
4034         or colon.
4035
4036 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
4037
4038         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
4039         configure options.
4040
4041 2012-07-26  Tristan Gingold  <gingold@adacore.com>
4042
4043         * machoread.c: Include gdb_bfd.h.
4044
4045 2012-07-26  Tristan Gingold  <gingold@adacore.com>
4046
4047         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4048         offset.
4049
4050 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4051
4052         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4053         SIZE to size_t.
4054         (dwarf2_evaluate_loc_desc): Likewise.
4055         (dwarf2_loc_desc_needs_frame): Likewise.
4056         (locexpr_describe_location_1): Likewise.
4057         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4058         size_t.
4059         (struct dwarf2_loclist_baton): Likewise.
4060         * dwarf2read.c (struct dwarf_block): Likewise.
4061         (dump_die_shallow): Use pulongest to print dwarf_block.size.
4062         (decode_locdesc): Expand SIZE and I to size_t.
4063
4064 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4065
4066         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4067
4068 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
4069
4070         * doublest.c (convert_doublest_to_floatformat): If the exponent
4071         is too small, treat the value as zero.  If the exponent is too
4072         large, treat the value as infinity.
4073
4074 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
4075
4076         * configure.ac: Add --enable-lmcheck configure option.
4077         * configure: Regenerate.
4078
4079 2012-07-25  Tom Tromey  <tromey@redhat.com>
4080
4081         * NEWS: Mention maint info bfds.
4082         * gdb_bfd.c (all_bfds): New global.
4083         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4084         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4085         New functions.
4086
4087 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
4088
4089         * configure.tgt: Add v850*-*-rtems*.
4090
4091 2012-07-25  Tom Tromey  <tromey@redhat.com>
4092
4093         * macrotab.c (macro_bcache_str): Remove cast.
4094
4095 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
4096
4097         * linespec.c (linespec_lexer_lex_number): Update comments,
4098         change the return and add check to make sure the input is
4099         the decimal numbers.
4100         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4101         false, call linespec_lexer_lex_string.
4102
4103 2012-07-24  Tom Tromey  <tromey@redhat.com>
4104
4105         * symfile.c (symbol_file_add): Don't open BFD twice.
4106
4107 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
4108
4109         * breakpoint.c (create_breakpoint): Store condition for pending
4110         breakpoints.
4111
4112 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
4113
4114         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4115         (m68k_return_value): Handle complex types like structures.
4116         (m68k_svr4_return_value): Likewise.
4117
4118 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4119
4120         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4121         parameters to bfd_get_section_name.
4122
4123 2012-07-24  Yao Qi  <yao@codesourcery.com>
4124
4125         * cli/cli-setshow.c: Handle case 'var_uinteger'
4126         and 'var_zuninteger' together.  Handle case 'var_integer' and
4127         'var_zinteger' together.
4128
4129 2012-07-23  Keith Seitz  <keiths@redhat.com>
4130
4131         * linespec.c (convert_linespec_to_sal): Don't add
4132         any symbols to the result vector if symbol_to_sal
4133         returns zero.
4134
4135 2012-07-23  Keith Seitz  <keiths@redhat.com>
4136
4137         * linespec.c (decode_objc): Record the function name
4138         in the linespec.
4139
4140 2012-07-23  Tom Tromey  <tromey@redhat.com>
4141
4142         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
4143         counting.
4144         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4145         (map_vmap): Acquire a reference to the BFD.
4146
4147 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
4148
4149         * p-valprint.c (pascal_object_print_value): Replace potentially
4150         unsafe alloca with xmalloc/xfree.
4151         * valops.c (search_struct_method): Likewise.
4152
4153 2012-07-23  Tom Tromey  <tromey@redhat.com>
4154
4155         * solib-svr4.c (enable_break): Update.
4156         * bfd-target.h (target_bfd_reopen): Update documentation.
4157
4158 2012-07-23  Tom Tromey  <tromey@redhat.com>
4159
4160         * symfile.c (separate_debug_file_exists): Update.
4161         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4162         (reread_symbols): Update.
4163         * elfread.c (build_id_verify): Update.
4164         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4165         bfd_open_maybe_remote.
4166
4167 2012-07-23  Tom Tromey  <tromey@redhat.com>
4168
4169         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4170
4171 2012-07-23  Tom Tromey  <tromey@redhat.com>
4172
4173         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4174         and 'abfd'.
4175         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4176         and 'abfd'.
4177         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4178         * machoread.c (macho_add_oso_symfile): Make a cleanup for
4179         'abfd'.
4180         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4181         * objfiles.c (allocate_objfile): Acquire a new reference.
4182         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4183         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4184         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4185         a cleanup for 'nbfd'.
4186         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4187         for 'nbfd'.
4188         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4189         make a cleanup for 'abfd'.
4190         (symbol_file_add): Make a BFD cleanup.
4191
4192 2012-07-23  Tom Tromey  <tromey@redhat.com>
4193
4194         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4195         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4196         * corelow.c (core_open): Use gdb_bfd_fopen.
4197         * dsrec.c (load_srec): Use gdb_bfd_openr.
4198         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4199         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4200         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4201         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4202         (gdb_bfd_fdopenr): New functions.
4203         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4204         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4205         (gdb_bfd_fdopenr): Declare.
4206         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4207         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4208         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4209         gdb_bfd_openr_next_archived_file.
4210         (macho_check_dsym): Use gdb_bfd_openr.
4211         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4212         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4213         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4214         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4215         gdb_bfd_openr.
4216         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4217         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4218         gdb_bfd_openr_next_archived_file.
4219         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4220         Use gdb_bfd_openr.
4221         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4222         gdb_bfd_openr.
4223         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4224         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4225         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4226         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4227         (symfile_bfd_open): Use gdb_bfd_fopen.
4228         (generic_load): Use gdb_bfd_openr.
4229         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4230
4231 2012-07-23  Tom Tromey  <tromey@redhat.com>
4232
4233         * bfd-target.c (target_bfd_reopen): Update.
4234         * cli/cli-dump.c (bfd_openr_with_cleanup)
4235         (bfd_openw_with_cleanup): Update.
4236         * corelow.c (core_open): Update.
4237         * dsrec.c (load_srec): Update.
4238         * exec.c (exec_file_attach): Update.
4239         * gcore.c (create_gcore_bfd): Update.
4240         * gdb_bfd.c (gdb_bfd_ref): Return void.
4241         (gdb_bfd_open): Update.
4242         * gdb_bfd.h (gdb_bfd_ref): Return void.
4243         Update comments.
4244         * jit.c (jit_bfd_try_read_symtab): Update.
4245         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4246         * machoread.c (macho_symfile_read_all_oso): Update.
4247         (macho_check_dsym): Update.
4248         * procfs.c (insert_dbx_link_bpt_in_file): Update.
4249         * remote-m32r-sdi.c (m32r_load): Update.
4250         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4251         * rs6000-nat.c (add_vmap): Update.
4252         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4253         Update.
4254         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4255         * solib-spu.c (spu_bfd_open): Update.
4256         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4257         * spu-linux-nat.c (spu_bfd_open): Update.
4258         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4259         (generic_load): Update.
4260         * windows-nat.c (windows_make_so): Update.
4261
4262 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4263
4264         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4265
4266 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
4267
4268         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4269         SIGTRAMP_FRAME unwinding.
4270
4271 2012-07-20  Doug Evans  <dje@google.com>
4272
4273         * NEWS: Document new options "set/show use-deprecated-index-sections",
4274         and delete reference to --use-deprecated-index-sections.
4275         * symfile.h (use_deprecated_index_sections): Delete.
4276         * dwarf2read.c (use_deprecated_index_sections): Make static.
4277         (read_index_from_section): Update wording of how to load
4278         deprecated index sections.
4279         (_initialize_dwarf2_read): New options
4280         "set/show use-deprecated-index-sections".
4281         * main.c (captured_main): Delete --use-deprecated-index-sections.
4282
4283 2012-07-20  Pedro Alves  <palves@redhat.com>
4284
4285         PR threads/11692
4286         PR gdb/12203
4287
4288         * infrun.c (handle_inferior_event) <new thread>: Don't special
4289         case minus_one_ptid.
4290         <TARGET_WAITKIND_SPURIOUS>: Ditto.
4291         * linux-thread-db.c (thread_get_info_callback): Don't return early
4292         if the thread is zombie.
4293         (thread_from_lwp): Change return type to void.  Rewrite stale
4294         comment.
4295         (attach_thread): Don't return early if the thread is zombie,
4296         instead set its "dying" flag.
4297         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4298         (find_new_threads_callback): Don't return early if the thread is
4299         zombie.
4300
4301 2012-07-20  Pedro Alves  <palves@redhat.com>
4302
4303         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4304         * target.c (target_wait): Likewise.
4305         (str_comma_list_concat_elem, do_option, target_options_to_string):
4306         New functions.
4307         * target.h (target_options_to_string): Declare.
4308
4309 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
4310             Tom Tromey  <tromey@redhat.com>
4311
4312         * dwarf2read.c (dwarf_decode_macros)
4313         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4314         DW_MACRO_GNU_transparent_include_alt>: New cases.
4315         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4316         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4317
4318 2012-07-20  Tom Tromey  <tromey@redhat.com>
4319
4320         * dwarf2read.c (try_open_dwo_file): Don't call
4321         gdb_bfd_stash_filename.
4322
4323 2012-07-20  Pedro Alves  <palves@redhat.com>
4324
4325         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4326         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4327         (i386_process_record): Tweak description comments.
4328
4329 2012-07-20  Pedro Alves  <palves@redhat.com>
4330
4331         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4332         (i386_process_record): Use record_read_memory.
4333         * record.c (record_read_memory): New function.
4334         (record_arch_list_add_mem, record_exec_insn): Use
4335         record_read_memory.
4336         * record.h (record_read_memory): Declare.
4337
4338 2012-07-20  Yao Qi  <yao@codesourcery.com>
4339
4340         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4341         NULL for xfree.
4342
4343 2012-07-19  Pedro Alves  <palves@redhat.com>
4344
4345         * record.c (record_resume): Ask the target beneath to report all
4346         signals.
4347
4348 2012-07-19  Doug Evans  <dje@google.com>
4349
4350         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4351         there's no section at address zero.
4352         (dwarf2_record_block_ranges): Ditto.
4353
4354 2012-07-19  Yao Qi  <yao@codesourcery.com>
4355
4356         * command.h, remote.c: Fix a typo in comment.
4357
4358 2012-07-19  Tom Tromey  <tromey@redhat.com>
4359
4360         PR exp/13206:
4361         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4362         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4363         OP_DECLTYPE>: New cases.
4364         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4365         (type_exp): Add new productions.
4366         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4367         and decltype.
4368         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4369         New case.
4370         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4371         OP_DECLTYPE>: New case.
4372         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4373         New case.
4374         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4375         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4376
4377 2012-07-19  Tom Tromey  <tromey@redhat.com>
4378
4379         * c-exp.y (enum token_flags): New.
4380         (struct token) <cxx_only>: Remove.
4381         <flags>: New field.
4382         (tokentab3, tokentab2, ident_tokens): Update.
4383         (lex_one_token): Update.  Handle FLAG_SHADOW.
4384
4385 2012-07-19  Tom Tromey  <tromey@redhat.com>
4386
4387         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4388         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4389         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4390         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
4391         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
4392         type_exp production where appropriate.
4393         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4394         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4395         <UNOP_MEMVAL_TYPE>: New case.
4396         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4397         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4398         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4399         <UNOP_MEMVAL_TYPE>: New case.
4400         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4401         UNOP_REINTERPRET_CAST>: Update.
4402         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4403         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4404         UNOP_REINTERPRET_CAST>: Update.
4405         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4406         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4407         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4408         constants.
4409
4410 2012-07-19  Yao Qi  <yao@codesourcery.com>
4411             Jan Kratochvil <jan.kratochvil@redhat.com>
4412
4413         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4414         and case 'var_optional_filename' together.
4415         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4416         instead of add_setshow_optional_filename_cmd for setshow command
4417         'args'.  Set completer for 'set args'.
4418
4419 2012-07-18  Doug Evans  <dje@google.com>
4420
4421         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4422         * common/gdb_vecs.c: New file, contents from utils.c.
4423         * common/host-defs.h: New file, contents from defs.h.
4424         * utils.h: New file, contents from defs.h.
4425         * defs.h: Move all declarations of objects defined in utils.c
4426         to utils.h (except QUIT() and related).
4427         #include "utils.h", "host-defs.h".
4428         * probe.h (probe_p): Move here from gdb_vecs.h.
4429         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4430         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4431         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4432         * Makefile.in (SFILES): Add common/gdb_vecs.c.
4433         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4434         (COMMON_OBS): Add gdb_vecs.o.
4435         (gdb_vecs.o): New rule.
4436
4437 2012-07-18  Keith Seitz  <keiths@redhat.com>
4438
4439         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4440         parameter.  If non-zero, use SYMNAME as the canonical name
4441         for the SaL.
4442         Update all callers.
4443         (convert_linespec_to_sals): Use add_sal_to_sals for
4444         expressions, too.
4445         (decode_line_full): No need to "fill in missing canonical names"
4446         anymore. Simply make cleanups for the allocated names.
4447
4448 2012-07-18  Keith Seitz  <keiths@redhat.com>
4449
4450         * linespec.c (struct linespec): Constify expression,
4451         source_filename, function_name, and label_name.
4452         (symbol_not_found_error): Make all parameters const.
4453         (linespec_parser_delete): No need to check for NULL
4454         when using xfree. Cast const char * to char * for xfree.
4455
4456 2012-07-18  Keith Seitz  <keiths@redhat.com>
4457
4458         * breakpoint.c (invalid_thread_id_error): New function.
4459         (find_condition_and_thread): Use invalid_thread_id_error.
4460         (watch_command_1): Likewise.
4461
4462 2012-07-18  Tom Tromey  <tromey@redhat.com>
4463
4464         * cc-with-index.sh, cc-with-dwz.sh: Remove.
4465         * contrib/cc-with-tweaks.sh: New file.
4466
4467 2012-07-18  Tom Tromey  <tromey@redhat.com>
4468
4469         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4470         (locate_dwz_sections): Recognize .gdb_index.
4471         (create_cus_from_index_list): New function.
4472         (create_cus_from_index): Use it.  Handle .dwz data.
4473         (read_index_from_section): New function, extracted from
4474         dwarf2_read_index.
4475         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
4476         if needed.
4477
4478 2012-07-18  Tom Tromey  <tromey@redhat.com>
4479
4480         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4481         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4482         <is_dwz>: New field.
4483         (struct dwz_file): New.
4484         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4485         (locate_dwz_sections, dwarf2_get_dwz_file)
4486         (get_abbrev_section_for_cu): New functions.
4487         (error_check_comp_unit_head, read_and_check_comp_unit_head)
4488         (read_and_check_type_unit_head): Add abbrev_section argument.
4489         (create_debug_types_hash_table): Update.
4490         (init_cutu_and_read_dies): Use proper abbrev section.
4491         (init_cutu_and_read_dies_no_follow): Likewise.
4492         (set_partial_user): Do nothing if PST==NULL.
4493         (read_comp_units_from_section): New function.
4494         (create_all_comp_units): Use it.
4495         (scan_partial_symbols, partial_die_parent_scope): Update.
4496         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4497         (process_imported_unit_die, read_partial_die): Handle .dwz files.
4498         (find_partial_die): Add offset_in_dwz argument.  Update.
4499         (guess_partial_die_structure_name, fixup_partial_die): Update.
4500         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4501         DW_FORM_GNU_strp_alt.
4502         (read_indirect_string_from_dwz): New function.
4503         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4504         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4505         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4506         (follow_die_offset): Add offset_in_dwz argument.
4507         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4508         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4509         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4510         Handle new macro forms.
4511         (dwarf_decode_macros): Update.
4512         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4513         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4514         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4515         (create_debug_types_hash_table): Use correct abbrev section.
4516         (get_debug_line_section): New function.
4517         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4518         (process_full_comp_unit): Pass 'required' argument to
4519         end_symtab_get_static_block.
4520         * buildsym.h (end_symtab_get_static_block): Update.
4521         * buildsym.c (end_symtab_get_static_block): Add 'required'
4522         argument.
4523         (end_symtab, end_expandable_symtab): Update.
4524
4525 2012-07-18  Tom Tromey  <tromey@redhat.com>
4526
4527         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4528         (pagesize): Remove.
4529         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4530         (zlib_decompress_section): Remove.
4531         (dwarf2_read_section): Use gdb_bfd_map_section.
4532         (munmap_section_buffer): Remove.
4533         (free_dwo_file, dwarf2_per_objfile_free): Don't use
4534         munmap_section_buffer.
4535         * gdb_bfd.c: Include zlib.h, sys/mman.h.
4536         (struct gdb_bfd_section_data): New.
4537         (free_one_bfd_section): New function.
4538         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4539         (get_section_descriptor, zlib_decompress_section)
4540         (gdb_bfd_map_section): New functions.
4541         * gdb_bfd.h (gdb_bfd_map_section): Declare.
4542
4543 2012-07-18  Tom Tromey  <tromey@redhat.com>
4544
4545         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4546
4547 2012-07-18  Tom Tromey  <tromey@redhat.com>
4548
4549         * gdb_bfd.c (struct gdb_bfd_data): New.
4550         (gdb_bfd_cache): New global.
4551         (struct gdb_bfd_cache_search): New.
4552         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4553         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4554         * gdb_bfd.h (gdb_bfd_open): Declare.
4555
4556 2012-07-18  Tom Tromey  <tromey@redhat.com>
4557
4558         * utils.c (make_cleanup_bfd_unref): Rename from
4559         make_cleanup_bfd_close.
4560         * defs.h (make_cleanup_bfd_unref): Rename from
4561         make_cleanup_bfd_close.
4562         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4563         (bfd_openw_with_cleanup): Update.
4564         * corelow.c (core_open): Update.
4565         * dsrec.c (load_srec): Update.
4566         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4567         * remote-m32r-sdi.c (m32r_load): Update.
4568         * remote-mips.c (mips_load_srec): Update.
4569         (pmon_load_fast): Update.
4570         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4571         Update.
4572         (darwin_bfd_open): Update.
4573         * solib.c (solib_bfd_fopen): Update.
4574         * symfile-mem.c (symbol_file_add_from_memory): Update.
4575         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4576         (symfile_bfd_open): Update.
4577         (generic_load): Update.
4578
4579 2012-07-18  Tom Tromey  <tromey@redhat.com>
4580
4581         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4582         (pmon_load_fast): Likewise.
4583         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4584         (m32r_upload_command): Likewise.
4585         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4586         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4587         Use make_cleanup_bfd_close.
4588
4589 2012-07-18  Tom Tromey  <tromey@redhat.com>
4590
4591         * symfile.c (symfile_bfd_open): Don't copy name.  Call
4592         gdb_bfd_stash_filename.
4593         (load_command): Open the new BFD before freeing the old.
4594         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4595         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4596         Call gdb_bfd_stash_filename.
4597         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4598         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
4599         gdb_bfd_stash_filename.
4600         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4601         Free found_pathname.
4602         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
4603         gdb_bfd_stash_filename.
4604         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4605         * machoread.c (macho_add_oso_symfile): Call
4606         gdb_bfd_stash_filename.
4607         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
4608         gdb_bfd_stash_filename.
4609         (macho_check_dsym): Don't copy filename.  Call
4610         gdb_bfd_stash_filename.
4611         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4612         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4613         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4614         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4615         * exec.c (exec_close): Don't free the BFD's filename.
4616         (exec_file_attach): Don't copy the filename.  Call
4617         gdb_bfd_stash_filename.
4618         * corelow.c (core_close): Don't free the BFD's filename.
4619         (core_open): Call gdb_bfd_stash_filename.
4620         * corefile.c (reopen_exec_file): Remove #if 0 code.
4621         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
4622         pathname.
4623         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4624
4625 2012-07-18  Tom Tromey  <tromey@redhat.com>
4626
4627         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4628         gdb_bfd_unref.
4629         (free_dwo_file): Use gdb_bfd_unref.
4630         * cli/cli-dump.c: Include gdb_bfd.h.
4631         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4632         (bfd_openr_with_cleanup): Likewise.
4633         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4634         gdb_bfd_unref.
4635         * utils.c: Include gdb_bfd.h.
4636         (do_bfd_close_cleanup): Use gdb_bfd_unref.
4637         * symfile.c: Include gdb_bfd.h.
4638         (separate_debug_file_exists): Use gdb_bfd_unref.
4639         (bfd_open_maybe_remote): Use gdb_bfd_ref.
4640         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4641         (generic_load): Use gdb_bfd_ref.
4642         (reread_symbols): Use gdb_bfd_unref.
4643         * symfile-mem.c: Include gdb_bfd.h.
4644         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4645         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4646         * solib.c: Include gdb_bfd.h.
4647         (solib_bfd_fopen): Use gdb_bfd_ref.
4648         (solib_bfd_open): Use gdb_bfd_unref.
4649         (free_so_symbols): Use gdb_bfd_unref.
4650         (reload_shared_libraries_1): Use gdb_bfd_unref.
4651         * solib-spu.c: Include gdb_bfd.h.
4652         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4653         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4654         gdb_bfd_unref.
4655         * solib-frv.c: Include gdb_bfd.h.
4656         (enable_break2): Use gdb_bfd_unref.
4657         * solib-dsbt.c: Include gdb_bfd.h.
4658         (enable_break2): Use gdb_bfd_unref.
4659         * solib-darwin.c: Include gdb_bfd.h.
4660         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4661         gdb_bfd_unref.
4662         (darwin_bfd_open): Use gdb_bfd_unref.
4663         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4664         * remote-mips.c: Include gdb_bfd.h.
4665         (mips_load_srec): Use gdb_bfd_ref.
4666         (pmon_load_fast): Use gdb_bfd_ref.
4667         * remote-m32r-sdi.c: Include gdb_bfd.h.
4668         (m32r_load): Use gdb_bfd_ref.
4669         * record.c: Include gdb_bfd.h.
4670         (record_save_cleanups): Use gdb_bfd_unref.
4671         (cmd_record_save): Use gdb_bfd_unref.
4672         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4673         gdb_bfd_unref.
4674         * objfiles.h (gdb_bfd_close_or_warn): Remove.
4675         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4676         * objfiles.c: Include gdb_bfd.h.
4677         (free_objfile): Use gdb_bfd_unref.
4678         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4679         gdb_bfd.c.
4680         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4681         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4682         (macho_check_dsym): Likewise.
4683         * m32r-rom.c: Include gdb_bfd.h.
4684         (m32r_load): Use gdb_bfd_ref.
4685         (m32r_upload_command): Use gdb_bfd_ref.
4686         * jit.c: Include gdb_bfd.h.
4687         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4688         * gdb_bfd.h: New file.
4689         * gdb_bfd.c: New file.
4690         * gcore.c: Include gdb_bfd.h.
4691         (create_gcore_bfd): Use gdb_bfd_ref.
4692         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4693         (gcore_command): Use gdb_bfd_unref.
4694         * exec.c: Include gdb_bfd.h.
4695         (exec_close): Use gdb_bfd_unref.
4696         (exec_close_1): Use gdb_bfd_unref.
4697         (exec_file_attach): Use gdb_bfd_ref.
4698         * elfread.c: Include gdb_bfd.h.
4699         (build_id_verify): Use gdb_bfd_unref.
4700         * dsrec.c: Include gdb_bfd.h.
4701         (load_srec): Use gdb_bfd_ref.
4702         * corelow.c: Include gdb_bfd.h.
4703         (core_close): Use gdb_bfd_unref.
4704         (core_open): Use gdb_bfd_ref.
4705         * bfd-target.c: Include gdb_bfd.h.
4706         (target_bfd_xclose): Use gdb_bfd_unref.
4707         (target_bfd_reopen): Use gdb_bfd_ref.
4708         * Makefile.in (SFILES): Add gdb_bfd.c.
4709         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4710         (COMMON_OBS): Add gdb_bfd.o.
4711
4712 2012-07-18  Keith Seitz  <keiths@redhat.com>
4713
4714         * breakpoint.c (find_condition_and_thread): Initialize
4715         TASK and REST.
4716         (create_breakpiont): find_condition_and_thread will now
4717         initialize COND_STRING, THREAD, and REST (and TASK).
4718         (addr_string_to_sals): Likewise.
4719
4720 2012-07-18  Pedro Alves  <palves@redhat.com>
4721
4722         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4723         Pull the single step breakpoints out of the target.
4724
4725 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4726
4727         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4728         * stap-probe.c (compile_probe_arg): Likewise.
4729
4730 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4731
4732         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4733         (elf_compile_to_ax): Likewise.
4734         * infrun.c (insert_exception_resume_from_probe): Likewise.
4735         (check_exception_resume): Remove `objfile' variable.
4736         * probe.c (find_probe_by_pc): Remove `objfile' argument.
4737         (struct probe_and_objfile, probe_and_objfile_s): Delete.
4738         (collect_probes): Adjust return value to `VEC (probe_p) *'.
4739         (compare_entries): Rename to...
4740         (compare_probes): ...this.  Adjust function to work with
4741         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
4742         respectively.
4743         (gen_ui_out_table_header_info): Adjust `probes' argument to be
4744         `VEC (probe_p) *'.
4745         (print_ui_out_info): Adjust argument to be `struct probe *'.
4746         (info_probes_for_ops): Adjust internal computations to use
4747         `VEC (probe_p) *'.
4748         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4749         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4750         gen_info_probes_table_values>: Remove `objfile' argument.
4751         (struct probe) <objfile>: New field.
4752         (find_probe_by_pc): Remove `objfile' argument.
4753         * stap-probe.c (stap_parse_probe_arguments): Likewise.
4754         (stap_get_probe_argument_count): Likewise.
4755         (stap_get_arg): Likewise.
4756         (stap_evaluate_probe_argument): Likewise.
4757         (stap_compile_to_ax): Likewise.
4758         (compile_probe_arg): Refactor not to pass `objfile' anymore.
4759         (handle_stap_probe): Fill `objfile' field from `struct probe'.
4760         (stap_gen_info_probes_table_header): Remove `objfile' argument.
4761         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4762         sym_compile_to_ax>: Likewise.
4763
4764 2012-07-18  Terry Guo  <terry.guo@arm.com>
4765
4766         PR 14329
4767         * defs.h (GDB_MI_MSG_WIDTH): New.
4768         * ser_base (ser_base_read_error_fd): New function.
4769         (do_ser_base_readchar): Poll error file descriptor as well as
4770         standard output.
4771         (generic_readchar): Refactor error handling.
4772
4773 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4774
4775         * NEWS: Create a new section for the next release branch.
4776         Rename the section of the current branch, now that it has
4777         been cut.
4778
4779 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4780
4781         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4782         * version.in: Bump version to 7.5.50.20120718-cvs.
4783
4784 2012-07-17  Keith Seitz  <keiths@redhat.com>
4785
4786         * linespec.c (linespec_parse_line_offset): Make parameter
4787         const.
4788
4789 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4790
4791         PR 11914
4792         * f-valprint.c (info_common_command): New variable frame_id.
4793         Reinitialize FI form FRAME_ID after each print_variable_and_value.
4794         * printcmd.c (print_variable_and_value): Extend function comment.
4795         Add comment for invalidated FRAME.
4796         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
4797         FI form FRAME_ID after each print_frame_local_vars.
4798         (struct print_variable_and_value_data): Change frame to frame_id.
4799         (do_print_variable_and_value): New variable frame, initialize it from
4800         p->frame_id.  Add comment for invalidated FRAME.
4801         (print_frame_local_vars, print_frame_arg_vars): New function comment.
4802         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
4803         for invalidated FRAME.
4804
4805 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
4806             Pedro Alves  <palves@redhat.com>
4807
4808         * linux-nat.c (linux_nat_detach): Don't unregister from the event
4809         loop.
4810
4811 2012-07-16  Tom Tromey  <tromey@redhat.com>
4812
4813         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4814
4815 2012-07-15  Doug Evans  <dje@google.com>
4816
4817         * dwarf2read.c (stmt_list_hash): New struct.
4818         (type_unit_group): Embed "per_cu" member, remove pointer.
4819         New union member "t", move member "tus" into it, all uses updated.
4820         New member "hash", replaces member "line_offset, all uses updated.
4821         (quick_file_names): Replace member "offset" with "hash", all uses
4822         updated.
4823         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4824         (hash_file_name_entry, eq_file_name_entry): Call them.
4825         (hash_type_unit_group, eq_type_unit_group): Ditto.
4826         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4827         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4828         (dw2_get_file_names): Update.
4829         (create_type_unit_group): Replace "per_cu" arg with "cu".
4830         All callers updated.  Fix "quick" (.gdb_index) handling.
4831         (get_type_unit_group): Replace "per_cu" arg with "cu".
4832         All callers updated.
4833         (build_type_unit_groups): Don't reset tu_stats.
4834
4835         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4836         "tab_cur_size".  Change member "tab" to be a htab_t.
4837         (create_filename_seen_cache): Update.
4838         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4839         (filename_seen): Update.
4840
4841 2012-07-13  Doug Evans  <dje@google.com>
4842
4843         * symtab.c (filename_seen): Update comment.
4844
4845 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4846             Doug Evans  <dje@google.com>
4847
4848         * buildsym.c (end_symtab_1): Split it to ...
4849         (end_symtab_get_static_block): ... this ...
4850         (end_symtab_from_static_block): ... and this function.
4851         (end_symtab, end_expandable_symtab): Call them.
4852         * buildsym.h (end_symtab_get_static_block)
4853         (end_symtab_from_static_block): New declarations.
4854         * dwarf2read.c (process_full_comp_unit): New variable static_block.
4855         Set its valid CU ranges.
4856
4857 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4858
4859         * dwarf2loc.c (disassemble_dwarf_expression): Handle
4860         DW_OP_GNU_parameter_ref.
4861
4862 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4863
4864         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4865         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4866
4867 2012-07-13  Doug Evans  <dje@google.com>
4868
4869         * symtab.c (output_source_filename): Delete unnecessary forward decl.
4870         (filename_seen_cache): New struct.
4871         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4872         (create_filename_seen_cache): New function.
4873         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4874         (filename_seen): Delete arg "first".  New arg "cache".  All callers
4875         updated.
4876         (output_source_filename_data): New struct.
4877         (output_source_filename): Delete arg "first".  New arg "data".
4878         All callers updated.
4879         (sources_info): Delete local "first".  New locals "data", "cleanups".
4880         Rewrite to use filename_seen_cache.
4881         (add_partial_filename_data): Delete member "first".  New member
4882         "filename_seen_cache".  All uses updated.
4883         (make_source_files_completion_list): Rewrite to use
4884         filename_seen_cache.
4885
4886 2012-07-12  Doug Evans  <dje@google.com>
4887
4888         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4889
4890 2012-07-10  Doug Evans  <dje@google.com>
4891
4892         PR gdb/13498
4893         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4894         all_type_unit_groups, type_unit_groups, tu_stats.
4895         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4896         All uses updated.  Add type_unit_group to union "s".
4897         (type_unit_group): New struct.
4898         (IS_TYPE_UNIT_GROUP): New macro.
4899         (abbrev_table): Delete unused member "section".
4900         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4901         (dw2_get_cu): Assert not used with type_unit_group.
4902         (dw2_get_primary_cu): New function.
4903         (dw2_build_type_unit_groups_reader): New function.
4904         (dw2_build_type_unit_groups): New function.
4905         (dw2_get_file_names): Assert not called on type units.
4906         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4907         Redo loop to iterate over type unit groups instead of type units.
4908         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4909         (read_abbrev_offset): New function.
4910         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
4911         updated.
4912         (create_partial_symtab): New function.
4913         (process_psymtab_comp_unit_reader): Assert not used with type units.
4914         Call create_partial_symtab.
4915         (process_psymtab_type_unit): Delete.
4916         (hash_type_unit_group, eq_type_unit_group): New functions.
4917         (allocate_type_unit_groups_table): New function.
4918         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4919         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4920         (create_type_unit_group, get_type_unit_group): New functions.
4921         (tu_abbrev_offset): New struct.
4922         (sort_tu_by_abbrev_offset): New function.
4923         (add_type_unit_group_to_table): New function.
4924         (build_type_unit_groups): New function.
4925         (build_type_psymtabs_reader): New function.
4926         (build_type_psymtab_dependencies): New function.
4927         (build_type_psymtabs): Rewrite.
4928         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4929         is seen in a type unit.
4930         (process_queue): Move symtab expansion debugging printfs here.
4931         Call process_full_type_unit for type units.
4932         (compute_symtab_includes): Assert not called for type units.
4933         (process_cu_includes): Don't call compute_symtab_includes for
4934         type units.
4935         (process_full_type_unit): New function.
4936         (process_imported_unit_die): Flag an error if called for type units.
4937         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
4938         updated.  Assert not called for type units.
4939         (read_file_scope): Call dwarf2_start_symtab.
4940         (setup_type_unit_groups): New function.
4941         (read_type_unit_scope): Rewrite.
4942         (abbrev_table_read_table): Initialize abbrev_table->offset.
4943         (abbrev_table_free_cleanup): New function.
4944         (dwarf2_start_symtab): New function.
4945         (load_full_type_unit): Assert not called for type unit groups.
4946         * buildsym.c (finish_block_internal): New arg "expandable".
4947         All callers updated.
4948         (start_symtab): Move most contents to ...
4949         (restart_symtab): ... here.  New function.
4950         (reset_symtab_globals): New function.
4951         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
4952         Call reset_symtab_globals.
4953         (end_symtab, end_expandable_symtab): New functions.
4954         (set_missing_symtab, augment_type_symtab): New functions.
4955         * buildsym.h (end_expandable_symtab): Declare.
4956         (augment_type_symtab, restart_symtab): Declare.
4957         * psympriv.h (struct partial_symtab): New member "anonymous".
4958         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4959         anonymous psymtabs.
4960         (read_psymtabs_with_filename): Ditto.
4961         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4962         (expand_symtabs_matching_via_partial): Ditto.
4963         (dump_psymtab): Update.
4964         * dictionary.c (dict_add_pending): New function.
4965         * dictionary.h (dict_add_pending): Declare.
4966
4967 2012-07-09  Doug Evans  <dje@google.com>
4968
4969         * buildsym.c (start_subfile): Remove unnecessary check for
4970         name == NULL.
4971
4972         * psymtab.c (allocate_psymtab): Use host_address_to_string.
4973
4974         * dwarf2read.c (load_full_type_unit): Simplify.
4975
4976         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4977         to struct signatured_type **.  All uses updated.
4978
4979         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4980         All callers updated.
4981
4982 2012-07-09  Tom Tromey  <tromey@redhat.com>
4983
4984         * c-exp.y (check_parameter_typelist): New function.
4985         (parameter_typelist): Call it.
4986         * eval.c (make_params): Handle '(void)' case.
4987         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4988         '(void)' case.
4989
4990 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4991
4992         * common/linux-ptrace.c: Include gdb_assert.h.
4993         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4994         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4995         stdint.h.
4996         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4997         functions.
4998         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4999         * linux-nat.c (linux_child_post_attach)
5000         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
5001
5002 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5003
5004         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
5005         nptl <2.7 bug workaround for core files.
5006
5007 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5008
5009         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
5010         clearing.
5011         (save_siginfo): Remove.
5012         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
5013         call.
5014         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
5015         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
5016         * linux-nat.h (struct lwp_info): Remove field siginfo.
5017
5018 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5019
5020         Code cleanup for the next patch.
5021         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
5022         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5023         call for it.
5024         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
5025         (ia64_linux_stopped_data_address):
5026         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
5027         the return value.
5028         * linux-nat.h (linux_nat_get_siginfo): Likewise.
5029         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
5030         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
5031         call for it.
5032
5033 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5034
5035         PR 14321
5036         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
5037         Increase buffer sizes to 2x we need, not just 2x of the previous size.
5038
5039 2012-07-06  Tom Tromey  <tromey@redhat.com>
5040
5041         * c-exp.y (DOTDOTDOT): New token.
5042         (func_mod, exp): Use parameter_typelist.
5043         (parameter_typelist): New production.
5044         (tokentab3): Add "..." token.
5045         * eval.c (make_params): Handle varargs.
5046         * gdbtypes.c (lookup_function_type_with_arguments): Handle
5047         varargs.
5048
5049 2012-07-06  Tom Tromey  <tromey@redhat.com>
5050
5051         PR exp/9608:
5052         * c-exp.y (%union) <tvec>: Change type.
5053         (func_mod): Now uses <tvec> type.
5054         (exp): Update for tvec change.
5055         (direct_abs_decl): Push the typelist.
5056         (func_mod): Return a typelist.
5057         (nonempty_typelist): Update for tvec change.
5058         * gdbtypes.c (lookup_function_type_with_arguments): New function.
5059         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5060         * parse.c (pop_type_list): New function.
5061         (push_typelist): New function.
5062         (follow_types): Handle tp_function_with_arguments.
5063         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
5064         (enum type_pieces) <tp_function_with_arguments>: New constant.
5065         (union type_stack_elt) <typelist_val>: New field.
5066         (push_typelist): Declare.
5067
5068 2012-07-06  Tom Tromey  <tromey@redhat.com>
5069
5070         * c-exp.y (%union) <type_stack>: New field.
5071         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
5072         (ptr_operator_ts): New production.
5073         (ptype): Update.
5074         * parse.c (type_stack_reserve): New function.
5075         (check_type_stack_depth): Use it.
5076         (pop_type_stack, append_type_stack, push_type_stack)
5077         (get_type_stack, type_stack_cleanup): New functions.
5078         (follow_types): Handle tp_type_stack.
5079         (_initialize_parse): Simplify initialization.
5080         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5081         constant.
5082         (union type_stack_elt) <stack_val>: New field.
5083         (get_type_stack, append_type_stack, push_type_stack)
5084         (type_stack_cleanup): Declare.
5085
5086 2012-07-06  Tom Tromey  <tromey@redhat.com>
5087
5088         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5089         Remove.
5090         (struct type_stack): New.
5091         * parse.c (type_stack, type_stack_size, type_stack_depth):
5092         Remove.
5093         (type_stack): New global.
5094         (parse_exp_in_context, check_type_stack_depth)
5095         (insert_into_type_stack, insert_type, push_type, push_type_int)
5096         (insert_type_address_space, pop_type, pop_type_int)
5097         (_initialize_parse): Update.
5098
5099 2012-07-06  Tom Tromey  <tromey@redhat.com>
5100
5101         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5102         Remove %type.
5103
5104 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5105
5106         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5107
5108 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5109             Jan Kratochvil  <jan.kratochvil@redhat.com>
5110
5111         * cp-valprint.c (cp_print_value): Replace potentially unsafe
5112         alloca with xmalloc/xfree.
5113
5114 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5115
5116         * MAINTAINERS (Write After Approval): Add myself to the list.
5117
5118 2012-07-05  Doug Evans  <dje@google.com>
5119
5120         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5121
5122 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
5123
5124         * ax-gdb.c (cli/cli-utils.h): New include.
5125         (linespec.h): Ditto.
5126         (agent_eval_command_one): New function.
5127         (agent_command_1): Ditto.
5128         (agent_command): Call function agent_command_1.
5129         (agent_eval_command): Ditto.
5130         (_initialize_ax_gdb): Change help for "maint agent"
5131         and "maint agent-eval".
5132
5133 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
5134
5135         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5136         * cli/cli-utils.c (check_for_argument): New function.
5137         * cli/cli-utils.h (check_for_argument): Ditto.
5138
5139 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
5140
5141         * NEWS: Mention x32 ABI support.
5142
5143 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
5144
5145         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5146         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5147
5148         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5149         and pc_regnum_from_eax to -1.  Update SP regnum from
5150         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5151         needed.
5152
5153         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5154         pc_regnum_from_eax.
5155
5156 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5157
5158         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5159         * dwarf2expr.h: Include gdbtypes.h.
5160         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5161         these forward declarations.
5162         (cu_offset, sect_offset): Move these ...
5163         * gdbtypes.h: Remove include dwarf2expr.h.
5164         (cu_offset, sect_offset): ... here.
5165
5166 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
5167
5168         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5169         (amd64_linux_sigtramp_code): This.
5170         (amd64_x32_linux_sigtramp_code): New.
5171         (LINUX_SIGTRAMP_LEN): Updated.
5172         (amd64_linux_sigtramp_start): Check x32 sigtramp.
5173
5174 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5175
5176         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5177
5178 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5179
5180         * config.in: Regenerate.
5181         * configure: Regenerate.
5182         * configure.ac: Remove check for gnu/libc-version.h.
5183         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5184         gnu/libc-version.h.
5185         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5186         variables libc_version, libc_major and libc_minor.  Replace sscanf by
5187         inferior_has_bug.  Extend the comment.
5188
5189 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5190
5191         * linux-thread-db.c (inferior_has_bug): New function.
5192         (thread_db_find_new_threads_silently): Return boolean as checked by
5193         inferior_has_bug, describe it in the comments.
5194         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5195         earlier.  Abort the initialization if it returned non-zero.
5196         (thread_db_new_objfile): Exclude debug files.
5197         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
5198         if UNTIL_NO_NEW,
5199
5200 2012-07-02  Doug Evans  <dje@google.com>
5201
5202         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5203         related to queue management.
5204
5205         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5206         instead of "debug dwarf2-die" in debugging printfs.
5207         (create_debug_info_hash_table_reader): Ditto.
5208         (create_debug_info_hash_table): Ditto.
5209         (init_dwo_file): Ditto.
5210         (init_cutu_and_read_dies): Add debugging printf.
5211         (init_cutu_and_read_dies_no_follow): Ditto.
5212         (process_psymtab_comp_unit_reader): Ditto.
5213
5214 2012-07-02  Stan Shebs  <stan@codesourcery.com>
5215
5216         Add target-side support for dynamic printf.
5217         * NEWS: Mention the additional style.
5218         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5219         (struct bp_location): New field cmd_bytecode.
5220         * breakpoint.c: Include format.h.
5221         (disconnected_dprintf): New global.
5222         (parse_cmd_to_aexpr): New function.
5223         (build_target_command_list): New function.
5224         (insert_bp_location): Call it.
5225         (remove_breakpoints_pid): Skip dprintf breakpoints.
5226         (print_one_breakpoint_location): Ditto.
5227         (dprintf_style_agent): New global.
5228         (dprintf_style_enums): Add dprintf_style_agent.
5229         (update_dprintf_command_list): Add agent case.
5230         (agent_printf_command): New function.
5231         (_initialize_breakpoint): Add new commands.
5232         * common/ax.def (printf): New bytecode.
5233         * ax.h (ax_string): Declare.
5234         * ax-gdb.h (gen_printf): Declare.
5235         * ax-gdb.c: Include cli-utils.h, format.h.
5236         (gen_printf): New function.
5237         (maint_agent_print_command): New function.
5238         (_initialize_ax_gdb): Add maint agent-printf command.
5239         * ax-general.c (ax_string): New function.
5240         (ax_print): Add printf disassembly.
5241         * Makefile.in (SFILES): Add format.c
5242         (COMMON_OBS): Add format.o.
5243         * common/format.h: New file.
5244         * common/format.c: New file.
5245         * printcmd.c: Include format.h.
5246         (ui_printf): Call parse_format_string.
5247         * remote.c (remote_state): New field breakpoint_commands.
5248         (PACKET_BreakpointCommands): New enum.
5249         (remote_breakpoint_commands_feature): New function.
5250         (remote_protocol_features): Add new BreakpointCommands entry.
5251         (remote_can_run_breakpoint_commands): New function.
5252         (remote_add_target_side_commands): New function.
5253         (remote_insert_breakpoint): Call it.
5254         (remote_insert_hw_breakpoint): Ditto.
5255         (_initialize_remote): Add new packet configuration for
5256         target-side breakpoint commands.
5257         * target.h (struct target_ops): New field
5258         to_can_run_breakpoint_commands.
5259         (target_can_run_breakpoint_commands): New macro.
5260         * target.c (update_current_target): Handle
5261         to_can_run_breakpoint_commands.
5262
5263 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5264
5265         Execute -ix and -iex only after system and user gdbinit files.
5266         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5267         processing down after gdbinit files.
5268
5269 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5270
5271         Add fnmatch-gnu module.
5272         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5273         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5274         * gnulib/aclocal.m4: Regenerate.
5275         * gnulib/config.in: Regenerate.
5276         * gnulib/configure: Regenerate.
5277         * gnulib/import/dummy.c: Remove.
5278         * gnulib/import/Makefile.am: Regenerate.
5279         * gnulib/import/Makefile.in: Likewise.
5280         * gnulib/import/m4/gnulib-cache.m4: Likewise.
5281         * gnulib/import/m4/gnulib-comp.m4: Likewise.
5282         * gnulib/import/alloca.c: New file.
5283         * gnulib/import/alloca.in.h: Likewise.
5284         * gnulib/import/config.charset: Likewise.
5285         * gnulib/import/fnmatch.c: Likewise.
5286         * gnulib/import/fnmatch.in.h: Likewise.
5287         * gnulib/import/fnmatch_loop.c: Likewise.
5288         * gnulib/import/localcharset.c: Likewise.
5289         * gnulib/import/localcharset.h: Likewise.
5290         * gnulib/import/m4/alloca.m4: Likewise.
5291         * gnulib/import/m4/codeset.m4: Likewise.
5292         * gnulib/import/m4/configmake.m4: Likewise.
5293         * gnulib/import/m4/fcntl-o.m4: Likewise.
5294         * gnulib/import/m4/fnmatch.m4: Likewise.
5295         * gnulib/import/m4/glibc21.m4: Likewise.
5296         * gnulib/import/m4/localcharset.m4: Likewise.
5297         * gnulib/import/m4/locale-fr.m4: Likewise.
5298         * gnulib/import/m4/locale-ja.m4: Likewise.
5299         * gnulib/import/m4/locale-zh.m4: Likewise.
5300         * gnulib/import/m4/mbrtowc.m4: Likewise.
5301         * gnulib/import/m4/mbsinit.m4: Likewise.
5302         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5303         * gnulib/import/m4/mbstate_t.m4: Likewise.
5304         * gnulib/import/m4/stdbool.m4: Likewise.
5305         * gnulib/import/m4/wchar_h.m4: Likewise.
5306         * gnulib/import/m4/wctype_h.m4: Likewise.
5307         * gnulib/import/m4/wint_t.m4: Likewise.
5308         * gnulib/import/mbrtowc.c: Likewise.
5309         * gnulib/import/mbsinit.c: Likewise.
5310         * gnulib/import/mbsrtowcs-impl.h: Likewise.
5311         * gnulib/import/mbsrtowcs-state.c: Likewise.
5312         * gnulib/import/mbsrtowcs.c: Likewise.
5313         * gnulib/import/ref-add.sin: Likewise.
5314         * gnulib/import/ref-del.sin: Likewise.
5315         * gnulib/import/stdbool.in.h: Likewise.
5316         * gnulib/import/streq.h: Likewise.
5317         * gnulib/import/strnlen1.c: Likewise.
5318         * gnulib/import/strnlen1.h: Likewise.
5319         * gnulib/import/verify.h: Likewise.
5320         * gnulib/import/wchar.in.h: Likewise.
5321         * gnulib/import/wctype.in.h: Likewise.
5322
5323 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5324
5325         Support shell wildcards for 'set auto-load safe-path'.
5326         * auto-load.c: Include fnmatch.h.
5327         (filename_is_in_dir): Rename to ...
5328         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5329         it.  Update function comment.  Rename dir_len to pattern_len.  New
5330         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
5331         messages.  Use gdb_filename_fnmatch.
5332         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5333         pattern.
5334         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5335         * defs.h (gdb_filename_fnmatch): New declaration.
5336         * utils.c: Include fnmatch.h.
5337         (gdb_filename_fnmatch): New function.
5338
5339 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5340
5341         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5342         `-probe' and `-probe-stap' options.
5343
5344 2012-07-01  Yao Qi  <yao@codesourcery.com>
5345
5346         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5347         always_inserted_off, and always_inserted_enums.
5348         Change always_inserted_mode's type to 'enum auto_boolean'.
5349         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5350         callers.
5351         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5352         of add_setshow_enum_cmd.
5353         * infrun.c: Remove can_use_displaced_stepping_auto,
5354         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5355         can_use_displaced_stepping_enum.
5356         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5357         (show_can_use_displaced_stepping, use_displaced_stepping): Update
5358         callers.
5359         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5360         add_setshow_enum_cmd.
5361
5362 2012-06-30  Doug Evans  <dje@google.com>
5363
5364         * dwarf2read.c (signatured_type): Make "per_cu" member first.
5365         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5366         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
5367
5368 2012-06-29  Doug Evans  <dje@google.com>
5369
5370         * linespec.c: #include "stack.h".
5371         (decode_line_with_current_source): Moved here from symtab.c and
5372         renamed from decode_line_spec.  All callers updated.
5373         (decode_line_with_last_displayed): Moved here from breakpoint.c and
5374         renamed from decode_line_spec_1.  All callers updated.
5375         * linespec.h (decode_line_with_current_source): Move declaration here
5376         from symtab.h and renamed from decode_line_spec.
5377         (decode_line_with_last_displayed): Move declaration here from symtab.h
5378         and renamed from decode_line_spec_1.
5379         * macrocmd.c: #include "linespec.h".
5380         * symtab.c: Remove #include "linespec.h".
5381
5382 2012-06-28  Doug Evans  <dje@google.com>
5383
5384         * dwarf2read.c (get_cu_length): New function.
5385         (offset_in_cu_p, error_check_comp_unit_head): Call it.
5386         (create_debug_types_hash_table): Ditto.
5387         (init_cutu_and_read_dies): Ditto.
5388         (init_cutu_and_read_dies_no_follow): Ditto.
5389
5390         * dwarf2read.c (dwarf2_find_base_address): Move definition.
5391
5392         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5393         (struct abbrev_table): Define.
5394         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5395         abbrev_table.
5396         (init_cutu_and_read_dies): Update.
5397         (abbrev_table_alloc_abbrev): New function.  Replaces
5398         dwarf_alloc_abbrev.  All callers updated.
5399         (abbrev_table_add_abbrev): New function.
5400         (abbrev_table_lookup_abbrev): New function.  Replaces
5401         dwarf2_lookup_abbrev.  All callers updated.
5402         (abbrev_table_read_table): New function.  Contents moved here from
5403         dwarf2_read_abbrevs.
5404         (dwarf2_read_abbrevs): Call it.
5405         (abbrev_table_free): New function.
5406         (dwarf2_free_abbrev_table): Call it.
5407
5408 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5409
5410         * osdata.c (info_osdata_command): Filter out "Title" columns
5411         from non-MI uses.
5412         * common/linux-osdata.c (struct osdata_type): Add title field.
5413         (osdata_table): Add titles to each entry.
5414         (linux_command_xfer_osdata): Add a column for title data.
5415
5416 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5417
5418         Make logging work for MI.
5419         * NEWS: Mention it.
5420         * interps.h (interp_set_logging_ftype): New typedef.
5421         (struct interp_procs): New field set_logging_proc.
5422         (current_interp_set_logging): Declare.
5423         * interps.c (current_interp_set_logging): New function.
5424         * cli/cli-logging.c: Include interps.h.
5425         (set_logging_redirect): Call current_interp_set_logging.
5426         (pop_output_files): Ditto.
5427         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5428         * mi/mi-console.h (mi_console_set_raw): Declare.
5429         * mi/mi-console.c (mi_console_set_raw): New function.
5430         * mi/mi-interp.c (saved_raw_stdout): New global.
5431         (mi_set_logging): New function.
5432         (_initialize_mi_interp): Add it to interp procs.
5433
5434 2012-06-28  Doug Evans  <dje@google.com>
5435
5436         * symtab.c (lookup_symbol_aux_objfile): Use
5437         ALL_OBJFILE_PRIMARY_SYMTABS.
5438
5439         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5440
5441 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5442
5443         * common/buffer.c: Include inttypes.h and stdint.h.
5444         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5445
5446 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5447             Pedro Alves  <palves@redhat.com>
5448
5449         * gdbthread.h (ALL_THREADS): New macro.
5450         (thread_list): Declare.
5451         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5452         going, but instead fall through to the stepping handling.
5453         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
5454         the passed in signal.  Adjust debug output.
5455         (resume_callback): Rename to ...
5456         (linux_nat_resume_callback): ... this.  Pass the thread's last
5457         stop signal, if in "pass" state.
5458         (linux_nat_resume): Adjust to rename.
5459         (stop_wait_callback): New assertion.  Don't respawn signals;
5460         instead let the LWP remain with SIGNALLED set.
5461         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5462         * remote.c (append_pending_thread_resumptions): New.
5463         (remote_vcont_resume): Call it.
5464         * target.h (target_resume): Extend comment.
5465
5466 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
5467
5468         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5469
5470 2012-06-27  Doug Evans  <dje@google.com>
5471
5472         * dwarf2read.c (dwarf2_cu): Add ranges_base.
5473         Delete have_addr_base, unused.  All uses updated.
5474         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5475         (dwarf2_get_pc_bounds): Add ranges_base.
5476         (dwarf2_record_block_ranges): Ditto.
5477
5478 2012-06-27  Tom Tromey  <tromey@redhat.com>
5479
5480         PR macros/7961:
5481         * varobj.c (varobj_create): Update.
5482         (varobj_set_value): Update.
5483         * tracepoint.c (validate_actionline): Update.
5484         (encode_actions_1): Update.
5485         * parse.c (parse_exp_1): Add 'pc' argument.
5486         (parse_exp_in_context): Add 'pc' argument.  Change how
5487         expression_context_pc is set.
5488         (parse_expression): Update.
5489         (parse_field_expression): Update.
5490         * expression.h (parse_exp_1): Update.
5491         * eval.c (parse_to_comma_and_eval): Update.
5492         * breakpoint.c (set_breakpoint_condition): Update.
5493         (update_watchpoint): Update.
5494         (init_breakpoint_sal): Update
5495         (find_condition_and_thread): Update.
5496         (watch_command_1): Update.
5497         (update_breakpoint_locations): Update.
5498         * ada-lang.c (ada_read_renaming_var_value): Update.
5499         (create_excep_cond_exprs): Update.
5500
5501 2012-06-27  Doug Evans  <dje@google.com>
5502
5503         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5504         type units.
5505
5506 2012-06-26  Doug Evans  <dje@google.com>
5507
5508         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5509         prototype.
5510         (error_check_comp_unit_head): New arg abbrev_section.  All callers
5511         updated.
5512         (read_and_check_comp_unit_head): Ditto.
5513         (read_and_check_type_unit_head): Ditto.
5514
5515 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
5516
5517         New attribute 'last' for gdb.Symtab_and_line.
5518         * NEWS (Python Scripting): Add entry about the new attribute.
5519         * python/py-symtab.c (salpy_get_last): New function which
5520         implements the get method for the 'last' attribute of
5521         gdb.Symtab_and_line.
5522         (sal_object_getset): Add entry for the 'last' attribute.
5523
5524 2012-06-26  Doug Evans  <dje@google.com>
5525
5526         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5527         (dwo_sections): Add macinfo, macro.
5528         (dwarf2_locate_dwo_sections): Watch for macro sections.
5529         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5530         All callers updated.  Handle DWO files.
5531
5532         * NEWS: Mention new options "set debug dwarf2-read" and
5533         "set debug symtab-create".
5534         * dwarf2read.c (dwarf2_read_debug): New static global.
5535         (dwarf2_build_psymtabs_hard): Add debugging printfs.
5536         (process_queue): Ditto.
5537         (process_full_comp_unit): Ditto.
5538         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5539         * elfread.c (elf_symfile_read): Add debugging printf.
5540         * minsyms.c (install_minimal_symbols): Ditto.
5541         * psymtab.c (allocate_psymtab): Ditto.
5542         * symfile.c (allocate_symtab): Ditto.
5543         * symtab.c (symtab_create_debug): New global.
5544         (_initialize_symtab): Add new option "set debug symtab-create".
5545         * symtab.h (symtab_create_debug): Declare.
5546
5547         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5548         (lookup_dwo_type_unit): Ditto.
5549
5550 2012-06-26  Roland McGrath  <roland@hack.frob.com>
5551             H.J. Lu  <hongjiu.lu@intel.com>
5552
5553         * amd64-linux-nat.c: Include <sys/user.h>.
5554         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5555         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5556         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5557
5558         * configure.ac: Check if the fs_base and gs_base members of
5559         `struct user_regs_struct' exist.
5560         * config.in: Regenerated.
5561         * configure: Likewise.
5562
5563 2012-06-25  Michael Eager  <eager@eagercon.com>
5564
5565         PR python/14291
5566         * python/python.c (gdbpy_write): Check for interrupted output.
5567
5568 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
5569
5570         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5571         register as a stack alignment in ARM mode.
5572
5573 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5574
5575         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5576         * gnulib/config.in: Regenerate.
5577         * gnulib/configure: Likewise.
5578         * gnulib/import/m4/extensions.m4: Update it.
5579         * gnulib/import/m4/gnulib-common.m4: Likewise.
5580         * gnulib/import/m4/memmem.m4: Likewise.
5581         * gnulib/import/m4/mmap-anon.m4: Likewise.
5582         * gnulib/import/m4/multiarch.m4: Likewise.
5583         * gnulib/import/stdint.in.h: Likewise.
5584
5585 2012-06-24  Yao Qi  <yao@codesourcery.com>
5586
5587         * corefile.c (write_memory_with_notification): New.
5588         * gdbcore.h: Declare write_memory_with_notification.
5589         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5590         'observer_notify_memory_changed' with 'write_memory_with_notification'.
5591         * valops.c (value_assign): Likewise.
5592         * python/py-inferior.c (infpy_write_memory): Call
5593         'write_memory_with_notification'.
5594
5595 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5596
5597         * cc-with-index.sh: Use also -ex "set auto-load no".
5598
5599 2012-06-23  Doug Evans  <dje@google.com>
5600
5601         PR 14125
5602         * NEWS: Document additions to .gdb_index.
5603         * dwarf2read.c: #include "gdb/gdb-index.h".
5604         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5605         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5606         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5607         (dwarf2_read_index): Recognize version 7.
5608         (dw2_do_expand_symtabs_matching): New args want_specific_block,
5609         block_kind, domain): All callers updated.
5610         (dw2_find_symbol_file): Handle new index CU values.
5611         (dw2_expand_symtabs_matching): Match symbol kind if requested.
5612         (add_index_entry): New args is_static, kind.  All callers updated.
5613         (offset_type_compare, uniquify_cu_indices): New functions
5614         (symbol_kind): New function.
5615         (write_psymtabs_to_index): Remove duplicate CU values.
5616         (write_psymtabs_to_index): Write .gdb_index version 7.
5617
5618 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
5619
5620         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5621         * configure: Regenerate.
5622
5623 2012-06-20  Yao Qi  <yao@codesourcery.com>
5624
5625         * python/py-inferior.c: Update comments of infpy_read_memory
5626         and infpy_write_memory.
5627
5628 2012-06-19  Tom Tromey  <tromey@redhat.com>
5629
5630         PR exp/9514:
5631         * parser-defs.h (insert_type, insert_type_address_space): Declare.
5632         (push_type_address_space): Remove.
5633         * parse.c (insert_into_type_stack): New function.
5634         (insert_type): Likewise.
5635         (insert_type_address_space): Rename from push_type_address_space.
5636         Insert tp_space_identifier.
5637         * c-exp.y (ptr_operator): New production.
5638         (abs_decl): Use ptr_operator.
5639         (space_identifier): Call insert_type_address_space.
5640         (ptype): Don't use const_or_volatile_or_space_identifier.
5641         (const_or_volatile_noopt): Call insert_type.
5642         (conversion_type_id, conversion_declarator): New productions.
5643         (operator): Use conversion_type_id.
5644
5645 2012-06-18  Doug Evans  <dje@google.com>
5646
5647         * symtab.h (minimal_symbol): New member created_by_gdb.
5648         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5649         created by gdb.
5650         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5651         (search_symbols): Call it instead of lookup_symbol.
5652         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
5653
5654         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5655         Adjust address for DW_OP_GNU_addr_index.
5656         * dwarf2expr.h (dwarf_expr_context): Update comment.
5657         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5658         all callers updated.  Handle TLS vars described with
5659         DW_OP_GNU_const_index.
5660         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5661         and DW_OP_GNU_const_index.
5662         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5663
5664         * block.c (find_block_in_blockvector): Make explicit the fact that we
5665         ignore GLOBAL_BLOCK.
5666
5667 2012-06-18  Tom Tromey  <tromey@redhat.com>
5668
5669         * c-exp.y (operator): Remove trailing space after "delete" and
5670         "delete[]".
5671
5672 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
5673             Jan Kratochvil  <jan.kratochvil@redhat.com>
5674
5675         Switch i386 and derived targets to ON_STACK.
5676         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5677         (amd64_dicos_init_abi): Remove its installment.
5678         * dicos-tdep.c (dicos_init_abi): Remove the
5679         set_gdbarch_call_dummy_location call.  Update the comment here.
5680         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5681         (i386_dicos_init_abi): Remove its installment.
5682         * i386-tdep.c (i386_push_dummy_code): New function.
5683         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5684         i386_push_dummy_code.
5685
5686 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5687
5688         Remove stale dummy frames.
5689         * breakpoint.c: Include dummy-frame.h.
5690         (longjmp_breakpoint_ops): New variable.
5691         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5692         bp_longjmp_call_dummy.
5693         (bpstat_what, bptype_string, print_one_breakpoint_location)
5694         (init_bp_location): Support bp_longjmp_call_dummy.
5695         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
5696         (set_longjmp_breakpoint_for_call_dummy)
5697         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5698         functions.
5699         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5700         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
5701         FIXME comment and extend the other comment for bp_call_dummy.
5702         (set_longjmp_breakpoint_for_call_dummy)
5703         (check_longjmp_breakpoint_for_call_dummy): New declarations.
5704         * dummy-frame.c: Include gdbthread.h.
5705         (pop_dummy_frame_bpt): New function.
5706         (pop_dummy_frame): Call pop_dummy_frame_bpt.
5707         (dummy_frame_discard): New function.
5708         (cleanup_dummy_frames): Update the comment about longjmps.
5709         * dummy-frame.h (dummy_frame_discard): New declaration.
5710         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5711         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
5712         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
5713         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5714         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
5715         keep_going if IS_LONGJMP and there is no other reason to stop.
5716
5717 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
5718
5719         * remote-sim.c (sim_command_completer): Initialize
5720         variable 'result'.
5721
5722 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5723
5724         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5725         * dwarf2loc.c (call_site_parameter_matches): Support
5726         CALL_SITE_PARAMETER_PARAM_OFFSET.
5727         (needs_dwarf_reg_entry_value): Push stub value.
5728         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
5729         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5730         * gdbtypes.h (enum call_site_parameter_kind): New item
5731         CALL_SITE_PARAMETER_PARAM_OFFSET.
5732         (struct call_site.parameter.u): New field param_offset.
5733
5734 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5735
5736         Code cleanup: Generalize call_site.parameter key.
5737         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5738         variable dwarf_reg.  New variable kind_u.  Update parameters to
5739         push_dwarf_reg_entry_value.
5740         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5741         * dwarf2expr.h (enum call_site_parameter_kind)
5742         (union call_site_parameter_u): Forward declarations.
5743         (struct dwarf_expr_context_funcs): Update parameters and their
5744         description for push_dwarf_reg_entry_value.
5745         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5746         * dwarf2loc.c (call_site_parameter_matches): New function.
5747         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5748         description.  Use call_site_parameter_matches.
5749         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5750         Update parameters and their description.
5751         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5752         New variable kind_u.  Adjust the caller for updated parameters.
5753         (needs_dwarf_reg_entry_value): Update parameters.
5754         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
5755         instead of attr.  Update for the changed fields of struct
5756         call_site_parameter.
5757         * gdbtypes.h: Include dwarf2expr.h.
5758         (enum call_site_parameter_kind): New.
5759         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
5760         fb_offset into new union u.
5761
5762 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5763
5764         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5765         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5766         for x32.
5767
5768 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5769
5770         * amd64-linux-nat.c (compat_x32_clock_t): New.
5771         (compat_x32_siginfo_t): Likewise.
5772         (compat_x32_siginfo_from_siginfo): Likewise.
5773         (siginfo_from_compat_x32_siginfo): Likewise.
5774         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5775         and siginfo_from_compat_x32_siginfo for x32.
5776
5777 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
5778
5779         * tracepoint.c (tfile_xfer_partial): Add a lseek.
5780
5781 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5782
5783         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5784         instead of gdbarch_ptr_bit.
5785         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5786         (amd64_supply_native_gregset): Likewise.
5787         (amd64_collect_native_gregset): Likewise.
5788         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5789         (amd64_supply_xsave): Likewise.
5790         (amd64_collect_fxsave): Likewise.
5791         (amd64_collect_xsave): Likewise.
5792
5793 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5794
5795         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5796         (amd64_linux_read_description): Check DS segment register for
5797         x32 process.
5798
5799 2012-06-15  Tom Tromey  <tromey@redhat.com>
5800
5801         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5802         init_cutu_and_read_dies.
5803
5804 2012-06-15  Iain Sandoe <iain@codesourcery.com>
5805
5806         * MAINTAINERS (Write After Approval): Add myself to the list.
5807
5808 2012-06-15  Tom Tromey  <tromey@redhat.com>
5809
5810         * valops.c (value_find_oload_method_list): Now static.
5811         * value.h (value_find_oload_method_list): Don't declare.
5812
5813 2012-06-15  Tom Tromey  <tromey@redhat.com>
5814
5815         * valops.c (find_overload_match): Use value_ind.
5816
5817 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
5818
5819         * infrun.c (handle_inferior_event): Correct indentation.
5820
5821 2012-06-14  Doug Evans  <dje@google.com>
5822
5823         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5824         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5825         All uses updated.
5826         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
5827         updated.  Handle DEBUG_LOC_START_LENGTH.
5828         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5829         (loclist_describe_location): Ditto.
5830
5831 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
5832
5833         PR backtrace/13866
5834         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5835         after hiding inline functions.
5836
5837 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5838
5839         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5840         _initialize_inf_ttrace.
5841
5842 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5843
5844         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5845         _initialize_hppa_hpux_nat.
5846
5847 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5848
5849         * remote-sim.c (sim_command_completer): Change type of return
5850         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
5851
5852 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5853             Jan Kratochvil  <jan.kratochvil@redhat.com>
5854
5855         PR tdep/14222
5856         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5857         stack on a 16-byte boundary.
5858
5859 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
5860
5861         * jit.c (finalize_symtab): Set function's return type to 'void' by
5862         default.
5863
5864 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5865             H.J. Lu  <hongjiu.lu@intel.com>
5866
5867         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5868         Move bits common to both the classic LP64 and the new x32 ILP32
5869         ABI here.
5870         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5871         (amd64_x32_linux_init_abi): New function.
5872         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5873         subtype.
5874
5875         * i386-tdep.h (i386_pseudo_register_name): New prototype.
5876         * i386-tdep.c (i386_pseudo_register_name): Make public.
5877         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5878         * amd64-tdep.c (amd64_dword_names): Add "eip".
5879         (amd64_x32_pseudo_register_type): New function
5880         (amd64_x32_init_abi): New function.
5881
5882 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5883
5884         PR build/14003
5885         * inferior.h (struct inferior_suspend_state): Comment out.
5886         (struct inferior): Comment out the field suspend.
5887         * infrun.c (struct infcall_suspend_state): Comment out the field
5888         inferior_suspend.
5889         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5890         out its assignment.
5891
5892 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5893
5894         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5895         * c-exp.y (classify_inner_name): Remove caller assumptions in the
5896         function comment.  Return ERROR for unresolved cases.  Implement
5897         returning proper NAME.
5898         (yylex): Accept also NAME from classify_inner_name.
5899         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5900         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
5901         LOC_TYPEDEF type.
5902         * cp-support.h (cp_lookup_nested_type): Update its declaration.
5903
5904 2012-06-13  Tom Tromey  <tromey@redhat.com>
5905
5906         * breakpoint.c (condition_completer): New function.
5907         (_initialize_breakpoint): Use it.
5908         * value.c (complete_internalvar): New function.
5909         * value.h (complete_internalvar): Declare.
5910
5911 2012-06-13  Tom Tromey  <tromey@redhat.com>
5912
5913         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5914         * breakpoint.c (catch_syscall_completer): Return a VEC.
5915         * cli/cli-cmds.c (complete_command): Update.
5916         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5917         (complete_on_enum): Likewise.
5918         * command.h: Include gdb_vecs.h.
5919         (completer_ftype): Change return type.
5920         (complete_on_cmdlist, complete_on_enum): Likewise.
5921         * completer.c (noop_completer, filename_completer)
5922         (location_completer): Return a VEC.
5923         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
5924         to a VEC.
5925         (expression_completer, complete_line_internal, complete_line)
5926         (command_completer): Return a VEC.
5927         (gdb_completion_word_break_characters, line_completion_function):
5928         Update.
5929         * completer.h: Include gdb_vecs.h.
5930         (complete_line, noop_completer, filename_completer)
5931         (expression_completer, location_completer, command_completer):
5932         Update.
5933         * f-lang.c (f_word_break_characters): Return a VEC.
5934         * interps.c (interpreter_completer): Return a VEC.
5935         * language.h (struct language_defn)
5936         <la_make_symbol_completion_list>: Return a VEC.
5937         * python/py-cmd.c (cmdpy_completer): Return a VEC.
5938         * symtab.c (free_completion_list): Take a VEC.
5939         (return_val_size, return_val_index): Remove.
5940         (return_val): Now a VEC.
5941         (completion_list_add_name): Update.
5942         (default_make_symbol_completion_list_break_on)
5943         (default_make_symbol_completion_list, make_symbol_completion_list)
5944         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5945         Return a VEC.
5946         (add_filename_to_list): Update.
5947         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5948         <list>: Now a VEC.
5949         (maybe_add_partial_symtab_filename): Update.
5950         (make_source_files_completion_list): Return a VEC.
5951         * symtab.h (default_make_symbol_completion_list_break_on)
5952         (default_make_symbol_completion_list, make_symbol_completion_list)
5953         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5954         (make_source_files_completion_list): Update.
5955
5956 2012-06-13  Tom Tromey  <tromey@redhat.com>
5957
5958         * breakpoint.c (add_catch_command): Use completer_ftype.
5959         * breakpoint.h: Include command.h.
5960         (add_catch_command): Use completer_ftype.
5961         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5962         * cli/cli-decode.h (struct cmd_list_element) <completer>:
5963         Use completer_ftype.
5964         * command.h (completer_ftype): New typedef.
5965         (set_cmd_completer): Use it.
5966         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5967         completer_ftype.
5968
5969 2012-06-13  Pedro Alves  <palves@redhat.com>
5970
5971         Partial revert of previous change.
5972
5973         * serial.c (scb_base): New global.
5974         (serial_for_fd): New.
5975         (serial_open, serial_fdopen_ops): Link new serial in open serials
5976         chain.
5977         (do_serial_close): Unlink serial from the open serials chain.
5978
5979 2012-06-12  Pedro Alves  <palves@redhat.com>
5980
5981         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5982         threads here.
5983         (prepare_for_detach): No longer context switch here in non-stop
5984         mode.
5985         (fetch_inferior_event): Ditto.
5986         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5987         to the event thread before removing breakpoints.  Switch to the
5988         event thread before inserting breakpoints and resuming.
5989         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5990         event thread before resuming.
5991         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5992         Switch to the event thread before removing breakpoints.
5993
5994 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
5995
5996         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5997         special characters correctly for the Windows shells.  See
5998         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5999         report.
6000         [!__MINGW32__]: Remove extra double quote character from special
6001         characters.
6002
6003 2012-06-11  Stan Shebs  <stan@codesourcery.com>
6004
6005         * ui-out.h: Remove #if 0 declarations.
6006         * ui-out.c: Remove #if 0 functions.
6007
6008 2012-06-11  Pedro Alves  <palves@redhat.com>
6009
6010         * ser-base.c (run_async_handler_and_reschedule): New.
6011         (fd_event, push_event): Use it.
6012         * serial.c (serial_open, serial_fdopen_ops): Set the initial
6013         reference count to 1.
6014         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
6015         instead of xfree.
6016         (serial_is_open, serial_ref, serial_unref): New.
6017         * serial.h (serial_open): Adjust comment.
6018         (serial_is_open): Declare.
6019         (serial_close): Adjust comment.
6020         (serial_ref, serial_unref) Declare.
6021         (struct serial): New field 'refcnt'.
6022
6023 2012-06-11  Pedro Alves  <palves@redhat.com>
6024
6025         Remove #if 0'd "connect" command, and unnecessary associated
6026         refcounting and serial reuse bits.
6027
6028         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
6029         * serial.c (last_serial_opened): Delete.
6030         (scb_base): Delete.
6031         (serial_open): Adjust.
6032         (serial_for_fd): Delete.
6033         (serial_fdopen_ops, do_serial_close): Adjust.
6034         (serial_fdopen_ops): Adjust.
6035
6036 2012-06-11  Pedro Alves  <palves@redhat.com>
6037
6038         * serial.c (do_serial_close): Remove early return when SCB is
6039         null.
6040
6041 2012-06-11  Tom Tromey  <tromey@redhat.com>
6042
6043         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6044
6045 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6046
6047         Fix regression by the "ambiguous linespec" series.
6048         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
6049         get_last_displayed_symtab and get_last_displayed_line and depending
6050         on CURSAL.
6051
6052 2012-06-11  Tom Tromey  <tromey@redhat.com>
6053
6054         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6055         (dw2_find_symbol_file): Use it.
6056
6057 2012-06-11  Michael Eager  <eager@eagercon.com>
6058
6059         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6060         * mips-linux-tdep.h (mips_signals): New
6061
6062 2012-06-11  Tom Tromey  <tromey@redhat.com>
6063
6064         * infrun.c (handle_inferior_event)
6065         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6066         breakpoint.
6067         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6068         exception logic in all cases.  Update comments.
6069         (insert_longjmp_resume_breakpoint): Set the exception resume
6070         breakpoint.
6071
6072 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
6073
6074         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6075
6076 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
6077
6078         * valarith.c (binop_types_user_defined_p): Fix a typo.
6079
6080 2012-06-08  Yao Qi  <yao@codesourcery.com>
6081             Chung-Lin Tang <cltang@codesourcery.com>
6082
6083         * arch-utils.c (default_return_in_first_hidden_param_p): New.
6084         * arch-utils.h: Declare.
6085         * gdbarch.sh: Add return_in_first_hidden_param_p.
6086         * gdbarch.c, gdbarch.h: Regenerated.
6087         * infcall.c (call_function_by_hand): Call
6088         gdbarch_return_in_first_hidden_param_p instead of
6089         language_pass_by_reference.
6090
6091         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6092         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6093         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6094         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6095         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6096         `cplus_return_struct_by_reference'.
6097         (tic6x_return_value): Handle language cplusplus.
6098         (tic6x_return_in_first_hidden_param_p): New.
6099         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6100
6101 2012-06-07  Doug Evans  <dje@google.com>
6102
6103         * dwarf2read.c (dwarf2_cu): Add comment.
6104
6105 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6106
6107         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6108         variable.
6109         (mips_eabi_push_dummy_call): Likewise.
6110         (mips_n32n64_push_dummy_call): Likewise.
6111         (mips_o32_push_dummy_call): Likewise.
6112         (mips_o64_push_dummy_call): Likewise.
6113
6114 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6115
6116         * mips-tdep.c (mips_convert_register_p): Correct coding style.
6117
6118 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6119
6120         * mips-tdep.c (mips_pseudo_register_type): Use
6121         mips_float_register_p.
6122
6123 2012-06-06  Pedro Alves  <palves@redhat.com>
6124
6125         * infrun.c (handle_inferior_event): Remove calls to
6126         reinit_frame_cache that follow a context_switch call.
6127
6128 2012-06-06  Pedro Alves  <palves@redhat.com>
6129
6130         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6131         context_switch and remove stale comment.
6132
6133 2012-06-06  Pedro Alves  <palves@redhat.com>
6134
6135         * infrun.c (struct execution_control_state): Remove
6136         `new_thread_event' field.
6137         (handle_inferior_event): Simplify new threads handling; don't
6138         resume the inferior if we find a new thread.
6139
6140 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
6141
6142         * NEWS: Document the deprecation of SH's 'regs' command.
6143         * inferior.h (all_registers_info): Add function declaration.
6144         * sh-tdep.c (sh_show_regs): Remove variable.
6145         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6146         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6147         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6148         (sh_show_regs_command): Remove functions.
6149         (sh_gdbarch_init): Don't set sh_show_regs.
6150         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6151         'info all-registers'.
6152         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6153         (sh64_show_regs): Remove functions.
6154         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6155
6156 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6157
6158         * configure.ac: Move development=true below AC_INIT.
6159         * configure: Regenerate.
6160
6161 2012-06-05  Stan Shebs  <stan@codesourcery.com>
6162
6163         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6164         gdb_stdout.
6165
6166 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6167
6168         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6169         argument as ssize_t.
6170         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6171         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6172         * target.c (target_read_stack, target_write_memory)
6173         (target_write_raw_memory): Likewise.
6174         * target.h (target_read_stack, target_write_memory)
6175         (target_write_raw_memory): Likewise.
6176
6177 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6178
6179         * symfile-mem.c: Change gdb_static_assert to ssize_t.
6180         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6181         * target.c (target_read_memory): Change LEN to ssize_t.
6182         * target.h (target_read_memory): Change LEN to ssize_t.
6183
6184 2012-06-05  Pedro Alves  <palves@redhat.com>
6185
6186         PR backtrace/13866
6187
6188         * breakpoint.c (until_break_command): Only fetch the selected
6189         frame after decode_line_1.
6190
6191 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
6192
6193         * solib-svr4.c (enable_break): Don't fallback to setting the solib
6194         event breakpoint at _start, __start or main if a program
6195         interpreter is not found.
6196
6197 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6198
6199         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6200         Add declaration.
6201         * windows-tdep.c: #include "objfiles.h".
6202         (windows_iterate_over_objfiles_in_search_order): New function.
6203         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6204         iterate_over_objfiles_in_search_order gdbarch method to
6205         windows_iterate_over_objfiles_in_search_order.
6206         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6207
6208 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6209
6210         * gdbarch.sh: Add generation of
6211         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6212         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
6213         (iterate_over_objfiles_in_search_order): New gdbarch method.
6214         * gdbarch.h, gdbarch.c: Regenerate.
6215         * objfiles.h (default_iterate_over_objfiles_in_search_order):
6216         Add declaration.
6217         * objfiles.c (default_iterate_over_objfiles_in_search_order):
6218         New function.
6219         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6220         out of lookup_symbol_aux_symtabs.
6221         (lookup_symbol_aux_symtabs): Replace extracted-out code by
6222         call to lookup_symbol_aux_objfile.
6223         (struct global_sym_lookup_data): New type.
6224         (lookup_symbol_global_iterator_cb): New function.
6225         (lookup_symbol_global): Search for symbol using
6226         gdbarch_iterate_over_objfiles_in_search_order and
6227         lookup_symbol_global_iterator_cb.
6228         * findvar.c (struct minsym_lookup_data): New type.
6229         (minsym_lookup_iterator_cb): New function.
6230         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6231         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6232         and minsym_lookup_iterator_cb.
6233
6234 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6235
6236         Revert the following patch:
6237         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6238         try locating the symbol in the symbol's own objfile first, before
6239         extending the search to all objfiles.
6240         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6241         out of lookup_symbol_aux_symtabs.
6242         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6243         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6244         Do not search EXCLUDE_OBJFILE.
6245         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6246         (lookup_symbol_global): Search for matches in the block's objfile
6247         first, before searching all other objfiles.
6248
6249 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6250
6251         * breakpoint.c (find_condition_and_thread): Stop parsing
6252         as soon as the first invalid keyword is found.
6253
6254 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6255
6256         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6257
6258 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6259
6260         * config/djgpp/djcheck.sh: Add copyright header.
6261
6262 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6263
6264         * copyright.py (update_files, main): Fix path to update-copyright
6265         script.
6266
6267 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6268
6269         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6270         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6271         for which a reminder to update by hand is printed.
6272
6273 2012-06-04  Doug Evans  <dje@google.com>
6274
6275         * buildsym.c (make_blockvector): Add comment.
6276
6277 2012-06-04  Pedro Alves  <palves@redhat.com>
6278
6279         * arch-utils.c (default_gdb_signal_from_target): Delete.
6280         * arch-utils.h (default_gdb_signal_from_target): Delete.
6281         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
6282         gdbarch_gdb_signal_from_target_p.
6283         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6284         predicate).
6285         * gdbarch.h: Regenerate.
6286         * gdbarch.c: Regenerate.
6287
6288 2012-06-04  Pedro Alves  <palves@redhat.com>
6289
6290         * gdbarch.sh (gdb_signal_from_target): Mention that the
6291         implementation of the method must be host independent.
6292         * gdbarch.h: Regenerate.
6293
6294 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6295
6296         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6297         parameters.
6298         (target_read_memory_bfd): New function.
6299         (symbol_file_add_from_memory): Use it.
6300
6301 2012-06-03  Doug Evans  <dje@google.com>
6302
6303         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6304         of primary symtab.
6305         (basic_lookup_transparent_type): Ditto.
6306
6307         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6308         (ALL_PRIMARY_SYMTABS): Use it.
6309         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6310         * dwarf2read.c (dw2_find_symbol_file): Ditto.
6311         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6312         * symtab.c (lookup_symbol_aux_objfile): Ditto.
6313         (basic_lookup_transparent_type): Ditto.
6314
6315 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
6316
6317         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
6318         it to optimize resolution of demangled name.
6319
6320 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6321
6322         * configure.ac (development): Define new variable.
6323         Call AC_CHECK_LIB for mcheck if $development.
6324         (ERROR_ON_WARNING): Enable it by default only if $development.
6325         * config.in: Regenerate.
6326         * configure: Regenerate.
6327
6328 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6329
6330         * target.c (target_read_memory): Make LEN argument as size_t.
6331         * target.h (target_read_memory): Likewise.
6332
6333 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6334
6335         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6336
6337 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6338
6339         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6340         BookE interface for PowerPC server processors if not available
6341         in the Linux Kernel.
6342
6343 2012-05-31  Keith Seitz  <keiths@redhat.com>
6344
6345         * linespec.c (decode_objc): Add cleanup to free
6346         INFO.FILE_SYMTABS.
6347         (find_linespec_symbols): Add cleanup to free CLASSES.
6348         * symfile.c (find_separate_debug_file_by_debuglink): Add
6349         cleanup to free DEBUGLINK.
6350         * ui-out.c (clear_header_list): No need to check if
6351         HEADER_NEXT.COLHDR is NULL.
6352         Free HEADER_NEXT.COL_NAME.
6353
6354 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6355
6356         * ada-lang.c (standard_lookup): Prevent uninitialized variable
6357         warning.
6358
6359 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
6360
6361         * configure.host (gdb_host_cpu): Handle tilegx*.
6362         (gdb_host): Handle tilegx-*-linux*.
6363         * tilegx-linux-nat.c: New file.
6364         * config/tilegx/linux.mh: New file.
6365
6366 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
6367
6368         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6369         tilegx-linux-tdep.o.
6370         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6371         tilegx-linux-tdep.c.
6372         * configure.tgt: Handle tilegx-*-linux*.
6373         * tilegx-tdep.h: New file.
6374         * tilegx-tdep.c: New file.
6375         * tilegx-linux-tdep.c: New file.
6376         * regformats/reg-tilegx.dat: New file.
6377
6378 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6379
6380         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6381         accounting of hw watchpoints on ppc.
6382
6383 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
6384
6385         * source.c (openp): Expand tilde in path entries.
6386
6387 2012-05-29  Doug Evans  <dje@google.com>
6388
6389         * buildsym.c (block_compar): Fix comment.
6390         (end_symtab): Fix and clarify some comments.
6391
6392         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6393         cleanup_undefined_types.
6394         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6395         All callers updated.
6396
6397 2012-05-29  Tom Tromey  <tromey@redhat.com>
6398
6399         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6400         fails.
6401         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6402         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6403         fails.
6404         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6405         fails.
6406
6407 2012-05-29  Tristan Gingold  <gingold@adacore.com>
6408
6409         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6410         (struct darwin_info): ... New struct.
6411         (solib_darwin_pspace_data): New variable.
6412         (darwin_pspace_data_cleanup): New function.
6413         (get_darwin_info): Likewise.
6414         (darwin_dyld_version_ok, darwin_load_image_infos)
6415         (darwin_solib_get_all_image_info_addr_at_init)
6416         (darwin_solib_read_all_image_info_addr): Add info argument.
6417         Adjust code.
6418         (darwin_current_sos): Use per pspace structure.
6419         (darwin_solib_create_inferior_hook): Likewise.
6420         (darwin_clear_solib): Likewise.
6421         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6422
6423 2012-05-28  Pedro Alves  <palves@redhat.com>
6424
6425         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6426         block that uses them.  Clear ecss before handling each event.
6427
6428 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6429
6430         * solib-svr4.c (svr4_current_sos): New comment on
6431         svr4_current_sos_via_xfer_libraries fall back.
6432
6433 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6434
6435         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
6436         it as a fallback for TYPE_IS_OPAQUE.
6437         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6438         symbols for lookup_symbol.
6439
6440 2012-05-24  John Steele Scott  <toojays@toojays.net>
6441
6442         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6443         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6444         (producer_is_gxx_lt_4_6): Move the checking and caching to...
6445         (check_producer): ... this new function, which also checks for ICC
6446         and caches the result.
6447         (producer_is_icc): New function.
6448         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6449         producer was ICC.
6450
6451 2012-05-24  Pedro Alves  <palves@redhat.com>
6452
6453         PR gdb/7205
6454
6455         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6456         (default_gdb_signal_to_target): ... this.  Add comment.
6457         (default_gdb_signal_from_host): Rename to ...
6458         (default_gdb_signal_from_target): ... this.  Add comment.
6459         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6460         (default_gdb_signal_to_target): ... this.
6461         (default_gdb_signal_from_host): Rename to ...
6462         (default_gdb_signal_from_target): ... this.
6463         * corelow.c (core_open): Adjust to naming change.  Replace comment.
6464         * gdbarch.sh (gdb_signal_from_host): Rename to ...
6465         (gdb_signal_from_target): ... this.  Adjust to
6466         default_gdb_signal_from_host naming change.  Extend comment.
6467         (gdb_signal_to_host): Rename to ...
6468         (gdb_signal_to_target): ... this.  Adjust to
6469         default_gdb_signal_to_host naming change.
6470         * gdbarch.h, gdbarch.c: Renegerate.
6471
6472 2012-05-24  Pedro Alves  <palves@redhat.com>
6473
6474         PR gdb/7205
6475
6476         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6477
6478 2012-05-24  Pedro Alves  <palves@redhat.com>
6479
6480         PR gdb/7205
6481
6482         Replace target_signal with gdb_signal throughout.
6483
6484 2012-05-24  Pedro Alves  <palves@redhat.com>
6485
6486         PR tui/14159
6487
6488         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6489         string, instead of reusing the va_list argument.
6490
6491 2012-05-24  Tom Tromey  <tromey@redhat.com>
6492
6493         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6494         Remove.
6495
6496 2012-05-23  Doug Evans  <dje@google.com>
6497
6498         * symtab.c (search_symbols): Formatting fixes.
6499         (print_symbol_info): Formatting fixes.
6500
6501         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6502         int64_t change to leb128 API.
6503         (read_encoded_value, decode_frame_entry_1): Ditto.
6504         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6505         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6506         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6507         (execute_stack_op): Ditto.
6508         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6509         (safe_read_uleb128, safe_read_sleb128): Ditto.
6510         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6511         (dwarf2_compile_expr_to_ax): Ditto.
6512         (locexpr_describe_location_piece): Ditto.
6513         (disassemble_dwarf_expression): Ditto.
6514         (locexpr_describe_location_1): Ditto.
6515
6516 2012-05-23  Stan Shebs  <stan@codesourcery.com>
6517             Kwok Cheung Yeung  <kcy@codesourcery.com>
6518
6519         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6520         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6521         (mi-cmd-info.o): New rule.
6522         * osdata.h (info_osdata_command): New declaration.
6523         * osdata.c (info_osdata_command): Change to non-static.
6524         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6525         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6526         * mi/mi-cmd-info.c: New file.
6527
6528 2012-05-23  Doug Evans  <dje@google.com>
6529
6530         * symtab.c (search_symbols): Pass NULL for file_matcher to
6531         expand_symtabs_matching if there are no files to match.
6532
6533         * gdbtypes.c (lookup_typename): Simplify.
6534
6535 2012-05-23  Pedro Alves  <palves@redhat.com>
6536
6537         * arch-utils.h (default_target_signal_to_host): Delete.
6538         * arch-utils.c (default_target_signal_to_host): Delete.
6539         * gdbarch.sh (target_signal_to_host): Remove.
6540         * gdbarch.h, gdbarch.c: Regenerate.
6541
6542 2012-05-22  Doug Evans  <dje@google.com>
6543
6544         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6545         "const gdb_byte *".
6546         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6547         (execute_cfa_program): Update to match API of leb128 functions.
6548         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6549         "const gdb_byte *".
6550         (read_unsigned_leb128, read_signed_leb128): Delete.
6551         (read_initial_length): Change type of buf argument to
6552         "const gdb_byte *".
6553         (read_encoded_value): Update to match API of leb128 functions.
6554         (decode_frame_entry): Change result to "const gdb_byte *", and
6555         similarly for "start" parameter.
6556         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
6557         (dwarf2_build_frame_info): Change local frame_ptr to
6558         "const gdb_byte *".
6559         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6560         read_uleb128, read_sleb128.  All callers updated.
6561         (safe_skip_leb128): New function.
6562         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6563         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6564         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6565         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
6566         read_uleb128, read_sleb128.
6567         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6568         (execute_stack_op): Update to match API of leb128 functions.
6569         * dwarf2expr.h: #include "leb128.h".
6570         (read_uleb128, read_sleb128): Delete.
6571         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6572         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6573         * dwarf2loc.c (debug_loc_kind): New enum.
6574         (decode_debug_loc_addresses): New function.
6575         (decode_debug_loc_dwo_addresses): New function.
6576         (dwarf2_find_location_expression): Rewrite.
6577         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6578         (locexpr_describe_location_piece): Ditto.
6579         (disassemble_dwarf_expression): Ditto.
6580         (locexpr_describe_location_1): Ditto.
6581         (loclist_describe_location): Rewrite.
6582         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6583         * dwarf2read.c (die_reader_specs): New member "buffer_end".
6584         (dwarf2_section_buffer_overflow_complaint): Renamed from
6585         dwarf2_macros_too_long_complaint.  All callers updated.
6586         (skip_leb128): Delete.
6587         (init_cu_die_reader): Initialize reader->buffer_end.
6588         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6589         (skip_form_bytes): New arg buffer_end.  All callers updated.
6590         Replace call to skip_leb128 with gdb_skip_leb128.
6591         (skip_unknown_opcode): New arg mac_end.  All callers updated.
6592         (fill_in_loclist_baton): Initialize baton->from_dwo.
6593
6594 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
6595
6596         * mips-linux-nat.c (mips_linux_read_description): Use a more
6597         verbose error message.
6598
6599 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
6600
6601         * NEWS: Add MIPS/Linux DSP support.
6602         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6603         (SIGCONTEXT_DSPCTL): New macro.
6604         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6605         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6606         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6607         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6608         (N64_SIGCONTEXT_HI3): Likewise.
6609         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6610         (N64_SIGCONTEXT_LO3): Likewise.
6611         (N64_SIGCONTEXT_DSPCTL): Likewise.
6612         (N64_SIGCONTEXT_FPCSR): Clarify definition.
6613         (mips_linux_o32_sigframe_init): Handle DSP registers.
6614         (mips_linux_n32n64_sigframe_init): Likewise.
6615
6616 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6617
6618         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6619         call to abort.
6620
6621 2012-05-22  Pedro Alves  <palves@redhat.com>
6622
6623         * target.h (store_waitstatus): Move declaration ...
6624         * inf-child.h (store_waitstatus): ... here.
6625         * target.c: Move inclusion of gdb_wait.h, and ...
6626         (store_waitstatus): ... this ...
6627         * inf-child.c: ... here.
6628         * linux-nat.c: Include inf-child.h.
6629         * rs6000-nat.c: Include inf-child.h.
6630         * spu-linux-nat.c: Include inf-child.h.
6631
6632 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6633
6634         * tracepoint.c (start_tracing): Add missing i18n markup.
6635         (stop_tracing, set_trace_user): Ditto.
6636         (set_trace_notes, set_trace_stop_notes): Ditto.
6637
6638 2012-05-21  Tom Tromey  <tromey@redhat.com>
6639
6640         PR c++/7173:
6641         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6642         types.
6643         * value.h (value_cast_pointers): Update.
6644         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6645         (value_cast): Update.
6646         (update_search_result): New function.
6647         (do_search_struct_field): New, from search_struct_field.  Check
6648         for ambiguous results.
6649         (search_struct_field): Rewrite.
6650         * infcall.c (value_arg_coerce): Update.
6651         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6652         value_cast_pointers.
6653         * ada-lang.c (ada_convert_actual): Update.
6654
6655 2012-05-21  Tom Tromey  <tromey@redhat.com>
6656
6657         * macroexp.c (macro_stringify): Terminate the string.
6658
6659 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6660
6661         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6662         Describe it.
6663         * auto-load.c (auto_load_expand_dir_vars): New function.
6664         (auto_load_safe_path_vec_update): Use it, remove the
6665         substitute_path_component call thanks to it.
6666         (auto_load_objfile_script): Remove the debug_file_directory processing.
6667         Use auto_load_expand_dir_vars, remove the substitute_path_component
6668         call thanks to it.
6669         * configure: Regenerate.
6670         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6671         path.  Escape $ also for $debugdir.
6672         (--with_auto_load_safe_path): Escape $ also for $debugdir.
6673         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6674
6675 2012-05-20  Doug Evans  <dje@google.com>
6676
6677         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6678         before use.  Check for symtab->includes == NULL before scanning it.
6679
6680 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6681
6682         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6683
6684 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6685
6686         * NEWS: Add microMIPS support and "set mips compression",
6687         "show mips compression" commands.
6688         * mips-tdep.h (mips_isa): New enum.
6689         (gdbarch_tdep): Add mips_isa.
6690         (mips_pc_is_mips16): Update prototype.
6691         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6692         * mips-tdep.c (mips_compression_mips16): New variable.
6693         (mips_compression_micromips): Likewise.
6694         (mips_compression_strings): Likewise.
6695         (mips_compression_string): Likewise.
6696         (is_mips16_isa, is_micromips_isa): New functions.
6697         (is_mips16_addr): Rename to...
6698         (is_compact_addr): ... this.
6699         (unmake_mips16_addr): Likewise to...
6700         (unmake_compact_addr): ... this.
6701         (make_mips16_addr): Likewise to...
6702         (make_compact_addr): ... this.
6703         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6704         functions.
6705         (mips_elf_make_msymbol_special): Handle microMIPS code.
6706         (msymbol_is_special): Rename to...
6707         (msymbol_is_mips16): ... this.
6708         (mips_make_symbol_special, mips_pc_is_mips16): Update
6709         accordingly.
6710         (msymbol_is_mips, msymbol_is_micromips): New functions.
6711         (mips16_to_32_reg): Rename to...
6712         (mips_reg3_to_reg): ... this.
6713         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6714         (mips_pc_isa): Likewise.
6715         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6716         code.
6717         (mips_fetch_instruction): Pass return status instead of printing
6718         an error message if requested.  Handle microMIPS code.  Bail out
6719         on an invalid ISA.
6720         (micromips_op): New macro.
6721         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6722         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6723         (b6s4_op, b7s3_reg): Likewise.
6724         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6725         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6726         (mips_insn_size): New function.
6727         (mips32_next_pc): Update mips_fetch_instruction call.
6728         (micromips_relative_offset7): New function.
6729         (micromips_relative_offset10): Likewise.
6730         (micromips_relative_offset16): Likewise.
6731         (micromips_pc_insn_size): Likewise.
6732         (micromips_bc1_pc): Likewise.
6733         (micromips_next_pc): Likewise.
6734         (unpack_mips16): Update mips_fetch_instruction call.
6735         (extended_mips16_next_pc): Update according to change to
6736         mips16_to_32_reg.
6737         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
6738         code.
6739         (mips16_scan_prologue): Update mips_fetch_instruction call.
6740         Update according to change to mips16_to_32_reg.
6741         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6742         (mips_insn16_frame_base_sniffer): Likewise.
6743         (micromips_decode_imm9): New function.
6744         (micromips_scan_prologue): Likewise.
6745         (mips_micro_frame_cache): Likewise.
6746         (mips_micro_frame_this_id): Likewise.
6747         (mips_micro_frame_prev_register): Likewise.
6748         (mips_micro_frame_sniffer): Likewise.
6749         (mips_micro_frame_unwind): New variable.
6750         (mips_micro_frame_base_address): New function.
6751         (mips_micro_frame_base): New variable.
6752         (mips_micro_frame_base_sniffer): New function.
6753         (mips32_scan_prologue): Update mips_fetch_instruction call.
6754         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6755         rather than for MIPS16.
6756         (mips_insn32_frame_base_sniffer): Likewise.
6757         (mips_addr_bits_remove): Handle microMIPS code.
6758         (deal_with_atomic_sequence): Rename to...
6759         (mips_deal_with_atomic_sequence): ... this.  Update the type
6760         of the variable used to hold an instruction.  Remove the ISA bit
6761         check.  Update mips_fetch_instruction call.
6762         (micromips_deal_with_atomic_sequence): New function.
6763         (deal_with_atomic_sequence): Likewise.
6764         (mips_about_to_return): Handle microMIPS code.  Update
6765         mips_fetch_instruction call.
6766         (heuristic_proc_start): Check for the standard MIPS ISA rather
6767         than for MIPS16.  Update mips_pc_is_mips16 and
6768         mips_fetch_instruction calls.  Handle microMIPS code.
6769         (mips_push_dummy_code): Handle microMIPS code.
6770         (mips_eabi_push_dummy_call): Likewise.
6771         (mips_o32_return_value): Update mips_pc_is_mips16 call.
6772         (mips_o64_push_dummy_call): Handle microMIPS code.
6773         (mips_o64_return_value): Update mips_pc_is_mips16 call.
6774         (is_delayed): Remove function.
6775         (mips_single_step_through_delay): Replace the call to is_delayed
6776         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
6777         Handle microMIPS code.
6778         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
6779         microMIPS code.
6780         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6781         call.
6782         (micromips_in_function_epilogue_p): New function.
6783         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6784         call.
6785         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6786         Handle microMIPS.
6787         (gdb_print_insn_mips): Likewise.
6788         (mips_breakpoint_from_pc): Likewise.
6789         (mips_remote_breakpoint_from_pc): New function.
6790         (mips32_instruction_has_delay_slot): Simplify making use of the
6791         updated mips_fetch_instruction interface.
6792         (micromips_instruction_has_delay_slot): New function.
6793         (mips16_instruction_has_delay_slot): Simplify making use of the
6794         updated mips_fetch_instruction interface.
6795         (mips_adjust_breakpoint_address): Check for the standard MIPS
6796         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
6797         calls.  Handle microMIPS code.
6798         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6799         (mips_skip_trampoline_code): Handle microMIPS code.
6800         (global_mips_compression): New function.
6801         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6802         file flags.  Register the microMIPS remote breakpoint handler
6803         and heuristic frame unwinder.
6804         (show_mips_compression): New function.
6805         (_initialize_mips_tdep): Add the "set mips compression" and
6806         "show mips compression" commands.
6807
6808 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
6809
6810         * ada-lang.c:
6811         * ada-tasks.c:
6812         * ada-varobj.c:
6813         * amd64-darwin-tdep.c:
6814         * arm-symbian-tdep.c:
6815         * arm-tdep.c:
6816         * avr-tdep.c:
6817         * ax-gdb.c:
6818         * bfin-linux-tdep.c:
6819         * breakpoint.c:
6820         * c-valprint.c:
6821         * cli/cli-cmds.c:
6822         * coffread.c:
6823         * cp-support.c:
6824         * cris-tdep.c:
6825         * dwarf2-frame-tailcall.c:
6826         * dwarf2-frame.c:
6827         * dwarf2expr.c:
6828         * dwarf2loc.c:
6829         * dwarf2read.c:
6830         * elfread.c:
6831         * eval.c:
6832         * expprint.c:
6833         * f-valprint.c:
6834         * frv-tdep.c:
6835         * h8300-tdep.c:
6836         * hppa-hpux-tdep.c:
6837         * hppa-tdep.c:
6838         * hppanbsd-tdep.c:
6839         * i386-nto-tdep.c:
6840         * i386-tdep.c:
6841         * i387-tdep.c:
6842         * ia64-tdep.c:
6843         * jit.c:
6844         * linespec.c:
6845         * linux-tdep.c:
6846         * lm32-tdep.c:
6847         * m2-valprint.c:
6848         * m32c-tdep.c:
6849         * m32r-rom.c:
6850         * m32r-tdep.c:
6851         * m68k-tdep.c:
6852         * m68klinux-tdep.c:
6853         * mi/mi-main.c:
6854         * microblaze-tdep.c:
6855         * mips-linux-tdep.c:
6856         * mips-tdep.c:
6857         * mn10300-tdep.c:
6858         * p-valprint.c:
6859         * parse.c:
6860         * ppc-linux-tdep.c:
6861         * ppc-sysv-tdep.c:
6862         * printcmd.c:
6863         * python/py-finishbreakpoint.c:
6864         * python/py-inferior.c:
6865         * python/py-infthread.c:
6866         * python/py-type.c:
6867         * python/python.c:
6868         * remote-fileio.c:
6869         * remote-m32r-sdi.c:
6870         * remote-mips.c:
6871         * reverse.c:
6872         * rl78-tdep.c:
6873         * rs6000-aix-tdep.c:
6874         * rs6000-tdep.c:
6875         * s390-tdep.c:
6876         * score-tdep.c:
6877         * sh64-tdep.c:
6878         * skip.c:
6879         * solib-darwin.c:
6880         * solib-dsbt.c:
6881         * solib-frv.c:
6882         * sparc-tdep.c:
6883         * spu-multiarch.c:
6884         * spu-tdep.c:
6885         * stack.c:
6886         * symfile.c:
6887         * symtab.c:
6888         * tic6x-tdep.c:
6889         * tracepoint.c:
6890         * v850-tdep.c:
6891         * valarith.c:
6892         * valprint.c:
6893         * value.c:
6894         * xcoffread.c:
6895         * xtensa-tdep.c:
6896         * ada-lang.c:
6897         * ada-tasks.c:
6898         * ada-varobj.c:
6899         * amd64-darwin-tdep.c:
6900         * arm-symbian-tdep.c:
6901         * arm-tdep.c: Delete unused variables.
6902
6903 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6904
6905         Rename $ddir to $datadir.
6906         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6907         * auto-load.c (auto_load_safe_path_vec_update)
6908         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6909         * configure: Regenerate.
6910         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6911         Likewise.  Remove the 'use $ddir' help string.
6912
6913 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6914
6915         * auto-load.c (show_auto_load_safe_path): Accept any combination of
6916         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6917
6918 2012-05-18  Tom Tromey  <tromey@redhat.com>
6919
6920         PR exp/13907:
6921         * valprint.h (struct value_print_options) <symbol_print>: New
6922         field.
6923         * valprint.c (user_print_options): Add default for symbol_print.
6924         (show_symbol_print): New function.
6925         (generic_val_print): Respect symbol_print.
6926         (_initialize_valprint): Add "print symbol" setting.
6927         * f-valprint.c (f_val_print): Respect symbol_print.
6928         * c-valprint.c (c_val_print): Respect symbol_print.
6929         * NEWS: Update.
6930         * printcmd.c (print_address_symbolic): Return int.  Ignore some
6931         zero-size symbols.
6932         (print_address_demangle): Return int.
6933         * defs.h: (print_address_symbolic): Return int.
6934         * value.h (print_address_demangle): Return int.
6935
6936 2012-05-18  Tom Tromey  <tromey@redhat.com>
6937
6938         * valprint.c (val_print_string): Don't print leading space.
6939         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6940         print space before string or vtbl.
6941         * m2-valprint.c (print_unpacked_pointer): Optionally print space
6942         before string.
6943         * jv-valprint.c (java_value_print): Print space before string.
6944         * go-valprint.c (print_go_string): Print space before string.
6945         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6946         space before string.
6947         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6948         space before string or vtbl.
6949         * auxv.c (fprint_target_auxv): Print space after address.
6950
6951 2012-05-18  Tom Tromey  <tromey@redhat.com>
6952
6953         * printcmd.c (print_address_demangle): Remove special case for 0.
6954
6955 2012-05-18  Tom Tromey  <tromey@redhat.com>
6956
6957         * printcmd.c (print_address_demangle): Add 'opts' argument.
6958         * p-valprint.c (pascal_val_print): Update.
6959         * jv-valprint.c (java_val_print): Update.
6960         * value.h: Update.
6961         * valprint.c (generic_val_print): Update.
6962         (print_function_pointer_address): Add 'options' argument.  Remove
6963         'addressprint' argument.  Update.
6964         * m2-valprint.c (print_unpacked_pointer): Update.
6965         * gnu-v3-abi.c (print_one_vtable): Update.
6966         (gnuv3_print_method_ptr): Update.
6967         * f-valprint.c (f_val_print): Update.
6968         * cp-valprint.c (cp_print_value_fields): Update.
6969         * valprint.h (print_function_pointer_address): Update.
6970         * c-valprint.c (c_val_print): Update.
6971
6972 2012-05-18  Tom Tromey  <tromey@redhat.com>
6973
6974         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6975         directly corresponding to the found psymtab.
6976         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6977         (dw2_find_pc_sect_symtab): Use it.
6978         * block.h (blockvector_contains_pc): Declare.
6979         * block.c (find_block_in_blockvector): New function.
6980         (blockvector_for_pc_sect): Use it.
6981         (blockvector_contains_pc): New function.
6982
6983 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6984
6985         * mips-tdep.h (mips_write_pc): New prototype.
6986         * mips-tdep.c (mips_write_pc): Make external, add description.
6987         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6988         add description.
6989
6990 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6991
6992         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6993         mips_regnum->pc.
6994         (mips_unwind_pc, mips_write_pc): Likewise.
6995         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6996         gdbarch_read_pc.
6997
6998 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
6999
7000         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
7001         proc_warn, proc_error, proc_get_status, proc_flags,
7002         proc_why, proc_what, proc_nsysarg, proc_sysargs,
7003         proc_set_run_on_last_close, proc_unset_run_on_last_close,
7004         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
7005         proc_stop_process, proc_wait_for_stop, proc_run_process,
7006         proc_set_traced_signals, proc_set_traced_faults,
7007         proc_set_traced_sysentry, proc_set_traced_sysexit,
7008         proc_set_held_signals, proc_get_held_signals,
7009         proc_get_traced_signals, proc_get_traced_faults,
7010         proc_get_traced_sysentry, proc_get_traced_sysexit,
7011         proc_clear_current_fault, proc_set_current_signal,
7012         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
7013         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
7014         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
7015         proc_get_current_thread, proc_get_current_thread,
7016         proc_get_current_thread, proc_update_threads,
7017         proc_update_threads, proc_update_threads, proc_update_threads,
7018         proc_iterate_over_threads, procfs_find_new_threads,
7019         procfs_pid_to_str): Make static.  Remove advance declaration.
7020         (proc_cursig): Make static.  Conditionalized defintion on
7021         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
7022         (proc_syscall, proc_set_kill_on_last_close,
7023         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
7024         proc_get_pending_signals, proc_get_signal_actions,
7025         proc_trace_signal, proc_ignore_signal): Delete.
7026
7027 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
7028
7029         * coffread.c (cs_section_address): Passing proper argument for
7030         `bfd_get_section_vma'.
7031         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
7032         `bfd_get_section_flags'.
7033         * remote.c (remote_trace_set_readonly_regions): Likewise, for
7034         `bfd_get_section_vma'.
7035
7036 2012-05-16  Tom Tromey  <tromey@redhat.com>
7037
7038         PR macros/13205:
7039         * macrotab.h: (macro_define_special): Declare.
7040         (enum macro_special_kind): New.
7041         (struct macro_definition) <argc, replacement>: Update comments.
7042         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
7043         (macro_define_object_internal): New function.
7044         (macro_define_object): Use it.
7045         (macro_define_special): New function.
7046         (fixup_definition): New function.
7047         (macro_lookup_definition, foreach_macro_in_scope)
7048         (foreach_macro): Use fixup_definition.
7049         * macroexp.h (macro_stringify): Declare.
7050         * macroexp.c (free_buffer_return_text): New function.
7051         (stringify): Constify "arg".
7052         (macro_stringify): New function.
7053         * dwarf2read.c (macro_start_file): Call macro_define_special.
7054
7055 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
7056             Maciej W. Rozycki  <macro@mips.com>
7057
7058         * breakpoint.h (bp_location): Add related_address member.
7059         * inferior.h (get_return_value): Take a pointer to struct value
7060         instead of struct type for the function requested.
7061         * value.h (using_struct_return): Likewise.
7062         * gdbarch.sh (return_value): Take a pointer to struct value
7063         instead of struct type for the function requested.
7064         * breakpoint.c (set_breakpoint_location_function): Initialize
7065         related_address for bp_gnu_ifunc_resolver breakpoints.
7066         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7067         requested function's address to gdbarch_return_value.
7068         * eval.c (evaluate_subexp_standard): Pass the requested
7069         function's address to using_struct_return.
7070         * infcall.c (call_function_by_hand): Pass the requested
7071         function's address to using_struct_return and
7072         gdbarch_return_value.
7073         * infcmd.c (get_return_value): Take a pointer to struct value
7074         instead of struct type for the function requested.
7075         (print_return_value): Update accordingly.
7076         (finish_command_continuation): Likewise.
7077         * stack.c (return_command): Pass the requested function's
7078         address to using_struct_return and gdbarch_return_value.
7079         * value.c (using_struct_return): Take a pointer to struct value
7080         instead of struct type for the function requested.  Pass the
7081         requested function's address to gdbarch_return_value.
7082         * python/py-finishbreakpoint.c (finish_breakpoint_object):
7083         New function_value member, replacing function_type.
7084         (bpfinishpy_dealloc): Update accordingly.
7085         (bpfinishpy_pre_stop_hook): Likewise.
7086         (bpfinishpy_init): Likewise.  Record the requested function's
7087         address.
7088         * mips-tdep.c (mips_fval_reg): New enum.
7089         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7090         words put in GP registers.
7091         (mips_o64_push_dummy_call): Update a comment.
7092         (mips_o32_return_value): Take a pointer to struct value instead
7093         of struct type for the function requested and use it to check if
7094         using the MIPS16 calling convention.  Return the designated
7095         general purpose registers for floating-point values returned in
7096         MIPS16 mode.
7097         (mips_o64_return_value): Likewise.
7098         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7099         (ppc_sysv_abi_broken_return_value): Likewise.
7100         (ppc64_sysv_abi_return_value): Likewise.
7101         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7102         value instead of struct type for the function requested.
7103         * amd64-tdep.c (amd64_return_value): Likewise.
7104         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7105         * arm-tdep.c (arm_return_value): Likewise.
7106         * avr-tdep.c (avr_return_value): Likewise.
7107         * bfin-tdep.c (bfin_return_value): Likewise.
7108         * cris-tdep.c (cris_return_value): Likewise.
7109         * frv-tdep.c (frv_return_value): Likewise.
7110         * h8300-tdep.c (h8300_return_value): Likewise.
7111         (h8300h_return_value): Likewise.
7112         * hppa-tdep.c (hppa32_return_value): Likewise.
7113         (hppa64_return_value): Likewise.
7114         * i386-tdep.c (i386_return_value): Likewise.
7115         * ia64-tdep.c (ia64_return_value): Likewise.
7116         * iq2000-tdep.c (iq2000_return_value): Likewise.
7117         * lm32-tdep.c (lm32_return_value): Likewise.
7118         * m32c-tdep.c (m32c_return_value): Likewise.
7119         * m32r-tdep.c (m32r_return_value): Likewise.
7120         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7121         * m68k-tdep.c (m68k_return_value): Likewise.
7122         (m68k_svr4_return_value): Likewise.
7123         * m88k-tdep.c (m88k_return_value): Likewise.
7124         * mep-tdep.c (mep_return_value): Likewise.
7125         * microblaze-tdep.c (microblaze_return_value): Likewise.
7126         * mn10300-tdep.c (mn10300_return_value): Likewise.
7127         * moxie-tdep.c (moxie_return_value): Likewise.
7128         * mt-tdep.c (mt_return_value): Likewise.
7129         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7130         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7131         (ppc_sysv_abi_broken_return_value): Likewise.
7132         (ppc64_sysv_abi_return_value): Likewise.
7133         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7134         * rl78-tdep.c (rl78_return_value): Likewise.
7135         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7136         * rx-tdep.c (rx_return_value): Likewise.
7137         * s390-tdep.c (s390_return_value): Likewise.
7138         * score-tdep.c (score_return_value): Likewise.
7139         * sh-tdep.c (sh_return_value_nofpu): Likewise.
7140         (sh_return_value_fpu): Likewise.
7141         * sh64-tdep.c (sh64_return_value): Likewise.
7142         * sparc-tdep.c (sparc32_return_value): Likewise.
7143         * sparc64-tdep.c (sparc64_return_value): Likewise.
7144         * spu-tdep.c (spu_return_value): Likewise.
7145         * tic6x-tdep.c (tic6x_return_value): Likewise.
7146         * v850-tdep.c (v850_return_value): Likewise.
7147         * vax-tdep.c (vax_return_value): Likewise.
7148         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7149         * xtensa-tdep.c (xtensa_return_value): Likewise.
7150         * gdbarch.c: Regenerate.
7151         * gdbarch.h: Regenerate.
7152
7153 2012-05-15  Tom Tromey  <tromey@redhat.com>
7154
7155         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7156
7157 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7158
7159         * breakpoint.c (init_breakpoint_sal): Add quotes around part
7160         of command in two error message.
7161
7162 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7163
7164         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7165
7166 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7167
7168         * breakpoint.c (find_condition_and_thread): Minor reformatting.
7169
7170 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7171
7172         * NEWS (show auto-load scripts-directory): Add forgotten command.
7173
7174 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7175
7176         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7177         parameters.
7178
7179 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
7180
7181         * amd64-tdep.c: Include features/i386/x32.c and
7182         features/i386/x32-avx.c.
7183         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7184         initialize_tdesc_x32_avx.
7185
7186 2012-05-14  Stan Shebs  <stan@codesourcery.com>
7187
7188         Add dynamic printf.
7189         * breakpoint.h (enum bptype): New type bp_dprintf.
7190         (struct breakpoint): New field extra_string.
7191         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7192         (create_breakpoint): Add extra_string arg.
7193         * breakpoint.c (dprintf_breakpoint_ops): New.
7194         (is_breakpoint): Add bp_dprintf.
7195         (bpstat_what): Add dprintf case.
7196         (bptype_string): Ditto.
7197         (print_one_breakpoint_location): Ditto.
7198         (init_bp_location): Ditto.
7199         (bkpt_print_mention): Ditto.
7200         (dprintf_style_enums): New array.
7201         (dprintf_style): New global.
7202         (dprintf_function): New global.
7203         (dprintf_channel): New global.
7204         (update_dprintf_command_list): New function.
7205         (update_dprintf_commands): New function.
7206         (init_breakpoint_sal): Add extra_string argument, handle it.
7207         (create_breakpoint_sal): Add extra_string argument.
7208         (create_breakpoints_sal): Add extra_string argument, update callers.
7209         (find_condition_and_thread): Add extra argument.
7210         (create_breakpoint): Add extra_string argument, record it.
7211         (dprintf_command): New function.
7212         (break_command_1): Add arg to create_breakpoint call.
7213         (handle_gnu_v3_exceptions): Ditto.
7214         (trace_command): Ditto.
7215         (ftrace_command): Ditto.
7216         (strace_command): Ditto.
7217         (bkpt_print_mention): Add dprintf case.
7218         (create_breakpoint_sal_default): Add extra_string argument.
7219         (_initialize_breakpoint): Add new commands.
7220         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7221         * python/py-breakpoint.c (bppy_init): Ditto.
7222         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7223
7224 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
7225
7226         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7227
7228 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
7229
7230         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7231         unsigned long long.
7232
7233 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
7234
7235         Add a new function gdb.find_pc_line to the Python API.
7236         * NEWS (Python Scripting): Add entry about the new function.
7237         * python/python.c (gdbpy_find_pc_line): New function which
7238         implements gdb.find_pc_line.
7239         (GdbMethods): Add entry for the new function.
7240
7241 2012-05-12  Pedro Alves  <palves@redhat.com>
7242
7243         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7244         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7245
7246 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
7247
7248         * inferior.c: Include completer.h
7249         (initialize_inferiors): Set completer of add-inferior to
7250         filename_completer.
7251
7252 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7253
7254         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7255         gdbarch_ptr_bit for x32 core dump.
7256
7257 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7258
7259         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7260         and features/i386/x32-avx-linux.c.
7261
7262 2012-05-11  Stan Shebs  <stan@codesourcery.com>
7263             Kwok Cheung Yeung  <kcy@codesourcery.com>
7264
7265         * NEWS: Describe new info os commands.
7266         * common/linux-osdata.c (PID_T, TIME_T): Define.
7267         (MAX_PID_T_STRLEN): New.
7268         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
7269         MAX_PID_T_STRLEN.
7270         (command_from_pid): Add comment.  Change to use PID_T.
7271         (commandline_from_pid):  Change to use PID_T.
7272         (user_from_pid): Add comment.
7273         (get_process_owner): Add comment. Change to use PID_T and
7274         MAX_PID_T_STRLEN.
7275         (get_number_of_cpu_cores): Add comment.
7276         (get_cores_used_by_process): Add comment.  Change to use PID_T and
7277         MAX_PID_T_STRLEN.
7278         (linux_xfer_osdata_processes): Change to use PID_T and
7279         MAX_PID_T_STRLEN.
7280         (compare_processes): New function.
7281         (linux_xfer_osdata_processgroups): New function.
7282         (linux_xfer_osdata_threads): Change to use PID_T.
7283         (linux_xfer_osdata_fds): New function.
7284         (format_socket_state, print_sockets): New functions.
7285         (union socket_addr): New union.
7286         (linux_xfer_osdata_isockets): New function.
7287         (time_from_time_t, group_from_gid): New functions.
7288         (linux_xfer_osdata_shm): New function.
7289         (linux_xfer_osdata_sem): New function.
7290         (linux_xfer_osdata_msg): New function.
7291         (linux_xfer_osdata_modules): New function.
7292         (osdata_table): Add new entries.
7293         * common/buffer.c (buffer_xml_printf): Add support for long and
7294         long long format specifiers.
7295
7296 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7297
7298         * amd64-linux-tdep.h (tdesc_x32_linux): New.
7299         (tdesc_x32_avx_linux): Likewise.
7300
7301 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7302
7303         Implement multi-component --with-auto-load-dir.
7304         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7305         entries.
7306         (--with-auto-load-safe-path): Update the default value description.
7307         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7308         New.
7309         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
7310         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
7311         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
7312         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
7313         "set auto-load scripts-directory".
7314         * config.in: Regenerate.
7315         * configure: Regenerate.
7316         * configure.ac (--with-auto-load-dir): New configure option.
7317         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7318
7319 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7320
7321         Provide $ddir substitution for --with-auto-load-safe-path.
7322         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7323         entries.
7324         * auto-load.c: Include observer.h.
7325         (auto_load_safe_path_vec_update): Call substitute_path_component for
7326         each component.  New variable ddir_subst.
7327         (auto_load_gdb_datadir_changed): New function.
7328         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7329         AUTO_LOAD_SAFE_PATH.  New comment.
7330         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7331         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
7332         * config.in: Regenerate.
7333         * configure: Regenerate.
7334         * configure.ac (--auto-load-safe-path): Rename
7335         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
7336         GDB_DATADIR/auto-load.
7337         * defs.h (substitute_path_component): New declaration.
7338         * top.c: Include observer.h.
7339         (set_gdb_datadir): New function.
7340         (init_main): Install it for "set data-directory".
7341         * utils.c (substitute_path_component): New function.
7342
7343 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7344
7345         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7346         * auto-load.c (auto_load_objfile_script): Remove check for NULL
7347         DEBUG_FILE_DIRECTORY.  Handle multiple components of
7348         DEBUG_FILE_DIRECTORY.
7349
7350 2012-05-10  Tom Tromey  <tromey@redhat.com>
7351
7352         * dwarf2read.c (recursively_write_psymbols): New function.
7353         (write_psymtabs_to_index): Use it.
7354
7355         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7356         field.
7357         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7358         (load_partial_comp_unit): Update.
7359         (queue_comp_unit): Add argument 'pretend_language'.
7360         (process_queue): Update.
7361         (psymtab_to_symtab_1): Skip dependencies that have a user.
7362         (load_partial_comp_unit_reader): Give meaning to the 'data'
7363         argument.
7364         (load_full_comp_unit): Add 'pretend_language' argument.
7365         (process_full_comp_unit): Add 'pretend_language' argument.  Set
7366         language on CU.
7367         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7368         Update.
7369         (maybe_queue_comp_unit): Add 'pretend_language' argument.
7370         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7371         Update.
7372         (prepare_one_comp_unit): Add 'pretend_language' argument.
7373
7374         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7375         (struct dwarf2_per_objfile) <just_read_cus>: New field.
7376         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7377         (dw2_do_instantiate_symtab): Check whether symtab was read in
7378         before queueing.
7379         (dw2_instantiate_symtab): Add assertion.  Call
7380         process_cu_includes.
7381         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7382         (partial_symtab_p): New typedef.
7383         (set_partial_user): New function.
7384         (dwarf2_build_psymtabs_hard): Use set_partial_user.
7385         (scan_partial_symbols): Add imported CU to imported_symtabs.
7386         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7387         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7388         (get_symtab, recursively_compute_inclusions)
7389         (compute_symtab_includes, process_cu_includes)
7390         (process_imported_unit_die): New functions.
7391         (process_die) <DW_TAG_imported_unit>: New case.
7392         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7393
7394         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7395         comment.
7396         (struct partial_die_info) <locdesc>: Remove.
7397         <d>: New field.
7398         (process_psymtab_comp_unit): Add 'read_partial' argument.
7399         Update.
7400         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7401         (scan_partial_symbols): Handle DW_TAG_imported_unit.
7402         (add_partial_symbol): Update.
7403         (process_die): Handle DW_TAG_partial_unit.
7404         (read_file_scope): Update comment.
7405         (load_partial_dies): Handle DW_TAG_imported_unit.
7406         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7407         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7408
7409 2012-05-10  Tom Tromey  <tromey@redhat.com>
7410
7411         * cc-with-dwz.sh: New file.
7412
7413 2012-05-10  Tom Tromey  <tromey@redhat.com>
7414
7415         * symtab.h (struct symtab) <includes, user>: New fields.
7416         * block.h (struct block_iterator) <d, idx, which>: New fields.
7417         * block.c (initialize_block_iterator, find_iterator_symtab)
7418         (block_iterator_step, block_iter_name_step)
7419         (block_iter_match_step): New functions.
7420         (block_iterator_first, block_iterator_next)
7421         (block_iter_name_first, block_iter_name_next)
7422         (block_iter_match_first, block_iter_match_next): Rewrite.
7423         (get_block_symtab): New function.
7424
7425 2012-05-10  Tom Tromey  <tromey@redhat.com>
7426
7427         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7428         set_block_symtab.
7429         * jit.c (finalize_symtab): Use allocate_global_block,
7430         set_block_symtab.
7431         * buildsym.c (finish_block_internal): New function, from old
7432         finish_block.
7433         (finish_block): Rewrite.
7434         (end_symtab): Use finish_block_internal, set_block_symtab.
7435         * block.h (struct global_block): New.
7436         (allocate_global_block, set_block_symtab): Declare.
7437         * block.c (allocate_global_block, set_block_symtab): New
7438         functions.
7439
7440 2012-05-10  Tom Tromey  <tromey@redhat.com>
7441
7442         * psymtab.c (partial_map_expand_apply): Add assertion.
7443         (partial_map_symtabs_matching_filename): Skip included psymtabs.
7444         (psymtab_to_symtab): Find unshared psymtab.
7445         (dump_psymtab): Print including psymtabs.
7446         (recursively_search_psymtabs): New function.
7447         (expand_symtabs_matching_via_partial): Use it.
7448         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7449         fields.
7450         (enum psymtab_search_status): New.
7451
7452 2012-05-10  Tom Tromey  <tromey@redhat.com>
7453
7454         * tracepoint.c (scope_info): Update.
7455         * symtab.c (lookup_block_symbol, iterate_over_symbols)
7456         (find_pc_sect_symtab, search_symbols)
7457         (default_make_symbol_completion_list_break_on)
7458         (make_file_symbol_completion_list): Update.
7459         * symmisc.c (dump_symtab_1): Update.
7460         * stack.c (print_frame_args, iterate_over_block_locals)
7461         (print_frame_labels, iterate_over_block_arg_vars): Update.
7462         * python/py-block.c (block_object) <dict>: Remove.
7463         <block>: New field.
7464         <iter>: Change type.
7465         (blpy_iter): Update.
7466         (blpy_block_syms_iternext): Update.
7467         * psymtab.c (map_block): Use block iterators.
7468         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7469         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7470         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7471         * infrun.c (check_exception_resume): Update.
7472         * cp-support.c (make_symbol_overload_list_block): Update.
7473         * coffread.c (patch_opaque_types): Update.
7474         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7475         * block.h (struct block_iterator): New.
7476         (block_iterator_first, block_iterator_next, block_iter_name_first)
7477         (block_iter_name_next, block_iter_match_first)
7478         (block_iter_match_next): Declare.
7479         (ALL_BLOCK_SYMBOLS): Redefine.
7480         * block.c (block_iterator_first, block_iterator_next)
7481         (block_iter_name_first, block_iter_name_next)
7482         (block_iter_match_first, block_iter_match_next): New functions.
7483         * ada-lang.c (ada_add_block_symbols)
7484         (ada_make_symbol_completion_list): Use block iterator.
7485
7486 2012-05-10  Tom Tromey  <tromey@redhat.com>
7487
7488         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7489         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7490         (lookup_partial_symbol, find_last_source_symtab_from_partial)
7491         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7492         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7493         Update.
7494
7495 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
7496
7497         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7498         print-file-var-lib2.c, print-file-var-main.c and
7499         print-file-var.exp (located in gdb/testsuite/gdb.base).
7500
7501 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
7502
7503         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7504         try locating the symbol in the symbol's own objfile first, before
7505         extending the search to all objfiles.
7506         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7507         out of lookup_symbol_aux_symtabs.
7508         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7509         Replace extracted-out code by call to lookup_symbol_aux_objfile.
7510         Do not search EXCLUDE_OBJFILE.
7511         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7512         (lookup_symbol_global): Search for matches in the block's objfile
7513         first, before searching all other objfiles.
7514
7515 2012-05-10  Tristan Gingold  <gingold@adacore.com>
7516
7517         * printcmd.c (set_command): Add pre/post inc/dec.
7518
7519 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
7520
7521         * gdb.1: Document -ex option.
7522
7523 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
7524
7525         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7526         * inferior.h (AT_SYMBOL): Delete.
7527
7528 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
7529
7530         * mips-tdep.c (mips_push_dummy_code): New function.
7531         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7532         ON_STACK and install mips_push_dummy_code as our gdbarch
7533         push_dummy_code routine.
7534
7535 2012-05-09  Pedro Alves  <palves@redhat.com>
7536
7537         * target.c (set_maintenance_target_async_permitted): Rename to ...
7538         (set_target_async_command): ... this.
7539         (show_maintenance_target_async_permitted): Rename to ...
7540         (show_target_async_command): ... this.
7541         (initialize_targets): Adjust.
7542
7543 2012-05-08  Doug Evans  <dje@google.com>
7544
7545         * go-exp.y (classify_name): Add missing assignment of fields of
7546         yylval.ssym.
7547
7548 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
7549
7550         Display the ">" prompt in interactive mode while reading canned
7551         commands, even when the current interpreter is MI.
7552
7553         * interps.c (interp_set_temp): New function.
7554
7555         * interps.h (interp_set_temp): Add prototype.
7556
7557         * cli/cli-script.c (restore_interp): New cleanup function.
7558         (read_command_lines): Temporarily override the current interpreter
7559         with CLI and arrange for restoring the original one.
7560
7561 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
7562
7563         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7564
7565 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7566
7567         * probe.c (parse_probes): Move conditional to check for
7568         debuginfo files from here...
7569         * stap-probe.c (stap_get_probes): ... to here.
7570
7571 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
7572             H.J. Lu  <hongjiu.lu@intel.com>
7573
7574         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7575         `movl %esp, %ebp' for the X32 ABI.
7576
7577 2012-05-07  Tom Tromey  <tromey@redhat.com>
7578
7579         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
7580         get_DW_TAG_name.
7581         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
7582         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
7583         (dwarf_stack_op_name): Remove.
7584         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
7585         (decode_locdesc): Use get_DW_OP_name.
7586         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7587         (dwarf2_compile_expr_to_ax): Likewise.
7588         (disassemble_dwarf_expression): Likewise.
7589         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7590
7591 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
7592
7593         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7594         (sh_linux_sigtramp_cache): New function.
7595         (sh_linux_sigreturn_init): New function.
7596         (sh_linux_rt_sigreturn_init): New function.
7597         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7598         patterns.
7599         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7600         syscall codes.
7601         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7602         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7603         (sh_linux_init_abi): Add init calls to register new tramp_frame
7604         definitions under 32-bit SH, update comments.
7605
7606 2012-05-07  Pedro Alves  <palves@redhat.com>
7607
7608         PR gdb/10952
7609
7610         * amd64-linux-tdep.c: Include glibc-tdep.h.
7611         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7612         gdbarch_skip_solib_resolver callback.
7613
7614 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7615
7616         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7617         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7618         (show_auto_load_safe_path): Check any-directory by comparison with "/".
7619         (add_auto_load_safe_path): Change the error message.
7620         (_initialize_auto_load): Change the "safe-path" help text.
7621         * configure: Regenerate
7622         * configure.ac (--without-auto-load-safe-path): Set
7623         WITH_AUTO_LOAD_SAFE_PATH to /.
7624
7625 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7626
7627         * stap-probe.h: Do not include unecessary `probe.h'.
7628
7629 2012-05-05  Alan Modra  <amodra@gmail.com>
7630
7631         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7632         bfd_und_section_ptr.
7633         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7634         and bfd_com_section_ptr.
7635
7636 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
7637
7638         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7639
7640 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
7641
7642         * windows-nat.h (segment_register_p_ftype): New typedef.
7643         (windows_set_segment_register_p): Add declaration.
7644         * windows-nat.c (segment_register_p): New static global.
7645         (windows_set_segment_register_p): New function.
7646         (do_windows_fetch_inferior_registers): Add special handling
7647         for segment registers.
7648         * amd64-windows-nat.c: #include "amd64-tdep.h".
7649         (amd64_windows_segment_register_p): New function.
7650         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7651         * i386-windows-nat.c: #include "i386-tdep.h".
7652         (i386_windows_segment_register_p): New function.
7653         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7654
7655 2012-05-04  Tristan Gingold  <gingold@adacore.com>
7656
7657         * printcmd.c (set_command): Emit a warning if the expression is not
7658         an assignment.
7659
7660 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
7661
7662         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7663         Make static.
7664
7665 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
7666
7667         * stap-probe.c (stap_is_operator): Change declaration.
7668         (stap_get_opcode): Change return value.
7669         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7670         `stap_parse_argument_1'.
7671
7672 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
7673
7674         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7675         debug log.
7676
7677 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
7678
7679         Add two new methods global_block and static_block to gdb.Symtab
7680         objects.
7681         * NEWS (Python scripting): Add entry about the new methods.
7682         * python/py-symtab.c (stpy_global_block): New function which
7683         implements the gdb.Symtab.global_block() method.
7684         (stpy_static_block): New function which implements the
7685         gdb.Symtab.static_block() method.
7686         (symtab_object_methods): Add entries for the two new methods.
7687
7688 2012-05-03  Doug Evans  <dje@google.com>
7689
7690         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7691         files.
7692
7693 2012-05-03  Yao Qi  <yao@codesourcery.com>
7694
7695         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7696         space.
7697         (i386_process_record): Ditto.
7698
7699 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7700
7701         * infcall.c (unwind_on_signal_p): Make static.
7702
7703 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7704
7705         * sol-thread.c (solaris_pid_to_str): Make static.
7706         (_initialize_sol_thread): Add prototype.
7707
7708 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7709
7710         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7711
7712 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
7713
7714         * MAINTAINERS: Remove myself.
7715
7716 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7717
7718         Fix --without-auto-load-safe-path for MS-Windows host platform.
7719         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7720
7721 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
7722
7723         * gdb_curses.h: Undefine KEY_EVENT before including curses
7724         headers.  Move "#undef MOUSE_MOVED" before any curses header
7725         inclusion.
7726
7727 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7728
7729         * features/i386/i386-mmx-linux.c: Regenerate.
7730         * features/rs6000/powerpc-32.c: Likewise.
7731         * features/rs6000/powerpc-32l.c: Likewise.
7732         * features/rs6000/powerpc-403.c: Likewise.
7733         * features/rs6000/powerpc-403gc.c: Likewise.
7734         * features/rs6000/powerpc-405.c: Likewise.
7735         * features/rs6000/powerpc-505.c: Likewise.
7736         * features/rs6000/powerpc-601.c: Likewise.
7737         * features/rs6000/powerpc-602.c: Likewise.
7738         * features/rs6000/powerpc-603.c: Likewise.
7739         * features/rs6000/powerpc-604.c: Likewise.
7740         * features/rs6000/powerpc-64.c: Likewise.
7741         * features/rs6000/powerpc-64l.c: Likewise.
7742         * features/rs6000/powerpc-750.c: Likewise.
7743         * features/rs6000/powerpc-860.c: Likewise.
7744         * features/rs6000/powerpc-e500.c: Likewise.
7745         * features/rs6000/powerpc-e500l.c: Likewise.
7746         * features/rs6000/powerpc-isa205-32l.c: Likewise.
7747         * features/rs6000/powerpc-isa205-64l.c: Likewise.
7748         * features/rs6000/rs6000.c: Likewise.
7749
7750 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7751
7752         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7753         variable.
7754         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7755         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7756         (stap_parse_argument) <e>: Likewise.
7757         (handle_stap_probe) <byte_order>: Likewise.
7758
7759 2012-04-30  Doug Evans  <dje@google.com>
7760
7761         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7762         init_and_read_dies_worker.  All callers updated.
7763         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
7764         replaced with init_cutu_and_read_dies.
7765         (load_partial_comp_unit): Pass 1 for use_existing_cu.
7766         (find_partial_die): Remove FIXME.  Don't free current CU.
7767
7768 2012-04-30  Sterling Augustine  <saugustine@google.com>
7769
7770         * contrib: New directory.
7771         * contrib/test_pubnames_and_indexes.py: New file.
7772
7773 2012-04-30  Doug Evans  <dje@google.com>
7774
7775         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7776         All callers updated.
7777         (init_cu_die_reader): Verify the section is non-empty.
7778         (dwarf_decode_line_header): Don't dereference section->asection
7779         until we know the section is present.
7780
7781 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
7782
7783         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7784         probes.
7785
7786 2012-04-29  Yao Qi  <yao@codesourcery.com>
7787
7788         * gdb-code-style.el: New hook gdb-markup-hook
7789         and gdb-comment-hook.
7790
7791 2012-04-28  Doug Evans  <dje@google.com>
7792
7793         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
7794         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7795         objfile->obfd.
7796         * symfile.h (dwarf2_debug_sections): New member addr.
7797         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7798         (ctx_no_get_addr_index): New function.
7799         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7800         (ctx_no_get_addr_index): Declare.
7801         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7802         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7803         (dwarf_expr_ctx_funcs): Update.
7804         (needs_get_addr_index): New function.
7805         (needs_frame_ctx_funcs): Update.
7806         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7807         * dwarf2read.c: #include "gdbcore.h".
7808         (dwarf2_per_objfile): New members addr, dwo_files.
7809         (dwarf2_elf_names): Add entry for addr.
7810         (struct dwo_section_names): New type.
7811         (dwo_section_names): New static global.
7812         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7813         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7814         old debug_types_section member updated to use this.
7815         Rename member debug_types_section to info_or_types_section,
7816         all uses updated.
7817         (signatured_type): Rename member type_offset to type_offset_in_tu,
7818         all uses updated.  New member type_offset_in_section.
7819         (struct dwo_sections): New type.
7820         (struct dwo_unit): New type.
7821         (struct dwo_file): New type.
7822         (die_reader_specs): New member dwo_file.
7823         (dwarf2_locate_sections): Watch for .debug_addr.
7824         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7825         (dwarf2_read_section): Get bfd of section from bfd's asection,
7826         instead of objfile.
7827         (create_cus_from_index): Initialize the_cu->info_or_types_section.
7828         (create_signatured_type_table_from_index): Initialize
7829         sig_type->info_or_types_section.
7830         (dw2_get_file_names): Statement lists for type units with DWO files
7831         live in the DWO file.
7832         (create_debug_types_hash_table): New function.
7833         (create_all_type_units): Rewrite.
7834         (init_cu_die_reader): New arg dwo_file, all callers updated.
7835         (init_and_read_dies_worker): Get section from
7836         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
7837         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7838         continue reading the CU/TU from there.
7839         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7840         updated.  Get section from this_cu->info_or_types_section.
7841         (create_all_comp_units): Initialize this_cu->info_or_types_section.
7842         (skip_one_die): New cases DW_FORM_GNU_addr_index,
7843         DW_FORM_GNU_str_index.
7844         (hash_dwo_file, eq_dwo_file): New functions.
7845         (allocate_dwo_file_hash_table): New function.
7846         (hash_dwo_unit, eq_dwo_unit): New functions.
7847         (allocate_dwo_unit_table): New function.
7848         (dwarf2_locate_dwo_sections): New function.
7849         (struct create_dwo_info_table_data): New type.
7850         (create_debug_info_hash_table_reader): New function.
7851         (create_debug_info_hash_table): New function.
7852         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7853         (lookup_dwo_file): New function.
7854         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7855         (free_dwo_file, free_dwo_file_cleanup): New functions.
7856         (free_dwo_file_from_slot, free_dwo_files): New functions.
7857         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7858         (dwarf2_record_block_ranges): Ditto.
7859         (read_partial_die): Ditto.
7860         (process_enumeration_scope): Update to use type_offset_in_section.
7861         (read_full_die_1): New function.
7862         (read_full_die): Rewrite.
7863         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7864         DW_FORM_GNU_str_index.
7865         (read_addr_index_1, read_addr_index): New functions.
7866         (read_addr_index_from_leb128): New function.
7867         (struct dwarf2_read_addr_index_data): New type.
7868         (dwarf2_read_addr_index_reader): New function.
7869         (dwarf2_read_addr_index): New function.
7870         (read_str_index): New function.
7871         (leb128_size): New function.
7872         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7873         If processing a type unit from a DWO file, get the line section
7874         from the DWO file.
7875         (var_decode_location): Watch for DW_OP_GNU_addr_index.
7876         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7877         DW_FORM_GNU_str_index.
7878         (lookup_die_type): Check whether section offset of type's die is
7879         known before looking it up.  Remove assert.  Condition can
7880         legimately happen for inter-cu type references.
7881         (dwarf_attr_name): Handle Fission attributes.
7882         (dwarf_form_name): Handle Fission forms.
7883         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7884         DW_FORM_GNU_str_index.
7885         (follow_die_sig): Update to use type_offset_in_section.
7886         (decode_locdesc): New case DW_OP_GNU_addr_index.
7887         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7888         DW_FORM_GNU_str_index.
7889         (cu_debug_loc_section): New function.
7890         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7891         (dwarf2_per_objfile_free): Unmap .debug_addr section.
7892         Free DWO files if present.
7893         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7894
7895         Refactor DIE reading.
7896         * dwarf2read.c (dwarf2_per_objfile): Replace members
7897         debug_info_type_hash and debug_types_type_hash with die_type_hash.
7898         (die_reader_specs): New member "die_section".  Temporarily make
7899         member "buffer" non-const, pending constifying all info_ptr uses.
7900         (die_reader_func_ftype): New typedef.
7901         (dw2_get_file_names_reader): New function.
7902         (dw2_get_file_names): Rewrite.
7903         (read_and_check_type_unit_head): Rename arg type_offset to
7904         type_offset_in_tu.
7905         (create_all_type_units): Improve debugging message.
7906         Improve dummy type unit check.
7907         (init_cu_die_reader): New arg "section".  All callers updated.
7908         (init_and_read_dies_worker): New function.
7909         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7910         (init_cutu_and_read_dies_no_follow): New function.
7911         (init_cutu_and_read_dies_simple): New function.
7912         (process_psymtab_comp_unit_reader): New function.
7913         (process_psymtab_comp_unit): Delete args section,
7914         is_debug_types_section.  Rewrite.  All callers updated.
7915         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7916         All callers updated.  Rewrite.
7917         (load_partial_comp_unit_reader): New function.
7918         (load_partial_comp_unit): Rewrite.
7919         (skip_children): New arg reader.  Delete args buffer, cu.
7920         All callers updated.
7921         (skip_one_die): New arg reader.  Delete args buffer, cu.
7922         All callers updated.
7923         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
7924         All callers updated.
7925         (load_full_comp_unit_reader): New function.
7926         (load_full_comp_unit): Rewrite.
7927         (read_comp_unit): Delete.
7928         (read_die_and_children_1): Delete, contents moved ...
7929         (read_die_and_children): ... here.
7930         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
7931         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
7932         All callers updated.
7933         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
7934         All callers updated.
7935         (find_partial_die): Rewrite load_all_dies support.
7936         (read_attribute_value): New arg reader.  Delete args abfd, cu.
7937         All callers updated.
7938         (read_attribute): New arg reader.  Delete args abfd, cu.
7939         All callers updated.
7940         (load_full_type_unit): Add assert.
7941         (read_signatured_type_reader): New function.
7942         (read_signatured_type): Rewrite.
7943         (free_stack_comp_unit): Remove call to age_cached_comp_units.
7944         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7945         All callers updated.  Set per_cu->cu = NULL after freeing it.
7946         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7947         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7948         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7949         (set_die_type): Update.
7950         (get_die_type_at_offset): Update.
7951         (read_file_scope): Call prepare_one_comp_unit.
7952         (read_type_unit_scope): Ditto.
7953         (prepare_one_comp_unit): Set producer if present.
7954
7955 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
7956
7957         * probe.c (compile_rx_or_error): Silence ARI warning about missing
7958          gettext function on `error'.
7959
7960 2012-04-27  Doug Evans  <dje@google.com>
7961
7962         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7963         is empty.
7964
7965 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7966             Tom Tromey  <tromey@redhat.com>
7967
7968         * breakpoint.c (struct breakpoint_objfile_data)
7969         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7970         <exception_probes>: New fields.
7971         (free_breakpoint_probes): New function.
7972         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7973         `_Unwind_DebugHook'.
7974         (create_exception_master_breakpoint): Likewise.
7975         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7976         * infrun.c: Including necessary header files for handling SystemTap
7977         probes.
7978         (handle_inferior_event): Handling longjmp breakpoint and exceptions
7979         via SystemTap probes.
7980         (check_exception_resume): Remove `func' argument.  Handle exception
7981         unwinding breakpoint set via a SystemTap probe.
7982         (insert_exception_resume_from_probe): New function.
7983
7984 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7985             Tom Tromey  <tromey@redhat.com>
7986             Jan Kratochvil  <jan.kratochvil@redhat.com>
7987
7988         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7989         (COMMON_OBS): Likewise.
7990         (HFILES_NO_SRCDIR): Add `probe'.
7991         * NEWS: Mention support for static and SystemTap probes.
7992         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7993         SystemTap probes' arguments parser.
7994         * arm-linux-tdep.c: Including headers needed to perform the parsing
7995         of SystemTap probes' arguments.
7996         (arm_stap_is_single_operand): New function.
7997         (arm_stap_parse_special_token): Likewise.
7998         (arm_linux_init_abi): Initializing proper fields used by SystemTap
7999         probes' arguments parser.
8000         * ax-gdb.c (require_rvalue): Removing static declaration.
8001         (gen_expr): Likewise.
8002         * ax-gdb.h (gen_expr): Declaring function.
8003         (require_rvalue): Likewise.
8004         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
8005         (bkpt_probe_breakpoint_ops): New variable.
8006         (momentary_breakpoint_from_master): Set the `probe' value.
8007         (add_location_to_breakpoint): Likewise.
8008         (break_command_1): Using proper breakpoint_ops according to the
8009         argument passed by the user in the command line.
8010         (bkpt_probe_insert_location): New function.
8011         (bkpt_probe_remove_location): Likewise.
8012         (bkpt_probe_create_sals_from_address): Likewise.
8013         (bkpt_probe_decode_linespec): Likewise.
8014         (tracepoint_probe_create_sals_from_address): Likewise.
8015         (tracepoint_probe_decode_linespec): Likewise.
8016         (tracepoint_probe_breakpoint_ops): New variable.
8017         (trace_command): Using proper breakpoint_ops according to the
8018         argument passed by the user in the command line.
8019         (initialize_breakpoint_ops): Initializing breakpoint_ops for
8020         static probes on breakpoints and tracepoints.
8021         * breakpoint.h (struct bp_location) <probe>: New field.
8022         * cli-utils.c (skip_spaces_const): New function.
8023         (extract_arg): Likewise.
8024         * cli-utils.h (skip_spaces_const): Likewise.
8025         (extract_arg): Likewise.
8026         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
8027         * configure.ac: Append `stap-probe.o' to be generated when ELF
8028         support is present.
8029         * configure: Regenerate.
8030         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
8031         * elfread.c: Include `probe.h' and `arch-utils.h'.
8032         (probe_key): New variable.
8033         (elf_get_probes): New function.
8034         (elf_get_probe_argument_count): Likewise.
8035         (elf_evaluate_probe_argument): Likewise.
8036         (elf_compile_to_ax): Likewise.
8037         (elf_symfile_relocate_probe): Likewise.
8038         (stap_probe_key_free): Likewise.
8039         (elf_probe_fns): New variable.
8040         (elf_sym_fns): Add `sym_probe_fns' value.
8041         (elf_sym_fns_lazy_psyms): Likewise.
8042         (elf_sym_fns_gdb_index): Likewise.
8043         (_initialize_elfread): Initialize objfile cache for static
8044         probes.
8045         * gdb_vecs.h (struct probe): New forward declaration.
8046         (probe_p): New VEC declaration.
8047         * gdbarch.c: Regenerate.
8048         * gdbarch.h: Regenerate.
8049         * gdbarch.sh (stap_integer_prefix): New variable.
8050         (stap_integer_suffix): Likewise.
8051         (stap_register_prefix): Likewise.
8052         (stap_register_suffix): Likewise.
8053         (stap_register_indirection_prefix): Likewise.
8054         (stap_register_indirection_suffix): Likewise.
8055         (stap_gdb_register_prefix): Likewise.
8056         (stap_gdb_register_suffix): Likewise.
8057         (stap_is_single_operand): New function.
8058         (stap_parse_special_token): Likewise.
8059         (struct stap_parse_info): Forward declaration.
8060         * i386-tdep.c: Including headers needed to perform the parsing
8061         of SystemTap probes' arguments.
8062         (i386_stap_is_single_operand): New function.
8063         (i386_stap_parse_special_token): Likewise.
8064         (i386_elf_init_abi): Initializing proper fields used by SystemTap
8065         probes' arguments parser.
8066         * i386-tdep.h (i386_stap_is_single_operand): New function.
8067         (i386_stap_parse_special_token): Likewise.
8068         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8069         * mipsread.c (ecoff_sym_fns): Likewise.
8070         * objfiles.c (objfile_relocate1): Support relocation for static
8071         probes.
8072         * parse.c (prefixify_expression): Remove static declaration.
8073         (initialize_expout): Likewise.
8074         (reallocate_expout): Likewise.
8075         * parser-defs.h (initialize_expout): Declare function.
8076         (reallocate_expout): Likewise.
8077         (prefixify_expression): Likewise.
8078         * ppc-linux-tdep.c: Including headers needed to perform the parsing
8079         of SystemTap probes' arguments.
8080         (ppc_stap_is_single_operand): New function.
8081         (ppc_stap_parse_special_token): Likewise.
8082         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8083         probes' arguments parser.
8084         * probe.c: New file, for generic statically defined probe support.
8085         * probe.h: Likewise.
8086         * s390-tdep.c: Including headers needed to perform the parsing of
8087         SystemTap probes' arguments.
8088         (s390_stap_is_single_operand): New function.
8089         (s390_gdbarch_init): Initializing proper fields used by SystemTap
8090         probes' arguments parser.
8091         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8092         * stap-probe.c: New file, for SystemTap probe support.
8093         * stap-probe.h: Likewise.
8094         * symfile.h: Include `gdb_vecs.h'.
8095         (struct sym_probe_fns): New struct.
8096         (struct sym_fns) <sym_probe_fns>: New field.
8097         * symtab.c (init_sal): Initialize `probe' field.
8098         * symtab.h (struct probe): Forward declaration.
8099         (struct symtab_and_line) <probe>: New field.
8100         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8101         locations.
8102         (stop_tracing): Likewise.
8103         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8104
8105 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
8106             Tom Tromey  <tromey@redhat.com>
8107
8108         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8109         and to compile agent expressions.
8110         * infrun.c (siginfo_make_value): New argument `ignore'.
8111         (siginfo_funcs): New struct.
8112         (_initialize_infrun): New argument when calling
8113         `create_internalvar_type_lazy'.
8114         * thread.c (thread_id_make_value): New argument `ignore'.
8115         (thread_funcs): New struct.
8116         (_initialize_thread): New argument when calling
8117         `create_internalvar_type_lazy'.
8118         * tracepoint.c (sdata_make_value): New argument `ignore'.
8119         (sdata_funcs): New struct.
8120         (_initialize_tracepoint): New argument when calling
8121         `create_internalvar_type_lazy'.
8122         * value.c (make_value): New struct.
8123         (create_internalvar_type_lazy): New argument `data'.
8124         (compile_internalvar_to_ax): New function.
8125         (value_of_internalvar): Properly handling `make_value' case.
8126         (clear_internalvar): Likewise.
8127         (show_convenience): Adding `TRY_CATCH' block.
8128         * value.h (internalvar_make_value): Delete, replace by...
8129         (struct internalvar_funcs): ... this.
8130         (create_internalvar_type_lazy) <fun>: Delete argument.
8131         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8132         (compile_internalvar_to_ax): New function.
8133         * windows-tdep.c (tlb_make_value): New argument `ignore'.
8134         (tlb_funcs): New struct.
8135         (_initialize_windows_tdep): New argument when calling
8136         `create_internalvar_type_lazy'.
8137
8138 2012-04-27  Mark Wielaard  <mjw@redhat.com>
8139
8140         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8141         see whether it is an address or a constant offset from DW_AT_low_pc.
8142         (dwarf2_record_block_ranges): Likewise.
8143         (read_partial_die): Likewise.
8144
8145 2012-04-26  Mark Wielaard  <mjw@redhat.com>
8146
8147         * MAINTAINERS (Write After Approval): Add myself to the list.
8148
8149 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
8150
8151         * proc-utils.h (proc_prettyprint_signalset): New prototype.
8152         (proc_prettyprint_signal): Likewise.
8153         (proc_prettyprint_faultset): Likewise.
8154         (proc_prettyprint_fault): Likewise.
8155         (proc_prettyprint_actionset): Likewise.
8156         (proc_prettyprint_flags): Move to new proc-flags.c section.
8157         (proc_prettyfprint_flags): New prototype.
8158         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8159         (proc_syscall, proc_cursig): Likewise.
8160         (proc_set_kill_on_last_close): Likewise.
8161         (proc_unset_kill_on_last_close): Likewise.
8162         (proc_set_watchpoint): Make static.
8163         (proc_delete_dead_threads): Likewise.
8164         (procfs_set_watchpoint): Likewise.
8165         (_initialize_procfs): Add prototype.
8166         * proc-events.c: Include proc-utils.h.
8167         (init_syscall_table): Make static.
8168         * proc-api.c (_initialize_proc_api): Add prototype.
8169         * proc-flags.c: Include proc-utils.h.
8170
8171 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
8172
8173         * configure.ac: Add AC_ARG_PROGRAM.
8174         * configure: Regenerate.
8175
8176 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8177
8178         Fix DW_AT_lower_bound defaults for DWARF-4+.
8179         * dwarf2read.c (read_subrange_type): Remove initialization of low and
8180         high.  New variable low_default_is_valid.  Implement DWARF-4+
8181         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
8182         no default by the DWARF standard.
8183
8184 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
8185             Maciej W. Rozycki  <macro@codesourcery.com>
8186
8187         * infrun.c (handle_inferior_event): Move the check for return
8188         trampolines ahead of the check for function trampolines.
8189         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8190         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8191         (mips_str_mips16_ret_stub): Likewise.
8192         (mips_str_call_fp_stub): Likewise.
8193         (mips_str_call_stub): Likewise.
8194         (mips_str_fn_stub): Likewise.
8195         (mips_str_pic): Likewise.
8196         (mips_in_frame_stub): New function.
8197         (mips_unwind_pc): Return the return address rather than the PC
8198         if the PC of an intermediate frame is inside a call thunk.
8199         (mips_is_stub_suffix): New function.
8200         (mips_is_stub_mode): Likewise.
8201         (mips_get_mips16_fn_stub_pc): Likewise.
8202         (mips_skip_mips16_trampoline_code): Update to handle all the
8203         currently generated stub types.  Don't recurse into __fn_stub
8204         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
8205         Use cooked register accesses.
8206         (mips_in_return_stub): Reintroduce function.
8207         (mips_skip_trampoline_code): Traverse trampolines recursively.
8208         (mips_gdbarch_init): Handle MIPS16 return trampolines.
8209
8210 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
8211
8212         GDB 7.4.1 released.
8213
8214 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
8215
8216         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8217         * features/arm-with-m-vfp-d16.xml: New file. Describes
8218         Cortex-M with VFPv4-sp-d16 FPU register layout.
8219         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8220         * features/arm-with-m-vfp-d16.c: New. Generated from above.
8221         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8222         (arm-register_g_packet_guesses): Add vfp-d16 guess.
8223         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8224
8225 2012-04-25  Doug Evans  <dje@google.com>
8226
8227         * cli/cli-decode.c (print_doc_line): Use stream instead of
8228         current_uiout.
8229
8230 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
8231
8232         * features/arm-with-iwmmxt.c: Regenerate.
8233         * features/arm-with-m-fpa-layout.c: Likewise.
8234         * features/arm-with-m.c: Likewise.
8235         * features/arm-with-neon.c: Likewise.
8236         * features/arm-with-vfpv2.c: Likewise.
8237         * features/arm-with-vfpv3.c: Likewise.
8238         * features/mips-dsp-linux.c: Likewise.
8239         * features/mips-linux.c: Likewise.
8240         * features/mips64-dsp-linux.c: Likewise.
8241         * features/mips64-linux.c: Likewise.
8242         * features/s390-linux32.c: Likewise.
8243         * features/s390-linux32v1.c: Likewise.
8244         * features/s390-linux32v2.c: Likewise.
8245         * features/s390-linux64.c: Likewise.
8246         * features/s390-linux64v1.c: Likewise.
8247         * features/s390-linux64v2.c: Likewise.
8248         * features/s390x-linux64.c: Likewise.
8249         * features/s390x-linux64v1.c: Likewise.
8250         * features/s390x-linux64v2.c: Likewise.
8251         * features/tic6x-c62x-linux.c: Likewise.
8252         * features/tic6x-c62x.c: Likewise.
8253         * features/tic6x-c64x-linux.c: Likewise.
8254         * features/tic6x-c64x.c: Likewise.
8255         * features/tic6x-c64xp-linux.c: Likewise.
8256         * features/tic6x-c64xp.c: Likewise.
8257         * target-descriptions.c: Only generate `field_type' and `type'
8258         variables when needed.
8259
8260 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
8261
8262         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8263
8264 2012-04-25  Doug Evans  <dje@google.com>
8265
8266         Initial pass at Go language support.
8267         * NEWS: Mention Go.
8268         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8269         go-valprint.c.
8270         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8271         (YYFILES): Add go-exp.c.
8272         (YYOBJ): Add go-exp.o.
8273         (local-maintainer-clean): Delete go-exp.c.
8274         * defs.h (enum language): Add language_go.
8275         * dwarf2read.c: #include "go-lang.h".
8276         (fixup_go_packaging): New function.
8277         (process_full_comp_unit): Call it when processing Go CUs.
8278         (dwarf2_physname): Add Go support.
8279         (read_file_scope): Handle missing language spec for GNU Go.
8280         (set_cu_language): Handle DW_LANG_Go.
8281         * go-exp.y: New file.
8282         * go-lang.h: New file.
8283         * go-lang.c: New file.
8284         * go-typeprint.c: New file.
8285         * go-valprint.c: New file.
8286         * symtab.c: #include "go-lang.h".
8287         (symbol_set_language): Handle language_go.
8288         (symbol_find_demangled_name, symbol_set_names): Ditto.
8289         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8290
8291 2012-04-24  Jim Meyering  <meyering@redhat.com>
8292
8293         avoid a few strncpy-induced buffer overruns
8294         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8295         fname and psargs before trying to concatenate.
8296         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8297         "name" before applying strchr.
8298
8299 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
8300
8301         * CONTRIBUTE: Use unified diff instead of context diff when
8302         generating patches.
8303
8304 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
8305
8306         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8307         code.  Handle JR.HB correctly.
8308
8309 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
8310
8311         * mips-tdep.c
8312         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8313         with the other MIPS16 helpers.
8314
8315 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
8316
8317         * observer.sh: Conditionally declare `args', thus cleaning up
8318         unused instances of this variable.
8319
8320 2012-04-24  Yao Qi  <yao@codesourcery.com>
8321
8322         Revert this patch to allow breakpoint always-inserted
8323         in record target.
8324         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
8325         * breakpoint.c: Include record.h.
8326         (breakpoints_always_inserted_mode): Return false when the record
8327         target is in use.
8328
8329         * breakpoint.c (iterate_over_bp_locations): New.
8330         * breakpoint.h: Declare.
8331         New typedef walk_bp_location_callback.
8332         * record.c (record_open): Call record_init_record_breakpoints.
8333         (record_sync_record_breakpoints): New.
8334         (record_init_record_breakpoints): New.
8335         * NEWS: Mention supporting breakpoint always-inserted mode in
8336         record target.
8337
8338 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
8339
8340         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8341         any thread.
8342
8343 2012-04-24  Yao Qi  <yao@codesourcery.com>
8344
8345         * breakpoint.c (ep_is_catchpoint): Renamed to ...
8346         (is_catchpoint): ... it.
8347         (print_one_breakpoint_location): Caller update.
8348         * breakpoint.h: Update declaration.
8349
8350 2012-04-23  David S. Miller  <davem@davemloft.net>
8351
8352         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8353
8354 2012-04-23  Tom Tromey  <tromey@redhat.com>
8355
8356         * buildsym.c (add_free_pendings): Remove.
8357         * buildsym.h (add_free_pendings): Remove.
8358
8359 2012-04-23  Doug Evans  <dje@google.com>
8360
8361         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8362         attr.u.unsnd instead of attr.u.addr.
8363         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8364         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8365         DW_FORM_ref_udata.
8366         (dump_die_shallow): Update cases DW_FORM_ref_addr,
8367         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
8368         DW_FORM_ref_udata.
8369         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8370
8371 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
8372
8373         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8374         (mips_o32_return_value): Likewise.
8375         (mips_o64_return_value): Likewise.
8376
8377 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
8378
8379         * ada-lang.c (ada_evaluate_subexp): Add cases for
8380         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8381         their treatment in eval.c.
8382
8383 2012-04-21  David S. Miller  <davem@davemloft.net>
8384
8385         * sparc-tdep.c (X_DISP10): Define.
8386         (sparc_analyze_control_transfer): Handle compare-and-branch.
8387
8388 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
8389
8390         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8391         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8392
8393 2012-04-20  Nigel Stephens  <nigel@mips.com>
8394             Maciej W. Rozycki  <macro@codesourcery.com>
8395
8396         * mips-tdep.c (mips_float_register_p): New function.
8397         (mips_convert_register_float_case_p): Use mips_float_register_p.
8398         (mips_register_type): Likewise.
8399         (mips_print_register): Likewise.
8400         (print_gp_register_row): Likewise.
8401         (mips_print_registers_info): Likewise.
8402
8403 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
8404
8405         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8406         of mips16 symbols.
8407
8408 2012-04-20  Andrew Pinski  <apinski@cavium.com>
8409
8410         * MAINTAINERS (Write After Approval): Add myself to the list.
8411
8412 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8413
8414         * MAINTAINERS: Update my e-mail address.
8415
8416 2012-04-20  Pedro Alves  <palves@redhat.com>
8417
8418         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8419         $srcdir.
8420         * configure: Regenerate.
8421
8422 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8423
8424         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
8425         declaration.
8426         * gdb_vecs.h: Declare `const_char_ptr' VEC.
8427
8428 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8429
8430         Fix compilation compatibility with python-2.4
8431         * python/py-type.c (convert_field): Cast ADDRSTRING for
8432         PyObject_SetAttrString as non-const.  New comment.
8433
8434 2012-04-19  Tom Tromey  <tromey@redhat.com>
8435
8436         * top.c (quit_target): Use all_cleanups.
8437         * main.c (captured_command_loop): Use all_cleanups.
8438         * exceptions.c (throw_exception): Use all_cleanups.
8439
8440 2012-04-19  Pedro Alves  <palves@redhat.com>
8441
8442         * Makefile.in (GNULIB_BUILDDIR): New.
8443         (LIBGNU, INCGNU, GNULIB_H): Adjust.
8444         (SUBDIRS): Add $(GNULIB_BUILDDIR).
8445         (CLEANDIRS). Remove gnulib/import.
8446         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8447         (all-lib): Ditto.
8448         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8449         (gnulib/import/Makefile): Replace gnulib/import with
8450         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
8451         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8452         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
8453         acx_configure_dir.m4.
8454         * acinclude.m4: Include acx_configure_dir.m4.
8455         * acx_configure_dir.m4: New file.
8456         * aclocal.m4: Regenerate.
8457         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8458         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
8459         (GNULIB): New variable.
8460         (GNULIB_STDINT_H): Adjust.
8461         (AC_OUTPUT): Don't output gnulib/Makefile.
8462         * gdb/defs.h: Include build-gnulib/config.h.
8463         * aclocal.m4: Regenerate.
8464         * config.in: Regenerate.
8465         * configure: Regenerate.
8466
8467         * gnulib/Makefile.in: New file.
8468         * gnulib/configure.ac: New file.
8469         * gnulib/aclocal.m4: New file.
8470         * gnulib/config.in: New file.
8471         * gnulib/configure: New file.
8472         * gnulib/: Re-run gnulib-tool to adjust.
8473
8474 2012-04-19  Doug Evans  <dje@google.com>
8475
8476         * cleanups.h (struct cleanup): Move to cleanups.c.
8477         (make_cleanup_dtor_ftype): New typedef.
8478         (make_cleanup_dtor): Use it.
8479         (ALL_CLEANUPS): Replace with ...
8480         (all_cleanups): ... this.  Declare.  All uses updated.
8481         * cleanups.c: #include "gdb_assert.h".
8482         (sentinel_cleanup): New static global.
8483         (SENTINEL_CLEANUP): Define.
8484         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8485         (make_my_cleanup2): Assert result is non-NULL.
8486         (all_cleanups): New function.
8487         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8488         of NULL.
8489
8490 2012-04-19  Pedro Alves  <palves@redhat.com>
8491
8492         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8493         Adjust paths to gnulib imported files.
8494
8495 2012-04-19  Pedro Alves  <palves@redhat.com>
8496
8497         * gnulib/: Move whole directory ...
8498         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8499         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8500         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8501         (aclocal_m4_deps): Adjust.
8502         * aclocal.m4: Regenerate.
8503         * configure: Regenerate.
8504         * configure.ac: Adjust AC_OUTPUT output.
8505
8506 2012-04-19  Yao Qi  <yao@codesourcery.com>
8507
8508         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8509         (vec.o): New rule.
8510         * vec.c: Move it ...
8511         * common/vec.c: ... here.
8512         * vec.h: Move it ...
8513         * common/vec.h: ... here.
8514
8515 2012-04-19  Yao Qi  <yao@codesourcery.com>
8516
8517         * gdb-code-style.el: New.
8518
8519 2012-04-18  Pedro Alves  <palves@redhat.com>
8520
8521         Update gnulib from latest git.
8522         (639ea5ae15e39fe48d43e04864b2997301e4b969)
8523
8524         * gnulib/Makefile.am: Update.
8525         * gnulib/dummy.c: Update.
8526         * gnulib/extra/arg-nonnull.h: Update.
8527         * gnulib/extra/c++defs.h: Update.
8528         * gnulib/extra/update-copyright: Update.
8529         * gnulib/extra/warn-on-use.h: Update.
8530         * gnulib/inttypes.in.h: Update.
8531         * gnulib/m4/00gnulib.m4: Update.
8532         * gnulib/m4/extensions.m4: Update.
8533         * gnulib/m4/gnulib-cache.m4: Update.
8534         * gnulib/m4/gnulib-common.m4: Update.
8535         * gnulib/m4/gnulib-comp.m4: Update.
8536         * gnulib/m4/gnulib-tool.m4: Update.
8537         * gnulib/m4/include_next.m4: Update.
8538         * gnulib/m4/inttypes-pri.m4: Update.
8539         * gnulib/m4/inttypes.m4: Update.
8540         * gnulib/m4/longlong.m4: Update.
8541         * gnulib/m4/memchr.m4: Update.
8542         * gnulib/m4/memmem.m4: Update.
8543         * gnulib/m4/mmap-anon.m4: Update.
8544         * gnulib/m4/multiarch.m4: Update.
8545         * gnulib/m4/onceonly.m4: Update.
8546         * gnulib/m4/stddef_h.m4: Update.
8547         * gnulib/m4/stdint.m4: Update.
8548         * gnulib/m4/string_h.m4: Update.
8549         * gnulib/m4/warn-on-use.m4: Update.
8550         * gnulib/m4/wchar_h.m4: Update.
8551         * gnulib/m4/wchar_t.m4: Update.
8552         * gnulib/m4/wint_t.m4: Update.
8553         * gnulib/memchr.c: Update.
8554         * gnulib/memmem.c: Update.
8555         * gnulib/stddef.in.h: Update.
8556         * gnulib/stdint.in.h: Update.
8557         * gnulib/str-two-way.h: Update.
8558         * gnulib/string.in.h: Update.
8559         * gnulib/wchar.in.h: Update.
8560
8561         * gnulib/extra/arg-nonnull.h: Delete.
8562         * gnulib/extra/c++defs.h: Delete.
8563         * gnulib/extra/warn-on-use.h: Delete.
8564         * gnulib/m4/wchar_h.m4: Delete.
8565         * gnulib/m4/wint_t.m4: Delete.
8566         * gnulib/wchar.in.h: Delete.
8567
8568         * gnulib/extra/snippets/arg-nonnull.h: New.
8569         * gnulib/extra/snippets/c++defs.h: New.
8570         * gnulib/extra/snippets/warn-on-use.h: New.
8571
8572         * aclocal.m4: Regenerate.
8573         * config.in: Regenerate.
8574         * configure: Regenerate.
8575         * gnulib/Makefile.in: Regenerate.
8576
8577 2012-04-18  Pedro Alves  <palves@redhat.com>
8578
8579         Reimport the update-copyright module from gnulib
8580         (250b80067c1e1d8faa0c42fb572f721975b929c5).
8581
8582         * configure: Regenerate.
8583         * gnulib/Makefile.am: Update.
8584         * gnulib/Makefile.in: Regenerate.
8585         * gnulib/extra/update-copyright: Update.
8586         * gnulib/m4/gnulib-cache.m4: Update.
8587         * gnulib/m4/gnulib-comp.m4: Update.
8588
8589 2012-04-18  Tristan Gingold  <gingold@adacore.com>
8590
8591         * configure.ac (aix): Put -lpthread into libs.
8592         * configure: Regenerate.
8593
8594 2012-04-18  Tom Tromey  <tromey@redhat.com>
8595
8596         * linespec.c (convert_linespec_to_sals): Don't use
8597         SYMBOL_OBJ_SECTION.
8598         (compare_msymbols): Arguments are minsym_and_objfile, not
8599         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
8600
8601 2012-04-18  Pedro Alves  <palves@redhat.com>
8602
8603         Revert gnulib/ part of:
8604         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
8605         Copyright year update in most files (performed by copyright.sh).
8606
8607 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
8608
8609         Fix 64-bit constants on 32-bit hosts.
8610         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8611         from unsigned long to ULONGEST.
8612         (read_signed_leb128): Change declaration return type from long to
8613         LONGEST.
8614         (dwarf2_const_value_attr): Change declaration parameter value from long
8615         to LONGEST.
8616         (dwarf2_compute_name): Change variable value from long to LONGEST.
8617         (read_unsigned_leb128): Change return type, variable result and some
8618         casts from unsigned long to ULONGEST.
8619         (read_signed_leb128): Change return type, variable result and some
8620         casts from long to LONGEST.
8621         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8622         value from long to LONGEST.
8623         (dwarf2_const_value): Change variable value from long to LONGEST.
8624         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8625         plongest and hex_string.
8626         * symtab.h (struct general_symbol_info): Change ivalue from long to
8627         LONGEST, remove the comment.
8628         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8629         Change SYMBOL_VALUE format strings to use plongest and hex_string.
8630
8631 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
8632
8633         PR symtab/7259:
8634         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8635         * ada-lang.c (ada_discrete_type_high_bound)
8636         (ada_discrete_type_low_bound): Fix function comment.  Use
8637         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8638         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8639         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8640         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8641         Use TYPE_FIELD_ENUMVAL.
8642         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8643         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8644         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8645         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
8646         TYPE_CODE_ENUM.
8647         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8648         * dwarf2read.c (process_enumeration_scope): Likewise.
8649         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8650         field.bitpos.
8651         (class StructMainTypePrettyPrinter): Support also
8652         FIELD_LOC_KIND_ENUMVAL.
8653         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8654         TYPE_CODE_ENUM.
8655         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8656         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8657         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8658         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
8659         field enumval.
8660         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8661         accommodate enumval.
8662         (struct call_site): Adjust loc_kind to accommodate enumval.
8663         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8664         (TYPE_FIELD_ENUMVAL): New macros.
8665         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8666         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8667         TYPE_CODE_ENUM.
8668         * p-typeprint.c (pascal_type_print_base): Likewise.
8669         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8670         enumval.
8671         * python/lib/gdb/types.py (make_enum_dict): Likewise.
8672         * python/py-type.c (convert_field): New variable addrstring.  Use
8673         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8674         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8675         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8676         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8677         TYPE_CODE_ENUM.
8678         * valprint.c (generic_val_print): Likewise.
8679
8680 2012-04-17  Doug Evans  <dje@google.com>
8681
8682         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8683
8684         * dwarf2read.c: Whitespace fixes.
8685         (lookup_signatured_type): Tweak comment.
8686         (get_die_type_at_offset): Fix comment.
8687
8688 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8689
8690         * xcoffread.c (xcoff_secnum_to_sections): New function.
8691         (secnum_to_section, secnum_to_bfd_section): Reimplement
8692         using xcoff_secnum_to_sections.  Rename "secnum" parameter
8693         into "n_scnum".
8694         (RECORD_MINIMAL_SYMBOL): Delete.
8695         (record_minimal_symbol): New function.
8696         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8697         by call to record_minimal_symbol and set misc_func_recorded
8698         to 1.  Set last_csect_sec to the XCOFF section index instead
8699         of GDB's section_offset index.  Update calls to
8700         prim_record_minimal_symbol_and_info to pass the BFD section
8701         as well.
8702
8703 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8704
8705         * xcoffread.c (read_xcoff_symtab): Delete variables
8706         last_csect_val and last_csect_sec and associated code.
8707
8708 2012-04-17  Doug Evans  <dje@google.com>
8709
8710         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8711         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8712         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8713         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8714
8715         * cleanups.h: New file.
8716         * cleanups.c: New file.
8717         * Makefile.in (SFILES): Add cleanups.c.
8718         (HFILES_NO_SRCDIR): Add cleanups.h.
8719         (COMMON_OBS): Add cleanups.o.
8720         * defs.h (struct cleanup): Moved to cleanups.h.
8721         (do_cleanups,do_final_cleanups): Ditto.
8722         (discard_cleanups,discard_final_cleanups): Ditto
8723         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8724         (save_cleanups,save_final_cleanups): Ditto.
8725         (restore_cleanups,restore_final_cleanups): Ditto.
8726         (null_cleanup): Ditto.
8727         (make_my_cleanup,make_my_cleanup2): Ditto.
8728         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8729         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8730         (do_cleanups,do_final_cleanups): Ditto.
8731         (discard_cleanups,discard_final_cleanups): Ditto
8732         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8733         (save_cleanups,save_final_cleanups): Ditto.
8734         (restore_cleanups,restore_final_cleanups): Ditto.
8735         (null_cleanup): Ditto.
8736         (make_my_cleanup,make_my_cleanup2): Ditto.
8737         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8738
8739         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8740         make_my_cleanup.
8741         (make_cleanup_dyn_string_delete): Ditto.
8742         (make_cleanup_ui_file_delete): Ditto.
8743         (make_cleanup_ui_out_redirect_pop): Ditto.
8744         (make_cleanup_free_section_addr_info): Ditto.
8745         (make_cleanup_restore_integer): Ditto.
8746         (make_cleanup_unpush_target): Ditto.
8747         (make_cleanup_value_free_to_mark): Ditto.
8748         (make_cleanup_value_free): Ditto.
8749         (make_cleanup_free_so): Ditto.
8750
8751 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8752
8753         New option "set debug auto-load".
8754         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8755         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8756         (auto_load_safe_path_vec_update)
8757         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8758         if DEBUG_AUTO_LOAD.
8759         (file_is_auto_load_safe): New parameters debug_fmt and ....
8760         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8761         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8762         caller by explanatory string.
8763         (_initialize_auto_load): Register "set debug auto-load".
8764         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8765         and ....
8766         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8767         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8768         by explanatory string.
8769         * main.c (captured_main): Likewise.
8770         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8771         (source_section_scripts): Likewise.
8772
8773 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8774
8775         New option "set auto-load safe-path".
8776         * NEWS: New commands "set auto-load safe-path"
8777         and "show auto-load safe-path".
8778         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8779         (auto_load_safe_path, auto_load_safe_path_vec)
8780         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8781         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8782         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8783         (source_gdb_script_for_objfile): New variable is_safe.  Call
8784         file_is_auto_load_safe.  Return if it is not.
8785         (struct loaded_script): New field loaded.
8786         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
8787         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
8788         output "Missing" to "No".
8789         (_initialize_auto_load): New variable cmd.  Initialize
8790         auto_load_safe_path.  Register "set auto-load safe-path",
8791         "show auto-load safe-path" and "add-auto-load-safe-path".
8792         * auto-load.h (maybe_add_script): Add parameter loaded.
8793         (file_is_auto_load_safe): New declaration.
8794         * config.in: Regenerate.
8795         * configure: Regenerate.
8796         * configure.ac: New parameters --with-auto-load-safe-path
8797         and --without-auto-load-safe-path.
8798         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8799         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8800         * main.c (captured_main): Check file_is_auto_load_safe for
8801         LOCAL_GDBINIT.
8802         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8803         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
8804         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
8805         not.
8806
8807 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8808
8809         auto-load: Implementation.
8810         * NEWS: New descriptions for "info auto-load",
8811         "info auto-load gdb-scripts", "info auto-load python-scripts",
8812         "info auto-load local-gdbinit" and "info auto-load libthread-db".
8813         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8814         and "show auto-load-scripts".  New description for "set auto-load",
8815         "show auto-load", "set auto-load gdb-scripts",
8816         "show auto-load gdb-scripts", "set auto-load python-scripts",
8817         "show auto-load python-scripts", "set auto-load local-gdbinit",
8818         "show auto-load local-gdbinit", "set auto-load libthread-db" and
8819         "show auto-load libthread-db".
8820         * auto-load.c: Remove include python/python-internal.h.  Add includes
8821         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8822         cli/cli-setshow.h.
8823         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8824         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8825         (gdbpy_global_auto_load): Rename to ...
8826         (global_auto_load): ... here.
8827         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8828         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8829         (script_language_gdb, source_gdb_script_for_objfile): New.
8830         (struct loaded_script): New field language.
8831         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8832         LANGUAGE.
8833         (maybe_add_script): Add parameter language.  Drop redundant
8834         entry.full_path initialization.  Initialize entry.language and
8835         (*slot)->language.
8836         (auto_load_objfile_script): Change parameter suffix to language.
8837         Remove the call of maybe_add_script.
8838         Call language->source_script_for_objfile.
8839         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8840         New.
8841         (collect_matching_scripts): Adjust it for
8842         struct collect_matching_scripts_data.
8843         (auto_load_info_scripts_pattern_nl): New variable.
8844         (info_auto_load_scripts): Rename to ...
8845         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
8846         for struct collect_matching_scripts_data.
8847         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8848         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8849         (auto_load_show_cmdlist_get, info_auto_load_cmd)
8850         (auto_load_info_cmdlist_get): New.
8851         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8852         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
8853         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8854         "info auto-load local-gdbinit".
8855         * auto-load.h (struct script_language): New.
8856         (gdbpy_global_auto_load): Rename to ...
8857         (global_auto_load): ... here.
8858         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8859         (auto_load_local_gdbinit_loaded): New declarations.
8860         (maybe_add_script): New parameter language.
8861         (auto_load_objfile_script): Change parameter suffix to language.
8862         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8863         (auto_load_info_scripts, auto_load_set_cmdlist_get)
8864         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8865         declarations.
8866         * linux-thread-db.c: Include auto-load.h and ctype.h.
8867         (auto_load_thread_db, show_auto_load_thread_db): New.
8868         (struct thread_db_info): New field filename.
8869         (delete_thread_db_info): Call xfree for FILENAME.
8870         (try_thread_db_load): Initialize FILENAME.
8871         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8872         if !AUTO_LOAD_THREAD_DB.
8873         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8874         (_initialize_thread_db): Install auto_load_thread_db
8875         as "set auto-load libthread-db" and install info_auto_load_libthread_db
8876         as "info auto-load libthread-db".
8877         * main.c (captured_main): Rename gdbpy_global_auto_load to
8878         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8879         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8880         (print_gdb_help): Extend the help for 'local init file'.
8881         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8882         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8883         (auto_load_scripts): Rename to ...
8884         (auto_load_python_scripts): ... here, update the comment.
8885         (gdbpy_load_auto_script_for_objfile): New declaration.
8886         (show_auto_load_python_scripts, script_language_python)
8887         (gdbpy_load_auto_script_for_objfile): New.
8888         (source_section_scripts): Refactor the code.
8889         (load_auto_scripts_for_objfile): Rename to ...
8890         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8891         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8892         (info_auto_load_python_scripts): New.
8893         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8894         Rename "set auto-load-scripts" to "set auto-load python-scripts".
8895         Register "set auto-load-scripts" as its deprecated alias.  Register
8896         "info auto-load python-scripts".  Register "info auto-load-scripts" as
8897         its deprecated alias.
8898         (load_auto_scripts_for_objfile): Rename to ...
8899         (gdbpy_load_auto_scripts_for_objfile): ... here.
8900         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8901         (gdbpy_load_auto_scripts_for_objfile): ... here.
8902
8903 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8904
8905         auto-load: Move files.
8906         * Makefile.in (SFILES): Add auto-load.c.
8907         (HFILES_NO_SRCDIR): Add auto-load.h.
8908         (COMMON_OBS): Add auto-load.o.
8909         (distclean): Change .gdbinit for gdb-gdb.gdb.
8910         * auto-load.c: New file, with parts from python/py-auto-load.c.
8911         * auto-load.h: New file, with parts from python/python.h.
8912         * configure: Regenerate.
8913         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8914         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8915         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8916         * main.c: Include auto-load.h.
8917         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8918         command.h, observer.h and progspace.h to auto-load.c.  Add include
8919         auto-load.h.
8920         (gdbpy_global_auto_load, struct auto_load_pspace_info)
8921         (struct loaded_script, auto_load_pspace_data)
8922         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8923         (hash_loaded_script_entry, eq_loaded_script_entry)
8924         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8925         (maybe_add_script): Move to auto-load.c.
8926         (source_section_scripts): Change maybe_add_script parameters passing,
8927         use script_not_found_warning_print.
8928         (clear_section_scripts, auto_load_objfile_script)
8929         (auto_load_new_objfile, loaded_script_ptr)
8930         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8931         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8932         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8933         auto_load_new_objfile and info_auto_load_scripts initizations to
8934         auto-load.c.
8935         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8936
8937 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8938
8939         Code cleanup.
8940         * charset.c (find_charset_names): Remove variables ix and elt.
8941         Use free_char_ptr_vec.
8942         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8943         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8944         debugdir_end.  New variable debugdir_len.
8945         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8946         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8947         declarations.
8948         * progspace.c (clear_program_space_solib_cache): Remove variables ix
8949         and elt.  Use free_char_ptr_vec.
8950         * source.c (add_path): Remove variables argv, arg and argv_index.
8951         New variables dir_vec, back_to, ix and name.
8952         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
8953         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
8954         no longer expecting DIRNAME_SEPARATOR.
8955         (openp): Remove variable p, p1 and len.  New variables dir_vec,
8956         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
8957         no longer expecting DIRNAME_SEPARATOR.
8958         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8959         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8960         debugdir_end.
8961         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8962         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8963         (dirnames_to_char_ptr_vec): New functions.
8964
8965 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8966
8967         Code cleanup.
8968         * source.c (add_path): Remove always true conditional 'p == 0' and
8969         unindent its code block.
8970
8971 2012-04-17  Pedro Alves  <palves@redhat.com>
8972
8973         * gdbtypes.h (FIELD_BITPOS): Rename to ...
8974         (FIELD_BITPOS_LVAL): ... this.
8975         (FIELD_BITPOS): New.
8976         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8977         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8978         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8979         SET_FIELD_BITPOS.
8980         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8981         SET_FIELD_BITPOS.
8982         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8983         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8984         * target-descriptions.c (tdesc_gdb_type): Adjust to use
8985         SET_FIELD_BITPOS.
8986
8987 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8988
8989         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8990         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8991         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8992         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8993         * jv-lang.c (java_link_class_type): Likewise, once.
8994         * stabsread.c (read_enum_type): Likewise.
8995
8996 2012-04-16  Yao Qi  <yao@codesourcery.com>
8997
8998         * common/agent.c (agent_run_command): Add one more parameter `len'.
8999         Update callers.
9000         * common/agent.h: Update declaration.
9001         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9002         Update.
9003         (linux_child_static_tracepoint_markers_by_strid): Ditto.
9004
9005 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
9006
9007         PR mi/13393
9008         * value.c (value_actual_type): New function.
9009         * value.h (value_actual_type): New declaration.
9010         * varobj.c (update_type_if_necessary): New function.
9011         (varobj_create): Call value_actual_type instead of
9012         value_type.
9013         (install_dynamic_child): distinct changed and type changed MI variable
9014         objects.
9015         (update_dynamic_varobj_children): Updated for install_dynamic_child
9016         change.  All callers updated.
9017         (varobj_update): Support for MI variable object type change if
9018         the value changed and RTTI is used to determine the type.
9019         (create_child_with_value): Call value_actual_type instead of
9020         value_type.
9021         (adjust_value_for_child_access): Extended with a new parameter which
9022         specify whether the given value should be casted to enclosing type.
9023         All callers updated.
9024
9025 2012-04-14  Yao Qi  <yao@codesourcery.com>
9026
9027         Import gnulib module inttypes from git
9028         (250b80067c1e1d8faa0c42fb572f721975b929c5)
9029         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
9030         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
9031         gnulib/m4/inttypes-pri.m4
9032         * aclocal.m4, config.in, configure: Regenerated.
9033         * gnulib/Makefile.am: Update.
9034         * gnulib/Makefile.in: Update.
9035         * gnulib/m4/gnulib-cache.m4: Update.
9036         * gnulib/m4/gnulib-comp.m4: Update.
9037         * gnulib/inttypes.in.h: New.
9038         * gnulib/m4/inttypes-pri.m4: New.
9039         * gnulib/m4/inttypes.m4: New.
9040
9041 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
9042
9043         * infrun.c (resume): Update PC address to the real PC after
9044         preparing to do displaced stepping.
9045
9046 2012-04-12  Doug Evans  <dje@google.com>
9047
9048         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9049         All callers updated.
9050
9051 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
9052
9053         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9054
9055 2012-04-12  Doug Evans  <dje@google.com>
9056
9057         * dwarf2read.c (create_all_type_units): Renamed from
9058         create_debug_types_hash_table.  All callers updated.
9059
9060         * dwarf2read.c (create_signatured_type_table_from_index): Rename
9061         local type_sig to sig_type, type_offset to type_offset_in_tu.
9062         (hash_signatured_type): Renamed from hash_type_signature,
9063         all callers updated.
9064         (eq_signatured_type): Renamed from eq_type_signature,
9065         all callers updated.
9066         (create_debug_types_hash_table): Rename local type_sig to sig_type.
9067         (process_enumeration_scope): Ditto.
9068         (lookup_signatured_type_at_offset): Ditto.
9069         (load_full_type_unit, read_signatured_type): Ditto.
9070
9071 2012-04-12  Yao Qi  <yao@codesourcery.com>
9072
9073         * remote.c (async_remote_interrupt): Correct function name in
9074         debug message.
9075         (async_remote_interrupt_twice): Ditto.
9076
9077 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
9078
9079         * source.c (find_and_open_source): Consistently pass resulting
9080         full path through xfullpath.
9081
9082 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9083
9084         Provide more specific displaced-stepping memory error message.
9085         * infrun.c (displaced_step_prepare): New variable status.  Call
9086         target_read_memory instead of read_memory, provide more specific
9087         error message.
9088
9089 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9090
9091         PR gdb/13901
9092         * darwin-nat.c (darwin_execvp): Revert previous patch.
9093
9094 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9095
9096         PR gdb/13901
9097         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9098         in case of change.
9099
9100 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9101
9102         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9103         warning.
9104
9105 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
9106
9107         New command 'explore' which helps explore values and types in
9108         scope.
9109         * NEWS: Add an entry about the new 'explore' command.
9110         * data-directory/Makefile.in: Add gdb/command/explore.py
9111         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9112         command using the GDB Python API.
9113
9114 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
9115
9116         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9117         extension in jump target calculation.
9118
9119 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
9120
9121         * mips-tdep.c (mips32_next_pc): Handle JALX.
9122
9123 2012-04-10  Yao Qi  <yao@codesourcery.com>
9124
9125         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9126
9127 2012-04-10  Yao Qi  <yao@codesourcery.com>
9128
9129         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9130         and gnulib/m4/gnulib-tool.m4.
9131
9132 2012-04-10  Doug Evans  <dje@google.com>
9133
9134         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9135         (load_partial_dies): Clarify comment.
9136         (find_partial_die): Support rereading type units.
9137         Clarify CU handling, if we know offset is in CU, don't search for the
9138         containing CU.  Add comment regarding memory waste.
9139
9140 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
9141
9142         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9143         i386/x32-avx and i386/x32-avx-linux.
9144         (i386/x32-expedite): New.
9145         (i386/x32-linux-expedite): Likewise.
9146         (i386/x32-avx-expedite): Likewise.
9147         (i386/x32-avx-linux-expedite): Likewise.
9148         ($(outdir)/i386/x32.dat): Likewise.
9149         ($(outdir)/i386/x32-linux.dat): Likewise.
9150         ($(outdir)/i386/x32-avx.dat): Likewise.
9151         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9152
9153         * features/i386/x32-avx-linux.xml: New file.
9154         * features/i386/x32-avx.xml: Likewise.
9155         * features/i386/x32-core.xml: Likewise.
9156         * features/i386/x32-linux.xml: Likewise.
9157         * features/i386/x32.xml: Likewise.
9158
9159         * features/i386/x32-avx-linux.c: New.  Generated.
9160         * features/i386/x32-avx.c: Likewise.
9161         * features/i386/x32-linux.c: Likewise.
9162         * features/i386/x32.c: Likewise.
9163         * regformats/i386/x32-avx-linux.dat: Likewise.
9164         * regformats/i386/x32-avx.dat: Likewise.
9165         * regformats/i386/x32-linux.dat: Likewise.
9166         * regformats/i386/x32.dat: Likewise.
9167
9168 2012-04-10  Tristan Gingold  <gingold@adacore.com>
9169
9170         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9171         code to kill the inferior.
9172
9173 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
9174
9175         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9176         defines.
9177         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9178         defines.
9179         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9180         (yyvsp): New defines.
9181         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9182         defines.
9183         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9184         defines.
9185         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9186         defines.
9187         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9188         defines.
9189         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9190         defines.
9191
9192 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
9193
9194         * sparc64-tdep.c (sparc64_store_arguments)
9195         (sparc64_store_arguments): Fix coding style.
9196
9197 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
9198
9199         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9200         complex floats, adjust some related comments and tighten a related
9201         assertion.
9202         (sparc64_extract_return_value): Handle complex floats.
9203
9204 2012-04-07  Doug Evans  <dje@google.com>
9205
9206         * dwarf2read.c (load_partial_dies): Change condition to assert.
9207
9208 2012-04-06  Doug Evans  <dje@google.com>
9209
9210         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9211         "mov %rsp,%rbp".
9212
9213 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
9214
9215         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9216         fencepost error.
9217         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9218         (v850_gdbarch_init): Set `num_regs' as appropriate for the
9219         architecture.
9220
9221 2012-04-05  Keith Seitz  <keiths@redhat.com>
9222
9223         * linespec.c (decode_compound): Remove.
9224         (enum offset_relative_sign): New enum.
9225         (struct line_offset): New struct.
9226         (struct linespec): New struct.
9227         (struct linespec_state): Move file_symtabs,
9228         user_filename, and user_function into struct linespec.
9229         Make result an anonymous struct holding vectors of
9230         symbolp and minsym_and_objfile_d.
9231         Add language member.
9232         (enum ls_token_type): New enum.
9233         (linespec_keywords): New array.
9234         (struct ls_token): New struct.
9235         (struct ls_parser): New struct.
9236         (linespec_lexer_lex_number): New function.
9237         (linespec_lexer_lex_keyword): New function.
9238         (is_ada_operator): New function.
9239         (skip_quote_char): New function.
9240         (copy_token_string): New function.
9241         (is_closing_quote_enclosed): New function.
9242         (find_parameter_list_end): New function.
9243         (linespec_lexer_lex_string): New function.
9244         (linespec_lexer_lex_one): New function.
9245         (linespec_lexer_consume_token): New function.
9246         (linespec_lexer_peek_token): New function.
9247         (cplusplus_error): Remove unused function.
9248         (find_methods): Update comment.
9249         (find_toplevel_char): Return const.
9250         (is_objc_method_format): Remove unused function.
9251         (find_toplevel_string): New function.
9252         (is_linespec_boundary): Remove.
9253         (symbol_not_found_error): New function.
9254         (find_method_overload_end): Remove function.
9255         (unexpected_linespec_error): New function.
9256         (keep_name_info): Remove.
9257         (linespec_parse_line_offset): New function.
9258         (linespec_parse_basic): New function.
9259         (canonicalize_linespec): New function.
9260         (decode_line_internal): Remove.
9261         (create_sals_line_offset): New function adapted from
9262         decode_all_digits.
9263         (convert_linespec_to_sals): New function.
9264         (parse_linespec): New function.
9265         (linespec_parser_new): New function.
9266         (linespec_state_destructor): Change parameter type to
9267         struct linespec_state *.
9268         Add language parameter.
9269         Remove freeing of moved members.
9270         (linespec_parser_delete): New function.
9271         (decode_line_full): Use parse_linespec and linespec_parser_new.
9272         (decode_line_1): Likewise.
9273         (decode_indirect): Rename to ...
9274         (linespec_expression_to_pc): ... this and rewrite
9275         to simply find CORE_ADDR, storing this result for later
9276         conversion to SALs.
9277         (locate_first_half): Remove.
9278         (deocde_objc): Add parameter LS.
9279         Initialize new struct collect_info members.
9280         Handle minimal symbols, too.
9281         (decode_compound): Delete.
9282         (lookup_prefix_sym): Rewrite.
9283         (compare_msymbols): New function.
9284         (find_method): Rewrite.
9285         Do not call cplusplus_error.
9286         (symtabs_from_filename): Rewrite.
9287         (collect_function_symbols): Delete.
9288         (find_function_symbols): Rewrite without ARGPTR-style
9289         processing.
9290         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9291         (decode_dollar): Adapted and renamed to ...
9292         (linespec_parse_variable): ... this.
9293         (find_linespec_symbols): New function.
9294         (decode_label): Adapted and renamed to ...
9295         (find_label_symbols): ... this.
9296         (decode_digits_list_mode): Add and use LS argument.
9297         (decode_digits_ordinary): Likewise.
9298         (collect_symbols): Do not collect SALs, just symbols and msymbols.
9299         If in list mode, allow any symbol class.  Otherwise, only
9300         permit LOC_BLOCK symbols.
9301         (minsym_found): Update comments.
9302         (search_minsyms_for_name): Do not convert the matching symbol
9303         into a SAL.  Simply push the symbol and objfile into the
9304         result vector.
9305         (decode_variable): Delete. Contents adapted into
9306         find_linespec_symbols.
9307
9308         * cp-support.c (SKIP_SPACE): Remove.
9309         (operator_tokens): Remove unused global.
9310         (cp_validate_operator): Remove.
9311         * cp-support.h (cp_validate_operator): Remove declaration.
9312
9313 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9314
9315         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9316         for TYPE_VPTR_FIELDNO.
9317         * valprint.c (valprint_check_validity): Make it global, move the
9318         function comment ...
9319         * value.h (valprint_check_validity): ... to this new declaration.
9320
9321 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9322
9323         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9324         the STATE32 api for i386 state.
9325         (i386_darwin_store_inferior_registers): Likewise.
9326
9327 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9328
9329         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9330         SS offset.
9331         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9332         format_string.
9333
9334 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9335
9336         PR gdb/13901
9337         * darwin-nat.c (darwin_execvp): Set binary preference.
9338
9339 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9340
9341         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9342
9343 2012-03-30  Tom Tromey  <tromey@redhat.com>
9344
9345         * python/python.c (gdbpy_decode_line): Move cleanup creation out
9346         of TRY_CATCH.  Fix error handling.
9347         * python/py-value.c (convert_value_from_python): Move 'old'
9348         declaration to innermost scope.
9349
9350 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9351             Andrey Smirnov  <andrew.smirnov@gmail.com>
9352
9353         -Wshadow warning fix.
9354         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9355         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9356         Adjust code accordingly.
9357
9358 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9359
9360         * ada-lang.c (symbol_completion_add): Rename parameter
9361         "encoded" into "encoded_p".  Ajust code and documentation
9362         accordingly.
9363
9364 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9365             Andrey Smirnov  <andrew.smirnov@gmail.com>
9366
9367         -Wshadow warning fix.
9368         * ada-lang.c (symbol_completion_add): Rename parameter
9369         "wild_match" into wild_match_p.  Update code and documentation
9370         accordingly.
9371
9372 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9373
9374         * ada-lang.c (symbol_completion_match): Rename parameter
9375         "encoded" into "encoded_p".  Ajust code and documentation
9376         accordingly.
9377
9378 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9379             Andrey Smirnov  <andrew.smirnov@gmail.com>
9380
9381         -Wshadow warning fix.
9382         * ada-lang.c (symbol_completion_match): Rename parameter
9383         "wild_match" into "wild_match_p".  Adjust code and function
9384         documentation accordingly.
9385
9386 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9387             Andrey Smirnov  <andrew.smirnov@gmail.com>
9388
9389         -Wshadow warning fix.
9390         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9391         "symbol_info" into "info".  Adjust code accordingly.
9392         (ada_lookup_symbol): Likewise.
9393
9394 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9395
9396         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9397         of this function's documentation.
9398
9399 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9400             Andrey Smirnov  <andrew.smirnov@gmail.com>
9401
9402         -Wshadow warning fix.
9403         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9404         variable into "wild_match_p".  Adjust code accordingly.
9405
9406 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9407             Andrey Smirnov  <andrew.smirnov@gmail.com>
9408
9409         -Wshadow warning fix.
9410         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9411         parameter into "wild_match_p".  Adjust code accordingly.
9412         Document this parameter in the function description.
9413
9414 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9415             Andrey Smirnov  <andrew.smirnov@gmail.com>
9416
9417         -Wshadow warning fix.
9418         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9419         "wild_match" parameter to "wild_match_p" (-Wshadow).
9420
9421 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9422
9423         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9424         in function documentation.
9425
9426 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9427             Andrey Smirnov  <andrew.smirnov@gmail.com>
9428
9429         -Wshadow warning fix.
9430         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9431         variable into wild_match_p.  Adjust code accordingly.
9432
9433 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9434             Andrey Smirnov  <andrew.smirnov@gmail.com>
9435
9436         * ada-valprint.c (ada_val_print_1): Move the code handling
9437         TYPE_CODE_ENUM inside its own lexical block.  Declare
9438         variables len and val there, instead of in the function's
9439         top level block.  Avoid declaring deref_val again in a way
9440         that shadows another variable of the same name declared
9441         in one of the up-level blocks.  Just re-use the up-level
9442         variable instead.
9443
9444 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9445
9446         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9447         Replace block_found argument by symbol_info.  Adjust
9448         implementation accordingly.  Add function documentation.
9449         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9450         Fix documentation.
9451         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9452         * ada-exp.y (write_object_renaming): Adjust to new
9453         ada_lookup_encoded_symbol API.
9454
9455 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9456
9457         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
9458         documentation.
9459
9460 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
9461
9462         * v850-tdep.c: Add the enum values for mpu and fpu registers.
9463         (v850_register_name): Add the mpu and fpu register names.
9464         (v850e_register_name): Add the mpu and fpu register names.
9465         (v850e2_register_name): New function.
9466         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9467         bfd_mach_v850e2v3.
9468
9469 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9470
9471         * NEWS: Add entry for Ada varobj support.
9472
9473 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9474
9475         * varobj.c (default_value_is_changeable_p): New function,
9476         extracted from varobj_value_is_changeable_p.  Add declaration.
9477         (ada_value_is_changeable_p): New function, extracted from
9478         varobj_value_is_changeable_p.  Add declaration.
9479         (struct language_specific): New field "value_is_changeable_p".
9480         (languages): Add entries for new field.
9481         (varobj_create): Set language before calling install_new_value.
9482         (varobj_value_is_changeable_p): Reimplement to call the varobj's
9483         "value_is_changeable_p" language callback.
9484
9485 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9486
9487         * ada-varobj.h, ada-varobj.c: New files.
9488         * Makefile.in (SFILES): Add ada-varobj.c.
9489         (HFILES_NO_SRCDIR): Add ada-varobj.h.
9490         (COMMON_OBS): Add ada-varobj.o.
9491
9492 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9493
9494         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
9495         (struct language_specific): New field "value_has_mutated".
9496         (languages): Set field "value_has_mutated" in each entry of array.
9497         (varobj_value_has_mutated): New function.
9498         (varobj_udpdate): Add handling of type mutation.
9499         (value_of_root): Add handling of type mutation.
9500         (ada_value_has_mutated): New function.
9501
9502 2012-03-28  Pedro Alves  <palves@redhat.com>
9503
9504         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9505         Always supply $fr0 as 0.0 and $fr1 as 1.0.
9506
9507 2012-03-28  Tom Tromey  <tromey@redhat.com>
9508
9509         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9510         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
9511         before returning.
9512
9513 2012-03-28  Tom Tromey  <tromey@redhat.com>
9514
9515         * .dir-locals.el: New file.
9516
9517 2012-03-28  Pedro Alves  <palves@redhat.com>
9518
9519         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9520
9521 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9522
9523         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9524         handling for r0.
9525
9526 2012-03-27  Pedro Alves  <palves@redhat.com>
9527
9528         Eliminate struct ui_stream.
9529
9530         * ui-out.h (struct ui_stream): Delete.
9531         (ui_out_field_stream): Adjust prototype.
9532         (ui_out_stream_new, ui_out_stream_delete)
9533         (make_cleanup_ui_out_stream_delete): Delete declarations.
9534         * ui-out.c (ui_out_field_stream): Change prototype to take a
9535         ui_file instead of a ui_stream.  Adjust.
9536         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9537         (make_cleanup_ui_out_stream_delete): Delete.
9538         * breakpoint.c (print_breakpoint_location)
9539         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9540         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9541         * disasm.c (dump_insns): Ditto.
9542         (do_mixed_source_and_assembly, do_assembly_only): Adjust
9543         prototype.
9544         (gdb_disassembly): Use ui_file/mem_fileopen instead of
9545         ui_stream/ui_out_stream_new.
9546         * infcmd.c (print_return_value): Ditto.
9547         * osdata.c (info_osdata_command): Don't allocate a local
9548         ui_stream.
9549         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9550         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9551         * tracepoint.c (print_one_static_tracepoint_marker): Don't
9552         allocate a local ui_stream.
9553         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9554         instead of ui_stream/ui_out_stream_new.
9555         (list_args_or_locals): Don't allocate a local ui_stream.
9556         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9557         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9558         ui_stream/ui_out_stream_new.
9559         * cli/cli-setshow.c (do_setshow_command): Ditto.
9560
9561 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
9562
9563         * arm-linux-tdep.c (arm_linux_init_abi): Call
9564         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
9565         * arm-tdep.c (arm_process_record): New function.
9566         (deallocate_reg_mem): New function.
9567         (decode_insn): New function.
9568         (thumb_record_branch): New function.
9569         (thumb_record_ldm_stm_swi(): New function.
9570         (thumb_record_misc): New function.
9571         (thumb_record_ld_st_stack): New function.
9572         (thumb_record_ld_st_imm_offset): New function.
9573         (thumb_record_ld_st_reg_offset(): New function.
9574         (thumb_record_add_sub_cmp_mov): New function.
9575         (thumb_record_shift_add_sub): New function.
9576         (arm_record_coproc_data_proc): New function.
9577         (arm_record_coproc): New function.
9578         (arm_record_b_bl): New function.
9579         (arm_record_ld_st_multiple): New function.
9580         (arm_record_ld_st_reg_offset): New function.
9581         (arm_record_ld_st_imm_offset): New function.
9582         (arm_record_data_proc_imm): New function.
9583         (arm_record_data_proc_misc_ld_str): New function.
9584         (arm_record_extension_space): New function.
9585         (arm_record_strx): New function.
9586         (sbo_sbz): New function.
9587         (struct insn_decode_record): New structure for arm insn record.
9588         (REG_ALLOC): New macro for reg allocations.
9589         (MEM_ALLOC): New macro for memory allocations.
9590         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9591
9592 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
9593
9594         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9595         (store_register): Likewise.
9596
9597 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
9598
9599         * MAINTAINERS (Write After Approval): Add myself to the list.
9600
9601 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9602
9603         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9604         Describe also the option "auto".
9605
9606 2012-03-22  Richard Henderson  <rth@redhat.com>
9607
9608         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9609         * sparc-nat.c (sparc_xfer_wcookie): Make static.
9610
9611 2012-03-22  Richard Henderson  <rth@redhat.com>
9612
9613         * jit.c (jit_read_code_entry): Compute alignment and offset of
9614         int64_t member before computing entry_size.
9615
9616 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
9617
9618         Python scripting: Add new method Value.referenced_value to
9619         gdb.Value which can dereference pointer as well as reference
9620         values.
9621         * NEWS: Add entry under 'Python scripting' about the new method
9622         Value.referenced_value on gdb.Value objects.
9623         * python/py-value.c (valpy_referenced_value): New function
9624         defining a new method on gdb.Value objects which can dereference
9625         pointer and reference values.
9626
9627 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
9628
9629         * MAINTAINERS (Write After Approval): Add myself to the list.
9630
9631 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
9632
9633         * symtab.c (skip_prologue_sal): Change test to check for "main()"
9634         in addition to "main".
9635
9636 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
9637
9638         * expression.h (op_name): Add declaration.
9639         * expprint.c (op_name): Remove declaration.  Make non-static.
9640         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9641
9642 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
9643
9644         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9645         of struct siginfo.
9646         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9647         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9648         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9649         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9650         (linux_nat_get_siginfo): Likewise.
9651         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9652         (linux_nat_get_siginfo): Likewise.
9653         * linux-tdep.c (linux_get_siginfo_type): Likewise.
9654         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9655         * procfs.c (gdb_siginfo_t): Likewise.
9656
9657 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
9658
9659         * .gitignore: Ignore more files.
9660
9661 2012-03-20  Pedro Alves  <palves@redhat.com>
9662
9663         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9664         returns.
9665
9666 2012-03-20  Yao Qi  <yao@codesourcery.com>
9667
9668         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9669         comment.
9670
9671 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9672
9673         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9674         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9675         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9676         sect_offset.
9677         * dwarf2expr.h (cu_offset, sect_offset): New types.
9678         (struct dwarf_expr_context_funcs) <dwarf_call>
9679         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9680         sect_offset.
9681         (struct dwarf_expr_context) <len>: Improve the comment.
9682         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9683         cu_offset and sect_offset.
9684         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9685         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9686         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9687         * dwarf2loc.h: Include dwarf2expr.h.
9688         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9689         and sect_offset.
9690         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9691         Improve the comment.
9692         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9693         (struct signatured_type, struct line_header, struct partial_die_info)
9694         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9695         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9696         (get_die_type_at_offset, create_cus_from_index)
9697         (create_signatured_type_table_from_index, dw2_get_file_names)
9698         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9699         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9700         (create_debug_types_hash_table, process_psymtab_comp_unit)
9701         (load_partial_comp_unit, create_all_comp_units)
9702         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9703         (load_full_comp_unit, dwarf2_physname, read_import_statement)
9704         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9705         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9706         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9707         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9708         (find_partial_die, read_attribute_value, lookup_die_type)
9709         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9710         (is_ref_attr): New function comment.
9711         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9712         Use cu_offset and sect_offset.
9713         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9714         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9715         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9716         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9717         (offset_and_type_hash, offset_and_type_eq, set_die_type)
9718         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9719         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9720         sect_offset.
9721
9722 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9723
9724         Code cleanup.
9725         * python/py-auto-load.c (source_section_scripts): New variable back_to.
9726         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9727         with xfree.
9728         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9729
9730 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9731
9732         * NEWS: Describe new options --init-command=FILE, -ix and
9733         --init-eval-command=COMMAND, -iex.
9734         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9735         CMDARG_INIT_COMMAND.
9736         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
9737         "init-command", "init-eval-command", "ix" and "iex" to the variable
9738         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
9739         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9740         (print_gdb_help): Describe --init-command=FILE, -ix and
9741         --init-eval-command=COMMAND, -iex.
9742
9743 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9744
9745         Code cleanup.
9746         * main.c (struct cmdarg): Move it here from main.  Add more comments.
9747         (cmdarg_s, VEC (cmdarg_s)): New.
9748         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
9749         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
9750         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
9751         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
9752         of CMDARG.
9753
9754 2012-03-19  Tom Tromey  <tromey@redhat.com>
9755
9756         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9757
9758 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9759
9760         PR symtab/13777
9761         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9762         GCC >=4.5.
9763
9764 2012-03-16  Chris January  <chris.january@allinea.com>
9765
9766         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9767         of clear.
9768
9769 2012-03-16  Chris January  <chris.january@allinea.com>
9770
9771         * source.c (add_path): Use memmove instead of strcpy because the
9772         strings overlap.
9773
9774 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
9775
9776         * value.h (set_value_parent): Add declaration.
9777         * value.c (set_value_parent): New function.
9778         (value_address): If VALUE->PARENT is not NULL, then use it as
9779         the base address instead of VALUE->LOCATION.address.
9780         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9781         the same as OBJ's address.  Adjust V's offset accordingly.
9782         Set V's parent.
9783
9784 2012-03-16  Gary Benson  <gbenson@redhat.com>
9785
9786         PR breakpoints/10738
9787         * dwarf2read.c (use_deprecated_index_sections): New global.
9788         (struct partial_die_info): New member may_be_inlined.
9789         (read_partial_die): Set may_be_inlined where appropriate.
9790         (add_partial_subprogram): Add partial symbols for partial
9791         DIEs that may be inlined.
9792         (new_symbol_full): Add inlined subroutines to the current
9793         scope.
9794         (write_psymtabs_to_index): Bump version number.
9795         (dwarf2_read_index): Read only version 6 indices unless
9796         use_deprecated_index_sections is set.
9797         * linespec.c (symbol_and_data_callback): New structure.
9798         (iterate_inline_only): New function.
9799         (iterate_over_all_matching_symtabs): New argument
9800         "include_inline".  If nonzero, also call the callback for
9801         symbols representing inlined subroutines.
9802         (lookup_prefix_sym): Pass extra argument to the above.
9803         (find_function_symbols): Likewise.
9804         (add_matching_symbols_to_info): Likewise.
9805         * NEWS: Mention that GDB can now set breakpoints on inlined
9806         functions.
9807
9808 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9809
9810         * p-typeprint.c (pascal_type_print_method_args):
9811         Fix display of parameter of methods.
9812
9813 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9814
9815         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9816         Add missing prototype.
9817
9818 2012-03-16  Yao Qi  <yao@codesourcery.com>
9819             Jan Kratochvil  <jan.kratochvil@redhat.com>
9820
9821         Fix false compilation warning.
9822         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9823
9824 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
9825             Pedro Alves  <pedro@codesourcery.com>
9826
9827         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9828         (arm_register_g_packet_guesses): New function.
9829         (arm_gdbarch_init): Don't force a target description with
9830         registers when the executable is detected as M-profile.  Instead
9831         set gdbarch->tdep->is_m.  Register `g' packet guesses.
9832         (_initialize_arm_tdep): Initialize the new target description.
9833         * features/arm-with-m-fpa-layout.xml: New description.
9834         * features/arm-with-m-fpa-layout.c: New, generated.
9835
9836 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
9837
9838         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9839         Update function description.
9840         (insert_bp_location): Do not wipe bl->target_info out.
9841         * mem-break.c: #include "gdb_string.h".
9842         (default_memory_insert_breakpoint): Do not call target_read_memory
9843         with a pointer to the breakpoint's shadow_contents buffer.  Use
9844         a local buffer instead.
9845         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9846
9847 2012-03-15  Tom Tromey  <tromey@redhat.com>
9848
9849         * NEWS: Mention "info vtbl", not "info vtable".
9850         * cp-support.c (info_vtbl_command): Fix comment.
9851         (_initialize_cp_support): Fix text.
9852
9853 2012-03-15  Tom Tromey  <tromey@redhat.com>
9854
9855         * cp-valprint.c (cp_print_value_fields): Use
9856         print_function_pointer_address for vtable slot.
9857
9858 2012-03-15  Tom Tromey  <tromey@redhat.com>
9859
9860         * gnu-v3-abi.c (struct value_and_voffset): New.
9861         (hash_value_and_voffset, eq_value_and_voffset)
9862         (compare_value_and_voffset, compute_vtable_size)
9863         (print_one_vtable, gnuv3_print_vtable): New functions.
9864         (init_gnuv3_ops): Initialize 'print_vtable' field.
9865         * cp-support.c (info_vtbl_command): New function.
9866         (_initialize_cp_support): Add "info vtbl".
9867         * cp-abi.h (cplus_print_vtable): Declare.
9868         (struct cp_abi_ops) <print_vtable>: New field.
9869         * cp-abi.c (cplus_print_vtable): New function.
9870         * NEWS: Update.
9871
9872 2012-03-15  Tom Tromey  <tromey@redhat.com>
9873
9874         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9875         iterate_over_symbols.
9876
9877 2012-03-14  Doug Evans  <dje@google.com>
9878
9879         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9880         DW_OP_GNU_parameter_ref.
9881
9882 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9883
9884         Fix double prompt of 'interpreter-exec mi'.
9885         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9886         (mi_interpreter_resume): use it.
9887         (mi_execute_command_input_handler): New function.
9888         * mi/mi-main.c (mi_execute_command): Move prompt printing to
9889         mi_execute_command_input_handler.
9890
9891 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
9892
9893         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9894         prototype.
9895         (darwin_debug_port_info): Make static.
9896         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9897         * machoread.c (_initialize_machoread): Add prototype.
9898         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9899         (i386_darwin_set_control, i386_darwin_get_control)
9900         i386_darwin_dr_set_addr, i386_darwin_get_addr)
9901         i386_darwin_get_status, i386_darwin_get_control):
9902         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9903
9904 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9905
9906         * ax-gdb.c (gen_usual_unary): Remove special handling of
9907         enum and bool types.
9908
9909 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9910
9911         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9912
9913 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9914
9915         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9916
9917 2012-03-13  Chris January  <chris.january@allinea.com>
9918
9919         * aix-thread.c (fill_sprs): Store the floating point registers
9920         at the correct offsets into vals.
9921
9922 2012-03-13  Doug Evans  <dje@google.com>
9923
9924         * NEWS: Mention symbol-reloading has been deleted.
9925         * symfile.c (symbol_reloading): Delete.
9926         (show_symbol_reloading): Delete.
9927         (_initialize_symfile): Delete set/show symbol-reloading.
9928
9929         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9930         read_in_chain until we have successfully read it in.
9931         (load_full_comp_unit): Ditto.
9932         (read_signatured_type): Add comment.
9933
9934 2012-03-13  Chris January  <chris.january@allinea.com>
9935
9936         * stabsread.c (fix_common_block): Change type of valu argument
9937         to CORE_ADDR.
9938
9939 2012-03-13  Chris January  <chris.january@allinea.com>
9940
9941         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9942         instruction.
9943
9944 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9945
9946         * common/linux-procfs.c (linux_proc_get_int): New, from
9947         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9948         field.
9949         (linux_proc_get_tgid): Only call linux_proc_get_int.
9950         (linux_proc_get_tracerpid): New.
9951         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9952         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9953         linux_proc_pid_has_state.
9954         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9955         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9956         (linux_ptrace_attach_warnings): New.
9957         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9958         New declaration.
9959         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9960         (linux_nat_attach): New variables ex, buffer, message and message_s.
9961         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9962
9963 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9964
9965         * Makefile.in (linux-ptrace.o): New.
9966         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9967         from linux-nat.c.
9968         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9969         * common/linux-ptrace.c: New file.
9970         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9971         * config/arm/linux.mh: Likewise.
9972         * config/i386/linux.mh: Likewise.
9973         * config/i386/linux64.mh: Likewise.
9974         * config/ia64/linux.mh: Likewise.
9975         * config/m32r/linux.mh: Likewise.
9976         * config/m68k/linux.mh: Likewise.
9977         * config/mips/linux.mh: Likewise.
9978         * config/pa/linux.mh: Likewise.
9979         * config/powerpc/linux.mh: Likewise.
9980         * config/powerpc/ppc64-linux.mh: Likewise.
9981         * config/powerpc/spu-linux.mh: Likewise.
9982         * config/s390/s390.mh: Likewise.
9983         * config/sparc/linux.mh: Likewise.
9984         * config/sparc/linux64.mh: Likewise.
9985         * config/xtensa/linux.mh: Likewise.
9986         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9987         common/linux-procfs.c.
9988         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9989
9990 2012-03-13  Hui Zhu  <teawater@gmail.com>
9991             Pedro Alves  <palves@redhat.com>
9992
9993         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
9994         CREATE_BREAKPOINT_FLAGS_INSERTED.
9995         (create_breakpoint_sal, create_breakpoints_sal)
9996         (base_breakpoint_create_breakpoints_sal)
9997         (tracepoint_create_breakpoints_sal)
9998         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
9999         down.
10000         (break_command_1, handle_gnu_v3_exceptions, trace_command)
10001         (ftrace_command, strace_command): Adjust.
10002         (create_tracepoint_from_upload): Pass
10003         CREATE_BREAKPOINT_FLAGS_INSERTED.
10004         * breakpoint.h (enum breakpoint_create_flags): New.
10005         (create_breakpoint): New flags parameter.
10006         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
10007         * python/py-breakpoint.c (bppy_init): Adjust.
10008         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
10009         * spu-tdep.c (spu_catch_start): Adjust.
10010
10011 2012-03-13  Pedro Alves  <palves@redhat.com>
10012             Hui Zhu  <teawater@gmail.com>
10013             Yao Qi  <yao@codesourcery.com>
10014
10015         * remote.c (struct remote_state): New field `starting_up'.
10016         (remote_start_remote): Set and clear it.
10017         (remote_can_download_tracepoint): If starting up, return false.
10018
10019 2012-03-13  Yao Qi  <yao@codesourcery.com>
10020
10021         * inferior.h (struct inferior): Remove fields any_syscall_count,
10022         syscalls_counts and total_syscalls_count.  Move them to new
10023         struct catch_syscall_inferior_data in breakpoint.c.
10024         * breakpoint.c: Call DEF_VEC_I(int).
10025         (struct catch_syscall_inferior_data): New.
10026         (get_catch_syscall_inferior_data): New.
10027         (catch_syscall_inferior_data_cleanup): New.
10028         (insert_catch_syscall): Update to access data in
10029         struct catch_syscall_inferior_data.
10030         (insert_catch_syscall): Likewise.
10031         (remove_catch_syscall): Likewise.
10032         (remove_catch_syscall): Likewise.
10033         (is_syscall_catchpoint_enabled): Likewise.
10034         (add_catch_command): Likewise.
10035         (_initialize_breakpoint): Register cleanup.
10036         * breakpoint.h: Removed DEF_VEC_I(int).
10037         * dwarf2loc.c: Call DEF_VEC_I(int).
10038         * mi/mi-main.c: Likewise.
10039
10040 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
10041
10042         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
10043
10044 2012-03-12  Chris January  <chris.january@allinea.com>
10045
10046         * aix-thread.c (_initialize_aix_thread): Add prototype.
10047         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10048         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10049
10050 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
10051
10052         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10053         include of "amd64-nat.h".
10054
10055 2012-03-12  Tom Tromey  <tromey@redhat.com>
10056
10057         * buildsym.c (record_pending_block): Now static.
10058         * buildsym.h: (record_pending_block): Remove.
10059
10060 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
10061
10062         * amd64bsd-nat.c: Include amd64bsd-nat.h.
10063
10064 2012-03-09  Tom Tromey  <tromey@redhat.com>
10065
10066         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10067         producer_is_gxx_lt_4_6>: New fields.
10068         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10069
10070 2012-03-09  Tom Tromey  <tromey@redhat.com>
10071
10072         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10073
10074 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10075
10076         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10077         prototype.
10078
10079 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10080
10081         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10082
10083 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10084
10085         Fix -Wmissing-prototypes build.
10086         * arm-linux-nat.c (get_thread_id): Make it static.
10087         * xtensa-linux-nat.c (get_thread_id): Likewise.
10088
10089 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10090
10091         * server.c (process_point_options): If a conditional expression
10092         is found, only print a message if remote_debug is nonzero.
10093
10094 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
10095
10096         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10097         of internal error for unknown/unsupported types.
10098
10099 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10100
10101         Fix CU relative vs. absolute DIE offsets.
10102         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10103         offset to offset_in_cu.
10104         * dwarf2read.c (process_enumeration_scope): Add CU offset to
10105         TYPE_OFFSET.
10106         (dwarf2_fetch_die_location_block): Rename parameter offset to
10107         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
10108
10109 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10110
10111         * libunwind-frame.c: Rename to ...
10112         * ia64-libunwind-tdep.c: ... here.
10113         * libunwind-frame.h: Rename to ...
10114         * ia64-libunwind-tdep.h: ... here.
10115         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10116         ia64-libunwind-tdep.h.
10117         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10118         * README (--with-libunwind): Rename to ...
10119         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10120         * config.in: Regenerate.
10121         * configure: Regenerate.
10122         * configure.ac: New option --with-libunwind-ia64, make the
10123         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
10124         Remove AC_DEFINE for HAVE_LIBUNWIND.
10125         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10126         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10127         Rename libunwind-frame in the general comment.
10128         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10129         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10130         Move forward declarations inside #ifndef.  Rename libunwind-frame in
10131         the general comment.
10132         * ia64-tdep.c: Rename libunwind-frame.h #include to
10133         ia64-libunwind-tdep.h.
10134         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10135         (ia64_libunwind_descr): Rename libunwind-frame to
10136         ia64-libunwind-tdep in these function comments.
10137         * ia64-tdep.h: Rename libunwind-frame.h #include to
10138         ia64-libunwind-tdep.h.
10139         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10140         ia64-libunwind-tdep in that data comment.
10141
10142 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10143
10144         * libunwind-frame.h (struct frame_unwind): New declaration.
10145
10146 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10147
10148         * breakpoint.c (_initialize_breakpoint): Fix error in help of
10149         "set breakpoint condition-evaluation" command.
10150
10151 2012-03-08  Tristan Gingold  <gingold@adacore.com>
10152
10153         * sparc-stub.c: Move to stubs/
10154         * sh-stub.c: Likewise.
10155         * m68k-stub.c: Likewise.
10156         * m32r-stub.c: Likewise.
10157         * i386-stub.c: Likewise.
10158
10159 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
10160
10161         * m68klinux-tdep.c (m68k_linux_init_abi): Register
10162         linux_get_siginfo_type.
10163
10164         * m68klinux-nat.c: Include "gdb_proc_service.h".
10165         (PTRACE_GET_THREAD_AREA): Define.
10166         (ps_get_thread_area): New function.
10167
10168 2012-03-08  Yao Qi  <yao@codesourcery.com>
10169
10170         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10171         `xsnprintf'.
10172         (remote_query_attached): Likewise.
10173         (remote_static_tracepoint_marker_at): Likewise.
10174         (remote_set_permissions): Likewise.
10175         (remote_detach_1, extended_remote_attach_1): Likewise.
10176         (send_g_packet, remote_vkill): Likewise.
10177         (extended_remote_disable_randomization): Likewise.
10178         (remote_add_target_side_condition): Likewise.
10179         (remote_insert_breakpoint): Likewise.
10180         (remote_remove_breakpoint): Likewise.
10181         (remote_insert_watchpoint): Likewise.
10182         (remote_remove_watchpoint): Likewise.
10183         (remote_insert_hw_breakpoint): Likewise.
10184         (remote_insert_hw_breakpoint): Likewise.
10185         (remote_remove_hw_breakpoint): Likewise.
10186         (remote_download_command_source): Likewise.
10187         (remote_download_tracepoint): Likewise.
10188         (remote_download_trace_state_variable): Likewise.
10189         (remote_disable_tracepoint): Likewise.
10190         (remote_trace_set_readonly_regions): Likewise.
10191         (remote_get_tracepoint_status): Likewise.
10192         (remote_trace_find): Likewise.
10193         (remote_get_trace_state_variable_value): Likewise.
10194         (remote_set_disconnected_tracing): Likewise.
10195         (remote_set_circular_trace_buffer): Likewise.
10196         (remote_get_min_fast_tracepoint_insn_len): Likewise.
10197         (remote_use_agent): Likewise.
10198         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10199         Update callers.
10200
10201 2012-03-07  Pedro Alves  <palves@redhat.com>
10202
10203         * NEWS: Mention QProgramSignals.
10204         * inferior.h (update_signals_program_target): Declare.
10205         * infrun.c: (update_signals_program_target): New.
10206         (handle_command): Update the target of the new program signals
10207         array changes.
10208         * remote.c (PACKET_QProgramSignals): New enum.
10209         (last_program_signals_packet): New global.
10210         (remote_program_signals): New.
10211         (remote_start_remote): Update the target with the program signals
10212         list.
10213         (remote_protocol_features): Add entry for QPassSignals.
10214         (remote_open_1): Free anc clear last_program_signals_packet.
10215         (init_remote_ops): Install remote_program_signals.
10216         * target.c (update_current_target): Adjust.
10217         (target_program_signals): New.
10218         * target.h (struct target_ops) <to_program_signals>: New field.
10219         (target_program_signals): Declare.
10220
10221 2012-03-07  Pedro Alves  <palves@redhat.com>
10222
10223         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10224         extensions.
10225
10226 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
10227
10228         * m68klinux-nat.c (getregs_supplies): Make static.
10229         (getfpregs_supplies): Likewise.
10230         (have_ptrace_getregs): Likewise.
10231
10232 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
10233
10234         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10235         in call to get_die_type_at_offset.
10236
10237 2012-03-06  Stan Shebs  <stan@codesourcery.com>
10238
10239         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10240         * mi/mi-cmd-disas.c: Ditto.
10241         * mi/mi-cmd-env.c: Ditto.
10242         * mi/mi-cmd-file.c: Ditto.
10243         * mi/mi-cmd-stack.c: Ditto.
10244         * mi/mi-cmd-target.c: Ditto.
10245         * mi/mi-cmd-var.c: Ditto.
10246         * mi/mi-cmds.c: Ditto.
10247         * mi/mi-cmds.h: Ditto.
10248         * mi/mi-console.c: Ditto.
10249         * mi/mi-getopt.c: Ditto.
10250         * mi/mi-getopt.h: Ditto.
10251         * mi/mi-interp.c: Ditto.
10252         * mi/mi-main.c: Ditto.
10253         * mi/mi-out.c: Ditto.
10254         * mi/mi-parse.c: Ditto.
10255         * mi/mi-parse.h: Ditto.
10256         * mi/mi-symbol-cmds.c: Ditto.
10257
10258         * mi/mi-getopt.h: Move mi_opt struct up.
10259         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10260         return.
10261         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10262
10263 2012-03-06  Tom Tromey  <tromey@redhat.com>
10264
10265         * proc-service.c (ps_pglobal_lookup): Set the current program
10266         space.
10267
10268 2012-03-06  Pedro Alves  <palves@redhat.com>
10269
10270         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10271
10272 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
10273
10274         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10275
10276 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10277
10278         Code cleanup.
10279         * common/linux-osdata.c (linux_common_core_of_thread): New function
10280         comment.
10281         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10282         call by linux_common_core_of_thread.
10283         (linux_nat_core_of_thread_1): Remove.
10284         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10285         * linux-thread-db.c: Include linux-osdata.h.
10286         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10287         linux_common_core_of_thread.
10288
10289 2012-03-05  Tom Tromey  <tromey@redhat.com>
10290
10291         * value.c (value_primitive_field): Don't fetch contents for
10292         non-virtual bases.
10293
10294 2012-03-05  Tom Tromey  <tromey@redhat.com>
10295
10296         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10297
10298 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10299
10300         * s390-nat.c: Include "gregset.h".
10301
10302 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10303
10304         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10305         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10306         (libunwind_load): New variable so_error, use it for dlerror.  Try to
10307         load also LIBUNWIND_SO_7.
10308
10309 2012-03-05  Pedro Alves  <palves@redhat.com>
10310
10311         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10312         is not NULL, and remove resulting dead code.
10313
10314 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
10315
10316         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10317         prologue to sh_analyze_prologue.
10318         (sh_analyze_prologue): Make better use of such an upper limit, and
10319         generally be more cautious about accessing memory.
10320
10321 2012-03-05  Tom Tromey  <tromey@redhat.com>
10322
10323         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10324         _initialize_ia64_hpux_tdep.
10325
10326 2012-03-05  Pedro Alves  <palves@redhat.com>
10327
10328         PR gdb/13766
10329
10330         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10331         the register state is clear, supply explicit zero, instead of
10332         marking the register unavailable.
10333
10334 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10335
10336         * NEWS: Mention OpenVMS ia64 new target.
10337
10338 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10339
10340         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10341         (ia64_unw_accessors, ia64_unw_rse_accessors)
10342         (ia64_libunwind_descr): Declare.
10343         * ia64-vms-tdep.c: New file.
10344         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10345         (ia64_libunwind_descr): Make them public.
10346         * configure.tgt: Add ia64-*-*vms*.
10347         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10348         (ALLDEPFILES): Add ia64-vms-tdep.c
10349
10350 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10351
10352         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10353         * remote.c (PACKET_qXfer_uib): New enum value.
10354         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10355         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10356         (_initialize_remote): Call add_packet_config_cmd for
10357         xfer:uib packet.
10358
10359 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10360
10361         * osabi.c (gdb_osabi_names): Add OpenVMS.
10362         (generic_elf_osabi_sniffer): Likewise.
10363         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10364
10365 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10366
10367         Removed unused code.
10368         * libunwind-frame.c (libunwind_frame_unwind)
10369         (libunwind_frame_base_address): Remove.
10370         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10371
10372 2012-03-04  Yao Qi  <yao@codesourcery.com>
10373
10374         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10375         remove trailing new line.
10376         (agent_run_command, agent_run_command): Add _ markup.
10377         (agent_capability_check): Likewise.
10378
10379 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10380
10381         * breakpoint.c (set_condition_evaluation_mode): Set
10382         CONDITION_EVALUATION_MODE unconditionally.
10383
10384 2012-03-03  Yao Qi  <yao@codesourcery.com>
10385
10386         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10387         * common/agent.h: Update declaration.
10388         * inf-child.c (inf_child_use_agent): New.
10389         (inf_child_can_use_agent): New.
10390         (inf_child_target): Initialize fields `to_use_agent'
10391         and `to_can_use_agent'.
10392         * agent.c (agent_new_objfile): New.
10393         (_initialize_agent): Add agent_new_objfile to new_objfile
10394         observer.
10395
10396         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10397         New.
10398         (linux_target_install_ops): Initialize field
10399         `to_static_tracepoint_markers_by_strid'.
10400         * remote.c (free_current_marker): Move it to ...
10401         * tracepoint.c (free_current_marker): ... here.  New.
10402         (cleanup_target_stop): New.
10403         * tracepoint.h: Declare free_current_marker.
10404         * NEWS: Add one entry about `info static-tracepoint-marker'.
10405
10406 2012-03-03  Yao Qi  <yao@codesourcery.com>
10407
10408         * common/agent.c (agent_loaded_p): New.
10409         (agent_look_up_symbols): New global.
10410         * common/agent.h: Declare agent_loaded_p.
10411
10412 2012-03-03  Yao Qi  <yao@codesourcery.com>
10413
10414         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10415         (agent_capability_check, agent_capability_invalidate): New.
10416         (symbol_list): New array element.
10417         * common/agent.h (enum agent_capa): New.
10418         * target.c (target_pre_inferior): Call agent_capability_invalidate.
10419
10420 2012-03-03  Yao Qi  <yao@codesourcery.com>
10421
10422         * target.h (struct target_ops) <to_use_agent>: New field.
10423         (struct target_ops) <to_can_use_agent>: New field.
10424         (target_use_agent, target_can_use_agent): New macro.
10425         * target.c (update_current_target): Update.
10426         * remote.c: New enum `PACKET_QAgent'.
10427         (remote_protocol_features): Add a new element.
10428         (remote_use_agent, remote_can_use_agent): New.
10429         (init_remote_ops): Initialize field `can_use_agent' with
10430         remote_can_use_agent.  Intiailize field `use_agent' with
10431         remote_use_agent.
10432         * common/agent.c (use_agent): New global.
10433         * common/agent.h: Declare it.
10434         * tracepoint.c (info_static_tracepoint_markers_command): Add
10435         comment.
10436         * Makefile.in (SFILES): Add common/agent.c and agent.c.
10437         (COMMON_OBS): Add common/agent.o and agent.o
10438         (common-agent.o): New rule.
10439         * agent.c: New.
10440
10441 2012-03-03  Yao Qi  <yao@codesourcery.com>
10442
10443         * common/agent.c: New.
10444         * common/agent.h: New.
10445         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10446         AC_CHECK_HEADERS.
10447         * configure, configh.in: Regenerated.
10448
10449 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
10450
10451         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10452         unless it exists for this architecture.
10453
10454 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
10455
10456         * language.h (struct language_defn): New "method" la_read_var_value.
10457         * findvar.c: #include "language.h".
10458         (default_read_var_value): Renames read_var_value.  Rewrite
10459         function description.
10460         (read_var_value): New function.
10461         * value.h (default_read_var_value): Add prototype.
10462         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10463         New functions.
10464         (ada_language_defn): Add entry for la_read_var_value.
10465         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10466         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10467         language_defn structures to add entry for new la_read_var_value
10468         field.
10469
10470 2012-03-02  Tom Tromey  <tromey@redhat.com>
10471             Pedro Alves  <palves@redhat.com>
10472
10473         PR breakpoints/13776:
10474         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10475         breakpoints.
10476         (delete_longjmp_breakpoint_at_next_stop): New.
10477         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10478         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10479         before deleting the inferior.  Add comments.
10480         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10481         breakpoints immediately, but only on next stop.  Move that code
10482         next to where we mark other breakpoints for deletion.
10483
10484 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
10485
10486         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10487         marker.
10488         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10489         violation.
10490
10491 2012-03-02  Pedro Alves  <palves@redhat.com>
10492
10493         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10494
10495 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
10496
10497         Fix -Wmissing-prototypes build.
10498         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10499         * remote-sim.c (gdbsim_has_all_memory): Likewise.
10500         (gdbsim_has_memory): Likewise.
10501
10502 2012-03-02  Yao Qi  <yao@codesourcery.com>
10503
10504         Fix -Wmissing-prototypes build.
10505         * charset.c (phony_iconv_open): Make static.
10506         (phony_iconv_close, phony_iconv): Likewise.
10507         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10508         * i386-windows-nat.c (_initialize_i386_windows_nat): New
10509         prototype.
10510         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10511         * ser-mingw.c (create_select_thread): Make static.
10512         * windows-termcap.c (tgetent): New prototype.
10513         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10514
10515 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
10516
10517         Fix -Wmissing-prototypes build.
10518         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10519         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10520         (_initialize_loadable): New prototypes.
10521
10522 2012-03-02  Doug Evans  <dje@google.com>
10523
10524         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10525         abbrev table, read_comp_unit will do it.
10526
10527 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10528
10529         Fix -Wmissing-prototypes build.
10530         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10531         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10532         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10533         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10534         (_initialize_arm_symbian_tdep): New prototype.
10535         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10536         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10537         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10538         static.
10539         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10540         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10541         prototype.
10542         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10543         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10544         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10545         static.
10546         * moxie-tdep.c (moxie_process_record): Likewise.
10547         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10548         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10549         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10550         (_initialize_rl78_tdep): New prototype.
10551         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10552         (_initialize_rx_tdep): New prototype.
10553         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10554         (_initialize_darwin_solib): New prototype.
10555         * solib-spu.c: Include solib-spu.h.
10556         (_initialize_spu_solib): New prototype.
10557         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10558         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10559         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10560         (tic6x_software_single_step): Make it static.
10561         (_initialize_tic6x_tdep): New prototype.
10562
10563 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10564
10565         Fix -Wmissing-prototypes build.
10566         * cris-tdep.c (cris_can_use_hardware_watchpoint)
10567         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10568
10569 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10570
10571         Fix -Wmissing-prototypes build.
10572         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10573         (frv_have_stopped_data_address): Remove.
10574
10575 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10576
10577         Fix -Wmissing-prototypes build.
10578         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10579         * sh-tdep.c: Include sh64-tdep.h.
10580         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10581         * sh64-tdep.c: Include sh64-tdep.h.
10582         * sh64-tdep.h: New file.
10583
10584 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
10585
10586         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10587
10588 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
10589
10590         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10591         sp_regnum once the gdbarch_init_osabi hook has been called.
10592
10593 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
10594
10595         * mips-tdep.c (mips32_bc1_pc): New function.
10596         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10597         BPOSGE32 and BPOSGE64 instructions.
10598         (deal_with_atomic_sequence): Likewise.
10599         (mips32_instruction_has_delay_slot): Likewise.
10600
10601 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
10602             Chris Dearman  <chris@mips.com>
10603             Maciej W. Rozycki  <macro@codesourcery.com>
10604             Joseph Myers  <joseph@codesourcery.com>
10605
10606         * features/mips-dsp.xml: New file.
10607         * features/mips64-dsp.xml: New file.
10608         * features/mips-dsp-linux.xml: New file.
10609         * features/mips64-dsp-linux.xml: New file.
10610         * features/Makefile (WHICH): Add mips-dsp-linux and
10611         mips64-dsp-linux.
10612         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10613         * features/mips-dsp-linux.c: New file.
10614         * features/mips64-dsp-linux.c: New file.
10615         * regformats/mips-dsp-linux.dat: New file.
10616         * regformats/mips64-dsp-linux.dat: New file.
10617         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10618         registers.
10619         (mips64_linux_register_addr): Likewise.
10620         (mips64_linux_regsets_fetch_registers): Likewise.
10621         (mips64_linux_regsets_store_registers): Likewise.
10622         (mips64_linux_fetch_registers): Update call to
10623         mips64_linux_regsets_fetch_registers.
10624         (mips64_linux_store_registers): Update call to
10625         mips64_linux_regsets_store_registers.
10626         (mips_linux_read_description): Probe for DSP registers.
10627         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10628         and initialize_tdesc_mips64_dsp_linux.
10629         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10630         Remove padding of no longer used embedded register slots.
10631         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10632         (MIPS_RESTART_REGNUM): Redefine enum value.
10633         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10634         strings.
10635         (mips_tx39_reg_names): Likewise.
10636         (mips_linux_reg_names): New array of register names for Linux
10637         targets.
10638         (mips_register_name): Check for a null pointer in
10639         mips_processor_reg_names and return an empty string.
10640         (mips_register_type): Exclude embedded registers for the IRIX
10641         and Linux ABIs.
10642         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
10643         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
10644         DSP registers.
10645         (mips_stab_reg_to_regnum): Handle DSP accumulators.
10646         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10647         (mips_gdbarch_init): Likewise.  Initialize internal register
10648         indices for the Linux ABI.  Use dynamic numbers to refer to
10649         registers, as applicable, while parsing the target description.
10650         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10651
10652 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10653
10654         * frame.h (read_frame_register_unsigned): Fix typo in function
10655         description.
10656
10657 2012-03-01  Pedro Alves  <palves@redhat.com>
10658
10659         * jit-reader.in [!__cplusplus]
10660         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10661
10662 2012-03-01  Pedro Alves  <palves@redhat.com>
10663
10664         * configure.ac (build_warnings): Add -Wmissing-prototypes.
10665         * configure: Regenerate.
10666
10667 2012-03-01  Pedro Alves  <palves@redhat.com>
10668
10669         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10670         * breakpoint.c (create_exception_master_breakpoint, trace_command)
10671         (ftrace_command, strace_command): Make static.
10672         * d-lang.c (_initialize_d_language): Declare.
10673         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10674         * dwarf2loc.c (_initialize_dwarf2loc):
10675         * dwarf2read.c (process_psymtab_comp_unit): Make static.
10676         * exec.c (exec_get_section_table): Make static.
10677         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10678         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10679         * inferior.c (remove_inferior_command, add_inferior_command)
10680         (clone_inferior_command): Make static.
10681         * linux-nat.c (linux_nat_thread_address_space)
10682         (linux_nat_core_of_thread): Make static.
10683         * linux-tdep.c (_initialize_linux_tdep): Declare.
10684         * objc-lang.c (_initialize_objc_lang): Declare.
10685         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10686         Make static.
10687         (_initialize_opencl_language): Declare.
10688         * record.c (_initialize_record): Declare.
10689         * remote.c (demand_private_info, remote_get_tib_address)
10690         (remote_supports_cond_tracepoints)
10691         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10692         Make static.
10693         * skip.c (_initialize_step_skip): Declare.
10694         * symtab.c (skip_prologue_using_lineinfo): Make static.
10695         * tracepoint.c (delete_trace_state_variable)
10696         (trace_variable_command, delete_trace_variable_command)
10697         (get_uploaded_tsv, find_matching_tracepoint_location)
10698         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10699         Make static.
10700         * value.c (pack_unsigned_long): Make static.
10701         * varobj.c (varobj_ensure_python_env): Make static.
10702         * windows-tdep.c (_initialize_windows_tdep): Declare.
10703         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10704
10705 2012-03-01  Pedro Alves  <palves@redhat.com>
10706
10707         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
10708         gdbarch parameter.
10709         (linux_init_abi): Install it as has_shared_address_space gdbarch
10710         callback.
10711
10712 2012-03-01  Pedro Alves  <palves@redhat.com>
10713
10714         * observer.c (observer_test_first_notification_function)
10715         (observer_test_second_notification_function)
10716         (observer_test_third_notification_function): Add declarations.
10717
10718 2012-03-01  Pedro Alves  <palves@redhat.com>
10719
10720         * common/signals.c (default_target_signal_to_host)
10721         (default_target_signal_from_host): Move ...
10722         * arch-utils.c: ... here.
10723         * arch-utils.h (default_target_signal_to_host)
10724         (default_target_signal_from_host): Declare.
10725
10726         * common/signals.c (target_signal_from_command): Move ...
10727         * infrun.c: ... here.
10728         * inferior.h (target_signal_from_command): Declare.
10729         * target.h (target_signal_from_command)
10730         (default_target_signal_from_host, default_target_signal_to_host):
10731         Delete declarations.
10732
10733         * common/signals.c (_initialize_signals): Delete.
10734
10735 2012-03-01  Pedro Alves  <palves@redhat.com>
10736
10737         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10738         both __cplusplus and !__cplusplus.
10739
10740 2012-03-01  Pedro Alves  <palves@redhat.com>
10741
10742         * psymtab.c (find_and_open_source): Delete declaration.
10743         * source.c (find_and_open_source): Move comment ...
10744         * source.h (find_and_open_source): ... to this new declaration.
10745
10746 2012-03-01  Pedro Alves  <palves@redhat.com>
10747
10748         * inline-frame.c: Include inline-frame.h.
10749
10750 2012-03-01  Pedro Alves  <palves@redhat.com>
10751
10752         * tui/tui-data.c (set_gen_win_origin): Delete.
10753         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10754         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10755
10756 2012-03-01  Pedro Alves  <palves@redhat.com>
10757
10758         * remote.c (encode_actions): Delete declaration.
10759         * tracepoint.c (encode_actions): Make extern.
10760         * tracepoint.h (encode_actions): Declare.
10761
10762 2012-03-01  Pedro Alves  <palves@redhat.com>
10763
10764         * python/py-breakpoint.c: Include python.h.
10765         * python/py-continueevent.c (create_continue_event_object): Make
10766         static.
10767         * python/py-lazy-string.c (stpy_get_type): Make static.
10768         * python/py-newobjfileevent.c (create_new_objfile_event_object):
10769         Make static.
10770         * python/py-utils.c (unicode_to_target_python_string): Make
10771         static.
10772         * python/py-value.c: Include python.h.
10773
10774 2012-03-01  Pedro Alves  <palves@redhat.com>
10775
10776         * inferior.c (delete_threads_of_inferior): Delete.
10777
10778 2012-03-01  Pedro Alves  <palves@redhat.com>
10779
10780         Import fallback definitions from glibc.
10781
10782         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10783         ps_prochandle): Forward declare.
10784         (ps_err_e): Use glibc's comments.
10785         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10786         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10787         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10788         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10789         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10790         (struct ps_prochandle): Adjust comment.
10791
10792 2012-03-01  Pedro Alves  <palves@redhat.com>
10793
10794         * ada-lang.c (ada_modulus_from_name): Delete.
10795         * ada-lex.l (lexer_init): Make static.
10796
10797 2012-03-01  Pedro Alves  <palves@redhat.com>
10798
10799         PR gdb/13767
10800
10801         * frame.c (read_frame_register_unsigned): New.
10802         * frame.h (read_frame_register_unsigned): Declare.
10803         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10804         Handle it.
10805         (print_i387_control_word): New parameter `control_p'.  Handle it.
10806         (i387_print_float_info): Handle unavailable float registers.
10807
10808 2012-03-01  Keith Seitz  <keiths@redhat.com>
10809
10810         * linespec.c (decode_line_2): Sort the list of methods
10811         alphabetically before presenting the user with a selection
10812         menu.
10813
10814 2012-03-01  Doug Evans  <dje@google.com>
10815
10816         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10817         has_namespace_info.
10818         (dwarf2_read_abbrevs): Remove corresponding initialization.
10819
10820 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
10821
10822         * NEWS: Mention new python command class gdb.COMMAND_USER.
10823         * cli/cli-cmds.c (show_user): Print error when used on a python
10824         command.
10825         (init_cli_cmds): Update documentation strings for "show user" and
10826         "set/show max-user-call-depth" to clarify that it does not apply to
10827         python commands.
10828         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10829         error check.
10830         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10831         gdb python api.
10832         * top.c (execute_command): Only execute a user-defined command as a
10833         legacy macro if c->user_commands is set.
10834
10835 2012-03-01  Tom Tromey  <tromey@redhat.com>
10836
10837         * valprint.h (struct generic_val_print_decorations): New.
10838         (generic_val_print): Declare.
10839         * valprint.c (generic_val_print): New function.
10840         * p-valprint.c (p_decorations): New global.
10841         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10842         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10843         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10844         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10845         * m2-valprint.c (m2_decorations): New global.
10846         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10847         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10848         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10849         TYPE_CODE_ERROR>: Call generic_val_print.
10850         * f-valprint.c (f_decorations): New global.
10851         (f_val_print): Use print_function_pointer_address.
10852         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10853         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10854         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10855         generic_val_print.
10856         * c-valprint.c (c_decorations): New global.
10857         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10858         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10859         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10860         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10861         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10862         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10863         case.
10864
10865 2012-03-01  Tom Tromey  <tromey@redhat.com>
10866
10867         * valprint.c (val_print): Update.
10868         * p-valprint (pascal_val_print): Return void.
10869         * p-lang.h (pascal_val_print): Return void.
10870         * m2-valprint.c (m2_val_print): Return void.
10871         * m2-lang.h (m2_val_print): Return void.
10872         * language.h (struct language_defn) <la_val_print>: Return void.
10873         * language.c (unk_lang_val_print): Return void.
10874         * jv-valprint.c (java_val_print): Return void.
10875         * jv-lang.h (java_val_print): Return void.
10876         * f-valprint.c (f_val_print): Return void.
10877         * f-lang.h (f_val_print): Return void.
10878         * d-valprint.c (d_val_print): Return void.
10879         (dynamic_array_type): Update.
10880         * d-lang.h (d_val_print): Return void.
10881         * c-valprint.c (c_val_print): Return void.
10882         * c-lang.h (c_val_print): Return void.
10883         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10884         void.
10885         * ada-lang.h (ada_val_print): Return void.
10886
10887 2012-03-01  Tom Tromey  <tromey@redhat.com>
10888
10889         * value.h (val_print): Return void.
10890         * valprint.c (val_print): Return void.
10891
10892 2012-03-01  Tom Tromey  <tromey@redhat.com>
10893
10894         * value.h (common_val_print): Return void.
10895         * valprint.c (common_val_print): Return void.
10896
10897 2012-03-01  Tom Tromey  <tromey@redhat.com>
10898
10899         * value.h (value_print): Return void.
10900         * valprint.c (value_print): Return void.
10901         * p-valprint.c (pascal_value_print): Return void.
10902         * p-lang.h (pascal_value_print): Return void.
10903         * language.h (struct language_defn) <la_value_print>: Return
10904         void.
10905         * language.c (unk_lang_value_print): Return void.
10906         * jv-valprint.c (java_value_print): Return void.
10907         * jv-lang.h (java_value_print): Return void.
10908         * f-valprint.c (c_value_print): Don't declare.
10909         Include c-lang.h.
10910         * c-valprint.c (c_value_print): Return void.
10911         * c-lang.h (c_value_print): Return void.
10912         * ada-valprint.c (ada_value_print): Return void.
10913         * ada-lang.h (ada_value_print): Return void.
10914
10915 2012-03-01  Tom Tromey  <tromey@redhat.com>
10916
10917         * value.c (value_primitive_field): Handle virtual base classes.
10918
10919 2012-03-01  Tom Tromey  <tromey@redhat.com>
10920
10921         * gdbtypes.h (struct vbase): Remove.
10922
10923 2012-03-01  Tom Tromey  <tromey@redhat.com>
10924
10925         * c-valprint.c (print_function_pointer_address): Move...
10926         * valprint.c: ... here.  Make non-static.
10927         * m2-valprint.c (print_function_pointer_address): Remove.
10928         * valprint.h (print_function_pointer_address): Declare.
10929
10930 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10931
10932         * NEWS: Document the fact that one can provide a condition when
10933         creating an Ada exception catchpoint.
10934
10935 2012-03-01  Tom Tromey  <tromey@redhat.com>
10936
10937         * valprint.c (val_print_type_code_flags): Fix placement of
10938         trailing brace.
10939
10940 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10941
10942         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10943         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10944         environment variable before calling update-copyright.
10945
10946 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10947
10948         * gnulib/extra/update-copyright: Update to the latest from
10949         gnulib's git repository.
10950         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10951         variable to 2 instead of 1.
10952
10953 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10954
10955         * varobj.c (c_value_of_variable): Remove dead code.
10956
10957 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10958
10959         * ada-lex.p (processId): Do not modify already encoded IDs.
10960         Update function documentation.
10961
10962 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10963
10964         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10965         "name" with "struct symbol *name_sym".
10966         * ada-exp.y (write_var_or_type): Update call to
10967         ada_find_renaming_symbol.
10968         "name" with "struct symbol *name_sym". Adjust Implementation
10969         accordingly.  Adjust the function documentation.
10970
10971 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10972
10973         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10974         * ada-lang.c (ada_find_any_type): Add advance declaration.
10975         Make static.  Replace ada_find_any_symbol by
10976         ada_find_any_type_symbol.
10977         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10978         Improve function description.  Make static.
10979         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10980         Replace ada_find_any_symbol by ada_find_any_type_symbol.
10981
10982 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10983
10984         * ada-lang.c (struct tag_args): Delete.
10985         (ada_get_tsd_type): Function body moved up in source file.
10986         (ada_tag_name_1, ada_tag_name_2): Delete.
10987         (ada_get_tsd_from_tag): New function.
10988         (ada_tag_name_from_tsd): New function.
10989         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10990         to determine the tag name.
10991
10992 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10993
10994         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10995         declaration.
10996         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10997         function.
10998
10999 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11000
11001         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
11002
11003 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11004
11005         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
11006         full searches.
11007
11008 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11009
11010         * ada-lang.c (constrained_packed_array_type): If there is a
11011         parallel XA type, use it to determine the array index type.
11012
11013 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11014
11015         * ada-valprint.c (ada_val_print_1): If our value is a reference
11016         to an array descriptor, dereference it before converting it
11017         to a simple array.
11018
11019 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11020
11021         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
11022         creating fixed value.
11023         (ada_value_ind, ada_coerce_ref, assign_component)
11024         (ada_evaluate_subexp): Remove call to unwrap_value before
11025         call to ada_to_fixed_value.
11026
11027 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11028
11029         * ada-lang.c (to_fixed_array_type): Set result's type name.
11030
11031 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
11032
11033         * ada-lang.c (catch_ada_exception_command_split): Add new
11034         argument cond_string.  Add support for condition at end of
11035         "catch exception" commands.
11036         (ada_decode_exception_location): Add new argument cond_string.
11037         Update call to catch_ada_exception_command_split.
11038         (create_ada_exception_catchpoint): Add new argument cond_string.
11039         Set the breakpoint condition if needed.
11040         (catch_ada_exception_command): Update call to
11041         ada_decode_exception_location.
11042         (ada_decode_assert_location): Add function documentation.
11043         Add support for condition at end of "catch assert" command.
11044         (catch_assert_command): Update calls to ada_decode_assert_location
11045         and create_ada_exception_catchpoint.
11046
11047 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11048
11049         Fix disp-step-syscall.exp: fork: single step over fork.
11050         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11051         (i386_linux_get_syscall_number_from_regcache): ... here, new function
11052         comment, change parameters gdbarch and ptid to regcache.  Remove
11053         parameter regcache, initialize gdbarch from regcache here.
11054         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11055         New functions.
11056         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11057         instead.
11058         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11059         'syscall'.  Make the 'int' check more strict.
11060
11061 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11062
11063         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11064         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11065         (i386_linux_intx80_sysenter_syscall_record): ... here.
11066         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11067         Use the renamed function name.
11068
11069 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11070
11071         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11072         * breakpoint.c (until_break_command): Likewise.
11073         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11074         * infcall.c (call_function_by_hand): Likewise.
11075         * infcmd.c (finish_forward): Likewise.
11076         * infrun.c (insert_exception_resume_breakpoint): Likewise.
11077
11078 2012-02-28  Tristan Gingold  <gingold@adacore.com>
11079
11080         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11081         avoid variable assignments inside condition.
11082
11083 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11084
11085         Fix static analysis issue found by cppcheck.
11086         * microblaze-tdep.c (microblaze_extract_return_value): Fix
11087         uninitialized BUF for size 2.
11088
11089 2012-02-27  Chris Dearman  <chris@mips.com>
11090             Nathan Froyd  <froydnj@codesourcery.com>
11091             Maciej W. Rozycki  <macro@codesourcery.com>
11092
11093         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11094         (mips16_instruction_has_delay_slot): Likewise.
11095         (mips_segment_boundary): Likewise.
11096         (mips_adjust_breakpoint_address): Likewise.
11097         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11098
11099 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
11100             Maciej W. Rozycki  <macro@codesourcery.com>
11101
11102         * infrun.c (handle_inferior_event): Don't proceed through
11103         shared library trampolines if stepping at the machine
11104         instruction level.
11105
11106 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
11107
11108         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11109         too.
11110
11111 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
11112
11113         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11114         (sh_stub_unwind_sniffer): New functions.
11115         (sh_stub_unwind): New variable.
11116         (sh_gdbarch_init): Wire everything.
11117
11118 2012-02-27  Pedro Alves  <palves@redhat.com>
11119
11120         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11121         (linux_nat_post_attach_wait): Adjust to use
11122         linux_proc_pid_is_stopped.
11123         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11124         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11125         based on pid_is_stopped from both linux-nat.c and
11126         gdbserver/linux-low.c, and renamed.
11127
11128 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
11129
11130         * remote.c (remote_watchpoint_addr_within_range): New function.
11131         (init_remote_ops): Use it.
11132
11133 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
11134
11135         * target.h (target_watchpoint_addr_within_range): Document macro.
11136
11137 2012-02-24  Pedro Alves  <palves@redhat.com>
11138
11139         * stack.c (set_last_displayed_sal): Issue internal_error instead
11140         of warning, and issue it after clearing the last displayed sal.
11141
11142 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11143             Pedro Alves  <palves@redhat.com>
11144
11145         * breakpoint.c (until_break_command): Install breakpoints after
11146         all frame manipulations.
11147
11148 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11149
11150         * remote.c (remote_supports_cond_breakpoints): New forward
11151         declaration.
11152         (remote_add_target_side_condition): New function.
11153         (remote_insert_breakpoint): Add target-side breakpoint
11154         conditional if supported.
11155         (remote_insert_hw_breakpoint): Likewise.
11156         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11157         hook.
11158
11159         * target.c (update_current_target): Inherit
11160         to_supports_evaluation_of_breakpoint_conditions.
11161         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11162
11163         * target.h (struct target_ops)
11164         <to_supports_evaluation_of_breakpoint_conditions>: New field.
11165         (target_supports_evaluation_of_breakpoint_conditions): New #define.
11166
11167         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11168         (condition_evaluation_both, condition_evaluation_auto,
11169         condition_evaluation_host, condition_evaluation_target,
11170         condition_evaluation_enums, condition_evaluation_mode_1,
11171         condition_evaluation_mode): New static globals.
11172         (translate_condition_evaluation_mode): New function.
11173         (breakpoint_condition_evaluation_mode): New function.
11174         (gdb_evaluates_breakpoint_condition_p): New function.
11175         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11176         (mark_breakpoint_modified): New function.
11177         (mark_breakpoint_location_modified): New function.
11178         (set_condition_evaluation_mode): New function.
11179         (show_condition_evaluation_mode): New function.
11180         (bp_location_compare_addrs): New function.
11181         (get_first_location_gte_addr): New helper function.
11182         (set_breakpoint_condition): Free condition bytecode if locations
11183         has become unconditional.  Call mark_breakpoint_modified (...).
11184         (condition_command): Call update_global_location_list (1) for
11185         breakpoints.
11186         (breakpoint_xfer_memory): Use is_breakpoint (...).
11187         (is_breakpoint): New function.
11188         (parse_cond_to_aexpr): New function.
11189         (build_target_condition_list): New function.
11190         (insert_bp_location): Handle target-side conditional
11191         breakpoints and call build_target_condition_list (...).
11192         (update_inserted_breakpoint_locations): New function.
11193         (insert_breakpoint_locations): Handle target-side conditional
11194         breakpoints.
11195         (bpstat_check_breakpoint_conditions): Add comment.
11196         (bp_condition_evaluator): New function.
11197         (bp_location_condition_evaluator): New function.
11198         (print_breakpoint_location): Print information on where the condition
11199         will be evaluated.
11200         (print_one_breakpoint_location): Likewise.
11201         (init_bp_location): Call mark_breakpoint_location_modified (...) for
11202         breakpoint location.
11203         (force_breakpoint_reinsertion): New functions.
11204         (update_global_location_list): Handle target-side breakpoint
11205         conditions.
11206         Reinsert locations that are already inserted if conditions have
11207         changed.
11208         (bp_location_dtor): Free agent expression bytecode.
11209         (disable_breakpoint): Call mark_breakpoint_modified (...).
11210         Call update_global_location_list (...) with parameter 1 for breakpoints.
11211         (disable_command): Call mark_breakpoint_location_modified (...).
11212         Call update_global_location_list (...) with parameter 1 for breakpoints.
11213         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11214         (enable_command): mark_breakpoint_location_modified (...).
11215         (_initialize_breakpoint): Update documentation and add
11216         condition-evaluation breakpoint subcommand.
11217
11218         * breakpoint.h: Include ax.h.
11219         (condition_list): New data structure.
11220         (condition_status): New enum.
11221         (bp_target_info) <cond_list>: New field.
11222         (bp_location) <condition_changed, cond_bytecode>: New fields.
11223         (is_breakpoint): New prototype.
11224
11225 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11226
11227         * remote.c (remote_state) <cond_breakpoints>: New field.
11228         (PACKET_ConditionalBreakpoints): New enum.
11229         (remote_cond_breakpoint_feature): New function.
11230         (remote_protocol_features): Add new ConditionalBreakpoints entry.
11231         (remote_supports_cond_breakpoints): New function.
11232         (_initialize_remote): Add new packet configuration for
11233         target-side conditional breakpoints.
11234
11235 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11236
11237         * NEWS: Mention target-side conditional breakpoint support,
11238         new condition-evaluation breakpoint subcommand and remote
11239         packet extensions.
11240
11241 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11242
11243         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11244         number.
11245
11246 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
11247
11248         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11249         (after_prologue): Remove.
11250
11251 2012-02-23  Tom Tromey  <tromey@redhat.com>
11252
11253         * jv-valprint.c (java_val_print): Remove dead code.
11254
11255 2012-02-23  Tristan Gingold  <gingold@adacore.com>
11256
11257         * ada-tasks.c (struct ada_tasks_inferior_data): Add
11258         known_tasks_element and known_tasks_length fields.
11259         (read_known_tasks_array): Change argument type.  Use pointer type
11260         and number of elements from DATA.  Adjust.
11261         (read_known_tasks_list): Likewise.
11262         (get_known_tasks_addr): Remove.
11263         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11264         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
11265         type and array length.  Merge former get_known_tasks_addr code.
11266
11267 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11268
11269         PR backtrace/13716
11270         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11271         it after set_momentary_breakpoint.
11272
11273 2012-02-22  Sterling Augustine  <saugustine@google.com>
11274
11275         PR 13689:
11276         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11277
11278 2012-02-22  Gary Benson  <gbenson@redhat.com>
11279
11280         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11281         (find_slot_in_mapped_hash): Likewise.
11282
11283 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11284
11285         PR build/13638
11286         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11287         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11288         * configure: Regenerate.
11289
11290 2012-02-21  Tristan Gingold  <gingold@adacore.com>
11291             Pedro Alves  <palves@redhat.com>
11292
11293         * ia64-tdep.c: Do not include libunwind-ia64.h.
11294         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11295         Include libunwind-ia64.h instead of libunwind.h.
11296         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11297         for libunwind.h existence.
11298         * configure, config.in: Regenerate.
11299
11300 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
11301
11302         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11303         instead of value_rtti_target_type.
11304         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11305         instead of value_rtti_target_type.
11306         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11307         value_rtti_target_type.
11308         * valops.c (value_ind): Extract function readjust_indirect_value_type.
11309         (value_rtti_target_type): Rename to ...
11310         (value_rtti_indirect_type): ... here and make it indirect.  Update
11311         function comment.
11312         * value.c (readjust_indirect_value_type): New function.
11313         (coerce_ref): Support for enclosing type setting for references
11314         with readjust_indirect_value_type.
11315         * value.h (readjust_value_type): New declaration.
11316         (value_rtti_target_type): Rename to ...
11317         (value_rtti_indirect_type): ... here.
11318
11319 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
11320
11321         * MAINTAINERS (Write After Approval): Add myself to the list.
11322
11323 2012-02-20  Doug Evans  <dje@google.com>
11324
11325         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11326         Rename objfile_p_char parameter to objfilep.
11327         (build_objfile_section_table): Result is now void.  All callers
11328         updated.
11329         * objfiles.h (struct objfile): Tweak comments, whitespace.
11330         (build_objfile_section_table): Update.
11331
11332         * elfread.c (elf_symfile_segments): Fix warning text.
11333
11334 2012-02-20  Tom Tromey  <tromey@redhat.com>
11335
11336         PR gdb/13498:
11337         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11338         particular set of file names once.
11339         (dw2_map_symbol_filenames): Likewise.
11340
11341 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11342
11343         Code cleanup.
11344         * main.c (write_files): Remove the declaration.
11345         (external_editor_command): Move the declaration ...
11346         [GDBTK] (external_editor_command): ... here.  Fix the comment.
11347
11348 2012-02-20  Tom Tromey  <tromey@redhat.com>
11349
11350         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11351         extraneous block.
11352
11353 2012-02-20  Tristan Gingold  <gingold@adacore.com>
11354
11355         * darwin-nat.h (enum darwin_msg_state): Add comments.
11356
11357 2012-02-20  Tristan Gingold  <gingold@adacore.com>
11358
11359         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11360         value.
11361
11362 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
11363
11364         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11365         between function description and implementation.
11366
11367 2012-02-17  Tom Tromey  <tromey@redhat.com>
11368
11369         PR python/12070:
11370         * python/py-event.c (event_object_getset): New global.
11371         (event_object_type): Reference it.
11372         * python/py-type.c (field_object_getset): New global.
11373         (field_object_type): Reference it.
11374         * python/python-internal.h (gdb_py_generic_dict): Declare.
11375         * python/py-utils.c (gdb_py_generic_dict): New function.
11376
11377 2012-02-17  Tristan Gingold  <gingold@adacore.com>
11378
11379         * solib-darwin.c (darwin_current_sos): Check magic and filetype
11380
11381 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
11382
11383         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11384         TYPE_CALLING_CONVENTION annotation.
11385
11386 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
11387
11388         * MAINTAINERS: Add rx to target ISA section.
11389         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11390         (ALLDEPFILES): Add rx-tdep.c.
11391
11392 2012-02-16  Tom Tromey  <tromey@redhat.com>
11393
11394         * symfile.c (symbol_file_add_main_1): Use inferior's
11395         symfile_flags.
11396         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11397         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11398         inferior.
11399         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11400         inferior.
11401         (follow_exec): Use inferior's symfile_flags.
11402         * inferior.h (struct inferior) <symfile_flags>: New field.
11403
11404 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
11405
11406         PR gdb/9734:
11407         * remote-sim.c (gdbsim_create_inferior): Call error() when
11408         sim_create_inferior() fails.
11409
11410 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
11411
11412         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11413
11414 2012-02-16  Tom Tromey  <tromey@redhat.com>
11415
11416         PR c++/13653:
11417         * thread.c (struct current_thread_cleanup) <was_removable>: New
11418         field.
11419         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11420         (make_cleanup_restore_current_thread): Initialize new field.
11421
11422 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
11423
11424         * MAINTAINERS: Add rl78 to target ISA section.
11425         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11426         (ALLDEPFILES): Add rl78-tdep.c.
11427         * NEWS: Mention rl78 as a new target.
11428
11429 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
11430
11431         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11432         data.
11433         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11434
11435 2012-02-15  Tom Tromey  <tromey@redhat.com>
11436
11437         PR gdb/12659:
11438         * infcmd.c (registers_info): Print just the current register's
11439         name.
11440
11441 2012-02-15  Tom Tromey  <tromey@redhat.com>
11442
11443         * python/py-symbol.c (sympy_value): Use _().
11444
11445 2012-02-15  Pedro Alves  <palves@redhat.com>
11446
11447         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11448         output to be like native targets'.
11449         (remote_pid_to_str): Special case the null ptid.
11450
11451 2012-02-14  Stan Shebs  <stan@codesourcery.com>
11452
11453         * NEWS: Mention enable count command.
11454         * breakpoint.h (struct breakpoint): New field enable_count.
11455         * breakpoint.c (enable_breakpoint_disp): Add count argument.
11456         (enable_breakpoint): Add arg to call.
11457         (struct disp_data): New struct.
11458         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11459         (do_map_enable_once_breakpoint): Create a struct and pass it.
11460         (do_map_enable_delete_breakpoint): Ditto.
11461         (do_map_enable_count_breakpoint): New function.
11462         (enable_count_command): New function.
11463         (bpstat_stop_status): Decrement enable_count.
11464         (print_one_breakpoint_location): Report enable count.
11465         (_initialize_breakpoint): Add enable count command.
11466
11467 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
11468
11469         * rl78-tdep.c (reggroups.h): Include.
11470         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11471         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11472         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11473         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11474         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11475         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11476         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11477         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11478         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11479         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11480         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11481         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11482         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11483         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11484         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11485         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11486         beginning of register list.
11487         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11488         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11489         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11490         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11491         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11492         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11493         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11494         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11495         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11496         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11497         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11498         the pseudo registers.  Rearrange other pseudo registers too so
11499         that the bank registers appear at the end.
11500         (rl78_register_type): Account for the fact that the byte sized
11501         bank registers are now pseudo-registers.
11502         (rl78_register_name): Rearrange the register name array.  Make
11503         initial set of raw banked registers inaccessible.
11504         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11505         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11506         case for copying bytes back and forth between raw and pseudo
11507         versions of the banked registers.  Update other cases to reflect
11508         the changed names.
11509         (rl78_return_value): Update to account for changed names of
11510         raw registers.
11511         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11512         rl78_register_sim_regno().
11513
11514 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
11515
11516         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11517         the name parameter being passed to find_pc_partial_function().
11518
11519 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
11520
11521         * MAINTAINERS: Step down from being ia64 target maintainer.
11522
11523 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11524
11525         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11526         compilation warning.
11527
11528 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11529
11530         Fix crash on loaded shlibs without loaded exec_bfd.
11531         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11532         (set_section_command): Replace exec_bfd by p->bfd.
11533
11534 2012-02-10  Tom Tromey  <tromey@redhat.com>
11535
11536         * linespec.c (decode_line_internal): Skip symtabs_from_filename
11537         when we have a C++ qualified name.
11538
11539 2012-02-10  Pedro Alves  <palves@redhat.com>
11540
11541         * inferior.c (inferior_pid_to_str): New.
11542         (print_inferior, inferior_command): Use it.
11543
11544 2012-02-10  Pedro Alves  <palves@redhat.com>
11545
11546         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11547         the test CFLAGS.
11548         * configure: Regenerate.
11549
11550 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11551
11552         * linespec.c (decode_line_internal): Fix comment correctness.
11553
11554 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
11555
11556         PR gdb/12953
11557         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11558         * amd64bsd-nat.c: Add support for debug registers (adapted from
11559         i386bsd-nat.c).
11560         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11561         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11562         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11563         (amd64bsd_dr_get_control): New functions.
11564         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11565         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11566         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11567         watchpoints initialization.
11568         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11569
11570 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11571
11572         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11573         flds_bnds.fields.
11574         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11575
11576 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11577
11578         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
11579
11580 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
11581
11582         * language.h (symbol_name_cmp_ftype): Renames
11583         symbol_name_match_p_ftype.
11584         (struct language_defn)[la_get_symbol_name_cmp]: Renames
11585         la_get_symbol_name_match_p.
11586         * ada-lang.c (ada_get_symbol_name_cmp): Renames
11587         ada_get_symbol_name_match_p.  Update comment.
11588         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11589         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11590         Renames symbol_name_match_p.  Update field type.
11591         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11592         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11593         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11594         "la_get_symbol_name_cmp" in comments.
11595         * language.c: Likewise.
11596
11597 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11598
11599         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11600         %eflags offset.
11601         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11602         (amd64_sol2_gregset32_reg_offs): Likewise.
11603
11604 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
11605
11606         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11607         of the returned BFD is allocated by GDB.
11608
11609 2012-02-07  Tom Tromey  <tromey@redhat.com>
11610
11611         PR python/12027:
11612         * python/python-internal.h (frame_object_type): Declare.
11613         * python/py-symbol.c (sympy_needs_frame): New function.
11614         (sympy_value): New function.
11615         (symbol_object_getset): Add "needs_frame".
11616         (symbol_object_methods): Add "value".
11617         * python/py-frame.c (frame_object_type): No longer static.
11618
11619 2012-02-07  Tom Tromey  <tromey@redhat.com>
11620
11621         PR python/13599:
11622         * python/py-symbol.c (sympy_line): New function.
11623         (symbol_object_getset): Add "line".
11624
11625 2012-02-07  Tom Tromey  <tromey@redhat.com>
11626
11627         * charset.c (find_charset_names): Check 'in' against NULL.
11628
11629 2012-02-06  Doug Evans  <dje@google.com>
11630
11631         * gdbtypes.h (struct main_type): Change type of name,tag_name,
11632         and fields.name members from char * to const char *.  All uses updated.
11633         (struct cplus_struct_type): Change type of fn_fieldlists.name member
11634         from char * to const char *.  All uses updated.
11635         (type_name_no_tag): Update.
11636         (lookup_unsigned_typename, lookup_signed_typename): Update.
11637         * gdbtypes.c (type_name_no_tag): Change result type
11638         from char * to const char *.  All callers updated.
11639         (lookup_unsigned_typename, lookup_signed_typename): Change type of
11640         name parameter from char * to const char *.
11641         * symtab.h (struct cplus_specific): Change type of demangled_name
11642         member from char * to const char *.  All uses updated.
11643         (struct general_symbol_info): Change type of name and
11644         mangled_lang.demangled_name members from char * to const char *.
11645         All uses updated.
11646         (symbol_get_demangled_name, symbol_natural_name): Update.
11647         (symbol_demangled_name, symbol_search_name): Update.
11648         * symtab.c (symbol_get_demangled_name): Change result type
11649         from char * to const char *.  All callers updated.
11650         (symbol_natural_name, symbol_demangled_name): Ditto.
11651         (symbol_search_name): Ditto.
11652         (completion_list_add_name): Change type of symname,sym_text,
11653         text,word parameters from char * to const char *.
11654         (completion_list_objc_symbol): Change type of sym_text,
11655         text,word parameters from char * to const char *.
11656         * ada-lang.c (find_struct_field): Change type of name parameter
11657         from char * to const char *.
11658         (encoded_ordered_before): Similarly for N0,N1 parameters.
11659         (old_renaming_is_invisible): Similarly for function_name parameter.
11660         (ada_type_name): Change result type from char * to const char *.
11661         All callers updated.
11662         * ada-lang.h (ada_type_name): Update.
11663         * buildsym.c (hashname): Change type of name parameter
11664         from char * to const char *.
11665         * buildsym.h (hashname): Update.
11666         * dbxread.c (end_psymtab): Change type of include_list parameter
11667         from char ** to const char **.
11668         * dwarf2read.c (determine_prefix): Change result type
11669         from char * to const char *.  All callers updated.
11670         * f-lang.c (find_common_for_function): Change type of name, funcname
11671         parameters from char * to const char *.
11672         * f-lang.c (find_common_for_function): Update.
11673         * f-valprint.c (list_all_visible_commons): Change type of funcname
11674         parameters from char * to const char *.
11675         * gdbarch.sh (static_transform_name): Change type of name parameter
11676         and result from char * to const char *.
11677         * gdbarch.c: Regenerate.
11678         * gdbarch.h: Regenerate.
11679         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11680         of name parameter from char * to const char *.
11681         * jv-lang.c (java_primitive_type_from_name): Ditto.
11682         (java_demangled_signature_length): Similarly for signature parameter.
11683         (java_demangled_signature_copy): Ditto.
11684         (java_demangle_type_signature): Ditto.
11685         * jv-lang.h (java_primitive_type_from_name): Update.
11686         (java_demangle_type_signature): Update.
11687         * objc-lang.c (specialcmp): Change type of a,b parameters
11688         from char * to const char *.
11689         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11690         from char * to const char *.  All callers updated.
11691         * p-lang.h (is_pascal_string_type): Update.
11692         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11693         of name parameter from char * to const char *.
11694         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11695         * utils.c (fprintf_symbol_filtered): Ditto.
11696         * defs.h (fprintf_symbol_filtered): Update.
11697         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11698         * stabsread.h (end_psymtab): Update.
11699         * stack.c (find_frame_funname): Change type of funname parameter
11700         from char ** to const char **.
11701         * stack.h (find_frame_funname): Update.
11702         * typeprint.c (type_print): Change type of varstring parameter
11703         from char * to const char *.
11704         * value.h (type_print): Update.
11705         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11706         from char * to const char *.  All callers updated.
11707         (xcoff_end_psymtab): Change type of include_list parameter
11708         from char ** to const char **.  All callers updated.
11709         (swap_sym): Similarly for name parameter.  All callers updated.
11710         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11711         Use xstrdup.
11712         (process_coff_symbol): Use xstrdup.
11713         * stabsread.c (stabs_method_name_from_physname): Renamed from
11714         update_method_name_from_physname.  Change result type from void
11715         to char *.  All callers updated.
11716         (read_member_functions): In has_destructor case, store name in objfile
11717         obstack instead of malloc space.  In !has_stub case, fix mem leak.
11718
11719 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
11720
11721         * configure: Rebuild.
11722         * configure.ac: Put -L../bfd and -L../libiberty at the front of
11723         LDFLAGS.
11724
11725 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
11726
11727         * configure.tgt (rl78-*-elf): New target.
11728         * rl78-tdep.c: New file.
11729
11730 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
11731
11732         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11733         and continue the loop.  Add QUIT statement.
11734
11735 2012-02-03  Tom Tromey  <tromey@redhat.com>
11736
11737         PR gdb/13596:
11738         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11739         bfd_lookup_symbol_from_symtab.
11740         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11741         gdb_bfd_lookup_symbol_from_symtab.
11742
11743 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
11744
11745         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11746         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11747         symbol.  Add assertion that sym2 is never NULL.
11748
11749 2012-02-02  Doug Evans  <dje@google.com>
11750
11751         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11752         "name" parameter to const char ** from char **.  All callers updated.
11753         (find_pc_partial_function): Ditto.
11754         (cache_pc_function_name): Change type to const char * from char *.
11755         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11756         (find_pc_partial_function): Update.
11757         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11758         type of "name" parameter to const char * from char *.
11759         All uses updated.
11760         * arch-utils.c (generic_in_solib_return_trampoline): Change
11761         type of "name" parameter to const char * from char *.
11762         * arch-utils.h (generic_in_solib_return_trampoline): Update.
11763         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11764         type of "name" parameter to const char * from char *.
11765         * gdbarch.sh (in_solib_return_trampoline): Ditto.
11766         * gdbarch.c: Regenerate.
11767         * gdbarch.h: Regenerate.
11768         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11769         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11770         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11771         type of "name" parameter to const char * from char *.
11772         * skip.c (skip_function_pc): Ditto.
11773         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11774         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11775         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11776         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11777         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11778         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11779         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11780         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11781         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11782
11783 2012-02-02  Pedro Alves  <palves@redhat.com>
11784
11785         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11786         the current inferior has no execution.  Make sure the current
11787         remote process matches gdb's current inferior.
11788
11789 2012-02-02  Tom Tromey  <tromey@redhat.com>
11790
11791         PR gdb/13405:
11792         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11793         read-only memory.
11794
11795 2012-02-02  Tom Tromey  <tromey@redhat.com>
11796
11797         PR gdb/9307:
11798         * symtab.c (lookup_language_this): Set block_found.
11799
11800 2012-02-01  Tom Tromey  <tromey@redhat.com>
11801
11802         PR gdb/13431:
11803         * jit.c (struct jit_inferior_data): Rewrite.
11804         (struct jit_objfile_data): New.
11805         (get_jit_objfile_data): New function.
11806         (add_objfile_entry): Update.
11807         (jit_read_descriptor): Return int.  Replace descriptor_addr
11808         argument with inf_data.  Update.  Don't call error.
11809         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
11810         descriptor here.
11811         (jit_inferior_init): Don't look up descriptor.  Don't call error.
11812         (jit_reset_inferior_data_and_breakpoints)
11813         (jit_inferior_created_observer): Remove.
11814         (jit_inferior_exit_hook): Update.
11815         (jit_executable_changed_observer): Remove.
11816         (jit_event_handler): Update.
11817         (free_objfile_data): Reset inferior data if needed.
11818         (_initialize_jit): Update.
11819
11820 2012-02-01  Tom Tromey  <tromey@redhat.com>
11821
11822         * jit.c (bfd_open_from_target_memory): Move higher in file.
11823
11824 2012-02-01  Tristan Gingold  <gingold@adacore.com>
11825
11826         * libunwind-frame.c (libunwind_load): Display message if dlopen
11827         failed.
11828
11829 2012-02-01  Gary Benson  <gbenson@redhat.com>
11830
11831         * symtab.h (symbol_found_callback_ftype): New typedef.
11832         (iterate_over_symbols): Use the above.
11833         * symtab.c (iterate_over_symbols): Likewise.
11834         * language.h (language_defn->la_iterate_over_symbols): Likewise.
11835         * ada-lang.c (ada_iterate_over_symbols): Likewise.
11836         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11837         (iterate_name_matcher): Document return values.
11838         (collect_one_symbol): Likewise.
11839         (collect_function_symbols): Likewise.
11840         (collect_symbols): Likewise.
11841
11842 2012-02-01  Tom Tromey  <tromey@redhat.com>
11843
11844         * ada-lang.c (resolve_subexp): Update.
11845         (ada_lookup_symbol_list): Add 'full_search' argument.
11846         (ada_iterate_over_symbols): Pass 0 as full_search argument to
11847         ada_lookup_symbol_list.
11848         (ada_lookup_encoded_symbol): Update.
11849         (get_var_value): Update.
11850         * ada-exp.y (block_lookup): Update.
11851         (write_var_or_type): Update.
11852         (write_name_assoc): Update.
11853         * ada-lang.h (ada_lookup_symbol_list): Update.
11854
11855 2012-01-31  Tom Tromey  <tromey@redhat.com>
11856
11857         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11858         comment.
11859
11860 2012-01-31  Doug Evans  <dje@google.com>
11861
11862         * symtab.h: Remove outdated comment.
11863         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11864
11865 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
11866
11867         Fix build error in Darwin port.
11868         * i386-darwin-nat.c: Include i386-nat.h.
11869
11870 2012-01-30  Tom Tromey  <tromey@redhat.com>
11871
11872         PR breakpoints/13568:
11873         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11874         argument.  Check for recursive includes.
11875         (dwarf_decode_macros): Create an include hash.
11876
11877 2012-01-30  Michael Eager  <eager@eagercon.com>
11878
11879         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11880         * ppc-linux-tdep.c: Include glibc-tdep.h.
11881         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11882         (powerpc_linux_in_plt_stub): New function.
11883         (powerpc_linux_in_dynsym_resolve_code): New function.
11884         (ppc_skip_trampoline_code): New function.
11885         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11886         Use glibc_skip_solib_resolver.
11887
11888 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11889
11890         Code cleanup: Make 1440 bytes of data segment read-only.
11891         * arch-utils.c (endian_enum): Make it const char *const [].
11892         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11893         Likewise.
11894         * breakpoint.c (always_inserted_enums): Likewise.
11895         * cli/cli-cmds.c (script_ext_enums): Likewise.
11896         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11897         enumlist parameter const char *const *.
11898         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11899         const char *const *.
11900         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11901         parameter const char *const *.
11902         * cris-tdep.c (cris_modes): Make it const char *const [].
11903         * filesystem.c (target_file_system_kinds): Likewise.
11904         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11905         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11906         (can_use_displaced_stepping_enum, scheduler_enums)
11907         (exec_direction_names): Likewise.
11908         * language.c (_initialize_language): Make the type_or_range_names and
11909         case_sensitive_names variables const char *const [].
11910         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11911         * python/python.c (python_excp_enums): Likewise.
11912         * remote.c (interrupt_sequence_modes): Likewise.
11913         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11914         * serial.c (logbase_enums): Likewise.
11915         * sh-tdep.c (sh_cc_enum): Likewise.
11916         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11917         Likewise.
11918         * symtab.c (multiple_symbols_modes): Likewise.
11919         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11920         Likewise.
11921         * utils.c (internal_problem_modes): Likewise.
11922
11923 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
11924
11925         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11926         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11927         result.
11928
11929 2012-01-27  Doug Evans  <dje@google.com>
11930
11931         * configure.ac (with_python): Fix absolute path handling for win32.
11932         * configure: Regenerate.
11933
11934 2012-01-26  Doug Evans  <dje@google.com>
11935
11936         * symtab.c: Whitespace cleanup, no code changes.
11937
11938         * symtab.c (lookup_symbol_in_language): Improve comment.
11939         (lookup_symbol_aux): Fix comment.
11940
11941         * psymtab.c (add_psymbol_to_list): Result is now "void".
11942         * psympriv.h (add_psymbol_to_list): Update.
11943
11944         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11945
11946 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11947
11948         Do not open script filenames twice.
11949         * cli/cli-cmds.c (source_script_from_stream): Pass to
11950         source_python_script also STREAM.
11951         * python/py-auto-load.c (source_section_scripts): Pass to
11952         source_python_script_for_objfile also STREAM.
11953         (auto_load_objfile_script): Pass to source_python_script_for_objfile
11954         also INPUT.
11955         * python/python-internal.h (source_python_script_for_objfile): New
11956         parameter file, rename parameter file to filename.
11957         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11958         instead if !_WIN32.  Update the function comment.
11959         (source_python_script, source_python_script_for_objfile)
11960         (source_python_script): New parameter file, rename parameter file to
11961         filename.  Pass FILENAME to python_run_simple_file.
11962         * python/python.h (source_python_script): New parameter file, rename
11963         parameter file to filename.
11964
11965 2012-01-26  Pedro Alves  <palves@redhat.com>
11966
11967         * corelow.c (core_has_fake_pid): Delete.
11968         (core_close): Delete references to `core_has_fake_pid'.
11969         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11970         (core_open): Delete references to `core_has_fake_pid'.
11971         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11972         the removed global.
11973
11974 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11975
11976         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11977         Remove language parameter from name_matcher.  Adjust the comment.
11978         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11979         Remove language parameter.
11980         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11981         * linespec.c (iterate_name_matcher): Likewise.
11982         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11983         name_matcher.  Adjust call accordingly.
11984         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11985         (maintenance_check_symtabs): Adjust type of parameter "fun".
11986         * psymtab.h (maintenance_check_symtabs): Likewise.
11987
11988 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11989
11990         * language.h (symbol_name_match_p_ftype): New typedef.
11991         (struct language_defn): Replace field la_symbol_name_compare
11992         by la_get_symbol_name_match_p.
11993         * ada-lang.c (ada_get_symbol_name_match_p): New function.
11994         (ada_language_defn): Use it.
11995         * linespec.c (struct symbol_matcher_data): New type.
11996         (iterate_name_matcher): Rewrite.
11997         (iterate_over_all_matching_symtabs): Pass a pointer to
11998         a symbol_matcher_data struct to expand_symtabs_matching
11999         instead of just the lookup name.
12000         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
12001         opencl-lang.c, p-lang.c, language.c: Delete field
12002         la_symbol_name_compare, and replace by NULL for new field
12003         la_get_symbol_name_match_p.
12004         * symfile.h (struct quick_symbol_functions): Update comment.
12005
12006 2012-01-25  Tom Tromey  <tromey@redhat.com>
12007
12008         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
12009         dereferencing.
12010
12011 2012-01-24  Tom Tromey  <tromey@redhat.com>
12012
12013         PR symtab/12406:
12014         * solib.c (update_solib_list): Update the program space's
12015         added_solibs and deleted_solibs fields.
12016         * progspace.h (struct program_space) <added_solibs,
12017         deleted_solibs>: New fields.
12018         (clear_program_space_solib_cache): Declare.
12019         * progspace.c (release_program_space): Call
12020         clear_program_space_solib_cache.
12021         (clear_program_space_solib_cache): New function.
12022         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
12023         bpstat_stop_status.  Use handle_solib_event.
12024         * breakpoint.c: Include gdb_regex.h.
12025         (print_solib_event): New function.
12026         (bpstat_print): Use print_solib_event.
12027         (bpstat_stop_status): Add special case for bp_shlib_event.
12028         (handle_solib_event): New function.
12029         (bpstat_what): Use handle_solib_event.
12030         (struct solib_catchpoint): New.
12031         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
12032         (breakpoint_hit_catch_solib, check_status_catch_solib)
12033         (print_it_catch_solib, print_one_catch_solib)
12034         (print_mention_catch_solib, print_recreate_catch_solib): New
12035         functions.
12036         (catch_solib_breakpoint_ops): New global.
12037         (catch_load_or_unload, catch_load_command_1)
12038         (catch_unload_command_1): New functions.
12039         (internal_bkpt_check_status): Add special case for
12040         bp_shlib_event.
12041         (internal_bkpt_print_it): Use print_solib_event.
12042         (initialize_breakpoint_ops): Initialize
12043         catch_solib_breakpoint_ops.
12044         (_initialize_breakpoint): Register "catch load" and "catch
12045         unload".
12046         * breakpoint.h (handle_solib_event): Declare.
12047         * NEWS: Add entry for "catch load" and "catch unload".
12048
12049 2012-01-24  Tom Tromey  <tromey@redhat.com>
12050
12051         * ada-lang.c: Include gdb_vecs.h.
12052         * charset.c: Include gdb_vecs.h.
12053         * tracepoint.h: Include gdb_vecs.h.
12054         * gdb_vecs.h: New file.
12055
12056 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
12057
12058         * breakpoint.c (breakpoint_hit_catch_fork)
12059         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12060         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12061         * infrun.c (inferior_has_forked, inferior_has_vforked)
12062         (inferior_has_execd, inferior_has_called_syscall): Delete.
12063         (handle_syscall_event): Get syscall_number from the execution
12064         control state's wait status.
12065         (wait_for_inferior): Don't clear syscall_number.
12066
12067 2012-01-24  Pedro Alves  <palves@redhat.com>
12068
12069         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12070         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12071         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12072         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12073         `ws' parameter.
12074         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
12075         false for events other than TARGET_SIGNAL_TRAP.
12076         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12077         Add `ws' parameter.
12078         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
12079         events other than TARGET_SIGNAL_TRAP.
12080         (tracepoint_breakpoint_hit): Add `ws' parameter.
12081         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12082         parameter.
12083         (bpstat_stop_status): Same.
12084         (pc_at_non_inline_function): Same.
12085         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12086         to pass the current event's waitstatus to bpstat_stop_status
12087         and pc_at_non_inline_function.
12088
12089 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12090
12091         Code cleanup.
12092         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12093         Update the function comment for it.
12094         (source_script_with_search): Call make_cleanup_fclose for STREAM.
12095         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12096         for STREAM.
12097
12098 2012-01-24  Pedro Alves  <palves@redhat.com>
12099
12100         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12101         outside `bs->stop' block.
12102         (bpstat_what): Rework bp_shlib_event handling.
12103         (internal_bkpt_check_status): If the breakpoint is a
12104         bp_shlib_event, then set bs->stop and bs->print if
12105         stop_on_solib_events is set.
12106
12107 2012-01-24  Gary Benson  <gbenson@redhat.com>
12108
12109         Delete #if 0'd out code.
12110         * stack.c (print_frame_label_vars): Remove.
12111         (catch_info): Likewise.
12112         (_initialize_stack): Remove "info catch" command.
12113         * NEWS: Mention the above.
12114
12115 2012-01-24  Pedro Alves  <palves@redhat.com>
12116
12117         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
12118         it.
12119         (remote_notice_new_inferior): If the remote end doesn't support
12120         the multiprocess extensions, then the PID is fake.
12121         (add_current_inferior_and_thread): New.
12122         (remote_start_remote): Use it.
12123         (extended_remote_attach_1): Adjust.
12124         (extended_remote_create_inferior_1): Use
12125         add_current_inferior_and_thread.
12126
12127 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12128
12129         Fix watchpoints to be specific for each inferior.
12130         * breakpoint.c (watchpoint_in_thread_scope): Verify also
12131         current_program_space.
12132         * i386-nat.c (i386_inferior_data_cleanup): New.
12133         (i386_inferior_data_get): Replace variable inf_data_local by an
12134         inferior_data call.
12135         (i386_use_watchpoints): Initialize i386_inferior_data.
12136         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12137         specific iterate_over_lwps.
12138
12139 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12140
12141         Fix watchpoints across inferior fork.
12142         * amd64-linux-nat.c (update_debug_registers_callback): Update the
12143         comment for linux_nat_iterate_watchpoint_lwps.
12144         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12145         linux_nat_iterate_watchpoint_lwps.
12146         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12147         * i386-linux-nat.c (update_debug_registers_callback): Update the
12148         comment for linux_nat_iterate_watchpoint_lwps.
12149         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12150         linux_nat_iterate_watchpoint_lwps.
12151         (i386_linux_prepare_to_resume): New comment on Linux kernel.
12152         * i386-nat.c: Include inferior.h.
12153         (dr_mirror): Remove.
12154         (i386_inferior_data, struct i386_inferior_data)
12155         (i386_inferior_data_get): New.
12156         (i386_debug_reg_state): Use i386_inferior_data_get.
12157         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12158         (i386_insert_watchpoint, i386_remove_watchpoint)
12159         (i386_stopped_data_address, i386_insert_hw_breakpoint)
12160         (i386_remove_hw_breakpoint): New variable state, use
12161         i386_debug_reg_state instead of DR_MIRROR.
12162         * linux-nat.c (delete_lwp): New declaration.
12163         (num_lwps): Move here from downwards.
12164         (delete_lwp_cleanup): New.
12165         (linux_child_follow_fork): Create new child_lp, call
12166         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12167         PTRACE_DETACH.
12168         (num_lwps): Move upwards.
12169         (linux_nat_iterate_watchpoint_lwps): New.
12170         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12171         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12172
12173 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
12174
12175         GDB 7.4 released.
12176
12177 2012-01-23  Pedro Alves  <palves@redhat.com>
12178
12179         * top.c (caution): Rename to ...
12180         (confirm): ... this.
12181         (show_caution): Rename to ...
12182         (show_confirm): ... this.
12183         (quit_cover): Adjust.
12184         (init_main): Adjust.
12185         * top.h (caution): Rename to ...
12186         (confirm): ... this.
12187         * utils.c (internal_vproblem, defaulted_query): Adjust.
12188
12189 2012-01-23  Pedro Alves  <palves@redhat.com>
12190
12191         * top.c (caution): Update comment.
12192         (execute_command): Don't consider the current value of `caution'.
12193
12194 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
12195
12196         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12197
12198 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
12199
12200         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12201         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12202         * target.c (target_fileio_pwrite): Remove buffer address from
12203         debug output.
12204         (target_fileio_pread): Likewise.
12205
12206 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12207
12208         * NEWS: Document remote "info proc" and "generate-core-file".
12209
12210 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12211
12212         * gdbarch.sh (find_memory_regions): New callback.
12213         * gdbarch.c, gdbarch.h: Regenerate.
12214
12215         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12216         callback before falling back to target method.
12217
12218         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12219         (linux_target_install_ops): No longer install it.
12220
12221         * linux-tdep.c (linux_find_memory_regions): New function.
12222         (linux_init_abi): Install it.
12223
12224 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12225
12226         * gdbarch.sh (make_corefile_notes): New architecture callback.
12227         * gdbarch.c: Regenerate.
12228         * gdbarch.h: Likewise.
12229
12230         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12231         before target_make_corefile_notes.  If NULL is returned, the
12232         target does not support core file generation.
12233
12234         * linux-nat.c: Include "linux-tdep.h".
12235         (find_signalled_thread, find_stop_signal): Remove.
12236         (linux_nat_do_thread_registers): Likewise.
12237         (struct linux_nat_corefile_thread_data): Likewise.
12238         (linux_nat_corefile_thread_callback): Likewise.
12239         (iterate_over_spus): Likewise.
12240         (struct linux_spu_corefile_data): Likewise.
12241         (linux_spu_corefile_callback): Likewise.
12242         (linux_spu_make_corefile_notes): Likewise.
12243         (linux_nat_collect_thread_registers): New function.
12244         (linux_nat_make_corefile_notes): Replace contents by call to
12245         linux_make_corefile_notes passing linux_nat_collect_thread_registers
12246         as native-only callback.
12247
12248         * linux-tdep.h: Include "bfd.h".
12249         (struct regcache): Add forward declaration.
12250         (linux_collect_thread_registers_ftype): New typedef.
12251         (linux_make_corefile_notes): Add prototype.
12252         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12253         "regset.h", and "elf-bfd.h".
12254         (find_signalled_thread, find_stop_signal): New functions.
12255         (linux_spu_make_corefile_notes): Likewise.
12256         (linux_collect_thread_registers): Likewise.
12257         (struct linux_corefile_thread_data): New data structure.
12258         (linux_corefile_thread_callback): New funcion.
12259         (linux_make_corefile_notes): Likewise.
12260         (linux_make_corefile_notes_1): Likewise.
12261         (linux_init_abi): Install it.
12262
12263 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12264
12265         * gdbarch.sh (info_proc): New callback.
12266         * gdbarch.c, gdbarch.h: Regenerate.
12267
12268         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12269         before falling back to the target info_proc callback.
12270
12271         * linux-nat.c: Do not include "cli/cli-utils.h".
12272         (linux_nat_info_proc): Remove.
12273         (linux_target_install_ops): No longer install it.
12274
12275         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12276         (read_mapping): New function.
12277         (linux_info_proc): Likewise.
12278         (linux_init_abi): Install it.
12279
12280 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12281
12282         * defs.h (enum info_proc_what): Moved here from linux-nat.c
12283         * infcmd.c: (info_proc_cmd_1): New function.
12284         (info_proc_cmd): New function, moved here from equivalent routine
12285         orignally in linux-nat.c.
12286         (info_proc_cmd_mappings): Likewise.
12287         (info_proc_cmd_stat): Likewise.
12288         (info_proc_cmd_status): Likewise.
12289         (info_proc_cmd_cwd): Likewise.
12290         (info_proc_cmd_cmdline): Likewise.
12291         (info_proc_cmd_exe): Likewise.
12292         (info_proc_cmd_all): Likewise.
12293         (_initialize_infcmd): Install "info proc" command and subcommands.
12294
12295         * target.h (struct target_ops): Add to_info_proc.
12296         (target_info_proc): Add prototype.
12297         * target.c (target_info_proc): New function.
12298
12299         * procfs.c (procfs_info_proc): Add prototype.
12300         (info_proc_cmd): Rename into ...
12301         (procfs_info_proc): ... this.  Update argument types as appropriate
12302         for a to_info_proc implementation.  Handle "what" argument.
12303         (procfs_target): Install procfs_info_proc.
12304         (_initialize_procfs): No longer install "info proc" command.
12305
12306         * linux-nat.c: (enum info_proc_what): Remove.
12307         (linux_nat_info_proc_cmd_1): Rename into ...
12308         (linux_nat_info_proc): ... this.  Update argument types as appropriate
12309         for a to_info_proc implementation.
12310         (linux_nat_info_proc_cmd): Remove.
12311         (linux_nat_info_proc_cmd_mappings): Likewise.
12312         (linux_nat_info_proc_cmd_stat): Likewise.
12313         (linux_nat_info_proc_cmd_status): Likewise.
12314         (linux_nat_info_proc_cmd_cwd): Likewise.
12315         (linux_nat_info_proc_cmd_cmdline): Likewise.
12316         (linux_nat_info_proc_cmd_exe): Likewise.
12317         (linux_nat_info_proc_cmd_all): Likewise.
12318         (linux_target_install_ops): Install linux_nat_info_proc.
12319         (_initialize_linux_nat): No longer install "info proc" command
12320         and subcommands.
12321
12322 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12323
12324         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12325         * config.in, configure: Regenerate.
12326
12327         * target.h (struct target_ops): Add to_fileio_readlink.
12328         (target_fileio_readlink): Add prototype.
12329         * target.c (target_fileio_readlink): New function.
12330
12331         * inf-child.c: Conditionally include <sys/param.h>.
12332         (inf_child_fileio_readlink): New function.
12333         (inf_child_target): Install it.
12334
12335         * remote.c (PACKET_vFile_readlink): New enum value.
12336         (remote_hostio_readlink): New function.
12337         (init_remote_ops): Install it.
12338         (_initialize_remote): Handle vFile:readlink packet type.
12339
12340 2012-01-20  Pedro Alves  <palves@redhat.com>
12341             Ulrich Weigand  <ulrich.weigand@linaro.org>
12342
12343         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12344         * config.in, configure: Regenerate.
12345
12346         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12347         to_fileio_pread, to_fileio_close, to_fileio_unlink.
12348         (target_fileio_open): Add prototype.
12349         (target_fileio_pwrite): Likewise.
12350         (target_fileio_pread): Likewise.
12351         (target_fileio_close): Likewise.
12352         (target_fileio_unlink): Likewise.
12353         (target_fileio_read_alloc): Likewise.
12354         (target_fileio_read_stralloc): Likewise.
12355
12356         * target.c: Include "gdb/fileio.h".
12357         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12358         (default_fileio_target): New function.
12359         (target_fileio_open): Likewise.
12360         (target_fileio_pwrite): Likewise.
12361         (target_fileio_pread): Likewise.
12362         (target_fileio_close): Likewise.
12363         (target_fileio_unlink): Likewise.
12364         (target_fileio_close_cleanup): Likewise.
12365         (target_fileio_read_alloc_1): Likewise.
12366         (target_fileio_read_alloc): Likewise.
12367         (target_fileio_read_stralloc): Likewise.
12368
12369         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12370         <fcntl.h>, and <unistd.h>.
12371         (inf_child_fileio_open_flags_to_host): New function.
12372         (inf_child_errno_to_fileio_error): Likewise.
12373         (inf_child_fileio_open): Likewise.
12374         (inf_child_fileio_pwrite): Likewise.
12375         (inf_child_fileio_pread): Likewise.
12376         (inf_child_fileio_close): Likewise.
12377         (inf_child_fileio_unlink): Likewise.
12378         (inf_child_target): Install to_fileio routines.
12379
12380         * remote.c (init_remote_ops): Install to_fileio routines.
12381
12382 2012-01-20  Pedro Alves  <palves@redhat.com>
12383             Ulrich Weigand  <ulrich.weigand@linaro.org>
12384
12385         * remote.c (remote_multi_process_p): Only check for multi-process
12386         protocol feature, do not check for extended protocol.
12387         (remote_supports_multi_process): Check for extended protocol here.
12388         (set_general_process): Likewise.
12389         (extended_remote_kill): Likewise.
12390         (remote_pid_to_str): Likewise.
12391         (remote_query_supported): Always query multiprocess mode.
12392
12393 2012-01-20  Pedro Alves  <palves@redhat.com>
12394             Ulrich Weigand  <ulrich.weigand@linaro.org>
12395
12396         * inferior.h (struct inferior): Add fake_pid_p.
12397         * inferior.c (exit_inferior_1): Clear fake_pid_p.
12398         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12399         magic_null_ptid since the remote side doesn't provide a real PID.
12400
12401 2012-01-19  Tom Tromey  <tromey@redhat.com>
12402
12403         * NEWS: Combine the two Python sections.
12404
12405 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
12406
12407         * target.h (target_close): Update comment on the target's unpush state.
12408
12409 2012-01-19  Pedro Alves  <palves@redhat.com>
12410
12411         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12412         linux_nat_async directly instead of going through the target
12413         vector.
12414         * target.c (unpush_target): Close target after unpushing it, not
12415         before.
12416
12417 2012-01-19  Gary Benson  <gbenson@redhat.com>
12418
12419         * mdebugread.c (sort_blocks): Replace integer constants with ones
12420         derived from FIRST_LOCAL_BLOCK.
12421
12422 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
12423             Jan Kratochvil  <jan.kratochvil@redhat.com>
12424
12425         PR gdb/9538
12426         * symfile.c (find_separate_debug_file): New function.
12427         (terminate_after_last_dir_separator): Likewise.
12428         (find_separate_debug_file_by_debuglink): Also try realpath.
12429         * configure.ac (AC_CHECK_FUNCS): Add lstat.
12430         * configure: Regenerate.
12431         * config.in: Regenerate.
12432
12433 2012-01-18  Doug Evans  <dje@google.com>
12434
12435         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12436         (main.o): Remove rule.
12437         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12438         (--with-sysroot): Rewrite.
12439         * configure: Regenerate.
12440         * config.in: Regenerate.
12441
12442 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
12443
12444         * parse.c (initialize_expout): New function.
12445         (reallocate_expout): Likewise.
12446         (parse_exp_in_context): Use `initialize_expout' and
12447         `reallocate_expout' when appropriate.
12448
12449 2012-01-18  Pedro Alves  <palves@redhat.com>
12450
12451         * record.c (struct record_breakpoint, record_breakpoint_p)
12452         (record_breakpoints): New.
12453         (record_insert_breakpoint, record_remove_breakpoint): Manage
12454         record breakpoints list.  Only remove breakpoints from the
12455         inferior if they had been inserted there in the first place.
12456
12457 2012-01-17  Doug Evans  <dje@google.com>
12458
12459         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12460         if we know we don't have a file name to look for.
12461
12462 2012-01-17  Pedro Alves  <palves@redhat.com>
12463
12464         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12465         the frame's stop reason is UNWIND_UNAVAILABLE.
12466
12467 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12468
12469         Fix compilation error.
12470         * m2-exp.y (yyerror): Use ANSI C prototype.
12471
12472 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12473
12474         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12475         (growbuf_by_size): Likewise.
12476         (yyerror): Likewise.
12477         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12478         (modblock): Remove variable (was #if 0'ed).
12479         (parse_number): Convert prototype from K&R to ANSI C.
12480         (yyerror): Likewise.
12481         * objc-exp.y (parse_number): Likewise.
12482         (yyerror): Likewise.
12483         (yylex): Remove #if 0'ed code.
12484         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12485         (yyerror): Likewise.
12486
12487 2012-01-16  Tom Tromey  <tromey@redhat.com>
12488
12489         * NEWS: Add item.
12490         * symtab.h (compare_filenames_for_search): Declare.
12491         * symtab.c (compare_filenames_for_search): New function.
12492         (iterate_over_some_symtabs): Use it.
12493         * symfile.h (struct quick_symbol_functions)
12494         <map_symtabs_matching_filename>: Change spec.
12495         * psymtab.c (partial_map_symtabs_matching_filename): Use
12496         compare_filenames_for_search.  Update for new spec.
12497         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12498         compare_filenames_for_search.  Update for new spec.
12499         * breakpoint.c (clear_command): Use compare_filenames_for_search.
12500
12501 2012-01-16  Tom Tromey  <tromey@redhat.com>
12502
12503         PR python/13281:
12504         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12505         (struct main_type) <flag_flag_enum>: New field.
12506         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12507         * NEWS: Add entries.
12508         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12509         enums.
12510         * python/lib/gdb/printing.py (_EnumInstance): New class.
12511         (FlagEnumerationPrinter): Likewise.
12512
12513 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12514
12515         * breakpoint.c (create_sals_from_address_default): New function.
12516         (create_breakpoints_sal_default): Likewise.
12517         (decode_linespec_default): Likewise.
12518         (is_marker_spec): Removed.
12519         (strace_marker_p): New function.
12520         (init_breakpoint_sal): Using `strace_marker_p' instead of
12521         `is_marker_spec'.
12522         (create_breakpoint): Call method `create_sals_from_address' from
12523         breakpoint_ops, replacing code that created SALs conditionally
12524         on the type of the breakpoint.  Call method `create_breakpoints_sal',
12525         replacing code that created breakpoints conditionally on the type
12526         wanted.
12527         (base_breakpoint_create_sals_from_address): New function.
12528         (base_breakpoint_create_breakpoints_sal): Likewise.
12529         (base_breakpoint_decode_linespec): Likewise.
12530         (base_breakpoint_ops): Add methods
12531         `base_breakpoint_create_sals_from_address',
12532         `base_breakpoint_create_breakpoints_sal' and
12533         `base_breakpoint_decode_linespec'.
12534         (bkpt_create_sals_from_address): New function.
12535         (bkpt_create_breakpoints_sal): Likewise.
12536         (bkpt_decode_linespec): Likewise.
12537         (tracepoint_create_sals_from_address): Likewise.
12538         (tracepoint_create_breakpoints_sal): Likewise.
12539         (tracepoint_decode_linespec): Likewise.
12540         (strace_marker_create_sals_from_address): Likewise.
12541         (strace_marker_create_breakpoints_sal): Likewise.
12542         (strace_marker_decode_linespec): Likewise.
12543         (strace_marker_breakpoint_ops): New variable.
12544         (addr_string_to_sals): Remove `marker_spec'.  Call method
12545         `decode_linespec' from breakpoint_ops, replacing code that decoded
12546         an address string into a SAL.  Use `strace_marker_p' instead of
12547         `marker_spec'.
12548         (strace_command): Decide whether we are dealing with a static
12549         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
12550         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12551         * breakpoint.h (linespec_result, linespec_sals): New forward
12552         declarations.
12553         (breakpoint_ops) <create_sals_from_address>,
12554         <create_breakpoints_sal>, <decode_linespec>: New methods.
12555
12556 2012-01-14  Doug Evans  <dje@google.com>
12557
12558         * NEWS: Update text for "maint set python print-stack".
12559         It is deprecated in gdb 7.4 and deleted in 7.5.
12560
12561 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
12562
12563         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12564         including curses.h.
12565
12566 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12567
12568         * configure: Regenerate.
12569         * config.in: Regenerate.
12570
12571 2012-01-12  Keith Seitz  <keiths@redhat.com>
12572
12573         PR mi/10586
12574         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12575         (ANONYMOUS_UNION_NAME): Define.
12576         (is_path_expr_parent): New function.
12577         (get_path_expr_parent): New function.
12578         (is_anonymous_child): New function.
12579         (create_child_with_value): If the child is anonymous and without
12580         a name, assign an object name to it.
12581         (c_describe_child): Use get_path_expr_parent to determine
12582         the parent expression.
12583         If there field represents an anonymous struct or union and
12584         has no name, set an appropriate display name and expression.
12585         (cplus_describe_child): Likewise.
12586
12587 2012-01-12  Pedro Alves  <palves@redhat.com>
12588
12589         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12590         available when %ebp is found to be zero (outermost).
12591
12592 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
12593
12594         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12595         an internal gdb_static_assert.
12596         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12597
12598 2012-01-11  Tom Tromey  <tromey@redhat.com>
12599
12600         PR gdb/9598:
12601         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12602         catch" and "catch throw".
12603
12604 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
12605
12606         * blockframe.c (block_innermost_frame): Start search from selected
12607         frame, if present, or otherwise the current frame.
12608
12609         * c-exp.y (variable): Update innermost_block for
12610         'block COLONCOLON NAME' clause.
12611         * m2-exp.y (variable): Ditto.
12612         * objc-exp.y (variable): Ditto.
12613
12614 2012-01-10  Tom Tromey  <tromey@redhat.com>
12615
12616         PR python/13199:
12617         * python/python.c (finish_python_initialization): Set sys.argv.
12618
12619 2012-01-10  Doug Evans  <dje@google.com>
12620
12621         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
12622         "want_line_info".  All callers updated.
12623         (dwarf_decode_lines_1): New function.
12624         (handle_DW_AT_stmt_list): Add function comment.
12625         New arg "want_line_info".  All callers updated.
12626         (read_file_scope,read_type_unit_scope): Move comment from
12627         handle_DW_AT_stmt_list to here.
12628
12629 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12630
12631         Fix regression after libiberty/ update for GCC PR 6057 and others.
12632         * c-exp.y (operator) <OPERATOR DELETE>
12633         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12634         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12635         (make_builtin_type, make_name): New variable i, add gdb_assert.
12636         (operator) <OPERATOR NEW>: Update ARGS to 3.
12637         (operator) <OPERATOR DELETE>: Add trailing space.
12638         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12639         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12640         * cp-support.c (cp_canonicalize_string): Check NULL from
12641         cp_comp_to_string, call warning and return.
12642
12643 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12644
12645         Fix duplicate .o files after omitting libbfd.a.
12646         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12647         (SFILES): Add corelow.c.
12648         (COMMON_OBS): Add corelow.o.
12649         (ALLDEPFILES): Remove corelow.c.
12650         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12651         * config/alpha/alpha-osf3.mh: Likewise.
12652         * config/alpha/fbsd.mh: Likewise.
12653         * config/arm/nbsdaout.mh: Likewise.
12654         * config/arm/nbsdelf.mh: Likewise.
12655         * config/i386/i386gnu.mh: Likewise.
12656         * config/ia64/hpux.mh: Likewise.
12657         * config/ia64/linux.mh: Likewise.
12658         * config/m32r/linux.mh: Likewise.
12659         * config/m68k/linux.mh: Likewise.
12660         * config/mips/irix5.mh: Likewise.
12661         * config/mips/irix6.mh: Likewise.
12662         * config/pa/hpux.mh: Likewise.
12663         * config/pa/linux.mh: Likewise.
12664         * config/powerpc/aix.mh: Likewise.
12665         * config/sparc/linux.mh: Likewise.
12666         * config/sparc/linux64.mh: Likewise.
12667         * config/sparc/sol2.mh: Likewise.
12668         * config/vax/vax.mh: Likewise.
12669         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12670         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12671         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12672         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12673         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12674         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12675         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12676         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12677         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12678         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12679         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12680         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12681         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12682         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12683         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12684         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12685         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12686         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12687         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12688         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12689         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12690         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12691         corelow.o from gdb_target_obs.
12692         * corefile.c (core_target): Update the comment on NULL value.
12693         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12694         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12695         MATCHES.  Drop YUMMY set on NULL.
12696         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
12697         reclaim CORE_DATA if it is already NULL.
12698
12699 2012-01-09  Doug Evans  <dje@google.com>
12700
12701         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12702         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12703
12704 2012-01-09  Keith Seitz  <keiths@redhat.com>
12705
12706         * breakpoint.c (wrapper.h): Don't include.
12707
12708 2012-01-09  Keith Seitz  <keiths@redhat.com>
12709
12710         * Makefile.in (SFILES): Remove wrapper.c.
12711         (HFILES_NO_SRCDIR): Remove wrapper.h.
12712         (COMMON_OBS): Remove wrapper.o.
12713         * cli/cli-interp.c: Don't inlude wrapper.h.
12714         * corelow.c: Likewise.
12715         (core_open): Replace gdb_target_find_new_threads with
12716         TRY_CATCH around target_find_new_threads.
12717         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12718         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12719         * varobj.c (varobj_create): Likewise for parse_exp_1 and
12720         evaluate_expression.
12721         (varobj_set_value): Likewise for evaluate_expression and
12722         value_assign.
12723         (install_new_variable): Likewise for value_fetch_lazy.
12724         (adjust_value_for_child_access): Likewise for value_ind.
12725         (c_describe_child): Likewise for value_subscript and
12726         value_ind.
12727         (c_value_of_root): Likewise for evaluate_expression.
12728         * wrapper.c: Remove.
12729         * wrapper.h: Remove.
12730
12731 2012-01-09  Doug Evans  <dje@google.com>
12732
12733         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12734         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
12735         "abfd" args with "section".  All callers updated.
12736         Error checking code moved ...
12737         (error_check_comp_unit_head): ... here.  New function.
12738         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12739         Delete arg "abfd".  New arg "type_offset".  All callers updated.
12740         (create_debug_types_hash_table): Simplify by using
12741         read_and_check_type_unit_head.
12742
12743         * parser-defs.h (namecopy): Delete.
12744         * parse.c (namecopy, namecopy_size): Move into copy_name.
12745
12746 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12747
12748         Partially fix duplicate .o files after omitting libbfd.a.
12749         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12750         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12751         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12752         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12753         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12754         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12755         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12756
12757 2012-01-09  Pedro Alves  <palves@redhat.com>
12758
12759         * MAINTAINERS: Update my email address.
12760
12761 2012-01-08  Doug Evans  <dje@google.com>
12762
12763         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12764         n_type_units.  Rename type_comp_units to all_type_units.
12765         All uses updated.
12766         (add_signatured_type_cu_to_table): Renamed from
12767         add_signatured_type_cu_to_list.  All callers updated.
12768
12769         * gdbtypes.h (struct cplus_struct_type): Delete member
12770         nfn_fields_total.  All uses removed.
12771
12772 2012-01-06  Doug Evans  <dje@google.com>
12773
12774         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12775         to top of file.
12776         (dwarf2_find_comp_unit): Delete.
12777         (process_psymtab_comp_unit): Make result "void".
12778         Delete args buffer, info_ptr, buffer_size, and replace with
12779         "section".  All callers updated.
12780         (dwarf2_build_psymtabs_hard): Simplify.
12781
12782 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
12783             Thiago Jung Bauermann  <bauerman@br.ibm.com>
12784
12785         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12786         before `struct gdb_exception'.
12787         * breakpoint.c (update_global_location_list_nothrow)
12788         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12789         * cp-abi.c (value_rtti_type): Likewise.
12790         * cp-support.c (cp_validate_operator): Likewise.
12791         * infrun.c (insert_exception_resume_breakpoint)
12792         (check_exception_resume, keep_going): Likewise.
12793         * mi-interp.c (mi_breakpoint_created)
12794         (mi_breakpoint_modified): Likewise.
12795         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12796         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12797         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12798
12799 2012-01-05  Doug Evans  <dje@google.com>
12800
12801         * dwarf2read.c (statement_prologue): Delete, unused.
12802
12803         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12804         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12805
12806         * dwarf2read.c (comp_unit_header): Delete, unused.
12807
12808 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
12809
12810         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12811         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12812
12813 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
12814
12815         * infrun.c (normal_stop): Don't skip calling the normal_stop
12816         observers if the thread was doing a multi-step, but stopped for
12817         some reason other than stepping.
12818
12819 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
12820
12821         * cli/cli-decode.h: Add comments.
12822         (CMD_LIST_AMBIGUOUS): Moved to command.h
12823         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12824         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12825         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12826         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12827         (add_com, add_com_alias, add_info, add_info_alias)
12828         (complete_on_cmdlist, complete_on_enum, help_list): Remove
12829         declarations.
12830         * command.h: Add and adjust comments.
12831         (CMD_LIST_AMBIGUOUS): Moved here.
12832         (help_cmd, help_cmd_list): Delete declarations.
12833
12834 2012-01-04  Doug Evans  <dje@google.com>
12835
12836         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12837         All callers updated.
12838         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12839         Replace all arguments with "per_cu".  All callers updated.
12840
12841         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12842
12843         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12844         New arg "per_cu".  All callers updated.
12845
12846         Delete #if 0'd out code.
12847         * language.c (binop_result_type): Delete.
12848         (simple_type, ordered_type, same_type, integral_type): Delete.
12849         (numeric_type, character_type, string_type, boolean_type): Delete.
12850         (float_type, structured_type): Delete.
12851         * language.h: Update.
12852
12853 2012-01-04  Tom Tromey  <tromey@redhat.com>
12854
12855         * python/py-value.c (valpy_binop): Initialize 'res_val'.
12856
12857 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12858
12859         * corefile.c (close_exec_file): Delete.
12860         (reopen_exec_file): Remove commented out code that seems related
12861         to close_exec_file, which is being deleted here.
12862         * inferior.h (close_exec_file): Delete.
12863         * fork-child.c (fork_inferior): Remove call to fork_inferior.
12864
12865 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12866
12867         * ada-lang.c: #include "cli/cli-utils.h".
12868         (get_selections): Use skip_spaces.
12869         (ada_get_next_arg): Use skip_spaces and skip_to_space.
12870         (catch_ada_exception_command_split): Use skip_spaces.
12871         (ada_decode_assert_location): Likewise.
12872
12873 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12874
12875         * linespec.c (decode_line_internal): Check for C++ or Java
12876         compound constructs only if the current language is C, C++
12877         or Java.
12878
12879 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12880
12881         Revert:
12882         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12883                     Joel Brobecker  <brobecker@adacore.com>
12884         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12885         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12886         3 times.
12887         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12888         fall through into AT_ENTRY_POINT.
12889         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12890         DUMMY_ADDR with it.
12891         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12892         PPC_INSN_SIZE skip to 3 times.
12893
12894 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12895
12896         * linespec.c (add_minsym): Preserve function descriptors.
12897
12898 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
12899
12900         * breakpoint.c (all_locations_are_pending): Consider locations
12901         in program spaces executing during startup pending as well.
12902
12903 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12904
12905         Copyright year update in most files of the GDB Project.
12906
12907 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12908
12909         * copyright.sh: Delete.
12910         * copyright.py: Rewrite.
12911
12912 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12913
12914         * gnulib/extra/update-copyright: New file, imported from gnulib.
12915
12916 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12917
12918         * README (Copyright and License Notices): New section.
12919
12920 2012-01-03  Tom Tromey  <tromey@redhat.com>
12921
12922         PR python/12533:
12923         * python/py-value.c (valpy_dereference, valpy_get_address
12924         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12925         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12926         (valpy_absolute, valpy_richcompare): Free intermediate values.
12927
12928 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
12929
12930         * ada-lang.c: Reformat the copyright notice.
12931
12932 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12933
12934         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12935         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12936         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12937         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12938         Revert this part of:
12939         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12940         Build gdb directly from *.o files not using libgdb.a.
12941         * Makefile.in (COMMON_OBS): Remove solib-target.o.
12942
12943 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12944
12945         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12946         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12947         Reformat the copyright header.
12948
12949 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12950
12951         Revert this part of:
12952         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12953         Remove the gdbtui binary.
12954         * gdb.c (main): Remove args.interpreter_p initialization.
12955         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12956         * main.h (struct captured_main_args): Remove interpreter_p.
12957
12958 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12959
12960         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12961
12962 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12963
12964         * top.c (print_gdb_version): Update copyright year.
12965
12966 2012-01-02  Yao Qi  <yao@codesourcery.com>
12967
12968         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12969
12970 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12971             Joel Brobecker  <brobecker@adacore.com>
12972
12973         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12974         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12975         3 times.
12976         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12977         fall through into AT_ENTRY_POINT.
12978         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12979         DUMMY_ADDR with it.
12980         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12981         PPC_INSN_SIZE skip to 3 times.
12982
12983 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12984
12985         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12986         the return value.
12987         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12988
12989 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12990
12991         Build gdb directly from *.o files not using libgdb.a.
12992         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12993         (COMMON_OBS): Remove solib-target.o.
12994         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12995         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12996         (LIBGDB_OBS, libgdb.a): Move it above.
12997         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12998         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12999         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
13000         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
13001         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
13002         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
13003         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
13004         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
13005         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
13006         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
13007         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
13008         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
13009         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
13010         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
13011         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
13012         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
13013         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
13014         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
13015         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
13016         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
13017         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
13018         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
13019         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
13020         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
13021         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
13022         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
13023         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
13024
13025 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13026
13027         Remove the gdbtui binary.
13028         * .gitignore (/gdbtui): Remove.
13029         * Makefile.in (TUI): Remove.
13030         (SUBDIR_TUI_OBS): Remove tui-main.o.
13031         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
13032         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
13033         (tui-main.o): Remove.
13034         (all_object_files): Remove tui-main.o.
13035         * NEWS: New note for the gdbtui removal.
13036         * configure: Rebuilt.
13037         * configure.ac: No longer add all-tui, clean-tui, install-tui and
13038         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
13039         CONFIG_UNINSTALL respectively.
13040         * gdb.c (main): Remove args.interpreter_p initialization.
13041         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
13042         * main.h (struct captured_main_args): Remove interpreter_p.
13043         * tui/tui-main.c: Remove.
13044
13045 2012-01-01  Doug Evans  <dje@google.com>
13046
13047         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13048         (dwarf2_physname, read_import_statement): Ditto.
13049         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13050         (process_structure_scope read_subroutine_type): Ditto.
13051         (read_typedef, load_partial_dies, read_partial_die): Ditto.
13052         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13053         (dwarf2_fetch_die_location_block): Ditto.
13054         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13055
13056         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13057         All callers updated.
13058         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13059         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13060         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13061
13062         * dwarf2read.c (load_cu): Move assert to more useful location.
13063
13064         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13065         All callers updated.
13066
13067         * dwarf2read.c (dwarf2_per_objfile): Add comment.
13068         (dwarf2_elf_names): Minor reformat.
13069         (dwarf2_per_cu_data): Tweak comment.
13070         (dwarf2_read_section): Fix comment.
13071         (create_all_comp_units): Fix comment.
13072         (load_full_comp_unit): Fix comment.
13073         (process_full_comp_unit): Fix comment.
13074         (read_signatured_type): Fix comment.
13075
13076 For older changes see ChangeLog-2011.
13077 \f
13078 Local Variables:
13079 mode: change-log
13080 left-margin: 8
13081 fill-column: 74
13082 version-control: never
13083 coding: utf-8
13084 End: