* top.c (xgdb_verbose): Remove.
[external/binutils.git] / gdb / ChangeLog
1 2012-12-17  Tom Tromey  <tromey@redhat.com>
2
3         * top.c (xgdb_verbose): Remove.
4
5 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
6
7         Code cleanup.
8         * skip.c (skip_function_command, skip_file_command, skip_info): Remove
9         unused forward declarations.
10         (skip_file_command): Make variables symtab and filename targets const.
11         Use proper 0 vs. NULL constant everywhere.
12         (skip_function_command): Use proper 0 vs. NULL constant everywhere.
13         Include empty line after declarations.  Use GNU spacing in a comment.
14         Do not use strlen for end of string check.
15         (skip_info): Use proper 0 vs. NULL constant everywhere.  Add column 5
16         comments.
17         (skip_enable_command, skip_disable_command, skip_delete_command)
18         (add_skiplist_entry): Use proper 0 vs. NULL constant everywhere.
19         (function_pc_is_marked_for_skip): Make variable filename target const.
20         Use proper 0 vs. NULL constant everywhere.  Fix GNU non-compliant
21         comment formatting.
22         (skip_re_set): Add empty line after function comment.  Use proper 0 vs.
23         NULL constant everywhere.  Include empty line after declarations.  Make
24         variable symtab target const.  Do not use strlen for end of string
25         check.
26
27 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
28
29         Code cleanup.
30         * breakpoint.c (clear_command): Remove variable sal_name_len and its
31         initialization, remove it from the compare_filenames_for_search call.
32         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove variable
33         name_len and its initialization, remove it from the
34         compare_filenames_for_search calls.
35         * psymtab.c (partial_map_symtabs_matching_filename): Likewise.
36         * symtab.c (compare_filenames_for_search): Remove the search_len
37         parameter, update the function comment, new variable search_len
38         initialized from SEARCH_NAME.
39         (iterate_over_some_symtabs): Remove variable name_len and its
40         initialization, remove it from the compare_filenames_for_search calls.
41         * symtab.h (compare_filenames_for_search): Remove the search_len
42         parameter, 
43
44 2012-12-16  Joel Brobecker  <brobecker@adacore.com>
45
46         * Makefile.in (SFILES): Move ravenscar-thread.c from here...
47         (ALLDEPFILES): ... to there.
48
49 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
50
51         * configure.tgt (sparc-*-*): Add missing '\' in gdb_target_ops.
52
53 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
54
55         * ppc-ravenscar-thread.h, ppc-ravenscar-thread.c: New files.
56         * Makefile.in (ALL_TARGET_OBS): Add ppc-ravenscar-thread.o.
57         (HFILES_NO_SRCDIR): Add ppc-ravenscar-thread.h.
58         (ALLDEPFILES): Add ppc-ravenscar-thread.c.
59         * configure.tgt: Add ravenscar-thread.o and ppc-ravenscar-thread.o
60         to gdb_target_obs for every target that uses rs6000-tdep.o.
61         * rs6000-tdep.c: #include "ppc-ravenscar-thread.h".
62         (rs6000_gdbarch_init): Call register_e500_ravenscar_ops
63         or register_ppc_ravenscar_ops.
64
65 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
66
67         * sparc-ravenscar-thread.h: SPARC_RAVENSCAR_THREAD_H renames
68         RAVENSCAR_SPARC_THREAD_H.
69         * sparc-ravenscar-thread.c: Rename all global entities
70         whose name is uses "ravenscar_sparc" as the prefix to use
71         "sparc_ravenscar" instead.
72
73 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
74
75         * sparc-ravenscar-thread.h: Renames ravenscar-sparc-thread.h.
76         * sparc-ravenscar-thread.c: Renames ravenscar-sparc-thread.c.
77         Adjust sparc-ravenscar-thread.h #include.
78         * sparc-tdep.c: Adjust sparc-ravenscar-thread.h #include
79         accordingly.
80         * Makefile.in: Replace ravenscar-sparc-thread with
81         sparc-ravenscar-thread throughout.
82         * configure.tgt: Likewise.
83
84 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
85
86         * gdbarch.sh: Add "struct ravenscar_arch_ops" forward
87         declaration.
88         (ravenscar_ops): New gdbarch variable.
89         * gdbarch.h, gdbarch.c: Regenerate.
90         * ravenscar-thread.h (ravenscar_register_arch_ops): Delete.
91         * ravenscar-thread.c (current_arch_ops): Delete.
92         (ravenscar_fetch_registers): Get the ravenscar_arch_ops
93         from the gdbarch.
94         (ravenscar_store_registers, ravenscar_prepare_to_store): Likewise.
95         (ravenscar_inferior_created): Add gdbarch_ravenscar_ops check.
96         (ravenscar_register_arch_ops): Delete.
97         * ravenscar-sparc-thread.h: New file.
98         * ravenscar-sparc-thread.c: #include "ravenscar-sparc-thread.h".
99         (ravenscar_sparc_ops): Define value statically.
100         (_initialize_ravenscar_sparc): Delete.
101         (register_sparc_ravenscar_ops): New function.
102         * sparc-tdep.c: #include "ravenscar-sparc-thread.h".
103         (sparc32_gdbarch_init): Add call to register_sparc_ravenscar_ops.
104         * Makefile.in (ALL_TARGET_OBS): Add ravenscar-thread.o and
105         ravenscar-sparc-thread.o.
106         (SFILES): Add ravenscar-thread.c.
107         (HFILES_NO_SRCDIR): Add ravenscar-sparc-thread.h.
108         (ALLDEPFILES): ravenscar-sparc-thread.c.
109         * configure.tgt: Add ravenscar-thread.o and ravenscar-sparc-thread.o
110         to gdb_target_obs
111         for all the targets that use sparc-tdep.o.
112
113 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
114
115         * ravenscar-thread.c (ravenscar_is_open): Delete.
116         (ravenscar_initialize): Move most of the code from here...
117         (ravenscar_inferior_created): ... to there.  Invert logic.
118         (ravenscar_close): Delete.
119         (init_ravenscar_thread_ops): Remove setting of
120         ravenscar_ops.to_close.
121
122 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
123
124         * objfiles.c (init_entry_point_info): Move function from here...
125         * symfile.c (init_entry_point_info): ... to there.  Make static.
126         * objfiles.h (objfiles.h): Delete declaration.
127
128 2012-12-15  Joel Brobecker  <brobecker@adacore.com>
129
130         * symfile.c (syms_from_objfile_1): Renames syms_from_objfile.
131         Remove call to init_entry_point_info.  Add OBJFILE's
132         section_offsets and num_sections initialization.  Add note
133         about entry info in the function documentation.
134         (syms_from_objfile): New function.
135         * coffread.c (coff_symfile_init): Remove call to
136         init_entry_point_info.
137         * machoread.c (macho_symfile_init): Likewise.
138         * xcoffread.c(xcoff_symfile_init): Likewise.
139
140 2012-12-15  Yao Qi  <yao@codesourcery.com>
141
142         * remote-notif.c (_initialize_notif): Add new commands
143         'set debug notification' and 'show debug notification'.
144         * NEWS: Mention these new commands.
145
146 2012-12-15  Yao Qi  <yao@codesourcery.com>
147
148         * Makefile.in (REMOTE_OBS): Add "remote-notif.o".
149         (SFILES): Add "remote-notif.c".
150         (HFILES_NO_SRCDIR): Add "remote-notif.h" and "common/queue.h".
151         * remote-notif.c: New.  Factored out from remote.c.
152         * remote-notif.h: New.
153         * remote.c: Include "remote-notif.h".
154         (stop_reply_xmalloc, do_stop_reply_xfree):
155         (remote_parse_stop_reply, remote_get_pending_stop_replies):
156         (remote_async_get_pending_events_handler): Remove declarations.
157         (remote_parse_stop_reply): Declare.
158         (pending_stop_reply): Remove.
159         (remote_async_get_pending_events_token): Move to
160         remote-notif.c.
161         (remote_close): Replace 'delete_async_event_handler' with
162         remote_notif_unregister_async_event_handler.
163         Don't call discard_pending_stop_replies.
164         (remote_start_remote): Replace code with remote_notif_parse
165         and remote_notif_get_pending_replies.
166         (remote_open_1): Replace 'create_async_event_handler' with
167         remote_notif_register_async_event_handler.
168         (extended_remote_attach_1): Call remote_notif_parse and
169         notif_stop_reply_push.
170         (struct stop_reply) <next>: Remove.
171         <base>: New field.
172         Callers update.
173         (stop_reply_queue): Change its type.
174         (stop_reply_xmalloc, do_stop_reply_xfree): Remove.
175         (remote_notif_remove_all): New.
176         (discard_pending_stop_replies): Update.
177         (remote_notif_stop_ack, stop_reply_dtr): New.
178         (remote_notif_stop_alloc_event): New.
179         (notif_client_stop): New variable.
180         (stop_reply_match_ptid, stop_reply_match_ptid_and_ws: New.
181         (queued_stop_reply, peek_stop_reply): Adjust.
182         (remote_get_pending_stop_replies): Rename to
183         remote_notif_get_pending_events.
184         (handle_notification): Move to remote-notif.c.
185         (remote_async_get_pending_events_handler): Likewise.
186         (remote_wait_as): Adjust to call remote_notif_parse.
187         Call 'getpkt_or_notif_sane' instead of 'getpkt_sane'.
188         Return minus_one_ptid early if gets a notification.
189         (remote_wait): Call QUEUE_is_empty (notif_reply_p).
190         (_initialize_remote): Call QUEUE_alloc.  Update caller.
191         (remote_resume): Call 'remote_notif_process' in all-stop mode.
192         * remote.h: Include "remote-notif.h".
193         (remote_notif_get_pending_replies): Declare.
194
195 2012-12-15  Yao Qi  <yao@codesourcery.com>
196
197         * remote.c (discard_pending_stop_replies): Update declaration.
198         (remote_detach_1, extended_remote_mourn_1): Likewise.
199         (discard_pending_stop_replies): Change parameter from PID to
200         INF.
201         (remote_close): Update caller.
202         (_initialize_remote): Attach discard_pending_stop_replies to
203         inferior_exit observer.
204
205 2012-12-15  Yao Qi  <yao@codesourcery.com>
206
207         * remote.c (getpkt_or_notif_sane): Add one more argument in
208         its declaration.
209         (getpkt_or_notif_sane_1): Add one more argument.
210         (getpkt_sane): Update caller.
211         (getpkt_or_notif_sane): Likewise.  Update call
212         togetpkt_or_notif_sane_1.
213         (remote_wait_ns): Update caller.
214
215 2012-12-15  Yao Qi  <yao@codesourcery.com>
216             Doug Evans  <dje@google.com>
217
218         * common/queue.h: New.
219
220 2012-12-15  Yao Qi  <yao@codesourcery.com>
221
222         * breakpoint.c (print_one_breakpoint_location): Display the
223         state of 'installed' of each non-pending location of a tracepoint
224         in both CLI and MI.
225         (download_tracepoint_locations): Notify 'breakpoint-modified'
226         observer if any tracepoint location is downloaded.
227         * tracepoint.c (start_tracing): Likewise.
228         (merge_uploaded_tracepoints): Record all modified
229         tracepoints and notify 'breakpoint-modified' observer for them.
230
231         * NEWS: Mention the change for CLI and MI.
232
233 2012-12-15  Yao Qi  <yao@codesourcery.com>
234
235         * breakpoint.c (download_tracepoint_locations): Iterate over
236         ALL_TRACEPOINTS first and then iterate over locations of
237         each tracepoint.
238
239 2012-12-14  Pierre Muller  <muller@sourceware.org>
240             Pedro Alves  <palves@redhat.com>
241
242         * solib-target.c (solib_target_current_sos): Remove 'const'
243         qualifier from type of library_document local variable to be
244         able to free it and avoid a memory leak.
245         Use cleanup chain to avoid leak even if exceptino is generated.
246
247 2012-12-14  Tom Tromey  <tromey@redhat.com>
248
249         PR c++/8888:
250         * symtab.c (lookup_symbol_aux): If constructor is found, consider
251         returning the type instead.
252         * c-exp.y (classify_name): Check STRUCT_DOMAIN if a constructor is
253         found.
254
255 2012-12-14  Tom Tromey  <tromey@redhat.com>
256
257         Partial fix for PR c++/14160:
258         * c-typeprint.c (c_type_print_base): Use TYPE_FN_FIELD_CONSTRUCTOR.
259         * dwarf2read.c (dwarf2_is_constructor): New function.
260         (dwarf2_add_member_fn): Use it.
261         * gnu-v3-abi.c (gnuv3_pass_by_reference): Use
262         TYPE_FN_FIELD_CONSTRUCTOR.
263         * jv-typeprint.c (java_type_print_base): Use
264         TYPE_FN_FIELD_CONSTRUCTOR.
265         * gdbtypes.h (struct fn_field) <is_constructor>: New field.
266         <dummy>: Shrink.
267         (TYPE_FN_FIELD_CONSTRUCTOR): New macro.
268
269 2012-12-14  Tom Tromey  <tromey@redhat.com>
270
271         * c-exp.y (block, variable, name_not_typename, lex_one_token,
272         classify_name): Update.
273         * c-valprint.c (c_val_print): Update.
274         * f-exp.y (yylex): Update.
275         * go-exp.y (package_name_p, classify_packaged_name)
276         (classify_name): Update.
277         * jv-exp.y (push_variable): Update.
278         * m2-exp.y (variable): Update.
279         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
280         * p-exp.y (block, variable, yylex): Update.
281         * p-valprint.c (pascal_val_print): Update.
282         * parse.c (write_dollar_variable): Update.
283         * printcmd.c (address_info): Update.
284         * python/py-symbol.c (gdbpy_lookup_symbol): Update.
285         * symtab.c (lookup_symbol_aux, lookup_symbol_in_language)
286         (lookup_symbol): Change type of 'is_a_field_of_this'.
287         (check_field): Add 'is_a_field_of_this' argument.
288         * symtab.h (struct field_of_this_result): New.
289         (lookup_symbol, lookup_symbol_in_language): Update.
290
291 2012-12-14  Tom Tromey  <tromey@redhat.com>
292
293         * symtab.c (check_field): Now static.  Move from...
294         * valops.c (check_field): ... here.  Remove.
295         * value.h (check_field): Don't declare.
296
297 2012-12-14  Tom Tromey  <tromey@redhat.com>
298
299         * NEWS: Mention "info proc" and core files.
300         * corelow.c (core_info_proc): New function.
301         (init_core_ops): Set to_info_proc.
302         * gdbarch.c, gdbarch.h: Rebuild.
303         * gdbarch.sh (core_info_proc): New method.
304         * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
305         * linux-tdep.c (linux_core_info_proc_mappings)
306         (linux_core_info_proc): New functions.
307         (linux_find_memory_region_ftype): New typedef.
308         (linux_find_memory_regions_full): New function, from
309         linux_find_memory_regions.
310         (struct linux_find_memory_regions_data): New.
311         (linux_find_memory_regions_thunk): New function.
312         (linux_find_memory_regions): Rewrite.
313         (struct linux_make_mappings_data): New.
314         (linux_make_mappings_callback)
315         (linux_make_mappings_corefile_notes): New functions.
316         (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
317         (linux_init_abi): Call set_gdbarch_core_info_proc.
318         * target.c (target_info_proc): Return 'int'.
319         * target.h (target_info_proc): Update.
320
321 2012-12-14  Pierre Muller  <muller@sourceware.org>
322
323         * windows-nat.c (windows_xfer_shared_libraries): Avoid
324         memory leak when OFFSET >= LEN_AVAIL.
325
326 2012-12-13  Tom Tromey  <tromey@redhat.com>
327
328         * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
329
330 2012-12-13  Tom Tromey  <tromey@redhat.com>
331
332         * acinclude.m4 (CY_AC_C_WORKS): Remove.
333
334 2012-12-13  Pierre Muller  <muller@sourceware.org>
335
336         * coff-pe-read.c (pe_text_section_offset): Increase size of sname
337         local variable and zero terminate it to avoid possible problems
338         in strcmp.
339
340 2012-12-13  Pedro Alves  <palves@redhat.com>
341
342         * coff-pe-read.c: Include coff/internal.h.
343         (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
344         Null terminate buffer explicitly instead of memset the whole
345         buffer.
346
347 2012-12-13  Pierre Muller  <muller@sourceware.org>
348
349         * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
350         (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
351         for already defined macros.
352
353 2012-12-13  Pierre Muller  <muller@sourceware.org>
354
355         * coff-pe-read.h (pe_text_section_offset): Declare new function.
356         * coff-pe-read.c (debug_coff_pe_read): New static variable.
357         (struct read_pe_section_data): Add section_name field.
358         (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
359         (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
360         (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
361         (get_pe_section_index): New function.
362         (struct pe_sections_info): New type.
363         (get_section_vmas): Use new struct pe_sections_info.
364         (add_pe_exported_sym): Handle unnamed exported function.
365         (add_pe_forwarded_sym): New function.
366         (read_pe_truncate_name): Truncate at last dot.
367         (pe_as16): New function.
368         (read_pe_exported_syms): Use ordinal of function to
369         retrieve correct RVA address of function and handle
370         forwarded symbol.
371         (pe_text_section_offset): New function.
372         (show_debug_coff_pe_read): New function.
373         (_initialize_coff_pe_read): New function adding
374         'set/show debug coff_pe_read' commands.
375
376         * windows-tdep.c (windows_xfer_shared_library): Use
377         pe_text_section_offset function instead of possibly wrong
378         0x1000 constant for .text sextion offset.
379
380 2012-12-13  Pedro Alves  <palves@redhat.com>
381
382         * gdbarch.sh (do_read): Set IFS to blank.
383
384 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
385
386         * NEWS: Mention the -catch-load/-catch-unload MI commands.
387
388 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
389
390         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
391         (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
392         * breakpoint.c (add_solib_catchpoint): New function that
393         can be used by both CLI and MI, factored out from
394         catch_load_or_unload.
395         (catch_load_or_unload): Strip it down and make it use the
396         new add_solib_catchpoint.
397         * breakpoint.h (add_solib_catchpoint): Declare it.
398         * mi/mi-cmd-break.h: New file.
399         * mi/mi-cmd-break.c: Include mi-cmd-break.h.
400         (setup_breakpoint_reporting): New function used for both
401         catchpoints and breakpoints.
402         (mi_cmd_break_insert): Use setup_breakpoint_reporting.
403         * mi/mi-cmd-catch.c: New file.
404         * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
405         and -catch-unload.
406         * mi/mi-cmds.h: Declare the handlers for -catch-load and
407         -catch-unload.
408
409 2012-11-28  Tom Tromey  <tromey@redhat.com>
410
411         * dbxread.c (read_dbx_symtab): Update.
412         (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
413         (read_ofile_symtab): Add 'objfile' argument.
414         * dwarf2read.c (process_psymtab_comp_unit_reader)
415         (build_type_psymtabs_reader): Update.
416         (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
417         * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
418         argument.
419         (parse_procedure, parse_partial_symbols): Update.
420         (psymtab_to_symtab_1): Add 'objfile' argument.
421         * psympriv.h (struct partial_symtab) <objfile>: Remove.
422         <read_symtab>: Add 'objfile' argument.
423         (sort_pst_symbols, discard_psymtab): Update.
424         * psymtab.c (partial_map_expand_apply): Update.
425         (find_pc_sect_psymtab_closer): Add 'objfile' argument.
426         (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
427         (find_pc_sect_psymbol): Add 'objfile' argument.
428         (lookup_symbol_aux_psymtabs): Update.
429         (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
430         Add 'objfile' argument.
431         (find_last_source_symtab_from_partial, dump_psymtab)
432         (dump_psymtabs_for_objfile, read_symtabs_for_function)
433         (expand_partial_symbol_tables, read_psymtabs_with_filename)
434         (find_symbol_file_from_partial, map_matching_symbols_psymtab)
435         (expand_symtabs_matching_via_partial): Update.
436         (sort_pst_symbols): Add 'objfile' argument.
437         (allocate_psymtab): Update.
438         (discard_psymtab): Add 'objfile' argument.
439         (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
440         * stabsread.h (end_psymtab): Update.
441         * xcoffread.c (this_symtab_objfile): New global.
442         (process_linenos, enter_line_range, xcoff_next_symbol_text):
443         Update.
444         (read_xcoff_symtab): Add 'objfile' argument.
445         (read_symbol, read_symbol_lineno): Update.
446         (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
447         (xcoff_end_psymtab): Add 'objfile' argument.
448         (scan_xcoff_symtab): Update.
449
450 2012-12-12  Paul Koning  <paul_koning@dell.com>
451
452         Add support for Python 3.
453         * NEWS: Mention Python 3 support.
454         * varobj.c (value_get_print_value): Use
455         python_string_to_target_string.
456         * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
457         of type objects.
458         * python/py-breakpoint.c: Ditto.
459         * python/py-cmd.c:  Ditto.
460         * python/py-event.c: Ditto.
461         * python/py-event.h: Ditto.
462         * python/py-evtregistry.c: Ditto.
463         * python/py-finishbreakpoint.c: Ditto.
464         * python/py-frame.c: Ditto.
465         * python/py-function.c: Ditto.
466         * python/py-infthread.c: Ditto.
467         * python/py-lazy-string.c: Ditto.
468         * python/py-progspace.c: Ditto.
469         * /python/py-symbol.c: Ditto.
470         * python/py-evts.c:  (gdbpy_initialize_py_events): Add module
471         initialization for Python 3.
472         * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
473         of type objects.
474         (infpy_read_memory): Return memoryview object if Python 3.
475         (infpy_write_memory): Use "s*" operand parsing code for Python 3.
476         (infpy_search_memory): Ditto.
477         (get_buffer): New function for Python 3.
478         * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
479         of type objects.
480         (objfpy_dealloc): Use Py_TYPE to call tp_free.
481         * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
482         of type objects.
483         (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
484         (set_attr): Ditto.
485         * python/py-prettyprint.c (print_string_repr): use PyBytes methods
486         instead of PyString methods if Python 3.
487         (print_children): Skip push_dummy_python_frame call if Python 3.
488         * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
489         of type objects.
490         (salpy_dealloc): Use Py_TYPE to call tp_free.
491         * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
492         of type objects.
493         (field_dealloc): Use Py_TYPE to call tp_free.
494         (typy_dealloc): Ditto.
495         (type_object_as_number): Adjust struct initializations for
496         differences in layout for Python 2 vs. Python 3.
497         * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
498         string case for Python 3.
499         (unicode_to_encoded_python_string): Shorten code (no functional
500         change).
501         (python_string_to_target_python_string): Comment that in Python 3
502         returned value is a Python "bytes" type.
503         (gdbpy_is_string): Omit non-Unicode string check in Python 3.
504         (gdb_py_object_from_longest): Omit non-long integer case in Python
505         3.
506         (gdb_py_object_from_ulongest): Ditto.
507         * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
508         of type objects.
509         (valpy_dealloc): Use Py_TYPE to call tp_free.
510         (valpy_int): Omit function if Python 3.
511         (convert_value_from_python): Use "%S" format (Python object as a
512         string) if Python 3.
513         (value_object_as_number): Adjust struct initializations for
514         differences in layout for Python 2 vs. Python 3.
515         * python/python-config.py: Adjust syntax for Python 3
516         compatibility.
517         Include "sys.abiflags" string as part of python library name, if
518         that attribute exists (Python 3).
519         * python/python-internal.h (IS_PY3): Define if Python 3.
520         (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
521         placeholder value if Python 3.
522         (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
523         PyString_Decode, PyString_FromFormat, PyString_Check): Define as
524         analogous Python 3 API function if Python 3.
525         (PyVarObject_HEAD_INIT): Define if not already defined.
526         (Py_TYPE): Ditto.
527         * python/python.c (eval_python_command): Omit Py_FlushLine call if
528         Python 3.
529         Check return values of all Python API calls for error.
530         Supply dummy "python" and "python-interactive" commands if Python
531         initialization failed.
532         (_initialize_python): Convert argc to wchar_t** if Python 3.
533         Add module initialization for Python 3.
534         (finish_python_initialization): Pass wchar_t * argument to
535         PySys_SetPath if Python 3.
536         * python/lib/gdb/__init__.py: Define "reload" if Python 3.
537         (_GdbFile): New class for common output file behavior.
538         (GdbOutFile): Subclass from _GdbFile.
539         (GdbOutputErrorFile): Ditto.
540         (auto_load_packages): Adjust syntax for Python 3 compatibility.
541         * python/lib/gdb/printing.py: Define basestr and int if Python 3.
542         * python/lib/gdb/prompt.py: Use sorted() function rather than
543         sort() method.
544         * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
545         Adjust syntax for Python 3 compatibility.
546         * python/lib/gdb/command/pretty_printers.py: Use sorted() function
547         rather than sort() method.
548         Adjust syntax for Python 3 compatibility.
549         * python/lib/gdb/command/type_printers.py: Ditto.
550         * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
551         value is a memoryview object if Python 3.
552
553 2012-12-12  Tom Tromey  <tromey@redhat.com>
554
555         * coffread.c (coff_objfile_data_key): New global.
556         (coff_symfile_init): Use set_objfile_data.
557         (coff_symfile_read): Use objfile_data.
558         (coff_symfile_finish): Don't free deprecated_sym_private.
559         (coff_free_info): New function.
560         (_initialize_coffread): Initialize coff_objfile_data_key.
561         * mdebugread.c (pending_list): Update comment.
562         * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
563         * symfile.c (reread_symbols): Don't mention
564         deprecated_sym_private.
565         * xcoffread.c (xcoff_objfile_data_key): New global.
566         (XCOFF_DATA): New macro.
567         (process_linenos, enter_line_range, xcoff_next_symbol_text)
568         (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
569         XCOFF_DATA.
570         (xcoff_new_init) Use set_objfile_data.
571         (xcoff_symfile_finish): Don't free deprecated_sym_private.
572         (init_stringtab, swap_sym, scan_xcoff_symtab)
573         (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
574         (xcoff_free_info): New function.
575         (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
576
577 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
578
579         * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
580
581 2012-12-12  Tom Tromey  <tromey@redhat.com>
582
583         * coffread.c (coff_symfile_init): Use set_objfile_data.
584         (coff_symfile_read): Use DBX_SYMFILE_INFO.
585         * dbxread.c (dbx_objfile_data_key): New global.
586         (dbx_symfile_init): Use set_objfile_data.
587         (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
588         (dbx_free_symfile_info): New function.
589         (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
590         DBX_SYMFILE_INFO.
591         (stabsect_build_psymtabs): Use set_objfile_data.
592         (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
593         * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
594         set_objfile_data.
595         (free_elfinfo): Use DBX_SYMFILE_INFO.
596         (elf_symfile_finish): Don't free deprecated_sym_stab_info.
597         (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
598         * gdb-stabs.h (dbx_objfile_data_key): Declare.
599         (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
600         * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
601         * somread.c (som_symfile_finish): Don't free
602         deprecated_sym_stab_info.
603
604 2012-12-12  Joel Brobecker  <brobecker@adacore.com>
605
606         * gdbarch.sh (software_single_step): Remove trailing space in
607         comment (gdbarch.h is already correct).
608
609 2012-12-11  Tom Tromey  <tromey@redhat.com>
610
611         * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
612
613 2012-12-11  Tom Tromey  <tromey@redhat.com>
614
615         * dsrec.c (report_transfer_performance): Don't declare.
616         (load_srec): Use gettimeofday, print_transfer_performance.
617         * symfile.c (report_transfer_performance): Remove.
618
619 2012-12-11  Pedro Alves  <pedro@codesourcery.com>
620             Pedro Alves  <palves@redhat.com>
621
622         * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
623         NT_PSTATUS note.
624         * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
625         differently from LWP IDs.
626
627 2012-12-11  Pedro Alves  <palves@redhat.com>
628
629         * configure.ac (detect type of /proc): Remove Unixware handling.
630         * configure: Regenerate.
631         * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
632         (ioctl_table) [PCRESET]: Remove entry.
633         * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
634         (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
635         (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
636         * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
637         * procfs.c: Remove all UNIXWARE guarded code, and all traces of
638         Unixware in comments throughout.
639         * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
640         and remove mention of Unixware.
641
642 2012-12-10  Doug Evans  <dje@google.com>
643
644         * dwarf2read.c (dwarf2_cu): Enhance comment.
645         (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
646         the DWO file.
647         (dwarf2_record_block_ranges): Ditto.
648
649         * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
650
651         * symtab.c (find_pc_sect_symtab): Add comment.
652
653 2012-12-10  Tom Tromey  <tromey@redhat.com>
654
655         * defs.h: Don't check for definition of LONGEST.
656         (min, max): Remove duplicates.
657
658 2012-12-10  Tom Tromey  <tromey@redhat.com>
659
660         * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
661         (dwarf2_fetch_die_loc_cu_off): Rename from
662         dwarf2_fetch_die_location_block.  Rewrite to use
663         dwarf2_fetch_die_loc_sect_off.
664         * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
665         (dwarf2_fetch_die_loc_cu_off): Rename.
666         * dwarf2loc.c (indirect_pieced_value): Use
667         dwarf2_fetch_die_loc_sect_off.
668         * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
669         comment.
670         (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
671         * dwarf2expr.c (add_piece): Update.
672         (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
673
674 2012-12-10  Tom Tromey  <tromey@redhat.com>
675
676         * buildsym.c (struct pending_block): Move from buildsym.h.
677         (pending_blocks): Likewise; now static.
678         (pending_block_obstack): New global.
679         (free_pending_blocks): Free blocks.
680         (record_pending_block): Use pending_block_obstack.
681         * buildsym.h (struct pending_block): Move definition to
682         buildsym.c.
683         (pending_blocks): Don't declare.
684
685 2012-12-10  Pedro Alves  <palves@redhat.com>
686
687         * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
688         dead SCO code, and adjust function description comment.
689
690 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
691
692         * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
693         * defs.h (LONGEST, ULONGEST): Remove conditionalization for
694         CC_HAS_LONG_LONG.
695         * dwarf2-frame.c (DW64_CIE_ID): Likewise.
696         * dwarf2read.c (extract_cu_value): Remove the function.
697         (create_cus_from_index_list): Make the return type void, inline the
698         extract_cu_value caller, include new gdb_static_assert.
699         (create_cus_from_index): Make the return type void, update the function
700         comment, update the create_cus_from_index_list caller.
701         (create_signatured_type_table_from_index): Make the return type void,
702         inline the extract_cu_value caller, include new gdb_static_assert.
703         (dwarf2_read_index): Update the create_cus_from_index and
704         create_signatured_type_table_from_index caller.
705         * printcmd.c (ui_printf): Remove conditionalizations for
706         CC_HAS_LONG_LONG.
707         * config.in: Regenerate.
708         * configure: Regenerate.
709
710 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
711
712         * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
713         Update the comment for checked_producer.
714         (check_producer): New forward declaration.
715         (producer_is_gcc_lt_4_3): New function.
716         (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
717         (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
718
719 2012-12-07  Tom Tromey  <tromey@redhat.com>
720
721         * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
722         argument, assertion.
723         * c-exp.y (typebase): Add completion productions.
724         * completer.c (expression_completer): Handle tag completion.
725         * expression.h (parse_expression_for_completion): Add argument.
726         * f-lang.c (f_make_symbol_completion_list): Add 'code'
727         argument.
728         * language.h (struct language_defn)
729         <la_make_symbol_completion_list>: Add 'code' argument.
730         * parse.c (expout_tag_completion_type, expout_completion_name):
731         New globals.
732         (mark_struct_expression): Add assertion.
733         (mark_completion_tag): New function.
734         (parse_exp_in_context): Initialize new globals.
735         (parse_expression_for_completion): Add 'code' argument.  Handle
736         tag completion.
737         * parser-defs.h (mark_completion_tag): Declare.
738         * symtab.c (default_make_symbol_completion_list_break_on): Add
739         'code' argument.  Update.
740         (default_make_symbol_completion_list): Add 'code' argument.
741         (make_symbol_completion_list): Update.
742         (make_symbol_completion_type): New function.
743         * symtab.h (default_make_symbol_completion_list_break_on)
744         (default_make_symbol_completion_list): Update.
745         (make_symbol_completion_type): Declare.
746
747 2012-12-07  Tom Tromey  <tromey@redhat.com>
748
749         * expression.h (parse_expression_for_completion): Rename
750         from parse_field_expression.
751         (parse_completion): Rename from in_parse_field.
752         * c-exp.y (lex_one_token): Update.
753         * completer.c (expression_completer): Update.
754         * go-exp.y (lex_one_token): Update.
755         * p-exp.y (yylex): Update.
756         * parse.c (parse_completion): Rename from in_parse_field.
757         (parse_exp_in_context): Update.
758         (parse_expression_for_completion): Rename from
759         parse_field_expression.  Update.
760
761 2012-12-07  Tom Tromey  <tromey@redhat.com>
762
763         * typeprint.c (_initialize_typeprint): Set completer
764         for "whatis" and "ptype".
765
766 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
767
768         * copyright.py (NOT_FSF_LIST): Remove duplicate entry
769         "sim/common/cgen-fpu.h".  Remove invalid entries
770         "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
771         which actually have an FSF copyright header.
772
773 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
774
775         * osf-share/AT386/cma_thread_io.h: Delete.
776         * osf-share/HP800/cma_thread_io.h: Delete.
777         * osf-share/README: Delete.
778         * osf-share/RIOS/cma_thread_io.h: Delete.
779         * osf-share/cma_attr.h: Delete.
780         * osf-share/cma_deb_core.h: Delete.
781         * osf-share/cma_debug_client.h: Delete.
782         * osf-share/cma_errors.h: Delete.
783         * osf-share/cma_handle.h: Delete.
784         * osf-share/cma_init.h: Delete.
785         * osf-share/cma_list.h: Delete.
786         * osf-share/cma_mutex.h: Delete.
787         * osf-share/cma_sched.h: Delete.
788         * osf-share/cma_semaphore_defs.h: Delete.
789         * osf-share/cma_sequence.h: Delete.
790         * osf-share/cma_stack.h: Delete.
791         * osf-share/cma_stack_int.h: Delete.
792         * osf-share/cma_tcb_defs.h: Delete.
793         * osf-share/cma_util.h: Delete.
794         * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
795         in osf-share.
796         * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
797         * contrib/ari/gdb_find.sh: Remove handling of osf-share.
798         * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
799
800 2012-12-06  Pedro Alves  <palves@redhat.com>
801             Tom Tromey  <tromey@redhat.com>
802
803         * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
804
805 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
806
807         PR mi/14741:
808         * mi/mi-cmd-var.c (varobj_update_one): Take value of
809         attribute "dynamic" and "displayhint" from printed child,
810         not the root variable.
811
812 2012-12-06  Joel Brobecker  <brobecker@adacore.com>
813
814         * aix-thread.c (getthrds): Fix type of 4th parameter.
815         (get_signaled_thread): Change type of variable ktid to tid_t.
816
817 2012-12-06  Hui Zhu  <hui_zhu@mentor.com>
818
819         * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
820         value of get_frame_block.
821
822 2012-12-05  Pierre Muller  <muller@sourceware.org>
823
824         Avoid memory leaks on struct cmd_list_element.doc field.
825         * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
826         if flags contains DOC_ALLOCATED.
827         (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
828         flags.
829         (delete_cmd): Handle DOC_ALLOCATED flag.
830         * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
831         in flags filed of struct cmd_list_element.
832         (struct cmd_list_element): Document new flag item.
833
834 2012-12-04  Doug Evans  <dje@google.com>
835
836         * symmisc.c: Whitespace fixes.
837
838 2012-12-04  Karthik Bhat  <kv.bhat@samsung.com>
839
840         * i386-tdep.c (i386_skip_prologue): Using symbol table
841         to find the end of prologue for clang compiled binaries.
842         * amd64-tdep.c (amd64_skip_prologue): Using symbol table
843         to find the end of prologue for clang compiled binaries.
844
845 2012-12-03  Doug Evans  <dje@google.com>
846
847         * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
848         (dw2_find_symbol_file): Delete unused local file_data.
849
850 2012-12-03  Tom Tromey  <tromey@redhat.com>
851
852         * ada-exp.y (write_object_renaming, write_var_or_type)
853         (write_ambiguous_var, write_var_from_sym): Make blocks const.
854         * ada-lang.c (replace_operator_with_call)
855         (find_old_style_renaming_symbol): Make blocks const.
856         * ada-lang.h (ada_find_renaming_symbol): Update.
857         (struct ada_symbol_info) <block>: Now const.
858         * breakpoint.c (watch_command_1): Update.
859         * breakpoint.h (struct watchpoint) <exp_valid_block,
860         cond_exp_valid_block>: Now const.
861         * c-exp.y (classify_inner_name, classify_name): Make block
862         argument const.
863         * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
864         const.
865         * expression.h (innermost_block, parse_exp_1): Update.
866         (union exp_element) <block>: Now const.
867         * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
868         (lookup_struct): Make block argument const.
869         * gdbtypes.h (lookup_template_type): Update.
870         * go-exp.y (classify_name, classify_packaged_name)
871         (package_name_p): Make block argument const.
872         * objc-lang.c (lookup_struct_typedef): Make block argument const.
873         * objc-lang.h (lookup_struct_typedef): Update.
874         * parse.c (parse_exp_in_context, parse_exp_1)
875         (write_exp_elt_block): Make block arguments const.
876         (expression_context_block, innermost_block): Now const.
877         * parser-defs.h (write_exp_elt_block): Update.
878         (expression_context_block, innermost_block, block_found): Now
879         const.
880         * printcmd.c (struct display) <block>: Now const.
881         * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
882         * valops.c (address_of_variable): Make block argument const.
883         * value.h (value_of_variable): Update.
884         * varobj.c (struct varobj_root) <valid_block>: Now const.
885
886 2012-11-30  Yao Qi  <yao@codesourcery.com>
887
888         * breakpoint.c (print_one_breakpoint_location): Indent code.
889
890 2012-11-30  Yao Qi  <yao@codesourcery.com>
891
892         * breakpoint.c (print_one_breakpoint_location): Combine two
893         blocks handling 'hit count' together.
894
895 2012-11-30  Yao Qi  <yao@codesourcery.com>
896
897         * infrun.c (error_is_running, ensure_not_running): Move them
898         to ...
899         * infcmd.c (error_is_running, ensure_not_running): ... here.
900         Make them 'static'.
901         * inferior.h: Remove declarations of error_is_running and
902         ensure_not_running.
903
904 2012-11-30  Yao Qi  <yao@codesourcery.com>
905
906         * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
907         check REGNUM >= 0.
908
909 2012-11-30  Yao Qi  <yao@codesourcery.com>
910
911         * infrun.c: Make the declaration of 'init_infwait_state'
912         static.
913         (init_infwait_state): Make it 'static'.
914
915 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
916
917         * python/python.c (finalize_python): Cast unused PyGILState_Ensure
918         return value to void to avoid compiler warning.
919
920 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
921
922         * opencl-lang.c (opencl_print_type): New function.
923         (opencl_language_arch_info): Install it.
924
925 2012-11-29  Tom Tromey  <tromey@redhat.com>
926
927         * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
928         xvasprintf.
929         * common/common-utils.c (xasprintf, xvasprintf): Remove.
930         * common/common-utils.h (xasprintf, xvasprintf): Remove.
931
932 2012-11-29  Jerome Guitton  <guitton@adacore.com>
933
934         * ada-lang.c (ada_is_interface_tag): New function.
935         (ada_is_ignored_field): Add interface tags to the list
936         of ignored fields.
937
938 2012-11-29  Jerome Guitton  <guitton@adacore.com>
939
940         * ada-lang.h (ada_tag_value_at_base_address): New function
941         declaration.
942         * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
943         New functions.
944         (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
945         relocate the class-wide value if need be.
946         (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
947         Let ada_tag_value_at_base_address relocate the class-wide access/ref
948         before dereferencing it.
949         * ada-valprint.c (ada_val_print_1): Relocate to base address
950         before displaying the content of an interface-wide ref.
951
952 2012-11-29  Jerome Guitton  <guitton@adacore.com>
953
954         * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
955
956 2012-11-29  Joel Brobecker  <brobecker@adacore.com>
957
958         GDB 7.5.1 released.
959
960 2012-11-29  Yao Qi  <yao@codesourcery.com>
961             Tom Tromey  <tromey@redhat.com>
962
963         * eval.c (evaluate_subexp_standard): Get the correct pointer
964         type for TYPE_CODE_MEMBERPTR.
965
966 2012-11-28  Edjunior Machado  <emachado@linux.vnet.ibm.com>
967
968         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
969         since now it is being done by binutils' powerpc_init_dialect().
970
971 2012-11-28  Tom Tromey  <tromey@redhat.com>
972
973         PR gdb/14290:
974         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
975         (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
976         Use it.
977         * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
978         * gdb_bfd.c (gdb_bfd_mark_parent): New function.
979         (gdb_bfd_openr_next_archived_file): Use it.
980
981 2012-11-28  Markus Metzger <markus.t.metzger@intel.com>
982
983         * configure.ac: Check for linux/perf_event.h.
984         * config.in: Regenerated.
985         * configure: Regenerated.
986
987 2012-11-28  Yao Qi  <yao@codesourcery.com>
988
989         * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
990         abbreviate 'delete tracepoints' to 'delete tr'.
991         * corefile.c (_initialize_core): Call add_alias_cmd to
992         abbreviate 'set gnutarget' to 'set g'.
993         * value.c (_initialize_values): Call add_alias_cmd to abbreviate
994         'show convenience' to 'show conv'.
995
996 2012-11-27  Joel Brobecker  <brobecker@adacore.com>
997
998         * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
999         call to sparc_supply_fpregset.
1000         (fill_fpregset): Fix first parameter in call to
1001         sparc_collect_fpregset.
1002
1003 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
1004             Kazu Hirata  <kazu@codesourcery.com>
1005             Yao Qi  <yao@codesourcery.com>
1006
1007         * objfiles.c (init_entry_point_info): Call
1008         gdbarch_convert_from_func_ptr_addr and
1009         gdbarch_addr_bits_remove here ...
1010         (entry_point_address_query): ... instead of here.
1011         * solib-svr4.c (exec_entry_point): Call
1012         gdbarch_addr_bits_remove.
1013         * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
1014         the entry address.
1015
1016 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
1017             Yao Qi  <yao@codesourcery.com>
1018
1019         * eval.c (evaluate_subexp_standard): Add handling of
1020         TYPE_CODE_MEMBERPTR when calling functions.  Correct the
1021         result of ptype for calling a TYPE_CODE_METHODPTR.
1022
1023 2012-11-27  Yao Qi  <yao@codesourcery.com>
1024
1025         * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
1026         warning.
1027         Add i18n markup.
1028
1029 2012-11-26  Alexander Larsson  <alexl@redhat.com>
1030             Jan Kratochvil  <jan.kratochvil@redhat.com>
1031             Tom Tromey  <tromey@redhat.com>
1032
1033         * NEWS: Mention mini debuginfo feature.
1034         * minidebug.c: New file.
1035         * configure.ac: Check for lzma.
1036         * configure, config.in: Rebuild.
1037         * Makefile.in (LIBLZMA): New variable.
1038         (CLIBS): Include LIBLZMA.
1039         (SFILES): Mention minidebug.c.
1040         (COMMON_OBS): Mention minidebug.o.
1041         * symfile.c (read_symbols): New function.
1042         (syms_from_objfile, reread_symbols): Call it.
1043         * symfile.h (find_separate_debug_file_in_section): Declare.
1044
1045 2012-11-26  Keith Seitz  <keiths@redhat.com>
1046
1047         * exec.c (exec_file_attach): Move cleanup after verifying that
1048         memory has in fact been allocated.
1049
1050 2012-11-26  Tom Tromey  <tromey@redhat.com>
1051
1052         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
1053         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
1054         SYMBOL_SYMTAB.
1055         * skip.c (skip_info): Use SYMBOL_SYMTAB.
1056
1057 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
1058             Pedro Alves  <palves@redhat.com>
1059
1060         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
1061         size parameter passed to readlink by one byte.
1062         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
1063         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
1064         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
1065         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
1066         size by one byte.
1067
1068 2012-11-26  Yao Qi  <yao@codesourcery.com>
1069
1070         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
1071         extraneous parentheses.
1072
1073 2012-11-26  Yao Qi  <yao@codesourcery.com>
1074
1075         * remote.c (remote_start_remote): Typo fix.
1076
1077 2012-11-23  David S. Miller  <davem@davemloft.net>
1078
1079         * sparc-tdep.h (struct sparc_fpregset): New data structure.
1080         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
1081         sparc32_sol2_fpregset): Declare new globals.
1082         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
1083         'fpregset' argument.
1084         * sparc64-tdep.h (sparc64_supply_fpregset,
1085         sparc64_collect_fpregset): Likewise.
1086         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
1087         globals.
1088         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
1089         (sparc_fpregset): Declare new global.
1090         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
1091         'fpregset' argument.
1092         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
1093         into handler.
1094         (fill_fpregset): Likewise.
1095         (_initialize_sparc_linux_nat): Set sparc_fpregset to
1096         sparc32_bsd_fpregset.
1097         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
1098         sparc32_bsd_fpregset down into handler.
1099         (sparc32_linux_collect_core_fpregset): Likewise.
1100         * sparc-nat.c (sparc_fpregset): Define.
1101         (sparc_supply_fpregset): Add 'fpregset' argument.
1102         (sparc_collect_fpregset): Likewise.
1103         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
1104         into fpregset handler.
1105         (sparc_store_inferior_registers): Likewise.
1106         (_initialize_sparc_nat): Set sparc_fpregset to
1107         sparc32_sunos4_fpregset if NULL.
1108         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
1109         down into handler.
1110         (fill_fpregset): Likewise.
1111         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
1112         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
1113         use it to compute offsets.
1114         (sparc32_collect_fpregset): Likewise.
1115         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
1116         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
1117         down into handler.
1118         (fill_fpregset): Likewise.
1119         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
1120         Likewise.
1121         (sparc64_linux_collect_core_fpregset): Likewise.
1122         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
1123         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
1124         use it to compute offsets.
1125         (sparc64_collect_fpregset): Likewise.
1126         (sparc64_bsd_fpregset): Define.
1127         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
1128         sparc64_bsd_fpregset down into handler.
1129         (sparc64fbsd_collect_fpregset): Likewise.
1130         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
1131         and pass sparc{32,64}_bsd_fpregset down into handler.
1132         (sparc64nbsd_collect_fpregset): Likewise.
1133         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
1134         sparc64_bsd_fpregset down into handler.
1135         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
1136         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
1137         to sparc32_bsd_fpregset.
1138         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
1139         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
1140         (sparc32nbsd_supply_fpregset): Likewise.
1141
1142 2012-11-21  Tom Tromey  <tromey@redhat.com>
1143
1144         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
1145         field.
1146         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
1147         Remove.
1148         * c-typeprint.c (c_type_print_base): Update.
1149
1150 2012-11-21  Yao Qi  <yao@codesourcery.com>
1151
1152         PR tdep/7438
1153         * gdbarch.sh (smash_text_address): Remove.
1154         * gdbarch.c, gdbarch.h: Regenerate.
1155         * arm-tdep.c (arm_smash_text_address): Remove.
1156         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1157         * hppa-tdep.c (hppa_smash_text_address): Remove.
1158         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
1159         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
1160         Caller update.
1161         * coffread.c (coff_symtab_read): Caller update.
1162         * dbxread.c (process_one_symbol): Likewise.
1163         * elfread.c (record_minimal_symbol): Likewise.
1164         * somread.c (som_symtab_read): Likewise.
1165
1166 2012-11-20  Pierre Muller  <muller@sourceware.org>
1167
1168         ARI fixes: sprintf rule.
1169         Replace sprintf function calls for char arrays by
1170         calls to xsnprintf calls.
1171         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
1172         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
1173         (arm_neon_quad_read, arm_pseudo_read): Ditto.
1174         (arm_neon_quad_write, arm_pseudo_write): Ditto.
1175         * breakpoint.c (condition_completer): Ditto.
1176         (create_tracepoint_from_upload): Ditto.
1177         * dwarf2read.c (file_full_name): Ditto.
1178         * gcore.c (gcore_command): Ditto.
1179         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
1180         * go32-nat.c (go32_sysinfo): Ditto.
1181         * interps.c (interp_set): Ditto.
1182         * m32c-tdep.c (make_types): Ditto.
1183         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
1184         * remote-m32r-sdi.c (m32r_open): Ditto.
1185         * sol-thread.c (td_err_string): Ditto.
1186         (td_state_string, solaris_pid_to_str): Ditto.
1187         * symtab.c (gdb_mangle_name): Ditto.
1188         * cli/cli-script.c (execute_control_command): Ditto.
1189         (define_command, document_command): Ditto.
1190         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
1191         * tui/tui-stack.c (tui_make_status_line): Ditto.
1192         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
1193
1194 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
1195
1196         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
1197         it when looking at ptr->func.
1198         * command.h (complete_on_cmdlist): Add a fourth arg.
1199         * completer.c (complete_line_internal): Add local ignore_help_classes,
1200         and set it to 1 when reason is not handle_help.  Pass this down to
1201         lookup_cmd_1 and complete_on_cmdlist.
1202
1203 2012-11-20  Tom Tromey  <tromey@redhat.com>
1204
1205         * completer.c (count_struct_fields): Remove.
1206         (expression_completer): Don't call count_struct_fields.
1207
1208 2012-11-20  Pedro Alves  <palves@redhat.com>
1209
1210         * annotate.c (breakpoints_changed): Rename to ...
1211         (annotate_breakpoints_changed): ... this.
1212         (annotate_stopped, breakpoint_changed): Adjust caller.
1213         * annotate.h (breakpoints_changed): Rename to ...
1214         (annotate_breakpoints_changed): ... this.
1215         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
1216         (do_map_commands_command, init_raw_breakpoint, clear_command)
1217         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
1218
1219 2012-11-20  David S. Miller  <davem@davemloft.net>
1220
1221         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
1222         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
1223         sysconf.
1224         (get_cores_used_by_process): Update comment.
1225
1226 2012-11-20  Yao Qi  <yao@codesourcery.com>
1227
1228         * objfiles.c (init_entry_point_info): Remove trailing spaces.
1229
1230 2012-11-20  Yao Qi  <yao@codesourcery.com>
1231
1232         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
1233         to deprecated_context_hook.
1234
1235 2012-11-19  Yao Qi  <yao@codesourcery.com>
1236
1237         * infrun.c (infwait_state): Add static.
1238
1239 2012-11-16  Keith Seitz  <keiths@redhat.com>
1240
1241         PR c++/13615
1242         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
1243         parameter and pass it to lookup_symbol_file.
1244         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
1245         to search base classes.
1246         (cp_lookup_symbol_namespace): Likewise.
1247         (lookup_namespace_scope): Likewise.
1248         (lookup_symbol_file): Add SEARCH parameter.
1249         If SEARCH is non-zero and no symbol is found, lookup the class
1250         and call cp_lookup_nested_symbol.
1251         (find_symbol_in_baseclass): New function.
1252         (cp_lookup_nested_symbol): Do not let
1253         cp_lookup_symbol_in_namespace search through base classes.
1254         Do that later when there is no global symbol match.
1255
1256 2012-11-16  Doug Evans  <dje@google.com>
1257
1258         * main.c (gdb_datadir_provided): New static global.
1259         (get_init_files): If --data-directory is provided,
1260         and SYSTEM_GDBINIT lives in data-directory, look for it there.
1261         * NEWS: Mention it.
1262
1263 2012-11-15  Pierre Muller  <muller@sourceware.org>
1264
1265         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
1266         * gdb_stat.h: Delete. Moved to common directory.
1267         * common/gdb_stat.h: New file.
1268         * gdb_wait.h: Delete. Moved to common directory.
1269         * common/gdb_wait.h: New file.
1270         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
1271         location.
1272         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
1273         location.
1274         (stat.h rule): Adapt to new gdb_stat.h location.
1275         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
1276         <sys/stat.h> header.
1277         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
1278         <sys/wait.h> header.
1279
1280 2012-11-15  Pierre Muller  <muller@sourceware.org>
1281
1282         * configure.ac (AC_HEADER_STAT): Remove.
1283         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
1284         and corresponding code.
1285         * configure: Regenerate.
1286         * config.in: Regenerate.
1287
1288 2012-11-15  Pierre Muller  <muller@sourceware.org>
1289
1290         ARI xasprintf rule fixes.
1291         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
1292         instead of xasprintf.
1293         (open_and_init_dwp_file): Ditto.
1294
1295 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
1296
1297         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1298         target types.
1299
1300 2012-11-14  Tom Tromey  <tromey@redhat.com>
1301
1302         * configure, config.in: Rebuild.
1303         * configure.ac: Don't check for ctype.h, time.h.
1304         * expprint.c: Don't use HAVE_CTYPE_H.
1305
1306 2012-11-13  Tom Tromey  <tromey@redhat.com>
1307
1308         * gdbarch.h, gdbarch.c: Rebuild.
1309         * gdbarch.sh (set_target_gdbarch): Rename from
1310         deprecated_target_gdbarch_select_hack.
1311         * arch-utils.c (gdbarch_update_p): Update.
1312         (set_gdbarch_from_file): Update.
1313
1314 2012-11-14  Pierre Muller  <muller@sourceware.org>
1315
1316         * MAINTAINERS (Responsible Maintainers/misc): Add myself
1317         as responsible of contrib/ari directory.
1318
1319 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1320             Yao Qi  <yao@codesourcery.com>
1321
1322         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1323         bit of EXC_RETURN.
1324         (arm_m_exception_cache, arm_m_exception_this_id)
1325         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1326         (arm_m_exception_unwind): New.
1327         (arm_gdbarch_init): Register arm_m_exception_unwind.
1328
1329 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
1330
1331         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1332         parameter COUNT, for pattern filling of memory regions.
1333         * NEWS: Mention it.
1334
1335 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1336
1337         * disasm.h (DISASSEMBLY_FILENAME): New macro.
1338         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1339         to print_source_lines ().
1340         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1341         flag.
1342         * source.c (print_source_lines_base): Prefix source line with
1343         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1344
1345 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1346
1347         * symtab.h (print_source_lines_flags): New enum.
1348         * source.c (print_source_lines_base): Change noerror to flags.
1349         (print_source_lines): Change noerror to flags.
1350
1351 2012-11-13  Pierre Muller  <muller@sourceware.org>
1352
1353         ARI fixes: Avoid sprintf function use rule.
1354         * charset.c (convert_between_encodings): Use xsnprintf.
1355         * cli-out.c (cli_field_int): Likewise.
1356         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1357         * expprint.c (op_name_standard): Likewise.
1358         * frv-tdep.c (set_variant_num_gprs): Likewise.
1359         (set_variant_num_fprs): Likewise.
1360         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1361         * nto-tdep.c (nto_find_and_open_solib): Likewise.
1362         (nto_init_solib_absolute_prefix): Likewise.
1363         * source.c (init_source_path): Likewise.
1364         (print_source_lines_base): Likewise.
1365         * valprint.c (print_wchar): Likewise.
1366         * mi/mi-out.c (mi_field_int): Likewise.
1367         windows-nat.c (windows_pid_to_exec_file): Likewise.
1368         (windows_create_inferior): Likewise.
1369         (_initialize_check_for_gdb_ini): Likewise.
1370
1371 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
1372
1373         * frame.h (deprecated_frame_register_read): Renames
1374         frame_register_read.
1375         * frame.c (deprecated_frame_register_read): Renames
1376         frame_register_read.  Update all callers.
1377         * i386-tdep.c: Update all callers of frame_register_read.
1378         * infcmd.c: Likewise.
1379         * jit.c: Likewise.
1380         * mips-tdep.c: Likewise.
1381         * mt-tdep.c: Likewise.
1382         * sh64-tdep.c: Likewise.
1383
1384 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
1385
1386         * frame.h (frame_register_read): Remove FIXME comment.
1387         * frame.c (frame_register_read): Add suggestion explaining
1388         which function to use in place of this one.
1389
1390 2012-11-12  Tom Tromey  <tromey@redhat.com>
1391
1392         * python/python.c (start_type_printers): Initialize 'result_obj'.
1393
1394 2012-11-12  Tom Tromey  <tromey@redhat.com>
1395
1396         * NEWS: Update.
1397         * data-directory/Makefile.in (PYTHON_FILES): Add
1398         type_printers.py.
1399         * python/lib/gdb/command/type_printers.py: New file.
1400         * python/lib/gdb/command/types.py (TypePrinter): New class.
1401         (_get_some_type_recognizers, get_type_recognizers,
1402         apply_type_recognizers, register_type_printer): New
1403         functions.
1404         * python/py-objfile.c (objfile_object) <type_printers>: New
1405         field.
1406         (objfpy_dealloc): Decref new field.
1407         (objfpy_new): Set new field.
1408         (objfpy_get_type_printers, objfpy_set_type_printers): New
1409         functions.
1410         (objfile_to_objfile_object): Set new field.
1411         (objfile_getset): Add "type_printers".
1412         * python/py-progspace.c (pspace_object) <type_printers>: New
1413         field.
1414         (pspy_dealloc): Decref new field.
1415         (pspy_new): Set new field.
1416         (pspy_get_type_printers, pspy_set_type_printers): New functions.
1417         (pspace_to_pspace_object): Set new field.
1418         (pspace_getset): Add "type_printers".
1419         * python/python.c (start_type_printers, apply_type_printers,
1420         free_type_printers): New functions.
1421         (_initialize_python): Set gdb.type_printers.
1422         * python/python.h (start_type_printers, apply_type_printers,
1423         free_type_printers): Declare.
1424         * typeprint.c (type_print_raw_options, default_ptype_flags):
1425         Update for new fields.
1426         (do_free_global_table, create_global_typedef_table,
1427         find_global_typedef): New functions.
1428         (find_typedef_in_hash): Use find_global_typedef.
1429         (whatis_exp): Use create_global_typedef_table.  Change cleanup
1430         handling.
1431         * typeprint.h (struct type_print_options) <global_typedefs,
1432         global_printers>: New fields.
1433
1434 2012-11-12  Tom Tromey  <tromey@redhat.com>
1435
1436         * c-typeprint.c (find_typedef_for_canonicalize,
1437         print_name_maybe_canonical): New functions.
1438         (c_print_type): Look up type name.
1439         (cp_type_print_derivation_info): Add flags argument.  Use
1440         print_name_maybe_canonical.
1441         (cp_type_print_method_args): Add wrapping.
1442         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1443         (c_type_print_template_args): New function.
1444         (c_type_print_base): Change wrapping.  Use
1445         print_name_maybe_canonical.
1446         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1447         type name lookups.
1448         * gdbtypes.c (types_equal): No longer static.
1449         * gdbtypes.h (types_equal): Declare.
1450         * typeprint.c (type_print_raw_options, default_ptype_flags):
1451         Update.
1452         (struct typedef_hash_table): New.
1453         (hash_typedef_field, eq_typedef_field,
1454         recursively_update_typedef_hash, add_template_parameters,
1455         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1456         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1457         copy_typedef_hash, find_typedef_in_hash): New functions.
1458         * typeprint.h (struct type_print_options) <local_typedefs>:
1459         New field.
1460         (recursively_update_typedef_hash, add_template_parameters,
1461         create_typedef_hash, free_typedef_hash,
1462         make_cleanup_free_typedef_hash, copy_typedef_hash,
1463         find_typedef_in_hash): Declare.
1464
1465 2012-11-12  Tom Tromey  <tromey@redhat.com>
1466
1467         * cp-support.c (inspect_type,
1468         replace_typedefs_qualified_name, replace_typedefs): Add
1469         finder, data arguments.  Call as needed.
1470         (cp_canonicalize_string_full): New function.
1471         (cp_canonicalize_string_no_typedefs): Rewrite.
1472         * cp-support.h (canonicalization_ftype): New typedef.
1473         (cp_canonicalize_string_full): Declare.
1474
1475 2012-11-12  Tom Tromey  <tromey@redhat.com>
1476
1477         * NEWS: Update.
1478         * c-typeprint.c (c_type_print_base): Handle print_method and
1479         print_typedefs flags.
1480         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1481         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1482         options.
1483         * typeprint.c (type_print_raw_options, default_ptype_flags):
1484         Update for new field.s
1485         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
1486         (setprinttypelist, showprinttypelist, print_methods,
1487         print_typedefs): New globals.
1488         (set_print_type, show_print_type, set_print_type_methods,
1489         show_print_type_methods, set_print_type_typedefs,
1490         show_print_type_typedefs): New functions.
1491         (_initialize_typeprint): Update documentation.  Add "print
1492         type methods" and "print type typedefs" parameters.
1493         * typeprint.h (struct type_print_options) <print_methods,
1494         print_typedefs>: New fields.
1495
1496 2012-11-12  Tom Tromey  <tromey@redhat.com>
1497
1498         * c-typeprint.c (cp_type_print_method_args): Add flags
1499         argument.  Call c_print_type, not type_print.
1500         (c_type_print_base): Call c_print_type, not type_print.
1501         Update.
1502
1503 2012-11-12  Tom Tromey  <tromey@redhat.com>
1504
1505         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1506         to type-printing functions.
1507         * ada-lang.h (ada_print_type): Add argument.
1508         * ada-typeprint.c (print_array_type, print_variant_clauses,
1509         print_variant_part, print_selected_record_field_types,
1510         print_record_field_types, print_unchecked_union_type,
1511         print_func_type, ada_print_type): Add flags argument.
1512         (ada_print_typedef): Update.
1513         * c-exp.y (OPERATOR conversion_type_id): Update.
1514         * c-lang.h (c_print_type, c_type_print_base): Update.
1515         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1516         c_type_print_modifier, c_type_print_args,
1517         c_type_print_varspec_suffix, c_type_print_base): Add flags
1518         argument.
1519         * cp-valprint.c (cp_print_class_member): Update.
1520         * dwarf2read.c (dwarf2_compute_name): Update.
1521         * f-lang.h (f_print_type): Add argument.
1522         * f-typeprint.c (f_print_type): Add flags argument.
1523         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1524         * go-lang.h (go_print_type): Add argument.
1525         * go-typeprint.c (go_print_type): Add flags argument.
1526         * jv-lang.h (java_print_type): Add argument.
1527         * jv-typeprint.c (java_type_print_base, java_print_type): Add
1528         flags argument.
1529         * language.c (unk_lang_print_type): Add flags argument.
1530         * language.h (struct language_defn) <la_print_type>: Add flags
1531         argument.
1532         (LA_PRINT_TYPE): Likewise.
1533         * m2-lang.h (m2_print_type): Add argument.
1534         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1535         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1536         m2_unbounded_array, m2_record_fields): Add flags argument.
1537         * p-lang.h (pascal_print_type, pascal_type_print_base,
1538         pascal_type_print_varspec_prefix): Add argument.
1539         * p-typeprint.c (pascal_print_type,
1540         pascal_type_print_varspec_prefix, pascal_print_func_args,
1541         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1542         flags argument.
1543         * symmisc.c (print_symbol): Update.
1544         * typeprint.c (type_print_raw_options, default_ptype_flags):
1545         New globals.
1546         (type_print): Update.
1547         * typeprint.h (struct type_print_options): New.
1548         (type_print_raw_options): Declare.
1549         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1550
1551 2012-11-10  Keith Seitz  <keiths@redhat.com>
1552
1553         * breakpoint.c (clear_command): Add cleanup for
1554         sals.sals if an argument is given.
1555
1556         * linespec.c (parse_linespec): Do cleanups after
1557         parsing a convenience variable.
1558
1559 2012-11-10  Keith Seitz  <keiths@redhat.com>
1560
1561         PR gdb/14288
1562         * c-valprint.c (c_val_print): For character arrays
1563         with "print null" option on, print ellipses if
1564         the output is truncated and the next character is not \000.
1565         * valprint.c (MAX_WCHARS): Define.
1566         (WCHAR_BUFLEN): Likewise.
1567         (WCHAR_BUFLEN_MAX): Likewise.
1568         (struct converted_character): New structure.
1569         (count_next_character): New function.
1570         (print_converted_chars_to_obstack): New function.
1571         (generic_printstr): Rewrite using count_next_character
1572         and print_converted_chars_to_obstack.
1573
1574 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
1575
1576         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1577         while executing the gdb command.
1578         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1579         are called from prompt_for_continue.
1580         * tui/tui-io.c (tui_redisplay_readline): Likewise.
1581
1582 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
1583
1584         PR tui/9584
1585
1586         * tui/tui.c (tui_rl_command_key): Do not call execute_command
1587         but insert the command to execute in readline's buffer.
1588
1589 2012-11-09  Tom Tromey  <tromey@redhat.com>
1590
1591         * gdbarch.sh (target_gdbarch): Remove macro.
1592         (get_target_gdbarch): Rename to target_gdbarch.
1593         * gdbarch.c, gdbarch.h: Rebuild.
1594         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1595         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1596         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1597         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1598         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1599         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1600         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1601         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1602         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1603         procfs.c, progspace.c, ravenscar-thread.c, record.c,
1604         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1605         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1606         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1607         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1608         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1609         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1610         target-descriptions.c, target.c, target.h, tracepoint.c,
1611         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1612         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1613         python/py-inferior.c, python/python.c: Update.
1614
1615 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
1616
1617         * source.c (print_source_lines_base): Add fullname field giving
1618         full path to file in mi output.
1619         * NEWS: Mention the new fullname field.
1620
1621 2012-11-09  Yao Qi  <yao@codesourcery.com>
1622
1623         * NEWS: Mention the fix to the ambiguity of 'fo' command.
1624
1625 2012-11-09  Pedro Alves  <palves@redhat.com>
1626
1627         PR gdb/14306
1628
1629         * infrun.c: Include target-descriptions.h.
1630         (follow_exec): Fetch new target description.
1631
1632 2012-11-09  Yao Qi  <yao@codesourcery.com>
1633
1634         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1635         0x8d (lea).
1636
1637 2012-11-09  Yao Qi  <yao@codesourcery.com>
1638
1639         * breakpoint.c: Declare set_tracepoint_count.
1640         (install_breakpoint): Call set_tracepoint_count if B is a
1641         tracepoint.
1642         (trace_command): Don't call set_tracepoint_count.  Re-indent.
1643         (strace_command, ftrace_command):
1644         (create_tracepoint_from_upload): Likewise.
1645
1646 2012-11-09  Pedro Alves  <palves@redhat.com>
1647
1648         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1649         (get_target_gdbarch) <gdbarch.h>: New function.
1650         (startup_gdbarch) <gdbarch.h>: Declare.
1651         <gdbarch.c> (target_gdbarch): Delete.
1652         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1653         current inferior's gdbarch.
1654         <gdbarch.c> (get_target_gdbarch): New function.
1655         * inferior.c: Include target-descriptions.h.
1656         (free_inferior): Free target description info.
1657         (add_inferior_with_spaces): Set the inferior's initial
1658         architecture.
1659         (clone_inferior_command): Copy the original inferior's target
1660         description if it was user specified.
1661         (initialize_inferiors): Add comment.
1662         * inferior.h (struct target_desc_info): Forward declare.
1663         (struct inferior) <gdbarch>: New field.
1664         * linux-nat.c: Include target-descriptions.h.
1665         (linux_child_follow_fork): Copy the parent's architecture and
1666         target description to the child.
1667         * target-descriptions.c: Include inferior.h.
1668         (struct target_desc_info): New structure, holding the equivalents
1669         of ...
1670         (target_desc_fetched, current_target_desc)
1671         (target_description_filename): ... these removed globals.
1672         (get_tdesc_info, target_desc_info_from_user_p)
1673         (copy_inferior_target_desc_info, target_desc_info_free): New.
1674         (target_desc_fetched, current_target_desc)
1675         (target_description_filename): Reimplemented as convenience
1676         macros.
1677         (tdesc_filename_cmd_string): New global.
1678         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1679         tdescs filename ..." commands to the per-inferior equivalent.
1680         (show_tdesc_filename_cmd): Get the value to show from the
1681         per-inferior description filename.
1682         (_initilize_target_descriptions): Change the "set/show tdesc
1683         filename" commands' variable.
1684         * target-descriptions.h (struct target_desc, struct target_desc_info)
1685         (struct inferior): Forward declare.
1686         (target_find_description, target_clear_description)
1687         (target_current_description): Adjust comments.
1688         (copy_inferior_target_desc_info, target_desc_info_free)
1689         (target_desc_info_from_user_p). Declare.
1690
1691 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1692
1693         * tui/tui-hooks.c (tui_about_to_proceed): New function.
1694         (tui_target_wait_hook): Remove.
1695         (tui_install_hooks): Install the about_to_proceed observer.
1696         (tui_remove_hooks): And remove it here.
1697
1698 2012-11-08  Tom Tromey  <tromey@redhat.com>
1699
1700         * linux-tdep.c (linux_make_siginfo_note): New function.
1701         (linux_make_corefile_notes): Use it.
1702         * corelow.c (get_core_siginfo): New function.
1703         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1704
1705 2012-11-08  Tom Tromey  <tromey@redhat.com>
1706
1707         PR gdb/14704:
1708         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1709         (zlib_decompress_section): Remove.
1710         (gdb_bfd_map_section): Only check for compressed section
1711         in mmap case.  Use bfd_get_full_section_contents.
1712         * osabi.c (check_note): Add 'sectsize' argument.  Read
1713         section data.
1714         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1715         section data.  Update for check_note change.
1716         * xcoffread.c (xcoff_initial_scan): Use
1717         bfd_get_full_section_contents.
1718         * py-auto-load.c (auto_load_section_scripts): Use
1719         bfd_get_full_section_contents.
1720         * contrib/cc-with-tweaks.sh: Add -Z option.
1721
1722 2012-11-08  Tom Tromey  <tromey@redhat.com>
1723
1724         * python/py-bpevent.c: Include defs.h.
1725         * python/py-continueevent.c: Include defs.h.
1726         * python/py-event.c: Include defs.h.
1727         * python/py-event.h: Don't include defs.h.
1728         * python/py-events.h: Don't include defs.h.
1729         * python/py-evts.c: Include defs.h.
1730         * python/py-exitedevent.c: Include defs.h.
1731         * python/py-newobjfileevent.c: Include defs.h.
1732         * python/py-signalevent.c: Include defs.h.
1733         * python/py-stopevent.c: Include defs.h.
1734         * python/py-threadevent.c: Include defs.h.
1735
1736 2012-11-08  Pierre Muller  <muller@sourceware.org>
1737
1738         * update-web-ari.sh (print_heading): Add number of files
1739         checked.
1740         (nb_files): New variable counting the number of sources
1741         files found by gdb_find.sh script.
1742         (debug_awk): New variable to allow extra debug output.
1743         (indexes): Add more information if DEBUG_AWK is set.
1744
1745 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1746
1747         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1748         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1749         following the change in PLT call stubs on linker.
1750
1751 2012-11-08  Pierre Muller  <muller@sourceware.org>
1752
1753         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1754         as default language.
1755         (AWK): Use = instead of == for sh test to avoid warning.
1756         (Linux rule): Correct [:digit] into [[:digit:]].
1757         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1758         (vasprintf rule): Adapt to common subdirectory moves.
1759         (xasprintf rule): Idem.
1760         (xvasprintf rule): Idem.
1761         (var_boolean rule): Accept occurence in == or != test.
1762
1763         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1764
1765 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1766
1767         * tui/tui-hooks.c (tui_inferior_exit): New function.
1768         (tui_detach_hook): Remove.
1769         (tui_install_hooks): Install the inferior exit observer.
1770         (tui_remove_hooks): Remove it.
1771
1772 2012-11-08  Yao Qi  <yao@codesourcery.com>
1773
1774         PR gdb/14777.
1775         * source.c (_initialize_source): Call add_com_alias to abbreviate
1776         'forward-search' as 'fo'.
1777
1778 2012-11-07  Pedro Alves  <palves@redhat.com>
1779
1780         * arm-tdep.c: Make defs.h be the first include.
1781         * coff-pe-read.c: Ditto.
1782         * gnu-nat.c: Ditto.
1783         * go32-nat.c: Ditto.
1784         * i386-nat.c: Ditto.
1785         * ppcnbsd-nat.c: Ditto.
1786         * ada-varobj.h: Don't include defs.h.
1787         * i386-darwin-tdep.h: Ditto.
1788         * i386-nat.h: Ditto.
1789
1790 2012-11-07  Pedro Alves  <palves@redhat.com>
1791
1792         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1793         Committee.
1794
1795 2012-11-07  Pierre Muller  <muller@sourceware.org>
1796
1797         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1798         File already uses "gdb_dirent.h" header.
1799
1800 2012-11-07  Yao Qi  <yao@codesourcery.com>
1801
1802         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1803         tracepoint_count'.
1804
1805 2012-11-06  Tom Tromey  <tromey@redhat.com>
1806
1807         * target.h (inferior_has_forked, inferior_has_vforked)
1808         (inferior_has_execd, inferior_has_called_syscall): Remove
1809         declarations.
1810
1811 2012-11-06  Pierre Muller  <muller@sourceware.org>
1812
1813         * remote.c (remote_insert_hw_breakpoint): ARI fix,
1814         add missing internalization markup.
1815
1816 2012-11-06  Pedro Alves  <palves@redhat.com>
1817
1818         PR gdb/14810
1819
1820         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1821
1822 2012-11-06  Pierre Muller  <muller@sourceware.org>
1823
1824         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1825         is not executable.
1826
1827 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
1828
1829         * gnulib/update-gnulib.sh: New script.
1830
1831 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
1832
1833         * MAINTAINERS: Update my email address.
1834
1835 2012-11-05  Tom Tromey  <tromey@redhat.com>
1836
1837         * frame.c (put_frame_register): Don't use temporary buffer.
1838
1839 2012-11-05  Pedro Alves  <palves@redhat.com>
1840
1841         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1842         child.  Clear 'pending_detach'.
1843         * infrun.c (handle_vfork_child_exec_or_exit): Clear
1844         'pending_detach' in the vfork parent.
1845
1846 2012-11-05  Doug Evans  <dje@google.com>
1847
1848         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
1849         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1850         * dwarf2read.c: #include "elf-bfd.h".
1851         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1852         (dwop_section_names): Renamed from dwo_section names.  All uses
1853         updated.  Add entries for .debug_cu_index, .debug_tu_index.
1854         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1855         All uses updated.
1856         (struct dwp_sections): New type.
1857         (struct virtual_dwo_sections): New type.
1858         (struct dwp_hash_table): New type.
1859         (struct dwp_file): New type.
1860         (init_cutu_and_read_dies): Ensure DWO info/types section has been
1861         read in.  Handle DWOs coming from DWP files.
1862         (lookup_dwo_file_slot): New function.
1863         (dwarf2_locate_dwo_sections): Move definition closer to use.
1864         (create_dwo_debug_info_hash_table_reader): Renamed from
1865         create_debug_info_hash_table_reader.  All callers updated.
1866         (create_dwo_debug_info_hash_table): Renamed from
1867         create_debug_info_hash_table.  All callers updated.
1868         (create_dwp_hash_table): New function.
1869         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1870         (lookup_dwo_in_dwp): New function.
1871         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
1872         is_dwp.  All callers updated.
1873         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
1874         (open_and_init_dwo_file): Renamed from init_dwo_file.
1875         All callers updated.
1876         (lookup_dwo_file): Delete.
1877         (dwarf2_locate_dwp_sections): New function.
1878         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1879         (allocate_dwp_loaded_cutus_table): New function.
1880         (open_and_init_dwp_file): New function.
1881         (lookup_dwo_cutu): New function.
1882         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1883
1884 2012-11-03  Yao Qi  <yao@codesourcery.com>
1885
1886         Fix PR gdb/14617.
1887         * breakpoint.c (trace_pass_set_count): Call
1888         observer_notify_breakpoint_modified instead of
1889         observer_notify_tracepoint_modified.
1890         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1891
1892 2012-11-02  Tom Tromey  <tromey@redhat.com>
1893
1894         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1895         argument to complete_on_enum.
1896
1897 2012-11-02  Tom Tromey  <tromey@redhat.com>
1898
1899         * configure: Rebuild.
1900         * configure.ac (build_warnings): Add -Wempty-body.
1901         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1902         * remote.c (handle_notification): Use braces for empty 'else' body.
1903         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1904         'else' body.
1905         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1906         'else' body.
1907         * solib-som.c (som_relocate_section_addresses): Use braces
1908         for empty 'else' body.
1909         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1910         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1911
1912 2012-11-02  Pedro Alves  <palves@redhat.com>
1913
1914         PR gdb/14766
1915
1916         * infrun.c (handle_inferior_event)
1917         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1918         null_ptid before handling a vfork child exec or exit.  Switch to
1919         the event ptid afterwards.
1920
1921 2012-11-02  Yao Qi  <yao@codesourcery.com>
1922
1923         * std-operator.def: Remove OP_LABELED.
1924         * eval.c: Remove the declaration of 'get_label'.
1925         (get_label): Remove.
1926         (evaluate_struct_tuple): Remove code handling OP_LABELED.
1927         Update comment.
1928         Remove local variable 'variantno' and related code.
1929         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
1930         with 'fieldno'.
1931         * expprint.c (print_subexp_standard): Likewise.
1932         (dump_subexp_body_standard): Likewise.
1933         * parse.c (operator_length_standard): Likewise.
1934
1935 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
1936
1937         Incorporate ARI web page generator into GDB sources.
1938         * contrib/ari/create-web-ari-in-src.sh: New file.
1939         * contrib/ari/gdb_ari.sh: New file.
1940         * contrib/ari/gdb_find.sh: New file.
1941         * contrib/ari/update-web-ari.sh: New file.
1942
1943 2012-10-31  Tom Tromey  <tromey@redhat.com>
1944
1945         * gdbarch.c: Rebuild.
1946         * gdbarch.sh: Remove references to gdbarch_swap.
1947         * corelow.c (core_open): Remove obsolete comment.
1948
1949 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
1950
1951         PR cli/14772
1952         * c-typeprint.c (c_print_type): Don't print a space for vector
1953         types, this is handled within the suffix.
1954         (c_type_print_varspec_suffix): Add a space to vector suffix.
1955
1956 2012-10-26  Pedro Alves  <palves@redhat.com>
1957
1958         * amd64-tdep.c (amd64_relocate_instruction): Use
1959         store_unsigned_integer instead of memcpy.
1960         * i386-tdep.c (i386_relocate_instruction): Ditto.
1961
1962 2012-10-26  Pedro Alves  <palves@redhat.com>
1963
1964         * infrun.c (handle_inferior_event): Merge handling of
1965         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1966         switch case.
1967
1968 2012-10-26  Pedro Alves  <palves@redhat.com>
1969
1970         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1971         Remove comment.
1972
1973 2012-10-26  Pedro Alves  <palves@redhat.com>
1974
1975         * target.c (target_waitstatus_to_string): Handle
1976         TARGET_WAITKIND_VFORK_DONE.
1977
1978 2012-10-26  Pedro Alves  <palves@redhat.com>
1979
1980         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1981         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1982
1983 2012-10-24  Tristan Gingold  <gingold@adacore.com>
1984
1985         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1986         Add comments.
1987
1988 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1989
1990         * ravenscar-thread.c (ravenscar_wait): Only update the list
1991         of threads and inferior_ptid if the inferior is still alive.
1992
1993 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1994
1995         * ada-lang.c (is_known_support_routine): Use lbasename when
1996         matching the symtab's filename against
1997         known_runtime_file_name_patterns.
1998
1999 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2000
2001         * ada-lang.c (ada_same_array_size_p): New function.
2002         (ada_promote_array_of_integrals): New function.
2003         (coerce_for_assign): Add handling of arrays where the elements
2004         are integrals of a smaller size than the size of the target
2005         array element type.
2006
2007 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2008
2009         * doublest.c (convert_doublest_to_floatformat): Fix comparison
2010         against maximum exponent value.
2011
2012 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2013
2014         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
2015         "unwind-seh.c".
2016
2017 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2018
2019         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
2020         strip typedef layer when computing the fixed type's field type,
2021         only when computing its size.
2022
2023 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
2024
2025         PR gdb/12783
2026         * i386-tdep.c (i386_return_value): Handle complex double and long
2027         double.
2028
2029 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
2030
2031         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
2032         New local variable args_len.
2033         Quote the name of the executable when computing the command line.
2034
2035 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
2036
2037         PR gdb/12796
2038         PR gdb/12798
2039         PR gdb/12800
2040         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
2041         AMD64_FTAG_REGNUM.
2042         * amd64-tdep.c (amd64_classify): Classify complex types.
2043         (amd64_return_value): Handle the COMPLEX_X87 class.
2044
2045 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
2046
2047         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
2048         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
2049
2050 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
2051
2052         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
2053         function.
2054         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
2055         to amd64_windows_auto_wide_charset.
2056
2057 2012-10-23  Yao Qi  <yao@codesourcery.com>
2058
2059         * event-top.c (mark_async_signal_handler_wrapper): Remove.
2060         * event-top.h: Remove its declaration.
2061         (async_request_quit): Call mark_async_signal_handler instead of
2062         mark_async_signal_handler_wrapper.
2063         (async_do_nothing, async_disconnect): Likewise.
2064         (async_stop_sig): Likewise.
2065         * remote.c (handle_remote_sigint): Likewise.
2066         (handle_remote_sigint_twice): Likewise.
2067
2068 2012-10-23  Yao Qi  <yao@codesourcery.com>
2069
2070         * event-top.c (sigint_token, sighup_token): Replace 'void *'
2071         with 'static struct async_signal_handler *'.
2072         (sighup_token, sigquit_token, sigstp_token): Likewise.
2073
2074 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
2075
2076         * gdbarch.sh (function_list): Use 'pstring' when printing
2077         a variable which could return NULL.
2078         * gdbarch.c: Regenerate.
2079
2080 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
2081             Tom Tromey  <tromey@redhat.com>
2082
2083         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
2084         inneffective if condition by gdb assertion.  Add function
2085         description comment.
2086
2087 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
2088
2089         * parser-defs.h (struct exp_descriptor): Document constraint
2090         on return value for "op_name" callbacks.
2091
2092 2012-10-18  Tom Tromey  <tromey@redhat.com>
2093
2094         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
2095         * symtab.c (iterate_over_some_symtabs): Constify.
2096         * source.h (symtab_to_fullname): Return 'const char *'.
2097         * source.c (symtab_to_fullname): Return 'const char *'.
2098         * python/py-symtab.c (stpy_fullname): Constify.
2099         * cli/cli-cmds.c (edit_command): Constify.
2100         * breakpoint.c (print_breakpoint_location)
2101         (update_static_tracepoint): Constify.
2102
2103 2012-10-18  Tom Tromey  <tromey@redhat.com>
2104
2105         * breakpoint.c (compare_breakpoints): Fix comparison.
2106
2107 2012-10-18  Tom Tromey  <tromey@redhat.com>
2108
2109         * valprint.c (generic_emit_char, generic_printstr): Pass size of
2110         gdb_wchar_t to convert_between_encodings.
2111
2112 2012-10-17  Yao Qi  <yao@codesourcery.com>
2113
2114         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
2115         more parameter 'inferior'.
2116         * corefile.c (write_memory_with_notification): Caller update.
2117
2118         * mi/mi-cmd-var.c: Include "mi-main.h".
2119         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
2120         to 1 and restore it later.
2121         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
2122         and "data-write-memory-bytes.
2123         * mi/mi-interp.c: Include objfiles.h.
2124         (mi_interpreter_init): Call observer_attach_memory_changed.
2125         (mi_memory_changed): New.
2126         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
2127         New field.
2128
2129         * NEWS: Mention new MI notification "memory-changed".
2130
2131 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2132
2133         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
2134
2135 2012-10-15  Doug Evans  <dje@google.com>
2136
2137         New option -nh: inhibit loading of ~/.gdbinit.
2138         * NEWS: Mention -nh.
2139         * main.c (captured_main): Recognize and process -nh.
2140         (print_gdb_help): Mention -nh.
2141         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
2142
2143 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
2144
2145         PR backtrace/14646
2146         PR gdb/14647
2147         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
2148         pc_regnum_from_eax.
2149         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
2150         nor pc_regnum_from_eax.
2151         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
2152         nor pc_regnum_from_eax.
2153
2154 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2155
2156         Fix entry values resolving in inlined frames.
2157         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
2158         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
2159         entries of FRAME.
2160
2161 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
2162
2163         * configure.ac: Build with -DMS_WIN64 if building with Python
2164         enabled using GCC on amd64-windows.
2165         * configure: Regenerate.
2166
2167 2012-10-15  Tom Tromey  <tromey@redhat.com>
2168
2169         PR python/14635:
2170         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
2171         to Py_None.
2172
2173 2012-10-15  Tom Tromey  <tromey@redhat.com>
2174
2175         PR python/14634:
2176         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
2177
2178 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
2179
2180         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
2181         reset thread numbering back to 1.
2182
2183 2012-10-11  Doug Evans  <dje@google.com>
2184
2185         PR breakpoints/14643.
2186         * linespec.c (struct ls_parser): New member keyword_ok.
2187         (linespec_lexer_lex_string): Add comment.
2188         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
2189         for one.
2190         (parse_linespec): Set keyword_ok.
2191
2192 2012-10-10  Doug Evans  <dje@google.com>
2193
2194         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
2195         "0x" prefix on address in log message.
2196
2197         * dwarf2read.c (read_1_byte): Add const to buf parameter.
2198         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
2199         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
2200         (lookup_dwo_file): Add const to dwo_name parameter.
2201         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
2202
2203 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2204
2205         Fix crash during stepping on ppc32.
2206         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
2207         SYM.
2208
2209 2012-10-03  Doug Evans  <dje@google.com>
2210
2211         PR symtab/14601
2212         * buildsym.c (buildsym_init): Reset using_directives to NULL.
2213
2214 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
2215
2216         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
2217         output and use uint32_t not long to ensure 4 byte size.
2218
2219 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
2220
2221         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
2222         unref'ed it.
2223
2224 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
2225
2226         * target.c (simple_search_memory): Include access length in
2227         warning message.
2228
2229 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
2230             Edjunior Machado  <emachado@linux.vnet.ibm.com>
2231
2232         PR gdb/13989
2233         * solib.c (solib_find): Prevent GDB from loading native libraries when
2234         debugging a cross-target corefile.
2235
2236 2012-09-28  selven  <pcthegreat@gmail.com>
2237
2238         Make definition match declaration.
2239
2240         * regcache.c (regcache_register_status): Change return type to
2241         enum register_status.
2242
2243 2012-09-28  Yao Qi  <yao@codesourcery.com>
2244
2245         * mi/mi-main.c (mi_cmd_data_write_memory): Call
2246         write_memory_with_notification instead of write_memory.
2247         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
2248         instead of target_write_memory.
2249
2250 2012-09-28  Yao Qi  <yao@codesourcery.com>
2251
2252         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
2253         when the length of content is not an even number.
2254
2255 2012-09-27  Tom Tromey  <tromey@redhat.com>
2256
2257         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
2258         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
2259
2260 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2261
2262         * sol-thread.c (sol_thread_fetch_registers)
2263         (sol_thread_store_registers): Delete commented out code.
2264
2265 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2266
2267         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2268         Move these functions to sparc-sol-thread.c.
2269         * sparc-sol-thread.c: New file.
2270         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
2271         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
2272         configurations.
2273         * configure: Regenerate.
2274
2275 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2276
2277         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2278         Remove commented-out code.
2279
2280 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2281
2282         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
2283         Enable this code for sparc hosts only.
2284
2285 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2286
2287         * procfs.h (procfs_find_LDT_entry): Add declaration.
2288         * sol-thread.c (ps_lgetLDT): Delete local declaration of
2289         function procfs_find_LDT_entry.
2290
2291 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2292
2293         * procfs.c (proc_get_LDT_entry): Make static.
2294
2295 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2296
2297         * procfs.c (proc_find_memory_regions): Fix declaration.
2298
2299 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2300
2301         * amd64-tdep.c (amd64_return_value): Revert previous change
2302         that used TYPE_LENGTH directly.
2303         * bfin-tdep.c (bfin_extract_return_value): Likewise.
2304         (bfin_store_return_value): Likewise.
2305         * cris-tdep.c (cris_store_return_value): Likewise.
2306         (cris_extract_return_value): Likewise.
2307         * h8300-tdep.c (h8300_extract_return_value): Likewise.
2308         * hppa-tdep.c (hppa64_return_value): Likewise.
2309         * lm32-tdep.c (lm32_store_return_value): Likewise.
2310         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2311         * spu-tdep.c (spu_value_from_register): Likewise.
2312         * vax-tdep.c (vax_return_value): Likewise.
2313
2314 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2315
2316         * gdbtypes.c (lookup_array_range_type): Expand parameters
2317         LOW_BOUND and HIGH_BOUND to LONGEST.
2318         (lookup_string_range_type): Likewise.
2319         * gdbtypes.h (lookup_array_range_type): Likewise.
2320         (lookup_string_range_type): Likewise.
2321         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2322         Expand HIGHBOUND to ssize_t.
2323         (value_string): Likewise.
2324         * value.h (value_cstring): Expand parameter LEN to ssize_t.
2325         (value_string): Likewise.
2326
2327 2012-09-27  Yao Qi  <yao@codesourcery.com>
2328
2329         PR breakpoints/13898
2330         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2331         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2332         per breakpoint type.
2333
2334 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
2335
2336         * procfs.c: Add gdb_bfd header.
2337         * rs6000-nat.c: Likewise.
2338         * solib-pa64.c: Likewise.
2339         * spu-linux-nat.c: Likewise.
2340         * windows-nat.c: Likewise.
2341
2342 2012-09-26  Tom Tromey  <tromey@redhat.com>
2343
2344         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2345
2346 2012-09-26  Tom Tromey  <tromey@redhat.com>
2347
2348         * dwarf2read.c (mark_common_block_symbol_computed): New function.
2349         (read_common_block): Handle child DIEs with
2350         DW_AT_data_member_location.
2351         (new_symbol_full): Add special case for common blocks.
2352
2353 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2354             Tom Tromey  <tromey@redhat.com>
2355
2356         * dwarf2read.c (read_common_block): Rewrite.
2357         (new_symbol_full): Handle DW_TAG_common_block.
2358         * f-lang.c (head_common_list, find_common_for_function):
2359         Remove.
2360         * f-lang.h (struct common_entry, struct saved_f77_common,
2361         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2362         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2363         BLANK_COMMON_NAME_LOCAL): Remove.
2364         (struct common_block): New.
2365         * f-valprint.c (list_all_visible_commons): Remove.
2366         (info_common_command_for_block): New function.
2367         (info_common_command): Use it.
2368         * stack.c (iterate_over_block_locals): Special case for
2369         COMMON_BLOCK_DOMAIN.
2370         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2371         constant.
2372         (struct general_symbol_info) <value.common_block>: New field.
2373         (SYMBOL_VALUE_COMMON_BLOCK): New define.
2374
2375 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2376             Tom Tromey  <tromey@redhat.com>
2377
2378         * f-lang.c (allocate_saved_bf_node,
2379         allocate_saved_function_node, allocate_saved_f77_common_node,
2380         allocate_common_entry_node, tail_common_list, current_common,
2381         saved_bf_list, saved_bf_list_end, current_head_bf_list,
2382         tmp_bf_ptr, add_common_block, add_common_entry,
2383         find_first_common_named, patch_common_entries,
2384         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2385         global_remote_debug, get_bf_for_fcn, saved_function_list,
2386         saved_function_list_end, clear_function_list, struct saved_fcn,
2387         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2388         SAVED_BF, SAVED_BF_PTR): Remove.
2389         * f-lang.h (tail_common_list, current_common,
2390         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2391         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2392         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2393         real_main_c_value): Remove.
2394         * f-valprint.c (there_is_a_visible_common_named): Remove.
2395
2396 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
2397
2398         * breakpoint.c (update_global_location_list): Ignore previous
2399         duplicate status of a breakpoint when starting a new scan for
2400         duplicate breakpoints.
2401
2402 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
2403         PR breakpoints/14419
2404         * arm-tdep.c (arm_skip_prologue): Extending producer check to
2405         support LLVM compiler.
2406
2407 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2408
2409         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2410         * bfin-tdep.c (bfin_extract_return_value): Likewise.
2411         (bfin_store_return_value): Likewise.
2412         * cris-tdep.c (cris_store_return_value): Likewise.
2413         (cris_extract_return_value): Likewise.
2414         * h8300-tdep.c (h8300_extract_return_value): Likewise.
2415         * hppa-tdep.c (hppa64_return_value): Likewise.
2416         * lm32-tdep.c (lm32_store_return_value): Likewise.
2417         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2418         * spu-tdep.c (spu_value_from_register): Likewise.
2419         * vax-tdep.c (vax_return_value): Likewise.
2420
2421 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2422
2423         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2424         parameter LEN to ssize_t.
2425
2426 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2427
2428         * ada-valprint.c (ada_val_print_1): Eliminate single-use
2429         variable LEN.
2430         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2431         directly.
2432         (alpha_store_return_value): Likewise.
2433         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2434         (amd64_push_arguments): Likewise.
2435         * ax-gdb.c (gen_trace_static_fields): Likewise.
2436         (gen_traced_pop): Likewise.
2437         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2438         * breakpoint.c (update_watchpoint): Likewise.
2439         * findcmd.c (parse_find_args): Use local variable for type
2440         instead of length.
2441         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2442         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2443         (h8300_store_return_value): Likewise.
2444         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2445         Use i386_darwin_arg_type_alignment directly.
2446         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2447         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2448         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2449         (m68hc11_extract_return_value): Likewise.
2450         * mep-tdep.c (mep_push_dummy_call): Likewise.
2451         * printcmd.c (float_type_from_length): Likewise.
2452         * s390-tdep.c (s390_value_from_register): Likewise.
2453         * stack.c (read_frame_arg): Likewise.
2454         * tracepoint.c (encode_actions_1): Likewise.
2455         * valops.c (value_fetch_lazy): Use local variable for type
2456         instead of length.  Use TYPE_LENGTH directly.
2457         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2458
2459 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
2460
2461         * symtab.c (skip_prologue_sal): Fix typo in comment.
2462
2463 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
2464
2465         * linespec.c (create_sals_line_offset): Fix typo in comment.
2466
2467 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2468
2469         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2470         use plongest to print the array size.
2471
2472 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2473
2474         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2475         * p-valprint.c (pascal_type_print_base): Likewise.
2476
2477 2012-09-22  Yao Qi  <yao@codesourcery.com>
2478
2479         * remote.c (remote_get_trace_status): Remove setting default
2480         values of fields of 'ts'.
2481
2482 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2483
2484         Fix internal error on canonicalization of clang types.
2485         * cp-name-parser.y (operator): New comment at make_operator call for
2486         new, delete, new[] and delete[].
2487         (exp): Use "sizeof ".  Add new comment at make_operator call.
2488
2489 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2490
2491         Fix disassemble without parameters in tailcall frame.
2492         * cli/cli-cmds.c (disassemble_current_function): Use
2493         get_frame_address_in_block.
2494
2495 2012-09-21  Tom Tromey  <tromey@redhat.com>
2496
2497         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2498         TYPE_CODE_UNION>: Unify, removing a goto.
2499
2500 2012-09-21  Tom Tromey  <tromey@redhat.com>
2501
2502         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2503
2504 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
2505
2506         * findvar.c (read_frame_register_value): Mark the result value as
2507         optimized out if any of the input registers have been optimized out.
2508
2509 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
2510
2511         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2512
2513 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
2514
2515         * eval.c (evaluate_subexp_standard): Eliminate single-use
2516         variable LOWER.
2517
2518 2012-09-21  Yao Qi  <yao@codesourcery.com>
2519
2520         * mi/mi-interp.c: Declare mi_record_changed.
2521         (mi_interpreter_init): Call observer_attach_record_changed.
2522         (mi_record_changed): New.
2523         * record.c (record_open): Call observer_notify_record_changed.
2524         (cmd_record_stop): Call observer_notify_record_changed.
2525         * NEWS: Mention it.
2526
2527 2012-09-20  Tom Tromey  <tromey@redhat.com>
2528
2529         * NEWS: Update.
2530         * python/python.c (finalize_python): New function.
2531         (_initialize_python): Make a final cleanup.
2532
2533 2012-09-19  Doug Evans  <dje@google.com>
2534
2535         * buildsym.h (param_symbols): Delete, unused.
2536         (context_stack): Delete member "params", unused.
2537         * buildsym.c (push_context): Update.
2538         * dwarf2read.c (read_func_scope): Update.
2539
2540 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2541
2542         * sh-tdep.c (sh_register_convert_to_virtual)
2543         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
2544         all callers.  Just do a memcpy if not the little-endian case.
2545
2546         * h8300-tdep.c (h8300_gdbarch_init): Invoke
2547         set_gdbarch_double_format and set_gdbarch_long_double_format.
2548         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2549         set_gdbarch_double_format.
2550         * sh-tdep.c (sh_gdbarch_init): Likewise.
2551
2552         * NEWS: Document the removal of SH's 'regs' command.
2553         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2554         command.
2555
2556 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2557
2558         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2559         `jump'.
2560
2561 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
2562
2563         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2564         language when iterating over symbols.
2565
2566 2012-09-18  Yao Qi  <yao@codesourcery.com>
2567
2568         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2569         (mi_interpreter_init): Call observer_attach_tsv_created and
2570         observer_attach_tsv_deleted.
2571         (mi_tsv_created, mi_tsv_deleted): New.
2572         * tracepoint.c (delete_trace_state_variable): Call
2573         observer_notify_tsv_deleted.
2574         (trace_variable_command): Call observer_notify_tsv_created.
2575         (delete_trace_variable_command): Call
2576         observer_notify_tsv_deleted.
2577         (create_tsv_from_upload): Call observer_notify_tsv_created.
2578         * NEWS: Mention it.
2579
2580 2012-09-18  Yao Qi  <yao@codesourcery.com>
2581
2582         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2583         if traceframe changed.
2584         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2585         "trace-find".
2586         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2587         (mi_interpreter_init): Hook mi_traceframe_changed to observer
2588         'traceframe_changed'.
2589         (mi_traceframe_changed): New.
2590         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2591         New field.
2592         * NEWS: Mention the new MI notification.
2593
2594 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
2595
2596         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2597
2598 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2599
2600         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2601         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
2602         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2603         Extend code also for PaX support.  Convert all gdb_assert to warning
2604         calls.
2605
2606 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2607
2608         Implement auto-load user conveniences suggested by Doug Evans.
2609         * auto-load.c: Include top.h.
2610         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
2611         (_initialize_auto_load): New variable scripts_directory_help.  Mention
2612         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2613         scripts-directory.  Document in online help one can use also files for
2614         set auto-load safe-path.
2615         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2616         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2617
2618 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2619
2620         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2621         of LEN.
2622
2623 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2624
2625         * m2-valprint.c (m2_print_array_contents): Eliminate variable
2626         ELTLEN and use TYPE_LENGTH directly.
2627         (m2_val_print): Likewise.
2628         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2629         variable LEN and use TYPE_LENGTH directly.
2630         (m68k_svr4_store_return_value): Likewise.
2631         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2632         ARGLEN and use TYPE_LENGTH directly.
2633         (mips_o64_push_dummy_call): Likewise.
2634         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2635         variable LENGTH and use TYPE_LENGTH directly.
2636         (s390_function_arg_float): Likewise.
2637         (s390_function_arg_integer): Likewise.
2638         (s390_push_dummy_call): Likewise.
2639         (s390_return_value_convention): Likewise.
2640         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2641         TYPE_LENGTH directly.
2642
2643 2012-09-17  Yao Qi  <yao@codesourcery.com>
2644
2645         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2646         Update comment to add_setshow_integer_cmd.
2647         * cli/cli-setshow.c (do_set_command): Handle case
2648         'var_zuinteger_unlimited'.
2649         (do_show_command): Likewise.
2650         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2651         for command 'remotetimeout'.
2652         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
2653         to var_integer.
2654         * source.c (_initialize_source): Call
2655         add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2656
2657 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2658
2659         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2660         variable LEN.
2661
2662 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2663
2664         PR 14119
2665         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2666         (frame_pop): Drop also TAILCALL_FRAME frames.
2667         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2668
2669 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2670             Pedro Alves  <palves@redhat.com>
2671
2672         PR 14548
2673         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2674         function start if we are already at function start.  Both for
2675         reverse-next and for reverse-step into function without line number
2676         info.
2677
2678 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2679
2680         Code cleanup - rename 'inline' depth to 'artificial' depth.
2681         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2682         frame_id_artificial_p, extend the comment.
2683         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2684         * frame.c (fprint_frame_id): Rename at a user, change debug output
2685         text to "artificial=".
2686         (skip_inlined_frames): Rename to ...
2687         (skip_artificial_frames): ... here.  Extend the comment.
2688         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2689         (frame_id_inlined_p): Rename to ...
2690         (frame_id_artificial_p): ... here.  Rename at a user.
2691         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2692         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2693         at a user.
2694         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2695         Extend the comment.
2696         (frame_id_inlined_p): Rename to ...
2697         (frame_id_artificial_p): ... here.
2698         * inline-frame.c (inline_frame_this_id): Rename at a user.
2699
2700 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
2701
2702         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2703         vector variables using vector_size syntax rather than array
2704         syntax.
2705
2706 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2707
2708         * valarith.c (value_concat): Replace unsafe ALLOCA with
2709         XMALLOC/XFREE.
2710
2711 2012-09-14  Pedro Alves  <palves@redhat.com>
2712
2713         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2714
2715 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
2716
2717         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2718         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2719         data-directory as appropriate.
2720
2721 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2722
2723         * printcmd.c (ui_printf): Eliminate single-use variable
2724         PARAM_LEN.
2725
2726 2012-09-14  Yao Qi  <yao@codesourcery.com>
2727             Pedro Alves  <palves@redhat.com>
2728
2729         * valops.c (value_assign): Move observer_notify_target_changed
2730         below to replace reinit_frame_cache.
2731
2732 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
2733
2734         Refactor Python "gdb" module into a proper Python package, by
2735         introducing a new "_gdb" module for code implemented in C, and
2736         using reload/__import__ instead of exec.
2737         * python/lib/gdb/__init__.py: Import * from _gdb.
2738         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2739         prompt_hook, sys.argv): Moved from finish_python_initialization.
2740         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2741         (packages, auto_load_packages): New list and function replacing
2742         module_dict and auto-loading code, using __file__ instead of
2743         gdb.PYTHONDIR and reload/__import__ instead of exec.
2744         (GdbSetPythonDirectory): Replacing function of the same name
2745         from finish_python_initialization, using reload/__import__ instead
2746         of exec, as well as call auto_load_packages.
2747         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2748         gdb_python_module and not gdb_module.
2749         * python/python-internal.h (gdb_python_module): Declare.
2750         * python/python.c (gdb_python_module): New global.
2751         (before_prompt_hook): Check gdb_python_module and not gdb_module.
2752         (_initialize_python): Rename gdb module to _gdb.
2753         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2754         (finish_python_initialization): Move Python code to
2755         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2756         __main__.
2757
2758 2012-09-13  Pedro Alves  <palves@redhat.com>
2759
2760         * Makefile.in (COMMON_OBS): Add registry.o.
2761         * registry.c: New file.
2762         * registry.h (struct registry_container): Declare.
2763         (registry_data_callback): New typedef.
2764         (struct registry_data, struct registry_data_registration, struct
2765         registry_data_registry): New type.
2766         (register_data_with_cleanup, registry_alloc_data)
2767         (registry_callback_adaptor, registry_clear_data)
2768         (registry_container_free_data, registry_set_data, registry_data):
2769         Declare.
2770         (DEFINE_REGISTRY): Refactor structures and functions as shims over
2771         the new common structures and functions.
2772         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
2773         callback typedefs.
2774
2775 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
2776
2777         * remote.c (remote_insert_hw_breakpoint): Throw exception if
2778         there is an error inserting hardware breakpoints and use the
2779         error message from the target.
2780
2781         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2782         Catch this exception and print the error message contained within.
2783         Do not print the default hardware error breakpoint message in this
2784         case.
2785
2786 2012-09-12  Doug Evans  <dje@google.com>
2787
2788         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2789         cu == NULL.
2790
2791 2012-09-11  Doug Evans  <dje@google.com>
2792
2793         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2794         .gdb_index symbol attributes if there are none.
2795
2796 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2797
2798         * symtab.h (struct minimal_symbol) [has_size]: New field.
2799         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2800         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2801         * printcmd.c (build_address_symbolic): Only filter out zero-sized
2802         minimal symbols if the symbol's size is actually known.
2803         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2804         of msymbol's size field.  Add comment.
2805         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2806         SET_MSYMBOL_SIZE to set the minimal symbol size.
2807
2808 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2809
2810         * minsyms.c (install_minimal_symbols): Use memset to fill entire
2811         minimal_symbol struct object, rather than setting some of its
2812         fields one by one.
2813
2814 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
2815
2816         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2817         passed_a_ptr flag when displaying typedef types.
2818
2819 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
2820
2821         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2822         the optimized_out flag is preserved.
2823
2824 2012-09-10  Anthony Green  <green@moxielogic.com>
2825
2826         * moxie-tdep.c (moxie_analyze_prologue): Update for function
2827         prologue changes in GCC.
2828
2829 2012-09-10  Keith Seitz  <keiths@redhat.com>
2830
2831         PR gdb/13483
2832         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2833         (BOOL_CONVERSION_BADNESS): ... this.
2834         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2835         (rank_one_type): Allow all boolean conversions
2836         permitted by the standard.
2837
2838 2012-09-06  Tom Tromey  <tromey@redhat.com>
2839
2840         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2841         Don't decref py_objfile.
2842
2843 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
2844
2845         Do not enable -lmcheck by default when Python is enabled with
2846         threading support.
2847         * configure.ac: (python_has_threads) New variable, by testing
2848         if WITH_THREAD is defined in Python.h.
2849         Move --enable-lmcheck after --with-python.
2850         Do not enable -lmcheck by default if python_has_threads=yes.
2851         Warn if --enable-lmcheck and python_has_threads=yes.
2852         * configure: Regenerate.
2853
2854 2012-08-31  Yao Qi  <yao@codesourcery.com>
2855
2856         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2857         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2858         Update some commands.
2859         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2860         * mi/mi-main.c (mi_cmd_execute): Set
2861         '*parse->cmd->suppress_notification' to 1.
2862
2863 2012-08-31  Yao Qi  <yao@codesourcery.com>
2864
2865         * mi/mi-cmds.c (mi_cmds): Add 'static'.
2866
2867 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
2868
2869         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2870
2871 2012-08-29  Doug Evans  <dje@google.com>
2872
2873         * main.c (print_gdb_help): Remove reference to
2874         --use-deprecated-index-sections.
2875
2876 2012-08-28  Yao Qi  <yao@codesourcery.com>
2877
2878         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2879         (init_cmds): Call add_setshow_uinteger_cmd for command
2880         'max-user-call-depth'.
2881         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2882         declaration of 'max_user_call_depth'.
2883         * frame.c (backtrace_limit): Add 'unsigned'.
2884         (_initialize_frame): Call add_setshow_uinteger_cmd for command
2885         'limit'.
2886         * remote.c (remoteaddresssize): Add 'unsigned'.
2887         (remote_address_masked): Change local var 'address_size' to
2888         'unsigned'.
2889         (_initialize_remote): Call add_setshow_uinteger_cmd for
2890         'remoteaddresssize'.
2891         * top.c (history_size): Add 'unsigned'.
2892         (show_commands): Change local variables to 'unsigned'.
2893         (set_history_size_command): Don't check history_size is negative.
2894         Adjust the condition to call unstifle_history and set history_size
2895         to UNIT_MAX.
2896
2897 2012-08-28  Pedro Alves  <palves@redhat.com>
2898
2899         PR gdb/14428
2900
2901         * infcmd.c (default_print_one_register_info): New, factored out
2902         from default_print_registers_info.
2903         (default_print_registers_info): Use it.  Mark value unavailable if
2904         necessary.
2905         (registers_info): Print user registers with
2906         default_print_one_register_info.
2907
2908 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
2909
2910         PR tui/14486
2911         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2912         is not NULL before referencing it.
2913
2914 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2915
2916         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2917         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
2918         original PC for it.
2919
2920 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
2921             Jan Kratochvil  <jan.kratochvil@redhat.com>
2922
2923         * auto-load.c (auto_load_objfile_script): Rename to ...
2924         (auto_load_objfile_script_1): ... here, change variable realname to
2925         parameter realname, document it, add return value, add variable retval.
2926         (auto_load_objfile_script): New function.
2927
2928 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2929
2930         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2931         followed by a whitespace.
2932
2933 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2934
2935         PR gdb/14494.
2936         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2937         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2938         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2939         here.
2940
2941 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
2942
2943         * memattr.c (create_mem_region): Fix memory region overlapping
2944         checking.
2945
2946 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2947
2948         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2949         with xmalloc/cleanup.
2950         * mt-tdep.c (mt_push_dummy_call): Likewise.
2951         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2952         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2953
2954 2012-08-24  Yao Qi  <yao@codesourcery.com>
2955
2956         * jv-exp.y (push_expression_name): Add "." at the end of error
2957         message.
2958
2959 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2960
2961         Document how to return from "python-interactive" to GDB.
2962         * python/python.c (_initialize_python): Update documentation.
2963
2964 2012-08-23  Pedro Alves  <palves@redhat.com>
2965
2966         * infrun.c (_initialize_infrun) <handle command help text>:
2967         Mention that multiple signals are supported.
2968
2969 2012-08-23  Pedro Alves  <palves@redhat.com>
2970
2971         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2972         string.
2973
2974 2012-08-23  Yao Qi  <yao@codesourcery.com>
2975
2976         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2977         (tfind_1): Don't call registers_changed, set_traceframe_num,
2978         and clear_traceframe_info.
2979         Call set_current_traceframe.
2980         (set_current_traceframe): call set_traceframe_num.
2981
2982 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
2983
2984         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2985         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2986
2987 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2988
2989         Enable readline in Python in a GDB-specific way and block the
2990         standard Python readline module to prevent conflicts with GDB.
2991         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2992         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2993         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2994         * python/py-gdb-readline.c: New file.
2995         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2996         prototype.
2997         * python/python.c (_initialize_python): Call
2998         gdbpy_initialize_gdb_readline.
2999
3000 2012-08-22  Keith Seitz  <keiths@redhat.com>
3001
3002         * defs.h: Include build-gnulib/config.h
3003
3004 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
3005
3006         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
3007         and blx pc.
3008
3009 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3010
3011         Add a new "python-interactive" command that starts a standard
3012         Python interactive prompt with "pi" as alias, and add "py" as
3013         an alias to "python".
3014         * NEWS: Mention the new commands.
3015         * python/python.c (eval_python_command): New function.
3016         (python_interactive_command): For "python-interactive" with
3017         arguments, call eval_python_command.  For "python-interactive"
3018         without arguments, call PyRun_InteractiveLoop.
3019         (_initialize_python): Add "python-interactive" command with
3020         "pi" as alias, and add "py" as an alias to "python".
3021
3022 2012-08-22  Tom Tromey  <tromey@redhat.com>
3023
3024         * defs.h (quit_flag): Don't declare.
3025         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
3026         (QUIT): Use new functions.
3027         * event-top.c (command_handler): Use clear_quit_flag.
3028         (handle_sigint): Use set_quit_flag.
3029         (async_request_quit): Use check_quit_flag.  Don't check
3030         immediate_quit.
3031         * exceptions.c (throw_exception): Use clear_quit_flag.
3032         * main.c (captured_main): Use clear_quit_flag.
3033         * python/python.c (clear_quit_flag, set_quit_flag)
3034         (check_quit_flag): New functions.
3035         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
3036         clear_quit_flag.
3037         * remote.c (remote_wait_as): Use check_quit_flag,
3038         clear_quit_flag.
3039         (remote_start_remote): Call QUIT.
3040         * symfile.c (load_progress): Use check_quit_flag.
3041         * top.c (command_loop): Use clear_quit_flag.
3042         (command_line_input): Call QUIT.
3043         * utils.c (quit_flag): Conditionally define.
3044         (clear_quit_flag, check_quit_flag, set_quit_flag): New
3045         functions.
3046         (prompt_for_continue): Call QUIT.  Use quit, not
3047         async_request_quit.
3048         * remote-mips.c (mips_expect_timeout): Call QUIT.
3049         * monitor.c (monitor_expect): Call QUIT.
3050
3051 2012-08-22  Tom Tromey  <tromey@redhat.com>
3052
3053         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
3054         (async_init_signals): Update.
3055         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
3056         (SIGWINCH_HANDLER_BODY): Remove.
3057
3058 2012-08-22  Tom Tromey  <tromey@redhat.com>
3059
3060         * jit.c (jit_object_close_impl): Don't malloc the objfile
3061         name.
3062         * objfiles.c (allocate_objfile): Don't malloc the objfile
3063         name.
3064         (free_objfile): Don't free the objfile name.
3065         * objfiles.h (struct objfile) <name>: Update comment.
3066         * symfile.c (reread_symbols): Fix reference counting.  Don't
3067         malloc objfile name.
3068
3069 2012-08-22  Tom Tromey  <tromey@redhat.com>
3070
3071         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
3072         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
3073         (symfile_bfd_open): Likewise.
3074         (generic_load): Likewise.
3075         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
3076         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3077         gdb_bfd_open.
3078         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3079         Use gdb_bfd_open.
3080         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
3081         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
3082         (pmon_load_fast): Likewise.
3083         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
3084         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
3085         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
3086         (macho_check_dsym): Likewise.
3087         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
3088         (m32r_upload_command): Likewise.
3089         * gdb_bfd.h (gdb_bfd_cache): Declare.
3090         * gdb_bfd.c (struct gdb_bfd_data): New.
3091         (gdb_bfd_cache): New global.
3092         (struct gdb_bfd_cache_search): New.
3093         (hash_bfd): New function.
3094         (eq_bfd): Likewise.
3095         (gdb_bfd_open): Likewise.
3096         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
3097         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
3098         gdb_bfd_data.
3099         * exec.c (exec_file_attach): Use gdb_bfd_open.
3100         * dsrec.c (load_srec): Use gdb_bfd_open.
3101
3102 2012-08-22  Tom Tromey  <tromey@redhat.com>
3103
3104         * dwarf2read.c (macro_start_file): Update.
3105         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
3106         (free_objfile_per_bfd_storage): Destroy macro_cache.
3107         (allocate_objfile, free_objfile): Update.
3108         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
3109         New field.
3110         (struct objfile) <macro_cache>: Remove.
3111         * symfile.c (reread_symbols): Update.
3112         * symmisc.c (print_symbol_bcache_statistics): Update.
3113         (print_objfile_statistics): Update.
3114
3115 2012-08-22  Tom Tromey  <tromey@redhat.com>
3116
3117         * elfread.c (elf_symtab_read): Update.
3118         * objfiles.c (objfiles_bfd_data): New global.
3119         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
3120         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
3121         (allocate_objfile, free_objfile): Update.
3122         (_initialize_objfiles): Initialize objfiles_bfd_data.
3123         * objfiles.h (struct objfile_per_bfd_storage): New.
3124         (struct objfile) <per_bfd>: New field.
3125         <filename_cache>: Remove.
3126         (set_objfile_per_bfd): Declare.
3127         * symfile.c (reread_symbols): Update.  Call
3128         set_objfile_per_bfd.
3129         (allocate_symtab): Update.
3130         * symmisc.c (print_symbol_bcache_statistics): Update.
3131         (print_objfile_statistics): Print the size of the BFD obstack.
3132
3133 2012-08-22  Tom Tromey  <tromey@redhat.com>
3134
3135         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
3136         * gdb_bfd.c: Use DEFINE_REGISTRY.
3137         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
3138         (gdb_bfd_ref): Call bfd_alloc_data.
3139         (gdb_bfd_unref): Call bfd_free_data.
3140
3141 2012-08-22  Tom Tromey  <tromey@redhat.com>
3142
3143         * registry.h (struct registry_fields): New.
3144         (REGISTRY_FIELDS): Redefine.
3145         (REGISTRY_ACCESS_FIELD): New macro.
3146         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
3147         functions.
3148
3149 2012-08-22  Tom Tromey  <tromey@redhat.com>
3150
3151         * auto-load.c (_initialize_auto_load): Update.
3152         * solib-svr4.c (_initialize_svr4_solib): Update
3153         * solib-dsbt.c (_initialize_dsbt_solib): Update.
3154         * solib-darwin.c (_initialize_darwin_solib): Update.
3155         * registry.h: New file.
3156         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
3157         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
3158         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
3159         (register_program_space_data_with_cleanup)
3160         (register_program_space_data, program_space_alloc_data)
3161         (clear_program_space_data, set_program_space_data)
3162         (program_space_data): Don't declare.
3163         * progspace.c: Use DEFINE_REGISTRY.
3164         (struct program_space_data, struct
3165         program_space_data_registration, struct
3166         program_space_data_registry, program_space_data_registry)
3167         (register_program_space_data_with_cleanup)
3168         (register_program_space_data, program_space_alloc_data)
3169         (program_space_free_data, clear_program_space_data)
3170         (set_program_space_data, program_space_data): Remove.
3171         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
3172         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
3173         (register_objfile_data_with_cleanup, register_objfile_data)
3174         (clear_objfile_data, set_objfile_data, objfile_data): Don't
3175         declare.
3176         * objfiles.c: Use DEFINE_REGISTRY.
3177         (struct objfile_data, struct objfile_data_registration, struct
3178         objfile_data_registry, objfile_data_registry)
3179         (register_objfile_data_with_cleanup, register_objfile_data)
3180         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
3181         (set_objfile_data, objfile_data): Remove.
3182         (_initialize_objfiles): Update.
3183         * jit.c (_initialize_jit): Update.
3184         * inflow.c (_initialize_inflow): Update.
3185         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
3186         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
3187         (register_inferior_data_with_cleanup, register_inferior_data)
3188         (clear_inferior_data, set_inferior_data, inferior_data): Don't
3189         declare.
3190         * inferior.c: Use DEFINE_REGISTRY.
3191         (struct inferior_data, struct inferior_data_registration, struct
3192         inferior_data_registry, inferior_data_registry)
3193         (register_inferior_data_with_cleanup, register_inferior_data)
3194         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
3195         (set_inferior_data, inferior_data): Remove.
3196         * auxv.c (_initialize_auxv): Update.
3197         * ada-lang.c (_initialize_ada_language): Update.
3198         * breakpoint.c (_initialize_breakpoint): Update.
3199         * i386-nat.c (i386_use_watchpoints): Update.
3200
3201 2012-08-22  Tom Tromey  <tromey@redhat.com>
3202
3203         * exec.c (exec_close, exec_file_attach): Update.
3204         (add_to_section_table): Initialize 'key' field.
3205         (add_target_sections, remove_target_sections): Add 'key' argument.
3206         * exec.h (add_target_sections, remove_target_sections): Add
3207         'key' argument.
3208         * solib.c (solib_map_sections, update_solib_list, clear_solib)
3209         (reload_shared_libraries_1): Update.
3210         * target.h (struct target_section) <key>: New field.
3211
3212 2012-08-22  Tom Tromey  <tromey@redhat.com>
3213
3214         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
3215
3216 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
3217
3218         * symfile.c (allocate_symtab): Use host_address_to_string
3219         function instead of cast of pointer to long which is not
3220         compatible with x86_64-w64-mingw32 build.
3221
3222 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3223
3224         * mips-tdep.c (is_octeon): New function.
3225         (is_octeon_bbit_op): New function.
3226         (mips32_next_pc): Handle Octeon's bbit instructions.
3227         (mips32_instruction_has_delay_slot): Likewise.
3228
3229 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3230
3231         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
3232         before the function.
3233
3234 2012-08-19  Andrew Pinski  <apinski@cavium.com>
3235
3236         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
3237
3238 2012-08-19  Keith Seitz  <keiths@redhat.com>
3239
3240         PR c++/14365
3241         * c-typeprint.c (c_type_print_varspec_prefix): Pass
3242         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
3243
3244 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
3245
3246         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
3247         The typo broke "make TAGS".
3248
3249 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
3250
3251         GDB 7.5 released.
3252
3253 2012-08-17  Keith Seitz  <keiths@redhat.com>
3254
3255         PR c++/13356
3256         * gdbtypes.c (strict_type_checking): New variable.
3257         (show_strict_type_checking): New function.
3258         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
3259         if strict type checking is disabled.
3260         (_initialize_gdbtypes): Add "check type" subcommand.
3261         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
3262
3263 2012-08-17  Keith Seitz  <keiths@redhat.com>
3264
3265         * language.h (type_mode): Remove.
3266         (type_check): Remove.
3267         (struct language_defn): Remove la_type_check.
3268         (STRICT_TYPE): Remove unused macro.
3269         (type_error): Remove.
3270         * language.c (set_type_range_case): Renamed to ...
3271         (set_range_case): ... this.  Update all callers.
3272         Remove type_mode/type_check.
3273         (type_mode): Remove.
3274         (type_check): Remove.
3275         (show_type_command): Remove.
3276         (set_type_command): Remove.
3277         (language_info): Remove type checking output.
3278         (type_error): Remove unused function.
3279         (range_error): Update comment.
3280         (unknown_language_defn): Remove la_type_check.
3281         (auto_language_defn): Likewise.
3282         (local_language_defn): Likewise.
3283         (_initialize_language): Remove "check type" subcommand.
3284         * ada-lang.c (ada_language_defn): Remove la_type_check.
3285         * c-lang.c (c_language_defn): Likewise.
3286         (cplus_language_defn): Likewise.
3287         (asm_language_defn): Likewise.
3288         (minimal_language_defn): Likewise.
3289         * d-lang.c (d_language_defn): Likewise.
3290         * f-lang.c (f_language_defn): Likewise.
3291         * go-lang.c (go_language_defn): Likewise.
3292         * jv-lang.c (java_language_defn): Likewise.
3293         * m2-lang.c (m2_language_defn): Likewise.
3294         * objc-lang.c (objc_language_defn): Likewise.
3295         * opencl-lang.c (opencl_language_defn): Likewise.
3296         * p-lang.c (pascal_language_defn): Likewise.
3297
3298 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
3299
3300         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3301
3302 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3303
3304         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3305         New function.
3306         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3307         using the regache.  Use ia64_hpux_get_register_from_save_state_t
3308         to access the bsp and bspstore registers if not.
3309
3310 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3311
3312         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3313         * breakpoint.c (detach_breakpoints): Change pid parameter into
3314         a ptid.  Adjust code accordingly.
3315         * infrun.c (handle_inferior_event): Delete variable child_pid.
3316         Update call to detach_breakpoints to pass the child ptid for
3317         fork events.
3318         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3319         assert that inferior_ptid's lwp is zero.
3320         (linux_handle_extended_wait): Update call to detach_breakpoints.
3321         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3322         detach_breakpoints.
3323
3324 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3325
3326         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3327         parent, only call detach_breakpoints if tts.tts_event ==
3328         TTEVT_VFORK.
3329
3330 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3331
3332         * dwarf2-frame.c (dwarf2_frame_cache): Use
3333         get_frame_address_in_block instead of get_frame_pc as
3334         the bound for executing the frame's FDE.
3335
3336 2012-08-16  Yao Qi  <yao@codesourcery.com>
3337
3338         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3339         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3340         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3341         (c_type_print_varspec_suffix): Likewise.
3342         * eval.c (evaluate_subexp_standard): Likewise.
3343         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3344         (f_type_print_varspec_suffix): Likewise.
3345         * gdbtypes.c (is_scalar_type): Likewise.
3346         (recursive_dump_type): Likewise.
3347         * infcall.c (value_arg_coerce): Likewise.
3348         * m2-valprint.c (m2_val_print): Likewise.
3349         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3350         (pascal_type_print_varspec_suffix): Likewise.
3351         (pascal_type_print_base): Likewise.
3352         * p-valprint.c (pascal_val_print): Likewise.
3353         (pascal_val_print): Likewise.
3354         * valops.c (value_slice): Likewise.
3355         * valprint.c (scalar_type_p): Likewise.
3356         * valarith.c (value_bitstring_subscript): Remove.
3357         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3358         Remove comment on TYPE_CODE_BITSTRING.
3359
3360         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3361         TYPE_CODE_BITSTRING.
3362
3363         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3364         slot 0.
3365
3366 2012-08-16  Yao Qi  <yao@codesourcery.com>
3367
3368         * tracepoint.c (trace_find_none_command): Remove.
3369         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3370
3371 2012-08-16  Yao Qi  <yao@codesourcery.com>
3372
3373         * remote.c (handle_notification): Remove parameter 'length'.
3374         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3375
3376 2012-08-15  Keith Seitz  <keiths@redhat.com>
3377
3378         * gdbtypes.c (opaque_type_resolution): Make static.
3379         Add missing comment.
3380         (overload_debug): Add missing comment.
3381         (show_opaque_type_resolution): Likewise.
3382         (show_overload_debug): Likewise.
3383         (print_bit_vector): Remove unnecessary forward declaration.
3384         (print_arg_types): Likewise.
3385         (dump_fn_fieldlists): Likewise.
3386         (print_cplus_stuff): Likewise.
3387
3388 2012-08-15  Tom Tromey  <tromey@redhat.com>
3389
3390         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3391         (gdb_bfd_ref): Initialize new field.
3392         (gdb_bfd_unref): Unref the archive BFD.
3393         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3394         parent archive.
3395
3396 2012-08-15  Tom Tromey  <tromey@redhat.com>
3397
3398         PR python/14387:
3399         * python/py-bpevent.c (create_breakpoint_event_object): Update
3400         comment.
3401         * python/py-event.c (evpy_add_attribute): Update comment.
3402         * python/py-exitedevent.c (create_exited_event_object): Fix
3403         reference counting and error handling.
3404         * python/py-newobjfileevent.c (create_new_objfile_event_object):
3405         Fix reference counting.
3406         * python/py-signalevent.c (create_signal_event_object): Fix
3407         reference counting and error handling.
3408         * python/py-stopevent.c (emit_stop_event): Fix reference
3409         counting.
3410         * python/py-threadevent.c (get_event_thread): Return a
3411         borrowed reference.
3412         * python/py-type.c (convert_field): Fix reference counting.
3413
3414 2012-08-15  Tom Tromey  <tromey@redhat.com>
3415
3416         * dwarf2read.c (dwarf_decode_macro_bytes)
3417         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3418         as hash key.
3419
3420 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
3421
3422         * infcmd.c (_initialize_infcmd): Update help text for the signal,
3423         stepi, nexti, finish, next, step, jump, and continue commands.
3424         * infrun.c (_initialize_infrun): Update help text for the handle
3425         command.
3426
3427 2012-08-14  Doug Evans  <dje@google.com>
3428
3429         * gdbtypes.c (struct extra): Delete, unused.
3430
3431         * gdbtypes.c: Whitespace cleanup.
3432         (address_space_name_to_int): Remove "extern" from definition.
3433         (_initialize_gdbtypes): Declare with initialize_file_ftype.
3434
3435         * gdbtypes.c (make_pointer_type): Remove redundant setting of
3436         TYPE_POINTER_TYPE (type).
3437
3438 2012-08-14  Gary Benson  <gbenson@redhat.com>
3439
3440         * solib-svr4.c (svr4_free_library_list): Use free_so.
3441
3442 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
3443
3444         * .gitignore: Add go-exp.c.
3445
3446 2012-08-13  Doug Evans  <dje@google.com>
3447
3448         * value.c (show_convenience): Tweak comment.
3449         (_initialize_values): Mention convenience functions in the help text
3450         for "show convenience".
3451
3452 2012-08-13  Yao Qi  <yao@codesourcery.com>
3453
3454         * std-operator.def: Remove TERNOP_SLICE_COUNT.
3455         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3456         TERNOP_SLICE_COUNT.
3457         * eval.c (evaluate_subexp_standard): Likewise.
3458         * expprint.c (print_subexp_standard): Likewise.
3459         (dump_subexp_body_standard): Likewise.
3460         * parse.c (operator_length_standard): Likewise.
3461
3462 2012-08-13  Yao Qi  <yao@codesourcery.com>
3463
3464         * std-operator.def: Remove OP_BITSTRING.
3465         * breakpoint.c (watchpoint_exp_is_const): Update.
3466         * eval.c (evaluate_subexp_standard): Remove handling to
3467         OP_BITSTRING.
3468         * expprint.c (print_subexp_standard): Likewise.
3469         (dump_subexp_body_standard): Likewise.
3470         * parse.c (operator_length_standard): Likewise.
3471         * valops.c (value_bitstring): Remove.
3472         * value.h: Remove the declaration of 'value_bitstring'.
3473
3474 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3475
3476         * linespec.c (find_methods): Remove unused variables `i1' and
3477         `name_len'.
3478         (decode_line_full): Likewise for `arg_start'.
3479
3480 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3481
3482         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3483         (zlib_decompress_section): Likewise for `section_data'.
3484         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3485
3486 2012-08-10  Doug Evans  <dje@google.com>
3487
3488         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3489         * NEWS: Document them.
3490         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3491         function/strfns.py.
3492         * python/py-type.c (typy_array_1): New function.
3493         (typy_array): Call it.
3494         (typy_vector): New function.
3495         (type_object_methods): Add "vector".
3496         * python/lib/gdb/function/__init__.py: New file.
3497         * python/lib/gdb/function/strfns.py: New file.
3498
3499 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3500
3501         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3502         for TYPE_FIELD_BITPOS.
3503         (typy_get_sizeof): Likewise for TYPE_LENGTH.
3504
3505 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
3506
3507         PR cli/10436:
3508         * common/vec.h (VEC_merge): Define.
3509         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3510         (DEF_VEC_ALLOC_FUNC_P): Likewise.
3511         (DEF_VEC_ALLOC_FUNC_O): Likewise.
3512         * completer.c: Include gdb_signals.h.
3513         (signal_completer): Define.
3514         * completer.h (signal_completer): Add prototype.
3515         * infcmd.c (_initialize_infcmd): Assign the command
3516         completer for "signal" to handle_completer.
3517         * infrun.c: Include completer.h.
3518         (handle_completer): Define.
3519         (_initialize_infrun): Declare a new local variable c.  Store the
3520         result of add_com("handle") to it.  Assign the command
3521         completer for "handle" to handle_completer.
3522
3523 2012-08-09  Yao Qi  <yao@codesourcery.com>
3524
3525         * cli/cli-decode.c (set_cmd_prefix): New.
3526         (lookup_cmd_for_prefixlist): New.
3527         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3528         of each cmd_list_element in *prefixlist.
3529         (add_setshow_cmd_full): set_cmd_prefix.
3530         (add_alias_cmd): Likewise.
3531         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3532         Declare 'auto_boolean_enums'.
3533         * cli/cli-setshow.c: Include "observer.h".
3534         (notify_command_param_changed_p): New.
3535         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3536         Remove 'static'.
3537         (do_setshow_command): Split it to ...
3538         (do_set_command, do_show_command): ... them.  New.
3539         (do_set_command): Call observer_notify_command_param_changed if
3540         notify_command_param_changed_p returns true.
3541         (cmd_show_list): Caller update.
3542         * auto-load.c (set_auto_load_cmd): Likewise.
3543         * remote.c (show_remote_cmd): Likewise.
3544         * cli/cli-setshow.h: Update declarations.
3545         * top.c (execute_command): Call do_set_command and do_show_command.
3546
3547         * NEWS: Mention new MI notification.
3548         * mi/mi-interp.c: Declare mi_command_param_changed.
3549         (mi_interpreter_init): Attach mi_command_param_changed to
3550         observer command_param_changed.
3551         (mi_command_param_changed): New.
3552         Remove mi_suppress_breakpoint_notifications.
3553         Define global variable mi_suppress_notification.
3554         (mi_breakpoint_created): Update.
3555         (mi_breakpoint_deleted): Likewise.
3556         (mi_breakpoint_modified): Likewise.
3557         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
3558         'gdb-set' and set mi_suppress_notification.
3559         * mi/mi-main.h: (mi_suppress_notification): New struct.
3560
3561 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
3562             Jan Kratochvil  <jan.kratochvil@redhat.com>
3563
3564         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3565
3566 2012-08-09  Yao Qi  <yao@codesourcery.com>
3567
3568         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3569         (skiplist): Move it to skip.c.
3570         (init_cmd_lists): Remove code setting enablebreaklist and
3571         skiplist to NULL.
3572         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3573         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3574         skiplist.
3575         * gdbcmd.h: Likewise.
3576         * skip.c (_initialize_step_skip): Move 'skiplist' from
3577         cli/cli-cmds.c.
3578
3579 2012-08-09  Yao Qi  <yao@codesourcery.com>
3580
3581         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3582         * gnu-nat.c, symfile.c: Likewise.
3583
3584 2012-08-08  Aaron Gamble  <agamble@google.com>
3585
3586         * utils.c (prompt_for_continue_wait_time): New static global.
3587         (make_command_stats_cleanup): Initialize it.
3588         (report_command_stats): Subtract time waiting for user.
3589         (prompt_for_continue): Track time waiting for user.
3590         (defaulted_query): Track time waiting for user.
3591
3592 2012-08-08  Doug Evans  <dje@google.com>
3593
3594         * eval.c (evaluate_subexp_standard): Fix thinko in handling
3595         UNOP_MEMVAL_TYPE.
3596         * expprint.c (print_subexp_standard, case OP_TYPE): New.
3597         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3598         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3599         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3600         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3601         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3602         elt.
3603         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3604         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3605         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3606         (dump_prefix_expression): Handle OP_TYPE.
3607
3608 2012-08-08  Keith Seitz  <keiths@redhat.com>
3609
3610         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3611         addr_start.
3612
3613 2012-08-08  Doug Evans  <dje@google.com>
3614
3615         * linux-thread-db.c: #include "gdb_vecs.h".
3616         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
3617         updated.
3618         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
3619         (thread_db_load_search): Use a vector to iterate over path elements.
3620         Handle text appearing after "$pdir".
3621
3622         * gdb_string.h: Moved to ...
3623         * common/gdb_string.h: ... here.
3624         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3625         gdb_string.h and gdb_assert.h.
3626
3627 2012-08-08  Yao Qi  <yao@codesourcery.com>
3628
3629         * tic6x-tdep.c (tic6x_register_to_value): Remove.
3630         (tic6x_value_to_register): Likewise.
3631         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3632         and set_gdbarch_value_to_register.
3633
3634 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3635             Jean-Marc Saffroy  <saffroy@gmail.com>
3636
3637         PR 11804
3638         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
3639         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3640         * gcore.c (gcore_create_callback): New function comment.  Add modified
3641         parameter.  Only write modified regions.  Set SEC_READONLY exactly
3642         according to MODIFIED.
3643         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
3644         the passed modified value to FUNC.
3645         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3646         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3647         first.  New variables modified and has_anonymous.  Parse the lines of
3648         smaps file.  Add the passed MODIFIED value to FUNC.
3649         * procfs.c (find_memory_regions_callback): Add the passed modified
3650         value.
3651
3652 2012-08-06  Tom Tromey  <tromey@redhat.com>
3653
3654         * dwarf2-frame.c (clear_pointer_cleanup): New function.
3655         (dwarf2_frame_cache): Use it.
3656         * frame-unwind.h (frame_sniffer_ftype): Document prologue
3657         cache initialization constraint.
3658
3659 2012-08-06  Tom Tromey  <tromey@redhat.com>
3660
3661         PR python/14386:
3662         * varobj.c (update_dynamic_varobj_children): Don't call
3663         PyIter_Check.
3664
3665 2012-08-06  Tom Tromey  <tromey@redhat.com>
3666
3667         PR cli/14392:
3668         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3669
3670 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
3671
3672         * NEWS: New entry for 'cd' default parameters.
3673         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3674
3675 2012-08-03  Tom Tromey  <tromey@redhat.com>
3676
3677         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3678         return.
3679
3680 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
3681
3682         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3683         to attempting lseek/write.
3684         (inf_child_fileio_pread): Likewise for pread.
3685
3686 2012-08-02  Yao Qi  <yao@codesourcery.com>
3687
3688         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3689         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3690         add_setshow_zinteger_cmd.
3691         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3692         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3693         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3694         instead of add_setshow_zinteger_cmd.
3695         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3696         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3697         instead of add_setshow_zinteger_cmd.
3698         * frame.c (frame_debug): Add 'unsigned'.
3699         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3700         add_setshow_zinteger_cmd.
3701         * frame.h: Update the declaration of 'frame_debug'.
3702         * gdbtypes.c (overload_debug): Add 'unsigned'.
3703         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3704         add_setshow_zinteger_cmd.
3705         * inferior.h: Update declaration of 'debug_infrun'.
3706         * infrun.c (debug_infrun): Add 'unsigned'.
3707         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3708         add_setshow_zinteger_cmd.
3709         * jit.c (jit_debug): Add 'unsigned'.
3710         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3711         add_setshow_zinteger_cmd.
3712         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3713         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3714         instead of add_setshow_zinteger_cmd.
3715         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3716         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3717         add_setshow_zinteger_cmd.
3718         * machoread.c (mach_o_debug_level): Add 'unsigned'.
3719         (_initialize_machoread): Call add_setshow_zuinteger_cmd
3720         instead of add_setshow_zinteger_cmd.
3721         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3722         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3723         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3724         intead of add_setshow_zinteger_cmd.
3725         * mips-tdep.c (mips_debug): Add 'unsigned'.
3726         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3727         instead of add_setshow_zinteger_cmd.
3728         * monitor.c (monitor_debug): Add 'unsigned'.
3729         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3730         add_setshow_zinteger_cmd.
3731         * observer.c (observer_debug): Add 'unsigned'.
3732         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3733         add_setshow_zinteger_cmd.
3734         * parse.c (expressiondebug): Add 'unsigned'.
3735         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3736         add_setshow_zinteger_cmd.
3737         * record.c (record_debug): Add 'unsigned'.
3738         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3739         add_setshow_zinteger_cmd.
3740         * record.h: Update the declaration of 'record_debug'.
3741         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3742         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3743         add_setshow_zinteger_cmd.
3744         * serial.c (global_serial_debug_p): Add 'unsigned'.
3745         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3746         add_setshow_zinteger_cmd.
3747         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3748         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3749         add_setshow_zinteger_cmd.
3750         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3751         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3752         add_setshow_zinteger_cmd.
3753         * target.c (targetdebug): Add 'unsigned'.
3754         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3755         add_setshow_zinteger_cmd.
3756         * valops.c (overload_debug): Add 'unsigned'.
3757         * varobj.c (varobjdebug): Add 'unsigned'.
3758         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3759         add_setshow_zinteger_cmd.
3760         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3761         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3762         instead of add_setshow_zinteger_cmd.
3763
3764         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3765         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3766         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3767         instead of add_setshow_zinteger_cmd.
3768         * gdbarch.c, gdbarch.h: Re-generated.
3769
3770 2012-08-02  Yao Qi  <yao@codesourcery.com>
3771
3772         * nto-tdep.c: Don't include cli/cli-decode.h and
3773         cli/cli-cmds.h.
3774         (_initialize_nto_tdep): Remove.
3775         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3776         Remove field.
3777         Remove macro nto_internal_debugging.
3778
3779 2012-08-01  Richard Henderson  <rth@redhat.com>
3780
3781         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3782         (mep-*-*) [gdb_target_obs]: Likewise.
3783
3784 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
3785
3786         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3787         linux_get_siginfo_type.
3788
3789 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
3790
3791         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3792         AT_ENTRY_POINT.
3793         (call_function_by_hand) <ON_STACK>: Call write_memory with
3794         gdbarch_breakpoint_from_pc, if possible.
3795         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3796         here.
3797
3798 2012-07-31  Yao Qi  <yao@codesourcery.com>
3799
3800         * tracepoint.c: Add 'static' for some variables.
3801
3802 2012-07-31  Yao Qi  <yao@codesourcery.com>
3803
3804         * go32-nat.c: Declare _initialize_go32_nat.
3805         * ser-go32.c: Declare _initialize_ser_dos.
3806         * top.c (do_chdir_cleanup): Add 'static'.
3807
3808 2012-07-30  Keith Seitz  <keiths@redhat.com>
3809
3810         * linespec.c (linespec_lex_number): A number followed
3811         by quotes is a valid number, too.
3812
3813 2012-07-30  Tom Tromey  <tromey@redhat.com>
3814
3815         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3816
3817 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
3818
3819         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3820         attempt to 4-byte-align HW breakpoint addresses for Thumb.
3821
3822 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
3823
3824         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3825         invalid or reevaluated to prevent prevent references to possibly
3826         delete'd type objects being left in the varobj.
3827
3828 2012-07-27  Tom Tromey  <tromey@redhat.com>
3829             Jan Kratochvil  <jan.kratochvil@redhat.com>
3830
3831         * copying.awk: Print buffer-read-only and vi ro markers.
3832         * copying.c: Rebuild.
3833         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3834         * gdbarch.c, gdbarch.h: Rebuild.
3835         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3836         buffer-read-only and vi ro markers.
3837         * features/arm-with-iwmmxt.c: Rebuild.
3838         * features/arm-with-m-fpa-layout.c: Rebuild.
3839         * features/arm-with-m-vfp-d16.c: Rebuild.
3840         * features/arm-with-m.c: Rebuild.
3841         * features/arm-with-neon.c: Rebuild.
3842         * features/arm-with-vfpv2.c: Rebuild.
3843         * features/arm-with-vfpv3.c: Rebuild.
3844         * features/i386/amd64-avx-linux.c: Rebuild.
3845         * features/i386/amd64-avx.c: Rebuild.
3846         * features/i386/amd64-linux.c: Rebuild.
3847         * features/i386/amd64.c: Rebuild.
3848         * features/i386/i386-avx-linux.c: Rebuild.
3849         * features/i386/i386-avx.c: Rebuild.
3850         * features/i386/i386-linux.c: Rebuild.
3851         * features/i386/i386-mmx-linux.c: Rebuild.
3852         * features/i386/i386-mmx.c: Rebuild.
3853         * features/i386/i386.c: Rebuild.
3854         * features/i386/x32-avx-linux.c: Rebuild.
3855         * features/i386/x32-avx.c: Rebuild.
3856         * features/i386/x32-linux.c: Rebuild.
3857         * features/i386/x32.c: Rebuild.
3858         * features/mips-dsp-linux.c: Rebuild.
3859         * features/mips-linux.c: Rebuild.
3860         * features/mips64-dsp-linux.c: Rebuild.
3861         * features/mips64-linux.c: Rebuild.
3862         * features/rs6000/powerpc-32.c: Rebuild.
3863         * features/rs6000/powerpc-32l.c: Rebuild.
3864         * features/rs6000/powerpc-403.c: Rebuild.
3865         * features/rs6000/powerpc-403gc.c: Rebuild.
3866         * features/rs6000/powerpc-405.c: Rebuild.
3867         * features/rs6000/powerpc-505.c: Rebuild.
3868         * features/rs6000/powerpc-601.c: Rebuild.
3869         * features/rs6000/powerpc-602.c: Rebuild.
3870         * features/rs6000/powerpc-603.c: Rebuild.
3871         * features/rs6000/powerpc-604.c: Rebuild.
3872         * features/rs6000/powerpc-64.c: Rebuild.
3873         * features/rs6000/powerpc-64l.c: Rebuild.
3874         * features/rs6000/powerpc-7400.c: Rebuild.
3875         * features/rs6000/powerpc-750.c: Rebuild.
3876         * features/rs6000/powerpc-860.c: Rebuild.
3877         * features/rs6000/powerpc-altivec32.c: Rebuild.
3878         * features/rs6000/powerpc-altivec32l.c: Rebuild.
3879         * features/rs6000/powerpc-altivec64.c: Rebuild.
3880         * features/rs6000/powerpc-altivec64l.c: Rebuild.
3881         * features/rs6000/powerpc-cell32l.c: Rebuild.
3882         * features/rs6000/powerpc-cell64l.c: Rebuild.
3883         * features/rs6000/powerpc-e500.c: Rebuild.
3884         * features/rs6000/powerpc-e500l.c: Rebuild.
3885         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3886         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3887         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3888         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3889         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3890         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3891         * features/rs6000/powerpc-vsx32.c: Rebuild.
3892         * features/rs6000/powerpc-vsx32l.c: Rebuild.
3893         * features/rs6000/powerpc-vsx64.c: Rebuild.
3894         * features/rs6000/powerpc-vsx64l.c: Rebuild.
3895         * features/rs6000/rs6000.c: Rebuild.
3896         * features/s390-linux32.c: Rebuild.
3897         * features/s390-linux32v1.c: Rebuild.
3898         * features/s390-linux32v2.c: Rebuild.
3899         * features/s390-linux64.c: Rebuild.
3900         * features/s390-linux64v1.c: Rebuild.
3901         * features/s390-linux64v2.c: Rebuild.
3902         * features/s390x-linux64.c: Rebuild.
3903         * features/s390x-linux64v1.c: Rebuild.
3904         * features/s390x-linux64v2.c: Rebuild.
3905         * features/tic6x-c62x-linux.c: Rebuild.
3906         * features/tic6x-c62x.c: Rebuild.
3907         * features/tic6x-c64x-linux.c: Rebuild.
3908         * features/tic6x-c64x.c: Rebuild.
3909         * features/tic6x-c64xp-linux.c: Rebuild.
3910         * features/tic6x-c64xp.c: Rebuild.
3911
3912 2012-07-27  Tom Tromey  <tromey@redhat.com>
3913
3914         * c-exp.y (classify_name): Avoid assignment in condition.
3915
3916 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
3917
3918         * amd64-windows-tdep.c: Include "frame.h".
3919         (amd64_windows_skip_trampoline_code): New function.
3920         (amd64_windows_init_abi): Add trampoline registration.
3921
3922 2012-07-27  Yao Qi  <yao@codesourcery.com>
3923
3924         * tracepoint.c (cur_traceframe_number): Remove.
3925         (set_tfile_traceframe): Remove.
3926         (tfile_trace_find, tfile_fetch_registers): Update callers.
3927         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3928         (tfile_open, tfile_trace_find): Likewise.
3929
3930 2012-07-27  Yao Qi  <yao@codesourcery.com>
3931
3932         * thread.c (switch_to_thread): Don't call registers_changed.
3933
3934 2012-07-26  Tom Tromey  <tromey@redhat.com>
3935
3936         * Makefile.in (SFILES): Remove objc-exp.y.
3937         (YYFILES): Remove objc-exp.c.
3938         (YYOBJ): Remove objc-exp.o.
3939         (local-maintainer-clean): Don't mention objc-exp.c.
3940         * c-exp.y: Include objc-lang.h.
3941         (%union) <class>: New field.
3942         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3943         (exp): Clone subscript production for OBJC_LBRAC.  Add various
3944         Objective C productions.
3945         (msglist, msgarglist, msgarg): New productions.
3946         (array_mod, func_mod, operator): Clone productions for
3947         OBJC_LBRAC.
3948         (parse_string_or_char): Handle '@' strings.
3949         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
3950         (classify_name): Check la_name_of_this.  Recognize ObjC class
3951         names.
3952         * objc-exp.y: Remove.
3953         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3954         * objc-lang.h (objc_parse, objc_error): Don't declare.
3955
3956 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
3957
3958         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3959
3960 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3961
3962         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3963         and decrement.
3964
3965 2012-07-26  Tom Tromey  <tromey@redhat.com>
3966
3967         * copying.c: Rebuild.
3968         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
3969         'no_class'.
3970
3971 2012-07-26  Tom Tromey  <tromey@redhat.com>
3972
3973         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3974         immediate_quit.
3975         (print_objfile_statistics): Likewise.
3976         (maintenance_print_symbols): Likewise.
3977         (maintenance_print_msymbols): Likewise.
3978         (maintenance_print_objfiles): Likewise.
3979         * psymtab.c (print_partial_symbols): Call QUIT.
3980         (maintenance_print_psymbols): Likewise.  Don't modify
3981         immediate_quit.
3982         * copying.c (show_copying_command): Don't modify immediate_quit.
3983         (show_warranty_command): Likewise.
3984         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3985
3986 2012-07-26  Keith Seitz  <keiths@redhat.com>
3987
3988         * linespec.c (linespec_lexer_lex_number): The input
3989         is also a valid number if the next character is a comma
3990         or colon.
3991
3992 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
3993
3994         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3995         configure options.
3996
3997 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3998
3999         * machoread.c: Include gdb_bfd.h.
4000
4001 2012-07-26  Tristan Gingold  <gingold@adacore.com>
4002
4003         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
4004         offset.
4005
4006 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4007
4008         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
4009         SIZE to size_t.
4010         (dwarf2_evaluate_loc_desc): Likewise.
4011         (dwarf2_loc_desc_needs_frame): Likewise.
4012         (locexpr_describe_location_1): Likewise.
4013         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
4014         size_t.
4015         (struct dwarf2_loclist_baton): Likewise.
4016         * dwarf2read.c (struct dwarf_block): Likewise.
4017         (dump_die_shallow): Use pulongest to print dwarf_block.size.
4018         (decode_locdesc): Expand SIZE and I to size_t.
4019
4020 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4021
4022         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
4023
4024 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
4025
4026         * doublest.c (convert_doublest_to_floatformat): If the exponent
4027         is too small, treat the value as zero.  If the exponent is too
4028         large, treat the value as infinity.
4029
4030 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
4031
4032         * configure.ac: Add --enable-lmcheck configure option.
4033         * configure: Regenerate.
4034
4035 2012-07-25  Tom Tromey  <tromey@redhat.com>
4036
4037         * NEWS: Mention maint info bfds.
4038         * gdb_bfd.c (all_bfds): New global.
4039         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
4040         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
4041         New functions.
4042
4043 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
4044
4045         * configure.tgt: Add v850*-*-rtems*.
4046
4047 2012-07-25  Tom Tromey  <tromey@redhat.com>
4048
4049         * macrotab.c (macro_bcache_str): Remove cast.
4050
4051 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
4052
4053         * linespec.c (linespec_lexer_lex_number): Update comments,
4054         change the return and add check to make sure the input is
4055         the decimal numbers.
4056         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
4057         false, call linespec_lexer_lex_string.
4058
4059 2012-07-24  Tom Tromey  <tromey@redhat.com>
4060
4061         * symfile.c (symbol_file_add): Don't open BFD twice.
4062
4063 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
4064
4065         * breakpoint.c (create_breakpoint): Store condition for pending
4066         breakpoints.
4067
4068 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
4069
4070         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
4071         (m68k_return_value): Handle complex types like structures.
4072         (m68k_svr4_return_value): Likewise.
4073
4074 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4075
4076         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
4077         parameters to bfd_get_section_name.
4078
4079 2012-07-24  Yao Qi  <yao@codesourcery.com>
4080
4081         * cli/cli-setshow.c: Handle case 'var_uinteger'
4082         and 'var_zuninteger' together.  Handle case 'var_integer' and
4083         'var_zinteger' together.
4084
4085 2012-07-23  Keith Seitz  <keiths@redhat.com>
4086
4087         * linespec.c (convert_linespec_to_sal): Don't add
4088         any symbols to the result vector if symbol_to_sal
4089         returns zero.
4090
4091 2012-07-23  Keith Seitz  <keiths@redhat.com>
4092
4093         * linespec.c (decode_objc): Record the function name
4094         in the linespec.
4095
4096 2012-07-23  Tom Tromey  <tromey@redhat.com>
4097
4098         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
4099         counting.
4100         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
4101         (map_vmap): Acquire a reference to the BFD.
4102
4103 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
4104
4105         * p-valprint.c (pascal_object_print_value): Replace potentially
4106         unsafe alloca with xmalloc/xfree.
4107         * valops.c (search_struct_method): Likewise.
4108
4109 2012-07-23  Tom Tromey  <tromey@redhat.com>
4110
4111         * solib-svr4.c (enable_break): Update.
4112         * bfd-target.h (target_bfd_reopen): Update documentation.
4113
4114 2012-07-23  Tom Tromey  <tromey@redhat.com>
4115
4116         * symfile.c (separate_debug_file_exists): Update.
4117         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
4118         (reread_symbols): Update.
4119         * elfread.c (build_id_verify): Update.
4120         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
4121         bfd_open_maybe_remote.
4122
4123 2012-07-23  Tom Tromey  <tromey@redhat.com>
4124
4125         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
4126
4127 2012-07-23  Tom Tromey  <tromey@redhat.com>
4128
4129         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
4130         and 'abfd'.
4131         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
4132         and 'abfd'.
4133         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
4134         * machoread.c (macho_add_oso_symfile): Make a cleanup for
4135         'abfd'.
4136         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
4137         * objfiles.c (allocate_objfile): Acquire a new reference.
4138         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
4139         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
4140         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
4141         a cleanup for 'nbfd'.
4142         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
4143         for 'nbfd'.
4144         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
4145         make a cleanup for 'abfd'.
4146         (symbol_file_add): Make a BFD cleanup.
4147
4148 2012-07-23  Tom Tromey  <tromey@redhat.com>
4149
4150         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
4151         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
4152         * corelow.c (core_open): Use gdb_bfd_fopen.
4153         * dsrec.c (load_srec): Use gdb_bfd_openr.
4154         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
4155         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
4156         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4157         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4158         (gdb_bfd_fdopenr): New functions.
4159         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
4160         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
4161         (gdb_bfd_fdopenr): Declare.
4162         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
4163         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
4164         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
4165         gdb_bfd_openr_next_archived_file.
4166         (macho_check_dsym): Use gdb_bfd_openr.
4167         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
4168         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
4169         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
4170         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
4171         gdb_bfd_openr.
4172         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
4173         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
4174         gdb_bfd_openr_next_archived_file.
4175         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4176         Use gdb_bfd_openr.
4177         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4178         gdb_bfd_openr.
4179         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
4180         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
4181         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
4182         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
4183         (symfile_bfd_open): Use gdb_bfd_fopen.
4184         (generic_load): Use gdb_bfd_openr.
4185         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
4186
4187 2012-07-23  Tom Tromey  <tromey@redhat.com>
4188
4189         * bfd-target.c (target_bfd_reopen): Update.
4190         * cli/cli-dump.c (bfd_openr_with_cleanup)
4191         (bfd_openw_with_cleanup): Update.
4192         * corelow.c (core_open): Update.
4193         * dsrec.c (load_srec): Update.
4194         * exec.c (exec_file_attach): Update.
4195         * gcore.c (create_gcore_bfd): Update.
4196         * gdb_bfd.c (gdb_bfd_ref): Return void.
4197         (gdb_bfd_open): Update.
4198         * gdb_bfd.h (gdb_bfd_ref): Return void.
4199         Update comments.
4200         * jit.c (jit_bfd_try_read_symtab): Update.
4201         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4202         * machoread.c (macho_symfile_read_all_oso): Update.
4203         (macho_check_dsym): Update.
4204         * procfs.c (insert_dbx_link_bpt_in_file): Update.
4205         * remote-m32r-sdi.c (m32r_load): Update.
4206         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
4207         * rs6000-nat.c (add_vmap): Update.
4208         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4209         Update.
4210         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
4211         * solib-spu.c (spu_bfd_open): Update.
4212         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
4213         * spu-linux-nat.c (spu_bfd_open): Update.
4214         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
4215         (generic_load): Update.
4216         * windows-nat.c (windows_make_so): Update.
4217
4218 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4219
4220         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
4221
4222 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
4223
4224         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
4225         SIGTRAMP_FRAME unwinding.
4226
4227 2012-07-20  Doug Evans  <dje@google.com>
4228
4229         * NEWS: Document new options "set/show use-deprecated-index-sections",
4230         and delete reference to --use-deprecated-index-sections.
4231         * symfile.h (use_deprecated_index_sections): Delete.
4232         * dwarf2read.c (use_deprecated_index_sections): Make static.
4233         (read_index_from_section): Update wording of how to load
4234         deprecated index sections.
4235         (_initialize_dwarf2_read): New options
4236         "set/show use-deprecated-index-sections".
4237         * main.c (captured_main): Delete --use-deprecated-index-sections.
4238
4239 2012-07-20  Pedro Alves  <palves@redhat.com>
4240
4241         PR threads/11692
4242         PR gdb/12203
4243
4244         * infrun.c (handle_inferior_event) <new thread>: Don't special
4245         case minus_one_ptid.
4246         <TARGET_WAITKIND_SPURIOUS>: Ditto.
4247         * linux-thread-db.c (thread_get_info_callback): Don't return early
4248         if the thread is zombie.
4249         (thread_from_lwp): Change return type to void.  Rewrite stale
4250         comment.
4251         (attach_thread): Don't return early if the thread is zombie,
4252         instead set its "dying" flag.
4253         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
4254         (find_new_threads_callback): Don't return early if the thread is
4255         zombie.
4256
4257 2012-07-20  Pedro Alves  <palves@redhat.com>
4258
4259         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
4260         * target.c (target_wait): Likewise.
4261         (str_comma_list_concat_elem, do_option, target_options_to_string):
4262         New functions.
4263         * target.h (target_options_to_string): Declare.
4264
4265 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
4266             Tom Tromey  <tromey@redhat.com>
4267
4268         * dwarf2read.c (dwarf_decode_macros)
4269         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
4270         DW_MACRO_GNU_transparent_include_alt>: New cases.
4271         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
4272         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
4273
4274 2012-07-20  Tom Tromey  <tromey@redhat.com>
4275
4276         * dwarf2read.c (try_open_dwo_file): Don't call
4277         gdb_bfd_stash_filename.
4278
4279 2012-07-20  Pedro Alves  <palves@redhat.com>
4280
4281         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4282         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
4283         (i386_process_record): Tweak description comments.
4284
4285 2012-07-20  Pedro Alves  <palves@redhat.com>
4286
4287         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
4288         (i386_process_record): Use record_read_memory.
4289         * record.c (record_read_memory): New function.
4290         (record_arch_list_add_mem, record_exec_insn): Use
4291         record_read_memory.
4292         * record.h (record_read_memory): Declare.
4293
4294 2012-07-20  Yao Qi  <yao@codesourcery.com>
4295
4296         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4297         NULL for xfree.
4298
4299 2012-07-19  Pedro Alves  <palves@redhat.com>
4300
4301         * record.c (record_resume): Ask the target beneath to report all
4302         signals.
4303
4304 2012-07-19  Doug Evans  <dje@google.com>
4305
4306         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4307         there's no section at address zero.
4308         (dwarf2_record_block_ranges): Ditto.
4309
4310 2012-07-19  Yao Qi  <yao@codesourcery.com>
4311
4312         * command.h, remote.c: Fix a typo in comment.
4313
4314 2012-07-19  Tom Tromey  <tromey@redhat.com>
4315
4316         PR exp/13206:
4317         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4318         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4319         OP_DECLTYPE>: New cases.
4320         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4321         (type_exp): Add new productions.
4322         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4323         and decltype.
4324         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4325         New case.
4326         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4327         OP_DECLTYPE>: New case.
4328         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4329         New case.
4330         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4331         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4332
4333 2012-07-19  Tom Tromey  <tromey@redhat.com>
4334
4335         * c-exp.y (enum token_flags): New.
4336         (struct token) <cxx_only>: Remove.
4337         <flags>: New field.
4338         (tokentab3, tokentab2, ident_tokens): Update.
4339         (lex_one_token): Update.  Handle FLAG_SHADOW.
4340
4341 2012-07-19  Tom Tromey  <tromey@redhat.com>
4342
4343         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4344         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4345         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4346         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
4347         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
4348         type_exp production where appropriate.
4349         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4350         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4351         <UNOP_MEMVAL_TYPE>: New case.
4352         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4353         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4354         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4355         <UNOP_MEMVAL_TYPE>: New case.
4356         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4357         UNOP_REINTERPRET_CAST>: Update.
4358         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4359         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4360         UNOP_REINTERPRET_CAST>: Update.
4361         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4362         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4363         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4364         constants.
4365
4366 2012-07-19  Yao Qi  <yao@codesourcery.com>
4367             Jan Kratochvil <jan.kratochvil@redhat.com>
4368
4369         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4370         and case 'var_optional_filename' together.
4371         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4372         instead of add_setshow_optional_filename_cmd for setshow command
4373         'args'.  Set completer for 'set args'.
4374
4375 2012-07-18  Doug Evans  <dje@google.com>
4376
4377         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4378         * common/gdb_vecs.c: New file, contents from utils.c.
4379         * common/host-defs.h: New file, contents from defs.h.
4380         * utils.h: New file, contents from defs.h.
4381         * defs.h: Move all declarations of objects defined in utils.c
4382         to utils.h (except QUIT() and related).
4383         #include "utils.h", "host-defs.h".
4384         * probe.h (probe_p): Move here from gdb_vecs.h.
4385         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4386         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4387         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4388         * Makefile.in (SFILES): Add common/gdb_vecs.c.
4389         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4390         (COMMON_OBS): Add gdb_vecs.o.
4391         (gdb_vecs.o): New rule.
4392
4393 2012-07-18  Keith Seitz  <keiths@redhat.com>
4394
4395         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4396         parameter.  If non-zero, use SYMNAME as the canonical name
4397         for the SaL.
4398         Update all callers.
4399         (convert_linespec_to_sals): Use add_sal_to_sals for
4400         expressions, too.
4401         (decode_line_full): No need to "fill in missing canonical names"
4402         anymore. Simply make cleanups for the allocated names.
4403
4404 2012-07-18  Keith Seitz  <keiths@redhat.com>
4405
4406         * linespec.c (struct linespec): Constify expression,
4407         source_filename, function_name, and label_name.
4408         (symbol_not_found_error): Make all parameters const.
4409         (linespec_parser_delete): No need to check for NULL
4410         when using xfree. Cast const char * to char * for xfree.
4411
4412 2012-07-18  Keith Seitz  <keiths@redhat.com>
4413
4414         * breakpoint.c (invalid_thread_id_error): New function.
4415         (find_condition_and_thread): Use invalid_thread_id_error.
4416         (watch_command_1): Likewise.
4417
4418 2012-07-18  Tom Tromey  <tromey@redhat.com>
4419
4420         * cc-with-index.sh, cc-with-dwz.sh: Remove.
4421         * contrib/cc-with-tweaks.sh: New file.
4422
4423 2012-07-18  Tom Tromey  <tromey@redhat.com>
4424
4425         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4426         (locate_dwz_sections): Recognize .gdb_index.
4427         (create_cus_from_index_list): New function.
4428         (create_cus_from_index): Use it.  Handle .dwz data.
4429         (read_index_from_section): New function, extracted from
4430         dwarf2_read_index.
4431         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
4432         if needed.
4433
4434 2012-07-18  Tom Tromey  <tromey@redhat.com>
4435
4436         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4437         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4438         <is_dwz>: New field.
4439         (struct dwz_file): New.
4440         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4441         (locate_dwz_sections, dwarf2_get_dwz_file)
4442         (get_abbrev_section_for_cu): New functions.
4443         (error_check_comp_unit_head, read_and_check_comp_unit_head)
4444         (read_and_check_type_unit_head): Add abbrev_section argument.
4445         (create_debug_types_hash_table): Update.
4446         (init_cutu_and_read_dies): Use proper abbrev section.
4447         (init_cutu_and_read_dies_no_follow): Likewise.
4448         (set_partial_user): Do nothing if PST==NULL.
4449         (read_comp_units_from_section): New function.
4450         (create_all_comp_units): Use it.
4451         (scan_partial_symbols, partial_die_parent_scope): Update.
4452         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4453         (process_imported_unit_die, read_partial_die): Handle .dwz files.
4454         (find_partial_die): Add offset_in_dwz argument.  Update.
4455         (guess_partial_die_structure_name, fixup_partial_die): Update.
4456         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4457         DW_FORM_GNU_strp_alt.
4458         (read_indirect_string_from_dwz): New function.
4459         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4460         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4461         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4462         (follow_die_offset): Add offset_in_dwz argument.
4463         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4464         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4465         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4466         Handle new macro forms.
4467         (dwarf_decode_macros): Update.
4468         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4469         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4470         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4471         (create_debug_types_hash_table): Use correct abbrev section.
4472         (get_debug_line_section): New function.
4473         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4474         (process_full_comp_unit): Pass 'required' argument to
4475         end_symtab_get_static_block.
4476         * buildsym.h (end_symtab_get_static_block): Update.
4477         * buildsym.c (end_symtab_get_static_block): Add 'required'
4478         argument.
4479         (end_symtab, end_expandable_symtab): Update.
4480
4481 2012-07-18  Tom Tromey  <tromey@redhat.com>
4482
4483         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4484         (pagesize): Remove.
4485         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4486         (zlib_decompress_section): Remove.
4487         (dwarf2_read_section): Use gdb_bfd_map_section.
4488         (munmap_section_buffer): Remove.
4489         (free_dwo_file, dwarf2_per_objfile_free): Don't use
4490         munmap_section_buffer.
4491         * gdb_bfd.c: Include zlib.h, sys/mman.h.
4492         (struct gdb_bfd_section_data): New.
4493         (free_one_bfd_section): New function.
4494         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4495         (get_section_descriptor, zlib_decompress_section)
4496         (gdb_bfd_map_section): New functions.
4497         * gdb_bfd.h (gdb_bfd_map_section): Declare.
4498
4499 2012-07-18  Tom Tromey  <tromey@redhat.com>
4500
4501         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4502
4503 2012-07-18  Tom Tromey  <tromey@redhat.com>
4504
4505         * gdb_bfd.c (struct gdb_bfd_data): New.
4506         (gdb_bfd_cache): New global.
4507         (struct gdb_bfd_cache_search): New.
4508         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4509         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4510         * gdb_bfd.h (gdb_bfd_open): Declare.
4511
4512 2012-07-18  Tom Tromey  <tromey@redhat.com>
4513
4514         * utils.c (make_cleanup_bfd_unref): Rename from
4515         make_cleanup_bfd_close.
4516         * defs.h (make_cleanup_bfd_unref): Rename from
4517         make_cleanup_bfd_close.
4518         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4519         (bfd_openw_with_cleanup): Update.
4520         * corelow.c (core_open): Update.
4521         * dsrec.c (load_srec): Update.
4522         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4523         * remote-m32r-sdi.c (m32r_load): Update.
4524         * remote-mips.c (mips_load_srec): Update.
4525         (pmon_load_fast): Update.
4526         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4527         Update.
4528         (darwin_bfd_open): Update.
4529         * solib.c (solib_bfd_fopen): Update.
4530         * symfile-mem.c (symbol_file_add_from_memory): Update.
4531         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4532         (symfile_bfd_open): Update.
4533         (generic_load): Update.
4534
4535 2012-07-18  Tom Tromey  <tromey@redhat.com>
4536
4537         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4538         (pmon_load_fast): Likewise.
4539         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4540         (m32r_upload_command): Likewise.
4541         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4542         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4543         Use make_cleanup_bfd_close.
4544
4545 2012-07-18  Tom Tromey  <tromey@redhat.com>
4546
4547         * symfile.c (symfile_bfd_open): Don't copy name.  Call
4548         gdb_bfd_stash_filename.
4549         (load_command): Open the new BFD before freeing the old.
4550         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4551         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4552         Call gdb_bfd_stash_filename.
4553         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4554         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
4555         gdb_bfd_stash_filename.
4556         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4557         Free found_pathname.
4558         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
4559         gdb_bfd_stash_filename.
4560         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4561         * machoread.c (macho_add_oso_symfile): Call
4562         gdb_bfd_stash_filename.
4563         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
4564         gdb_bfd_stash_filename.
4565         (macho_check_dsym): Don't copy filename.  Call
4566         gdb_bfd_stash_filename.
4567         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4568         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4569         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4570         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4571         * exec.c (exec_close): Don't free the BFD's filename.
4572         (exec_file_attach): Don't copy the filename.  Call
4573         gdb_bfd_stash_filename.
4574         * corelow.c (core_close): Don't free the BFD's filename.
4575         (core_open): Call gdb_bfd_stash_filename.
4576         * corefile.c (reopen_exec_file): Remove #if 0 code.
4577         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
4578         pathname.
4579         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4580
4581 2012-07-18  Tom Tromey  <tromey@redhat.com>
4582
4583         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4584         gdb_bfd_unref.
4585         (free_dwo_file): Use gdb_bfd_unref.
4586         * cli/cli-dump.c: Include gdb_bfd.h.
4587         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4588         (bfd_openr_with_cleanup): Likewise.
4589         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4590         gdb_bfd_unref.
4591         * utils.c: Include gdb_bfd.h.
4592         (do_bfd_close_cleanup): Use gdb_bfd_unref.
4593         * symfile.c: Include gdb_bfd.h.
4594         (separate_debug_file_exists): Use gdb_bfd_unref.
4595         (bfd_open_maybe_remote): Use gdb_bfd_ref.
4596         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4597         (generic_load): Use gdb_bfd_ref.
4598         (reread_symbols): Use gdb_bfd_unref.
4599         * symfile-mem.c: Include gdb_bfd.h.
4600         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4601         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4602         * solib.c: Include gdb_bfd.h.
4603         (solib_bfd_fopen): Use gdb_bfd_ref.
4604         (solib_bfd_open): Use gdb_bfd_unref.
4605         (free_so_symbols): Use gdb_bfd_unref.
4606         (reload_shared_libraries_1): Use gdb_bfd_unref.
4607         * solib-spu.c: Include gdb_bfd.h.
4608         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4609         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4610         gdb_bfd_unref.
4611         * solib-frv.c: Include gdb_bfd.h.
4612         (enable_break2): Use gdb_bfd_unref.
4613         * solib-dsbt.c: Include gdb_bfd.h.
4614         (enable_break2): Use gdb_bfd_unref.
4615         * solib-darwin.c: Include gdb_bfd.h.
4616         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4617         gdb_bfd_unref.
4618         (darwin_bfd_open): Use gdb_bfd_unref.
4619         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4620         * remote-mips.c: Include gdb_bfd.h.
4621         (mips_load_srec): Use gdb_bfd_ref.
4622         (pmon_load_fast): Use gdb_bfd_ref.
4623         * remote-m32r-sdi.c: Include gdb_bfd.h.
4624         (m32r_load): Use gdb_bfd_ref.
4625         * record.c: Include gdb_bfd.h.
4626         (record_save_cleanups): Use gdb_bfd_unref.
4627         (cmd_record_save): Use gdb_bfd_unref.
4628         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4629         gdb_bfd_unref.
4630         * objfiles.h (gdb_bfd_close_or_warn): Remove.
4631         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4632         * objfiles.c: Include gdb_bfd.h.
4633         (free_objfile): Use gdb_bfd_unref.
4634         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4635         gdb_bfd.c.
4636         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4637         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4638         (macho_check_dsym): Likewise.
4639         * m32r-rom.c: Include gdb_bfd.h.
4640         (m32r_load): Use gdb_bfd_ref.
4641         (m32r_upload_command): Use gdb_bfd_ref.
4642         * jit.c: Include gdb_bfd.h.
4643         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4644         * gdb_bfd.h: New file.
4645         * gdb_bfd.c: New file.
4646         * gcore.c: Include gdb_bfd.h.
4647         (create_gcore_bfd): Use gdb_bfd_ref.
4648         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4649         (gcore_command): Use gdb_bfd_unref.
4650         * exec.c: Include gdb_bfd.h.
4651         (exec_close): Use gdb_bfd_unref.
4652         (exec_close_1): Use gdb_bfd_unref.
4653         (exec_file_attach): Use gdb_bfd_ref.
4654         * elfread.c: Include gdb_bfd.h.
4655         (build_id_verify): Use gdb_bfd_unref.
4656         * dsrec.c: Include gdb_bfd.h.
4657         (load_srec): Use gdb_bfd_ref.
4658         * corelow.c: Include gdb_bfd.h.
4659         (core_close): Use gdb_bfd_unref.
4660         (core_open): Use gdb_bfd_ref.
4661         * bfd-target.c: Include gdb_bfd.h.
4662         (target_bfd_xclose): Use gdb_bfd_unref.
4663         (target_bfd_reopen): Use gdb_bfd_ref.
4664         * Makefile.in (SFILES): Add gdb_bfd.c.
4665         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4666         (COMMON_OBS): Add gdb_bfd.o.
4667
4668 2012-07-18  Keith Seitz  <keiths@redhat.com>
4669
4670         * breakpoint.c (find_condition_and_thread): Initialize
4671         TASK and REST.
4672         (create_breakpiont): find_condition_and_thread will now
4673         initialize COND_STRING, THREAD, and REST (and TASK).
4674         (addr_string_to_sals): Likewise.
4675
4676 2012-07-18  Pedro Alves  <palves@redhat.com>
4677
4678         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4679         Pull the single step breakpoints out of the target.
4680
4681 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4682
4683         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4684         * stap-probe.c (compile_probe_arg): Likewise.
4685
4686 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4687
4688         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4689         (elf_compile_to_ax): Likewise.
4690         * infrun.c (insert_exception_resume_from_probe): Likewise.
4691         (check_exception_resume): Remove `objfile' variable.
4692         * probe.c (find_probe_by_pc): Remove `objfile' argument.
4693         (struct probe_and_objfile, probe_and_objfile_s): Delete.
4694         (collect_probes): Adjust return value to `VEC (probe_p) *'.
4695         (compare_entries): Rename to...
4696         (compare_probes): ...this.  Adjust function to work with
4697         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
4698         respectively.
4699         (gen_ui_out_table_header_info): Adjust `probes' argument to be
4700         `VEC (probe_p) *'.
4701         (print_ui_out_info): Adjust argument to be `struct probe *'.
4702         (info_probes_for_ops): Adjust internal computations to use
4703         `VEC (probe_p) *'.
4704         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4705         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4706         gen_info_probes_table_values>: Remove `objfile' argument.
4707         (struct probe) <objfile>: New field.
4708         (find_probe_by_pc): Remove `objfile' argument.
4709         * stap-probe.c (stap_parse_probe_arguments): Likewise.
4710         (stap_get_probe_argument_count): Likewise.
4711         (stap_get_arg): Likewise.
4712         (stap_evaluate_probe_argument): Likewise.
4713         (stap_compile_to_ax): Likewise.
4714         (compile_probe_arg): Refactor not to pass `objfile' anymore.
4715         (handle_stap_probe): Fill `objfile' field from `struct probe'.
4716         (stap_gen_info_probes_table_header): Remove `objfile' argument.
4717         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4718         sym_compile_to_ax>: Likewise.
4719
4720 2012-07-18  Terry Guo  <terry.guo@arm.com>
4721
4722         PR 14329
4723         * defs.h (GDB_MI_MSG_WIDTH): New.
4724         * ser_base (ser_base_read_error_fd): New function.
4725         (do_ser_base_readchar): Poll error file descriptor as well as
4726         standard output.
4727         (generic_readchar): Refactor error handling.
4728
4729 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4730
4731         * NEWS: Create a new section for the next release branch.
4732         Rename the section of the current branch, now that it has
4733         been cut.
4734
4735 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4736
4737         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4738         * version.in: Bump version to 7.5.50.20120718-cvs.
4739
4740 2012-07-17  Keith Seitz  <keiths@redhat.com>
4741
4742         * linespec.c (linespec_parse_line_offset): Make parameter
4743         const.
4744
4745 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4746
4747         PR 11914
4748         * f-valprint.c (info_common_command): New variable frame_id.
4749         Reinitialize FI form FRAME_ID after each print_variable_and_value.
4750         * printcmd.c (print_variable_and_value): Extend function comment.
4751         Add comment for invalidated FRAME.
4752         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
4753         FI form FRAME_ID after each print_frame_local_vars.
4754         (struct print_variable_and_value_data): Change frame to frame_id.
4755         (do_print_variable_and_value): New variable frame, initialize it from
4756         p->frame_id.  Add comment for invalidated FRAME.
4757         (print_frame_local_vars, print_frame_arg_vars): New function comment.
4758         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
4759         for invalidated FRAME.
4760
4761 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
4762             Pedro Alves  <palves@redhat.com>
4763
4764         * linux-nat.c (linux_nat_detach): Don't unregister from the event
4765         loop.
4766
4767 2012-07-16  Tom Tromey  <tromey@redhat.com>
4768
4769         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4770
4771 2012-07-15  Doug Evans  <dje@google.com>
4772
4773         * dwarf2read.c (stmt_list_hash): New struct.
4774         (type_unit_group): Embed "per_cu" member, remove pointer.
4775         New union member "t", move member "tus" into it, all uses updated.
4776         New member "hash", replaces member "line_offset, all uses updated.
4777         (quick_file_names): Replace member "offset" with "hash", all uses
4778         updated.
4779         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4780         (hash_file_name_entry, eq_file_name_entry): Call them.
4781         (hash_type_unit_group, eq_type_unit_group): Ditto.
4782         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4783         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4784         (dw2_get_file_names): Update.
4785         (create_type_unit_group): Replace "per_cu" arg with "cu".
4786         All callers updated.  Fix "quick" (.gdb_index) handling.
4787         (get_type_unit_group): Replace "per_cu" arg with "cu".
4788         All callers updated.
4789         (build_type_unit_groups): Don't reset tu_stats.
4790
4791         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4792         "tab_cur_size".  Change member "tab" to be a htab_t.
4793         (create_filename_seen_cache): Update.
4794         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4795         (filename_seen): Update.
4796
4797 2012-07-13  Doug Evans  <dje@google.com>
4798
4799         * symtab.c (filename_seen): Update comment.
4800
4801 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4802             Doug Evans  <dje@google.com>
4803
4804         * buildsym.c (end_symtab_1): Split it to ...
4805         (end_symtab_get_static_block): ... this ...
4806         (end_symtab_from_static_block): ... and this function.
4807         (end_symtab, end_expandable_symtab): Call them.
4808         * buildsym.h (end_symtab_get_static_block)
4809         (end_symtab_from_static_block): New declarations.
4810         * dwarf2read.c (process_full_comp_unit): New variable static_block.
4811         Set its valid CU ranges.
4812
4813 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4814
4815         * dwarf2loc.c (disassemble_dwarf_expression): Handle
4816         DW_OP_GNU_parameter_ref.
4817
4818 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4819
4820         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4821         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4822
4823 2012-07-13  Doug Evans  <dje@google.com>
4824
4825         * symtab.c (output_source_filename): Delete unnecessary forward decl.
4826         (filename_seen_cache): New struct.
4827         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4828         (create_filename_seen_cache): New function.
4829         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4830         (filename_seen): Delete arg "first".  New arg "cache".  All callers
4831         updated.
4832         (output_source_filename_data): New struct.
4833         (output_source_filename): Delete arg "first".  New arg "data".
4834         All callers updated.
4835         (sources_info): Delete local "first".  New locals "data", "cleanups".
4836         Rewrite to use filename_seen_cache.
4837         (add_partial_filename_data): Delete member "first".  New member
4838         "filename_seen_cache".  All uses updated.
4839         (make_source_files_completion_list): Rewrite to use
4840         filename_seen_cache.
4841
4842 2012-07-12  Doug Evans  <dje@google.com>
4843
4844         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4845
4846 2012-07-10  Doug Evans  <dje@google.com>
4847
4848         PR gdb/13498
4849         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4850         all_type_unit_groups, type_unit_groups, tu_stats.
4851         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4852         All uses updated.  Add type_unit_group to union "s".
4853         (type_unit_group): New struct.
4854         (IS_TYPE_UNIT_GROUP): New macro.
4855         (abbrev_table): Delete unused member "section".
4856         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4857         (dw2_get_cu): Assert not used with type_unit_group.
4858         (dw2_get_primary_cu): New function.
4859         (dw2_build_type_unit_groups_reader): New function.
4860         (dw2_build_type_unit_groups): New function.
4861         (dw2_get_file_names): Assert not called on type units.
4862         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4863         Redo loop to iterate over type unit groups instead of type units.
4864         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4865         (read_abbrev_offset): New function.
4866         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
4867         updated.
4868         (create_partial_symtab): New function.
4869         (process_psymtab_comp_unit_reader): Assert not used with type units.
4870         Call create_partial_symtab.
4871         (process_psymtab_type_unit): Delete.
4872         (hash_type_unit_group, eq_type_unit_group): New functions.
4873         (allocate_type_unit_groups_table): New function.
4874         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4875         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4876         (create_type_unit_group, get_type_unit_group): New functions.
4877         (tu_abbrev_offset): New struct.
4878         (sort_tu_by_abbrev_offset): New function.
4879         (add_type_unit_group_to_table): New function.
4880         (build_type_unit_groups): New function.
4881         (build_type_psymtabs_reader): New function.
4882         (build_type_psymtab_dependencies): New function.
4883         (build_type_psymtabs): Rewrite.
4884         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4885         is seen in a type unit.
4886         (process_queue): Move symtab expansion debugging printfs here.
4887         Call process_full_type_unit for type units.
4888         (compute_symtab_includes): Assert not called for type units.
4889         (process_cu_includes): Don't call compute_symtab_includes for
4890         type units.
4891         (process_full_type_unit): New function.
4892         (process_imported_unit_die): Flag an error if called for type units.
4893         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
4894         updated.  Assert not called for type units.
4895         (read_file_scope): Call dwarf2_start_symtab.
4896         (setup_type_unit_groups): New function.
4897         (read_type_unit_scope): Rewrite.
4898         (abbrev_table_read_table): Initialize abbrev_table->offset.
4899         (abbrev_table_free_cleanup): New function.
4900         (dwarf2_start_symtab): New function.
4901         (load_full_type_unit): Assert not called for type unit groups.
4902         * buildsym.c (finish_block_internal): New arg "expandable".
4903         All callers updated.
4904         (start_symtab): Move most contents to ...
4905         (restart_symtab): ... here.  New function.
4906         (reset_symtab_globals): New function.
4907         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
4908         Call reset_symtab_globals.
4909         (end_symtab, end_expandable_symtab): New functions.
4910         (set_missing_symtab, augment_type_symtab): New functions.
4911         * buildsym.h (end_expandable_symtab): Declare.
4912         (augment_type_symtab, restart_symtab): Declare.
4913         * psympriv.h (struct partial_symtab): New member "anonymous".
4914         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4915         anonymous psymtabs.
4916         (read_psymtabs_with_filename): Ditto.
4917         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4918         (expand_symtabs_matching_via_partial): Ditto.
4919         (dump_psymtab): Update.
4920         * dictionary.c (dict_add_pending): New function.
4921         * dictionary.h (dict_add_pending): Declare.
4922
4923 2012-07-09  Doug Evans  <dje@google.com>
4924
4925         * buildsym.c (start_subfile): Remove unnecessary check for
4926         name == NULL.
4927
4928         * psymtab.c (allocate_psymtab): Use host_address_to_string.
4929
4930         * dwarf2read.c (load_full_type_unit): Simplify.
4931
4932         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4933         to struct signatured_type **.  All uses updated.
4934
4935         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4936         All callers updated.
4937
4938 2012-07-09  Tom Tromey  <tromey@redhat.com>
4939
4940         * c-exp.y (check_parameter_typelist): New function.
4941         (parameter_typelist): Call it.
4942         * eval.c (make_params): Handle '(void)' case.
4943         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4944         '(void)' case.
4945
4946 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4947
4948         * common/linux-ptrace.c: Include gdb_assert.h.
4949         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4950         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4951         stdint.h.
4952         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4953         functions.
4954         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4955         * linux-nat.c (linux_child_post_attach)
4956         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4957
4958 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4959
4960         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4961         nptl <2.7 bug workaround for core files.
4962
4963 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4964
4965         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4966         clearing.
4967         (save_siginfo): Remove.
4968         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4969         call.
4970         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4971         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4972         * linux-nat.h (struct lwp_info): Remove field siginfo.
4973
4974 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4975
4976         Code cleanup for the next patch.
4977         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4978         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4979         call for it.
4980         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4981         (ia64_linux_stopped_data_address):
4982         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4983         the return value.
4984         * linux-nat.h (linux_nat_get_siginfo): Likewise.
4985         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4986         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4987         call for it.
4988
4989 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4990
4991         PR 14321
4992         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4993         Increase buffer sizes to 2x we need, not just 2x of the previous size.
4994
4995 2012-07-06  Tom Tromey  <tromey@redhat.com>
4996
4997         * c-exp.y (DOTDOTDOT): New token.
4998         (func_mod, exp): Use parameter_typelist.
4999         (parameter_typelist): New production.
5000         (tokentab3): Add "..." token.
5001         * eval.c (make_params): Handle varargs.
5002         * gdbtypes.c (lookup_function_type_with_arguments): Handle
5003         varargs.
5004
5005 2012-07-06  Tom Tromey  <tromey@redhat.com>
5006
5007         PR exp/9608:
5008         * c-exp.y (%union) <tvec>: Change type.
5009         (func_mod): Now uses <tvec> type.
5010         (exp): Update for tvec change.
5011         (direct_abs_decl): Push the typelist.
5012         (func_mod): Return a typelist.
5013         (nonempty_typelist): Update for tvec change.
5014         * gdbtypes.c (lookup_function_type_with_arguments): New function.
5015         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
5016         * parse.c (pop_type_list): New function.
5017         (push_typelist): New function.
5018         (follow_types): Handle tp_function_with_arguments.
5019         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
5020         (enum type_pieces) <tp_function_with_arguments>: New constant.
5021         (union type_stack_elt) <typelist_val>: New field.
5022         (push_typelist): Declare.
5023
5024 2012-07-06  Tom Tromey  <tromey@redhat.com>
5025
5026         * c-exp.y (%union) <type_stack>: New field.
5027         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
5028         (ptr_operator_ts): New production.
5029         (ptype): Update.
5030         * parse.c (type_stack_reserve): New function.
5031         (check_type_stack_depth): Use it.
5032         (pop_type_stack, append_type_stack, push_type_stack)
5033         (get_type_stack, type_stack_cleanup): New functions.
5034         (follow_types): Handle tp_type_stack.
5035         (_initialize_parse): Simplify initialization.
5036         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
5037         constant.
5038         (union type_stack_elt) <stack_val>: New field.
5039         (get_type_stack, append_type_stack, push_type_stack)
5040         (type_stack_cleanup): Declare.
5041
5042 2012-07-06  Tom Tromey  <tromey@redhat.com>
5043
5044         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
5045         Remove.
5046         (struct type_stack): New.
5047         * parse.c (type_stack, type_stack_size, type_stack_depth):
5048         Remove.
5049         (type_stack): New global.
5050         (parse_exp_in_context, check_type_stack_depth)
5051         (insert_into_type_stack, insert_type, push_type, push_type_int)
5052         (insert_type_address_space, pop_type, pop_type_int)
5053         (_initialize_parse): Update.
5054
5055 2012-07-06  Tom Tromey  <tromey@redhat.com>
5056
5057         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
5058         Remove %type.
5059
5060 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5061
5062         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
5063
5064 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5065             Jan Kratochvil  <jan.kratochvil@redhat.com>
5066
5067         * cp-valprint.c (cp_print_value): Replace potentially unsafe
5068         alloca with xmalloc/xfree.
5069
5070 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
5071
5072         * MAINTAINERS (Write After Approval): Add myself to the list.
5073
5074 2012-07-05  Doug Evans  <dje@google.com>
5075
5076         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
5077
5078 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
5079
5080         * ax-gdb.c (cli/cli-utils.h): New include.
5081         (linespec.h): Ditto.
5082         (agent_eval_command_one): New function.
5083         (agent_command_1): Ditto.
5084         (agent_command): Call function agent_command_1.
5085         (agent_eval_command): Ditto.
5086         (_initialize_ax_gdb): Change help for "maint agent"
5087         and "maint agent-eval".
5088
5089 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
5090
5091         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
5092         * cli/cli-utils.c (check_for_argument): New function.
5093         * cli/cli-utils.h (check_for_argument): Ditto.
5094
5095 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
5096
5097         * NEWS: Mention x32 ABI support.
5098
5099 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
5100
5101         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
5102         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
5103
5104         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
5105         and pc_regnum_from_eax to -1.  Update SP regnum from
5106         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
5107         needed.
5108
5109         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
5110         pc_regnum_from_eax.
5111
5112 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5113
5114         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
5115         * dwarf2expr.h: Include gdbtypes.h.
5116         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
5117         these forward declarations.
5118         (cu_offset, sect_offset): Move these ...
5119         * gdbtypes.h: Remove include dwarf2expr.h.
5120         (cu_offset, sect_offset): ... here.
5121
5122 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
5123
5124         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
5125         (amd64_linux_sigtramp_code): This.
5126         (amd64_x32_linux_sigtramp_code): New.
5127         (LINUX_SIGTRAMP_LEN): Updated.
5128         (amd64_linux_sigtramp_start): Check x32 sigtramp.
5129
5130 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5131
5132         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
5133
5134 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5135
5136         * config.in: Regenerate.
5137         * configure: Regenerate.
5138         * configure.ac: Remove check for gnu/libc-version.h.
5139         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
5140         gnu/libc-version.h.
5141         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
5142         variables libc_version, libc_major and libc_minor.  Replace sscanf by
5143         inferior_has_bug.  Extend the comment.
5144
5145 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5146
5147         * linux-thread-db.c (inferior_has_bug): New function.
5148         (thread_db_find_new_threads_silently): Return boolean as checked by
5149         inferior_has_bug, describe it in the comments.
5150         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
5151         earlier.  Abort the initialization if it returned non-zero.
5152         (thread_db_new_objfile): Exclude debug files.
5153         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
5154         if UNTIL_NO_NEW,
5155
5156 2012-07-02  Doug Evans  <dje@google.com>
5157
5158         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
5159         related to queue management.
5160
5161         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
5162         instead of "debug dwarf2-die" in debugging printfs.
5163         (create_debug_info_hash_table_reader): Ditto.
5164         (create_debug_info_hash_table): Ditto.
5165         (init_dwo_file): Ditto.
5166         (init_cutu_and_read_dies): Add debugging printf.
5167         (init_cutu_and_read_dies_no_follow): Ditto.
5168         (process_psymtab_comp_unit_reader): Ditto.
5169
5170 2012-07-02  Stan Shebs  <stan@codesourcery.com>
5171
5172         Add target-side support for dynamic printf.
5173         * NEWS: Mention the additional style.
5174         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
5175         (struct bp_location): New field cmd_bytecode.
5176         * breakpoint.c: Include format.h.
5177         (disconnected_dprintf): New global.
5178         (parse_cmd_to_aexpr): New function.
5179         (build_target_command_list): New function.
5180         (insert_bp_location): Call it.
5181         (remove_breakpoints_pid): Skip dprintf breakpoints.
5182         (print_one_breakpoint_location): Ditto.
5183         (dprintf_style_agent): New global.
5184         (dprintf_style_enums): Add dprintf_style_agent.
5185         (update_dprintf_command_list): Add agent case.
5186         (agent_printf_command): New function.
5187         (_initialize_breakpoint): Add new commands.
5188         * common/ax.def (printf): New bytecode.
5189         * ax.h (ax_string): Declare.
5190         * ax-gdb.h (gen_printf): Declare.
5191         * ax-gdb.c: Include cli-utils.h, format.h.
5192         (gen_printf): New function.
5193         (maint_agent_print_command): New function.
5194         (_initialize_ax_gdb): Add maint agent-printf command.
5195         * ax-general.c (ax_string): New function.
5196         (ax_print): Add printf disassembly.
5197         * Makefile.in (SFILES): Add format.c
5198         (COMMON_OBS): Add format.o.
5199         * common/format.h: New file.
5200         * common/format.c: New file.
5201         * printcmd.c: Include format.h.
5202         (ui_printf): Call parse_format_string.
5203         * remote.c (remote_state): New field breakpoint_commands.
5204         (PACKET_BreakpointCommands): New enum.
5205         (remote_breakpoint_commands_feature): New function.
5206         (remote_protocol_features): Add new BreakpointCommands entry.
5207         (remote_can_run_breakpoint_commands): New function.
5208         (remote_add_target_side_commands): New function.
5209         (remote_insert_breakpoint): Call it.
5210         (remote_insert_hw_breakpoint): Ditto.
5211         (_initialize_remote): Add new packet configuration for
5212         target-side breakpoint commands.
5213         * target.h (struct target_ops): New field
5214         to_can_run_breakpoint_commands.
5215         (target_can_run_breakpoint_commands): New macro.
5216         * target.c (update_current_target): Handle
5217         to_can_run_breakpoint_commands.
5218
5219 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5220
5221         Execute -ix and -iex only after system and user gdbinit files.
5222         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
5223         processing down after gdbinit files.
5224
5225 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5226
5227         Add fnmatch-gnu module.
5228         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
5229         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
5230         * gnulib/aclocal.m4: Regenerate.
5231         * gnulib/config.in: Regenerate.
5232         * gnulib/configure: Regenerate.
5233         * gnulib/import/dummy.c: Remove.
5234         * gnulib/import/Makefile.am: Regenerate.
5235         * gnulib/import/Makefile.in: Likewise.
5236         * gnulib/import/m4/gnulib-cache.m4: Likewise.
5237         * gnulib/import/m4/gnulib-comp.m4: Likewise.
5238         * gnulib/import/alloca.c: New file.
5239         * gnulib/import/alloca.in.h: Likewise.
5240         * gnulib/import/config.charset: Likewise.
5241         * gnulib/import/fnmatch.c: Likewise.
5242         * gnulib/import/fnmatch.in.h: Likewise.
5243         * gnulib/import/fnmatch_loop.c: Likewise.
5244         * gnulib/import/localcharset.c: Likewise.
5245         * gnulib/import/localcharset.h: Likewise.
5246         * gnulib/import/m4/alloca.m4: Likewise.
5247         * gnulib/import/m4/codeset.m4: Likewise.
5248         * gnulib/import/m4/configmake.m4: Likewise.
5249         * gnulib/import/m4/fcntl-o.m4: Likewise.
5250         * gnulib/import/m4/fnmatch.m4: Likewise.
5251         * gnulib/import/m4/glibc21.m4: Likewise.
5252         * gnulib/import/m4/localcharset.m4: Likewise.
5253         * gnulib/import/m4/locale-fr.m4: Likewise.
5254         * gnulib/import/m4/locale-ja.m4: Likewise.
5255         * gnulib/import/m4/locale-zh.m4: Likewise.
5256         * gnulib/import/m4/mbrtowc.m4: Likewise.
5257         * gnulib/import/m4/mbsinit.m4: Likewise.
5258         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
5259         * gnulib/import/m4/mbstate_t.m4: Likewise.
5260         * gnulib/import/m4/stdbool.m4: Likewise.
5261         * gnulib/import/m4/wchar_h.m4: Likewise.
5262         * gnulib/import/m4/wctype_h.m4: Likewise.
5263         * gnulib/import/m4/wint_t.m4: Likewise.
5264         * gnulib/import/mbrtowc.c: Likewise.
5265         * gnulib/import/mbsinit.c: Likewise.
5266         * gnulib/import/mbsrtowcs-impl.h: Likewise.
5267         * gnulib/import/mbsrtowcs-state.c: Likewise.
5268         * gnulib/import/mbsrtowcs.c: Likewise.
5269         * gnulib/import/ref-add.sin: Likewise.
5270         * gnulib/import/ref-del.sin: Likewise.
5271         * gnulib/import/stdbool.in.h: Likewise.
5272         * gnulib/import/streq.h: Likewise.
5273         * gnulib/import/strnlen1.c: Likewise.
5274         * gnulib/import/strnlen1.h: Likewise.
5275         * gnulib/import/verify.h: Likewise.
5276         * gnulib/import/wchar.in.h: Likewise.
5277         * gnulib/import/wctype.in.h: Likewise.
5278
5279 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5280
5281         Support shell wildcards for 'set auto-load safe-path'.
5282         * auto-load.c: Include fnmatch.h.
5283         (filename_is_in_dir): Rename to ...
5284         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
5285         it.  Update function comment.  Rename dir_len to pattern_len.  New
5286         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
5287         messages.  Use gdb_filename_fnmatch.
5288         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
5289         pattern.
5290         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
5291         * defs.h (gdb_filename_fnmatch): New declaration.
5292         * utils.c: Include fnmatch.h.
5293         (gdb_filename_fnmatch): New function.
5294
5295 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5296
5297         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5298         `-probe' and `-probe-stap' options.
5299
5300 2012-07-01  Yao Qi  <yao@codesourcery.com>
5301
5302         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5303         always_inserted_off, and always_inserted_enums.
5304         Change always_inserted_mode's type to 'enum auto_boolean'.
5305         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5306         callers.
5307         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5308         of add_setshow_enum_cmd.
5309         * infrun.c: Remove can_use_displaced_stepping_auto,
5310         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5311         can_use_displaced_stepping_enum.
5312         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5313         (show_can_use_displaced_stepping, use_displaced_stepping): Update
5314         callers.
5315         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5316         add_setshow_enum_cmd.
5317
5318 2012-06-30  Doug Evans  <dje@google.com>
5319
5320         * dwarf2read.c (signatured_type): Make "per_cu" member first.
5321         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5322         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
5323
5324 2012-06-29  Doug Evans  <dje@google.com>
5325
5326         * linespec.c: #include "stack.h".
5327         (decode_line_with_current_source): Moved here from symtab.c and
5328         renamed from decode_line_spec.  All callers updated.
5329         (decode_line_with_last_displayed): Moved here from breakpoint.c and
5330         renamed from decode_line_spec_1.  All callers updated.
5331         * linespec.h (decode_line_with_current_source): Move declaration here
5332         from symtab.h and renamed from decode_line_spec.
5333         (decode_line_with_last_displayed): Move declaration here from symtab.h
5334         and renamed from decode_line_spec_1.
5335         * macrocmd.c: #include "linespec.h".
5336         * symtab.c: Remove #include "linespec.h".
5337
5338 2012-06-28  Doug Evans  <dje@google.com>
5339
5340         * dwarf2read.c (get_cu_length): New function.
5341         (offset_in_cu_p, error_check_comp_unit_head): Call it.
5342         (create_debug_types_hash_table): Ditto.
5343         (init_cutu_and_read_dies): Ditto.
5344         (init_cutu_and_read_dies_no_follow): Ditto.
5345
5346         * dwarf2read.c (dwarf2_find_base_address): Move definition.
5347
5348         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5349         (struct abbrev_table): Define.
5350         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5351         abbrev_table.
5352         (init_cutu_and_read_dies): Update.
5353         (abbrev_table_alloc_abbrev): New function.  Replaces
5354         dwarf_alloc_abbrev.  All callers updated.
5355         (abbrev_table_add_abbrev): New function.
5356         (abbrev_table_lookup_abbrev): New function.  Replaces
5357         dwarf2_lookup_abbrev.  All callers updated.
5358         (abbrev_table_read_table): New function.  Contents moved here from
5359         dwarf2_read_abbrevs.
5360         (dwarf2_read_abbrevs): Call it.
5361         (abbrev_table_free): New function.
5362         (dwarf2_free_abbrev_table): Call it.
5363
5364 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5365
5366         * osdata.c (info_osdata_command): Filter out "Title" columns
5367         from non-MI uses.
5368         * common/linux-osdata.c (struct osdata_type): Add title field.
5369         (osdata_table): Add titles to each entry.
5370         (linux_command_xfer_osdata): Add a column for title data.
5371
5372 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5373
5374         Make logging work for MI.
5375         * NEWS: Mention it.
5376         * interps.h (interp_set_logging_ftype): New typedef.
5377         (struct interp_procs): New field set_logging_proc.
5378         (current_interp_set_logging): Declare.
5379         * interps.c (current_interp_set_logging): New function.
5380         * cli/cli-logging.c: Include interps.h.
5381         (set_logging_redirect): Call current_interp_set_logging.
5382         (pop_output_files): Ditto.
5383         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5384         * mi/mi-console.h (mi_console_set_raw): Declare.
5385         * mi/mi-console.c (mi_console_set_raw): New function.
5386         * mi/mi-interp.c (saved_raw_stdout): New global.
5387         (mi_set_logging): New function.
5388         (_initialize_mi_interp): Add it to interp procs.
5389
5390 2012-06-28  Doug Evans  <dje@google.com>
5391
5392         * symtab.c (lookup_symbol_aux_objfile): Use
5393         ALL_OBJFILE_PRIMARY_SYMTABS.
5394
5395         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5396
5397 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5398
5399         * common/buffer.c: Include inttypes.h and stdint.h.
5400         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5401
5402 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5403             Pedro Alves  <palves@redhat.com>
5404
5405         * gdbthread.h (ALL_THREADS): New macro.
5406         (thread_list): Declare.
5407         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5408         going, but instead fall through to the stepping handling.
5409         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
5410         the passed in signal.  Adjust debug output.
5411         (resume_callback): Rename to ...
5412         (linux_nat_resume_callback): ... this.  Pass the thread's last
5413         stop signal, if in "pass" state.
5414         (linux_nat_resume): Adjust to rename.
5415         (stop_wait_callback): New assertion.  Don't respawn signals;
5416         instead let the LWP remain with SIGNALLED set.
5417         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5418         * remote.c (append_pending_thread_resumptions): New.
5419         (remote_vcont_resume): Call it.
5420         * target.h (target_resume): Extend comment.
5421
5422 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
5423
5424         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5425
5426 2012-06-27  Doug Evans  <dje@google.com>
5427
5428         * dwarf2read.c (dwarf2_cu): Add ranges_base.
5429         Delete have_addr_base, unused.  All uses updated.
5430         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5431         (dwarf2_get_pc_bounds): Add ranges_base.
5432         (dwarf2_record_block_ranges): Ditto.
5433
5434 2012-06-27  Tom Tromey  <tromey@redhat.com>
5435
5436         PR macros/7961:
5437         * varobj.c (varobj_create): Update.
5438         (varobj_set_value): Update.
5439         * tracepoint.c (validate_actionline): Update.
5440         (encode_actions_1): Update.
5441         * parse.c (parse_exp_1): Add 'pc' argument.
5442         (parse_exp_in_context): Add 'pc' argument.  Change how
5443         expression_context_pc is set.
5444         (parse_expression): Update.
5445         (parse_field_expression): Update.
5446         * expression.h (parse_exp_1): Update.
5447         * eval.c (parse_to_comma_and_eval): Update.
5448         * breakpoint.c (set_breakpoint_condition): Update.
5449         (update_watchpoint): Update.
5450         (init_breakpoint_sal): Update
5451         (find_condition_and_thread): Update.
5452         (watch_command_1): Update.
5453         (update_breakpoint_locations): Update.
5454         * ada-lang.c (ada_read_renaming_var_value): Update.
5455         (create_excep_cond_exprs): Update.
5456
5457 2012-06-27  Doug Evans  <dje@google.com>
5458
5459         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5460         type units.
5461
5462 2012-06-26  Doug Evans  <dje@google.com>
5463
5464         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5465         prototype.
5466         (error_check_comp_unit_head): New arg abbrev_section.  All callers
5467         updated.
5468         (read_and_check_comp_unit_head): Ditto.
5469         (read_and_check_type_unit_head): Ditto.
5470
5471 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
5472
5473         New attribute 'last' for gdb.Symtab_and_line.
5474         * NEWS (Python Scripting): Add entry about the new attribute.
5475         * python/py-symtab.c (salpy_get_last): New function which
5476         implements the get method for the 'last' attribute of
5477         gdb.Symtab_and_line.
5478         (sal_object_getset): Add entry for the 'last' attribute.
5479
5480 2012-06-26  Doug Evans  <dje@google.com>
5481
5482         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5483         (dwo_sections): Add macinfo, macro.
5484         (dwarf2_locate_dwo_sections): Watch for macro sections.
5485         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5486         All callers updated.  Handle DWO files.
5487
5488         * NEWS: Mention new options "set debug dwarf2-read" and
5489         "set debug symtab-create".
5490         * dwarf2read.c (dwarf2_read_debug): New static global.
5491         (dwarf2_build_psymtabs_hard): Add debugging printfs.
5492         (process_queue): Ditto.
5493         (process_full_comp_unit): Ditto.
5494         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5495         * elfread.c (elf_symfile_read): Add debugging printf.
5496         * minsyms.c (install_minimal_symbols): Ditto.
5497         * psymtab.c (allocate_psymtab): Ditto.
5498         * symfile.c (allocate_symtab): Ditto.
5499         * symtab.c (symtab_create_debug): New global.
5500         (_initialize_symtab): Add new option "set debug symtab-create".
5501         * symtab.h (symtab_create_debug): Declare.
5502
5503         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5504         (lookup_dwo_type_unit): Ditto.
5505
5506 2012-06-26  Roland McGrath  <roland@hack.frob.com>
5507             H.J. Lu  <hongjiu.lu@intel.com>
5508
5509         * amd64-linux-nat.c: Include <sys/user.h>.
5510         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5511         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5512         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5513
5514         * configure.ac: Check if the fs_base and gs_base members of
5515         `struct user_regs_struct' exist.
5516         * config.in: Regenerated.
5517         * configure: Likewise.
5518
5519 2012-06-25  Michael Eager  <eager@eagercon.com>
5520
5521         PR python/14291
5522         * python/python.c (gdbpy_write): Check for interrupted output.
5523
5524 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
5525
5526         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5527         register as a stack alignment in ARM mode.
5528
5529 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5530
5531         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5532         * gnulib/config.in: Regenerate.
5533         * gnulib/configure: Likewise.
5534         * gnulib/import/m4/extensions.m4: Update it.
5535         * gnulib/import/m4/gnulib-common.m4: Likewise.
5536         * gnulib/import/m4/memmem.m4: Likewise.
5537         * gnulib/import/m4/mmap-anon.m4: Likewise.
5538         * gnulib/import/m4/multiarch.m4: Likewise.
5539         * gnulib/import/stdint.in.h: Likewise.
5540
5541 2012-06-24  Yao Qi  <yao@codesourcery.com>
5542
5543         * corefile.c (write_memory_with_notification): New.
5544         * gdbcore.h: Declare write_memory_with_notification.
5545         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5546         'observer_notify_memory_changed' with 'write_memory_with_notification'.
5547         * valops.c (value_assign): Likewise.
5548         * python/py-inferior.c (infpy_write_memory): Call
5549         'write_memory_with_notification'.
5550
5551 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5552
5553         * cc-with-index.sh: Use also -ex "set auto-load no".
5554
5555 2012-06-23  Doug Evans  <dje@google.com>
5556
5557         PR 14125
5558         * NEWS: Document additions to .gdb_index.
5559         * dwarf2read.c: #include "gdb/gdb-index.h".
5560         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5561         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5562         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5563         (dwarf2_read_index): Recognize version 7.
5564         (dw2_do_expand_symtabs_matching): New args want_specific_block,
5565         block_kind, domain): All callers updated.
5566         (dw2_find_symbol_file): Handle new index CU values.
5567         (dw2_expand_symtabs_matching): Match symbol kind if requested.
5568         (add_index_entry): New args is_static, kind.  All callers updated.
5569         (offset_type_compare, uniquify_cu_indices): New functions
5570         (symbol_kind): New function.
5571         (write_psymtabs_to_index): Remove duplicate CU values.
5572         (write_psymtabs_to_index): Write .gdb_index version 7.
5573
5574 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
5575
5576         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5577         * configure: Regenerate.
5578
5579 2012-06-20  Yao Qi  <yao@codesourcery.com>
5580
5581         * python/py-inferior.c: Update comments of infpy_read_memory
5582         and infpy_write_memory.
5583
5584 2012-06-19  Tom Tromey  <tromey@redhat.com>
5585
5586         PR exp/9514:
5587         * parser-defs.h (insert_type, insert_type_address_space): Declare.
5588         (push_type_address_space): Remove.
5589         * parse.c (insert_into_type_stack): New function.
5590         (insert_type): Likewise.
5591         (insert_type_address_space): Rename from push_type_address_space.
5592         Insert tp_space_identifier.
5593         * c-exp.y (ptr_operator): New production.
5594         (abs_decl): Use ptr_operator.
5595         (space_identifier): Call insert_type_address_space.
5596         (ptype): Don't use const_or_volatile_or_space_identifier.
5597         (const_or_volatile_noopt): Call insert_type.
5598         (conversion_type_id, conversion_declarator): New productions.
5599         (operator): Use conversion_type_id.
5600
5601 2012-06-18  Doug Evans  <dje@google.com>
5602
5603         * symtab.h (minimal_symbol): New member created_by_gdb.
5604         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5605         created by gdb.
5606         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5607         (search_symbols): Call it instead of lookup_symbol.
5608         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
5609
5610         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5611         Adjust address for DW_OP_GNU_addr_index.
5612         * dwarf2expr.h (dwarf_expr_context): Update comment.
5613         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5614         all callers updated.  Handle TLS vars described with
5615         DW_OP_GNU_const_index.
5616         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5617         and DW_OP_GNU_const_index.
5618         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5619
5620         * block.c (find_block_in_blockvector): Make explicit the fact that we
5621         ignore GLOBAL_BLOCK.
5622
5623 2012-06-18  Tom Tromey  <tromey@redhat.com>
5624
5625         * c-exp.y (operator): Remove trailing space after "delete" and
5626         "delete[]".
5627
5628 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
5629             Jan Kratochvil  <jan.kratochvil@redhat.com>
5630
5631         Switch i386 and derived targets to ON_STACK.
5632         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5633         (amd64_dicos_init_abi): Remove its installment.
5634         * dicos-tdep.c (dicos_init_abi): Remove the
5635         set_gdbarch_call_dummy_location call.  Update the comment here.
5636         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5637         (i386_dicos_init_abi): Remove its installment.
5638         * i386-tdep.c (i386_push_dummy_code): New function.
5639         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5640         i386_push_dummy_code.
5641
5642 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5643
5644         Remove stale dummy frames.
5645         * breakpoint.c: Include dummy-frame.h.
5646         (longjmp_breakpoint_ops): New variable.
5647         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5648         bp_longjmp_call_dummy.
5649         (bpstat_what, bptype_string, print_one_breakpoint_location)
5650         (init_bp_location): Support bp_longjmp_call_dummy.
5651         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
5652         (set_longjmp_breakpoint_for_call_dummy)
5653         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5654         functions.
5655         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5656         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
5657         FIXME comment and extend the other comment for bp_call_dummy.
5658         (set_longjmp_breakpoint_for_call_dummy)
5659         (check_longjmp_breakpoint_for_call_dummy): New declarations.
5660         * dummy-frame.c: Include gdbthread.h.
5661         (pop_dummy_frame_bpt): New function.
5662         (pop_dummy_frame): Call pop_dummy_frame_bpt.
5663         (dummy_frame_discard): New function.
5664         (cleanup_dummy_frames): Update the comment about longjmps.
5665         * dummy-frame.h (dummy_frame_discard): New declaration.
5666         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5667         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
5668         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
5669         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5670         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
5671         keep_going if IS_LONGJMP and there is no other reason to stop.
5672
5673 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
5674
5675         * remote-sim.c (sim_command_completer): Initialize
5676         variable 'result'.
5677
5678 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5679
5680         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5681         * dwarf2loc.c (call_site_parameter_matches): Support
5682         CALL_SITE_PARAMETER_PARAM_OFFSET.
5683         (needs_dwarf_reg_entry_value): Push stub value.
5684         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
5685         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5686         * gdbtypes.h (enum call_site_parameter_kind): New item
5687         CALL_SITE_PARAMETER_PARAM_OFFSET.
5688         (struct call_site.parameter.u): New field param_offset.
5689
5690 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5691
5692         Code cleanup: Generalize call_site.parameter key.
5693         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5694         variable dwarf_reg.  New variable kind_u.  Update parameters to
5695         push_dwarf_reg_entry_value.
5696         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5697         * dwarf2expr.h (enum call_site_parameter_kind)
5698         (union call_site_parameter_u): Forward declarations.
5699         (struct dwarf_expr_context_funcs): Update parameters and their
5700         description for push_dwarf_reg_entry_value.
5701         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5702         * dwarf2loc.c (call_site_parameter_matches): New function.
5703         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5704         description.  Use call_site_parameter_matches.
5705         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5706         Update parameters and their description.
5707         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5708         New variable kind_u.  Adjust the caller for updated parameters.
5709         (needs_dwarf_reg_entry_value): Update parameters.
5710         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
5711         instead of attr.  Update for the changed fields of struct
5712         call_site_parameter.
5713         * gdbtypes.h: Include dwarf2expr.h.
5714         (enum call_site_parameter_kind): New.
5715         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
5716         fb_offset into new union u.
5717
5718 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5719
5720         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5721         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5722         for x32.
5723
5724 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5725
5726         * amd64-linux-nat.c (compat_x32_clock_t): New.
5727         (compat_x32_siginfo_t): Likewise.
5728         (compat_x32_siginfo_from_siginfo): Likewise.
5729         (siginfo_from_compat_x32_siginfo): Likewise.
5730         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5731         and siginfo_from_compat_x32_siginfo for x32.
5732
5733 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
5734
5735         * tracepoint.c (tfile_xfer_partial): Add a lseek.
5736
5737 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5738
5739         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5740         instead of gdbarch_ptr_bit.
5741         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5742         (amd64_supply_native_gregset): Likewise.
5743         (amd64_collect_native_gregset): Likewise.
5744         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5745         (amd64_supply_xsave): Likewise.
5746         (amd64_collect_fxsave): Likewise.
5747         (amd64_collect_xsave): Likewise.
5748
5749 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5750
5751         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5752         (amd64_linux_read_description): Check DS segment register for
5753         x32 process.
5754
5755 2012-06-15  Tom Tromey  <tromey@redhat.com>
5756
5757         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5758         init_cutu_and_read_dies.
5759
5760 2012-06-15  Iain Sandoe <iain@codesourcery.com>
5761
5762         * MAINTAINERS (Write After Approval): Add myself to the list.
5763
5764 2012-06-15  Tom Tromey  <tromey@redhat.com>
5765
5766         * valops.c (value_find_oload_method_list): Now static.
5767         * value.h (value_find_oload_method_list): Don't declare.
5768
5769 2012-06-15  Tom Tromey  <tromey@redhat.com>
5770
5771         * valops.c (find_overload_match): Use value_ind.
5772
5773 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
5774
5775         * infrun.c (handle_inferior_event): Correct indentation.
5776
5777 2012-06-14  Doug Evans  <dje@google.com>
5778
5779         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5780         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5781         All uses updated.
5782         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
5783         updated.  Handle DEBUG_LOC_START_LENGTH.
5784         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5785         (loclist_describe_location): Ditto.
5786
5787 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
5788
5789         PR backtrace/13866
5790         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5791         after hiding inline functions.
5792
5793 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5794
5795         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5796         _initialize_inf_ttrace.
5797
5798 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5799
5800         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5801         _initialize_hppa_hpux_nat.
5802
5803 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5804
5805         * remote-sim.c (sim_command_completer): Change type of return
5806         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
5807
5808 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5809             Jan Kratochvil  <jan.kratochvil@redhat.com>
5810
5811         PR tdep/14222
5812         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5813         stack on a 16-byte boundary.
5814
5815 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
5816
5817         * jit.c (finalize_symtab): Set function's return type to 'void' by
5818         default.
5819
5820 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5821             H.J. Lu  <hongjiu.lu@intel.com>
5822
5823         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5824         Move bits common to both the classic LP64 and the new x32 ILP32
5825         ABI here.
5826         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5827         (amd64_x32_linux_init_abi): New function.
5828         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5829         subtype.
5830
5831         * i386-tdep.h (i386_pseudo_register_name): New prototype.
5832         * i386-tdep.c (i386_pseudo_register_name): Make public.
5833         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5834         * amd64-tdep.c (amd64_dword_names): Add "eip".
5835         (amd64_x32_pseudo_register_type): New function
5836         (amd64_x32_init_abi): New function.
5837
5838 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5839
5840         PR build/14003
5841         * inferior.h (struct inferior_suspend_state): Comment out.
5842         (struct inferior): Comment out the field suspend.
5843         * infrun.c (struct infcall_suspend_state): Comment out the field
5844         inferior_suspend.
5845         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5846         out its assignment.
5847
5848 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5849
5850         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5851         * c-exp.y (classify_inner_name): Remove caller assumptions in the
5852         function comment.  Return ERROR for unresolved cases.  Implement
5853         returning proper NAME.
5854         (yylex): Accept also NAME from classify_inner_name.
5855         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5856         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
5857         LOC_TYPEDEF type.
5858         * cp-support.h (cp_lookup_nested_type): Update its declaration.
5859
5860 2012-06-13  Tom Tromey  <tromey@redhat.com>
5861
5862         * breakpoint.c (condition_completer): New function.
5863         (_initialize_breakpoint): Use it.
5864         * value.c (complete_internalvar): New function.
5865         * value.h (complete_internalvar): Declare.
5866
5867 2012-06-13  Tom Tromey  <tromey@redhat.com>
5868
5869         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5870         * breakpoint.c (catch_syscall_completer): Return a VEC.
5871         * cli/cli-cmds.c (complete_command): Update.
5872         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5873         (complete_on_enum): Likewise.
5874         * command.h: Include gdb_vecs.h.
5875         (completer_ftype): Change return type.
5876         (complete_on_cmdlist, complete_on_enum): Likewise.
5877         * completer.c (noop_completer, filename_completer)
5878         (location_completer): Return a VEC.
5879         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
5880         to a VEC.
5881         (expression_completer, complete_line_internal, complete_line)
5882         (command_completer): Return a VEC.
5883         (gdb_completion_word_break_characters, line_completion_function):
5884         Update.
5885         * completer.h: Include gdb_vecs.h.
5886         (complete_line, noop_completer, filename_completer)
5887         (expression_completer, location_completer, command_completer):
5888         Update.
5889         * f-lang.c (f_word_break_characters): Return a VEC.
5890         * interps.c (interpreter_completer): Return a VEC.
5891         * language.h (struct language_defn)
5892         <la_make_symbol_completion_list>: Return a VEC.
5893         * python/py-cmd.c (cmdpy_completer): Return a VEC.
5894         * symtab.c (free_completion_list): Take a VEC.
5895         (return_val_size, return_val_index): Remove.
5896         (return_val): Now a VEC.
5897         (completion_list_add_name): Update.
5898         (default_make_symbol_completion_list_break_on)
5899         (default_make_symbol_completion_list, make_symbol_completion_list)
5900         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5901         Return a VEC.
5902         (add_filename_to_list): Update.
5903         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5904         <list>: Now a VEC.
5905         (maybe_add_partial_symtab_filename): Update.
5906         (make_source_files_completion_list): Return a VEC.
5907         * symtab.h (default_make_symbol_completion_list_break_on)
5908         (default_make_symbol_completion_list, make_symbol_completion_list)
5909         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5910         (make_source_files_completion_list): Update.
5911
5912 2012-06-13  Tom Tromey  <tromey@redhat.com>
5913
5914         * breakpoint.c (add_catch_command): Use completer_ftype.
5915         * breakpoint.h: Include command.h.
5916         (add_catch_command): Use completer_ftype.
5917         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5918         * cli/cli-decode.h (struct cmd_list_element) <completer>:
5919         Use completer_ftype.
5920         * command.h (completer_ftype): New typedef.
5921         (set_cmd_completer): Use it.
5922         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5923         completer_ftype.
5924
5925 2012-06-13  Pedro Alves  <palves@redhat.com>
5926
5927         Partial revert of previous change.
5928
5929         * serial.c (scb_base): New global.
5930         (serial_for_fd): New.
5931         (serial_open, serial_fdopen_ops): Link new serial in open serials
5932         chain.
5933         (do_serial_close): Unlink serial from the open serials chain.
5934
5935 2012-06-12  Pedro Alves  <palves@redhat.com>
5936
5937         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5938         threads here.
5939         (prepare_for_detach): No longer context switch here in non-stop
5940         mode.
5941         (fetch_inferior_event): Ditto.
5942         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5943         to the event thread before removing breakpoints.  Switch to the
5944         event thread before inserting breakpoints and resuming.
5945         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5946         event thread before resuming.
5947         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5948         Switch to the event thread before removing breakpoints.
5949
5950 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
5951
5952         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5953         special characters correctly for the Windows shells.  See
5954         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5955         report.
5956         [!__MINGW32__]: Remove extra double quote character from special
5957         characters.
5958
5959 2012-06-11  Stan Shebs  <stan@codesourcery.com>
5960
5961         * ui-out.h: Remove #if 0 declarations.
5962         * ui-out.c: Remove #if 0 functions.
5963
5964 2012-06-11  Pedro Alves  <palves@redhat.com>
5965
5966         * ser-base.c (run_async_handler_and_reschedule): New.
5967         (fd_event, push_event): Use it.
5968         * serial.c (serial_open, serial_fdopen_ops): Set the initial
5969         reference count to 1.
5970         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
5971         instead of xfree.
5972         (serial_is_open, serial_ref, serial_unref): New.
5973         * serial.h (serial_open): Adjust comment.
5974         (serial_is_open): Declare.
5975         (serial_close): Adjust comment.
5976         (serial_ref, serial_unref) Declare.
5977         (struct serial): New field 'refcnt'.
5978
5979 2012-06-11  Pedro Alves  <palves@redhat.com>
5980
5981         Remove #if 0'd "connect" command, and unnecessary associated
5982         refcounting and serial reuse bits.
5983
5984         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5985         * serial.c (last_serial_opened): Delete.
5986         (scb_base): Delete.
5987         (serial_open): Adjust.
5988         (serial_for_fd): Delete.
5989         (serial_fdopen_ops, do_serial_close): Adjust.
5990         (serial_fdopen_ops): Adjust.
5991
5992 2012-06-11  Pedro Alves  <palves@redhat.com>
5993
5994         * serial.c (do_serial_close): Remove early return when SCB is
5995         null.
5996
5997 2012-06-11  Tom Tromey  <tromey@redhat.com>
5998
5999         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
6000
6001 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6002
6003         Fix regression by the "ambiguous linespec" series.
6004         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
6005         get_last_displayed_symtab and get_last_displayed_line and depending
6006         on CURSAL.
6007
6008 2012-06-11  Tom Tromey  <tromey@redhat.com>
6009
6010         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
6011         (dw2_find_symbol_file): Use it.
6012
6013 2012-06-11  Michael Eager  <eager@eagercon.com>
6014
6015         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
6016         * mips-linux-tdep.h (mips_signals): New
6017
6018 2012-06-11  Tom Tromey  <tromey@redhat.com>
6019
6020         * infrun.c (handle_inferior_event)
6021         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
6022         breakpoint.
6023         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
6024         exception logic in all cases.  Update comments.
6025         (insert_longjmp_resume_breakpoint): Set the exception resume
6026         breakpoint.
6027
6028 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
6029
6030         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
6031
6032 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
6033
6034         * valarith.c (binop_types_user_defined_p): Fix a typo.
6035
6036 2012-06-08  Yao Qi  <yao@codesourcery.com>
6037             Chung-Lin Tang <cltang@codesourcery.com>
6038
6039         * arch-utils.c (default_return_in_first_hidden_param_p): New.
6040         * arch-utils.h: Declare.
6041         * gdbarch.sh: Add return_in_first_hidden_param_p.
6042         * gdbarch.c, gdbarch.h: Regenerated.
6043         * infcall.c (call_function_by_hand): Call
6044         gdbarch_return_in_first_hidden_param_p instead of
6045         language_pass_by_reference.
6046
6047         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
6048         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
6049         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
6050         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
6051         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
6052         `cplus_return_struct_by_reference'.
6053         (tic6x_return_value): Handle language cplusplus.
6054         (tic6x_return_in_first_hidden_param_p): New.
6055         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
6056
6057 2012-06-07  Doug Evans  <dje@google.com>
6058
6059         * dwarf2read.c (dwarf2_cu): Add comment.
6060
6061 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6062
6063         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
6064         variable.
6065         (mips_eabi_push_dummy_call): Likewise.
6066         (mips_n32n64_push_dummy_call): Likewise.
6067         (mips_o32_push_dummy_call): Likewise.
6068         (mips_o64_push_dummy_call): Likewise.
6069
6070 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6071
6072         * mips-tdep.c (mips_convert_register_p): Correct coding style.
6073
6074 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
6075
6076         * mips-tdep.c (mips_pseudo_register_type): Use
6077         mips_float_register_p.
6078
6079 2012-06-06  Pedro Alves  <palves@redhat.com>
6080
6081         * infrun.c (handle_inferior_event): Remove calls to
6082         reinit_frame_cache that follow a context_switch call.
6083
6084 2012-06-06  Pedro Alves  <palves@redhat.com>
6085
6086         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
6087         context_switch and remove stale comment.
6088
6089 2012-06-06  Pedro Alves  <palves@redhat.com>
6090
6091         * infrun.c (struct execution_control_state): Remove
6092         `new_thread_event' field.
6093         (handle_inferior_event): Simplify new threads handling; don't
6094         resume the inferior if we find a new thread.
6095
6096 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
6097
6098         * NEWS: Document the deprecation of SH's 'regs' command.
6099         * inferior.h (all_registers_info): Add function declaration.
6100         * sh-tdep.c (sh_show_regs): Remove variable.
6101         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
6102         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
6103         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
6104         (sh_show_regs_command): Remove functions.
6105         (sh_gdbarch_init): Don't set sh_show_regs.
6106         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
6107         'info all-registers'.
6108         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
6109         (sh64_show_regs): Remove functions.
6110         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
6111
6112 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6113
6114         * configure.ac: Move development=true below AC_INIT.
6115         * configure: Regenerate.
6116
6117 2012-06-05  Stan Shebs  <stan@codesourcery.com>
6118
6119         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
6120         gdb_stdout.
6121
6122 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
6123
6124         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
6125         argument as ssize_t.
6126         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
6127         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
6128         * target.c (target_read_stack, target_write_memory)
6129         (target_write_raw_memory): Likewise.
6130         * target.h (target_read_stack, target_write_memory)
6131         (target_write_raw_memory): Likewise.
6132
6133 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6134
6135         * symfile-mem.c: Change gdb_static_assert to ssize_t.
6136         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
6137         * target.c (target_read_memory): Change LEN to ssize_t.
6138         * target.h (target_read_memory): Change LEN to ssize_t.
6139
6140 2012-06-05  Pedro Alves  <palves@redhat.com>
6141
6142         PR backtrace/13866
6143
6144         * breakpoint.c (until_break_command): Only fetch the selected
6145         frame after decode_line_1.
6146
6147 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
6148
6149         * solib-svr4.c (enable_break): Don't fallback to setting the solib
6150         event breakpoint at _start, __start or main if a program
6151         interpreter is not found.
6152
6153 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6154
6155         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
6156         Add declaration.
6157         * windows-tdep.c: #include "objfiles.h".
6158         (windows_iterate_over_objfiles_in_search_order): New function.
6159         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
6160         iterate_over_objfiles_in_search_order gdbarch method to
6161         windows_iterate_over_objfiles_in_search_order.
6162         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
6163
6164 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6165
6166         * gdbarch.sh: Add generation of
6167         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
6168         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
6169         (iterate_over_objfiles_in_search_order): New gdbarch method.
6170         * gdbarch.h, gdbarch.c: Regenerate.
6171         * objfiles.h (default_iterate_over_objfiles_in_search_order):
6172         Add declaration.
6173         * objfiles.c (default_iterate_over_objfiles_in_search_order):
6174         New function.
6175         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6176         out of lookup_symbol_aux_symtabs.
6177         (lookup_symbol_aux_symtabs): Replace extracted-out code by
6178         call to lookup_symbol_aux_objfile.
6179         (struct global_sym_lookup_data): New type.
6180         (lookup_symbol_global_iterator_cb): New function.
6181         (lookup_symbol_global): Search for symbol using
6182         gdbarch_iterate_over_objfiles_in_search_order and
6183         lookup_symbol_global_iterator_cb.
6184         * findvar.c (struct minsym_lookup_data): New type.
6185         (minsym_lookup_iterator_cb): New function.
6186         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
6187         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
6188         and minsym_lookup_iterator_cb.
6189
6190 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6191
6192         Revert the following patch:
6193         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6194         try locating the symbol in the symbol's own objfile first, before
6195         extending the search to all objfiles.
6196         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6197         out of lookup_symbol_aux_symtabs.
6198         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6199         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6200         Do not search EXCLUDE_OBJFILE.
6201         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6202         (lookup_symbol_global): Search for matches in the block's objfile
6203         first, before searching all other objfiles.
6204
6205 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6206
6207         * breakpoint.c (find_condition_and_thread): Stop parsing
6208         as soon as the first invalid keyword is found.
6209
6210 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6211
6212         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
6213
6214 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6215
6216         * config/djgpp/djcheck.sh: Add copyright header.
6217
6218 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6219
6220         * copyright.py (update_files, main): Fix path to update-copyright
6221         script.
6222
6223 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6224
6225         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
6226         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
6227         for which a reminder to update by hand is printed.
6228
6229 2012-06-04  Doug Evans  <dje@google.com>
6230
6231         * buildsym.c (make_blockvector): Add comment.
6232
6233 2012-06-04  Pedro Alves  <palves@redhat.com>
6234
6235         * arch-utils.c (default_gdb_signal_from_target): Delete.
6236         * arch-utils.h (default_gdb_signal_from_target): Delete.
6237         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
6238         gdbarch_gdb_signal_from_target_p.
6239         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
6240         predicate).
6241         * gdbarch.h: Regenerate.
6242         * gdbarch.c: Regenerate.
6243
6244 2012-06-04  Pedro Alves  <palves@redhat.com>
6245
6246         * gdbarch.sh (gdb_signal_from_target): Mention that the
6247         implementation of the method must be host independent.
6248         * gdbarch.h: Regenerate.
6249
6250 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
6251
6252         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
6253         parameters.
6254         (target_read_memory_bfd): New function.
6255         (symbol_file_add_from_memory): Use it.
6256
6257 2012-06-03  Doug Evans  <dje@google.com>
6258
6259         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
6260         of primary symtab.
6261         (basic_lookup_transparent_type): Ditto.
6262
6263         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
6264         (ALL_PRIMARY_SYMTABS): Use it.
6265         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
6266         * dwarf2read.c (dw2_find_symbol_file): Ditto.
6267         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
6268         * symtab.c (lookup_symbol_aux_objfile): Ditto.
6269         (basic_lookup_transparent_type): Ditto.
6270
6271 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
6272
6273         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
6274         it to optimize resolution of demangled name.
6275
6276 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6277
6278         * configure.ac (development): Define new variable.
6279         Call AC_CHECK_LIB for mcheck if $development.
6280         (ERROR_ON_WARNING): Enable it by default only if $development.
6281         * config.in: Regenerate.
6282         * configure: Regenerate.
6283
6284 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
6285
6286         * target.c (target_read_memory): Make LEN argument as size_t.
6287         * target.h (target_read_memory): Likewise.
6288
6289 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6290
6291         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
6292
6293 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6294
6295         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6296         BookE interface for PowerPC server processors if not available
6297         in the Linux Kernel.
6298
6299 2012-05-31  Keith Seitz  <keiths@redhat.com>
6300
6301         * linespec.c (decode_objc): Add cleanup to free
6302         INFO.FILE_SYMTABS.
6303         (find_linespec_symbols): Add cleanup to free CLASSES.
6304         * symfile.c (find_separate_debug_file_by_debuglink): Add
6305         cleanup to free DEBUGLINK.
6306         * ui-out.c (clear_header_list): No need to check if
6307         HEADER_NEXT.COLHDR is NULL.
6308         Free HEADER_NEXT.COL_NAME.
6309
6310 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6311
6312         * ada-lang.c (standard_lookup): Prevent uninitialized variable
6313         warning.
6314
6315 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
6316
6317         * configure.host (gdb_host_cpu): Handle tilegx*.
6318         (gdb_host): Handle tilegx-*-linux*.
6319         * tilegx-linux-nat.c: New file.
6320         * config/tilegx/linux.mh: New file.
6321
6322 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
6323
6324         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6325         tilegx-linux-tdep.o.
6326         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6327         tilegx-linux-tdep.c.
6328         * configure.tgt: Handle tilegx-*-linux*.
6329         * tilegx-tdep.h: New file.
6330         * tilegx-tdep.c: New file.
6331         * tilegx-linux-tdep.c: New file.
6332         * regformats/reg-tilegx.dat: New file.
6333
6334 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6335
6336         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6337         accounting of hw watchpoints on ppc.
6338
6339 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
6340
6341         * source.c (openp): Expand tilde in path entries.
6342
6343 2012-05-29  Doug Evans  <dje@google.com>
6344
6345         * buildsym.c (block_compar): Fix comment.
6346         (end_symtab): Fix and clarify some comments.
6347
6348         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6349         cleanup_undefined_types.
6350         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6351         All callers updated.
6352
6353 2012-05-29  Tom Tromey  <tromey@redhat.com>
6354
6355         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6356         fails.
6357         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6358         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6359         fails.
6360         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6361         fails.
6362
6363 2012-05-29  Tristan Gingold  <gingold@adacore.com>
6364
6365         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6366         (struct darwin_info): ... New struct.
6367         (solib_darwin_pspace_data): New variable.
6368         (darwin_pspace_data_cleanup): New function.
6369         (get_darwin_info): Likewise.
6370         (darwin_dyld_version_ok, darwin_load_image_infos)
6371         (darwin_solib_get_all_image_info_addr_at_init)
6372         (darwin_solib_read_all_image_info_addr): Add info argument.
6373         Adjust code.
6374         (darwin_current_sos): Use per pspace structure.
6375         (darwin_solib_create_inferior_hook): Likewise.
6376         (darwin_clear_solib): Likewise.
6377         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6378
6379 2012-05-28  Pedro Alves  <palves@redhat.com>
6380
6381         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6382         block that uses them.  Clear ecss before handling each event.
6383
6384 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6385
6386         * solib-svr4.c (svr4_current_sos): New comment on
6387         svr4_current_sos_via_xfer_libraries fall back.
6388
6389 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6390
6391         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
6392         it as a fallback for TYPE_IS_OPAQUE.
6393         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6394         symbols for lookup_symbol.
6395
6396 2012-05-24  John Steele Scott  <toojays@toojays.net>
6397
6398         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6399         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6400         (producer_is_gxx_lt_4_6): Move the checking and caching to...
6401         (check_producer): ... this new function, which also checks for ICC
6402         and caches the result.
6403         (producer_is_icc): New function.
6404         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6405         producer was ICC.
6406
6407 2012-05-24  Pedro Alves  <palves@redhat.com>
6408
6409         PR gdb/7205
6410
6411         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6412         (default_gdb_signal_to_target): ... this.  Add comment.
6413         (default_gdb_signal_from_host): Rename to ...
6414         (default_gdb_signal_from_target): ... this.  Add comment.
6415         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6416         (default_gdb_signal_to_target): ... this.
6417         (default_gdb_signal_from_host): Rename to ...
6418         (default_gdb_signal_from_target): ... this.
6419         * corelow.c (core_open): Adjust to naming change.  Replace comment.
6420         * gdbarch.sh (gdb_signal_from_host): Rename to ...
6421         (gdb_signal_from_target): ... this.  Adjust to
6422         default_gdb_signal_from_host naming change.  Extend comment.
6423         (gdb_signal_to_host): Rename to ...
6424         (gdb_signal_to_target): ... this.  Adjust to
6425         default_gdb_signal_to_host naming change.
6426         * gdbarch.h, gdbarch.c: Renegerate.
6427
6428 2012-05-24  Pedro Alves  <palves@redhat.com>
6429
6430         PR gdb/7205
6431
6432         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6433
6434 2012-05-24  Pedro Alves  <palves@redhat.com>
6435
6436         PR gdb/7205
6437
6438         Replace target_signal with gdb_signal throughout.
6439
6440 2012-05-24  Pedro Alves  <palves@redhat.com>
6441
6442         PR tui/14159
6443
6444         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6445         string, instead of reusing the va_list argument.
6446
6447 2012-05-24  Tom Tromey  <tromey@redhat.com>
6448
6449         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6450         Remove.
6451
6452 2012-05-23  Doug Evans  <dje@google.com>
6453
6454         * symtab.c (search_symbols): Formatting fixes.
6455         (print_symbol_info): Formatting fixes.
6456
6457         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6458         int64_t change to leb128 API.
6459         (read_encoded_value, decode_frame_entry_1): Ditto.
6460         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6461         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6462         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6463         (execute_stack_op): Ditto.
6464         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6465         (safe_read_uleb128, safe_read_sleb128): Ditto.
6466         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6467         (dwarf2_compile_expr_to_ax): Ditto.
6468         (locexpr_describe_location_piece): Ditto.
6469         (disassemble_dwarf_expression): Ditto.
6470         (locexpr_describe_location_1): Ditto.
6471
6472 2012-05-23  Stan Shebs  <stan@codesourcery.com>
6473             Kwok Cheung Yeung  <kcy@codesourcery.com>
6474
6475         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6476         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6477         (mi-cmd-info.o): New rule.
6478         * osdata.h (info_osdata_command): New declaration.
6479         * osdata.c (info_osdata_command): Change to non-static.
6480         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6481         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6482         * mi/mi-cmd-info.c: New file.
6483
6484 2012-05-23  Doug Evans  <dje@google.com>
6485
6486         * symtab.c (search_symbols): Pass NULL for file_matcher to
6487         expand_symtabs_matching if there are no files to match.
6488
6489         * gdbtypes.c (lookup_typename): Simplify.
6490
6491 2012-05-23  Pedro Alves  <palves@redhat.com>
6492
6493         * arch-utils.h (default_target_signal_to_host): Delete.
6494         * arch-utils.c (default_target_signal_to_host): Delete.
6495         * gdbarch.sh (target_signal_to_host): Remove.
6496         * gdbarch.h, gdbarch.c: Regenerate.
6497
6498 2012-05-22  Doug Evans  <dje@google.com>
6499
6500         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6501         "const gdb_byte *".
6502         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6503         (execute_cfa_program): Update to match API of leb128 functions.
6504         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6505         "const gdb_byte *".
6506         (read_unsigned_leb128, read_signed_leb128): Delete.
6507         (read_initial_length): Change type of buf argument to
6508         "const gdb_byte *".
6509         (read_encoded_value): Update to match API of leb128 functions.
6510         (decode_frame_entry): Change result to "const gdb_byte *", and
6511         similarly for "start" parameter.
6512         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
6513         (dwarf2_build_frame_info): Change local frame_ptr to
6514         "const gdb_byte *".
6515         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6516         read_uleb128, read_sleb128.  All callers updated.
6517         (safe_skip_leb128): New function.
6518         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6519         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6520         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6521         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
6522         read_uleb128, read_sleb128.
6523         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6524         (execute_stack_op): Update to match API of leb128 functions.
6525         * dwarf2expr.h: #include "leb128.h".
6526         (read_uleb128, read_sleb128): Delete.
6527         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6528         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6529         * dwarf2loc.c (debug_loc_kind): New enum.
6530         (decode_debug_loc_addresses): New function.
6531         (decode_debug_loc_dwo_addresses): New function.
6532         (dwarf2_find_location_expression): Rewrite.
6533         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6534         (locexpr_describe_location_piece): Ditto.
6535         (disassemble_dwarf_expression): Ditto.
6536         (locexpr_describe_location_1): Ditto.
6537         (loclist_describe_location): Rewrite.
6538         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6539         * dwarf2read.c (die_reader_specs): New member "buffer_end".
6540         (dwarf2_section_buffer_overflow_complaint): Renamed from
6541         dwarf2_macros_too_long_complaint.  All callers updated.
6542         (skip_leb128): Delete.
6543         (init_cu_die_reader): Initialize reader->buffer_end.
6544         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6545         (skip_form_bytes): New arg buffer_end.  All callers updated.
6546         Replace call to skip_leb128 with gdb_skip_leb128.
6547         (skip_unknown_opcode): New arg mac_end.  All callers updated.
6548         (fill_in_loclist_baton): Initialize baton->from_dwo.
6549
6550 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
6551
6552         * mips-linux-nat.c (mips_linux_read_description): Use a more
6553         verbose error message.
6554
6555 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
6556
6557         * NEWS: Add MIPS/Linux DSP support.
6558         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6559         (SIGCONTEXT_DSPCTL): New macro.
6560         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6561         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6562         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6563         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6564         (N64_SIGCONTEXT_HI3): Likewise.
6565         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6566         (N64_SIGCONTEXT_LO3): Likewise.
6567         (N64_SIGCONTEXT_DSPCTL): Likewise.
6568         (N64_SIGCONTEXT_FPCSR): Clarify definition.
6569         (mips_linux_o32_sigframe_init): Handle DSP registers.
6570         (mips_linux_n32n64_sigframe_init): Likewise.
6571
6572 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6573
6574         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6575         call to abort.
6576
6577 2012-05-22  Pedro Alves  <palves@redhat.com>
6578
6579         * target.h (store_waitstatus): Move declaration ...
6580         * inf-child.h (store_waitstatus): ... here.
6581         * target.c: Move inclusion of gdb_wait.h, and ...
6582         (store_waitstatus): ... this ...
6583         * inf-child.c: ... here.
6584         * linux-nat.c: Include inf-child.h.
6585         * rs6000-nat.c: Include inf-child.h.
6586         * spu-linux-nat.c: Include inf-child.h.
6587
6588 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6589
6590         * tracepoint.c (start_tracing): Add missing i18n markup.
6591         (stop_tracing, set_trace_user): Ditto.
6592         (set_trace_notes, set_trace_stop_notes): Ditto.
6593
6594 2012-05-21  Tom Tromey  <tromey@redhat.com>
6595
6596         PR c++/7173:
6597         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6598         types.
6599         * value.h (value_cast_pointers): Update.
6600         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6601         (value_cast): Update.
6602         (update_search_result): New function.
6603         (do_search_struct_field): New, from search_struct_field.  Check
6604         for ambiguous results.
6605         (search_struct_field): Rewrite.
6606         * infcall.c (value_arg_coerce): Update.
6607         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6608         value_cast_pointers.
6609         * ada-lang.c (ada_convert_actual): Update.
6610
6611 2012-05-21  Tom Tromey  <tromey@redhat.com>
6612
6613         * macroexp.c (macro_stringify): Terminate the string.
6614
6615 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6616
6617         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6618         Describe it.
6619         * auto-load.c (auto_load_expand_dir_vars): New function.
6620         (auto_load_safe_path_vec_update): Use it, remove the
6621         substitute_path_component call thanks to it.
6622         (auto_load_objfile_script): Remove the debug_file_directory processing.
6623         Use auto_load_expand_dir_vars, remove the substitute_path_component
6624         call thanks to it.
6625         * configure: Regenerate.
6626         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6627         path.  Escape $ also for $debugdir.
6628         (--with_auto_load_safe_path): Escape $ also for $debugdir.
6629         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6630
6631 2012-05-20  Doug Evans  <dje@google.com>
6632
6633         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6634         before use.  Check for symtab->includes == NULL before scanning it.
6635
6636 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6637
6638         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6639
6640 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6641
6642         * NEWS: Add microMIPS support and "set mips compression",
6643         "show mips compression" commands.
6644         * mips-tdep.h (mips_isa): New enum.
6645         (gdbarch_tdep): Add mips_isa.
6646         (mips_pc_is_mips16): Update prototype.
6647         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6648         * mips-tdep.c (mips_compression_mips16): New variable.
6649         (mips_compression_micromips): Likewise.
6650         (mips_compression_strings): Likewise.
6651         (mips_compression_string): Likewise.
6652         (is_mips16_isa, is_micromips_isa): New functions.
6653         (is_mips16_addr): Rename to...
6654         (is_compact_addr): ... this.
6655         (unmake_mips16_addr): Likewise to...
6656         (unmake_compact_addr): ... this.
6657         (make_mips16_addr): Likewise to...
6658         (make_compact_addr): ... this.
6659         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6660         functions.
6661         (mips_elf_make_msymbol_special): Handle microMIPS code.
6662         (msymbol_is_special): Rename to...
6663         (msymbol_is_mips16): ... this.
6664         (mips_make_symbol_special, mips_pc_is_mips16): Update
6665         accordingly.
6666         (msymbol_is_mips, msymbol_is_micromips): New functions.
6667         (mips16_to_32_reg): Rename to...
6668         (mips_reg3_to_reg): ... this.
6669         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6670         (mips_pc_isa): Likewise.
6671         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6672         code.
6673         (mips_fetch_instruction): Pass return status instead of printing
6674         an error message if requested.  Handle microMIPS code.  Bail out
6675         on an invalid ISA.
6676         (micromips_op): New macro.
6677         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6678         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6679         (b6s4_op, b7s3_reg): Likewise.
6680         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6681         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6682         (mips_insn_size): New function.
6683         (mips32_next_pc): Update mips_fetch_instruction call.
6684         (micromips_relative_offset7): New function.
6685         (micromips_relative_offset10): Likewise.
6686         (micromips_relative_offset16): Likewise.
6687         (micromips_pc_insn_size): Likewise.
6688         (micromips_bc1_pc): Likewise.
6689         (micromips_next_pc): Likewise.
6690         (unpack_mips16): Update mips_fetch_instruction call.
6691         (extended_mips16_next_pc): Update according to change to
6692         mips16_to_32_reg.
6693         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
6694         code.
6695         (mips16_scan_prologue): Update mips_fetch_instruction call.
6696         Update according to change to mips16_to_32_reg.
6697         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6698         (mips_insn16_frame_base_sniffer): Likewise.
6699         (micromips_decode_imm9): New function.
6700         (micromips_scan_prologue): Likewise.
6701         (mips_micro_frame_cache): Likewise.
6702         (mips_micro_frame_this_id): Likewise.
6703         (mips_micro_frame_prev_register): Likewise.
6704         (mips_micro_frame_sniffer): Likewise.
6705         (mips_micro_frame_unwind): New variable.
6706         (mips_micro_frame_base_address): New function.
6707         (mips_micro_frame_base): New variable.
6708         (mips_micro_frame_base_sniffer): New function.
6709         (mips32_scan_prologue): Update mips_fetch_instruction call.
6710         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6711         rather than for MIPS16.
6712         (mips_insn32_frame_base_sniffer): Likewise.
6713         (mips_addr_bits_remove): Handle microMIPS code.
6714         (deal_with_atomic_sequence): Rename to...
6715         (mips_deal_with_atomic_sequence): ... this.  Update the type
6716         of the variable used to hold an instruction.  Remove the ISA bit
6717         check.  Update mips_fetch_instruction call.
6718         (micromips_deal_with_atomic_sequence): New function.
6719         (deal_with_atomic_sequence): Likewise.
6720         (mips_about_to_return): Handle microMIPS code.  Update
6721         mips_fetch_instruction call.
6722         (heuristic_proc_start): Check for the standard MIPS ISA rather
6723         than for MIPS16.  Update mips_pc_is_mips16 and
6724         mips_fetch_instruction calls.  Handle microMIPS code.
6725         (mips_push_dummy_code): Handle microMIPS code.
6726         (mips_eabi_push_dummy_call): Likewise.
6727         (mips_o32_return_value): Update mips_pc_is_mips16 call.
6728         (mips_o64_push_dummy_call): Handle microMIPS code.
6729         (mips_o64_return_value): Update mips_pc_is_mips16 call.
6730         (is_delayed): Remove function.
6731         (mips_single_step_through_delay): Replace the call to is_delayed
6732         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
6733         Handle microMIPS code.
6734         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
6735         microMIPS code.
6736         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6737         call.
6738         (micromips_in_function_epilogue_p): New function.
6739         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6740         call.
6741         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6742         Handle microMIPS.
6743         (gdb_print_insn_mips): Likewise.
6744         (mips_breakpoint_from_pc): Likewise.
6745         (mips_remote_breakpoint_from_pc): New function.
6746         (mips32_instruction_has_delay_slot): Simplify making use of the
6747         updated mips_fetch_instruction interface.
6748         (micromips_instruction_has_delay_slot): New function.
6749         (mips16_instruction_has_delay_slot): Simplify making use of the
6750         updated mips_fetch_instruction interface.
6751         (mips_adjust_breakpoint_address): Check for the standard MIPS
6752         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
6753         calls.  Handle microMIPS code.
6754         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6755         (mips_skip_trampoline_code): Handle microMIPS code.
6756         (global_mips_compression): New function.
6757         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6758         file flags.  Register the microMIPS remote breakpoint handler
6759         and heuristic frame unwinder.
6760         (show_mips_compression): New function.
6761         (_initialize_mips_tdep): Add the "set mips compression" and
6762         "show mips compression" commands.
6763
6764 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
6765
6766         * ada-lang.c:
6767         * ada-tasks.c:
6768         * ada-varobj.c:
6769         * amd64-darwin-tdep.c:
6770         * arm-symbian-tdep.c:
6771         * arm-tdep.c:
6772         * avr-tdep.c:
6773         * ax-gdb.c:
6774         * bfin-linux-tdep.c:
6775         * breakpoint.c:
6776         * c-valprint.c:
6777         * cli/cli-cmds.c:
6778         * coffread.c:
6779         * cp-support.c:
6780         * cris-tdep.c:
6781         * dwarf2-frame-tailcall.c:
6782         * dwarf2-frame.c:
6783         * dwarf2expr.c:
6784         * dwarf2loc.c:
6785         * dwarf2read.c:
6786         * elfread.c:
6787         * eval.c:
6788         * expprint.c:
6789         * f-valprint.c:
6790         * frv-tdep.c:
6791         * h8300-tdep.c:
6792         * hppa-hpux-tdep.c:
6793         * hppa-tdep.c:
6794         * hppanbsd-tdep.c:
6795         * i386-nto-tdep.c:
6796         * i386-tdep.c:
6797         * i387-tdep.c:
6798         * ia64-tdep.c:
6799         * jit.c:
6800         * linespec.c:
6801         * linux-tdep.c:
6802         * lm32-tdep.c:
6803         * m2-valprint.c:
6804         * m32c-tdep.c:
6805         * m32r-rom.c:
6806         * m32r-tdep.c:
6807         * m68k-tdep.c:
6808         * m68klinux-tdep.c:
6809         * mi/mi-main.c:
6810         * microblaze-tdep.c:
6811         * mips-linux-tdep.c:
6812         * mips-tdep.c:
6813         * mn10300-tdep.c:
6814         * p-valprint.c:
6815         * parse.c:
6816         * ppc-linux-tdep.c:
6817         * ppc-sysv-tdep.c:
6818         * printcmd.c:
6819         * python/py-finishbreakpoint.c:
6820         * python/py-inferior.c:
6821         * python/py-infthread.c:
6822         * python/py-type.c:
6823         * python/python.c:
6824         * remote-fileio.c:
6825         * remote-m32r-sdi.c:
6826         * remote-mips.c:
6827         * reverse.c:
6828         * rl78-tdep.c:
6829         * rs6000-aix-tdep.c:
6830         * rs6000-tdep.c:
6831         * s390-tdep.c:
6832         * score-tdep.c:
6833         * sh64-tdep.c:
6834         * skip.c:
6835         * solib-darwin.c:
6836         * solib-dsbt.c:
6837         * solib-frv.c:
6838         * sparc-tdep.c:
6839         * spu-multiarch.c:
6840         * spu-tdep.c:
6841         * stack.c:
6842         * symfile.c:
6843         * symtab.c:
6844         * tic6x-tdep.c:
6845         * tracepoint.c:
6846         * v850-tdep.c:
6847         * valarith.c:
6848         * valprint.c:
6849         * value.c:
6850         * xcoffread.c:
6851         * xtensa-tdep.c:
6852         * ada-lang.c:
6853         * ada-tasks.c:
6854         * ada-varobj.c:
6855         * amd64-darwin-tdep.c:
6856         * arm-symbian-tdep.c:
6857         * arm-tdep.c: Delete unused variables.
6858
6859 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6860
6861         Rename $ddir to $datadir.
6862         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6863         * auto-load.c (auto_load_safe_path_vec_update)
6864         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6865         * configure: Regenerate.
6866         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6867         Likewise.  Remove the 'use $ddir' help string.
6868
6869 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6870
6871         * auto-load.c (show_auto_load_safe_path): Accept any combination of
6872         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6873
6874 2012-05-18  Tom Tromey  <tromey@redhat.com>
6875
6876         PR exp/13907:
6877         * valprint.h (struct value_print_options) <symbol_print>: New
6878         field.
6879         * valprint.c (user_print_options): Add default for symbol_print.
6880         (show_symbol_print): New function.
6881         (generic_val_print): Respect symbol_print.
6882         (_initialize_valprint): Add "print symbol" setting.
6883         * f-valprint.c (f_val_print): Respect symbol_print.
6884         * c-valprint.c (c_val_print): Respect symbol_print.
6885         * NEWS: Update.
6886         * printcmd.c (print_address_symbolic): Return int.  Ignore some
6887         zero-size symbols.
6888         (print_address_demangle): Return int.
6889         * defs.h: (print_address_symbolic): Return int.
6890         * value.h (print_address_demangle): Return int.
6891
6892 2012-05-18  Tom Tromey  <tromey@redhat.com>
6893
6894         * valprint.c (val_print_string): Don't print leading space.
6895         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6896         print space before string or vtbl.
6897         * m2-valprint.c (print_unpacked_pointer): Optionally print space
6898         before string.
6899         * jv-valprint.c (java_value_print): Print space before string.
6900         * go-valprint.c (print_go_string): Print space before string.
6901         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6902         space before string.
6903         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6904         space before string or vtbl.
6905         * auxv.c (fprint_target_auxv): Print space after address.
6906
6907 2012-05-18  Tom Tromey  <tromey@redhat.com>
6908
6909         * printcmd.c (print_address_demangle): Remove special case for 0.
6910
6911 2012-05-18  Tom Tromey  <tromey@redhat.com>
6912
6913         * printcmd.c (print_address_demangle): Add 'opts' argument.
6914         * p-valprint.c (pascal_val_print): Update.
6915         * jv-valprint.c (java_val_print): Update.
6916         * value.h: Update.
6917         * valprint.c (generic_val_print): Update.
6918         (print_function_pointer_address): Add 'options' argument.  Remove
6919         'addressprint' argument.  Update.
6920         * m2-valprint.c (print_unpacked_pointer): Update.
6921         * gnu-v3-abi.c (print_one_vtable): Update.
6922         (gnuv3_print_method_ptr): Update.
6923         * f-valprint.c (f_val_print): Update.
6924         * cp-valprint.c (cp_print_value_fields): Update.
6925         * valprint.h (print_function_pointer_address): Update.
6926         * c-valprint.c (c_val_print): Update.
6927
6928 2012-05-18  Tom Tromey  <tromey@redhat.com>
6929
6930         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6931         directly corresponding to the found psymtab.
6932         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6933         (dw2_find_pc_sect_symtab): Use it.
6934         * block.h (blockvector_contains_pc): Declare.
6935         * block.c (find_block_in_blockvector): New function.
6936         (blockvector_for_pc_sect): Use it.
6937         (blockvector_contains_pc): New function.
6938
6939 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6940
6941         * mips-tdep.h (mips_write_pc): New prototype.
6942         * mips-tdep.c (mips_write_pc): Make external, add description.
6943         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6944         add description.
6945
6946 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6947
6948         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6949         mips_regnum->pc.
6950         (mips_unwind_pc, mips_write_pc): Likewise.
6951         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6952         gdbarch_read_pc.
6953
6954 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
6955
6956         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6957         proc_warn, proc_error, proc_get_status, proc_flags,
6958         proc_why, proc_what, proc_nsysarg, proc_sysargs,
6959         proc_set_run_on_last_close, proc_unset_run_on_last_close,
6960         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6961         proc_stop_process, proc_wait_for_stop, proc_run_process,
6962         proc_set_traced_signals, proc_set_traced_faults,
6963         proc_set_traced_sysentry, proc_set_traced_sysexit,
6964         proc_set_held_signals, proc_get_held_signals,
6965         proc_get_traced_signals, proc_get_traced_faults,
6966         proc_get_traced_sysentry, proc_get_traced_sysexit,
6967         proc_clear_current_fault, proc_set_current_signal,
6968         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6969         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6970         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6971         proc_get_current_thread, proc_get_current_thread,
6972         proc_get_current_thread, proc_update_threads,
6973         proc_update_threads, proc_update_threads, proc_update_threads,
6974         proc_iterate_over_threads, procfs_find_new_threads,
6975         procfs_pid_to_str): Make static.  Remove advance declaration.
6976         (proc_cursig): Make static.  Conditionalized defintion on
6977         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6978         (proc_syscall, proc_set_kill_on_last_close,
6979         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6980         proc_get_pending_signals, proc_get_signal_actions,
6981         proc_trace_signal, proc_ignore_signal): Delete.
6982
6983 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
6984
6985         * coffread.c (cs_section_address): Passing proper argument for
6986         `bfd_get_section_vma'.
6987         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6988         `bfd_get_section_flags'.
6989         * remote.c (remote_trace_set_readonly_regions): Likewise, for
6990         `bfd_get_section_vma'.
6991
6992 2012-05-16  Tom Tromey  <tromey@redhat.com>
6993
6994         PR macros/13205:
6995         * macrotab.h: (macro_define_special): Declare.
6996         (enum macro_special_kind): New.
6997         (struct macro_definition) <argc, replacement>: Update comments.
6998         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6999         (macro_define_object_internal): New function.
7000         (macro_define_object): Use it.
7001         (macro_define_special): New function.
7002         (fixup_definition): New function.
7003         (macro_lookup_definition, foreach_macro_in_scope)
7004         (foreach_macro): Use fixup_definition.
7005         * macroexp.h (macro_stringify): Declare.
7006         * macroexp.c (free_buffer_return_text): New function.
7007         (stringify): Constify "arg".
7008         (macro_stringify): New function.
7009         * dwarf2read.c (macro_start_file): Call macro_define_special.
7010
7011 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
7012             Maciej W. Rozycki  <macro@mips.com>
7013
7014         * breakpoint.h (bp_location): Add related_address member.
7015         * inferior.h (get_return_value): Take a pointer to struct value
7016         instead of struct type for the function requested.
7017         * value.h (using_struct_return): Likewise.
7018         * gdbarch.sh (return_value): Take a pointer to struct value
7019         instead of struct type for the function requested.
7020         * breakpoint.c (set_breakpoint_location_function): Initialize
7021         related_address for bp_gnu_ifunc_resolver breakpoints.
7022         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
7023         requested function's address to gdbarch_return_value.
7024         * eval.c (evaluate_subexp_standard): Pass the requested
7025         function's address to using_struct_return.
7026         * infcall.c (call_function_by_hand): Pass the requested
7027         function's address to using_struct_return and
7028         gdbarch_return_value.
7029         * infcmd.c (get_return_value): Take a pointer to struct value
7030         instead of struct type for the function requested.
7031         (print_return_value): Update accordingly.
7032         (finish_command_continuation): Likewise.
7033         * stack.c (return_command): Pass the requested function's
7034         address to using_struct_return and gdbarch_return_value.
7035         * value.c (using_struct_return): Take a pointer to struct value
7036         instead of struct type for the function requested.  Pass the
7037         requested function's address to gdbarch_return_value.
7038         * python/py-finishbreakpoint.c (finish_breakpoint_object):
7039         New function_value member, replacing function_type.
7040         (bpfinishpy_dealloc): Update accordingly.
7041         (bpfinishpy_pre_stop_hook): Likewise.
7042         (bpfinishpy_init): Likewise.  Record the requested function's
7043         address.
7044         * mips-tdep.c (mips_fval_reg): New enum.
7045         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
7046         words put in GP registers.
7047         (mips_o64_push_dummy_call): Update a comment.
7048         (mips_o32_return_value): Take a pointer to struct value instead
7049         of struct type for the function requested and use it to check if
7050         using the MIPS16 calling convention.  Return the designated
7051         general purpose registers for floating-point values returned in
7052         MIPS16 mode.
7053         (mips_o64_return_value): Likewise.
7054         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
7055         (ppc_sysv_abi_broken_return_value): Likewise.
7056         (ppc64_sysv_abi_return_value): Likewise.
7057         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
7058         value instead of struct type for the function requested.
7059         * amd64-tdep.c (amd64_return_value): Likewise.
7060         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
7061         * arm-tdep.c (arm_return_value): Likewise.
7062         * avr-tdep.c (avr_return_value): Likewise.
7063         * bfin-tdep.c (bfin_return_value): Likewise.
7064         * cris-tdep.c (cris_return_value): Likewise.
7065         * frv-tdep.c (frv_return_value): Likewise.
7066         * h8300-tdep.c (h8300_return_value): Likewise.
7067         (h8300h_return_value): Likewise.
7068         * hppa-tdep.c (hppa32_return_value): Likewise.
7069         (hppa64_return_value): Likewise.
7070         * i386-tdep.c (i386_return_value): Likewise.
7071         * ia64-tdep.c (ia64_return_value): Likewise.
7072         * iq2000-tdep.c (iq2000_return_value): Likewise.
7073         * lm32-tdep.c (lm32_return_value): Likewise.
7074         * m32c-tdep.c (m32c_return_value): Likewise.
7075         * m32r-tdep.c (m32r_return_value): Likewise.
7076         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
7077         * m68k-tdep.c (m68k_return_value): Likewise.
7078         (m68k_svr4_return_value): Likewise.
7079         * m88k-tdep.c (m88k_return_value): Likewise.
7080         * mep-tdep.c (mep_return_value): Likewise.
7081         * microblaze-tdep.c (microblaze_return_value): Likewise.
7082         * mn10300-tdep.c (mn10300_return_value): Likewise.
7083         * moxie-tdep.c (moxie_return_value): Likewise.
7084         * mt-tdep.c (mt_return_value): Likewise.
7085         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
7086         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
7087         (ppc_sysv_abi_broken_return_value): Likewise.
7088         (ppc64_sysv_abi_return_value): Likewise.
7089         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
7090         * rl78-tdep.c (rl78_return_value): Likewise.
7091         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
7092         * rx-tdep.c (rx_return_value): Likewise.
7093         * s390-tdep.c (s390_return_value): Likewise.
7094         * score-tdep.c (score_return_value): Likewise.
7095         * sh-tdep.c (sh_return_value_nofpu): Likewise.
7096         (sh_return_value_fpu): Likewise.
7097         * sh64-tdep.c (sh64_return_value): Likewise.
7098         * sparc-tdep.c (sparc32_return_value): Likewise.
7099         * sparc64-tdep.c (sparc64_return_value): Likewise.
7100         * spu-tdep.c (spu_return_value): Likewise.
7101         * tic6x-tdep.c (tic6x_return_value): Likewise.
7102         * v850-tdep.c (v850_return_value): Likewise.
7103         * vax-tdep.c (vax_return_value): Likewise.
7104         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
7105         * xtensa-tdep.c (xtensa_return_value): Likewise.
7106         * gdbarch.c: Regenerate.
7107         * gdbarch.h: Regenerate.
7108
7109 2012-05-15  Tom Tromey  <tromey@redhat.com>
7110
7111         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
7112
7113 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7114
7115         * breakpoint.c (init_breakpoint_sal): Add quotes around part
7116         of command in two error message.
7117
7118 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7119
7120         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
7121
7122 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
7123
7124         * breakpoint.c (find_condition_and_thread): Minor reformatting.
7125
7126 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7127
7128         * NEWS (show auto-load scripts-directory): Add forgotten command.
7129
7130 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
7131
7132         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
7133         parameters.
7134
7135 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
7136
7137         * amd64-tdep.c: Include features/i386/x32.c and
7138         features/i386/x32-avx.c.
7139         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
7140         initialize_tdesc_x32_avx.
7141
7142 2012-05-14  Stan Shebs  <stan@codesourcery.com>
7143
7144         Add dynamic printf.
7145         * breakpoint.h (enum bptype): New type bp_dprintf.
7146         (struct breakpoint): New field extra_string.
7147         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
7148         (create_breakpoint): Add extra_string arg.
7149         * breakpoint.c (dprintf_breakpoint_ops): New.
7150         (is_breakpoint): Add bp_dprintf.
7151         (bpstat_what): Add dprintf case.
7152         (bptype_string): Ditto.
7153         (print_one_breakpoint_location): Ditto.
7154         (init_bp_location): Ditto.
7155         (bkpt_print_mention): Ditto.
7156         (dprintf_style_enums): New array.
7157         (dprintf_style): New global.
7158         (dprintf_function): New global.
7159         (dprintf_channel): New global.
7160         (update_dprintf_command_list): New function.
7161         (update_dprintf_commands): New function.
7162         (init_breakpoint_sal): Add extra_string argument, handle it.
7163         (create_breakpoint_sal): Add extra_string argument.
7164         (create_breakpoints_sal): Add extra_string argument, update callers.
7165         (find_condition_and_thread): Add extra argument.
7166         (create_breakpoint): Add extra_string argument, record it.
7167         (dprintf_command): New function.
7168         (break_command_1): Add arg to create_breakpoint call.
7169         (handle_gnu_v3_exceptions): Ditto.
7170         (trace_command): Ditto.
7171         (ftrace_command): Ditto.
7172         (strace_command): Ditto.
7173         (bkpt_print_mention): Add dprintf case.
7174         (create_breakpoint_sal_default): Add extra_string argument.
7175         (_initialize_breakpoint): Add new commands.
7176         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
7177         * python/py-breakpoint.c (bppy_init): Ditto.
7178         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7179
7180 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
7181
7182         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
7183
7184 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
7185
7186         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
7187         unsigned long long.
7188
7189 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
7190
7191         Add a new function gdb.find_pc_line to the Python API.
7192         * NEWS (Python Scripting): Add entry about the new function.
7193         * python/python.c (gdbpy_find_pc_line): New function which
7194         implements gdb.find_pc_line.
7195         (GdbMethods): Add entry for the new function.
7196
7197 2012-05-12  Pedro Alves  <palves@redhat.com>
7198
7199         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
7200         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
7201
7202 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
7203
7204         * inferior.c: Include completer.h
7205         (initialize_inferiors): Set completer of add-inferior to
7206         filename_completer.
7207
7208 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7209
7210         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
7211         gdbarch_ptr_bit for x32 core dump.
7212
7213 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7214
7215         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
7216         and features/i386/x32-avx-linux.c.
7217
7218 2012-05-11  Stan Shebs  <stan@codesourcery.com>
7219             Kwok Cheung Yeung  <kcy@codesourcery.com>
7220
7221         * NEWS: Describe new info os commands.
7222         * common/linux-osdata.c (PID_T, TIME_T): Define.
7223         (MAX_PID_T_STRLEN): New.
7224         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
7225         MAX_PID_T_STRLEN.
7226         (command_from_pid): Add comment.  Change to use PID_T.
7227         (commandline_from_pid):  Change to use PID_T.
7228         (user_from_pid): Add comment.
7229         (get_process_owner): Add comment. Change to use PID_T and
7230         MAX_PID_T_STRLEN.
7231         (get_number_of_cpu_cores): Add comment.
7232         (get_cores_used_by_process): Add comment.  Change to use PID_T and
7233         MAX_PID_T_STRLEN.
7234         (linux_xfer_osdata_processes): Change to use PID_T and
7235         MAX_PID_T_STRLEN.
7236         (compare_processes): New function.
7237         (linux_xfer_osdata_processgroups): New function.
7238         (linux_xfer_osdata_threads): Change to use PID_T.
7239         (linux_xfer_osdata_fds): New function.
7240         (format_socket_state, print_sockets): New functions.
7241         (union socket_addr): New union.
7242         (linux_xfer_osdata_isockets): New function.
7243         (time_from_time_t, group_from_gid): New functions.
7244         (linux_xfer_osdata_shm): New function.
7245         (linux_xfer_osdata_sem): New function.
7246         (linux_xfer_osdata_msg): New function.
7247         (linux_xfer_osdata_modules): New function.
7248         (osdata_table): Add new entries.
7249         * common/buffer.c (buffer_xml_printf): Add support for long and
7250         long long format specifiers.
7251
7252 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
7253
7254         * amd64-linux-tdep.h (tdesc_x32_linux): New.
7255         (tdesc_x32_avx_linux): Likewise.
7256
7257 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7258
7259         Implement multi-component --with-auto-load-dir.
7260         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
7261         entries.
7262         (--with-auto-load-safe-path): Update the default value description.
7263         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
7264         New.
7265         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
7266         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
7267         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
7268         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
7269         "set auto-load scripts-directory".
7270         * config.in: Regenerate.
7271         * configure: Regenerate.
7272         * configure.ac (--with-auto-load-dir): New configure option.
7273         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
7274
7275 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7276
7277         Provide $ddir substitution for --with-auto-load-safe-path.
7278         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
7279         entries.
7280         * auto-load.c: Include observer.h.
7281         (auto_load_safe_path_vec_update): Call substitute_path_component for
7282         each component.  New variable ddir_subst.
7283         (auto_load_gdb_datadir_changed): New function.
7284         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7285         AUTO_LOAD_SAFE_PATH.  New comment.
7286         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
7287         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
7288         * config.in: Regenerate.
7289         * configure: Regenerate.
7290         * configure.ac (--auto-load-safe-path): Rename
7291         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
7292         GDB_DATADIR/auto-load.
7293         * defs.h (substitute_path_component): New declaration.
7294         * top.c: Include observer.h.
7295         (set_gdb_datadir): New function.
7296         (init_main): Install it for "set data-directory".
7297         * utils.c (substitute_path_component): New function.
7298
7299 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7300
7301         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7302         * auto-load.c (auto_load_objfile_script): Remove check for NULL
7303         DEBUG_FILE_DIRECTORY.  Handle multiple components of
7304         DEBUG_FILE_DIRECTORY.
7305
7306 2012-05-10  Tom Tromey  <tromey@redhat.com>
7307
7308         * dwarf2read.c (recursively_write_psymbols): New function.
7309         (write_psymtabs_to_index): Use it.
7310
7311         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7312         field.
7313         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7314         (load_partial_comp_unit): Update.
7315         (queue_comp_unit): Add argument 'pretend_language'.
7316         (process_queue): Update.
7317         (psymtab_to_symtab_1): Skip dependencies that have a user.
7318         (load_partial_comp_unit_reader): Give meaning to the 'data'
7319         argument.
7320         (load_full_comp_unit): Add 'pretend_language' argument.
7321         (process_full_comp_unit): Add 'pretend_language' argument.  Set
7322         language on CU.
7323         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7324         Update.
7325         (maybe_queue_comp_unit): Add 'pretend_language' argument.
7326         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7327         Update.
7328         (prepare_one_comp_unit): Add 'pretend_language' argument.
7329
7330         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7331         (struct dwarf2_per_objfile) <just_read_cus>: New field.
7332         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7333         (dw2_do_instantiate_symtab): Check whether symtab was read in
7334         before queueing.
7335         (dw2_instantiate_symtab): Add assertion.  Call
7336         process_cu_includes.
7337         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7338         (partial_symtab_p): New typedef.
7339         (set_partial_user): New function.
7340         (dwarf2_build_psymtabs_hard): Use set_partial_user.
7341         (scan_partial_symbols): Add imported CU to imported_symtabs.
7342         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7343         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7344         (get_symtab, recursively_compute_inclusions)
7345         (compute_symtab_includes, process_cu_includes)
7346         (process_imported_unit_die): New functions.
7347         (process_die) <DW_TAG_imported_unit>: New case.
7348         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7349
7350         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7351         comment.
7352         (struct partial_die_info) <locdesc>: Remove.
7353         <d>: New field.
7354         (process_psymtab_comp_unit): Add 'read_partial' argument.
7355         Update.
7356         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7357         (scan_partial_symbols): Handle DW_TAG_imported_unit.
7358         (add_partial_symbol): Update.
7359         (process_die): Handle DW_TAG_partial_unit.
7360         (read_file_scope): Update comment.
7361         (load_partial_dies): Handle DW_TAG_imported_unit.
7362         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7363         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7364
7365 2012-05-10  Tom Tromey  <tromey@redhat.com>
7366
7367         * cc-with-dwz.sh: New file.
7368
7369 2012-05-10  Tom Tromey  <tromey@redhat.com>
7370
7371         * symtab.h (struct symtab) <includes, user>: New fields.
7372         * block.h (struct block_iterator) <d, idx, which>: New fields.
7373         * block.c (initialize_block_iterator, find_iterator_symtab)
7374         (block_iterator_step, block_iter_name_step)
7375         (block_iter_match_step): New functions.
7376         (block_iterator_first, block_iterator_next)
7377         (block_iter_name_first, block_iter_name_next)
7378         (block_iter_match_first, block_iter_match_next): Rewrite.
7379         (get_block_symtab): New function.
7380
7381 2012-05-10  Tom Tromey  <tromey@redhat.com>
7382
7383         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7384         set_block_symtab.
7385         * jit.c (finalize_symtab): Use allocate_global_block,
7386         set_block_symtab.
7387         * buildsym.c (finish_block_internal): New function, from old
7388         finish_block.
7389         (finish_block): Rewrite.
7390         (end_symtab): Use finish_block_internal, set_block_symtab.
7391         * block.h (struct global_block): New.
7392         (allocate_global_block, set_block_symtab): Declare.
7393         * block.c (allocate_global_block, set_block_symtab): New
7394         functions.
7395
7396 2012-05-10  Tom Tromey  <tromey@redhat.com>
7397
7398         * psymtab.c (partial_map_expand_apply): Add assertion.
7399         (partial_map_symtabs_matching_filename): Skip included psymtabs.
7400         (psymtab_to_symtab): Find unshared psymtab.
7401         (dump_psymtab): Print including psymtabs.
7402         (recursively_search_psymtabs): New function.
7403         (expand_symtabs_matching_via_partial): Use it.
7404         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7405         fields.
7406         (enum psymtab_search_status): New.
7407
7408 2012-05-10  Tom Tromey  <tromey@redhat.com>
7409
7410         * tracepoint.c (scope_info): Update.
7411         * symtab.c (lookup_block_symbol, iterate_over_symbols)
7412         (find_pc_sect_symtab, search_symbols)
7413         (default_make_symbol_completion_list_break_on)
7414         (make_file_symbol_completion_list): Update.
7415         * symmisc.c (dump_symtab_1): Update.
7416         * stack.c (print_frame_args, iterate_over_block_locals)
7417         (print_frame_labels, iterate_over_block_arg_vars): Update.
7418         * python/py-block.c (block_object) <dict>: Remove.
7419         <block>: New field.
7420         <iter>: Change type.
7421         (blpy_iter): Update.
7422         (blpy_block_syms_iternext): Update.
7423         * psymtab.c (map_block): Use block iterators.
7424         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7425         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7426         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7427         * infrun.c (check_exception_resume): Update.
7428         * cp-support.c (make_symbol_overload_list_block): Update.
7429         * coffread.c (patch_opaque_types): Update.
7430         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7431         * block.h (struct block_iterator): New.
7432         (block_iterator_first, block_iterator_next, block_iter_name_first)
7433         (block_iter_name_next, block_iter_match_first)
7434         (block_iter_match_next): Declare.
7435         (ALL_BLOCK_SYMBOLS): Redefine.
7436         * block.c (block_iterator_first, block_iterator_next)
7437         (block_iter_name_first, block_iter_name_next)
7438         (block_iter_match_first, block_iter_match_next): New functions.
7439         * ada-lang.c (ada_add_block_symbols)
7440         (ada_make_symbol_completion_list): Use block iterator.
7441
7442 2012-05-10  Tom Tromey  <tromey@redhat.com>
7443
7444         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7445         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7446         (lookup_partial_symbol, find_last_source_symtab_from_partial)
7447         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7448         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7449         Update.
7450
7451 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
7452
7453         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7454         print-file-var-lib2.c, print-file-var-main.c and
7455         print-file-var.exp (located in gdb/testsuite/gdb.base).
7456
7457 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
7458
7459         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7460         try locating the symbol in the symbol's own objfile first, before
7461         extending the search to all objfiles.
7462         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7463         out of lookup_symbol_aux_symtabs.
7464         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7465         Replace extracted-out code by call to lookup_symbol_aux_objfile.
7466         Do not search EXCLUDE_OBJFILE.
7467         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7468         (lookup_symbol_global): Search for matches in the block's objfile
7469         first, before searching all other objfiles.
7470
7471 2012-05-10  Tristan Gingold  <gingold@adacore.com>
7472
7473         * printcmd.c (set_command): Add pre/post inc/dec.
7474
7475 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
7476
7477         * gdb.1: Document -ex option.
7478
7479 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
7480
7481         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7482         * inferior.h (AT_SYMBOL): Delete.
7483
7484 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
7485
7486         * mips-tdep.c (mips_push_dummy_code): New function.
7487         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7488         ON_STACK and install mips_push_dummy_code as our gdbarch
7489         push_dummy_code routine.
7490
7491 2012-05-09  Pedro Alves  <palves@redhat.com>
7492
7493         * target.c (set_maintenance_target_async_permitted): Rename to ...
7494         (set_target_async_command): ... this.
7495         (show_maintenance_target_async_permitted): Rename to ...
7496         (show_target_async_command): ... this.
7497         (initialize_targets): Adjust.
7498
7499 2012-05-08  Doug Evans  <dje@google.com>
7500
7501         * go-exp.y (classify_name): Add missing assignment of fields of
7502         yylval.ssym.
7503
7504 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
7505
7506         Display the ">" prompt in interactive mode while reading canned
7507         commands, even when the current interpreter is MI.
7508
7509         * interps.c (interp_set_temp): New function.
7510
7511         * interps.h (interp_set_temp): Add prototype.
7512
7513         * cli/cli-script.c (restore_interp): New cleanup function.
7514         (read_command_lines): Temporarily override the current interpreter
7515         with CLI and arrange for restoring the original one.
7516
7517 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
7518
7519         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7520
7521 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7522
7523         * probe.c (parse_probes): Move conditional to check for
7524         debuginfo files from here...
7525         * stap-probe.c (stap_get_probes): ... to here.
7526
7527 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
7528             H.J. Lu  <hongjiu.lu@intel.com>
7529
7530         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7531         `movl %esp, %ebp' for the X32 ABI.
7532
7533 2012-05-07  Tom Tromey  <tromey@redhat.com>
7534
7535         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
7536         get_DW_TAG_name.
7537         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
7538         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
7539         (dwarf_stack_op_name): Remove.
7540         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
7541         (decode_locdesc): Use get_DW_OP_name.
7542         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7543         (dwarf2_compile_expr_to_ax): Likewise.
7544         (disassemble_dwarf_expression): Likewise.
7545         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7546
7547 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
7548
7549         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7550         (sh_linux_sigtramp_cache): New function.
7551         (sh_linux_sigreturn_init): New function.
7552         (sh_linux_rt_sigreturn_init): New function.
7553         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7554         patterns.
7555         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7556         syscall codes.
7557         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7558         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7559         (sh_linux_init_abi): Add init calls to register new tramp_frame
7560         definitions under 32-bit SH, update comments.
7561
7562 2012-05-07  Pedro Alves  <palves@redhat.com>
7563
7564         PR gdb/10952
7565
7566         * amd64-linux-tdep.c: Include glibc-tdep.h.
7567         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7568         gdbarch_skip_solib_resolver callback.
7569
7570 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7571
7572         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7573         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7574         (show_auto_load_safe_path): Check any-directory by comparison with "/".
7575         (add_auto_load_safe_path): Change the error message.
7576         (_initialize_auto_load): Change the "safe-path" help text.
7577         * configure: Regenerate
7578         * configure.ac (--without-auto-load-safe-path): Set
7579         WITH_AUTO_LOAD_SAFE_PATH to /.
7580
7581 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7582
7583         * stap-probe.h: Do not include unecessary `probe.h'.
7584
7585 2012-05-05  Alan Modra  <amodra@gmail.com>
7586
7587         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7588         bfd_und_section_ptr.
7589         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7590         and bfd_com_section_ptr.
7591
7592 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
7593
7594         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7595
7596 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
7597
7598         * windows-nat.h (segment_register_p_ftype): New typedef.
7599         (windows_set_segment_register_p): Add declaration.
7600         * windows-nat.c (segment_register_p): New static global.
7601         (windows_set_segment_register_p): New function.
7602         (do_windows_fetch_inferior_registers): Add special handling
7603         for segment registers.
7604         * amd64-windows-nat.c: #include "amd64-tdep.h".
7605         (amd64_windows_segment_register_p): New function.
7606         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7607         * i386-windows-nat.c: #include "i386-tdep.h".
7608         (i386_windows_segment_register_p): New function.
7609         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7610
7611 2012-05-04  Tristan Gingold  <gingold@adacore.com>
7612
7613         * printcmd.c (set_command): Emit a warning if the expression is not
7614         an assignment.
7615
7616 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
7617
7618         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7619         Make static.
7620
7621 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
7622
7623         * stap-probe.c (stap_is_operator): Change declaration.
7624         (stap_get_opcode): Change return value.
7625         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7626         `stap_parse_argument_1'.
7627
7628 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
7629
7630         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7631         debug log.
7632
7633 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
7634
7635         Add two new methods global_block and static_block to gdb.Symtab
7636         objects.
7637         * NEWS (Python scripting): Add entry about the new methods.
7638         * python/py-symtab.c (stpy_global_block): New function which
7639         implements the gdb.Symtab.global_block() method.
7640         (stpy_static_block): New function which implements the
7641         gdb.Symtab.static_block() method.
7642         (symtab_object_methods): Add entries for the two new methods.
7643
7644 2012-05-03  Doug Evans  <dje@google.com>
7645
7646         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7647         files.
7648
7649 2012-05-03  Yao Qi  <yao@codesourcery.com>
7650
7651         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7652         space.
7653         (i386_process_record): Ditto.
7654
7655 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7656
7657         * infcall.c (unwind_on_signal_p): Make static.
7658
7659 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7660
7661         * sol-thread.c (solaris_pid_to_str): Make static.
7662         (_initialize_sol_thread): Add prototype.
7663
7664 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7665
7666         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7667
7668 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
7669
7670         * MAINTAINERS: Remove myself.
7671
7672 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7673
7674         Fix --without-auto-load-safe-path for MS-Windows host platform.
7675         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7676
7677 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
7678
7679         * gdb_curses.h: Undefine KEY_EVENT before including curses
7680         headers.  Move "#undef MOUSE_MOVED" before any curses header
7681         inclusion.
7682
7683 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7684
7685         * features/i386/i386-mmx-linux.c: Regenerate.
7686         * features/rs6000/powerpc-32.c: Likewise.
7687         * features/rs6000/powerpc-32l.c: Likewise.
7688         * features/rs6000/powerpc-403.c: Likewise.
7689         * features/rs6000/powerpc-403gc.c: Likewise.
7690         * features/rs6000/powerpc-405.c: Likewise.
7691         * features/rs6000/powerpc-505.c: Likewise.
7692         * features/rs6000/powerpc-601.c: Likewise.
7693         * features/rs6000/powerpc-602.c: Likewise.
7694         * features/rs6000/powerpc-603.c: Likewise.
7695         * features/rs6000/powerpc-604.c: Likewise.
7696         * features/rs6000/powerpc-64.c: Likewise.
7697         * features/rs6000/powerpc-64l.c: Likewise.
7698         * features/rs6000/powerpc-750.c: Likewise.
7699         * features/rs6000/powerpc-860.c: Likewise.
7700         * features/rs6000/powerpc-e500.c: Likewise.
7701         * features/rs6000/powerpc-e500l.c: Likewise.
7702         * features/rs6000/powerpc-isa205-32l.c: Likewise.
7703         * features/rs6000/powerpc-isa205-64l.c: Likewise.
7704         * features/rs6000/rs6000.c: Likewise.
7705
7706 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7707
7708         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7709         variable.
7710         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7711         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7712         (stap_parse_argument) <e>: Likewise.
7713         (handle_stap_probe) <byte_order>: Likewise.
7714
7715 2012-04-30  Doug Evans  <dje@google.com>
7716
7717         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7718         init_and_read_dies_worker.  All callers updated.
7719         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
7720         replaced with init_cutu_and_read_dies.
7721         (load_partial_comp_unit): Pass 1 for use_existing_cu.
7722         (find_partial_die): Remove FIXME.  Don't free current CU.
7723
7724 2012-04-30  Sterling Augustine  <saugustine@google.com>
7725
7726         * contrib: New directory.
7727         * contrib/test_pubnames_and_indexes.py: New file.
7728
7729 2012-04-30  Doug Evans  <dje@google.com>
7730
7731         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7732         All callers updated.
7733         (init_cu_die_reader): Verify the section is non-empty.
7734         (dwarf_decode_line_header): Don't dereference section->asection
7735         until we know the section is present.
7736
7737 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
7738
7739         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7740         probes.
7741
7742 2012-04-29  Yao Qi  <yao@codesourcery.com>
7743
7744         * gdb-code-style.el: New hook gdb-markup-hook
7745         and gdb-comment-hook.
7746
7747 2012-04-28  Doug Evans  <dje@google.com>
7748
7749         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
7750         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7751         objfile->obfd.
7752         * symfile.h (dwarf2_debug_sections): New member addr.
7753         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7754         (ctx_no_get_addr_index): New function.
7755         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7756         (ctx_no_get_addr_index): Declare.
7757         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7758         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7759         (dwarf_expr_ctx_funcs): Update.
7760         (needs_get_addr_index): New function.
7761         (needs_frame_ctx_funcs): Update.
7762         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7763         * dwarf2read.c: #include "gdbcore.h".
7764         (dwarf2_per_objfile): New members addr, dwo_files.
7765         (dwarf2_elf_names): Add entry for addr.
7766         (struct dwo_section_names): New type.
7767         (dwo_section_names): New static global.
7768         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7769         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7770         old debug_types_section member updated to use this.
7771         Rename member debug_types_section to info_or_types_section,
7772         all uses updated.
7773         (signatured_type): Rename member type_offset to type_offset_in_tu,
7774         all uses updated.  New member type_offset_in_section.
7775         (struct dwo_sections): New type.
7776         (struct dwo_unit): New type.
7777         (struct dwo_file): New type.
7778         (die_reader_specs): New member dwo_file.
7779         (dwarf2_locate_sections): Watch for .debug_addr.
7780         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7781         (dwarf2_read_section): Get bfd of section from bfd's asection,
7782         instead of objfile.
7783         (create_cus_from_index): Initialize the_cu->info_or_types_section.
7784         (create_signatured_type_table_from_index): Initialize
7785         sig_type->info_or_types_section.
7786         (dw2_get_file_names): Statement lists for type units with DWO files
7787         live in the DWO file.
7788         (create_debug_types_hash_table): New function.
7789         (create_all_type_units): Rewrite.
7790         (init_cu_die_reader): New arg dwo_file, all callers updated.
7791         (init_and_read_dies_worker): Get section from
7792         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
7793         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7794         continue reading the CU/TU from there.
7795         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7796         updated.  Get section from this_cu->info_or_types_section.
7797         (create_all_comp_units): Initialize this_cu->info_or_types_section.
7798         (skip_one_die): New cases DW_FORM_GNU_addr_index,
7799         DW_FORM_GNU_str_index.
7800         (hash_dwo_file, eq_dwo_file): New functions.
7801         (allocate_dwo_file_hash_table): New function.
7802         (hash_dwo_unit, eq_dwo_unit): New functions.
7803         (allocate_dwo_unit_table): New function.
7804         (dwarf2_locate_dwo_sections): New function.
7805         (struct create_dwo_info_table_data): New type.
7806         (create_debug_info_hash_table_reader): New function.
7807         (create_debug_info_hash_table): New function.
7808         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7809         (lookup_dwo_file): New function.
7810         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7811         (free_dwo_file, free_dwo_file_cleanup): New functions.
7812         (free_dwo_file_from_slot, free_dwo_files): New functions.
7813         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7814         (dwarf2_record_block_ranges): Ditto.
7815         (read_partial_die): Ditto.
7816         (process_enumeration_scope): Update to use type_offset_in_section.
7817         (read_full_die_1): New function.
7818         (read_full_die): Rewrite.
7819         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7820         DW_FORM_GNU_str_index.
7821         (read_addr_index_1, read_addr_index): New functions.
7822         (read_addr_index_from_leb128): New function.
7823         (struct dwarf2_read_addr_index_data): New type.
7824         (dwarf2_read_addr_index_reader): New function.
7825         (dwarf2_read_addr_index): New function.
7826         (read_str_index): New function.
7827         (leb128_size): New function.
7828         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7829         If processing a type unit from a DWO file, get the line section
7830         from the DWO file.
7831         (var_decode_location): Watch for DW_OP_GNU_addr_index.
7832         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7833         DW_FORM_GNU_str_index.
7834         (lookup_die_type): Check whether section offset of type's die is
7835         known before looking it up.  Remove assert.  Condition can
7836         legimately happen for inter-cu type references.
7837         (dwarf_attr_name): Handle Fission attributes.
7838         (dwarf_form_name): Handle Fission forms.
7839         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7840         DW_FORM_GNU_str_index.
7841         (follow_die_sig): Update to use type_offset_in_section.
7842         (decode_locdesc): New case DW_OP_GNU_addr_index.
7843         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7844         DW_FORM_GNU_str_index.
7845         (cu_debug_loc_section): New function.
7846         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7847         (dwarf2_per_objfile_free): Unmap .debug_addr section.
7848         Free DWO files if present.
7849         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7850
7851         Refactor DIE reading.
7852         * dwarf2read.c (dwarf2_per_objfile): Replace members
7853         debug_info_type_hash and debug_types_type_hash with die_type_hash.
7854         (die_reader_specs): New member "die_section".  Temporarily make
7855         member "buffer" non-const, pending constifying all info_ptr uses.
7856         (die_reader_func_ftype): New typedef.
7857         (dw2_get_file_names_reader): New function.
7858         (dw2_get_file_names): Rewrite.
7859         (read_and_check_type_unit_head): Rename arg type_offset to
7860         type_offset_in_tu.
7861         (create_all_type_units): Improve debugging message.
7862         Improve dummy type unit check.
7863         (init_cu_die_reader): New arg "section".  All callers updated.
7864         (init_and_read_dies_worker): New function.
7865         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7866         (init_cutu_and_read_dies_no_follow): New function.
7867         (init_cutu_and_read_dies_simple): New function.
7868         (process_psymtab_comp_unit_reader): New function.
7869         (process_psymtab_comp_unit): Delete args section,
7870         is_debug_types_section.  Rewrite.  All callers updated.
7871         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7872         All callers updated.  Rewrite.
7873         (load_partial_comp_unit_reader): New function.
7874         (load_partial_comp_unit): Rewrite.
7875         (skip_children): New arg reader.  Delete args buffer, cu.
7876         All callers updated.
7877         (skip_one_die): New arg reader.  Delete args buffer, cu.
7878         All callers updated.
7879         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
7880         All callers updated.
7881         (load_full_comp_unit_reader): New function.
7882         (load_full_comp_unit): Rewrite.
7883         (read_comp_unit): Delete.
7884         (read_die_and_children_1): Delete, contents moved ...
7885         (read_die_and_children): ... here.
7886         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
7887         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
7888         All callers updated.
7889         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
7890         All callers updated.
7891         (find_partial_die): Rewrite load_all_dies support.
7892         (read_attribute_value): New arg reader.  Delete args abfd, cu.
7893         All callers updated.
7894         (read_attribute): New arg reader.  Delete args abfd, cu.
7895         All callers updated.
7896         (load_full_type_unit): Add assert.
7897         (read_signatured_type_reader): New function.
7898         (read_signatured_type): Rewrite.
7899         (free_stack_comp_unit): Remove call to age_cached_comp_units.
7900         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7901         All callers updated.  Set per_cu->cu = NULL after freeing it.
7902         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7903         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7904         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7905         (set_die_type): Update.
7906         (get_die_type_at_offset): Update.
7907         (read_file_scope): Call prepare_one_comp_unit.
7908         (read_type_unit_scope): Ditto.
7909         (prepare_one_comp_unit): Set producer if present.
7910
7911 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
7912
7913         * probe.c (compile_rx_or_error): Silence ARI warning about missing
7914          gettext function on `error'.
7915
7916 2012-04-27  Doug Evans  <dje@google.com>
7917
7918         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7919         is empty.
7920
7921 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7922             Tom Tromey  <tromey@redhat.com>
7923
7924         * breakpoint.c (struct breakpoint_objfile_data)
7925         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7926         <exception_probes>: New fields.
7927         (free_breakpoint_probes): New function.
7928         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7929         `_Unwind_DebugHook'.
7930         (create_exception_master_breakpoint): Likewise.
7931         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7932         * infrun.c: Including necessary header files for handling SystemTap
7933         probes.
7934         (handle_inferior_event): Handling longjmp breakpoint and exceptions
7935         via SystemTap probes.
7936         (check_exception_resume): Remove `func' argument.  Handle exception
7937         unwinding breakpoint set via a SystemTap probe.
7938         (insert_exception_resume_from_probe): New function.
7939
7940 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7941             Tom Tromey  <tromey@redhat.com>
7942             Jan Kratochvil  <jan.kratochvil@redhat.com>
7943
7944         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7945         (COMMON_OBS): Likewise.
7946         (HFILES_NO_SRCDIR): Add `probe'.
7947         * NEWS: Mention support for static and SystemTap probes.
7948         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7949         SystemTap probes' arguments parser.
7950         * arm-linux-tdep.c: Including headers needed to perform the parsing
7951         of SystemTap probes' arguments.
7952         (arm_stap_is_single_operand): New function.
7953         (arm_stap_parse_special_token): Likewise.
7954         (arm_linux_init_abi): Initializing proper fields used by SystemTap
7955         probes' arguments parser.
7956         * ax-gdb.c (require_rvalue): Removing static declaration.
7957         (gen_expr): Likewise.
7958         * ax-gdb.h (gen_expr): Declaring function.
7959         (require_rvalue): Likewise.
7960         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7961         (bkpt_probe_breakpoint_ops): New variable.
7962         (momentary_breakpoint_from_master): Set the `probe' value.
7963         (add_location_to_breakpoint): Likewise.
7964         (break_command_1): Using proper breakpoint_ops according to the
7965         argument passed by the user in the command line.
7966         (bkpt_probe_insert_location): New function.
7967         (bkpt_probe_remove_location): Likewise.
7968         (bkpt_probe_create_sals_from_address): Likewise.
7969         (bkpt_probe_decode_linespec): Likewise.
7970         (tracepoint_probe_create_sals_from_address): Likewise.
7971         (tracepoint_probe_decode_linespec): Likewise.
7972         (tracepoint_probe_breakpoint_ops): New variable.
7973         (trace_command): Using proper breakpoint_ops according to the
7974         argument passed by the user in the command line.
7975         (initialize_breakpoint_ops): Initializing breakpoint_ops for
7976         static probes on breakpoints and tracepoints.
7977         * breakpoint.h (struct bp_location) <probe>: New field.
7978         * cli-utils.c (skip_spaces_const): New function.
7979         (extract_arg): Likewise.
7980         * cli-utils.h (skip_spaces_const): Likewise.
7981         (extract_arg): Likewise.
7982         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7983         * configure.ac: Append `stap-probe.o' to be generated when ELF
7984         support is present.
7985         * configure: Regenerate.
7986         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7987         * elfread.c: Include `probe.h' and `arch-utils.h'.
7988         (probe_key): New variable.
7989         (elf_get_probes): New function.
7990         (elf_get_probe_argument_count): Likewise.
7991         (elf_evaluate_probe_argument): Likewise.
7992         (elf_compile_to_ax): Likewise.
7993         (elf_symfile_relocate_probe): Likewise.
7994         (stap_probe_key_free): Likewise.
7995         (elf_probe_fns): New variable.
7996         (elf_sym_fns): Add `sym_probe_fns' value.
7997         (elf_sym_fns_lazy_psyms): Likewise.
7998         (elf_sym_fns_gdb_index): Likewise.
7999         (_initialize_elfread): Initialize objfile cache for static
8000         probes.
8001         * gdb_vecs.h (struct probe): New forward declaration.
8002         (probe_p): New VEC declaration.
8003         * gdbarch.c: Regenerate.
8004         * gdbarch.h: Regenerate.
8005         * gdbarch.sh (stap_integer_prefix): New variable.
8006         (stap_integer_suffix): Likewise.
8007         (stap_register_prefix): Likewise.
8008         (stap_register_suffix): Likewise.
8009         (stap_register_indirection_prefix): Likewise.
8010         (stap_register_indirection_suffix): Likewise.
8011         (stap_gdb_register_prefix): Likewise.
8012         (stap_gdb_register_suffix): Likewise.
8013         (stap_is_single_operand): New function.
8014         (stap_parse_special_token): Likewise.
8015         (struct stap_parse_info): Forward declaration.
8016         * i386-tdep.c: Including headers needed to perform the parsing
8017         of SystemTap probes' arguments.
8018         (i386_stap_is_single_operand): New function.
8019         (i386_stap_parse_special_token): Likewise.
8020         (i386_elf_init_abi): Initializing proper fields used by SystemTap
8021         probes' arguments parser.
8022         * i386-tdep.h (i386_stap_is_single_operand): New function.
8023         (i386_stap_parse_special_token): Likewise.
8024         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
8025         * mipsread.c (ecoff_sym_fns): Likewise.
8026         * objfiles.c (objfile_relocate1): Support relocation for static
8027         probes.
8028         * parse.c (prefixify_expression): Remove static declaration.
8029         (initialize_expout): Likewise.
8030         (reallocate_expout): Likewise.
8031         * parser-defs.h (initialize_expout): Declare function.
8032         (reallocate_expout): Likewise.
8033         (prefixify_expression): Likewise.
8034         * ppc-linux-tdep.c: Including headers needed to perform the parsing
8035         of SystemTap probes' arguments.
8036         (ppc_stap_is_single_operand): New function.
8037         (ppc_stap_parse_special_token): Likewise.
8038         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
8039         probes' arguments parser.
8040         * probe.c: New file, for generic statically defined probe support.
8041         * probe.h: Likewise.
8042         * s390-tdep.c: Including headers needed to perform the parsing of
8043         SystemTap probes' arguments.
8044         (s390_stap_is_single_operand): New function.
8045         (s390_gdbarch_init): Initializing proper fields used by SystemTap
8046         probes' arguments parser.
8047         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
8048         * stap-probe.c: New file, for SystemTap probe support.
8049         * stap-probe.h: Likewise.
8050         * symfile.h: Include `gdb_vecs.h'.
8051         (struct sym_probe_fns): New struct.
8052         (struct sym_fns) <sym_probe_fns>: New field.
8053         * symtab.c (init_sal): Initialize `probe' field.
8054         * symtab.h (struct probe): Forward declaration.
8055         (struct symtab_and_line) <probe>: New field.
8056         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
8057         locations.
8058         (stop_tracing): Likewise.
8059         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
8060
8061 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
8062             Tom Tromey  <tromey@redhat.com>
8063
8064         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
8065         and to compile agent expressions.
8066         * infrun.c (siginfo_make_value): New argument `ignore'.
8067         (siginfo_funcs): New struct.
8068         (_initialize_infrun): New argument when calling
8069         `create_internalvar_type_lazy'.
8070         * thread.c (thread_id_make_value): New argument `ignore'.
8071         (thread_funcs): New struct.
8072         (_initialize_thread): New argument when calling
8073         `create_internalvar_type_lazy'.
8074         * tracepoint.c (sdata_make_value): New argument `ignore'.
8075         (sdata_funcs): New struct.
8076         (_initialize_tracepoint): New argument when calling
8077         `create_internalvar_type_lazy'.
8078         * value.c (make_value): New struct.
8079         (create_internalvar_type_lazy): New argument `data'.
8080         (compile_internalvar_to_ax): New function.
8081         (value_of_internalvar): Properly handling `make_value' case.
8082         (clear_internalvar): Likewise.
8083         (show_convenience): Adding `TRY_CATCH' block.
8084         * value.h (internalvar_make_value): Delete, replace by...
8085         (struct internalvar_funcs): ... this.
8086         (create_internalvar_type_lazy) <fun>: Delete argument.
8087         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
8088         (compile_internalvar_to_ax): New function.
8089         * windows-tdep.c (tlb_make_value): New argument `ignore'.
8090         (tlb_funcs): New struct.
8091         (_initialize_windows_tdep): New argument when calling
8092         `create_internalvar_type_lazy'.
8093
8094 2012-04-27  Mark Wielaard  <mjw@redhat.com>
8095
8096         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
8097         see whether it is an address or a constant offset from DW_AT_low_pc.
8098         (dwarf2_record_block_ranges): Likewise.
8099         (read_partial_die): Likewise.
8100
8101 2012-04-26  Mark Wielaard  <mjw@redhat.com>
8102
8103         * MAINTAINERS (Write After Approval): Add myself to the list.
8104
8105 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
8106
8107         * proc-utils.h (proc_prettyprint_signalset): New prototype.
8108         (proc_prettyprint_signal): Likewise.
8109         (proc_prettyprint_faultset): Likewise.
8110         (proc_prettyprint_fault): Likewise.
8111         (proc_prettyprint_actionset): Likewise.
8112         (proc_prettyprint_flags): Move to new proc-flags.c section.
8113         (proc_prettyfprint_flags): New prototype.
8114         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
8115         (proc_syscall, proc_cursig): Likewise.
8116         (proc_set_kill_on_last_close): Likewise.
8117         (proc_unset_kill_on_last_close): Likewise.
8118         (proc_set_watchpoint): Make static.
8119         (proc_delete_dead_threads): Likewise.
8120         (procfs_set_watchpoint): Likewise.
8121         (_initialize_procfs): Add prototype.
8122         * proc-events.c: Include proc-utils.h.
8123         (init_syscall_table): Make static.
8124         * proc-api.c (_initialize_proc_api): Add prototype.
8125         * proc-flags.c: Include proc-utils.h.
8126
8127 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
8128
8129         * configure.ac: Add AC_ARG_PROGRAM.
8130         * configure: Regenerate.
8131
8132 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8133
8134         Fix DW_AT_lower_bound defaults for DWARF-4+.
8135         * dwarf2read.c (read_subrange_type): Remove initialization of low and
8136         high.  New variable low_default_is_valid.  Implement DWARF-4+
8137         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
8138         no default by the DWARF standard.
8139
8140 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
8141             Maciej W. Rozycki  <macro@codesourcery.com>
8142
8143         * infrun.c (handle_inferior_event): Move the check for return
8144         trampolines ahead of the check for function trampolines.
8145         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
8146         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
8147         (mips_str_mips16_ret_stub): Likewise.
8148         (mips_str_call_fp_stub): Likewise.
8149         (mips_str_call_stub): Likewise.
8150         (mips_str_fn_stub): Likewise.
8151         (mips_str_pic): Likewise.
8152         (mips_in_frame_stub): New function.
8153         (mips_unwind_pc): Return the return address rather than the PC
8154         if the PC of an intermediate frame is inside a call thunk.
8155         (mips_is_stub_suffix): New function.
8156         (mips_is_stub_mode): Likewise.
8157         (mips_get_mips16_fn_stub_pc): Likewise.
8158         (mips_skip_mips16_trampoline_code): Update to handle all the
8159         currently generated stub types.  Don't recurse into __fn_stub
8160         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
8161         Use cooked register accesses.
8162         (mips_in_return_stub): Reintroduce function.
8163         (mips_skip_trampoline_code): Traverse trampolines recursively.
8164         (mips_gdbarch_init): Handle MIPS16 return trampolines.
8165
8166 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
8167
8168         GDB 7.4.1 released.
8169
8170 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
8171
8172         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
8173         * features/arm-with-m-vfp-d16.xml: New file. Describes
8174         Cortex-M with VFPv4-sp-d16 FPU register layout.
8175         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
8176         * features/arm-with-m-vfp-d16.c: New. Generated from above.
8177         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
8178         (arm-register_g_packet_guesses): Add vfp-d16 guess.
8179         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
8180
8181 2012-04-25  Doug Evans  <dje@google.com>
8182
8183         * cli/cli-decode.c (print_doc_line): Use stream instead of
8184         current_uiout.
8185
8186 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
8187
8188         * features/arm-with-iwmmxt.c: Regenerate.
8189         * features/arm-with-m-fpa-layout.c: Likewise.
8190         * features/arm-with-m.c: Likewise.
8191         * features/arm-with-neon.c: Likewise.
8192         * features/arm-with-vfpv2.c: Likewise.
8193         * features/arm-with-vfpv3.c: Likewise.
8194         * features/mips-dsp-linux.c: Likewise.
8195         * features/mips-linux.c: Likewise.
8196         * features/mips64-dsp-linux.c: Likewise.
8197         * features/mips64-linux.c: Likewise.
8198         * features/s390-linux32.c: Likewise.
8199         * features/s390-linux32v1.c: Likewise.
8200         * features/s390-linux32v2.c: Likewise.
8201         * features/s390-linux64.c: Likewise.
8202         * features/s390-linux64v1.c: Likewise.
8203         * features/s390-linux64v2.c: Likewise.
8204         * features/s390x-linux64.c: Likewise.
8205         * features/s390x-linux64v1.c: Likewise.
8206         * features/s390x-linux64v2.c: Likewise.
8207         * features/tic6x-c62x-linux.c: Likewise.
8208         * features/tic6x-c62x.c: Likewise.
8209         * features/tic6x-c64x-linux.c: Likewise.
8210         * features/tic6x-c64x.c: Likewise.
8211         * features/tic6x-c64xp-linux.c: Likewise.
8212         * features/tic6x-c64xp.c: Likewise.
8213         * target-descriptions.c: Only generate `field_type' and `type'
8214         variables when needed.
8215
8216 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
8217
8218         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
8219
8220 2012-04-25  Doug Evans  <dje@google.com>
8221
8222         Initial pass at Go language support.
8223         * NEWS: Mention Go.
8224         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
8225         go-valprint.c.
8226         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
8227         (YYFILES): Add go-exp.c.
8228         (YYOBJ): Add go-exp.o.
8229         (local-maintainer-clean): Delete go-exp.c.
8230         * defs.h (enum language): Add language_go.
8231         * dwarf2read.c: #include "go-lang.h".
8232         (fixup_go_packaging): New function.
8233         (process_full_comp_unit): Call it when processing Go CUs.
8234         (dwarf2_physname): Add Go support.
8235         (read_file_scope): Handle missing language spec for GNU Go.
8236         (set_cu_language): Handle DW_LANG_Go.
8237         * go-exp.y: New file.
8238         * go-lang.h: New file.
8239         * go-lang.c: New file.
8240         * go-typeprint.c: New file.
8241         * go-valprint.c: New file.
8242         * symtab.c: #include "go-lang.h".
8243         (symbol_set_language): Handle language_go.
8244         (symbol_find_demangled_name, symbol_set_names): Ditto.
8245         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
8246
8247 2012-04-24  Jim Meyering  <meyering@redhat.com>
8248
8249         avoid a few strncpy-induced buffer overruns
8250         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
8251         fname and psargs before trying to concatenate.
8252         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
8253         "name" before applying strchr.
8254
8255 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
8256
8257         * CONTRIBUTE: Use unified diff instead of context diff when
8258         generating patches.
8259
8260 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
8261
8262         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
8263         code.  Handle JR.HB correctly.
8264
8265 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
8266
8267         * mips-tdep.c
8268         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
8269         with the other MIPS16 helpers.
8270
8271 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
8272
8273         * observer.sh: Conditionally declare `args', thus cleaning up
8274         unused instances of this variable.
8275
8276 2012-04-24  Yao Qi  <yao@codesourcery.com>
8277
8278         Revert this patch to allow breakpoint always-inserted
8279         in record target.
8280         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
8281         * breakpoint.c: Include record.h.
8282         (breakpoints_always_inserted_mode): Return false when the record
8283         target is in use.
8284
8285         * breakpoint.c (iterate_over_bp_locations): New.
8286         * breakpoint.h: Declare.
8287         New typedef walk_bp_location_callback.
8288         * record.c (record_open): Call record_init_record_breakpoints.
8289         (record_sync_record_breakpoints): New.
8290         (record_init_record_breakpoints): New.
8291         * NEWS: Mention supporting breakpoint always-inserted mode in
8292         record target.
8293
8294 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
8295
8296         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8297         any thread.
8298
8299 2012-04-24  Yao Qi  <yao@codesourcery.com>
8300
8301         * breakpoint.c (ep_is_catchpoint): Renamed to ...
8302         (is_catchpoint): ... it.
8303         (print_one_breakpoint_location): Caller update.
8304         * breakpoint.h: Update declaration.
8305
8306 2012-04-23  David S. Miller  <davem@davemloft.net>
8307
8308         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8309
8310 2012-04-23  Tom Tromey  <tromey@redhat.com>
8311
8312         * buildsym.c (add_free_pendings): Remove.
8313         * buildsym.h (add_free_pendings): Remove.
8314
8315 2012-04-23  Doug Evans  <dje@google.com>
8316
8317         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8318         attr.u.unsnd instead of attr.u.addr.
8319         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8320         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8321         DW_FORM_ref_udata.
8322         (dump_die_shallow): Update cases DW_FORM_ref_addr,
8323         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
8324         DW_FORM_ref_udata.
8325         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8326
8327 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
8328
8329         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8330         (mips_o32_return_value): Likewise.
8331         (mips_o64_return_value): Likewise.
8332
8333 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
8334
8335         * ada-lang.c (ada_evaluate_subexp): Add cases for
8336         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8337         their treatment in eval.c.
8338
8339 2012-04-21  David S. Miller  <davem@davemloft.net>
8340
8341         * sparc-tdep.c (X_DISP10): Define.
8342         (sparc_analyze_control_transfer): Handle compare-and-branch.
8343
8344 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
8345
8346         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8347         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8348
8349 2012-04-20  Nigel Stephens  <nigel@mips.com>
8350             Maciej W. Rozycki  <macro@codesourcery.com>
8351
8352         * mips-tdep.c (mips_float_register_p): New function.
8353         (mips_convert_register_float_case_p): Use mips_float_register_p.
8354         (mips_register_type): Likewise.
8355         (mips_print_register): Likewise.
8356         (print_gp_register_row): Likewise.
8357         (mips_print_registers_info): Likewise.
8358
8359 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
8360
8361         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8362         of mips16 symbols.
8363
8364 2012-04-20  Andrew Pinski  <apinski@cavium.com>
8365
8366         * MAINTAINERS (Write After Approval): Add myself to the list.
8367
8368 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8369
8370         * MAINTAINERS: Update my e-mail address.
8371
8372 2012-04-20  Pedro Alves  <palves@redhat.com>
8373
8374         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8375         $srcdir.
8376         * configure: Regenerate.
8377
8378 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8379
8380         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
8381         declaration.
8382         * gdb_vecs.h: Declare `const_char_ptr' VEC.
8383
8384 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8385
8386         Fix compilation compatibility with python-2.4
8387         * python/py-type.c (convert_field): Cast ADDRSTRING for
8388         PyObject_SetAttrString as non-const.  New comment.
8389
8390 2012-04-19  Tom Tromey  <tromey@redhat.com>
8391
8392         * top.c (quit_target): Use all_cleanups.
8393         * main.c (captured_command_loop): Use all_cleanups.
8394         * exceptions.c (throw_exception): Use all_cleanups.
8395
8396 2012-04-19  Pedro Alves  <palves@redhat.com>
8397
8398         * Makefile.in (GNULIB_BUILDDIR): New.
8399         (LIBGNU, INCGNU, GNULIB_H): Adjust.
8400         (SUBDIRS): Add $(GNULIB_BUILDDIR).
8401         (CLEANDIRS). Remove gnulib/import.
8402         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8403         (all-lib): Ditto.
8404         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8405         (gnulib/import/Makefile): Replace gnulib/import with
8406         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
8407         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8408         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
8409         acx_configure_dir.m4.
8410         * acinclude.m4: Include acx_configure_dir.m4.
8411         * acx_configure_dir.m4: New file.
8412         * aclocal.m4: Regenerate.
8413         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8414         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
8415         (GNULIB): New variable.
8416         (GNULIB_STDINT_H): Adjust.
8417         (AC_OUTPUT): Don't output gnulib/Makefile.
8418         * gdb/defs.h: Include build-gnulib/config.h.
8419         * aclocal.m4: Regenerate.
8420         * config.in: Regenerate.
8421         * configure: Regenerate.
8422
8423         * gnulib/Makefile.in: New file.
8424         * gnulib/configure.ac: New file.
8425         * gnulib/aclocal.m4: New file.
8426         * gnulib/config.in: New file.
8427         * gnulib/configure: New file.
8428         * gnulib/: Re-run gnulib-tool to adjust.
8429
8430 2012-04-19  Doug Evans  <dje@google.com>
8431
8432         * cleanups.h (struct cleanup): Move to cleanups.c.
8433         (make_cleanup_dtor_ftype): New typedef.
8434         (make_cleanup_dtor): Use it.
8435         (ALL_CLEANUPS): Replace with ...
8436         (all_cleanups): ... this.  Declare.  All uses updated.
8437         * cleanups.c: #include "gdb_assert.h".
8438         (sentinel_cleanup): New static global.
8439         (SENTINEL_CLEANUP): Define.
8440         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8441         (make_my_cleanup2): Assert result is non-NULL.
8442         (all_cleanups): New function.
8443         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8444         of NULL.
8445
8446 2012-04-19  Pedro Alves  <palves@redhat.com>
8447
8448         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8449         Adjust paths to gnulib imported files.
8450
8451 2012-04-19  Pedro Alves  <palves@redhat.com>
8452
8453         * gnulib/: Move whole directory ...
8454         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8455         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8456         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8457         (aclocal_m4_deps): Adjust.
8458         * aclocal.m4: Regenerate.
8459         * configure: Regenerate.
8460         * configure.ac: Adjust AC_OUTPUT output.
8461
8462 2012-04-19  Yao Qi  <yao@codesourcery.com>
8463
8464         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8465         (vec.o): New rule.
8466         * vec.c: Move it ...
8467         * common/vec.c: ... here.
8468         * vec.h: Move it ...
8469         * common/vec.h: ... here.
8470
8471 2012-04-19  Yao Qi  <yao@codesourcery.com>
8472
8473         * gdb-code-style.el: New.
8474
8475 2012-04-18  Pedro Alves  <palves@redhat.com>
8476
8477         Update gnulib from latest git.
8478         (639ea5ae15e39fe48d43e04864b2997301e4b969)
8479
8480         * gnulib/Makefile.am: Update.
8481         * gnulib/dummy.c: Update.
8482         * gnulib/extra/arg-nonnull.h: Update.
8483         * gnulib/extra/c++defs.h: Update.
8484         * gnulib/extra/update-copyright: Update.
8485         * gnulib/extra/warn-on-use.h: Update.
8486         * gnulib/inttypes.in.h: Update.
8487         * gnulib/m4/00gnulib.m4: Update.
8488         * gnulib/m4/extensions.m4: Update.
8489         * gnulib/m4/gnulib-cache.m4: Update.
8490         * gnulib/m4/gnulib-common.m4: Update.
8491         * gnulib/m4/gnulib-comp.m4: Update.
8492         * gnulib/m4/gnulib-tool.m4: Update.
8493         * gnulib/m4/include_next.m4: Update.
8494         * gnulib/m4/inttypes-pri.m4: Update.
8495         * gnulib/m4/inttypes.m4: Update.
8496         * gnulib/m4/longlong.m4: Update.
8497         * gnulib/m4/memchr.m4: Update.
8498         * gnulib/m4/memmem.m4: Update.
8499         * gnulib/m4/mmap-anon.m4: Update.
8500         * gnulib/m4/multiarch.m4: Update.
8501         * gnulib/m4/onceonly.m4: Update.
8502         * gnulib/m4/stddef_h.m4: Update.
8503         * gnulib/m4/stdint.m4: Update.
8504         * gnulib/m4/string_h.m4: Update.
8505         * gnulib/m4/warn-on-use.m4: Update.
8506         * gnulib/m4/wchar_h.m4: Update.
8507         * gnulib/m4/wchar_t.m4: Update.
8508         * gnulib/m4/wint_t.m4: Update.
8509         * gnulib/memchr.c: Update.
8510         * gnulib/memmem.c: Update.
8511         * gnulib/stddef.in.h: Update.
8512         * gnulib/stdint.in.h: Update.
8513         * gnulib/str-two-way.h: Update.
8514         * gnulib/string.in.h: Update.
8515         * gnulib/wchar.in.h: Update.
8516
8517         * gnulib/extra/arg-nonnull.h: Delete.
8518         * gnulib/extra/c++defs.h: Delete.
8519         * gnulib/extra/warn-on-use.h: Delete.
8520         * gnulib/m4/wchar_h.m4: Delete.
8521         * gnulib/m4/wint_t.m4: Delete.
8522         * gnulib/wchar.in.h: Delete.
8523
8524         * gnulib/extra/snippets/arg-nonnull.h: New.
8525         * gnulib/extra/snippets/c++defs.h: New.
8526         * gnulib/extra/snippets/warn-on-use.h: New.
8527
8528         * aclocal.m4: Regenerate.
8529         * config.in: Regenerate.
8530         * configure: Regenerate.
8531         * gnulib/Makefile.in: Regenerate.
8532
8533 2012-04-18  Pedro Alves  <palves@redhat.com>
8534
8535         Reimport the update-copyright module from gnulib
8536         (250b80067c1e1d8faa0c42fb572f721975b929c5).
8537
8538         * configure: Regenerate.
8539         * gnulib/Makefile.am: Update.
8540         * gnulib/Makefile.in: Regenerate.
8541         * gnulib/extra/update-copyright: Update.
8542         * gnulib/m4/gnulib-cache.m4: Update.
8543         * gnulib/m4/gnulib-comp.m4: Update.
8544
8545 2012-04-18  Tristan Gingold  <gingold@adacore.com>
8546
8547         * configure.ac (aix): Put -lpthread into libs.
8548         * configure: Regenerate.
8549
8550 2012-04-18  Tom Tromey  <tromey@redhat.com>
8551
8552         * linespec.c (convert_linespec_to_sals): Don't use
8553         SYMBOL_OBJ_SECTION.
8554         (compare_msymbols): Arguments are minsym_and_objfile, not
8555         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
8556
8557 2012-04-18  Pedro Alves  <palves@redhat.com>
8558
8559         Revert gnulib/ part of:
8560         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
8561         Copyright year update in most files (performed by copyright.sh).
8562
8563 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
8564
8565         Fix 64-bit constants on 32-bit hosts.
8566         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8567         from unsigned long to ULONGEST.
8568         (read_signed_leb128): Change declaration return type from long to
8569         LONGEST.
8570         (dwarf2_const_value_attr): Change declaration parameter value from long
8571         to LONGEST.
8572         (dwarf2_compute_name): Change variable value from long to LONGEST.
8573         (read_unsigned_leb128): Change return type, variable result and some
8574         casts from unsigned long to ULONGEST.
8575         (read_signed_leb128): Change return type, variable result and some
8576         casts from long to LONGEST.
8577         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8578         value from long to LONGEST.
8579         (dwarf2_const_value): Change variable value from long to LONGEST.
8580         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8581         plongest and hex_string.
8582         * symtab.h (struct general_symbol_info): Change ivalue from long to
8583         LONGEST, remove the comment.
8584         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8585         Change SYMBOL_VALUE format strings to use plongest and hex_string.
8586
8587 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
8588
8589         PR symtab/7259:
8590         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8591         * ada-lang.c (ada_discrete_type_high_bound)
8592         (ada_discrete_type_low_bound): Fix function comment.  Use
8593         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8594         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8595         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8596         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8597         Use TYPE_FIELD_ENUMVAL.
8598         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8599         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8600         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8601         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
8602         TYPE_CODE_ENUM.
8603         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8604         * dwarf2read.c (process_enumeration_scope): Likewise.
8605         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8606         field.bitpos.
8607         (class StructMainTypePrettyPrinter): Support also
8608         FIELD_LOC_KIND_ENUMVAL.
8609         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8610         TYPE_CODE_ENUM.
8611         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8612         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8613         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8614         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
8615         field enumval.
8616         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8617         accommodate enumval.
8618         (struct call_site): Adjust loc_kind to accommodate enumval.
8619         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8620         (TYPE_FIELD_ENUMVAL): New macros.
8621         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8622         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8623         TYPE_CODE_ENUM.
8624         * p-typeprint.c (pascal_type_print_base): Likewise.
8625         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8626         enumval.
8627         * python/lib/gdb/types.py (make_enum_dict): Likewise.
8628         * python/py-type.c (convert_field): New variable addrstring.  Use
8629         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8630         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8631         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8632         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8633         TYPE_CODE_ENUM.
8634         * valprint.c (generic_val_print): Likewise.
8635
8636 2012-04-17  Doug Evans  <dje@google.com>
8637
8638         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8639
8640         * dwarf2read.c: Whitespace fixes.
8641         (lookup_signatured_type): Tweak comment.
8642         (get_die_type_at_offset): Fix comment.
8643
8644 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8645
8646         * xcoffread.c (xcoff_secnum_to_sections): New function.
8647         (secnum_to_section, secnum_to_bfd_section): Reimplement
8648         using xcoff_secnum_to_sections.  Rename "secnum" parameter
8649         into "n_scnum".
8650         (RECORD_MINIMAL_SYMBOL): Delete.
8651         (record_minimal_symbol): New function.
8652         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8653         by call to record_minimal_symbol and set misc_func_recorded
8654         to 1.  Set last_csect_sec to the XCOFF section index instead
8655         of GDB's section_offset index.  Update calls to
8656         prim_record_minimal_symbol_and_info to pass the BFD section
8657         as well.
8658
8659 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8660
8661         * xcoffread.c (read_xcoff_symtab): Delete variables
8662         last_csect_val and last_csect_sec and associated code.
8663
8664 2012-04-17  Doug Evans  <dje@google.com>
8665
8666         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8667         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8668         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8669         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8670
8671         * cleanups.h: New file.
8672         * cleanups.c: New file.
8673         * Makefile.in (SFILES): Add cleanups.c.
8674         (HFILES_NO_SRCDIR): Add cleanups.h.
8675         (COMMON_OBS): Add cleanups.o.
8676         * defs.h (struct cleanup): Moved to cleanups.h.
8677         (do_cleanups,do_final_cleanups): Ditto.
8678         (discard_cleanups,discard_final_cleanups): Ditto
8679         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8680         (save_cleanups,save_final_cleanups): Ditto.
8681         (restore_cleanups,restore_final_cleanups): Ditto.
8682         (null_cleanup): Ditto.
8683         (make_my_cleanup,make_my_cleanup2): Ditto.
8684         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8685         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8686         (do_cleanups,do_final_cleanups): Ditto.
8687         (discard_cleanups,discard_final_cleanups): Ditto
8688         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8689         (save_cleanups,save_final_cleanups): Ditto.
8690         (restore_cleanups,restore_final_cleanups): Ditto.
8691         (null_cleanup): Ditto.
8692         (make_my_cleanup,make_my_cleanup2): Ditto.
8693         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8694
8695         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8696         make_my_cleanup.
8697         (make_cleanup_dyn_string_delete): Ditto.
8698         (make_cleanup_ui_file_delete): Ditto.
8699         (make_cleanup_ui_out_redirect_pop): Ditto.
8700         (make_cleanup_free_section_addr_info): Ditto.
8701         (make_cleanup_restore_integer): Ditto.
8702         (make_cleanup_unpush_target): Ditto.
8703         (make_cleanup_value_free_to_mark): Ditto.
8704         (make_cleanup_value_free): Ditto.
8705         (make_cleanup_free_so): Ditto.
8706
8707 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8708
8709         New option "set debug auto-load".
8710         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8711         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8712         (auto_load_safe_path_vec_update)
8713         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8714         if DEBUG_AUTO_LOAD.
8715         (file_is_auto_load_safe): New parameters debug_fmt and ....
8716         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8717         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8718         caller by explanatory string.
8719         (_initialize_auto_load): Register "set debug auto-load".
8720         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8721         and ....
8722         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8723         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8724         by explanatory string.
8725         * main.c (captured_main): Likewise.
8726         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8727         (source_section_scripts): Likewise.
8728
8729 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8730
8731         New option "set auto-load safe-path".
8732         * NEWS: New commands "set auto-load safe-path"
8733         and "show auto-load safe-path".
8734         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8735         (auto_load_safe_path, auto_load_safe_path_vec)
8736         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8737         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8738         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8739         (source_gdb_script_for_objfile): New variable is_safe.  Call
8740         file_is_auto_load_safe.  Return if it is not.
8741         (struct loaded_script): New field loaded.
8742         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
8743         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
8744         output "Missing" to "No".
8745         (_initialize_auto_load): New variable cmd.  Initialize
8746         auto_load_safe_path.  Register "set auto-load safe-path",
8747         "show auto-load safe-path" and "add-auto-load-safe-path".
8748         * auto-load.h (maybe_add_script): Add parameter loaded.
8749         (file_is_auto_load_safe): New declaration.
8750         * config.in: Regenerate.
8751         * configure: Regenerate.
8752         * configure.ac: New parameters --with-auto-load-safe-path
8753         and --without-auto-load-safe-path.
8754         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8755         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8756         * main.c (captured_main): Check file_is_auto_load_safe for
8757         LOCAL_GDBINIT.
8758         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8759         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
8760         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
8761         not.
8762
8763 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8764
8765         auto-load: Implementation.
8766         * NEWS: New descriptions for "info auto-load",
8767         "info auto-load gdb-scripts", "info auto-load python-scripts",
8768         "info auto-load local-gdbinit" and "info auto-load libthread-db".
8769         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8770         and "show auto-load-scripts".  New description for "set auto-load",
8771         "show auto-load", "set auto-load gdb-scripts",
8772         "show auto-load gdb-scripts", "set auto-load python-scripts",
8773         "show auto-load python-scripts", "set auto-load local-gdbinit",
8774         "show auto-load local-gdbinit", "set auto-load libthread-db" and
8775         "show auto-load libthread-db".
8776         * auto-load.c: Remove include python/python-internal.h.  Add includes
8777         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8778         cli/cli-setshow.h.
8779         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8780         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8781         (gdbpy_global_auto_load): Rename to ...
8782         (global_auto_load): ... here.
8783         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8784         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8785         (script_language_gdb, source_gdb_script_for_objfile): New.
8786         (struct loaded_script): New field language.
8787         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8788         LANGUAGE.
8789         (maybe_add_script): Add parameter language.  Drop redundant
8790         entry.full_path initialization.  Initialize entry.language and
8791         (*slot)->language.
8792         (auto_load_objfile_script): Change parameter suffix to language.
8793         Remove the call of maybe_add_script.
8794         Call language->source_script_for_objfile.
8795         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8796         New.
8797         (collect_matching_scripts): Adjust it for
8798         struct collect_matching_scripts_data.
8799         (auto_load_info_scripts_pattern_nl): New variable.
8800         (info_auto_load_scripts): Rename to ...
8801         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
8802         for struct collect_matching_scripts_data.
8803         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8804         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8805         (auto_load_show_cmdlist_get, info_auto_load_cmd)
8806         (auto_load_info_cmdlist_get): New.
8807         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8808         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
8809         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8810         "info auto-load local-gdbinit".
8811         * auto-load.h (struct script_language): New.
8812         (gdbpy_global_auto_load): Rename to ...
8813         (global_auto_load): ... here.
8814         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8815         (auto_load_local_gdbinit_loaded): New declarations.
8816         (maybe_add_script): New parameter language.
8817         (auto_load_objfile_script): Change parameter suffix to language.
8818         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8819         (auto_load_info_scripts, auto_load_set_cmdlist_get)
8820         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8821         declarations.
8822         * linux-thread-db.c: Include auto-load.h and ctype.h.
8823         (auto_load_thread_db, show_auto_load_thread_db): New.
8824         (struct thread_db_info): New field filename.
8825         (delete_thread_db_info): Call xfree for FILENAME.
8826         (try_thread_db_load): Initialize FILENAME.
8827         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8828         if !AUTO_LOAD_THREAD_DB.
8829         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8830         (_initialize_thread_db): Install auto_load_thread_db
8831         as "set auto-load libthread-db" and install info_auto_load_libthread_db
8832         as "info auto-load libthread-db".
8833         * main.c (captured_main): Rename gdbpy_global_auto_load to
8834         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8835         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8836         (print_gdb_help): Extend the help for 'local init file'.
8837         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8838         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8839         (auto_load_scripts): Rename to ...
8840         (auto_load_python_scripts): ... here, update the comment.
8841         (gdbpy_load_auto_script_for_objfile): New declaration.
8842         (show_auto_load_python_scripts, script_language_python)
8843         (gdbpy_load_auto_script_for_objfile): New.
8844         (source_section_scripts): Refactor the code.
8845         (load_auto_scripts_for_objfile): Rename to ...
8846         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8847         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8848         (info_auto_load_python_scripts): New.
8849         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8850         Rename "set auto-load-scripts" to "set auto-load python-scripts".
8851         Register "set auto-load-scripts" as its deprecated alias.  Register
8852         "info auto-load python-scripts".  Register "info auto-load-scripts" as
8853         its deprecated alias.
8854         (load_auto_scripts_for_objfile): Rename to ...
8855         (gdbpy_load_auto_scripts_for_objfile): ... here.
8856         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8857         (gdbpy_load_auto_scripts_for_objfile): ... here.
8858
8859 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8860
8861         auto-load: Move files.
8862         * Makefile.in (SFILES): Add auto-load.c.
8863         (HFILES_NO_SRCDIR): Add auto-load.h.
8864         (COMMON_OBS): Add auto-load.o.
8865         (distclean): Change .gdbinit for gdb-gdb.gdb.
8866         * auto-load.c: New file, with parts from python/py-auto-load.c.
8867         * auto-load.h: New file, with parts from python/python.h.
8868         * configure: Regenerate.
8869         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8870         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8871         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8872         * main.c: Include auto-load.h.
8873         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8874         command.h, observer.h and progspace.h to auto-load.c.  Add include
8875         auto-load.h.
8876         (gdbpy_global_auto_load, struct auto_load_pspace_info)
8877         (struct loaded_script, auto_load_pspace_data)
8878         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8879         (hash_loaded_script_entry, eq_loaded_script_entry)
8880         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8881         (maybe_add_script): Move to auto-load.c.
8882         (source_section_scripts): Change maybe_add_script parameters passing,
8883         use script_not_found_warning_print.
8884         (clear_section_scripts, auto_load_objfile_script)
8885         (auto_load_new_objfile, loaded_script_ptr)
8886         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8887         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8888         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8889         auto_load_new_objfile and info_auto_load_scripts initizations to
8890         auto-load.c.
8891         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8892
8893 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8894
8895         Code cleanup.
8896         * charset.c (find_charset_names): Remove variables ix and elt.
8897         Use free_char_ptr_vec.
8898         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8899         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8900         debugdir_end.  New variable debugdir_len.
8901         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8902         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8903         declarations.
8904         * progspace.c (clear_program_space_solib_cache): Remove variables ix
8905         and elt.  Use free_char_ptr_vec.
8906         * source.c (add_path): Remove variables argv, arg and argv_index.
8907         New variables dir_vec, back_to, ix and name.
8908         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
8909         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
8910         no longer expecting DIRNAME_SEPARATOR.
8911         (openp): Remove variable p, p1 and len.  New variables dir_vec,
8912         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
8913         no longer expecting DIRNAME_SEPARATOR.
8914         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8915         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8916         debugdir_end.
8917         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8918         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8919         (dirnames_to_char_ptr_vec): New functions.
8920
8921 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8922
8923         Code cleanup.
8924         * source.c (add_path): Remove always true conditional 'p == 0' and
8925         unindent its code block.
8926
8927 2012-04-17  Pedro Alves  <palves@redhat.com>
8928
8929         * gdbtypes.h (FIELD_BITPOS): Rename to ...
8930         (FIELD_BITPOS_LVAL): ... this.
8931         (FIELD_BITPOS): New.
8932         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8933         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8934         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8935         SET_FIELD_BITPOS.
8936         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8937         SET_FIELD_BITPOS.
8938         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8939         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8940         * target-descriptions.c (tdesc_gdb_type): Adjust to use
8941         SET_FIELD_BITPOS.
8942
8943 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8944
8945         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8946         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8947         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8948         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8949         * jv-lang.c (java_link_class_type): Likewise, once.
8950         * stabsread.c (read_enum_type): Likewise.
8951
8952 2012-04-16  Yao Qi  <yao@codesourcery.com>
8953
8954         * common/agent.c (agent_run_command): Add one more parameter `len'.
8955         Update callers.
8956         * common/agent.h: Update declaration.
8957         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8958         Update.
8959         (linux_child_static_tracepoint_markers_by_strid): Ditto.
8960
8961 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
8962
8963         PR mi/13393
8964         * value.c (value_actual_type): New function.
8965         * value.h (value_actual_type): New declaration.
8966         * varobj.c (update_type_if_necessary): New function.
8967         (varobj_create): Call value_actual_type instead of
8968         value_type.
8969         (install_dynamic_child): distinct changed and type changed MI variable
8970         objects.
8971         (update_dynamic_varobj_children): Updated for install_dynamic_child
8972         change.  All callers updated.
8973         (varobj_update): Support for MI variable object type change if
8974         the value changed and RTTI is used to determine the type.
8975         (create_child_with_value): Call value_actual_type instead of
8976         value_type.
8977         (adjust_value_for_child_access): Extended with a new parameter which
8978         specify whether the given value should be casted to enclosing type.
8979         All callers updated.
8980
8981 2012-04-14  Yao Qi  <yao@codesourcery.com>
8982
8983         Import gnulib module inttypes from git
8984         (250b80067c1e1d8faa0c42fb572f721975b929c5)
8985         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8986         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8987         gnulib/m4/inttypes-pri.m4
8988         * aclocal.m4, config.in, configure: Regenerated.
8989         * gnulib/Makefile.am: Update.
8990         * gnulib/Makefile.in: Update.
8991         * gnulib/m4/gnulib-cache.m4: Update.
8992         * gnulib/m4/gnulib-comp.m4: Update.
8993         * gnulib/inttypes.in.h: New.
8994         * gnulib/m4/inttypes-pri.m4: New.
8995         * gnulib/m4/inttypes.m4: New.
8996
8997 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
8998
8999         * infrun.c (resume): Update PC address to the real PC after
9000         preparing to do displaced stepping.
9001
9002 2012-04-12  Doug Evans  <dje@google.com>
9003
9004         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
9005         All callers updated.
9006
9007 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
9008
9009         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
9010
9011 2012-04-12  Doug Evans  <dje@google.com>
9012
9013         * dwarf2read.c (create_all_type_units): Renamed from
9014         create_debug_types_hash_table.  All callers updated.
9015
9016         * dwarf2read.c (create_signatured_type_table_from_index): Rename
9017         local type_sig to sig_type, type_offset to type_offset_in_tu.
9018         (hash_signatured_type): Renamed from hash_type_signature,
9019         all callers updated.
9020         (eq_signatured_type): Renamed from eq_type_signature,
9021         all callers updated.
9022         (create_debug_types_hash_table): Rename local type_sig to sig_type.
9023         (process_enumeration_scope): Ditto.
9024         (lookup_signatured_type_at_offset): Ditto.
9025         (load_full_type_unit, read_signatured_type): Ditto.
9026
9027 2012-04-12  Yao Qi  <yao@codesourcery.com>
9028
9029         * remote.c (async_remote_interrupt): Correct function name in
9030         debug message.
9031         (async_remote_interrupt_twice): Ditto.
9032
9033 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
9034
9035         * source.c (find_and_open_source): Consistently pass resulting
9036         full path through xfullpath.
9037
9038 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9039
9040         Provide more specific displaced-stepping memory error message.
9041         * infrun.c (displaced_step_prepare): New variable status.  Call
9042         target_read_memory instead of read_memory, provide more specific
9043         error message.
9044
9045 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9046
9047         PR gdb/13901
9048         * darwin-nat.c (darwin_execvp): Revert previous patch.
9049
9050 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9051
9052         PR gdb/13901
9053         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
9054         in case of change.
9055
9056 2012-04-11  Tristan Gingold  <gingold@adacore.com>
9057
9058         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9059         warning.
9060
9061 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
9062
9063         New command 'explore' which helps explore values and types in
9064         scope.
9065         * NEWS: Add an entry about the new 'explore' command.
9066         * data-directory/Makefile.in: Add gdb/command/explore.py
9067         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
9068         command using the GDB Python API.
9069
9070 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
9071
9072         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
9073         extension in jump target calculation.
9074
9075 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
9076
9077         * mips-tdep.c (mips32_next_pc): Handle JALX.
9078
9079 2012-04-10  Yao Qi  <yao@codesourcery.com>
9080
9081         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
9082
9083 2012-04-10  Yao Qi  <yao@codesourcery.com>
9084
9085         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
9086         and gnulib/m4/gnulib-tool.m4.
9087
9088 2012-04-10  Doug Evans  <dje@google.com>
9089
9090         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
9091         (load_partial_dies): Clarify comment.
9092         (find_partial_die): Support rereading type units.
9093         Clarify CU handling, if we know offset is in CU, don't search for the
9094         containing CU.  Add comment regarding memory waste.
9095
9096 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
9097
9098         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
9099         i386/x32-avx and i386/x32-avx-linux.
9100         (i386/x32-expedite): New.
9101         (i386/x32-linux-expedite): Likewise.
9102         (i386/x32-avx-expedite): Likewise.
9103         (i386/x32-avx-linux-expedite): Likewise.
9104         ($(outdir)/i386/x32.dat): Likewise.
9105         ($(outdir)/i386/x32-linux.dat): Likewise.
9106         ($(outdir)/i386/x32-avx.dat): Likewise.
9107         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
9108
9109         * features/i386/x32-avx-linux.xml: New file.
9110         * features/i386/x32-avx.xml: Likewise.
9111         * features/i386/x32-core.xml: Likewise.
9112         * features/i386/x32-linux.xml: Likewise.
9113         * features/i386/x32.xml: Likewise.
9114
9115         * features/i386/x32-avx-linux.c: New.  Generated.
9116         * features/i386/x32-avx.c: Likewise.
9117         * features/i386/x32-linux.c: Likewise.
9118         * features/i386/x32.c: Likewise.
9119         * regformats/i386/x32-avx-linux.dat: Likewise.
9120         * regformats/i386/x32-avx.dat: Likewise.
9121         * regformats/i386/x32-linux.dat: Likewise.
9122         * regformats/i386/x32.dat: Likewise.
9123
9124 2012-04-10  Tristan Gingold  <gingold@adacore.com>
9125
9126         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
9127         code to kill the inferior.
9128
9129 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
9130
9131         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9132         defines.
9133         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9134         defines.
9135         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
9136         (yyvsp): New defines.
9137         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9138         defines.
9139         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9140         defines.
9141         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9142         defines.
9143         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9144         defines.
9145         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
9146         defines.
9147
9148 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
9149
9150         * sparc64-tdep.c (sparc64_store_arguments)
9151         (sparc64_store_arguments): Fix coding style.
9152
9153 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
9154
9155         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
9156         complex floats, adjust some related comments and tighten a related
9157         assertion.
9158         (sparc64_extract_return_value): Handle complex floats.
9159
9160 2012-04-07  Doug Evans  <dje@google.com>
9161
9162         * dwarf2read.c (load_partial_dies): Change condition to assert.
9163
9164 2012-04-06  Doug Evans  <dje@google.com>
9165
9166         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
9167         "mov %rsp,%rbp".
9168
9169 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
9170
9171         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
9172         fencepost error.
9173         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
9174         (v850_gdbarch_init): Set `num_regs' as appropriate for the
9175         architecture.
9176
9177 2012-04-05  Keith Seitz  <keiths@redhat.com>
9178
9179         * linespec.c (decode_compound): Remove.
9180         (enum offset_relative_sign): New enum.
9181         (struct line_offset): New struct.
9182         (struct linespec): New struct.
9183         (struct linespec_state): Move file_symtabs,
9184         user_filename, and user_function into struct linespec.
9185         Make result an anonymous struct holding vectors of
9186         symbolp and minsym_and_objfile_d.
9187         Add language member.
9188         (enum ls_token_type): New enum.
9189         (linespec_keywords): New array.
9190         (struct ls_token): New struct.
9191         (struct ls_parser): New struct.
9192         (linespec_lexer_lex_number): New function.
9193         (linespec_lexer_lex_keyword): New function.
9194         (is_ada_operator): New function.
9195         (skip_quote_char): New function.
9196         (copy_token_string): New function.
9197         (is_closing_quote_enclosed): New function.
9198         (find_parameter_list_end): New function.
9199         (linespec_lexer_lex_string): New function.
9200         (linespec_lexer_lex_one): New function.
9201         (linespec_lexer_consume_token): New function.
9202         (linespec_lexer_peek_token): New function.
9203         (cplusplus_error): Remove unused function.
9204         (find_methods): Update comment.
9205         (find_toplevel_char): Return const.
9206         (is_objc_method_format): Remove unused function.
9207         (find_toplevel_string): New function.
9208         (is_linespec_boundary): Remove.
9209         (symbol_not_found_error): New function.
9210         (find_method_overload_end): Remove function.
9211         (unexpected_linespec_error): New function.
9212         (keep_name_info): Remove.
9213         (linespec_parse_line_offset): New function.
9214         (linespec_parse_basic): New function.
9215         (canonicalize_linespec): New function.
9216         (decode_line_internal): Remove.
9217         (create_sals_line_offset): New function adapted from
9218         decode_all_digits.
9219         (convert_linespec_to_sals): New function.
9220         (parse_linespec): New function.
9221         (linespec_parser_new): New function.
9222         (linespec_state_destructor): Change parameter type to
9223         struct linespec_state *.
9224         Add language parameter.
9225         Remove freeing of moved members.
9226         (linespec_parser_delete): New function.
9227         (decode_line_full): Use parse_linespec and linespec_parser_new.
9228         (decode_line_1): Likewise.
9229         (decode_indirect): Rename to ...
9230         (linespec_expression_to_pc): ... this and rewrite
9231         to simply find CORE_ADDR, storing this result for later
9232         conversion to SALs.
9233         (locate_first_half): Remove.
9234         (deocde_objc): Add parameter LS.
9235         Initialize new struct collect_info members.
9236         Handle minimal symbols, too.
9237         (decode_compound): Delete.
9238         (lookup_prefix_sym): Rewrite.
9239         (compare_msymbols): New function.
9240         (find_method): Rewrite.
9241         Do not call cplusplus_error.
9242         (symtabs_from_filename): Rewrite.
9243         (collect_function_symbols): Delete.
9244         (find_function_symbols): Rewrite without ARGPTR-style
9245         processing.
9246         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
9247         (decode_dollar): Adapted and renamed to ...
9248         (linespec_parse_variable): ... this.
9249         (find_linespec_symbols): New function.
9250         (decode_label): Adapted and renamed to ...
9251         (find_label_symbols): ... this.
9252         (decode_digits_list_mode): Add and use LS argument.
9253         (decode_digits_ordinary): Likewise.
9254         (collect_symbols): Do not collect SALs, just symbols and msymbols.
9255         If in list mode, allow any symbol class.  Otherwise, only
9256         permit LOC_BLOCK symbols.
9257         (minsym_found): Update comments.
9258         (search_minsyms_for_name): Do not convert the matching symbol
9259         into a SAL.  Simply push the symbol and objfile into the
9260         result vector.
9261         (decode_variable): Delete. Contents adapted into
9262         find_linespec_symbols.
9263
9264         * cp-support.c (SKIP_SPACE): Remove.
9265         (operator_tokens): Remove unused global.
9266         (cp_validate_operator): Remove.
9267         * cp-support.h (cp_validate_operator): Remove declaration.
9268
9269 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9270
9271         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
9272         for TYPE_VPTR_FIELDNO.
9273         * valprint.c (valprint_check_validity): Make it global, move the
9274         function comment ...
9275         * value.h (valprint_check_validity): ... to this new declaration.
9276
9277 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9278
9279         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
9280         the STATE32 api for i386 state.
9281         (i386_darwin_store_inferior_registers): Likewise.
9282
9283 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9284
9285         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
9286         SS offset.
9287         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
9288         format_string.
9289
9290 2012-04-02  Tristan Gingold  <gingold@adacore.com>
9291
9292         PR gdb/13901
9293         * darwin-nat.c (darwin_execvp): Set binary preference.
9294
9295 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9296
9297         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9298
9299 2012-03-30  Tom Tromey  <tromey@redhat.com>
9300
9301         * python/python.c (gdbpy_decode_line): Move cleanup creation out
9302         of TRY_CATCH.  Fix error handling.
9303         * python/py-value.c (convert_value_from_python): Move 'old'
9304         declaration to innermost scope.
9305
9306 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9307             Andrey Smirnov  <andrew.smirnov@gmail.com>
9308
9309         -Wshadow warning fix.
9310         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9311         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9312         Adjust code accordingly.
9313
9314 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9315
9316         * ada-lang.c (symbol_completion_add): Rename parameter
9317         "encoded" into "encoded_p".  Ajust code and documentation
9318         accordingly.
9319
9320 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9321             Andrey Smirnov  <andrew.smirnov@gmail.com>
9322
9323         -Wshadow warning fix.
9324         * ada-lang.c (symbol_completion_add): Rename parameter
9325         "wild_match" into wild_match_p.  Update code and documentation
9326         accordingly.
9327
9328 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9329
9330         * ada-lang.c (symbol_completion_match): Rename parameter
9331         "encoded" into "encoded_p".  Ajust code and documentation
9332         accordingly.
9333
9334 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9335             Andrey Smirnov  <andrew.smirnov@gmail.com>
9336
9337         -Wshadow warning fix.
9338         * ada-lang.c (symbol_completion_match): Rename parameter
9339         "wild_match" into "wild_match_p".  Adjust code and function
9340         documentation accordingly.
9341
9342 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9343             Andrey Smirnov  <andrew.smirnov@gmail.com>
9344
9345         -Wshadow warning fix.
9346         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9347         "symbol_info" into "info".  Adjust code accordingly.
9348         (ada_lookup_symbol): Likewise.
9349
9350 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9351
9352         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9353         of this function's documentation.
9354
9355 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9356             Andrey Smirnov  <andrew.smirnov@gmail.com>
9357
9358         -Wshadow warning fix.
9359         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9360         variable into "wild_match_p".  Adjust code accordingly.
9361
9362 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9363             Andrey Smirnov  <andrew.smirnov@gmail.com>
9364
9365         -Wshadow warning fix.
9366         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9367         parameter into "wild_match_p".  Adjust code accordingly.
9368         Document this parameter in the function description.
9369
9370 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9371             Andrey Smirnov  <andrew.smirnov@gmail.com>
9372
9373         -Wshadow warning fix.
9374         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9375         "wild_match" parameter to "wild_match_p" (-Wshadow).
9376
9377 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9378
9379         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9380         in function documentation.
9381
9382 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9383             Andrey Smirnov  <andrew.smirnov@gmail.com>
9384
9385         -Wshadow warning fix.
9386         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9387         variable into wild_match_p.  Adjust code accordingly.
9388
9389 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9390             Andrey Smirnov  <andrew.smirnov@gmail.com>
9391
9392         * ada-valprint.c (ada_val_print_1): Move the code handling
9393         TYPE_CODE_ENUM inside its own lexical block.  Declare
9394         variables len and val there, instead of in the function's
9395         top level block.  Avoid declaring deref_val again in a way
9396         that shadows another variable of the same name declared
9397         in one of the up-level blocks.  Just re-use the up-level
9398         variable instead.
9399
9400 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9401
9402         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9403         Replace block_found argument by symbol_info.  Adjust
9404         implementation accordingly.  Add function documentation.
9405         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9406         Fix documentation.
9407         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9408         * ada-exp.y (write_object_renaming): Adjust to new
9409         ada_lookup_encoded_symbol API.
9410
9411 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9412
9413         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
9414         documentation.
9415
9416 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
9417
9418         * v850-tdep.c: Add the enum values for mpu and fpu registers.
9419         (v850_register_name): Add the mpu and fpu register names.
9420         (v850e_register_name): Add the mpu and fpu register names.
9421         (v850e2_register_name): New function.
9422         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9423         bfd_mach_v850e2v3.
9424
9425 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9426
9427         * NEWS: Add entry for Ada varobj support.
9428
9429 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9430
9431         * varobj.c (default_value_is_changeable_p): New function,
9432         extracted from varobj_value_is_changeable_p.  Add declaration.
9433         (ada_value_is_changeable_p): New function, extracted from
9434         varobj_value_is_changeable_p.  Add declaration.
9435         (struct language_specific): New field "value_is_changeable_p".
9436         (languages): Add entries for new field.
9437         (varobj_create): Set language before calling install_new_value.
9438         (varobj_value_is_changeable_p): Reimplement to call the varobj's
9439         "value_is_changeable_p" language callback.
9440
9441 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9442
9443         * ada-varobj.h, ada-varobj.c: New files.
9444         * Makefile.in (SFILES): Add ada-varobj.c.
9445         (HFILES_NO_SRCDIR): Add ada-varobj.h.
9446         (COMMON_OBS): Add ada-varobj.o.
9447
9448 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9449
9450         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
9451         (struct language_specific): New field "value_has_mutated".
9452         (languages): Set field "value_has_mutated" in each entry of array.
9453         (varobj_value_has_mutated): New function.
9454         (varobj_udpdate): Add handling of type mutation.
9455         (value_of_root): Add handling of type mutation.
9456         (ada_value_has_mutated): New function.
9457
9458 2012-03-28  Pedro Alves  <palves@redhat.com>
9459
9460         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9461         Always supply $fr0 as 0.0 and $fr1 as 1.0.
9462
9463 2012-03-28  Tom Tromey  <tromey@redhat.com>
9464
9465         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9466         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
9467         before returning.
9468
9469 2012-03-28  Tom Tromey  <tromey@redhat.com>
9470
9471         * .dir-locals.el: New file.
9472
9473 2012-03-28  Pedro Alves  <palves@redhat.com>
9474
9475         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9476
9477 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9478
9479         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9480         handling for r0.
9481
9482 2012-03-27  Pedro Alves  <palves@redhat.com>
9483
9484         Eliminate struct ui_stream.
9485
9486         * ui-out.h (struct ui_stream): Delete.
9487         (ui_out_field_stream): Adjust prototype.
9488         (ui_out_stream_new, ui_out_stream_delete)
9489         (make_cleanup_ui_out_stream_delete): Delete declarations.
9490         * ui-out.c (ui_out_field_stream): Change prototype to take a
9491         ui_file instead of a ui_stream.  Adjust.
9492         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9493         (make_cleanup_ui_out_stream_delete): Delete.
9494         * breakpoint.c (print_breakpoint_location)
9495         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9496         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9497         * disasm.c (dump_insns): Ditto.
9498         (do_mixed_source_and_assembly, do_assembly_only): Adjust
9499         prototype.
9500         (gdb_disassembly): Use ui_file/mem_fileopen instead of
9501         ui_stream/ui_out_stream_new.
9502         * infcmd.c (print_return_value): Ditto.
9503         * osdata.c (info_osdata_command): Don't allocate a local
9504         ui_stream.
9505         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9506         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9507         * tracepoint.c (print_one_static_tracepoint_marker): Don't
9508         allocate a local ui_stream.
9509         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9510         instead of ui_stream/ui_out_stream_new.
9511         (list_args_or_locals): Don't allocate a local ui_stream.
9512         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9513         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9514         ui_stream/ui_out_stream_new.
9515         * cli/cli-setshow.c (do_setshow_command): Ditto.
9516
9517 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
9518
9519         * arm-linux-tdep.c (arm_linux_init_abi): Call
9520         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
9521         * arm-tdep.c (arm_process_record): New function.
9522         (deallocate_reg_mem): New function.
9523         (decode_insn): New function.
9524         (thumb_record_branch): New function.
9525         (thumb_record_ldm_stm_swi(): New function.
9526         (thumb_record_misc): New function.
9527         (thumb_record_ld_st_stack): New function.
9528         (thumb_record_ld_st_imm_offset): New function.
9529         (thumb_record_ld_st_reg_offset(): New function.
9530         (thumb_record_add_sub_cmp_mov): New function.
9531         (thumb_record_shift_add_sub): New function.
9532         (arm_record_coproc_data_proc): New function.
9533         (arm_record_coproc): New function.
9534         (arm_record_b_bl): New function.
9535         (arm_record_ld_st_multiple): New function.
9536         (arm_record_ld_st_reg_offset): New function.
9537         (arm_record_ld_st_imm_offset): New function.
9538         (arm_record_data_proc_imm): New function.
9539         (arm_record_data_proc_misc_ld_str): New function.
9540         (arm_record_extension_space): New function.
9541         (arm_record_strx): New function.
9542         (sbo_sbz): New function.
9543         (struct insn_decode_record): New structure for arm insn record.
9544         (REG_ALLOC): New macro for reg allocations.
9545         (MEM_ALLOC): New macro for memory allocations.
9546         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9547
9548 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
9549
9550         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9551         (store_register): Likewise.
9552
9553 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
9554
9555         * MAINTAINERS (Write After Approval): Add myself to the list.
9556
9557 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9558
9559         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9560         Describe also the option "auto".
9561
9562 2012-03-22  Richard Henderson  <rth@redhat.com>
9563
9564         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9565         * sparc-nat.c (sparc_xfer_wcookie): Make static.
9566
9567 2012-03-22  Richard Henderson  <rth@redhat.com>
9568
9569         * jit.c (jit_read_code_entry): Compute alignment and offset of
9570         int64_t member before computing entry_size.
9571
9572 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
9573
9574         Python scripting: Add new method Value.referenced_value to
9575         gdb.Value which can dereference pointer as well as reference
9576         values.
9577         * NEWS: Add entry under 'Python scripting' about the new method
9578         Value.referenced_value on gdb.Value objects.
9579         * python/py-value.c (valpy_referenced_value): New function
9580         defining a new method on gdb.Value objects which can dereference
9581         pointer and reference values.
9582
9583 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
9584
9585         * MAINTAINERS (Write After Approval): Add myself to the list.
9586
9587 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
9588
9589         * symtab.c (skip_prologue_sal): Change test to check for "main()"
9590         in addition to "main".
9591
9592 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
9593
9594         * expression.h (op_name): Add declaration.
9595         * expprint.c (op_name): Remove declaration.  Make non-static.
9596         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9597
9598 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
9599
9600         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9601         of struct siginfo.
9602         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9603         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9604         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9605         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9606         (linux_nat_get_siginfo): Likewise.
9607         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9608         (linux_nat_get_siginfo): Likewise.
9609         * linux-tdep.c (linux_get_siginfo_type): Likewise.
9610         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9611         * procfs.c (gdb_siginfo_t): Likewise.
9612
9613 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
9614
9615         * .gitignore: Ignore more files.
9616
9617 2012-03-20  Pedro Alves  <palves@redhat.com>
9618
9619         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9620         returns.
9621
9622 2012-03-20  Yao Qi  <yao@codesourcery.com>
9623
9624         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9625         comment.
9626
9627 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9628
9629         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9630         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9631         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9632         sect_offset.
9633         * dwarf2expr.h (cu_offset, sect_offset): New types.
9634         (struct dwarf_expr_context_funcs) <dwarf_call>
9635         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9636         sect_offset.
9637         (struct dwarf_expr_context) <len>: Improve the comment.
9638         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9639         cu_offset and sect_offset.
9640         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9641         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9642         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9643         * dwarf2loc.h: Include dwarf2expr.h.
9644         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9645         and sect_offset.
9646         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9647         Improve the comment.
9648         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9649         (struct signatured_type, struct line_header, struct partial_die_info)
9650         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9651         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9652         (get_die_type_at_offset, create_cus_from_index)
9653         (create_signatured_type_table_from_index, dw2_get_file_names)
9654         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9655         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9656         (create_debug_types_hash_table, process_psymtab_comp_unit)
9657         (load_partial_comp_unit, create_all_comp_units)
9658         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9659         (load_full_comp_unit, dwarf2_physname, read_import_statement)
9660         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9661         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9662         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9663         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9664         (find_partial_die, read_attribute_value, lookup_die_type)
9665         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9666         (is_ref_attr): New function comment.
9667         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9668         Use cu_offset and sect_offset.
9669         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9670         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9671         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9672         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9673         (offset_and_type_hash, offset_and_type_eq, set_die_type)
9674         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9675         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9676         sect_offset.
9677
9678 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9679
9680         Code cleanup.
9681         * python/py-auto-load.c (source_section_scripts): New variable back_to.
9682         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9683         with xfree.
9684         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9685
9686 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9687
9688         * NEWS: Describe new options --init-command=FILE, -ix and
9689         --init-eval-command=COMMAND, -iex.
9690         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9691         CMDARG_INIT_COMMAND.
9692         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
9693         "init-command", "init-eval-command", "ix" and "iex" to the variable
9694         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
9695         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9696         (print_gdb_help): Describe --init-command=FILE, -ix and
9697         --init-eval-command=COMMAND, -iex.
9698
9699 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9700
9701         Code cleanup.
9702         * main.c (struct cmdarg): Move it here from main.  Add more comments.
9703         (cmdarg_s, VEC (cmdarg_s)): New.
9704         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
9705         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
9706         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
9707         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
9708         of CMDARG.
9709
9710 2012-03-19  Tom Tromey  <tromey@redhat.com>
9711
9712         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9713
9714 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9715
9716         PR symtab/13777
9717         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9718         GCC >=4.5.
9719
9720 2012-03-16  Chris January  <chris.january@allinea.com>
9721
9722         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9723         of clear.
9724
9725 2012-03-16  Chris January  <chris.january@allinea.com>
9726
9727         * source.c (add_path): Use memmove instead of strcpy because the
9728         strings overlap.
9729
9730 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
9731
9732         * value.h (set_value_parent): Add declaration.
9733         * value.c (set_value_parent): New function.
9734         (value_address): If VALUE->PARENT is not NULL, then use it as
9735         the base address instead of VALUE->LOCATION.address.
9736         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9737         the same as OBJ's address.  Adjust V's offset accordingly.
9738         Set V's parent.
9739
9740 2012-03-16  Gary Benson  <gbenson@redhat.com>
9741
9742         PR breakpoints/10738
9743         * dwarf2read.c (use_deprecated_index_sections): New global.
9744         (struct partial_die_info): New member may_be_inlined.
9745         (read_partial_die): Set may_be_inlined where appropriate.
9746         (add_partial_subprogram): Add partial symbols for partial
9747         DIEs that may be inlined.
9748         (new_symbol_full): Add inlined subroutines to the current
9749         scope.
9750         (write_psymtabs_to_index): Bump version number.
9751         (dwarf2_read_index): Read only version 6 indices unless
9752         use_deprecated_index_sections is set.
9753         * linespec.c (symbol_and_data_callback): New structure.
9754         (iterate_inline_only): New function.
9755         (iterate_over_all_matching_symtabs): New argument
9756         "include_inline".  If nonzero, also call the callback for
9757         symbols representing inlined subroutines.
9758         (lookup_prefix_sym): Pass extra argument to the above.
9759         (find_function_symbols): Likewise.
9760         (add_matching_symbols_to_info): Likewise.
9761         * NEWS: Mention that GDB can now set breakpoints on inlined
9762         functions.
9763
9764 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9765
9766         * p-typeprint.c (pascal_type_print_method_args):
9767         Fix display of parameter of methods.
9768
9769 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9770
9771         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9772         Add missing prototype.
9773
9774 2012-03-16  Yao Qi  <yao@codesourcery.com>
9775             Jan Kratochvil  <jan.kratochvil@redhat.com>
9776
9777         Fix false compilation warning.
9778         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9779
9780 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
9781             Pedro Alves  <pedro@codesourcery.com>
9782
9783         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9784         (arm_register_g_packet_guesses): New function.
9785         (arm_gdbarch_init): Don't force a target description with
9786         registers when the executable is detected as M-profile.  Instead
9787         set gdbarch->tdep->is_m.  Register `g' packet guesses.
9788         (_initialize_arm_tdep): Initialize the new target description.
9789         * features/arm-with-m-fpa-layout.xml: New description.
9790         * features/arm-with-m-fpa-layout.c: New, generated.
9791
9792 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
9793
9794         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9795         Update function description.
9796         (insert_bp_location): Do not wipe bl->target_info out.
9797         * mem-break.c: #include "gdb_string.h".
9798         (default_memory_insert_breakpoint): Do not call target_read_memory
9799         with a pointer to the breakpoint's shadow_contents buffer.  Use
9800         a local buffer instead.
9801         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9802
9803 2012-03-15  Tom Tromey  <tromey@redhat.com>
9804
9805         * NEWS: Mention "info vtbl", not "info vtable".
9806         * cp-support.c (info_vtbl_command): Fix comment.
9807         (_initialize_cp_support): Fix text.
9808
9809 2012-03-15  Tom Tromey  <tromey@redhat.com>
9810
9811         * cp-valprint.c (cp_print_value_fields): Use
9812         print_function_pointer_address for vtable slot.
9813
9814 2012-03-15  Tom Tromey  <tromey@redhat.com>
9815
9816         * gnu-v3-abi.c (struct value_and_voffset): New.
9817         (hash_value_and_voffset, eq_value_and_voffset)
9818         (compare_value_and_voffset, compute_vtable_size)
9819         (print_one_vtable, gnuv3_print_vtable): New functions.
9820         (init_gnuv3_ops): Initialize 'print_vtable' field.
9821         * cp-support.c (info_vtbl_command): New function.
9822         (_initialize_cp_support): Add "info vtbl".
9823         * cp-abi.h (cplus_print_vtable): Declare.
9824         (struct cp_abi_ops) <print_vtable>: New field.
9825         * cp-abi.c (cplus_print_vtable): New function.
9826         * NEWS: Update.
9827
9828 2012-03-15  Tom Tromey  <tromey@redhat.com>
9829
9830         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9831         iterate_over_symbols.
9832
9833 2012-03-14  Doug Evans  <dje@google.com>
9834
9835         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9836         DW_OP_GNU_parameter_ref.
9837
9838 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9839
9840         Fix double prompt of 'interpreter-exec mi'.
9841         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9842         (mi_interpreter_resume): use it.
9843         (mi_execute_command_input_handler): New function.
9844         * mi/mi-main.c (mi_execute_command): Move prompt printing to
9845         mi_execute_command_input_handler.
9846
9847 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
9848
9849         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9850         prototype.
9851         (darwin_debug_port_info): Make static.
9852         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9853         * machoread.c (_initialize_machoread): Add prototype.
9854         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9855         (i386_darwin_set_control, i386_darwin_get_control)
9856         i386_darwin_dr_set_addr, i386_darwin_get_addr)
9857         i386_darwin_get_status, i386_darwin_get_control):
9858         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9859
9860 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9861
9862         * ax-gdb.c (gen_usual_unary): Remove special handling of
9863         enum and bool types.
9864
9865 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9866
9867         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9868
9869 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9870
9871         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9872
9873 2012-03-13  Chris January  <chris.january@allinea.com>
9874
9875         * aix-thread.c (fill_sprs): Store the floating point registers
9876         at the correct offsets into vals.
9877
9878 2012-03-13  Doug Evans  <dje@google.com>
9879
9880         * NEWS: Mention symbol-reloading has been deleted.
9881         * symfile.c (symbol_reloading): Delete.
9882         (show_symbol_reloading): Delete.
9883         (_initialize_symfile): Delete set/show symbol-reloading.
9884
9885         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9886         read_in_chain until we have successfully read it in.
9887         (load_full_comp_unit): Ditto.
9888         (read_signatured_type): Add comment.
9889
9890 2012-03-13  Chris January  <chris.january@allinea.com>
9891
9892         * stabsread.c (fix_common_block): Change type of valu argument
9893         to CORE_ADDR.
9894
9895 2012-03-13  Chris January  <chris.january@allinea.com>
9896
9897         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9898         instruction.
9899
9900 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9901
9902         * common/linux-procfs.c (linux_proc_get_int): New, from
9903         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9904         field.
9905         (linux_proc_get_tgid): Only call linux_proc_get_int.
9906         (linux_proc_get_tracerpid): New.
9907         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9908         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9909         linux_proc_pid_has_state.
9910         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9911         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9912         (linux_ptrace_attach_warnings): New.
9913         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9914         New declaration.
9915         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9916         (linux_nat_attach): New variables ex, buffer, message and message_s.
9917         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9918
9919 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9920
9921         * Makefile.in (linux-ptrace.o): New.
9922         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9923         from linux-nat.c.
9924         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9925         * common/linux-ptrace.c: New file.
9926         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9927         * config/arm/linux.mh: Likewise.
9928         * config/i386/linux.mh: Likewise.
9929         * config/i386/linux64.mh: Likewise.
9930         * config/ia64/linux.mh: Likewise.
9931         * config/m32r/linux.mh: Likewise.
9932         * config/m68k/linux.mh: Likewise.
9933         * config/mips/linux.mh: Likewise.
9934         * config/pa/linux.mh: Likewise.
9935         * config/powerpc/linux.mh: Likewise.
9936         * config/powerpc/ppc64-linux.mh: Likewise.
9937         * config/powerpc/spu-linux.mh: Likewise.
9938         * config/s390/s390.mh: Likewise.
9939         * config/sparc/linux.mh: Likewise.
9940         * config/sparc/linux64.mh: Likewise.
9941         * config/xtensa/linux.mh: Likewise.
9942         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9943         common/linux-procfs.c.
9944         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9945
9946 2012-03-13  Hui Zhu  <teawater@gmail.com>
9947             Pedro Alves  <palves@redhat.com>
9948
9949         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
9950         CREATE_BREAKPOINT_FLAGS_INSERTED.
9951         (create_breakpoint_sal, create_breakpoints_sal)
9952         (base_breakpoint_create_breakpoints_sal)
9953         (tracepoint_create_breakpoints_sal)
9954         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
9955         down.
9956         (break_command_1, handle_gnu_v3_exceptions, trace_command)
9957         (ftrace_command, strace_command): Adjust.
9958         (create_tracepoint_from_upload): Pass
9959         CREATE_BREAKPOINT_FLAGS_INSERTED.
9960         * breakpoint.h (enum breakpoint_create_flags): New.
9961         (create_breakpoint): New flags parameter.
9962         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9963         * python/py-breakpoint.c (bppy_init): Adjust.
9964         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9965         * spu-tdep.c (spu_catch_start): Adjust.
9966
9967 2012-03-13  Pedro Alves  <palves@redhat.com>
9968             Hui Zhu  <teawater@gmail.com>
9969             Yao Qi  <yao@codesourcery.com>
9970
9971         * remote.c (struct remote_state): New field `starting_up'.
9972         (remote_start_remote): Set and clear it.
9973         (remote_can_download_tracepoint): If starting up, return false.
9974
9975 2012-03-13  Yao Qi  <yao@codesourcery.com>
9976
9977         * inferior.h (struct inferior): Remove fields any_syscall_count,
9978         syscalls_counts and total_syscalls_count.  Move them to new
9979         struct catch_syscall_inferior_data in breakpoint.c.
9980         * breakpoint.c: Call DEF_VEC_I(int).
9981         (struct catch_syscall_inferior_data): New.
9982         (get_catch_syscall_inferior_data): New.
9983         (catch_syscall_inferior_data_cleanup): New.
9984         (insert_catch_syscall): Update to access data in
9985         struct catch_syscall_inferior_data.
9986         (insert_catch_syscall): Likewise.
9987         (remove_catch_syscall): Likewise.
9988         (remove_catch_syscall): Likewise.
9989         (is_syscall_catchpoint_enabled): Likewise.
9990         (add_catch_command): Likewise.
9991         (_initialize_breakpoint): Register cleanup.
9992         * breakpoint.h: Removed DEF_VEC_I(int).
9993         * dwarf2loc.c: Call DEF_VEC_I(int).
9994         * mi/mi-main.c: Likewise.
9995
9996 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
9997
9998         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9999
10000 2012-03-12  Chris January  <chris.january@allinea.com>
10001
10002         * aix-thread.c (_initialize_aix_thread): Add prototype.
10003         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
10004         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
10005
10006 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
10007
10008         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
10009         include of "amd64-nat.h".
10010
10011 2012-03-12  Tom Tromey  <tromey@redhat.com>
10012
10013         * buildsym.c (record_pending_block): Now static.
10014         * buildsym.h: (record_pending_block): Remove.
10015
10016 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
10017
10018         * amd64bsd-nat.c: Include amd64bsd-nat.h.
10019
10020 2012-03-09  Tom Tromey  <tromey@redhat.com>
10021
10022         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
10023         producer_is_gxx_lt_4_6>: New fields.
10024         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
10025
10026 2012-03-09  Tom Tromey  <tromey@redhat.com>
10027
10028         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
10029
10030 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10031
10032         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
10033         prototype.
10034
10035 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10036
10037         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
10038
10039 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10040
10041         Fix -Wmissing-prototypes build.
10042         * arm-linux-nat.c (get_thread_id): Make it static.
10043         * xtensa-linux-nat.c (get_thread_id): Likewise.
10044
10045 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10046
10047         * server.c (process_point_options): If a conditional expression
10048         is found, only print a message if remote_debug is nonzero.
10049
10050 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
10051
10052         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
10053         of internal error for unknown/unsupported types.
10054
10055 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10056
10057         Fix CU relative vs. absolute DIE offsets.
10058         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
10059         offset to offset_in_cu.
10060         * dwarf2read.c (process_enumeration_scope): Add CU offset to
10061         TYPE_OFFSET.
10062         (dwarf2_fetch_die_location_block): Rename parameter offset to
10063         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
10064
10065 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10066
10067         * libunwind-frame.c: Rename to ...
10068         * ia64-libunwind-tdep.c: ... here.
10069         * libunwind-frame.h: Rename to ...
10070         * ia64-libunwind-tdep.h: ... here.
10071         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
10072         ia64-libunwind-tdep.h.
10073         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
10074         * README (--with-libunwind): Rename to ...
10075         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
10076         * config.in: Regenerate.
10077         * configure: Regenerate.
10078         * configure.ac: New option --with-libunwind-ia64, make the
10079         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
10080         Remove AC_DEFINE for HAVE_LIBUNWIND.
10081         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
10082         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
10083         Rename libunwind-frame in the general comment.
10084         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
10085         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
10086         Move forward declarations inside #ifndef.  Rename libunwind-frame in
10087         the general comment.
10088         * ia64-tdep.c: Rename libunwind-frame.h #include to
10089         ia64-libunwind-tdep.h.
10090         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
10091         (ia64_libunwind_descr): Rename libunwind-frame to
10092         ia64-libunwind-tdep in these function comments.
10093         * ia64-tdep.h: Rename libunwind-frame.h #include to
10094         ia64-libunwind-tdep.h.
10095         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
10096         ia64-libunwind-tdep in that data comment.
10097
10098 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10099
10100         * libunwind-frame.h (struct frame_unwind): New declaration.
10101
10102 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
10103
10104         * breakpoint.c (_initialize_breakpoint): Fix error in help of
10105         "set breakpoint condition-evaluation" command.
10106
10107 2012-03-08  Tristan Gingold  <gingold@adacore.com>
10108
10109         * sparc-stub.c: Move to stubs/
10110         * sh-stub.c: Likewise.
10111         * m68k-stub.c: Likewise.
10112         * m32r-stub.c: Likewise.
10113         * i386-stub.c: Likewise.
10114
10115 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
10116
10117         * m68klinux-tdep.c (m68k_linux_init_abi): Register
10118         linux_get_siginfo_type.
10119
10120         * m68klinux-nat.c: Include "gdb_proc_service.h".
10121         (PTRACE_GET_THREAD_AREA): Define.
10122         (ps_get_thread_area): New function.
10123
10124 2012-03-08  Yao Qi  <yao@codesourcery.com>
10125
10126         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
10127         `xsnprintf'.
10128         (remote_query_attached): Likewise.
10129         (remote_static_tracepoint_marker_at): Likewise.
10130         (remote_set_permissions): Likewise.
10131         (remote_detach_1, extended_remote_attach_1): Likewise.
10132         (send_g_packet, remote_vkill): Likewise.
10133         (extended_remote_disable_randomization): Likewise.
10134         (remote_add_target_side_condition): Likewise.
10135         (remote_insert_breakpoint): Likewise.
10136         (remote_remove_breakpoint): Likewise.
10137         (remote_insert_watchpoint): Likewise.
10138         (remote_remove_watchpoint): Likewise.
10139         (remote_insert_hw_breakpoint): Likewise.
10140         (remote_insert_hw_breakpoint): Likewise.
10141         (remote_remove_hw_breakpoint): Likewise.
10142         (remote_download_command_source): Likewise.
10143         (remote_download_tracepoint): Likewise.
10144         (remote_download_trace_state_variable): Likewise.
10145         (remote_disable_tracepoint): Likewise.
10146         (remote_trace_set_readonly_regions): Likewise.
10147         (remote_get_tracepoint_status): Likewise.
10148         (remote_trace_find): Likewise.
10149         (remote_get_trace_state_variable_value): Likewise.
10150         (remote_set_disconnected_tracing): Likewise.
10151         (remote_set_circular_trace_buffer): Likewise.
10152         (remote_get_min_fast_tracepoint_insn_len): Likewise.
10153         (remote_use_agent): Likewise.
10154         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
10155         Update callers.
10156
10157 2012-03-07  Pedro Alves  <palves@redhat.com>
10158
10159         * NEWS: Mention QProgramSignals.
10160         * inferior.h (update_signals_program_target): Declare.
10161         * infrun.c: (update_signals_program_target): New.
10162         (handle_command): Update the target of the new program signals
10163         array changes.
10164         * remote.c (PACKET_QProgramSignals): New enum.
10165         (last_program_signals_packet): New global.
10166         (remote_program_signals): New.
10167         (remote_start_remote): Update the target with the program signals
10168         list.
10169         (remote_protocol_features): Add entry for QPassSignals.
10170         (remote_open_1): Free anc clear last_program_signals_packet.
10171         (init_remote_ops): Install remote_program_signals.
10172         * target.c (update_current_target): Adjust.
10173         (target_program_signals): New.
10174         * target.h (struct target_ops) <to_program_signals>: New field.
10175         (target_program_signals): Declare.
10176
10177 2012-03-07  Pedro Alves  <palves@redhat.com>
10178
10179         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
10180         extensions.
10181
10182 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
10183
10184         * m68klinux-nat.c (getregs_supplies): Make static.
10185         (getfpregs_supplies): Likewise.
10186         (have_ptrace_getregs): Likewise.
10187
10188 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
10189
10190         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
10191         in call to get_die_type_at_offset.
10192
10193 2012-03-06  Stan Shebs  <stan@codesourcery.com>
10194
10195         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
10196         * mi/mi-cmd-disas.c: Ditto.
10197         * mi/mi-cmd-env.c: Ditto.
10198         * mi/mi-cmd-file.c: Ditto.
10199         * mi/mi-cmd-stack.c: Ditto.
10200         * mi/mi-cmd-target.c: Ditto.
10201         * mi/mi-cmd-var.c: Ditto.
10202         * mi/mi-cmds.c: Ditto.
10203         * mi/mi-cmds.h: Ditto.
10204         * mi/mi-console.c: Ditto.
10205         * mi/mi-getopt.c: Ditto.
10206         * mi/mi-getopt.h: Ditto.
10207         * mi/mi-interp.c: Ditto.
10208         * mi/mi-main.c: Ditto.
10209         * mi/mi-out.c: Ditto.
10210         * mi/mi-parse.c: Ditto.
10211         * mi/mi-parse.h: Ditto.
10212         * mi/mi-symbol-cmds.c: Ditto.
10213
10214         * mi/mi-getopt.h: Move mi_opt struct up.
10215         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
10216         return.
10217         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
10218
10219 2012-03-06  Tom Tromey  <tromey@redhat.com>
10220
10221         * proc-service.c (ps_pglobal_lookup): Set the current program
10222         space.
10223
10224 2012-03-06  Pedro Alves  <palves@redhat.com>
10225
10226         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
10227
10228 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
10229
10230         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
10231
10232 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10233
10234         Code cleanup.
10235         * common/linux-osdata.c (linux_common_core_of_thread): New function
10236         comment.
10237         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
10238         call by linux_common_core_of_thread.
10239         (linux_nat_core_of_thread_1): Remove.
10240         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
10241         * linux-thread-db.c: Include linux-osdata.h.
10242         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
10243         linux_common_core_of_thread.
10244
10245 2012-03-05  Tom Tromey  <tromey@redhat.com>
10246
10247         * value.c (value_primitive_field): Don't fetch contents for
10248         non-virtual bases.
10249
10250 2012-03-05  Tom Tromey  <tromey@redhat.com>
10251
10252         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
10253
10254 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10255
10256         * s390-nat.c: Include "gregset.h".
10257
10258 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10259
10260         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
10261         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
10262         (libunwind_load): New variable so_error, use it for dlerror.  Try to
10263         load also LIBUNWIND_SO_7.
10264
10265 2012-03-05  Pedro Alves  <palves@redhat.com>
10266
10267         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
10268         is not NULL, and remove resulting dead code.
10269
10270 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
10271
10272         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
10273         prologue to sh_analyze_prologue.
10274         (sh_analyze_prologue): Make better use of such an upper limit, and
10275         generally be more cautious about accessing memory.
10276
10277 2012-03-05  Tom Tromey  <tromey@redhat.com>
10278
10279         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
10280         _initialize_ia64_hpux_tdep.
10281
10282 2012-03-05  Pedro Alves  <palves@redhat.com>
10283
10284         PR gdb/13766
10285
10286         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
10287         the register state is clear, supply explicit zero, instead of
10288         marking the register unavailable.
10289
10290 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10291
10292         * NEWS: Mention OpenVMS ia64 new target.
10293
10294 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10295
10296         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10297         (ia64_unw_accessors, ia64_unw_rse_accessors)
10298         (ia64_libunwind_descr): Declare.
10299         * ia64-vms-tdep.c: New file.
10300         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10301         (ia64_libunwind_descr): Make them public.
10302         * configure.tgt: Add ia64-*-*vms*.
10303         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10304         (ALLDEPFILES): Add ia64-vms-tdep.c
10305
10306 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10307
10308         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10309         * remote.c (PACKET_qXfer_uib): New enum value.
10310         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10311         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10312         (_initialize_remote): Call add_packet_config_cmd for
10313         xfer:uib packet.
10314
10315 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10316
10317         * osabi.c (gdb_osabi_names): Add OpenVMS.
10318         (generic_elf_osabi_sniffer): Likewise.
10319         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10320
10321 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10322
10323         Removed unused code.
10324         * libunwind-frame.c (libunwind_frame_unwind)
10325         (libunwind_frame_base_address): Remove.
10326         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10327
10328 2012-03-04  Yao Qi  <yao@codesourcery.com>
10329
10330         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10331         remove trailing new line.
10332         (agent_run_command, agent_run_command): Add _ markup.
10333         (agent_capability_check): Likewise.
10334
10335 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10336
10337         * breakpoint.c (set_condition_evaluation_mode): Set
10338         CONDITION_EVALUATION_MODE unconditionally.
10339
10340 2012-03-03  Yao Qi  <yao@codesourcery.com>
10341
10342         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10343         * common/agent.h: Update declaration.
10344         * inf-child.c (inf_child_use_agent): New.
10345         (inf_child_can_use_agent): New.
10346         (inf_child_target): Initialize fields `to_use_agent'
10347         and `to_can_use_agent'.
10348         * agent.c (agent_new_objfile): New.
10349         (_initialize_agent): Add agent_new_objfile to new_objfile
10350         observer.
10351
10352         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10353         New.
10354         (linux_target_install_ops): Initialize field
10355         `to_static_tracepoint_markers_by_strid'.
10356         * remote.c (free_current_marker): Move it to ...
10357         * tracepoint.c (free_current_marker): ... here.  New.
10358         (cleanup_target_stop): New.
10359         * tracepoint.h: Declare free_current_marker.
10360         * NEWS: Add one entry about `info static-tracepoint-marker'.
10361
10362 2012-03-03  Yao Qi  <yao@codesourcery.com>
10363
10364         * common/agent.c (agent_loaded_p): New.
10365         (agent_look_up_symbols): New global.
10366         * common/agent.h: Declare agent_loaded_p.
10367
10368 2012-03-03  Yao Qi  <yao@codesourcery.com>
10369
10370         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10371         (agent_capability_check, agent_capability_invalidate): New.
10372         (symbol_list): New array element.
10373         * common/agent.h (enum agent_capa): New.
10374         * target.c (target_pre_inferior): Call agent_capability_invalidate.
10375
10376 2012-03-03  Yao Qi  <yao@codesourcery.com>
10377
10378         * target.h (struct target_ops) <to_use_agent>: New field.
10379         (struct target_ops) <to_can_use_agent>: New field.
10380         (target_use_agent, target_can_use_agent): New macro.
10381         * target.c (update_current_target): Update.
10382         * remote.c: New enum `PACKET_QAgent'.
10383         (remote_protocol_features): Add a new element.
10384         (remote_use_agent, remote_can_use_agent): New.
10385         (init_remote_ops): Initialize field `can_use_agent' with
10386         remote_can_use_agent.  Intiailize field `use_agent' with
10387         remote_use_agent.
10388         * common/agent.c (use_agent): New global.
10389         * common/agent.h: Declare it.
10390         * tracepoint.c (info_static_tracepoint_markers_command): Add
10391         comment.
10392         * Makefile.in (SFILES): Add common/agent.c and agent.c.
10393         (COMMON_OBS): Add common/agent.o and agent.o
10394         (common-agent.o): New rule.
10395         * agent.c: New.
10396
10397 2012-03-03  Yao Qi  <yao@codesourcery.com>
10398
10399         * common/agent.c: New.
10400         * common/agent.h: New.
10401         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10402         AC_CHECK_HEADERS.
10403         * configure, configh.in: Regenerated.
10404
10405 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
10406
10407         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10408         unless it exists for this architecture.
10409
10410 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
10411
10412         * language.h (struct language_defn): New "method" la_read_var_value.
10413         * findvar.c: #include "language.h".
10414         (default_read_var_value): Renames read_var_value.  Rewrite
10415         function description.
10416         (read_var_value): New function.
10417         * value.h (default_read_var_value): Add prototype.
10418         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10419         New functions.
10420         (ada_language_defn): Add entry for la_read_var_value.
10421         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10422         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10423         language_defn structures to add entry for new la_read_var_value
10424         field.
10425
10426 2012-03-02  Tom Tromey  <tromey@redhat.com>
10427             Pedro Alves  <palves@redhat.com>
10428
10429         PR breakpoints/13776:
10430         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10431         breakpoints.
10432         (delete_longjmp_breakpoint_at_next_stop): New.
10433         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10434         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10435         before deleting the inferior.  Add comments.
10436         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10437         breakpoints immediately, but only on next stop.  Move that code
10438         next to where we mark other breakpoints for deletion.
10439
10440 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
10441
10442         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10443         marker.
10444         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10445         violation.
10446
10447 2012-03-02  Pedro Alves  <palves@redhat.com>
10448
10449         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10450
10451 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
10452
10453         Fix -Wmissing-prototypes build.
10454         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10455         * remote-sim.c (gdbsim_has_all_memory): Likewise.
10456         (gdbsim_has_memory): Likewise.
10457
10458 2012-03-02  Yao Qi  <yao@codesourcery.com>
10459
10460         Fix -Wmissing-prototypes build.
10461         * charset.c (phony_iconv_open): Make static.
10462         (phony_iconv_close, phony_iconv): Likewise.
10463         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10464         * i386-windows-nat.c (_initialize_i386_windows_nat): New
10465         prototype.
10466         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10467         * ser-mingw.c (create_select_thread): Make static.
10468         * windows-termcap.c (tgetent): New prototype.
10469         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10470
10471 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
10472
10473         Fix -Wmissing-prototypes build.
10474         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10475         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10476         (_initialize_loadable): New prototypes.
10477
10478 2012-03-02  Doug Evans  <dje@google.com>
10479
10480         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10481         abbrev table, read_comp_unit will do it.
10482
10483 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10484
10485         Fix -Wmissing-prototypes build.
10486         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10487         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10488         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10489         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10490         (_initialize_arm_symbian_tdep): New prototype.
10491         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10492         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10493         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10494         static.
10495         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10496         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10497         prototype.
10498         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10499         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10500         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10501         static.
10502         * moxie-tdep.c (moxie_process_record): Likewise.
10503         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10504         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10505         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10506         (_initialize_rl78_tdep): New prototype.
10507         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10508         (_initialize_rx_tdep): New prototype.
10509         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10510         (_initialize_darwin_solib): New prototype.
10511         * solib-spu.c: Include solib-spu.h.
10512         (_initialize_spu_solib): New prototype.
10513         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10514         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10515         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10516         (tic6x_software_single_step): Make it static.
10517         (_initialize_tic6x_tdep): New prototype.
10518
10519 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10520
10521         Fix -Wmissing-prototypes build.
10522         * cris-tdep.c (cris_can_use_hardware_watchpoint)
10523         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10524
10525 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10526
10527         Fix -Wmissing-prototypes build.
10528         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10529         (frv_have_stopped_data_address): Remove.
10530
10531 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10532
10533         Fix -Wmissing-prototypes build.
10534         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10535         * sh-tdep.c: Include sh64-tdep.h.
10536         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10537         * sh64-tdep.c: Include sh64-tdep.h.
10538         * sh64-tdep.h: New file.
10539
10540 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
10541
10542         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10543
10544 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
10545
10546         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10547         sp_regnum once the gdbarch_init_osabi hook has been called.
10548
10549 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
10550
10551         * mips-tdep.c (mips32_bc1_pc): New function.
10552         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10553         BPOSGE32 and BPOSGE64 instructions.
10554         (deal_with_atomic_sequence): Likewise.
10555         (mips32_instruction_has_delay_slot): Likewise.
10556
10557 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
10558             Chris Dearman  <chris@mips.com>
10559             Maciej W. Rozycki  <macro@codesourcery.com>
10560             Joseph Myers  <joseph@codesourcery.com>
10561
10562         * features/mips-dsp.xml: New file.
10563         * features/mips64-dsp.xml: New file.
10564         * features/mips-dsp-linux.xml: New file.
10565         * features/mips64-dsp-linux.xml: New file.
10566         * features/Makefile (WHICH): Add mips-dsp-linux and
10567         mips64-dsp-linux.
10568         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10569         * features/mips-dsp-linux.c: New file.
10570         * features/mips64-dsp-linux.c: New file.
10571         * regformats/mips-dsp-linux.dat: New file.
10572         * regformats/mips64-dsp-linux.dat: New file.
10573         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10574         registers.
10575         (mips64_linux_register_addr): Likewise.
10576         (mips64_linux_regsets_fetch_registers): Likewise.
10577         (mips64_linux_regsets_store_registers): Likewise.
10578         (mips64_linux_fetch_registers): Update call to
10579         mips64_linux_regsets_fetch_registers.
10580         (mips64_linux_store_registers): Update call to
10581         mips64_linux_regsets_store_registers.
10582         (mips_linux_read_description): Probe for DSP registers.
10583         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10584         and initialize_tdesc_mips64_dsp_linux.
10585         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10586         Remove padding of no longer used embedded register slots.
10587         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10588         (MIPS_RESTART_REGNUM): Redefine enum value.
10589         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10590         strings.
10591         (mips_tx39_reg_names): Likewise.
10592         (mips_linux_reg_names): New array of register names for Linux
10593         targets.
10594         (mips_register_name): Check for a null pointer in
10595         mips_processor_reg_names and return an empty string.
10596         (mips_register_type): Exclude embedded registers for the IRIX
10597         and Linux ABIs.
10598         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
10599         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
10600         DSP registers.
10601         (mips_stab_reg_to_regnum): Handle DSP accumulators.
10602         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10603         (mips_gdbarch_init): Likewise.  Initialize internal register
10604         indices for the Linux ABI.  Use dynamic numbers to refer to
10605         registers, as applicable, while parsing the target description.
10606         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10607
10608 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10609
10610         * frame.h (read_frame_register_unsigned): Fix typo in function
10611         description.
10612
10613 2012-03-01  Pedro Alves  <palves@redhat.com>
10614
10615         * jit-reader.in [!__cplusplus]
10616         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10617
10618 2012-03-01  Pedro Alves  <palves@redhat.com>
10619
10620         * configure.ac (build_warnings): Add -Wmissing-prototypes.
10621         * configure: Regenerate.
10622
10623 2012-03-01  Pedro Alves  <palves@redhat.com>
10624
10625         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10626         * breakpoint.c (create_exception_master_breakpoint, trace_command)
10627         (ftrace_command, strace_command): Make static.
10628         * d-lang.c (_initialize_d_language): Declare.
10629         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10630         * dwarf2loc.c (_initialize_dwarf2loc):
10631         * dwarf2read.c (process_psymtab_comp_unit): Make static.
10632         * exec.c (exec_get_section_table): Make static.
10633         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10634         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10635         * inferior.c (remove_inferior_command, add_inferior_command)
10636         (clone_inferior_command): Make static.
10637         * linux-nat.c (linux_nat_thread_address_space)
10638         (linux_nat_core_of_thread): Make static.
10639         * linux-tdep.c (_initialize_linux_tdep): Declare.
10640         * objc-lang.c (_initialize_objc_lang): Declare.
10641         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10642         Make static.
10643         (_initialize_opencl_language): Declare.
10644         * record.c (_initialize_record): Declare.
10645         * remote.c (demand_private_info, remote_get_tib_address)
10646         (remote_supports_cond_tracepoints)
10647         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10648         Make static.
10649         * skip.c (_initialize_step_skip): Declare.
10650         * symtab.c (skip_prologue_using_lineinfo): Make static.
10651         * tracepoint.c (delete_trace_state_variable)
10652         (trace_variable_command, delete_trace_variable_command)
10653         (get_uploaded_tsv, find_matching_tracepoint_location)
10654         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10655         Make static.
10656         * value.c (pack_unsigned_long): Make static.
10657         * varobj.c (varobj_ensure_python_env): Make static.
10658         * windows-tdep.c (_initialize_windows_tdep): Declare.
10659         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10660
10661 2012-03-01  Pedro Alves  <palves@redhat.com>
10662
10663         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
10664         gdbarch parameter.
10665         (linux_init_abi): Install it as has_shared_address_space gdbarch
10666         callback.
10667
10668 2012-03-01  Pedro Alves  <palves@redhat.com>
10669
10670         * observer.c (observer_test_first_notification_function)
10671         (observer_test_second_notification_function)
10672         (observer_test_third_notification_function): Add declarations.
10673
10674 2012-03-01  Pedro Alves  <palves@redhat.com>
10675
10676         * common/signals.c (default_target_signal_to_host)
10677         (default_target_signal_from_host): Move ...
10678         * arch-utils.c: ... here.
10679         * arch-utils.h (default_target_signal_to_host)
10680         (default_target_signal_from_host): Declare.
10681
10682         * common/signals.c (target_signal_from_command): Move ...
10683         * infrun.c: ... here.
10684         * inferior.h (target_signal_from_command): Declare.
10685         * target.h (target_signal_from_command)
10686         (default_target_signal_from_host, default_target_signal_to_host):
10687         Delete declarations.
10688
10689         * common/signals.c (_initialize_signals): Delete.
10690
10691 2012-03-01  Pedro Alves  <palves@redhat.com>
10692
10693         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10694         both __cplusplus and !__cplusplus.
10695
10696 2012-03-01  Pedro Alves  <palves@redhat.com>
10697
10698         * psymtab.c (find_and_open_source): Delete declaration.
10699         * source.c (find_and_open_source): Move comment ...
10700         * source.h (find_and_open_source): ... to this new declaration.
10701
10702 2012-03-01  Pedro Alves  <palves@redhat.com>
10703
10704         * inline-frame.c: Include inline-frame.h.
10705
10706 2012-03-01  Pedro Alves  <palves@redhat.com>
10707
10708         * tui/tui-data.c (set_gen_win_origin): Delete.
10709         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10710         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10711
10712 2012-03-01  Pedro Alves  <palves@redhat.com>
10713
10714         * remote.c (encode_actions): Delete declaration.
10715         * tracepoint.c (encode_actions): Make extern.
10716         * tracepoint.h (encode_actions): Declare.
10717
10718 2012-03-01  Pedro Alves  <palves@redhat.com>
10719
10720         * python/py-breakpoint.c: Include python.h.
10721         * python/py-continueevent.c (create_continue_event_object): Make
10722         static.
10723         * python/py-lazy-string.c (stpy_get_type): Make static.
10724         * python/py-newobjfileevent.c (create_new_objfile_event_object):
10725         Make static.
10726         * python/py-utils.c (unicode_to_target_python_string): Make
10727         static.
10728         * python/py-value.c: Include python.h.
10729
10730 2012-03-01  Pedro Alves  <palves@redhat.com>
10731
10732         * inferior.c (delete_threads_of_inferior): Delete.
10733
10734 2012-03-01  Pedro Alves  <palves@redhat.com>
10735
10736         Import fallback definitions from glibc.
10737
10738         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10739         ps_prochandle): Forward declare.
10740         (ps_err_e): Use glibc's comments.
10741         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10742         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10743         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10744         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10745         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10746         (struct ps_prochandle): Adjust comment.
10747
10748 2012-03-01  Pedro Alves  <palves@redhat.com>
10749
10750         * ada-lang.c (ada_modulus_from_name): Delete.
10751         * ada-lex.l (lexer_init): Make static.
10752
10753 2012-03-01  Pedro Alves  <palves@redhat.com>
10754
10755         PR gdb/13767
10756
10757         * frame.c (read_frame_register_unsigned): New.
10758         * frame.h (read_frame_register_unsigned): Declare.
10759         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10760         Handle it.
10761         (print_i387_control_word): New parameter `control_p'.  Handle it.
10762         (i387_print_float_info): Handle unavailable float registers.
10763
10764 2012-03-01  Keith Seitz  <keiths@redhat.com>
10765
10766         * linespec.c (decode_line_2): Sort the list of methods
10767         alphabetically before presenting the user with a selection
10768         menu.
10769
10770 2012-03-01  Doug Evans  <dje@google.com>
10771
10772         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10773         has_namespace_info.
10774         (dwarf2_read_abbrevs): Remove corresponding initialization.
10775
10776 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
10777
10778         * NEWS: Mention new python command class gdb.COMMAND_USER.
10779         * cli/cli-cmds.c (show_user): Print error when used on a python
10780         command.
10781         (init_cli_cmds): Update documentation strings for "show user" and
10782         "set/show max-user-call-depth" to clarify that it does not apply to
10783         python commands.
10784         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10785         error check.
10786         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10787         gdb python api.
10788         * top.c (execute_command): Only execute a user-defined command as a
10789         legacy macro if c->user_commands is set.
10790
10791 2012-03-01  Tom Tromey  <tromey@redhat.com>
10792
10793         * valprint.h (struct generic_val_print_decorations): New.
10794         (generic_val_print): Declare.
10795         * valprint.c (generic_val_print): New function.
10796         * p-valprint.c (p_decorations): New global.
10797         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10798         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10799         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10800         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10801         * m2-valprint.c (m2_decorations): New global.
10802         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10803         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10804         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10805         TYPE_CODE_ERROR>: Call generic_val_print.
10806         * f-valprint.c (f_decorations): New global.
10807         (f_val_print): Use print_function_pointer_address.
10808         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10809         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10810         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10811         generic_val_print.
10812         * c-valprint.c (c_decorations): New global.
10813         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10814         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10815         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10816         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10817         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10818         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10819         case.
10820
10821 2012-03-01  Tom Tromey  <tromey@redhat.com>
10822
10823         * valprint.c (val_print): Update.
10824         * p-valprint (pascal_val_print): Return void.
10825         * p-lang.h (pascal_val_print): Return void.
10826         * m2-valprint.c (m2_val_print): Return void.
10827         * m2-lang.h (m2_val_print): Return void.
10828         * language.h (struct language_defn) <la_val_print>: Return void.
10829         * language.c (unk_lang_val_print): Return void.
10830         * jv-valprint.c (java_val_print): Return void.
10831         * jv-lang.h (java_val_print): Return void.
10832         * f-valprint.c (f_val_print): Return void.
10833         * f-lang.h (f_val_print): Return void.
10834         * d-valprint.c (d_val_print): Return void.
10835         (dynamic_array_type): Update.
10836         * d-lang.h (d_val_print): Return void.
10837         * c-valprint.c (c_val_print): Return void.
10838         * c-lang.h (c_val_print): Return void.
10839         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10840         void.
10841         * ada-lang.h (ada_val_print): Return void.
10842
10843 2012-03-01  Tom Tromey  <tromey@redhat.com>
10844
10845         * value.h (val_print): Return void.
10846         * valprint.c (val_print): Return void.
10847
10848 2012-03-01  Tom Tromey  <tromey@redhat.com>
10849
10850         * value.h (common_val_print): Return void.
10851         * valprint.c (common_val_print): Return void.
10852
10853 2012-03-01  Tom Tromey  <tromey@redhat.com>
10854
10855         * value.h (value_print): Return void.
10856         * valprint.c (value_print): Return void.
10857         * p-valprint.c (pascal_value_print): Return void.
10858         * p-lang.h (pascal_value_print): Return void.
10859         * language.h (struct language_defn) <la_value_print>: Return
10860         void.
10861         * language.c (unk_lang_value_print): Return void.
10862         * jv-valprint.c (java_value_print): Return void.
10863         * jv-lang.h (java_value_print): Return void.
10864         * f-valprint.c (c_value_print): Don't declare.
10865         Include c-lang.h.
10866         * c-valprint.c (c_value_print): Return void.
10867         * c-lang.h (c_value_print): Return void.
10868         * ada-valprint.c (ada_value_print): Return void.
10869         * ada-lang.h (ada_value_print): Return void.
10870
10871 2012-03-01  Tom Tromey  <tromey@redhat.com>
10872
10873         * value.c (value_primitive_field): Handle virtual base classes.
10874
10875 2012-03-01  Tom Tromey  <tromey@redhat.com>
10876
10877         * gdbtypes.h (struct vbase): Remove.
10878
10879 2012-03-01  Tom Tromey  <tromey@redhat.com>
10880
10881         * c-valprint.c (print_function_pointer_address): Move...
10882         * valprint.c: ... here.  Make non-static.
10883         * m2-valprint.c (print_function_pointer_address): Remove.
10884         * valprint.h (print_function_pointer_address): Declare.
10885
10886 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10887
10888         * NEWS: Document the fact that one can provide a condition when
10889         creating an Ada exception catchpoint.
10890
10891 2012-03-01  Tom Tromey  <tromey@redhat.com>
10892
10893         * valprint.c (val_print_type_code_flags): Fix placement of
10894         trailing brace.
10895
10896 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10897
10898         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10899         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10900         environment variable before calling update-copyright.
10901
10902 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10903
10904         * gnulib/extra/update-copyright: Update to the latest from
10905         gnulib's git repository.
10906         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10907         variable to 2 instead of 1.
10908
10909 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10910
10911         * varobj.c (c_value_of_variable): Remove dead code.
10912
10913 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10914
10915         * ada-lex.p (processId): Do not modify already encoded IDs.
10916         Update function documentation.
10917
10918 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10919
10920         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10921         "name" with "struct symbol *name_sym".
10922         * ada-exp.y (write_var_or_type): Update call to
10923         ada_find_renaming_symbol.
10924         "name" with "struct symbol *name_sym". Adjust Implementation
10925         accordingly.  Adjust the function documentation.
10926
10927 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10928
10929         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10930         * ada-lang.c (ada_find_any_type): Add advance declaration.
10931         Make static.  Replace ada_find_any_symbol by
10932         ada_find_any_type_symbol.
10933         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10934         Improve function description.  Make static.
10935         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10936         Replace ada_find_any_symbol by ada_find_any_type_symbol.
10937
10938 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10939
10940         * ada-lang.c (struct tag_args): Delete.
10941         (ada_get_tsd_type): Function body moved up in source file.
10942         (ada_tag_name_1, ada_tag_name_2): Delete.
10943         (ada_get_tsd_from_tag): New function.
10944         (ada_tag_name_from_tsd): New function.
10945         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10946         to determine the tag name.
10947
10948 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10949
10950         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10951         declaration.
10952         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10953         function.
10954
10955 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10956
10957         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10958
10959 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10960
10961         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10962         full searches.
10963
10964 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10965
10966         * ada-lang.c (constrained_packed_array_type): If there is a
10967         parallel XA type, use it to determine the array index type.
10968
10969 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10970
10971         * ada-valprint.c (ada_val_print_1): If our value is a reference
10972         to an array descriptor, dereference it before converting it
10973         to a simple array.
10974
10975 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10976
10977         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10978         creating fixed value.
10979         (ada_value_ind, ada_coerce_ref, assign_component)
10980         (ada_evaluate_subexp): Remove call to unwrap_value before
10981         call to ada_to_fixed_value.
10982
10983 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10984
10985         * ada-lang.c (to_fixed_array_type): Set result's type name.
10986
10987 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10988
10989         * ada-lang.c (catch_ada_exception_command_split): Add new
10990         argument cond_string.  Add support for condition at end of
10991         "catch exception" commands.
10992         (ada_decode_exception_location): Add new argument cond_string.
10993         Update call to catch_ada_exception_command_split.
10994         (create_ada_exception_catchpoint): Add new argument cond_string.
10995         Set the breakpoint condition if needed.
10996         (catch_ada_exception_command): Update call to
10997         ada_decode_exception_location.
10998         (ada_decode_assert_location): Add function documentation.
10999         Add support for condition at end of "catch assert" command.
11000         (catch_assert_command): Update calls to ada_decode_assert_location
11001         and create_ada_exception_catchpoint.
11002
11003 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11004
11005         Fix disp-step-syscall.exp: fork: single step over fork.
11006         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
11007         (i386_linux_get_syscall_number_from_regcache): ... here, new function
11008         comment, change parameters gdbarch and ptid to regcache.  Remove
11009         parameter regcache, initialize gdbarch from regcache here.
11010         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
11011         New functions.
11012         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
11013         instead.
11014         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
11015         'syscall'.  Make the 'int' check more strict.
11016
11017 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11018
11019         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
11020         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
11021         (i386_linux_intx80_sysenter_syscall_record): ... here.
11022         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
11023         Use the renamed function name.
11024
11025 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11026
11027         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
11028         * breakpoint.c (until_break_command): Likewise.
11029         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
11030         * infcall.c (call_function_by_hand): Likewise.
11031         * infcmd.c (finish_forward): Likewise.
11032         * infrun.c (insert_exception_resume_breakpoint): Likewise.
11033
11034 2012-02-28  Tristan Gingold  <gingold@adacore.com>
11035
11036         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
11037         avoid variable assignments inside condition.
11038
11039 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11040
11041         Fix static analysis issue found by cppcheck.
11042         * microblaze-tdep.c (microblaze_extract_return_value): Fix
11043         uninitialized BUF for size 2.
11044
11045 2012-02-27  Chris Dearman  <chris@mips.com>
11046             Nathan Froyd  <froydnj@codesourcery.com>
11047             Maciej W. Rozycki  <macro@codesourcery.com>
11048
11049         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
11050         (mips16_instruction_has_delay_slot): Likewise.
11051         (mips_segment_boundary): Likewise.
11052         (mips_adjust_breakpoint_address): Likewise.
11053         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
11054
11055 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
11056             Maciej W. Rozycki  <macro@codesourcery.com>
11057
11058         * infrun.c (handle_inferior_event): Don't proceed through
11059         shared library trampolines if stepping at the machine
11060         instruction level.
11061
11062 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
11063
11064         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
11065         too.
11066
11067 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
11068
11069         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
11070         (sh_stub_unwind_sniffer): New functions.
11071         (sh_stub_unwind): New variable.
11072         (sh_gdbarch_init): Wire everything.
11073
11074 2012-02-27  Pedro Alves  <palves@redhat.com>
11075
11076         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
11077         (linux_nat_post_attach_wait): Adjust to use
11078         linux_proc_pid_is_stopped.
11079         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
11080         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
11081         based on pid_is_stopped from both linux-nat.c and
11082         gdbserver/linux-low.c, and renamed.
11083
11084 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
11085
11086         * remote.c (remote_watchpoint_addr_within_range): New function.
11087         (init_remote_ops): Use it.
11088
11089 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
11090
11091         * target.h (target_watchpoint_addr_within_range): Document macro.
11092
11093 2012-02-24  Pedro Alves  <palves@redhat.com>
11094
11095         * stack.c (set_last_displayed_sal): Issue internal_error instead
11096         of warning, and issue it after clearing the last displayed sal.
11097
11098 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11099             Pedro Alves  <palves@redhat.com>
11100
11101         * breakpoint.c (until_break_command): Install breakpoints after
11102         all frame manipulations.
11103
11104 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11105
11106         * remote.c (remote_supports_cond_breakpoints): New forward
11107         declaration.
11108         (remote_add_target_side_condition): New function.
11109         (remote_insert_breakpoint): Add target-side breakpoint
11110         conditional if supported.
11111         (remote_insert_hw_breakpoint): Likewise.
11112         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
11113         hook.
11114
11115         * target.c (update_current_target): Inherit
11116         to_supports_evaluation_of_breakpoint_conditions.
11117         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
11118
11119         * target.h (struct target_ops)
11120         <to_supports_evaluation_of_breakpoint_conditions>: New field.
11121         (target_supports_evaluation_of_breakpoint_conditions): New #define.
11122
11123         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
11124         (condition_evaluation_both, condition_evaluation_auto,
11125         condition_evaluation_host, condition_evaluation_target,
11126         condition_evaluation_enums, condition_evaluation_mode_1,
11127         condition_evaluation_mode): New static globals.
11128         (translate_condition_evaluation_mode): New function.
11129         (breakpoint_condition_evaluation_mode): New function.
11130         (gdb_evaluates_breakpoint_condition_p): New function.
11131         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
11132         (mark_breakpoint_modified): New function.
11133         (mark_breakpoint_location_modified): New function.
11134         (set_condition_evaluation_mode): New function.
11135         (show_condition_evaluation_mode): New function.
11136         (bp_location_compare_addrs): New function.
11137         (get_first_location_gte_addr): New helper function.
11138         (set_breakpoint_condition): Free condition bytecode if locations
11139         has become unconditional.  Call mark_breakpoint_modified (...).
11140         (condition_command): Call update_global_location_list (1) for
11141         breakpoints.
11142         (breakpoint_xfer_memory): Use is_breakpoint (...).
11143         (is_breakpoint): New function.
11144         (parse_cond_to_aexpr): New function.
11145         (build_target_condition_list): New function.
11146         (insert_bp_location): Handle target-side conditional
11147         breakpoints and call build_target_condition_list (...).
11148         (update_inserted_breakpoint_locations): New function.
11149         (insert_breakpoint_locations): Handle target-side conditional
11150         breakpoints.
11151         (bpstat_check_breakpoint_conditions): Add comment.
11152         (bp_condition_evaluator): New function.
11153         (bp_location_condition_evaluator): New function.
11154         (print_breakpoint_location): Print information on where the condition
11155         will be evaluated.
11156         (print_one_breakpoint_location): Likewise.
11157         (init_bp_location): Call mark_breakpoint_location_modified (...) for
11158         breakpoint location.
11159         (force_breakpoint_reinsertion): New functions.
11160         (update_global_location_list): Handle target-side breakpoint
11161         conditions.
11162         Reinsert locations that are already inserted if conditions have
11163         changed.
11164         (bp_location_dtor): Free agent expression bytecode.
11165         (disable_breakpoint): Call mark_breakpoint_modified (...).
11166         Call update_global_location_list (...) with parameter 1 for breakpoints.
11167         (disable_command): Call mark_breakpoint_location_modified (...).
11168         Call update_global_location_list (...) with parameter 1 for breakpoints.
11169         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
11170         (enable_command): mark_breakpoint_location_modified (...).
11171         (_initialize_breakpoint): Update documentation and add
11172         condition-evaluation breakpoint subcommand.
11173
11174         * breakpoint.h: Include ax.h.
11175         (condition_list): New data structure.
11176         (condition_status): New enum.
11177         (bp_target_info) <cond_list>: New field.
11178         (bp_location) <condition_changed, cond_bytecode>: New fields.
11179         (is_breakpoint): New prototype.
11180
11181 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11182
11183         * remote.c (remote_state) <cond_breakpoints>: New field.
11184         (PACKET_ConditionalBreakpoints): New enum.
11185         (remote_cond_breakpoint_feature): New function.
11186         (remote_protocol_features): Add new ConditionalBreakpoints entry.
11187         (remote_supports_cond_breakpoints): New function.
11188         (_initialize_remote): Add new packet configuration for
11189         target-side conditional breakpoints.
11190
11191 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11192
11193         * NEWS: Mention target-side conditional breakpoint support,
11194         new condition-evaluation breakpoint subcommand and remote
11195         packet extensions.
11196
11197 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
11198
11199         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
11200         number.
11201
11202 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
11203
11204         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
11205         (after_prologue): Remove.
11206
11207 2012-02-23  Tom Tromey  <tromey@redhat.com>
11208
11209         * jv-valprint.c (java_val_print): Remove dead code.
11210
11211 2012-02-23  Tristan Gingold  <gingold@adacore.com>
11212
11213         * ada-tasks.c (struct ada_tasks_inferior_data): Add
11214         known_tasks_element and known_tasks_length fields.
11215         (read_known_tasks_array): Change argument type.  Use pointer type
11216         and number of elements from DATA.  Adjust.
11217         (read_known_tasks_list): Likewise.
11218         (get_known_tasks_addr): Remove.
11219         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
11220         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
11221         type and array length.  Merge former get_known_tasks_addr code.
11222
11223 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11224
11225         PR backtrace/13716
11226         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
11227         it after set_momentary_breakpoint.
11228
11229 2012-02-22  Sterling Augustine  <saugustine@google.com>
11230
11231         PR 13689:
11232         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
11233
11234 2012-02-22  Gary Benson  <gbenson@redhat.com>
11235
11236         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
11237         (find_slot_in_mapped_hash): Likewise.
11238
11239 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
11240
11241         PR build/13638
11242         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
11243         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
11244         * configure: Regenerate.
11245
11246 2012-02-21  Tristan Gingold  <gingold@adacore.com>
11247             Pedro Alves  <palves@redhat.com>
11248
11249         * ia64-tdep.c: Do not include libunwind-ia64.h.
11250         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
11251         Include libunwind-ia64.h instead of libunwind.h.
11252         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
11253         for libunwind.h existence.
11254         * configure, config.in: Regenerate.
11255
11256 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
11257
11258         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
11259         instead of value_rtti_target_type.
11260         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
11261         instead of value_rtti_target_type.
11262         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
11263         value_rtti_target_type.
11264         * valops.c (value_ind): Extract function readjust_indirect_value_type.
11265         (value_rtti_target_type): Rename to ...
11266         (value_rtti_indirect_type): ... here and make it indirect.  Update
11267         function comment.
11268         * value.c (readjust_indirect_value_type): New function.
11269         (coerce_ref): Support for enclosing type setting for references
11270         with readjust_indirect_value_type.
11271         * value.h (readjust_value_type): New declaration.
11272         (value_rtti_target_type): Rename to ...
11273         (value_rtti_indirect_type): ... here.
11274
11275 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
11276
11277         * MAINTAINERS (Write After Approval): Add myself to the list.
11278
11279 2012-02-20  Doug Evans  <dje@google.com>
11280
11281         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
11282         Rename objfile_p_char parameter to objfilep.
11283         (build_objfile_section_table): Result is now void.  All callers
11284         updated.
11285         * objfiles.h (struct objfile): Tweak comments, whitespace.
11286         (build_objfile_section_table): Update.
11287
11288         * elfread.c (elf_symfile_segments): Fix warning text.
11289
11290 2012-02-20  Tom Tromey  <tromey@redhat.com>
11291
11292         PR gdb/13498:
11293         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
11294         particular set of file names once.
11295         (dw2_map_symbol_filenames): Likewise.
11296
11297 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11298
11299         Code cleanup.
11300         * main.c (write_files): Remove the declaration.
11301         (external_editor_command): Move the declaration ...
11302         [GDBTK] (external_editor_command): ... here.  Fix the comment.
11303
11304 2012-02-20  Tom Tromey  <tromey@redhat.com>
11305
11306         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11307         extraneous block.
11308
11309 2012-02-20  Tristan Gingold  <gingold@adacore.com>
11310
11311         * darwin-nat.h (enum darwin_msg_state): Add comments.
11312
11313 2012-02-20  Tristan Gingold  <gingold@adacore.com>
11314
11315         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11316         value.
11317
11318 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
11319
11320         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11321         between function description and implementation.
11322
11323 2012-02-17  Tom Tromey  <tromey@redhat.com>
11324
11325         PR python/12070:
11326         * python/py-event.c (event_object_getset): New global.
11327         (event_object_type): Reference it.
11328         * python/py-type.c (field_object_getset): New global.
11329         (field_object_type): Reference it.
11330         * python/python-internal.h (gdb_py_generic_dict): Declare.
11331         * python/py-utils.c (gdb_py_generic_dict): New function.
11332
11333 2012-02-17  Tristan Gingold  <gingold@adacore.com>
11334
11335         * solib-darwin.c (darwin_current_sos): Check magic and filetype
11336
11337 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
11338
11339         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11340         TYPE_CALLING_CONVENTION annotation.
11341
11342 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
11343
11344         * MAINTAINERS: Add rx to target ISA section.
11345         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11346         (ALLDEPFILES): Add rx-tdep.c.
11347
11348 2012-02-16  Tom Tromey  <tromey@redhat.com>
11349
11350         * symfile.c (symbol_file_add_main_1): Use inferior's
11351         symfile_flags.
11352         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11353         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11354         inferior.
11355         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11356         inferior.
11357         (follow_exec): Use inferior's symfile_flags.
11358         * inferior.h (struct inferior) <symfile_flags>: New field.
11359
11360 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
11361
11362         PR gdb/9734:
11363         * remote-sim.c (gdbsim_create_inferior): Call error() when
11364         sim_create_inferior() fails.
11365
11366 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
11367
11368         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11369
11370 2012-02-16  Tom Tromey  <tromey@redhat.com>
11371
11372         PR c++/13653:
11373         * thread.c (struct current_thread_cleanup) <was_removable>: New
11374         field.
11375         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11376         (make_cleanup_restore_current_thread): Initialize new field.
11377
11378 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
11379
11380         * MAINTAINERS: Add rl78 to target ISA section.
11381         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11382         (ALLDEPFILES): Add rl78-tdep.c.
11383         * NEWS: Mention rl78 as a new target.
11384
11385 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
11386
11387         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11388         data.
11389         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11390
11391 2012-02-15  Tom Tromey  <tromey@redhat.com>
11392
11393         PR gdb/12659:
11394         * infcmd.c (registers_info): Print just the current register's
11395         name.
11396
11397 2012-02-15  Tom Tromey  <tromey@redhat.com>
11398
11399         * python/py-symbol.c (sympy_value): Use _().
11400
11401 2012-02-15  Pedro Alves  <palves@redhat.com>
11402
11403         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11404         output to be like native targets'.
11405         (remote_pid_to_str): Special case the null ptid.
11406
11407 2012-02-14  Stan Shebs  <stan@codesourcery.com>
11408
11409         * NEWS: Mention enable count command.
11410         * breakpoint.h (struct breakpoint): New field enable_count.
11411         * breakpoint.c (enable_breakpoint_disp): Add count argument.
11412         (enable_breakpoint): Add arg to call.
11413         (struct disp_data): New struct.
11414         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11415         (do_map_enable_once_breakpoint): Create a struct and pass it.
11416         (do_map_enable_delete_breakpoint): Ditto.
11417         (do_map_enable_count_breakpoint): New function.
11418         (enable_count_command): New function.
11419         (bpstat_stop_status): Decrement enable_count.
11420         (print_one_breakpoint_location): Report enable count.
11421         (_initialize_breakpoint): Add enable count command.
11422
11423 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
11424
11425         * rl78-tdep.c (reggroups.h): Include.
11426         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11427         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11428         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11429         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11430         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11431         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11432         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11433         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11434         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11435         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11436         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11437         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11438         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11439         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11440         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11441         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11442         beginning of register list.
11443         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11444         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11445         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11446         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11447         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11448         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11449         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11450         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11451         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11452         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11453         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11454         the pseudo registers.  Rearrange other pseudo registers too so
11455         that the bank registers appear at the end.
11456         (rl78_register_type): Account for the fact that the byte sized
11457         bank registers are now pseudo-registers.
11458         (rl78_register_name): Rearrange the register name array.  Make
11459         initial set of raw banked registers inaccessible.
11460         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11461         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11462         case for copying bytes back and forth between raw and pseudo
11463         versions of the banked registers.  Update other cases to reflect
11464         the changed names.
11465         (rl78_return_value): Update to account for changed names of
11466         raw registers.
11467         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11468         rl78_register_sim_regno().
11469
11470 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
11471
11472         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11473         the name parameter being passed to find_pc_partial_function().
11474
11475 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
11476
11477         * MAINTAINERS: Step down from being ia64 target maintainer.
11478
11479 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11480
11481         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11482         compilation warning.
11483
11484 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11485
11486         Fix crash on loaded shlibs without loaded exec_bfd.
11487         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11488         (set_section_command): Replace exec_bfd by p->bfd.
11489
11490 2012-02-10  Tom Tromey  <tromey@redhat.com>
11491
11492         * linespec.c (decode_line_internal): Skip symtabs_from_filename
11493         when we have a C++ qualified name.
11494
11495 2012-02-10  Pedro Alves  <palves@redhat.com>
11496
11497         * inferior.c (inferior_pid_to_str): New.
11498         (print_inferior, inferior_command): Use it.
11499
11500 2012-02-10  Pedro Alves  <palves@redhat.com>
11501
11502         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11503         the test CFLAGS.
11504         * configure: Regenerate.
11505
11506 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11507
11508         * linespec.c (decode_line_internal): Fix comment correctness.
11509
11510 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
11511
11512         PR gdb/12953
11513         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11514         * amd64bsd-nat.c: Add support for debug registers (adapted from
11515         i386bsd-nat.c).
11516         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11517         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11518         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11519         (amd64bsd_dr_get_control): New functions.
11520         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11521         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11522         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11523         watchpoints initialization.
11524         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11525
11526 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11527
11528         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11529         flds_bnds.fields.
11530         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11531
11532 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11533
11534         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
11535
11536 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
11537
11538         * language.h (symbol_name_cmp_ftype): Renames
11539         symbol_name_match_p_ftype.
11540         (struct language_defn)[la_get_symbol_name_cmp]: Renames
11541         la_get_symbol_name_match_p.
11542         * ada-lang.c (ada_get_symbol_name_cmp): Renames
11543         ada_get_symbol_name_match_p.  Update comment.
11544         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11545         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11546         Renames symbol_name_match_p.  Update field type.
11547         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11548         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11549         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11550         "la_get_symbol_name_cmp" in comments.
11551         * language.c: Likewise.
11552
11553 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11554
11555         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11556         %eflags offset.
11557         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11558         (amd64_sol2_gregset32_reg_offs): Likewise.
11559
11560 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
11561
11562         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11563         of the returned BFD is allocated by GDB.
11564
11565 2012-02-07  Tom Tromey  <tromey@redhat.com>
11566
11567         PR python/12027:
11568         * python/python-internal.h (frame_object_type): Declare.
11569         * python/py-symbol.c (sympy_needs_frame): New function.
11570         (sympy_value): New function.
11571         (symbol_object_getset): Add "needs_frame".
11572         (symbol_object_methods): Add "value".
11573         * python/py-frame.c (frame_object_type): No longer static.
11574
11575 2012-02-07  Tom Tromey  <tromey@redhat.com>
11576
11577         PR python/13599:
11578         * python/py-symbol.c (sympy_line): New function.
11579         (symbol_object_getset): Add "line".
11580
11581 2012-02-07  Tom Tromey  <tromey@redhat.com>
11582
11583         * charset.c (find_charset_names): Check 'in' against NULL.
11584
11585 2012-02-06  Doug Evans  <dje@google.com>
11586
11587         * gdbtypes.h (struct main_type): Change type of name,tag_name,
11588         and fields.name members from char * to const char *.  All uses updated.
11589         (struct cplus_struct_type): Change type of fn_fieldlists.name member
11590         from char * to const char *.  All uses updated.
11591         (type_name_no_tag): Update.
11592         (lookup_unsigned_typename, lookup_signed_typename): Update.
11593         * gdbtypes.c (type_name_no_tag): Change result type
11594         from char * to const char *.  All callers updated.
11595         (lookup_unsigned_typename, lookup_signed_typename): Change type of
11596         name parameter from char * to const char *.
11597         * symtab.h (struct cplus_specific): Change type of demangled_name
11598         member from char * to const char *.  All uses updated.
11599         (struct general_symbol_info): Change type of name and
11600         mangled_lang.demangled_name members from char * to const char *.
11601         All uses updated.
11602         (symbol_get_demangled_name, symbol_natural_name): Update.
11603         (symbol_demangled_name, symbol_search_name): Update.
11604         * symtab.c (symbol_get_demangled_name): Change result type
11605         from char * to const char *.  All callers updated.
11606         (symbol_natural_name, symbol_demangled_name): Ditto.
11607         (symbol_search_name): Ditto.
11608         (completion_list_add_name): Change type of symname,sym_text,
11609         text,word parameters from char * to const char *.
11610         (completion_list_objc_symbol): Change type of sym_text,
11611         text,word parameters from char * to const char *.
11612         * ada-lang.c (find_struct_field): Change type of name parameter
11613         from char * to const char *.
11614         (encoded_ordered_before): Similarly for N0,N1 parameters.
11615         (old_renaming_is_invisible): Similarly for function_name parameter.
11616         (ada_type_name): Change result type from char * to const char *.
11617         All callers updated.
11618         * ada-lang.h (ada_type_name): Update.
11619         * buildsym.c (hashname): Change type of name parameter
11620         from char * to const char *.
11621         * buildsym.h (hashname): Update.
11622         * dbxread.c (end_psymtab): Change type of include_list parameter
11623         from char ** to const char **.
11624         * dwarf2read.c (determine_prefix): Change result type
11625         from char * to const char *.  All callers updated.
11626         * f-lang.c (find_common_for_function): Change type of name, funcname
11627         parameters from char * to const char *.
11628         * f-lang.c (find_common_for_function): Update.
11629         * f-valprint.c (list_all_visible_commons): Change type of funcname
11630         parameters from char * to const char *.
11631         * gdbarch.sh (static_transform_name): Change type of name parameter
11632         and result from char * to const char *.
11633         * gdbarch.c: Regenerate.
11634         * gdbarch.h: Regenerate.
11635         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11636         of name parameter from char * to const char *.
11637         * jv-lang.c (java_primitive_type_from_name): Ditto.
11638         (java_demangled_signature_length): Similarly for signature parameter.
11639         (java_demangled_signature_copy): Ditto.
11640         (java_demangle_type_signature): Ditto.
11641         * jv-lang.h (java_primitive_type_from_name): Update.
11642         (java_demangle_type_signature): Update.
11643         * objc-lang.c (specialcmp): Change type of a,b parameters
11644         from char * to const char *.
11645         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11646         from char * to const char *.  All callers updated.
11647         * p-lang.h (is_pascal_string_type): Update.
11648         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11649         of name parameter from char * to const char *.
11650         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11651         * utils.c (fprintf_symbol_filtered): Ditto.
11652         * defs.h (fprintf_symbol_filtered): Update.
11653         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11654         * stabsread.h (end_psymtab): Update.
11655         * stack.c (find_frame_funname): Change type of funname parameter
11656         from char ** to const char **.
11657         * stack.h (find_frame_funname): Update.
11658         * typeprint.c (type_print): Change type of varstring parameter
11659         from char * to const char *.
11660         * value.h (type_print): Update.
11661         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11662         from char * to const char *.  All callers updated.
11663         (xcoff_end_psymtab): Change type of include_list parameter
11664         from char ** to const char **.  All callers updated.
11665         (swap_sym): Similarly for name parameter.  All callers updated.
11666         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11667         Use xstrdup.
11668         (process_coff_symbol): Use xstrdup.
11669         * stabsread.c (stabs_method_name_from_physname): Renamed from
11670         update_method_name_from_physname.  Change result type from void
11671         to char *.  All callers updated.
11672         (read_member_functions): In has_destructor case, store name in objfile
11673         obstack instead of malloc space.  In !has_stub case, fix mem leak.
11674
11675 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
11676
11677         * configure: Rebuild.
11678         * configure.ac: Put -L../bfd and -L../libiberty at the front of
11679         LDFLAGS.
11680
11681 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
11682
11683         * configure.tgt (rl78-*-elf): New target.
11684         * rl78-tdep.c: New file.
11685
11686 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
11687
11688         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11689         and continue the loop.  Add QUIT statement.
11690
11691 2012-02-03  Tom Tromey  <tromey@redhat.com>
11692
11693         PR gdb/13596:
11694         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11695         bfd_lookup_symbol_from_symtab.
11696         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11697         gdb_bfd_lookup_symbol_from_symtab.
11698
11699 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
11700
11701         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11702         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11703         symbol.  Add assertion that sym2 is never NULL.
11704
11705 2012-02-02  Doug Evans  <dje@google.com>
11706
11707         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11708         "name" parameter to const char ** from char **.  All callers updated.
11709         (find_pc_partial_function): Ditto.
11710         (cache_pc_function_name): Change type to const char * from char *.
11711         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11712         (find_pc_partial_function): Update.
11713         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11714         type of "name" parameter to const char * from char *.
11715         All uses updated.
11716         * arch-utils.c (generic_in_solib_return_trampoline): Change
11717         type of "name" parameter to const char * from char *.
11718         * arch-utils.h (generic_in_solib_return_trampoline): Update.
11719         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11720         type of "name" parameter to const char * from char *.
11721         * gdbarch.sh (in_solib_return_trampoline): Ditto.
11722         * gdbarch.c: Regenerate.
11723         * gdbarch.h: Regenerate.
11724         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11725         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11726         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11727         type of "name" parameter to const char * from char *.
11728         * skip.c (skip_function_pc): Ditto.
11729         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11730         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11731         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11732         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11733         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11734         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11735         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11736         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11737         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11738
11739 2012-02-02  Pedro Alves  <palves@redhat.com>
11740
11741         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11742         the current inferior has no execution.  Make sure the current
11743         remote process matches gdb's current inferior.
11744
11745 2012-02-02  Tom Tromey  <tromey@redhat.com>
11746
11747         PR gdb/13405:
11748         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11749         read-only memory.
11750
11751 2012-02-02  Tom Tromey  <tromey@redhat.com>
11752
11753         PR gdb/9307:
11754         * symtab.c (lookup_language_this): Set block_found.
11755
11756 2012-02-01  Tom Tromey  <tromey@redhat.com>
11757
11758         PR gdb/13431:
11759         * jit.c (struct jit_inferior_data): Rewrite.
11760         (struct jit_objfile_data): New.
11761         (get_jit_objfile_data): New function.
11762         (add_objfile_entry): Update.
11763         (jit_read_descriptor): Return int.  Replace descriptor_addr
11764         argument with inf_data.  Update.  Don't call error.
11765         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
11766         descriptor here.
11767         (jit_inferior_init): Don't look up descriptor.  Don't call error.
11768         (jit_reset_inferior_data_and_breakpoints)
11769         (jit_inferior_created_observer): Remove.
11770         (jit_inferior_exit_hook): Update.
11771         (jit_executable_changed_observer): Remove.
11772         (jit_event_handler): Update.
11773         (free_objfile_data): Reset inferior data if needed.
11774         (_initialize_jit): Update.
11775
11776 2012-02-01  Tom Tromey  <tromey@redhat.com>
11777
11778         * jit.c (bfd_open_from_target_memory): Move higher in file.
11779
11780 2012-02-01  Tristan Gingold  <gingold@adacore.com>
11781
11782         * libunwind-frame.c (libunwind_load): Display message if dlopen
11783         failed.
11784
11785 2012-02-01  Gary Benson  <gbenson@redhat.com>
11786
11787         * symtab.h (symbol_found_callback_ftype): New typedef.
11788         (iterate_over_symbols): Use the above.
11789         * symtab.c (iterate_over_symbols): Likewise.
11790         * language.h (language_defn->la_iterate_over_symbols): Likewise.
11791         * ada-lang.c (ada_iterate_over_symbols): Likewise.
11792         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11793         (iterate_name_matcher): Document return values.
11794         (collect_one_symbol): Likewise.
11795         (collect_function_symbols): Likewise.
11796         (collect_symbols): Likewise.
11797
11798 2012-02-01  Tom Tromey  <tromey@redhat.com>
11799
11800         * ada-lang.c (resolve_subexp): Update.
11801         (ada_lookup_symbol_list): Add 'full_search' argument.
11802         (ada_iterate_over_symbols): Pass 0 as full_search argument to
11803         ada_lookup_symbol_list.
11804         (ada_lookup_encoded_symbol): Update.
11805         (get_var_value): Update.
11806         * ada-exp.y (block_lookup): Update.
11807         (write_var_or_type): Update.
11808         (write_name_assoc): Update.
11809         * ada-lang.h (ada_lookup_symbol_list): Update.
11810
11811 2012-01-31  Tom Tromey  <tromey@redhat.com>
11812
11813         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11814         comment.
11815
11816 2012-01-31  Doug Evans  <dje@google.com>
11817
11818         * symtab.h: Remove outdated comment.
11819         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11820
11821 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
11822
11823         Fix build error in Darwin port.
11824         * i386-darwin-nat.c: Include i386-nat.h.
11825
11826 2012-01-30  Tom Tromey  <tromey@redhat.com>
11827
11828         PR breakpoints/13568:
11829         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11830         argument.  Check for recursive includes.
11831         (dwarf_decode_macros): Create an include hash.
11832
11833 2012-01-30  Michael Eager  <eager@eagercon.com>
11834
11835         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11836         * ppc-linux-tdep.c: Include glibc-tdep.h.
11837         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11838         (powerpc_linux_in_plt_stub): New function.
11839         (powerpc_linux_in_dynsym_resolve_code): New function.
11840         (ppc_skip_trampoline_code): New function.
11841         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11842         Use glibc_skip_solib_resolver.
11843
11844 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11845
11846         Code cleanup: Make 1440 bytes of data segment read-only.
11847         * arch-utils.c (endian_enum): Make it const char *const [].
11848         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11849         Likewise.
11850         * breakpoint.c (always_inserted_enums): Likewise.
11851         * cli/cli-cmds.c (script_ext_enums): Likewise.
11852         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11853         enumlist parameter const char *const *.
11854         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11855         const char *const *.
11856         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11857         parameter const char *const *.
11858         * cris-tdep.c (cris_modes): Make it const char *const [].
11859         * filesystem.c (target_file_system_kinds): Likewise.
11860         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11861         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11862         (can_use_displaced_stepping_enum, scheduler_enums)
11863         (exec_direction_names): Likewise.
11864         * language.c (_initialize_language): Make the type_or_range_names and
11865         case_sensitive_names variables const char *const [].
11866         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11867         * python/python.c (python_excp_enums): Likewise.
11868         * remote.c (interrupt_sequence_modes): Likewise.
11869         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11870         * serial.c (logbase_enums): Likewise.
11871         * sh-tdep.c (sh_cc_enum): Likewise.
11872         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11873         Likewise.
11874         * symtab.c (multiple_symbols_modes): Likewise.
11875         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11876         Likewise.
11877         * utils.c (internal_problem_modes): Likewise.
11878
11879 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
11880
11881         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11882         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11883         result.
11884
11885 2012-01-27  Doug Evans  <dje@google.com>
11886
11887         * configure.ac (with_python): Fix absolute path handling for win32.
11888         * configure: Regenerate.
11889
11890 2012-01-26  Doug Evans  <dje@google.com>
11891
11892         * symtab.c: Whitespace cleanup, no code changes.
11893
11894         * symtab.c (lookup_symbol_in_language): Improve comment.
11895         (lookup_symbol_aux): Fix comment.
11896
11897         * psymtab.c (add_psymbol_to_list): Result is now "void".
11898         * psympriv.h (add_psymbol_to_list): Update.
11899
11900         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11901
11902 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11903
11904         Do not open script filenames twice.
11905         * cli/cli-cmds.c (source_script_from_stream): Pass to
11906         source_python_script also STREAM.
11907         * python/py-auto-load.c (source_section_scripts): Pass to
11908         source_python_script_for_objfile also STREAM.
11909         (auto_load_objfile_script): Pass to source_python_script_for_objfile
11910         also INPUT.
11911         * python/python-internal.h (source_python_script_for_objfile): New
11912         parameter file, rename parameter file to filename.
11913         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11914         instead if !_WIN32.  Update the function comment.
11915         (source_python_script, source_python_script_for_objfile)
11916         (source_python_script): New parameter file, rename parameter file to
11917         filename.  Pass FILENAME to python_run_simple_file.
11918         * python/python.h (source_python_script): New parameter file, rename
11919         parameter file to filename.
11920
11921 2012-01-26  Pedro Alves  <palves@redhat.com>
11922
11923         * corelow.c (core_has_fake_pid): Delete.
11924         (core_close): Delete references to `core_has_fake_pid'.
11925         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11926         (core_open): Delete references to `core_has_fake_pid'.
11927         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11928         the removed global.
11929
11930 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11931
11932         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11933         Remove language parameter from name_matcher.  Adjust the comment.
11934         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11935         Remove language parameter.
11936         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11937         * linespec.c (iterate_name_matcher): Likewise.
11938         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11939         name_matcher.  Adjust call accordingly.
11940         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11941         (maintenance_check_symtabs): Adjust type of parameter "fun".
11942         * psymtab.h (maintenance_check_symtabs): Likewise.
11943
11944 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11945
11946         * language.h (symbol_name_match_p_ftype): New typedef.
11947         (struct language_defn): Replace field la_symbol_name_compare
11948         by la_get_symbol_name_match_p.
11949         * ada-lang.c (ada_get_symbol_name_match_p): New function.
11950         (ada_language_defn): Use it.
11951         * linespec.c (struct symbol_matcher_data): New type.
11952         (iterate_name_matcher): Rewrite.
11953         (iterate_over_all_matching_symtabs): Pass a pointer to
11954         a symbol_matcher_data struct to expand_symtabs_matching
11955         instead of just the lookup name.
11956         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11957         opencl-lang.c, p-lang.c, language.c: Delete field
11958         la_symbol_name_compare, and replace by NULL for new field
11959         la_get_symbol_name_match_p.
11960         * symfile.h (struct quick_symbol_functions): Update comment.
11961
11962 2012-01-25  Tom Tromey  <tromey@redhat.com>
11963
11964         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11965         dereferencing.
11966
11967 2012-01-24  Tom Tromey  <tromey@redhat.com>
11968
11969         PR symtab/12406:
11970         * solib.c (update_solib_list): Update the program space's
11971         added_solibs and deleted_solibs fields.
11972         * progspace.h (struct program_space) <added_solibs,
11973         deleted_solibs>: New fields.
11974         (clear_program_space_solib_cache): Declare.
11975         * progspace.c (release_program_space): Call
11976         clear_program_space_solib_cache.
11977         (clear_program_space_solib_cache): New function.
11978         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11979         bpstat_stop_status.  Use handle_solib_event.
11980         * breakpoint.c: Include gdb_regex.h.
11981         (print_solib_event): New function.
11982         (bpstat_print): Use print_solib_event.
11983         (bpstat_stop_status): Add special case for bp_shlib_event.
11984         (handle_solib_event): New function.
11985         (bpstat_what): Use handle_solib_event.
11986         (struct solib_catchpoint): New.
11987         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11988         (breakpoint_hit_catch_solib, check_status_catch_solib)
11989         (print_it_catch_solib, print_one_catch_solib)
11990         (print_mention_catch_solib, print_recreate_catch_solib): New
11991         functions.
11992         (catch_solib_breakpoint_ops): New global.
11993         (catch_load_or_unload, catch_load_command_1)
11994         (catch_unload_command_1): New functions.
11995         (internal_bkpt_check_status): Add special case for
11996         bp_shlib_event.
11997         (internal_bkpt_print_it): Use print_solib_event.
11998         (initialize_breakpoint_ops): Initialize
11999         catch_solib_breakpoint_ops.
12000         (_initialize_breakpoint): Register "catch load" and "catch
12001         unload".
12002         * breakpoint.h (handle_solib_event): Declare.
12003         * NEWS: Add entry for "catch load" and "catch unload".
12004
12005 2012-01-24  Tom Tromey  <tromey@redhat.com>
12006
12007         * ada-lang.c: Include gdb_vecs.h.
12008         * charset.c: Include gdb_vecs.h.
12009         * tracepoint.h: Include gdb_vecs.h.
12010         * gdb_vecs.h: New file.
12011
12012 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
12013
12014         * breakpoint.c (breakpoint_hit_catch_fork)
12015         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
12016         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
12017         * infrun.c (inferior_has_forked, inferior_has_vforked)
12018         (inferior_has_execd, inferior_has_called_syscall): Delete.
12019         (handle_syscall_event): Get syscall_number from the execution
12020         control state's wait status.
12021         (wait_for_inferior): Don't clear syscall_number.
12022
12023 2012-01-24  Pedro Alves  <palves@redhat.com>
12024
12025         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
12026         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
12027         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
12028         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
12029         `ws' parameter.
12030         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
12031         false for events other than TARGET_SIGNAL_TRAP.
12032         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
12033         Add `ws' parameter.
12034         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
12035         events other than TARGET_SIGNAL_TRAP.
12036         (tracepoint_breakpoint_hit): Add `ws' parameter.
12037         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
12038         parameter.
12039         (bpstat_stop_status): Same.
12040         (pc_at_non_inline_function): Same.
12041         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
12042         to pass the current event's waitstatus to bpstat_stop_status
12043         and pc_at_non_inline_function.
12044
12045 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12046
12047         Code cleanup.
12048         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
12049         Update the function comment for it.
12050         (source_script_with_search): Call make_cleanup_fclose for STREAM.
12051         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
12052         for STREAM.
12053
12054 2012-01-24  Pedro Alves  <palves@redhat.com>
12055
12056         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
12057         outside `bs->stop' block.
12058         (bpstat_what): Rework bp_shlib_event handling.
12059         (internal_bkpt_check_status): If the breakpoint is a
12060         bp_shlib_event, then set bs->stop and bs->print if
12061         stop_on_solib_events is set.
12062
12063 2012-01-24  Gary Benson  <gbenson@redhat.com>
12064
12065         Delete #if 0'd out code.
12066         * stack.c (print_frame_label_vars): Remove.
12067         (catch_info): Likewise.
12068         (_initialize_stack): Remove "info catch" command.
12069         * NEWS: Mention the above.
12070
12071 2012-01-24  Pedro Alves  <palves@redhat.com>
12072
12073         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
12074         it.
12075         (remote_notice_new_inferior): If the remote end doesn't support
12076         the multiprocess extensions, then the PID is fake.
12077         (add_current_inferior_and_thread): New.
12078         (remote_start_remote): Use it.
12079         (extended_remote_attach_1): Adjust.
12080         (extended_remote_create_inferior_1): Use
12081         add_current_inferior_and_thread.
12082
12083 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12084
12085         Fix watchpoints to be specific for each inferior.
12086         * breakpoint.c (watchpoint_in_thread_scope): Verify also
12087         current_program_space.
12088         * i386-nat.c (i386_inferior_data_cleanup): New.
12089         (i386_inferior_data_get): Replace variable inf_data_local by an
12090         inferior_data call.
12091         (i386_use_watchpoints): Initialize i386_inferior_data.
12092         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
12093         specific iterate_over_lwps.
12094
12095 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12096
12097         Fix watchpoints across inferior fork.
12098         * amd64-linux-nat.c (update_debug_registers_callback): Update the
12099         comment for linux_nat_iterate_watchpoint_lwps.
12100         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
12101         linux_nat_iterate_watchpoint_lwps.
12102         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
12103         * i386-linux-nat.c (update_debug_registers_callback): Update the
12104         comment for linux_nat_iterate_watchpoint_lwps.
12105         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
12106         linux_nat_iterate_watchpoint_lwps.
12107         (i386_linux_prepare_to_resume): New comment on Linux kernel.
12108         * i386-nat.c: Include inferior.h.
12109         (dr_mirror): Remove.
12110         (i386_inferior_data, struct i386_inferior_data)
12111         (i386_inferior_data_get): New.
12112         (i386_debug_reg_state): Use i386_inferior_data_get.
12113         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
12114         (i386_insert_watchpoint, i386_remove_watchpoint)
12115         (i386_stopped_data_address, i386_insert_hw_breakpoint)
12116         (i386_remove_hw_breakpoint): New variable state, use
12117         i386_debug_reg_state instead of DR_MIRROR.
12118         * linux-nat.c (delete_lwp): New declaration.
12119         (num_lwps): Move here from downwards.
12120         (delete_lwp_cleanup): New.
12121         (linux_child_follow_fork): Create new child_lp, call
12122         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
12123         PTRACE_DETACH.
12124         (num_lwps): Move upwards.
12125         (linux_nat_iterate_watchpoint_lwps): New.
12126         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
12127         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
12128
12129 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
12130
12131         GDB 7.4 released.
12132
12133 2012-01-23  Pedro Alves  <palves@redhat.com>
12134
12135         * top.c (caution): Rename to ...
12136         (confirm): ... this.
12137         (show_caution): Rename to ...
12138         (show_confirm): ... this.
12139         (quit_cover): Adjust.
12140         (init_main): Adjust.
12141         * top.h (caution): Rename to ...
12142         (confirm): ... this.
12143         * utils.c (internal_vproblem, defaulted_query): Adjust.
12144
12145 2012-01-23  Pedro Alves  <palves@redhat.com>
12146
12147         * top.c (caution): Update comment.
12148         (execute_command): Don't consider the current value of `caution'.
12149
12150 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
12151
12152         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
12153
12154 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
12155
12156         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
12157         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
12158         * target.c (target_fileio_pwrite): Remove buffer address from
12159         debug output.
12160         (target_fileio_pread): Likewise.
12161
12162 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12163
12164         * NEWS: Document remote "info proc" and "generate-core-file".
12165
12166 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12167
12168         * gdbarch.sh (find_memory_regions): New callback.
12169         * gdbarch.c, gdbarch.h: Regenerate.
12170
12171         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
12172         callback before falling back to target method.
12173
12174         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
12175         (linux_target_install_ops): No longer install it.
12176
12177         * linux-tdep.c (linux_find_memory_regions): New function.
12178         (linux_init_abi): Install it.
12179
12180 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12181
12182         * gdbarch.sh (make_corefile_notes): New architecture callback.
12183         * gdbarch.c: Regenerate.
12184         * gdbarch.h: Likewise.
12185
12186         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
12187         before target_make_corefile_notes.  If NULL is returned, the
12188         target does not support core file generation.
12189
12190         * linux-nat.c: Include "linux-tdep.h".
12191         (find_signalled_thread, find_stop_signal): Remove.
12192         (linux_nat_do_thread_registers): Likewise.
12193         (struct linux_nat_corefile_thread_data): Likewise.
12194         (linux_nat_corefile_thread_callback): Likewise.
12195         (iterate_over_spus): Likewise.
12196         (struct linux_spu_corefile_data): Likewise.
12197         (linux_spu_corefile_callback): Likewise.
12198         (linux_spu_make_corefile_notes): Likewise.
12199         (linux_nat_collect_thread_registers): New function.
12200         (linux_nat_make_corefile_notes): Replace contents by call to
12201         linux_make_corefile_notes passing linux_nat_collect_thread_registers
12202         as native-only callback.
12203
12204         * linux-tdep.h: Include "bfd.h".
12205         (struct regcache): Add forward declaration.
12206         (linux_collect_thread_registers_ftype): New typedef.
12207         (linux_make_corefile_notes): Add prototype.
12208         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
12209         "regset.h", and "elf-bfd.h".
12210         (find_signalled_thread, find_stop_signal): New functions.
12211         (linux_spu_make_corefile_notes): Likewise.
12212         (linux_collect_thread_registers): Likewise.
12213         (struct linux_corefile_thread_data): New data structure.
12214         (linux_corefile_thread_callback): New funcion.
12215         (linux_make_corefile_notes): Likewise.
12216         (linux_make_corefile_notes_1): Likewise.
12217         (linux_init_abi): Install it.
12218
12219 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12220
12221         * gdbarch.sh (info_proc): New callback.
12222         * gdbarch.c, gdbarch.h: Regenerate.
12223
12224         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
12225         before falling back to the target info_proc callback.
12226
12227         * linux-nat.c: Do not include "cli/cli-utils.h".
12228         (linux_nat_info_proc): Remove.
12229         (linux_target_install_ops): No longer install it.
12230
12231         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
12232         (read_mapping): New function.
12233         (linux_info_proc): Likewise.
12234         (linux_init_abi): Install it.
12235
12236 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12237
12238         * defs.h (enum info_proc_what): Moved here from linux-nat.c
12239         * infcmd.c: (info_proc_cmd_1): New function.
12240         (info_proc_cmd): New function, moved here from equivalent routine
12241         orignally in linux-nat.c.
12242         (info_proc_cmd_mappings): Likewise.
12243         (info_proc_cmd_stat): Likewise.
12244         (info_proc_cmd_status): Likewise.
12245         (info_proc_cmd_cwd): Likewise.
12246         (info_proc_cmd_cmdline): Likewise.
12247         (info_proc_cmd_exe): Likewise.
12248         (info_proc_cmd_all): Likewise.
12249         (_initialize_infcmd): Install "info proc" command and subcommands.
12250
12251         * target.h (struct target_ops): Add to_info_proc.
12252         (target_info_proc): Add prototype.
12253         * target.c (target_info_proc): New function.
12254
12255         * procfs.c (procfs_info_proc): Add prototype.
12256         (info_proc_cmd): Rename into ...
12257         (procfs_info_proc): ... this.  Update argument types as appropriate
12258         for a to_info_proc implementation.  Handle "what" argument.
12259         (procfs_target): Install procfs_info_proc.
12260         (_initialize_procfs): No longer install "info proc" command.
12261
12262         * linux-nat.c: (enum info_proc_what): Remove.
12263         (linux_nat_info_proc_cmd_1): Rename into ...
12264         (linux_nat_info_proc): ... this.  Update argument types as appropriate
12265         for a to_info_proc implementation.
12266         (linux_nat_info_proc_cmd): Remove.
12267         (linux_nat_info_proc_cmd_mappings): Likewise.
12268         (linux_nat_info_proc_cmd_stat): Likewise.
12269         (linux_nat_info_proc_cmd_status): Likewise.
12270         (linux_nat_info_proc_cmd_cwd): Likewise.
12271         (linux_nat_info_proc_cmd_cmdline): Likewise.
12272         (linux_nat_info_proc_cmd_exe): Likewise.
12273         (linux_nat_info_proc_cmd_all): Likewise.
12274         (linux_target_install_ops): Install linux_nat_info_proc.
12275         (_initialize_linux_nat): No longer install "info proc" command
12276         and subcommands.
12277
12278 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
12279
12280         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
12281         * config.in, configure: Regenerate.
12282
12283         * target.h (struct target_ops): Add to_fileio_readlink.
12284         (target_fileio_readlink): Add prototype.
12285         * target.c (target_fileio_readlink): New function.
12286
12287         * inf-child.c: Conditionally include <sys/param.h>.
12288         (inf_child_fileio_readlink): New function.
12289         (inf_child_target): Install it.
12290
12291         * remote.c (PACKET_vFile_readlink): New enum value.
12292         (remote_hostio_readlink): New function.
12293         (init_remote_ops): Install it.
12294         (_initialize_remote): Handle vFile:readlink packet type.
12295
12296 2012-01-20  Pedro Alves  <palves@redhat.com>
12297             Ulrich Weigand  <ulrich.weigand@linaro.org>
12298
12299         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12300         * config.in, configure: Regenerate.
12301
12302         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12303         to_fileio_pread, to_fileio_close, to_fileio_unlink.
12304         (target_fileio_open): Add prototype.
12305         (target_fileio_pwrite): Likewise.
12306         (target_fileio_pread): Likewise.
12307         (target_fileio_close): Likewise.
12308         (target_fileio_unlink): Likewise.
12309         (target_fileio_read_alloc): Likewise.
12310         (target_fileio_read_stralloc): Likewise.
12311
12312         * target.c: Include "gdb/fileio.h".
12313         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12314         (default_fileio_target): New function.
12315         (target_fileio_open): Likewise.
12316         (target_fileio_pwrite): Likewise.
12317         (target_fileio_pread): Likewise.
12318         (target_fileio_close): Likewise.
12319         (target_fileio_unlink): Likewise.
12320         (target_fileio_close_cleanup): Likewise.
12321         (target_fileio_read_alloc_1): Likewise.
12322         (target_fileio_read_alloc): Likewise.
12323         (target_fileio_read_stralloc): Likewise.
12324
12325         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12326         <fcntl.h>, and <unistd.h>.
12327         (inf_child_fileio_open_flags_to_host): New function.
12328         (inf_child_errno_to_fileio_error): Likewise.
12329         (inf_child_fileio_open): Likewise.
12330         (inf_child_fileio_pwrite): Likewise.
12331         (inf_child_fileio_pread): Likewise.
12332         (inf_child_fileio_close): Likewise.
12333         (inf_child_fileio_unlink): Likewise.
12334         (inf_child_target): Install to_fileio routines.
12335
12336         * remote.c (init_remote_ops): Install to_fileio routines.
12337
12338 2012-01-20  Pedro Alves  <palves@redhat.com>
12339             Ulrich Weigand  <ulrich.weigand@linaro.org>
12340
12341         * remote.c (remote_multi_process_p): Only check for multi-process
12342         protocol feature, do not check for extended protocol.
12343         (remote_supports_multi_process): Check for extended protocol here.
12344         (set_general_process): Likewise.
12345         (extended_remote_kill): Likewise.
12346         (remote_pid_to_str): Likewise.
12347         (remote_query_supported): Always query multiprocess mode.
12348
12349 2012-01-20  Pedro Alves  <palves@redhat.com>
12350             Ulrich Weigand  <ulrich.weigand@linaro.org>
12351
12352         * inferior.h (struct inferior): Add fake_pid_p.
12353         * inferior.c (exit_inferior_1): Clear fake_pid_p.
12354         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12355         magic_null_ptid since the remote side doesn't provide a real PID.
12356
12357 2012-01-19  Tom Tromey  <tromey@redhat.com>
12358
12359         * NEWS: Combine the two Python sections.
12360
12361 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
12362
12363         * target.h (target_close): Update comment on the target's unpush state.
12364
12365 2012-01-19  Pedro Alves  <palves@redhat.com>
12366
12367         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12368         linux_nat_async directly instead of going through the target
12369         vector.
12370         * target.c (unpush_target): Close target after unpushing it, not
12371         before.
12372
12373 2012-01-19  Gary Benson  <gbenson@redhat.com>
12374
12375         * mdebugread.c (sort_blocks): Replace integer constants with ones
12376         derived from FIRST_LOCAL_BLOCK.
12377
12378 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
12379             Jan Kratochvil  <jan.kratochvil@redhat.com>
12380
12381         PR gdb/9538
12382         * symfile.c (find_separate_debug_file): New function.
12383         (terminate_after_last_dir_separator): Likewise.
12384         (find_separate_debug_file_by_debuglink): Also try realpath.
12385         * configure.ac (AC_CHECK_FUNCS): Add lstat.
12386         * configure: Regenerate.
12387         * config.in: Regenerate.
12388
12389 2012-01-18  Doug Evans  <dje@google.com>
12390
12391         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12392         (main.o): Remove rule.
12393         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12394         (--with-sysroot): Rewrite.
12395         * configure: Regenerate.
12396         * config.in: Regenerate.
12397
12398 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
12399
12400         * parse.c (initialize_expout): New function.
12401         (reallocate_expout): Likewise.
12402         (parse_exp_in_context): Use `initialize_expout' and
12403         `reallocate_expout' when appropriate.
12404
12405 2012-01-18  Pedro Alves  <palves@redhat.com>
12406
12407         * record.c (struct record_breakpoint, record_breakpoint_p)
12408         (record_breakpoints): New.
12409         (record_insert_breakpoint, record_remove_breakpoint): Manage
12410         record breakpoints list.  Only remove breakpoints from the
12411         inferior if they had been inserted there in the first place.
12412
12413 2012-01-17  Doug Evans  <dje@google.com>
12414
12415         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12416         if we know we don't have a file name to look for.
12417
12418 2012-01-17  Pedro Alves  <palves@redhat.com>
12419
12420         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12421         the frame's stop reason is UNWIND_UNAVAILABLE.
12422
12423 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12424
12425         Fix compilation error.
12426         * m2-exp.y (yyerror): Use ANSI C prototype.
12427
12428 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12429
12430         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12431         (growbuf_by_size): Likewise.
12432         (yyerror): Likewise.
12433         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12434         (modblock): Remove variable (was #if 0'ed).
12435         (parse_number): Convert prototype from K&R to ANSI C.
12436         (yyerror): Likewise.
12437         * objc-exp.y (parse_number): Likewise.
12438         (yyerror): Likewise.
12439         (yylex): Remove #if 0'ed code.
12440         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12441         (yyerror): Likewise.
12442
12443 2012-01-16  Tom Tromey  <tromey@redhat.com>
12444
12445         * NEWS: Add item.
12446         * symtab.h (compare_filenames_for_search): Declare.
12447         * symtab.c (compare_filenames_for_search): New function.
12448         (iterate_over_some_symtabs): Use it.
12449         * symfile.h (struct quick_symbol_functions)
12450         <map_symtabs_matching_filename>: Change spec.
12451         * psymtab.c (partial_map_symtabs_matching_filename): Use
12452         compare_filenames_for_search.  Update for new spec.
12453         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12454         compare_filenames_for_search.  Update for new spec.
12455         * breakpoint.c (clear_command): Use compare_filenames_for_search.
12456
12457 2012-01-16  Tom Tromey  <tromey@redhat.com>
12458
12459         PR python/13281:
12460         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12461         (struct main_type) <flag_flag_enum>: New field.
12462         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12463         * NEWS: Add entries.
12464         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12465         enums.
12466         * python/lib/gdb/printing.py (_EnumInstance): New class.
12467         (FlagEnumerationPrinter): Likewise.
12468
12469 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12470
12471         * breakpoint.c (create_sals_from_address_default): New function.
12472         (create_breakpoints_sal_default): Likewise.
12473         (decode_linespec_default): Likewise.
12474         (is_marker_spec): Removed.
12475         (strace_marker_p): New function.
12476         (init_breakpoint_sal): Using `strace_marker_p' instead of
12477         `is_marker_spec'.
12478         (create_breakpoint): Call method `create_sals_from_address' from
12479         breakpoint_ops, replacing code that created SALs conditionally
12480         on the type of the breakpoint.  Call method `create_breakpoints_sal',
12481         replacing code that created breakpoints conditionally on the type
12482         wanted.
12483         (base_breakpoint_create_sals_from_address): New function.
12484         (base_breakpoint_create_breakpoints_sal): Likewise.
12485         (base_breakpoint_decode_linespec): Likewise.
12486         (base_breakpoint_ops): Add methods
12487         `base_breakpoint_create_sals_from_address',
12488         `base_breakpoint_create_breakpoints_sal' and
12489         `base_breakpoint_decode_linespec'.
12490         (bkpt_create_sals_from_address): New function.
12491         (bkpt_create_breakpoints_sal): Likewise.
12492         (bkpt_decode_linespec): Likewise.
12493         (tracepoint_create_sals_from_address): Likewise.
12494         (tracepoint_create_breakpoints_sal): Likewise.
12495         (tracepoint_decode_linespec): Likewise.
12496         (strace_marker_create_sals_from_address): Likewise.
12497         (strace_marker_create_breakpoints_sal): Likewise.
12498         (strace_marker_decode_linespec): Likewise.
12499         (strace_marker_breakpoint_ops): New variable.
12500         (addr_string_to_sals): Remove `marker_spec'.  Call method
12501         `decode_linespec' from breakpoint_ops, replacing code that decoded
12502         an address string into a SAL.  Use `strace_marker_p' instead of
12503         `marker_spec'.
12504         (strace_command): Decide whether we are dealing with a static
12505         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
12506         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12507         * breakpoint.h (linespec_result, linespec_sals): New forward
12508         declarations.
12509         (breakpoint_ops) <create_sals_from_address>,
12510         <create_breakpoints_sal>, <decode_linespec>: New methods.
12511
12512 2012-01-14  Doug Evans  <dje@google.com>
12513
12514         * NEWS: Update text for "maint set python print-stack".
12515         It is deprecated in gdb 7.4 and deleted in 7.5.
12516
12517 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
12518
12519         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12520         including curses.h.
12521
12522 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12523
12524         * configure: Regenerate.
12525         * config.in: Regenerate.
12526
12527 2012-01-12  Keith Seitz  <keiths@redhat.com>
12528
12529         PR mi/10586
12530         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12531         (ANONYMOUS_UNION_NAME): Define.
12532         (is_path_expr_parent): New function.
12533         (get_path_expr_parent): New function.
12534         (is_anonymous_child): New function.
12535         (create_child_with_value): If the child is anonymous and without
12536         a name, assign an object name to it.
12537         (c_describe_child): Use get_path_expr_parent to determine
12538         the parent expression.
12539         If there field represents an anonymous struct or union and
12540         has no name, set an appropriate display name and expression.
12541         (cplus_describe_child): Likewise.
12542
12543 2012-01-12  Pedro Alves  <palves@redhat.com>
12544
12545         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12546         available when %ebp is found to be zero (outermost).
12547
12548 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
12549
12550         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12551         an internal gdb_static_assert.
12552         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12553
12554 2012-01-11  Tom Tromey  <tromey@redhat.com>
12555
12556         PR gdb/9598:
12557         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12558         catch" and "catch throw".
12559
12560 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
12561
12562         * blockframe.c (block_innermost_frame): Start search from selected
12563         frame, if present, or otherwise the current frame.
12564
12565         * c-exp.y (variable): Update innermost_block for
12566         'block COLONCOLON NAME' clause.
12567         * m2-exp.y (variable): Ditto.
12568         * objc-exp.y (variable): Ditto.
12569
12570 2012-01-10  Tom Tromey  <tromey@redhat.com>
12571
12572         PR python/13199:
12573         * python/python.c (finish_python_initialization): Set sys.argv.
12574
12575 2012-01-10  Doug Evans  <dje@google.com>
12576
12577         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
12578         "want_line_info".  All callers updated.
12579         (dwarf_decode_lines_1): New function.
12580         (handle_DW_AT_stmt_list): Add function comment.
12581         New arg "want_line_info".  All callers updated.
12582         (read_file_scope,read_type_unit_scope): Move comment from
12583         handle_DW_AT_stmt_list to here.
12584
12585 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12586
12587         Fix regression after libiberty/ update for GCC PR 6057 and others.
12588         * c-exp.y (operator) <OPERATOR DELETE>
12589         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12590         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12591         (make_builtin_type, make_name): New variable i, add gdb_assert.
12592         (operator) <OPERATOR NEW>: Update ARGS to 3.
12593         (operator) <OPERATOR DELETE>: Add trailing space.
12594         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12595         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12596         * cp-support.c (cp_canonicalize_string): Check NULL from
12597         cp_comp_to_string, call warning and return.
12598
12599 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12600
12601         Fix duplicate .o files after omitting libbfd.a.
12602         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12603         (SFILES): Add corelow.c.
12604         (COMMON_OBS): Add corelow.o.
12605         (ALLDEPFILES): Remove corelow.c.
12606         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12607         * config/alpha/alpha-osf3.mh: Likewise.
12608         * config/alpha/fbsd.mh: Likewise.
12609         * config/arm/nbsdaout.mh: Likewise.
12610         * config/arm/nbsdelf.mh: Likewise.
12611         * config/i386/i386gnu.mh: Likewise.
12612         * config/ia64/hpux.mh: Likewise.
12613         * config/ia64/linux.mh: Likewise.
12614         * config/m32r/linux.mh: Likewise.
12615         * config/m68k/linux.mh: Likewise.
12616         * config/mips/irix5.mh: Likewise.
12617         * config/mips/irix6.mh: Likewise.
12618         * config/pa/hpux.mh: Likewise.
12619         * config/pa/linux.mh: Likewise.
12620         * config/powerpc/aix.mh: Likewise.
12621         * config/sparc/linux.mh: Likewise.
12622         * config/sparc/linux64.mh: Likewise.
12623         * config/sparc/sol2.mh: Likewise.
12624         * config/vax/vax.mh: Likewise.
12625         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12626         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12627         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12628         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12629         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12630         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12631         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12632         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12633         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12634         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12635         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12636         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12637         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12638         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12639         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12640         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12641         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12642         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12643         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12644         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12645         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12646         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12647         corelow.o from gdb_target_obs.
12648         * corefile.c (core_target): Update the comment on NULL value.
12649         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12650         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12651         MATCHES.  Drop YUMMY set on NULL.
12652         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
12653         reclaim CORE_DATA if it is already NULL.
12654
12655 2012-01-09  Doug Evans  <dje@google.com>
12656
12657         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12658         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12659
12660 2012-01-09  Keith Seitz  <keiths@redhat.com>
12661
12662         * breakpoint.c (wrapper.h): Don't include.
12663
12664 2012-01-09  Keith Seitz  <keiths@redhat.com>
12665
12666         * Makefile.in (SFILES): Remove wrapper.c.
12667         (HFILES_NO_SRCDIR): Remove wrapper.h.
12668         (COMMON_OBS): Remove wrapper.o.
12669         * cli/cli-interp.c: Don't inlude wrapper.h.
12670         * corelow.c: Likewise.
12671         (core_open): Replace gdb_target_find_new_threads with
12672         TRY_CATCH around target_find_new_threads.
12673         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12674         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12675         * varobj.c (varobj_create): Likewise for parse_exp_1 and
12676         evaluate_expression.
12677         (varobj_set_value): Likewise for evaluate_expression and
12678         value_assign.
12679         (install_new_variable): Likewise for value_fetch_lazy.
12680         (adjust_value_for_child_access): Likewise for value_ind.
12681         (c_describe_child): Likewise for value_subscript and
12682         value_ind.
12683         (c_value_of_root): Likewise for evaluate_expression.
12684         * wrapper.c: Remove.
12685         * wrapper.h: Remove.
12686
12687 2012-01-09  Doug Evans  <dje@google.com>
12688
12689         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12690         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
12691         "abfd" args with "section".  All callers updated.
12692         Error checking code moved ...
12693         (error_check_comp_unit_head): ... here.  New function.
12694         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12695         Delete arg "abfd".  New arg "type_offset".  All callers updated.
12696         (create_debug_types_hash_table): Simplify by using
12697         read_and_check_type_unit_head.
12698
12699         * parser-defs.h (namecopy): Delete.
12700         * parse.c (namecopy, namecopy_size): Move into copy_name.
12701
12702 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12703
12704         Partially fix duplicate .o files after omitting libbfd.a.
12705         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12706         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12707         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12708         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12709         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12710         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12711         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12712
12713 2012-01-09  Pedro Alves  <palves@redhat.com>
12714
12715         * MAINTAINERS: Update my email address.
12716
12717 2012-01-08  Doug Evans  <dje@google.com>
12718
12719         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12720         n_type_units.  Rename type_comp_units to all_type_units.
12721         All uses updated.
12722         (add_signatured_type_cu_to_table): Renamed from
12723         add_signatured_type_cu_to_list.  All callers updated.
12724
12725         * gdbtypes.h (struct cplus_struct_type): Delete member
12726         nfn_fields_total.  All uses removed.
12727
12728 2012-01-06  Doug Evans  <dje@google.com>
12729
12730         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12731         to top of file.
12732         (dwarf2_find_comp_unit): Delete.
12733         (process_psymtab_comp_unit): Make result "void".
12734         Delete args buffer, info_ptr, buffer_size, and replace with
12735         "section".  All callers updated.
12736         (dwarf2_build_psymtabs_hard): Simplify.
12737
12738 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
12739             Thiago Jung Bauermann  <bauerman@br.ibm.com>
12740
12741         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12742         before `struct gdb_exception'.
12743         * breakpoint.c (update_global_location_list_nothrow)
12744         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12745         * cp-abi.c (value_rtti_type): Likewise.
12746         * cp-support.c (cp_validate_operator): Likewise.
12747         * infrun.c (insert_exception_resume_breakpoint)
12748         (check_exception_resume, keep_going): Likewise.
12749         * mi-interp.c (mi_breakpoint_created)
12750         (mi_breakpoint_modified): Likewise.
12751         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12752         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12753         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12754
12755 2012-01-05  Doug Evans  <dje@google.com>
12756
12757         * dwarf2read.c (statement_prologue): Delete, unused.
12758
12759         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12760         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12761
12762         * dwarf2read.c (comp_unit_header): Delete, unused.
12763
12764 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
12765
12766         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12767         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12768
12769 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
12770
12771         * infrun.c (normal_stop): Don't skip calling the normal_stop
12772         observers if the thread was doing a multi-step, but stopped for
12773         some reason other than stepping.
12774
12775 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
12776
12777         * cli/cli-decode.h: Add comments.
12778         (CMD_LIST_AMBIGUOUS): Moved to command.h
12779         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12780         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12781         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12782         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12783         (add_com, add_com_alias, add_info, add_info_alias)
12784         (complete_on_cmdlist, complete_on_enum, help_list): Remove
12785         declarations.
12786         * command.h: Add and adjust comments.
12787         (CMD_LIST_AMBIGUOUS): Moved here.
12788         (help_cmd, help_cmd_list): Delete declarations.
12789
12790 2012-01-04  Doug Evans  <dje@google.com>
12791
12792         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12793         All callers updated.
12794         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12795         Replace all arguments with "per_cu".  All callers updated.
12796
12797         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12798
12799         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12800         New arg "per_cu".  All callers updated.
12801
12802         Delete #if 0'd out code.
12803         * language.c (binop_result_type): Delete.
12804         (simple_type, ordered_type, same_type, integral_type): Delete.
12805         (numeric_type, character_type, string_type, boolean_type): Delete.
12806         (float_type, structured_type): Delete.
12807         * language.h: Update.
12808
12809 2012-01-04  Tom Tromey  <tromey@redhat.com>
12810
12811         * python/py-value.c (valpy_binop): Initialize 'res_val'.
12812
12813 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12814
12815         * corefile.c (close_exec_file): Delete.
12816         (reopen_exec_file): Remove commented out code that seems related
12817         to close_exec_file, which is being deleted here.
12818         * inferior.h (close_exec_file): Delete.
12819         * fork-child.c (fork_inferior): Remove call to fork_inferior.
12820
12821 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12822
12823         * ada-lang.c: #include "cli/cli-utils.h".
12824         (get_selections): Use skip_spaces.
12825         (ada_get_next_arg): Use skip_spaces and skip_to_space.
12826         (catch_ada_exception_command_split): Use skip_spaces.
12827         (ada_decode_assert_location): Likewise.
12828
12829 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12830
12831         * linespec.c (decode_line_internal): Check for C++ or Java
12832         compound constructs only if the current language is C, C++
12833         or Java.
12834
12835 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12836
12837         Revert:
12838         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12839                     Joel Brobecker  <brobecker@adacore.com>
12840         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12841         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12842         3 times.
12843         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12844         fall through into AT_ENTRY_POINT.
12845         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12846         DUMMY_ADDR with it.
12847         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12848         PPC_INSN_SIZE skip to 3 times.
12849
12850 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12851
12852         * linespec.c (add_minsym): Preserve function descriptors.
12853
12854 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
12855
12856         * breakpoint.c (all_locations_are_pending): Consider locations
12857         in program spaces executing during startup pending as well.
12858
12859 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12860
12861         Copyright year update in most files of the GDB Project.
12862
12863 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12864
12865         * copyright.sh: Delete.
12866         * copyright.py: Rewrite.
12867
12868 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12869
12870         * gnulib/extra/update-copyright: New file, imported from gnulib.
12871
12872 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12873
12874         * README (Copyright and License Notices): New section.
12875
12876 2012-01-03  Tom Tromey  <tromey@redhat.com>
12877
12878         PR python/12533:
12879         * python/py-value.c (valpy_dereference, valpy_get_address
12880         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12881         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12882         (valpy_absolute, valpy_richcompare): Free intermediate values.
12883
12884 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
12885
12886         * ada-lang.c: Reformat the copyright notice.
12887
12888 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12889
12890         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12891         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12892         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12893         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12894         Revert this part of:
12895         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12896         Build gdb directly from *.o files not using libgdb.a.
12897         * Makefile.in (COMMON_OBS): Remove solib-target.o.
12898
12899 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12900
12901         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12902         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12903         Reformat the copyright header.
12904
12905 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12906
12907         Revert this part of:
12908         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12909         Remove the gdbtui binary.
12910         * gdb.c (main): Remove args.interpreter_p initialization.
12911         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12912         * main.h (struct captured_main_args): Remove interpreter_p.
12913
12914 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12915
12916         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12917
12918 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12919
12920         * top.c (print_gdb_version): Update copyright year.
12921
12922 2012-01-02  Yao Qi  <yao@codesourcery.com>
12923
12924         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12925
12926 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12927             Joel Brobecker  <brobecker@adacore.com>
12928
12929         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12930         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12931         3 times.
12932         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12933         fall through into AT_ENTRY_POINT.
12934         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12935         DUMMY_ADDR with it.
12936         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12937         PPC_INSN_SIZE skip to 3 times.
12938
12939 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12940
12941         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12942         the return value.
12943         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12944
12945 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12946
12947         Build gdb directly from *.o files not using libgdb.a.
12948         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12949         (COMMON_OBS): Remove solib-target.o.
12950         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12951         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12952         (LIBGDB_OBS, libgdb.a): Move it above.
12953         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12954         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12955         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12956         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12957         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12958         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12959         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12960         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12961         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12962         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12963         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12964         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12965         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12966         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12967         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12968         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12969         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12970         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12971         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12972         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12973         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12974         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12975         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12976         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12977         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12978         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12979         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12980
12981 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12982
12983         Remove the gdbtui binary.
12984         * .gitignore (/gdbtui): Remove.
12985         * Makefile.in (TUI): Remove.
12986         (SUBDIR_TUI_OBS): Remove tui-main.o.
12987         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12988         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12989         (tui-main.o): Remove.
12990         (all_object_files): Remove tui-main.o.
12991         * NEWS: New note for the gdbtui removal.
12992         * configure: Rebuilt.
12993         * configure.ac: No longer add all-tui, clean-tui, install-tui and
12994         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12995         CONFIG_UNINSTALL respectively.
12996         * gdb.c (main): Remove args.interpreter_p initialization.
12997         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12998         * main.h (struct captured_main_args): Remove interpreter_p.
12999         * tui/tui-main.c: Remove.
13000
13001 2012-01-01  Doug Evans  <dje@google.com>
13002
13003         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
13004         (dwarf2_physname, read_import_statement): Ditto.
13005         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
13006         (process_structure_scope read_subroutine_type): Ditto.
13007         (read_typedef, load_partial_dies, read_partial_die): Ditto.
13008         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
13009         (dwarf2_fetch_die_location_block): Ditto.
13010         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
13011
13012         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
13013         All callers updated.
13014         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
13015         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
13016         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
13017
13018         * dwarf2read.c (load_cu): Move assert to more useful location.
13019
13020         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
13021         All callers updated.
13022
13023         * dwarf2read.c (dwarf2_per_objfile): Add comment.
13024         (dwarf2_elf_names): Minor reformat.
13025         (dwarf2_per_cu_data): Tweak comment.
13026         (dwarf2_read_section): Fix comment.
13027         (create_all_comp_units): Fix comment.
13028         (load_full_comp_unit): Fix comment.
13029         (process_full_comp_unit): Fix comment.
13030         (read_signatured_type): Fix comment.
13031
13032 For older changes see ChangeLog-2011.
13033 \f
13034 Local Variables:
13035 mode: change-log
13036 left-margin: 8
13037 fill-column: 74
13038 version-control: never
13039 coding: utf-8
13040 End: