gdb
[external/binutils.git] / gdb / ChangeLog
1 2012-12-14  Tom Tromey  <tromey@redhat.com>
2
3         * NEWS: Mention "info proc" and core files.
4         * corelow.c (core_info_proc): New function.
5         (init_core_ops): Set to_info_proc.
6         * gdbarch.c, gdbarch.h: Rebuild.
7         * gdbarch.sh (core_info_proc): New method.
8         * infcmd.c (info_proc_cmd_1): Invoke target_info_proc first.
9         * linux-tdep.c (linux_core_info_proc_mappings)
10         (linux_core_info_proc): New functions.
11         (linux_find_memory_region_ftype): New typedef.
12         (linux_find_memory_regions_full): New function, from
13         linux_find_memory_regions.
14         (struct linux_find_memory_regions_data): New.
15         (linux_find_memory_regions_thunk): New function.
16         (linux_find_memory_regions): Rewrite.
17         (struct linux_make_mappings_data): New.
18         (linux_make_mappings_callback)
19         (linux_make_mappings_corefile_notes): New functions.
20         (linux_make_corefile_notes): Call linux_make_mappings_corefile_notes.
21         (linux_init_abi): Call set_gdbarch_core_info_proc.
22         * target.c (target_info_proc): Return 'int'.
23         * target.h (target_info_proc): Update.
24
25 2012-12-14  Pierre Muller  <muller@sourceware.org>
26
27         * windows-nat.c (windows_xfer_shared_libraries): Avoid
28         memory leak when OFFSET >= LEN_AVAIL.
29
30 2012-12-13  Tom Tromey  <tromey@redhat.com>
31
32         * solib-svr4.c (enable_break): Use SECT_OFF_TEXT.
33
34 2012-12-13  Tom Tromey  <tromey@redhat.com>
35
36         * acinclude.m4 (CY_AC_C_WORKS): Remove.
37
38 2012-12-13  Pierre Muller  <muller@sourceware.org>
39
40         * coff-pe-read.c (pe_text_section_offset): Increase size of sname
41         local variable and zero terminate it to avoid possible problems
42         in strcmp.
43
44 2012-12-13  Pedro Alves  <palves@redhat.com>
45
46         * coff-pe-read.c: Include coff/internal.h.
47         (read_pe_exported_syms): Use SCNNMLEN instead of hardcoded 8.
48         Null terminate buffer explicitly instead of memset the whole
49         buffer.
50
51 2012-12-13  Pierre Muller  <muller@sourceware.org>
52
53         * coff-pe-read.c (IMAGE_SCN_CNT_TEXT, IMAGE_SCN_CNT_INITIALIZED_DATA)
54         (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Remove useless checks
55         for already defined macros.
56
57 2012-12-13  Pierre Muller  <muller@sourceware.org>
58
59         * coff-pe-read.h (pe_text_section_offset): Declare new function.
60         * coff-pe-read.c (debug_coff_pe_read): New static variable.
61         (struct read_pe_section_data): Add section_name field.
62         (IMAGE_SCN_CNT_CODE): New macro, if not already defined.
63         (IMAGE_SCN_CNT_INITIALIZED_DATA): Ditto.
64         (IMAGE_SCN_CNT_UNINITIALIZED_DATA): Ditto.
65         (get_pe_section_index): New function.
66         (struct pe_sections_info): New type.
67         (get_section_vmas): Use new struct pe_sections_info.
68         (add_pe_exported_sym): Handle unnamed exported function.
69         (add_pe_forwarded_sym): New function.
70         (read_pe_truncate_name): Truncate at last dot.
71         (pe_as16): New function.
72         (read_pe_exported_syms): Use ordinal of function to
73         retrieve correct RVA address of function and handle
74         forwarded symbol.
75         (pe_text_section_offset): New function.
76         (show_debug_coff_pe_read): New function.
77         (_initialize_coff_pe_read): New function adding
78         'set/show debug coff_pe_read' commands.
79
80         * windows-tdep.c (windows_xfer_shared_library): Use
81         pe_text_section_offset function instead of possibly wrong
82         0x1000 constant for .text sextion offset.
83
84 2012-12-13  Pedro Alves  <palves@redhat.com>
85
86         * gdbarch.sh (do_read): Set IFS to blank.
87
88 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
89
90         * NEWS: Mention the -catch-load/-catch-unload MI commands.
91
92 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
93
94         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-catch.o.
95         (SUBDIR_MI_SRCS): Add mi/mi-cmd-catch.c.
96         * breakpoint.c (add_solib_catchpoint): New function that
97         can be used by both CLI and MI, factored out from
98         catch_load_or_unload.
99         (catch_load_or_unload): Strip it down and make it use the
100         new add_solib_catchpoint.
101         * breakpoint.h (add_solib_catchpoint): Declare it.
102         * mi/mi-cmd-break.h: New file.
103         * mi/mi-cmd-break.c: Include mi-cmd-break.h.
104         (setup_breakpoint_reporting): New function used for both
105         catchpoints and breakpoints.
106         (mi_cmd_break_insert): Use setup_breakpoint_reporting.
107         * mi/mi-cmd-catch.c: New file.
108         * mi/mi-cmds.c (mi_cmds): Add the handlers for -catch-load
109         and -catch-unload.
110         * mi/mi-cmds.h: Declare the handlers for -catch-load and
111         -catch-unload.
112
113 2012-11-28  Tom Tromey  <tromey@redhat.com>
114
115         * dbxread.c (read_dbx_symtab): Update.
116         (end_psymtab, dbx_psymtab_to_symtab_1, dbx_psymtab_to_symtab)
117         (read_ofile_symtab): Add 'objfile' argument.
118         * dwarf2read.c (process_psymtab_comp_unit_reader)
119         (build_type_psymtabs_reader): Update.
120         (dwarf2_psymtab_to_symtab): Add 'objfile' argument.
121         * mdebugread.c (mdebug_psymtab_to_symtab): Add 'objfile'
122         argument.
123         (parse_procedure, parse_partial_symbols): Update.
124         (psymtab_to_symtab_1): Add 'objfile' argument.
125         * psympriv.h (struct partial_symtab) <objfile>: Remove.
126         <read_symtab>: Add 'objfile' argument.
127         (sort_pst_symbols, discard_psymtab): Update.
128         * psymtab.c (partial_map_expand_apply): Update.
129         (find_pc_sect_psymtab_closer): Add 'objfile' argument.
130         (find_pc_sect_psymtab, find_pc_sect_symtab_from_partial): Update.
131         (find_pc_sect_psymbol): Add 'objfile' argument.
132         (lookup_symbol_aux_psymtabs): Update.
133         (match_partial_symbol, lookup_partial_symbol, psymtab_to_symtab):
134         Add 'objfile' argument.
135         (find_last_source_symtab_from_partial, dump_psymtab)
136         (dump_psymtabs_for_objfile, read_symtabs_for_function)
137         (expand_partial_symbol_tables, read_psymtabs_with_filename)
138         (find_symbol_file_from_partial, map_matching_symbols_psymtab)
139         (expand_symtabs_matching_via_partial): Update.
140         (sort_pst_symbols): Add 'objfile' argument.
141         (allocate_psymtab): Update.
142         (discard_psymtab): Add 'objfile' argument.
143         (maintenance_info_psymtabs, maintenance_check_symtabs): Update.
144         * stabsread.h (end_psymtab): Update.
145         * xcoffread.c (this_symtab_objfile): New global.
146         (process_linenos, enter_line_range, xcoff_next_symbol_text):
147         Update.
148         (read_xcoff_symtab): Add 'objfile' argument.
149         (read_symbol, read_symbol_lineno): Update.
150         (xcoff_psymtab_to_symtab_1, xcoff_psymtab_to_symtab)
151         (xcoff_end_psymtab): Add 'objfile' argument.
152         (scan_xcoff_symtab): Update.
153
154 2012-12-12  Paul Koning  <paul_koning@dell.com>
155
156         Add support for Python 3.
157         * NEWS: Mention Python 3 support.
158         * varobj.c (value_get_print_value): Use
159         python_string_to_target_string.
160         * python/py-block.c: Use PyVarObject_HEAD_INIT in initialization
161         of type objects.
162         * python/py-breakpoint.c: Ditto.
163         * python/py-cmd.c:  Ditto.
164         * python/py-event.c: Ditto.
165         * python/py-event.h: Ditto.
166         * python/py-evtregistry.c: Ditto.
167         * python/py-finishbreakpoint.c: Ditto.
168         * python/py-frame.c: Ditto.
169         * python/py-function.c: Ditto.
170         * python/py-infthread.c: Ditto.
171         * python/py-lazy-string.c: Ditto.
172         * python/py-progspace.c: Ditto.
173         * /python/py-symbol.c: Ditto.
174         * python/py-evts.c:  (gdbpy_initialize_py_events): Add module
175         initialization for Python 3.
176         * python/py-inferior.c: Use PyVarObject_HEAD_INIT in initialization
177         of type objects.
178         (infpy_read_memory): Return memoryview object if Python 3.
179         (infpy_write_memory): Use "s*" operand parsing code for Python 3.
180         (infpy_search_memory): Ditto.
181         (get_buffer): New function for Python 3.
182         * python/py-objfile.c: Use PyVarObject_HEAD_INIT in initialization
183         of type objects.
184         (objfpy_dealloc): Use Py_TYPE to call tp_free.
185         * python/py-param.c: Use PyVarObject_HEAD_INIT in initialization
186         of type objects.
187         (get_attr): Use PyUnicode_CompareWithASCIIString if Python 3.
188         (set_attr): Ditto.
189         * python/py-prettyprint.c (print_string_repr): use PyBytes methods
190         instead of PyString methods if Python 3.
191         (print_children): Skip push_dummy_python_frame call if Python 3.
192         * python/py-symtab.c: Use PyVarObject_HEAD_INIT in initialization
193         of type objects.
194         (salpy_dealloc): Use Py_TYPE to call tp_free.
195         * python/py-type.c: Use PyVarObject_HEAD_INIT in initialization
196         of type objects.
197         (field_dealloc): Use Py_TYPE to call tp_free.
198         (typy_dealloc): Ditto.
199         (type_object_as_number): Adjust struct initializations for
200         differences in layout for Python 2 vs. Python 3.
201         * python/py-utils.c (python_string_to_unicode): Omit non-Unicode
202         string case for Python 3.
203         (unicode_to_encoded_python_string): Shorten code (no functional
204         change).
205         (python_string_to_target_python_string): Comment that in Python 3
206         returned value is a Python "bytes" type.
207         (gdbpy_is_string): Omit non-Unicode string check in Python 3.
208         (gdb_py_object_from_longest): Omit non-long integer case in Python
209         3.
210         (gdb_py_object_from_ulongest): Ditto.
211         * python/py-value.c: Use PyVarObject_HEAD_INIT in initialization
212         of type objects.
213         (valpy_dealloc): Use Py_TYPE to call tp_free.
214         (valpy_int): Omit function if Python 3.
215         (convert_value_from_python): Use "%S" format (Python object as a
216         string) if Python 3.
217         (value_object_as_number): Adjust struct initializations for
218         differences in layout for Python 2 vs. Python 3.
219         * python/python-config.py: Adjust syntax for Python 3
220         compatibility.
221         Include "sys.abiflags" string as part of python library name, if
222         that attribute exists (Python 3).
223         * python/python-internal.h (IS_PY3): Define if Python 3.
224         (Py_TPFLAGS_HAVE_ITER, Py_TPFLAGS_CHECKTYPES): Define with
225         placeholder value if Python 3.
226         (PyInt_Check, PyInt_FromLong, PyInt_AsLong, PyString_FromString,
227         PyString_Decode, PyString_FromFormat, PyString_Check): Define as
228         analogous Python 3 API function if Python 3.
229         (PyVarObject_HEAD_INIT): Define if not already defined.
230         (Py_TYPE): Ditto.
231         * python/python.c (eval_python_command): Omit Py_FlushLine call if
232         Python 3.
233         Check return values of all Python API calls for error.
234         Supply dummy "python" and "python-interactive" commands if Python
235         initialization failed.
236         (_initialize_python): Convert argc to wchar_t** if Python 3.
237         Add module initialization for Python 3.
238         (finish_python_initialization): Pass wchar_t * argument to
239         PySys_SetPath if Python 3.
240         * python/lib/gdb/__init__.py: Define "reload" if Python 3.
241         (_GdbFile): New class for common output file behavior.
242         (GdbOutFile): Subclass from _GdbFile.
243         (GdbOutputErrorFile): Ditto.
244         (auto_load_packages): Adjust syntax for Python 3 compatibility.
245         * python/lib/gdb/printing.py: Define basestr and int if Python 3.
246         * python/lib/gdb/prompt.py: Use sorted() function rather than
247         sort() method.
248         * python/lib/gdb/command/explore.py: Define raw_input if Python 3.
249         Adjust syntax for Python 3 compatibility.
250         * python/lib/gdb/command/pretty_printers.py: Use sorted() function
251         rather than sort() method.
252         Adjust syntax for Python 3 compatibility.
253         * python/lib/gdb/command/type_printers.py: Ditto.
254         * doc/gdb.texinfo (Inferior.read_memory): Mention that the return
255         value is a memoryview object if Python 3.
256
257 2012-12-12  Tom Tromey  <tromey@redhat.com>
258
259         * coffread.c (coff_objfile_data_key): New global.
260         (coff_symfile_init): Use set_objfile_data.
261         (coff_symfile_read): Use objfile_data.
262         (coff_symfile_finish): Don't free deprecated_sym_private.
263         (coff_free_info): New function.
264         (_initialize_coffread): Initialize coff_objfile_data_key.
265         * mdebugread.c (pending_list): Update comment.
266         * objfiles.h (struct objfile) <deprecated_sym_private>: Remove.
267         * symfile.c (reread_symbols): Don't mention
268         deprecated_sym_private.
269         * xcoffread.c (xcoff_objfile_data_key): New global.
270         (XCOFF_DATA): New macro.
271         (process_linenos, enter_line_range, xcoff_next_symbol_text)
272         (read_xcoff_symtab, coff_getfilename, read_symbol_lineno): Use
273         XCOFF_DATA.
274         (xcoff_new_init) Use set_objfile_data.
275         (xcoff_symfile_finish): Don't free deprecated_sym_private.
276         (init_stringtab, swap_sym, scan_xcoff_symtab)
277         (xcoff_get_toc_offset, xcoff_initial_scan): Use XCOFF_DATA.
278         (xcoff_free_info): New function.
279         (_initialize_xcoffread): Initialize xcoff_objfile_data_key.
280
281 2012-12-12  Mircea Gherzan  <mircea.gherzan@intel.com>
282
283         * MAINTAINERS (Write After Approval): Add "Mircea Gherzan".
284
285 2012-12-12  Tom Tromey  <tromey@redhat.com>
286
287         * coffread.c (coff_symfile_init): Use set_objfile_data.
288         (coff_symfile_read): Use DBX_SYMFILE_INFO.
289         * dbxread.c (dbx_objfile_data_key): New global.
290         (dbx_symfile_init): Use set_objfile_data.
291         (dbx_symfile_finish): Don't free deprecated_sym_stab_info.
292         (dbx_free_symfile_info): New function.
293         (coffstab_build_psymtabs, elfstab_build_psymtabs): Use
294         DBX_SYMFILE_INFO.
295         (stabsect_build_psymtabs): Use set_objfile_data.
296         (_initialize_dbxreadb): Initialize dbx_objfile_data_key.
297         * elfread.c (elf_symtab_read): Use DBX_SYMFILE_INFO,
298         set_objfile_data.
299         (free_elfinfo): Use DBX_SYMFILE_INFO.
300         (elf_symfile_finish): Don't free deprecated_sym_stab_info.
301         (elfstab_offset_sections): Use DBX_SYMFILE_INFO.
302         * gdb-stabs.h (dbx_objfile_data_key): Declare.
303         (DBX_SYMFILE_INFO): Rewrite to use objfile_data.
304         * objfiles.h (struct objfile) <deprecated_sym_stab_info>: Remove.
305         * somread.c (som_symfile_finish): Don't free
306         deprecated_sym_stab_info.
307
308 2012-12-12  Joel Brobecker  <brobecker@adacore.com>
309
310         * gdbarch.sh (software_single_step): Remove trailing space in
311         comment (gdbarch.h is already correct).
312
313 2012-12-11  Tom Tromey  <tromey@redhat.com>
314
315         * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
316
317 2012-12-11  Tom Tromey  <tromey@redhat.com>
318
319         * dsrec.c (report_transfer_performance): Don't declare.
320         (load_srec): Use gettimeofday, print_transfer_performance.
321         * symfile.c (report_transfer_performance): Remove.
322
323 2012-12-11  Pedro Alves  <pedro@codesourcery.com>
324             Pedro Alves  <palves@redhat.com>
325
326         * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
327         NT_PSTATUS note.
328         * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
329         differently from LWP IDs.
330
331 2012-12-11  Pedro Alves  <palves@redhat.com>
332
333         * configure.ac (detect type of /proc): Remove Unixware handling.
334         * configure: Regenerate.
335         * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
336         (ioctl_table) [PCRESET]: Remove entry.
337         * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
338         (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
339         (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
340         * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
341         * procfs.c: Remove all UNIXWARE guarded code, and all traces of
342         Unixware in comments throughout.
343         * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
344         and remove mention of Unixware.
345
346 2012-12-10  Doug Evans  <dje@google.com>
347
348         * dwarf2read.c (dwarf2_cu): Enhance comment.
349         (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
350         the DWO file.
351         (dwarf2_record_block_ranges): Ditto.
352
353         * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
354
355         * symtab.c (find_pc_sect_symtab): Add comment.
356
357 2012-12-10  Tom Tromey  <tromey@redhat.com>
358
359         * defs.h: Don't check for definition of LONGEST.
360         (min, max): Remove duplicates.
361
362 2012-12-10  Tom Tromey  <tromey@redhat.com>
363
364         * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
365         (dwarf2_fetch_die_loc_cu_off): Rename from
366         dwarf2_fetch_die_location_block.  Rewrite to use
367         dwarf2_fetch_die_loc_sect_off.
368         * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
369         (dwarf2_fetch_die_loc_cu_off): Rename.
370         * dwarf2loc.c (indirect_pieced_value): Use
371         dwarf2_fetch_die_loc_sect_off.
372         * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
373         comment.
374         (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
375         * dwarf2expr.c (add_piece): Update.
376         (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
377
378 2012-12-10  Tom Tromey  <tromey@redhat.com>
379
380         * buildsym.c (struct pending_block): Move from buildsym.h.
381         (pending_blocks): Likewise; now static.
382         (pending_block_obstack): New global.
383         (free_pending_blocks): Free blocks.
384         (record_pending_block): Use pending_block_obstack.
385         * buildsym.h (struct pending_block): Move definition to
386         buildsym.c.
387         (pending_blocks): Don't declare.
388
389 2012-12-10  Pedro Alves  <palves@redhat.com>
390
391         * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
392         dead SCO code, and adjust function description comment.
393
394 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
395
396         * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
397         * defs.h (LONGEST, ULONGEST): Remove conditionalization for
398         CC_HAS_LONG_LONG.
399         * dwarf2-frame.c (DW64_CIE_ID): Likewise.
400         * dwarf2read.c (extract_cu_value): Remove the function.
401         (create_cus_from_index_list): Make the return type void, inline the
402         extract_cu_value caller, include new gdb_static_assert.
403         (create_cus_from_index): Make the return type void, update the function
404         comment, update the create_cus_from_index_list caller.
405         (create_signatured_type_table_from_index): Make the return type void,
406         inline the extract_cu_value caller, include new gdb_static_assert.
407         (dwarf2_read_index): Update the create_cus_from_index and
408         create_signatured_type_table_from_index caller.
409         * printcmd.c (ui_printf): Remove conditionalizations for
410         CC_HAS_LONG_LONG.
411         * config.in: Regenerate.
412         * configure: Regenerate.
413
414 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
415
416         * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
417         Update the comment for checked_producer.
418         (check_producer): New forward declaration.
419         (producer_is_gcc_lt_4_3): New function.
420         (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
421         (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
422
423 2012-12-07  Tom Tromey  <tromey@redhat.com>
424
425         * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
426         argument, assertion.
427         * c-exp.y (typebase): Add completion productions.
428         * completer.c (expression_completer): Handle tag completion.
429         * expression.h (parse_expression_for_completion): Add argument.
430         * f-lang.c (f_make_symbol_completion_list): Add 'code'
431         argument.
432         * language.h (struct language_defn)
433         <la_make_symbol_completion_list>: Add 'code' argument.
434         * parse.c (expout_tag_completion_type, expout_completion_name):
435         New globals.
436         (mark_struct_expression): Add assertion.
437         (mark_completion_tag): New function.
438         (parse_exp_in_context): Initialize new globals.
439         (parse_expression_for_completion): Add 'code' argument.  Handle
440         tag completion.
441         * parser-defs.h (mark_completion_tag): Declare.
442         * symtab.c (default_make_symbol_completion_list_break_on): Add
443         'code' argument.  Update.
444         (default_make_symbol_completion_list): Add 'code' argument.
445         (make_symbol_completion_list): Update.
446         (make_symbol_completion_type): New function.
447         * symtab.h (default_make_symbol_completion_list_break_on)
448         (default_make_symbol_completion_list): Update.
449         (make_symbol_completion_type): Declare.
450
451 2012-12-07  Tom Tromey  <tromey@redhat.com>
452
453         * expression.h (parse_expression_for_completion): Rename
454         from parse_field_expression.
455         (parse_completion): Rename from in_parse_field.
456         * c-exp.y (lex_one_token): Update.
457         * completer.c (expression_completer): Update.
458         * go-exp.y (lex_one_token): Update.
459         * p-exp.y (yylex): Update.
460         * parse.c (parse_completion): Rename from in_parse_field.
461         (parse_exp_in_context): Update.
462         (parse_expression_for_completion): Rename from
463         parse_field_expression.  Update.
464
465 2012-12-07  Tom Tromey  <tromey@redhat.com>
466
467         * typeprint.c (_initialize_typeprint): Set completer
468         for "whatis" and "ptype".
469
470 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
471
472         * copyright.py (NOT_FSF_LIST): Remove duplicate entry
473         "sim/common/cgen-fpu.h".  Remove invalid entries
474         "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
475         which actually have an FSF copyright header.
476
477 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
478
479         * osf-share/AT386/cma_thread_io.h: Delete.
480         * osf-share/HP800/cma_thread_io.h: Delete.
481         * osf-share/README: Delete.
482         * osf-share/RIOS/cma_thread_io.h: Delete.
483         * osf-share/cma_attr.h: Delete.
484         * osf-share/cma_deb_core.h: Delete.
485         * osf-share/cma_debug_client.h: Delete.
486         * osf-share/cma_errors.h: Delete.
487         * osf-share/cma_handle.h: Delete.
488         * osf-share/cma_init.h: Delete.
489         * osf-share/cma_list.h: Delete.
490         * osf-share/cma_mutex.h: Delete.
491         * osf-share/cma_sched.h: Delete.
492         * osf-share/cma_semaphore_defs.h: Delete.
493         * osf-share/cma_sequence.h: Delete.
494         * osf-share/cma_stack.h: Delete.
495         * osf-share/cma_stack_int.h: Delete.
496         * osf-share/cma_tcb_defs.h: Delete.
497         * osf-share/cma_util.h: Delete.
498         * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
499         in osf-share.
500         * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
501         * contrib/ari/gdb_find.sh: Remove handling of osf-share.
502         * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
503
504 2012-12-06  Pedro Alves  <palves@redhat.com>
505             Tom Tromey  <tromey@redhat.com>
506
507         * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
508
509 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
510
511         PR mi/14741:
512         * mi/mi-cmd-var.c (varobj_update_one): Take value of
513         attribute "dynamic" and "displayhint" from printed child,
514         not the root variable.
515
516 2012-12-06  Joel Brobecker  <brobecker@adacore.com>
517
518         * aix-thread.c (getthrds): Fix type of 4th parameter.
519         (get_signaled_thread): Change type of variable ktid to tid_t.
520
521 2012-12-06  Hui Zhu  <hui_zhu@mentor.com>
522
523         * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
524         value of get_frame_block.
525
526 2012-12-05  Pierre Muller  <muller@sourceware.org>
527
528         Avoid memory leaks on struct cmd_list_element.doc field.
529         * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
530         if flags contains DOC_ALLOCATED.
531         (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
532         flags.
533         (delete_cmd): Handle DOC_ALLOCATED flag.
534         * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
535         in flags filed of struct cmd_list_element.
536         (struct cmd_list_element): Document new flag item.
537
538 2012-12-04  Doug Evans  <dje@google.com>
539
540         * symmisc.c: Whitespace fixes.
541
542 2012-12-04  Karthik Bhat  <kv.bhat@samsung.com>
543
544         * i386-tdep.c (i386_skip_prologue): Using symbol table
545         to find the end of prologue for clang compiled binaries.
546         * amd64-tdep.c (amd64_skip_prologue): Using symbol table
547         to find the end of prologue for clang compiled binaries.
548
549 2012-12-03  Doug Evans  <dje@google.com>
550
551         * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
552         (dw2_find_symbol_file): Delete unused local file_data.
553
554 2012-12-03  Tom Tromey  <tromey@redhat.com>
555
556         * ada-exp.y (write_object_renaming, write_var_or_type)
557         (write_ambiguous_var, write_var_from_sym): Make blocks const.
558         * ada-lang.c (replace_operator_with_call)
559         (find_old_style_renaming_symbol): Make blocks const.
560         * ada-lang.h (ada_find_renaming_symbol): Update.
561         (struct ada_symbol_info) <block>: Now const.
562         * breakpoint.c (watch_command_1): Update.
563         * breakpoint.h (struct watchpoint) <exp_valid_block,
564         cond_exp_valid_block>: Now const.
565         * c-exp.y (classify_inner_name, classify_name): Make block
566         argument const.
567         * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
568         const.
569         * expression.h (innermost_block, parse_exp_1): Update.
570         (union exp_element) <block>: Now const.
571         * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
572         (lookup_struct): Make block argument const.
573         * gdbtypes.h (lookup_template_type): Update.
574         * go-exp.y (classify_name, classify_packaged_name)
575         (package_name_p): Make block argument const.
576         * objc-lang.c (lookup_struct_typedef): Make block argument const.
577         * objc-lang.h (lookup_struct_typedef): Update.
578         * parse.c (parse_exp_in_context, parse_exp_1)
579         (write_exp_elt_block): Make block arguments const.
580         (expression_context_block, innermost_block): Now const.
581         * parser-defs.h (write_exp_elt_block): Update.
582         (expression_context_block, innermost_block, block_found): Now
583         const.
584         * printcmd.c (struct display) <block>: Now const.
585         * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
586         * valops.c (address_of_variable): Make block argument const.
587         * value.h (value_of_variable): Update.
588         * varobj.c (struct varobj_root) <valid_block>: Now const.
589
590 2012-11-30  Yao Qi  <yao@codesourcery.com>
591
592         * breakpoint.c (print_one_breakpoint_location): Indent code.
593
594 2012-11-30  Yao Qi  <yao@codesourcery.com>
595
596         * breakpoint.c (print_one_breakpoint_location): Combine two
597         blocks handling 'hit count' together.
598
599 2012-11-30  Yao Qi  <yao@codesourcery.com>
600
601         * infrun.c (error_is_running, ensure_not_running): Move them
602         to ...
603         * infcmd.c (error_is_running, ensure_not_running): ... here.
604         Make them 'static'.
605         * inferior.h: Remove declarations of error_is_running and
606         ensure_not_running.
607
608 2012-11-30  Yao Qi  <yao@codesourcery.com>
609
610         * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
611         check REGNUM >= 0.
612
613 2012-11-30  Yao Qi  <yao@codesourcery.com>
614
615         * infrun.c: Make the declaration of 'init_infwait_state'
616         static.
617         (init_infwait_state): Make it 'static'.
618
619 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
620
621         * python/python.c (finalize_python): Cast unused PyGILState_Ensure
622         return value to void to avoid compiler warning.
623
624 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
625
626         * opencl-lang.c (opencl_print_type): New function.
627         (opencl_language_arch_info): Install it.
628
629 2012-11-29  Tom Tromey  <tromey@redhat.com>
630
631         * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
632         xvasprintf.
633         * common/common-utils.c (xasprintf, xvasprintf): Remove.
634         * common/common-utils.h (xasprintf, xvasprintf): Remove.
635
636 2012-11-29  Jerome Guitton  <guitton@adacore.com>
637
638         * ada-lang.c (ada_is_interface_tag): New function.
639         (ada_is_ignored_field): Add interface tags to the list
640         of ignored fields.
641
642 2012-11-29  Jerome Guitton  <guitton@adacore.com>
643
644         * ada-lang.h (ada_tag_value_at_base_address): New function
645         declaration.
646         * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
647         New functions.
648         (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
649         relocate the class-wide value if need be.
650         (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
651         Let ada_tag_value_at_base_address relocate the class-wide access/ref
652         before dereferencing it.
653         * ada-valprint.c (ada_val_print_1): Relocate to base address
654         before displaying the content of an interface-wide ref.
655
656 2012-11-29  Jerome Guitton  <guitton@adacore.com>
657
658         * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
659
660 2012-11-29  Joel Brobecker  <brobecker@adacore.com>
661
662         GDB 7.5.1 released.
663
664 2012-11-29  Yao Qi  <yao@codesourcery.com>
665             Tom Tromey  <tromey@redhat.com>
666
667         * eval.c (evaluate_subexp_standard): Get the correct pointer
668         type for TYPE_CODE_MEMBERPTR.
669
670 2012-11-28  Edjunior Machado  <emachado@linux.vnet.ibm.com>
671
672         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
673         since now it is being done by binutils' powerpc_init_dialect().
674
675 2012-11-28  Tom Tromey  <tromey@redhat.com>
676
677         PR gdb/14290:
678         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
679         (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
680         Use it.
681         * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
682         * gdb_bfd.c (gdb_bfd_mark_parent): New function.
683         (gdb_bfd_openr_next_archived_file): Use it.
684
685 2012-11-28  Markus Metzger <markus.t.metzger@intel.com>
686
687         * configure.ac: Check for linux/perf_event.h.
688         * config.in: Regenerated.
689         * configure: Regenerated.
690
691 2012-11-28  Yao Qi  <yao@codesourcery.com>
692
693         * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
694         abbreviate 'delete tracepoints' to 'delete tr'.
695         * corefile.c (_initialize_core): Call add_alias_cmd to
696         abbreviate 'set gnutarget' to 'set g'.
697         * value.c (_initialize_values): Call add_alias_cmd to abbreviate
698         'show convenience' to 'show conv'.
699
700 2012-11-27  Joel Brobecker  <brobecker@adacore.com>
701
702         * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
703         call to sparc_supply_fpregset.
704         (fill_fpregset): Fix first parameter in call to
705         sparc_collect_fpregset.
706
707 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
708             Kazu Hirata  <kazu@codesourcery.com>
709             Yao Qi  <yao@codesourcery.com>
710
711         * objfiles.c (init_entry_point_info): Call
712         gdbarch_convert_from_func_ptr_addr and
713         gdbarch_addr_bits_remove here ...
714         (entry_point_address_query): ... instead of here.
715         * solib-svr4.c (exec_entry_point): Call
716         gdbarch_addr_bits_remove.
717         * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
718         the entry address.
719
720 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
721             Yao Qi  <yao@codesourcery.com>
722
723         * eval.c (evaluate_subexp_standard): Add handling of
724         TYPE_CODE_MEMBERPTR when calling functions.  Correct the
725         result of ptype for calling a TYPE_CODE_METHODPTR.
726
727 2012-11-27  Yao Qi  <yao@codesourcery.com>
728
729         * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
730         warning.
731         Add i18n markup.
732
733 2012-11-26  Alexander Larsson  <alexl@redhat.com>
734             Jan Kratochvil  <jan.kratochvil@redhat.com>
735             Tom Tromey  <tromey@redhat.com>
736
737         * NEWS: Mention mini debuginfo feature.
738         * minidebug.c: New file.
739         * configure.ac: Check for lzma.
740         * configure, config.in: Rebuild.
741         * Makefile.in (LIBLZMA): New variable.
742         (CLIBS): Include LIBLZMA.
743         (SFILES): Mention minidebug.c.
744         (COMMON_OBS): Mention minidebug.o.
745         * symfile.c (read_symbols): New function.
746         (syms_from_objfile, reread_symbols): Call it.
747         * symfile.h (find_separate_debug_file_in_section): Declare.
748
749 2012-11-26  Keith Seitz  <keiths@redhat.com>
750
751         * exec.c (exec_file_attach): Move cleanup after verifying that
752         memory has in fact been allocated.
753
754 2012-11-26  Tom Tromey  <tromey@redhat.com>
755
756         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
757         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
758         SYMBOL_SYMTAB.
759         * skip.c (skip_info): Use SYMBOL_SYMTAB.
760
761 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
762             Pedro Alves  <palves@redhat.com>
763
764         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
765         size parameter passed to readlink by one byte.
766         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
767         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
768         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
769         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
770         size by one byte.
771
772 2012-11-26  Yao Qi  <yao@codesourcery.com>
773
774         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
775         extraneous parentheses.
776
777 2012-11-26  Yao Qi  <yao@codesourcery.com>
778
779         * remote.c (remote_start_remote): Typo fix.
780
781 2012-11-23  David S. Miller  <davem@davemloft.net>
782
783         * sparc-tdep.h (struct sparc_fpregset): New data structure.
784         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
785         sparc32_sol2_fpregset): Declare new globals.
786         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
787         'fpregset' argument.
788         * sparc64-tdep.h (sparc64_supply_fpregset,
789         sparc64_collect_fpregset): Likewise.
790         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
791         globals.
792         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
793         (sparc_fpregset): Declare new global.
794         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
795         'fpregset' argument.
796         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
797         into handler.
798         (fill_fpregset): Likewise.
799         (_initialize_sparc_linux_nat): Set sparc_fpregset to
800         sparc32_bsd_fpregset.
801         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
802         sparc32_bsd_fpregset down into handler.
803         (sparc32_linux_collect_core_fpregset): Likewise.
804         * sparc-nat.c (sparc_fpregset): Define.
805         (sparc_supply_fpregset): Add 'fpregset' argument.
806         (sparc_collect_fpregset): Likewise.
807         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
808         into fpregset handler.
809         (sparc_store_inferior_registers): Likewise.
810         (_initialize_sparc_nat): Set sparc_fpregset to
811         sparc32_sunos4_fpregset if NULL.
812         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
813         down into handler.
814         (fill_fpregset): Likewise.
815         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
816         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
817         use it to compute offsets.
818         (sparc32_collect_fpregset): Likewise.
819         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
820         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
821         down into handler.
822         (fill_fpregset): Likewise.
823         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
824         Likewise.
825         (sparc64_linux_collect_core_fpregset): Likewise.
826         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
827         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
828         use it to compute offsets.
829         (sparc64_collect_fpregset): Likewise.
830         (sparc64_bsd_fpregset): Define.
831         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
832         sparc64_bsd_fpregset down into handler.
833         (sparc64fbsd_collect_fpregset): Likewise.
834         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
835         and pass sparc{32,64}_bsd_fpregset down into handler.
836         (sparc64nbsd_collect_fpregset): Likewise.
837         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
838         sparc64_bsd_fpregset down into handler.
839         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
840         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
841         to sparc32_bsd_fpregset.
842         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
843         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
844         (sparc32nbsd_supply_fpregset): Likewise.
845
846 2012-11-21  Tom Tromey  <tromey@redhat.com>
847
848         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
849         field.
850         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
851         Remove.
852         * c-typeprint.c (c_type_print_base): Update.
853
854 2012-11-21  Yao Qi  <yao@codesourcery.com>
855
856         PR tdep/7438
857         * gdbarch.sh (smash_text_address): Remove.
858         * gdbarch.c, gdbarch.h: Regenerate.
859         * arm-tdep.c (arm_smash_text_address): Remove.
860         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
861         * hppa-tdep.c (hppa_smash_text_address): Remove.
862         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
863         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
864         Caller update.
865         * coffread.c (coff_symtab_read): Caller update.
866         * dbxread.c (process_one_symbol): Likewise.
867         * elfread.c (record_minimal_symbol): Likewise.
868         * somread.c (som_symtab_read): Likewise.
869
870 2012-11-20  Pierre Muller  <muller@sourceware.org>
871
872         ARI fixes: sprintf rule.
873         Replace sprintf function calls for char arrays by
874         calls to xsnprintf calls.
875         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
876         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
877         (arm_neon_quad_read, arm_pseudo_read): Ditto.
878         (arm_neon_quad_write, arm_pseudo_write): Ditto.
879         * breakpoint.c (condition_completer): Ditto.
880         (create_tracepoint_from_upload): Ditto.
881         * dwarf2read.c (file_full_name): Ditto.
882         * gcore.c (gcore_command): Ditto.
883         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
884         * go32-nat.c (go32_sysinfo): Ditto.
885         * interps.c (interp_set): Ditto.
886         * m32c-tdep.c (make_types): Ditto.
887         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
888         * remote-m32r-sdi.c (m32r_open): Ditto.
889         * sol-thread.c (td_err_string): Ditto.
890         (td_state_string, solaris_pid_to_str): Ditto.
891         * symtab.c (gdb_mangle_name): Ditto.
892         * cli/cli-script.c (execute_control_command): Ditto.
893         (define_command, document_command): Ditto.
894         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
895         * tui/tui-stack.c (tui_make_status_line): Ditto.
896         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
897
898 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
899
900         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
901         it when looking at ptr->func.
902         * command.h (complete_on_cmdlist): Add a fourth arg.
903         * completer.c (complete_line_internal): Add local ignore_help_classes,
904         and set it to 1 when reason is not handle_help.  Pass this down to
905         lookup_cmd_1 and complete_on_cmdlist.
906
907 2012-11-20  Tom Tromey  <tromey@redhat.com>
908
909         * completer.c (count_struct_fields): Remove.
910         (expression_completer): Don't call count_struct_fields.
911
912 2012-11-20  Pedro Alves  <palves@redhat.com>
913
914         * annotate.c (breakpoints_changed): Rename to ...
915         (annotate_breakpoints_changed): ... this.
916         (annotate_stopped, breakpoint_changed): Adjust caller.
917         * annotate.h (breakpoints_changed): Rename to ...
918         (annotate_breakpoints_changed): ... this.
919         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
920         (do_map_commands_command, init_raw_breakpoint, clear_command)
921         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
922
923 2012-11-20  David S. Miller  <davem@davemloft.net>
924
925         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
926         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
927         sysconf.
928         (get_cores_used_by_process): Update comment.
929
930 2012-11-20  Yao Qi  <yao@codesourcery.com>
931
932         * objfiles.c (init_entry_point_info): Remove trailing spaces.
933
934 2012-11-20  Yao Qi  <yao@codesourcery.com>
935
936         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
937         to deprecated_context_hook.
938
939 2012-11-19  Yao Qi  <yao@codesourcery.com>
940
941         * infrun.c (infwait_state): Add static.
942
943 2012-11-16  Keith Seitz  <keiths@redhat.com>
944
945         PR c++/13615
946         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
947         parameter and pass it to lookup_symbol_file.
948         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
949         to search base classes.
950         (cp_lookup_symbol_namespace): Likewise.
951         (lookup_namespace_scope): Likewise.
952         (lookup_symbol_file): Add SEARCH parameter.
953         If SEARCH is non-zero and no symbol is found, lookup the class
954         and call cp_lookup_nested_symbol.
955         (find_symbol_in_baseclass): New function.
956         (cp_lookup_nested_symbol): Do not let
957         cp_lookup_symbol_in_namespace search through base classes.
958         Do that later when there is no global symbol match.
959
960 2012-11-16  Doug Evans  <dje@google.com>
961
962         * main.c (gdb_datadir_provided): New static global.
963         (get_init_files): If --data-directory is provided,
964         and SYSTEM_GDBINIT lives in data-directory, look for it there.
965         * NEWS: Mention it.
966
967 2012-11-15  Pierre Muller  <muller@sourceware.org>
968
969         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
970         * gdb_stat.h: Delete. Moved to common directory.
971         * common/gdb_stat.h: New file.
972         * gdb_wait.h: Delete. Moved to common directory.
973         * common/gdb_wait.h: New file.
974         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
975         location.
976         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
977         location.
978         (stat.h rule): Adapt to new gdb_stat.h location.
979         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
980         <sys/stat.h> header.
981         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
982         <sys/wait.h> header.
983
984 2012-11-15  Pierre Muller  <muller@sourceware.org>
985
986         * configure.ac (AC_HEADER_STAT): Remove.
987         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
988         and corresponding code.
989         * configure: Regenerate.
990         * config.in: Regenerate.
991
992 2012-11-15  Pierre Muller  <muller@sourceware.org>
993
994         ARI xasprintf rule fixes.
995         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
996         instead of xasprintf.
997         (open_and_init_dwp_file): Ditto.
998
999 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
1000
1001         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
1002         target types.
1003
1004 2012-11-14  Tom Tromey  <tromey@redhat.com>
1005
1006         * configure, config.in: Rebuild.
1007         * configure.ac: Don't check for ctype.h, time.h.
1008         * expprint.c: Don't use HAVE_CTYPE_H.
1009
1010 2012-11-13  Tom Tromey  <tromey@redhat.com>
1011
1012         * gdbarch.h, gdbarch.c: Rebuild.
1013         * gdbarch.sh (set_target_gdbarch): Rename from
1014         deprecated_target_gdbarch_select_hack.
1015         * arch-utils.c (gdbarch_update_p): Update.
1016         (set_gdbarch_from_file): Update.
1017
1018 2012-11-14  Pierre Muller  <muller@sourceware.org>
1019
1020         * MAINTAINERS (Responsible Maintainers/misc): Add myself
1021         as responsible of contrib/ari directory.
1022
1023 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
1024             Yao Qi  <yao@codesourcery.com>
1025
1026         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
1027         bit of EXC_RETURN.
1028         (arm_m_exception_cache, arm_m_exception_this_id)
1029         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
1030         (arm_m_exception_unwind): New.
1031         (arm_gdbarch_init): Register arm_m_exception_unwind.
1032
1033 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
1034
1035         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
1036         parameter COUNT, for pattern filling of memory regions.
1037         * NEWS: Mention it.
1038
1039 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1040
1041         * disasm.h (DISASSEMBLY_FILENAME): New macro.
1042         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
1043         to print_source_lines ().
1044         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
1045         flag.
1046         * source.c (print_source_lines_base): Prefix source line with
1047         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
1048
1049 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
1050
1051         * symtab.h (print_source_lines_flags): New enum.
1052         * source.c (print_source_lines_base): Change noerror to flags.
1053         (print_source_lines): Change noerror to flags.
1054
1055 2012-11-13  Pierre Muller  <muller@sourceware.org>
1056
1057         ARI fixes: Avoid sprintf function use rule.
1058         * charset.c (convert_between_encodings): Use xsnprintf.
1059         * cli-out.c (cli_field_int): Likewise.
1060         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
1061         * expprint.c (op_name_standard): Likewise.
1062         * frv-tdep.c (set_variant_num_gprs): Likewise.
1063         (set_variant_num_fprs): Likewise.
1064         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
1065         * nto-tdep.c (nto_find_and_open_solib): Likewise.
1066         (nto_init_solib_absolute_prefix): Likewise.
1067         * source.c (init_source_path): Likewise.
1068         (print_source_lines_base): Likewise.
1069         * valprint.c (print_wchar): Likewise.
1070         * mi/mi-out.c (mi_field_int): Likewise.
1071         windows-nat.c (windows_pid_to_exec_file): Likewise.
1072         (windows_create_inferior): Likewise.
1073         (_initialize_check_for_gdb_ini): Likewise.
1074
1075 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
1076
1077         * frame.h (deprecated_frame_register_read): Renames
1078         frame_register_read.
1079         * frame.c (deprecated_frame_register_read): Renames
1080         frame_register_read.  Update all callers.
1081         * i386-tdep.c: Update all callers of frame_register_read.
1082         * infcmd.c: Likewise.
1083         * jit.c: Likewise.
1084         * mips-tdep.c: Likewise.
1085         * mt-tdep.c: Likewise.
1086         * sh64-tdep.c: Likewise.
1087
1088 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
1089
1090         * frame.h (frame_register_read): Remove FIXME comment.
1091         * frame.c (frame_register_read): Add suggestion explaining
1092         which function to use in place of this one.
1093
1094 2012-11-12  Tom Tromey  <tromey@redhat.com>
1095
1096         * python/python.c (start_type_printers): Initialize 'result_obj'.
1097
1098 2012-11-12  Tom Tromey  <tromey@redhat.com>
1099
1100         * NEWS: Update.
1101         * data-directory/Makefile.in (PYTHON_FILES): Add
1102         type_printers.py.
1103         * python/lib/gdb/command/type_printers.py: New file.
1104         * python/lib/gdb/command/types.py (TypePrinter): New class.
1105         (_get_some_type_recognizers, get_type_recognizers,
1106         apply_type_recognizers, register_type_printer): New
1107         functions.
1108         * python/py-objfile.c (objfile_object) <type_printers>: New
1109         field.
1110         (objfpy_dealloc): Decref new field.
1111         (objfpy_new): Set new field.
1112         (objfpy_get_type_printers, objfpy_set_type_printers): New
1113         functions.
1114         (objfile_to_objfile_object): Set new field.
1115         (objfile_getset): Add "type_printers".
1116         * python/py-progspace.c (pspace_object) <type_printers>: New
1117         field.
1118         (pspy_dealloc): Decref new field.
1119         (pspy_new): Set new field.
1120         (pspy_get_type_printers, pspy_set_type_printers): New functions.
1121         (pspace_to_pspace_object): Set new field.
1122         (pspace_getset): Add "type_printers".
1123         * python/python.c (start_type_printers, apply_type_printers,
1124         free_type_printers): New functions.
1125         (_initialize_python): Set gdb.type_printers.
1126         * python/python.h (start_type_printers, apply_type_printers,
1127         free_type_printers): Declare.
1128         * typeprint.c (type_print_raw_options, default_ptype_flags):
1129         Update for new fields.
1130         (do_free_global_table, create_global_typedef_table,
1131         find_global_typedef): New functions.
1132         (find_typedef_in_hash): Use find_global_typedef.
1133         (whatis_exp): Use create_global_typedef_table.  Change cleanup
1134         handling.
1135         * typeprint.h (struct type_print_options) <global_typedefs,
1136         global_printers>: New fields.
1137
1138 2012-11-12  Tom Tromey  <tromey@redhat.com>
1139
1140         * c-typeprint.c (find_typedef_for_canonicalize,
1141         print_name_maybe_canonical): New functions.
1142         (c_print_type): Look up type name.
1143         (cp_type_print_derivation_info): Add flags argument.  Use
1144         print_name_maybe_canonical.
1145         (cp_type_print_method_args): Add wrapping.
1146         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
1147         (c_type_print_template_args): New function.
1148         (c_type_print_base): Change wrapping.  Use
1149         print_name_maybe_canonical.
1150         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
1151         type name lookups.
1152         * gdbtypes.c (types_equal): No longer static.
1153         * gdbtypes.h (types_equal): Declare.
1154         * typeprint.c (type_print_raw_options, default_ptype_flags):
1155         Update.
1156         (struct typedef_hash_table): New.
1157         (hash_typedef_field, eq_typedef_field,
1158         recursively_update_typedef_hash, add_template_parameters,
1159         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
1160         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
1161         copy_typedef_hash, find_typedef_in_hash): New functions.
1162         * typeprint.h (struct type_print_options) <local_typedefs>:
1163         New field.
1164         (recursively_update_typedef_hash, add_template_parameters,
1165         create_typedef_hash, free_typedef_hash,
1166         make_cleanup_free_typedef_hash, copy_typedef_hash,
1167         find_typedef_in_hash): Declare.
1168
1169 2012-11-12  Tom Tromey  <tromey@redhat.com>
1170
1171         * cp-support.c (inspect_type,
1172         replace_typedefs_qualified_name, replace_typedefs): Add
1173         finder, data arguments.  Call as needed.
1174         (cp_canonicalize_string_full): New function.
1175         (cp_canonicalize_string_no_typedefs): Rewrite.
1176         * cp-support.h (canonicalization_ftype): New typedef.
1177         (cp_canonicalize_string_full): Declare.
1178
1179 2012-11-12  Tom Tromey  <tromey@redhat.com>
1180
1181         * NEWS: Update.
1182         * c-typeprint.c (c_type_print_base): Handle print_method and
1183         print_typedefs flags.
1184         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
1185         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
1186         options.
1187         * typeprint.c (type_print_raw_options, default_ptype_flags):
1188         Update for new field.s
1189         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
1190         (setprinttypelist, showprinttypelist, print_methods,
1191         print_typedefs): New globals.
1192         (set_print_type, show_print_type, set_print_type_methods,
1193         show_print_type_methods, set_print_type_typedefs,
1194         show_print_type_typedefs): New functions.
1195         (_initialize_typeprint): Update documentation.  Add "print
1196         type methods" and "print type typedefs" parameters.
1197         * typeprint.h (struct type_print_options) <print_methods,
1198         print_typedefs>: New fields.
1199
1200 2012-11-12  Tom Tromey  <tromey@redhat.com>
1201
1202         * c-typeprint.c (cp_type_print_method_args): Add flags
1203         argument.  Call c_print_type, not type_print.
1204         (c_type_print_base): Call c_print_type, not type_print.
1205         Update.
1206
1207 2012-11-12  Tom Tromey  <tromey@redhat.com>
1208
1209         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
1210         to type-printing functions.
1211         * ada-lang.h (ada_print_type): Add argument.
1212         * ada-typeprint.c (print_array_type, print_variant_clauses,
1213         print_variant_part, print_selected_record_field_types,
1214         print_record_field_types, print_unchecked_union_type,
1215         print_func_type, ada_print_type): Add flags argument.
1216         (ada_print_typedef): Update.
1217         * c-exp.y (OPERATOR conversion_type_id): Update.
1218         * c-lang.h (c_print_type, c_type_print_base): Update.
1219         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
1220         c_type_print_modifier, c_type_print_args,
1221         c_type_print_varspec_suffix, c_type_print_base): Add flags
1222         argument.
1223         * cp-valprint.c (cp_print_class_member): Update.
1224         * dwarf2read.c (dwarf2_compute_name): Update.
1225         * f-lang.h (f_print_type): Add argument.
1226         * f-typeprint.c (f_print_type): Add flags argument.
1227         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
1228         * go-lang.h (go_print_type): Add argument.
1229         * go-typeprint.c (go_print_type): Add flags argument.
1230         * jv-lang.h (java_print_type): Add argument.
1231         * jv-typeprint.c (java_type_print_base, java_print_type): Add
1232         flags argument.
1233         * language.c (unk_lang_print_type): Add flags argument.
1234         * language.h (struct language_defn) <la_print_type>: Add flags
1235         argument.
1236         (LA_PRINT_TYPE): Likewise.
1237         * m2-lang.h (m2_print_type): Add argument.
1238         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
1239         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
1240         m2_unbounded_array, m2_record_fields): Add flags argument.
1241         * p-lang.h (pascal_print_type, pascal_type_print_base,
1242         pascal_type_print_varspec_prefix): Add argument.
1243         * p-typeprint.c (pascal_print_type,
1244         pascal_type_print_varspec_prefix, pascal_print_func_args,
1245         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
1246         flags argument.
1247         * symmisc.c (print_symbol): Update.
1248         * typeprint.c (type_print_raw_options, default_ptype_flags):
1249         New globals.
1250         (type_print): Update.
1251         * typeprint.h (struct type_print_options): New.
1252         (type_print_raw_options): Declare.
1253         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
1254
1255 2012-11-10  Keith Seitz  <keiths@redhat.com>
1256
1257         * breakpoint.c (clear_command): Add cleanup for
1258         sals.sals if an argument is given.
1259
1260         * linespec.c (parse_linespec): Do cleanups after
1261         parsing a convenience variable.
1262
1263 2012-11-10  Keith Seitz  <keiths@redhat.com>
1264
1265         PR gdb/14288
1266         * c-valprint.c (c_val_print): For character arrays
1267         with "print null" option on, print ellipses if
1268         the output is truncated and the next character is not \000.
1269         * valprint.c (MAX_WCHARS): Define.
1270         (WCHAR_BUFLEN): Likewise.
1271         (WCHAR_BUFLEN_MAX): Likewise.
1272         (struct converted_character): New structure.
1273         (count_next_character): New function.
1274         (print_converted_chars_to_obstack): New function.
1275         (generic_printstr): Rewrite using count_next_character
1276         and print_converted_chars_to_obstack.
1277
1278 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
1279
1280         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
1281         while executing the gdb command.
1282         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
1283         are called from prompt_for_continue.
1284         * tui/tui-io.c (tui_redisplay_readline): Likewise.
1285
1286 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
1287
1288         PR tui/9584
1289
1290         * tui/tui.c (tui_rl_command_key): Do not call execute_command
1291         but insert the command to execute in readline's buffer.
1292
1293 2012-11-09  Tom Tromey  <tromey@redhat.com>
1294
1295         * gdbarch.sh (target_gdbarch): Remove macro.
1296         (get_target_gdbarch): Rename to target_gdbarch.
1297         * gdbarch.c, gdbarch.h: Rebuild.
1298         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
1299         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
1300         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
1301         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
1302         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
1303         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
1304         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
1305         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
1306         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1307         procfs.c, progspace.c, ravenscar-thread.c, record.c,
1308         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1309         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1310         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1311         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1312         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1313         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1314         target-descriptions.c, target.c, target.h, tracepoint.c,
1315         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1316         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1317         python/py-inferior.c, python/python.c: Update.
1318
1319 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
1320
1321         * source.c (print_source_lines_base): Add fullname field giving
1322         full path to file in mi output.
1323         * NEWS: Mention the new fullname field.
1324
1325 2012-11-09  Yao Qi  <yao@codesourcery.com>
1326
1327         * NEWS: Mention the fix to the ambiguity of 'fo' command.
1328
1329 2012-11-09  Pedro Alves  <palves@redhat.com>
1330
1331         PR gdb/14306
1332
1333         * infrun.c: Include target-descriptions.h.
1334         (follow_exec): Fetch new target description.
1335
1336 2012-11-09  Yao Qi  <yao@codesourcery.com>
1337
1338         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1339         0x8d (lea).
1340
1341 2012-11-09  Yao Qi  <yao@codesourcery.com>
1342
1343         * breakpoint.c: Declare set_tracepoint_count.
1344         (install_breakpoint): Call set_tracepoint_count if B is a
1345         tracepoint.
1346         (trace_command): Don't call set_tracepoint_count.  Re-indent.
1347         (strace_command, ftrace_command):
1348         (create_tracepoint_from_upload): Likewise.
1349
1350 2012-11-09  Pedro Alves  <palves@redhat.com>
1351
1352         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1353         (get_target_gdbarch) <gdbarch.h>: New function.
1354         (startup_gdbarch) <gdbarch.h>: Declare.
1355         <gdbarch.c> (target_gdbarch): Delete.
1356         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1357         current inferior's gdbarch.
1358         <gdbarch.c> (get_target_gdbarch): New function.
1359         * inferior.c: Include target-descriptions.h.
1360         (free_inferior): Free target description info.
1361         (add_inferior_with_spaces): Set the inferior's initial
1362         architecture.
1363         (clone_inferior_command): Copy the original inferior's target
1364         description if it was user specified.
1365         (initialize_inferiors): Add comment.
1366         * inferior.h (struct target_desc_info): Forward declare.
1367         (struct inferior) <gdbarch>: New field.
1368         * linux-nat.c: Include target-descriptions.h.
1369         (linux_child_follow_fork): Copy the parent's architecture and
1370         target description to the child.
1371         * target-descriptions.c: Include inferior.h.
1372         (struct target_desc_info): New structure, holding the equivalents
1373         of ...
1374         (target_desc_fetched, current_target_desc)
1375         (target_description_filename): ... these removed globals.
1376         (get_tdesc_info, target_desc_info_from_user_p)
1377         (copy_inferior_target_desc_info, target_desc_info_free): New.
1378         (target_desc_fetched, current_target_desc)
1379         (target_description_filename): Reimplemented as convenience
1380         macros.
1381         (tdesc_filename_cmd_string): New global.
1382         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1383         tdescs filename ..." commands to the per-inferior equivalent.
1384         (show_tdesc_filename_cmd): Get the value to show from the
1385         per-inferior description filename.
1386         (_initilize_target_descriptions): Change the "set/show tdesc
1387         filename" commands' variable.
1388         * target-descriptions.h (struct target_desc, struct target_desc_info)
1389         (struct inferior): Forward declare.
1390         (target_find_description, target_clear_description)
1391         (target_current_description): Adjust comments.
1392         (copy_inferior_target_desc_info, target_desc_info_free)
1393         (target_desc_info_from_user_p). Declare.
1394
1395 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1396
1397         * tui/tui-hooks.c (tui_about_to_proceed): New function.
1398         (tui_target_wait_hook): Remove.
1399         (tui_install_hooks): Install the about_to_proceed observer.
1400         (tui_remove_hooks): And remove it here.
1401
1402 2012-11-08  Tom Tromey  <tromey@redhat.com>
1403
1404         * linux-tdep.c (linux_make_siginfo_note): New function.
1405         (linux_make_corefile_notes): Use it.
1406         * corelow.c (get_core_siginfo): New function.
1407         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1408
1409 2012-11-08  Tom Tromey  <tromey@redhat.com>
1410
1411         PR gdb/14704:
1412         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1413         (zlib_decompress_section): Remove.
1414         (gdb_bfd_map_section): Only check for compressed section
1415         in mmap case.  Use bfd_get_full_section_contents.
1416         * osabi.c (check_note): Add 'sectsize' argument.  Read
1417         section data.
1418         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1419         section data.  Update for check_note change.
1420         * xcoffread.c (xcoff_initial_scan): Use
1421         bfd_get_full_section_contents.
1422         * py-auto-load.c (auto_load_section_scripts): Use
1423         bfd_get_full_section_contents.
1424         * contrib/cc-with-tweaks.sh: Add -Z option.
1425
1426 2012-11-08  Tom Tromey  <tromey@redhat.com>
1427
1428         * python/py-bpevent.c: Include defs.h.
1429         * python/py-continueevent.c: Include defs.h.
1430         * python/py-event.c: Include defs.h.
1431         * python/py-event.h: Don't include defs.h.
1432         * python/py-events.h: Don't include defs.h.
1433         * python/py-evts.c: Include defs.h.
1434         * python/py-exitedevent.c: Include defs.h.
1435         * python/py-newobjfileevent.c: Include defs.h.
1436         * python/py-signalevent.c: Include defs.h.
1437         * python/py-stopevent.c: Include defs.h.
1438         * python/py-threadevent.c: Include defs.h.
1439
1440 2012-11-08  Pierre Muller  <muller@sourceware.org>
1441
1442         * update-web-ari.sh (print_heading): Add number of files
1443         checked.
1444         (nb_files): New variable counting the number of sources
1445         files found by gdb_find.sh script.
1446         (debug_awk): New variable to allow extra debug output.
1447         (indexes): Add more information if DEBUG_AWK is set.
1448
1449 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1450
1451         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1452         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1453         following the change in PLT call stubs on linker.
1454
1455 2012-11-08  Pierre Muller  <muller@sourceware.org>
1456
1457         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1458         as default language.
1459         (AWK): Use = instead of == for sh test to avoid warning.
1460         (Linux rule): Correct [:digit] into [[:digit:]].
1461         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1462         (vasprintf rule): Adapt to common subdirectory moves.
1463         (xasprintf rule): Idem.
1464         (xvasprintf rule): Idem.
1465         (var_boolean rule): Accept occurence in == or != test.
1466
1467         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1468
1469 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1470
1471         * tui/tui-hooks.c (tui_inferior_exit): New function.
1472         (tui_detach_hook): Remove.
1473         (tui_install_hooks): Install the inferior exit observer.
1474         (tui_remove_hooks): Remove it.
1475
1476 2012-11-08  Yao Qi  <yao@codesourcery.com>
1477
1478         PR gdb/14777.
1479         * source.c (_initialize_source): Call add_com_alias to abbreviate
1480         'forward-search' as 'fo'.
1481
1482 2012-11-07  Pedro Alves  <palves@redhat.com>
1483
1484         * arm-tdep.c: Make defs.h be the first include.
1485         * coff-pe-read.c: Ditto.
1486         * gnu-nat.c: Ditto.
1487         * go32-nat.c: Ditto.
1488         * i386-nat.c: Ditto.
1489         * ppcnbsd-nat.c: Ditto.
1490         * ada-varobj.h: Don't include defs.h.
1491         * i386-darwin-tdep.h: Ditto.
1492         * i386-nat.h: Ditto.
1493
1494 2012-11-07  Pedro Alves  <palves@redhat.com>
1495
1496         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1497         Committee.
1498
1499 2012-11-07  Pierre Muller  <muller@sourceware.org>
1500
1501         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1502         File already uses "gdb_dirent.h" header.
1503
1504 2012-11-07  Yao Qi  <yao@codesourcery.com>
1505
1506         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1507         tracepoint_count'.
1508
1509 2012-11-06  Tom Tromey  <tromey@redhat.com>
1510
1511         * target.h (inferior_has_forked, inferior_has_vforked)
1512         (inferior_has_execd, inferior_has_called_syscall): Remove
1513         declarations.
1514
1515 2012-11-06  Pierre Muller  <muller@sourceware.org>
1516
1517         * remote.c (remote_insert_hw_breakpoint): ARI fix,
1518         add missing internalization markup.
1519
1520 2012-11-06  Pedro Alves  <palves@redhat.com>
1521
1522         PR gdb/14810
1523
1524         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1525
1526 2012-11-06  Pierre Muller  <muller@sourceware.org>
1527
1528         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1529         is not executable.
1530
1531 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
1532
1533         * gnulib/update-gnulib.sh: New script.
1534
1535 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
1536
1537         * MAINTAINERS: Update my email address.
1538
1539 2012-11-05  Tom Tromey  <tromey@redhat.com>
1540
1541         * frame.c (put_frame_register): Don't use temporary buffer.
1542
1543 2012-11-05  Pedro Alves  <palves@redhat.com>
1544
1545         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1546         child.  Clear 'pending_detach'.
1547         * infrun.c (handle_vfork_child_exec_or_exit): Clear
1548         'pending_detach' in the vfork parent.
1549
1550 2012-11-05  Doug Evans  <dje@google.com>
1551
1552         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
1553         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1554         * dwarf2read.c: #include "elf-bfd.h".
1555         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1556         (dwop_section_names): Renamed from dwo_section names.  All uses
1557         updated.  Add entries for .debug_cu_index, .debug_tu_index.
1558         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1559         All uses updated.
1560         (struct dwp_sections): New type.
1561         (struct virtual_dwo_sections): New type.
1562         (struct dwp_hash_table): New type.
1563         (struct dwp_file): New type.
1564         (init_cutu_and_read_dies): Ensure DWO info/types section has been
1565         read in.  Handle DWOs coming from DWP files.
1566         (lookup_dwo_file_slot): New function.
1567         (dwarf2_locate_dwo_sections): Move definition closer to use.
1568         (create_dwo_debug_info_hash_table_reader): Renamed from
1569         create_debug_info_hash_table_reader.  All callers updated.
1570         (create_dwo_debug_info_hash_table): Renamed from
1571         create_debug_info_hash_table.  All callers updated.
1572         (create_dwp_hash_table): New function.
1573         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1574         (lookup_dwo_in_dwp): New function.
1575         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
1576         is_dwp.  All callers updated.
1577         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
1578         (open_and_init_dwo_file): Renamed from init_dwo_file.
1579         All callers updated.
1580         (lookup_dwo_file): Delete.
1581         (dwarf2_locate_dwp_sections): New function.
1582         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1583         (allocate_dwp_loaded_cutus_table): New function.
1584         (open_and_init_dwp_file): New function.
1585         (lookup_dwo_cutu): New function.
1586         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1587
1588 2012-11-03  Yao Qi  <yao@codesourcery.com>
1589
1590         Fix PR gdb/14617.
1591         * breakpoint.c (trace_pass_set_count): Call
1592         observer_notify_breakpoint_modified instead of
1593         observer_notify_tracepoint_modified.
1594         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1595
1596 2012-11-02  Tom Tromey  <tromey@redhat.com>
1597
1598         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1599         argument to complete_on_enum.
1600
1601 2012-11-02  Tom Tromey  <tromey@redhat.com>
1602
1603         * configure: Rebuild.
1604         * configure.ac (build_warnings): Add -Wempty-body.
1605         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1606         * remote.c (handle_notification): Use braces for empty 'else' body.
1607         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1608         'else' body.
1609         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1610         'else' body.
1611         * solib-som.c (som_relocate_section_addresses): Use braces
1612         for empty 'else' body.
1613         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1614         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1615
1616 2012-11-02  Pedro Alves  <palves@redhat.com>
1617
1618         PR gdb/14766
1619
1620         * infrun.c (handle_inferior_event)
1621         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1622         null_ptid before handling a vfork child exec or exit.  Switch to
1623         the event ptid afterwards.
1624
1625 2012-11-02  Yao Qi  <yao@codesourcery.com>
1626
1627         * std-operator.def: Remove OP_LABELED.
1628         * eval.c: Remove the declaration of 'get_label'.
1629         (get_label): Remove.
1630         (evaluate_struct_tuple): Remove code handling OP_LABELED.
1631         Update comment.
1632         Remove local variable 'variantno' and related code.
1633         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
1634         with 'fieldno'.
1635         * expprint.c (print_subexp_standard): Likewise.
1636         (dump_subexp_body_standard): Likewise.
1637         * parse.c (operator_length_standard): Likewise.
1638
1639 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
1640
1641         Incorporate ARI web page generator into GDB sources.
1642         * contrib/ari/create-web-ari-in-src.sh: New file.
1643         * contrib/ari/gdb_ari.sh: New file.
1644         * contrib/ari/gdb_find.sh: New file.
1645         * contrib/ari/update-web-ari.sh: New file.
1646
1647 2012-10-31  Tom Tromey  <tromey@redhat.com>
1648
1649         * gdbarch.c: Rebuild.
1650         * gdbarch.sh: Remove references to gdbarch_swap.
1651         * corelow.c (core_open): Remove obsolete comment.
1652
1653 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
1654
1655         PR cli/14772
1656         * c-typeprint.c (c_print_type): Don't print a space for vector
1657         types, this is handled within the suffix.
1658         (c_type_print_varspec_suffix): Add a space to vector suffix.
1659
1660 2012-10-26  Pedro Alves  <palves@redhat.com>
1661
1662         * amd64-tdep.c (amd64_relocate_instruction): Use
1663         store_unsigned_integer instead of memcpy.
1664         * i386-tdep.c (i386_relocate_instruction): Ditto.
1665
1666 2012-10-26  Pedro Alves  <palves@redhat.com>
1667
1668         * infrun.c (handle_inferior_event): Merge handling of
1669         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1670         switch case.
1671
1672 2012-10-26  Pedro Alves  <palves@redhat.com>
1673
1674         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1675         Remove comment.
1676
1677 2012-10-26  Pedro Alves  <palves@redhat.com>
1678
1679         * target.c (target_waitstatus_to_string): Handle
1680         TARGET_WAITKIND_VFORK_DONE.
1681
1682 2012-10-26  Pedro Alves  <palves@redhat.com>
1683
1684         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1685         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1686
1687 2012-10-24  Tristan Gingold  <gingold@adacore.com>
1688
1689         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1690         Add comments.
1691
1692 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1693
1694         * ravenscar-thread.c (ravenscar_wait): Only update the list
1695         of threads and inferior_ptid if the inferior is still alive.
1696
1697 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1698
1699         * ada-lang.c (is_known_support_routine): Use lbasename when
1700         matching the symtab's filename against
1701         known_runtime_file_name_patterns.
1702
1703 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1704
1705         * ada-lang.c (ada_same_array_size_p): New function.
1706         (ada_promote_array_of_integrals): New function.
1707         (coerce_for_assign): Add handling of arrays where the elements
1708         are integrals of a smaller size than the size of the target
1709         array element type.
1710
1711 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1712
1713         * doublest.c (convert_doublest_to_floatformat): Fix comparison
1714         against maximum exponent value.
1715
1716 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1717
1718         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1719         "unwind-seh.c".
1720
1721 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1722
1723         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1724         strip typedef layer when computing the fixed type's field type,
1725         only when computing its size.
1726
1727 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
1728
1729         PR gdb/12783
1730         * i386-tdep.c (i386_return_value): Handle complex double and long
1731         double.
1732
1733 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1734
1735         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1736         New local variable args_len.
1737         Quote the name of the executable when computing the command line.
1738
1739 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
1740
1741         PR gdb/12796
1742         PR gdb/12798
1743         PR gdb/12800
1744         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1745         AMD64_FTAG_REGNUM.
1746         * amd64-tdep.c (amd64_classify): Classify complex types.
1747         (amd64_return_value): Handle the COMPLEX_X87 class.
1748
1749 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1750
1751         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1752         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1753
1754 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1755
1756         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1757         function.
1758         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1759         to amd64_windows_auto_wide_charset.
1760
1761 2012-10-23  Yao Qi  <yao@codesourcery.com>
1762
1763         * event-top.c (mark_async_signal_handler_wrapper): Remove.
1764         * event-top.h: Remove its declaration.
1765         (async_request_quit): Call mark_async_signal_handler instead of
1766         mark_async_signal_handler_wrapper.
1767         (async_do_nothing, async_disconnect): Likewise.
1768         (async_stop_sig): Likewise.
1769         * remote.c (handle_remote_sigint): Likewise.
1770         (handle_remote_sigint_twice): Likewise.
1771
1772 2012-10-23  Yao Qi  <yao@codesourcery.com>
1773
1774         * event-top.c (sigint_token, sighup_token): Replace 'void *'
1775         with 'static struct async_signal_handler *'.
1776         (sighup_token, sigquit_token, sigstp_token): Likewise.
1777
1778 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
1779
1780         * gdbarch.sh (function_list): Use 'pstring' when printing
1781         a variable which could return NULL.
1782         * gdbarch.c: Regenerate.
1783
1784 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
1785             Tom Tromey  <tromey@redhat.com>
1786
1787         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1788         inneffective if condition by gdb assertion.  Add function
1789         description comment.
1790
1791 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
1792
1793         * parser-defs.h (struct exp_descriptor): Document constraint
1794         on return value for "op_name" callbacks.
1795
1796 2012-10-18  Tom Tromey  <tromey@redhat.com>
1797
1798         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1799         * symtab.c (iterate_over_some_symtabs): Constify.
1800         * source.h (symtab_to_fullname): Return 'const char *'.
1801         * source.c (symtab_to_fullname): Return 'const char *'.
1802         * python/py-symtab.c (stpy_fullname): Constify.
1803         * cli/cli-cmds.c (edit_command): Constify.
1804         * breakpoint.c (print_breakpoint_location)
1805         (update_static_tracepoint): Constify.
1806
1807 2012-10-18  Tom Tromey  <tromey@redhat.com>
1808
1809         * breakpoint.c (compare_breakpoints): Fix comparison.
1810
1811 2012-10-18  Tom Tromey  <tromey@redhat.com>
1812
1813         * valprint.c (generic_emit_char, generic_printstr): Pass size of
1814         gdb_wchar_t to convert_between_encodings.
1815
1816 2012-10-17  Yao Qi  <yao@codesourcery.com>
1817
1818         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1819         more parameter 'inferior'.
1820         * corefile.c (write_memory_with_notification): Caller update.
1821
1822         * mi/mi-cmd-var.c: Include "mi-main.h".
1823         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1824         to 1 and restore it later.
1825         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1826         and "data-write-memory-bytes.
1827         * mi/mi-interp.c: Include objfiles.h.
1828         (mi_interpreter_init): Call observer_attach_memory_changed.
1829         (mi_memory_changed): New.
1830         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1831         New field.
1832
1833         * NEWS: Mention new MI notification "memory-changed".
1834
1835 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1836
1837         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1838
1839 2012-10-15  Doug Evans  <dje@google.com>
1840
1841         New option -nh: inhibit loading of ~/.gdbinit.
1842         * NEWS: Mention -nh.
1843         * main.c (captured_main): Recognize and process -nh.
1844         (print_gdb_help): Mention -nh.
1845         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
1846
1847 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1848
1849         PR backtrace/14646
1850         PR gdb/14647
1851         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1852         pc_regnum_from_eax.
1853         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1854         nor pc_regnum_from_eax.
1855         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1856         nor pc_regnum_from_eax.
1857
1858 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1859
1860         Fix entry values resolving in inlined frames.
1861         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1862         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
1863         entries of FRAME.
1864
1865 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
1866
1867         * configure.ac: Build with -DMS_WIN64 if building with Python
1868         enabled using GCC on amd64-windows.
1869         * configure: Regenerate.
1870
1871 2012-10-15  Tom Tromey  <tromey@redhat.com>
1872
1873         PR python/14635:
1874         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1875         to Py_None.
1876
1877 2012-10-15  Tom Tromey  <tromey@redhat.com>
1878
1879         PR python/14634:
1880         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1881
1882 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
1883
1884         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1885         reset thread numbering back to 1.
1886
1887 2012-10-11  Doug Evans  <dje@google.com>
1888
1889         PR breakpoints/14643.
1890         * linespec.c (struct ls_parser): New member keyword_ok.
1891         (linespec_lexer_lex_string): Add comment.
1892         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1893         for one.
1894         (parse_linespec): Set keyword_ok.
1895
1896 2012-10-10  Doug Evans  <dje@google.com>
1897
1898         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1899         "0x" prefix on address in log message.
1900
1901         * dwarf2read.c (read_1_byte): Add const to buf parameter.
1902         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1903         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1904         (lookup_dwo_file): Add const to dwo_name parameter.
1905         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1906
1907 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1908
1909         Fix crash during stepping on ppc32.
1910         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1911         SYM.
1912
1913 2012-10-03  Doug Evans  <dje@google.com>
1914
1915         PR symtab/14601
1916         * buildsym.c (buildsym_init): Reset using_directives to NULL.
1917
1918 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
1919
1920         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1921         output and use uint32_t not long to ensure 4 byte size.
1922
1923 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
1924
1925         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1926         unref'ed it.
1927
1928 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
1929
1930         * target.c (simple_search_memory): Include access length in
1931         warning message.
1932
1933 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
1934             Edjunior Machado  <emachado@linux.vnet.ibm.com>
1935
1936         PR gdb/13989
1937         * solib.c (solib_find): Prevent GDB from loading native libraries when
1938         debugging a cross-target corefile.
1939
1940 2012-09-28  selven  <pcthegreat@gmail.com>
1941
1942         Make definition match declaration.
1943
1944         * regcache.c (regcache_register_status): Change return type to
1945         enum register_status.
1946
1947 2012-09-28  Yao Qi  <yao@codesourcery.com>
1948
1949         * mi/mi-main.c (mi_cmd_data_write_memory): Call
1950         write_memory_with_notification instead of write_memory.
1951         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1952         instead of target_write_memory.
1953
1954 2012-09-28  Yao Qi  <yao@codesourcery.com>
1955
1956         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1957         when the length of content is not an even number.
1958
1959 2012-09-27  Tom Tromey  <tromey@redhat.com>
1960
1961         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1962         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1963
1964 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1965
1966         * sol-thread.c (sol_thread_fetch_registers)
1967         (sol_thread_store_registers): Delete commented out code.
1968
1969 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1970
1971         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1972         Move these functions to sparc-sol-thread.c.
1973         * sparc-sol-thread.c: New file.
1974         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1975         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1976         configurations.
1977         * configure: Regenerate.
1978
1979 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1980
1981         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1982         Remove commented-out code.
1983
1984 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1985
1986         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1987         Enable this code for sparc hosts only.
1988
1989 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1990
1991         * procfs.h (procfs_find_LDT_entry): Add declaration.
1992         * sol-thread.c (ps_lgetLDT): Delete local declaration of
1993         function procfs_find_LDT_entry.
1994
1995 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1996
1997         * procfs.c (proc_get_LDT_entry): Make static.
1998
1999 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
2000
2001         * procfs.c (proc_find_memory_regions): Fix declaration.
2002
2003 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2004
2005         * amd64-tdep.c (amd64_return_value): Revert previous change
2006         that used TYPE_LENGTH directly.
2007         * bfin-tdep.c (bfin_extract_return_value): Likewise.
2008         (bfin_store_return_value): Likewise.
2009         * cris-tdep.c (cris_store_return_value): Likewise.
2010         (cris_extract_return_value): Likewise.
2011         * h8300-tdep.c (h8300_extract_return_value): Likewise.
2012         * hppa-tdep.c (hppa64_return_value): Likewise.
2013         * lm32-tdep.c (lm32_store_return_value): Likewise.
2014         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2015         * spu-tdep.c (spu_value_from_register): Likewise.
2016         * vax-tdep.c (vax_return_value): Likewise.
2017
2018 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2019
2020         * gdbtypes.c (lookup_array_range_type): Expand parameters
2021         LOW_BOUND and HIGH_BOUND to LONGEST.
2022         (lookup_string_range_type): Likewise.
2023         * gdbtypes.h (lookup_array_range_type): Likewise.
2024         (lookup_string_range_type): Likewise.
2025         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
2026         Expand HIGHBOUND to ssize_t.
2027         (value_string): Likewise.
2028         * value.h (value_cstring): Expand parameter LEN to ssize_t.
2029         (value_string): Likewise.
2030
2031 2012-09-27  Yao Qi  <yao@codesourcery.com>
2032
2033         PR breakpoints/13898
2034         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
2035         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
2036         per breakpoint type.
2037
2038 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
2039
2040         * procfs.c: Add gdb_bfd header.
2041         * rs6000-nat.c: Likewise.
2042         * solib-pa64.c: Likewise.
2043         * spu-linux-nat.c: Likewise.
2044         * windows-nat.c: Likewise.
2045
2046 2012-09-26  Tom Tromey  <tromey@redhat.com>
2047
2048         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
2049
2050 2012-09-26  Tom Tromey  <tromey@redhat.com>
2051
2052         * dwarf2read.c (mark_common_block_symbol_computed): New function.
2053         (read_common_block): Handle child DIEs with
2054         DW_AT_data_member_location.
2055         (new_symbol_full): Add special case for common blocks.
2056
2057 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2058             Tom Tromey  <tromey@redhat.com>
2059
2060         * dwarf2read.c (read_common_block): Rewrite.
2061         (new_symbol_full): Handle DW_TAG_common_block.
2062         * f-lang.c (head_common_list, find_common_for_function):
2063         Remove.
2064         * f-lang.h (struct common_entry, struct saved_f77_common,
2065         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
2066         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
2067         BLANK_COMMON_NAME_LOCAL): Remove.
2068         (struct common_block): New.
2069         * f-valprint.c (list_all_visible_commons): Remove.
2070         (info_common_command_for_block): New function.
2071         (info_common_command): Use it.
2072         * stack.c (iterate_over_block_locals): Special case for
2073         COMMON_BLOCK_DOMAIN.
2074         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
2075         constant.
2076         (struct general_symbol_info) <value.common_block>: New field.
2077         (SYMBOL_VALUE_COMMON_BLOCK): New define.
2078
2079 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
2080             Tom Tromey  <tromey@redhat.com>
2081
2082         * f-lang.c (allocate_saved_bf_node,
2083         allocate_saved_function_node, allocate_saved_f77_common_node,
2084         allocate_common_entry_node, tail_common_list, current_common,
2085         saved_bf_list, saved_bf_list_end, current_head_bf_list,
2086         tmp_bf_ptr, add_common_block, add_common_entry,
2087         find_first_common_named, patch_common_entries,
2088         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
2089         global_remote_debug, get_bf_for_fcn, saved_function_list,
2090         saved_function_list_end, clear_function_list, struct saved_fcn,
2091         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
2092         SAVED_BF, SAVED_BF_PTR): Remove.
2093         * f-lang.h (tail_common_list, current_common,
2094         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
2095         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
2096         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
2097         real_main_c_value): Remove.
2098         * f-valprint.c (there_is_a_visible_common_named): Remove.
2099
2100 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
2101
2102         * breakpoint.c (update_global_location_list): Ignore previous
2103         duplicate status of a breakpoint when starting a new scan for
2104         duplicate breakpoints.
2105
2106 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
2107         PR breakpoints/14419
2108         * arm-tdep.c (arm_skip_prologue): Extending producer check to
2109         support LLVM compiler.
2110
2111 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2112
2113         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
2114         * bfin-tdep.c (bfin_extract_return_value): Likewise.
2115         (bfin_store_return_value): Likewise.
2116         * cris-tdep.c (cris_store_return_value): Likewise.
2117         (cris_extract_return_value): Likewise.
2118         * h8300-tdep.c (h8300_extract_return_value): Likewise.
2119         * hppa-tdep.c (hppa64_return_value): Likewise.
2120         * lm32-tdep.c (lm32_store_return_value): Likewise.
2121         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
2122         * spu-tdep.c (spu_value_from_register): Likewise.
2123         * vax-tdep.c (vax_return_value): Likewise.
2124
2125 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2126
2127         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
2128         parameter LEN to ssize_t.
2129
2130 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2131
2132         * ada-valprint.c (ada_val_print_1): Eliminate single-use
2133         variable LEN.
2134         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
2135         directly.
2136         (alpha_store_return_value): Likewise.
2137         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
2138         (amd64_push_arguments): Likewise.
2139         * ax-gdb.c (gen_trace_static_fields): Likewise.
2140         (gen_traced_pop): Likewise.
2141         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
2142         * breakpoint.c (update_watchpoint): Likewise.
2143         * findcmd.c (parse_find_args): Use local variable for type
2144         instead of length.
2145         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
2146         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
2147         (h8300_store_return_value): Likewise.
2148         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
2149         Use i386_darwin_arg_type_alignment directly.
2150         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
2151         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
2152         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
2153         (m68hc11_extract_return_value): Likewise.
2154         * mep-tdep.c (mep_push_dummy_call): Likewise.
2155         * printcmd.c (float_type_from_length): Likewise.
2156         * s390-tdep.c (s390_value_from_register): Likewise.
2157         * stack.c (read_frame_arg): Likewise.
2158         * tracepoint.c (encode_actions_1): Likewise.
2159         * valops.c (value_fetch_lazy): Use local variable for type
2160         instead of length.  Use TYPE_LENGTH directly.
2161         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
2162
2163 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
2164
2165         * symtab.c (skip_prologue_sal): Fix typo in comment.
2166
2167 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
2168
2169         * linespec.c (create_sals_line_offset): Fix typo in comment.
2170
2171 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2172
2173         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
2174         use plongest to print the array size.
2175
2176 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2177
2178         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
2179         * p-valprint.c (pascal_type_print_base): Likewise.
2180
2181 2012-09-22  Yao Qi  <yao@codesourcery.com>
2182
2183         * remote.c (remote_get_trace_status): Remove setting default
2184         values of fields of 'ts'.
2185
2186 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2187
2188         Fix internal error on canonicalization of clang types.
2189         * cp-name-parser.y (operator): New comment at make_operator call for
2190         new, delete, new[] and delete[].
2191         (exp): Use "sizeof ".  Add new comment at make_operator call.
2192
2193 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2194
2195         Fix disassemble without parameters in tailcall frame.
2196         * cli/cli-cmds.c (disassemble_current_function): Use
2197         get_frame_address_in_block.
2198
2199 2012-09-21  Tom Tromey  <tromey@redhat.com>
2200
2201         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
2202         TYPE_CODE_UNION>: Unify, removing a goto.
2203
2204 2012-09-21  Tom Tromey  <tromey@redhat.com>
2205
2206         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
2207
2208 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
2209
2210         * findvar.c (read_frame_register_value): Mark the result value as
2211         optimized out if any of the input registers have been optimized out.
2212
2213 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
2214
2215         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
2216
2217 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
2218
2219         * eval.c (evaluate_subexp_standard): Eliminate single-use
2220         variable LOWER.
2221
2222 2012-09-21  Yao Qi  <yao@codesourcery.com>
2223
2224         * mi/mi-interp.c: Declare mi_record_changed.
2225         (mi_interpreter_init): Call observer_attach_record_changed.
2226         (mi_record_changed): New.
2227         * record.c (record_open): Call observer_notify_record_changed.
2228         (cmd_record_stop): Call observer_notify_record_changed.
2229         * NEWS: Mention it.
2230
2231 2012-09-20  Tom Tromey  <tromey@redhat.com>
2232
2233         * NEWS: Update.
2234         * python/python.c (finalize_python): New function.
2235         (_initialize_python): Make a final cleanup.
2236
2237 2012-09-19  Doug Evans  <dje@google.com>
2238
2239         * buildsym.h (param_symbols): Delete, unused.
2240         (context_stack): Delete member "params", unused.
2241         * buildsym.c (push_context): Update.
2242         * dwarf2read.c (read_func_scope): Update.
2243
2244 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2245
2246         * sh-tdep.c (sh_register_convert_to_virtual)
2247         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
2248         all callers.  Just do a memcpy if not the little-endian case.
2249
2250         * h8300-tdep.c (h8300_gdbarch_init): Invoke
2251         set_gdbarch_double_format and set_gdbarch_long_double_format.
2252         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
2253         set_gdbarch_double_format.
2254         * sh-tdep.c (sh_gdbarch_init): Likewise.
2255
2256         * NEWS: Document the removal of SH's 'regs' command.
2257         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
2258         command.
2259
2260 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2261
2262         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
2263         `jump'.
2264
2265 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
2266
2267         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
2268         language when iterating over symbols.
2269
2270 2012-09-18  Yao Qi  <yao@codesourcery.com>
2271
2272         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
2273         (mi_interpreter_init): Call observer_attach_tsv_created and
2274         observer_attach_tsv_deleted.
2275         (mi_tsv_created, mi_tsv_deleted): New.
2276         * tracepoint.c (delete_trace_state_variable): Call
2277         observer_notify_tsv_deleted.
2278         (trace_variable_command): Call observer_notify_tsv_created.
2279         (delete_trace_variable_command): Call
2280         observer_notify_tsv_deleted.
2281         (create_tsv_from_upload): Call observer_notify_tsv_created.
2282         * NEWS: Mention it.
2283
2284 2012-09-18  Yao Qi  <yao@codesourcery.com>
2285
2286         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
2287         if traceframe changed.
2288         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
2289         "trace-find".
2290         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
2291         (mi_interpreter_init): Hook mi_traceframe_changed to observer
2292         'traceframe_changed'.
2293         (mi_traceframe_changed): New.
2294         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
2295         New field.
2296         * NEWS: Mention the new MI notification.
2297
2298 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
2299
2300         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
2301
2302 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2303
2304         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
2305         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
2306         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2307         Extend code also for PaX support.  Convert all gdb_assert to warning
2308         calls.
2309
2310 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2311
2312         Implement auto-load user conveniences suggested by Doug Evans.
2313         * auto-load.c: Include top.h.
2314         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
2315         (_initialize_auto_load): New variable scripts_directory_help.  Mention
2316         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2317         scripts-directory.  Document in online help one can use also files for
2318         set auto-load safe-path.
2319         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2320         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2321
2322 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2323
2324         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2325         of LEN.
2326
2327 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2328
2329         * m2-valprint.c (m2_print_array_contents): Eliminate variable
2330         ELTLEN and use TYPE_LENGTH directly.
2331         (m2_val_print): Likewise.
2332         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2333         variable LEN and use TYPE_LENGTH directly.
2334         (m68k_svr4_store_return_value): Likewise.
2335         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2336         ARGLEN and use TYPE_LENGTH directly.
2337         (mips_o64_push_dummy_call): Likewise.
2338         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2339         variable LENGTH and use TYPE_LENGTH directly.
2340         (s390_function_arg_float): Likewise.
2341         (s390_function_arg_integer): Likewise.
2342         (s390_push_dummy_call): Likewise.
2343         (s390_return_value_convention): Likewise.
2344         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2345         TYPE_LENGTH directly.
2346
2347 2012-09-17  Yao Qi  <yao@codesourcery.com>
2348
2349         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2350         Update comment to add_setshow_integer_cmd.
2351         * cli/cli-setshow.c (do_set_command): Handle case
2352         'var_zuinteger_unlimited'.
2353         (do_show_command): Likewise.
2354         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2355         for command 'remotetimeout'.
2356         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
2357         to var_integer.
2358         * source.c (_initialize_source): Call
2359         add_setshow_zuinteger_unlimited_cmd for command 'set listsize'.
2360
2361 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2362
2363         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2364         variable LEN.
2365
2366 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2367
2368         PR 14119
2369         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2370         (frame_pop): Drop also TAILCALL_FRAME frames.
2371         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2372
2373 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2374             Pedro Alves  <palves@redhat.com>
2375
2376         PR 14548
2377         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2378         function start if we are already at function start.  Both for
2379         reverse-next and for reverse-step into function without line number
2380         info.
2381
2382 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2383
2384         Code cleanup - rename 'inline' depth to 'artificial' depth.
2385         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2386         frame_id_artificial_p, extend the comment.
2387         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2388         * frame.c (fprint_frame_id): Rename at a user, change debug output
2389         text to "artificial=".
2390         (skip_inlined_frames): Rename to ...
2391         (skip_artificial_frames): ... here.  Extend the comment.
2392         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2393         (frame_id_inlined_p): Rename to ...
2394         (frame_id_artificial_p): ... here.  Rename at a user.
2395         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2396         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2397         at a user.
2398         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2399         Extend the comment.
2400         (frame_id_inlined_p): Rename to ...
2401         (frame_id_artificial_p): ... here.
2402         * inline-frame.c (inline_frame_this_id): Rename at a user.
2403
2404 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
2405
2406         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2407         vector variables using vector_size syntax rather than array
2408         syntax.
2409
2410 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2411
2412         * valarith.c (value_concat): Replace unsafe ALLOCA with
2413         XMALLOC/XFREE.
2414
2415 2012-09-14  Pedro Alves  <palves@redhat.com>
2416
2417         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2418
2419 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
2420
2421         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2422         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2423         data-directory as appropriate.
2424
2425 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2426
2427         * printcmd.c (ui_printf): Eliminate single-use variable
2428         PARAM_LEN.
2429
2430 2012-09-14  Yao Qi  <yao@codesourcery.com>
2431             Pedro Alves  <palves@redhat.com>
2432
2433         * valops.c (value_assign): Move observer_notify_target_changed
2434         below to replace reinit_frame_cache.
2435
2436 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
2437
2438         Refactor Python "gdb" module into a proper Python package, by
2439         introducing a new "_gdb" module for code implemented in C, and
2440         using reload/__import__ instead of exec.
2441         * python/lib/gdb/__init__.py: Import * from _gdb.
2442         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2443         prompt_hook, sys.argv): Moved from finish_python_initialization.
2444         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2445         (packages, auto_load_packages): New list and function replacing
2446         module_dict and auto-loading code, using __file__ instead of
2447         gdb.PYTHONDIR and reload/__import__ instead of exec.
2448         (GdbSetPythonDirectory): Replacing function of the same name
2449         from finish_python_initialization, using reload/__import__ instead
2450         of exec, as well as call auto_load_packages.
2451         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2452         gdb_python_module and not gdb_module.
2453         * python/python-internal.h (gdb_python_module): Declare.
2454         * python/python.c (gdb_python_module): New global.
2455         (before_prompt_hook): Check gdb_python_module and not gdb_module.
2456         (_initialize_python): Rename gdb module to _gdb.
2457         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2458         (finish_python_initialization): Move Python code to
2459         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2460         __main__.
2461
2462 2012-09-13  Pedro Alves  <palves@redhat.com>
2463
2464         * Makefile.in (COMMON_OBS): Add registry.o.
2465         * registry.c: New file.
2466         * registry.h (struct registry_container): Declare.
2467         (registry_data_callback): New typedef.
2468         (struct registry_data, struct registry_data_registration, struct
2469         registry_data_registry): New type.
2470         (register_data_with_cleanup, registry_alloc_data)
2471         (registry_callback_adaptor, registry_clear_data)
2472         (registry_container_free_data, registry_set_data, registry_data):
2473         Declare.
2474         (DEFINE_REGISTRY): Refactor structures and functions as shims over
2475         the new common structures and functions.
2476         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
2477         callback typedefs.
2478
2479 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
2480
2481         * remote.c (remote_insert_hw_breakpoint): Throw exception if
2482         there is an error inserting hardware breakpoints and use the
2483         error message from the target.
2484
2485         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2486         Catch this exception and print the error message contained within.
2487         Do not print the default hardware error breakpoint message in this
2488         case.
2489
2490 2012-09-12  Doug Evans  <dje@google.com>
2491
2492         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2493         cu == NULL.
2494
2495 2012-09-11  Doug Evans  <dje@google.com>
2496
2497         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2498         .gdb_index symbol attributes if there are none.
2499
2500 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2501
2502         * symtab.h (struct minimal_symbol) [has_size]: New field.
2503         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2504         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2505         * printcmd.c (build_address_symbolic): Only filter out zero-sized
2506         minimal symbols if the symbol's size is actually known.
2507         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2508         of msymbol's size field.  Add comment.
2509         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2510         SET_MSYMBOL_SIZE to set the minimal symbol size.
2511
2512 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2513
2514         * minsyms.c (install_minimal_symbols): Use memset to fill entire
2515         minimal_symbol struct object, rather than setting some of its
2516         fields one by one.
2517
2518 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
2519
2520         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2521         passed_a_ptr flag when displaying typedef types.
2522
2523 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
2524
2525         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2526         the optimized_out flag is preserved.
2527
2528 2012-09-10  Anthony Green  <green@moxielogic.com>
2529
2530         * moxie-tdep.c (moxie_analyze_prologue): Update for function
2531         prologue changes in GCC.
2532
2533 2012-09-10  Keith Seitz  <keiths@redhat.com>
2534
2535         PR gdb/13483
2536         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2537         (BOOL_CONVERSION_BADNESS): ... this.
2538         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2539         (rank_one_type): Allow all boolean conversions
2540         permitted by the standard.
2541
2542 2012-09-06  Tom Tromey  <tromey@redhat.com>
2543
2544         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2545         Don't decref py_objfile.
2546
2547 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
2548
2549         Do not enable -lmcheck by default when Python is enabled with
2550         threading support.
2551         * configure.ac: (python_has_threads) New variable, by testing
2552         if WITH_THREAD is defined in Python.h.
2553         Move --enable-lmcheck after --with-python.
2554         Do not enable -lmcheck by default if python_has_threads=yes.
2555         Warn if --enable-lmcheck and python_has_threads=yes.
2556         * configure: Regenerate.
2557
2558 2012-08-31  Yao Qi  <yao@codesourcery.com>
2559
2560         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2561         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2562         Update some commands.
2563         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2564         * mi/mi-main.c (mi_cmd_execute): Set
2565         '*parse->cmd->suppress_notification' to 1.
2566
2567 2012-08-31  Yao Qi  <yao@codesourcery.com>
2568
2569         * mi/mi-cmds.c (mi_cmds): Add 'static'.
2570
2571 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
2572
2573         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2574
2575 2012-08-29  Doug Evans  <dje@google.com>
2576
2577         * main.c (print_gdb_help): Remove reference to
2578         --use-deprecated-index-sections.
2579
2580 2012-08-28  Yao Qi  <yao@codesourcery.com>
2581
2582         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2583         (init_cmds): Call add_setshow_uinteger_cmd for command
2584         'max-user-call-depth'.
2585         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2586         declaration of 'max_user_call_depth'.
2587         * frame.c (backtrace_limit): Add 'unsigned'.
2588         (_initialize_frame): Call add_setshow_uinteger_cmd for command
2589         'limit'.
2590         * remote.c (remoteaddresssize): Add 'unsigned'.
2591         (remote_address_masked): Change local var 'address_size' to
2592         'unsigned'.
2593         (_initialize_remote): Call add_setshow_uinteger_cmd for
2594         'remoteaddresssize'.
2595         * top.c (history_size): Add 'unsigned'.
2596         (show_commands): Change local variables to 'unsigned'.
2597         (set_history_size_command): Don't check history_size is negative.
2598         Adjust the condition to call unstifle_history and set history_size
2599         to UNIT_MAX.
2600
2601 2012-08-28  Pedro Alves  <palves@redhat.com>
2602
2603         PR gdb/14428
2604
2605         * infcmd.c (default_print_one_register_info): New, factored out
2606         from default_print_registers_info.
2607         (default_print_registers_info): Use it.  Mark value unavailable if
2608         necessary.
2609         (registers_info): Print user registers with
2610         default_print_one_register_info.
2611
2612 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
2613
2614         PR tui/14486
2615         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2616         is not NULL before referencing it.
2617
2618 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2619
2620         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2621         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
2622         original PC for it.
2623
2624 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
2625             Jan Kratochvil  <jan.kratochvil@redhat.com>
2626
2627         * auto-load.c (auto_load_objfile_script): Rename to ...
2628         (auto_load_objfile_script_1): ... here, change variable realname to
2629         parameter realname, document it, add return value, add variable retval.
2630         (auto_load_objfile_script): New function.
2631
2632 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2633
2634         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2635         followed by a whitespace.
2636
2637 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2638
2639         PR gdb/14494.
2640         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2641         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2642         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2643         here.
2644
2645 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
2646
2647         * memattr.c (create_mem_region): Fix memory region overlapping
2648         checking.
2649
2650 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2651
2652         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2653         with xmalloc/cleanup.
2654         * mt-tdep.c (mt_push_dummy_call): Likewise.
2655         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2656         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2657
2658 2012-08-24  Yao Qi  <yao@codesourcery.com>
2659
2660         * jv-exp.y (push_expression_name): Add "." at the end of error
2661         message.
2662
2663 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2664
2665         Document how to return from "python-interactive" to GDB.
2666         * python/python.c (_initialize_python): Update documentation.
2667
2668 2012-08-23  Pedro Alves  <palves@redhat.com>
2669
2670         * infrun.c (_initialize_infrun) <handle command help text>:
2671         Mention that multiple signals are supported.
2672
2673 2012-08-23  Pedro Alves  <palves@redhat.com>
2674
2675         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2676         string.
2677
2678 2012-08-23  Yao Qi  <yao@codesourcery.com>
2679
2680         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2681         (tfind_1): Don't call registers_changed, set_traceframe_num,
2682         and clear_traceframe_info.
2683         Call set_current_traceframe.
2684         (set_current_traceframe): call set_traceframe_num.
2685
2686 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
2687
2688         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2689         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2690
2691 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2692
2693         Enable readline in Python in a GDB-specific way and block the
2694         standard Python readline module to prevent conflicts with GDB.
2695         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2696         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2697         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2698         * python/py-gdb-readline.c: New file.
2699         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2700         prototype.
2701         * python/python.c (_initialize_python): Call
2702         gdbpy_initialize_gdb_readline.
2703
2704 2012-08-22  Keith Seitz  <keiths@redhat.com>
2705
2706         * defs.h: Include build-gnulib/config.h
2707
2708 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
2709
2710         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2711         and blx pc.
2712
2713 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2714
2715         Add a new "python-interactive" command that starts a standard
2716         Python interactive prompt with "pi" as alias, and add "py" as
2717         an alias to "python".
2718         * NEWS: Mention the new commands.
2719         * python/python.c (eval_python_command): New function.
2720         (python_interactive_command): For "python-interactive" with
2721         arguments, call eval_python_command.  For "python-interactive"
2722         without arguments, call PyRun_InteractiveLoop.
2723         (_initialize_python): Add "python-interactive" command with
2724         "pi" as alias, and add "py" as an alias to "python".
2725
2726 2012-08-22  Tom Tromey  <tromey@redhat.com>
2727
2728         * defs.h (quit_flag): Don't declare.
2729         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2730         (QUIT): Use new functions.
2731         * event-top.c (command_handler): Use clear_quit_flag.
2732         (handle_sigint): Use set_quit_flag.
2733         (async_request_quit): Use check_quit_flag.  Don't check
2734         immediate_quit.
2735         * exceptions.c (throw_exception): Use clear_quit_flag.
2736         * main.c (captured_main): Use clear_quit_flag.
2737         * python/python.c (clear_quit_flag, set_quit_flag)
2738         (check_quit_flag): New functions.
2739         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2740         clear_quit_flag.
2741         * remote.c (remote_wait_as): Use check_quit_flag,
2742         clear_quit_flag.
2743         (remote_start_remote): Call QUIT.
2744         * symfile.c (load_progress): Use check_quit_flag.
2745         * top.c (command_loop): Use clear_quit_flag.
2746         (command_line_input): Call QUIT.
2747         * utils.c (quit_flag): Conditionally define.
2748         (clear_quit_flag, check_quit_flag, set_quit_flag): New
2749         functions.
2750         (prompt_for_continue): Call QUIT.  Use quit, not
2751         async_request_quit.
2752         * remote-mips.c (mips_expect_timeout): Call QUIT.
2753         * monitor.c (monitor_expect): Call QUIT.
2754
2755 2012-08-22  Tom Tromey  <tromey@redhat.com>
2756
2757         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2758         (async_init_signals): Update.
2759         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2760         (SIGWINCH_HANDLER_BODY): Remove.
2761
2762 2012-08-22  Tom Tromey  <tromey@redhat.com>
2763
2764         * jit.c (jit_object_close_impl): Don't malloc the objfile
2765         name.
2766         * objfiles.c (allocate_objfile): Don't malloc the objfile
2767         name.
2768         (free_objfile): Don't free the objfile name.
2769         * objfiles.h (struct objfile) <name>: Update comment.
2770         * symfile.c (reread_symbols): Fix reference counting.  Don't
2771         malloc objfile name.
2772
2773 2012-08-22  Tom Tromey  <tromey@redhat.com>
2774
2775         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2776         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2777         (symfile_bfd_open): Likewise.
2778         (generic_load): Likewise.
2779         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2780         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2781         gdb_bfd_open.
2782         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2783         Use gdb_bfd_open.
2784         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2785         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2786         (pmon_load_fast): Likewise.
2787         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2788         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2789         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2790         (macho_check_dsym): Likewise.
2791         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2792         (m32r_upload_command): Likewise.
2793         * gdb_bfd.h (gdb_bfd_cache): Declare.
2794         * gdb_bfd.c (struct gdb_bfd_data): New.
2795         (gdb_bfd_cache): New global.
2796         (struct gdb_bfd_cache_search): New.
2797         (hash_bfd): New function.
2798         (eq_bfd): Likewise.
2799         (gdb_bfd_open): Likewise.
2800         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2801         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
2802         gdb_bfd_data.
2803         * exec.c (exec_file_attach): Use gdb_bfd_open.
2804         * dsrec.c (load_srec): Use gdb_bfd_open.
2805
2806 2012-08-22  Tom Tromey  <tromey@redhat.com>
2807
2808         * dwarf2read.c (macro_start_file): Update.
2809         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2810         (free_objfile_per_bfd_storage): Destroy macro_cache.
2811         (allocate_objfile, free_objfile): Update.
2812         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2813         New field.
2814         (struct objfile) <macro_cache>: Remove.
2815         * symfile.c (reread_symbols): Update.
2816         * symmisc.c (print_symbol_bcache_statistics): Update.
2817         (print_objfile_statistics): Update.
2818
2819 2012-08-22  Tom Tromey  <tromey@redhat.com>
2820
2821         * elfread.c (elf_symtab_read): Update.
2822         * objfiles.c (objfiles_bfd_data): New global.
2823         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2824         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2825         (allocate_objfile, free_objfile): Update.
2826         (_initialize_objfiles): Initialize objfiles_bfd_data.
2827         * objfiles.h (struct objfile_per_bfd_storage): New.
2828         (struct objfile) <per_bfd>: New field.
2829         <filename_cache>: Remove.
2830         (set_objfile_per_bfd): Declare.
2831         * symfile.c (reread_symbols): Update.  Call
2832         set_objfile_per_bfd.
2833         (allocate_symtab): Update.
2834         * symmisc.c (print_symbol_bcache_statistics): Update.
2835         (print_objfile_statistics): Print the size of the BFD obstack.
2836
2837 2012-08-22  Tom Tromey  <tromey@redhat.com>
2838
2839         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
2840         * gdb_bfd.c: Use DEFINE_REGISTRY.
2841         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2842         (gdb_bfd_ref): Call bfd_alloc_data.
2843         (gdb_bfd_unref): Call bfd_free_data.
2844
2845 2012-08-22  Tom Tromey  <tromey@redhat.com>
2846
2847         * registry.h (struct registry_fields): New.
2848         (REGISTRY_FIELDS): Redefine.
2849         (REGISTRY_ACCESS_FIELD): New macro.
2850         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
2851         functions.
2852
2853 2012-08-22  Tom Tromey  <tromey@redhat.com>
2854
2855         * auto-load.c (_initialize_auto_load): Update.
2856         * solib-svr4.c (_initialize_svr4_solib): Update
2857         * solib-dsbt.c (_initialize_dsbt_solib): Update.
2858         * solib-darwin.c (_initialize_darwin_solib): Update.
2859         * registry.h: New file.
2860         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2861         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2862         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
2863         (register_program_space_data_with_cleanup)
2864         (register_program_space_data, program_space_alloc_data)
2865         (clear_program_space_data, set_program_space_data)
2866         (program_space_data): Don't declare.
2867         * progspace.c: Use DEFINE_REGISTRY.
2868         (struct program_space_data, struct
2869         program_space_data_registration, struct
2870         program_space_data_registry, program_space_data_registry)
2871         (register_program_space_data_with_cleanup)
2872         (register_program_space_data, program_space_alloc_data)
2873         (program_space_free_data, clear_program_space_data)
2874         (set_program_space_data, program_space_data): Remove.
2875         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
2876         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2877         (register_objfile_data_with_cleanup, register_objfile_data)
2878         (clear_objfile_data, set_objfile_data, objfile_data): Don't
2879         declare.
2880         * objfiles.c: Use DEFINE_REGISTRY.
2881         (struct objfile_data, struct objfile_data_registration, struct
2882         objfile_data_registry, objfile_data_registry)
2883         (register_objfile_data_with_cleanup, register_objfile_data)
2884         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2885         (set_objfile_data, objfile_data): Remove.
2886         (_initialize_objfiles): Update.
2887         * jit.c (_initialize_jit): Update.
2888         * inflow.c (_initialize_inflow): Update.
2889         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
2890         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2891         (register_inferior_data_with_cleanup, register_inferior_data)
2892         (clear_inferior_data, set_inferior_data, inferior_data): Don't
2893         declare.
2894         * inferior.c: Use DEFINE_REGISTRY.
2895         (struct inferior_data, struct inferior_data_registration, struct
2896         inferior_data_registry, inferior_data_registry)
2897         (register_inferior_data_with_cleanup, register_inferior_data)
2898         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
2899         (set_inferior_data, inferior_data): Remove.
2900         * auxv.c (_initialize_auxv): Update.
2901         * ada-lang.c (_initialize_ada_language): Update.
2902         * breakpoint.c (_initialize_breakpoint): Update.
2903         * i386-nat.c (i386_use_watchpoints): Update.
2904
2905 2012-08-22  Tom Tromey  <tromey@redhat.com>
2906
2907         * exec.c (exec_close, exec_file_attach): Update.
2908         (add_to_section_table): Initialize 'key' field.
2909         (add_target_sections, remove_target_sections): Add 'key' argument.
2910         * exec.h (add_target_sections, remove_target_sections): Add
2911         'key' argument.
2912         * solib.c (solib_map_sections, update_solib_list, clear_solib)
2913         (reload_shared_libraries_1): Update.
2914         * target.h (struct target_section) <key>: New field.
2915
2916 2012-08-22  Tom Tromey  <tromey@redhat.com>
2917
2918         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2919
2920 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2921
2922         * symfile.c (allocate_symtab): Use host_address_to_string
2923         function instead of cast of pointer to long which is not
2924         compatible with x86_64-w64-mingw32 build.
2925
2926 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2927
2928         * mips-tdep.c (is_octeon): New function.
2929         (is_octeon_bbit_op): New function.
2930         (mips32_next_pc): Handle Octeon's bbit instructions.
2931         (mips32_instruction_has_delay_slot): Likewise.
2932
2933 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2934
2935         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2936         before the function.
2937
2938 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2939
2940         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2941
2942 2012-08-19  Keith Seitz  <keiths@redhat.com>
2943
2944         PR c++/14365
2945         * c-typeprint.c (c_type_print_varspec_prefix): Pass
2946         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2947
2948 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
2949
2950         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2951         The typo broke "make TAGS".
2952
2953 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
2954
2955         GDB 7.5 released.
2956
2957 2012-08-17  Keith Seitz  <keiths@redhat.com>
2958
2959         PR c++/13356
2960         * gdbtypes.c (strict_type_checking): New variable.
2961         (show_strict_type_checking): New function.
2962         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2963         if strict type checking is disabled.
2964         (_initialize_gdbtypes): Add "check type" subcommand.
2965         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2966
2967 2012-08-17  Keith Seitz  <keiths@redhat.com>
2968
2969         * language.h (type_mode): Remove.
2970         (type_check): Remove.
2971         (struct language_defn): Remove la_type_check.
2972         (STRICT_TYPE): Remove unused macro.
2973         (type_error): Remove.
2974         * language.c (set_type_range_case): Renamed to ...
2975         (set_range_case): ... this.  Update all callers.
2976         Remove type_mode/type_check.
2977         (type_mode): Remove.
2978         (type_check): Remove.
2979         (show_type_command): Remove.
2980         (set_type_command): Remove.
2981         (language_info): Remove type checking output.
2982         (type_error): Remove unused function.
2983         (range_error): Update comment.
2984         (unknown_language_defn): Remove la_type_check.
2985         (auto_language_defn): Likewise.
2986         (local_language_defn): Likewise.
2987         (_initialize_language): Remove "check type" subcommand.
2988         * ada-lang.c (ada_language_defn): Remove la_type_check.
2989         * c-lang.c (c_language_defn): Likewise.
2990         (cplus_language_defn): Likewise.
2991         (asm_language_defn): Likewise.
2992         (minimal_language_defn): Likewise.
2993         * d-lang.c (d_language_defn): Likewise.
2994         * f-lang.c (f_language_defn): Likewise.
2995         * go-lang.c (go_language_defn): Likewise.
2996         * jv-lang.c (java_language_defn): Likewise.
2997         * m2-lang.c (m2_language_defn): Likewise.
2998         * objc-lang.c (objc_language_defn): Likewise.
2999         * opencl-lang.c (opencl_language_defn): Likewise.
3000         * p-lang.c (pascal_language_defn): Likewise.
3001
3002 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
3003
3004         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
3005
3006 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3007
3008         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
3009         New function.
3010         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
3011         using the regache.  Use ia64_hpux_get_register_from_save_state_t
3012         to access the bsp and bspstore registers if not.
3013
3014 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3015
3016         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
3017         * breakpoint.c (detach_breakpoints): Change pid parameter into
3018         a ptid.  Adjust code accordingly.
3019         * infrun.c (handle_inferior_event): Delete variable child_pid.
3020         Update call to detach_breakpoints to pass the child ptid for
3021         fork events.
3022         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
3023         assert that inferior_ptid's lwp is zero.
3024         (linux_handle_extended_wait): Update call to detach_breakpoints.
3025         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
3026         detach_breakpoints.
3027
3028 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3029
3030         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
3031         parent, only call detach_breakpoints if tts.tts_event ==
3032         TTEVT_VFORK.
3033
3034 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
3035
3036         * dwarf2-frame.c (dwarf2_frame_cache): Use
3037         get_frame_address_in_block instead of get_frame_pc as
3038         the bound for executing the frame's FDE.
3039
3040 2012-08-16  Yao Qi  <yao@codesourcery.com>
3041
3042         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
3043         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
3044         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
3045         (c_type_print_varspec_suffix): Likewise.
3046         * eval.c (evaluate_subexp_standard): Likewise.
3047         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
3048         (f_type_print_varspec_suffix): Likewise.
3049         * gdbtypes.c (is_scalar_type): Likewise.
3050         (recursive_dump_type): Likewise.
3051         * infcall.c (value_arg_coerce): Likewise.
3052         * m2-valprint.c (m2_val_print): Likewise.
3053         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
3054         (pascal_type_print_varspec_suffix): Likewise.
3055         (pascal_type_print_base): Likewise.
3056         * p-valprint.c (pascal_val_print): Likewise.
3057         (pascal_val_print): Likewise.
3058         * valops.c (value_slice): Likewise.
3059         * valprint.c (scalar_type_p): Likewise.
3060         * valarith.c (value_bitstring_subscript): Remove.
3061         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
3062         Remove comment on TYPE_CODE_BITSTRING.
3063
3064         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
3065         TYPE_CODE_BITSTRING.
3066
3067         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
3068         slot 0.
3069
3070 2012-08-16  Yao Qi  <yao@codesourcery.com>
3071
3072         * tracepoint.c (trace_find_none_command): Remove.
3073         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
3074
3075 2012-08-16  Yao Qi  <yao@codesourcery.com>
3076
3077         * remote.c (handle_notification): Remove parameter 'length'.
3078         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
3079
3080 2012-08-15  Keith Seitz  <keiths@redhat.com>
3081
3082         * gdbtypes.c (opaque_type_resolution): Make static.
3083         Add missing comment.
3084         (overload_debug): Add missing comment.
3085         (show_opaque_type_resolution): Likewise.
3086         (show_overload_debug): Likewise.
3087         (print_bit_vector): Remove unnecessary forward declaration.
3088         (print_arg_types): Likewise.
3089         (dump_fn_fieldlists): Likewise.
3090         (print_cplus_stuff): Likewise.
3091
3092 2012-08-15  Tom Tromey  <tromey@redhat.com>
3093
3094         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
3095         (gdb_bfd_ref): Initialize new field.
3096         (gdb_bfd_unref): Unref the archive BFD.
3097         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
3098         parent archive.
3099
3100 2012-08-15  Tom Tromey  <tromey@redhat.com>
3101
3102         PR python/14387:
3103         * python/py-bpevent.c (create_breakpoint_event_object): Update
3104         comment.
3105         * python/py-event.c (evpy_add_attribute): Update comment.
3106         * python/py-exitedevent.c (create_exited_event_object): Fix
3107         reference counting and error handling.
3108         * python/py-newobjfileevent.c (create_new_objfile_event_object):
3109         Fix reference counting.
3110         * python/py-signalevent.c (create_signal_event_object): Fix
3111         reference counting and error handling.
3112         * python/py-stopevent.c (emit_stop_event): Fix reference
3113         counting.
3114         * python/py-threadevent.c (get_event_thread): Return a
3115         borrowed reference.
3116         * python/py-type.c (convert_field): Fix reference counting.
3117
3118 2012-08-15  Tom Tromey  <tromey@redhat.com>
3119
3120         * dwarf2read.c (dwarf_decode_macro_bytes)
3121         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
3122         as hash key.
3123
3124 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
3125
3126         * infcmd.c (_initialize_infcmd): Update help text for the signal,
3127         stepi, nexti, finish, next, step, jump, and continue commands.
3128         * infrun.c (_initialize_infrun): Update help text for the handle
3129         command.
3130
3131 2012-08-14  Doug Evans  <dje@google.com>
3132
3133         * gdbtypes.c (struct extra): Delete, unused.
3134
3135         * gdbtypes.c: Whitespace cleanup.
3136         (address_space_name_to_int): Remove "extern" from definition.
3137         (_initialize_gdbtypes): Declare with initialize_file_ftype.
3138
3139         * gdbtypes.c (make_pointer_type): Remove redundant setting of
3140         TYPE_POINTER_TYPE (type).
3141
3142 2012-08-14  Gary Benson  <gbenson@redhat.com>
3143
3144         * solib-svr4.c (svr4_free_library_list): Use free_so.
3145
3146 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
3147
3148         * .gitignore: Add go-exp.c.
3149
3150 2012-08-13  Doug Evans  <dje@google.com>
3151
3152         * value.c (show_convenience): Tweak comment.
3153         (_initialize_values): Mention convenience functions in the help text
3154         for "show convenience".
3155
3156 2012-08-13  Yao Qi  <yao@codesourcery.com>
3157
3158         * std-operator.def: Remove TERNOP_SLICE_COUNT.
3159         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
3160         TERNOP_SLICE_COUNT.
3161         * eval.c (evaluate_subexp_standard): Likewise.
3162         * expprint.c (print_subexp_standard): Likewise.
3163         (dump_subexp_body_standard): Likewise.
3164         * parse.c (operator_length_standard): Likewise.
3165
3166 2012-08-13  Yao Qi  <yao@codesourcery.com>
3167
3168         * std-operator.def: Remove OP_BITSTRING.
3169         * breakpoint.c (watchpoint_exp_is_const): Update.
3170         * eval.c (evaluate_subexp_standard): Remove handling to
3171         OP_BITSTRING.
3172         * expprint.c (print_subexp_standard): Likewise.
3173         (dump_subexp_body_standard): Likewise.
3174         * parse.c (operator_length_standard): Likewise.
3175         * valops.c (value_bitstring): Remove.
3176         * value.h: Remove the declaration of 'value_bitstring'.
3177
3178 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3179
3180         * linespec.c (find_methods): Remove unused variables `i1' and
3181         `name_len'.
3182         (decode_line_full): Likewise for `arg_start'.
3183
3184 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
3185
3186         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
3187         (zlib_decompress_section): Likewise for `section_data'.
3188         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
3189
3190 2012-08-10  Doug Evans  <dje@google.com>
3191
3192         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
3193         * NEWS: Document them.
3194         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
3195         function/strfns.py.
3196         * python/py-type.c (typy_array_1): New function.
3197         (typy_array): Call it.
3198         (typy_vector): New function.
3199         (type_object_methods): Add "vector".
3200         * python/lib/gdb/function/__init__.py: New file.
3201         * python/lib/gdb/function/strfns.py: New file.
3202
3203 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
3204
3205         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
3206         for TYPE_FIELD_BITPOS.
3207         (typy_get_sizeof): Likewise for TYPE_LENGTH.
3208
3209 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
3210
3211         PR cli/10436:
3212         * common/vec.h (VEC_merge): Define.
3213         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
3214         (DEF_VEC_ALLOC_FUNC_P): Likewise.
3215         (DEF_VEC_ALLOC_FUNC_O): Likewise.
3216         * completer.c: Include gdb_signals.h.
3217         (signal_completer): Define.
3218         * completer.h (signal_completer): Add prototype.
3219         * infcmd.c (_initialize_infcmd): Assign the command
3220         completer for "signal" to handle_completer.
3221         * infrun.c: Include completer.h.
3222         (handle_completer): Define.
3223         (_initialize_infrun): Declare a new local variable c.  Store the
3224         result of add_com("handle") to it.  Assign the command
3225         completer for "handle" to handle_completer.
3226
3227 2012-08-09  Yao Qi  <yao@codesourcery.com>
3228
3229         * cli/cli-decode.c (set_cmd_prefix): New.
3230         (lookup_cmd_for_prefixlist): New.
3231         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
3232         of each cmd_list_element in *prefixlist.
3233         (add_setshow_cmd_full): set_cmd_prefix.
3234         (add_alias_cmd): Likewise.
3235         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
3236         Declare 'auto_boolean_enums'.
3237         * cli/cli-setshow.c: Include "observer.h".
3238         (notify_command_param_changed_p): New.
3239         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
3240         Remove 'static'.
3241         (do_setshow_command): Split it to ...
3242         (do_set_command, do_show_command): ... them.  New.
3243         (do_set_command): Call observer_notify_command_param_changed if
3244         notify_command_param_changed_p returns true.
3245         (cmd_show_list): Caller update.
3246         * auto-load.c (set_auto_load_cmd): Likewise.
3247         * remote.c (show_remote_cmd): Likewise.
3248         * cli/cli-setshow.h: Update declarations.
3249         * top.c (execute_command): Call do_set_command and do_show_command.
3250
3251         * NEWS: Mention new MI notification.
3252         * mi/mi-interp.c: Declare mi_command_param_changed.
3253         (mi_interpreter_init): Attach mi_command_param_changed to
3254         observer command_param_changed.
3255         (mi_command_param_changed): New.
3256         Remove mi_suppress_breakpoint_notifications.
3257         Define global variable mi_suppress_notification.
3258         (mi_breakpoint_created): Update.
3259         (mi_breakpoint_deleted): Likewise.
3260         (mi_breakpoint_modified): Likewise.
3261         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
3262         'gdb-set' and set mi_suppress_notification.
3263         * mi/mi-main.h: (mi_suppress_notification): New struct.
3264
3265 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
3266             Jan Kratochvil  <jan.kratochvil@redhat.com>
3267
3268         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
3269
3270 2012-08-09  Yao Qi  <yao@codesourcery.com>
3271
3272         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
3273         (skiplist): Move it to skip.c.
3274         (init_cmd_lists): Remove code setting enablebreaklist and
3275         skiplist to NULL.
3276         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
3277         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
3278         skiplist.
3279         * gdbcmd.h: Likewise.
3280         * skip.c (_initialize_step_skip): Move 'skiplist' from
3281         cli/cli-cmds.c.
3282
3283 2012-08-09  Yao Qi  <yao@codesourcery.com>
3284
3285         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
3286         * gnu-nat.c, symfile.c: Likewise.
3287
3288 2012-08-08  Aaron Gamble  <agamble@google.com>
3289
3290         * utils.c (prompt_for_continue_wait_time): New static global.
3291         (make_command_stats_cleanup): Initialize it.
3292         (report_command_stats): Subtract time waiting for user.
3293         (prompt_for_continue): Track time waiting for user.
3294         (defaulted_query): Track time waiting for user.
3295
3296 2012-08-08  Doug Evans  <dje@google.com>
3297
3298         * eval.c (evaluate_subexp_standard): Fix thinko in handling
3299         UNOP_MEMVAL_TYPE.
3300         * expprint.c (print_subexp_standard, case OP_TYPE): New.
3301         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
3302         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
3303         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
3304         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
3305         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
3306         elt.
3307         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3308         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3309         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3310         (dump_prefix_expression): Handle OP_TYPE.
3311
3312 2012-08-08  Keith Seitz  <keiths@redhat.com>
3313
3314         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3315         addr_start.
3316
3317 2012-08-08  Doug Evans  <dje@google.com>
3318
3319         * linux-thread-db.c: #include "gdb_vecs.h".
3320         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
3321         updated.
3322         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
3323         (thread_db_load_search): Use a vector to iterate over path elements.
3324         Handle text appearing after "$pdir".
3325
3326         * gdb_string.h: Moved to ...
3327         * common/gdb_string.h: ... here.
3328         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3329         gdb_string.h and gdb_assert.h.
3330
3331 2012-08-08  Yao Qi  <yao@codesourcery.com>
3332
3333         * tic6x-tdep.c (tic6x_register_to_value): Remove.
3334         (tic6x_value_to_register): Likewise.
3335         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3336         and set_gdbarch_value_to_register.
3337
3338 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3339             Jean-Marc Saffroy  <saffroy@gmail.com>
3340
3341         PR 11804
3342         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
3343         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3344         * gcore.c (gcore_create_callback): New function comment.  Add modified
3345         parameter.  Only write modified regions.  Set SEC_READONLY exactly
3346         according to MODIFIED.
3347         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
3348         the passed modified value to FUNC.
3349         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3350         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3351         first.  New variables modified and has_anonymous.  Parse the lines of
3352         smaps file.  Add the passed MODIFIED value to FUNC.
3353         * procfs.c (find_memory_regions_callback): Add the passed modified
3354         value.
3355
3356 2012-08-06  Tom Tromey  <tromey@redhat.com>
3357
3358         * dwarf2-frame.c (clear_pointer_cleanup): New function.
3359         (dwarf2_frame_cache): Use it.
3360         * frame-unwind.h (frame_sniffer_ftype): Document prologue
3361         cache initialization constraint.
3362
3363 2012-08-06  Tom Tromey  <tromey@redhat.com>
3364
3365         PR python/14386:
3366         * varobj.c (update_dynamic_varobj_children): Don't call
3367         PyIter_Check.
3368
3369 2012-08-06  Tom Tromey  <tromey@redhat.com>
3370
3371         PR cli/14392:
3372         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3373
3374 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
3375
3376         * NEWS: New entry for 'cd' default parameters.
3377         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3378
3379 2012-08-03  Tom Tromey  <tromey@redhat.com>
3380
3381         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3382         return.
3383
3384 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
3385
3386         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3387         to attempting lseek/write.
3388         (inf_child_fileio_pread): Likewise for pread.
3389
3390 2012-08-02  Yao Qi  <yao@codesourcery.com>
3391
3392         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3393         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3394         add_setshow_zinteger_cmd.
3395         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3396         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3397         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3398         instead of add_setshow_zinteger_cmd.
3399         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3400         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3401         instead of add_setshow_zinteger_cmd.
3402         * frame.c (frame_debug): Add 'unsigned'.
3403         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3404         add_setshow_zinteger_cmd.
3405         * frame.h: Update the declaration of 'frame_debug'.
3406         * gdbtypes.c (overload_debug): Add 'unsigned'.
3407         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3408         add_setshow_zinteger_cmd.
3409         * inferior.h: Update declaration of 'debug_infrun'.
3410         * infrun.c (debug_infrun): Add 'unsigned'.
3411         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3412         add_setshow_zinteger_cmd.
3413         * jit.c (jit_debug): Add 'unsigned'.
3414         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3415         add_setshow_zinteger_cmd.
3416         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3417         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3418         instead of add_setshow_zinteger_cmd.
3419         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3420         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3421         add_setshow_zinteger_cmd.
3422         * machoread.c (mach_o_debug_level): Add 'unsigned'.
3423         (_initialize_machoread): Call add_setshow_zuinteger_cmd
3424         instead of add_setshow_zinteger_cmd.
3425         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3426         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3427         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3428         intead of add_setshow_zinteger_cmd.
3429         * mips-tdep.c (mips_debug): Add 'unsigned'.
3430         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3431         instead of add_setshow_zinteger_cmd.
3432         * monitor.c (monitor_debug): Add 'unsigned'.
3433         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3434         add_setshow_zinteger_cmd.
3435         * observer.c (observer_debug): Add 'unsigned'.
3436         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3437         add_setshow_zinteger_cmd.
3438         * parse.c (expressiondebug): Add 'unsigned'.
3439         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3440         add_setshow_zinteger_cmd.
3441         * record.c (record_debug): Add 'unsigned'.
3442         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3443         add_setshow_zinteger_cmd.
3444         * record.h: Update the declaration of 'record_debug'.
3445         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3446         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3447         add_setshow_zinteger_cmd.
3448         * serial.c (global_serial_debug_p): Add 'unsigned'.
3449         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3450         add_setshow_zinteger_cmd.
3451         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3452         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3453         add_setshow_zinteger_cmd.
3454         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3455         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3456         add_setshow_zinteger_cmd.
3457         * target.c (targetdebug): Add 'unsigned'.
3458         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3459         add_setshow_zinteger_cmd.
3460         * valops.c (overload_debug): Add 'unsigned'.
3461         * varobj.c (varobjdebug): Add 'unsigned'.
3462         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3463         add_setshow_zinteger_cmd.
3464         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3465         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3466         instead of add_setshow_zinteger_cmd.
3467
3468         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3469         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3470         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3471         instead of add_setshow_zinteger_cmd.
3472         * gdbarch.c, gdbarch.h: Re-generated.
3473
3474 2012-08-02  Yao Qi  <yao@codesourcery.com>
3475
3476         * nto-tdep.c: Don't include cli/cli-decode.h and
3477         cli/cli-cmds.h.
3478         (_initialize_nto_tdep): Remove.
3479         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3480         Remove field.
3481         Remove macro nto_internal_debugging.
3482
3483 2012-08-01  Richard Henderson  <rth@redhat.com>
3484
3485         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3486         (mep-*-*) [gdb_target_obs]: Likewise.
3487
3488 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
3489
3490         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3491         linux_get_siginfo_type.
3492
3493 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
3494
3495         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3496         AT_ENTRY_POINT.
3497         (call_function_by_hand) <ON_STACK>: Call write_memory with
3498         gdbarch_breakpoint_from_pc, if possible.
3499         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3500         here.
3501
3502 2012-07-31  Yao Qi  <yao@codesourcery.com>
3503
3504         * tracepoint.c: Add 'static' for some variables.
3505
3506 2012-07-31  Yao Qi  <yao@codesourcery.com>
3507
3508         * go32-nat.c: Declare _initialize_go32_nat.
3509         * ser-go32.c: Declare _initialize_ser_dos.
3510         * top.c (do_chdir_cleanup): Add 'static'.
3511
3512 2012-07-30  Keith Seitz  <keiths@redhat.com>
3513
3514         * linespec.c (linespec_lex_number): A number followed
3515         by quotes is a valid number, too.
3516
3517 2012-07-30  Tom Tromey  <tromey@redhat.com>
3518
3519         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3520
3521 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
3522
3523         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3524         attempt to 4-byte-align HW breakpoint addresses for Thumb.
3525
3526 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
3527
3528         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3529         invalid or reevaluated to prevent prevent references to possibly
3530         delete'd type objects being left in the varobj.
3531
3532 2012-07-27  Tom Tromey  <tromey@redhat.com>
3533             Jan Kratochvil  <jan.kratochvil@redhat.com>
3534
3535         * copying.awk: Print buffer-read-only and vi ro markers.
3536         * copying.c: Rebuild.
3537         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3538         * gdbarch.c, gdbarch.h: Rebuild.
3539         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3540         buffer-read-only and vi ro markers.
3541         * features/arm-with-iwmmxt.c: Rebuild.
3542         * features/arm-with-m-fpa-layout.c: Rebuild.
3543         * features/arm-with-m-vfp-d16.c: Rebuild.
3544         * features/arm-with-m.c: Rebuild.
3545         * features/arm-with-neon.c: Rebuild.
3546         * features/arm-with-vfpv2.c: Rebuild.
3547         * features/arm-with-vfpv3.c: Rebuild.
3548         * features/i386/amd64-avx-linux.c: Rebuild.
3549         * features/i386/amd64-avx.c: Rebuild.
3550         * features/i386/amd64-linux.c: Rebuild.
3551         * features/i386/amd64.c: Rebuild.
3552         * features/i386/i386-avx-linux.c: Rebuild.
3553         * features/i386/i386-avx.c: Rebuild.
3554         * features/i386/i386-linux.c: Rebuild.
3555         * features/i386/i386-mmx-linux.c: Rebuild.
3556         * features/i386/i386-mmx.c: Rebuild.
3557         * features/i386/i386.c: Rebuild.
3558         * features/i386/x32-avx-linux.c: Rebuild.
3559         * features/i386/x32-avx.c: Rebuild.
3560         * features/i386/x32-linux.c: Rebuild.
3561         * features/i386/x32.c: Rebuild.
3562         * features/mips-dsp-linux.c: Rebuild.
3563         * features/mips-linux.c: Rebuild.
3564         * features/mips64-dsp-linux.c: Rebuild.
3565         * features/mips64-linux.c: Rebuild.
3566         * features/rs6000/powerpc-32.c: Rebuild.
3567         * features/rs6000/powerpc-32l.c: Rebuild.
3568         * features/rs6000/powerpc-403.c: Rebuild.
3569         * features/rs6000/powerpc-403gc.c: Rebuild.
3570         * features/rs6000/powerpc-405.c: Rebuild.
3571         * features/rs6000/powerpc-505.c: Rebuild.
3572         * features/rs6000/powerpc-601.c: Rebuild.
3573         * features/rs6000/powerpc-602.c: Rebuild.
3574         * features/rs6000/powerpc-603.c: Rebuild.
3575         * features/rs6000/powerpc-604.c: Rebuild.
3576         * features/rs6000/powerpc-64.c: Rebuild.
3577         * features/rs6000/powerpc-64l.c: Rebuild.
3578         * features/rs6000/powerpc-7400.c: Rebuild.
3579         * features/rs6000/powerpc-750.c: Rebuild.
3580         * features/rs6000/powerpc-860.c: Rebuild.
3581         * features/rs6000/powerpc-altivec32.c: Rebuild.
3582         * features/rs6000/powerpc-altivec32l.c: Rebuild.
3583         * features/rs6000/powerpc-altivec64.c: Rebuild.
3584         * features/rs6000/powerpc-altivec64l.c: Rebuild.
3585         * features/rs6000/powerpc-cell32l.c: Rebuild.
3586         * features/rs6000/powerpc-cell64l.c: Rebuild.
3587         * features/rs6000/powerpc-e500.c: Rebuild.
3588         * features/rs6000/powerpc-e500l.c: Rebuild.
3589         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3590         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3591         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3592         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3593         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3594         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3595         * features/rs6000/powerpc-vsx32.c: Rebuild.
3596         * features/rs6000/powerpc-vsx32l.c: Rebuild.
3597         * features/rs6000/powerpc-vsx64.c: Rebuild.
3598         * features/rs6000/powerpc-vsx64l.c: Rebuild.
3599         * features/rs6000/rs6000.c: Rebuild.
3600         * features/s390-linux32.c: Rebuild.
3601         * features/s390-linux32v1.c: Rebuild.
3602         * features/s390-linux32v2.c: Rebuild.
3603         * features/s390-linux64.c: Rebuild.
3604         * features/s390-linux64v1.c: Rebuild.
3605         * features/s390-linux64v2.c: Rebuild.
3606         * features/s390x-linux64.c: Rebuild.
3607         * features/s390x-linux64v1.c: Rebuild.
3608         * features/s390x-linux64v2.c: Rebuild.
3609         * features/tic6x-c62x-linux.c: Rebuild.
3610         * features/tic6x-c62x.c: Rebuild.
3611         * features/tic6x-c64x-linux.c: Rebuild.
3612         * features/tic6x-c64x.c: Rebuild.
3613         * features/tic6x-c64xp-linux.c: Rebuild.
3614         * features/tic6x-c64xp.c: Rebuild.
3615
3616 2012-07-27  Tom Tromey  <tromey@redhat.com>
3617
3618         * c-exp.y (classify_name): Avoid assignment in condition.
3619
3620 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
3621
3622         * amd64-windows-tdep.c: Include "frame.h".
3623         (amd64_windows_skip_trampoline_code): New function.
3624         (amd64_windows_init_abi): Add trampoline registration.
3625
3626 2012-07-27  Yao Qi  <yao@codesourcery.com>
3627
3628         * tracepoint.c (cur_traceframe_number): Remove.
3629         (set_tfile_traceframe): Remove.
3630         (tfile_trace_find, tfile_fetch_registers): Update callers.
3631         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3632         (tfile_open, tfile_trace_find): Likewise.
3633
3634 2012-07-27  Yao Qi  <yao@codesourcery.com>
3635
3636         * thread.c (switch_to_thread): Don't call registers_changed.
3637
3638 2012-07-26  Tom Tromey  <tromey@redhat.com>
3639
3640         * Makefile.in (SFILES): Remove objc-exp.y.
3641         (YYFILES): Remove objc-exp.c.
3642         (YYOBJ): Remove objc-exp.o.
3643         (local-maintainer-clean): Don't mention objc-exp.c.
3644         * c-exp.y: Include objc-lang.h.
3645         (%union) <class>: New field.
3646         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3647         (exp): Clone subscript production for OBJC_LBRAC.  Add various
3648         Objective C productions.
3649         (msglist, msgarglist, msgarg): New productions.
3650         (array_mod, func_mod, operator): Clone productions for
3651         OBJC_LBRAC.
3652         (parse_string_or_char): Handle '@' strings.
3653         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
3654         (classify_name): Check la_name_of_this.  Recognize ObjC class
3655         names.
3656         * objc-exp.y: Remove.
3657         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3658         * objc-lang.h (objc_parse, objc_error): Don't declare.
3659
3660 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
3661
3662         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3663
3664 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3665
3666         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3667         and decrement.
3668
3669 2012-07-26  Tom Tromey  <tromey@redhat.com>
3670
3671         * copying.c: Rebuild.
3672         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
3673         'no_class'.
3674
3675 2012-07-26  Tom Tromey  <tromey@redhat.com>
3676
3677         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3678         immediate_quit.
3679         (print_objfile_statistics): Likewise.
3680         (maintenance_print_symbols): Likewise.
3681         (maintenance_print_msymbols): Likewise.
3682         (maintenance_print_objfiles): Likewise.
3683         * psymtab.c (print_partial_symbols): Call QUIT.
3684         (maintenance_print_psymbols): Likewise.  Don't modify
3685         immediate_quit.
3686         * copying.c (show_copying_command): Don't modify immediate_quit.
3687         (show_warranty_command): Likewise.
3688         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3689
3690 2012-07-26  Keith Seitz  <keiths@redhat.com>
3691
3692         * linespec.c (linespec_lexer_lex_number): The input
3693         is also a valid number if the next character is a comma
3694         or colon.
3695
3696 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
3697
3698         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3699         configure options.
3700
3701 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3702
3703         * machoread.c: Include gdb_bfd.h.
3704
3705 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3706
3707         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3708         offset.
3709
3710 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3711
3712         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3713         SIZE to size_t.
3714         (dwarf2_evaluate_loc_desc): Likewise.
3715         (dwarf2_loc_desc_needs_frame): Likewise.
3716         (locexpr_describe_location_1): Likewise.
3717         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3718         size_t.
3719         (struct dwarf2_loclist_baton): Likewise.
3720         * dwarf2read.c (struct dwarf_block): Likewise.
3721         (dump_die_shallow): Use pulongest to print dwarf_block.size.
3722         (decode_locdesc): Expand SIZE and I to size_t.
3723
3724 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3725
3726         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3727
3728 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3729
3730         * doublest.c (convert_doublest_to_floatformat): If the exponent
3731         is too small, treat the value as zero.  If the exponent is too
3732         large, treat the value as infinity.
3733
3734 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3735
3736         * configure.ac: Add --enable-lmcheck configure option.
3737         * configure: Regenerate.
3738
3739 2012-07-25  Tom Tromey  <tromey@redhat.com>
3740
3741         * NEWS: Mention maint info bfds.
3742         * gdb_bfd.c (all_bfds): New global.
3743         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3744         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3745         New functions.
3746
3747 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
3748
3749         * configure.tgt: Add v850*-*-rtems*.
3750
3751 2012-07-25  Tom Tromey  <tromey@redhat.com>
3752
3753         * macrotab.c (macro_bcache_str): Remove cast.
3754
3755 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
3756
3757         * linespec.c (linespec_lexer_lex_number): Update comments,
3758         change the return and add check to make sure the input is
3759         the decimal numbers.
3760         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3761         false, call linespec_lexer_lex_string.
3762
3763 2012-07-24  Tom Tromey  <tromey@redhat.com>
3764
3765         * symfile.c (symbol_file_add): Don't open BFD twice.
3766
3767 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
3768
3769         * breakpoint.c (create_breakpoint): Store condition for pending
3770         breakpoints.
3771
3772 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
3773
3774         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3775         (m68k_return_value): Handle complex types like structures.
3776         (m68k_svr4_return_value): Likewise.
3777
3778 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3779
3780         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3781         parameters to bfd_get_section_name.
3782
3783 2012-07-24  Yao Qi  <yao@codesourcery.com>
3784
3785         * cli/cli-setshow.c: Handle case 'var_uinteger'
3786         and 'var_zuninteger' together.  Handle case 'var_integer' and
3787         'var_zinteger' together.
3788
3789 2012-07-23  Keith Seitz  <keiths@redhat.com>
3790
3791         * linespec.c (convert_linespec_to_sal): Don't add
3792         any symbols to the result vector if symbol_to_sal
3793         returns zero.
3794
3795 2012-07-23  Keith Seitz  <keiths@redhat.com>
3796
3797         * linespec.c (decode_objc): Record the function name
3798         in the linespec.
3799
3800 2012-07-23  Tom Tromey  <tromey@redhat.com>
3801
3802         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
3803         counting.
3804         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3805         (map_vmap): Acquire a reference to the BFD.
3806
3807 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
3808
3809         * p-valprint.c (pascal_object_print_value): Replace potentially
3810         unsafe alloca with xmalloc/xfree.
3811         * valops.c (search_struct_method): Likewise.
3812
3813 2012-07-23  Tom Tromey  <tromey@redhat.com>
3814
3815         * solib-svr4.c (enable_break): Update.
3816         * bfd-target.h (target_bfd_reopen): Update documentation.
3817
3818 2012-07-23  Tom Tromey  <tromey@redhat.com>
3819
3820         * symfile.c (separate_debug_file_exists): Update.
3821         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3822         (reread_symbols): Update.
3823         * elfread.c (build_id_verify): Update.
3824         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3825         bfd_open_maybe_remote.
3826
3827 2012-07-23  Tom Tromey  <tromey@redhat.com>
3828
3829         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3830
3831 2012-07-23  Tom Tromey  <tromey@redhat.com>
3832
3833         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3834         and 'abfd'.
3835         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3836         and 'abfd'.
3837         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3838         * machoread.c (macho_add_oso_symfile): Make a cleanup for
3839         'abfd'.
3840         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3841         * objfiles.c (allocate_objfile): Acquire a new reference.
3842         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3843         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3844         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3845         a cleanup for 'nbfd'.
3846         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3847         for 'nbfd'.
3848         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3849         make a cleanup for 'abfd'.
3850         (symbol_file_add): Make a BFD cleanup.
3851
3852 2012-07-23  Tom Tromey  <tromey@redhat.com>
3853
3854         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3855         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3856         * corelow.c (core_open): Use gdb_bfd_fopen.
3857         * dsrec.c (load_srec): Use gdb_bfd_openr.
3858         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3859         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3860         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3861         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3862         (gdb_bfd_fdopenr): New functions.
3863         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3864         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3865         (gdb_bfd_fdopenr): Declare.
3866         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3867         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3868         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3869         gdb_bfd_openr_next_archived_file.
3870         (macho_check_dsym): Use gdb_bfd_openr.
3871         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3872         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3873         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3874         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3875         gdb_bfd_openr.
3876         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3877         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3878         gdb_bfd_openr_next_archived_file.
3879         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3880         Use gdb_bfd_openr.
3881         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3882         gdb_bfd_openr.
3883         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3884         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3885         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3886         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3887         (symfile_bfd_open): Use gdb_bfd_fopen.
3888         (generic_load): Use gdb_bfd_openr.
3889         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3890
3891 2012-07-23  Tom Tromey  <tromey@redhat.com>
3892
3893         * bfd-target.c (target_bfd_reopen): Update.
3894         * cli/cli-dump.c (bfd_openr_with_cleanup)
3895         (bfd_openw_with_cleanup): Update.
3896         * corelow.c (core_open): Update.
3897         * dsrec.c (load_srec): Update.
3898         * exec.c (exec_file_attach): Update.
3899         * gcore.c (create_gcore_bfd): Update.
3900         * gdb_bfd.c (gdb_bfd_ref): Return void.
3901         (gdb_bfd_open): Update.
3902         * gdb_bfd.h (gdb_bfd_ref): Return void.
3903         Update comments.
3904         * jit.c (jit_bfd_try_read_symtab): Update.
3905         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3906         * machoread.c (macho_symfile_read_all_oso): Update.
3907         (macho_check_dsym): Update.
3908         * procfs.c (insert_dbx_link_bpt_in_file): Update.
3909         * remote-m32r-sdi.c (m32r_load): Update.
3910         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3911         * rs6000-nat.c (add_vmap): Update.
3912         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3913         Update.
3914         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3915         * solib-spu.c (spu_bfd_open): Update.
3916         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3917         * spu-linux-nat.c (spu_bfd_open): Update.
3918         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3919         (generic_load): Update.
3920         * windows-nat.c (windows_make_so): Update.
3921
3922 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
3923
3924         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3925
3926 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
3927
3928         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3929         SIGTRAMP_FRAME unwinding.
3930
3931 2012-07-20  Doug Evans  <dje@google.com>
3932
3933         * NEWS: Document new options "set/show use-deprecated-index-sections",
3934         and delete reference to --use-deprecated-index-sections.
3935         * symfile.h (use_deprecated_index_sections): Delete.
3936         * dwarf2read.c (use_deprecated_index_sections): Make static.
3937         (read_index_from_section): Update wording of how to load
3938         deprecated index sections.
3939         (_initialize_dwarf2_read): New options
3940         "set/show use-deprecated-index-sections".
3941         * main.c (captured_main): Delete --use-deprecated-index-sections.
3942
3943 2012-07-20  Pedro Alves  <palves@redhat.com>
3944
3945         PR threads/11692
3946         PR gdb/12203
3947
3948         * infrun.c (handle_inferior_event) <new thread>: Don't special
3949         case minus_one_ptid.
3950         <TARGET_WAITKIND_SPURIOUS>: Ditto.
3951         * linux-thread-db.c (thread_get_info_callback): Don't return early
3952         if the thread is zombie.
3953         (thread_from_lwp): Change return type to void.  Rewrite stale
3954         comment.
3955         (attach_thread): Don't return early if the thread is zombie,
3956         instead set its "dying" flag.
3957         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3958         (find_new_threads_callback): Don't return early if the thread is
3959         zombie.
3960
3961 2012-07-20  Pedro Alves  <palves@redhat.com>
3962
3963         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3964         * target.c (target_wait): Likewise.
3965         (str_comma_list_concat_elem, do_option, target_options_to_string):
3966         New functions.
3967         * target.h (target_options_to_string): Declare.
3968
3969 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
3970             Tom Tromey  <tromey@redhat.com>
3971
3972         * dwarf2read.c (dwarf_decode_macros)
3973         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3974         DW_MACRO_GNU_transparent_include_alt>: New cases.
3975         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3976         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3977
3978 2012-07-20  Tom Tromey  <tromey@redhat.com>
3979
3980         * dwarf2read.c (try_open_dwo_file): Don't call
3981         gdb_bfd_stash_filename.
3982
3983 2012-07-20  Pedro Alves  <palves@redhat.com>
3984
3985         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3986         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3987         (i386_process_record): Tweak description comments.
3988
3989 2012-07-20  Pedro Alves  <palves@redhat.com>
3990
3991         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3992         (i386_process_record): Use record_read_memory.
3993         * record.c (record_read_memory): New function.
3994         (record_arch_list_add_mem, record_exec_insn): Use
3995         record_read_memory.
3996         * record.h (record_read_memory): Declare.
3997
3998 2012-07-20  Yao Qi  <yao@codesourcery.com>
3999
4000         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
4001         NULL for xfree.
4002
4003 2012-07-19  Pedro Alves  <palves@redhat.com>
4004
4005         * record.c (record_resume): Ask the target beneath to report all
4006         signals.
4007
4008 2012-07-19  Doug Evans  <dje@google.com>
4009
4010         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
4011         there's no section at address zero.
4012         (dwarf2_record_block_ranges): Ditto.
4013
4014 2012-07-19  Yao Qi  <yao@codesourcery.com>
4015
4016         * command.h, remote.c: Fix a typo in comment.
4017
4018 2012-07-19  Tom Tromey  <tromey@redhat.com>
4019
4020         PR exp/13206:
4021         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
4022         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
4023         OP_DECLTYPE>: New cases.
4024         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
4025         (type_exp): Add new productions.
4026         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
4027         and decltype.
4028         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
4029         New case.
4030         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
4031         OP_DECLTYPE>: New case.
4032         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
4033         New case.
4034         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
4035         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
4036
4037 2012-07-19  Tom Tromey  <tromey@redhat.com>
4038
4039         * c-exp.y (enum token_flags): New.
4040         (struct token) <cxx_only>: Remove.
4041         <flags>: New field.
4042         (tokentab3, tokentab2, ident_tokens): Update.
4043         (lex_one_token): Update.  Handle FLAG_SHADOW.
4044
4045 2012-07-19  Tom Tromey  <tromey@redhat.com>
4046
4047         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
4048         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
4049         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
4050         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
4051         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
4052         type_exp production where appropriate.
4053         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
4054         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
4055         <UNOP_MEMVAL_TYPE>: New case.
4056         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
4057         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
4058         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
4059         <UNOP_MEMVAL_TYPE>: New case.
4060         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
4061         UNOP_REINTERPRET_CAST>: Update.
4062         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4063         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
4064         UNOP_REINTERPRET_CAST>: Update.
4065         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
4066         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
4067         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
4068         constants.
4069
4070 2012-07-19  Yao Qi  <yao@codesourcery.com>
4071             Jan Kratochvil <jan.kratochvil@redhat.com>
4072
4073         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
4074         and case 'var_optional_filename' together.
4075         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
4076         instead of add_setshow_optional_filename_cmd for setshow command
4077         'args'.  Set completer for 'set args'.
4078
4079 2012-07-18  Doug Evans  <dje@google.com>
4080
4081         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
4082         * common/gdb_vecs.c: New file, contents from utils.c.
4083         * common/host-defs.h: New file, contents from defs.h.
4084         * utils.h: New file, contents from defs.h.
4085         * defs.h: Move all declarations of objects defined in utils.c
4086         to utils.h (except QUIT() and related).
4087         #include "utils.h", "host-defs.h".
4088         * probe.h (probe_p): Move here from gdb_vecs.h.
4089         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
4090         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
4091         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
4092         * Makefile.in (SFILES): Add common/gdb_vecs.c.
4093         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
4094         (COMMON_OBS): Add gdb_vecs.o.
4095         (gdb_vecs.o): New rule.
4096
4097 2012-07-18  Keith Seitz  <keiths@redhat.com>
4098
4099         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
4100         parameter.  If non-zero, use SYMNAME as the canonical name
4101         for the SaL.
4102         Update all callers.
4103         (convert_linespec_to_sals): Use add_sal_to_sals for
4104         expressions, too.
4105         (decode_line_full): No need to "fill in missing canonical names"
4106         anymore. Simply make cleanups for the allocated names.
4107
4108 2012-07-18  Keith Seitz  <keiths@redhat.com>
4109
4110         * linespec.c (struct linespec): Constify expression,
4111         source_filename, function_name, and label_name.
4112         (symbol_not_found_error): Make all parameters const.
4113         (linespec_parser_delete): No need to check for NULL
4114         when using xfree. Cast const char * to char * for xfree.
4115
4116 2012-07-18  Keith Seitz  <keiths@redhat.com>
4117
4118         * breakpoint.c (invalid_thread_id_error): New function.
4119         (find_condition_and_thread): Use invalid_thread_id_error.
4120         (watch_command_1): Likewise.
4121
4122 2012-07-18  Tom Tromey  <tromey@redhat.com>
4123
4124         * cc-with-index.sh, cc-with-dwz.sh: Remove.
4125         * contrib/cc-with-tweaks.sh: New file.
4126
4127 2012-07-18  Tom Tromey  <tromey@redhat.com>
4128
4129         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
4130         (locate_dwz_sections): Recognize .gdb_index.
4131         (create_cus_from_index_list): New function.
4132         (create_cus_from_index): Use it.  Handle .dwz data.
4133         (read_index_from_section): New function, extracted from
4134         dwarf2_read_index.
4135         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
4136         if needed.
4137
4138 2012-07-18  Tom Tromey  <tromey@redhat.com>
4139
4140         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
4141         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
4142         <is_dwz>: New field.
4143         (struct dwz_file): New.
4144         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
4145         (locate_dwz_sections, dwarf2_get_dwz_file)
4146         (get_abbrev_section_for_cu): New functions.
4147         (error_check_comp_unit_head, read_and_check_comp_unit_head)
4148         (read_and_check_type_unit_head): Add abbrev_section argument.
4149         (create_debug_types_hash_table): Update.
4150         (init_cutu_and_read_dies): Use proper abbrev section.
4151         (init_cutu_and_read_dies_no_follow): Likewise.
4152         (set_partial_user): Do nothing if PST==NULL.
4153         (read_comp_units_from_section): New function.
4154         (create_all_comp_units): Use it.
4155         (scan_partial_symbols, partial_die_parent_scope): Update.
4156         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4157         (process_imported_unit_die, read_partial_die): Handle .dwz files.
4158         (find_partial_die): Add offset_in_dwz argument.  Update.
4159         (guess_partial_die_structure_name, fixup_partial_die): Update.
4160         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
4161         DW_FORM_GNU_strp_alt.
4162         (read_indirect_string_from_dwz): New function.
4163         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
4164         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
4165         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
4166         (follow_die_offset): Add offset_in_dwz argument.
4167         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
4168         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
4169         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
4170         Handle new macro forms.
4171         (dwarf_decode_macros): Update.
4172         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
4173         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
4174         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
4175         (create_debug_types_hash_table): Use correct abbrev section.
4176         (get_debug_line_section): New function.
4177         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
4178         (process_full_comp_unit): Pass 'required' argument to
4179         end_symtab_get_static_block.
4180         * buildsym.h (end_symtab_get_static_block): Update.
4181         * buildsym.c (end_symtab_get_static_block): Add 'required'
4182         argument.
4183         (end_symtab, end_expandable_symtab): Update.
4184
4185 2012-07-18  Tom Tromey  <tromey@redhat.com>
4186
4187         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
4188         (pagesize): Remove.
4189         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
4190         (zlib_decompress_section): Remove.
4191         (dwarf2_read_section): Use gdb_bfd_map_section.
4192         (munmap_section_buffer): Remove.
4193         (free_dwo_file, dwarf2_per_objfile_free): Don't use
4194         munmap_section_buffer.
4195         * gdb_bfd.c: Include zlib.h, sys/mman.h.
4196         (struct gdb_bfd_section_data): New.
4197         (free_one_bfd_section): New function.
4198         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
4199         (get_section_descriptor, zlib_decompress_section)
4200         (gdb_bfd_map_section): New functions.
4201         * gdb_bfd.h (gdb_bfd_map_section): Declare.
4202
4203 2012-07-18  Tom Tromey  <tromey@redhat.com>
4204
4205         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
4206
4207 2012-07-18  Tom Tromey  <tromey@redhat.com>
4208
4209         * gdb_bfd.c (struct gdb_bfd_data): New.
4210         (gdb_bfd_cache): New global.
4211         (struct gdb_bfd_cache_search): New.
4212         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
4213         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
4214         * gdb_bfd.h (gdb_bfd_open): Declare.
4215
4216 2012-07-18  Tom Tromey  <tromey@redhat.com>
4217
4218         * utils.c (make_cleanup_bfd_unref): Rename from
4219         make_cleanup_bfd_close.
4220         * defs.h (make_cleanup_bfd_unref): Rename from
4221         make_cleanup_bfd_close.
4222         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
4223         (bfd_openw_with_cleanup): Update.
4224         * corelow.c (core_open): Update.
4225         * dsrec.c (load_srec): Update.
4226         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
4227         * remote-m32r-sdi.c (m32r_load): Update.
4228         * remote-mips.c (mips_load_srec): Update.
4229         (pmon_load_fast): Update.
4230         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4231         Update.
4232         (darwin_bfd_open): Update.
4233         * solib.c (solib_bfd_fopen): Update.
4234         * symfile-mem.c (symbol_file_add_from_memory): Update.
4235         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
4236         (symfile_bfd_open): Update.
4237         (generic_load): Update.
4238
4239 2012-07-18  Tom Tromey  <tromey@redhat.com>
4240
4241         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
4242         (pmon_load_fast): Likewise.
4243         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
4244         (m32r_upload_command): Likewise.
4245         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
4246         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4247         Use make_cleanup_bfd_close.
4248
4249 2012-07-18  Tom Tromey  <tromey@redhat.com>
4250
4251         * symfile.c (symfile_bfd_open): Don't copy name.  Call
4252         gdb_bfd_stash_filename.
4253         (load_command): Open the new BFD before freeing the old.
4254         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
4255         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
4256         Call gdb_bfd_stash_filename.
4257         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
4258         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
4259         gdb_bfd_stash_filename.
4260         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
4261         Free found_pathname.
4262         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
4263         gdb_bfd_stash_filename.
4264         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
4265         * machoread.c (macho_add_oso_symfile): Call
4266         gdb_bfd_stash_filename.
4267         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
4268         gdb_bfd_stash_filename.
4269         (macho_check_dsym): Don't copy filename.  Call
4270         gdb_bfd_stash_filename.
4271         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
4272         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
4273         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
4274         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
4275         * exec.c (exec_close): Don't free the BFD's filename.
4276         (exec_file_attach): Don't copy the filename.  Call
4277         gdb_bfd_stash_filename.
4278         * corelow.c (core_close): Don't free the BFD's filename.
4279         (core_open): Call gdb_bfd_stash_filename.
4280         * corefile.c (reopen_exec_file): Remove #if 0 code.
4281         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
4282         pathname.
4283         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
4284
4285 2012-07-18  Tom Tromey  <tromey@redhat.com>
4286
4287         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
4288         gdb_bfd_unref.
4289         (free_dwo_file): Use gdb_bfd_unref.
4290         * cli/cli-dump.c: Include gdb_bfd.h.
4291         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
4292         (bfd_openr_with_cleanup): Likewise.
4293         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
4294         gdb_bfd_unref.
4295         * utils.c: Include gdb_bfd.h.
4296         (do_bfd_close_cleanup): Use gdb_bfd_unref.
4297         * symfile.c: Include gdb_bfd.h.
4298         (separate_debug_file_exists): Use gdb_bfd_unref.
4299         (bfd_open_maybe_remote): Use gdb_bfd_ref.
4300         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4301         (generic_load): Use gdb_bfd_ref.
4302         (reread_symbols): Use gdb_bfd_unref.
4303         * symfile-mem.c: Include gdb_bfd.h.
4304         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
4305         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
4306         * solib.c: Include gdb_bfd.h.
4307         (solib_bfd_fopen): Use gdb_bfd_ref.
4308         (solib_bfd_open): Use gdb_bfd_unref.
4309         (free_so_symbols): Use gdb_bfd_unref.
4310         (reload_shared_libraries_1): Use gdb_bfd_unref.
4311         * solib-spu.c: Include gdb_bfd.h.
4312         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4313         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4314         gdb_bfd_unref.
4315         * solib-frv.c: Include gdb_bfd.h.
4316         (enable_break2): Use gdb_bfd_unref.
4317         * solib-dsbt.c: Include gdb_bfd.h.
4318         (enable_break2): Use gdb_bfd_unref.
4319         * solib-darwin.c: Include gdb_bfd.h.
4320         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4321         gdb_bfd_unref.
4322         (darwin_bfd_open): Use gdb_bfd_unref.
4323         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4324         * remote-mips.c: Include gdb_bfd.h.
4325         (mips_load_srec): Use gdb_bfd_ref.
4326         (pmon_load_fast): Use gdb_bfd_ref.
4327         * remote-m32r-sdi.c: Include gdb_bfd.h.
4328         (m32r_load): Use gdb_bfd_ref.
4329         * record.c: Include gdb_bfd.h.
4330         (record_save_cleanups): Use gdb_bfd_unref.
4331         (cmd_record_save): Use gdb_bfd_unref.
4332         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4333         gdb_bfd_unref.
4334         * objfiles.h (gdb_bfd_close_or_warn): Remove.
4335         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4336         * objfiles.c: Include gdb_bfd.h.
4337         (free_objfile): Use gdb_bfd_unref.
4338         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4339         gdb_bfd.c.
4340         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4341         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4342         (macho_check_dsym): Likewise.
4343         * m32r-rom.c: Include gdb_bfd.h.
4344         (m32r_load): Use gdb_bfd_ref.
4345         (m32r_upload_command): Use gdb_bfd_ref.
4346         * jit.c: Include gdb_bfd.h.
4347         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4348         * gdb_bfd.h: New file.
4349         * gdb_bfd.c: New file.
4350         * gcore.c: Include gdb_bfd.h.
4351         (create_gcore_bfd): Use gdb_bfd_ref.
4352         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4353         (gcore_command): Use gdb_bfd_unref.
4354         * exec.c: Include gdb_bfd.h.
4355         (exec_close): Use gdb_bfd_unref.
4356         (exec_close_1): Use gdb_bfd_unref.
4357         (exec_file_attach): Use gdb_bfd_ref.
4358         * elfread.c: Include gdb_bfd.h.
4359         (build_id_verify): Use gdb_bfd_unref.
4360         * dsrec.c: Include gdb_bfd.h.
4361         (load_srec): Use gdb_bfd_ref.
4362         * corelow.c: Include gdb_bfd.h.
4363         (core_close): Use gdb_bfd_unref.
4364         (core_open): Use gdb_bfd_ref.
4365         * bfd-target.c: Include gdb_bfd.h.
4366         (target_bfd_xclose): Use gdb_bfd_unref.
4367         (target_bfd_reopen): Use gdb_bfd_ref.
4368         * Makefile.in (SFILES): Add gdb_bfd.c.
4369         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4370         (COMMON_OBS): Add gdb_bfd.o.
4371
4372 2012-07-18  Keith Seitz  <keiths@redhat.com>
4373
4374         * breakpoint.c (find_condition_and_thread): Initialize
4375         TASK and REST.
4376         (create_breakpiont): find_condition_and_thread will now
4377         initialize COND_STRING, THREAD, and REST (and TASK).
4378         (addr_string_to_sals): Likewise.
4379
4380 2012-07-18  Pedro Alves  <palves@redhat.com>
4381
4382         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4383         Pull the single step breakpoints out of the target.
4384
4385 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4386
4387         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4388         * stap-probe.c (compile_probe_arg): Likewise.
4389
4390 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4391
4392         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4393         (elf_compile_to_ax): Likewise.
4394         * infrun.c (insert_exception_resume_from_probe): Likewise.
4395         (check_exception_resume): Remove `objfile' variable.
4396         * probe.c (find_probe_by_pc): Remove `objfile' argument.
4397         (struct probe_and_objfile, probe_and_objfile_s): Delete.
4398         (collect_probes): Adjust return value to `VEC (probe_p) *'.
4399         (compare_entries): Rename to...
4400         (compare_probes): ...this.  Adjust function to work with
4401         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
4402         respectively.
4403         (gen_ui_out_table_header_info): Adjust `probes' argument to be
4404         `VEC (probe_p) *'.
4405         (print_ui_out_info): Adjust argument to be `struct probe *'.
4406         (info_probes_for_ops): Adjust internal computations to use
4407         `VEC (probe_p) *'.
4408         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4409         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4410         gen_info_probes_table_values>: Remove `objfile' argument.
4411         (struct probe) <objfile>: New field.
4412         (find_probe_by_pc): Remove `objfile' argument.
4413         * stap-probe.c (stap_parse_probe_arguments): Likewise.
4414         (stap_get_probe_argument_count): Likewise.
4415         (stap_get_arg): Likewise.
4416         (stap_evaluate_probe_argument): Likewise.
4417         (stap_compile_to_ax): Likewise.
4418         (compile_probe_arg): Refactor not to pass `objfile' anymore.
4419         (handle_stap_probe): Fill `objfile' field from `struct probe'.
4420         (stap_gen_info_probes_table_header): Remove `objfile' argument.
4421         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4422         sym_compile_to_ax>: Likewise.
4423
4424 2012-07-18  Terry Guo  <terry.guo@arm.com>
4425
4426         PR 14329
4427         * defs.h (GDB_MI_MSG_WIDTH): New.
4428         * ser_base (ser_base_read_error_fd): New function.
4429         (do_ser_base_readchar): Poll error file descriptor as well as
4430         standard output.
4431         (generic_readchar): Refactor error handling.
4432
4433 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4434
4435         * NEWS: Create a new section for the next release branch.
4436         Rename the section of the current branch, now that it has
4437         been cut.
4438
4439 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4440
4441         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4442         * version.in: Bump version to 7.5.50.20120718-cvs.
4443
4444 2012-07-17  Keith Seitz  <keiths@redhat.com>
4445
4446         * linespec.c (linespec_parse_line_offset): Make parameter
4447         const.
4448
4449 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4450
4451         PR 11914
4452         * f-valprint.c (info_common_command): New variable frame_id.
4453         Reinitialize FI form FRAME_ID after each print_variable_and_value.
4454         * printcmd.c (print_variable_and_value): Extend function comment.
4455         Add comment for invalidated FRAME.
4456         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
4457         FI form FRAME_ID after each print_frame_local_vars.
4458         (struct print_variable_and_value_data): Change frame to frame_id.
4459         (do_print_variable_and_value): New variable frame, initialize it from
4460         p->frame_id.  Add comment for invalidated FRAME.
4461         (print_frame_local_vars, print_frame_arg_vars): New function comment.
4462         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
4463         for invalidated FRAME.
4464
4465 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
4466             Pedro Alves  <palves@redhat.com>
4467
4468         * linux-nat.c (linux_nat_detach): Don't unregister from the event
4469         loop.
4470
4471 2012-07-16  Tom Tromey  <tromey@redhat.com>
4472
4473         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4474
4475 2012-07-15  Doug Evans  <dje@google.com>
4476
4477         * dwarf2read.c (stmt_list_hash): New struct.
4478         (type_unit_group): Embed "per_cu" member, remove pointer.
4479         New union member "t", move member "tus" into it, all uses updated.
4480         New member "hash", replaces member "line_offset, all uses updated.
4481         (quick_file_names): Replace member "offset" with "hash", all uses
4482         updated.
4483         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4484         (hash_file_name_entry, eq_file_name_entry): Call them.
4485         (hash_type_unit_group, eq_type_unit_group): Ditto.
4486         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4487         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4488         (dw2_get_file_names): Update.
4489         (create_type_unit_group): Replace "per_cu" arg with "cu".
4490         All callers updated.  Fix "quick" (.gdb_index) handling.
4491         (get_type_unit_group): Replace "per_cu" arg with "cu".
4492         All callers updated.
4493         (build_type_unit_groups): Don't reset tu_stats.
4494
4495         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4496         "tab_cur_size".  Change member "tab" to be a htab_t.
4497         (create_filename_seen_cache): Update.
4498         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4499         (filename_seen): Update.
4500
4501 2012-07-13  Doug Evans  <dje@google.com>
4502
4503         * symtab.c (filename_seen): Update comment.
4504
4505 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4506             Doug Evans  <dje@google.com>
4507
4508         * buildsym.c (end_symtab_1): Split it to ...
4509         (end_symtab_get_static_block): ... this ...
4510         (end_symtab_from_static_block): ... and this function.
4511         (end_symtab, end_expandable_symtab): Call them.
4512         * buildsym.h (end_symtab_get_static_block)
4513         (end_symtab_from_static_block): New declarations.
4514         * dwarf2read.c (process_full_comp_unit): New variable static_block.
4515         Set its valid CU ranges.
4516
4517 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4518
4519         * dwarf2loc.c (disassemble_dwarf_expression): Handle
4520         DW_OP_GNU_parameter_ref.
4521
4522 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4523
4524         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4525         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4526
4527 2012-07-13  Doug Evans  <dje@google.com>
4528
4529         * symtab.c (output_source_filename): Delete unnecessary forward decl.
4530         (filename_seen_cache): New struct.
4531         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4532         (create_filename_seen_cache): New function.
4533         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4534         (filename_seen): Delete arg "first".  New arg "cache".  All callers
4535         updated.
4536         (output_source_filename_data): New struct.
4537         (output_source_filename): Delete arg "first".  New arg "data".
4538         All callers updated.
4539         (sources_info): Delete local "first".  New locals "data", "cleanups".
4540         Rewrite to use filename_seen_cache.
4541         (add_partial_filename_data): Delete member "first".  New member
4542         "filename_seen_cache".  All uses updated.
4543         (make_source_files_completion_list): Rewrite to use
4544         filename_seen_cache.
4545
4546 2012-07-12  Doug Evans  <dje@google.com>
4547
4548         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4549
4550 2012-07-10  Doug Evans  <dje@google.com>
4551
4552         PR gdb/13498
4553         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4554         all_type_unit_groups, type_unit_groups, tu_stats.
4555         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4556         All uses updated.  Add type_unit_group to union "s".
4557         (type_unit_group): New struct.
4558         (IS_TYPE_UNIT_GROUP): New macro.
4559         (abbrev_table): Delete unused member "section".
4560         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4561         (dw2_get_cu): Assert not used with type_unit_group.
4562         (dw2_get_primary_cu): New function.
4563         (dw2_build_type_unit_groups_reader): New function.
4564         (dw2_build_type_unit_groups): New function.
4565         (dw2_get_file_names): Assert not called on type units.
4566         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4567         Redo loop to iterate over type unit groups instead of type units.
4568         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4569         (read_abbrev_offset): New function.
4570         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
4571         updated.
4572         (create_partial_symtab): New function.
4573         (process_psymtab_comp_unit_reader): Assert not used with type units.
4574         Call create_partial_symtab.
4575         (process_psymtab_type_unit): Delete.
4576         (hash_type_unit_group, eq_type_unit_group): New functions.
4577         (allocate_type_unit_groups_table): New function.
4578         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4579         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4580         (create_type_unit_group, get_type_unit_group): New functions.
4581         (tu_abbrev_offset): New struct.
4582         (sort_tu_by_abbrev_offset): New function.
4583         (add_type_unit_group_to_table): New function.
4584         (build_type_unit_groups): New function.
4585         (build_type_psymtabs_reader): New function.
4586         (build_type_psymtab_dependencies): New function.
4587         (build_type_psymtabs): Rewrite.
4588         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4589         is seen in a type unit.
4590         (process_queue): Move symtab expansion debugging printfs here.
4591         Call process_full_type_unit for type units.
4592         (compute_symtab_includes): Assert not called for type units.
4593         (process_cu_includes): Don't call compute_symtab_includes for
4594         type units.
4595         (process_full_type_unit): New function.
4596         (process_imported_unit_die): Flag an error if called for type units.
4597         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
4598         updated.  Assert not called for type units.
4599         (read_file_scope): Call dwarf2_start_symtab.
4600         (setup_type_unit_groups): New function.
4601         (read_type_unit_scope): Rewrite.
4602         (abbrev_table_read_table): Initialize abbrev_table->offset.
4603         (abbrev_table_free_cleanup): New function.
4604         (dwarf2_start_symtab): New function.
4605         (load_full_type_unit): Assert not called for type unit groups.
4606         * buildsym.c (finish_block_internal): New arg "expandable".
4607         All callers updated.
4608         (start_symtab): Move most contents to ...
4609         (restart_symtab): ... here.  New function.
4610         (reset_symtab_globals): New function.
4611         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
4612         Call reset_symtab_globals.
4613         (end_symtab, end_expandable_symtab): New functions.
4614         (set_missing_symtab, augment_type_symtab): New functions.
4615         * buildsym.h (end_expandable_symtab): Declare.
4616         (augment_type_symtab, restart_symtab): Declare.
4617         * psympriv.h (struct partial_symtab): New member "anonymous".
4618         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4619         anonymous psymtabs.
4620         (read_psymtabs_with_filename): Ditto.
4621         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4622         (expand_symtabs_matching_via_partial): Ditto.
4623         (dump_psymtab): Update.
4624         * dictionary.c (dict_add_pending): New function.
4625         * dictionary.h (dict_add_pending): Declare.
4626
4627 2012-07-09  Doug Evans  <dje@google.com>
4628
4629         * buildsym.c (start_subfile): Remove unnecessary check for
4630         name == NULL.
4631
4632         * psymtab.c (allocate_psymtab): Use host_address_to_string.
4633
4634         * dwarf2read.c (load_full_type_unit): Simplify.
4635
4636         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4637         to struct signatured_type **.  All uses updated.
4638
4639         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4640         All callers updated.
4641
4642 2012-07-09  Tom Tromey  <tromey@redhat.com>
4643
4644         * c-exp.y (check_parameter_typelist): New function.
4645         (parameter_typelist): Call it.
4646         * eval.c (make_params): Handle '(void)' case.
4647         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4648         '(void)' case.
4649
4650 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4651
4652         * common/linux-ptrace.c: Include gdb_assert.h.
4653         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4654         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4655         stdint.h.
4656         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4657         functions.
4658         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4659         * linux-nat.c (linux_child_post_attach)
4660         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4661
4662 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4663
4664         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4665         nptl <2.7 bug workaround for core files.
4666
4667 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4668
4669         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4670         clearing.
4671         (save_siginfo): Remove.
4672         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4673         call.
4674         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4675         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4676         * linux-nat.h (struct lwp_info): Remove field siginfo.
4677
4678 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4679
4680         Code cleanup for the next patch.
4681         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4682         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4683         call for it.
4684         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4685         (ia64_linux_stopped_data_address):
4686         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4687         the return value.
4688         * linux-nat.h (linux_nat_get_siginfo): Likewise.
4689         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4690         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4691         call for it.
4692
4693 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4694
4695         PR 14321
4696         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4697         Increase buffer sizes to 2x we need, not just 2x of the previous size.
4698
4699 2012-07-06  Tom Tromey  <tromey@redhat.com>
4700
4701         * c-exp.y (DOTDOTDOT): New token.
4702         (func_mod, exp): Use parameter_typelist.
4703         (parameter_typelist): New production.
4704         (tokentab3): Add "..." token.
4705         * eval.c (make_params): Handle varargs.
4706         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4707         varargs.
4708
4709 2012-07-06  Tom Tromey  <tromey@redhat.com>
4710
4711         PR exp/9608:
4712         * c-exp.y (%union) <tvec>: Change type.
4713         (func_mod): Now uses <tvec> type.
4714         (exp): Update for tvec change.
4715         (direct_abs_decl): Push the typelist.
4716         (func_mod): Return a typelist.
4717         (nonempty_typelist): Update for tvec change.
4718         * gdbtypes.c (lookup_function_type_with_arguments): New function.
4719         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4720         * parse.c (pop_type_list): New function.
4721         (push_typelist): New function.
4722         (follow_types): Handle tp_function_with_arguments.
4723         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
4724         (enum type_pieces) <tp_function_with_arguments>: New constant.
4725         (union type_stack_elt) <typelist_val>: New field.
4726         (push_typelist): Declare.
4727
4728 2012-07-06  Tom Tromey  <tromey@redhat.com>
4729
4730         * c-exp.y (%union) <type_stack>: New field.
4731         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
4732         (ptr_operator_ts): New production.
4733         (ptype): Update.
4734         * parse.c (type_stack_reserve): New function.
4735         (check_type_stack_depth): Use it.
4736         (pop_type_stack, append_type_stack, push_type_stack)
4737         (get_type_stack, type_stack_cleanup): New functions.
4738         (follow_types): Handle tp_type_stack.
4739         (_initialize_parse): Simplify initialization.
4740         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4741         constant.
4742         (union type_stack_elt) <stack_val>: New field.
4743         (get_type_stack, append_type_stack, push_type_stack)
4744         (type_stack_cleanup): Declare.
4745
4746 2012-07-06  Tom Tromey  <tromey@redhat.com>
4747
4748         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4749         Remove.
4750         (struct type_stack): New.
4751         * parse.c (type_stack, type_stack_size, type_stack_depth):
4752         Remove.
4753         (type_stack): New global.
4754         (parse_exp_in_context, check_type_stack_depth)
4755         (insert_into_type_stack, insert_type, push_type, push_type_int)
4756         (insert_type_address_space, pop_type, pop_type_int)
4757         (_initialize_parse): Update.
4758
4759 2012-07-06  Tom Tromey  <tromey@redhat.com>
4760
4761         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4762         Remove %type.
4763
4764 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4765
4766         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4767
4768 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4769             Jan Kratochvil  <jan.kratochvil@redhat.com>
4770
4771         * cp-valprint.c (cp_print_value): Replace potentially unsafe
4772         alloca with xmalloc/xfree.
4773
4774 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4775
4776         * MAINTAINERS (Write After Approval): Add myself to the list.
4777
4778 2012-07-05  Doug Evans  <dje@google.com>
4779
4780         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4781
4782 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4783
4784         * ax-gdb.c (cli/cli-utils.h): New include.
4785         (linespec.h): Ditto.
4786         (agent_eval_command_one): New function.
4787         (agent_command_1): Ditto.
4788         (agent_command): Call function agent_command_1.
4789         (agent_eval_command): Ditto.
4790         (_initialize_ax_gdb): Change help for "maint agent"
4791         and "maint agent-eval".
4792
4793 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4794
4795         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4796         * cli/cli-utils.c (check_for_argument): New function.
4797         * cli/cli-utils.h (check_for_argument): Ditto.
4798
4799 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4800
4801         * NEWS: Mention x32 ABI support.
4802
4803 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4804
4805         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4806         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4807
4808         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4809         and pc_regnum_from_eax to -1.  Update SP regnum from
4810         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4811         needed.
4812
4813         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4814         pc_regnum_from_eax.
4815
4816 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4817
4818         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4819         * dwarf2expr.h: Include gdbtypes.h.
4820         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4821         these forward declarations.
4822         (cu_offset, sect_offset): Move these ...
4823         * gdbtypes.h: Remove include dwarf2expr.h.
4824         (cu_offset, sect_offset): ... here.
4825
4826 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
4827
4828         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4829         (amd64_linux_sigtramp_code): This.
4830         (amd64_x32_linux_sigtramp_code): New.
4831         (LINUX_SIGTRAMP_LEN): Updated.
4832         (amd64_linux_sigtramp_start): Check x32 sigtramp.
4833
4834 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4835
4836         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4837
4838 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4839
4840         * config.in: Regenerate.
4841         * configure: Regenerate.
4842         * configure.ac: Remove check for gnu/libc-version.h.
4843         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4844         gnu/libc-version.h.
4845         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4846         variables libc_version, libc_major and libc_minor.  Replace sscanf by
4847         inferior_has_bug.  Extend the comment.
4848
4849 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4850
4851         * linux-thread-db.c (inferior_has_bug): New function.
4852         (thread_db_find_new_threads_silently): Return boolean as checked by
4853         inferior_has_bug, describe it in the comments.
4854         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4855         earlier.  Abort the initialization if it returned non-zero.
4856         (thread_db_new_objfile): Exclude debug files.
4857         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
4858         if UNTIL_NO_NEW,
4859
4860 2012-07-02  Doug Evans  <dje@google.com>
4861
4862         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4863         related to queue management.
4864
4865         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4866         instead of "debug dwarf2-die" in debugging printfs.
4867         (create_debug_info_hash_table_reader): Ditto.
4868         (create_debug_info_hash_table): Ditto.
4869         (init_dwo_file): Ditto.
4870         (init_cutu_and_read_dies): Add debugging printf.
4871         (init_cutu_and_read_dies_no_follow): Ditto.
4872         (process_psymtab_comp_unit_reader): Ditto.
4873
4874 2012-07-02  Stan Shebs  <stan@codesourcery.com>
4875
4876         Add target-side support for dynamic printf.
4877         * NEWS: Mention the additional style.
4878         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4879         (struct bp_location): New field cmd_bytecode.
4880         * breakpoint.c: Include format.h.
4881         (disconnected_dprintf): New global.
4882         (parse_cmd_to_aexpr): New function.
4883         (build_target_command_list): New function.
4884         (insert_bp_location): Call it.
4885         (remove_breakpoints_pid): Skip dprintf breakpoints.
4886         (print_one_breakpoint_location): Ditto.
4887         (dprintf_style_agent): New global.
4888         (dprintf_style_enums): Add dprintf_style_agent.
4889         (update_dprintf_command_list): Add agent case.
4890         (agent_printf_command): New function.
4891         (_initialize_breakpoint): Add new commands.
4892         * common/ax.def (printf): New bytecode.
4893         * ax.h (ax_string): Declare.
4894         * ax-gdb.h (gen_printf): Declare.
4895         * ax-gdb.c: Include cli-utils.h, format.h.
4896         (gen_printf): New function.
4897         (maint_agent_print_command): New function.
4898         (_initialize_ax_gdb): Add maint agent-printf command.
4899         * ax-general.c (ax_string): New function.
4900         (ax_print): Add printf disassembly.
4901         * Makefile.in (SFILES): Add format.c
4902         (COMMON_OBS): Add format.o.
4903         * common/format.h: New file.
4904         * common/format.c: New file.
4905         * printcmd.c: Include format.h.
4906         (ui_printf): Call parse_format_string.
4907         * remote.c (remote_state): New field breakpoint_commands.
4908         (PACKET_BreakpointCommands): New enum.
4909         (remote_breakpoint_commands_feature): New function.
4910         (remote_protocol_features): Add new BreakpointCommands entry.
4911         (remote_can_run_breakpoint_commands): New function.
4912         (remote_add_target_side_commands): New function.
4913         (remote_insert_breakpoint): Call it.
4914         (remote_insert_hw_breakpoint): Ditto.
4915         (_initialize_remote): Add new packet configuration for
4916         target-side breakpoint commands.
4917         * target.h (struct target_ops): New field
4918         to_can_run_breakpoint_commands.
4919         (target_can_run_breakpoint_commands): New macro.
4920         * target.c (update_current_target): Handle
4921         to_can_run_breakpoint_commands.
4922
4923 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4924
4925         Execute -ix and -iex only after system and user gdbinit files.
4926         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4927         processing down after gdbinit files.
4928
4929 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4930
4931         Add fnmatch-gnu module.
4932         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4933         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4934         * gnulib/aclocal.m4: Regenerate.
4935         * gnulib/config.in: Regenerate.
4936         * gnulib/configure: Regenerate.
4937         * gnulib/import/dummy.c: Remove.
4938         * gnulib/import/Makefile.am: Regenerate.
4939         * gnulib/import/Makefile.in: Likewise.
4940         * gnulib/import/m4/gnulib-cache.m4: Likewise.
4941         * gnulib/import/m4/gnulib-comp.m4: Likewise.
4942         * gnulib/import/alloca.c: New file.
4943         * gnulib/import/alloca.in.h: Likewise.
4944         * gnulib/import/config.charset: Likewise.
4945         * gnulib/import/fnmatch.c: Likewise.
4946         * gnulib/import/fnmatch.in.h: Likewise.
4947         * gnulib/import/fnmatch_loop.c: Likewise.
4948         * gnulib/import/localcharset.c: Likewise.
4949         * gnulib/import/localcharset.h: Likewise.
4950         * gnulib/import/m4/alloca.m4: Likewise.
4951         * gnulib/import/m4/codeset.m4: Likewise.
4952         * gnulib/import/m4/configmake.m4: Likewise.
4953         * gnulib/import/m4/fcntl-o.m4: Likewise.
4954         * gnulib/import/m4/fnmatch.m4: Likewise.
4955         * gnulib/import/m4/glibc21.m4: Likewise.
4956         * gnulib/import/m4/localcharset.m4: Likewise.
4957         * gnulib/import/m4/locale-fr.m4: Likewise.
4958         * gnulib/import/m4/locale-ja.m4: Likewise.
4959         * gnulib/import/m4/locale-zh.m4: Likewise.
4960         * gnulib/import/m4/mbrtowc.m4: Likewise.
4961         * gnulib/import/m4/mbsinit.m4: Likewise.
4962         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4963         * gnulib/import/m4/mbstate_t.m4: Likewise.
4964         * gnulib/import/m4/stdbool.m4: Likewise.
4965         * gnulib/import/m4/wchar_h.m4: Likewise.
4966         * gnulib/import/m4/wctype_h.m4: Likewise.
4967         * gnulib/import/m4/wint_t.m4: Likewise.
4968         * gnulib/import/mbrtowc.c: Likewise.
4969         * gnulib/import/mbsinit.c: Likewise.
4970         * gnulib/import/mbsrtowcs-impl.h: Likewise.
4971         * gnulib/import/mbsrtowcs-state.c: Likewise.
4972         * gnulib/import/mbsrtowcs.c: Likewise.
4973         * gnulib/import/ref-add.sin: Likewise.
4974         * gnulib/import/ref-del.sin: Likewise.
4975         * gnulib/import/stdbool.in.h: Likewise.
4976         * gnulib/import/streq.h: Likewise.
4977         * gnulib/import/strnlen1.c: Likewise.
4978         * gnulib/import/strnlen1.h: Likewise.
4979         * gnulib/import/verify.h: Likewise.
4980         * gnulib/import/wchar.in.h: Likewise.
4981         * gnulib/import/wctype.in.h: Likewise.
4982
4983 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4984
4985         Support shell wildcards for 'set auto-load safe-path'.
4986         * auto-load.c: Include fnmatch.h.
4987         (filename_is_in_dir): Rename to ...
4988         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4989         it.  Update function comment.  Rename dir_len to pattern_len.  New
4990         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
4991         messages.  Use gdb_filename_fnmatch.
4992         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4993         pattern.
4994         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4995         * defs.h (gdb_filename_fnmatch): New declaration.
4996         * utils.c: Include fnmatch.h.
4997         (gdb_filename_fnmatch): New function.
4998
4999 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5000
5001         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
5002         `-probe' and `-probe-stap' options.
5003
5004 2012-07-01  Yao Qi  <yao@codesourcery.com>
5005
5006         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
5007         always_inserted_off, and always_inserted_enums.
5008         Change always_inserted_mode's type to 'enum auto_boolean'.
5009         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
5010         callers.
5011         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
5012         of add_setshow_enum_cmd.
5013         * infrun.c: Remove can_use_displaced_stepping_auto,
5014         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
5015         can_use_displaced_stepping_enum.
5016         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
5017         (show_can_use_displaced_stepping, use_displaced_stepping): Update
5018         callers.
5019         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
5020         add_setshow_enum_cmd.
5021
5022 2012-06-30  Doug Evans  <dje@google.com>
5023
5024         * dwarf2read.c (signatured_type): Make "per_cu" member first.
5025         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
5026         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
5027
5028 2012-06-29  Doug Evans  <dje@google.com>
5029
5030         * linespec.c: #include "stack.h".
5031         (decode_line_with_current_source): Moved here from symtab.c and
5032         renamed from decode_line_spec.  All callers updated.
5033         (decode_line_with_last_displayed): Moved here from breakpoint.c and
5034         renamed from decode_line_spec_1.  All callers updated.
5035         * linespec.h (decode_line_with_current_source): Move declaration here
5036         from symtab.h and renamed from decode_line_spec.
5037         (decode_line_with_last_displayed): Move declaration here from symtab.h
5038         and renamed from decode_line_spec_1.
5039         * macrocmd.c: #include "linespec.h".
5040         * symtab.c: Remove #include "linespec.h".
5041
5042 2012-06-28  Doug Evans  <dje@google.com>
5043
5044         * dwarf2read.c (get_cu_length): New function.
5045         (offset_in_cu_p, error_check_comp_unit_head): Call it.
5046         (create_debug_types_hash_table): Ditto.
5047         (init_cutu_and_read_dies): Ditto.
5048         (init_cutu_and_read_dies_no_follow): Ditto.
5049
5050         * dwarf2read.c (dwarf2_find_base_address): Move definition.
5051
5052         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
5053         (struct abbrev_table): Define.
5054         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
5055         abbrev_table.
5056         (init_cutu_and_read_dies): Update.
5057         (abbrev_table_alloc_abbrev): New function.  Replaces
5058         dwarf_alloc_abbrev.  All callers updated.
5059         (abbrev_table_add_abbrev): New function.
5060         (abbrev_table_lookup_abbrev): New function.  Replaces
5061         dwarf2_lookup_abbrev.  All callers updated.
5062         (abbrev_table_read_table): New function.  Contents moved here from
5063         dwarf2_read_abbrevs.
5064         (dwarf2_read_abbrevs): Call it.
5065         (abbrev_table_free): New function.
5066         (dwarf2_free_abbrev_table): Call it.
5067
5068 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5069
5070         * osdata.c (info_osdata_command): Filter out "Title" columns
5071         from non-MI uses.
5072         * common/linux-osdata.c (struct osdata_type): Add title field.
5073         (osdata_table): Add titles to each entry.
5074         (linux_command_xfer_osdata): Add a column for title data.
5075
5076 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5077
5078         Make logging work for MI.
5079         * NEWS: Mention it.
5080         * interps.h (interp_set_logging_ftype): New typedef.
5081         (struct interp_procs): New field set_logging_proc.
5082         (current_interp_set_logging): Declare.
5083         * interps.c (current_interp_set_logging): New function.
5084         * cli/cli-logging.c: Include interps.h.
5085         (set_logging_redirect): Call current_interp_set_logging.
5086         (pop_output_files): Ditto.
5087         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
5088         * mi/mi-console.h (mi_console_set_raw): Declare.
5089         * mi/mi-console.c (mi_console_set_raw): New function.
5090         * mi/mi-interp.c (saved_raw_stdout): New global.
5091         (mi_set_logging): New function.
5092         (_initialize_mi_interp): Add it to interp procs.
5093
5094 2012-06-28  Doug Evans  <dje@google.com>
5095
5096         * symtab.c (lookup_symbol_aux_objfile): Use
5097         ALL_OBJFILE_PRIMARY_SYMTABS.
5098
5099         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
5100
5101 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5102
5103         * common/buffer.c: Include inttypes.h and stdint.h.
5104         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
5105
5106 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5107             Pedro Alves  <palves@redhat.com>
5108
5109         * gdbthread.h (ALL_THREADS): New macro.
5110         (thread_list): Declare.
5111         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
5112         going, but instead fall through to the stepping handling.
5113         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
5114         the passed in signal.  Adjust debug output.
5115         (resume_callback): Rename to ...
5116         (linux_nat_resume_callback): ... this.  Pass the thread's last
5117         stop signal, if in "pass" state.
5118         (linux_nat_resume): Adjust to rename.
5119         (stop_wait_callback): New assertion.  Don't respawn signals;
5120         instead let the LWP remain with SIGNALLED set.
5121         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
5122         * remote.c (append_pending_thread_resumptions): New.
5123         (remote_vcont_resume): Call it.
5124         * target.h (target_resume): Extend comment.
5125
5126 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
5127
5128         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
5129
5130 2012-06-27  Doug Evans  <dje@google.com>
5131
5132         * dwarf2read.c (dwarf2_cu): Add ranges_base.
5133         Delete have_addr_base, unused.  All uses updated.
5134         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
5135         (dwarf2_get_pc_bounds): Add ranges_base.
5136         (dwarf2_record_block_ranges): Ditto.
5137
5138 2012-06-27  Tom Tromey  <tromey@redhat.com>
5139
5140         PR macros/7961:
5141         * varobj.c (varobj_create): Update.
5142         (varobj_set_value): Update.
5143         * tracepoint.c (validate_actionline): Update.
5144         (encode_actions_1): Update.
5145         * parse.c (parse_exp_1): Add 'pc' argument.
5146         (parse_exp_in_context): Add 'pc' argument.  Change how
5147         expression_context_pc is set.
5148         (parse_expression): Update.
5149         (parse_field_expression): Update.
5150         * expression.h (parse_exp_1): Update.
5151         * eval.c (parse_to_comma_and_eval): Update.
5152         * breakpoint.c (set_breakpoint_condition): Update.
5153         (update_watchpoint): Update.
5154         (init_breakpoint_sal): Update
5155         (find_condition_and_thread): Update.
5156         (watch_command_1): Update.
5157         (update_breakpoint_locations): Update.
5158         * ada-lang.c (ada_read_renaming_var_value): Update.
5159         (create_excep_cond_exprs): Update.
5160
5161 2012-06-27  Doug Evans  <dje@google.com>
5162
5163         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
5164         type units.
5165
5166 2012-06-26  Doug Evans  <dje@google.com>
5167
5168         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
5169         prototype.
5170         (error_check_comp_unit_head): New arg abbrev_section.  All callers
5171         updated.
5172         (read_and_check_comp_unit_head): Ditto.
5173         (read_and_check_type_unit_head): Ditto.
5174
5175 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
5176
5177         New attribute 'last' for gdb.Symtab_and_line.
5178         * NEWS (Python Scripting): Add entry about the new attribute.
5179         * python/py-symtab.c (salpy_get_last): New function which
5180         implements the get method for the 'last' attribute of
5181         gdb.Symtab_and_line.
5182         (sal_object_getset): Add entry for the 'last' attribute.
5183
5184 2012-06-26  Doug Evans  <dje@google.com>
5185
5186         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
5187         (dwo_sections): Add macinfo, macro.
5188         (dwarf2_locate_dwo_sections): Watch for macro sections.
5189         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
5190         All callers updated.  Handle DWO files.
5191
5192         * NEWS: Mention new options "set debug dwarf2-read" and
5193         "set debug symtab-create".
5194         * dwarf2read.c (dwarf2_read_debug): New static global.
5195         (dwarf2_build_psymtabs_hard): Add debugging printfs.
5196         (process_queue): Ditto.
5197         (process_full_comp_unit): Ditto.
5198         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
5199         * elfread.c (elf_symfile_read): Add debugging printf.
5200         * minsyms.c (install_minimal_symbols): Ditto.
5201         * psymtab.c (allocate_psymtab): Ditto.
5202         * symfile.c (allocate_symtab): Ditto.
5203         * symtab.c (symtab_create_debug): New global.
5204         (_initialize_symtab): Add new option "set debug symtab-create".
5205         * symtab.h (symtab_create_debug): Declare.
5206
5207         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
5208         (lookup_dwo_type_unit): Ditto.
5209
5210 2012-06-26  Roland McGrath  <roland@hack.frob.com>
5211             H.J. Lu  <hongjiu.lu@intel.com>
5212
5213         * amd64-linux-nat.c: Include <sys/user.h>.
5214         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
5215         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
5216         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
5217
5218         * configure.ac: Check if the fs_base and gs_base members of
5219         `struct user_regs_struct' exist.
5220         * config.in: Regenerated.
5221         * configure: Likewise.
5222
5223 2012-06-25  Michael Eager  <eager@eagercon.com>
5224
5225         PR python/14291
5226         * python/python.c (gdbpy_write): Check for interrupted output.
5227
5228 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
5229
5230         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
5231         register as a stack alignment in ARM mode.
5232
5233 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5234
5235         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
5236         * gnulib/config.in: Regenerate.
5237         * gnulib/configure: Likewise.
5238         * gnulib/import/m4/extensions.m4: Update it.
5239         * gnulib/import/m4/gnulib-common.m4: Likewise.
5240         * gnulib/import/m4/memmem.m4: Likewise.
5241         * gnulib/import/m4/mmap-anon.m4: Likewise.
5242         * gnulib/import/m4/multiarch.m4: Likewise.
5243         * gnulib/import/stdint.in.h: Likewise.
5244
5245 2012-06-24  Yao Qi  <yao@codesourcery.com>
5246
5247         * corefile.c (write_memory_with_notification): New.
5248         * gdbcore.h: Declare write_memory_with_notification.
5249         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
5250         'observer_notify_memory_changed' with 'write_memory_with_notification'.
5251         * valops.c (value_assign): Likewise.
5252         * python/py-inferior.c (infpy_write_memory): Call
5253         'write_memory_with_notification'.
5254
5255 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5256
5257         * cc-with-index.sh: Use also -ex "set auto-load no".
5258
5259 2012-06-23  Doug Evans  <dje@google.com>
5260
5261         PR 14125
5262         * NEWS: Document additions to .gdb_index.
5263         * dwarf2read.c: #include "gdb/gdb-index.h".
5264         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
5265         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
5266         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
5267         (dwarf2_read_index): Recognize version 7.
5268         (dw2_do_expand_symtabs_matching): New args want_specific_block,
5269         block_kind, domain): All callers updated.
5270         (dw2_find_symbol_file): Handle new index CU values.
5271         (dw2_expand_symtabs_matching): Match symbol kind if requested.
5272         (add_index_entry): New args is_static, kind.  All callers updated.
5273         (offset_type_compare, uniquify_cu_indices): New functions
5274         (symbol_kind): New function.
5275         (write_psymtabs_to_index): Remove duplicate CU values.
5276         (write_psymtabs_to_index): Write .gdb_index version 7.
5277
5278 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
5279
5280         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
5281         * configure: Regenerate.
5282
5283 2012-06-20  Yao Qi  <yao@codesourcery.com>
5284
5285         * python/py-inferior.c: Update comments of infpy_read_memory
5286         and infpy_write_memory.
5287
5288 2012-06-19  Tom Tromey  <tromey@redhat.com>
5289
5290         PR exp/9514:
5291         * parser-defs.h (insert_type, insert_type_address_space): Declare.
5292         (push_type_address_space): Remove.
5293         * parse.c (insert_into_type_stack): New function.
5294         (insert_type): Likewise.
5295         (insert_type_address_space): Rename from push_type_address_space.
5296         Insert tp_space_identifier.
5297         * c-exp.y (ptr_operator): New production.
5298         (abs_decl): Use ptr_operator.
5299         (space_identifier): Call insert_type_address_space.
5300         (ptype): Don't use const_or_volatile_or_space_identifier.
5301         (const_or_volatile_noopt): Call insert_type.
5302         (conversion_type_id, conversion_declarator): New productions.
5303         (operator): Use conversion_type_id.
5304
5305 2012-06-18  Doug Evans  <dje@google.com>
5306
5307         * symtab.h (minimal_symbol): New member created_by_gdb.
5308         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5309         created by gdb.
5310         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5311         (search_symbols): Call it instead of lookup_symbol.
5312         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
5313
5314         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5315         Adjust address for DW_OP_GNU_addr_index.
5316         * dwarf2expr.h (dwarf_expr_context): Update comment.
5317         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5318         all callers updated.  Handle TLS vars described with
5319         DW_OP_GNU_const_index.
5320         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5321         and DW_OP_GNU_const_index.
5322         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5323
5324         * block.c (find_block_in_blockvector): Make explicit the fact that we
5325         ignore GLOBAL_BLOCK.
5326
5327 2012-06-18  Tom Tromey  <tromey@redhat.com>
5328
5329         * c-exp.y (operator): Remove trailing space after "delete" and
5330         "delete[]".
5331
5332 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
5333             Jan Kratochvil  <jan.kratochvil@redhat.com>
5334
5335         Switch i386 and derived targets to ON_STACK.
5336         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5337         (amd64_dicos_init_abi): Remove its installment.
5338         * dicos-tdep.c (dicos_init_abi): Remove the
5339         set_gdbarch_call_dummy_location call.  Update the comment here.
5340         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5341         (i386_dicos_init_abi): Remove its installment.
5342         * i386-tdep.c (i386_push_dummy_code): New function.
5343         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5344         i386_push_dummy_code.
5345
5346 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5347
5348         Remove stale dummy frames.
5349         * breakpoint.c: Include dummy-frame.h.
5350         (longjmp_breakpoint_ops): New variable.
5351         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5352         bp_longjmp_call_dummy.
5353         (bpstat_what, bptype_string, print_one_breakpoint_location)
5354         (init_bp_location): Support bp_longjmp_call_dummy.
5355         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
5356         (set_longjmp_breakpoint_for_call_dummy)
5357         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5358         functions.
5359         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5360         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
5361         FIXME comment and extend the other comment for bp_call_dummy.
5362         (set_longjmp_breakpoint_for_call_dummy)
5363         (check_longjmp_breakpoint_for_call_dummy): New declarations.
5364         * dummy-frame.c: Include gdbthread.h.
5365         (pop_dummy_frame_bpt): New function.
5366         (pop_dummy_frame): Call pop_dummy_frame_bpt.
5367         (dummy_frame_discard): New function.
5368         (cleanup_dummy_frames): Update the comment about longjmps.
5369         * dummy-frame.h (dummy_frame_discard): New declaration.
5370         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5371         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
5372         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
5373         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5374         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
5375         keep_going if IS_LONGJMP and there is no other reason to stop.
5376
5377 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
5378
5379         * remote-sim.c (sim_command_completer): Initialize
5380         variable 'result'.
5381
5382 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5383
5384         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5385         * dwarf2loc.c (call_site_parameter_matches): Support
5386         CALL_SITE_PARAMETER_PARAM_OFFSET.
5387         (needs_dwarf_reg_entry_value): Push stub value.
5388         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
5389         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5390         * gdbtypes.h (enum call_site_parameter_kind): New item
5391         CALL_SITE_PARAMETER_PARAM_OFFSET.
5392         (struct call_site.parameter.u): New field param_offset.
5393
5394 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5395
5396         Code cleanup: Generalize call_site.parameter key.
5397         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5398         variable dwarf_reg.  New variable kind_u.  Update parameters to
5399         push_dwarf_reg_entry_value.
5400         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5401         * dwarf2expr.h (enum call_site_parameter_kind)
5402         (union call_site_parameter_u): Forward declarations.
5403         (struct dwarf_expr_context_funcs): Update parameters and their
5404         description for push_dwarf_reg_entry_value.
5405         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5406         * dwarf2loc.c (call_site_parameter_matches): New function.
5407         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5408         description.  Use call_site_parameter_matches.
5409         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5410         Update parameters and their description.
5411         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5412         New variable kind_u.  Adjust the caller for updated parameters.
5413         (needs_dwarf_reg_entry_value): Update parameters.
5414         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
5415         instead of attr.  Update for the changed fields of struct
5416         call_site_parameter.
5417         * gdbtypes.h: Include dwarf2expr.h.
5418         (enum call_site_parameter_kind): New.
5419         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
5420         fb_offset into new union u.
5421
5422 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5423
5424         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5425         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5426         for x32.
5427
5428 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5429
5430         * amd64-linux-nat.c (compat_x32_clock_t): New.
5431         (compat_x32_siginfo_t): Likewise.
5432         (compat_x32_siginfo_from_siginfo): Likewise.
5433         (siginfo_from_compat_x32_siginfo): Likewise.
5434         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5435         and siginfo_from_compat_x32_siginfo for x32.
5436
5437 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
5438
5439         * tracepoint.c (tfile_xfer_partial): Add a lseek.
5440
5441 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5442
5443         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5444         instead of gdbarch_ptr_bit.
5445         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5446         (amd64_supply_native_gregset): Likewise.
5447         (amd64_collect_native_gregset): Likewise.
5448         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5449         (amd64_supply_xsave): Likewise.
5450         (amd64_collect_fxsave): Likewise.
5451         (amd64_collect_xsave): Likewise.
5452
5453 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5454
5455         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5456         (amd64_linux_read_description): Check DS segment register for
5457         x32 process.
5458
5459 2012-06-15  Tom Tromey  <tromey@redhat.com>
5460
5461         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5462         init_cutu_and_read_dies.
5463
5464 2012-06-15  Iain Sandoe <iain@codesourcery.com>
5465
5466         * MAINTAINERS (Write After Approval): Add myself to the list.
5467
5468 2012-06-15  Tom Tromey  <tromey@redhat.com>
5469
5470         * valops.c (value_find_oload_method_list): Now static.
5471         * value.h (value_find_oload_method_list): Don't declare.
5472
5473 2012-06-15  Tom Tromey  <tromey@redhat.com>
5474
5475         * valops.c (find_overload_match): Use value_ind.
5476
5477 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
5478
5479         * infrun.c (handle_inferior_event): Correct indentation.
5480
5481 2012-06-14  Doug Evans  <dje@google.com>
5482
5483         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5484         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5485         All uses updated.
5486         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
5487         updated.  Handle DEBUG_LOC_START_LENGTH.
5488         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5489         (loclist_describe_location): Ditto.
5490
5491 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
5492
5493         PR backtrace/13866
5494         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5495         after hiding inline functions.
5496
5497 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5498
5499         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5500         _initialize_inf_ttrace.
5501
5502 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5503
5504         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5505         _initialize_hppa_hpux_nat.
5506
5507 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5508
5509         * remote-sim.c (sim_command_completer): Change type of return
5510         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
5511
5512 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5513             Jan Kratochvil  <jan.kratochvil@redhat.com>
5514
5515         PR tdep/14222
5516         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5517         stack on a 16-byte boundary.
5518
5519 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
5520
5521         * jit.c (finalize_symtab): Set function's return type to 'void' by
5522         default.
5523
5524 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5525             H.J. Lu  <hongjiu.lu@intel.com>
5526
5527         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5528         Move bits common to both the classic LP64 and the new x32 ILP32
5529         ABI here.
5530         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5531         (amd64_x32_linux_init_abi): New function.
5532         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5533         subtype.
5534
5535         * i386-tdep.h (i386_pseudo_register_name): New prototype.
5536         * i386-tdep.c (i386_pseudo_register_name): Make public.
5537         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5538         * amd64-tdep.c (amd64_dword_names): Add "eip".
5539         (amd64_x32_pseudo_register_type): New function
5540         (amd64_x32_init_abi): New function.
5541
5542 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5543
5544         PR build/14003
5545         * inferior.h (struct inferior_suspend_state): Comment out.
5546         (struct inferior): Comment out the field suspend.
5547         * infrun.c (struct infcall_suspend_state): Comment out the field
5548         inferior_suspend.
5549         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5550         out its assignment.
5551
5552 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5553
5554         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5555         * c-exp.y (classify_inner_name): Remove caller assumptions in the
5556         function comment.  Return ERROR for unresolved cases.  Implement
5557         returning proper NAME.
5558         (yylex): Accept also NAME from classify_inner_name.
5559         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5560         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
5561         LOC_TYPEDEF type.
5562         * cp-support.h (cp_lookup_nested_type): Update its declaration.
5563
5564 2012-06-13  Tom Tromey  <tromey@redhat.com>
5565
5566         * breakpoint.c (condition_completer): New function.
5567         (_initialize_breakpoint): Use it.
5568         * value.c (complete_internalvar): New function.
5569         * value.h (complete_internalvar): Declare.
5570
5571 2012-06-13  Tom Tromey  <tromey@redhat.com>
5572
5573         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5574         * breakpoint.c (catch_syscall_completer): Return a VEC.
5575         * cli/cli-cmds.c (complete_command): Update.
5576         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5577         (complete_on_enum): Likewise.
5578         * command.h: Include gdb_vecs.h.
5579         (completer_ftype): Change return type.
5580         (complete_on_cmdlist, complete_on_enum): Likewise.
5581         * completer.c (noop_completer, filename_completer)
5582         (location_completer): Return a VEC.
5583         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
5584         to a VEC.
5585         (expression_completer, complete_line_internal, complete_line)
5586         (command_completer): Return a VEC.
5587         (gdb_completion_word_break_characters, line_completion_function):
5588         Update.
5589         * completer.h: Include gdb_vecs.h.
5590         (complete_line, noop_completer, filename_completer)
5591         (expression_completer, location_completer, command_completer):
5592         Update.
5593         * f-lang.c (f_word_break_characters): Return a VEC.
5594         * interps.c (interpreter_completer): Return a VEC.
5595         * language.h (struct language_defn)
5596         <la_make_symbol_completion_list>: Return a VEC.
5597         * python/py-cmd.c (cmdpy_completer): Return a VEC.
5598         * symtab.c (free_completion_list): Take a VEC.
5599         (return_val_size, return_val_index): Remove.
5600         (return_val): Now a VEC.
5601         (completion_list_add_name): Update.
5602         (default_make_symbol_completion_list_break_on)
5603         (default_make_symbol_completion_list, make_symbol_completion_list)
5604         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5605         Return a VEC.
5606         (add_filename_to_list): Update.
5607         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5608         <list>: Now a VEC.
5609         (maybe_add_partial_symtab_filename): Update.
5610         (make_source_files_completion_list): Return a VEC.
5611         * symtab.h (default_make_symbol_completion_list_break_on)
5612         (default_make_symbol_completion_list, make_symbol_completion_list)
5613         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5614         (make_source_files_completion_list): Update.
5615
5616 2012-06-13  Tom Tromey  <tromey@redhat.com>
5617
5618         * breakpoint.c (add_catch_command): Use completer_ftype.
5619         * breakpoint.h: Include command.h.
5620         (add_catch_command): Use completer_ftype.
5621         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5622         * cli/cli-decode.h (struct cmd_list_element) <completer>:
5623         Use completer_ftype.
5624         * command.h (completer_ftype): New typedef.
5625         (set_cmd_completer): Use it.
5626         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5627         completer_ftype.
5628
5629 2012-06-13  Pedro Alves  <palves@redhat.com>
5630
5631         Partial revert of previous change.
5632
5633         * serial.c (scb_base): New global.
5634         (serial_for_fd): New.
5635         (serial_open, serial_fdopen_ops): Link new serial in open serials
5636         chain.
5637         (do_serial_close): Unlink serial from the open serials chain.
5638
5639 2012-06-12  Pedro Alves  <palves@redhat.com>
5640
5641         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5642         threads here.
5643         (prepare_for_detach): No longer context switch here in non-stop
5644         mode.
5645         (fetch_inferior_event): Ditto.
5646         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5647         to the event thread before removing breakpoints.  Switch to the
5648         event thread before inserting breakpoints and resuming.
5649         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5650         event thread before resuming.
5651         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5652         Switch to the event thread before removing breakpoints.
5653
5654 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
5655
5656         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5657         special characters correctly for the Windows shells.  See
5658         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5659         report.
5660         [!__MINGW32__]: Remove extra double quote character from special
5661         characters.
5662
5663 2012-06-11  Stan Shebs  <stan@codesourcery.com>
5664
5665         * ui-out.h: Remove #if 0 declarations.
5666         * ui-out.c: Remove #if 0 functions.
5667
5668 2012-06-11  Pedro Alves  <palves@redhat.com>
5669
5670         * ser-base.c (run_async_handler_and_reschedule): New.
5671         (fd_event, push_event): Use it.
5672         * serial.c (serial_open, serial_fdopen_ops): Set the initial
5673         reference count to 1.
5674         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
5675         instead of xfree.
5676         (serial_is_open, serial_ref, serial_unref): New.
5677         * serial.h (serial_open): Adjust comment.
5678         (serial_is_open): Declare.
5679         (serial_close): Adjust comment.
5680         (serial_ref, serial_unref) Declare.
5681         (struct serial): New field 'refcnt'.
5682
5683 2012-06-11  Pedro Alves  <palves@redhat.com>
5684
5685         Remove #if 0'd "connect" command, and unnecessary associated
5686         refcounting and serial reuse bits.
5687
5688         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5689         * serial.c (last_serial_opened): Delete.
5690         (scb_base): Delete.
5691         (serial_open): Adjust.
5692         (serial_for_fd): Delete.
5693         (serial_fdopen_ops, do_serial_close): Adjust.
5694         (serial_fdopen_ops): Adjust.
5695
5696 2012-06-11  Pedro Alves  <palves@redhat.com>
5697
5698         * serial.c (do_serial_close): Remove early return when SCB is
5699         null.
5700
5701 2012-06-11  Tom Tromey  <tromey@redhat.com>
5702
5703         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5704
5705 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5706
5707         Fix regression by the "ambiguous linespec" series.
5708         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
5709         get_last_displayed_symtab and get_last_displayed_line and depending
5710         on CURSAL.
5711
5712 2012-06-11  Tom Tromey  <tromey@redhat.com>
5713
5714         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5715         (dw2_find_symbol_file): Use it.
5716
5717 2012-06-11  Michael Eager  <eager@eagercon.com>
5718
5719         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5720         * mips-linux-tdep.h (mips_signals): New
5721
5722 2012-06-11  Tom Tromey  <tromey@redhat.com>
5723
5724         * infrun.c (handle_inferior_event)
5725         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5726         breakpoint.
5727         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5728         exception logic in all cases.  Update comments.
5729         (insert_longjmp_resume_breakpoint): Set the exception resume
5730         breakpoint.
5731
5732 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
5733
5734         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5735
5736 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
5737
5738         * valarith.c (binop_types_user_defined_p): Fix a typo.
5739
5740 2012-06-08  Yao Qi  <yao@codesourcery.com>
5741             Chung-Lin Tang <cltang@codesourcery.com>
5742
5743         * arch-utils.c (default_return_in_first_hidden_param_p): New.
5744         * arch-utils.h: Declare.
5745         * gdbarch.sh: Add return_in_first_hidden_param_p.
5746         * gdbarch.c, gdbarch.h: Regenerated.
5747         * infcall.c (call_function_by_hand): Call
5748         gdbarch_return_in_first_hidden_param_p instead of
5749         language_pass_by_reference.
5750
5751         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5752         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5753         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5754         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5755         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5756         `cplus_return_struct_by_reference'.
5757         (tic6x_return_value): Handle language cplusplus.
5758         (tic6x_return_in_first_hidden_param_p): New.
5759         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5760
5761 2012-06-07  Doug Evans  <dje@google.com>
5762
5763         * dwarf2read.c (dwarf2_cu): Add comment.
5764
5765 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5766
5767         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5768         variable.
5769         (mips_eabi_push_dummy_call): Likewise.
5770         (mips_n32n64_push_dummy_call): Likewise.
5771         (mips_o32_push_dummy_call): Likewise.
5772         (mips_o64_push_dummy_call): Likewise.
5773
5774 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5775
5776         * mips-tdep.c (mips_convert_register_p): Correct coding style.
5777
5778 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5779
5780         * mips-tdep.c (mips_pseudo_register_type): Use
5781         mips_float_register_p.
5782
5783 2012-06-06  Pedro Alves  <palves@redhat.com>
5784
5785         * infrun.c (handle_inferior_event): Remove calls to
5786         reinit_frame_cache that follow a context_switch call.
5787
5788 2012-06-06  Pedro Alves  <palves@redhat.com>
5789
5790         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5791         context_switch and remove stale comment.
5792
5793 2012-06-06  Pedro Alves  <palves@redhat.com>
5794
5795         * infrun.c (struct execution_control_state): Remove
5796         `new_thread_event' field.
5797         (handle_inferior_event): Simplify new threads handling; don't
5798         resume the inferior if we find a new thread.
5799
5800 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
5801
5802         * NEWS: Document the deprecation of SH's 'regs' command.
5803         * inferior.h (all_registers_info): Add function declaration.
5804         * sh-tdep.c (sh_show_regs): Remove variable.
5805         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5806         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5807         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5808         (sh_show_regs_command): Remove functions.
5809         (sh_gdbarch_init): Don't set sh_show_regs.
5810         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5811         'info all-registers'.
5812         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5813         (sh64_show_regs): Remove functions.
5814         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5815
5816 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5817
5818         * configure.ac: Move development=true below AC_INIT.
5819         * configure: Regenerate.
5820
5821 2012-06-05  Stan Shebs  <stan@codesourcery.com>
5822
5823         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5824         gdb_stdout.
5825
5826 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5827
5828         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5829         argument as ssize_t.
5830         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5831         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5832         * target.c (target_read_stack, target_write_memory)
5833         (target_write_raw_memory): Likewise.
5834         * target.h (target_read_stack, target_write_memory)
5835         (target_write_raw_memory): Likewise.
5836
5837 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5838
5839         * symfile-mem.c: Change gdb_static_assert to ssize_t.
5840         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5841         * target.c (target_read_memory): Change LEN to ssize_t.
5842         * target.h (target_read_memory): Change LEN to ssize_t.
5843
5844 2012-06-05  Pedro Alves  <palves@redhat.com>
5845
5846         PR backtrace/13866
5847
5848         * breakpoint.c (until_break_command): Only fetch the selected
5849         frame after decode_line_1.
5850
5851 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
5852
5853         * solib-svr4.c (enable_break): Don't fallback to setting the solib
5854         event breakpoint at _start, __start or main if a program
5855         interpreter is not found.
5856
5857 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5858
5859         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5860         Add declaration.
5861         * windows-tdep.c: #include "objfiles.h".
5862         (windows_iterate_over_objfiles_in_search_order): New function.
5863         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5864         iterate_over_objfiles_in_search_order gdbarch method to
5865         windows_iterate_over_objfiles_in_search_order.
5866         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5867
5868 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5869
5870         * gdbarch.sh: Add generation of
5871         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5872         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
5873         (iterate_over_objfiles_in_search_order): New gdbarch method.
5874         * gdbarch.h, gdbarch.c: Regenerate.
5875         * objfiles.h (default_iterate_over_objfiles_in_search_order):
5876         Add declaration.
5877         * objfiles.c (default_iterate_over_objfiles_in_search_order):
5878         New function.
5879         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5880         out of lookup_symbol_aux_symtabs.
5881         (lookup_symbol_aux_symtabs): Replace extracted-out code by
5882         call to lookup_symbol_aux_objfile.
5883         (struct global_sym_lookup_data): New type.
5884         (lookup_symbol_global_iterator_cb): New function.
5885         (lookup_symbol_global): Search for symbol using
5886         gdbarch_iterate_over_objfiles_in_search_order and
5887         lookup_symbol_global_iterator_cb.
5888         * findvar.c (struct minsym_lookup_data): New type.
5889         (minsym_lookup_iterator_cb): New function.
5890         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5891         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5892         and minsym_lookup_iterator_cb.
5893
5894 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5895
5896         Revert the following patch:
5897         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5898         try locating the symbol in the symbol's own objfile first, before
5899         extending the search to all objfiles.
5900         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5901         out of lookup_symbol_aux_symtabs.
5902         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5903         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5904         Do not search EXCLUDE_OBJFILE.
5905         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5906         (lookup_symbol_global): Search for matches in the block's objfile
5907         first, before searching all other objfiles.
5908
5909 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5910
5911         * breakpoint.c (find_condition_and_thread): Stop parsing
5912         as soon as the first invalid keyword is found.
5913
5914 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5915
5916         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5917
5918 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5919
5920         * config/djgpp/djcheck.sh: Add copyright header.
5921
5922 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5923
5924         * copyright.py (update_files, main): Fix path to update-copyright
5925         script.
5926
5927 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5928
5929         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5930         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5931         for which a reminder to update by hand is printed.
5932
5933 2012-06-04  Doug Evans  <dje@google.com>
5934
5935         * buildsym.c (make_blockvector): Add comment.
5936
5937 2012-06-04  Pedro Alves  <palves@redhat.com>
5938
5939         * arch-utils.c (default_gdb_signal_from_target): Delete.
5940         * arch-utils.h (default_gdb_signal_from_target): Delete.
5941         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
5942         gdbarch_gdb_signal_from_target_p.
5943         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5944         predicate).
5945         * gdbarch.h: Regenerate.
5946         * gdbarch.c: Regenerate.
5947
5948 2012-06-04  Pedro Alves  <palves@redhat.com>
5949
5950         * gdbarch.sh (gdb_signal_from_target): Mention that the
5951         implementation of the method must be host independent.
5952         * gdbarch.h: Regenerate.
5953
5954 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5955
5956         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5957         parameters.
5958         (target_read_memory_bfd): New function.
5959         (symbol_file_add_from_memory): Use it.
5960
5961 2012-06-03  Doug Evans  <dje@google.com>
5962
5963         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5964         of primary symtab.
5965         (basic_lookup_transparent_type): Ditto.
5966
5967         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5968         (ALL_PRIMARY_SYMTABS): Use it.
5969         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5970         * dwarf2read.c (dw2_find_symbol_file): Ditto.
5971         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5972         * symtab.c (lookup_symbol_aux_objfile): Ditto.
5973         (basic_lookup_transparent_type): Ditto.
5974
5975 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5976
5977         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
5978         it to optimize resolution of demangled name.
5979
5980 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5981
5982         * configure.ac (development): Define new variable.
5983         Call AC_CHECK_LIB for mcheck if $development.
5984         (ERROR_ON_WARNING): Enable it by default only if $development.
5985         * config.in: Regenerate.
5986         * configure: Regenerate.
5987
5988 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5989
5990         * target.c (target_read_memory): Make LEN argument as size_t.
5991         * target.h (target_read_memory): Likewise.
5992
5993 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5994
5995         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5996
5997 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5998
5999         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
6000         BookE interface for PowerPC server processors if not available
6001         in the Linux Kernel.
6002
6003 2012-05-31  Keith Seitz  <keiths@redhat.com>
6004
6005         * linespec.c (decode_objc): Add cleanup to free
6006         INFO.FILE_SYMTABS.
6007         (find_linespec_symbols): Add cleanup to free CLASSES.
6008         * symfile.c (find_separate_debug_file_by_debuglink): Add
6009         cleanup to free DEBUGLINK.
6010         * ui-out.c (clear_header_list): No need to check if
6011         HEADER_NEXT.COLHDR is NULL.
6012         Free HEADER_NEXT.COL_NAME.
6013
6014 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
6015
6016         * ada-lang.c (standard_lookup): Prevent uninitialized variable
6017         warning.
6018
6019 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
6020
6021         * configure.host (gdb_host_cpu): Handle tilegx*.
6022         (gdb_host): Handle tilegx-*-linux*.
6023         * tilegx-linux-nat.c: New file.
6024         * config/tilegx/linux.mh: New file.
6025
6026 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
6027
6028         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
6029         tilegx-linux-tdep.o.
6030         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
6031         tilegx-linux-tdep.c.
6032         * configure.tgt: Handle tilegx-*-linux*.
6033         * tilegx-tdep.h: New file.
6034         * tilegx-tdep.c: New file.
6035         * tilegx-linux-tdep.c: New file.
6036         * regformats/reg-tilegx.dat: New file.
6037
6038 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
6039
6040         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
6041         accounting of hw watchpoints on ppc.
6042
6043 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
6044
6045         * source.c (openp): Expand tilde in path entries.
6046
6047 2012-05-29  Doug Evans  <dje@google.com>
6048
6049         * buildsym.c (block_compar): Fix comment.
6050         (end_symtab): Fix and clarify some comments.
6051
6052         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
6053         cleanup_undefined_types.
6054         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
6055         All callers updated.
6056
6057 2012-05-29  Tom Tromey  <tromey@redhat.com>
6058
6059         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
6060         fails.
6061         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
6062         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
6063         fails.
6064         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
6065         fails.
6066
6067 2012-05-29  Tristan Gingold  <gingold@adacore.com>
6068
6069         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
6070         (struct darwin_info): ... New struct.
6071         (solib_darwin_pspace_data): New variable.
6072         (darwin_pspace_data_cleanup): New function.
6073         (get_darwin_info): Likewise.
6074         (darwin_dyld_version_ok, darwin_load_image_infos)
6075         (darwin_solib_get_all_image_info_addr_at_init)
6076         (darwin_solib_read_all_image_info_addr): Add info argument.
6077         Adjust code.
6078         (darwin_current_sos): Use per pspace structure.
6079         (darwin_solib_create_inferior_hook): Likewise.
6080         (darwin_clear_solib): Likewise.
6081         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
6082
6083 2012-05-28  Pedro Alves  <palves@redhat.com>
6084
6085         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
6086         block that uses them.  Clear ecss before handling each event.
6087
6088 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6089
6090         * solib-svr4.c (svr4_current_sos): New comment on
6091         svr4_current_sos_via_xfer_libraries fall back.
6092
6093 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6094
6095         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
6096         it as a fallback for TYPE_IS_OPAQUE.
6097         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
6098         symbols for lookup_symbol.
6099
6100 2012-05-24  John Steele Scott  <toojays@toojays.net>
6101
6102         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6103         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
6104         (producer_is_gxx_lt_4_6): Move the checking and caching to...
6105         (check_producer): ... this new function, which also checks for ICC
6106         and caches the result.
6107         (producer_is_icc): New function.
6108         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
6109         producer was ICC.
6110
6111 2012-05-24  Pedro Alves  <palves@redhat.com>
6112
6113         PR gdb/7205
6114
6115         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
6116         (default_gdb_signal_to_target): ... this.  Add comment.
6117         (default_gdb_signal_from_host): Rename to ...
6118         (default_gdb_signal_from_target): ... this.  Add comment.
6119         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
6120         (default_gdb_signal_to_target): ... this.
6121         (default_gdb_signal_from_host): Rename to ...
6122         (default_gdb_signal_from_target): ... this.
6123         * corelow.c (core_open): Adjust to naming change.  Replace comment.
6124         * gdbarch.sh (gdb_signal_from_host): Rename to ...
6125         (gdb_signal_from_target): ... this.  Adjust to
6126         default_gdb_signal_from_host naming change.  Extend comment.
6127         (gdb_signal_to_host): Rename to ...
6128         (gdb_signal_to_target): ... this.  Adjust to
6129         default_gdb_signal_to_host naming change.
6130         * gdbarch.h, gdbarch.c: Renegerate.
6131
6132 2012-05-24  Pedro Alves  <palves@redhat.com>
6133
6134         PR gdb/7205
6135
6136         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
6137
6138 2012-05-24  Pedro Alves  <palves@redhat.com>
6139
6140         PR gdb/7205
6141
6142         Replace target_signal with gdb_signal throughout.
6143
6144 2012-05-24  Pedro Alves  <palves@redhat.com>
6145
6146         PR tui/14159
6147
6148         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
6149         string, instead of reusing the va_list argument.
6150
6151 2012-05-24  Tom Tromey  <tromey@redhat.com>
6152
6153         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
6154         Remove.
6155
6156 2012-05-23  Doug Evans  <dje@google.com>
6157
6158         * symtab.c (search_symbols): Formatting fixes.
6159         (print_symbol_info): Formatting fixes.
6160
6161         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
6162         int64_t change to leb128 API.
6163         (read_encoded_value, decode_frame_entry_1): Ditto.
6164         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
6165         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
6166         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6167         (execute_stack_op): Ditto.
6168         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
6169         (safe_read_uleb128, safe_read_sleb128): Ditto.
6170         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
6171         (dwarf2_compile_expr_to_ax): Ditto.
6172         (locexpr_describe_location_piece): Ditto.
6173         (disassemble_dwarf_expression): Ditto.
6174         (locexpr_describe_location_1): Ditto.
6175
6176 2012-05-23  Stan Shebs  <stan@codesourcery.com>
6177             Kwok Cheung Yeung  <kcy@codesourcery.com>
6178
6179         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
6180         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
6181         (mi-cmd-info.o): New rule.
6182         * osdata.h (info_osdata_command): New declaration.
6183         * osdata.c (info_osdata_command): Change to non-static.
6184         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
6185         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
6186         * mi/mi-cmd-info.c: New file.
6187
6188 2012-05-23  Doug Evans  <dje@google.com>
6189
6190         * symtab.c (search_symbols): Pass NULL for file_matcher to
6191         expand_symtabs_matching if there are no files to match.
6192
6193         * gdbtypes.c (lookup_typename): Simplify.
6194
6195 2012-05-23  Pedro Alves  <palves@redhat.com>
6196
6197         * arch-utils.h (default_target_signal_to_host): Delete.
6198         * arch-utils.c (default_target_signal_to_host): Delete.
6199         * gdbarch.sh (target_signal_to_host): Remove.
6200         * gdbarch.h, gdbarch.c: Regenerate.
6201
6202 2012-05-22  Doug Evans  <dje@google.com>
6203
6204         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
6205         "const gdb_byte *".
6206         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
6207         (execute_cfa_program): Update to match API of leb128 functions.
6208         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
6209         "const gdb_byte *".
6210         (read_unsigned_leb128, read_signed_leb128): Delete.
6211         (read_initial_length): Change type of buf argument to
6212         "const gdb_byte *".
6213         (read_encoded_value): Update to match API of leb128 functions.
6214         (decode_frame_entry): Change result to "const gdb_byte *", and
6215         similarly for "start" parameter.
6216         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
6217         (dwarf2_build_frame_info): Change local frame_ptr to
6218         "const gdb_byte *".
6219         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
6220         read_uleb128, read_sleb128.  All callers updated.
6221         (safe_skip_leb128): New function.
6222         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
6223         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
6224         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
6225         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
6226         read_uleb128, read_sleb128.
6227         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
6228         (execute_stack_op): Update to match API of leb128 functions.
6229         * dwarf2expr.h: #include "leb128.h".
6230         (read_uleb128, read_sleb128): Delete.
6231         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
6232         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
6233         * dwarf2loc.c (debug_loc_kind): New enum.
6234         (decode_debug_loc_addresses): New function.
6235         (decode_debug_loc_dwo_addresses): New function.
6236         (dwarf2_find_location_expression): Rewrite.
6237         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
6238         (locexpr_describe_location_piece): Ditto.
6239         (disassemble_dwarf_expression): Ditto.
6240         (locexpr_describe_location_1): Ditto.
6241         (loclist_describe_location): Rewrite.
6242         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
6243         * dwarf2read.c (die_reader_specs): New member "buffer_end".
6244         (dwarf2_section_buffer_overflow_complaint): Renamed from
6245         dwarf2_macros_too_long_complaint.  All callers updated.
6246         (skip_leb128): Delete.
6247         (init_cu_die_reader): Initialize reader->buffer_end.
6248         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
6249         (skip_form_bytes): New arg buffer_end.  All callers updated.
6250         Replace call to skip_leb128 with gdb_skip_leb128.
6251         (skip_unknown_opcode): New arg mac_end.  All callers updated.
6252         (fill_in_loclist_baton): Initialize baton->from_dwo.
6253
6254 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
6255
6256         * mips-linux-nat.c (mips_linux_read_description): Use a more
6257         verbose error message.
6258
6259 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
6260
6261         * NEWS: Add MIPS/Linux DSP support.
6262         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
6263         (SIGCONTEXT_DSPCTL): New macro.
6264         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
6265         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
6266         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
6267         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
6268         (N64_SIGCONTEXT_HI3): Likewise.
6269         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
6270         (N64_SIGCONTEXT_LO3): Likewise.
6271         (N64_SIGCONTEXT_DSPCTL): Likewise.
6272         (N64_SIGCONTEXT_FPCSR): Clarify definition.
6273         (mips_linux_o32_sigframe_init): Handle DSP registers.
6274         (mips_linux_n32n64_sigframe_init): Likewise.
6275
6276 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6277
6278         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
6279         call to abort.
6280
6281 2012-05-22  Pedro Alves  <palves@redhat.com>
6282
6283         * target.h (store_waitstatus): Move declaration ...
6284         * inf-child.h (store_waitstatus): ... here.
6285         * target.c: Move inclusion of gdb_wait.h, and ...
6286         (store_waitstatus): ... this ...
6287         * inf-child.c: ... here.
6288         * linux-nat.c: Include inf-child.h.
6289         * rs6000-nat.c: Include inf-child.h.
6290         * spu-linux-nat.c: Include inf-child.h.
6291
6292 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
6293
6294         * tracepoint.c (start_tracing): Add missing i18n markup.
6295         (stop_tracing, set_trace_user): Ditto.
6296         (set_trace_notes, set_trace_stop_notes): Ditto.
6297
6298 2012-05-21  Tom Tromey  <tromey@redhat.com>
6299
6300         PR c++/7173:
6301         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
6302         types.
6303         * value.h (value_cast_pointers): Update.
6304         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
6305         (value_cast): Update.
6306         (update_search_result): New function.
6307         (do_search_struct_field): New, from search_struct_field.  Check
6308         for ambiguous results.
6309         (search_struct_field): Rewrite.
6310         * infcall.c (value_arg_coerce): Update.
6311         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6312         value_cast_pointers.
6313         * ada-lang.c (ada_convert_actual): Update.
6314
6315 2012-05-21  Tom Tromey  <tromey@redhat.com>
6316
6317         * macroexp.c (macro_stringify): Terminate the string.
6318
6319 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6320
6321         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6322         Describe it.
6323         * auto-load.c (auto_load_expand_dir_vars): New function.
6324         (auto_load_safe_path_vec_update): Use it, remove the
6325         substitute_path_component call thanks to it.
6326         (auto_load_objfile_script): Remove the debug_file_directory processing.
6327         Use auto_load_expand_dir_vars, remove the substitute_path_component
6328         call thanks to it.
6329         * configure: Regenerate.
6330         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6331         path.  Escape $ also for $debugdir.
6332         (--with_auto_load_safe_path): Escape $ also for $debugdir.
6333         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6334
6335 2012-05-20  Doug Evans  <dje@google.com>
6336
6337         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6338         before use.  Check for symtab->includes == NULL before scanning it.
6339
6340 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6341
6342         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6343
6344 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6345
6346         * NEWS: Add microMIPS support and "set mips compression",
6347         "show mips compression" commands.
6348         * mips-tdep.h (mips_isa): New enum.
6349         (gdbarch_tdep): Add mips_isa.
6350         (mips_pc_is_mips16): Update prototype.
6351         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6352         * mips-tdep.c (mips_compression_mips16): New variable.
6353         (mips_compression_micromips): Likewise.
6354         (mips_compression_strings): Likewise.
6355         (mips_compression_string): Likewise.
6356         (is_mips16_isa, is_micromips_isa): New functions.
6357         (is_mips16_addr): Rename to...
6358         (is_compact_addr): ... this.
6359         (unmake_mips16_addr): Likewise to...
6360         (unmake_compact_addr): ... this.
6361         (make_mips16_addr): Likewise to...
6362         (make_compact_addr): ... this.
6363         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6364         functions.
6365         (mips_elf_make_msymbol_special): Handle microMIPS code.
6366         (msymbol_is_special): Rename to...
6367         (msymbol_is_mips16): ... this.
6368         (mips_make_symbol_special, mips_pc_is_mips16): Update
6369         accordingly.
6370         (msymbol_is_mips, msymbol_is_micromips): New functions.
6371         (mips16_to_32_reg): Rename to...
6372         (mips_reg3_to_reg): ... this.
6373         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6374         (mips_pc_isa): Likewise.
6375         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6376         code.
6377         (mips_fetch_instruction): Pass return status instead of printing
6378         an error message if requested.  Handle microMIPS code.  Bail out
6379         on an invalid ISA.
6380         (micromips_op): New macro.
6381         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6382         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6383         (b6s4_op, b7s3_reg): Likewise.
6384         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6385         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6386         (mips_insn_size): New function.
6387         (mips32_next_pc): Update mips_fetch_instruction call.
6388         (micromips_relative_offset7): New function.
6389         (micromips_relative_offset10): Likewise.
6390         (micromips_relative_offset16): Likewise.
6391         (micromips_pc_insn_size): Likewise.
6392         (micromips_bc1_pc): Likewise.
6393         (micromips_next_pc): Likewise.
6394         (unpack_mips16): Update mips_fetch_instruction call.
6395         (extended_mips16_next_pc): Update according to change to
6396         mips16_to_32_reg.
6397         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
6398         code.
6399         (mips16_scan_prologue): Update mips_fetch_instruction call.
6400         Update according to change to mips16_to_32_reg.
6401         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6402         (mips_insn16_frame_base_sniffer): Likewise.
6403         (micromips_decode_imm9): New function.
6404         (micromips_scan_prologue): Likewise.
6405         (mips_micro_frame_cache): Likewise.
6406         (mips_micro_frame_this_id): Likewise.
6407         (mips_micro_frame_prev_register): Likewise.
6408         (mips_micro_frame_sniffer): Likewise.
6409         (mips_micro_frame_unwind): New variable.
6410         (mips_micro_frame_base_address): New function.
6411         (mips_micro_frame_base): New variable.
6412         (mips_micro_frame_base_sniffer): New function.
6413         (mips32_scan_prologue): Update mips_fetch_instruction call.
6414         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6415         rather than for MIPS16.
6416         (mips_insn32_frame_base_sniffer): Likewise.
6417         (mips_addr_bits_remove): Handle microMIPS code.
6418         (deal_with_atomic_sequence): Rename to...
6419         (mips_deal_with_atomic_sequence): ... this.  Update the type
6420         of the variable used to hold an instruction.  Remove the ISA bit
6421         check.  Update mips_fetch_instruction call.
6422         (micromips_deal_with_atomic_sequence): New function.
6423         (deal_with_atomic_sequence): Likewise.
6424         (mips_about_to_return): Handle microMIPS code.  Update
6425         mips_fetch_instruction call.
6426         (heuristic_proc_start): Check for the standard MIPS ISA rather
6427         than for MIPS16.  Update mips_pc_is_mips16 and
6428         mips_fetch_instruction calls.  Handle microMIPS code.
6429         (mips_push_dummy_code): Handle microMIPS code.
6430         (mips_eabi_push_dummy_call): Likewise.
6431         (mips_o32_return_value): Update mips_pc_is_mips16 call.
6432         (mips_o64_push_dummy_call): Handle microMIPS code.
6433         (mips_o64_return_value): Update mips_pc_is_mips16 call.
6434         (is_delayed): Remove function.
6435         (mips_single_step_through_delay): Replace the call to is_delayed
6436         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
6437         Handle microMIPS code.
6438         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
6439         microMIPS code.
6440         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6441         call.
6442         (micromips_in_function_epilogue_p): New function.
6443         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6444         call.
6445         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6446         Handle microMIPS.
6447         (gdb_print_insn_mips): Likewise.
6448         (mips_breakpoint_from_pc): Likewise.
6449         (mips_remote_breakpoint_from_pc): New function.
6450         (mips32_instruction_has_delay_slot): Simplify making use of the
6451         updated mips_fetch_instruction interface.
6452         (micromips_instruction_has_delay_slot): New function.
6453         (mips16_instruction_has_delay_slot): Simplify making use of the
6454         updated mips_fetch_instruction interface.
6455         (mips_adjust_breakpoint_address): Check for the standard MIPS
6456         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
6457         calls.  Handle microMIPS code.
6458         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6459         (mips_skip_trampoline_code): Handle microMIPS code.
6460         (global_mips_compression): New function.
6461         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6462         file flags.  Register the microMIPS remote breakpoint handler
6463         and heuristic frame unwinder.
6464         (show_mips_compression): New function.
6465         (_initialize_mips_tdep): Add the "set mips compression" and
6466         "show mips compression" commands.
6467
6468 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
6469
6470         * ada-lang.c:
6471         * ada-tasks.c:
6472         * ada-varobj.c:
6473         * amd64-darwin-tdep.c:
6474         * arm-symbian-tdep.c:
6475         * arm-tdep.c:
6476         * avr-tdep.c:
6477         * ax-gdb.c:
6478         * bfin-linux-tdep.c:
6479         * breakpoint.c:
6480         * c-valprint.c:
6481         * cli/cli-cmds.c:
6482         * coffread.c:
6483         * cp-support.c:
6484         * cris-tdep.c:
6485         * dwarf2-frame-tailcall.c:
6486         * dwarf2-frame.c:
6487         * dwarf2expr.c:
6488         * dwarf2loc.c:
6489         * dwarf2read.c:
6490         * elfread.c:
6491         * eval.c:
6492         * expprint.c:
6493         * f-valprint.c:
6494         * frv-tdep.c:
6495         * h8300-tdep.c:
6496         * hppa-hpux-tdep.c:
6497         * hppa-tdep.c:
6498         * hppanbsd-tdep.c:
6499         * i386-nto-tdep.c:
6500         * i386-tdep.c:
6501         * i387-tdep.c:
6502         * ia64-tdep.c:
6503         * jit.c:
6504         * linespec.c:
6505         * linux-tdep.c:
6506         * lm32-tdep.c:
6507         * m2-valprint.c:
6508         * m32c-tdep.c:
6509         * m32r-rom.c:
6510         * m32r-tdep.c:
6511         * m68k-tdep.c:
6512         * m68klinux-tdep.c:
6513         * mi/mi-main.c:
6514         * microblaze-tdep.c:
6515         * mips-linux-tdep.c:
6516         * mips-tdep.c:
6517         * mn10300-tdep.c:
6518         * p-valprint.c:
6519         * parse.c:
6520         * ppc-linux-tdep.c:
6521         * ppc-sysv-tdep.c:
6522         * printcmd.c:
6523         * python/py-finishbreakpoint.c:
6524         * python/py-inferior.c:
6525         * python/py-infthread.c:
6526         * python/py-type.c:
6527         * python/python.c:
6528         * remote-fileio.c:
6529         * remote-m32r-sdi.c:
6530         * remote-mips.c:
6531         * reverse.c:
6532         * rl78-tdep.c:
6533         * rs6000-aix-tdep.c:
6534         * rs6000-tdep.c:
6535         * s390-tdep.c:
6536         * score-tdep.c:
6537         * sh64-tdep.c:
6538         * skip.c:
6539         * solib-darwin.c:
6540         * solib-dsbt.c:
6541         * solib-frv.c:
6542         * sparc-tdep.c:
6543         * spu-multiarch.c:
6544         * spu-tdep.c:
6545         * stack.c:
6546         * symfile.c:
6547         * symtab.c:
6548         * tic6x-tdep.c:
6549         * tracepoint.c:
6550         * v850-tdep.c:
6551         * valarith.c:
6552         * valprint.c:
6553         * value.c:
6554         * xcoffread.c:
6555         * xtensa-tdep.c:
6556         * ada-lang.c:
6557         * ada-tasks.c:
6558         * ada-varobj.c:
6559         * amd64-darwin-tdep.c:
6560         * arm-symbian-tdep.c:
6561         * arm-tdep.c: Delete unused variables.
6562
6563 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6564
6565         Rename $ddir to $datadir.
6566         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6567         * auto-load.c (auto_load_safe_path_vec_update)
6568         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6569         * configure: Regenerate.
6570         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6571         Likewise.  Remove the 'use $ddir' help string.
6572
6573 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6574
6575         * auto-load.c (show_auto_load_safe_path): Accept any combination of
6576         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6577
6578 2012-05-18  Tom Tromey  <tromey@redhat.com>
6579
6580         PR exp/13907:
6581         * valprint.h (struct value_print_options) <symbol_print>: New
6582         field.
6583         * valprint.c (user_print_options): Add default for symbol_print.
6584         (show_symbol_print): New function.
6585         (generic_val_print): Respect symbol_print.
6586         (_initialize_valprint): Add "print symbol" setting.
6587         * f-valprint.c (f_val_print): Respect symbol_print.
6588         * c-valprint.c (c_val_print): Respect symbol_print.
6589         * NEWS: Update.
6590         * printcmd.c (print_address_symbolic): Return int.  Ignore some
6591         zero-size symbols.
6592         (print_address_demangle): Return int.
6593         * defs.h: (print_address_symbolic): Return int.
6594         * value.h (print_address_demangle): Return int.
6595
6596 2012-05-18  Tom Tromey  <tromey@redhat.com>
6597
6598         * valprint.c (val_print_string): Don't print leading space.
6599         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6600         print space before string or vtbl.
6601         * m2-valprint.c (print_unpacked_pointer): Optionally print space
6602         before string.
6603         * jv-valprint.c (java_value_print): Print space before string.
6604         * go-valprint.c (print_go_string): Print space before string.
6605         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6606         space before string.
6607         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6608         space before string or vtbl.
6609         * auxv.c (fprint_target_auxv): Print space after address.
6610
6611 2012-05-18  Tom Tromey  <tromey@redhat.com>
6612
6613         * printcmd.c (print_address_demangle): Remove special case for 0.
6614
6615 2012-05-18  Tom Tromey  <tromey@redhat.com>
6616
6617         * printcmd.c (print_address_demangle): Add 'opts' argument.
6618         * p-valprint.c (pascal_val_print): Update.
6619         * jv-valprint.c (java_val_print): Update.
6620         * value.h: Update.
6621         * valprint.c (generic_val_print): Update.
6622         (print_function_pointer_address): Add 'options' argument.  Remove
6623         'addressprint' argument.  Update.
6624         * m2-valprint.c (print_unpacked_pointer): Update.
6625         * gnu-v3-abi.c (print_one_vtable): Update.
6626         (gnuv3_print_method_ptr): Update.
6627         * f-valprint.c (f_val_print): Update.
6628         * cp-valprint.c (cp_print_value_fields): Update.
6629         * valprint.h (print_function_pointer_address): Update.
6630         * c-valprint.c (c_val_print): Update.
6631
6632 2012-05-18  Tom Tromey  <tromey@redhat.com>
6633
6634         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6635         directly corresponding to the found psymtab.
6636         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6637         (dw2_find_pc_sect_symtab): Use it.
6638         * block.h (blockvector_contains_pc): Declare.
6639         * block.c (find_block_in_blockvector): New function.
6640         (blockvector_for_pc_sect): Use it.
6641         (blockvector_contains_pc): New function.
6642
6643 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6644
6645         * mips-tdep.h (mips_write_pc): New prototype.
6646         * mips-tdep.c (mips_write_pc): Make external, add description.
6647         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6648         add description.
6649
6650 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6651
6652         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6653         mips_regnum->pc.
6654         (mips_unwind_pc, mips_write_pc): Likewise.
6655         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6656         gdbarch_read_pc.
6657
6658 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
6659
6660         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6661         proc_warn, proc_error, proc_get_status, proc_flags,
6662         proc_why, proc_what, proc_nsysarg, proc_sysargs,
6663         proc_set_run_on_last_close, proc_unset_run_on_last_close,
6664         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6665         proc_stop_process, proc_wait_for_stop, proc_run_process,
6666         proc_set_traced_signals, proc_set_traced_faults,
6667         proc_set_traced_sysentry, proc_set_traced_sysexit,
6668         proc_set_held_signals, proc_get_held_signals,
6669         proc_get_traced_signals, proc_get_traced_faults,
6670         proc_get_traced_sysentry, proc_get_traced_sysexit,
6671         proc_clear_current_fault, proc_set_current_signal,
6672         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6673         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6674         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6675         proc_get_current_thread, proc_get_current_thread,
6676         proc_get_current_thread, proc_update_threads,
6677         proc_update_threads, proc_update_threads, proc_update_threads,
6678         proc_iterate_over_threads, procfs_find_new_threads,
6679         procfs_pid_to_str): Make static.  Remove advance declaration.
6680         (proc_cursig): Make static.  Conditionalized defintion on
6681         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6682         (proc_syscall, proc_set_kill_on_last_close,
6683         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6684         proc_get_pending_signals, proc_get_signal_actions,
6685         proc_trace_signal, proc_ignore_signal): Delete.
6686
6687 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
6688
6689         * coffread.c (cs_section_address): Passing proper argument for
6690         `bfd_get_section_vma'.
6691         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6692         `bfd_get_section_flags'.
6693         * remote.c (remote_trace_set_readonly_regions): Likewise, for
6694         `bfd_get_section_vma'.
6695
6696 2012-05-16  Tom Tromey  <tromey@redhat.com>
6697
6698         PR macros/13205:
6699         * macrotab.h: (macro_define_special): Declare.
6700         (enum macro_special_kind): New.
6701         (struct macro_definition) <argc, replacement>: Update comments.
6702         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6703         (macro_define_object_internal): New function.
6704         (macro_define_object): Use it.
6705         (macro_define_special): New function.
6706         (fixup_definition): New function.
6707         (macro_lookup_definition, foreach_macro_in_scope)
6708         (foreach_macro): Use fixup_definition.
6709         * macroexp.h (macro_stringify): Declare.
6710         * macroexp.c (free_buffer_return_text): New function.
6711         (stringify): Constify "arg".
6712         (macro_stringify): New function.
6713         * dwarf2read.c (macro_start_file): Call macro_define_special.
6714
6715 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6716             Maciej W. Rozycki  <macro@mips.com>
6717
6718         * breakpoint.h (bp_location): Add related_address member.
6719         * inferior.h (get_return_value): Take a pointer to struct value
6720         instead of struct type for the function requested.
6721         * value.h (using_struct_return): Likewise.
6722         * gdbarch.sh (return_value): Take a pointer to struct value
6723         instead of struct type for the function requested.
6724         * breakpoint.c (set_breakpoint_location_function): Initialize
6725         related_address for bp_gnu_ifunc_resolver breakpoints.
6726         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6727         requested function's address to gdbarch_return_value.
6728         * eval.c (evaluate_subexp_standard): Pass the requested
6729         function's address to using_struct_return.
6730         * infcall.c (call_function_by_hand): Pass the requested
6731         function's address to using_struct_return and
6732         gdbarch_return_value.
6733         * infcmd.c (get_return_value): Take a pointer to struct value
6734         instead of struct type for the function requested.
6735         (print_return_value): Update accordingly.
6736         (finish_command_continuation): Likewise.
6737         * stack.c (return_command): Pass the requested function's
6738         address to using_struct_return and gdbarch_return_value.
6739         * value.c (using_struct_return): Take a pointer to struct value
6740         instead of struct type for the function requested.  Pass the
6741         requested function's address to gdbarch_return_value.
6742         * python/py-finishbreakpoint.c (finish_breakpoint_object):
6743         New function_value member, replacing function_type.
6744         (bpfinishpy_dealloc): Update accordingly.
6745         (bpfinishpy_pre_stop_hook): Likewise.
6746         (bpfinishpy_init): Likewise.  Record the requested function's
6747         address.
6748         * mips-tdep.c (mips_fval_reg): New enum.
6749         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6750         words put in GP registers.
6751         (mips_o64_push_dummy_call): Update a comment.
6752         (mips_o32_return_value): Take a pointer to struct value instead
6753         of struct type for the function requested and use it to check if
6754         using the MIPS16 calling convention.  Return the designated
6755         general purpose registers for floating-point values returned in
6756         MIPS16 mode.
6757         (mips_o64_return_value): Likewise.
6758         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6759         (ppc_sysv_abi_broken_return_value): Likewise.
6760         (ppc64_sysv_abi_return_value): Likewise.
6761         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6762         value instead of struct type for the function requested.
6763         * amd64-tdep.c (amd64_return_value): Likewise.
6764         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6765         * arm-tdep.c (arm_return_value): Likewise.
6766         * avr-tdep.c (avr_return_value): Likewise.
6767         * bfin-tdep.c (bfin_return_value): Likewise.
6768         * cris-tdep.c (cris_return_value): Likewise.
6769         * frv-tdep.c (frv_return_value): Likewise.
6770         * h8300-tdep.c (h8300_return_value): Likewise.
6771         (h8300h_return_value): Likewise.
6772         * hppa-tdep.c (hppa32_return_value): Likewise.
6773         (hppa64_return_value): Likewise.
6774         * i386-tdep.c (i386_return_value): Likewise.
6775         * ia64-tdep.c (ia64_return_value): Likewise.
6776         * iq2000-tdep.c (iq2000_return_value): Likewise.
6777         * lm32-tdep.c (lm32_return_value): Likewise.
6778         * m32c-tdep.c (m32c_return_value): Likewise.
6779         * m32r-tdep.c (m32r_return_value): Likewise.
6780         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6781         * m68k-tdep.c (m68k_return_value): Likewise.
6782         (m68k_svr4_return_value): Likewise.
6783         * m88k-tdep.c (m88k_return_value): Likewise.
6784         * mep-tdep.c (mep_return_value): Likewise.
6785         * microblaze-tdep.c (microblaze_return_value): Likewise.
6786         * mn10300-tdep.c (mn10300_return_value): Likewise.
6787         * moxie-tdep.c (moxie_return_value): Likewise.
6788         * mt-tdep.c (mt_return_value): Likewise.
6789         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6790         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6791         (ppc_sysv_abi_broken_return_value): Likewise.
6792         (ppc64_sysv_abi_return_value): Likewise.
6793         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6794         * rl78-tdep.c (rl78_return_value): Likewise.
6795         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6796         * rx-tdep.c (rx_return_value): Likewise.
6797         * s390-tdep.c (s390_return_value): Likewise.
6798         * score-tdep.c (score_return_value): Likewise.
6799         * sh-tdep.c (sh_return_value_nofpu): Likewise.
6800         (sh_return_value_fpu): Likewise.
6801         * sh64-tdep.c (sh64_return_value): Likewise.
6802         * sparc-tdep.c (sparc32_return_value): Likewise.
6803         * sparc64-tdep.c (sparc64_return_value): Likewise.
6804         * spu-tdep.c (spu_return_value): Likewise.
6805         * tic6x-tdep.c (tic6x_return_value): Likewise.
6806         * v850-tdep.c (v850_return_value): Likewise.
6807         * vax-tdep.c (vax_return_value): Likewise.
6808         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6809         * xtensa-tdep.c (xtensa_return_value): Likewise.
6810         * gdbarch.c: Regenerate.
6811         * gdbarch.h: Regenerate.
6812
6813 2012-05-15  Tom Tromey  <tromey@redhat.com>
6814
6815         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6816
6817 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6818
6819         * breakpoint.c (init_breakpoint_sal): Add quotes around part
6820         of command in two error message.
6821
6822 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6823
6824         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6825
6826 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6827
6828         * breakpoint.c (find_condition_and_thread): Minor reformatting.
6829
6830 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6831
6832         * NEWS (show auto-load scripts-directory): Add forgotten command.
6833
6834 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6835
6836         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6837         parameters.
6838
6839 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6840
6841         * amd64-tdep.c: Include features/i386/x32.c and
6842         features/i386/x32-avx.c.
6843         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6844         initialize_tdesc_x32_avx.
6845
6846 2012-05-14  Stan Shebs  <stan@codesourcery.com>
6847
6848         Add dynamic printf.
6849         * breakpoint.h (enum bptype): New type bp_dprintf.
6850         (struct breakpoint): New field extra_string.
6851         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6852         (create_breakpoint): Add extra_string arg.
6853         * breakpoint.c (dprintf_breakpoint_ops): New.
6854         (is_breakpoint): Add bp_dprintf.
6855         (bpstat_what): Add dprintf case.
6856         (bptype_string): Ditto.
6857         (print_one_breakpoint_location): Ditto.
6858         (init_bp_location): Ditto.
6859         (bkpt_print_mention): Ditto.
6860         (dprintf_style_enums): New array.
6861         (dprintf_style): New global.
6862         (dprintf_function): New global.
6863         (dprintf_channel): New global.
6864         (update_dprintf_command_list): New function.
6865         (update_dprintf_commands): New function.
6866         (init_breakpoint_sal): Add extra_string argument, handle it.
6867         (create_breakpoint_sal): Add extra_string argument.
6868         (create_breakpoints_sal): Add extra_string argument, update callers.
6869         (find_condition_and_thread): Add extra argument.
6870         (create_breakpoint): Add extra_string argument, record it.
6871         (dprintf_command): New function.
6872         (break_command_1): Add arg to create_breakpoint call.
6873         (handle_gnu_v3_exceptions): Ditto.
6874         (trace_command): Ditto.
6875         (ftrace_command): Ditto.
6876         (strace_command): Ditto.
6877         (bkpt_print_mention): Add dprintf case.
6878         (create_breakpoint_sal_default): Add extra_string argument.
6879         (_initialize_breakpoint): Add new commands.
6880         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6881         * python/py-breakpoint.c (bppy_init): Ditto.
6882         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6883
6884 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
6885
6886         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6887
6888 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
6889
6890         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6891         unsigned long long.
6892
6893 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
6894
6895         Add a new function gdb.find_pc_line to the Python API.
6896         * NEWS (Python Scripting): Add entry about the new function.
6897         * python/python.c (gdbpy_find_pc_line): New function which
6898         implements gdb.find_pc_line.
6899         (GdbMethods): Add entry for the new function.
6900
6901 2012-05-12  Pedro Alves  <palves@redhat.com>
6902
6903         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6904         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6905
6906 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
6907
6908         * inferior.c: Include completer.h
6909         (initialize_inferiors): Set completer of add-inferior to
6910         filename_completer.
6911
6912 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6913
6914         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6915         gdbarch_ptr_bit for x32 core dump.
6916
6917 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6918
6919         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6920         and features/i386/x32-avx-linux.c.
6921
6922 2012-05-11  Stan Shebs  <stan@codesourcery.com>
6923             Kwok Cheung Yeung  <kcy@codesourcery.com>
6924
6925         * NEWS: Describe new info os commands.
6926         * common/linux-osdata.c (PID_T, TIME_T): Define.
6927         (MAX_PID_T_STRLEN): New.
6928         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
6929         MAX_PID_T_STRLEN.
6930         (command_from_pid): Add comment.  Change to use PID_T.
6931         (commandline_from_pid):  Change to use PID_T.
6932         (user_from_pid): Add comment.
6933         (get_process_owner): Add comment. Change to use PID_T and
6934         MAX_PID_T_STRLEN.
6935         (get_number_of_cpu_cores): Add comment.
6936         (get_cores_used_by_process): Add comment.  Change to use PID_T and
6937         MAX_PID_T_STRLEN.
6938         (linux_xfer_osdata_processes): Change to use PID_T and
6939         MAX_PID_T_STRLEN.
6940         (compare_processes): New function.
6941         (linux_xfer_osdata_processgroups): New function.
6942         (linux_xfer_osdata_threads): Change to use PID_T.
6943         (linux_xfer_osdata_fds): New function.
6944         (format_socket_state, print_sockets): New functions.
6945         (union socket_addr): New union.
6946         (linux_xfer_osdata_isockets): New function.
6947         (time_from_time_t, group_from_gid): New functions.
6948         (linux_xfer_osdata_shm): New function.
6949         (linux_xfer_osdata_sem): New function.
6950         (linux_xfer_osdata_msg): New function.
6951         (linux_xfer_osdata_modules): New function.
6952         (osdata_table): Add new entries.
6953         * common/buffer.c (buffer_xml_printf): Add support for long and
6954         long long format specifiers.
6955
6956 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6957
6958         * amd64-linux-tdep.h (tdesc_x32_linux): New.
6959         (tdesc_x32_avx_linux): Likewise.
6960
6961 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6962
6963         Implement multi-component --with-auto-load-dir.
6964         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6965         entries.
6966         (--with-auto-load-safe-path): Update the default value description.
6967         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6968         New.
6969         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
6970         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
6971         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
6972         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
6973         "set auto-load scripts-directory".
6974         * config.in: Regenerate.
6975         * configure: Regenerate.
6976         * configure.ac (--with-auto-load-dir): New configure option.
6977         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6978
6979 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6980
6981         Provide $ddir substitution for --with-auto-load-safe-path.
6982         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6983         entries.
6984         * auto-load.c: Include observer.h.
6985         (auto_load_safe_path_vec_update): Call substitute_path_component for
6986         each component.  New variable ddir_subst.
6987         (auto_load_gdb_datadir_changed): New function.
6988         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6989         AUTO_LOAD_SAFE_PATH.  New comment.
6990         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6991         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
6992         * config.in: Regenerate.
6993         * configure: Regenerate.
6994         * configure.ac (--auto-load-safe-path): Rename
6995         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
6996         GDB_DATADIR/auto-load.
6997         * defs.h (substitute_path_component): New declaration.
6998         * top.c: Include observer.h.
6999         (set_gdb_datadir): New function.
7000         (init_main): Install it for "set data-directory".
7001         * utils.c (substitute_path_component): New function.
7002
7003 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
7004
7005         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
7006         * auto-load.c (auto_load_objfile_script): Remove check for NULL
7007         DEBUG_FILE_DIRECTORY.  Handle multiple components of
7008         DEBUG_FILE_DIRECTORY.
7009
7010 2012-05-10  Tom Tromey  <tromey@redhat.com>
7011
7012         * dwarf2read.c (recursively_write_psymbols): New function.
7013         (write_psymtabs_to_index): Use it.
7014
7015         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
7016         field.
7017         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
7018         (load_partial_comp_unit): Update.
7019         (queue_comp_unit): Add argument 'pretend_language'.
7020         (process_queue): Update.
7021         (psymtab_to_symtab_1): Skip dependencies that have a user.
7022         (load_partial_comp_unit_reader): Give meaning to the 'data'
7023         argument.
7024         (load_full_comp_unit): Add 'pretend_language' argument.
7025         (process_full_comp_unit): Add 'pretend_language' argument.  Set
7026         language on CU.
7027         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
7028         Update.
7029         (maybe_queue_comp_unit): Add 'pretend_language' argument.
7030         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
7031         Update.
7032         (prepare_one_comp_unit): Add 'pretend_language' argument.
7033
7034         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
7035         (struct dwarf2_per_objfile) <just_read_cus>: New field.
7036         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
7037         (dw2_do_instantiate_symtab): Check whether symtab was read in
7038         before queueing.
7039         (dw2_instantiate_symtab): Add assertion.  Call
7040         process_cu_includes.
7041         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
7042         (partial_symtab_p): New typedef.
7043         (set_partial_user): New function.
7044         (dwarf2_build_psymtabs_hard): Use set_partial_user.
7045         (scan_partial_symbols): Add imported CU to imported_symtabs.
7046         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
7047         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
7048         (get_symtab, recursively_compute_inclusions)
7049         (compute_symtab_includes, process_cu_includes)
7050         (process_imported_unit_die): New functions.
7051         (process_die) <DW_TAG_imported_unit>: New case.
7052         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
7053
7054         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
7055         comment.
7056         (struct partial_die_info) <locdesc>: Remove.
7057         <d>: New field.
7058         (process_psymtab_comp_unit): Add 'read_partial' argument.
7059         Update.
7060         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
7061         (scan_partial_symbols): Handle DW_TAG_imported_unit.
7062         (add_partial_symbol): Update.
7063         (process_die): Handle DW_TAG_partial_unit.
7064         (read_file_scope): Update comment.
7065         (load_partial_dies): Handle DW_TAG_imported_unit.
7066         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
7067         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
7068
7069 2012-05-10  Tom Tromey  <tromey@redhat.com>
7070
7071         * cc-with-dwz.sh: New file.
7072
7073 2012-05-10  Tom Tromey  <tromey@redhat.com>
7074
7075         * symtab.h (struct symtab) <includes, user>: New fields.
7076         * block.h (struct block_iterator) <d, idx, which>: New fields.
7077         * block.c (initialize_block_iterator, find_iterator_symtab)
7078         (block_iterator_step, block_iter_name_step)
7079         (block_iter_match_step): New functions.
7080         (block_iterator_first, block_iterator_next)
7081         (block_iter_name_first, block_iter_name_next)
7082         (block_iter_match_first, block_iter_match_next): Rewrite.
7083         (get_block_symtab): New function.
7084
7085 2012-05-10  Tom Tromey  <tromey@redhat.com>
7086
7087         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
7088         set_block_symtab.
7089         * jit.c (finalize_symtab): Use allocate_global_block,
7090         set_block_symtab.
7091         * buildsym.c (finish_block_internal): New function, from old
7092         finish_block.
7093         (finish_block): Rewrite.
7094         (end_symtab): Use finish_block_internal, set_block_symtab.
7095         * block.h (struct global_block): New.
7096         (allocate_global_block, set_block_symtab): Declare.
7097         * block.c (allocate_global_block, set_block_symtab): New
7098         functions.
7099
7100 2012-05-10  Tom Tromey  <tromey@redhat.com>
7101
7102         * psymtab.c (partial_map_expand_apply): Add assertion.
7103         (partial_map_symtabs_matching_filename): Skip included psymtabs.
7104         (psymtab_to_symtab): Find unshared psymtab.
7105         (dump_psymtab): Print including psymtabs.
7106         (recursively_search_psymtabs): New function.
7107         (expand_symtabs_matching_via_partial): Use it.
7108         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
7109         fields.
7110         (enum psymtab_search_status): New.
7111
7112 2012-05-10  Tom Tromey  <tromey@redhat.com>
7113
7114         * tracepoint.c (scope_info): Update.
7115         * symtab.c (lookup_block_symbol, iterate_over_symbols)
7116         (find_pc_sect_symtab, search_symbols)
7117         (default_make_symbol_completion_list_break_on)
7118         (make_file_symbol_completion_list): Update.
7119         * symmisc.c (dump_symtab_1): Update.
7120         * stack.c (print_frame_args, iterate_over_block_locals)
7121         (print_frame_labels, iterate_over_block_arg_vars): Update.
7122         * python/py-block.c (block_object) <dict>: Remove.
7123         <block>: New field.
7124         <iter>: Change type.
7125         (blpy_iter): Update.
7126         (blpy_block_syms_iternext): Update.
7127         * psymtab.c (map_block): Use block iterators.
7128         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
7129         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
7130         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
7131         * infrun.c (check_exception_resume): Update.
7132         * cp-support.c (make_symbol_overload_list_block): Update.
7133         * coffread.c (patch_opaque_types): Update.
7134         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
7135         * block.h (struct block_iterator): New.
7136         (block_iterator_first, block_iterator_next, block_iter_name_first)
7137         (block_iter_name_next, block_iter_match_first)
7138         (block_iter_match_next): Declare.
7139         (ALL_BLOCK_SYMBOLS): Redefine.
7140         * block.c (block_iterator_first, block_iterator_next)
7141         (block_iter_name_first, block_iter_name_next)
7142         (block_iter_match_first, block_iter_match_next): New functions.
7143         * ada-lang.c (ada_add_block_symbols)
7144         (ada_make_symbol_completion_list): Use block iterator.
7145
7146 2012-05-10  Tom Tromey  <tromey@redhat.com>
7147
7148         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
7149         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
7150         (lookup_partial_symbol, find_last_source_symtab_from_partial)
7151         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
7152         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
7153         Update.
7154
7155 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
7156
7157         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
7158         print-file-var-lib2.c, print-file-var-main.c and
7159         print-file-var.exp (located in gdb/testsuite/gdb.base).
7160
7161 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
7162
7163         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
7164         try locating the symbol in the symbol's own objfile first, before
7165         extending the search to all objfiles.
7166         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
7167         out of lookup_symbol_aux_symtabs.
7168         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
7169         Replace extracted-out code by call to lookup_symbol_aux_objfile.
7170         Do not search EXCLUDE_OBJFILE.
7171         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
7172         (lookup_symbol_global): Search for matches in the block's objfile
7173         first, before searching all other objfiles.
7174
7175 2012-05-10  Tristan Gingold  <gingold@adacore.com>
7176
7177         * printcmd.c (set_command): Add pre/post inc/dec.
7178
7179 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
7180
7181         * gdb.1: Document -ex option.
7182
7183 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
7184
7185         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
7186         * inferior.h (AT_SYMBOL): Delete.
7187
7188 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
7189
7190         * mips-tdep.c (mips_push_dummy_code): New function.
7191         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
7192         ON_STACK and install mips_push_dummy_code as our gdbarch
7193         push_dummy_code routine.
7194
7195 2012-05-09  Pedro Alves  <palves@redhat.com>
7196
7197         * target.c (set_maintenance_target_async_permitted): Rename to ...
7198         (set_target_async_command): ... this.
7199         (show_maintenance_target_async_permitted): Rename to ...
7200         (show_target_async_command): ... this.
7201         (initialize_targets): Adjust.
7202
7203 2012-05-08  Doug Evans  <dje@google.com>
7204
7205         * go-exp.y (classify_name): Add missing assignment of fields of
7206         yylval.ssym.
7207
7208 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
7209
7210         Display the ">" prompt in interactive mode while reading canned
7211         commands, even when the current interpreter is MI.
7212
7213         * interps.c (interp_set_temp): New function.
7214
7215         * interps.h (interp_set_temp): Add prototype.
7216
7217         * cli/cli-script.c (restore_interp): New cleanup function.
7218         (read_command_lines): Temporarily override the current interpreter
7219         with CLI and arrange for restoring the original one.
7220
7221 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
7222
7223         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
7224
7225 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
7226
7227         * probe.c (parse_probes): Move conditional to check for
7228         debuginfo files from here...
7229         * stap-probe.c (stap_get_probes): ... to here.
7230
7231 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
7232             H.J. Lu  <hongjiu.lu@intel.com>
7233
7234         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
7235         `movl %esp, %ebp' for the X32 ABI.
7236
7237 2012-05-07  Tom Tromey  <tromey@redhat.com>
7238
7239         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
7240         get_DW_TAG_name.
7241         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
7242         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
7243         (dwarf_stack_op_name): Remove.
7244         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
7245         (decode_locdesc): Use get_DW_OP_name.
7246         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
7247         (dwarf2_compile_expr_to_ax): Likewise.
7248         (disassemble_dwarf_expression): Likewise.
7249         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
7250
7251 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
7252
7253         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
7254         (sh_linux_sigtramp_cache): New function.
7255         (sh_linux_sigreturn_init): New function.
7256         (sh_linux_rt_sigreturn_init): New function.
7257         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
7258         patterns.
7259         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
7260         syscall codes.
7261         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
7262         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
7263         (sh_linux_init_abi): Add init calls to register new tramp_frame
7264         definitions under 32-bit SH, update comments.
7265
7266 2012-05-07  Pedro Alves  <palves@redhat.com>
7267
7268         PR gdb/10952
7269
7270         * amd64-linux-tdep.c: Include glibc-tdep.h.
7271         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
7272         gdbarch_skip_solib_resolver callback.
7273
7274 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7275
7276         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
7277         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
7278         (show_auto_load_safe_path): Check any-directory by comparison with "/".
7279         (add_auto_load_safe_path): Change the error message.
7280         (_initialize_auto_load): Change the "safe-path" help text.
7281         * configure: Regenerate
7282         * configure.ac (--without-auto-load-safe-path): Set
7283         WITH_AUTO_LOAD_SAFE_PATH to /.
7284
7285 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
7286
7287         * stap-probe.h: Do not include unecessary `probe.h'.
7288
7289 2012-05-05  Alan Modra  <amodra@gmail.com>
7290
7291         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
7292         bfd_und_section_ptr.
7293         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
7294         and bfd_com_section_ptr.
7295
7296 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
7297
7298         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
7299
7300 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
7301
7302         * windows-nat.h (segment_register_p_ftype): New typedef.
7303         (windows_set_segment_register_p): Add declaration.
7304         * windows-nat.c (segment_register_p): New static global.
7305         (windows_set_segment_register_p): New function.
7306         (do_windows_fetch_inferior_registers): Add special handling
7307         for segment registers.
7308         * amd64-windows-nat.c: #include "amd64-tdep.h".
7309         (amd64_windows_segment_register_p): New function.
7310         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7311         * i386-windows-nat.c: #include "i386-tdep.h".
7312         (i386_windows_segment_register_p): New function.
7313         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7314
7315 2012-05-04  Tristan Gingold  <gingold@adacore.com>
7316
7317         * printcmd.c (set_command): Emit a warning if the expression is not
7318         an assignment.
7319
7320 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
7321
7322         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7323         Make static.
7324
7325 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
7326
7327         * stap-probe.c (stap_is_operator): Change declaration.
7328         (stap_get_opcode): Change return value.
7329         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7330         `stap_parse_argument_1'.
7331
7332 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
7333
7334         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7335         debug log.
7336
7337 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
7338
7339         Add two new methods global_block and static_block to gdb.Symtab
7340         objects.
7341         * NEWS (Python scripting): Add entry about the new methods.
7342         * python/py-symtab.c (stpy_global_block): New function which
7343         implements the gdb.Symtab.global_block() method.
7344         (stpy_static_block): New function which implements the
7345         gdb.Symtab.static_block() method.
7346         (symtab_object_methods): Add entries for the two new methods.
7347
7348 2012-05-03  Doug Evans  <dje@google.com>
7349
7350         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7351         files.
7352
7353 2012-05-03  Yao Qi  <yao@codesourcery.com>
7354
7355         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7356         space.
7357         (i386_process_record): Ditto.
7358
7359 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7360
7361         * infcall.c (unwind_on_signal_p): Make static.
7362
7363 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7364
7365         * sol-thread.c (solaris_pid_to_str): Make static.
7366         (_initialize_sol_thread): Add prototype.
7367
7368 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7369
7370         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7371
7372 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
7373
7374         * MAINTAINERS: Remove myself.
7375
7376 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7377
7378         Fix --without-auto-load-safe-path for MS-Windows host platform.
7379         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7380
7381 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
7382
7383         * gdb_curses.h: Undefine KEY_EVENT before including curses
7384         headers.  Move "#undef MOUSE_MOVED" before any curses header
7385         inclusion.
7386
7387 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7388
7389         * features/i386/i386-mmx-linux.c: Regenerate.
7390         * features/rs6000/powerpc-32.c: Likewise.
7391         * features/rs6000/powerpc-32l.c: Likewise.
7392         * features/rs6000/powerpc-403.c: Likewise.
7393         * features/rs6000/powerpc-403gc.c: Likewise.
7394         * features/rs6000/powerpc-405.c: Likewise.
7395         * features/rs6000/powerpc-505.c: Likewise.
7396         * features/rs6000/powerpc-601.c: Likewise.
7397         * features/rs6000/powerpc-602.c: Likewise.
7398         * features/rs6000/powerpc-603.c: Likewise.
7399         * features/rs6000/powerpc-604.c: Likewise.
7400         * features/rs6000/powerpc-64.c: Likewise.
7401         * features/rs6000/powerpc-64l.c: Likewise.
7402         * features/rs6000/powerpc-750.c: Likewise.
7403         * features/rs6000/powerpc-860.c: Likewise.
7404         * features/rs6000/powerpc-e500.c: Likewise.
7405         * features/rs6000/powerpc-e500l.c: Likewise.
7406         * features/rs6000/powerpc-isa205-32l.c: Likewise.
7407         * features/rs6000/powerpc-isa205-64l.c: Likewise.
7408         * features/rs6000/rs6000.c: Likewise.
7409
7410 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7411
7412         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7413         variable.
7414         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7415         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7416         (stap_parse_argument) <e>: Likewise.
7417         (handle_stap_probe) <byte_order>: Likewise.
7418
7419 2012-04-30  Doug Evans  <dje@google.com>
7420
7421         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7422         init_and_read_dies_worker.  All callers updated.
7423         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
7424         replaced with init_cutu_and_read_dies.
7425         (load_partial_comp_unit): Pass 1 for use_existing_cu.
7426         (find_partial_die): Remove FIXME.  Don't free current CU.
7427
7428 2012-04-30  Sterling Augustine  <saugustine@google.com>
7429
7430         * contrib: New directory.
7431         * contrib/test_pubnames_and_indexes.py: New file.
7432
7433 2012-04-30  Doug Evans  <dje@google.com>
7434
7435         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7436         All callers updated.
7437         (init_cu_die_reader): Verify the section is non-empty.
7438         (dwarf_decode_line_header): Don't dereference section->asection
7439         until we know the section is present.
7440
7441 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
7442
7443         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7444         probes.
7445
7446 2012-04-29  Yao Qi  <yao@codesourcery.com>
7447
7448         * gdb-code-style.el: New hook gdb-markup-hook
7449         and gdb-comment-hook.
7450
7451 2012-04-28  Doug Evans  <dje@google.com>
7452
7453         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
7454         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7455         objfile->obfd.
7456         * symfile.h (dwarf2_debug_sections): New member addr.
7457         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7458         (ctx_no_get_addr_index): New function.
7459         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7460         (ctx_no_get_addr_index): Declare.
7461         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7462         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7463         (dwarf_expr_ctx_funcs): Update.
7464         (needs_get_addr_index): New function.
7465         (needs_frame_ctx_funcs): Update.
7466         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7467         * dwarf2read.c: #include "gdbcore.h".
7468         (dwarf2_per_objfile): New members addr, dwo_files.
7469         (dwarf2_elf_names): Add entry for addr.
7470         (struct dwo_section_names): New type.
7471         (dwo_section_names): New static global.
7472         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7473         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7474         old debug_types_section member updated to use this.
7475         Rename member debug_types_section to info_or_types_section,
7476         all uses updated.
7477         (signatured_type): Rename member type_offset to type_offset_in_tu,
7478         all uses updated.  New member type_offset_in_section.
7479         (struct dwo_sections): New type.
7480         (struct dwo_unit): New type.
7481         (struct dwo_file): New type.
7482         (die_reader_specs): New member dwo_file.
7483         (dwarf2_locate_sections): Watch for .debug_addr.
7484         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7485         (dwarf2_read_section): Get bfd of section from bfd's asection,
7486         instead of objfile.
7487         (create_cus_from_index): Initialize the_cu->info_or_types_section.
7488         (create_signatured_type_table_from_index): Initialize
7489         sig_type->info_or_types_section.
7490         (dw2_get_file_names): Statement lists for type units with DWO files
7491         live in the DWO file.
7492         (create_debug_types_hash_table): New function.
7493         (create_all_type_units): Rewrite.
7494         (init_cu_die_reader): New arg dwo_file, all callers updated.
7495         (init_and_read_dies_worker): Get section from
7496         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
7497         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7498         continue reading the CU/TU from there.
7499         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7500         updated.  Get section from this_cu->info_or_types_section.
7501         (create_all_comp_units): Initialize this_cu->info_or_types_section.
7502         (skip_one_die): New cases DW_FORM_GNU_addr_index,
7503         DW_FORM_GNU_str_index.
7504         (hash_dwo_file, eq_dwo_file): New functions.
7505         (allocate_dwo_file_hash_table): New function.
7506         (hash_dwo_unit, eq_dwo_unit): New functions.
7507         (allocate_dwo_unit_table): New function.
7508         (dwarf2_locate_dwo_sections): New function.
7509         (struct create_dwo_info_table_data): New type.
7510         (create_debug_info_hash_table_reader): New function.
7511         (create_debug_info_hash_table): New function.
7512         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7513         (lookup_dwo_file): New function.
7514         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7515         (free_dwo_file, free_dwo_file_cleanup): New functions.
7516         (free_dwo_file_from_slot, free_dwo_files): New functions.
7517         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7518         (dwarf2_record_block_ranges): Ditto.
7519         (read_partial_die): Ditto.
7520         (process_enumeration_scope): Update to use type_offset_in_section.
7521         (read_full_die_1): New function.
7522         (read_full_die): Rewrite.
7523         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7524         DW_FORM_GNU_str_index.
7525         (read_addr_index_1, read_addr_index): New functions.
7526         (read_addr_index_from_leb128): New function.
7527         (struct dwarf2_read_addr_index_data): New type.
7528         (dwarf2_read_addr_index_reader): New function.
7529         (dwarf2_read_addr_index): New function.
7530         (read_str_index): New function.
7531         (leb128_size): New function.
7532         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7533         If processing a type unit from a DWO file, get the line section
7534         from the DWO file.
7535         (var_decode_location): Watch for DW_OP_GNU_addr_index.
7536         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7537         DW_FORM_GNU_str_index.
7538         (lookup_die_type): Check whether section offset of type's die is
7539         known before looking it up.  Remove assert.  Condition can
7540         legimately happen for inter-cu type references.
7541         (dwarf_attr_name): Handle Fission attributes.
7542         (dwarf_form_name): Handle Fission forms.
7543         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7544         DW_FORM_GNU_str_index.
7545         (follow_die_sig): Update to use type_offset_in_section.
7546         (decode_locdesc): New case DW_OP_GNU_addr_index.
7547         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7548         DW_FORM_GNU_str_index.
7549         (cu_debug_loc_section): New function.
7550         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7551         (dwarf2_per_objfile_free): Unmap .debug_addr section.
7552         Free DWO files if present.
7553         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7554
7555         Refactor DIE reading.
7556         * dwarf2read.c (dwarf2_per_objfile): Replace members
7557         debug_info_type_hash and debug_types_type_hash with die_type_hash.
7558         (die_reader_specs): New member "die_section".  Temporarily make
7559         member "buffer" non-const, pending constifying all info_ptr uses.
7560         (die_reader_func_ftype): New typedef.
7561         (dw2_get_file_names_reader): New function.
7562         (dw2_get_file_names): Rewrite.
7563         (read_and_check_type_unit_head): Rename arg type_offset to
7564         type_offset_in_tu.
7565         (create_all_type_units): Improve debugging message.
7566         Improve dummy type unit check.
7567         (init_cu_die_reader): New arg "section".  All callers updated.
7568         (init_and_read_dies_worker): New function.
7569         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7570         (init_cutu_and_read_dies_no_follow): New function.
7571         (init_cutu_and_read_dies_simple): New function.
7572         (process_psymtab_comp_unit_reader): New function.
7573         (process_psymtab_comp_unit): Delete args section,
7574         is_debug_types_section.  Rewrite.  All callers updated.
7575         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7576         All callers updated.  Rewrite.
7577         (load_partial_comp_unit_reader): New function.
7578         (load_partial_comp_unit): Rewrite.
7579         (skip_children): New arg reader.  Delete args buffer, cu.
7580         All callers updated.
7581         (skip_one_die): New arg reader.  Delete args buffer, cu.
7582         All callers updated.
7583         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
7584         All callers updated.
7585         (load_full_comp_unit_reader): New function.
7586         (load_full_comp_unit): Rewrite.
7587         (read_comp_unit): Delete.
7588         (read_die_and_children_1): Delete, contents moved ...
7589         (read_die_and_children): ... here.
7590         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
7591         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
7592         All callers updated.
7593         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
7594         All callers updated.
7595         (find_partial_die): Rewrite load_all_dies support.
7596         (read_attribute_value): New arg reader.  Delete args abfd, cu.
7597         All callers updated.
7598         (read_attribute): New arg reader.  Delete args abfd, cu.
7599         All callers updated.
7600         (load_full_type_unit): Add assert.
7601         (read_signatured_type_reader): New function.
7602         (read_signatured_type): Rewrite.
7603         (free_stack_comp_unit): Remove call to age_cached_comp_units.
7604         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7605         All callers updated.  Set per_cu->cu = NULL after freeing it.
7606         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7607         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7608         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7609         (set_die_type): Update.
7610         (get_die_type_at_offset): Update.
7611         (read_file_scope): Call prepare_one_comp_unit.
7612         (read_type_unit_scope): Ditto.
7613         (prepare_one_comp_unit): Set producer if present.
7614
7615 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
7616
7617         * probe.c (compile_rx_or_error): Silence ARI warning about missing
7618          gettext function on `error'.
7619
7620 2012-04-27  Doug Evans  <dje@google.com>
7621
7622         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7623         is empty.
7624
7625 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7626             Tom Tromey  <tromey@redhat.com>
7627
7628         * breakpoint.c (struct breakpoint_objfile_data)
7629         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7630         <exception_probes>: New fields.
7631         (free_breakpoint_probes): New function.
7632         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7633         `_Unwind_DebugHook'.
7634         (create_exception_master_breakpoint): Likewise.
7635         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7636         * infrun.c: Including necessary header files for handling SystemTap
7637         probes.
7638         (handle_inferior_event): Handling longjmp breakpoint and exceptions
7639         via SystemTap probes.
7640         (check_exception_resume): Remove `func' argument.  Handle exception
7641         unwinding breakpoint set via a SystemTap probe.
7642         (insert_exception_resume_from_probe): New function.
7643
7644 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7645             Tom Tromey  <tromey@redhat.com>
7646             Jan Kratochvil  <jan.kratochvil@redhat.com>
7647
7648         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7649         (COMMON_OBS): Likewise.
7650         (HFILES_NO_SRCDIR): Add `probe'.
7651         * NEWS: Mention support for static and SystemTap probes.
7652         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7653         SystemTap probes' arguments parser.
7654         * arm-linux-tdep.c: Including headers needed to perform the parsing
7655         of SystemTap probes' arguments.
7656         (arm_stap_is_single_operand): New function.
7657         (arm_stap_parse_special_token): Likewise.
7658         (arm_linux_init_abi): Initializing proper fields used by SystemTap
7659         probes' arguments parser.
7660         * ax-gdb.c (require_rvalue): Removing static declaration.
7661         (gen_expr): Likewise.
7662         * ax-gdb.h (gen_expr): Declaring function.
7663         (require_rvalue): Likewise.
7664         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7665         (bkpt_probe_breakpoint_ops): New variable.
7666         (momentary_breakpoint_from_master): Set the `probe' value.
7667         (add_location_to_breakpoint): Likewise.
7668         (break_command_1): Using proper breakpoint_ops according to the
7669         argument passed by the user in the command line.
7670         (bkpt_probe_insert_location): New function.
7671         (bkpt_probe_remove_location): Likewise.
7672         (bkpt_probe_create_sals_from_address): Likewise.
7673         (bkpt_probe_decode_linespec): Likewise.
7674         (tracepoint_probe_create_sals_from_address): Likewise.
7675         (tracepoint_probe_decode_linespec): Likewise.
7676         (tracepoint_probe_breakpoint_ops): New variable.
7677         (trace_command): Using proper breakpoint_ops according to the
7678         argument passed by the user in the command line.
7679         (initialize_breakpoint_ops): Initializing breakpoint_ops for
7680         static probes on breakpoints and tracepoints.
7681         * breakpoint.h (struct bp_location) <probe>: New field.
7682         * cli-utils.c (skip_spaces_const): New function.
7683         (extract_arg): Likewise.
7684         * cli-utils.h (skip_spaces_const): Likewise.
7685         (extract_arg): Likewise.
7686         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7687         * configure.ac: Append `stap-probe.o' to be generated when ELF
7688         support is present.
7689         * configure: Regenerate.
7690         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7691         * elfread.c: Include `probe.h' and `arch-utils.h'.
7692         (probe_key): New variable.
7693         (elf_get_probes): New function.
7694         (elf_get_probe_argument_count): Likewise.
7695         (elf_evaluate_probe_argument): Likewise.
7696         (elf_compile_to_ax): Likewise.
7697         (elf_symfile_relocate_probe): Likewise.
7698         (stap_probe_key_free): Likewise.
7699         (elf_probe_fns): New variable.
7700         (elf_sym_fns): Add `sym_probe_fns' value.
7701         (elf_sym_fns_lazy_psyms): Likewise.
7702         (elf_sym_fns_gdb_index): Likewise.
7703         (_initialize_elfread): Initialize objfile cache for static
7704         probes.
7705         * gdb_vecs.h (struct probe): New forward declaration.
7706         (probe_p): New VEC declaration.
7707         * gdbarch.c: Regenerate.
7708         * gdbarch.h: Regenerate.
7709         * gdbarch.sh (stap_integer_prefix): New variable.
7710         (stap_integer_suffix): Likewise.
7711         (stap_register_prefix): Likewise.
7712         (stap_register_suffix): Likewise.
7713         (stap_register_indirection_prefix): Likewise.
7714         (stap_register_indirection_suffix): Likewise.
7715         (stap_gdb_register_prefix): Likewise.
7716         (stap_gdb_register_suffix): Likewise.
7717         (stap_is_single_operand): New function.
7718         (stap_parse_special_token): Likewise.
7719         (struct stap_parse_info): Forward declaration.
7720         * i386-tdep.c: Including headers needed to perform the parsing
7721         of SystemTap probes' arguments.
7722         (i386_stap_is_single_operand): New function.
7723         (i386_stap_parse_special_token): Likewise.
7724         (i386_elf_init_abi): Initializing proper fields used by SystemTap
7725         probes' arguments parser.
7726         * i386-tdep.h (i386_stap_is_single_operand): New function.
7727         (i386_stap_parse_special_token): Likewise.
7728         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7729         * mipsread.c (ecoff_sym_fns): Likewise.
7730         * objfiles.c (objfile_relocate1): Support relocation for static
7731         probes.
7732         * parse.c (prefixify_expression): Remove static declaration.
7733         (initialize_expout): Likewise.
7734         (reallocate_expout): Likewise.
7735         * parser-defs.h (initialize_expout): Declare function.
7736         (reallocate_expout): Likewise.
7737         (prefixify_expression): Likewise.
7738         * ppc-linux-tdep.c: Including headers needed to perform the parsing
7739         of SystemTap probes' arguments.
7740         (ppc_stap_is_single_operand): New function.
7741         (ppc_stap_parse_special_token): Likewise.
7742         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7743         probes' arguments parser.
7744         * probe.c: New file, for generic statically defined probe support.
7745         * probe.h: Likewise.
7746         * s390-tdep.c: Including headers needed to perform the parsing of
7747         SystemTap probes' arguments.
7748         (s390_stap_is_single_operand): New function.
7749         (s390_gdbarch_init): Initializing proper fields used by SystemTap
7750         probes' arguments parser.
7751         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7752         * stap-probe.c: New file, for SystemTap probe support.
7753         * stap-probe.h: Likewise.
7754         * symfile.h: Include `gdb_vecs.h'.
7755         (struct sym_probe_fns): New struct.
7756         (struct sym_fns) <sym_probe_fns>: New field.
7757         * symtab.c (init_sal): Initialize `probe' field.
7758         * symtab.h (struct probe): Forward declaration.
7759         (struct symtab_and_line) <probe>: New field.
7760         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7761         locations.
7762         (stop_tracing): Likewise.
7763         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7764
7765 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7766             Tom Tromey  <tromey@redhat.com>
7767
7768         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7769         and to compile agent expressions.
7770         * infrun.c (siginfo_make_value): New argument `ignore'.
7771         (siginfo_funcs): New struct.
7772         (_initialize_infrun): New argument when calling
7773         `create_internalvar_type_lazy'.
7774         * thread.c (thread_id_make_value): New argument `ignore'.
7775         (thread_funcs): New struct.
7776         (_initialize_thread): New argument when calling
7777         `create_internalvar_type_lazy'.
7778         * tracepoint.c (sdata_make_value): New argument `ignore'.
7779         (sdata_funcs): New struct.
7780         (_initialize_tracepoint): New argument when calling
7781         `create_internalvar_type_lazy'.
7782         * value.c (make_value): New struct.
7783         (create_internalvar_type_lazy): New argument `data'.
7784         (compile_internalvar_to_ax): New function.
7785         (value_of_internalvar): Properly handling `make_value' case.
7786         (clear_internalvar): Likewise.
7787         (show_convenience): Adding `TRY_CATCH' block.
7788         * value.h (internalvar_make_value): Delete, replace by...
7789         (struct internalvar_funcs): ... this.
7790         (create_internalvar_type_lazy) <fun>: Delete argument.
7791         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7792         (compile_internalvar_to_ax): New function.
7793         * windows-tdep.c (tlb_make_value): New argument `ignore'.
7794         (tlb_funcs): New struct.
7795         (_initialize_windows_tdep): New argument when calling
7796         `create_internalvar_type_lazy'.
7797
7798 2012-04-27  Mark Wielaard  <mjw@redhat.com>
7799
7800         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7801         see whether it is an address or a constant offset from DW_AT_low_pc.
7802         (dwarf2_record_block_ranges): Likewise.
7803         (read_partial_die): Likewise.
7804
7805 2012-04-26  Mark Wielaard  <mjw@redhat.com>
7806
7807         * MAINTAINERS (Write After Approval): Add myself to the list.
7808
7809 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7810
7811         * proc-utils.h (proc_prettyprint_signalset): New prototype.
7812         (proc_prettyprint_signal): Likewise.
7813         (proc_prettyprint_faultset): Likewise.
7814         (proc_prettyprint_fault): Likewise.
7815         (proc_prettyprint_actionset): Likewise.
7816         (proc_prettyprint_flags): Move to new proc-flags.c section.
7817         (proc_prettyfprint_flags): New prototype.
7818         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7819         (proc_syscall, proc_cursig): Likewise.
7820         (proc_set_kill_on_last_close): Likewise.
7821         (proc_unset_kill_on_last_close): Likewise.
7822         (proc_set_watchpoint): Make static.
7823         (proc_delete_dead_threads): Likewise.
7824         (procfs_set_watchpoint): Likewise.
7825         (_initialize_procfs): Add prototype.
7826         * proc-events.c: Include proc-utils.h.
7827         (init_syscall_table): Make static.
7828         * proc-api.c (_initialize_proc_api): Add prototype.
7829         * proc-flags.c: Include proc-utils.h.
7830
7831 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7832
7833         * configure.ac: Add AC_ARG_PROGRAM.
7834         * configure: Regenerate.
7835
7836 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7837
7838         Fix DW_AT_lower_bound defaults for DWARF-4+.
7839         * dwarf2read.c (read_subrange_type): Remove initialization of low and
7840         high.  New variable low_default_is_valid.  Implement DWARF-4+
7841         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
7842         no default by the DWARF standard.
7843
7844 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
7845             Maciej W. Rozycki  <macro@codesourcery.com>
7846
7847         * infrun.c (handle_inferior_event): Move the check for return
7848         trampolines ahead of the check for function trampolines.
7849         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7850         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7851         (mips_str_mips16_ret_stub): Likewise.
7852         (mips_str_call_fp_stub): Likewise.
7853         (mips_str_call_stub): Likewise.
7854         (mips_str_fn_stub): Likewise.
7855         (mips_str_pic): Likewise.
7856         (mips_in_frame_stub): New function.
7857         (mips_unwind_pc): Return the return address rather than the PC
7858         if the PC of an intermediate frame is inside a call thunk.
7859         (mips_is_stub_suffix): New function.
7860         (mips_is_stub_mode): Likewise.
7861         (mips_get_mips16_fn_stub_pc): Likewise.
7862         (mips_skip_mips16_trampoline_code): Update to handle all the
7863         currently generated stub types.  Don't recurse into __fn_stub
7864         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
7865         Use cooked register accesses.
7866         (mips_in_return_stub): Reintroduce function.
7867         (mips_skip_trampoline_code): Traverse trampolines recursively.
7868         (mips_gdbarch_init): Handle MIPS16 return trampolines.
7869
7870 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
7871
7872         GDB 7.4.1 released.
7873
7874 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
7875
7876         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7877         * features/arm-with-m-vfp-d16.xml: New file. Describes
7878         Cortex-M with VFPv4-sp-d16 FPU register layout.
7879         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7880         * features/arm-with-m-vfp-d16.c: New. Generated from above.
7881         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7882         (arm-register_g_packet_guesses): Add vfp-d16 guess.
7883         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7884
7885 2012-04-25  Doug Evans  <dje@google.com>
7886
7887         * cli/cli-decode.c (print_doc_line): Use stream instead of
7888         current_uiout.
7889
7890 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
7891
7892         * features/arm-with-iwmmxt.c: Regenerate.
7893         * features/arm-with-m-fpa-layout.c: Likewise.
7894         * features/arm-with-m.c: Likewise.
7895         * features/arm-with-neon.c: Likewise.
7896         * features/arm-with-vfpv2.c: Likewise.
7897         * features/arm-with-vfpv3.c: Likewise.
7898         * features/mips-dsp-linux.c: Likewise.
7899         * features/mips-linux.c: Likewise.
7900         * features/mips64-dsp-linux.c: Likewise.
7901         * features/mips64-linux.c: Likewise.
7902         * features/s390-linux32.c: Likewise.
7903         * features/s390-linux32v1.c: Likewise.
7904         * features/s390-linux32v2.c: Likewise.
7905         * features/s390-linux64.c: Likewise.
7906         * features/s390-linux64v1.c: Likewise.
7907         * features/s390-linux64v2.c: Likewise.
7908         * features/s390x-linux64.c: Likewise.
7909         * features/s390x-linux64v1.c: Likewise.
7910         * features/s390x-linux64v2.c: Likewise.
7911         * features/tic6x-c62x-linux.c: Likewise.
7912         * features/tic6x-c62x.c: Likewise.
7913         * features/tic6x-c64x-linux.c: Likewise.
7914         * features/tic6x-c64x.c: Likewise.
7915         * features/tic6x-c64xp-linux.c: Likewise.
7916         * features/tic6x-c64xp.c: Likewise.
7917         * target-descriptions.c: Only generate `field_type' and `type'
7918         variables when needed.
7919
7920 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
7921
7922         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7923
7924 2012-04-25  Doug Evans  <dje@google.com>
7925
7926         Initial pass at Go language support.
7927         * NEWS: Mention Go.
7928         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7929         go-valprint.c.
7930         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7931         (YYFILES): Add go-exp.c.
7932         (YYOBJ): Add go-exp.o.
7933         (local-maintainer-clean): Delete go-exp.c.
7934         * defs.h (enum language): Add language_go.
7935         * dwarf2read.c: #include "go-lang.h".
7936         (fixup_go_packaging): New function.
7937         (process_full_comp_unit): Call it when processing Go CUs.
7938         (dwarf2_physname): Add Go support.
7939         (read_file_scope): Handle missing language spec for GNU Go.
7940         (set_cu_language): Handle DW_LANG_Go.
7941         * go-exp.y: New file.
7942         * go-lang.h: New file.
7943         * go-lang.c: New file.
7944         * go-typeprint.c: New file.
7945         * go-valprint.c: New file.
7946         * symtab.c: #include "go-lang.h".
7947         (symbol_set_language): Handle language_go.
7948         (symbol_find_demangled_name, symbol_set_names): Ditto.
7949         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7950
7951 2012-04-24  Jim Meyering  <meyering@redhat.com>
7952
7953         avoid a few strncpy-induced buffer overruns
7954         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7955         fname and psargs before trying to concatenate.
7956         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7957         "name" before applying strchr.
7958
7959 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
7960
7961         * CONTRIBUTE: Use unified diff instead of context diff when
7962         generating patches.
7963
7964 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7965
7966         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7967         code.  Handle JR.HB correctly.
7968
7969 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7970
7971         * mips-tdep.c
7972         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7973         with the other MIPS16 helpers.
7974
7975 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
7976
7977         * observer.sh: Conditionally declare `args', thus cleaning up
7978         unused instances of this variable.
7979
7980 2012-04-24  Yao Qi  <yao@codesourcery.com>
7981
7982         Revert this patch to allow breakpoint always-inserted
7983         in record target.
7984         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
7985         * breakpoint.c: Include record.h.
7986         (breakpoints_always_inserted_mode): Return false when the record
7987         target is in use.
7988
7989         * breakpoint.c (iterate_over_bp_locations): New.
7990         * breakpoint.h: Declare.
7991         New typedef walk_bp_location_callback.
7992         * record.c (record_open): Call record_init_record_breakpoints.
7993         (record_sync_record_breakpoints): New.
7994         (record_init_record_breakpoints): New.
7995         * NEWS: Mention supporting breakpoint always-inserted mode in
7996         record target.
7997
7998 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
7999
8000         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
8001         any thread.
8002
8003 2012-04-24  Yao Qi  <yao@codesourcery.com>
8004
8005         * breakpoint.c (ep_is_catchpoint): Renamed to ...
8006         (is_catchpoint): ... it.
8007         (print_one_breakpoint_location): Caller update.
8008         * breakpoint.h: Update declaration.
8009
8010 2012-04-23  David S. Miller  <davem@davemloft.net>
8011
8012         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
8013
8014 2012-04-23  Tom Tromey  <tromey@redhat.com>
8015
8016         * buildsym.c (add_free_pendings): Remove.
8017         * buildsym.h (add_free_pendings): Remove.
8018
8019 2012-04-23  Doug Evans  <dje@google.com>
8020
8021         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
8022         attr.u.unsnd instead of attr.u.addr.
8023         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
8024         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
8025         DW_FORM_ref_udata.
8026         (dump_die_shallow): Update cases DW_FORM_ref_addr,
8027         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
8028         DW_FORM_ref_udata.
8029         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
8030
8031 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
8032
8033         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
8034         (mips_o32_return_value): Likewise.
8035         (mips_o64_return_value): Likewise.
8036
8037 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
8038
8039         * ada-lang.c (ada_evaluate_subexp): Add cases for
8040         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
8041         their treatment in eval.c.
8042
8043 2012-04-21  David S. Miller  <davem@davemloft.net>
8044
8045         * sparc-tdep.c (X_DISP10): Define.
8046         (sparc_analyze_control_transfer): Handle compare-and-branch.
8047
8048 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
8049
8050         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
8051         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
8052
8053 2012-04-20  Nigel Stephens  <nigel@mips.com>
8054             Maciej W. Rozycki  <macro@codesourcery.com>
8055
8056         * mips-tdep.c (mips_float_register_p): New function.
8057         (mips_convert_register_float_case_p): Use mips_float_register_p.
8058         (mips_register_type): Likewise.
8059         (mips_print_register): Likewise.
8060         (print_gp_register_row): Likewise.
8061         (mips_print_registers_info): Likewise.
8062
8063 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
8064
8065         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
8066         of mips16 symbols.
8067
8068 2012-04-20  Andrew Pinski  <apinski@cavium.com>
8069
8070         * MAINTAINERS (Write After Approval): Add myself to the list.
8071
8072 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8073
8074         * MAINTAINERS: Update my e-mail address.
8075
8076 2012-04-20  Pedro Alves  <palves@redhat.com>
8077
8078         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
8079         $srcdir.
8080         * configure: Regenerate.
8081
8082 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
8083
8084         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
8085         declaration.
8086         * gdb_vecs.h: Declare `const_char_ptr' VEC.
8087
8088 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
8089
8090         Fix compilation compatibility with python-2.4
8091         * python/py-type.c (convert_field): Cast ADDRSTRING for
8092         PyObject_SetAttrString as non-const.  New comment.
8093
8094 2012-04-19  Tom Tromey  <tromey@redhat.com>
8095
8096         * top.c (quit_target): Use all_cleanups.
8097         * main.c (captured_command_loop): Use all_cleanups.
8098         * exceptions.c (throw_exception): Use all_cleanups.
8099
8100 2012-04-19  Pedro Alves  <palves@redhat.com>
8101
8102         * Makefile.in (GNULIB_BUILDDIR): New.
8103         (LIBGNU, INCGNU, GNULIB_H): Adjust.
8104         (SUBDIRS): Add $(GNULIB_BUILDDIR).
8105         (CLEANDIRS). Remove gnulib/import.
8106         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
8107         (all-lib): Ditto.
8108         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
8109         (gnulib/import/Makefile): Replace gnulib/import with
8110         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
8111         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
8112         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
8113         acx_configure_dir.m4.
8114         * acinclude.m4: Include acx_configure_dir.m4.
8115         * acx_configure_dir.m4: New file.
8116         * aclocal.m4: Regenerate.
8117         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
8118         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
8119         (GNULIB): New variable.
8120         (GNULIB_STDINT_H): Adjust.
8121         (AC_OUTPUT): Don't output gnulib/Makefile.
8122         * gdb/defs.h: Include build-gnulib/config.h.
8123         * aclocal.m4: Regenerate.
8124         * config.in: Regenerate.
8125         * configure: Regenerate.
8126
8127         * gnulib/Makefile.in: New file.
8128         * gnulib/configure.ac: New file.
8129         * gnulib/aclocal.m4: New file.
8130         * gnulib/config.in: New file.
8131         * gnulib/configure: New file.
8132         * gnulib/: Re-run gnulib-tool to adjust.
8133
8134 2012-04-19  Doug Evans  <dje@google.com>
8135
8136         * cleanups.h (struct cleanup): Move to cleanups.c.
8137         (make_cleanup_dtor_ftype): New typedef.
8138         (make_cleanup_dtor): Use it.
8139         (ALL_CLEANUPS): Replace with ...
8140         (all_cleanups): ... this.  Declare.  All uses updated.
8141         * cleanups.c: #include "gdb_assert.h".
8142         (sentinel_cleanup): New static global.
8143         (SENTINEL_CLEANUP): Define.
8144         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
8145         (make_my_cleanup2): Assert result is non-NULL.
8146         (all_cleanups): New function.
8147         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
8148         of NULL.
8149
8150 2012-04-19  Pedro Alves  <palves@redhat.com>
8151
8152         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
8153         Adjust paths to gnulib imported files.
8154
8155 2012-04-19  Pedro Alves  <palves@redhat.com>
8156
8157         * gnulib/: Move whole directory ...
8158         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
8159         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
8160         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
8161         (aclocal_m4_deps): Adjust.
8162         * aclocal.m4: Regenerate.
8163         * configure: Regenerate.
8164         * configure.ac: Adjust AC_OUTPUT output.
8165
8166 2012-04-19  Yao Qi  <yao@codesourcery.com>
8167
8168         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
8169         (vec.o): New rule.
8170         * vec.c: Move it ...
8171         * common/vec.c: ... here.
8172         * vec.h: Move it ...
8173         * common/vec.h: ... here.
8174
8175 2012-04-19  Yao Qi  <yao@codesourcery.com>
8176
8177         * gdb-code-style.el: New.
8178
8179 2012-04-18  Pedro Alves  <palves@redhat.com>
8180
8181         Update gnulib from latest git.
8182         (639ea5ae15e39fe48d43e04864b2997301e4b969)
8183
8184         * gnulib/Makefile.am: Update.
8185         * gnulib/dummy.c: Update.
8186         * gnulib/extra/arg-nonnull.h: Update.
8187         * gnulib/extra/c++defs.h: Update.
8188         * gnulib/extra/update-copyright: Update.
8189         * gnulib/extra/warn-on-use.h: Update.
8190         * gnulib/inttypes.in.h: Update.
8191         * gnulib/m4/00gnulib.m4: Update.
8192         * gnulib/m4/extensions.m4: Update.
8193         * gnulib/m4/gnulib-cache.m4: Update.
8194         * gnulib/m4/gnulib-common.m4: Update.
8195         * gnulib/m4/gnulib-comp.m4: Update.
8196         * gnulib/m4/gnulib-tool.m4: Update.
8197         * gnulib/m4/include_next.m4: Update.
8198         * gnulib/m4/inttypes-pri.m4: Update.
8199         * gnulib/m4/inttypes.m4: Update.
8200         * gnulib/m4/longlong.m4: Update.
8201         * gnulib/m4/memchr.m4: Update.
8202         * gnulib/m4/memmem.m4: Update.
8203         * gnulib/m4/mmap-anon.m4: Update.
8204         * gnulib/m4/multiarch.m4: Update.
8205         * gnulib/m4/onceonly.m4: Update.
8206         * gnulib/m4/stddef_h.m4: Update.
8207         * gnulib/m4/stdint.m4: Update.
8208         * gnulib/m4/string_h.m4: Update.
8209         * gnulib/m4/warn-on-use.m4: Update.
8210         * gnulib/m4/wchar_h.m4: Update.
8211         * gnulib/m4/wchar_t.m4: Update.
8212         * gnulib/m4/wint_t.m4: Update.
8213         * gnulib/memchr.c: Update.
8214         * gnulib/memmem.c: Update.
8215         * gnulib/stddef.in.h: Update.
8216         * gnulib/stdint.in.h: Update.
8217         * gnulib/str-two-way.h: Update.
8218         * gnulib/string.in.h: Update.
8219         * gnulib/wchar.in.h: Update.
8220
8221         * gnulib/extra/arg-nonnull.h: Delete.
8222         * gnulib/extra/c++defs.h: Delete.
8223         * gnulib/extra/warn-on-use.h: Delete.
8224         * gnulib/m4/wchar_h.m4: Delete.
8225         * gnulib/m4/wint_t.m4: Delete.
8226         * gnulib/wchar.in.h: Delete.
8227
8228         * gnulib/extra/snippets/arg-nonnull.h: New.
8229         * gnulib/extra/snippets/c++defs.h: New.
8230         * gnulib/extra/snippets/warn-on-use.h: New.
8231
8232         * aclocal.m4: Regenerate.
8233         * config.in: Regenerate.
8234         * configure: Regenerate.
8235         * gnulib/Makefile.in: Regenerate.
8236
8237 2012-04-18  Pedro Alves  <palves@redhat.com>
8238
8239         Reimport the update-copyright module from gnulib
8240         (250b80067c1e1d8faa0c42fb572f721975b929c5).
8241
8242         * configure: Regenerate.
8243         * gnulib/Makefile.am: Update.
8244         * gnulib/Makefile.in: Regenerate.
8245         * gnulib/extra/update-copyright: Update.
8246         * gnulib/m4/gnulib-cache.m4: Update.
8247         * gnulib/m4/gnulib-comp.m4: Update.
8248
8249 2012-04-18  Tristan Gingold  <gingold@adacore.com>
8250
8251         * configure.ac (aix): Put -lpthread into libs.
8252         * configure: Regenerate.
8253
8254 2012-04-18  Tom Tromey  <tromey@redhat.com>
8255
8256         * linespec.c (convert_linespec_to_sals): Don't use
8257         SYMBOL_OBJ_SECTION.
8258         (compare_msymbols): Arguments are minsym_and_objfile, not
8259         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
8260
8261 2012-04-18  Pedro Alves  <palves@redhat.com>
8262
8263         Revert gnulib/ part of:
8264         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
8265         Copyright year update in most files (performed by copyright.sh).
8266
8267 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
8268
8269         Fix 64-bit constants on 32-bit hosts.
8270         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
8271         from unsigned long to ULONGEST.
8272         (read_signed_leb128): Change declaration return type from long to
8273         LONGEST.
8274         (dwarf2_const_value_attr): Change declaration parameter value from long
8275         to LONGEST.
8276         (dwarf2_compute_name): Change variable value from long to LONGEST.
8277         (read_unsigned_leb128): Change return type, variable result and some
8278         casts from unsigned long to ULONGEST.
8279         (read_signed_leb128): Change return type, variable result and some
8280         casts from long to LONGEST.
8281         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
8282         value from long to LONGEST.
8283         (dwarf2_const_value): Change variable value from long to LONGEST.
8284         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
8285         plongest and hex_string.
8286         * symtab.h (struct general_symbol_info): Change ivalue from long to
8287         LONGEST, remove the comment.
8288         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
8289         Change SYMBOL_VALUE format strings to use plongest and hex_string.
8290
8291 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
8292
8293         PR symtab/7259:
8294         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
8295         * ada-lang.c (ada_discrete_type_high_bound)
8296         (ada_discrete_type_low_bound): Fix function comment.  Use
8297         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8298         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
8299         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8300         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
8301         Use TYPE_FIELD_ENUMVAL.
8302         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
8303         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8304         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
8305         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
8306         TYPE_CODE_ENUM.
8307         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
8308         * dwarf2read.c (process_enumeration_scope): Likewise.
8309         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8310         field.bitpos.
8311         (class StructMainTypePrettyPrinter): Support also
8312         FIELD_LOC_KIND_ENUMVAL.
8313         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8314         TYPE_CODE_ENUM.
8315         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8316         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8317         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8318         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
8319         field enumval.
8320         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8321         accommodate enumval.
8322         (struct call_site): Adjust loc_kind to accommodate enumval.
8323         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8324         (TYPE_FIELD_ENUMVAL): New macros.
8325         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8326         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8327         TYPE_CODE_ENUM.
8328         * p-typeprint.c (pascal_type_print_base): Likewise.
8329         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8330         enumval.
8331         * python/lib/gdb/types.py (make_enum_dict): Likewise.
8332         * python/py-type.c (convert_field): New variable addrstring.  Use
8333         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8334         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8335         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8336         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8337         TYPE_CODE_ENUM.
8338         * valprint.c (generic_val_print): Likewise.
8339
8340 2012-04-17  Doug Evans  <dje@google.com>
8341
8342         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8343
8344         * dwarf2read.c: Whitespace fixes.
8345         (lookup_signatured_type): Tweak comment.
8346         (get_die_type_at_offset): Fix comment.
8347
8348 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8349
8350         * xcoffread.c (xcoff_secnum_to_sections): New function.
8351         (secnum_to_section, secnum_to_bfd_section): Reimplement
8352         using xcoff_secnum_to_sections.  Rename "secnum" parameter
8353         into "n_scnum".
8354         (RECORD_MINIMAL_SYMBOL): Delete.
8355         (record_minimal_symbol): New function.
8356         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8357         by call to record_minimal_symbol and set misc_func_recorded
8358         to 1.  Set last_csect_sec to the XCOFF section index instead
8359         of GDB's section_offset index.  Update calls to
8360         prim_record_minimal_symbol_and_info to pass the BFD section
8361         as well.
8362
8363 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8364
8365         * xcoffread.c (read_xcoff_symtab): Delete variables
8366         last_csect_val and last_csect_sec and associated code.
8367
8368 2012-04-17  Doug Evans  <dje@google.com>
8369
8370         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8371         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8372         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8373         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8374
8375         * cleanups.h: New file.
8376         * cleanups.c: New file.
8377         * Makefile.in (SFILES): Add cleanups.c.
8378         (HFILES_NO_SRCDIR): Add cleanups.h.
8379         (COMMON_OBS): Add cleanups.o.
8380         * defs.h (struct cleanup): Moved to cleanups.h.
8381         (do_cleanups,do_final_cleanups): Ditto.
8382         (discard_cleanups,discard_final_cleanups): Ditto
8383         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8384         (save_cleanups,save_final_cleanups): Ditto.
8385         (restore_cleanups,restore_final_cleanups): Ditto.
8386         (null_cleanup): Ditto.
8387         (make_my_cleanup,make_my_cleanup2): Ditto.
8388         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8389         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8390         (do_cleanups,do_final_cleanups): Ditto.
8391         (discard_cleanups,discard_final_cleanups): Ditto
8392         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8393         (save_cleanups,save_final_cleanups): Ditto.
8394         (restore_cleanups,restore_final_cleanups): Ditto.
8395         (null_cleanup): Ditto.
8396         (make_my_cleanup,make_my_cleanup2): Ditto.
8397         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8398
8399         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8400         make_my_cleanup.
8401         (make_cleanup_dyn_string_delete): Ditto.
8402         (make_cleanup_ui_file_delete): Ditto.
8403         (make_cleanup_ui_out_redirect_pop): Ditto.
8404         (make_cleanup_free_section_addr_info): Ditto.
8405         (make_cleanup_restore_integer): Ditto.
8406         (make_cleanup_unpush_target): Ditto.
8407         (make_cleanup_value_free_to_mark): Ditto.
8408         (make_cleanup_value_free): Ditto.
8409         (make_cleanup_free_so): Ditto.
8410
8411 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8412
8413         New option "set debug auto-load".
8414         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8415         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8416         (auto_load_safe_path_vec_update)
8417         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8418         if DEBUG_AUTO_LOAD.
8419         (file_is_auto_load_safe): New parameters debug_fmt and ....
8420         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8421         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8422         caller by explanatory string.
8423         (_initialize_auto_load): Register "set debug auto-load".
8424         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8425         and ....
8426         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8427         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8428         by explanatory string.
8429         * main.c (captured_main): Likewise.
8430         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8431         (source_section_scripts): Likewise.
8432
8433 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8434
8435         New option "set auto-load safe-path".
8436         * NEWS: New commands "set auto-load safe-path"
8437         and "show auto-load safe-path".
8438         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8439         (auto_load_safe_path, auto_load_safe_path_vec)
8440         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8441         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8442         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8443         (source_gdb_script_for_objfile): New variable is_safe.  Call
8444         file_is_auto_load_safe.  Return if it is not.
8445         (struct loaded_script): New field loaded.
8446         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
8447         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
8448         output "Missing" to "No".
8449         (_initialize_auto_load): New variable cmd.  Initialize
8450         auto_load_safe_path.  Register "set auto-load safe-path",
8451         "show auto-load safe-path" and "add-auto-load-safe-path".
8452         * auto-load.h (maybe_add_script): Add parameter loaded.
8453         (file_is_auto_load_safe): New declaration.
8454         * config.in: Regenerate.
8455         * configure: Regenerate.
8456         * configure.ac: New parameters --with-auto-load-safe-path
8457         and --without-auto-load-safe-path.
8458         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8459         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8460         * main.c (captured_main): Check file_is_auto_load_safe for
8461         LOCAL_GDBINIT.
8462         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8463         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
8464         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
8465         not.
8466
8467 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8468
8469         auto-load: Implementation.
8470         * NEWS: New descriptions for "info auto-load",
8471         "info auto-load gdb-scripts", "info auto-load python-scripts",
8472         "info auto-load local-gdbinit" and "info auto-load libthread-db".
8473         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8474         and "show auto-load-scripts".  New description for "set auto-load",
8475         "show auto-load", "set auto-load gdb-scripts",
8476         "show auto-load gdb-scripts", "set auto-load python-scripts",
8477         "show auto-load python-scripts", "set auto-load local-gdbinit",
8478         "show auto-load local-gdbinit", "set auto-load libthread-db" and
8479         "show auto-load libthread-db".
8480         * auto-load.c: Remove include python/python-internal.h.  Add includes
8481         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8482         cli/cli-setshow.h.
8483         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8484         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8485         (gdbpy_global_auto_load): Rename to ...
8486         (global_auto_load): ... here.
8487         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8488         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8489         (script_language_gdb, source_gdb_script_for_objfile): New.
8490         (struct loaded_script): New field language.
8491         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8492         LANGUAGE.
8493         (maybe_add_script): Add parameter language.  Drop redundant
8494         entry.full_path initialization.  Initialize entry.language and
8495         (*slot)->language.
8496         (auto_load_objfile_script): Change parameter suffix to language.
8497         Remove the call of maybe_add_script.
8498         Call language->source_script_for_objfile.
8499         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8500         New.
8501         (collect_matching_scripts): Adjust it for
8502         struct collect_matching_scripts_data.
8503         (auto_load_info_scripts_pattern_nl): New variable.
8504         (info_auto_load_scripts): Rename to ...
8505         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
8506         for struct collect_matching_scripts_data.
8507         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8508         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8509         (auto_load_show_cmdlist_get, info_auto_load_cmd)
8510         (auto_load_info_cmdlist_get): New.
8511         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8512         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
8513         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8514         "info auto-load local-gdbinit".
8515         * auto-load.h (struct script_language): New.
8516         (gdbpy_global_auto_load): Rename to ...
8517         (global_auto_load): ... here.
8518         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8519         (auto_load_local_gdbinit_loaded): New declarations.
8520         (maybe_add_script): New parameter language.
8521         (auto_load_objfile_script): Change parameter suffix to language.
8522         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8523         (auto_load_info_scripts, auto_load_set_cmdlist_get)
8524         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8525         declarations.
8526         * linux-thread-db.c: Include auto-load.h and ctype.h.
8527         (auto_load_thread_db, show_auto_load_thread_db): New.
8528         (struct thread_db_info): New field filename.
8529         (delete_thread_db_info): Call xfree for FILENAME.
8530         (try_thread_db_load): Initialize FILENAME.
8531         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8532         if !AUTO_LOAD_THREAD_DB.
8533         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8534         (_initialize_thread_db): Install auto_load_thread_db
8535         as "set auto-load libthread-db" and install info_auto_load_libthread_db
8536         as "info auto-load libthread-db".
8537         * main.c (captured_main): Rename gdbpy_global_auto_load to
8538         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8539         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8540         (print_gdb_help): Extend the help for 'local init file'.
8541         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8542         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8543         (auto_load_scripts): Rename to ...
8544         (auto_load_python_scripts): ... here, update the comment.
8545         (gdbpy_load_auto_script_for_objfile): New declaration.
8546         (show_auto_load_python_scripts, script_language_python)
8547         (gdbpy_load_auto_script_for_objfile): New.
8548         (source_section_scripts): Refactor the code.
8549         (load_auto_scripts_for_objfile): Rename to ...
8550         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8551         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8552         (info_auto_load_python_scripts): New.
8553         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8554         Rename "set auto-load-scripts" to "set auto-load python-scripts".
8555         Register "set auto-load-scripts" as its deprecated alias.  Register
8556         "info auto-load python-scripts".  Register "info auto-load-scripts" as
8557         its deprecated alias.
8558         (load_auto_scripts_for_objfile): Rename to ...
8559         (gdbpy_load_auto_scripts_for_objfile): ... here.
8560         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8561         (gdbpy_load_auto_scripts_for_objfile): ... here.
8562
8563 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8564
8565         auto-load: Move files.
8566         * Makefile.in (SFILES): Add auto-load.c.
8567         (HFILES_NO_SRCDIR): Add auto-load.h.
8568         (COMMON_OBS): Add auto-load.o.
8569         (distclean): Change .gdbinit for gdb-gdb.gdb.
8570         * auto-load.c: New file, with parts from python/py-auto-load.c.
8571         * auto-load.h: New file, with parts from python/python.h.
8572         * configure: Regenerate.
8573         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8574         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8575         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8576         * main.c: Include auto-load.h.
8577         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8578         command.h, observer.h and progspace.h to auto-load.c.  Add include
8579         auto-load.h.
8580         (gdbpy_global_auto_load, struct auto_load_pspace_info)
8581         (struct loaded_script, auto_load_pspace_data)
8582         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8583         (hash_loaded_script_entry, eq_loaded_script_entry)
8584         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8585         (maybe_add_script): Move to auto-load.c.
8586         (source_section_scripts): Change maybe_add_script parameters passing,
8587         use script_not_found_warning_print.
8588         (clear_section_scripts, auto_load_objfile_script)
8589         (auto_load_new_objfile, loaded_script_ptr)
8590         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8591         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8592         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8593         auto_load_new_objfile and info_auto_load_scripts initizations to
8594         auto-load.c.
8595         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8596
8597 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8598
8599         Code cleanup.
8600         * charset.c (find_charset_names): Remove variables ix and elt.
8601         Use free_char_ptr_vec.
8602         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8603         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8604         debugdir_end.  New variable debugdir_len.
8605         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8606         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8607         declarations.
8608         * progspace.c (clear_program_space_solib_cache): Remove variables ix
8609         and elt.  Use free_char_ptr_vec.
8610         * source.c (add_path): Remove variables argv, arg and argv_index.
8611         New variables dir_vec, back_to, ix and name.
8612         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
8613         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
8614         no longer expecting DIRNAME_SEPARATOR.
8615         (openp): Remove variable p, p1 and len.  New variables dir_vec,
8616         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
8617         no longer expecting DIRNAME_SEPARATOR.
8618         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8619         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8620         debugdir_end.
8621         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8622         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8623         (dirnames_to_char_ptr_vec): New functions.
8624
8625 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8626
8627         Code cleanup.
8628         * source.c (add_path): Remove always true conditional 'p == 0' and
8629         unindent its code block.
8630
8631 2012-04-17  Pedro Alves  <palves@redhat.com>
8632
8633         * gdbtypes.h (FIELD_BITPOS): Rename to ...
8634         (FIELD_BITPOS_LVAL): ... this.
8635         (FIELD_BITPOS): New.
8636         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8637         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8638         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8639         SET_FIELD_BITPOS.
8640         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8641         SET_FIELD_BITPOS.
8642         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8643         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8644         * target-descriptions.c (tdesc_gdb_type): Adjust to use
8645         SET_FIELD_BITPOS.
8646
8647 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8648
8649         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8650         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8651         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8652         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8653         * jv-lang.c (java_link_class_type): Likewise, once.
8654         * stabsread.c (read_enum_type): Likewise.
8655
8656 2012-04-16  Yao Qi  <yao@codesourcery.com>
8657
8658         * common/agent.c (agent_run_command): Add one more parameter `len'.
8659         Update callers.
8660         * common/agent.h: Update declaration.
8661         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8662         Update.
8663         (linux_child_static_tracepoint_markers_by_strid): Ditto.
8664
8665 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
8666
8667         PR mi/13393
8668         * value.c (value_actual_type): New function.
8669         * value.h (value_actual_type): New declaration.
8670         * varobj.c (update_type_if_necessary): New function.
8671         (varobj_create): Call value_actual_type instead of
8672         value_type.
8673         (install_dynamic_child): distinct changed and type changed MI variable
8674         objects.
8675         (update_dynamic_varobj_children): Updated for install_dynamic_child
8676         change.  All callers updated.
8677         (varobj_update): Support for MI variable object type change if
8678         the value changed and RTTI is used to determine the type.
8679         (create_child_with_value): Call value_actual_type instead of
8680         value_type.
8681         (adjust_value_for_child_access): Extended with a new parameter which
8682         specify whether the given value should be casted to enclosing type.
8683         All callers updated.
8684
8685 2012-04-14  Yao Qi  <yao@codesourcery.com>
8686
8687         Import gnulib module inttypes from git
8688         (250b80067c1e1d8faa0c42fb572f721975b929c5)
8689         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8690         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8691         gnulib/m4/inttypes-pri.m4
8692         * aclocal.m4, config.in, configure: Regenerated.
8693         * gnulib/Makefile.am: Update.
8694         * gnulib/Makefile.in: Update.
8695         * gnulib/m4/gnulib-cache.m4: Update.
8696         * gnulib/m4/gnulib-comp.m4: Update.
8697         * gnulib/inttypes.in.h: New.
8698         * gnulib/m4/inttypes-pri.m4: New.
8699         * gnulib/m4/inttypes.m4: New.
8700
8701 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
8702
8703         * infrun.c (resume): Update PC address to the real PC after
8704         preparing to do displaced stepping.
8705
8706 2012-04-12  Doug Evans  <dje@google.com>
8707
8708         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8709         All callers updated.
8710
8711 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
8712
8713         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8714
8715 2012-04-12  Doug Evans  <dje@google.com>
8716
8717         * dwarf2read.c (create_all_type_units): Renamed from
8718         create_debug_types_hash_table.  All callers updated.
8719
8720         * dwarf2read.c (create_signatured_type_table_from_index): Rename
8721         local type_sig to sig_type, type_offset to type_offset_in_tu.
8722         (hash_signatured_type): Renamed from hash_type_signature,
8723         all callers updated.
8724         (eq_signatured_type): Renamed from eq_type_signature,
8725         all callers updated.
8726         (create_debug_types_hash_table): Rename local type_sig to sig_type.
8727         (process_enumeration_scope): Ditto.
8728         (lookup_signatured_type_at_offset): Ditto.
8729         (load_full_type_unit, read_signatured_type): Ditto.
8730
8731 2012-04-12  Yao Qi  <yao@codesourcery.com>
8732
8733         * remote.c (async_remote_interrupt): Correct function name in
8734         debug message.
8735         (async_remote_interrupt_twice): Ditto.
8736
8737 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
8738
8739         * source.c (find_and_open_source): Consistently pass resulting
8740         full path through xfullpath.
8741
8742 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8743
8744         Provide more specific displaced-stepping memory error message.
8745         * infrun.c (displaced_step_prepare): New variable status.  Call
8746         target_read_memory instead of read_memory, provide more specific
8747         error message.
8748
8749 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8750
8751         PR gdb/13901
8752         * darwin-nat.c (darwin_execvp): Revert previous patch.
8753
8754 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8755
8756         PR gdb/13901
8757         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8758         in case of change.
8759
8760 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8761
8762         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8763         warning.
8764
8765 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
8766
8767         New command 'explore' which helps explore values and types in
8768         scope.
8769         * NEWS: Add an entry about the new 'explore' command.
8770         * data-directory/Makefile.in: Add gdb/command/explore.py
8771         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8772         command using the GDB Python API.
8773
8774 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8775
8776         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8777         extension in jump target calculation.
8778
8779 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8780
8781         * mips-tdep.c (mips32_next_pc): Handle JALX.
8782
8783 2012-04-10  Yao Qi  <yao@codesourcery.com>
8784
8785         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8786
8787 2012-04-10  Yao Qi  <yao@codesourcery.com>
8788
8789         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8790         and gnulib/m4/gnulib-tool.m4.
8791
8792 2012-04-10  Doug Evans  <dje@google.com>
8793
8794         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8795         (load_partial_dies): Clarify comment.
8796         (find_partial_die): Support rereading type units.
8797         Clarify CU handling, if we know offset is in CU, don't search for the
8798         containing CU.  Add comment regarding memory waste.
8799
8800 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
8801
8802         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8803         i386/x32-avx and i386/x32-avx-linux.
8804         (i386/x32-expedite): New.
8805         (i386/x32-linux-expedite): Likewise.
8806         (i386/x32-avx-expedite): Likewise.
8807         (i386/x32-avx-linux-expedite): Likewise.
8808         ($(outdir)/i386/x32.dat): Likewise.
8809         ($(outdir)/i386/x32-linux.dat): Likewise.
8810         ($(outdir)/i386/x32-avx.dat): Likewise.
8811         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8812
8813         * features/i386/x32-avx-linux.xml: New file.
8814         * features/i386/x32-avx.xml: Likewise.
8815         * features/i386/x32-core.xml: Likewise.
8816         * features/i386/x32-linux.xml: Likewise.
8817         * features/i386/x32.xml: Likewise.
8818
8819         * features/i386/x32-avx-linux.c: New.  Generated.
8820         * features/i386/x32-avx.c: Likewise.
8821         * features/i386/x32-linux.c: Likewise.
8822         * features/i386/x32.c: Likewise.
8823         * regformats/i386/x32-avx-linux.dat: Likewise.
8824         * regformats/i386/x32-avx.dat: Likewise.
8825         * regformats/i386/x32-linux.dat: Likewise.
8826         * regformats/i386/x32.dat: Likewise.
8827
8828 2012-04-10  Tristan Gingold  <gingold@adacore.com>
8829
8830         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8831         code to kill the inferior.
8832
8833 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8834
8835         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8836         defines.
8837         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8838         defines.
8839         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8840         (yyvsp): New defines.
8841         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8842         defines.
8843         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8844         defines.
8845         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8846         defines.
8847         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8848         defines.
8849         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8850         defines.
8851
8852 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8853
8854         * sparc64-tdep.c (sparc64_store_arguments)
8855         (sparc64_store_arguments): Fix coding style.
8856
8857 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
8858
8859         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8860         complex floats, adjust some related comments and tighten a related
8861         assertion.
8862         (sparc64_extract_return_value): Handle complex floats.
8863
8864 2012-04-07  Doug Evans  <dje@google.com>
8865
8866         * dwarf2read.c (load_partial_dies): Change condition to assert.
8867
8868 2012-04-06  Doug Evans  <dje@google.com>
8869
8870         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8871         "mov %rsp,%rbp".
8872
8873 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
8874
8875         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8876         fencepost error.
8877         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8878         (v850_gdbarch_init): Set `num_regs' as appropriate for the
8879         architecture.
8880
8881 2012-04-05  Keith Seitz  <keiths@redhat.com>
8882
8883         * linespec.c (decode_compound): Remove.
8884         (enum offset_relative_sign): New enum.
8885         (struct line_offset): New struct.
8886         (struct linespec): New struct.
8887         (struct linespec_state): Move file_symtabs,
8888         user_filename, and user_function into struct linespec.
8889         Make result an anonymous struct holding vectors of
8890         symbolp and minsym_and_objfile_d.
8891         Add language member.
8892         (enum ls_token_type): New enum.
8893         (linespec_keywords): New array.
8894         (struct ls_token): New struct.
8895         (struct ls_parser): New struct.
8896         (linespec_lexer_lex_number): New function.
8897         (linespec_lexer_lex_keyword): New function.
8898         (is_ada_operator): New function.
8899         (skip_quote_char): New function.
8900         (copy_token_string): New function.
8901         (is_closing_quote_enclosed): New function.
8902         (find_parameter_list_end): New function.
8903         (linespec_lexer_lex_string): New function.
8904         (linespec_lexer_lex_one): New function.
8905         (linespec_lexer_consume_token): New function.
8906         (linespec_lexer_peek_token): New function.
8907         (cplusplus_error): Remove unused function.
8908         (find_methods): Update comment.
8909         (find_toplevel_char): Return const.
8910         (is_objc_method_format): Remove unused function.
8911         (find_toplevel_string): New function.
8912         (is_linespec_boundary): Remove.
8913         (symbol_not_found_error): New function.
8914         (find_method_overload_end): Remove function.
8915         (unexpected_linespec_error): New function.
8916         (keep_name_info): Remove.
8917         (linespec_parse_line_offset): New function.
8918         (linespec_parse_basic): New function.
8919         (canonicalize_linespec): New function.
8920         (decode_line_internal): Remove.
8921         (create_sals_line_offset): New function adapted from
8922         decode_all_digits.
8923         (convert_linespec_to_sals): New function.
8924         (parse_linespec): New function.
8925         (linespec_parser_new): New function.
8926         (linespec_state_destructor): Change parameter type to
8927         struct linespec_state *.
8928         Add language parameter.
8929         Remove freeing of moved members.
8930         (linespec_parser_delete): New function.
8931         (decode_line_full): Use parse_linespec and linespec_parser_new.
8932         (decode_line_1): Likewise.
8933         (decode_indirect): Rename to ...
8934         (linespec_expression_to_pc): ... this and rewrite
8935         to simply find CORE_ADDR, storing this result for later
8936         conversion to SALs.
8937         (locate_first_half): Remove.
8938         (deocde_objc): Add parameter LS.
8939         Initialize new struct collect_info members.
8940         Handle minimal symbols, too.
8941         (decode_compound): Delete.
8942         (lookup_prefix_sym): Rewrite.
8943         (compare_msymbols): New function.
8944         (find_method): Rewrite.
8945         Do not call cplusplus_error.
8946         (symtabs_from_filename): Rewrite.
8947         (collect_function_symbols): Delete.
8948         (find_function_symbols): Rewrite without ARGPTR-style
8949         processing.
8950         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8951         (decode_dollar): Adapted and renamed to ...
8952         (linespec_parse_variable): ... this.
8953         (find_linespec_symbols): New function.
8954         (decode_label): Adapted and renamed to ...
8955         (find_label_symbols): ... this.
8956         (decode_digits_list_mode): Add and use LS argument.
8957         (decode_digits_ordinary): Likewise.
8958         (collect_symbols): Do not collect SALs, just symbols and msymbols.
8959         If in list mode, allow any symbol class.  Otherwise, only
8960         permit LOC_BLOCK symbols.
8961         (minsym_found): Update comments.
8962         (search_minsyms_for_name): Do not convert the matching symbol
8963         into a SAL.  Simply push the symbol and objfile into the
8964         result vector.
8965         (decode_variable): Delete. Contents adapted into
8966         find_linespec_symbols.
8967
8968         * cp-support.c (SKIP_SPACE): Remove.
8969         (operator_tokens): Remove unused global.
8970         (cp_validate_operator): Remove.
8971         * cp-support.h (cp_validate_operator): Remove declaration.
8972
8973 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8974
8975         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8976         for TYPE_VPTR_FIELDNO.
8977         * valprint.c (valprint_check_validity): Make it global, move the
8978         function comment ...
8979         * value.h (valprint_check_validity): ... to this new declaration.
8980
8981 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8982
8983         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8984         the STATE32 api for i386 state.
8985         (i386_darwin_store_inferior_registers): Likewise.
8986
8987 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8988
8989         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8990         SS offset.
8991         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8992         format_string.
8993
8994 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8995
8996         PR gdb/13901
8997         * darwin-nat.c (darwin_execvp): Set binary preference.
8998
8999 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9000
9001         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
9002
9003 2012-03-30  Tom Tromey  <tromey@redhat.com>
9004
9005         * python/python.c (gdbpy_decode_line): Move cleanup creation out
9006         of TRY_CATCH.  Fix error handling.
9007         * python/py-value.c (convert_value_from_python): Move 'old'
9008         declaration to innermost scope.
9009
9010 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9011             Andrey Smirnov  <andrew.smirnov@gmail.com>
9012
9013         -Wshadow warning fix.
9014         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
9015         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
9016         Adjust code accordingly.
9017
9018 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9019
9020         * ada-lang.c (symbol_completion_add): Rename parameter
9021         "encoded" into "encoded_p".  Ajust code and documentation
9022         accordingly.
9023
9024 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9025             Andrey Smirnov  <andrew.smirnov@gmail.com>
9026
9027         -Wshadow warning fix.
9028         * ada-lang.c (symbol_completion_add): Rename parameter
9029         "wild_match" into wild_match_p.  Update code and documentation
9030         accordingly.
9031
9032 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9033
9034         * ada-lang.c (symbol_completion_match): Rename parameter
9035         "encoded" into "encoded_p".  Ajust code and documentation
9036         accordingly.
9037
9038 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9039             Andrey Smirnov  <andrew.smirnov@gmail.com>
9040
9041         -Wshadow warning fix.
9042         * ada-lang.c (symbol_completion_match): Rename parameter
9043         "wild_match" into "wild_match_p".  Adjust code and function
9044         documentation accordingly.
9045
9046 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9047             Andrey Smirnov  <andrew.smirnov@gmail.com>
9048
9049         -Wshadow warning fix.
9050         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
9051         "symbol_info" into "info".  Adjust code accordingly.
9052         (ada_lookup_symbol): Likewise.
9053
9054 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9055
9056         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
9057         of this function's documentation.
9058
9059 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9060             Andrey Smirnov  <andrew.smirnov@gmail.com>
9061
9062         -Wshadow warning fix.
9063         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
9064         variable into "wild_match_p".  Adjust code accordingly.
9065
9066 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9067             Andrey Smirnov  <andrew.smirnov@gmail.com>
9068
9069         -Wshadow warning fix.
9070         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
9071         parameter into "wild_match_p".  Adjust code accordingly.
9072         Document this parameter in the function description.
9073
9074 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9075             Andrey Smirnov  <andrew.smirnov@gmail.com>
9076
9077         -Wshadow warning fix.
9078         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
9079         "wild_match" parameter to "wild_match_p" (-Wshadow).
9080
9081 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9082
9083         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
9084         in function documentation.
9085
9086 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9087             Andrey Smirnov  <andrew.smirnov@gmail.com>
9088
9089         -Wshadow warning fix.
9090         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
9091         variable into wild_match_p.  Adjust code accordingly.
9092
9093 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9094             Andrey Smirnov  <andrew.smirnov@gmail.com>
9095
9096         * ada-valprint.c (ada_val_print_1): Move the code handling
9097         TYPE_CODE_ENUM inside its own lexical block.  Declare
9098         variables len and val there, instead of in the function's
9099         top level block.  Avoid declaring deref_val again in a way
9100         that shadows another variable of the same name declared
9101         in one of the up-level blocks.  Just re-use the up-level
9102         variable instead.
9103
9104 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9105
9106         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
9107         Replace block_found argument by symbol_info.  Adjust
9108         implementation accordingly.  Add function documentation.
9109         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
9110         Fix documentation.
9111         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
9112         * ada-exp.y (write_object_renaming): Adjust to new
9113         ada_lookup_encoded_symbol API.
9114
9115 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
9116
9117         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
9118         documentation.
9119
9120 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
9121
9122         * v850-tdep.c: Add the enum values for mpu and fpu registers.
9123         (v850_register_name): Add the mpu and fpu register names.
9124         (v850e_register_name): Add the mpu and fpu register names.
9125         (v850e2_register_name): New function.
9126         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
9127         bfd_mach_v850e2v3.
9128
9129 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9130
9131         * NEWS: Add entry for Ada varobj support.
9132
9133 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9134
9135         * varobj.c (default_value_is_changeable_p): New function,
9136         extracted from varobj_value_is_changeable_p.  Add declaration.
9137         (ada_value_is_changeable_p): New function, extracted from
9138         varobj_value_is_changeable_p.  Add declaration.
9139         (struct language_specific): New field "value_is_changeable_p".
9140         (languages): Add entries for new field.
9141         (varobj_create): Set language before calling install_new_value.
9142         (varobj_value_is_changeable_p): Reimplement to call the varobj's
9143         "value_is_changeable_p" language callback.
9144
9145 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9146
9147         * ada-varobj.h, ada-varobj.c: New files.
9148         * Makefile.in (SFILES): Add ada-varobj.c.
9149         (HFILES_NO_SRCDIR): Add ada-varobj.h.
9150         (COMMON_OBS): Add ada-varobj.o.
9151
9152 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9153
9154         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
9155         (struct language_specific): New field "value_has_mutated".
9156         (languages): Set field "value_has_mutated" in each entry of array.
9157         (varobj_value_has_mutated): New function.
9158         (varobj_udpdate): Add handling of type mutation.
9159         (value_of_root): Add handling of type mutation.
9160         (ada_value_has_mutated): New function.
9161
9162 2012-03-28  Pedro Alves  <palves@redhat.com>
9163
9164         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
9165         Always supply $fr0 as 0.0 and $fr1 as 1.0.
9166
9167 2012-03-28  Tom Tromey  <tromey@redhat.com>
9168
9169         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
9170         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
9171         before returning.
9172
9173 2012-03-28  Tom Tromey  <tromey@redhat.com>
9174
9175         * .dir-locals.el: New file.
9176
9177 2012-03-28  Pedro Alves  <palves@redhat.com>
9178
9179         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
9180
9181 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
9182
9183         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
9184         handling for r0.
9185
9186 2012-03-27  Pedro Alves  <palves@redhat.com>
9187
9188         Eliminate struct ui_stream.
9189
9190         * ui-out.h (struct ui_stream): Delete.
9191         (ui_out_field_stream): Adjust prototype.
9192         (ui_out_stream_new, ui_out_stream_delete)
9193         (make_cleanup_ui_out_stream_delete): Delete declarations.
9194         * ui-out.c (ui_out_field_stream): Change prototype to take a
9195         ui_file instead of a ui_stream.  Adjust.
9196         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
9197         (make_cleanup_ui_out_stream_delete): Delete.
9198         * breakpoint.c (print_breakpoint_location)
9199         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
9200         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9201         * disasm.c (dump_insns): Ditto.
9202         (do_mixed_source_and_assembly, do_assembly_only): Adjust
9203         prototype.
9204         (gdb_disassembly): Use ui_file/mem_fileopen instead of
9205         ui_stream/ui_out_stream_new.
9206         * infcmd.c (print_return_value): Ditto.
9207         * osdata.c (info_osdata_command): Don't allocate a local
9208         ui_stream.
9209         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
9210         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
9211         * tracepoint.c (print_one_static_tracepoint_marker): Don't
9212         allocate a local ui_stream.
9213         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
9214         instead of ui_stream/ui_out_stream_new.
9215         (list_args_or_locals): Don't allocate a local ui_stream.
9216         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
9217         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
9218         ui_stream/ui_out_stream_new.
9219         * cli/cli-setshow.c (do_setshow_command): Ditto.
9220
9221 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
9222
9223         * arm-linux-tdep.c (arm_linux_init_abi): Call
9224         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
9225         * arm-tdep.c (arm_process_record): New function.
9226         (deallocate_reg_mem): New function.
9227         (decode_insn): New function.
9228         (thumb_record_branch): New function.
9229         (thumb_record_ldm_stm_swi(): New function.
9230         (thumb_record_misc): New function.
9231         (thumb_record_ld_st_stack): New function.
9232         (thumb_record_ld_st_imm_offset): New function.
9233         (thumb_record_ld_st_reg_offset(): New function.
9234         (thumb_record_add_sub_cmp_mov): New function.
9235         (thumb_record_shift_add_sub): New function.
9236         (arm_record_coproc_data_proc): New function.
9237         (arm_record_coproc): New function.
9238         (arm_record_b_bl): New function.
9239         (arm_record_ld_st_multiple): New function.
9240         (arm_record_ld_st_reg_offset): New function.
9241         (arm_record_ld_st_imm_offset): New function.
9242         (arm_record_data_proc_imm): New function.
9243         (arm_record_data_proc_misc_ld_str): New function.
9244         (arm_record_extension_space): New function.
9245         (arm_record_strx): New function.
9246         (sbo_sbz): New function.
9247         (struct insn_decode_record): New structure for arm insn record.
9248         (REG_ALLOC): New macro for reg allocations.
9249         (MEM_ALLOC): New macro for memory allocations.
9250         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
9251
9252 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
9253
9254         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
9255         (store_register): Likewise.
9256
9257 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
9258
9259         * MAINTAINERS (Write After Approval): Add myself to the list.
9260
9261 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9262
9263         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
9264         Describe also the option "auto".
9265
9266 2012-03-22  Richard Henderson  <rth@redhat.com>
9267
9268         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
9269         * sparc-nat.c (sparc_xfer_wcookie): Make static.
9270
9271 2012-03-22  Richard Henderson  <rth@redhat.com>
9272
9273         * jit.c (jit_read_code_entry): Compute alignment and offset of
9274         int64_t member before computing entry_size.
9275
9276 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
9277
9278         Python scripting: Add new method Value.referenced_value to
9279         gdb.Value which can dereference pointer as well as reference
9280         values.
9281         * NEWS: Add entry under 'Python scripting' about the new method
9282         Value.referenced_value on gdb.Value objects.
9283         * python/py-value.c (valpy_referenced_value): New function
9284         defining a new method on gdb.Value objects which can dereference
9285         pointer and reference values.
9286
9287 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
9288
9289         * MAINTAINERS (Write After Approval): Add myself to the list.
9290
9291 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
9292
9293         * symtab.c (skip_prologue_sal): Change test to check for "main()"
9294         in addition to "main".
9295
9296 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
9297
9298         * expression.h (op_name): Add declaration.
9299         * expprint.c (op_name): Remove declaration.  Make non-static.
9300         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
9301
9302 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
9303
9304         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
9305         of struct siginfo.
9306         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
9307         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
9308         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9309         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9310         (linux_nat_get_siginfo): Likewise.
9311         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9312         (linux_nat_get_siginfo): Likewise.
9313         * linux-tdep.c (linux_get_siginfo_type): Likewise.
9314         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9315         * procfs.c (gdb_siginfo_t): Likewise.
9316
9317 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
9318
9319         * .gitignore: Ignore more files.
9320
9321 2012-03-20  Pedro Alves  <palves@redhat.com>
9322
9323         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9324         returns.
9325
9326 2012-03-20  Yao Qi  <yao@codesourcery.com>
9327
9328         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9329         comment.
9330
9331 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9332
9333         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9334         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9335         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9336         sect_offset.
9337         * dwarf2expr.h (cu_offset, sect_offset): New types.
9338         (struct dwarf_expr_context_funcs) <dwarf_call>
9339         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9340         sect_offset.
9341         (struct dwarf_expr_context) <len>: Improve the comment.
9342         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9343         cu_offset and sect_offset.
9344         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9345         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9346         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9347         * dwarf2loc.h: Include dwarf2expr.h.
9348         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9349         and sect_offset.
9350         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9351         Improve the comment.
9352         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9353         (struct signatured_type, struct line_header, struct partial_die_info)
9354         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9355         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9356         (get_die_type_at_offset, create_cus_from_index)
9357         (create_signatured_type_table_from_index, dw2_get_file_names)
9358         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9359         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9360         (create_debug_types_hash_table, process_psymtab_comp_unit)
9361         (load_partial_comp_unit, create_all_comp_units)
9362         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9363         (load_full_comp_unit, dwarf2_physname, read_import_statement)
9364         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9365         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9366         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9367         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9368         (find_partial_die, read_attribute_value, lookup_die_type)
9369         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9370         (is_ref_attr): New function comment.
9371         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9372         Use cu_offset and sect_offset.
9373         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9374         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9375         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9376         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9377         (offset_and_type_hash, offset_and_type_eq, set_die_type)
9378         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9379         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9380         sect_offset.
9381
9382 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9383
9384         Code cleanup.
9385         * python/py-auto-load.c (source_section_scripts): New variable back_to.
9386         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9387         with xfree.
9388         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9389
9390 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9391
9392         * NEWS: Describe new options --init-command=FILE, -ix and
9393         --init-eval-command=COMMAND, -iex.
9394         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9395         CMDARG_INIT_COMMAND.
9396         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
9397         "init-command", "init-eval-command", "ix" and "iex" to the variable
9398         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
9399         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9400         (print_gdb_help): Describe --init-command=FILE, -ix and
9401         --init-eval-command=COMMAND, -iex.
9402
9403 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9404
9405         Code cleanup.
9406         * main.c (struct cmdarg): Move it here from main.  Add more comments.
9407         (cmdarg_s, VEC (cmdarg_s)): New.
9408         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
9409         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
9410         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
9411         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
9412         of CMDARG.
9413
9414 2012-03-19  Tom Tromey  <tromey@redhat.com>
9415
9416         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9417
9418 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9419
9420         PR symtab/13777
9421         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9422         GCC >=4.5.
9423
9424 2012-03-16  Chris January  <chris.january@allinea.com>
9425
9426         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9427         of clear.
9428
9429 2012-03-16  Chris January  <chris.january@allinea.com>
9430
9431         * source.c (add_path): Use memmove instead of strcpy because the
9432         strings overlap.
9433
9434 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
9435
9436         * value.h (set_value_parent): Add declaration.
9437         * value.c (set_value_parent): New function.
9438         (value_address): If VALUE->PARENT is not NULL, then use it as
9439         the base address instead of VALUE->LOCATION.address.
9440         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9441         the same as OBJ's address.  Adjust V's offset accordingly.
9442         Set V's parent.
9443
9444 2012-03-16  Gary Benson  <gbenson@redhat.com>
9445
9446         PR breakpoints/10738
9447         * dwarf2read.c (use_deprecated_index_sections): New global.
9448         (struct partial_die_info): New member may_be_inlined.
9449         (read_partial_die): Set may_be_inlined where appropriate.
9450         (add_partial_subprogram): Add partial symbols for partial
9451         DIEs that may be inlined.
9452         (new_symbol_full): Add inlined subroutines to the current
9453         scope.
9454         (write_psymtabs_to_index): Bump version number.
9455         (dwarf2_read_index): Read only version 6 indices unless
9456         use_deprecated_index_sections is set.
9457         * linespec.c (symbol_and_data_callback): New structure.
9458         (iterate_inline_only): New function.
9459         (iterate_over_all_matching_symtabs): New argument
9460         "include_inline".  If nonzero, also call the callback for
9461         symbols representing inlined subroutines.
9462         (lookup_prefix_sym): Pass extra argument to the above.
9463         (find_function_symbols): Likewise.
9464         (add_matching_symbols_to_info): Likewise.
9465         * NEWS: Mention that GDB can now set breakpoints on inlined
9466         functions.
9467
9468 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9469
9470         * p-typeprint.c (pascal_type_print_method_args):
9471         Fix display of parameter of methods.
9472
9473 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9474
9475         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9476         Add missing prototype.
9477
9478 2012-03-16  Yao Qi  <yao@codesourcery.com>
9479             Jan Kratochvil  <jan.kratochvil@redhat.com>
9480
9481         Fix false compilation warning.
9482         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9483
9484 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
9485             Pedro Alves  <pedro@codesourcery.com>
9486
9487         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9488         (arm_register_g_packet_guesses): New function.
9489         (arm_gdbarch_init): Don't force a target description with
9490         registers when the executable is detected as M-profile.  Instead
9491         set gdbarch->tdep->is_m.  Register `g' packet guesses.
9492         (_initialize_arm_tdep): Initialize the new target description.
9493         * features/arm-with-m-fpa-layout.xml: New description.
9494         * features/arm-with-m-fpa-layout.c: New, generated.
9495
9496 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
9497
9498         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9499         Update function description.
9500         (insert_bp_location): Do not wipe bl->target_info out.
9501         * mem-break.c: #include "gdb_string.h".
9502         (default_memory_insert_breakpoint): Do not call target_read_memory
9503         with a pointer to the breakpoint's shadow_contents buffer.  Use
9504         a local buffer instead.
9505         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9506
9507 2012-03-15  Tom Tromey  <tromey@redhat.com>
9508
9509         * NEWS: Mention "info vtbl", not "info vtable".
9510         * cp-support.c (info_vtbl_command): Fix comment.
9511         (_initialize_cp_support): Fix text.
9512
9513 2012-03-15  Tom Tromey  <tromey@redhat.com>
9514
9515         * cp-valprint.c (cp_print_value_fields): Use
9516         print_function_pointer_address for vtable slot.
9517
9518 2012-03-15  Tom Tromey  <tromey@redhat.com>
9519
9520         * gnu-v3-abi.c (struct value_and_voffset): New.
9521         (hash_value_and_voffset, eq_value_and_voffset)
9522         (compare_value_and_voffset, compute_vtable_size)
9523         (print_one_vtable, gnuv3_print_vtable): New functions.
9524         (init_gnuv3_ops): Initialize 'print_vtable' field.
9525         * cp-support.c (info_vtbl_command): New function.
9526         (_initialize_cp_support): Add "info vtbl".
9527         * cp-abi.h (cplus_print_vtable): Declare.
9528         (struct cp_abi_ops) <print_vtable>: New field.
9529         * cp-abi.c (cplus_print_vtable): New function.
9530         * NEWS: Update.
9531
9532 2012-03-15  Tom Tromey  <tromey@redhat.com>
9533
9534         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9535         iterate_over_symbols.
9536
9537 2012-03-14  Doug Evans  <dje@google.com>
9538
9539         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9540         DW_OP_GNU_parameter_ref.
9541
9542 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9543
9544         Fix double prompt of 'interpreter-exec mi'.
9545         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9546         (mi_interpreter_resume): use it.
9547         (mi_execute_command_input_handler): New function.
9548         * mi/mi-main.c (mi_execute_command): Move prompt printing to
9549         mi_execute_command_input_handler.
9550
9551 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
9552
9553         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9554         prototype.
9555         (darwin_debug_port_info): Make static.
9556         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9557         * machoread.c (_initialize_machoread): Add prototype.
9558         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9559         (i386_darwin_set_control, i386_darwin_get_control)
9560         i386_darwin_dr_set_addr, i386_darwin_get_addr)
9561         i386_darwin_get_status, i386_darwin_get_control):
9562         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9563
9564 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9565
9566         * ax-gdb.c (gen_usual_unary): Remove special handling of
9567         enum and bool types.
9568
9569 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9570
9571         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9572
9573 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9574
9575         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9576
9577 2012-03-13  Chris January  <chris.january@allinea.com>
9578
9579         * aix-thread.c (fill_sprs): Store the floating point registers
9580         at the correct offsets into vals.
9581
9582 2012-03-13  Doug Evans  <dje@google.com>
9583
9584         * NEWS: Mention symbol-reloading has been deleted.
9585         * symfile.c (symbol_reloading): Delete.
9586         (show_symbol_reloading): Delete.
9587         (_initialize_symfile): Delete set/show symbol-reloading.
9588
9589         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9590         read_in_chain until we have successfully read it in.
9591         (load_full_comp_unit): Ditto.
9592         (read_signatured_type): Add comment.
9593
9594 2012-03-13  Chris January  <chris.january@allinea.com>
9595
9596         * stabsread.c (fix_common_block): Change type of valu argument
9597         to CORE_ADDR.
9598
9599 2012-03-13  Chris January  <chris.january@allinea.com>
9600
9601         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9602         instruction.
9603
9604 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9605
9606         * common/linux-procfs.c (linux_proc_get_int): New, from
9607         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9608         field.
9609         (linux_proc_get_tgid): Only call linux_proc_get_int.
9610         (linux_proc_get_tracerpid): New.
9611         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9612         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9613         linux_proc_pid_has_state.
9614         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9615         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9616         (linux_ptrace_attach_warnings): New.
9617         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9618         New declaration.
9619         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9620         (linux_nat_attach): New variables ex, buffer, message and message_s.
9621         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9622
9623 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9624
9625         * Makefile.in (linux-ptrace.o): New.
9626         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9627         from linux-nat.c.
9628         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9629         * common/linux-ptrace.c: New file.
9630         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9631         * config/arm/linux.mh: Likewise.
9632         * config/i386/linux.mh: Likewise.
9633         * config/i386/linux64.mh: Likewise.
9634         * config/ia64/linux.mh: Likewise.
9635         * config/m32r/linux.mh: Likewise.
9636         * config/m68k/linux.mh: Likewise.
9637         * config/mips/linux.mh: Likewise.
9638         * config/pa/linux.mh: Likewise.
9639         * config/powerpc/linux.mh: Likewise.
9640         * config/powerpc/ppc64-linux.mh: Likewise.
9641         * config/powerpc/spu-linux.mh: Likewise.
9642         * config/s390/s390.mh: Likewise.
9643         * config/sparc/linux.mh: Likewise.
9644         * config/sparc/linux64.mh: Likewise.
9645         * config/xtensa/linux.mh: Likewise.
9646         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9647         common/linux-procfs.c.
9648         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9649
9650 2012-03-13  Hui Zhu  <teawater@gmail.com>
9651             Pedro Alves  <palves@redhat.com>
9652
9653         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
9654         CREATE_BREAKPOINT_FLAGS_INSERTED.
9655         (create_breakpoint_sal, create_breakpoints_sal)
9656         (base_breakpoint_create_breakpoints_sal)
9657         (tracepoint_create_breakpoints_sal)
9658         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
9659         down.
9660         (break_command_1, handle_gnu_v3_exceptions, trace_command)
9661         (ftrace_command, strace_command): Adjust.
9662         (create_tracepoint_from_upload): Pass
9663         CREATE_BREAKPOINT_FLAGS_INSERTED.
9664         * breakpoint.h (enum breakpoint_create_flags): New.
9665         (create_breakpoint): New flags parameter.
9666         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9667         * python/py-breakpoint.c (bppy_init): Adjust.
9668         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9669         * spu-tdep.c (spu_catch_start): Adjust.
9670
9671 2012-03-13  Pedro Alves  <palves@redhat.com>
9672             Hui Zhu  <teawater@gmail.com>
9673             Yao Qi  <yao@codesourcery.com>
9674
9675         * remote.c (struct remote_state): New field `starting_up'.
9676         (remote_start_remote): Set and clear it.
9677         (remote_can_download_tracepoint): If starting up, return false.
9678
9679 2012-03-13  Yao Qi  <yao@codesourcery.com>
9680
9681         * inferior.h (struct inferior): Remove fields any_syscall_count,
9682         syscalls_counts and total_syscalls_count.  Move them to new
9683         struct catch_syscall_inferior_data in breakpoint.c.
9684         * breakpoint.c: Call DEF_VEC_I(int).
9685         (struct catch_syscall_inferior_data): New.
9686         (get_catch_syscall_inferior_data): New.
9687         (catch_syscall_inferior_data_cleanup): New.
9688         (insert_catch_syscall): Update to access data in
9689         struct catch_syscall_inferior_data.
9690         (insert_catch_syscall): Likewise.
9691         (remove_catch_syscall): Likewise.
9692         (remove_catch_syscall): Likewise.
9693         (is_syscall_catchpoint_enabled): Likewise.
9694         (add_catch_command): Likewise.
9695         (_initialize_breakpoint): Register cleanup.
9696         * breakpoint.h: Removed DEF_VEC_I(int).
9697         * dwarf2loc.c: Call DEF_VEC_I(int).
9698         * mi/mi-main.c: Likewise.
9699
9700 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
9701
9702         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9703
9704 2012-03-12  Chris January  <chris.january@allinea.com>
9705
9706         * aix-thread.c (_initialize_aix_thread): Add prototype.
9707         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9708         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9709
9710 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
9711
9712         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9713         include of "amd64-nat.h".
9714
9715 2012-03-12  Tom Tromey  <tromey@redhat.com>
9716
9717         * buildsym.c (record_pending_block): Now static.
9718         * buildsym.h: (record_pending_block): Remove.
9719
9720 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
9721
9722         * amd64bsd-nat.c: Include amd64bsd-nat.h.
9723
9724 2012-03-09  Tom Tromey  <tromey@redhat.com>
9725
9726         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9727         producer_is_gxx_lt_4_6>: New fields.
9728         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9729
9730 2012-03-09  Tom Tromey  <tromey@redhat.com>
9731
9732         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9733
9734 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9735
9736         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9737         prototype.
9738
9739 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9740
9741         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9742
9743 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9744
9745         Fix -Wmissing-prototypes build.
9746         * arm-linux-nat.c (get_thread_id): Make it static.
9747         * xtensa-linux-nat.c (get_thread_id): Likewise.
9748
9749 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9750
9751         * server.c (process_point_options): If a conditional expression
9752         is found, only print a message if remote_debug is nonzero.
9753
9754 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
9755
9756         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9757         of internal error for unknown/unsupported types.
9758
9759 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9760
9761         Fix CU relative vs. absolute DIE offsets.
9762         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9763         offset to offset_in_cu.
9764         * dwarf2read.c (process_enumeration_scope): Add CU offset to
9765         TYPE_OFFSET.
9766         (dwarf2_fetch_die_location_block): Rename parameter offset to
9767         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
9768
9769 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9770
9771         * libunwind-frame.c: Rename to ...
9772         * ia64-libunwind-tdep.c: ... here.
9773         * libunwind-frame.h: Rename to ...
9774         * ia64-libunwind-tdep.h: ... here.
9775         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9776         ia64-libunwind-tdep.h.
9777         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9778         * README (--with-libunwind): Rename to ...
9779         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9780         * config.in: Regenerate.
9781         * configure: Regenerate.
9782         * configure.ac: New option --with-libunwind-ia64, make the
9783         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
9784         Remove AC_DEFINE for HAVE_LIBUNWIND.
9785         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9786         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9787         Rename libunwind-frame in the general comment.
9788         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9789         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9790         Move forward declarations inside #ifndef.  Rename libunwind-frame in
9791         the general comment.
9792         * ia64-tdep.c: Rename libunwind-frame.h #include to
9793         ia64-libunwind-tdep.h.
9794         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9795         (ia64_libunwind_descr): Rename libunwind-frame to
9796         ia64-libunwind-tdep in these function comments.
9797         * ia64-tdep.h: Rename libunwind-frame.h #include to
9798         ia64-libunwind-tdep.h.
9799         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9800         ia64-libunwind-tdep in that data comment.
9801
9802 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9803
9804         * libunwind-frame.h (struct frame_unwind): New declaration.
9805
9806 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9807
9808         * breakpoint.c (_initialize_breakpoint): Fix error in help of
9809         "set breakpoint condition-evaluation" command.
9810
9811 2012-03-08  Tristan Gingold  <gingold@adacore.com>
9812
9813         * sparc-stub.c: Move to stubs/
9814         * sh-stub.c: Likewise.
9815         * m68k-stub.c: Likewise.
9816         * m32r-stub.c: Likewise.
9817         * i386-stub.c: Likewise.
9818
9819 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
9820
9821         * m68klinux-tdep.c (m68k_linux_init_abi): Register
9822         linux_get_siginfo_type.
9823
9824         * m68klinux-nat.c: Include "gdb_proc_service.h".
9825         (PTRACE_GET_THREAD_AREA): Define.
9826         (ps_get_thread_area): New function.
9827
9828 2012-03-08  Yao Qi  <yao@codesourcery.com>
9829
9830         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9831         `xsnprintf'.
9832         (remote_query_attached): Likewise.
9833         (remote_static_tracepoint_marker_at): Likewise.
9834         (remote_set_permissions): Likewise.
9835         (remote_detach_1, extended_remote_attach_1): Likewise.
9836         (send_g_packet, remote_vkill): Likewise.
9837         (extended_remote_disable_randomization): Likewise.
9838         (remote_add_target_side_condition): Likewise.
9839         (remote_insert_breakpoint): Likewise.
9840         (remote_remove_breakpoint): Likewise.
9841         (remote_insert_watchpoint): Likewise.
9842         (remote_remove_watchpoint): Likewise.
9843         (remote_insert_hw_breakpoint): Likewise.
9844         (remote_insert_hw_breakpoint): Likewise.
9845         (remote_remove_hw_breakpoint): Likewise.
9846         (remote_download_command_source): Likewise.
9847         (remote_download_tracepoint): Likewise.
9848         (remote_download_trace_state_variable): Likewise.
9849         (remote_disable_tracepoint): Likewise.
9850         (remote_trace_set_readonly_regions): Likewise.
9851         (remote_get_tracepoint_status): Likewise.
9852         (remote_trace_find): Likewise.
9853         (remote_get_trace_state_variable_value): Likewise.
9854         (remote_set_disconnected_tracing): Likewise.
9855         (remote_set_circular_trace_buffer): Likewise.
9856         (remote_get_min_fast_tracepoint_insn_len): Likewise.
9857         (remote_use_agent): Likewise.
9858         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9859         Update callers.
9860
9861 2012-03-07  Pedro Alves  <palves@redhat.com>
9862
9863         * NEWS: Mention QProgramSignals.
9864         * inferior.h (update_signals_program_target): Declare.
9865         * infrun.c: (update_signals_program_target): New.
9866         (handle_command): Update the target of the new program signals
9867         array changes.
9868         * remote.c (PACKET_QProgramSignals): New enum.
9869         (last_program_signals_packet): New global.
9870         (remote_program_signals): New.
9871         (remote_start_remote): Update the target with the program signals
9872         list.
9873         (remote_protocol_features): Add entry for QPassSignals.
9874         (remote_open_1): Free anc clear last_program_signals_packet.
9875         (init_remote_ops): Install remote_program_signals.
9876         * target.c (update_current_target): Adjust.
9877         (target_program_signals): New.
9878         * target.h (struct target_ops) <to_program_signals>: New field.
9879         (target_program_signals): Declare.
9880
9881 2012-03-07  Pedro Alves  <palves@redhat.com>
9882
9883         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9884         extensions.
9885
9886 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
9887
9888         * m68klinux-nat.c (getregs_supplies): Make static.
9889         (getfpregs_supplies): Likewise.
9890         (have_ptrace_getregs): Likewise.
9891
9892 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
9893
9894         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9895         in call to get_die_type_at_offset.
9896
9897 2012-03-06  Stan Shebs  <stan@codesourcery.com>
9898
9899         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9900         * mi/mi-cmd-disas.c: Ditto.
9901         * mi/mi-cmd-env.c: Ditto.
9902         * mi/mi-cmd-file.c: Ditto.
9903         * mi/mi-cmd-stack.c: Ditto.
9904         * mi/mi-cmd-target.c: Ditto.
9905         * mi/mi-cmd-var.c: Ditto.
9906         * mi/mi-cmds.c: Ditto.
9907         * mi/mi-cmds.h: Ditto.
9908         * mi/mi-console.c: Ditto.
9909         * mi/mi-getopt.c: Ditto.
9910         * mi/mi-getopt.h: Ditto.
9911         * mi/mi-interp.c: Ditto.
9912         * mi/mi-main.c: Ditto.
9913         * mi/mi-out.c: Ditto.
9914         * mi/mi-parse.c: Ditto.
9915         * mi/mi-parse.h: Ditto.
9916         * mi/mi-symbol-cmds.c: Ditto.
9917
9918         * mi/mi-getopt.h: Move mi_opt struct up.
9919         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9920         return.
9921         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9922
9923 2012-03-06  Tom Tromey  <tromey@redhat.com>
9924
9925         * proc-service.c (ps_pglobal_lookup): Set the current program
9926         space.
9927
9928 2012-03-06  Pedro Alves  <palves@redhat.com>
9929
9930         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9931
9932 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
9933
9934         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9935
9936 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9937
9938         Code cleanup.
9939         * common/linux-osdata.c (linux_common_core_of_thread): New function
9940         comment.
9941         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9942         call by linux_common_core_of_thread.
9943         (linux_nat_core_of_thread_1): Remove.
9944         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9945         * linux-thread-db.c: Include linux-osdata.h.
9946         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9947         linux_common_core_of_thread.
9948
9949 2012-03-05  Tom Tromey  <tromey@redhat.com>
9950
9951         * value.c (value_primitive_field): Don't fetch contents for
9952         non-virtual bases.
9953
9954 2012-03-05  Tom Tromey  <tromey@redhat.com>
9955
9956         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9957
9958 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9959
9960         * s390-nat.c: Include "gregset.h".
9961
9962 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9963
9964         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9965         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9966         (libunwind_load): New variable so_error, use it for dlerror.  Try to
9967         load also LIBUNWIND_SO_7.
9968
9969 2012-03-05  Pedro Alves  <palves@redhat.com>
9970
9971         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9972         is not NULL, and remove resulting dead code.
9973
9974 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
9975
9976         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9977         prologue to sh_analyze_prologue.
9978         (sh_analyze_prologue): Make better use of such an upper limit, and
9979         generally be more cautious about accessing memory.
9980
9981 2012-03-05  Tom Tromey  <tromey@redhat.com>
9982
9983         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9984         _initialize_ia64_hpux_tdep.
9985
9986 2012-03-05  Pedro Alves  <palves@redhat.com>
9987
9988         PR gdb/13766
9989
9990         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9991         the register state is clear, supply explicit zero, instead of
9992         marking the register unavailable.
9993
9994 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9995
9996         * NEWS: Mention OpenVMS ia64 new target.
9997
9998 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9999
10000         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
10001         (ia64_unw_accessors, ia64_unw_rse_accessors)
10002         (ia64_libunwind_descr): Declare.
10003         * ia64-vms-tdep.c: New file.
10004         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
10005         (ia64_libunwind_descr): Make them public.
10006         * configure.tgt: Add ia64-*-*vms*.
10007         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
10008         (ALLDEPFILES): Add ia64-vms-tdep.c
10009
10010 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10011
10012         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
10013         * remote.c (PACKET_qXfer_uib): New enum value.
10014         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
10015         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
10016         (_initialize_remote): Call add_packet_config_cmd for
10017         xfer:uib packet.
10018
10019 2012-03-05  Tristan Gingold  <gingold@adacore.com>
10020
10021         * osabi.c (gdb_osabi_names): Add OpenVMS.
10022         (generic_elf_osabi_sniffer): Likewise.
10023         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
10024
10025 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10026
10027         Removed unused code.
10028         * libunwind-frame.c (libunwind_frame_unwind)
10029         (libunwind_frame_base_address): Remove.
10030         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
10031
10032 2012-03-04  Yao Qi  <yao@codesourcery.com>
10033
10034         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
10035         remove trailing new line.
10036         (agent_run_command, agent_run_command): Add _ markup.
10037         (agent_capability_check): Likewise.
10038
10039 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
10040
10041         * breakpoint.c (set_condition_evaluation_mode): Set
10042         CONDITION_EVALUATION_MODE unconditionally.
10043
10044 2012-03-03  Yao Qi  <yao@codesourcery.com>
10045
10046         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
10047         * common/agent.h: Update declaration.
10048         * inf-child.c (inf_child_use_agent): New.
10049         (inf_child_can_use_agent): New.
10050         (inf_child_target): Initialize fields `to_use_agent'
10051         and `to_can_use_agent'.
10052         * agent.c (agent_new_objfile): New.
10053         (_initialize_agent): Add agent_new_objfile to new_objfile
10054         observer.
10055
10056         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
10057         New.
10058         (linux_target_install_ops): Initialize field
10059         `to_static_tracepoint_markers_by_strid'.
10060         * remote.c (free_current_marker): Move it to ...
10061         * tracepoint.c (free_current_marker): ... here.  New.
10062         (cleanup_target_stop): New.
10063         * tracepoint.h: Declare free_current_marker.
10064         * NEWS: Add one entry about `info static-tracepoint-marker'.
10065
10066 2012-03-03  Yao Qi  <yao@codesourcery.com>
10067
10068         * common/agent.c (agent_loaded_p): New.
10069         (agent_look_up_symbols): New global.
10070         * common/agent.h: Declare agent_loaded_p.
10071
10072 2012-03-03  Yao Qi  <yao@codesourcery.com>
10073
10074         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
10075         (agent_capability_check, agent_capability_invalidate): New.
10076         (symbol_list): New array element.
10077         * common/agent.h (enum agent_capa): New.
10078         * target.c (target_pre_inferior): Call agent_capability_invalidate.
10079
10080 2012-03-03  Yao Qi  <yao@codesourcery.com>
10081
10082         * target.h (struct target_ops) <to_use_agent>: New field.
10083         (struct target_ops) <to_can_use_agent>: New field.
10084         (target_use_agent, target_can_use_agent): New macro.
10085         * target.c (update_current_target): Update.
10086         * remote.c: New enum `PACKET_QAgent'.
10087         (remote_protocol_features): Add a new element.
10088         (remote_use_agent, remote_can_use_agent): New.
10089         (init_remote_ops): Initialize field `can_use_agent' with
10090         remote_can_use_agent.  Intiailize field `use_agent' with
10091         remote_use_agent.
10092         * common/agent.c (use_agent): New global.
10093         * common/agent.h: Declare it.
10094         * tracepoint.c (info_static_tracepoint_markers_command): Add
10095         comment.
10096         * Makefile.in (SFILES): Add common/agent.c and agent.c.
10097         (COMMON_OBS): Add common/agent.o and agent.o
10098         (common-agent.o): New rule.
10099         * agent.c: New.
10100
10101 2012-03-03  Yao Qi  <yao@codesourcery.com>
10102
10103         * common/agent.c: New.
10104         * common/agent.h: New.
10105         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
10106         AC_CHECK_HEADERS.
10107         * configure, configh.in: Regenerated.
10108
10109 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
10110
10111         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
10112         unless it exists for this architecture.
10113
10114 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
10115
10116         * language.h (struct language_defn): New "method" la_read_var_value.
10117         * findvar.c: #include "language.h".
10118         (default_read_var_value): Renames read_var_value.  Rewrite
10119         function description.
10120         (read_var_value): New function.
10121         * value.h (default_read_var_value): Add prototype.
10122         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
10123         New functions.
10124         (ada_language_defn): Add entry for la_read_var_value.
10125         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
10126         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
10127         language_defn structures to add entry for new la_read_var_value
10128         field.
10129
10130 2012-03-02  Tom Tromey  <tromey@redhat.com>
10131             Pedro Alves  <palves@redhat.com>
10132
10133         PR breakpoints/13776:
10134         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
10135         breakpoints.
10136         (delete_longjmp_breakpoint_at_next_stop): New.
10137         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
10138         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
10139         before deleting the inferior.  Add comments.
10140         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
10141         breakpoints immediately, but only on next stop.  Move that code
10142         next to where we mark other breakpoints for deletion.
10143
10144 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
10145
10146         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
10147         marker.
10148         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
10149         violation.
10150
10151 2012-03-02  Pedro Alves  <palves@redhat.com>
10152
10153         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
10154
10155 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
10156
10157         Fix -Wmissing-prototypes build.
10158         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
10159         * remote-sim.c (gdbsim_has_all_memory): Likewise.
10160         (gdbsim_has_memory): Likewise.
10161
10162 2012-03-02  Yao Qi  <yao@codesourcery.com>
10163
10164         Fix -Wmissing-prototypes build.
10165         * charset.c (phony_iconv_open): Make static.
10166         (phony_iconv_close, phony_iconv): Likewise.
10167         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
10168         * i386-windows-nat.c (_initialize_i386_windows_nat): New
10169         prototype.
10170         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
10171         * ser-mingw.c (create_select_thread): Make static.
10172         * windows-termcap.c (tgetent): New prototype.
10173         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
10174
10175 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
10176
10177         Fix -Wmissing-prototypes build.
10178         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
10179         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
10180         (_initialize_loadable): New prototypes.
10181
10182 2012-03-02  Doug Evans  <dje@google.com>
10183
10184         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
10185         abbrev table, read_comp_unit will do it.
10186
10187 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10188
10189         Fix -Wmissing-prototypes build.
10190         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
10191         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
10192         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
10193         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
10194         (_initialize_arm_symbian_tdep): New prototype.
10195         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
10196         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
10197         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
10198         static.
10199         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
10200         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
10201         prototype.
10202         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
10203         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
10204         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
10205         static.
10206         * moxie-tdep.c (moxie_process_record): Likewise.
10207         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
10208         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
10209         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
10210         (_initialize_rl78_tdep): New prototype.
10211         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
10212         (_initialize_rx_tdep): New prototype.
10213         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
10214         (_initialize_darwin_solib): New prototype.
10215         * solib-spu.c: Include solib-spu.h.
10216         (_initialize_spu_solib): New prototype.
10217         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
10218         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
10219         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
10220         (tic6x_software_single_step): Make it static.
10221         (_initialize_tic6x_tdep): New prototype.
10222
10223 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10224
10225         Fix -Wmissing-prototypes build.
10226         * cris-tdep.c (cris_can_use_hardware_watchpoint)
10227         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
10228
10229 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10230
10231         Fix -Wmissing-prototypes build.
10232         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
10233         (frv_have_stopped_data_address): Remove.
10234
10235 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
10236
10237         Fix -Wmissing-prototypes build.
10238         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
10239         * sh-tdep.c: Include sh64-tdep.h.
10240         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
10241         * sh64-tdep.c: Include sh64-tdep.h.
10242         * sh64-tdep.h: New file.
10243
10244 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
10245
10246         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
10247
10248 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
10249
10250         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
10251         sp_regnum once the gdbarch_init_osabi hook has been called.
10252
10253 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
10254
10255         * mips-tdep.c (mips32_bc1_pc): New function.
10256         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
10257         BPOSGE32 and BPOSGE64 instructions.
10258         (deal_with_atomic_sequence): Likewise.
10259         (mips32_instruction_has_delay_slot): Likewise.
10260
10261 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
10262             Chris Dearman  <chris@mips.com>
10263             Maciej W. Rozycki  <macro@codesourcery.com>
10264             Joseph Myers  <joseph@codesourcery.com>
10265
10266         * features/mips-dsp.xml: New file.
10267         * features/mips64-dsp.xml: New file.
10268         * features/mips-dsp-linux.xml: New file.
10269         * features/mips64-dsp-linux.xml: New file.
10270         * features/Makefile (WHICH): Add mips-dsp-linux and
10271         mips64-dsp-linux.
10272         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
10273         * features/mips-dsp-linux.c: New file.
10274         * features/mips64-dsp-linux.c: New file.
10275         * regformats/mips-dsp-linux.dat: New file.
10276         * regformats/mips64-dsp-linux.dat: New file.
10277         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
10278         registers.
10279         (mips64_linux_register_addr): Likewise.
10280         (mips64_linux_regsets_fetch_registers): Likewise.
10281         (mips64_linux_regsets_store_registers): Likewise.
10282         (mips64_linux_fetch_registers): Update call to
10283         mips64_linux_regsets_fetch_registers.
10284         (mips64_linux_store_registers): Update call to
10285         mips64_linux_regsets_store_registers.
10286         (mips_linux_read_description): Probe for DSP registers.
10287         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
10288         and initialize_tdesc_mips64_dsp_linux.
10289         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
10290         Remove padding of no longer used embedded register slots.
10291         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
10292         (MIPS_RESTART_REGNUM): Redefine enum value.
10293         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
10294         strings.
10295         (mips_tx39_reg_names): Likewise.
10296         (mips_linux_reg_names): New array of register names for Linux
10297         targets.
10298         (mips_register_name): Check for a null pointer in
10299         mips_processor_reg_names and return an empty string.
10300         (mips_register_type): Exclude embedded registers for the IRIX
10301         and Linux ABIs.
10302         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
10303         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
10304         DSP registers.
10305         (mips_stab_reg_to_regnum): Handle DSP accumulators.
10306         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
10307         (mips_gdbarch_init): Likewise.  Initialize internal register
10308         indices for the Linux ABI.  Use dynamic numbers to refer to
10309         registers, as applicable, while parsing the target description.
10310         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10311
10312 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10313
10314         * frame.h (read_frame_register_unsigned): Fix typo in function
10315         description.
10316
10317 2012-03-01  Pedro Alves  <palves@redhat.com>
10318
10319         * jit-reader.in [!__cplusplus]
10320         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10321
10322 2012-03-01  Pedro Alves  <palves@redhat.com>
10323
10324         * configure.ac (build_warnings): Add -Wmissing-prototypes.
10325         * configure: Regenerate.
10326
10327 2012-03-01  Pedro Alves  <palves@redhat.com>
10328
10329         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10330         * breakpoint.c (create_exception_master_breakpoint, trace_command)
10331         (ftrace_command, strace_command): Make static.
10332         * d-lang.c (_initialize_d_language): Declare.
10333         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10334         * dwarf2loc.c (_initialize_dwarf2loc):
10335         * dwarf2read.c (process_psymtab_comp_unit): Make static.
10336         * exec.c (exec_get_section_table): Make static.
10337         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10338         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10339         * inferior.c (remove_inferior_command, add_inferior_command)
10340         (clone_inferior_command): Make static.
10341         * linux-nat.c (linux_nat_thread_address_space)
10342         (linux_nat_core_of_thread): Make static.
10343         * linux-tdep.c (_initialize_linux_tdep): Declare.
10344         * objc-lang.c (_initialize_objc_lang): Declare.
10345         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10346         Make static.
10347         (_initialize_opencl_language): Declare.
10348         * record.c (_initialize_record): Declare.
10349         * remote.c (demand_private_info, remote_get_tib_address)
10350         (remote_supports_cond_tracepoints)
10351         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10352         Make static.
10353         * skip.c (_initialize_step_skip): Declare.
10354         * symtab.c (skip_prologue_using_lineinfo): Make static.
10355         * tracepoint.c (delete_trace_state_variable)
10356         (trace_variable_command, delete_trace_variable_command)
10357         (get_uploaded_tsv, find_matching_tracepoint_location)
10358         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10359         Make static.
10360         * value.c (pack_unsigned_long): Make static.
10361         * varobj.c (varobj_ensure_python_env): Make static.
10362         * windows-tdep.c (_initialize_windows_tdep): Declare.
10363         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10364
10365 2012-03-01  Pedro Alves  <palves@redhat.com>
10366
10367         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
10368         gdbarch parameter.
10369         (linux_init_abi): Install it as has_shared_address_space gdbarch
10370         callback.
10371
10372 2012-03-01  Pedro Alves  <palves@redhat.com>
10373
10374         * observer.c (observer_test_first_notification_function)
10375         (observer_test_second_notification_function)
10376         (observer_test_third_notification_function): Add declarations.
10377
10378 2012-03-01  Pedro Alves  <palves@redhat.com>
10379
10380         * common/signals.c (default_target_signal_to_host)
10381         (default_target_signal_from_host): Move ...
10382         * arch-utils.c: ... here.
10383         * arch-utils.h (default_target_signal_to_host)
10384         (default_target_signal_from_host): Declare.
10385
10386         * common/signals.c (target_signal_from_command): Move ...
10387         * infrun.c: ... here.
10388         * inferior.h (target_signal_from_command): Declare.
10389         * target.h (target_signal_from_command)
10390         (default_target_signal_from_host, default_target_signal_to_host):
10391         Delete declarations.
10392
10393         * common/signals.c (_initialize_signals): Delete.
10394
10395 2012-03-01  Pedro Alves  <palves@redhat.com>
10396
10397         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10398         both __cplusplus and !__cplusplus.
10399
10400 2012-03-01  Pedro Alves  <palves@redhat.com>
10401
10402         * psymtab.c (find_and_open_source): Delete declaration.
10403         * source.c (find_and_open_source): Move comment ...
10404         * source.h (find_and_open_source): ... to this new declaration.
10405
10406 2012-03-01  Pedro Alves  <palves@redhat.com>
10407
10408         * inline-frame.c: Include inline-frame.h.
10409
10410 2012-03-01  Pedro Alves  <palves@redhat.com>
10411
10412         * tui/tui-data.c (set_gen_win_origin): Delete.
10413         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10414         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10415
10416 2012-03-01  Pedro Alves  <palves@redhat.com>
10417
10418         * remote.c (encode_actions): Delete declaration.
10419         * tracepoint.c (encode_actions): Make extern.
10420         * tracepoint.h (encode_actions): Declare.
10421
10422 2012-03-01  Pedro Alves  <palves@redhat.com>
10423
10424         * python/py-breakpoint.c: Include python.h.
10425         * python/py-continueevent.c (create_continue_event_object): Make
10426         static.
10427         * python/py-lazy-string.c (stpy_get_type): Make static.
10428         * python/py-newobjfileevent.c (create_new_objfile_event_object):
10429         Make static.
10430         * python/py-utils.c (unicode_to_target_python_string): Make
10431         static.
10432         * python/py-value.c: Include python.h.
10433
10434 2012-03-01  Pedro Alves  <palves@redhat.com>
10435
10436         * inferior.c (delete_threads_of_inferior): Delete.
10437
10438 2012-03-01  Pedro Alves  <palves@redhat.com>
10439
10440         Import fallback definitions from glibc.
10441
10442         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10443         ps_prochandle): Forward declare.
10444         (ps_err_e): Use glibc's comments.
10445         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10446         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10447         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10448         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10449         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10450         (struct ps_prochandle): Adjust comment.
10451
10452 2012-03-01  Pedro Alves  <palves@redhat.com>
10453
10454         * ada-lang.c (ada_modulus_from_name): Delete.
10455         * ada-lex.l (lexer_init): Make static.
10456
10457 2012-03-01  Pedro Alves  <palves@redhat.com>
10458
10459         PR gdb/13767
10460
10461         * frame.c (read_frame_register_unsigned): New.
10462         * frame.h (read_frame_register_unsigned): Declare.
10463         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10464         Handle it.
10465         (print_i387_control_word): New parameter `control_p'.  Handle it.
10466         (i387_print_float_info): Handle unavailable float registers.
10467
10468 2012-03-01  Keith Seitz  <keiths@redhat.com>
10469
10470         * linespec.c (decode_line_2): Sort the list of methods
10471         alphabetically before presenting the user with a selection
10472         menu.
10473
10474 2012-03-01  Doug Evans  <dje@google.com>
10475
10476         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10477         has_namespace_info.
10478         (dwarf2_read_abbrevs): Remove corresponding initialization.
10479
10480 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
10481
10482         * NEWS: Mention new python command class gdb.COMMAND_USER.
10483         * cli/cli-cmds.c (show_user): Print error when used on a python
10484         command.
10485         (init_cli_cmds): Update documentation strings for "show user" and
10486         "set/show max-user-call-depth" to clarify that it does not apply to
10487         python commands.
10488         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10489         error check.
10490         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10491         gdb python api.
10492         * top.c (execute_command): Only execute a user-defined command as a
10493         legacy macro if c->user_commands is set.
10494
10495 2012-03-01  Tom Tromey  <tromey@redhat.com>
10496
10497         * valprint.h (struct generic_val_print_decorations): New.
10498         (generic_val_print): Declare.
10499         * valprint.c (generic_val_print): New function.
10500         * p-valprint.c (p_decorations): New global.
10501         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10502         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10503         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10504         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10505         * m2-valprint.c (m2_decorations): New global.
10506         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10507         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10508         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10509         TYPE_CODE_ERROR>: Call generic_val_print.
10510         * f-valprint.c (f_decorations): New global.
10511         (f_val_print): Use print_function_pointer_address.
10512         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10513         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10514         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10515         generic_val_print.
10516         * c-valprint.c (c_decorations): New global.
10517         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10518         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10519         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10520         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10521         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10522         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10523         case.
10524
10525 2012-03-01  Tom Tromey  <tromey@redhat.com>
10526
10527         * valprint.c (val_print): Update.
10528         * p-valprint (pascal_val_print): Return void.
10529         * p-lang.h (pascal_val_print): Return void.
10530         * m2-valprint.c (m2_val_print): Return void.
10531         * m2-lang.h (m2_val_print): Return void.
10532         * language.h (struct language_defn) <la_val_print>: Return void.
10533         * language.c (unk_lang_val_print): Return void.
10534         * jv-valprint.c (java_val_print): Return void.
10535         * jv-lang.h (java_val_print): Return void.
10536         * f-valprint.c (f_val_print): Return void.
10537         * f-lang.h (f_val_print): Return void.
10538         * d-valprint.c (d_val_print): Return void.
10539         (dynamic_array_type): Update.
10540         * d-lang.h (d_val_print): Return void.
10541         * c-valprint.c (c_val_print): Return void.
10542         * c-lang.h (c_val_print): Return void.
10543         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10544         void.
10545         * ada-lang.h (ada_val_print): Return void.
10546
10547 2012-03-01  Tom Tromey  <tromey@redhat.com>
10548
10549         * value.h (val_print): Return void.
10550         * valprint.c (val_print): Return void.
10551
10552 2012-03-01  Tom Tromey  <tromey@redhat.com>
10553
10554         * value.h (common_val_print): Return void.
10555         * valprint.c (common_val_print): Return void.
10556
10557 2012-03-01  Tom Tromey  <tromey@redhat.com>
10558
10559         * value.h (value_print): Return void.
10560         * valprint.c (value_print): Return void.
10561         * p-valprint.c (pascal_value_print): Return void.
10562         * p-lang.h (pascal_value_print): Return void.
10563         * language.h (struct language_defn) <la_value_print>: Return
10564         void.
10565         * language.c (unk_lang_value_print): Return void.
10566         * jv-valprint.c (java_value_print): Return void.
10567         * jv-lang.h (java_value_print): Return void.
10568         * f-valprint.c (c_value_print): Don't declare.
10569         Include c-lang.h.
10570         * c-valprint.c (c_value_print): Return void.
10571         * c-lang.h (c_value_print): Return void.
10572         * ada-valprint.c (ada_value_print): Return void.
10573         * ada-lang.h (ada_value_print): Return void.
10574
10575 2012-03-01  Tom Tromey  <tromey@redhat.com>
10576
10577         * value.c (value_primitive_field): Handle virtual base classes.
10578
10579 2012-03-01  Tom Tromey  <tromey@redhat.com>
10580
10581         * gdbtypes.h (struct vbase): Remove.
10582
10583 2012-03-01  Tom Tromey  <tromey@redhat.com>
10584
10585         * c-valprint.c (print_function_pointer_address): Move...
10586         * valprint.c: ... here.  Make non-static.
10587         * m2-valprint.c (print_function_pointer_address): Remove.
10588         * valprint.h (print_function_pointer_address): Declare.
10589
10590 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10591
10592         * NEWS: Document the fact that one can provide a condition when
10593         creating an Ada exception catchpoint.
10594
10595 2012-03-01  Tom Tromey  <tromey@redhat.com>
10596
10597         * valprint.c (val_print_type_code_flags): Fix placement of
10598         trailing brace.
10599
10600 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10601
10602         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10603         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10604         environment variable before calling update-copyright.
10605
10606 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10607
10608         * gnulib/extra/update-copyright: Update to the latest from
10609         gnulib's git repository.
10610         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10611         variable to 2 instead of 1.
10612
10613 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10614
10615         * varobj.c (c_value_of_variable): Remove dead code.
10616
10617 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10618
10619         * ada-lex.p (processId): Do not modify already encoded IDs.
10620         Update function documentation.
10621
10622 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10623
10624         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10625         "name" with "struct symbol *name_sym".
10626         * ada-exp.y (write_var_or_type): Update call to
10627         ada_find_renaming_symbol.
10628         "name" with "struct symbol *name_sym". Adjust Implementation
10629         accordingly.  Adjust the function documentation.
10630
10631 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10632
10633         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10634         * ada-lang.c (ada_find_any_type): Add advance declaration.
10635         Make static.  Replace ada_find_any_symbol by
10636         ada_find_any_type_symbol.
10637         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10638         Improve function description.  Make static.
10639         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10640         Replace ada_find_any_symbol by ada_find_any_type_symbol.
10641
10642 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10643
10644         * ada-lang.c (struct tag_args): Delete.
10645         (ada_get_tsd_type): Function body moved up in source file.
10646         (ada_tag_name_1, ada_tag_name_2): Delete.
10647         (ada_get_tsd_from_tag): New function.
10648         (ada_tag_name_from_tsd): New function.
10649         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10650         to determine the tag name.
10651
10652 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10653
10654         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10655         declaration.
10656         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10657         function.
10658
10659 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10660
10661         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10662
10663 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10664
10665         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10666         full searches.
10667
10668 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10669
10670         * ada-lang.c (constrained_packed_array_type): If there is a
10671         parallel XA type, use it to determine the array index type.
10672
10673 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10674
10675         * ada-valprint.c (ada_val_print_1): If our value is a reference
10676         to an array descriptor, dereference it before converting it
10677         to a simple array.
10678
10679 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10680
10681         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10682         creating fixed value.
10683         (ada_value_ind, ada_coerce_ref, assign_component)
10684         (ada_evaluate_subexp): Remove call to unwrap_value before
10685         call to ada_to_fixed_value.
10686
10687 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10688
10689         * ada-lang.c (to_fixed_array_type): Set result's type name.
10690
10691 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10692
10693         * ada-lang.c (catch_ada_exception_command_split): Add new
10694         argument cond_string.  Add support for condition at end of
10695         "catch exception" commands.
10696         (ada_decode_exception_location): Add new argument cond_string.
10697         Update call to catch_ada_exception_command_split.
10698         (create_ada_exception_catchpoint): Add new argument cond_string.
10699         Set the breakpoint condition if needed.
10700         (catch_ada_exception_command): Update call to
10701         ada_decode_exception_location.
10702         (ada_decode_assert_location): Add function documentation.
10703         Add support for condition at end of "catch assert" command.
10704         (catch_assert_command): Update calls to ada_decode_assert_location
10705         and create_ada_exception_catchpoint.
10706
10707 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10708
10709         Fix disp-step-syscall.exp: fork: single step over fork.
10710         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10711         (i386_linux_get_syscall_number_from_regcache): ... here, new function
10712         comment, change parameters gdbarch and ptid to regcache.  Remove
10713         parameter regcache, initialize gdbarch from regcache here.
10714         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10715         New functions.
10716         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10717         instead.
10718         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10719         'syscall'.  Make the 'int' check more strict.
10720
10721 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10722
10723         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10724         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10725         (i386_linux_intx80_sysenter_syscall_record): ... here.
10726         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10727         Use the renamed function name.
10728
10729 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10730
10731         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10732         * breakpoint.c (until_break_command): Likewise.
10733         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10734         * infcall.c (call_function_by_hand): Likewise.
10735         * infcmd.c (finish_forward): Likewise.
10736         * infrun.c (insert_exception_resume_breakpoint): Likewise.
10737
10738 2012-02-28  Tristan Gingold  <gingold@adacore.com>
10739
10740         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10741         avoid variable assignments inside condition.
10742
10743 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10744
10745         Fix static analysis issue found by cppcheck.
10746         * microblaze-tdep.c (microblaze_extract_return_value): Fix
10747         uninitialized BUF for size 2.
10748
10749 2012-02-27  Chris Dearman  <chris@mips.com>
10750             Nathan Froyd  <froydnj@codesourcery.com>
10751             Maciej W. Rozycki  <macro@codesourcery.com>
10752
10753         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10754         (mips16_instruction_has_delay_slot): Likewise.
10755         (mips_segment_boundary): Likewise.
10756         (mips_adjust_breakpoint_address): Likewise.
10757         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10758
10759 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
10760             Maciej W. Rozycki  <macro@codesourcery.com>
10761
10762         * infrun.c (handle_inferior_event): Don't proceed through
10763         shared library trampolines if stepping at the machine
10764         instruction level.
10765
10766 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
10767
10768         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10769         too.
10770
10771 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
10772
10773         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10774         (sh_stub_unwind_sniffer): New functions.
10775         (sh_stub_unwind): New variable.
10776         (sh_gdbarch_init): Wire everything.
10777
10778 2012-02-27  Pedro Alves  <palves@redhat.com>
10779
10780         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10781         (linux_nat_post_attach_wait): Adjust to use
10782         linux_proc_pid_is_stopped.
10783         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10784         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10785         based on pid_is_stopped from both linux-nat.c and
10786         gdbserver/linux-low.c, and renamed.
10787
10788 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10789
10790         * remote.c (remote_watchpoint_addr_within_range): New function.
10791         (init_remote_ops): Use it.
10792
10793 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10794
10795         * target.h (target_watchpoint_addr_within_range): Document macro.
10796
10797 2012-02-24  Pedro Alves  <palves@redhat.com>
10798
10799         * stack.c (set_last_displayed_sal): Issue internal_error instead
10800         of warning, and issue it after clearing the last displayed sal.
10801
10802 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10803             Pedro Alves  <palves@redhat.com>
10804
10805         * breakpoint.c (until_break_command): Install breakpoints after
10806         all frame manipulations.
10807
10808 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10809
10810         * remote.c (remote_supports_cond_breakpoints): New forward
10811         declaration.
10812         (remote_add_target_side_condition): New function.
10813         (remote_insert_breakpoint): Add target-side breakpoint
10814         conditional if supported.
10815         (remote_insert_hw_breakpoint): Likewise.
10816         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10817         hook.
10818
10819         * target.c (update_current_target): Inherit
10820         to_supports_evaluation_of_breakpoint_conditions.
10821         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10822
10823         * target.h (struct target_ops)
10824         <to_supports_evaluation_of_breakpoint_conditions>: New field.
10825         (target_supports_evaluation_of_breakpoint_conditions): New #define.
10826
10827         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10828         (condition_evaluation_both, condition_evaluation_auto,
10829         condition_evaluation_host, condition_evaluation_target,
10830         condition_evaluation_enums, condition_evaluation_mode_1,
10831         condition_evaluation_mode): New static globals.
10832         (translate_condition_evaluation_mode): New function.
10833         (breakpoint_condition_evaluation_mode): New function.
10834         (gdb_evaluates_breakpoint_condition_p): New function.
10835         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10836         (mark_breakpoint_modified): New function.
10837         (mark_breakpoint_location_modified): New function.
10838         (set_condition_evaluation_mode): New function.
10839         (show_condition_evaluation_mode): New function.
10840         (bp_location_compare_addrs): New function.
10841         (get_first_location_gte_addr): New helper function.
10842         (set_breakpoint_condition): Free condition bytecode if locations
10843         has become unconditional.  Call mark_breakpoint_modified (...).
10844         (condition_command): Call update_global_location_list (1) for
10845         breakpoints.
10846         (breakpoint_xfer_memory): Use is_breakpoint (...).
10847         (is_breakpoint): New function.
10848         (parse_cond_to_aexpr): New function.
10849         (build_target_condition_list): New function.
10850         (insert_bp_location): Handle target-side conditional
10851         breakpoints and call build_target_condition_list (...).
10852         (update_inserted_breakpoint_locations): New function.
10853         (insert_breakpoint_locations): Handle target-side conditional
10854         breakpoints.
10855         (bpstat_check_breakpoint_conditions): Add comment.
10856         (bp_condition_evaluator): New function.
10857         (bp_location_condition_evaluator): New function.
10858         (print_breakpoint_location): Print information on where the condition
10859         will be evaluated.
10860         (print_one_breakpoint_location): Likewise.
10861         (init_bp_location): Call mark_breakpoint_location_modified (...) for
10862         breakpoint location.
10863         (force_breakpoint_reinsertion): New functions.
10864         (update_global_location_list): Handle target-side breakpoint
10865         conditions.
10866         Reinsert locations that are already inserted if conditions have
10867         changed.
10868         (bp_location_dtor): Free agent expression bytecode.
10869         (disable_breakpoint): Call mark_breakpoint_modified (...).
10870         Call update_global_location_list (...) with parameter 1 for breakpoints.
10871         (disable_command): Call mark_breakpoint_location_modified (...).
10872         Call update_global_location_list (...) with parameter 1 for breakpoints.
10873         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10874         (enable_command): mark_breakpoint_location_modified (...).
10875         (_initialize_breakpoint): Update documentation and add
10876         condition-evaluation breakpoint subcommand.
10877
10878         * breakpoint.h: Include ax.h.
10879         (condition_list): New data structure.
10880         (condition_status): New enum.
10881         (bp_target_info) <cond_list>: New field.
10882         (bp_location) <condition_changed, cond_bytecode>: New fields.
10883         (is_breakpoint): New prototype.
10884
10885 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10886
10887         * remote.c (remote_state) <cond_breakpoints>: New field.
10888         (PACKET_ConditionalBreakpoints): New enum.
10889         (remote_cond_breakpoint_feature): New function.
10890         (remote_protocol_features): Add new ConditionalBreakpoints entry.
10891         (remote_supports_cond_breakpoints): New function.
10892         (_initialize_remote): Add new packet configuration for
10893         target-side conditional breakpoints.
10894
10895 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10896
10897         * NEWS: Mention target-side conditional breakpoint support,
10898         new condition-evaluation breakpoint subcommand and remote
10899         packet extensions.
10900
10901 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10902
10903         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10904         number.
10905
10906 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
10907
10908         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10909         (after_prologue): Remove.
10910
10911 2012-02-23  Tom Tromey  <tromey@redhat.com>
10912
10913         * jv-valprint.c (java_val_print): Remove dead code.
10914
10915 2012-02-23  Tristan Gingold  <gingold@adacore.com>
10916
10917         * ada-tasks.c (struct ada_tasks_inferior_data): Add
10918         known_tasks_element and known_tasks_length fields.
10919         (read_known_tasks_array): Change argument type.  Use pointer type
10920         and number of elements from DATA.  Adjust.
10921         (read_known_tasks_list): Likewise.
10922         (get_known_tasks_addr): Remove.
10923         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10924         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
10925         type and array length.  Merge former get_known_tasks_addr code.
10926
10927 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10928
10929         PR backtrace/13716
10930         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10931         it after set_momentary_breakpoint.
10932
10933 2012-02-22  Sterling Augustine  <saugustine@google.com>
10934
10935         PR 13689:
10936         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10937
10938 2012-02-22  Gary Benson  <gbenson@redhat.com>
10939
10940         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10941         (find_slot_in_mapped_hash): Likewise.
10942
10943 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10944
10945         PR build/13638
10946         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10947         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10948         * configure: Regenerate.
10949
10950 2012-02-21  Tristan Gingold  <gingold@adacore.com>
10951             Pedro Alves  <palves@redhat.com>
10952
10953         * ia64-tdep.c: Do not include libunwind-ia64.h.
10954         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10955         Include libunwind-ia64.h instead of libunwind.h.
10956         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10957         for libunwind.h existence.
10958         * configure, config.in: Regenerate.
10959
10960 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10961
10962         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10963         instead of value_rtti_target_type.
10964         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10965         instead of value_rtti_target_type.
10966         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10967         value_rtti_target_type.
10968         * valops.c (value_ind): Extract function readjust_indirect_value_type.
10969         (value_rtti_target_type): Rename to ...
10970         (value_rtti_indirect_type): ... here and make it indirect.  Update
10971         function comment.
10972         * value.c (readjust_indirect_value_type): New function.
10973         (coerce_ref): Support for enclosing type setting for references
10974         with readjust_indirect_value_type.
10975         * value.h (readjust_value_type): New declaration.
10976         (value_rtti_target_type): Rename to ...
10977         (value_rtti_indirect_type): ... here.
10978
10979 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10980
10981         * MAINTAINERS (Write After Approval): Add myself to the list.
10982
10983 2012-02-20  Doug Evans  <dje@google.com>
10984
10985         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10986         Rename objfile_p_char parameter to objfilep.
10987         (build_objfile_section_table): Result is now void.  All callers
10988         updated.
10989         * objfiles.h (struct objfile): Tweak comments, whitespace.
10990         (build_objfile_section_table): Update.
10991
10992         * elfread.c (elf_symfile_segments): Fix warning text.
10993
10994 2012-02-20  Tom Tromey  <tromey@redhat.com>
10995
10996         PR gdb/13498:
10997         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10998         particular set of file names once.
10999         (dw2_map_symbol_filenames): Likewise.
11000
11001 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11002
11003         Code cleanup.
11004         * main.c (write_files): Remove the declaration.
11005         (external_editor_command): Move the declaration ...
11006         [GDBTK] (external_editor_command): ... here.  Fix the comment.
11007
11008 2012-02-20  Tom Tromey  <tromey@redhat.com>
11009
11010         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
11011         extraneous block.
11012
11013 2012-02-20  Tristan Gingold  <gingold@adacore.com>
11014
11015         * darwin-nat.h (enum darwin_msg_state): Add comments.
11016
11017 2012-02-20  Tristan Gingold  <gingold@adacore.com>
11018
11019         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
11020         value.
11021
11022 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
11023
11024         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
11025         between function description and implementation.
11026
11027 2012-02-17  Tom Tromey  <tromey@redhat.com>
11028
11029         PR python/12070:
11030         * python/py-event.c (event_object_getset): New global.
11031         (event_object_type): Reference it.
11032         * python/py-type.c (field_object_getset): New global.
11033         (field_object_type): Reference it.
11034         * python/python-internal.h (gdb_py_generic_dict): Declare.
11035         * python/py-utils.c (gdb_py_generic_dict): New function.
11036
11037 2012-02-17  Tristan Gingold  <gingold@adacore.com>
11038
11039         * solib-darwin.c (darwin_current_sos): Check magic and filetype
11040
11041 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
11042
11043         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
11044         TYPE_CALLING_CONVENTION annotation.
11045
11046 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
11047
11048         * MAINTAINERS: Add rx to target ISA section.
11049         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
11050         (ALLDEPFILES): Add rx-tdep.c.
11051
11052 2012-02-16  Tom Tromey  <tromey@redhat.com>
11053
11054         * symfile.c (symbol_file_add_main_1): Use inferior's
11055         symfile_flags.
11056         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
11057         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
11058         inferior.
11059         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
11060         inferior.
11061         (follow_exec): Use inferior's symfile_flags.
11062         * inferior.h (struct inferior) <symfile_flags>: New field.
11063
11064 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
11065
11066         PR gdb/9734:
11067         * remote-sim.c (gdbsim_create_inferior): Call error() when
11068         sim_create_inferior() fails.
11069
11070 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
11071
11072         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
11073
11074 2012-02-16  Tom Tromey  <tromey@redhat.com>
11075
11076         PR c++/13653:
11077         * thread.c (struct current_thread_cleanup) <was_removable>: New
11078         field.
11079         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
11080         (make_cleanup_restore_current_thread): Initialize new field.
11081
11082 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
11083
11084         * MAINTAINERS: Add rl78 to target ISA section.
11085         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
11086         (ALLDEPFILES): Add rl78-tdep.c.
11087         * NEWS: Mention rl78 as a new target.
11088
11089 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
11090
11091         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
11092         data.
11093         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
11094
11095 2012-02-15  Tom Tromey  <tromey@redhat.com>
11096
11097         PR gdb/12659:
11098         * infcmd.c (registers_info): Print just the current register's
11099         name.
11100
11101 2012-02-15  Tom Tromey  <tromey@redhat.com>
11102
11103         * python/py-symbol.c (sympy_value): Use _().
11104
11105 2012-02-15  Pedro Alves  <palves@redhat.com>
11106
11107         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
11108         output to be like native targets'.
11109         (remote_pid_to_str): Special case the null ptid.
11110
11111 2012-02-14  Stan Shebs  <stan@codesourcery.com>
11112
11113         * NEWS: Mention enable count command.
11114         * breakpoint.h (struct breakpoint): New field enable_count.
11115         * breakpoint.c (enable_breakpoint_disp): Add count argument.
11116         (enable_breakpoint): Add arg to call.
11117         (struct disp_data): New struct.
11118         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
11119         (do_map_enable_once_breakpoint): Create a struct and pass it.
11120         (do_map_enable_delete_breakpoint): Ditto.
11121         (do_map_enable_count_breakpoint): New function.
11122         (enable_count_command): New function.
11123         (bpstat_stop_status): Decrement enable_count.
11124         (print_one_breakpoint_location): Report enable count.
11125         (_initialize_breakpoint): Add enable count command.
11126
11127 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
11128
11129         * rl78-tdep.c (reggroups.h): Include.
11130         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
11131         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
11132         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
11133         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
11134         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
11135         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
11136         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
11137         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
11138         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
11139         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
11140         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
11141         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
11142         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
11143         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
11144         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
11145         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
11146         beginning of register list.
11147         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
11148         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
11149         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
11150         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
11151         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
11152         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
11153         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
11154         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
11155         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
11156         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
11157         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
11158         the pseudo registers.  Rearrange other pseudo registers too so
11159         that the bank registers appear at the end.
11160         (rl78_register_type): Account for the fact that the byte sized
11161         bank registers are now pseudo-registers.
11162         (rl78_register_name): Rearrange the register name array.  Make
11163         initial set of raw banked registers inaccessible.
11164         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
11165         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
11166         case for copying bytes back and forth between raw and pseudo
11167         versions of the banked registers.  Update other cases to reflect
11168         the changed names.
11169         (rl78_return_value): Update to account for changed names of
11170         raw registers.
11171         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
11172         rl78_register_sim_regno().
11173
11174 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
11175
11176         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
11177         the name parameter being passed to find_pc_partial_function().
11178
11179 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
11180
11181         * MAINTAINERS: Step down from being ia64 target maintainer.
11182
11183 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11184
11185         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
11186         compilation warning.
11187
11188 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11189
11190         Fix crash on loaded shlibs without loaded exec_bfd.
11191         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
11192         (set_section_command): Replace exec_bfd by p->bfd.
11193
11194 2012-02-10  Tom Tromey  <tromey@redhat.com>
11195
11196         * linespec.c (decode_line_internal): Skip symtabs_from_filename
11197         when we have a C++ qualified name.
11198
11199 2012-02-10  Pedro Alves  <palves@redhat.com>
11200
11201         * inferior.c (inferior_pid_to_str): New.
11202         (print_inferior, inferior_command): Use it.
11203
11204 2012-02-10  Pedro Alves  <palves@redhat.com>
11205
11206         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
11207         the test CFLAGS.
11208         * configure: Regenerate.
11209
11210 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11211
11212         * linespec.c (decode_line_internal): Fix comment correctness.
11213
11214 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
11215
11216         PR gdb/12953
11217         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
11218         * amd64bsd-nat.c: Add support for debug registers (adapted from
11219         i386bsd-nat.c).
11220         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
11221         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
11222         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
11223         (amd64bsd_dr_get_control): New functions.
11224         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
11225         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
11226         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
11227         watchpoints initialization.
11228         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
11229
11230 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11231
11232         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
11233         flds_bnds.fields.
11234         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
11235
11236 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11237
11238         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
11239
11240 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
11241
11242         * language.h (symbol_name_cmp_ftype): Renames
11243         symbol_name_match_p_ftype.
11244         (struct language_defn)[la_get_symbol_name_cmp]: Renames
11245         la_get_symbol_name_match_p.
11246         * ada-lang.c (ada_get_symbol_name_cmp): Renames
11247         ada_get_symbol_name_match_p.  Update comment.
11248         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
11249         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
11250         Renames symbol_name_match_p.  Update field type.
11251         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
11252         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11253         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
11254         "la_get_symbol_name_cmp" in comments.
11255         * language.c: Likewise.
11256
11257 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
11258
11259         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
11260         %eflags offset.
11261         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
11262         (amd64_sol2_gregset32_reg_offs): Likewise.
11263
11264 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
11265
11266         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
11267         of the returned BFD is allocated by GDB.
11268
11269 2012-02-07  Tom Tromey  <tromey@redhat.com>
11270
11271         PR python/12027:
11272         * python/python-internal.h (frame_object_type): Declare.
11273         * python/py-symbol.c (sympy_needs_frame): New function.
11274         (sympy_value): New function.
11275         (symbol_object_getset): Add "needs_frame".
11276         (symbol_object_methods): Add "value".
11277         * python/py-frame.c (frame_object_type): No longer static.
11278
11279 2012-02-07  Tom Tromey  <tromey@redhat.com>
11280
11281         PR python/13599:
11282         * python/py-symbol.c (sympy_line): New function.
11283         (symbol_object_getset): Add "line".
11284
11285 2012-02-07  Tom Tromey  <tromey@redhat.com>
11286
11287         * charset.c (find_charset_names): Check 'in' against NULL.
11288
11289 2012-02-06  Doug Evans  <dje@google.com>
11290
11291         * gdbtypes.h (struct main_type): Change type of name,tag_name,
11292         and fields.name members from char * to const char *.  All uses updated.
11293         (struct cplus_struct_type): Change type of fn_fieldlists.name member
11294         from char * to const char *.  All uses updated.
11295         (type_name_no_tag): Update.
11296         (lookup_unsigned_typename, lookup_signed_typename): Update.
11297         * gdbtypes.c (type_name_no_tag): Change result type
11298         from char * to const char *.  All callers updated.
11299         (lookup_unsigned_typename, lookup_signed_typename): Change type of
11300         name parameter from char * to const char *.
11301         * symtab.h (struct cplus_specific): Change type of demangled_name
11302         member from char * to const char *.  All uses updated.
11303         (struct general_symbol_info): Change type of name and
11304         mangled_lang.demangled_name members from char * to const char *.
11305         All uses updated.
11306         (symbol_get_demangled_name, symbol_natural_name): Update.
11307         (symbol_demangled_name, symbol_search_name): Update.
11308         * symtab.c (symbol_get_demangled_name): Change result type
11309         from char * to const char *.  All callers updated.
11310         (symbol_natural_name, symbol_demangled_name): Ditto.
11311         (symbol_search_name): Ditto.
11312         (completion_list_add_name): Change type of symname,sym_text,
11313         text,word parameters from char * to const char *.
11314         (completion_list_objc_symbol): Change type of sym_text,
11315         text,word parameters from char * to const char *.
11316         * ada-lang.c (find_struct_field): Change type of name parameter
11317         from char * to const char *.
11318         (encoded_ordered_before): Similarly for N0,N1 parameters.
11319         (old_renaming_is_invisible): Similarly for function_name parameter.
11320         (ada_type_name): Change result type from char * to const char *.
11321         All callers updated.
11322         * ada-lang.h (ada_type_name): Update.
11323         * buildsym.c (hashname): Change type of name parameter
11324         from char * to const char *.
11325         * buildsym.h (hashname): Update.
11326         * dbxread.c (end_psymtab): Change type of include_list parameter
11327         from char ** to const char **.
11328         * dwarf2read.c (determine_prefix): Change result type
11329         from char * to const char *.  All callers updated.
11330         * f-lang.c (find_common_for_function): Change type of name, funcname
11331         parameters from char * to const char *.
11332         * f-lang.c (find_common_for_function): Update.
11333         * f-valprint.c (list_all_visible_commons): Change type of funcname
11334         parameters from char * to const char *.
11335         * gdbarch.sh (static_transform_name): Change type of name parameter
11336         and result from char * to const char *.
11337         * gdbarch.c: Regenerate.
11338         * gdbarch.h: Regenerate.
11339         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11340         of name parameter from char * to const char *.
11341         * jv-lang.c (java_primitive_type_from_name): Ditto.
11342         (java_demangled_signature_length): Similarly for signature parameter.
11343         (java_demangled_signature_copy): Ditto.
11344         (java_demangle_type_signature): Ditto.
11345         * jv-lang.h (java_primitive_type_from_name): Update.
11346         (java_demangle_type_signature): Update.
11347         * objc-lang.c (specialcmp): Change type of a,b parameters
11348         from char * to const char *.
11349         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11350         from char * to const char *.  All callers updated.
11351         * p-lang.h (is_pascal_string_type): Update.
11352         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11353         of name parameter from char * to const char *.
11354         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11355         * utils.c (fprintf_symbol_filtered): Ditto.
11356         * defs.h (fprintf_symbol_filtered): Update.
11357         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11358         * stabsread.h (end_psymtab): Update.
11359         * stack.c (find_frame_funname): Change type of funname parameter
11360         from char ** to const char **.
11361         * stack.h (find_frame_funname): Update.
11362         * typeprint.c (type_print): Change type of varstring parameter
11363         from char * to const char *.
11364         * value.h (type_print): Update.
11365         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11366         from char * to const char *.  All callers updated.
11367         (xcoff_end_psymtab): Change type of include_list parameter
11368         from char ** to const char **.  All callers updated.
11369         (swap_sym): Similarly for name parameter.  All callers updated.
11370         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11371         Use xstrdup.
11372         (process_coff_symbol): Use xstrdup.
11373         * stabsread.c (stabs_method_name_from_physname): Renamed from
11374         update_method_name_from_physname.  Change result type from void
11375         to char *.  All callers updated.
11376         (read_member_functions): In has_destructor case, store name in objfile
11377         obstack instead of malloc space.  In !has_stub case, fix mem leak.
11378
11379 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
11380
11381         * configure: Rebuild.
11382         * configure.ac: Put -L../bfd and -L../libiberty at the front of
11383         LDFLAGS.
11384
11385 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
11386
11387         * configure.tgt (rl78-*-elf): New target.
11388         * rl78-tdep.c: New file.
11389
11390 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
11391
11392         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11393         and continue the loop.  Add QUIT statement.
11394
11395 2012-02-03  Tom Tromey  <tromey@redhat.com>
11396
11397         PR gdb/13596:
11398         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11399         bfd_lookup_symbol_from_symtab.
11400         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11401         gdb_bfd_lookup_symbol_from_symtab.
11402
11403 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
11404
11405         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11406         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11407         symbol.  Add assertion that sym2 is never NULL.
11408
11409 2012-02-02  Doug Evans  <dje@google.com>
11410
11411         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11412         "name" parameter to const char ** from char **.  All callers updated.
11413         (find_pc_partial_function): Ditto.
11414         (cache_pc_function_name): Change type to const char * from char *.
11415         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11416         (find_pc_partial_function): Update.
11417         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11418         type of "name" parameter to const char * from char *.
11419         All uses updated.
11420         * arch-utils.c (generic_in_solib_return_trampoline): Change
11421         type of "name" parameter to const char * from char *.
11422         * arch-utils.h (generic_in_solib_return_trampoline): Update.
11423         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11424         type of "name" parameter to const char * from char *.
11425         * gdbarch.sh (in_solib_return_trampoline): Ditto.
11426         * gdbarch.c: Regenerate.
11427         * gdbarch.h: Regenerate.
11428         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11429         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11430         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11431         type of "name" parameter to const char * from char *.
11432         * skip.c (skip_function_pc): Ditto.
11433         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11434         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11435         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11436         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11437         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11438         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11439         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11440         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11441         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11442
11443 2012-02-02  Pedro Alves  <palves@redhat.com>
11444
11445         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11446         the current inferior has no execution.  Make sure the current
11447         remote process matches gdb's current inferior.
11448
11449 2012-02-02  Tom Tromey  <tromey@redhat.com>
11450
11451         PR gdb/13405:
11452         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11453         read-only memory.
11454
11455 2012-02-02  Tom Tromey  <tromey@redhat.com>
11456
11457         PR gdb/9307:
11458         * symtab.c (lookup_language_this): Set block_found.
11459
11460 2012-02-01  Tom Tromey  <tromey@redhat.com>
11461
11462         PR gdb/13431:
11463         * jit.c (struct jit_inferior_data): Rewrite.
11464         (struct jit_objfile_data): New.
11465         (get_jit_objfile_data): New function.
11466         (add_objfile_entry): Update.
11467         (jit_read_descriptor): Return int.  Replace descriptor_addr
11468         argument with inf_data.  Update.  Don't call error.
11469         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
11470         descriptor here.
11471         (jit_inferior_init): Don't look up descriptor.  Don't call error.
11472         (jit_reset_inferior_data_and_breakpoints)
11473         (jit_inferior_created_observer): Remove.
11474         (jit_inferior_exit_hook): Update.
11475         (jit_executable_changed_observer): Remove.
11476         (jit_event_handler): Update.
11477         (free_objfile_data): Reset inferior data if needed.
11478         (_initialize_jit): Update.
11479
11480 2012-02-01  Tom Tromey  <tromey@redhat.com>
11481
11482         * jit.c (bfd_open_from_target_memory): Move higher in file.
11483
11484 2012-02-01  Tristan Gingold  <gingold@adacore.com>
11485
11486         * libunwind-frame.c (libunwind_load): Display message if dlopen
11487         failed.
11488
11489 2012-02-01  Gary Benson  <gbenson@redhat.com>
11490
11491         * symtab.h (symbol_found_callback_ftype): New typedef.
11492         (iterate_over_symbols): Use the above.
11493         * symtab.c (iterate_over_symbols): Likewise.
11494         * language.h (language_defn->la_iterate_over_symbols): Likewise.
11495         * ada-lang.c (ada_iterate_over_symbols): Likewise.
11496         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11497         (iterate_name_matcher): Document return values.
11498         (collect_one_symbol): Likewise.
11499         (collect_function_symbols): Likewise.
11500         (collect_symbols): Likewise.
11501
11502 2012-02-01  Tom Tromey  <tromey@redhat.com>
11503
11504         * ada-lang.c (resolve_subexp): Update.
11505         (ada_lookup_symbol_list): Add 'full_search' argument.
11506         (ada_iterate_over_symbols): Pass 0 as full_search argument to
11507         ada_lookup_symbol_list.
11508         (ada_lookup_encoded_symbol): Update.
11509         (get_var_value): Update.
11510         * ada-exp.y (block_lookup): Update.
11511         (write_var_or_type): Update.
11512         (write_name_assoc): Update.
11513         * ada-lang.h (ada_lookup_symbol_list): Update.
11514
11515 2012-01-31  Tom Tromey  <tromey@redhat.com>
11516
11517         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11518         comment.
11519
11520 2012-01-31  Doug Evans  <dje@google.com>
11521
11522         * symtab.h: Remove outdated comment.
11523         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11524
11525 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
11526
11527         Fix build error in Darwin port.
11528         * i386-darwin-nat.c: Include i386-nat.h.
11529
11530 2012-01-30  Tom Tromey  <tromey@redhat.com>
11531
11532         PR breakpoints/13568:
11533         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11534         argument.  Check for recursive includes.
11535         (dwarf_decode_macros): Create an include hash.
11536
11537 2012-01-30  Michael Eager  <eager@eagercon.com>
11538
11539         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11540         * ppc-linux-tdep.c: Include glibc-tdep.h.
11541         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11542         (powerpc_linux_in_plt_stub): New function.
11543         (powerpc_linux_in_dynsym_resolve_code): New function.
11544         (ppc_skip_trampoline_code): New function.
11545         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11546         Use glibc_skip_solib_resolver.
11547
11548 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11549
11550         Code cleanup: Make 1440 bytes of data segment read-only.
11551         * arch-utils.c (endian_enum): Make it const char *const [].
11552         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11553         Likewise.
11554         * breakpoint.c (always_inserted_enums): Likewise.
11555         * cli/cli-cmds.c (script_ext_enums): Likewise.
11556         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11557         enumlist parameter const char *const *.
11558         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11559         const char *const *.
11560         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11561         parameter const char *const *.
11562         * cris-tdep.c (cris_modes): Make it const char *const [].
11563         * filesystem.c (target_file_system_kinds): Likewise.
11564         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11565         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11566         (can_use_displaced_stepping_enum, scheduler_enums)
11567         (exec_direction_names): Likewise.
11568         * language.c (_initialize_language): Make the type_or_range_names and
11569         case_sensitive_names variables const char *const [].
11570         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11571         * python/python.c (python_excp_enums): Likewise.
11572         * remote.c (interrupt_sequence_modes): Likewise.
11573         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11574         * serial.c (logbase_enums): Likewise.
11575         * sh-tdep.c (sh_cc_enum): Likewise.
11576         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11577         Likewise.
11578         * symtab.c (multiple_symbols_modes): Likewise.
11579         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11580         Likewise.
11581         * utils.c (internal_problem_modes): Likewise.
11582
11583 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
11584
11585         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11586         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11587         result.
11588
11589 2012-01-27  Doug Evans  <dje@google.com>
11590
11591         * configure.ac (with_python): Fix absolute path handling for win32.
11592         * configure: Regenerate.
11593
11594 2012-01-26  Doug Evans  <dje@google.com>
11595
11596         * symtab.c: Whitespace cleanup, no code changes.
11597
11598         * symtab.c (lookup_symbol_in_language): Improve comment.
11599         (lookup_symbol_aux): Fix comment.
11600
11601         * psymtab.c (add_psymbol_to_list): Result is now "void".
11602         * psympriv.h (add_psymbol_to_list): Update.
11603
11604         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11605
11606 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11607
11608         Do not open script filenames twice.
11609         * cli/cli-cmds.c (source_script_from_stream): Pass to
11610         source_python_script also STREAM.
11611         * python/py-auto-load.c (source_section_scripts): Pass to
11612         source_python_script_for_objfile also STREAM.
11613         (auto_load_objfile_script): Pass to source_python_script_for_objfile
11614         also INPUT.
11615         * python/python-internal.h (source_python_script_for_objfile): New
11616         parameter file, rename parameter file to filename.
11617         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11618         instead if !_WIN32.  Update the function comment.
11619         (source_python_script, source_python_script_for_objfile)
11620         (source_python_script): New parameter file, rename parameter file to
11621         filename.  Pass FILENAME to python_run_simple_file.
11622         * python/python.h (source_python_script): New parameter file, rename
11623         parameter file to filename.
11624
11625 2012-01-26  Pedro Alves  <palves@redhat.com>
11626
11627         * corelow.c (core_has_fake_pid): Delete.
11628         (core_close): Delete references to `core_has_fake_pid'.
11629         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11630         (core_open): Delete references to `core_has_fake_pid'.
11631         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11632         the removed global.
11633
11634 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11635
11636         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11637         Remove language parameter from name_matcher.  Adjust the comment.
11638         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11639         Remove language parameter.
11640         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11641         * linespec.c (iterate_name_matcher): Likewise.
11642         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11643         name_matcher.  Adjust call accordingly.
11644         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11645         (maintenance_check_symtabs): Adjust type of parameter "fun".
11646         * psymtab.h (maintenance_check_symtabs): Likewise.
11647
11648 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11649
11650         * language.h (symbol_name_match_p_ftype): New typedef.
11651         (struct language_defn): Replace field la_symbol_name_compare
11652         by la_get_symbol_name_match_p.
11653         * ada-lang.c (ada_get_symbol_name_match_p): New function.
11654         (ada_language_defn): Use it.
11655         * linespec.c (struct symbol_matcher_data): New type.
11656         (iterate_name_matcher): Rewrite.
11657         (iterate_over_all_matching_symtabs): Pass a pointer to
11658         a symbol_matcher_data struct to expand_symtabs_matching
11659         instead of just the lookup name.
11660         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11661         opencl-lang.c, p-lang.c, language.c: Delete field
11662         la_symbol_name_compare, and replace by NULL for new field
11663         la_get_symbol_name_match_p.
11664         * symfile.h (struct quick_symbol_functions): Update comment.
11665
11666 2012-01-25  Tom Tromey  <tromey@redhat.com>
11667
11668         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11669         dereferencing.
11670
11671 2012-01-24  Tom Tromey  <tromey@redhat.com>
11672
11673         PR symtab/12406:
11674         * solib.c (update_solib_list): Update the program space's
11675         added_solibs and deleted_solibs fields.
11676         * progspace.h (struct program_space) <added_solibs,
11677         deleted_solibs>: New fields.
11678         (clear_program_space_solib_cache): Declare.
11679         * progspace.c (release_program_space): Call
11680         clear_program_space_solib_cache.
11681         (clear_program_space_solib_cache): New function.
11682         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11683         bpstat_stop_status.  Use handle_solib_event.
11684         * breakpoint.c: Include gdb_regex.h.
11685         (print_solib_event): New function.
11686         (bpstat_print): Use print_solib_event.
11687         (bpstat_stop_status): Add special case for bp_shlib_event.
11688         (handle_solib_event): New function.
11689         (bpstat_what): Use handle_solib_event.
11690         (struct solib_catchpoint): New.
11691         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11692         (breakpoint_hit_catch_solib, check_status_catch_solib)
11693         (print_it_catch_solib, print_one_catch_solib)
11694         (print_mention_catch_solib, print_recreate_catch_solib): New
11695         functions.
11696         (catch_solib_breakpoint_ops): New global.
11697         (catch_load_or_unload, catch_load_command_1)
11698         (catch_unload_command_1): New functions.
11699         (internal_bkpt_check_status): Add special case for
11700         bp_shlib_event.
11701         (internal_bkpt_print_it): Use print_solib_event.
11702         (initialize_breakpoint_ops): Initialize
11703         catch_solib_breakpoint_ops.
11704         (_initialize_breakpoint): Register "catch load" and "catch
11705         unload".
11706         * breakpoint.h (handle_solib_event): Declare.
11707         * NEWS: Add entry for "catch load" and "catch unload".
11708
11709 2012-01-24  Tom Tromey  <tromey@redhat.com>
11710
11711         * ada-lang.c: Include gdb_vecs.h.
11712         * charset.c: Include gdb_vecs.h.
11713         * tracepoint.h: Include gdb_vecs.h.
11714         * gdb_vecs.h: New file.
11715
11716 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
11717
11718         * breakpoint.c (breakpoint_hit_catch_fork)
11719         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11720         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11721         * infrun.c (inferior_has_forked, inferior_has_vforked)
11722         (inferior_has_execd, inferior_has_called_syscall): Delete.
11723         (handle_syscall_event): Get syscall_number from the execution
11724         control state's wait status.
11725         (wait_for_inferior): Don't clear syscall_number.
11726
11727 2012-01-24  Pedro Alves  <palves@redhat.com>
11728
11729         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11730         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11731         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11732         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11733         `ws' parameter.
11734         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
11735         false for events other than TARGET_SIGNAL_TRAP.
11736         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11737         Add `ws' parameter.
11738         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
11739         events other than TARGET_SIGNAL_TRAP.
11740         (tracepoint_breakpoint_hit): Add `ws' parameter.
11741         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11742         parameter.
11743         (bpstat_stop_status): Same.
11744         (pc_at_non_inline_function): Same.
11745         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11746         to pass the current event's waitstatus to bpstat_stop_status
11747         and pc_at_non_inline_function.
11748
11749 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11750
11751         Code cleanup.
11752         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11753         Update the function comment for it.
11754         (source_script_with_search): Call make_cleanup_fclose for STREAM.
11755         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11756         for STREAM.
11757
11758 2012-01-24  Pedro Alves  <palves@redhat.com>
11759
11760         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11761         outside `bs->stop' block.
11762         (bpstat_what): Rework bp_shlib_event handling.
11763         (internal_bkpt_check_status): If the breakpoint is a
11764         bp_shlib_event, then set bs->stop and bs->print if
11765         stop_on_solib_events is set.
11766
11767 2012-01-24  Gary Benson  <gbenson@redhat.com>
11768
11769         Delete #if 0'd out code.
11770         * stack.c (print_frame_label_vars): Remove.
11771         (catch_info): Likewise.
11772         (_initialize_stack): Remove "info catch" command.
11773         * NEWS: Mention the above.
11774
11775 2012-01-24  Pedro Alves  <palves@redhat.com>
11776
11777         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
11778         it.
11779         (remote_notice_new_inferior): If the remote end doesn't support
11780         the multiprocess extensions, then the PID is fake.
11781         (add_current_inferior_and_thread): New.
11782         (remote_start_remote): Use it.
11783         (extended_remote_attach_1): Adjust.
11784         (extended_remote_create_inferior_1): Use
11785         add_current_inferior_and_thread.
11786
11787 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11788
11789         Fix watchpoints to be specific for each inferior.
11790         * breakpoint.c (watchpoint_in_thread_scope): Verify also
11791         current_program_space.
11792         * i386-nat.c (i386_inferior_data_cleanup): New.
11793         (i386_inferior_data_get): Replace variable inf_data_local by an
11794         inferior_data call.
11795         (i386_use_watchpoints): Initialize i386_inferior_data.
11796         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11797         specific iterate_over_lwps.
11798
11799 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11800
11801         Fix watchpoints across inferior fork.
11802         * amd64-linux-nat.c (update_debug_registers_callback): Update the
11803         comment for linux_nat_iterate_watchpoint_lwps.
11804         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11805         linux_nat_iterate_watchpoint_lwps.
11806         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11807         * i386-linux-nat.c (update_debug_registers_callback): Update the
11808         comment for linux_nat_iterate_watchpoint_lwps.
11809         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11810         linux_nat_iterate_watchpoint_lwps.
11811         (i386_linux_prepare_to_resume): New comment on Linux kernel.
11812         * i386-nat.c: Include inferior.h.
11813         (dr_mirror): Remove.
11814         (i386_inferior_data, struct i386_inferior_data)
11815         (i386_inferior_data_get): New.
11816         (i386_debug_reg_state): Use i386_inferior_data_get.
11817         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11818         (i386_insert_watchpoint, i386_remove_watchpoint)
11819         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11820         (i386_remove_hw_breakpoint): New variable state, use
11821         i386_debug_reg_state instead of DR_MIRROR.
11822         * linux-nat.c (delete_lwp): New declaration.
11823         (num_lwps): Move here from downwards.
11824         (delete_lwp_cleanup): New.
11825         (linux_child_follow_fork): Create new child_lp, call
11826         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11827         PTRACE_DETACH.
11828         (num_lwps): Move upwards.
11829         (linux_nat_iterate_watchpoint_lwps): New.
11830         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11831         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11832
11833 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
11834
11835         GDB 7.4 released.
11836
11837 2012-01-23  Pedro Alves  <palves@redhat.com>
11838
11839         * top.c (caution): Rename to ...
11840         (confirm): ... this.
11841         (show_caution): Rename to ...
11842         (show_confirm): ... this.
11843         (quit_cover): Adjust.
11844         (init_main): Adjust.
11845         * top.h (caution): Rename to ...
11846         (confirm): ... this.
11847         * utils.c (internal_vproblem, defaulted_query): Adjust.
11848
11849 2012-01-23  Pedro Alves  <palves@redhat.com>
11850
11851         * top.c (caution): Update comment.
11852         (execute_command): Don't consider the current value of `caution'.
11853
11854 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11855
11856         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11857
11858 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
11859
11860         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11861         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11862         * target.c (target_fileio_pwrite): Remove buffer address from
11863         debug output.
11864         (target_fileio_pread): Likewise.
11865
11866 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11867
11868         * NEWS: Document remote "info proc" and "generate-core-file".
11869
11870 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11871
11872         * gdbarch.sh (find_memory_regions): New callback.
11873         * gdbarch.c, gdbarch.h: Regenerate.
11874
11875         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11876         callback before falling back to target method.
11877
11878         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11879         (linux_target_install_ops): No longer install it.
11880
11881         * linux-tdep.c (linux_find_memory_regions): New function.
11882         (linux_init_abi): Install it.
11883
11884 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11885
11886         * gdbarch.sh (make_corefile_notes): New architecture callback.
11887         * gdbarch.c: Regenerate.
11888         * gdbarch.h: Likewise.
11889
11890         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11891         before target_make_corefile_notes.  If NULL is returned, the
11892         target does not support core file generation.
11893
11894         * linux-nat.c: Include "linux-tdep.h".
11895         (find_signalled_thread, find_stop_signal): Remove.
11896         (linux_nat_do_thread_registers): Likewise.
11897         (struct linux_nat_corefile_thread_data): Likewise.
11898         (linux_nat_corefile_thread_callback): Likewise.
11899         (iterate_over_spus): Likewise.
11900         (struct linux_spu_corefile_data): Likewise.
11901         (linux_spu_corefile_callback): Likewise.
11902         (linux_spu_make_corefile_notes): Likewise.
11903         (linux_nat_collect_thread_registers): New function.
11904         (linux_nat_make_corefile_notes): Replace contents by call to
11905         linux_make_corefile_notes passing linux_nat_collect_thread_registers
11906         as native-only callback.
11907
11908         * linux-tdep.h: Include "bfd.h".
11909         (struct regcache): Add forward declaration.
11910         (linux_collect_thread_registers_ftype): New typedef.
11911         (linux_make_corefile_notes): Add prototype.
11912         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11913         "regset.h", and "elf-bfd.h".
11914         (find_signalled_thread, find_stop_signal): New functions.
11915         (linux_spu_make_corefile_notes): Likewise.
11916         (linux_collect_thread_registers): Likewise.
11917         (struct linux_corefile_thread_data): New data structure.
11918         (linux_corefile_thread_callback): New funcion.
11919         (linux_make_corefile_notes): Likewise.
11920         (linux_make_corefile_notes_1): Likewise.
11921         (linux_init_abi): Install it.
11922
11923 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11924
11925         * gdbarch.sh (info_proc): New callback.
11926         * gdbarch.c, gdbarch.h: Regenerate.
11927
11928         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11929         before falling back to the target info_proc callback.
11930
11931         * linux-nat.c: Do not include "cli/cli-utils.h".
11932         (linux_nat_info_proc): Remove.
11933         (linux_target_install_ops): No longer install it.
11934
11935         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11936         (read_mapping): New function.
11937         (linux_info_proc): Likewise.
11938         (linux_init_abi): Install it.
11939
11940 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11941
11942         * defs.h (enum info_proc_what): Moved here from linux-nat.c
11943         * infcmd.c: (info_proc_cmd_1): New function.
11944         (info_proc_cmd): New function, moved here from equivalent routine
11945         orignally in linux-nat.c.
11946         (info_proc_cmd_mappings): Likewise.
11947         (info_proc_cmd_stat): Likewise.
11948         (info_proc_cmd_status): Likewise.
11949         (info_proc_cmd_cwd): Likewise.
11950         (info_proc_cmd_cmdline): Likewise.
11951         (info_proc_cmd_exe): Likewise.
11952         (info_proc_cmd_all): Likewise.
11953         (_initialize_infcmd): Install "info proc" command and subcommands.
11954
11955         * target.h (struct target_ops): Add to_info_proc.
11956         (target_info_proc): Add prototype.
11957         * target.c (target_info_proc): New function.
11958
11959         * procfs.c (procfs_info_proc): Add prototype.
11960         (info_proc_cmd): Rename into ...
11961         (procfs_info_proc): ... this.  Update argument types as appropriate
11962         for a to_info_proc implementation.  Handle "what" argument.
11963         (procfs_target): Install procfs_info_proc.
11964         (_initialize_procfs): No longer install "info proc" command.
11965
11966         * linux-nat.c: (enum info_proc_what): Remove.
11967         (linux_nat_info_proc_cmd_1): Rename into ...
11968         (linux_nat_info_proc): ... this.  Update argument types as appropriate
11969         for a to_info_proc implementation.
11970         (linux_nat_info_proc_cmd): Remove.
11971         (linux_nat_info_proc_cmd_mappings): Likewise.
11972         (linux_nat_info_proc_cmd_stat): Likewise.
11973         (linux_nat_info_proc_cmd_status): Likewise.
11974         (linux_nat_info_proc_cmd_cwd): Likewise.
11975         (linux_nat_info_proc_cmd_cmdline): Likewise.
11976         (linux_nat_info_proc_cmd_exe): Likewise.
11977         (linux_nat_info_proc_cmd_all): Likewise.
11978         (linux_target_install_ops): Install linux_nat_info_proc.
11979         (_initialize_linux_nat): No longer install "info proc" command
11980         and subcommands.
11981
11982 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11983
11984         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11985         * config.in, configure: Regenerate.
11986
11987         * target.h (struct target_ops): Add to_fileio_readlink.
11988         (target_fileio_readlink): Add prototype.
11989         * target.c (target_fileio_readlink): New function.
11990
11991         * inf-child.c: Conditionally include <sys/param.h>.
11992         (inf_child_fileio_readlink): New function.
11993         (inf_child_target): Install it.
11994
11995         * remote.c (PACKET_vFile_readlink): New enum value.
11996         (remote_hostio_readlink): New function.
11997         (init_remote_ops): Install it.
11998         (_initialize_remote): Handle vFile:readlink packet type.
11999
12000 2012-01-20  Pedro Alves  <palves@redhat.com>
12001             Ulrich Weigand  <ulrich.weigand@linaro.org>
12002
12003         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
12004         * config.in, configure: Regenerate.
12005
12006         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
12007         to_fileio_pread, to_fileio_close, to_fileio_unlink.
12008         (target_fileio_open): Add prototype.
12009         (target_fileio_pwrite): Likewise.
12010         (target_fileio_pread): Likewise.
12011         (target_fileio_close): Likewise.
12012         (target_fileio_unlink): Likewise.
12013         (target_fileio_read_alloc): Likewise.
12014         (target_fileio_read_stralloc): Likewise.
12015
12016         * target.c: Include "gdb/fileio.h".
12017         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
12018         (default_fileio_target): New function.
12019         (target_fileio_open): Likewise.
12020         (target_fileio_pwrite): Likewise.
12021         (target_fileio_pread): Likewise.
12022         (target_fileio_close): Likewise.
12023         (target_fileio_unlink): Likewise.
12024         (target_fileio_close_cleanup): Likewise.
12025         (target_fileio_read_alloc_1): Likewise.
12026         (target_fileio_read_alloc): Likewise.
12027         (target_fileio_read_stralloc): Likewise.
12028
12029         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
12030         <fcntl.h>, and <unistd.h>.
12031         (inf_child_fileio_open_flags_to_host): New function.
12032         (inf_child_errno_to_fileio_error): Likewise.
12033         (inf_child_fileio_open): Likewise.
12034         (inf_child_fileio_pwrite): Likewise.
12035         (inf_child_fileio_pread): Likewise.
12036         (inf_child_fileio_close): Likewise.
12037         (inf_child_fileio_unlink): Likewise.
12038         (inf_child_target): Install to_fileio routines.
12039
12040         * remote.c (init_remote_ops): Install to_fileio routines.
12041
12042 2012-01-20  Pedro Alves  <palves@redhat.com>
12043             Ulrich Weigand  <ulrich.weigand@linaro.org>
12044
12045         * remote.c (remote_multi_process_p): Only check for multi-process
12046         protocol feature, do not check for extended protocol.
12047         (remote_supports_multi_process): Check for extended protocol here.
12048         (set_general_process): Likewise.
12049         (extended_remote_kill): Likewise.
12050         (remote_pid_to_str): Likewise.
12051         (remote_query_supported): Always query multiprocess mode.
12052
12053 2012-01-20  Pedro Alves  <palves@redhat.com>
12054             Ulrich Weigand  <ulrich.weigand@linaro.org>
12055
12056         * inferior.h (struct inferior): Add fake_pid_p.
12057         * inferior.c (exit_inferior_1): Clear fake_pid_p.
12058         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
12059         magic_null_ptid since the remote side doesn't provide a real PID.
12060
12061 2012-01-19  Tom Tromey  <tromey@redhat.com>
12062
12063         * NEWS: Combine the two Python sections.
12064
12065 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
12066
12067         * target.h (target_close): Update comment on the target's unpush state.
12068
12069 2012-01-19  Pedro Alves  <palves@redhat.com>
12070
12071         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
12072         linux_nat_async directly instead of going through the target
12073         vector.
12074         * target.c (unpush_target): Close target after unpushing it, not
12075         before.
12076
12077 2012-01-19  Gary Benson  <gbenson@redhat.com>
12078
12079         * mdebugread.c (sort_blocks): Replace integer constants with ones
12080         derived from FIRST_LOCAL_BLOCK.
12081
12082 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
12083             Jan Kratochvil  <jan.kratochvil@redhat.com>
12084
12085         PR gdb/9538
12086         * symfile.c (find_separate_debug_file): New function.
12087         (terminate_after_last_dir_separator): Likewise.
12088         (find_separate_debug_file_by_debuglink): Also try realpath.
12089         * configure.ac (AC_CHECK_FUNCS): Add lstat.
12090         * configure: Regenerate.
12091         * config.in: Regenerate.
12092
12093 2012-01-18  Doug Evans  <dje@google.com>
12094
12095         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
12096         (main.o): Remove rule.
12097         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
12098         (--with-sysroot): Rewrite.
12099         * configure: Regenerate.
12100         * config.in: Regenerate.
12101
12102 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
12103
12104         * parse.c (initialize_expout): New function.
12105         (reallocate_expout): Likewise.
12106         (parse_exp_in_context): Use `initialize_expout' and
12107         `reallocate_expout' when appropriate.
12108
12109 2012-01-18  Pedro Alves  <palves@redhat.com>
12110
12111         * record.c (struct record_breakpoint, record_breakpoint_p)
12112         (record_breakpoints): New.
12113         (record_insert_breakpoint, record_remove_breakpoint): Manage
12114         record breakpoints list.  Only remove breakpoints from the
12115         inferior if they had been inserted there in the first place.
12116
12117 2012-01-17  Doug Evans  <dje@google.com>
12118
12119         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
12120         if we know we don't have a file name to look for.
12121
12122 2012-01-17  Pedro Alves  <palves@redhat.com>
12123
12124         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
12125         the frame's stop reason is UNWIND_UNAVAILABLE.
12126
12127 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12128
12129         Fix compilation error.
12130         * m2-exp.y (yyerror): Use ANSI C prototype.
12131
12132 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12133
12134         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
12135         (growbuf_by_size): Likewise.
12136         (yyerror): Likewise.
12137         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
12138         (modblock): Remove variable (was #if 0'ed).
12139         (parse_number): Convert prototype from K&R to ANSI C.
12140         (yyerror): Likewise.
12141         * objc-exp.y (parse_number): Likewise.
12142         (yyerror): Likewise.
12143         (yylex): Remove #if 0'ed code.
12144         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
12145         (yyerror): Likewise.
12146
12147 2012-01-16  Tom Tromey  <tromey@redhat.com>
12148
12149         * NEWS: Add item.
12150         * symtab.h (compare_filenames_for_search): Declare.
12151         * symtab.c (compare_filenames_for_search): New function.
12152         (iterate_over_some_symtabs): Use it.
12153         * symfile.h (struct quick_symbol_functions)
12154         <map_symtabs_matching_filename>: Change spec.
12155         * psymtab.c (partial_map_symtabs_matching_filename): Use
12156         compare_filenames_for_search.  Update for new spec.
12157         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
12158         compare_filenames_for_search.  Update for new spec.
12159         * breakpoint.c (clear_command): Use compare_filenames_for_search.
12160
12161 2012-01-16  Tom Tromey  <tromey@redhat.com>
12162
12163         PR python/13281:
12164         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
12165         (struct main_type) <flag_flag_enum>: New field.
12166         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
12167         * NEWS: Add entries.
12168         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
12169         enums.
12170         * python/lib/gdb/printing.py (_EnumInstance): New class.
12171         (FlagEnumerationPrinter): Likewise.
12172
12173 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
12174
12175         * breakpoint.c (create_sals_from_address_default): New function.
12176         (create_breakpoints_sal_default): Likewise.
12177         (decode_linespec_default): Likewise.
12178         (is_marker_spec): Removed.
12179         (strace_marker_p): New function.
12180         (init_breakpoint_sal): Using `strace_marker_p' instead of
12181         `is_marker_spec'.
12182         (create_breakpoint): Call method `create_sals_from_address' from
12183         breakpoint_ops, replacing code that created SALs conditionally
12184         on the type of the breakpoint.  Call method `create_breakpoints_sal',
12185         replacing code that created breakpoints conditionally on the type
12186         wanted.
12187         (base_breakpoint_create_sals_from_address): New function.
12188         (base_breakpoint_create_breakpoints_sal): Likewise.
12189         (base_breakpoint_decode_linespec): Likewise.
12190         (base_breakpoint_ops): Add methods
12191         `base_breakpoint_create_sals_from_address',
12192         `base_breakpoint_create_breakpoints_sal' and
12193         `base_breakpoint_decode_linespec'.
12194         (bkpt_create_sals_from_address): New function.
12195         (bkpt_create_breakpoints_sal): Likewise.
12196         (bkpt_decode_linespec): Likewise.
12197         (tracepoint_create_sals_from_address): Likewise.
12198         (tracepoint_create_breakpoints_sal): Likewise.
12199         (tracepoint_decode_linespec): Likewise.
12200         (strace_marker_create_sals_from_address): Likewise.
12201         (strace_marker_create_breakpoints_sal): Likewise.
12202         (strace_marker_decode_linespec): Likewise.
12203         (strace_marker_breakpoint_ops): New variable.
12204         (addr_string_to_sals): Remove `marker_spec'.  Call method
12205         `decode_linespec' from breakpoint_ops, replacing code that decoded
12206         an address string into a SAL.  Use `strace_marker_p' instead of
12207         `marker_spec'.
12208         (strace_command): Decide whether we are dealing with a static
12209         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
12210         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
12211         * breakpoint.h (linespec_result, linespec_sals): New forward
12212         declarations.
12213         (breakpoint_ops) <create_sals_from_address>,
12214         <create_breakpoints_sal>, <decode_linespec>: New methods.
12215
12216 2012-01-14  Doug Evans  <dje@google.com>
12217
12218         * NEWS: Update text for "maint set python print-stack".
12219         It is deprecated in gdb 7.4 and deleted in 7.5.
12220
12221 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
12222
12223         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
12224         including curses.h.
12225
12226 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
12227
12228         * configure: Regenerate.
12229         * config.in: Regenerate.
12230
12231 2012-01-12  Keith Seitz  <keiths@redhat.com>
12232
12233         PR mi/10586
12234         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
12235         (ANONYMOUS_UNION_NAME): Define.
12236         (is_path_expr_parent): New function.
12237         (get_path_expr_parent): New function.
12238         (is_anonymous_child): New function.
12239         (create_child_with_value): If the child is anonymous and without
12240         a name, assign an object name to it.
12241         (c_describe_child): Use get_path_expr_parent to determine
12242         the parent expression.
12243         If there field represents an anonymous struct or union and
12244         has no name, set an appropriate display name and expression.
12245         (cplus_describe_child): Likewise.
12246
12247 2012-01-12  Pedro Alves  <palves@redhat.com>
12248
12249         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
12250         available when %ebp is found to be zero (outermost).
12251
12252 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
12253
12254         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
12255         an internal gdb_static_assert.
12256         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
12257
12258 2012-01-11  Tom Tromey  <tromey@redhat.com>
12259
12260         PR gdb/9598:
12261         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
12262         catch" and "catch throw".
12263
12264 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
12265
12266         * blockframe.c (block_innermost_frame): Start search from selected
12267         frame, if present, or otherwise the current frame.
12268
12269         * c-exp.y (variable): Update innermost_block for
12270         'block COLONCOLON NAME' clause.
12271         * m2-exp.y (variable): Ditto.
12272         * objc-exp.y (variable): Ditto.
12273
12274 2012-01-10  Tom Tromey  <tromey@redhat.com>
12275
12276         PR python/13199:
12277         * python/python.c (finish_python_initialization): Set sys.argv.
12278
12279 2012-01-10  Doug Evans  <dje@google.com>
12280
12281         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
12282         "want_line_info".  All callers updated.
12283         (dwarf_decode_lines_1): New function.
12284         (handle_DW_AT_stmt_list): Add function comment.
12285         New arg "want_line_info".  All callers updated.
12286         (read_file_scope,read_type_unit_scope): Move comment from
12287         handle_DW_AT_stmt_list to here.
12288
12289 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12290
12291         Fix regression after libiberty/ update for GCC PR 6057 and others.
12292         * c-exp.y (operator) <OPERATOR DELETE>
12293         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12294         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
12295         (make_builtin_type, make_name): New variable i, add gdb_assert.
12296         (operator) <OPERATOR NEW>: Update ARGS to 3.
12297         (operator) <OPERATOR DELETE>: Add trailing space.
12298         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
12299         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
12300         * cp-support.c (cp_canonicalize_string): Check NULL from
12301         cp_comp_to_string, call warning and return.
12302
12303 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
12304
12305         Fix duplicate .o files after omitting libbfd.a.
12306         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
12307         (SFILES): Add corelow.c.
12308         (COMMON_OBS): Add corelow.o.
12309         (ALLDEPFILES): Remove corelow.c.
12310         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12311         * config/alpha/alpha-osf3.mh: Likewise.
12312         * config/alpha/fbsd.mh: Likewise.
12313         * config/arm/nbsdaout.mh: Likewise.
12314         * config/arm/nbsdelf.mh: Likewise.
12315         * config/i386/i386gnu.mh: Likewise.
12316         * config/ia64/hpux.mh: Likewise.
12317         * config/ia64/linux.mh: Likewise.
12318         * config/m32r/linux.mh: Likewise.
12319         * config/m68k/linux.mh: Likewise.
12320         * config/mips/irix5.mh: Likewise.
12321         * config/mips/irix6.mh: Likewise.
12322         * config/pa/hpux.mh: Likewise.
12323         * config/pa/linux.mh: Likewise.
12324         * config/powerpc/aix.mh: Likewise.
12325         * config/sparc/linux.mh: Likewise.
12326         * config/sparc/linux64.mh: Likewise.
12327         * config/sparc/sol2.mh: Likewise.
12328         * config/vax/vax.mh: Likewise.
12329         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12330         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12331         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12332         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12333         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12334         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12335         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12336         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12337         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12338         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12339         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12340         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12341         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12342         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12343         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12344         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12345         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12346         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12347         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12348         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12349         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12350         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12351         corelow.o from gdb_target_obs.
12352         * corefile.c (core_target): Update the comment on NULL value.
12353         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12354         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12355         MATCHES.  Drop YUMMY set on NULL.
12356         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
12357         reclaim CORE_DATA if it is already NULL.
12358
12359 2012-01-09  Doug Evans  <dje@google.com>
12360
12361         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12362         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12363
12364 2012-01-09  Keith Seitz  <keiths@redhat.com>
12365
12366         * breakpoint.c (wrapper.h): Don't include.
12367
12368 2012-01-09  Keith Seitz  <keiths@redhat.com>
12369
12370         * Makefile.in (SFILES): Remove wrapper.c.
12371         (HFILES_NO_SRCDIR): Remove wrapper.h.
12372         (COMMON_OBS): Remove wrapper.o.
12373         * cli/cli-interp.c: Don't inlude wrapper.h.
12374         * corelow.c: Likewise.
12375         (core_open): Replace gdb_target_find_new_threads with
12376         TRY_CATCH around target_find_new_threads.
12377         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12378         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12379         * varobj.c (varobj_create): Likewise for parse_exp_1 and
12380         evaluate_expression.
12381         (varobj_set_value): Likewise for evaluate_expression and
12382         value_assign.
12383         (install_new_variable): Likewise for value_fetch_lazy.
12384         (adjust_value_for_child_access): Likewise for value_ind.
12385         (c_describe_child): Likewise for value_subscript and
12386         value_ind.
12387         (c_value_of_root): Likewise for evaluate_expression.
12388         * wrapper.c: Remove.
12389         * wrapper.h: Remove.
12390
12391 2012-01-09  Doug Evans  <dje@google.com>
12392
12393         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12394         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
12395         "abfd" args with "section".  All callers updated.
12396         Error checking code moved ...
12397         (error_check_comp_unit_head): ... here.  New function.
12398         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12399         Delete arg "abfd".  New arg "type_offset".  All callers updated.
12400         (create_debug_types_hash_table): Simplify by using
12401         read_and_check_type_unit_head.
12402
12403         * parser-defs.h (namecopy): Delete.
12404         * parse.c (namecopy, namecopy_size): Move into copy_name.
12405
12406 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12407
12408         Partially fix duplicate .o files after omitting libbfd.a.
12409         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12410         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12411         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12412         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12413         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12414         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12415         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12416
12417 2012-01-09  Pedro Alves  <palves@redhat.com>
12418
12419         * MAINTAINERS: Update my email address.
12420
12421 2012-01-08  Doug Evans  <dje@google.com>
12422
12423         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12424         n_type_units.  Rename type_comp_units to all_type_units.
12425         All uses updated.
12426         (add_signatured_type_cu_to_table): Renamed from
12427         add_signatured_type_cu_to_list.  All callers updated.
12428
12429         * gdbtypes.h (struct cplus_struct_type): Delete member
12430         nfn_fields_total.  All uses removed.
12431
12432 2012-01-06  Doug Evans  <dje@google.com>
12433
12434         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12435         to top of file.
12436         (dwarf2_find_comp_unit): Delete.
12437         (process_psymtab_comp_unit): Make result "void".
12438         Delete args buffer, info_ptr, buffer_size, and replace with
12439         "section".  All callers updated.
12440         (dwarf2_build_psymtabs_hard): Simplify.
12441
12442 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
12443             Thiago Jung Bauermann  <bauerman@br.ibm.com>
12444
12445         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12446         before `struct gdb_exception'.
12447         * breakpoint.c (update_global_location_list_nothrow)
12448         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12449         * cp-abi.c (value_rtti_type): Likewise.
12450         * cp-support.c (cp_validate_operator): Likewise.
12451         * infrun.c (insert_exception_resume_breakpoint)
12452         (check_exception_resume, keep_going): Likewise.
12453         * mi-interp.c (mi_breakpoint_created)
12454         (mi_breakpoint_modified): Likewise.
12455         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12456         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12457         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12458
12459 2012-01-05  Doug Evans  <dje@google.com>
12460
12461         * dwarf2read.c (statement_prologue): Delete, unused.
12462
12463         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12464         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12465
12466         * dwarf2read.c (comp_unit_header): Delete, unused.
12467
12468 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
12469
12470         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12471         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12472
12473 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
12474
12475         * infrun.c (normal_stop): Don't skip calling the normal_stop
12476         observers if the thread was doing a multi-step, but stopped for
12477         some reason other than stepping.
12478
12479 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
12480
12481         * cli/cli-decode.h: Add comments.
12482         (CMD_LIST_AMBIGUOUS): Moved to command.h
12483         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12484         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12485         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12486         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12487         (add_com, add_com_alias, add_info, add_info_alias)
12488         (complete_on_cmdlist, complete_on_enum, help_list): Remove
12489         declarations.
12490         * command.h: Add and adjust comments.
12491         (CMD_LIST_AMBIGUOUS): Moved here.
12492         (help_cmd, help_cmd_list): Delete declarations.
12493
12494 2012-01-04  Doug Evans  <dje@google.com>
12495
12496         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12497         All callers updated.
12498         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12499         Replace all arguments with "per_cu".  All callers updated.
12500
12501         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12502
12503         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12504         New arg "per_cu".  All callers updated.
12505
12506         Delete #if 0'd out code.
12507         * language.c (binop_result_type): Delete.
12508         (simple_type, ordered_type, same_type, integral_type): Delete.
12509         (numeric_type, character_type, string_type, boolean_type): Delete.
12510         (float_type, structured_type): Delete.
12511         * language.h: Update.
12512
12513 2012-01-04  Tom Tromey  <tromey@redhat.com>
12514
12515         * python/py-value.c (valpy_binop): Initialize 'res_val'.
12516
12517 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12518
12519         * corefile.c (close_exec_file): Delete.
12520         (reopen_exec_file): Remove commented out code that seems related
12521         to close_exec_file, which is being deleted here.
12522         * inferior.h (close_exec_file): Delete.
12523         * fork-child.c (fork_inferior): Remove call to fork_inferior.
12524
12525 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12526
12527         * ada-lang.c: #include "cli/cli-utils.h".
12528         (get_selections): Use skip_spaces.
12529         (ada_get_next_arg): Use skip_spaces and skip_to_space.
12530         (catch_ada_exception_command_split): Use skip_spaces.
12531         (ada_decode_assert_location): Likewise.
12532
12533 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12534
12535         * linespec.c (decode_line_internal): Check for C++ or Java
12536         compound constructs only if the current language is C, C++
12537         or Java.
12538
12539 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12540
12541         Revert:
12542         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12543                     Joel Brobecker  <brobecker@adacore.com>
12544         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12545         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12546         3 times.
12547         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12548         fall through into AT_ENTRY_POINT.
12549         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12550         DUMMY_ADDR with it.
12551         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12552         PPC_INSN_SIZE skip to 3 times.
12553
12554 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12555
12556         * linespec.c (add_minsym): Preserve function descriptors.
12557
12558 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
12559
12560         * breakpoint.c (all_locations_are_pending): Consider locations
12561         in program spaces executing during startup pending as well.
12562
12563 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12564
12565         Copyright year update in most files of the GDB Project.
12566
12567 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12568
12569         * copyright.sh: Delete.
12570         * copyright.py: Rewrite.
12571
12572 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12573
12574         * gnulib/extra/update-copyright: New file, imported from gnulib.
12575
12576 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12577
12578         * README (Copyright and License Notices): New section.
12579
12580 2012-01-03  Tom Tromey  <tromey@redhat.com>
12581
12582         PR python/12533:
12583         * python/py-value.c (valpy_dereference, valpy_get_address
12584         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12585         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12586         (valpy_absolute, valpy_richcompare): Free intermediate values.
12587
12588 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
12589
12590         * ada-lang.c: Reformat the copyright notice.
12591
12592 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12593
12594         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12595         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12596         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12597         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12598         Revert this part of:
12599         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12600         Build gdb directly from *.o files not using libgdb.a.
12601         * Makefile.in (COMMON_OBS): Remove solib-target.o.
12602
12603 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12604
12605         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12606         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12607         Reformat the copyright header.
12608
12609 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12610
12611         Revert this part of:
12612         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12613         Remove the gdbtui binary.
12614         * gdb.c (main): Remove args.interpreter_p initialization.
12615         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12616         * main.h (struct captured_main_args): Remove interpreter_p.
12617
12618 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12619
12620         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12621
12622 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12623
12624         * top.c (print_gdb_version): Update copyright year.
12625
12626 2012-01-02  Yao Qi  <yao@codesourcery.com>
12627
12628         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12629
12630 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12631             Joel Brobecker  <brobecker@adacore.com>
12632
12633         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12634         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12635         3 times.
12636         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12637         fall through into AT_ENTRY_POINT.
12638         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12639         DUMMY_ADDR with it.
12640         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12641         PPC_INSN_SIZE skip to 3 times.
12642
12643 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12644
12645         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12646         the return value.
12647         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12648
12649 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12650
12651         Build gdb directly from *.o files not using libgdb.a.
12652         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12653         (COMMON_OBS): Remove solib-target.o.
12654         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12655         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12656         (LIBGDB_OBS, libgdb.a): Move it above.
12657         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12658         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12659         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12660         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12661         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12662         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12663         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12664         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12665         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12666         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12667         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12668         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12669         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12670         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12671         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12672         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12673         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12674         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12675         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12676         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12677         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12678         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12679         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12680         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12681         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12682         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12683         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12684
12685 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12686
12687         Remove the gdbtui binary.
12688         * .gitignore (/gdbtui): Remove.
12689         * Makefile.in (TUI): Remove.
12690         (SUBDIR_TUI_OBS): Remove tui-main.o.
12691         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12692         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12693         (tui-main.o): Remove.
12694         (all_object_files): Remove tui-main.o.
12695         * NEWS: New note for the gdbtui removal.
12696         * configure: Rebuilt.
12697         * configure.ac: No longer add all-tui, clean-tui, install-tui and
12698         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12699         CONFIG_UNINSTALL respectively.
12700         * gdb.c (main): Remove args.interpreter_p initialization.
12701         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12702         * main.h (struct captured_main_args): Remove interpreter_p.
12703         * tui/tui-main.c: Remove.
12704
12705 2012-01-01  Doug Evans  <dje@google.com>
12706
12707         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12708         (dwarf2_physname, read_import_statement): Ditto.
12709         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12710         (process_structure_scope read_subroutine_type): Ditto.
12711         (read_typedef, load_partial_dies, read_partial_die): Ditto.
12712         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12713         (dwarf2_fetch_die_location_block): Ditto.
12714         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12715
12716         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12717         All callers updated.
12718         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12719         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12720         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12721
12722         * dwarf2read.c (load_cu): Move assert to more useful location.
12723
12724         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12725         All callers updated.
12726
12727         * dwarf2read.c (dwarf2_per_objfile): Add comment.
12728         (dwarf2_elf_names): Minor reformat.
12729         (dwarf2_per_cu_data): Tweak comment.
12730         (dwarf2_read_section): Fix comment.
12731         (create_all_comp_units): Fix comment.
12732         (load_full_comp_unit): Fix comment.
12733         (process_full_comp_unit): Fix comment.
12734         (read_signatured_type): Fix comment.
12735
12736 For older changes see ChangeLog-2011.
12737 \f
12738 Local Variables:
12739 mode: change-log
12740 left-margin: 8
12741 fill-column: 74
12742 version-control: never
12743 coding: utf-8
12744 End: