2012-12-10 Pedro Alves <palves@redhat.com>
[external/binutils.git] / gdb / ChangeLog
1 2012-12-10  Pedro Alves  <palves@redhat.com>
2
3         * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
4         dead SCO code, and adjust function description comment.
5
6 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
7
8         * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
9         * defs.h (LONGEST, ULONGEST): Remove conditionalization for
10         CC_HAS_LONG_LONG.
11         * dwarf2-frame.c (DW64_CIE_ID): Likewise.
12         * dwarf2read.c (extract_cu_value): Remove the function.
13         (create_cus_from_index_list): Make the return type void, inline the
14         extract_cu_value caller, include new gdb_static_assert.
15         (create_cus_from_index): Make the return type void, update the function
16         comment, update the create_cus_from_index_list caller.
17         (create_signatured_type_table_from_index): Make the return type void,
18         inline the extract_cu_value caller, include new gdb_static_assert.
19         (dwarf2_read_index): Update the create_cus_from_index and
20         create_signatured_type_table_from_index caller.
21         * printcmd.c (ui_printf): Remove conditionalizations for
22         CC_HAS_LONG_LONG.
23         * config.in: Regenerate.
24         * configure: Regenerate.
25
26 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
27
28         * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
29         Update the comment for checked_producer.
30         (check_producer): New forward declaration.
31         (producer_is_gcc_lt_4_3): New function.
32         (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
33         (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
34
35 2012-12-07  Tom Tromey  <tromey@redhat.com>
36
37         * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
38         argument, assertion.
39         * c-exp.y (typebase): Add completion productions.
40         * completer.c (expression_completer): Handle tag completion.
41         * expression.h (parse_expression_for_completion): Add argument.
42         * f-lang.c (f_make_symbol_completion_list): Add 'code'
43         argument.
44         * language.h (struct language_defn)
45         <la_make_symbol_completion_list>: Add 'code' argument.
46         * parse.c (expout_tag_completion_type, expout_completion_name):
47         New globals.
48         (mark_struct_expression): Add assertion.
49         (mark_completion_tag): New function.
50         (parse_exp_in_context): Initialize new globals.
51         (parse_expression_for_completion): Add 'code' argument.  Handle
52         tag completion.
53         * parser-defs.h (mark_completion_tag): Declare.
54         * symtab.c (default_make_symbol_completion_list_break_on): Add
55         'code' argument.  Update.
56         (default_make_symbol_completion_list): Add 'code' argument.
57         (make_symbol_completion_list): Update.
58         (make_symbol_completion_type): New function.
59         * symtab.h (default_make_symbol_completion_list_break_on)
60         (default_make_symbol_completion_list): Update.
61         (make_symbol_completion_type): Declare.
62
63 2012-12-07  Tom Tromey  <tromey@redhat.com>
64
65         * expression.h (parse_expression_for_completion): Rename
66         from parse_field_expression.
67         (parse_completion): Rename from in_parse_field.
68         * c-exp.y (lex_one_token): Update.
69         * completer.c (expression_completer): Update.
70         * go-exp.y (lex_one_token): Update.
71         * p-exp.y (yylex): Update.
72         * parse.c (parse_completion): Rename from in_parse_field.
73         (parse_exp_in_context): Update.
74         (parse_expression_for_completion): Rename from
75         parse_field_expression.  Update.
76
77 2012-12-07  Tom Tromey  <tromey@redhat.com>
78
79         * typeprint.c (_initialize_typeprint): Set completer
80         for "whatis" and "ptype".
81
82 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
83
84         * copyright.py (NOT_FSF_LIST): Remove duplicate entry
85         "sim/common/cgen-fpu.h".  Remove invalid entries
86         "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
87         which actually have an FSF copyright header.
88
89 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
90
91         * osf-share/AT386/cma_thread_io.h: Delete.
92         * osf-share/HP800/cma_thread_io.h: Delete.
93         * osf-share/README: Delete.
94         * osf-share/RIOS/cma_thread_io.h: Delete.
95         * osf-share/cma_attr.h: Delete.
96         * osf-share/cma_deb_core.h: Delete.
97         * osf-share/cma_debug_client.h: Delete.
98         * osf-share/cma_errors.h: Delete.
99         * osf-share/cma_handle.h: Delete.
100         * osf-share/cma_init.h: Delete.
101         * osf-share/cma_list.h: Delete.
102         * osf-share/cma_mutex.h: Delete.
103         * osf-share/cma_sched.h: Delete.
104         * osf-share/cma_semaphore_defs.h: Delete.
105         * osf-share/cma_sequence.h: Delete.
106         * osf-share/cma_stack.h: Delete.
107         * osf-share/cma_stack_int.h: Delete.
108         * osf-share/cma_tcb_defs.h: Delete.
109         * osf-share/cma_util.h: Delete.
110         * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
111         in osf-share.
112         * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
113         * contrib/ari/gdb_find.sh: Remove handling of osf-share.
114         * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
115
116 2012-12-06  Pedro Alves  <palves@redhat.com>
117             Tom Tromey  <tromey@redhat.com>
118
119         * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
120
121 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
122
123         PR mi/14741:
124         * mi/mi-cmd-var.c (varobj_update_one): Take value of
125         attribute "dynamic" and "displayhint" from printed child,
126         not the root variable.
127
128 2012-12-06  Joel Brobecker  <brobecker@adacore.com>
129
130         * aix-thread.c (getthrds): Fix type of 4th parameter.
131         (get_signaled_thread): Change type of variable ktid to tid_t.
132
133 2012-12-06  Hui Zhu  <hui_zhu@mentor.com>
134
135         * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
136         value of get_frame_block.
137
138 2012-12-05  Pierre Muller  <muller@sourceware.org>
139
140         Avoid memory leaks on struct cmd_list_element.doc field.
141         * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
142         if flags contains DOC_ALLOCATED.
143         (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
144         flags.
145         (delete_cmd): Handle DOC_ALLOCATED flag.
146         * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
147         in flags filed of struct cmd_list_element.
148         (struct cmd_list_element): Document new flag item.
149
150 2012-12-04  Doug Evans  <dje@google.com>
151
152         * symmisc.c: Whitespace fixes.
153
154 2012-12-04  Karthik Bhat  <kv.bhat@samsung.com>
155
156         * i386-tdep.c (i386_skip_prologue): Using symbol table
157         to find the end of prologue for clang compiled binaries.
158         * amd64-tdep.c (amd64_skip_prologue): Using symbol table
159         to find the end of prologue for clang compiled binaries.
160
161 2012-12-03  Doug Evans  <dje@google.com>
162
163         * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
164         (dw2_find_symbol_file): Delete unused local file_data.
165
166 2012-12-03  Tom Tromey  <tromey@redhat.com>
167
168         * ada-exp.y (write_object_renaming, write_var_or_type)
169         (write_ambiguous_var, write_var_from_sym): Make blocks const.
170         * ada-lang.c (replace_operator_with_call)
171         (find_old_style_renaming_symbol): Make blocks const.
172         * ada-lang.h (ada_find_renaming_symbol): Update.
173         (struct ada_symbol_info) <block>: Now const.
174         * breakpoint.c (watch_command_1): Update.
175         * breakpoint.h (struct watchpoint) <exp_valid_block,
176         cond_exp_valid_block>: Now const.
177         * c-exp.y (classify_inner_name, classify_name): Make block
178         argument const.
179         * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
180         const.
181         * expression.h (innermost_block, parse_exp_1): Update.
182         (union exp_element) <block>: Now const.
183         * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
184         (lookup_struct): Make block argument const.
185         * gdbtypes.h (lookup_template_type): Update.
186         * go-exp.y (classify_name, classify_packaged_name)
187         (package_name_p): Make block argument const.
188         * objc-lang.c (lookup_struct_typedef): Make block argument const.
189         * objc-lang.h (lookup_struct_typedef): Update.
190         * parse.c (parse_exp_in_context, parse_exp_1)
191         (write_exp_elt_block): Make block arguments const.
192         (expression_context_block, innermost_block): Now const.
193         * parser-defs.h (write_exp_elt_block): Update.
194         (expression_context_block, innermost_block, block_found): Now
195         const.
196         * printcmd.c (struct display) <block>: Now const.
197         * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
198         * valops.c (address_of_variable): Make block argument const.
199         * value.h (value_of_variable): Update.
200         * varobj.c (struct varobj_root) <valid_block>: Now const.
201
202 2012-11-30  Yao Qi  <yao@codesourcery.com>
203
204         * breakpoint.c (print_one_breakpoint_location): Indent code.
205
206 2012-11-30  Yao Qi  <yao@codesourcery.com>
207
208         * breakpoint.c (print_one_breakpoint_location): Combine two
209         blocks handling 'hit count' together.
210
211 2012-11-30  Yao Qi  <yao@codesourcery.com>
212
213         * infrun.c (error_is_running, ensure_not_running): Move them
214         to ...
215         * infcmd.c (error_is_running, ensure_not_running): ... here.
216         Make them 'static'.
217         * inferior.h: Remove declarations of error_is_running and
218         ensure_not_running.
219
220 2012-11-30  Yao Qi  <yao@codesourcery.com>
221
222         * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
223         check REGNUM >= 0.
224
225 2012-11-30  Yao Qi  <yao@codesourcery.com>
226
227         * infrun.c: Make the declaration of 'init_infwait_state'
228         static.
229         (init_infwait_state): Make it 'static'.
230
231 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
232
233         * python/python.c (finalize_python): Cast unused PyGILState_Ensure
234         return value to void to avoid compiler warning.
235
236 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
237
238         * opencl-lang.c (opencl_print_type): New function.
239         (opencl_language_arch_info): Install it.
240
241 2012-11-29  Tom Tromey  <tromey@redhat.com>
242
243         * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
244         xvasprintf.
245         * common/common-utils.c (xasprintf, xvasprintf): Remove.
246         * common/common-utils.h (xasprintf, xvasprintf): Remove.
247
248 2012-11-29  Jerome Guitton  <guitton@adacore.com>
249
250         * ada-lang.c (ada_is_interface_tag): New function.
251         (ada_is_ignored_field): Add interface tags to the list
252         of ignored fields.
253
254 2012-11-29  Jerome Guitton  <guitton@adacore.com>
255
256         * ada-lang.h (ada_tag_value_at_base_address): New function
257         declaration.
258         * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
259         New functions.
260         (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
261         relocate the class-wide value if need be.
262         (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
263         Let ada_tag_value_at_base_address relocate the class-wide access/ref
264         before dereferencing it.
265         * ada-valprint.c (ada_val_print_1): Relocate to base address
266         before displaying the content of an interface-wide ref.
267
268 2012-11-29  Jerome Guitton  <guitton@adacore.com>
269
270         * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
271
272 2012-11-29  Joel Brobecker  <brobecker@adacore.com>
273
274         GDB 7.5.1 released.
275
276 2012-11-29  Yao Qi  <yao@codesourcery.com>
277             Tom Tromey  <tromey@redhat.com>
278
279         * eval.c (evaluate_subexp_standard): Get the correct pointer
280         type for TYPE_CODE_MEMBERPTR.
281
282 2012-11-28  Edjunior Machado  <emachado@linux.vnet.ibm.com>
283
284         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
285         since now it is being done by binutils' powerpc_init_dialect().
286
287 2012-11-28  Tom Tromey  <tromey@redhat.com>
288
289         PR gdb/14290:
290         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
291         (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
292         Use it.
293         * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
294         * gdb_bfd.c (gdb_bfd_mark_parent): New function.
295         (gdb_bfd_openr_next_archived_file): Use it.
296
297 2012-11-28  Markus Metzger <markus.t.metzger@intel.com>
298
299         * configure.ac: Check for linux/perf_event.h.
300         * config.in: Regenerated.
301         * configure: Regenerated.
302
303 2012-11-28  Yao Qi  <yao@codesourcery.com>
304
305         * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
306         abbreviate 'delete tracepoints' to 'delete tr'.
307         * corefile.c (_initialize_core): Call add_alias_cmd to
308         abbreviate 'set gnutarget' to 'set g'.
309         * value.c (_initialize_values): Call add_alias_cmd to abbreviate
310         'show convenience' to 'show conv'.
311
312 2012-11-27  Joel Brobecker  <brobecker@adacore.com>
313
314         * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
315         call to sparc_supply_fpregset.
316         (fill_fpregset): Fix first parameter in call to
317         sparc_collect_fpregset.
318
319 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
320             Kazu Hirata  <kazu@codesourcery.com>
321             Yao Qi  <yao@codesourcery.com>
322
323         * objfiles.c (init_entry_point_info): Call
324         gdbarch_convert_from_func_ptr_addr and
325         gdbarch_addr_bits_remove here ...
326         (entry_point_address_query): ... instead of here.
327         * solib-svr4.c (exec_entry_point): Call
328         gdbarch_addr_bits_remove.
329         * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
330         the entry address.
331
332 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
333             Yao Qi  <yao@codesourcery.com>
334
335         * eval.c (evaluate_subexp_standard): Add handling of
336         TYPE_CODE_MEMBERPTR when calling functions.  Correct the
337         result of ptype for calling a TYPE_CODE_METHODPTR.
338
339 2012-11-27  Yao Qi  <yao@codesourcery.com>
340
341         * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
342         warning.
343         Add i18n markup.
344
345 2012-11-26  Alexander Larsson  <alexl@redhat.com>
346             Jan Kratochvil  <jan.kratochvil@redhat.com>
347             Tom Tromey  <tromey@redhat.com>
348
349         * NEWS: Mention mini debuginfo feature.
350         * minidebug.c: New file.
351         * configure.ac: Check for lzma.
352         * configure, config.in: Rebuild.
353         * Makefile.in (LIBLZMA): New variable.
354         (CLIBS): Include LIBLZMA.
355         (SFILES): Mention minidebug.c.
356         (COMMON_OBS): Mention minidebug.o.
357         * symfile.c (read_symbols): New function.
358         (syms_from_objfile, reread_symbols): Call it.
359         * symfile.h (find_separate_debug_file_in_section): Declare.
360
361 2012-11-26  Keith Seitz  <keiths@redhat.com>
362
363         * exec.c (exec_file_attach): Move cleanup after verifying that
364         memory has in fact been allocated.
365
366 2012-11-26  Tom Tromey  <tromey@redhat.com>
367
368         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
369         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
370         SYMBOL_SYMTAB.
371         * skip.c (skip_info): Use SYMBOL_SYMTAB.
372
373 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
374             Pedro Alves  <palves@redhat.com>
375
376         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
377         size parameter passed to readlink by one byte.
378         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
379         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
380         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
381         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
382         size by one byte.
383
384 2012-11-26  Yao Qi  <yao@codesourcery.com>
385
386         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
387         extraneous parentheses.
388
389 2012-11-26  Yao Qi  <yao@codesourcery.com>
390
391         * remote.c (remote_start_remote): Typo fix.
392
393 2012-11-23  David S. Miller  <davem@davemloft.net>
394
395         * sparc-tdep.h (struct sparc_fpregset): New data structure.
396         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
397         sparc32_sol2_fpregset): Declare new globals.
398         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
399         'fpregset' argument.
400         * sparc64-tdep.h (sparc64_supply_fpregset,
401         sparc64_collect_fpregset): Likewise.
402         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
403         globals.
404         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
405         (sparc_fpregset): Declare new global.
406         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
407         'fpregset' argument.
408         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
409         into handler.
410         (fill_fpregset): Likewise.
411         (_initialize_sparc_linux_nat): Set sparc_fpregset to
412         sparc32_bsd_fpregset.
413         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
414         sparc32_bsd_fpregset down into handler.
415         (sparc32_linux_collect_core_fpregset): Likewise.
416         * sparc-nat.c (sparc_fpregset): Define.
417         (sparc_supply_fpregset): Add 'fpregset' argument.
418         (sparc_collect_fpregset): Likewise.
419         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
420         into fpregset handler.
421         (sparc_store_inferior_registers): Likewise.
422         (_initialize_sparc_nat): Set sparc_fpregset to
423         sparc32_sunos4_fpregset if NULL.
424         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
425         down into handler.
426         (fill_fpregset): Likewise.
427         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
428         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
429         use it to compute offsets.
430         (sparc32_collect_fpregset): Likewise.
431         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
432         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
433         down into handler.
434         (fill_fpregset): Likewise.
435         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
436         Likewise.
437         (sparc64_linux_collect_core_fpregset): Likewise.
438         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
439         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
440         use it to compute offsets.
441         (sparc64_collect_fpregset): Likewise.
442         (sparc64_bsd_fpregset): Define.
443         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
444         sparc64_bsd_fpregset down into handler.
445         (sparc64fbsd_collect_fpregset): Likewise.
446         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
447         and pass sparc{32,64}_bsd_fpregset down into handler.
448         (sparc64nbsd_collect_fpregset): Likewise.
449         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
450         sparc64_bsd_fpregset down into handler.
451         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
452         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
453         to sparc32_bsd_fpregset.
454         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
455         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
456         (sparc32nbsd_supply_fpregset): Likewise.
457
458 2012-11-21  Tom Tromey  <tromey@redhat.com>
459
460         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
461         field.
462         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
463         Remove.
464         * c-typeprint.c (c_type_print_base): Update.
465
466 2012-11-21  Yao Qi  <yao@codesourcery.com>
467
468         PR tdep/7438
469         * gdbarch.sh (smash_text_address): Remove.
470         * gdbarch.c, gdbarch.h: Regenerate.
471         * arm-tdep.c (arm_smash_text_address): Remove.
472         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
473         * hppa-tdep.c (hppa_smash_text_address): Remove.
474         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
475         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
476         Caller update.
477         * coffread.c (coff_symtab_read): Caller update.
478         * dbxread.c (process_one_symbol): Likewise.
479         * elfread.c (record_minimal_symbol): Likewise.
480         * somread.c (som_symtab_read): Likewise.
481
482 2012-11-20  Pierre Muller  <muller@sourceware.org>
483
484         ARI fixes: sprintf rule.
485         Replace sprintf function calls for char arrays by
486         calls to xsnprintf calls.
487         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
488         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
489         (arm_neon_quad_read, arm_pseudo_read): Ditto.
490         (arm_neon_quad_write, arm_pseudo_write): Ditto.
491         * breakpoint.c (condition_completer): Ditto.
492         (create_tracepoint_from_upload): Ditto.
493         * dwarf2read.c (file_full_name): Ditto.
494         * gcore.c (gcore_command): Ditto.
495         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
496         * go32-nat.c (go32_sysinfo): Ditto.
497         * interps.c (interp_set): Ditto.
498         * m32c-tdep.c (make_types): Ditto.
499         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
500         * remote-m32r-sdi.c (m32r_open): Ditto.
501         * sol-thread.c (td_err_string): Ditto.
502         (td_state_string, solaris_pid_to_str): Ditto.
503         * symtab.c (gdb_mangle_name): Ditto.
504         * cli/cli-script.c (execute_control_command): Ditto.
505         (define_command, document_command): Ditto.
506         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
507         * tui/tui-stack.c (tui_make_status_line): Ditto.
508         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
509
510 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
511
512         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
513         it when looking at ptr->func.
514         * command.h (complete_on_cmdlist): Add a fourth arg.
515         * completer.c (complete_line_internal): Add local ignore_help_classes,
516         and set it to 1 when reason is not handle_help.  Pass this down to
517         lookup_cmd_1 and complete_on_cmdlist.
518
519 2012-11-20  Tom Tromey  <tromey@redhat.com>
520
521         * completer.c (count_struct_fields): Remove.
522         (expression_completer): Don't call count_struct_fields.
523
524 2012-11-20  Pedro Alves  <palves@redhat.com>
525
526         * annotate.c (breakpoints_changed): Rename to ...
527         (annotate_breakpoints_changed): ... this.
528         (annotate_stopped, breakpoint_changed): Adjust caller.
529         * annotate.h (breakpoints_changed): Rename to ...
530         (annotate_breakpoints_changed): ... this.
531         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
532         (do_map_commands_command, init_raw_breakpoint, clear_command)
533         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
534
535 2012-11-20  David S. Miller  <davem@davemloft.net>
536
537         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
538         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
539         sysconf.
540         (get_cores_used_by_process): Update comment.
541
542 2012-11-20  Yao Qi  <yao@codesourcery.com>
543
544         * objfiles.c (init_entry_point_info): Remove trailing spaces.
545
546 2012-11-20  Yao Qi  <yao@codesourcery.com>
547
548         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
549         to deprecated_context_hook.
550
551 2012-11-19  Yao Qi  <yao@codesourcery.com>
552
553         * infrun.c (infwait_state): Add static.
554
555 2012-11-16  Keith Seitz  <keiths@redhat.com>
556
557         PR c++/13615
558         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
559         parameter and pass it to lookup_symbol_file.
560         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
561         to search base classes.
562         (cp_lookup_symbol_namespace): Likewise.
563         (lookup_namespace_scope): Likewise.
564         (lookup_symbol_file): Add SEARCH parameter.
565         If SEARCH is non-zero and no symbol is found, lookup the class
566         and call cp_lookup_nested_symbol.
567         (find_symbol_in_baseclass): New function.
568         (cp_lookup_nested_symbol): Do not let
569         cp_lookup_symbol_in_namespace search through base classes.
570         Do that later when there is no global symbol match.
571
572 2012-11-16  Doug Evans  <dje@google.com>
573
574         * main.c (gdb_datadir_provided): New static global.
575         (get_init_files): If --data-directory is provided,
576         and SYSTEM_GDBINIT lives in data-directory, look for it there.
577         * NEWS: Mention it.
578
579 2012-11-15  Pierre Muller  <muller@sourceware.org>
580
581         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
582         * gdb_stat.h: Delete. Moved to common directory.
583         * common/gdb_stat.h: New file.
584         * gdb_wait.h: Delete. Moved to common directory.
585         * common/gdb_wait.h: New file.
586         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
587         location.
588         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
589         location.
590         (stat.h rule): Adapt to new gdb_stat.h location.
591         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
592         <sys/stat.h> header.
593         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
594         <sys/wait.h> header.
595
596 2012-11-15  Pierre Muller  <muller@sourceware.org>
597
598         * configure.ac (AC_HEADER_STAT): Remove.
599         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
600         and corresponding code.
601         * configure: Regenerate.
602         * config.in: Regenerate.
603
604 2012-11-15  Pierre Muller  <muller@sourceware.org>
605
606         ARI xasprintf rule fixes.
607         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
608         instead of xasprintf.
609         (open_and_init_dwp_file): Ditto.
610
611 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
612
613         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
614         target types.
615
616 2012-11-14  Tom Tromey  <tromey@redhat.com>
617
618         * configure, config.in: Rebuild.
619         * configure.ac: Don't check for ctype.h, time.h.
620         * expprint.c: Don't use HAVE_CTYPE_H.
621
622 2012-11-13  Tom Tromey  <tromey@redhat.com>
623
624         * gdbarch.h, gdbarch.c: Rebuild.
625         * gdbarch.sh (set_target_gdbarch): Rename from
626         deprecated_target_gdbarch_select_hack.
627         * arch-utils.c (gdbarch_update_p): Update.
628         (set_gdbarch_from_file): Update.
629
630 2012-11-14  Pierre Muller  <muller@sourceware.org>
631
632         * MAINTAINERS (Responsible Maintainers/misc): Add myself
633         as responsible of contrib/ari directory.
634
635 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
636             Yao Qi  <yao@codesourcery.com>
637
638         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
639         bit of EXC_RETURN.
640         (arm_m_exception_cache, arm_m_exception_this_id)
641         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
642         (arm_m_exception_unwind): New.
643         (arm_gdbarch_init): Register arm_m_exception_unwind.
644
645 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
646
647         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
648         parameter COUNT, for pattern filling of memory regions.
649         * NEWS: Mention it.
650
651 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
652
653         * disasm.h (DISASSEMBLY_FILENAME): New macro.
654         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
655         to print_source_lines ().
656         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
657         flag.
658         * source.c (print_source_lines_base): Prefix source line with
659         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
660
661 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
662
663         * symtab.h (print_source_lines_flags): New enum.
664         * source.c (print_source_lines_base): Change noerror to flags.
665         (print_source_lines): Change noerror to flags.
666
667 2012-11-13  Pierre Muller  <muller@sourceware.org>
668
669         ARI fixes: Avoid sprintf function use rule.
670         * charset.c (convert_between_encodings): Use xsnprintf.
671         * cli-out.c (cli_field_int): Likewise.
672         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
673         * expprint.c (op_name_standard): Likewise.
674         * frv-tdep.c (set_variant_num_gprs): Likewise.
675         (set_variant_num_fprs): Likewise.
676         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
677         * nto-tdep.c (nto_find_and_open_solib): Likewise.
678         (nto_init_solib_absolute_prefix): Likewise.
679         * source.c (init_source_path): Likewise.
680         (print_source_lines_base): Likewise.
681         * valprint.c (print_wchar): Likewise.
682         * mi/mi-out.c (mi_field_int): Likewise.
683         windows-nat.c (windows_pid_to_exec_file): Likewise.
684         (windows_create_inferior): Likewise.
685         (_initialize_check_for_gdb_ini): Likewise.
686
687 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
688
689         * frame.h (deprecated_frame_register_read): Renames
690         frame_register_read.
691         * frame.c (deprecated_frame_register_read): Renames
692         frame_register_read.  Update all callers.
693         * i386-tdep.c: Update all callers of frame_register_read.
694         * infcmd.c: Likewise.
695         * jit.c: Likewise.
696         * mips-tdep.c: Likewise.
697         * mt-tdep.c: Likewise.
698         * sh64-tdep.c: Likewise.
699
700 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
701
702         * frame.h (frame_register_read): Remove FIXME comment.
703         * frame.c (frame_register_read): Add suggestion explaining
704         which function to use in place of this one.
705
706 2012-11-12  Tom Tromey  <tromey@redhat.com>
707
708         * python/python.c (start_type_printers): Initialize 'result_obj'.
709
710 2012-11-12  Tom Tromey  <tromey@redhat.com>
711
712         * NEWS: Update.
713         * data-directory/Makefile.in (PYTHON_FILES): Add
714         type_printers.py.
715         * python/lib/gdb/command/type_printers.py: New file.
716         * python/lib/gdb/command/types.py (TypePrinter): New class.
717         (_get_some_type_recognizers, get_type_recognizers,
718         apply_type_recognizers, register_type_printer): New
719         functions.
720         * python/py-objfile.c (objfile_object) <type_printers>: New
721         field.
722         (objfpy_dealloc): Decref new field.
723         (objfpy_new): Set new field.
724         (objfpy_get_type_printers, objfpy_set_type_printers): New
725         functions.
726         (objfile_to_objfile_object): Set new field.
727         (objfile_getset): Add "type_printers".
728         * python/py-progspace.c (pspace_object) <type_printers>: New
729         field.
730         (pspy_dealloc): Decref new field.
731         (pspy_new): Set new field.
732         (pspy_get_type_printers, pspy_set_type_printers): New functions.
733         (pspace_to_pspace_object): Set new field.
734         (pspace_getset): Add "type_printers".
735         * python/python.c (start_type_printers, apply_type_printers,
736         free_type_printers): New functions.
737         (_initialize_python): Set gdb.type_printers.
738         * python/python.h (start_type_printers, apply_type_printers,
739         free_type_printers): Declare.
740         * typeprint.c (type_print_raw_options, default_ptype_flags):
741         Update for new fields.
742         (do_free_global_table, create_global_typedef_table,
743         find_global_typedef): New functions.
744         (find_typedef_in_hash): Use find_global_typedef.
745         (whatis_exp): Use create_global_typedef_table.  Change cleanup
746         handling.
747         * typeprint.h (struct type_print_options) <global_typedefs,
748         global_printers>: New fields.
749
750 2012-11-12  Tom Tromey  <tromey@redhat.com>
751
752         * c-typeprint.c (find_typedef_for_canonicalize,
753         print_name_maybe_canonical): New functions.
754         (c_print_type): Look up type name.
755         (cp_type_print_derivation_info): Add flags argument.  Use
756         print_name_maybe_canonical.
757         (cp_type_print_method_args): Add wrapping.
758         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
759         (c_type_print_template_args): New function.
760         (c_type_print_base): Change wrapping.  Use
761         print_name_maybe_canonical.
762         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
763         type name lookups.
764         * gdbtypes.c (types_equal): No longer static.
765         * gdbtypes.h (types_equal): Declare.
766         * typeprint.c (type_print_raw_options, default_ptype_flags):
767         Update.
768         (struct typedef_hash_table): New.
769         (hash_typedef_field, eq_typedef_field,
770         recursively_update_typedef_hash, add_template_parameters,
771         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
772         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
773         copy_typedef_hash, find_typedef_in_hash): New functions.
774         * typeprint.h (struct type_print_options) <local_typedefs>:
775         New field.
776         (recursively_update_typedef_hash, add_template_parameters,
777         create_typedef_hash, free_typedef_hash,
778         make_cleanup_free_typedef_hash, copy_typedef_hash,
779         find_typedef_in_hash): Declare.
780
781 2012-11-12  Tom Tromey  <tromey@redhat.com>
782
783         * cp-support.c (inspect_type,
784         replace_typedefs_qualified_name, replace_typedefs): Add
785         finder, data arguments.  Call as needed.
786         (cp_canonicalize_string_full): New function.
787         (cp_canonicalize_string_no_typedefs): Rewrite.
788         * cp-support.h (canonicalization_ftype): New typedef.
789         (cp_canonicalize_string_full): Declare.
790
791 2012-11-12  Tom Tromey  <tromey@redhat.com>
792
793         * NEWS: Update.
794         * c-typeprint.c (c_type_print_base): Handle print_method and
795         print_typedefs flags.
796         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
797         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
798         options.
799         * typeprint.c (type_print_raw_options, default_ptype_flags):
800         Update for new field.s
801         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
802         (setprinttypelist, showprinttypelist, print_methods,
803         print_typedefs): New globals.
804         (set_print_type, show_print_type, set_print_type_methods,
805         show_print_type_methods, set_print_type_typedefs,
806         show_print_type_typedefs): New functions.
807         (_initialize_typeprint): Update documentation.  Add "print
808         type methods" and "print type typedefs" parameters.
809         * typeprint.h (struct type_print_options) <print_methods,
810         print_typedefs>: New fields.
811
812 2012-11-12  Tom Tromey  <tromey@redhat.com>
813
814         * c-typeprint.c (cp_type_print_method_args): Add flags
815         argument.  Call c_print_type, not type_print.
816         (c_type_print_base): Call c_print_type, not type_print.
817         Update.
818
819 2012-11-12  Tom Tromey  <tromey@redhat.com>
820
821         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
822         to type-printing functions.
823         * ada-lang.h (ada_print_type): Add argument.
824         * ada-typeprint.c (print_array_type, print_variant_clauses,
825         print_variant_part, print_selected_record_field_types,
826         print_record_field_types, print_unchecked_union_type,
827         print_func_type, ada_print_type): Add flags argument.
828         (ada_print_typedef): Update.
829         * c-exp.y (OPERATOR conversion_type_id): Update.
830         * c-lang.h (c_print_type, c_type_print_base): Update.
831         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
832         c_type_print_modifier, c_type_print_args,
833         c_type_print_varspec_suffix, c_type_print_base): Add flags
834         argument.
835         * cp-valprint.c (cp_print_class_member): Update.
836         * dwarf2read.c (dwarf2_compute_name): Update.
837         * f-lang.h (f_print_type): Add argument.
838         * f-typeprint.c (f_print_type): Add flags argument.
839         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
840         * go-lang.h (go_print_type): Add argument.
841         * go-typeprint.c (go_print_type): Add flags argument.
842         * jv-lang.h (java_print_type): Add argument.
843         * jv-typeprint.c (java_type_print_base, java_print_type): Add
844         flags argument.
845         * language.c (unk_lang_print_type): Add flags argument.
846         * language.h (struct language_defn) <la_print_type>: Add flags
847         argument.
848         (LA_PRINT_TYPE): Likewise.
849         * m2-lang.h (m2_print_type): Add argument.
850         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
851         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
852         m2_unbounded_array, m2_record_fields): Add flags argument.
853         * p-lang.h (pascal_print_type, pascal_type_print_base,
854         pascal_type_print_varspec_prefix): Add argument.
855         * p-typeprint.c (pascal_print_type,
856         pascal_type_print_varspec_prefix, pascal_print_func_args,
857         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
858         flags argument.
859         * symmisc.c (print_symbol): Update.
860         * typeprint.c (type_print_raw_options, default_ptype_flags):
861         New globals.
862         (type_print): Update.
863         * typeprint.h (struct type_print_options): New.
864         (type_print_raw_options): Declare.
865         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
866
867 2012-11-10  Keith Seitz  <keiths@redhat.com>
868
869         * breakpoint.c (clear_command): Add cleanup for
870         sals.sals if an argument is given.
871
872         * linespec.c (parse_linespec): Do cleanups after
873         parsing a convenience variable.
874
875 2012-11-10  Keith Seitz  <keiths@redhat.com>
876
877         PR gdb/14288
878         * c-valprint.c (c_val_print): For character arrays
879         with "print null" option on, print ellipses if
880         the output is truncated and the next character is not \000.
881         * valprint.c (MAX_WCHARS): Define.
882         (WCHAR_BUFLEN): Likewise.
883         (WCHAR_BUFLEN_MAX): Likewise.
884         (struct converted_character): New structure.
885         (count_next_character): New function.
886         (print_converted_chars_to_obstack): New function.
887         (generic_printstr): Rewrite using count_next_character
888         and print_converted_chars_to_obstack.
889
890 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
891
892         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
893         while executing the gdb command.
894         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
895         are called from prompt_for_continue.
896         * tui/tui-io.c (tui_redisplay_readline): Likewise.
897
898 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
899
900         PR tui/9584
901
902         * tui/tui.c (tui_rl_command_key): Do not call execute_command
903         but insert the command to execute in readline's buffer.
904
905 2012-11-09  Tom Tromey  <tromey@redhat.com>
906
907         * gdbarch.sh (target_gdbarch): Remove macro.
908         (get_target_gdbarch): Rename to target_gdbarch.
909         * gdbarch.c, gdbarch.h: Rebuild.
910         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
911         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
912         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
913         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
914         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
915         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
916         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
917         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
918         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
919         procfs.c, progspace.c, ravenscar-thread.c, record.c,
920         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
921         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
922         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
923         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
924         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
925         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
926         target-descriptions.c, target.c, target.h, tracepoint.c,
927         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
928         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
929         python/py-inferior.c, python/python.c: Update.
930
931 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
932
933         * source.c (print_source_lines_base): Add fullname field giving
934         full path to file in mi output.
935         * NEWS: Mention the new fullname field.
936
937 2012-11-09  Yao Qi  <yao@codesourcery.com>
938
939         * NEWS: Mention the fix to the ambiguity of 'fo' command.
940
941 2012-11-09  Pedro Alves  <palves@redhat.com>
942
943         PR gdb/14306
944
945         * infrun.c: Include target-descriptions.h.
946         (follow_exec): Fetch new target description.
947
948 2012-11-09  Yao Qi  <yao@codesourcery.com>
949
950         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
951         0x8d (lea).
952
953 2012-11-09  Yao Qi  <yao@codesourcery.com>
954
955         * breakpoint.c: Declare set_tracepoint_count.
956         (install_breakpoint): Call set_tracepoint_count if B is a
957         tracepoint.
958         (trace_command): Don't call set_tracepoint_count.  Re-indent.
959         (strace_command, ftrace_command):
960         (create_tracepoint_from_upload): Likewise.
961
962 2012-11-09  Pedro Alves  <palves@redhat.com>
963
964         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
965         (get_target_gdbarch) <gdbarch.h>: New function.
966         (startup_gdbarch) <gdbarch.h>: Declare.
967         <gdbarch.c> (target_gdbarch): Delete.
968         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
969         current inferior's gdbarch.
970         <gdbarch.c> (get_target_gdbarch): New function.
971         * inferior.c: Include target-descriptions.h.
972         (free_inferior): Free target description info.
973         (add_inferior_with_spaces): Set the inferior's initial
974         architecture.
975         (clone_inferior_command): Copy the original inferior's target
976         description if it was user specified.
977         (initialize_inferiors): Add comment.
978         * inferior.h (struct target_desc_info): Forward declare.
979         (struct inferior) <gdbarch>: New field.
980         * linux-nat.c: Include target-descriptions.h.
981         (linux_child_follow_fork): Copy the parent's architecture and
982         target description to the child.
983         * target-descriptions.c: Include inferior.h.
984         (struct target_desc_info): New structure, holding the equivalents
985         of ...
986         (target_desc_fetched, current_target_desc)
987         (target_description_filename): ... these removed globals.
988         (get_tdesc_info, target_desc_info_from_user_p)
989         (copy_inferior_target_desc_info, target_desc_info_free): New.
990         (target_desc_fetched, current_target_desc)
991         (target_description_filename): Reimplemented as convenience
992         macros.
993         (tdesc_filename_cmd_string): New global.
994         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
995         tdescs filename ..." commands to the per-inferior equivalent.
996         (show_tdesc_filename_cmd): Get the value to show from the
997         per-inferior description filename.
998         (_initilize_target_descriptions): Change the "set/show tdesc
999         filename" commands' variable.
1000         * target-descriptions.h (struct target_desc, struct target_desc_info)
1001         (struct inferior): Forward declare.
1002         (target_find_description, target_clear_description)
1003         (target_current_description): Adjust comments.
1004         (copy_inferior_target_desc_info, target_desc_info_free)
1005         (target_desc_info_from_user_p). Declare.
1006
1007 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1008
1009         * tui/tui-hooks.c (tui_about_to_proceed): New function.
1010         (tui_target_wait_hook): Remove.
1011         (tui_install_hooks): Install the about_to_proceed observer.
1012         (tui_remove_hooks): And remove it here.
1013
1014 2012-11-08  Tom Tromey  <tromey@redhat.com>
1015
1016         * linux-tdep.c (linux_make_siginfo_note): New function.
1017         (linux_make_corefile_notes): Use it.
1018         * corelow.c (get_core_siginfo): New function.
1019         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1020
1021 2012-11-08  Tom Tromey  <tromey@redhat.com>
1022
1023         PR gdb/14704:
1024         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1025         (zlib_decompress_section): Remove.
1026         (gdb_bfd_map_section): Only check for compressed section
1027         in mmap case.  Use bfd_get_full_section_contents.
1028         * osabi.c (check_note): Add 'sectsize' argument.  Read
1029         section data.
1030         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1031         section data.  Update for check_note change.
1032         * xcoffread.c (xcoff_initial_scan): Use
1033         bfd_get_full_section_contents.
1034         * py-auto-load.c (auto_load_section_scripts): Use
1035         bfd_get_full_section_contents.
1036         * contrib/cc-with-tweaks.sh: Add -Z option.
1037
1038 2012-11-08  Tom Tromey  <tromey@redhat.com>
1039
1040         * python/py-bpevent.c: Include defs.h.
1041         * python/py-continueevent.c: Include defs.h.
1042         * python/py-event.c: Include defs.h.
1043         * python/py-event.h: Don't include defs.h.
1044         * python/py-events.h: Don't include defs.h.
1045         * python/py-evts.c: Include defs.h.
1046         * python/py-exitedevent.c: Include defs.h.
1047         * python/py-newobjfileevent.c: Include defs.h.
1048         * python/py-signalevent.c: Include defs.h.
1049         * python/py-stopevent.c: Include defs.h.
1050         * python/py-threadevent.c: Include defs.h.
1051
1052 2012-11-08  Pierre Muller  <muller@sourceware.org>
1053
1054         * update-web-ari.sh (print_heading): Add number of files
1055         checked.
1056         (nb_files): New variable counting the number of sources
1057         files found by gdb_find.sh script.
1058         (debug_awk): New variable to allow extra debug output.
1059         (indexes): Add more information if DEBUG_AWK is set.
1060
1061 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1062
1063         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1064         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1065         following the change in PLT call stubs on linker.
1066
1067 2012-11-08  Pierre Muller  <muller@sourceware.org>
1068
1069         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1070         as default language.
1071         (AWK): Use = instead of == for sh test to avoid warning.
1072         (Linux rule): Correct [:digit] into [[:digit:]].
1073         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1074         (vasprintf rule): Adapt to common subdirectory moves.
1075         (xasprintf rule): Idem.
1076         (xvasprintf rule): Idem.
1077         (var_boolean rule): Accept occurence in == or != test.
1078
1079         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1080
1081 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1082
1083         * tui/tui-hooks.c (tui_inferior_exit): New function.
1084         (tui_detach_hook): Remove.
1085         (tui_install_hooks): Install the inferior exit observer.
1086         (tui_remove_hooks): Remove it.
1087
1088 2012-11-08  Yao Qi  <yao@codesourcery.com>
1089
1090         PR gdb/14777.
1091         * source.c (_initialize_source): Call add_com_alias to abbreviate
1092         'forward-search' as 'fo'.
1093
1094 2012-11-07  Pedro Alves  <palves@redhat.com>
1095
1096         * arm-tdep.c: Make defs.h be the first include.
1097         * coff-pe-read.c: Ditto.
1098         * gnu-nat.c: Ditto.
1099         * go32-nat.c: Ditto.
1100         * i386-nat.c: Ditto.
1101         * ppcnbsd-nat.c: Ditto.
1102         * ada-varobj.h: Don't include defs.h.
1103         * i386-darwin-tdep.h: Ditto.
1104         * i386-nat.h: Ditto.
1105
1106 2012-11-07  Pedro Alves  <palves@redhat.com>
1107
1108         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1109         Committee.
1110
1111 2012-11-07  Pierre Muller  <muller@sourceware.org>
1112
1113         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1114         File already uses "gdb_dirent.h" header.
1115
1116 2012-11-07  Yao Qi  <yao@codesourcery.com>
1117
1118         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1119         tracepoint_count'.
1120
1121 2012-11-06  Tom Tromey  <tromey@redhat.com>
1122
1123         * target.h (inferior_has_forked, inferior_has_vforked)
1124         (inferior_has_execd, inferior_has_called_syscall): Remove
1125         declarations.
1126
1127 2012-11-06  Pierre Muller  <muller@sourceware.org>
1128
1129         * remote.c (remote_insert_hw_breakpoint): ARI fix,
1130         add missing internalization markup.
1131
1132 2012-11-06  Pedro Alves  <palves@redhat.com>
1133
1134         PR gdb/14810
1135
1136         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1137
1138 2012-11-06  Pierre Muller  <muller@sourceware.org>
1139
1140         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1141         is not executable.
1142
1143 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
1144
1145         * gnulib/update-gnulib.sh: New script.
1146
1147 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
1148
1149         * MAINTAINERS: Update my email address.
1150
1151 2012-11-05  Tom Tromey  <tromey@redhat.com>
1152
1153         * frame.c (put_frame_register): Don't use temporary buffer.
1154
1155 2012-11-05  Pedro Alves  <palves@redhat.com>
1156
1157         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1158         child.  Clear 'pending_detach'.
1159         * infrun.c (handle_vfork_child_exec_or_exit): Clear
1160         'pending_detach' in the vfork parent.
1161
1162 2012-11-05  Doug Evans  <dje@google.com>
1163
1164         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
1165         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1166         * dwarf2read.c: #include "elf-bfd.h".
1167         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1168         (dwop_section_names): Renamed from dwo_section names.  All uses
1169         updated.  Add entries for .debug_cu_index, .debug_tu_index.
1170         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1171         All uses updated.
1172         (struct dwp_sections): New type.
1173         (struct virtual_dwo_sections): New type.
1174         (struct dwp_hash_table): New type.
1175         (struct dwp_file): New type.
1176         (init_cutu_and_read_dies): Ensure DWO info/types section has been
1177         read in.  Handle DWOs coming from DWP files.
1178         (lookup_dwo_file_slot): New function.
1179         (dwarf2_locate_dwo_sections): Move definition closer to use.
1180         (create_dwo_debug_info_hash_table_reader): Renamed from
1181         create_debug_info_hash_table_reader.  All callers updated.
1182         (create_dwo_debug_info_hash_table): Renamed from
1183         create_debug_info_hash_table.  All callers updated.
1184         (create_dwp_hash_table): New function.
1185         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1186         (lookup_dwo_in_dwp): New function.
1187         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
1188         is_dwp.  All callers updated.
1189         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
1190         (open_and_init_dwo_file): Renamed from init_dwo_file.
1191         All callers updated.
1192         (lookup_dwo_file): Delete.
1193         (dwarf2_locate_dwp_sections): New function.
1194         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1195         (allocate_dwp_loaded_cutus_table): New function.
1196         (open_and_init_dwp_file): New function.
1197         (lookup_dwo_cutu): New function.
1198         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1199
1200 2012-11-03  Yao Qi  <yao@codesourcery.com>
1201
1202         Fix PR gdb/14617.
1203         * breakpoint.c (trace_pass_set_count): Call
1204         observer_notify_breakpoint_modified instead of
1205         observer_notify_tracepoint_modified.
1206         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1207
1208 2012-11-02  Tom Tromey  <tromey@redhat.com>
1209
1210         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1211         argument to complete_on_enum.
1212
1213 2012-11-02  Tom Tromey  <tromey@redhat.com>
1214
1215         * configure: Rebuild.
1216         * configure.ac (build_warnings): Add -Wempty-body.
1217         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1218         * remote.c (handle_notification): Use braces for empty 'else' body.
1219         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1220         'else' body.
1221         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1222         'else' body.
1223         * solib-som.c (som_relocate_section_addresses): Use braces
1224         for empty 'else' body.
1225         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1226         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1227
1228 2012-11-02  Pedro Alves  <palves@redhat.com>
1229
1230         PR gdb/14766
1231
1232         * infrun.c (handle_inferior_event)
1233         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1234         null_ptid before handling a vfork child exec or exit.  Switch to
1235         the event ptid afterwards.
1236
1237 2012-11-02  Yao Qi  <yao@codesourcery.com>
1238
1239         * std-operator.def: Remove OP_LABELED.
1240         * eval.c: Remove the declaration of 'get_label'.
1241         (get_label): Remove.
1242         (evaluate_struct_tuple): Remove code handling OP_LABELED.
1243         Update comment.
1244         Remove local variable 'variantno' and related code.
1245         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
1246         with 'fieldno'.
1247         * expprint.c (print_subexp_standard): Likewise.
1248         (dump_subexp_body_standard): Likewise.
1249         * parse.c (operator_length_standard): Likewise.
1250
1251 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
1252
1253         Incorporate ARI web page generator into GDB sources.
1254         * contrib/ari/create-web-ari-in-src.sh: New file.
1255         * contrib/ari/gdb_ari.sh: New file.
1256         * contrib/ari/gdb_find.sh: New file.
1257         * contrib/ari/update-web-ari.sh: New file.
1258
1259 2012-10-31  Tom Tromey  <tromey@redhat.com>
1260
1261         * gdbarch.c: Rebuild.
1262         * gdbarch.sh: Remove references to gdbarch_swap.
1263         * corelow.c (core_open): Remove obsolete comment.
1264
1265 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
1266
1267         PR cli/14772
1268         * c-typeprint.c (c_print_type): Don't print a space for vector
1269         types, this is handled within the suffix.
1270         (c_type_print_varspec_suffix): Add a space to vector suffix.
1271
1272 2012-10-26  Pedro Alves  <palves@redhat.com>
1273
1274         * amd64-tdep.c (amd64_relocate_instruction): Use
1275         store_unsigned_integer instead of memcpy.
1276         * i386-tdep.c (i386_relocate_instruction): Ditto.
1277
1278 2012-10-26  Pedro Alves  <palves@redhat.com>
1279
1280         * infrun.c (handle_inferior_event): Merge handling of
1281         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1282         switch case.
1283
1284 2012-10-26  Pedro Alves  <palves@redhat.com>
1285
1286         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1287         Remove comment.
1288
1289 2012-10-26  Pedro Alves  <palves@redhat.com>
1290
1291         * target.c (target_waitstatus_to_string): Handle
1292         TARGET_WAITKIND_VFORK_DONE.
1293
1294 2012-10-26  Pedro Alves  <palves@redhat.com>
1295
1296         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1297         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1298
1299 2012-10-24  Tristan Gingold  <gingold@adacore.com>
1300
1301         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1302         Add comments.
1303
1304 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1305
1306         * ravenscar-thread.c (ravenscar_wait): Only update the list
1307         of threads and inferior_ptid if the inferior is still alive.
1308
1309 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1310
1311         * ada-lang.c (is_known_support_routine): Use lbasename when
1312         matching the symtab's filename against
1313         known_runtime_file_name_patterns.
1314
1315 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1316
1317         * ada-lang.c (ada_same_array_size_p): New function.
1318         (ada_promote_array_of_integrals): New function.
1319         (coerce_for_assign): Add handling of arrays where the elements
1320         are integrals of a smaller size than the size of the target
1321         array element type.
1322
1323 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1324
1325         * doublest.c (convert_doublest_to_floatformat): Fix comparison
1326         against maximum exponent value.
1327
1328 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1329
1330         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1331         "unwind-seh.c".
1332
1333 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1334
1335         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1336         strip typedef layer when computing the fixed type's field type,
1337         only when computing its size.
1338
1339 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
1340
1341         PR gdb/12783
1342         * i386-tdep.c (i386_return_value): Handle complex double and long
1343         double.
1344
1345 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1346
1347         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1348         New local variable args_len.
1349         Quote the name of the executable when computing the command line.
1350
1351 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
1352
1353         PR gdb/12796
1354         PR gdb/12798
1355         PR gdb/12800
1356         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1357         AMD64_FTAG_REGNUM.
1358         * amd64-tdep.c (amd64_classify): Classify complex types.
1359         (amd64_return_value): Handle the COMPLEX_X87 class.
1360
1361 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1362
1363         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1364         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1365
1366 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1367
1368         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1369         function.
1370         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1371         to amd64_windows_auto_wide_charset.
1372
1373 2012-10-23  Yao Qi  <yao@codesourcery.com>
1374
1375         * event-top.c (mark_async_signal_handler_wrapper): Remove.
1376         * event-top.h: Remove its declaration.
1377         (async_request_quit): Call mark_async_signal_handler instead of
1378         mark_async_signal_handler_wrapper.
1379         (async_do_nothing, async_disconnect): Likewise.
1380         (async_stop_sig): Likewise.
1381         * remote.c (handle_remote_sigint): Likewise.
1382         (handle_remote_sigint_twice): Likewise.
1383
1384 2012-10-23  Yao Qi  <yao@codesourcery.com>
1385
1386         * event-top.c (sigint_token, sighup_token): Replace 'void *'
1387         with 'static struct async_signal_handler *'.
1388         (sighup_token, sigquit_token, sigstp_token): Likewise.
1389
1390 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
1391
1392         * gdbarch.sh (function_list): Use 'pstring' when printing
1393         a variable which could return NULL.
1394         * gdbarch.c: Regenerate.
1395
1396 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
1397             Tom Tromey  <tromey@redhat.com>
1398
1399         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1400         inneffective if condition by gdb assertion.  Add function
1401         description comment.
1402
1403 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
1404
1405         * parser-defs.h (struct exp_descriptor): Document constraint
1406         on return value for "op_name" callbacks.
1407
1408 2012-10-18  Tom Tromey  <tromey@redhat.com>
1409
1410         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1411         * symtab.c (iterate_over_some_symtabs): Constify.
1412         * source.h (symtab_to_fullname): Return 'const char *'.
1413         * source.c (symtab_to_fullname): Return 'const char *'.
1414         * python/py-symtab.c (stpy_fullname): Constify.
1415         * cli/cli-cmds.c (edit_command): Constify.
1416         * breakpoint.c (print_breakpoint_location)
1417         (update_static_tracepoint): Constify.
1418
1419 2012-10-18  Tom Tromey  <tromey@redhat.com>
1420
1421         * breakpoint.c (compare_breakpoints): Fix comparison.
1422
1423 2012-10-18  Tom Tromey  <tromey@redhat.com>
1424
1425         * valprint.c (generic_emit_char, generic_printstr): Pass size of
1426         gdb_wchar_t to convert_between_encodings.
1427
1428 2012-10-17  Yao Qi  <yao@codesourcery.com>
1429
1430         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1431         more parameter 'inferior'.
1432         * corefile.c (write_memory_with_notification): Caller update.
1433
1434         * mi/mi-cmd-var.c: Include "mi-main.h".
1435         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1436         to 1 and restore it later.
1437         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1438         and "data-write-memory-bytes.
1439         * mi/mi-interp.c: Include objfiles.h.
1440         (mi_interpreter_init): Call observer_attach_memory_changed.
1441         (mi_memory_changed): New.
1442         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1443         New field.
1444
1445         * NEWS: Mention new MI notification "memory-changed".
1446
1447 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1448
1449         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1450
1451 2012-10-15  Doug Evans  <dje@google.com>
1452
1453         New option -nh: inhibit loading of ~/.gdbinit.
1454         * NEWS: Mention -nh.
1455         * main.c (captured_main): Recognize and process -nh.
1456         (print_gdb_help): Mention -nh.
1457         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
1458
1459 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1460
1461         PR backtrace/14646
1462         PR gdb/14647
1463         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1464         pc_regnum_from_eax.
1465         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1466         nor pc_regnum_from_eax.
1467         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1468         nor pc_regnum_from_eax.
1469
1470 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1471
1472         Fix entry values resolving in inlined frames.
1473         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1474         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
1475         entries of FRAME.
1476
1477 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
1478
1479         * configure.ac: Build with -DMS_WIN64 if building with Python
1480         enabled using GCC on amd64-windows.
1481         * configure: Regenerate.
1482
1483 2012-10-15  Tom Tromey  <tromey@redhat.com>
1484
1485         PR python/14635:
1486         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1487         to Py_None.
1488
1489 2012-10-15  Tom Tromey  <tromey@redhat.com>
1490
1491         PR python/14634:
1492         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1493
1494 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
1495
1496         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1497         reset thread numbering back to 1.
1498
1499 2012-10-11  Doug Evans  <dje@google.com>
1500
1501         PR breakpoints/14643.
1502         * linespec.c (struct ls_parser): New member keyword_ok.
1503         (linespec_lexer_lex_string): Add comment.
1504         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1505         for one.
1506         (parse_linespec): Set keyword_ok.
1507
1508 2012-10-10  Doug Evans  <dje@google.com>
1509
1510         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1511         "0x" prefix on address in log message.
1512
1513         * dwarf2read.c (read_1_byte): Add const to buf parameter.
1514         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1515         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1516         (lookup_dwo_file): Add const to dwo_name parameter.
1517         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1518
1519 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1520
1521         Fix crash during stepping on ppc32.
1522         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1523         SYM.
1524
1525 2012-10-03  Doug Evans  <dje@google.com>
1526
1527         PR symtab/14601
1528         * buildsym.c (buildsym_init): Reset using_directives to NULL.
1529
1530 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
1531
1532         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1533         output and use uint32_t not long to ensure 4 byte size.
1534
1535 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
1536
1537         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1538         unref'ed it.
1539
1540 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
1541
1542         * target.c (simple_search_memory): Include access length in
1543         warning message.
1544
1545 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
1546             Edjunior Machado  <emachado@linux.vnet.ibm.com>
1547
1548         PR gdb/13989
1549         * solib.c (solib_find): Prevent GDB from loading native libraries when
1550         debugging a cross-target corefile.
1551
1552 2012-09-28  selven  <pcthegreat@gmail.com>
1553
1554         Make definition match declaration.
1555
1556         * regcache.c (regcache_register_status): Change return type to
1557         enum register_status.
1558
1559 2012-09-28  Yao Qi  <yao@codesourcery.com>
1560
1561         * mi/mi-main.c (mi_cmd_data_write_memory): Call
1562         write_memory_with_notification instead of write_memory.
1563         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1564         instead of target_write_memory.
1565
1566 2012-09-28  Yao Qi  <yao@codesourcery.com>
1567
1568         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1569         when the length of content is not an even number.
1570
1571 2012-09-27  Tom Tromey  <tromey@redhat.com>
1572
1573         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1574         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1575
1576 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1577
1578         * sol-thread.c (sol_thread_fetch_registers)
1579         (sol_thread_store_registers): Delete commented out code.
1580
1581 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1582
1583         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1584         Move these functions to sparc-sol-thread.c.
1585         * sparc-sol-thread.c: New file.
1586         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1587         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1588         configurations.
1589         * configure: Regenerate.
1590
1591 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1592
1593         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1594         Remove commented-out code.
1595
1596 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1597
1598         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1599         Enable this code for sparc hosts only.
1600
1601 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1602
1603         * procfs.h (procfs_find_LDT_entry): Add declaration.
1604         * sol-thread.c (ps_lgetLDT): Delete local declaration of
1605         function procfs_find_LDT_entry.
1606
1607 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1608
1609         * procfs.c (proc_get_LDT_entry): Make static.
1610
1611 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1612
1613         * procfs.c (proc_find_memory_regions): Fix declaration.
1614
1615 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1616
1617         * amd64-tdep.c (amd64_return_value): Revert previous change
1618         that used TYPE_LENGTH directly.
1619         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1620         (bfin_store_return_value): Likewise.
1621         * cris-tdep.c (cris_store_return_value): Likewise.
1622         (cris_extract_return_value): Likewise.
1623         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1624         * hppa-tdep.c (hppa64_return_value): Likewise.
1625         * lm32-tdep.c (lm32_store_return_value): Likewise.
1626         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1627         * spu-tdep.c (spu_value_from_register): Likewise.
1628         * vax-tdep.c (vax_return_value): Likewise.
1629
1630 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1631
1632         * gdbtypes.c (lookup_array_range_type): Expand parameters
1633         LOW_BOUND and HIGH_BOUND to LONGEST.
1634         (lookup_string_range_type): Likewise.
1635         * gdbtypes.h (lookup_array_range_type): Likewise.
1636         (lookup_string_range_type): Likewise.
1637         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1638         Expand HIGHBOUND to ssize_t.
1639         (value_string): Likewise.
1640         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1641         (value_string): Likewise.
1642
1643 2012-09-27  Yao Qi  <yao@codesourcery.com>
1644
1645         PR breakpoints/13898
1646         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1647         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1648         per breakpoint type.
1649
1650 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1651
1652         * procfs.c: Add gdb_bfd header.
1653         * rs6000-nat.c: Likewise.
1654         * solib-pa64.c: Likewise.
1655         * spu-linux-nat.c: Likewise.
1656         * windows-nat.c: Likewise.
1657
1658 2012-09-26  Tom Tromey  <tromey@redhat.com>
1659
1660         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1661
1662 2012-09-26  Tom Tromey  <tromey@redhat.com>
1663
1664         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1665         (read_common_block): Handle child DIEs with
1666         DW_AT_data_member_location.
1667         (new_symbol_full): Add special case for common blocks.
1668
1669 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1670             Tom Tromey  <tromey@redhat.com>
1671
1672         * dwarf2read.c (read_common_block): Rewrite.
1673         (new_symbol_full): Handle DW_TAG_common_block.
1674         * f-lang.c (head_common_list, find_common_for_function):
1675         Remove.
1676         * f-lang.h (struct common_entry, struct saved_f77_common,
1677         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1678         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1679         BLANK_COMMON_NAME_LOCAL): Remove.
1680         (struct common_block): New.
1681         * f-valprint.c (list_all_visible_commons): Remove.
1682         (info_common_command_for_block): New function.
1683         (info_common_command): Use it.
1684         * stack.c (iterate_over_block_locals): Special case for
1685         COMMON_BLOCK_DOMAIN.
1686         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1687         constant.
1688         (struct general_symbol_info) <value.common_block>: New field.
1689         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1690
1691 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1692             Tom Tromey  <tromey@redhat.com>
1693
1694         * f-lang.c (allocate_saved_bf_node,
1695         allocate_saved_function_node, allocate_saved_f77_common_node,
1696         allocate_common_entry_node, tail_common_list, current_common,
1697         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1698         tmp_bf_ptr, add_common_block, add_common_entry,
1699         find_first_common_named, patch_common_entries,
1700         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1701         global_remote_debug, get_bf_for_fcn, saved_function_list,
1702         saved_function_list_end, clear_function_list, struct saved_fcn,
1703         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1704         SAVED_BF, SAVED_BF_PTR): Remove.
1705         * f-lang.h (tail_common_list, current_common,
1706         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1707         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1708         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1709         real_main_c_value): Remove.
1710         * f-valprint.c (there_is_a_visible_common_named): Remove.
1711
1712 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1713
1714         * breakpoint.c (update_global_location_list): Ignore previous
1715         duplicate status of a breakpoint when starting a new scan for
1716         duplicate breakpoints.
1717
1718 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1719         PR breakpoints/14419
1720         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1721         support LLVM compiler.
1722
1723 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1724
1725         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1726         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1727         (bfin_store_return_value): Likewise.
1728         * cris-tdep.c (cris_store_return_value): Likewise.
1729         (cris_extract_return_value): Likewise.
1730         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1731         * hppa-tdep.c (hppa64_return_value): Likewise.
1732         * lm32-tdep.c (lm32_store_return_value): Likewise.
1733         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1734         * spu-tdep.c (spu_value_from_register): Likewise.
1735         * vax-tdep.c (vax_return_value): Likewise.
1736
1737 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1738
1739         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1740         parameter LEN to ssize_t.
1741
1742 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1743
1744         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1745         variable LEN.
1746         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1747         directly.
1748         (alpha_store_return_value): Likewise.
1749         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1750         (amd64_push_arguments): Likewise.
1751         * ax-gdb.c (gen_trace_static_fields): Likewise.
1752         (gen_traced_pop): Likewise.
1753         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1754         * breakpoint.c (update_watchpoint): Likewise.
1755         * findcmd.c (parse_find_args): Use local variable for type
1756         instead of length.
1757         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1758         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1759         (h8300_store_return_value): Likewise.
1760         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1761         Use i386_darwin_arg_type_alignment directly.
1762         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1763         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1764         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1765         (m68hc11_extract_return_value): Likewise.
1766         * mep-tdep.c (mep_push_dummy_call): Likewise.
1767         * printcmd.c (float_type_from_length): Likewise.
1768         * s390-tdep.c (s390_value_from_register): Likewise.
1769         * stack.c (read_frame_arg): Likewise.
1770         * tracepoint.c (encode_actions_1): Likewise.
1771         * valops.c (value_fetch_lazy): Use local variable for type
1772         instead of length.  Use TYPE_LENGTH directly.
1773         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1774
1775 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1776
1777         * symtab.c (skip_prologue_sal): Fix typo in comment.
1778
1779 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1780
1781         * linespec.c (create_sals_line_offset): Fix typo in comment.
1782
1783 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1784
1785         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1786         use plongest to print the array size.
1787
1788 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1789
1790         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1791         * p-valprint.c (pascal_type_print_base): Likewise.
1792
1793 2012-09-22  Yao Qi  <yao@codesourcery.com>
1794
1795         * remote.c (remote_get_trace_status): Remove setting default
1796         values of fields of 'ts'.
1797
1798 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1799
1800         Fix internal error on canonicalization of clang types.
1801         * cp-name-parser.y (operator): New comment at make_operator call for
1802         new, delete, new[] and delete[].
1803         (exp): Use "sizeof ".  Add new comment at make_operator call.
1804
1805 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1806
1807         Fix disassemble without parameters in tailcall frame.
1808         * cli/cli-cmds.c (disassemble_current_function): Use
1809         get_frame_address_in_block.
1810
1811 2012-09-21  Tom Tromey  <tromey@redhat.com>
1812
1813         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1814         TYPE_CODE_UNION>: Unify, removing a goto.
1815
1816 2012-09-21  Tom Tromey  <tromey@redhat.com>
1817
1818         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1819
1820 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1821
1822         * findvar.c (read_frame_register_value): Mark the result value as
1823         optimized out if any of the input registers have been optimized out.
1824
1825 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1826
1827         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1828
1829 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1830
1831         * eval.c (evaluate_subexp_standard): Eliminate single-use
1832         variable LOWER.
1833
1834 2012-09-21  Yao Qi  <yao@codesourcery.com>
1835
1836         * mi/mi-interp.c: Declare mi_record_changed.
1837         (mi_interpreter_init): Call observer_attach_record_changed.
1838         (mi_record_changed): New.
1839         * record.c (record_open): Call observer_notify_record_changed.
1840         (cmd_record_stop): Call observer_notify_record_changed.
1841         * NEWS: Mention it.
1842
1843 2012-09-20  Tom Tromey  <tromey@redhat.com>
1844
1845         * NEWS: Update.
1846         * python/python.c (finalize_python): New function.
1847         (_initialize_python): Make a final cleanup.
1848
1849 2012-09-19  Doug Evans  <dje@google.com>
1850
1851         * buildsym.h (param_symbols): Delete, unused.
1852         (context_stack): Delete member "params", unused.
1853         * buildsym.c (push_context): Update.
1854         * dwarf2read.c (read_func_scope): Update.
1855
1856 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1857
1858         * sh-tdep.c (sh_register_convert_to_virtual)
1859         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1860         all callers.  Just do a memcpy if not the little-endian case.
1861
1862         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1863         set_gdbarch_double_format and set_gdbarch_long_double_format.
1864         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1865         set_gdbarch_double_format.
1866         * sh-tdep.c (sh_gdbarch_init): Likewise.
1867
1868         * NEWS: Document the removal of SH's 'regs' command.
1869         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1870         command.
1871
1872 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1873
1874         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1875         `jump'.
1876
1877 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1878
1879         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1880         language when iterating over symbols.
1881
1882 2012-09-18  Yao Qi  <yao@codesourcery.com>
1883
1884         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1885         (mi_interpreter_init): Call observer_attach_tsv_created and
1886         observer_attach_tsv_deleted.
1887         (mi_tsv_created, mi_tsv_deleted): New.
1888         * tracepoint.c (delete_trace_state_variable): Call
1889         observer_notify_tsv_deleted.
1890         (trace_variable_command): Call observer_notify_tsv_created.
1891         (delete_trace_variable_command): Call
1892         observer_notify_tsv_deleted.
1893         (create_tsv_from_upload): Call observer_notify_tsv_created.
1894         * NEWS: Mention it.
1895
1896 2012-09-18  Yao Qi  <yao@codesourcery.com>
1897
1898         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1899         if traceframe changed.
1900         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1901         "trace-find".
1902         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1903         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1904         'traceframe_changed'.
1905         (mi_traceframe_changed): New.
1906         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1907         New field.
1908         * NEWS: Mention the new MI notification.
1909
1910 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1911
1912         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1913
1914 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1915
1916         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1917         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1918         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1919         Extend code also for PaX support.  Convert all gdb_assert to warning
1920         calls.
1921
1922 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1923
1924         Implement auto-load user conveniences suggested by Doug Evans.
1925         * auto-load.c: Include top.h.
1926         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1927         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1928         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1929         scripts-directory.  Document in online help one can use also files for
1930         set auto-load safe-path.
1931         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1932         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1933
1934 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1935
1936         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1937         of LEN.
1938
1939 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1940
1941         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1942         ELTLEN and use TYPE_LENGTH directly.
1943         (m2_val_print): Likewise.
1944         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1945         variable LEN and use TYPE_LENGTH directly.
1946         (m68k_svr4_store_return_value): Likewise.
1947         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1948         ARGLEN and use TYPE_LENGTH directly.
1949         (mips_o64_push_dummy_call): Likewise.
1950         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1951         variable LENGTH and use TYPE_LENGTH directly.
1952         (s390_function_arg_float): Likewise.
1953         (s390_function_arg_integer): Likewise.
1954         (s390_push_dummy_call): Likewise.
1955         (s390_return_value_convention): Likewise.
1956         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1957         TYPE_LENGTH directly.
1958
1959 2012-09-17  Yao Qi  <yao@codesourcery.com>
1960
1961         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1962         Update comment to add_setshow_integer_cmd.
1963         * cli/cli-setshow.c (do_set_command): Handle case
1964         'var_zuinteger_unlimited'.
1965         (do_show_command): Likewise.
1966         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1967         for command 'remotetimeout'.
1968         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1969         to var_integer.
1970         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1971         for command 'set listsize'.
1972
1973 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1974
1975         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1976         variable LEN.
1977
1978 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1979
1980         PR 14119
1981         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1982         (frame_pop): Drop also TAILCALL_FRAME frames.
1983         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1984
1985 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1986             Pedro Alves  <palves@redhat.com>
1987
1988         PR 14548
1989         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1990         function start if we are already at function start.  Both for
1991         reverse-next and for reverse-step into function without line number
1992         info.
1993
1994 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1995
1996         Code cleanup - rename 'inline' depth to 'artificial' depth.
1997         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1998         frame_id_artificial_p, extend the comment.
1999         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2000         * frame.c (fprint_frame_id): Rename at a user, change debug output
2001         text to "artificial=".
2002         (skip_inlined_frames): Rename to ...
2003         (skip_artificial_frames): ... here.  Extend the comment.
2004         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2005         (frame_id_inlined_p): Rename to ...
2006         (frame_id_artificial_p): ... here.  Rename at a user.
2007         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2008         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2009         at a user.
2010         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2011         Extend the comment.
2012         (frame_id_inlined_p): Rename to ...
2013         (frame_id_artificial_p): ... here.
2014         * inline-frame.c (inline_frame_this_id): Rename at a user.
2015
2016 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
2017
2018         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2019         vector variables using vector_size syntax rather than array
2020         syntax.
2021
2022 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2023
2024         * valarith.c (value_concat): Replace unsafe ALLOCA with
2025         XMALLOC/XFREE.
2026
2027 2012-09-14  Pedro Alves  <palves@redhat.com>
2028
2029         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2030
2031 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
2032
2033         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2034         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2035         data-directory as appropriate.
2036
2037 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2038
2039         * printcmd.c (ui_printf): Eliminate single-use variable
2040         PARAM_LEN.
2041
2042 2012-09-14  Yao Qi  <yao@codesourcery.com>
2043             Pedro Alves  <palves@redhat.com>
2044
2045         * valops.c (value_assign): Move observer_notify_target_changed
2046         below to replace reinit_frame_cache.
2047
2048 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
2049
2050         Refactor Python "gdb" module into a proper Python package, by
2051         introducing a new "_gdb" module for code implemented in C, and
2052         using reload/__import__ instead of exec.
2053         * python/lib/gdb/__init__.py: Import * from _gdb.
2054         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2055         prompt_hook, sys.argv): Moved from finish_python_initialization.
2056         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2057         (packages, auto_load_packages): New list and function replacing
2058         module_dict and auto-loading code, using __file__ instead of
2059         gdb.PYTHONDIR and reload/__import__ instead of exec.
2060         (GdbSetPythonDirectory): Replacing function of the same name
2061         from finish_python_initialization, using reload/__import__ instead
2062         of exec, as well as call auto_load_packages.
2063         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2064         gdb_python_module and not gdb_module.
2065         * python/python-internal.h (gdb_python_module): Declare.
2066         * python/python.c (gdb_python_module): New global.
2067         (before_prompt_hook): Check gdb_python_module and not gdb_module.
2068         (_initialize_python): Rename gdb module to _gdb.
2069         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2070         (finish_python_initialization): Move Python code to
2071         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2072         __main__.
2073
2074 2012-09-13  Pedro Alves  <palves@redhat.com>
2075
2076         * Makefile.in (COMMON_OBS): Add registry.o.
2077         * registry.c: New file.
2078         * registry.h (struct registry_container): Declare.
2079         (registry_data_callback): New typedef.
2080         (struct registry_data, struct registry_data_registration, struct
2081         registry_data_registry): New type.
2082         (register_data_with_cleanup, registry_alloc_data)
2083         (registry_callback_adaptor, registry_clear_data)
2084         (registry_container_free_data, registry_set_data, registry_data):
2085         Declare.
2086         (DEFINE_REGISTRY): Refactor structures and functions as shims over
2087         the new common structures and functions.
2088         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
2089         callback typedefs.
2090
2091 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
2092
2093         * remote.c (remote_insert_hw_breakpoint): Throw exception if
2094         there is an error inserting hardware breakpoints and use the
2095         error message from the target.
2096
2097         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2098         Catch this exception and print the error message contained within. Do not
2099         print the default hardware error breakpoint message in this case.
2100
2101 2012-09-12  Doug Evans  <dje@google.com>
2102
2103         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2104         cu == NULL.
2105
2106 2012-09-11  Doug Evans  <dje@google.com>
2107
2108         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2109         .gdb_index symbol attributes if there are none.
2110
2111 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2112
2113         * symtab.h (struct minimal_symbol) [has_size]: New field.
2114         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2115         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2116         * printcmd.c (build_address_symbolic): Only filter out zero-sized
2117         minimal symbols if the symbol's size is actually known.
2118         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2119         of msymbol's size field.  Add comment.
2120         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2121         SET_MSYMBOL_SIZE to set the minimal symbol size.
2122
2123 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2124
2125         * minsyms.c (install_minimal_symbols): Use memset to fill entire
2126         minimal_symbol struct object, rather than setting some of its
2127         fields one by one.
2128
2129 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
2130
2131         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2132         passed_a_ptr flag when displaying typedef types.
2133
2134 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
2135
2136         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2137         the optimized_out flag is preserved.
2138
2139 2012-09-10  Anthony Green  <green@moxielogic.com>
2140
2141         * moxie-tdep.c (moxie_analyze_prologue): Update for function
2142         prologue changes in GCC.
2143
2144 2012-09-10  Keith Seitz  <keiths@redhat.com>
2145
2146         PR gdb/13483
2147         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2148         (BOOL_CONVERSION_BADNESS): ... this.
2149         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2150         (rank_one_type): Allow all boolean conversions
2151         permitted by the standard.
2152
2153 2012-09-06  Tom Tromey  <tromey@redhat.com>
2154
2155         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2156         Don't decref py_objfile.
2157
2158 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
2159
2160         Do not enable -lmcheck by default when Python is enabled with
2161         threading support.
2162         * configure.ac: (python_has_threads) New variable, by testing
2163         if WITH_THREAD is defined in Python.h.
2164         Move --enable-lmcheck after --with-python.
2165         Do not enable -lmcheck by default if python_has_threads=yes.
2166         Warn if --enable-lmcheck and python_has_threads=yes.
2167         * configure: Regenerate.
2168
2169 2012-08-31  Yao Qi  <yao@codesourcery.com>
2170
2171         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2172         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2173         Update some commands.
2174         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2175         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
2176         to 1.
2177
2178 2012-08-31  Yao Qi  <yao@codesourcery.com>
2179
2180         * mi/mi-cmds.c (mi_cmds): Add 'static'.
2181
2182 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
2183
2184         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2185
2186 2012-08-29  Doug Evans  <dje@google.com>
2187
2188         * main.c (print_gdb_help): Remove reference to
2189         --use-deprecated-index-sections.
2190
2191 2012-08-28  Yao Qi  <yao@codesourcery.com>
2192
2193         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2194         (init_cmds): Call add_setshow_uinteger_cmd for command
2195         'max-user-call-depth'.
2196         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2197         declaration of 'max_user_call_depth'.
2198         * frame.c (backtrace_limit): Add 'unsigned'.
2199         (_initialize_frame): Call add_setshow_uinteger_cmd for command
2200         'limit'.
2201         * remote.c (remoteaddresssize): Add 'unsigned'.
2202         (remote_address_masked): Change local var 'address_size' to
2203         'unsigned'.
2204         (_initialize_remote): Call add_setshow_uinteger_cmd for
2205         'remoteaddresssize'.
2206         * top.c (history_size): Add 'unsigned'.
2207         (show_commands): Change local variables to 'unsigned'.
2208         (set_history_size_command): Don't check history_size is negative.
2209         Adjust the condition to call unstifle_history and set history_size
2210         to UNIT_MAX.
2211
2212 2012-08-28  Pedro Alves  <palves@redhat.com>
2213
2214         PR gdb/14428
2215
2216         * infcmd.c (default_print_one_register_info): New, factored out
2217         from default_print_registers_info.
2218         (default_print_registers_info): Use it.  Mark value unavailable if
2219         necessary.
2220         (registers_info): Print user registers with
2221         default_print_one_register_info.
2222
2223 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
2224
2225         PR tui/14486
2226         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2227         is not NULL before referencing it.
2228
2229 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2230
2231         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2232         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
2233         original PC for it.
2234
2235 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
2236             Jan Kratochvil  <jan.kratochvil@redhat.com>
2237
2238         * auto-load.c (auto_load_objfile_script): Rename to ...
2239         (auto_load_objfile_script_1): ... here, change variable realname to
2240         parameter realname, document it, add return value, add variable retval.
2241         (auto_load_objfile_script): New function.
2242
2243 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2244
2245         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2246         followed by a whitespace.
2247
2248 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2249
2250         PR gdb/14494.
2251         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2252         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2253         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2254         here.
2255
2256 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
2257
2258         * memattr.c (create_mem_region): Fix memory region overlapping
2259         checking.
2260
2261 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2262
2263         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2264         with xmalloc/cleanup.
2265         * mt-tdep.c (mt_push_dummy_call): Likewise.
2266         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2267         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2268
2269 2012-08-24  Yao Qi  <yao@codesourcery.com>
2270
2271         * jv-exp.y (push_expression_name): Add "." at the end of error
2272         message.
2273
2274 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2275
2276         Document how to return from "python-interactive" to GDB.
2277         * python/python.c (_initialize_python): Update documentation.
2278
2279 2012-08-23  Pedro Alves  <palves@redhat.com>
2280
2281         * infrun.c (_initialize_infrun) <handle command help text>:
2282         Mention that multiple signals are supported.
2283
2284 2012-08-23  Pedro Alves  <palves@redhat.com>
2285
2286         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2287         string.
2288
2289 2012-08-23  Yao Qi  <yao@codesourcery.com>
2290
2291         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2292         (tfind_1): Don't call registers_changed, set_traceframe_num,
2293         and clear_traceframe_info.
2294         Call set_current_traceframe.
2295         (set_current_traceframe): call set_traceframe_num.
2296
2297 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
2298
2299         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2300         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2301
2302 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2303
2304         Enable readline in Python in a GDB-specific way and block the
2305         standard Python readline module to prevent conflicts with GDB.
2306         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2307         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2308         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2309         * python/py-gdb-readline.c: New file.
2310         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2311         prototype.
2312         * python/python.c (_initialize_python): Call
2313         gdbpy_initialize_gdb_readline.
2314
2315 2012-08-22  Keith Seitz  <keiths@redhat.com>
2316
2317         * defs.h: Include build-gnulib/config.h
2318
2319 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
2320
2321         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2322         and blx pc.
2323
2324 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2325
2326         Add a new "python-interactive" command that starts a standard
2327         Python interactive prompt with "pi" as alias, and add "py" as
2328         an alias to "python".
2329         * NEWS: Mention the new commands.
2330         * python/python.c (eval_python_command): New function.
2331         (python_interactive_command): For "python-interactive" with
2332         arguments, call eval_python_command.  For "python-interactive"
2333         without arguments, call PyRun_InteractiveLoop.
2334         (_initialize_python): Add "python-interactive" command with
2335         "pi" as alias, and add "py" as an alias to "python".
2336
2337 2012-08-22  Tom Tromey  <tromey@redhat.com>
2338
2339         * defs.h (quit_flag): Don't declare.
2340         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2341         (QUIT): Use new functions.
2342         * event-top.c (command_handler): Use clear_quit_flag.
2343         (handle_sigint): Use set_quit_flag.
2344         (async_request_quit): Use check_quit_flag.  Don't check
2345         immediate_quit.
2346         * exceptions.c (throw_exception): Use clear_quit_flag.
2347         * main.c (captured_main): Use clear_quit_flag.
2348         * python/python.c (clear_quit_flag, set_quit_flag)
2349         (check_quit_flag): New functions.
2350         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2351         clear_quit_flag.
2352         * remote.c (remote_wait_as): Use check_quit_flag,
2353         clear_quit_flag.
2354         (remote_start_remote): Call QUIT.
2355         * symfile.c (load_progress): Use check_quit_flag.
2356         * top.c (command_loop): Use clear_quit_flag.
2357         (command_line_input): Call QUIT.
2358         * utils.c (quit_flag): Conditionally define.
2359         (clear_quit_flag, check_quit_flag, set_quit_flag): New
2360         functions.
2361         (prompt_for_continue): Call QUIT.  Use quit, not
2362         async_request_quit.
2363         * remote-mips.c (mips_expect_timeout): Call QUIT.
2364         * monitor.c (monitor_expect): Call QUIT.
2365
2366 2012-08-22  Tom Tromey  <tromey@redhat.com>
2367
2368         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2369         (async_init_signals): Update.
2370         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2371         (SIGWINCH_HANDLER_BODY): Remove.
2372
2373 2012-08-22  Tom Tromey  <tromey@redhat.com>
2374
2375         * jit.c (jit_object_close_impl): Don't malloc the objfile
2376         name.
2377         * objfiles.c (allocate_objfile): Don't malloc the objfile
2378         name.
2379         (free_objfile): Don't free the objfile name.
2380         * objfiles.h (struct objfile) <name>: Update comment.
2381         * symfile.c (reread_symbols): Fix reference counting.  Don't
2382         malloc objfile name.
2383
2384 2012-08-22  Tom Tromey  <tromey@redhat.com>
2385
2386         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2387         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2388         (symfile_bfd_open): Likewise.
2389         (generic_load): Likewise.
2390         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2391         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2392         gdb_bfd_open.
2393         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2394         Use gdb_bfd_open.
2395         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2396         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2397         (pmon_load_fast): Likewise.
2398         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2399         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2400         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2401         (macho_check_dsym): Likewise.
2402         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2403         (m32r_upload_command): Likewise.
2404         * gdb_bfd.h (gdb_bfd_cache): Declare.
2405         * gdb_bfd.c (struct gdb_bfd_data): New.
2406         (gdb_bfd_cache): New global.
2407         (struct gdb_bfd_cache_search): New.
2408         (hash_bfd): New function.
2409         (eq_bfd): Likewise.
2410         (gdb_bfd_open): Likewise.
2411         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2412         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
2413         gdb_bfd_data.
2414         * exec.c (exec_file_attach): Use gdb_bfd_open.
2415         * dsrec.c (load_srec): Use gdb_bfd_open.
2416
2417 2012-08-22  Tom Tromey  <tromey@redhat.com>
2418
2419         * dwarf2read.c (macro_start_file): Update.
2420         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2421         (free_objfile_per_bfd_storage): Destroy macro_cache.
2422         (allocate_objfile, free_objfile): Update.
2423         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2424         New field.
2425         (struct objfile) <macro_cache>: Remove.
2426         * symfile.c (reread_symbols): Update.
2427         * symmisc.c (print_symbol_bcache_statistics): Update.
2428         (print_objfile_statistics): Update.
2429
2430 2012-08-22  Tom Tromey  <tromey@redhat.com>
2431
2432         * elfread.c (elf_symtab_read): Update.
2433         * objfiles.c (objfiles_bfd_data): New global.
2434         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2435         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2436         (allocate_objfile, free_objfile): Update.
2437         (_initialize_objfiles): Initialize objfiles_bfd_data.
2438         * objfiles.h (struct objfile_per_bfd_storage): New.
2439         (struct objfile) <per_bfd>: New field.
2440         <filename_cache>: Remove.
2441         (set_objfile_per_bfd): Declare.
2442         * symfile.c (reread_symbols): Update.  Call
2443         set_objfile_per_bfd.
2444         (allocate_symtab): Update.
2445         * symmisc.c (print_symbol_bcache_statistics): Update.
2446         (print_objfile_statistics): Print the size of the BFD obstack.
2447
2448 2012-08-22  Tom Tromey  <tromey@redhat.com>
2449
2450         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
2451         * gdb_bfd.c: Use DEFINE_REGISTRY.
2452         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2453         (gdb_bfd_ref): Call bfd_alloc_data.
2454         (gdb_bfd_unref): Call bfd_free_data.
2455
2456 2012-08-22  Tom Tromey  <tromey@redhat.com>
2457
2458         * registry.h (struct registry_fields): New.
2459         (REGISTRY_FIELDS): Redefine.
2460         (REGISTRY_ACCESS_FIELD): New macro.
2461         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
2462         functions.
2463
2464 2012-08-22  Tom Tromey  <tromey@redhat.com>
2465
2466         * auto-load.c (_initialize_auto_load): Update.
2467         * solib-svr4.c (_initialize_svr4_solib): Update
2468         * solib-dsbt.c (_initialize_dsbt_solib): Update.
2469         * solib-darwin.c (_initialize_darwin_solib): Update.
2470         * registry.h: New file.
2471         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2472         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2473         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
2474         (register_program_space_data_with_cleanup)
2475         (register_program_space_data, program_space_alloc_data)
2476         (clear_program_space_data, set_program_space_data)
2477         (program_space_data): Don't declare.
2478         * progspace.c: Use DEFINE_REGISTRY.
2479         (struct program_space_data, struct
2480         program_space_data_registration, struct
2481         program_space_data_registry, program_space_data_registry)
2482         (register_program_space_data_with_cleanup)
2483         (register_program_space_data, program_space_alloc_data)
2484         (program_space_free_data, clear_program_space_data)
2485         (set_program_space_data, program_space_data): Remove.
2486         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
2487         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2488         (register_objfile_data_with_cleanup, register_objfile_data)
2489         (clear_objfile_data, set_objfile_data, objfile_data): Don't
2490         declare.
2491         * objfiles.c: Use DEFINE_REGISTRY.
2492         (struct objfile_data, struct objfile_data_registration, struct
2493         objfile_data_registry, objfile_data_registry)
2494         (register_objfile_data_with_cleanup, register_objfile_data)
2495         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2496         (set_objfile_data, objfile_data): Remove.
2497         (_initialize_objfiles): Update.
2498         * jit.c (_initialize_jit): Update.
2499         * inflow.c (_initialize_inflow): Update.
2500         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
2501         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2502         (register_inferior_data_with_cleanup, register_inferior_data)
2503         (clear_inferior_data, set_inferior_data, inferior_data): Don't
2504         declare.
2505         * inferior.c: Use DEFINE_REGISTRY.
2506         (struct inferior_data, struct inferior_data_registration, struct
2507         inferior_data_registry, inferior_data_registry)
2508         (register_inferior_data_with_cleanup, register_inferior_data)
2509         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
2510         (set_inferior_data, inferior_data): Remove.
2511         * auxv.c (_initialize_auxv): Update.
2512         * ada-lang.c (_initialize_ada_language): Update.
2513         * breakpoint.c (_initialize_breakpoint): Update.
2514         * i386-nat.c (i386_use_watchpoints): Update.
2515
2516 2012-08-22  Tom Tromey  <tromey@redhat.com>
2517
2518         * exec.c (exec_close, exec_file_attach): Update.
2519         (add_to_section_table): Initialize 'key' field.
2520         (add_target_sections, remove_target_sections): Add 'key' argument.
2521         * exec.h (add_target_sections, remove_target_sections): Add
2522         'key' argument.
2523         * solib.c (solib_map_sections, update_solib_list, clear_solib)
2524         (reload_shared_libraries_1): Update.
2525         * target.h (struct target_section) <key>: New field.
2526
2527 2012-08-22  Tom Tromey  <tromey@redhat.com>
2528
2529         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2530
2531 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2532
2533         * symfile.c (allocate_symtab): Use host_address_to_string
2534         function instead of cast of pointer to long which is not
2535         compatible with x86_64-w64-mingw32 build.
2536
2537 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2538
2539         * mips-tdep.c (is_octeon): New function.
2540         (is_octeon_bbit_op): New function.
2541         (mips32_next_pc): Handle Octeon's bbit instructions.
2542         (mips32_instruction_has_delay_slot): Likewise.
2543
2544 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2545
2546         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2547         before the function.
2548
2549 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2550
2551         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2552
2553 2012-08-19  Keith Seitz  <keiths@redhat.com>
2554
2555         PR c++/14365
2556         * c-typeprint.c (c_type_print_varspec_prefix): Pass
2557         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2558
2559 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
2560
2561         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2562         The typo broke "make TAGS".
2563
2564 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
2565
2566         GDB 7.5 released.
2567
2568 2012-08-17  Keith Seitz  <keiths@redhat.com>
2569
2570         PR c++/13356
2571         * gdbtypes.c (strict_type_checking): New variable.
2572         (show_strict_type_checking): New function.
2573         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2574         if strict type checking is disabled.
2575         (_initialize_gdbtypes): Add "check type" subcommand.
2576         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2577
2578 2012-08-17  Keith Seitz  <keiths@redhat.com>
2579
2580         * language.h (type_mode): Remove.
2581         (type_check): Remove.
2582         (struct language_defn): Remove la_type_check.
2583         (STRICT_TYPE): Remove unused macro.
2584         (type_error): Remove.
2585         * language.c (set_type_range_case): Renamed to ...
2586         (set_range_case): ... this.  Update all callers.
2587         Remove type_mode/type_check.
2588         (type_mode): Remove.
2589         (type_check): Remove.
2590         (show_type_command): Remove.
2591         (set_type_command): Remove.
2592         (language_info): Remove type checking output.
2593         (type_error): Remove unused function.
2594         (range_error): Update comment.
2595         (unknown_language_defn): Remove la_type_check.
2596         (auto_language_defn): Likewise.
2597         (local_language_defn): Likewise.
2598         (_initialize_language): Remove "check type" subcommand.
2599         * ada-lang.c (ada_language_defn): Remove la_type_check.
2600         * c-lang.c (c_language_defn): Likewise.
2601         (cplus_language_defn): Likewise.
2602         (asm_language_defn): Likewise.
2603         (minimal_language_defn): Likewise.
2604         * d-lang.c (d_language_defn): Likewise.
2605         * f-lang.c (f_language_defn): Likewise.
2606         * go-lang.c (go_language_defn): Likewise.
2607         * jv-lang.c (java_language_defn): Likewise.
2608         * m2-lang.c (m2_language_defn): Likewise.
2609         * objc-lang.c (objc_language_defn): Likewise.
2610         * opencl-lang.c (opencl_language_defn): Likewise.
2611         * p-lang.c (pascal_language_defn): Likewise.
2612
2613 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
2614
2615         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2616
2617 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2618
2619         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2620         New function.
2621         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2622         using the regache.  Use ia64_hpux_get_register_from_save_state_t
2623         to access the bsp and bspstore registers if not.
2624
2625 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2626
2627         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2628         * breakpoint.c (detach_breakpoints): Change pid parameter into
2629         a ptid.  Adjust code accordingly.
2630         * infrun.c (handle_inferior_event): Delete variable child_pid.
2631         Update call to detach_breakpoints to pass the child ptid for
2632         fork events.
2633         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2634         assert that inferior_ptid's lwp is zero.
2635         (linux_handle_extended_wait): Update call to detach_breakpoints.
2636         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2637         detach_breakpoints.
2638
2639 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2640
2641         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2642         parent, only call detach_breakpoints if tts.tts_event ==
2643         TTEVT_VFORK.
2644
2645 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2646
2647         * dwarf2-frame.c (dwarf2_frame_cache): Use
2648         get_frame_address_in_block instead of get_frame_pc as
2649         the bound for executing the frame's FDE.
2650
2651 2012-08-16  Yao Qi  <yao@codesourcery.com>
2652
2653         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2654         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2655         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2656         (c_type_print_varspec_suffix): Likewise.
2657         * eval.c (evaluate_subexp_standard): Likewise.
2658         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2659         (f_type_print_varspec_suffix): Likewise.
2660         * gdbtypes.c (is_scalar_type): Likewise.
2661         (recursive_dump_type): Likewise.
2662         * infcall.c (value_arg_coerce): Likewise.
2663         * m2-valprint.c (m2_val_print): Likewise.
2664         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2665         (pascal_type_print_varspec_suffix): Likewise.
2666         (pascal_type_print_base): Likewise.
2667         * p-valprint.c (pascal_val_print): Likewise.
2668         (pascal_val_print): Likewise.
2669         * valops.c (value_slice): Likewise.
2670         * valprint.c (scalar_type_p): Likewise.
2671         * valarith.c (value_bitstring_subscript): Remove.
2672         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2673         Remove comment on TYPE_CODE_BITSTRING.
2674
2675         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2676         TYPE_CODE_BITSTRING.
2677
2678         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2679         slot 0.
2680
2681 2012-08-16  Yao Qi  <yao@codesourcery.com>
2682
2683         * tracepoint.c (trace_find_none_command): Remove.
2684         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2685
2686 2012-08-16  Yao Qi  <yao@codesourcery.com>
2687
2688         * remote.c (handle_notification): Remove parameter 'length'.
2689         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2690
2691 2012-08-15  Keith Seitz  <keiths@redhat.com>
2692
2693         * gdbtypes.c (opaque_type_resolution): Make static.
2694         Add missing comment.
2695         (overload_debug): Add missing comment.
2696         (show_opaque_type_resolution): Likewise.
2697         (show_overload_debug): Likewise.
2698         (print_bit_vector): Remove unnecessary forward declaration.
2699         (print_arg_types): Likewise.
2700         (dump_fn_fieldlists): Likewise.
2701         (print_cplus_stuff): Likewise.
2702
2703 2012-08-15  Tom Tromey  <tromey@redhat.com>
2704
2705         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2706         (gdb_bfd_ref): Initialize new field.
2707         (gdb_bfd_unref): Unref the archive BFD.
2708         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2709         parent archive.
2710
2711 2012-08-15  Tom Tromey  <tromey@redhat.com>
2712
2713         PR python/14387:
2714         * python/py-bpevent.c (create_breakpoint_event_object): Update
2715         comment.
2716         * python/py-event.c (evpy_add_attribute): Update comment.
2717         * python/py-exitedevent.c (create_exited_event_object): Fix
2718         reference counting and error handling.
2719         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2720         Fix reference counting.
2721         * python/py-signalevent.c (create_signal_event_object): Fix
2722         reference counting and error handling.
2723         * python/py-stopevent.c (emit_stop_event): Fix reference
2724         counting.
2725         * python/py-threadevent.c (get_event_thread): Return a
2726         borrowed reference.
2727         * python/py-type.c (convert_field): Fix reference counting.
2728
2729 2012-08-15  Tom Tromey  <tromey@redhat.com>
2730
2731         * dwarf2read.c (dwarf_decode_macro_bytes)
2732         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2733         as hash key.
2734
2735 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2736
2737         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2738         stepi, nexti, finish, next, step, jump, and continue commands.
2739         * infrun.c (_initialize_infrun): Update help text for the handle
2740         command.
2741
2742 2012-08-14  Doug Evans  <dje@google.com>
2743
2744         * gdbtypes.c (struct extra): Delete, unused.
2745
2746         * gdbtypes.c: Whitespace cleanup.
2747         (address_space_name_to_int): Remove "extern" from definition.
2748         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2749
2750         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2751         TYPE_POINTER_TYPE (type).
2752
2753 2012-08-14  Gary Benson  <gbenson@redhat.com>
2754
2755         * solib-svr4.c (svr4_free_library_list): Use free_so.
2756
2757 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2758
2759         * .gitignore: Add go-exp.c.
2760
2761 2012-08-13  Doug Evans  <dje@google.com>
2762
2763         * value.c (show_convenience): Tweak comment.
2764         (_initialize_values): Mention convenience functions in the help text
2765         for "show convenience".
2766
2767 2012-08-13  Yao Qi  <yao@codesourcery.com>
2768
2769         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2770         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2771         TERNOP_SLICE_COUNT.
2772         * eval.c (evaluate_subexp_standard): Likewise.
2773         * expprint.c (print_subexp_standard): Likewise.
2774         (dump_subexp_body_standard): Likewise.
2775         * parse.c (operator_length_standard): Likewise.
2776
2777 2012-08-13  Yao Qi  <yao@codesourcery.com>
2778
2779         * std-operator.def: Remove OP_BITSTRING.
2780         * breakpoint.c (watchpoint_exp_is_const): Update.
2781         * eval.c (evaluate_subexp_standard): Remove handling to
2782         OP_BITSTRING.
2783         * expprint.c (print_subexp_standard): Likewise.
2784         (dump_subexp_body_standard): Likewise.
2785         * parse.c (operator_length_standard): Likewise.
2786         * valops.c (value_bitstring): Remove.
2787         * value.h: Remove the declaration of 'value_bitstring'.
2788
2789 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2790
2791         * linespec.c (find_methods): Remove unused variables `i1' and
2792         `name_len'.
2793         (decode_line_full): Likewise for `arg_start'.
2794
2795 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2796
2797         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2798         (zlib_decompress_section): Likewise for `section_data'.
2799         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2800
2801 2012-08-10  Doug Evans  <dje@google.com>
2802
2803         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2804         * NEWS: Document them.
2805         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2806         function/strfns.py.
2807         * python/py-type.c (typy_array_1): New function.
2808         (typy_array): Call it.
2809         (typy_vector): New function.
2810         (type_object_methods): Add "vector".
2811         * python/lib/gdb/function/__init__.py: New file.
2812         * python/lib/gdb/function/strfns.py: New file.
2813
2814 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2815
2816         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2817         for TYPE_FIELD_BITPOS.
2818         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2819
2820 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2821
2822         PR cli/10436:
2823         * common/vec.h (VEC_merge): Define.
2824         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2825         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2826         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2827         * completer.c: Include gdb_signals.h.
2828         (signal_completer): Define.
2829         * completer.h (signal_completer): Add prototype.
2830         * infcmd.c (_initialize_infcmd): Assign the command
2831         completer for "signal" to handle_completer.
2832         * infrun.c: Include completer.h.
2833         (handle_completer): Define.
2834         (_initialize_infrun): Declare a new local variable c.  Store the
2835         result of add_com("handle") to it.  Assign the command
2836         completer for "handle" to handle_completer.
2837
2838 2012-08-09  Yao Qi  <yao@codesourcery.com>
2839
2840         * cli/cli-decode.c (set_cmd_prefix): New.
2841         (lookup_cmd_for_prefixlist): New.
2842         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2843         of each cmd_list_element in *prefixlist.
2844         (add_setshow_cmd_full): set_cmd_prefix.
2845         (add_alias_cmd): Likewise.
2846         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2847         Declare 'auto_boolean_enums'.
2848         * cli/cli-setshow.c: Include "observer.h".
2849         (notify_command_param_changed_p): New.
2850         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2851         Remove 'static'.
2852         (do_setshow_command): Split it to ...
2853         (do_set_command, do_show_command): ... them.  New.
2854         (do_set_command): Call observer_notify_command_param_changed if
2855         notify_command_param_changed_p returns true.
2856         (cmd_show_list): Caller update.
2857         * auto-load.c (set_auto_load_cmd): Likewise.
2858         * remote.c (show_remote_cmd): Likewise.
2859         * cli/cli-setshow.h: Update declarations.
2860         * top.c (execute_command): Call do_set_command and do_show_command.
2861
2862         * NEWS: Mention new MI notification.
2863         * mi/mi-interp.c: Declare mi_command_param_changed.
2864         (mi_interpreter_init): Attach mi_command_param_changed to
2865         observer command_param_changed.
2866         (mi_command_param_changed): New.
2867         Remove mi_suppress_breakpoint_notifications.
2868         Define global variable mi_suppress_notification.
2869         (mi_breakpoint_created): Update.
2870         (mi_breakpoint_deleted): Likewise.
2871         (mi_breakpoint_modified): Likewise.
2872         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2873         'gdb-set' and set mi_suppress_notification.
2874         * mi/mi-main.h: (mi_suppress_notification): New struct.
2875
2876 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2877             Jan Kratochvil  <jan.kratochvil@redhat.com>
2878
2879         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2880
2881 2012-08-09  Yao Qi  <yao@codesourcery.com>
2882
2883         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2884         (skiplist): Move it to skip.c.
2885         (init_cmd_lists): Remove code setting enablebreaklist and
2886         skiplist to NULL.
2887         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2888         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2889         skiplist.
2890         * gdbcmd.h: Likewise.
2891         * skip.c (_initialize_step_skip): Move 'skiplist' from
2892         cli/cli-cmds.c.
2893
2894 2012-08-09  Yao Qi  <yao@codesourcery.com>
2895
2896         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2897         * gnu-nat.c, symfile.c: Likewise.
2898
2899 2012-08-08  Aaron Gamble  <agamble@google.com>
2900
2901         * utils.c (prompt_for_continue_wait_time): New static global.
2902         (make_command_stats_cleanup): Initialize it.
2903         (report_command_stats): Subtract time waiting for user.
2904         (prompt_for_continue): Track time waiting for user.
2905         (defaulted_query): Track time waiting for user.
2906
2907 2012-08-08  Doug Evans  <dje@google.com>
2908
2909         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2910         UNOP_MEMVAL_TYPE.
2911         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2912         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2913         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2914         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2915         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2916         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2917         elt.
2918         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2919         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2920         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2921         (dump_prefix_expression): Handle OP_TYPE.
2922
2923 2012-08-08  Keith Seitz  <keiths@redhat.com>
2924
2925         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2926         addr_start.
2927
2928 2012-08-08  Doug Evans  <dje@google.com>
2929
2930         * linux-thread-db.c: #include "gdb_vecs.h".
2931         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2932         updated.
2933         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2934         (thread_db_load_search): Use a vector to iterate over path elements.
2935         Handle text appearing after "$pdir".
2936
2937         * gdb_string.h: Moved to ...
2938         * common/gdb_string.h: ... here.
2939         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2940         gdb_string.h and gdb_assert.h.
2941
2942 2012-08-08  Yao Qi  <yao@codesourcery.com>
2943
2944         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2945         (tic6x_value_to_register): Likewise.
2946         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2947         and set_gdbarch_value_to_register.
2948
2949 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2950             Jean-Marc Saffroy  <saffroy@gmail.com>
2951
2952         PR 11804
2953         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2954         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2955         * gcore.c (gcore_create_callback): New function comment.  Add modified
2956         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2957         according to MODIFIED.
2958         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2959         the passed modified value to FUNC.
2960         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2961         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2962         first.  New variables modified and has_anonymous.  Parse the lines of
2963         smaps file.  Add the passed MODIFIED value to FUNC.
2964         * procfs.c (find_memory_regions_callback): Add the passed modified
2965         value.
2966
2967 2012-08-06  Tom Tromey  <tromey@redhat.com>
2968
2969         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2970         (dwarf2_frame_cache): Use it.
2971         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2972         cache initialization constraint.
2973
2974 2012-08-06  Tom Tromey  <tromey@redhat.com>
2975
2976         PR python/14386:
2977         * varobj.c (update_dynamic_varobj_children): Don't call
2978         PyIter_Check.
2979
2980 2012-08-06  Tom Tromey  <tromey@redhat.com>
2981
2982         PR cli/14392:
2983         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2984
2985 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2986
2987         * NEWS: New entry for 'cd' default parameters.
2988         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2989
2990 2012-08-03  Tom Tromey  <tromey@redhat.com>
2991
2992         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2993         return.
2994
2995 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2996
2997         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2998         to attempting lseek/write.
2999         (inf_child_fileio_pread): Likewise for pread.
3000
3001 2012-08-02  Yao Qi  <yao@codesourcery.com>
3002
3003         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3004         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3005         add_setshow_zinteger_cmd.
3006         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3007         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3008         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3009         instead of add_setshow_zinteger_cmd.
3010         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3011         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3012         instead of add_setshow_zinteger_cmd.
3013         * frame.c (frame_debug): Add 'unsigned'.
3014         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3015         add_setshow_zinteger_cmd.
3016         * frame.h: Update the declaration of 'frame_debug'.
3017         * gdbtypes.c (overload_debug): Add 'unsigned'.
3018         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3019         add_setshow_zinteger_cmd.
3020         * inferior.h: Update declaration of 'debug_infrun'.
3021         * infrun.c (debug_infrun): Add 'unsigned'.
3022         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3023         add_setshow_zinteger_cmd.
3024         * jit.c (jit_debug): Add 'unsigned'.
3025         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3026         add_setshow_zinteger_cmd.
3027         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3028         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3029         instead of add_setshow_zinteger_cmd.
3030         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3031         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3032         add_setshow_zinteger_cmd.
3033         * machoread.c (mach_o_debug_level): Add 'unsigned'.
3034         (_initialize_machoread): Call add_setshow_zuinteger_cmd
3035         instead of add_setshow_zinteger_cmd.
3036         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3037         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3038         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3039         intead of add_setshow_zinteger_cmd.
3040         * mips-tdep.c (mips_debug): Add 'unsigned'.
3041         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3042         instead of add_setshow_zinteger_cmd.
3043         * monitor.c (monitor_debug): Add 'unsigned'.
3044         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3045         add_setshow_zinteger_cmd.
3046         * observer.c (observer_debug): Add 'unsigned'.
3047         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3048         add_setshow_zinteger_cmd.
3049         * parse.c (expressiondebug): Add 'unsigned'.
3050         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3051         add_setshow_zinteger_cmd.
3052         * record.c (record_debug): Add 'unsigned'.
3053         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3054         add_setshow_zinteger_cmd.
3055         * record.h: Update the declaration of 'record_debug'.
3056         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3057         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3058         add_setshow_zinteger_cmd.
3059         * serial.c (global_serial_debug_p): Add 'unsigned'.
3060         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3061         add_setshow_zinteger_cmd.
3062         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3063         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3064         add_setshow_zinteger_cmd.
3065         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3066         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3067         add_setshow_zinteger_cmd.
3068         * target.c (targetdebug): Add 'unsigned'.
3069         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3070         add_setshow_zinteger_cmd.
3071         * valops.c (overload_debug): Add 'unsigned'.
3072         * varobj.c (varobjdebug): Add 'unsigned'.
3073         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3074         add_setshow_zinteger_cmd.
3075         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3076         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3077         instead of add_setshow_zinteger_cmd.
3078
3079         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3080         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3081         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3082         instead of add_setshow_zinteger_cmd.
3083         * gdbarch.c, gdbarch.h: Re-generated.
3084
3085 2012-08-02  Yao Qi  <yao@codesourcery.com>
3086
3087         * nto-tdep.c: Don't include cli/cli-decode.h and
3088         cli/cli-cmds.h.
3089         (_initialize_nto_tdep): Remove.
3090         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3091         Remove field.
3092         Remove macro nto_internal_debugging.
3093
3094 2012-08-01  Richard Henderson  <rth@redhat.com>
3095
3096         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3097         (mep-*-*) [gdb_target_obs]: Likewise.
3098
3099 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
3100
3101         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3102         linux_get_siginfo_type.
3103
3104 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
3105
3106         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3107         AT_ENTRY_POINT.
3108         (call_function_by_hand) <ON_STACK>: Call write_memory with
3109         gdbarch_breakpoint_from_pc, if possible.
3110         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3111         here.
3112
3113 2012-07-31  Yao Qi  <yao@codesourcery.com>
3114
3115         * tracepoint.c: Add 'static' for some variables.
3116
3117 2012-07-31  Yao Qi  <yao@codesourcery.com>
3118
3119         * go32-nat.c: Declare _initialize_go32_nat.
3120         * ser-go32.c: Declare _initialize_ser_dos.
3121         * top.c (do_chdir_cleanup): Add 'static'.
3122
3123 2012-07-30  Keith Seitz  <keiths@redhat.com>
3124
3125         * linespec.c (linespec_lex_number): A number followed
3126         by quotes is a valid number, too.
3127
3128 2012-07-30  Tom Tromey  <tromey@redhat.com>
3129
3130         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3131
3132 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
3133
3134         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3135         attempt to 4-byte-align HW breakpoint addresses for Thumb.
3136
3137 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
3138
3139         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3140         invalid or reevaluated to prevent prevent references to possibly
3141         delete'd type objects being left in the varobj.
3142
3143 2012-07-27  Tom Tromey  <tromey@redhat.com>
3144             Jan Kratochvil  <jan.kratochvil@redhat.com>
3145
3146         * copying.awk: Print buffer-read-only and vi ro markers.
3147         * copying.c: Rebuild.
3148         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3149         * gdbarch.c, gdbarch.h: Rebuild.
3150         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3151         buffer-read-only and vi ro markers.
3152         * features/arm-with-iwmmxt.c: Rebuild.
3153         * features/arm-with-m-fpa-layout.c: Rebuild.
3154         * features/arm-with-m-vfp-d16.c: Rebuild.
3155         * features/arm-with-m.c: Rebuild.
3156         * features/arm-with-neon.c: Rebuild.
3157         * features/arm-with-vfpv2.c: Rebuild.
3158         * features/arm-with-vfpv3.c: Rebuild.
3159         * features/i386/amd64-avx-linux.c: Rebuild.
3160         * features/i386/amd64-avx.c: Rebuild.
3161         * features/i386/amd64-linux.c: Rebuild.
3162         * features/i386/amd64.c: Rebuild.
3163         * features/i386/i386-avx-linux.c: Rebuild.
3164         * features/i386/i386-avx.c: Rebuild.
3165         * features/i386/i386-linux.c: Rebuild.
3166         * features/i386/i386-mmx-linux.c: Rebuild.
3167         * features/i386/i386-mmx.c: Rebuild.
3168         * features/i386/i386.c: Rebuild.
3169         * features/i386/x32-avx-linux.c: Rebuild.
3170         * features/i386/x32-avx.c: Rebuild.
3171         * features/i386/x32-linux.c: Rebuild.
3172         * features/i386/x32.c: Rebuild.
3173         * features/mips-dsp-linux.c: Rebuild.
3174         * features/mips-linux.c: Rebuild.
3175         * features/mips64-dsp-linux.c: Rebuild.
3176         * features/mips64-linux.c: Rebuild.
3177         * features/rs6000/powerpc-32.c: Rebuild.
3178         * features/rs6000/powerpc-32l.c: Rebuild.
3179         * features/rs6000/powerpc-403.c: Rebuild.
3180         * features/rs6000/powerpc-403gc.c: Rebuild.
3181         * features/rs6000/powerpc-405.c: Rebuild.
3182         * features/rs6000/powerpc-505.c: Rebuild.
3183         * features/rs6000/powerpc-601.c: Rebuild.
3184         * features/rs6000/powerpc-602.c: Rebuild.
3185         * features/rs6000/powerpc-603.c: Rebuild.
3186         * features/rs6000/powerpc-604.c: Rebuild.
3187         * features/rs6000/powerpc-64.c: Rebuild.
3188         * features/rs6000/powerpc-64l.c: Rebuild.
3189         * features/rs6000/powerpc-7400.c: Rebuild.
3190         * features/rs6000/powerpc-750.c: Rebuild.
3191         * features/rs6000/powerpc-860.c: Rebuild.
3192         * features/rs6000/powerpc-altivec32.c: Rebuild.
3193         * features/rs6000/powerpc-altivec32l.c: Rebuild.
3194         * features/rs6000/powerpc-altivec64.c: Rebuild.
3195         * features/rs6000/powerpc-altivec64l.c: Rebuild.
3196         * features/rs6000/powerpc-cell32l.c: Rebuild.
3197         * features/rs6000/powerpc-cell64l.c: Rebuild.
3198         * features/rs6000/powerpc-e500.c: Rebuild.
3199         * features/rs6000/powerpc-e500l.c: Rebuild.
3200         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3201         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3202         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3203         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3204         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3205         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3206         * features/rs6000/powerpc-vsx32.c: Rebuild.
3207         * features/rs6000/powerpc-vsx32l.c: Rebuild.
3208         * features/rs6000/powerpc-vsx64.c: Rebuild.
3209         * features/rs6000/powerpc-vsx64l.c: Rebuild.
3210         * features/rs6000/rs6000.c: Rebuild.
3211         * features/s390-linux32.c: Rebuild.
3212         * features/s390-linux32v1.c: Rebuild.
3213         * features/s390-linux32v2.c: Rebuild.
3214         * features/s390-linux64.c: Rebuild.
3215         * features/s390-linux64v1.c: Rebuild.
3216         * features/s390-linux64v2.c: Rebuild.
3217         * features/s390x-linux64.c: Rebuild.
3218         * features/s390x-linux64v1.c: Rebuild.
3219         * features/s390x-linux64v2.c: Rebuild.
3220         * features/tic6x-c62x-linux.c: Rebuild.
3221         * features/tic6x-c62x.c: Rebuild.
3222         * features/tic6x-c64x-linux.c: Rebuild.
3223         * features/tic6x-c64x.c: Rebuild.
3224         * features/tic6x-c64xp-linux.c: Rebuild.
3225         * features/tic6x-c64xp.c: Rebuild.
3226
3227 2012-07-27  Tom Tromey  <tromey@redhat.com>
3228
3229         * c-exp.y (classify_name): Avoid assignment in condition.
3230
3231 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
3232
3233         * amd64-windows-tdep.c: Include "frame.h".
3234         (amd64_windows_skip_trampoline_code): New function.
3235         (amd64_windows_init_abi): Add trampoline registration.
3236
3237 2012-07-27  Yao Qi  <yao@codesourcery.com>
3238
3239         * tracepoint.c (cur_traceframe_number): Remove.
3240         (set_tfile_traceframe): Remove.
3241         (tfile_trace_find, tfile_fetch_registers): Update callers.
3242         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3243         (tfile_open, tfile_trace_find): Likewise.
3244
3245 2012-07-27  Yao Qi  <yao@codesourcery.com>
3246
3247         * thread.c (switch_to_thread): Don't call registers_changed.
3248
3249 2012-07-26  Tom Tromey  <tromey@redhat.com>
3250
3251         * Makefile.in (SFILES): Remove objc-exp.y.
3252         (YYFILES): Remove objc-exp.c.
3253         (YYOBJ): Remove objc-exp.o.
3254         (local-maintainer-clean): Don't mention objc-exp.c.
3255         * c-exp.y: Include objc-lang.h.
3256         (%union) <class>: New field.
3257         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3258         (exp): Clone subscript production for OBJC_LBRAC.  Add various
3259         Objective C productions.
3260         (msglist, msgarglist, msgarg): New productions.
3261         (array_mod, func_mod, operator): Clone productions for
3262         OBJC_LBRAC.
3263         (parse_string_or_char): Handle '@' strings.
3264         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
3265         (classify_name): Check la_name_of_this.  Recognize ObjC class
3266         names.
3267         * objc-exp.y: Remove.
3268         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3269         * objc-lang.h (objc_parse, objc_error): Don't declare.
3270
3271 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
3272
3273         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3274
3275 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3276
3277         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3278         and decrement.
3279
3280 2012-07-26  Tom Tromey  <tromey@redhat.com>
3281
3282         * copying.c: Rebuild.
3283         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
3284         'no_class'.
3285
3286 2012-07-26  Tom Tromey  <tromey@redhat.com>
3287
3288         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3289         immediate_quit.
3290         (print_objfile_statistics): Likewise.
3291         (maintenance_print_symbols): Likewise.
3292         (maintenance_print_msymbols): Likewise.
3293         (maintenance_print_objfiles): Likewise.
3294         * psymtab.c (print_partial_symbols): Call QUIT.
3295         (maintenance_print_psymbols): Likewise.  Don't modify
3296         immediate_quit.
3297         * copying.c (show_copying_command): Don't modify immediate_quit.
3298         (show_warranty_command): Likewise.
3299         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3300
3301 2012-07-26  Keith Seitz  <keiths@redhat.com>
3302
3303         * linespec.c (linespec_lexer_lex_number): The input
3304         is also a valid number if the next character is a comma
3305         or colon.
3306
3307 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
3308
3309         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3310         configure options.
3311
3312 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3313
3314         * machoread.c: Include gdb_bfd.h.
3315
3316 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3317
3318         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3319         offset.
3320
3321 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3322
3323         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3324         SIZE to size_t.
3325         (dwarf2_evaluate_loc_desc): Likewise.
3326         (dwarf2_loc_desc_needs_frame): Likewise.
3327         (locexpr_describe_location_1): Likewise.
3328         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3329         size_t.
3330         (struct dwarf2_loclist_baton): Likewise.
3331         * dwarf2read.c (struct dwarf_block): Likewise.
3332         (dump_die_shallow): Use pulongest to print dwarf_block.size.
3333         (decode_locdesc): Expand SIZE and I to size_t.
3334
3335 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3336
3337         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3338
3339 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3340
3341         * doublest.c (convert_doublest_to_floatformat): If the exponent
3342         is too small, treat the value as zero.  If the exponent is too
3343         large, treat the value as infinity.
3344
3345 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3346
3347         * configure.ac: Add --enable-lmcheck configure option.
3348         * configure: Regenerate.
3349
3350 2012-07-25  Tom Tromey  <tromey@redhat.com>
3351
3352         * NEWS: Mention maint info bfds.
3353         * gdb_bfd.c (all_bfds): New global.
3354         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3355         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3356         New functions.
3357
3358 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
3359
3360         * configure.tgt: Add v850*-*-rtems*.
3361
3362 2012-07-25  Tom Tromey  <tromey@redhat.com>
3363
3364         * macrotab.c (macro_bcache_str): Remove cast.
3365
3366 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
3367
3368         * linespec.c (linespec_lexer_lex_number): Update comments,
3369         change the return and add check to make sure the input is
3370         the decimal numbers.
3371         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3372         false, call linespec_lexer_lex_string.
3373
3374 2012-07-24  Tom Tromey  <tromey@redhat.com>
3375
3376         * symfile.c (symbol_file_add): Don't open BFD twice.
3377
3378 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
3379
3380         * breakpoint.c (create_breakpoint): Store condition for pending
3381         breakpoints.
3382
3383 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
3384
3385         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3386         (m68k_return_value): Handle complex types like structures.
3387         (m68k_svr4_return_value): Likewise.
3388
3389 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3390
3391         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3392         parameters to bfd_get_section_name.
3393
3394 2012-07-24  Yao Qi  <yao@codesourcery.com>
3395
3396         * cli/cli-setshow.c: Handle case 'var_uinteger'
3397         and 'var_zuninteger' together.  Handle case 'var_integer' and
3398         'var_zinteger' together.
3399
3400 2012-07-23  Keith Seitz  <keiths@redhat.com>
3401
3402         * linespec.c (convert_linespec_to_sal): Don't add
3403         any symbols to the result vector if symbol_to_sal
3404         returns zero.
3405
3406 2012-07-23  Keith Seitz  <keiths@redhat.com>
3407
3408         * linespec.c (decode_objc): Record the function name
3409         in the linespec.
3410
3411 2012-07-23  Tom Tromey  <tromey@redhat.com>
3412
3413         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
3414         counting.
3415         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3416         (map_vmap): Acquire a reference to the BFD.
3417
3418 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
3419
3420         * p-valprint.c (pascal_object_print_value): Replace potentially
3421         unsafe alloca with xmalloc/xfree.
3422         * valops.c (search_struct_method): Likewise.
3423
3424 2012-07-23  Tom Tromey  <tromey@redhat.com>
3425
3426         * solib-svr4.c (enable_break): Update.
3427         * bfd-target.h (target_bfd_reopen): Update documentation.
3428
3429 2012-07-23  Tom Tromey  <tromey@redhat.com>
3430
3431         * symfile.c (separate_debug_file_exists): Update.
3432         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3433         (reread_symbols): Update.
3434         * elfread.c (build_id_verify): Update.
3435         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3436         bfd_open_maybe_remote.
3437
3438 2012-07-23  Tom Tromey  <tromey@redhat.com>
3439
3440         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3441
3442 2012-07-23  Tom Tromey  <tromey@redhat.com>
3443
3444         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3445         and 'abfd'.
3446         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3447         and 'abfd'.
3448         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3449         * machoread.c (macho_add_oso_symfile): Make a cleanup for
3450         'abfd'.
3451         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3452         * objfiles.c (allocate_objfile): Acquire a new reference.
3453         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3454         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3455         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3456         a cleanup for 'nbfd'.
3457         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3458         for 'nbfd'.
3459         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3460         make a cleanup for 'abfd'.
3461         (symbol_file_add): Make a BFD cleanup.
3462
3463 2012-07-23  Tom Tromey  <tromey@redhat.com>
3464
3465         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3466         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3467         * corelow.c (core_open): Use gdb_bfd_fopen.
3468         * dsrec.c (load_srec): Use gdb_bfd_openr.
3469         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3470         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3471         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3472         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3473         (gdb_bfd_fdopenr): New functions.
3474         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3475         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3476         (gdb_bfd_fdopenr): Declare.
3477         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3478         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3479         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3480         gdb_bfd_openr_next_archived_file.
3481         (macho_check_dsym): Use gdb_bfd_openr.
3482         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3483         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3484         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3485         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3486         gdb_bfd_openr.
3487         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3488         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3489         gdb_bfd_openr_next_archived_file.
3490         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3491         Use gdb_bfd_openr.
3492         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3493         gdb_bfd_openr.
3494         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3495         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3496         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3497         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3498         (symfile_bfd_open): Use gdb_bfd_fopen.
3499         (generic_load): Use gdb_bfd_openr.
3500         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3501
3502 2012-07-23  Tom Tromey  <tromey@redhat.com>
3503
3504         * bfd-target.c (target_bfd_reopen): Update.
3505         * cli/cli-dump.c (bfd_openr_with_cleanup)
3506         (bfd_openw_with_cleanup): Update.
3507         * corelow.c (core_open): Update.
3508         * dsrec.c (load_srec): Update.
3509         * exec.c (exec_file_attach): Update.
3510         * gcore.c (create_gcore_bfd): Update.
3511         * gdb_bfd.c (gdb_bfd_ref): Return void.
3512         (gdb_bfd_open): Update.
3513         * gdb_bfd.h (gdb_bfd_ref): Return void.
3514         Update comments.
3515         * jit.c (jit_bfd_try_read_symtab): Update.
3516         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3517         * machoread.c (macho_symfile_read_all_oso): Update.
3518         (macho_check_dsym): Update.
3519         * procfs.c (insert_dbx_link_bpt_in_file): Update.
3520         * remote-m32r-sdi.c (m32r_load): Update.
3521         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3522         * rs6000-nat.c (add_vmap): Update.
3523         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3524         Update.
3525         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3526         * solib-spu.c (spu_bfd_open): Update.
3527         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3528         * spu-linux-nat.c (spu_bfd_open): Update.
3529         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3530         (generic_load): Update.
3531         * windows-nat.c (windows_make_so): Update.
3532
3533 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
3534
3535         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3536
3537 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
3538
3539         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3540         SIGTRAMP_FRAME unwinding.
3541
3542 2012-07-20  Doug Evans  <dje@google.com>
3543
3544         * NEWS: Document new options "set/show use-deprecated-index-sections",
3545         and delete reference to --use-deprecated-index-sections.
3546         * symfile.h (use_deprecated_index_sections): Delete.
3547         * dwarf2read.c (use_deprecated_index_sections): Make static.
3548         (read_index_from_section): Update wording of how to load
3549         deprecated index sections.
3550         (_initialize_dwarf2_read): New options
3551         "set/show use-deprecated-index-sections".
3552         * main.c (captured_main): Delete --use-deprecated-index-sections.
3553
3554 2012-07-20  Pedro Alves  <palves@redhat.com>
3555
3556         PR threads/11692
3557         PR gdb/12203
3558
3559         * infrun.c (handle_inferior_event) <new thread>: Don't special
3560         case minus_one_ptid.
3561         <TARGET_WAITKIND_SPURIOUS>: Ditto.
3562         * linux-thread-db.c (thread_get_info_callback): Don't return early
3563         if the thread is zombie.
3564         (thread_from_lwp): Change return type to void.  Rewrite stale
3565         comment.
3566         (attach_thread): Don't return early if the thread is zombie,
3567         instead set its "dying" flag.
3568         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3569         (find_new_threads_callback): Don't return early if the thread is
3570         zombie.
3571
3572 2012-07-20  Pedro Alves  <palves@redhat.com>
3573
3574         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3575         * target.c (target_wait): Likewise.
3576         (str_comma_list_concat_elem, do_option, target_options_to_string):
3577         New functions.
3578         * target.h (target_options_to_string): Declare.
3579
3580 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
3581             Tom Tromey  <tromey@redhat.com>
3582
3583         * dwarf2read.c (dwarf_decode_macros)
3584         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3585         DW_MACRO_GNU_transparent_include_alt>: New cases.
3586         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3587         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3588
3589 2012-07-20  Tom Tromey  <tromey@redhat.com>
3590
3591         * dwarf2read.c (try_open_dwo_file): Don't call
3592         gdb_bfd_stash_filename.
3593
3594 2012-07-20  Pedro Alves  <palves@redhat.com>
3595
3596         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3597         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3598         (i386_process_record): Tweak description comments.
3599
3600 2012-07-20  Pedro Alves  <palves@redhat.com>
3601
3602         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3603         (i386_process_record): Use record_read_memory.
3604         * record.c (record_read_memory): New function.
3605         (record_arch_list_add_mem, record_exec_insn): Use
3606         record_read_memory.
3607         * record.h (record_read_memory): Declare.
3608
3609 2012-07-20  Yao Qi  <yao@codesourcery.com>
3610
3611         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3612         NULL for xfree.
3613
3614 2012-07-19  Pedro Alves  <palves@redhat.com>
3615
3616         * record.c (record_resume): Ask the target beneath to report all
3617         signals.
3618
3619 2012-07-19  Doug Evans  <dje@google.com>
3620
3621         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3622         there's no section at address zero.
3623         (dwarf2_record_block_ranges): Ditto.
3624
3625 2012-07-19  Yao Qi  <yao@codesourcery.com>
3626
3627         * command.h, remote.c: Fix a typo in comment.
3628
3629 2012-07-19  Tom Tromey  <tromey@redhat.com>
3630
3631         PR exp/13206:
3632         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3633         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3634         OP_DECLTYPE>: New cases.
3635         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3636         (type_exp): Add new productions.
3637         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3638         and decltype.
3639         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3640         New case.
3641         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3642         OP_DECLTYPE>: New case.
3643         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3644         New case.
3645         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3646         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3647
3648 2012-07-19  Tom Tromey  <tromey@redhat.com>
3649
3650         * c-exp.y (enum token_flags): New.
3651         (struct token) <cxx_only>: Remove.
3652         <flags>: New field.
3653         (tokentab3, tokentab2, ident_tokens): Update.
3654         (lex_one_token): Update.  Handle FLAG_SHADOW.
3655
3656 2012-07-19  Tom Tromey  <tromey@redhat.com>
3657
3658         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3659         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3660         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3661         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3662         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3663         type_exp production where appropriate.
3664         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3665         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3666         <UNOP_MEMVAL_TYPE>: New case.
3667         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3668         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3669         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3670         <UNOP_MEMVAL_TYPE>: New case.
3671         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3672         UNOP_REINTERPRET_CAST>: Update.
3673         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3674         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3675         UNOP_REINTERPRET_CAST>: Update.
3676         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3677         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3678         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3679         constants.
3680
3681 2012-07-19  Yao Qi  <yao@codesourcery.com>
3682             Jan Kratochvil <jan.kratochvil@redhat.com>
3683
3684         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3685         and case 'var_optional_filename' together.
3686         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3687         instead of add_setshow_optional_filename_cmd for setshow command
3688         'args'.  Set completer for 'set args'.
3689
3690 2012-07-18  Doug Evans  <dje@google.com>
3691
3692         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3693         * common/gdb_vecs.c: New file, contents from utils.c.
3694         * common/host-defs.h: New file, contents from defs.h.
3695         * utils.h: New file, contents from defs.h.
3696         * defs.h: Move all declarations of objects defined in utils.c
3697         to utils.h (except QUIT() and related).
3698         #include "utils.h", "host-defs.h".
3699         * probe.h (probe_p): Move here from gdb_vecs.h.
3700         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3701         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3702         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3703         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3704         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3705         (COMMON_OBS): Add gdb_vecs.o.
3706         (gdb_vecs.o): New rule.
3707
3708 2012-07-18  Keith Seitz  <keiths@redhat.com>
3709
3710         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3711         parameter.  If non-zero, use SYMNAME as the canonical name
3712         for the SaL.
3713         Update all callers.
3714         (convert_linespec_to_sals): Use add_sal_to_sals for
3715         expressions, too.
3716         (decode_line_full): No need to "fill in missing canonical names"
3717         anymore. Simply make cleanups for the allocated names.
3718
3719 2012-07-18  Keith Seitz  <keiths@redhat.com>
3720
3721         * linespec.c (struct linespec): Constify expression,
3722         source_filename, function_name, and label_name.
3723         (symbol_not_found_error): Make all parameters const.
3724         (linespec_parser_delete): No need to check for NULL
3725         when using xfree. Cast const char * to char * for xfree.
3726
3727 2012-07-18  Keith Seitz  <keiths@redhat.com>
3728
3729         * breakpoint.c (invalid_thread_id_error): New function.
3730         (find_condition_and_thread): Use invalid_thread_id_error.
3731         (watch_command_1): Likewise.
3732
3733 2012-07-18  Tom Tromey  <tromey@redhat.com>
3734
3735         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3736         * contrib/cc-with-tweaks.sh: New file.
3737
3738 2012-07-18  Tom Tromey  <tromey@redhat.com>
3739
3740         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3741         (locate_dwz_sections): Recognize .gdb_index.
3742         (create_cus_from_index_list): New function.
3743         (create_cus_from_index): Use it.  Handle .dwz data.
3744         (read_index_from_section): New function, extracted from
3745         dwarf2_read_index.
3746         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3747         if needed.
3748
3749 2012-07-18  Tom Tromey  <tromey@redhat.com>
3750
3751         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3752         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3753         <is_dwz>: New field.
3754         (struct dwz_file): New.
3755         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3756         (locate_dwz_sections, dwarf2_get_dwz_file)
3757         (get_abbrev_section_for_cu): New functions.
3758         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3759         (read_and_check_type_unit_head): Add abbrev_section argument.
3760         (create_debug_types_hash_table): Update.
3761         (init_cutu_and_read_dies): Use proper abbrev section.
3762         (init_cutu_and_read_dies_no_follow): Likewise.
3763         (set_partial_user): Do nothing if PST==NULL.
3764         (read_comp_units_from_section): New function.
3765         (create_all_comp_units): Use it.
3766         (scan_partial_symbols, partial_die_parent_scope): Update.
3767         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3768         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3769         (find_partial_die): Add offset_in_dwz argument.  Update.
3770         (guess_partial_die_structure_name, fixup_partial_die): Update.
3771         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3772         DW_FORM_GNU_strp_alt.
3773         (read_indirect_string_from_dwz): New function.
3774         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3775         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3776         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3777         (follow_die_offset): Add offset_in_dwz argument.
3778         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3779         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3780         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3781         Handle new macro forms.
3782         (dwarf_decode_macros): Update.
3783         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3784         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3785         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3786         (create_debug_types_hash_table): Use correct abbrev section.
3787         (get_debug_line_section): New function.
3788         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3789         (process_full_comp_unit): Pass 'required' argument to
3790         end_symtab_get_static_block.
3791         * buildsym.h (end_symtab_get_static_block): Update.
3792         * buildsym.c (end_symtab_get_static_block): Add 'required'
3793         argument.
3794         (end_symtab, end_expandable_symtab): Update.
3795
3796 2012-07-18  Tom Tromey  <tromey@redhat.com>
3797
3798         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3799         (pagesize): Remove.
3800         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3801         (zlib_decompress_section): Remove.
3802         (dwarf2_read_section): Use gdb_bfd_map_section.
3803         (munmap_section_buffer): Remove.
3804         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3805         munmap_section_buffer.
3806         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3807         (struct gdb_bfd_section_data): New.
3808         (free_one_bfd_section): New function.
3809         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3810         (get_section_descriptor, zlib_decompress_section)
3811         (gdb_bfd_map_section): New functions.
3812         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3813
3814 2012-07-18  Tom Tromey  <tromey@redhat.com>
3815
3816         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3817
3818 2012-07-18  Tom Tromey  <tromey@redhat.com>
3819
3820         * gdb_bfd.c (struct gdb_bfd_data): New.
3821         (gdb_bfd_cache): New global.
3822         (struct gdb_bfd_cache_search): New.
3823         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3824         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3825         * gdb_bfd.h (gdb_bfd_open): Declare.
3826
3827 2012-07-18  Tom Tromey  <tromey@redhat.com>
3828
3829         * utils.c (make_cleanup_bfd_unref): Rename from
3830         make_cleanup_bfd_close.
3831         * defs.h (make_cleanup_bfd_unref): Rename from
3832         make_cleanup_bfd_close.
3833         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3834         (bfd_openw_with_cleanup): Update.
3835         * corelow.c (core_open): Update.
3836         * dsrec.c (load_srec): Update.
3837         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3838         * remote-m32r-sdi.c (m32r_load): Update.
3839         * remote-mips.c (mips_load_srec): Update.
3840         (pmon_load_fast): Update.
3841         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3842         Update.
3843         (darwin_bfd_open): Update.
3844         * solib.c (solib_bfd_fopen): Update.
3845         * symfile-mem.c (symbol_file_add_from_memory): Update.
3846         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3847         (symfile_bfd_open): Update.
3848         (generic_load): Update.
3849
3850 2012-07-18  Tom Tromey  <tromey@redhat.com>
3851
3852         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3853         (pmon_load_fast): Likewise.
3854         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3855         (m32r_upload_command): Likewise.
3856         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3857         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3858         Use make_cleanup_bfd_close.
3859
3860 2012-07-18  Tom Tromey  <tromey@redhat.com>
3861
3862         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3863         gdb_bfd_stash_filename.
3864         (load_command): Open the new BFD before freeing the old.
3865         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3866         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3867         Call gdb_bfd_stash_filename.
3868         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3869         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3870         gdb_bfd_stash_filename.
3871         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3872         Free found_pathname.
3873         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3874         gdb_bfd_stash_filename.
3875         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3876         * machoread.c (macho_add_oso_symfile): Call
3877         gdb_bfd_stash_filename.
3878         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3879         gdb_bfd_stash_filename.
3880         (macho_check_dsym): Don't copy filename.  Call
3881         gdb_bfd_stash_filename.
3882         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3883         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3884         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3885         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3886         * exec.c (exec_close): Don't free the BFD's filename.
3887         (exec_file_attach): Don't copy the filename.  Call
3888         gdb_bfd_stash_filename.
3889         * corelow.c (core_close): Don't free the BFD's filename.
3890         (core_open): Call gdb_bfd_stash_filename.
3891         * corefile.c (reopen_exec_file): Remove #if 0 code.
3892         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3893         pathname.
3894         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3895
3896 2012-07-18  Tom Tromey  <tromey@redhat.com>
3897
3898         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3899         gdb_bfd_unref.
3900         (free_dwo_file): Use gdb_bfd_unref.
3901         * cli/cli-dump.c: Include gdb_bfd.h.
3902         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3903         (bfd_openr_with_cleanup): Likewise.
3904         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3905         gdb_bfd_unref.
3906         * utils.c: Include gdb_bfd.h.
3907         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3908         * symfile.c: Include gdb_bfd.h.
3909         (separate_debug_file_exists): Use gdb_bfd_unref.
3910         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3911         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3912         (generic_load): Use gdb_bfd_ref.
3913         (reread_symbols): Use gdb_bfd_unref.
3914         * symfile-mem.c: Include gdb_bfd.h.
3915         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3916         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3917         * solib.c: Include gdb_bfd.h.
3918         (solib_bfd_fopen): Use gdb_bfd_ref.
3919         (solib_bfd_open): Use gdb_bfd_unref.
3920         (free_so_symbols): Use gdb_bfd_unref.
3921         (reload_shared_libraries_1): Use gdb_bfd_unref.
3922         * solib-spu.c: Include gdb_bfd.h.
3923         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3924         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3925         gdb_bfd_unref.
3926         * solib-frv.c: Include gdb_bfd.h.
3927         (enable_break2): Use gdb_bfd_unref.
3928         * solib-dsbt.c: Include gdb_bfd.h.
3929         (enable_break2): Use gdb_bfd_unref.
3930         * solib-darwin.c: Include gdb_bfd.h.
3931         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3932         gdb_bfd_unref.
3933         (darwin_bfd_open): Use gdb_bfd_unref.
3934         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3935         * remote-mips.c: Include gdb_bfd.h.
3936         (mips_load_srec): Use gdb_bfd_ref.
3937         (pmon_load_fast): Use gdb_bfd_ref.
3938         * remote-m32r-sdi.c: Include gdb_bfd.h.
3939         (m32r_load): Use gdb_bfd_ref.
3940         * record.c: Include gdb_bfd.h.
3941         (record_save_cleanups): Use gdb_bfd_unref.
3942         (cmd_record_save): Use gdb_bfd_unref.
3943         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3944         gdb_bfd_unref.
3945         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3946         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3947         * objfiles.c: Include gdb_bfd.h.
3948         (free_objfile): Use gdb_bfd_unref.
3949         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3950         gdb_bfd.c.
3951         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3952         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3953         (macho_check_dsym): Likewise.
3954         * m32r-rom.c: Include gdb_bfd.h.
3955         (m32r_load): Use gdb_bfd_ref.
3956         (m32r_upload_command): Use gdb_bfd_ref.
3957         * jit.c: Include gdb_bfd.h.
3958         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3959         * gdb_bfd.h: New file.
3960         * gdb_bfd.c: New file.
3961         * gcore.c: Include gdb_bfd.h.
3962         (create_gcore_bfd): Use gdb_bfd_ref.
3963         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3964         (gcore_command): Use gdb_bfd_unref.
3965         * exec.c: Include gdb_bfd.h.
3966         (exec_close): Use gdb_bfd_unref.
3967         (exec_close_1): Use gdb_bfd_unref.
3968         (exec_file_attach): Use gdb_bfd_ref.
3969         * elfread.c: Include gdb_bfd.h.
3970         (build_id_verify): Use gdb_bfd_unref.
3971         * dsrec.c: Include gdb_bfd.h.
3972         (load_srec): Use gdb_bfd_ref.
3973         * corelow.c: Include gdb_bfd.h.
3974         (core_close): Use gdb_bfd_unref.
3975         (core_open): Use gdb_bfd_ref.
3976         * bfd-target.c: Include gdb_bfd.h.
3977         (target_bfd_xclose): Use gdb_bfd_unref.
3978         (target_bfd_reopen): Use gdb_bfd_ref.
3979         * Makefile.in (SFILES): Add gdb_bfd.c.
3980         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3981         (COMMON_OBS): Add gdb_bfd.o.
3982
3983 2012-07-18  Keith Seitz  <keiths@redhat.com>
3984
3985         * breakpoint.c (find_condition_and_thread): Initialize
3986         TASK and REST.
3987         (create_breakpiont): find_condition_and_thread will now
3988         initialize COND_STRING, THREAD, and REST (and TASK).
3989         (addr_string_to_sals): Likewise.
3990
3991 2012-07-18  Pedro Alves  <palves@redhat.com>
3992
3993         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3994         Pull the single step breakpoints out of the target.
3995
3996 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3997
3998         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3999         * stap-probe.c (compile_probe_arg): Likewise.
4000
4001 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4002
4003         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4004         (elf_compile_to_ax): Likewise.
4005         * infrun.c (insert_exception_resume_from_probe): Likewise.
4006         (check_exception_resume): Remove `objfile' variable.
4007         * probe.c (find_probe_by_pc): Remove `objfile' argument.
4008         (struct probe_and_objfile, probe_and_objfile_s): Delete.
4009         (collect_probes): Adjust return value to `VEC (probe_p) *'.
4010         (compare_entries): Rename to...
4011         (compare_probes): ...this.  Adjust function to work with
4012         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
4013         respectively.
4014         (gen_ui_out_table_header_info): Adjust `probes' argument to be
4015         `VEC (probe_p) *'.
4016         (print_ui_out_info): Adjust argument to be `struct probe *'.
4017         (info_probes_for_ops): Adjust internal computations to use
4018         `VEC (probe_p) *'.
4019         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4020         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4021         gen_info_probes_table_values>: Remove `objfile' argument.
4022         (struct probe) <objfile>: New field.
4023         (find_probe_by_pc): Remove `objfile' argument.
4024         * stap-probe.c (stap_parse_probe_arguments): Likewise.
4025         (stap_get_probe_argument_count): Likewise.
4026         (stap_get_arg): Likewise.
4027         (stap_evaluate_probe_argument): Likewise.
4028         (stap_compile_to_ax): Likewise.
4029         (compile_probe_arg): Refactor not to pass `objfile' anymore.
4030         (handle_stap_probe): Fill `objfile' field from `struct probe'.
4031         (stap_gen_info_probes_table_header): Remove `objfile' argument.
4032         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4033         sym_compile_to_ax>: Likewise.
4034
4035 2012-07-18  Terry Guo  <terry.guo@arm.com>
4036
4037         PR 14329
4038         * defs.h (GDB_MI_MSG_WIDTH): New.
4039         * ser_base (ser_base_read_error_fd): New function.
4040         (do_ser_base_readchar): Poll error file descriptor as well as
4041         standard output.
4042         (generic_readchar): Refactor error handling.
4043
4044 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4045
4046         * NEWS: Create a new section for the next release branch.
4047         Rename the section of the current branch, now that it has
4048         been cut.
4049
4050 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4051
4052         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4053         * version.in: Bump version to 7.5.50.20120718-cvs.
4054
4055 2012-07-17  Keith Seitz  <keiths@redhat.com>
4056
4057         * linespec.c (linespec_parse_line_offset): Make parameter
4058         const.
4059
4060 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4061
4062         PR 11914
4063         * f-valprint.c (info_common_command): New variable frame_id.
4064         Reinitialize FI form FRAME_ID after each print_variable_and_value.
4065         * printcmd.c (print_variable_and_value): Extend function comment.
4066         Add comment for invalidated FRAME.
4067         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
4068         FI form FRAME_ID after each print_frame_local_vars.
4069         (struct print_variable_and_value_data): Change frame to frame_id.
4070         (do_print_variable_and_value): New variable frame, initialize it from
4071         p->frame_id.  Add comment for invalidated FRAME.
4072         (print_frame_local_vars, print_frame_arg_vars): New function comment.
4073         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
4074         for invalidated FRAME.
4075
4076 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
4077             Pedro Alves  <palves@redhat.com>
4078
4079         * linux-nat.c (linux_nat_detach): Don't unregister from the event
4080         loop.
4081
4082 2012-07-16  Tom Tromey  <tromey@redhat.com>
4083
4084         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4085
4086 2012-07-15  Doug Evans  <dje@google.com>
4087
4088         * dwarf2read.c (stmt_list_hash): New struct.
4089         (type_unit_group): Embed "per_cu" member, remove pointer.
4090         New union member "t", move member "tus" into it, all uses updated.
4091         New member "hash", replaces member "line_offset, all uses updated.
4092         (quick_file_names): Replace member "offset" with "hash", all uses
4093         updated.
4094         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4095         (hash_file_name_entry, eq_file_name_entry): Call them.
4096         (hash_type_unit_group, eq_type_unit_group): Ditto.
4097         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4098         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4099         (dw2_get_file_names): Update.
4100         (create_type_unit_group): Replace "per_cu" arg with "cu".
4101         All callers updated.  Fix "quick" (.gdb_index) handling.
4102         (get_type_unit_group): Replace "per_cu" arg with "cu".
4103         All callers updated.
4104         (build_type_unit_groups): Don't reset tu_stats.
4105
4106         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4107         "tab_cur_size".  Change member "tab" to be a htab_t.
4108         (create_filename_seen_cache): Update.
4109         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4110         (filename_seen): Update.
4111
4112 2012-07-13  Doug Evans  <dje@google.com>
4113
4114         * symtab.c (filename_seen): Update comment.
4115
4116 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4117             Doug Evans  <dje@google.com>
4118
4119         * buildsym.c (end_symtab_1): Split it to ...
4120         (end_symtab_get_static_block): ... this ...
4121         (end_symtab_from_static_block): ... and this function.
4122         (end_symtab, end_expandable_symtab): Call them.
4123         * buildsym.h (end_symtab_get_static_block)
4124         (end_symtab_from_static_block): New declarations.
4125         * dwarf2read.c (process_full_comp_unit): New variable static_block.
4126         Set its valid CU ranges.
4127
4128 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4129
4130         * dwarf2loc.c (disassemble_dwarf_expression): Handle
4131         DW_OP_GNU_parameter_ref.
4132
4133 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4134
4135         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4136         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4137
4138 2012-07-13  Doug Evans  <dje@google.com>
4139
4140         * symtab.c (output_source_filename): Delete unnecessary forward decl.
4141         (filename_seen_cache): New struct.
4142         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4143         (create_filename_seen_cache): New function.
4144         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4145         (filename_seen): Delete arg "first".  New arg "cache".  All callers
4146         updated.
4147         (output_source_filename_data): New struct.
4148         (output_source_filename): Delete arg "first".  New arg "data".
4149         All callers updated.
4150         (sources_info): Delete local "first".  New locals "data", "cleanups".
4151         Rewrite to use filename_seen_cache.
4152         (add_partial_filename_data): Delete member "first".  New member
4153         "filename_seen_cache".  All uses updated.
4154         (make_source_files_completion_list): Rewrite to use
4155         filename_seen_cache.
4156
4157 2012-07-12  Doug Evans  <dje@google.com>
4158
4159         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4160
4161 2012-07-10  Doug Evans  <dje@google.com>
4162
4163         PR gdb/13498
4164         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4165         all_type_unit_groups, type_unit_groups, tu_stats.
4166         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4167         All uses updated.  Add type_unit_group to union "s".
4168         (type_unit_group): New struct.
4169         (IS_TYPE_UNIT_GROUP): New macro.
4170         (abbrev_table): Delete unused member "section".
4171         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4172         (dw2_get_cu): Assert not used with type_unit_group.
4173         (dw2_get_primary_cu): New function.
4174         (dw2_build_type_unit_groups_reader): New function.
4175         (dw2_build_type_unit_groups): New function.
4176         (dw2_get_file_names): Assert not called on type units.
4177         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4178         Redo loop to iterate over type unit groups instead of type units.
4179         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4180         (read_abbrev_offset): New function.
4181         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
4182         updated.
4183         (create_partial_symtab): New function.
4184         (process_psymtab_comp_unit_reader): Assert not used with type units.
4185         Call create_partial_symtab.
4186         (process_psymtab_type_unit): Delete.
4187         (hash_type_unit_group, eq_type_unit_group): New functions.
4188         (allocate_type_unit_groups_table): New function.
4189         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4190         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4191         (create_type_unit_group, get_type_unit_group): New functions.
4192         (tu_abbrev_offset): New struct.
4193         (sort_tu_by_abbrev_offset): New function.
4194         (add_type_unit_group_to_table): New function.
4195         (build_type_unit_groups): New function.
4196         (build_type_psymtabs_reader): New function.
4197         (build_type_psymtab_dependencies): New function.
4198         (build_type_psymtabs): Rewrite.
4199         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4200         is seen in a type unit.
4201         (process_queue): Move symtab expansion debugging printfs here.
4202         Call process_full_type_unit for type units.
4203         (compute_symtab_includes): Assert not called for type units.
4204         (process_cu_includes): Don't call compute_symtab_includes for
4205         type units.
4206         (process_full_type_unit): New function.
4207         (process_imported_unit_die): Flag an error if called for type units.
4208         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
4209         updated.  Assert not called for type units.
4210         (read_file_scope): Call dwarf2_start_symtab.
4211         (setup_type_unit_groups): New function.
4212         (read_type_unit_scope): Rewrite.
4213         (abbrev_table_read_table): Initialize abbrev_table->offset.
4214         (abbrev_table_free_cleanup): New function.
4215         (dwarf2_start_symtab): New function.
4216         (load_full_type_unit): Assert not called for type unit groups.
4217         * buildsym.c (finish_block_internal): New arg "expandable".
4218         All callers updated.
4219         (start_symtab): Move most contents to ...
4220         (restart_symtab): ... here.  New function.
4221         (reset_symtab_globals): New function.
4222         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
4223         Call reset_symtab_globals.
4224         (end_symtab, end_expandable_symtab): New functions.
4225         (set_missing_symtab, augment_type_symtab): New functions.
4226         * buildsym.h (end_expandable_symtab): Declare.
4227         (augment_type_symtab, restart_symtab): Declare.
4228         * psympriv.h (struct partial_symtab): New member "anonymous".
4229         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4230         anonymous psymtabs.
4231         (read_psymtabs_with_filename): Ditto.
4232         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4233         (expand_symtabs_matching_via_partial): Ditto.
4234         (dump_psymtab): Update.
4235         * dictionary.c (dict_add_pending): New function.
4236         * dictionary.h (dict_add_pending): Declare.
4237
4238 2012-07-09  Doug Evans  <dje@google.com>
4239
4240         * buildsym.c (start_subfile): Remove unnecessary check for
4241         name == NULL.
4242
4243         * psymtab.c (allocate_psymtab): Use host_address_to_string.
4244
4245         * dwarf2read.c (load_full_type_unit): Simplify.
4246
4247         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4248         to struct signatured_type **.  All uses updated.
4249
4250         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4251         All callers updated.
4252
4253 2012-07-09  Tom Tromey  <tromey@redhat.com>
4254
4255         * c-exp.y (check_parameter_typelist): New function.
4256         (parameter_typelist): Call it.
4257         * eval.c (make_params): Handle '(void)' case.
4258         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4259         '(void)' case.
4260
4261 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4262
4263         * common/linux-ptrace.c: Include gdb_assert.h.
4264         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4265         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4266         stdint.h.
4267         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4268         functions.
4269         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4270         * linux-nat.c (linux_child_post_attach)
4271         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4272
4273 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4274
4275         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4276         nptl <2.7 bug workaround for core files.
4277
4278 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4279
4280         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4281         clearing.
4282         (save_siginfo): Remove.
4283         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4284         call.
4285         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4286         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4287         * linux-nat.h (struct lwp_info): Remove field siginfo.
4288
4289 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4290
4291         Code cleanup for the next patch.
4292         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4293         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4294         call for it.
4295         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4296         (ia64_linux_stopped_data_address):
4297         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4298         the return value.
4299         * linux-nat.h (linux_nat_get_siginfo): Likewise.
4300         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4301         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4302         call for it.
4303
4304 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4305
4306         PR 14321
4307         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4308         Increase buffer sizes to 2x we need, not just 2x of the previous size.
4309
4310 2012-07-06  Tom Tromey  <tromey@redhat.com>
4311
4312         * c-exp.y (DOTDOTDOT): New token.
4313         (func_mod, exp): Use parameter_typelist.
4314         (parameter_typelist): New production.
4315         (tokentab3): Add "..." token.
4316         * eval.c (make_params): Handle varargs.
4317         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4318         varargs.
4319
4320 2012-07-06  Tom Tromey  <tromey@redhat.com>
4321
4322         PR exp/9608:
4323         * c-exp.y (%union) <tvec>: Change type.
4324         (func_mod): Now uses <tvec> type.
4325         (exp): Update for tvec change.
4326         (direct_abs_decl): Push the typelist.
4327         (func_mod): Return a typelist.
4328         (nonempty_typelist): Update for tvec change.
4329         * gdbtypes.c (lookup_function_type_with_arguments): New function.
4330         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4331         * parse.c (pop_type_list): New function.
4332         (push_typelist): New function.
4333         (follow_types): Handle tp_function_with_arguments.
4334         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
4335         (enum type_pieces) <tp_function_with_arguments>: New constant.
4336         (union type_stack_elt) <typelist_val>: New field.
4337         (push_typelist): Declare.
4338
4339 2012-07-06  Tom Tromey  <tromey@redhat.com>
4340
4341         * c-exp.y (%union) <type_stack>: New field.
4342         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
4343         (ptr_operator_ts): New production.
4344         (ptype): Update.
4345         * parse.c (type_stack_reserve): New function.
4346         (check_type_stack_depth): Use it.
4347         (pop_type_stack, append_type_stack, push_type_stack)
4348         (get_type_stack, type_stack_cleanup): New functions.
4349         (follow_types): Handle tp_type_stack.
4350         (_initialize_parse): Simplify initialization.
4351         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4352         constant.
4353         (union type_stack_elt) <stack_val>: New field.
4354         (get_type_stack, append_type_stack, push_type_stack)
4355         (type_stack_cleanup): Declare.
4356
4357 2012-07-06  Tom Tromey  <tromey@redhat.com>
4358
4359         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4360         Remove.
4361         (struct type_stack): New.
4362         * parse.c (type_stack, type_stack_size, type_stack_depth):
4363         Remove.
4364         (type_stack): New global.
4365         (parse_exp_in_context, check_type_stack_depth)
4366         (insert_into_type_stack, insert_type, push_type, push_type_int)
4367         (insert_type_address_space, pop_type, pop_type_int)
4368         (_initialize_parse): Update.
4369
4370 2012-07-06  Tom Tromey  <tromey@redhat.com>
4371
4372         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4373         Remove %type.
4374
4375 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4376
4377         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4378
4379 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4380             Jan Kratochvil  <jan.kratochvil@redhat.com>
4381
4382         * cp-valprint.c (cp_print_value): Replace potentially unsafe
4383         alloca with xmalloc/xfree.
4384
4385 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4386
4387         * MAINTAINERS (Write After Approval): Add myself to the list.
4388
4389 2012-07-05  Doug Evans  <dje@google.com>
4390
4391         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4392
4393 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4394
4395         * ax-gdb.c (cli/cli-utils.h): New include.
4396         (linespec.h): Ditto.
4397         (agent_eval_command_one): New function.
4398         (agent_command_1): Ditto.
4399         (agent_command): Call function agent_command_1.
4400         (agent_eval_command): Ditto.
4401         (_initialize_ax_gdb): Change help for "maint agent"
4402         and "maint agent-eval".
4403
4404 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4405
4406         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4407         * cli/cli-utils.c (check_for_argument): New function.
4408         * cli/cli-utils.h (check_for_argument): Ditto.
4409
4410 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4411
4412         * NEWS: Mention x32 ABI support.
4413
4414 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4415
4416         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4417         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4418
4419         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4420         and pc_regnum_from_eax to -1.  Update SP regnum from
4421         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4422         needed.
4423
4424         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4425         pc_regnum_from_eax.
4426
4427 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4428
4429         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4430         * dwarf2expr.h: Include gdbtypes.h.
4431         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4432         these forward declarations.
4433         (cu_offset, sect_offset): Move these ...
4434         * gdbtypes.h: Remove include dwarf2expr.h.
4435         (cu_offset, sect_offset): ... here.
4436
4437 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
4438
4439         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4440         (amd64_linux_sigtramp_code): This.
4441         (amd64_x32_linux_sigtramp_code): New.
4442         (LINUX_SIGTRAMP_LEN): Updated.
4443         (amd64_linux_sigtramp_start): Check x32 sigtramp.
4444
4445 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4446
4447         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4448
4449 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4450
4451         * config.in: Regenerate.
4452         * configure: Regenerate.
4453         * configure.ac: Remove check for gnu/libc-version.h.
4454         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4455         gnu/libc-version.h.
4456         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4457         variables libc_version, libc_major and libc_minor.  Replace sscanf by
4458         inferior_has_bug.  Extend the comment.
4459
4460 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4461
4462         * linux-thread-db.c (inferior_has_bug): New function.
4463         (thread_db_find_new_threads_silently): Return boolean as checked by
4464         inferior_has_bug, describe it in the comments.
4465         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4466         earlier.  Abort the initialization if it returned non-zero.
4467         (thread_db_new_objfile): Exclude debug files.
4468         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
4469         if UNTIL_NO_NEW,
4470
4471 2012-07-02  Doug Evans  <dje@google.com>
4472
4473         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4474         related to queue management.
4475
4476         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4477         instead of "debug dwarf2-die" in debugging printfs.
4478         (create_debug_info_hash_table_reader): Ditto.
4479         (create_debug_info_hash_table): Ditto.
4480         (init_dwo_file): Ditto.
4481         (init_cutu_and_read_dies): Add debugging printf.
4482         (init_cutu_and_read_dies_no_follow): Ditto.
4483         (process_psymtab_comp_unit_reader): Ditto.
4484
4485 2012-07-02  Stan Shebs  <stan@codesourcery.com>
4486
4487         Add target-side support for dynamic printf.
4488         * NEWS: Mention the additional style.
4489         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4490         (struct bp_location): New field cmd_bytecode.
4491         * breakpoint.c: Include format.h.
4492         (disconnected_dprintf): New global.
4493         (parse_cmd_to_aexpr): New function.
4494         (build_target_command_list): New function.
4495         (insert_bp_location): Call it.
4496         (remove_breakpoints_pid): Skip dprintf breakpoints.
4497         (print_one_breakpoint_location): Ditto.
4498         (dprintf_style_agent): New global.
4499         (dprintf_style_enums): Add dprintf_style_agent.
4500         (update_dprintf_command_list): Add agent case.
4501         (agent_printf_command): New function.
4502         (_initialize_breakpoint): Add new commands.
4503         * common/ax.def (printf): New bytecode.
4504         * ax.h (ax_string): Declare.
4505         * ax-gdb.h (gen_printf): Declare.
4506         * ax-gdb.c: Include cli-utils.h, format.h.
4507         (gen_printf): New function.
4508         (maint_agent_print_command): New function.
4509         (_initialize_ax_gdb): Add maint agent-printf command.
4510         * ax-general.c (ax_string): New function.
4511         (ax_print): Add printf disassembly.
4512         * Makefile.in (SFILES): Add format.c
4513         (COMMON_OBS): Add format.o.
4514         * common/format.h: New file.
4515         * common/format.c: New file.
4516         * printcmd.c: Include format.h.
4517         (ui_printf): Call parse_format_string.
4518         * remote.c (remote_state): New field breakpoint_commands.
4519         (PACKET_BreakpointCommands): New enum.
4520         (remote_breakpoint_commands_feature): New function.
4521         (remote_protocol_features): Add new BreakpointCommands entry.
4522         (remote_can_run_breakpoint_commands): New function.
4523         (remote_add_target_side_commands): New function.
4524         (remote_insert_breakpoint): Call it.
4525         (remote_insert_hw_breakpoint): Ditto.
4526         (_initialize_remote): Add new packet configuration for
4527         target-side breakpoint commands.
4528         * target.h (struct target_ops): New field
4529         to_can_run_breakpoint_commands.
4530         (target_can_run_breakpoint_commands): New macro.
4531         * target.c (update_current_target): Handle
4532         to_can_run_breakpoint_commands.
4533
4534 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4535
4536         Execute -ix and -iex only after system and user gdbinit files.
4537         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4538         processing down after gdbinit files.
4539
4540 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4541
4542         Add fnmatch-gnu module.
4543         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4544         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4545         * gnulib/aclocal.m4: Regenerate.
4546         * gnulib/config.in: Regenerate.
4547         * gnulib/configure: Regenerate.
4548         * gnulib/import/dummy.c: Remove.
4549         * gnulib/import/Makefile.am: Regenerate.
4550         * gnulib/import/Makefile.in: Likewise.
4551         * gnulib/import/m4/gnulib-cache.m4: Likewise.
4552         * gnulib/import/m4/gnulib-comp.m4: Likewise.
4553         * gnulib/import/alloca.c: New file.
4554         * gnulib/import/alloca.in.h: Likewise.
4555         * gnulib/import/config.charset: Likewise.
4556         * gnulib/import/fnmatch.c: Likewise.
4557         * gnulib/import/fnmatch.in.h: Likewise.
4558         * gnulib/import/fnmatch_loop.c: Likewise.
4559         * gnulib/import/localcharset.c: Likewise.
4560         * gnulib/import/localcharset.h: Likewise.
4561         * gnulib/import/m4/alloca.m4: Likewise.
4562         * gnulib/import/m4/codeset.m4: Likewise.
4563         * gnulib/import/m4/configmake.m4: Likewise.
4564         * gnulib/import/m4/fcntl-o.m4: Likewise.
4565         * gnulib/import/m4/fnmatch.m4: Likewise.
4566         * gnulib/import/m4/glibc21.m4: Likewise.
4567         * gnulib/import/m4/localcharset.m4: Likewise.
4568         * gnulib/import/m4/locale-fr.m4: Likewise.
4569         * gnulib/import/m4/locale-ja.m4: Likewise.
4570         * gnulib/import/m4/locale-zh.m4: Likewise.
4571         * gnulib/import/m4/mbrtowc.m4: Likewise.
4572         * gnulib/import/m4/mbsinit.m4: Likewise.
4573         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4574         * gnulib/import/m4/mbstate_t.m4: Likewise.
4575         * gnulib/import/m4/stdbool.m4: Likewise.
4576         * gnulib/import/m4/wchar_h.m4: Likewise.
4577         * gnulib/import/m4/wctype_h.m4: Likewise.
4578         * gnulib/import/m4/wint_t.m4: Likewise.
4579         * gnulib/import/mbrtowc.c: Likewise.
4580         * gnulib/import/mbsinit.c: Likewise.
4581         * gnulib/import/mbsrtowcs-impl.h: Likewise.
4582         * gnulib/import/mbsrtowcs-state.c: Likewise.
4583         * gnulib/import/mbsrtowcs.c: Likewise.
4584         * gnulib/import/ref-add.sin: Likewise.
4585         * gnulib/import/ref-del.sin: Likewise.
4586         * gnulib/import/stdbool.in.h: Likewise.
4587         * gnulib/import/streq.h: Likewise.
4588         * gnulib/import/strnlen1.c: Likewise.
4589         * gnulib/import/strnlen1.h: Likewise.
4590         * gnulib/import/verify.h: Likewise.
4591         * gnulib/import/wchar.in.h: Likewise.
4592         * gnulib/import/wctype.in.h: Likewise.
4593
4594 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4595
4596         Support shell wildcards for 'set auto-load safe-path'.
4597         * auto-load.c: Include fnmatch.h.
4598         (filename_is_in_dir): Rename to ...
4599         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4600         it.  Update function comment.  Rename dir_len to pattern_len.  New
4601         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
4602         messages.  Use gdb_filename_fnmatch.
4603         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4604         pattern.
4605         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4606         * defs.h (gdb_filename_fnmatch): New declaration.
4607         * utils.c: Include fnmatch.h.
4608         (gdb_filename_fnmatch): New function.
4609
4610 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4611
4612         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4613         `-probe' and `-probe-stap' options.
4614
4615 2012-07-01  Yao Qi  <yao@codesourcery.com>
4616
4617         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4618         always_inserted_off, and always_inserted_enums.
4619         Change always_inserted_mode's type to 'enum auto_boolean'.
4620         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4621         callers.
4622         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4623         of add_setshow_enum_cmd.
4624         * infrun.c: Remove can_use_displaced_stepping_auto,
4625         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4626         can_use_displaced_stepping_enum.
4627         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4628         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4629         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4630         add_setshow_enum_cmd.
4631
4632 2012-06-30  Doug Evans  <dje@google.com>
4633
4634         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4635         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4636         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4637
4638 2012-06-29  Doug Evans  <dje@google.com>
4639
4640         * linespec.c: #include "stack.h".
4641         (decode_line_with_current_source): Moved here from symtab.c and
4642         renamed from decode_line_spec.  All callers updated.
4643         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4644         renamed from decode_line_spec_1.  All callers updated.
4645         * linespec.h (decode_line_with_current_source): Move declaration here
4646         from symtab.h and renamed from decode_line_spec.
4647         (decode_line_with_last_displayed): Move declaration here from symtab.h
4648         and renamed from decode_line_spec_1.
4649         * macrocmd.c: #include "linespec.h".
4650         * symtab.c: Remove #include "linespec.h".
4651
4652 2012-06-28  Doug Evans  <dje@google.com>
4653
4654         * dwarf2read.c (get_cu_length): New function.
4655         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4656         (create_debug_types_hash_table): Ditto.
4657         (init_cutu_and_read_dies): Ditto.
4658         (init_cutu_and_read_dies_no_follow): Ditto.
4659
4660         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4661
4662         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4663         (struct abbrev_table): Define.
4664         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4665         abbrev_table.
4666         (init_cutu_and_read_dies): Update.
4667         (abbrev_table_alloc_abbrev): New function.  Replaces
4668         dwarf_alloc_abbrev.  All callers updated.
4669         (abbrev_table_add_abbrev): New function.
4670         (abbrev_table_lookup_abbrev): New function.  Replaces
4671         dwarf2_lookup_abbrev.  All callers updated.
4672         (abbrev_table_read_table): New function.  Contents moved here from
4673         dwarf2_read_abbrevs.
4674         (dwarf2_read_abbrevs): Call it.
4675         (abbrev_table_free): New function.
4676         (dwarf2_free_abbrev_table): Call it.
4677
4678 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4679
4680         * osdata.c (info_osdata_command): Filter out "Title" columns
4681         from non-MI uses.
4682         * common/linux-osdata.c (struct osdata_type): Add title field.
4683         (osdata_table): Add titles to each entry.
4684         (linux_command_xfer_osdata): Add a column for title data.
4685
4686 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4687
4688         Make logging work for MI.
4689         * NEWS: Mention it.
4690         * interps.h (interp_set_logging_ftype): New typedef.
4691         (struct interp_procs): New field set_logging_proc.
4692         (current_interp_set_logging): Declare.
4693         * interps.c (current_interp_set_logging): New function.
4694         * cli/cli-logging.c: Include interps.h.
4695         (set_logging_redirect): Call current_interp_set_logging.
4696         (pop_output_files): Ditto.
4697         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4698         * mi/mi-console.h (mi_console_set_raw): Declare.
4699         * mi/mi-console.c (mi_console_set_raw): New function.
4700         * mi/mi-interp.c (saved_raw_stdout): New global.
4701         (mi_set_logging): New function.
4702         (_initialize_mi_interp): Add it to interp procs.
4703
4704 2012-06-28  Doug Evans  <dje@google.com>
4705
4706         * symtab.c (lookup_symbol_aux_objfile): Use
4707         ALL_OBJFILE_PRIMARY_SYMTABS.
4708
4709         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4710
4711 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4712
4713         * common/buffer.c: Include inttypes.h and stdint.h.
4714         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4715
4716 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4717             Pedro Alves  <palves@redhat.com>
4718
4719         * gdbthread.h (ALL_THREADS): New macro.
4720         (thread_list): Declare.
4721         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4722         going, but instead fall through to the stepping handling.
4723         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4724         the passed in signal.  Adjust debug output.
4725         (resume_callback): Rename to ...
4726         (linux_nat_resume_callback): ... this.  Pass the thread's last
4727         stop signal, if in "pass" state.
4728         (linux_nat_resume): Adjust to rename.
4729         (stop_wait_callback): New assertion.  Don't respawn signals;
4730         instead let the LWP remain with SIGNALLED set.
4731         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4732         * remote.c (append_pending_thread_resumptions): New.
4733         (remote_vcont_resume): Call it.
4734         * target.h (target_resume): Extend comment.
4735
4736 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4737
4738         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4739
4740 2012-06-27  Doug Evans  <dje@google.com>
4741
4742         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4743         Delete have_addr_base, unused.  All uses updated.
4744         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4745         (dwarf2_get_pc_bounds): Add ranges_base.
4746         (dwarf2_record_block_ranges): Ditto.
4747
4748 2012-06-27  Tom Tromey  <tromey@redhat.com>
4749
4750         PR macros/7961:
4751         * varobj.c (varobj_create): Update.
4752         (varobj_set_value): Update.
4753         * tracepoint.c (validate_actionline): Update.
4754         (encode_actions_1): Update.
4755         * parse.c (parse_exp_1): Add 'pc' argument.
4756         (parse_exp_in_context): Add 'pc' argument.  Change how
4757         expression_context_pc is set.
4758         (parse_expression): Update.
4759         (parse_field_expression): Update.
4760         * expression.h (parse_exp_1): Update.
4761         * eval.c (parse_to_comma_and_eval): Update.
4762         * breakpoint.c (set_breakpoint_condition): Update.
4763         (update_watchpoint): Update.
4764         (init_breakpoint_sal): Update
4765         (find_condition_and_thread): Update.
4766         (watch_command_1): Update.
4767         (update_breakpoint_locations): Update.
4768         * ada-lang.c (ada_read_renaming_var_value): Update.
4769         (create_excep_cond_exprs): Update.
4770
4771 2012-06-27  Doug Evans  <dje@google.com>
4772
4773         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4774         type units.
4775
4776 2012-06-26  Doug Evans  <dje@google.com>
4777
4778         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4779         prototype.
4780         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4781         updated.
4782         (read_and_check_comp_unit_head): Ditto.
4783         (read_and_check_type_unit_head): Ditto.
4784
4785 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4786
4787         New attribute 'last' for gdb.Symtab_and_line.
4788         * NEWS (Python Scripting): Add entry about the new attribute.
4789         * python/py-symtab.c (salpy_get_last): New function which
4790         implements the get method for the 'last' attribute of
4791         gdb.Symtab_and_line.
4792         (sal_object_getset): Add entry for the 'last' attribute.
4793
4794 2012-06-26  Doug Evans  <dje@google.com>
4795
4796         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4797         (dwo_sections): Add macinfo, macro.
4798         (dwarf2_locate_dwo_sections): Watch for macro sections.
4799         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4800         All callers updated.  Handle DWO files.
4801
4802         * NEWS: Mention new options "set debug dwarf2-read" and
4803         "set debug symtab-create".
4804         * dwarf2read.c (dwarf2_read_debug): New static global.
4805         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4806         (process_queue): Ditto.
4807         (process_full_comp_unit): Ditto.
4808         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4809         * elfread.c (elf_symfile_read): Add debugging printf.
4810         * minsyms.c (install_minimal_symbols): Ditto.
4811         * psymtab.c (allocate_psymtab): Ditto.
4812         * symfile.c (allocate_symtab): Ditto.
4813         * symtab.c (symtab_create_debug): New global.
4814         (_initialize_symtab): Add new option "set debug symtab-create".
4815         * symtab.h (symtab_create_debug): Declare.
4816
4817         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4818         (lookup_dwo_type_unit): Ditto.
4819
4820 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4821             H.J. Lu  <hongjiu.lu@intel.com>
4822
4823         * amd64-linux-nat.c: Include <sys/user.h>.
4824         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4825         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4826         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4827
4828         * configure.ac: Check if the fs_base and gs_base members of
4829         `struct user_regs_struct' exist.
4830         * config.in: Regenerated.
4831         * configure: Likewise.
4832
4833 2012-06-25  Michael Eager  <eager@eagercon.com>
4834
4835         PR python/14291
4836         * python/python.c (gdbpy_write): Check for interrupted output.
4837
4838 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4839
4840         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4841         register as a stack alignment in ARM mode.
4842
4843 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4844
4845         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4846         * gnulib/config.in: Regenerate.
4847         * gnulib/configure: Likewise.
4848         * gnulib/import/m4/extensions.m4: Update it.
4849         * gnulib/import/m4/gnulib-common.m4: Likewise.
4850         * gnulib/import/m4/memmem.m4: Likewise.
4851         * gnulib/import/m4/mmap-anon.m4: Likewise.
4852         * gnulib/import/m4/multiarch.m4: Likewise.
4853         * gnulib/import/stdint.in.h: Likewise.
4854
4855 2012-06-24  Yao Qi  <yao@codesourcery.com>
4856
4857         * corefile.c (write_memory_with_notification): New.
4858         * gdbcore.h: Declare write_memory_with_notification.
4859         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4860         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4861         * valops.c (value_assign): Likewise.
4862         * python/py-inferior.c (infpy_write_memory): Call
4863         'write_memory_with_notification'.
4864
4865 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4866
4867         * cc-with-index.sh: Use also -ex "set auto-load no".
4868
4869 2012-06-23  Doug Evans  <dje@google.com>
4870
4871         PR 14125
4872         * NEWS: Document additions to .gdb_index.
4873         * dwarf2read.c: #include "gdb/gdb-index.h".
4874         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4875         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4876         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4877         (dwarf2_read_index): Recognize version 7.
4878         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4879         block_kind, domain): All callers updated.
4880         (dw2_find_symbol_file): Handle new index CU values.
4881         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4882         (add_index_entry): New args is_static, kind.  All callers updated.
4883         (offset_type_compare, uniquify_cu_indices): New functions
4884         (symbol_kind): New function.
4885         (write_psymtabs_to_index): Remove duplicate CU values.
4886         (write_psymtabs_to_index): Write .gdb_index version 7.
4887
4888 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4889
4890         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4891         * configure: Regenerate.
4892
4893 2012-06-20  Yao Qi  <yao@codesourcery.com>
4894
4895         * python/py-inferior.c: Update comments of infpy_read_memory
4896         and infpy_write_memory.
4897
4898 2012-06-19  Tom Tromey  <tromey@redhat.com>
4899
4900         PR exp/9514:
4901         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4902         (push_type_address_space): Remove.
4903         * parse.c (insert_into_type_stack): New function.
4904         (insert_type): Likewise.
4905         (insert_type_address_space): Rename from push_type_address_space.
4906         Insert tp_space_identifier.
4907         * c-exp.y (ptr_operator): New production.
4908         (abs_decl): Use ptr_operator.
4909         (space_identifier): Call insert_type_address_space.
4910         (ptype): Don't use const_or_volatile_or_space_identifier.
4911         (const_or_volatile_noopt): Call insert_type.
4912         (conversion_type_id, conversion_declarator): New productions.
4913         (operator): Use conversion_type_id.
4914
4915 2012-06-18  Doug Evans  <dje@google.com>
4916
4917         * symtab.h (minimal_symbol): New member created_by_gdb.
4918         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4919         created by gdb.
4920         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4921         (search_symbols): Call it instead of lookup_symbol.
4922         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4923
4924         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4925         Adjust address for DW_OP_GNU_addr_index.
4926         * dwarf2expr.h (dwarf_expr_context): Update comment.
4927         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4928         all callers updated.  Handle TLS vars described with
4929         DW_OP_GNU_const_index.
4930         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4931         and DW_OP_GNU_const_index.
4932         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4933
4934         * block.c (find_block_in_blockvector): Make explicit the fact that we
4935         ignore GLOBAL_BLOCK.
4936
4937 2012-06-18  Tom Tromey  <tromey@redhat.com>
4938
4939         * c-exp.y (operator): Remove trailing space after "delete" and
4940         "delete[]".
4941
4942 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4943             Jan Kratochvil  <jan.kratochvil@redhat.com>
4944
4945         Switch i386 and derived targets to ON_STACK.
4946         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4947         (amd64_dicos_init_abi): Remove its installment.
4948         * dicos-tdep.c (dicos_init_abi): Remove the
4949         set_gdbarch_call_dummy_location call.  Update the comment here.
4950         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4951         (i386_dicos_init_abi): Remove its installment.
4952         * i386-tdep.c (i386_push_dummy_code): New function.
4953         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4954         i386_push_dummy_code.
4955
4956 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4957
4958         Remove stale dummy frames.
4959         * breakpoint.c: Include dummy-frame.h.
4960         (longjmp_breakpoint_ops): New variable.
4961         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4962         bp_longjmp_call_dummy.
4963         (bpstat_what, bptype_string, print_one_breakpoint_location)
4964         (init_bp_location): Support bp_longjmp_call_dummy.
4965         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4966         (set_longjmp_breakpoint_for_call_dummy)
4967         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4968         functions.
4969         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4970         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4971         FIXME comment and extend the other comment for bp_call_dummy.
4972         (set_longjmp_breakpoint_for_call_dummy)
4973         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4974         * dummy-frame.c: Include gdbthread.h.
4975         (pop_dummy_frame_bpt): New function.
4976         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4977         (dummy_frame_discard): New function.
4978         (cleanup_dummy_frames): Update the comment about longjmps.
4979         * dummy-frame.h (dummy_frame_discard): New declaration.
4980         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4981         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4982         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4983         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4984         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4985         keep_going if IS_LONGJMP and there is no other reason to stop.
4986
4987 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4988
4989         * remote-sim.c (sim_command_completer): Initialize
4990         variable 'result'.
4991
4992 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4993
4994         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4995         * dwarf2loc.c (call_site_parameter_matches): Support
4996         CALL_SITE_PARAMETER_PARAM_OFFSET.
4997         (needs_dwarf_reg_entry_value): Push stub value.
4998         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4999         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5000         * gdbtypes.h (enum call_site_parameter_kind): New item
5001         CALL_SITE_PARAMETER_PARAM_OFFSET.
5002         (struct call_site.parameter.u): New field param_offset.
5003
5004 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5005
5006         Code cleanup: Generalize call_site.parameter key.
5007         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5008         variable dwarf_reg.  New variable kind_u.  Update parameters to
5009         push_dwarf_reg_entry_value.
5010         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5011         * dwarf2expr.h (enum call_site_parameter_kind)
5012         (union call_site_parameter_u): Forward declarations.
5013         (struct dwarf_expr_context_funcs): Update parameters and their
5014         description for push_dwarf_reg_entry_value.
5015         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5016         * dwarf2loc.c (call_site_parameter_matches): New function.
5017         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5018         description.  Use call_site_parameter_matches.
5019         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5020         Update parameters and their description.
5021         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5022         New variable kind_u.  Adjust the caller for updated parameters.
5023         (needs_dwarf_reg_entry_value): Update parameters.
5024         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
5025         instead of attr.  Update for the changed fields of struct
5026         call_site_parameter.
5027         * gdbtypes.h: Include dwarf2expr.h.
5028         (enum call_site_parameter_kind): New.
5029         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
5030         fb_offset into new union u.
5031
5032 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5033
5034         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5035         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5036         for x32.
5037
5038 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5039
5040         * amd64-linux-nat.c (compat_x32_clock_t): New.
5041         (compat_x32_siginfo_t): Likewise.
5042         (compat_x32_siginfo_from_siginfo): Likewise.
5043         (siginfo_from_compat_x32_siginfo): Likewise.
5044         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5045         and siginfo_from_compat_x32_siginfo for x32.
5046
5047 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
5048
5049         * tracepoint.c (tfile_xfer_partial): Add a lseek.
5050
5051 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5052
5053         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5054         instead of gdbarch_ptr_bit.
5055         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5056         (amd64_supply_native_gregset): Likewise.
5057         (amd64_collect_native_gregset): Likewise.
5058         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5059         (amd64_supply_xsave): Likewise.
5060         (amd64_collect_fxsave): Likewise.
5061         (amd64_collect_xsave): Likewise.
5062
5063 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5064
5065         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5066         (amd64_linux_read_description): Check DS segment register for
5067         x32 process.
5068
5069 2012-06-15  Tom Tromey  <tromey@redhat.com>
5070
5071         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5072         init_cutu_and_read_dies.
5073
5074 2012-06-15  Iain Sandoe <iain@codesourcery.com>
5075
5076         * MAINTAINERS (Write After Approval): Add myself to the list.
5077
5078 2012-06-15  Tom Tromey  <tromey@redhat.com>
5079
5080         * valops.c (value_find_oload_method_list): Now static.
5081         * value.h (value_find_oload_method_list): Don't declare.
5082
5083 2012-06-15  Tom Tromey  <tromey@redhat.com>
5084
5085         * valops.c (find_overload_match): Use value_ind.
5086
5087 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
5088
5089         * infrun.c (handle_inferior_event): Correct indentation.
5090
5091 2012-06-14  Doug Evans  <dje@google.com>
5092
5093         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5094         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5095         All uses updated.
5096         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
5097         updated.  Handle DEBUG_LOC_START_LENGTH.
5098         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5099         (loclist_describe_location): Ditto.
5100
5101 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
5102
5103         PR backtrace/13866
5104         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5105         after hiding inline functions.
5106
5107 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5108
5109         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5110         _initialize_inf_ttrace.
5111
5112 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5113
5114         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5115         _initialize_hppa_hpux_nat.
5116
5117 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5118
5119         * remote-sim.c (sim_command_completer): Change type of return
5120         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
5121
5122 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5123             Jan Kratochvil  <jan.kratochvil@redhat.com>
5124
5125         PR tdep/14222
5126         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5127         stack on a 16-byte boundary.
5128
5129 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
5130
5131         * jit.c (finalize_symtab): Set function's return type to 'void' by
5132         default.
5133
5134 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5135             H.J. Lu  <hongjiu.lu@intel.com>
5136
5137         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5138         Move bits common to both the classic LP64 and the new x32 ILP32
5139         ABI here.
5140         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5141         (amd64_x32_linux_init_abi): New function.
5142         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5143         subtype.
5144
5145         * i386-tdep.h (i386_pseudo_register_name): New prototype.
5146         * i386-tdep.c (i386_pseudo_register_name): Make public.
5147         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5148         * amd64-tdep.c (amd64_dword_names): Add "eip".
5149         (amd64_x32_pseudo_register_type): New function
5150         (amd64_x32_init_abi): New function.
5151
5152 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5153
5154         PR build/14003
5155         * inferior.h (struct inferior_suspend_state): Comment out.
5156         (struct inferior): Comment out the field suspend.
5157         * infrun.c (struct infcall_suspend_state): Comment out the field
5158         inferior_suspend.
5159         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5160         out its assignment.
5161
5162 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5163
5164         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5165         * c-exp.y (classify_inner_name): Remove caller assumptions in the
5166         function comment.  Return ERROR for unresolved cases.  Implement
5167         returning proper NAME.
5168         (yylex): Accept also NAME from classify_inner_name.
5169         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5170         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
5171         LOC_TYPEDEF type.
5172         * cp-support.h (cp_lookup_nested_type): Update its declaration.
5173
5174 2012-06-13  Tom Tromey  <tromey@redhat.com>
5175
5176         * breakpoint.c (condition_completer): New function.
5177         (_initialize_breakpoint): Use it.
5178         * value.c (complete_internalvar): New function.
5179         * value.h (complete_internalvar): Declare.
5180
5181 2012-06-13  Tom Tromey  <tromey@redhat.com>
5182
5183         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5184         * breakpoint.c (catch_syscall_completer): Return a VEC.
5185         * cli/cli-cmds.c (complete_command): Update.
5186         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5187         (complete_on_enum): Likewise.
5188         * command.h: Include gdb_vecs.h.
5189         (completer_ftype): Change return type.
5190         (complete_on_cmdlist, complete_on_enum): Likewise.
5191         * completer.c (noop_completer, filename_completer)
5192         (location_completer): Return a VEC.
5193         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
5194         to a VEC.
5195         (expression_completer, complete_line_internal, complete_line)
5196         (command_completer): Return a VEC.
5197         (gdb_completion_word_break_characters, line_completion_function):
5198         Update.
5199         * completer.h: Include gdb_vecs.h.
5200         (complete_line, noop_completer, filename_completer)
5201         (expression_completer, location_completer, command_completer):
5202         Update.
5203         * f-lang.c (f_word_break_characters): Return a VEC.
5204         * interps.c (interpreter_completer): Return a VEC.
5205         * language.h (struct language_defn)
5206         <la_make_symbol_completion_list>: Return a VEC.
5207         * python/py-cmd.c (cmdpy_completer): Return a VEC.
5208         * symtab.c (free_completion_list): Take a VEC.
5209         (return_val_size, return_val_index): Remove.
5210         (return_val): Now a VEC.
5211         (completion_list_add_name): Update.
5212         (default_make_symbol_completion_list_break_on)
5213         (default_make_symbol_completion_list, make_symbol_completion_list)
5214         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5215         Return a VEC.
5216         (add_filename_to_list): Update.
5217         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5218         <list>: Now a VEC.
5219         (maybe_add_partial_symtab_filename): Update.
5220         (make_source_files_completion_list): Return a VEC.
5221         * symtab.h (default_make_symbol_completion_list_break_on)
5222         (default_make_symbol_completion_list, make_symbol_completion_list)
5223         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5224         (make_source_files_completion_list): Update.
5225
5226 2012-06-13  Tom Tromey  <tromey@redhat.com>
5227
5228         * breakpoint.c (add_catch_command): Use completer_ftype.
5229         * breakpoint.h: Include command.h.
5230         (add_catch_command): Use completer_ftype.
5231         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5232         * cli/cli-decode.h (struct cmd_list_element) <completer>:
5233         Use completer_ftype.
5234         * command.h (completer_ftype): New typedef.
5235         (set_cmd_completer): Use it.
5236         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5237         completer_ftype.
5238
5239 2012-06-13  Pedro Alves  <palves@redhat.com>
5240
5241         Partial revert of previous change.
5242
5243         * serial.c (scb_base): New global.
5244         (serial_for_fd): New.
5245         (serial_open, serial_fdopen_ops): Link new serial in open serials
5246         chain.
5247         (do_serial_close): Unlink serial from the open serials chain.
5248
5249 2012-06-12  Pedro Alves  <palves@redhat.com>
5250
5251         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5252         threads here.
5253         (prepare_for_detach): No longer context switch here in non-stop
5254         mode.
5255         (fetch_inferior_event): Ditto.
5256         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5257         to the event thread before removing breakpoints.  Switch to the
5258         event thread before inserting breakpoints and resuming.
5259         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5260         event thread before resuming.
5261         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5262         Switch to the event thread before removing breakpoints.
5263
5264 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
5265
5266         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5267         special characters correctly for the Windows shells.  See
5268         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5269         report.
5270         [!__MINGW32__]: Remove extra double quote character from special
5271         characters.
5272
5273 2012-06-11  Stan Shebs  <stan@codesourcery.com>
5274
5275         * ui-out.h: Remove #if 0 declarations.
5276         * ui-out.c: Remove #if 0 functions.
5277
5278 2012-06-11  Pedro Alves  <palves@redhat.com>
5279
5280         * ser-base.c (run_async_handler_and_reschedule): New.
5281         (fd_event, push_event): Use it.
5282         * serial.c (serial_open, serial_fdopen_ops): Set the initial
5283         reference count to 1.
5284         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
5285         instead of xfree.
5286         (serial_is_open, serial_ref, serial_unref): New.
5287         * serial.h (serial_open): Adjust comment.
5288         (serial_is_open): Declare.
5289         (serial_close): Adjust comment.
5290         (serial_ref, serial_unref) Declare.
5291         (struct serial): New field 'refcnt'.
5292
5293 2012-06-11  Pedro Alves  <palves@redhat.com>
5294
5295         Remove #if 0'd "connect" command, and unnecessary associated
5296         refcounting and serial reuse bits.
5297
5298         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5299         * serial.c (last_serial_opened): Delete.
5300         (scb_base): Delete.
5301         (serial_open): Adjust.
5302         (serial_for_fd): Delete.
5303         (serial_fdopen_ops, do_serial_close): Adjust.
5304         (serial_fdopen_ops): Adjust.
5305
5306 2012-06-11  Pedro Alves  <palves@redhat.com>
5307
5308         * serial.c (do_serial_close): Remove early return when SCB is
5309         null.
5310
5311 2012-06-11  Tom Tromey  <tromey@redhat.com>
5312
5313         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5314
5315 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5316
5317         Fix regression by the "ambiguous linespec" series.
5318         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
5319         get_last_displayed_symtab and get_last_displayed_line and depending
5320         on CURSAL.
5321
5322 2012-06-11  Tom Tromey  <tromey@redhat.com>
5323
5324         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5325         (dw2_find_symbol_file): Use it.
5326
5327 2012-06-11  Michael Eager  <eager@eagercon.com>
5328
5329         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5330         * mips-linux-tdep.h (mips_signals): New
5331
5332 2012-06-11  Tom Tromey  <tromey@redhat.com>
5333
5334         * infrun.c (handle_inferior_event)
5335         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5336         breakpoint.
5337         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5338         exception logic in all cases.  Update comments.
5339         (insert_longjmp_resume_breakpoint): Set the exception resume
5340         breakpoint.
5341
5342 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
5343
5344         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5345
5346 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
5347
5348         * valarith.c (binop_types_user_defined_p): Fix a typo.
5349
5350 2012-06-08  Yao Qi  <yao@codesourcery.com>
5351             Chung-Lin Tang <cltang@codesourcery.com>
5352
5353         * arch-utils.c (default_return_in_first_hidden_param_p): New.
5354         * arch-utils.h: Declare.
5355         * gdbarch.sh: Add return_in_first_hidden_param_p.
5356         * gdbarch.c, gdbarch.h: Regenerated.
5357         * infcall.c (call_function_by_hand): Call
5358         gdbarch_return_in_first_hidden_param_p instead of
5359         language_pass_by_reference.
5360
5361         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5362         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5363         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5364         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5365         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5366         `cplus_return_struct_by_reference'.
5367         (tic6x_return_value): Handle language cplusplus.
5368         (tic6x_return_in_first_hidden_param_p): New.
5369         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5370
5371 2012-06-07  Doug Evans  <dje@google.com>
5372
5373         * dwarf2read.c (dwarf2_cu): Add comment.
5374
5375 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5376
5377         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5378         variable.
5379         (mips_eabi_push_dummy_call): Likewise.
5380         (mips_n32n64_push_dummy_call): Likewise.
5381         (mips_o32_push_dummy_call): Likewise.
5382         (mips_o64_push_dummy_call): Likewise.
5383
5384 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5385
5386         * mips-tdep.c (mips_convert_register_p): Correct coding style.
5387
5388 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5389
5390         * mips-tdep.c (mips_pseudo_register_type): Use
5391         mips_float_register_p.
5392
5393 2012-06-06  Pedro Alves  <palves@redhat.com>
5394
5395         * infrun.c (handle_inferior_event): Remove calls to
5396         reinit_frame_cache that follow a context_switch call.
5397
5398 2012-06-06  Pedro Alves  <palves@redhat.com>
5399
5400         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5401         context_switch and remove stale comment.
5402
5403 2012-06-06  Pedro Alves  <palves@redhat.com>
5404
5405         * infrun.c (struct execution_control_state): Remove
5406         `new_thread_event' field.
5407         (handle_inferior_event): Simplify new threads handling; don't
5408         resume the inferior if we find a new thread.
5409
5410 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
5411
5412         * NEWS: Document the deprecation of SH's 'regs' command.
5413         * inferior.h (all_registers_info): Add function declaration.
5414         * sh-tdep.c (sh_show_regs): Remove variable.
5415         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5416         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5417         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5418         (sh_show_regs_command): Remove functions.
5419         (sh_gdbarch_init): Don't set sh_show_regs.
5420         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5421         'info all-registers'.
5422         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5423         (sh64_show_regs): Remove functions.
5424         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5425
5426 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5427
5428         * configure.ac: Move development=true below AC_INIT.
5429         * configure: Regenerate.
5430
5431 2012-06-05  Stan Shebs  <stan@codesourcery.com>
5432
5433         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5434         gdb_stdout.
5435
5436 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5437
5438         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5439         argument as ssize_t.
5440         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5441         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5442         * target.c (target_read_stack, target_write_memory)
5443         (target_write_raw_memory): Likewise.
5444         * target.h (target_read_stack, target_write_memory)
5445         (target_write_raw_memory): Likewise.
5446
5447 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5448
5449         * symfile-mem.c: Change gdb_static_assert to ssize_t.
5450         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5451         * target.c (target_read_memory): Change LEN to ssize_t.
5452         * target.h (target_read_memory): Change LEN to ssize_t.
5453
5454 2012-06-05  Pedro Alves  <palves@redhat.com>
5455
5456         PR backtrace/13866
5457
5458         * breakpoint.c (until_break_command): Only fetch the selected
5459         frame after decode_line_1.
5460
5461 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
5462
5463         * solib-svr4.c (enable_break): Don't fallback to setting the solib
5464         event breakpoint at _start, __start or main if a program
5465         interpreter is not found.
5466
5467 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5468
5469         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5470         Add declaration.
5471         * windows-tdep.c: #include "objfiles.h".
5472         (windows_iterate_over_objfiles_in_search_order): New function.
5473         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5474         iterate_over_objfiles_in_search_order gdbarch method to
5475         windows_iterate_over_objfiles_in_search_order.
5476         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5477
5478 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5479
5480         * gdbarch.sh: Add generation of
5481         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5482         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
5483         (iterate_over_objfiles_in_search_order): New gdbarch method.
5484         * gdbarch.h, gdbarch.c: Regenerate.
5485         * objfiles.h (default_iterate_over_objfiles_in_search_order):
5486         Add declaration.
5487         * objfiles.c (default_iterate_over_objfiles_in_search_order):
5488         New function.
5489         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5490         out of lookup_symbol_aux_symtabs.
5491         (lookup_symbol_aux_symtabs): Replace extracted-out code by
5492         call to lookup_symbol_aux_objfile.
5493         (struct global_sym_lookup_data): New type.
5494         (lookup_symbol_global_iterator_cb): New function.
5495         (lookup_symbol_global): Search for symbol using
5496         gdbarch_iterate_over_objfiles_in_search_order and
5497         lookup_symbol_global_iterator_cb.
5498         * findvar.c (struct minsym_lookup_data): New type.
5499         (minsym_lookup_iterator_cb): New function.
5500         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5501         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5502         and minsym_lookup_iterator_cb.
5503
5504 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5505
5506         Revert the following patch:
5507         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5508         try locating the symbol in the symbol's own objfile first, before
5509         extending the search to all objfiles.
5510         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5511         out of lookup_symbol_aux_symtabs.
5512         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5513         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5514         Do not search EXCLUDE_OBJFILE.
5515         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5516         (lookup_symbol_global): Search for matches in the block's objfile
5517         first, before searching all other objfiles.
5518
5519 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5520
5521         * breakpoint.c (find_condition_and_thread): Stop parsing
5522         as soon as the first invalid keyword is found.
5523
5524 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5525
5526         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5527
5528 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5529
5530         * config/djgpp/djcheck.sh: Add copyright header.
5531
5532 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5533
5534         * copyright.py (update_files, main): Fix path to update-copyright
5535         script.
5536
5537 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5538
5539         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5540         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5541         for which a reminder to update by hand is printed.
5542
5543 2012-06-04  Doug Evans  <dje@google.com>
5544
5545         * buildsym.c (make_blockvector): Add comment.
5546
5547 2012-06-04  Pedro Alves  <palves@redhat.com>
5548
5549         * arch-utils.c (default_gdb_signal_from_target): Delete.
5550         * arch-utils.h (default_gdb_signal_from_target): Delete.
5551         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
5552         gdbarch_gdb_signal_from_target_p.
5553         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5554         predicate).
5555         * gdbarch.h: Regenerate.
5556         * gdbarch.c: Regenerate.
5557
5558 2012-06-04  Pedro Alves  <palves@redhat.com>
5559
5560         * gdbarch.sh (gdb_signal_from_target): Mention that the
5561         implementation of the method must be host independent.
5562         * gdbarch.h: Regenerate.
5563
5564 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5565
5566         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5567         parameters.
5568         (target_read_memory_bfd): New function.
5569         (symbol_file_add_from_memory): Use it.
5570
5571 2012-06-03  Doug Evans  <dje@google.com>
5572
5573         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5574         of primary symtab.
5575         (basic_lookup_transparent_type): Ditto.
5576
5577         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5578         (ALL_PRIMARY_SYMTABS): Use it.
5579         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5580         * dwarf2read.c (dw2_find_symbol_file): Ditto.
5581         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5582         * symtab.c (lookup_symbol_aux_objfile): Ditto.
5583         (basic_lookup_transparent_type): Ditto.
5584
5585 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5586
5587         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
5588         it to optimize resolution of demangled name.
5589
5590 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5591
5592         * configure.ac (development): Define new variable.
5593         Call AC_CHECK_LIB for mcheck if $development.
5594         (ERROR_ON_WARNING): Enable it by default only if $development.
5595         * config.in: Regenerate.
5596         * configure: Regenerate.
5597
5598 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5599
5600         * target.c (target_read_memory): Make LEN argument as size_t.
5601         * target.h (target_read_memory): Likewise.
5602
5603 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5604
5605         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5606
5607 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5608
5609         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5610         BookE interface for PowerPC server processors if not available
5611         in the Linux Kernel.
5612
5613 2012-05-31  Keith Seitz  <keiths@redhat.com>
5614
5615         * linespec.c (decode_objc): Add cleanup to free
5616         INFO.FILE_SYMTABS.
5617         (find_linespec_symbols): Add cleanup to free CLASSES.
5618         * symfile.c (find_separate_debug_file_by_debuglink): Add
5619         cleanup to free DEBUGLINK.
5620         * ui-out.c (clear_header_list): No need to check if
5621         HEADER_NEXT.COLHDR is NULL.
5622         Free HEADER_NEXT.COL_NAME.
5623
5624 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5625
5626         * ada-lang.c (standard_lookup): Prevent uninitialized variable
5627         warning.
5628
5629 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5630
5631         * configure.host (gdb_host_cpu): Handle tilegx*.
5632         (gdb_host): Handle tilegx-*-linux*.
5633         * tilegx-linux-nat.c: New file.
5634         * config/tilegx/linux.mh: New file.
5635
5636 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5637
5638         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5639         tilegx-linux-tdep.o.
5640         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5641         tilegx-linux-tdep.c.
5642         * configure.tgt: Handle tilegx-*-linux*.
5643         * tilegx-tdep.h: New file.
5644         * tilegx-tdep.c: New file.
5645         * tilegx-linux-tdep.c: New file.
5646         * regformats/reg-tilegx.dat: New file.
5647
5648 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5649
5650         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5651         accounting of hw watchpoints on ppc.
5652
5653 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
5654
5655         * source.c (openp): Expand tilde in path entries.
5656
5657 2012-05-29  Doug Evans  <dje@google.com>
5658
5659         * buildsym.c (block_compar): Fix comment.
5660         (end_symtab): Fix and clarify some comments.
5661
5662         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5663         cleanup_undefined_types.
5664         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5665         All callers updated.
5666
5667 2012-05-29  Tom Tromey  <tromey@redhat.com>
5668
5669         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5670         fails.
5671         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5672         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5673         fails.
5674         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5675         fails.
5676
5677 2012-05-29  Tristan Gingold  <gingold@adacore.com>
5678
5679         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5680         (struct darwin_info): ... New struct.
5681         (solib_darwin_pspace_data): New variable.
5682         (darwin_pspace_data_cleanup): New function.
5683         (get_darwin_info): Likewise.
5684         (darwin_dyld_version_ok, darwin_load_image_infos)
5685         (darwin_solib_get_all_image_info_addr_at_init)
5686         (darwin_solib_read_all_image_info_addr): Add info argument.
5687         Adjust code.
5688         (darwin_current_sos): Use per pspace structure.
5689         (darwin_solib_create_inferior_hook): Likewise.
5690         (darwin_clear_solib): Likewise.
5691         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5692
5693 2012-05-28  Pedro Alves  <palves@redhat.com>
5694
5695         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5696         block that uses them.  Clear ecss before handling each event.
5697
5698 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5699
5700         * solib-svr4.c (svr4_current_sos): New comment on
5701         svr4_current_sos_via_xfer_libraries fall back.
5702
5703 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5704
5705         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5706         it as a fallback for TYPE_IS_OPAQUE.
5707         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5708         symbols for lookup_symbol.
5709
5710 2012-05-24  John Steele Scott  <toojays@toojays.net>
5711
5712         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5713         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5714         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5715         (check_producer): ... this new function, which also checks for ICC
5716         and caches the result.
5717         (producer_is_icc): New function.
5718         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5719         producer was ICC.
5720
5721 2012-05-24  Pedro Alves  <palves@redhat.com>
5722
5723         PR gdb/7205
5724
5725         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5726         (default_gdb_signal_to_target): ... this.  Add comment.
5727         (default_gdb_signal_from_host): Rename to ...
5728         (default_gdb_signal_from_target): ... this.  Add comment.
5729         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5730         (default_gdb_signal_to_target): ... this.
5731         (default_gdb_signal_from_host): Rename to ...
5732         (default_gdb_signal_from_target): ... this.
5733         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5734         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5735         (gdb_signal_from_target): ... this.  Adjust to
5736         default_gdb_signal_from_host naming change.  Extend comment.
5737         (gdb_signal_to_host): Rename to ...
5738         (gdb_signal_to_target): ... this.  Adjust to
5739         default_gdb_signal_to_host naming change.
5740         * gdbarch.h, gdbarch.c: Renegerate.
5741
5742 2012-05-24  Pedro Alves  <palves@redhat.com>
5743
5744         PR gdb/7205
5745
5746         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5747
5748 2012-05-24  Pedro Alves  <palves@redhat.com>
5749
5750         PR gdb/7205
5751
5752         Replace target_signal with gdb_signal throughout.
5753
5754 2012-05-24  Pedro Alves  <palves@redhat.com>
5755
5756         PR tui/14159
5757
5758         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5759         string, instead of reusing the va_list argument.
5760
5761 2012-05-24  Tom Tromey  <tromey@redhat.com>
5762
5763         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5764         Remove.
5765
5766 2012-05-23  Doug Evans  <dje@google.com>
5767
5768         * symtab.c (search_symbols): Formatting fixes.
5769         (print_symbol_info): Formatting fixes.
5770
5771         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5772         int64_t change to leb128 API.
5773         (read_encoded_value, decode_frame_entry_1): Ditto.
5774         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5775         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5776         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5777         (execute_stack_op): Ditto.
5778         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5779         (safe_read_uleb128, safe_read_sleb128): Ditto.
5780         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5781         (dwarf2_compile_expr_to_ax): Ditto.
5782         (locexpr_describe_location_piece): Ditto.
5783         (disassemble_dwarf_expression): Ditto.
5784         (locexpr_describe_location_1): Ditto.
5785
5786 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5787             Kwok Cheung Yeung  <kcy@codesourcery.com>
5788
5789         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5790         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5791         (mi-cmd-info.o): New rule.
5792         * osdata.h (info_osdata_command): New declaration.
5793         * osdata.c (info_osdata_command): Change to non-static.
5794         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5795         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5796         * mi/mi-cmd-info.c: New file.
5797
5798 2012-05-23  Doug Evans  <dje@google.com>
5799
5800         * symtab.c (search_symbols): Pass NULL for file_matcher to
5801         expand_symtabs_matching if there are no files to match.
5802
5803         * gdbtypes.c (lookup_typename): Simplify.
5804
5805 2012-05-23  Pedro Alves  <palves@redhat.com>
5806
5807         * arch-utils.h (default_target_signal_to_host): Delete.
5808         * arch-utils.c (default_target_signal_to_host): Delete.
5809         * gdbarch.sh (target_signal_to_host): Remove.
5810         * gdbarch.h, gdbarch.c: Regenerate.
5811
5812 2012-05-22  Doug Evans  <dje@google.com>
5813
5814         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5815         "const gdb_byte *".
5816         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5817         (execute_cfa_program): Update to match API of leb128 functions.
5818         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5819         "const gdb_byte *".
5820         (read_unsigned_leb128, read_signed_leb128): Delete.
5821         (read_initial_length): Change type of buf argument to
5822         "const gdb_byte *".
5823         (read_encoded_value): Update to match API of leb128 functions.
5824         (decode_frame_entry): Change result to "const gdb_byte *", and
5825         similarly for "start" parameter.
5826         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5827         (dwarf2_build_frame_info): Change local frame_ptr to
5828         "const gdb_byte *".
5829         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5830         read_uleb128, read_sleb128.  All callers updated.
5831         (safe_skip_leb128): New function.
5832         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5833         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5834         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5835         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5836         read_uleb128, read_sleb128.
5837         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5838         (execute_stack_op): Update to match API of leb128 functions.
5839         * dwarf2expr.h: #include "leb128.h".
5840         (read_uleb128, read_sleb128): Delete.
5841         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5842         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5843         * dwarf2loc.c (debug_loc_kind): New enum.
5844         (decode_debug_loc_addresses): New function.
5845         (decode_debug_loc_dwo_addresses): New function.
5846         (dwarf2_find_location_expression): Rewrite.
5847         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5848         (locexpr_describe_location_piece): Ditto.
5849         (disassemble_dwarf_expression): Ditto.
5850         (locexpr_describe_location_1): Ditto.
5851         (loclist_describe_location): Rewrite.
5852         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5853         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5854         (dwarf2_section_buffer_overflow_complaint): Renamed from
5855         dwarf2_macros_too_long_complaint.  All callers updated.
5856         (skip_leb128): Delete.
5857         (init_cu_die_reader): Initialize reader->buffer_end.
5858         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5859         (skip_form_bytes): New arg buffer_end.  All callers updated.
5860         Replace call to skip_leb128 with gdb_skip_leb128.
5861         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5862         (fill_in_loclist_baton): Initialize baton->from_dwo.
5863
5864 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5865
5866         * mips-linux-nat.c (mips_linux_read_description): Use a more
5867         verbose error message.
5868
5869 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5870
5871         * NEWS: Add MIPS/Linux DSP support.
5872         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5873         (SIGCONTEXT_DSPCTL): New macro.
5874         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5875         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5876         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5877         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5878         (N64_SIGCONTEXT_HI3): Likewise.
5879         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5880         (N64_SIGCONTEXT_LO3): Likewise.
5881         (N64_SIGCONTEXT_DSPCTL): Likewise.
5882         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5883         (mips_linux_o32_sigframe_init): Handle DSP registers.
5884         (mips_linux_n32n64_sigframe_init): Likewise.
5885
5886 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5887
5888         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5889         call to abort.
5890
5891 2012-05-22  Pedro Alves  <palves@redhat.com>
5892
5893         * target.h (store_waitstatus): Move declaration ...
5894         * inf-child.h (store_waitstatus): ... here.
5895         * target.c: Move inclusion of gdb_wait.h, and ...
5896         (store_waitstatus): ... this ...
5897         * inf-child.c: ... here.
5898         * linux-nat.c: Include inf-child.h.
5899         * rs6000-nat.c: Include inf-child.h.
5900         * spu-linux-nat.c: Include inf-child.h.
5901
5902 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5903
5904         * tracepoint.c (start_tracing): Add missing i18n markup.
5905         (stop_tracing, set_trace_user): Ditto.
5906         (set_trace_notes, set_trace_stop_notes): Ditto.
5907
5908 2012-05-21  Tom Tromey  <tromey@redhat.com>
5909
5910         PR c++/7173:
5911         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5912         types.
5913         * value.h (value_cast_pointers): Update.
5914         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5915         (value_cast): Update.
5916         (update_search_result): New function.
5917         (do_search_struct_field): New, from search_struct_field.  Check
5918         for ambiguous results.
5919         (search_struct_field): Rewrite.
5920         * infcall.c (value_arg_coerce): Update.
5921         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5922         value_cast_pointers.
5923         * ada-lang.c (ada_convert_actual): Update.
5924
5925 2012-05-21  Tom Tromey  <tromey@redhat.com>
5926
5927         * macroexp.c (macro_stringify): Terminate the string.
5928
5929 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5930
5931         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5932         Describe it.
5933         * auto-load.c (auto_load_expand_dir_vars): New function.
5934         (auto_load_safe_path_vec_update): Use it, remove the
5935         substitute_path_component call thanks to it.
5936         (auto_load_objfile_script): Remove the debug_file_directory processing.
5937         Use auto_load_expand_dir_vars, remove the substitute_path_component
5938         call thanks to it.
5939         * configure: Regenerate.
5940         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5941         path.  Escape $ also for $debugdir.
5942         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5943         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5944
5945 2012-05-20  Doug Evans  <dje@google.com>
5946
5947         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5948         before use.  Check for symtab->includes == NULL before scanning it.
5949
5950 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5951
5952         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5953
5954 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5955
5956         * NEWS: Add microMIPS support and "set mips compression",
5957         "show mips compression" commands.
5958         * mips-tdep.h (mips_isa): New enum.
5959         (gdbarch_tdep): Add mips_isa.
5960         (mips_pc_is_mips16): Update prototype.
5961         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5962         * mips-tdep.c (mips_compression_mips16): New variable.
5963         (mips_compression_micromips): Likewise.
5964         (mips_compression_strings): Likewise.
5965         (mips_compression_string): Likewise.
5966         (is_mips16_isa, is_micromips_isa): New functions.
5967         (is_mips16_addr): Rename to...
5968         (is_compact_addr): ... this.
5969         (unmake_mips16_addr): Likewise to...
5970         (unmake_compact_addr): ... this.
5971         (make_mips16_addr): Likewise to...
5972         (make_compact_addr): ... this.
5973         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5974         functions.
5975         (mips_elf_make_msymbol_special): Handle microMIPS code.
5976         (msymbol_is_special): Rename to...
5977         (msymbol_is_mips16): ... this.
5978         (mips_make_symbol_special, mips_pc_is_mips16): Update
5979         accordingly.
5980         (msymbol_is_mips, msymbol_is_micromips): New functions.
5981         (mips16_to_32_reg): Rename to...
5982         (mips_reg3_to_reg): ... this.
5983         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5984         (mips_pc_isa): Likewise.
5985         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5986         code.
5987         (mips_fetch_instruction): Pass return status instead of printing
5988         an error message if requested.  Handle microMIPS code.  Bail out
5989         on an invalid ISA.
5990         (micromips_op): New macro.
5991         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5992         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5993         (b6s4_op, b7s3_reg): Likewise.
5994         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5995         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5996         (mips_insn_size): New function.
5997         (mips32_next_pc): Update mips_fetch_instruction call.
5998         (micromips_relative_offset7): New function.
5999         (micromips_relative_offset10): Likewise.
6000         (micromips_relative_offset16): Likewise.
6001         (micromips_pc_insn_size): Likewise.
6002         (micromips_bc1_pc): Likewise.
6003         (micromips_next_pc): Likewise.
6004         (unpack_mips16): Update mips_fetch_instruction call.
6005         (extended_mips16_next_pc): Update according to change to
6006         mips16_to_32_reg.
6007         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
6008         code.
6009         (mips16_scan_prologue): Update mips_fetch_instruction call.
6010         Update according to change to mips16_to_32_reg.
6011         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6012         (mips_insn16_frame_base_sniffer): Likewise.
6013         (micromips_decode_imm9): New function.
6014         (micromips_scan_prologue): Likewise.
6015         (mips_micro_frame_cache): Likewise.
6016         (mips_micro_frame_this_id): Likewise.
6017         (mips_micro_frame_prev_register): Likewise.
6018         (mips_micro_frame_sniffer): Likewise.
6019         (mips_micro_frame_unwind): New variable.
6020         (mips_micro_frame_base_address): New function.
6021         (mips_micro_frame_base): New variable.
6022         (mips_micro_frame_base_sniffer): New function.
6023         (mips32_scan_prologue): Update mips_fetch_instruction call.
6024         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6025         rather than for MIPS16.
6026         (mips_insn32_frame_base_sniffer): Likewise.
6027         (mips_addr_bits_remove): Handle microMIPS code.
6028         (deal_with_atomic_sequence): Rename to...
6029         (mips_deal_with_atomic_sequence): ... this.  Update the type
6030         of the variable used to hold an instruction.  Remove the ISA bit
6031         check.  Update mips_fetch_instruction call.
6032         (micromips_deal_with_atomic_sequence): New function.
6033         (deal_with_atomic_sequence): Likewise.
6034         (mips_about_to_return): Handle microMIPS code.  Update
6035         mips_fetch_instruction call.
6036         (heuristic_proc_start): Check for the standard MIPS ISA rather
6037         than for MIPS16.  Update mips_pc_is_mips16 and
6038         mips_fetch_instruction calls.  Handle microMIPS code.
6039         (mips_push_dummy_code): Handle microMIPS code.
6040         (mips_eabi_push_dummy_call): Likewise.
6041         (mips_o32_return_value): Update mips_pc_is_mips16 call.
6042         (mips_o64_push_dummy_call): Handle microMIPS code.
6043         (mips_o64_return_value): Update mips_pc_is_mips16 call.
6044         (is_delayed): Remove function.
6045         (mips_single_step_through_delay): Replace the call to is_delayed
6046         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
6047         Handle microMIPS code.
6048         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
6049         microMIPS code.
6050         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6051         call.
6052         (micromips_in_function_epilogue_p): New function.
6053         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6054         call.
6055         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6056         Handle microMIPS.
6057         (gdb_print_insn_mips): Likewise.
6058         (mips_breakpoint_from_pc): Likewise.
6059         (mips_remote_breakpoint_from_pc): New function.
6060         (mips32_instruction_has_delay_slot): Simplify making use of the
6061         updated mips_fetch_instruction interface.
6062         (micromips_instruction_has_delay_slot): New function.
6063         (mips16_instruction_has_delay_slot): Simplify making use of the
6064         updated mips_fetch_instruction interface.
6065         (mips_adjust_breakpoint_address): Check for the standard MIPS
6066         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
6067         calls.  Handle microMIPS code.
6068         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6069         (mips_skip_trampoline_code): Handle microMIPS code.
6070         (global_mips_compression): New function.
6071         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6072         file flags.  Register the microMIPS remote breakpoint handler
6073         and heuristic frame unwinder.
6074         (show_mips_compression): New function.
6075         (_initialize_mips_tdep): Add the "set mips compression" and
6076         "show mips compression" commands.
6077
6078 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
6079
6080         * ada-lang.c:
6081         * ada-tasks.c:
6082         * ada-varobj.c:
6083         * amd64-darwin-tdep.c:
6084         * arm-symbian-tdep.c:
6085         * arm-tdep.c:
6086         * avr-tdep.c:
6087         * ax-gdb.c:
6088         * bfin-linux-tdep.c:
6089         * breakpoint.c:
6090         * c-valprint.c:
6091         * cli/cli-cmds.c:
6092         * coffread.c:
6093         * cp-support.c:
6094         * cris-tdep.c:
6095         * dwarf2-frame-tailcall.c:
6096         * dwarf2-frame.c:
6097         * dwarf2expr.c:
6098         * dwarf2loc.c:
6099         * dwarf2read.c:
6100         * elfread.c:
6101         * eval.c:
6102         * expprint.c:
6103         * f-valprint.c:
6104         * frv-tdep.c:
6105         * h8300-tdep.c:
6106         * hppa-hpux-tdep.c:
6107         * hppa-tdep.c:
6108         * hppanbsd-tdep.c:
6109         * i386-nto-tdep.c:
6110         * i386-tdep.c:
6111         * i387-tdep.c:
6112         * ia64-tdep.c:
6113         * jit.c:
6114         * linespec.c:
6115         * linux-tdep.c:
6116         * lm32-tdep.c:
6117         * m2-valprint.c:
6118         * m32c-tdep.c:
6119         * m32r-rom.c:
6120         * m32r-tdep.c:
6121         * m68k-tdep.c:
6122         * m68klinux-tdep.c:
6123         * mi/mi-main.c:
6124         * microblaze-tdep.c:
6125         * mips-linux-tdep.c:
6126         * mips-tdep.c:
6127         * mn10300-tdep.c:
6128         * p-valprint.c:
6129         * parse.c:
6130         * ppc-linux-tdep.c:
6131         * ppc-sysv-tdep.c:
6132         * printcmd.c:
6133         * python/py-finishbreakpoint.c:
6134         * python/py-inferior.c:
6135         * python/py-infthread.c:
6136         * python/py-type.c:
6137         * python/python.c:
6138         * remote-fileio.c:
6139         * remote-m32r-sdi.c:
6140         * remote-mips.c:
6141         * reverse.c:
6142         * rl78-tdep.c:
6143         * rs6000-aix-tdep.c:
6144         * rs6000-tdep.c:
6145         * s390-tdep.c:
6146         * score-tdep.c:
6147         * sh64-tdep.c:
6148         * skip.c:
6149         * solib-darwin.c:
6150         * solib-dsbt.c:
6151         * solib-frv.c:
6152         * sparc-tdep.c:
6153         * spu-multiarch.c:
6154         * spu-tdep.c:
6155         * stack.c:
6156         * symfile.c:
6157         * symtab.c:
6158         * tic6x-tdep.c:
6159         * tracepoint.c:
6160         * v850-tdep.c:
6161         * valarith.c:
6162         * valprint.c:
6163         * value.c:
6164         * xcoffread.c:
6165         * xtensa-tdep.c:
6166         * ada-lang.c:
6167         * ada-tasks.c:
6168         * ada-varobj.c:
6169         * amd64-darwin-tdep.c:
6170         * arm-symbian-tdep.c:
6171         * arm-tdep.c: Delete unused variables.
6172
6173 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6174
6175         Rename $ddir to $datadir.
6176         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6177         * auto-load.c (auto_load_safe_path_vec_update)
6178         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6179         * configure: Regenerate.
6180         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6181         Likewise.  Remove the 'use $ddir' help string.
6182
6183 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6184
6185         * auto-load.c (show_auto_load_safe_path): Accept any combination of
6186         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6187
6188 2012-05-18  Tom Tromey  <tromey@redhat.com>
6189
6190         PR exp/13907:
6191         * valprint.h (struct value_print_options) <symbol_print>: New
6192         field.
6193         * valprint.c (user_print_options): Add default for symbol_print.
6194         (show_symbol_print): New function.
6195         (generic_val_print): Respect symbol_print.
6196         (_initialize_valprint): Add "print symbol" setting.
6197         * f-valprint.c (f_val_print): Respect symbol_print.
6198         * c-valprint.c (c_val_print): Respect symbol_print.
6199         * NEWS: Update.
6200         * printcmd.c (print_address_symbolic): Return int.  Ignore some
6201         zero-size symbols.
6202         (print_address_demangle): Return int.
6203         * defs.h: (print_address_symbolic): Return int.
6204         * value.h (print_address_demangle): Return int.
6205
6206 2012-05-18  Tom Tromey  <tromey@redhat.com>
6207
6208         * valprint.c (val_print_string): Don't print leading space.
6209         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6210         print space before string or vtbl.
6211         * m2-valprint.c (print_unpacked_pointer): Optionally print space
6212         before string.
6213         * jv-valprint.c (java_value_print): Print space before string.
6214         * go-valprint.c (print_go_string): Print space before string.
6215         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6216         space before string.
6217         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6218         space before string or vtbl.
6219         * auxv.c (fprint_target_auxv): Print space after address.
6220
6221 2012-05-18  Tom Tromey  <tromey@redhat.com>
6222
6223         * printcmd.c (print_address_demangle): Remove special case for 0.
6224
6225 2012-05-18  Tom Tromey  <tromey@redhat.com>
6226
6227         * printcmd.c (print_address_demangle): Add 'opts' argument.
6228         * p-valprint.c (pascal_val_print): Update.
6229         * jv-valprint.c (java_val_print): Update.
6230         * value.h: Update.
6231         * valprint.c (generic_val_print): Update.
6232         (print_function_pointer_address): Add 'options' argument.  Remove
6233         'addressprint' argument.  Update.
6234         * m2-valprint.c (print_unpacked_pointer): Update.
6235         * gnu-v3-abi.c (print_one_vtable): Update.
6236         (gnuv3_print_method_ptr): Update.
6237         * f-valprint.c (f_val_print): Update.
6238         * cp-valprint.c (cp_print_value_fields): Update.
6239         * valprint.h (print_function_pointer_address): Update.
6240         * c-valprint.c (c_val_print): Update.
6241
6242 2012-05-18  Tom Tromey  <tromey@redhat.com>
6243
6244         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6245         directly corresponding to the found psymtab.
6246         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6247         (dw2_find_pc_sect_symtab): Use it.
6248         * block.h (blockvector_contains_pc): Declare.
6249         * block.c (find_block_in_blockvector): New function.
6250         (blockvector_for_pc_sect): Use it.
6251         (blockvector_contains_pc): New function.
6252
6253 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6254
6255         * mips-tdep.h (mips_write_pc): New prototype.
6256         * mips-tdep.c (mips_write_pc): Make external, add description.
6257         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6258         add description.
6259
6260 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6261
6262         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6263         mips_regnum->pc.
6264         (mips_unwind_pc, mips_write_pc): Likewise.
6265         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6266         gdbarch_read_pc.
6267
6268 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
6269
6270         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6271         proc_warn, proc_error, proc_get_status, proc_flags,
6272         proc_why, proc_what, proc_nsysarg, proc_sysargs,
6273         proc_set_run_on_last_close, proc_unset_run_on_last_close,
6274         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6275         proc_stop_process, proc_wait_for_stop, proc_run_process,
6276         proc_set_traced_signals, proc_set_traced_faults,
6277         proc_set_traced_sysentry, proc_set_traced_sysexit,
6278         proc_set_held_signals, proc_get_held_signals,
6279         proc_get_traced_signals, proc_get_traced_faults,
6280         proc_get_traced_sysentry, proc_get_traced_sysexit,
6281         proc_clear_current_fault, proc_set_current_signal,
6282         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6283         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6284         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6285         proc_get_current_thread, proc_get_current_thread,
6286         proc_get_current_thread, proc_update_threads,
6287         proc_update_threads, proc_update_threads, proc_update_threads,
6288         proc_iterate_over_threads, procfs_find_new_threads,
6289         procfs_pid_to_str): Make static.  Remove advance declaration.
6290         (proc_cursig): Make static.  Conditionalized defintion on
6291         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6292         (proc_syscall, proc_set_kill_on_last_close,
6293         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6294         proc_get_pending_signals, proc_get_signal_actions,
6295         proc_trace_signal, proc_ignore_signal): Delete.
6296
6297 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
6298
6299         * coffread.c (cs_section_address): Passing proper argument for
6300         `bfd_get_section_vma'.
6301         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6302         `bfd_get_section_flags'.
6303         * remote.c (remote_trace_set_readonly_regions): Likewise, for
6304         `bfd_get_section_vma'.
6305
6306 2012-05-16  Tom Tromey  <tromey@redhat.com>
6307
6308         PR macros/13205:
6309         * macrotab.h: (macro_define_special): Declare.
6310         (enum macro_special_kind): New.
6311         (struct macro_definition) <argc, replacement>: Update comments.
6312         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6313         (macro_define_object_internal): New function.
6314         (macro_define_object): Use it.
6315         (macro_define_special): New function.
6316         (fixup_definition): New function.
6317         (macro_lookup_definition, foreach_macro_in_scope)
6318         (foreach_macro): Use fixup_definition.
6319         * macroexp.h (macro_stringify): Declare.
6320         * macroexp.c (free_buffer_return_text): New function.
6321         (stringify): Constify "arg".
6322         (macro_stringify): New function.
6323         * dwarf2read.c (macro_start_file): Call macro_define_special.
6324
6325 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6326             Maciej W. Rozycki  <macro@mips.com>
6327
6328         * breakpoint.h (bp_location): Add related_address member.
6329         * inferior.h (get_return_value): Take a pointer to struct value
6330         instead of struct type for the function requested.
6331         * value.h (using_struct_return): Likewise.
6332         * gdbarch.sh (return_value): Take a pointer to struct value
6333         instead of struct type for the function requested.
6334         * breakpoint.c (set_breakpoint_location_function): Initialize
6335         related_address for bp_gnu_ifunc_resolver breakpoints.
6336         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6337         requested function's address to gdbarch_return_value.
6338         * eval.c (evaluate_subexp_standard): Pass the requested
6339         function's address to using_struct_return.
6340         * infcall.c (call_function_by_hand): Pass the requested
6341         function's address to using_struct_return and
6342         gdbarch_return_value.
6343         * infcmd.c (get_return_value): Take a pointer to struct value
6344         instead of struct type for the function requested.
6345         (print_return_value): Update accordingly.
6346         (finish_command_continuation): Likewise.
6347         * stack.c (return_command): Pass the requested function's
6348         address to using_struct_return and gdbarch_return_value.
6349         * value.c (using_struct_return): Take a pointer to struct value
6350         instead of struct type for the function requested.  Pass the
6351         requested function's address to gdbarch_return_value.
6352         * python/py-finishbreakpoint.c (finish_breakpoint_object):
6353         New function_value member, replacing function_type.
6354         (bpfinishpy_dealloc): Update accordingly.
6355         (bpfinishpy_pre_stop_hook): Likewise.
6356         (bpfinishpy_init): Likewise.  Record the requested function's
6357         address.
6358         * mips-tdep.c (mips_fval_reg): New enum.
6359         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6360         words put in GP registers.
6361         (mips_o64_push_dummy_call): Update a comment.
6362         (mips_o32_return_value): Take a pointer to struct value instead
6363         of struct type for the function requested and use it to check if
6364         using the MIPS16 calling convention.  Return the designated
6365         general purpose registers for floating-point values returned in
6366         MIPS16 mode.
6367         (mips_o64_return_value): Likewise.
6368         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6369         (ppc_sysv_abi_broken_return_value): Likewise.
6370         (ppc64_sysv_abi_return_value): Likewise.
6371         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6372         value instead of struct type for the function requested.
6373         * amd64-tdep.c (amd64_return_value): Likewise.
6374         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6375         * arm-tdep.c (arm_return_value): Likewise.
6376         * avr-tdep.c (avr_return_value): Likewise.
6377         * bfin-tdep.c (bfin_return_value): Likewise.
6378         * cris-tdep.c (cris_return_value): Likewise.
6379         * frv-tdep.c (frv_return_value): Likewise.
6380         * h8300-tdep.c (h8300_return_value): Likewise.
6381         (h8300h_return_value): Likewise.
6382         * hppa-tdep.c (hppa32_return_value): Likewise.
6383         (hppa64_return_value): Likewise.
6384         * i386-tdep.c (i386_return_value): Likewise.
6385         * ia64-tdep.c (ia64_return_value): Likewise.
6386         * iq2000-tdep.c (iq2000_return_value): Likewise.
6387         * lm32-tdep.c (lm32_return_value): Likewise.
6388         * m32c-tdep.c (m32c_return_value): Likewise.
6389         * m32r-tdep.c (m32r_return_value): Likewise.
6390         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6391         * m68k-tdep.c (m68k_return_value): Likewise.
6392         (m68k_svr4_return_value): Likewise.
6393         * m88k-tdep.c (m88k_return_value): Likewise.
6394         * mep-tdep.c (mep_return_value): Likewise.
6395         * microblaze-tdep.c (microblaze_return_value): Likewise.
6396         * mn10300-tdep.c (mn10300_return_value): Likewise.
6397         * moxie-tdep.c (moxie_return_value): Likewise.
6398         * mt-tdep.c (mt_return_value): Likewise.
6399         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6400         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6401         (ppc_sysv_abi_broken_return_value): Likewise.
6402         (ppc64_sysv_abi_return_value): Likewise.
6403         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6404         * rl78-tdep.c (rl78_return_value): Likewise.
6405         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6406         * rx-tdep.c (rx_return_value): Likewise.
6407         * s390-tdep.c (s390_return_value): Likewise.
6408         * score-tdep.c (score_return_value): Likewise.
6409         * sh-tdep.c (sh_return_value_nofpu): Likewise.
6410         (sh_return_value_fpu): Likewise.
6411         * sh64-tdep.c (sh64_return_value): Likewise.
6412         * sparc-tdep.c (sparc32_return_value): Likewise.
6413         * sparc64-tdep.c (sparc64_return_value): Likewise.
6414         * spu-tdep.c (spu_return_value): Likewise.
6415         * tic6x-tdep.c (tic6x_return_value): Likewise.
6416         * v850-tdep.c (v850_return_value): Likewise.
6417         * vax-tdep.c (vax_return_value): Likewise.
6418         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6419         * xtensa-tdep.c (xtensa_return_value): Likewise.
6420         * gdbarch.c: Regenerate.
6421         * gdbarch.h: Regenerate.
6422
6423 2012-05-15  Tom Tromey  <tromey@redhat.com>
6424
6425         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6426
6427 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6428
6429         * breakpoint.c (init_breakpoint_sal): Add quotes around part
6430         of command in two error message.
6431
6432 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6433
6434         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6435
6436 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6437
6438         * breakpoint.c (find_condition_and_thread): Minor reformatting.
6439
6440 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6441
6442         * NEWS (show auto-load scripts-directory): Add forgotten command.
6443
6444 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6445
6446         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6447         parameters.
6448
6449 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6450
6451         * amd64-tdep.c: Include features/i386/x32.c and
6452         features/i386/x32-avx.c.
6453         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6454         initialize_tdesc_x32_avx.
6455
6456 2012-05-14  Stan Shebs  <stan@codesourcery.com>
6457
6458         Add dynamic printf.
6459         * breakpoint.h (enum bptype): New type bp_dprintf.
6460         (struct breakpoint): New field extra_string.
6461         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6462         (create_breakpoint): Add extra_string arg.
6463         * breakpoint.c (dprintf_breakpoint_ops): New.
6464         (is_breakpoint): Add bp_dprintf.
6465         (bpstat_what): Add dprintf case.
6466         (bptype_string): Ditto.
6467         (print_one_breakpoint_location): Ditto.
6468         (init_bp_location): Ditto.
6469         (bkpt_print_mention): Ditto.
6470         (dprintf_style_enums): New array.
6471         (dprintf_style): New global.
6472         (dprintf_function): New global.
6473         (dprintf_channel): New global.
6474         (update_dprintf_command_list): New function.
6475         (update_dprintf_commands): New function.
6476         (init_breakpoint_sal): Add extra_string argument, handle it.
6477         (create_breakpoint_sal): Add extra_string argument.
6478         (create_breakpoints_sal): Add extra_string argument, update callers.
6479         (find_condition_and_thread): Add extra argument.
6480         (create_breakpoint): Add extra_string argument, record it.
6481         (dprintf_command): New function.
6482         (break_command_1): Add arg to create_breakpoint call.
6483         (handle_gnu_v3_exceptions): Ditto.
6484         (trace_command): Ditto.
6485         (ftrace_command): Ditto.
6486         (strace_command): Ditto.
6487         (bkpt_print_mention): Add dprintf case.
6488         (create_breakpoint_sal_default): Add extra_string argument.
6489         (_initialize_breakpoint): Add new commands.
6490         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6491         * python/py-breakpoint.c (bppy_init): Ditto.
6492         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6493
6494 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
6495
6496         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6497
6498 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
6499
6500         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6501         unsigned long long.
6502
6503 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
6504
6505         Add a new function gdb.find_pc_line to the Python API.
6506         * NEWS (Python Scripting): Add entry about the new function.
6507         * python/python.c (gdbpy_find_pc_line): New function which
6508         implements gdb.find_pc_line.
6509         (GdbMethods): Add entry for the new function.
6510
6511 2012-05-12  Pedro Alves  <palves@redhat.com>
6512
6513         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6514         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6515
6516 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
6517
6518         * inferior.c: Include completer.h
6519         (initialize_inferiors): Set completer of add-inferior to
6520         filename_completer.
6521
6522 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6523
6524         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6525         gdbarch_ptr_bit for x32 core dump.
6526
6527 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6528
6529         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6530         and features/i386/x32-avx-linux.c.
6531
6532 2012-05-11  Stan Shebs  <stan@codesourcery.com>
6533             Kwok Cheung Yeung  <kcy@codesourcery.com>
6534
6535         * NEWS: Describe new info os commands.
6536         * common/linux-osdata.c (PID_T, TIME_T): Define.
6537         (MAX_PID_T_STRLEN): New.
6538         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
6539         MAX_PID_T_STRLEN.
6540         (command_from_pid): Add comment.  Change to use PID_T.
6541         (commandline_from_pid):  Change to use PID_T.
6542         (user_from_pid): Add comment.
6543         (get_process_owner): Add comment. Change to use PID_T and
6544         MAX_PID_T_STRLEN.
6545         (get_number_of_cpu_cores): Add comment.
6546         (get_cores_used_by_process): Add comment.  Change to use PID_T and
6547         MAX_PID_T_STRLEN.
6548         (linux_xfer_osdata_processes): Change to use PID_T and
6549         MAX_PID_T_STRLEN.
6550         (compare_processes): New function.
6551         (linux_xfer_osdata_processgroups): New function.
6552         (linux_xfer_osdata_threads): Change to use PID_T.
6553         (linux_xfer_osdata_fds): New function.
6554         (format_socket_state, print_sockets): New functions.
6555         (union socket_addr): New union.
6556         (linux_xfer_osdata_isockets): New function.
6557         (time_from_time_t, group_from_gid): New functions.
6558         (linux_xfer_osdata_shm): New function.
6559         (linux_xfer_osdata_sem): New function.
6560         (linux_xfer_osdata_msg): New function.
6561         (linux_xfer_osdata_modules): New function.
6562         (osdata_table): Add new entries.
6563         * common/buffer.c (buffer_xml_printf): Add support for long and
6564         long long format specifiers.
6565
6566 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6567
6568         * amd64-linux-tdep.h (tdesc_x32_linux): New.
6569         (tdesc_x32_avx_linux): Likewise.
6570
6571 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6572
6573         Implement multi-component --with-auto-load-dir.
6574         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6575         entries.
6576         (--with-auto-load-safe-path): Update the default value description.
6577         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6578         New.
6579         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
6580         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
6581         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
6582         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
6583         "set auto-load scripts-directory".
6584         * config.in: Regenerate.
6585         * configure: Regenerate.
6586         * configure.ac (--with-auto-load-dir): New configure option.
6587         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6588
6589 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6590
6591         Provide $ddir substitution for --with-auto-load-safe-path.
6592         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6593         entries.
6594         * auto-load.c: Include observer.h.
6595         (auto_load_safe_path_vec_update): Call substitute_path_component for
6596         each component.  New variable ddir_subst.
6597         (auto_load_gdb_datadir_changed): New function.
6598         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6599         AUTO_LOAD_SAFE_PATH.  New comment.
6600         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6601         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
6602         * config.in: Regenerate.
6603         * configure: Regenerate.
6604         * configure.ac (--auto-load-safe-path): Rename
6605         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
6606         GDB_DATADIR/auto-load.
6607         * defs.h (substitute_path_component): New declaration.
6608         * top.c: Include observer.h.
6609         (set_gdb_datadir): New function.
6610         (init_main): Install it for "set data-directory".
6611         * utils.c (substitute_path_component): New function.
6612
6613 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6614
6615         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6616         * auto-load.c (auto_load_objfile_script): Remove check for NULL
6617         DEBUG_FILE_DIRECTORY.  Handle multiple components of
6618         DEBUG_FILE_DIRECTORY.
6619
6620 2012-05-10  Tom Tromey  <tromey@redhat.com>
6621
6622         * dwarf2read.c (recursively_write_psymbols): New function.
6623         (write_psymtabs_to_index): Use it.
6624
6625         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6626         field.
6627         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6628         (load_partial_comp_unit): Update.
6629         (queue_comp_unit): Add argument 'pretend_language'.
6630         (process_queue): Update.
6631         (psymtab_to_symtab_1): Skip dependencies that have a user.
6632         (load_partial_comp_unit_reader): Give meaning to the 'data'
6633         argument.
6634         (load_full_comp_unit): Add 'pretend_language' argument.
6635         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6636         language on CU.
6637         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6638         Update.
6639         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6640         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6641         Update.
6642         (prepare_one_comp_unit): Add 'pretend_language' argument.
6643
6644         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6645         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6646         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6647         (dw2_do_instantiate_symtab): Check whether symtab was read in
6648         before queueing.
6649         (dw2_instantiate_symtab): Add assertion.  Call
6650         process_cu_includes.
6651         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6652         (partial_symtab_p): New typedef.
6653         (set_partial_user): New function.
6654         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6655         (scan_partial_symbols): Add imported CU to imported_symtabs.
6656         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6657         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6658         (get_symtab, recursively_compute_inclusions)
6659         (compute_symtab_includes, process_cu_includes)
6660         (process_imported_unit_die): New functions.
6661         (process_die) <DW_TAG_imported_unit>: New case.
6662         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6663
6664         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6665         comment.
6666         (struct partial_die_info) <locdesc>: Remove.
6667         <d>: New field.
6668         (process_psymtab_comp_unit): Add 'read_partial' argument.
6669         Update.
6670         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6671         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6672         (add_partial_symbol): Update.
6673         (process_die): Handle DW_TAG_partial_unit.
6674         (read_file_scope): Update comment.
6675         (load_partial_dies): Handle DW_TAG_imported_unit.
6676         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6677         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6678
6679 2012-05-10  Tom Tromey  <tromey@redhat.com>
6680
6681         * cc-with-dwz.sh: New file.
6682
6683 2012-05-10  Tom Tromey  <tromey@redhat.com>
6684
6685         * symtab.h (struct symtab) <includes, user>: New fields.
6686         * block.h (struct block_iterator) <d, idx, which>: New fields.
6687         * block.c (initialize_block_iterator, find_iterator_symtab)
6688         (block_iterator_step, block_iter_name_step)
6689         (block_iter_match_step): New functions.
6690         (block_iterator_first, block_iterator_next)
6691         (block_iter_name_first, block_iter_name_next)
6692         (block_iter_match_first, block_iter_match_next): Rewrite.
6693         (get_block_symtab): New function.
6694
6695 2012-05-10  Tom Tromey  <tromey@redhat.com>
6696
6697         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6698         set_block_symtab.
6699         * jit.c (finalize_symtab): Use allocate_global_block,
6700         set_block_symtab.
6701         * buildsym.c (finish_block_internal): New function, from old
6702         finish_block.
6703         (finish_block): Rewrite.
6704         (end_symtab): Use finish_block_internal, set_block_symtab.
6705         * block.h (struct global_block): New.
6706         (allocate_global_block, set_block_symtab): Declare.
6707         * block.c (allocate_global_block, set_block_symtab): New
6708         functions.
6709
6710 2012-05-10  Tom Tromey  <tromey@redhat.com>
6711
6712         * psymtab.c (partial_map_expand_apply): Add assertion.
6713         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6714         (psymtab_to_symtab): Find unshared psymtab.
6715         (dump_psymtab): Print including psymtabs.
6716         (recursively_search_psymtabs): New function.
6717         (expand_symtabs_matching_via_partial): Use it.
6718         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6719         fields.
6720         (enum psymtab_search_status): New.
6721
6722 2012-05-10  Tom Tromey  <tromey@redhat.com>
6723
6724         * tracepoint.c (scope_info): Update.
6725         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6726         (find_pc_sect_symtab, search_symbols)
6727         (default_make_symbol_completion_list_break_on)
6728         (make_file_symbol_completion_list): Update.
6729         * symmisc.c (dump_symtab_1): Update.
6730         * stack.c (print_frame_args, iterate_over_block_locals)
6731         (print_frame_labels, iterate_over_block_arg_vars): Update.
6732         * python/py-block.c (block_object) <dict>: Remove.
6733         <block>: New field.
6734         <iter>: Change type.
6735         (blpy_iter): Update.
6736         (blpy_block_syms_iternext): Update.
6737         * psymtab.c (map_block): Use block iterators.
6738         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6739         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6740         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6741         * infrun.c (check_exception_resume): Update.
6742         * cp-support.c (make_symbol_overload_list_block): Update.
6743         * coffread.c (patch_opaque_types): Update.
6744         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6745         * block.h (struct block_iterator): New.
6746         (block_iterator_first, block_iterator_next, block_iter_name_first)
6747         (block_iter_name_next, block_iter_match_first)
6748         (block_iter_match_next): Declare.
6749         (ALL_BLOCK_SYMBOLS): Redefine.
6750         * block.c (block_iterator_first, block_iterator_next)
6751         (block_iter_name_first, block_iter_name_next)
6752         (block_iter_match_first, block_iter_match_next): New functions.
6753         * ada-lang.c (ada_add_block_symbols)
6754         (ada_make_symbol_completion_list): Use block iterator.
6755
6756 2012-05-10  Tom Tromey  <tromey@redhat.com>
6757
6758         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6759         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6760         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6761         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6762         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6763         Update.
6764
6765 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6766
6767         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6768         print-file-var-lib2.c, print-file-var-main.c and
6769         print-file-var.exp (located in gdb/testsuite/gdb.base).
6770
6771 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6772
6773         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6774         try locating the symbol in the symbol's own objfile first, before
6775         extending the search to all objfiles.
6776         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6777         out of lookup_symbol_aux_symtabs.
6778         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6779         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6780         Do not search EXCLUDE_OBJFILE.
6781         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6782         (lookup_symbol_global): Search for matches in the block's objfile
6783         first, before searching all other objfiles.
6784
6785 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6786
6787         * printcmd.c (set_command): Add pre/post inc/dec.
6788
6789 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6790
6791         * gdb.1: Document -ex option.
6792
6793 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6794
6795         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6796         * inferior.h (AT_SYMBOL): Delete.
6797
6798 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6799
6800         * mips-tdep.c (mips_push_dummy_code): New function.
6801         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6802         ON_STACK and install mips_push_dummy_code as our gdbarch
6803         push_dummy_code routine.
6804
6805 2012-05-09  Pedro Alves  <palves@redhat.com>
6806
6807         * target.c (set_maintenance_target_async_permitted): Rename to ...
6808         (set_target_async_command): ... this.
6809         (show_maintenance_target_async_permitted): Rename to ...
6810         (show_target_async_command): ... this.
6811         (initialize_targets): Adjust.
6812
6813 2012-05-08  Doug Evans  <dje@google.com>
6814
6815         * go-exp.y (classify_name): Add missing assignment of fields of
6816         yylval.ssym.
6817
6818 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6819
6820         Display the ">" prompt in interactive mode while reading canned
6821         commands, even when the current interpreter is MI.
6822
6823         * interps.c (interp_set_temp): New function.
6824
6825         * interps.h (interp_set_temp): Add prototype.
6826
6827         * cli/cli-script.c (restore_interp): New cleanup function.
6828         (read_command_lines): Temporarily override the current interpreter
6829         with CLI and arrange for restoring the original one.
6830
6831 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6832
6833         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6834
6835 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6836
6837         * probe.c (parse_probes): Move conditional to check for
6838         debuginfo files from here...
6839         * stap-probe.c (stap_get_probes): ... to here.
6840
6841 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6842             H.J. Lu  <hongjiu.lu@intel.com>
6843
6844         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6845         `movl %esp, %ebp' for the X32 ABI.
6846
6847 2012-05-07  Tom Tromey  <tromey@redhat.com>
6848
6849         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6850         get_DW_TAG_name.
6851         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6852         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6853         (dwarf_stack_op_name): Remove.
6854         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6855         (decode_locdesc): Use get_DW_OP_name.
6856         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6857         (dwarf2_compile_expr_to_ax): Likewise.
6858         (disassemble_dwarf_expression): Likewise.
6859         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6860
6861 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6862
6863         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6864         (sh_linux_sigtramp_cache): New function.
6865         (sh_linux_sigreturn_init): New function.
6866         (sh_linux_rt_sigreturn_init): New function.
6867         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6868         patterns.
6869         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6870         syscall codes.
6871         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6872         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6873         (sh_linux_init_abi): Add init calls to register new tramp_frame
6874         definitions under 32-bit SH, update comments.
6875
6876 2012-05-07  Pedro Alves  <palves@redhat.com>
6877
6878         PR gdb/10952
6879
6880         * amd64-linux-tdep.c: Include glibc-tdep.h.
6881         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6882         gdbarch_skip_solib_resolver callback.
6883
6884 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6885
6886         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6887         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6888         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6889         (add_auto_load_safe_path): Change the error message.
6890         (_initialize_auto_load): Change the "safe-path" help text.
6891         * configure: Regenerate
6892         * configure.ac (--without-auto-load-safe-path): Set
6893         WITH_AUTO_LOAD_SAFE_PATH to /.
6894
6895 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6896
6897         * stap-probe.h: Do not include unecessary `probe.h'.
6898
6899 2012-05-05  Alan Modra  <amodra@gmail.com>
6900
6901         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6902         bfd_und_section_ptr.
6903         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6904         and bfd_com_section_ptr.
6905
6906 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6907
6908         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6909
6910 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6911
6912         * windows-nat.h (segment_register_p_ftype): New typedef.
6913         (windows_set_segment_register_p): Add declaration.
6914         * windows-nat.c (segment_register_p): New static global.
6915         (windows_set_segment_register_p): New function.
6916         (do_windows_fetch_inferior_registers): Add special handling
6917         for segment registers.
6918         * amd64-windows-nat.c: #include "amd64-tdep.h".
6919         (amd64_windows_segment_register_p): New function.
6920         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6921         * i386-windows-nat.c: #include "i386-tdep.h".
6922         (i386_windows_segment_register_p): New function.
6923         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6924
6925 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6926
6927         * printcmd.c (set_command): Emit a warning if the expression is not
6928         an assignment.
6929
6930 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6931
6932         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6933         Make static.
6934
6935 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6936
6937         * stap-probe.c (stap_is_operator): Change declaration.
6938         (stap_get_opcode): Change return value.
6939         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6940         `stap_parse_argument_1'.
6941
6942 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6943
6944         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6945         debug log.
6946
6947 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6948
6949         Add two new methods global_block and static_block to gdb.Symtab
6950         objects.
6951         * NEWS (Python scripting): Add entry about the new methods.
6952         * python/py-symtab.c (stpy_global_block): New function which
6953         implements the gdb.Symtab.global_block() method.
6954         (stpy_static_block): New function which implements the
6955         gdb.Symtab.static_block() method.
6956         (symtab_object_methods): Add entries for the two new methods.
6957
6958 2012-05-03  Doug Evans  <dje@google.com>
6959
6960         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6961         files.
6962
6963 2012-05-03  Yao Qi  <yao@codesourcery.com>
6964
6965         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6966         space.
6967         (i386_process_record): Ditto.
6968
6969 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6970
6971         * infcall.c (unwind_on_signal_p): Make static.
6972
6973 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6974
6975         * sol-thread.c (solaris_pid_to_str): Make static.
6976         (_initialize_sol_thread): Add prototype.
6977
6978 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6979
6980         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6981
6982 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6983
6984         * MAINTAINERS: Remove myself.
6985
6986 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6987
6988         Fix --without-auto-load-safe-path for MS-Windows host platform.
6989         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6990
6991 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6992
6993         * gdb_curses.h: Undefine KEY_EVENT before including curses
6994         headers.  Move "#undef MOUSE_MOVED" before any curses header
6995         inclusion.
6996
6997 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6998
6999         * features/i386/i386-mmx-linux.c: Regenerate.
7000         * features/rs6000/powerpc-32.c: Likewise.
7001         * features/rs6000/powerpc-32l.c: Likewise.
7002         * features/rs6000/powerpc-403.c: Likewise.
7003         * features/rs6000/powerpc-403gc.c: Likewise.
7004         * features/rs6000/powerpc-405.c: Likewise.
7005         * features/rs6000/powerpc-505.c: Likewise.
7006         * features/rs6000/powerpc-601.c: Likewise.
7007         * features/rs6000/powerpc-602.c: Likewise.
7008         * features/rs6000/powerpc-603.c: Likewise.
7009         * features/rs6000/powerpc-604.c: Likewise.
7010         * features/rs6000/powerpc-64.c: Likewise.
7011         * features/rs6000/powerpc-64l.c: Likewise.
7012         * features/rs6000/powerpc-750.c: Likewise.
7013         * features/rs6000/powerpc-860.c: Likewise.
7014         * features/rs6000/powerpc-e500.c: Likewise.
7015         * features/rs6000/powerpc-e500l.c: Likewise.
7016         * features/rs6000/powerpc-isa205-32l.c: Likewise.
7017         * features/rs6000/powerpc-isa205-64l.c: Likewise.
7018         * features/rs6000/rs6000.c: Likewise.
7019
7020 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7021
7022         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7023         variable.
7024         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7025         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7026         (stap_parse_argument) <e>: Likewise.
7027         (handle_stap_probe) <byte_order>: Likewise.
7028
7029 2012-04-30  Doug Evans  <dje@google.com>
7030
7031         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7032         init_and_read_dies_worker.  All callers updated.
7033         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
7034         replaced with init_cutu_and_read_dies.
7035         (load_partial_comp_unit): Pass 1 for use_existing_cu.
7036         (find_partial_die): Remove FIXME.  Don't free current CU.
7037
7038 2012-04-30  Sterling Augustine  <saugustine@google.com>
7039
7040         * contrib: New directory.
7041         * contrib/test_pubnames_and_indexes.py: New file.
7042
7043 2012-04-30  Doug Evans  <dje@google.com>
7044
7045         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7046         All callers updated.
7047         (init_cu_die_reader): Verify the section is non-empty.
7048         (dwarf_decode_line_header): Don't dereference section->asection
7049         until we know the section is present.
7050
7051 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
7052
7053         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7054         probes.
7055
7056 2012-04-29  Yao Qi  <yao@codesourcery.com>
7057
7058         * gdb-code-style.el: New hook gdb-markup-hook
7059         and gdb-comment-hook.
7060
7061 2012-04-28  Doug Evans  <dje@google.com>
7062
7063         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
7064         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7065         objfile->obfd.
7066         * symfile.h (dwarf2_debug_sections): New member addr.
7067         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7068         (ctx_no_get_addr_index): New function.
7069         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7070         (ctx_no_get_addr_index): Declare.
7071         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7072         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7073         (dwarf_expr_ctx_funcs): Update.
7074         (needs_get_addr_index): New function.
7075         (needs_frame_ctx_funcs): Update.
7076         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7077         * dwarf2read.c: #include "gdbcore.h".
7078         (dwarf2_per_objfile): New members addr, dwo_files.
7079         (dwarf2_elf_names): Add entry for addr.
7080         (struct dwo_section_names): New type.
7081         (dwo_section_names): New static global.
7082         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7083         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7084         old debug_types_section member updated to use this.
7085         Rename member debug_types_section to info_or_types_section,
7086         all uses updated.
7087         (signatured_type): Rename member type_offset to type_offset_in_tu,
7088         all uses updated.  New member type_offset_in_section.
7089         (struct dwo_sections): New type.
7090         (struct dwo_unit): New type.
7091         (struct dwo_file): New type.
7092         (die_reader_specs): New member dwo_file.
7093         (dwarf2_locate_sections): Watch for .debug_addr.
7094         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7095         (dwarf2_read_section): Get bfd of section from bfd's asection,
7096         instead of objfile.
7097         (create_cus_from_index): Initialize the_cu->info_or_types_section.
7098         (create_signatured_type_table_from_index): Initialize
7099         sig_type->info_or_types_section.
7100         (dw2_get_file_names): Statement lists for type units with DWO files
7101         live in the DWO file.
7102         (create_debug_types_hash_table): New function.
7103         (create_all_type_units): Rewrite.
7104         (init_cu_die_reader): New arg dwo_file, all callers updated.
7105         (init_and_read_dies_worker): Get section from
7106         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
7107         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7108         continue reading the CU/TU from there.
7109         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7110         updated.  Get section from this_cu->info_or_types_section.
7111         (create_all_comp_units): Initialize this_cu->info_or_types_section.
7112         (skip_one_die): New cases DW_FORM_GNU_addr_index,
7113         DW_FORM_GNU_str_index.
7114         (hash_dwo_file, eq_dwo_file): New functions.
7115         (allocate_dwo_file_hash_table): New function.
7116         (hash_dwo_unit, eq_dwo_unit): New functions.
7117         (allocate_dwo_unit_table): New function.
7118         (dwarf2_locate_dwo_sections): New function.
7119         (struct create_dwo_info_table_data): New type.
7120         (create_debug_info_hash_table_reader): New function.
7121         (create_debug_info_hash_table): New function.
7122         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7123         (lookup_dwo_file): New function.
7124         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7125         (free_dwo_file, free_dwo_file_cleanup): New functions.
7126         (free_dwo_file_from_slot, free_dwo_files): New functions.
7127         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7128         (dwarf2_record_block_ranges): Ditto.
7129         (read_partial_die): Ditto.
7130         (process_enumeration_scope): Update to use type_offset_in_section.
7131         (read_full_die_1): New function.
7132         (read_full_die): Rewrite.
7133         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7134         DW_FORM_GNU_str_index.
7135         (read_addr_index_1, read_addr_index): New functions.
7136         (read_addr_index_from_leb128): New function.
7137         (struct dwarf2_read_addr_index_data): New type.
7138         (dwarf2_read_addr_index_reader): New function.
7139         (dwarf2_read_addr_index): New function.
7140         (read_str_index): New function.
7141         (leb128_size): New function.
7142         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7143         If processing a type unit from a DWO file, get the line section
7144         from the DWO file.
7145         (var_decode_location): Watch for DW_OP_GNU_addr_index.
7146         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7147         DW_FORM_GNU_str_index.
7148         (lookup_die_type): Check whether section offset of type's die is
7149         known before looking it up.  Remove assert.  Condition can
7150         legimately happen for inter-cu type references.
7151         (dwarf_attr_name): Handle Fission attributes.
7152         (dwarf_form_name): Handle Fission forms.
7153         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7154         DW_FORM_GNU_str_index.
7155         (follow_die_sig): Update to use type_offset_in_section.
7156         (decode_locdesc): New case DW_OP_GNU_addr_index.
7157         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7158         DW_FORM_GNU_str_index.
7159         (cu_debug_loc_section): New function.
7160         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7161         (dwarf2_per_objfile_free): Unmap .debug_addr section.
7162         Free DWO files if present.
7163         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7164
7165         Refactor DIE reading.
7166         * dwarf2read.c (dwarf2_per_objfile): Replace members
7167         debug_info_type_hash and debug_types_type_hash with die_type_hash.
7168         (die_reader_specs): New member "die_section".  Temporarily make
7169         member "buffer" non-const, pending constifying all info_ptr uses.
7170         (die_reader_func_ftype): New typedef.
7171         (dw2_get_file_names_reader): New function.
7172         (dw2_get_file_names): Rewrite.
7173         (read_and_check_type_unit_head): Rename arg type_offset to
7174         type_offset_in_tu.
7175         (create_all_type_units): Improve debugging message.
7176         Improve dummy type unit check.
7177         (init_cu_die_reader): New arg "section".  All callers updated.
7178         (init_and_read_dies_worker): New function.
7179         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7180         (init_cutu_and_read_dies_no_follow): New function.
7181         (init_cutu_and_read_dies_simple): New function.
7182         (process_psymtab_comp_unit_reader): New function.
7183         (process_psymtab_comp_unit): Delete args section,
7184         is_debug_types_section.  Rewrite.  All callers updated.
7185         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7186         All callers updated.  Rewrite.
7187         (load_partial_comp_unit_reader): New function.
7188         (load_partial_comp_unit): Rewrite.
7189         (skip_children): New arg reader.  Delete args buffer, cu.
7190         All callers updated.
7191         (skip_one_die): New arg reader.  Delete args buffer, cu.
7192         All callers updated.
7193         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
7194         All callers updated.
7195         (load_full_comp_unit_reader): New function.
7196         (load_full_comp_unit): Rewrite.
7197         (read_comp_unit): Delete.
7198         (read_die_and_children_1): Delete, contents moved ...
7199         (read_die_and_children): ... here.
7200         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
7201         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
7202         All callers updated.
7203         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
7204         All callers updated.
7205         (find_partial_die): Rewrite load_all_dies support.
7206         (read_attribute_value): New arg reader.  Delete args abfd, cu.
7207         All callers updated.
7208         (read_attribute): New arg reader.  Delete args abfd, cu.
7209         All callers updated.
7210         (load_full_type_unit): Add assert.
7211         (read_signatured_type_reader): New function.
7212         (read_signatured_type): Rewrite.
7213         (free_stack_comp_unit): Remove call to age_cached_comp_units.
7214         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7215         All callers updated.  Set per_cu->cu = NULL after freeing it.
7216         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7217         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7218         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7219         (set_die_type): Update.
7220         (get_die_type_at_offset): Update.
7221         (read_file_scope): Call prepare_one_comp_unit.
7222         (read_type_unit_scope): Ditto.
7223         (prepare_one_comp_unit): Set producer if present.
7224
7225 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
7226
7227         * probe.c (compile_rx_or_error): Silence ARI warning about missing
7228          gettext function on `error'.
7229
7230 2012-04-27  Doug Evans  <dje@google.com>
7231
7232         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7233         is empty.
7234
7235 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7236             Tom Tromey  <tromey@redhat.com>
7237
7238         * breakpoint.c (struct breakpoint_objfile_data)
7239         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7240         <exception_probes>: New fields.
7241         (free_breakpoint_probes): New function.
7242         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7243         `_Unwind_DebugHook'.
7244         (create_exception_master_breakpoint): Likewise.
7245         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7246         * infrun.c: Including necessary header files for handling SystemTap
7247         probes.
7248         (handle_inferior_event): Handling longjmp breakpoint and exceptions
7249         via SystemTap probes.
7250         (check_exception_resume): Remove `func' argument.  Handle exception
7251         unwinding breakpoint set via a SystemTap probe.
7252         (insert_exception_resume_from_probe): New function.
7253
7254 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7255             Tom Tromey  <tromey@redhat.com>
7256             Jan Kratochvil  <jan.kratochvil@redhat.com>
7257
7258         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7259         (COMMON_OBS): Likewise.
7260         (HFILES_NO_SRCDIR): Add `probe'.
7261         * NEWS: Mention support for static and SystemTap probes.
7262         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7263         SystemTap probes' arguments parser.
7264         * arm-linux-tdep.c: Including headers needed to perform the parsing
7265         of SystemTap probes' arguments.
7266         (arm_stap_is_single_operand): New function.
7267         (arm_stap_parse_special_token): Likewise.
7268         (arm_linux_init_abi): Initializing proper fields used by SystemTap
7269         probes' arguments parser.
7270         * ax-gdb.c (require_rvalue): Removing static declaration.
7271         (gen_expr): Likewise.
7272         * ax-gdb.h (gen_expr): Declaring function.
7273         (require_rvalue): Likewise.
7274         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7275         (bkpt_probe_breakpoint_ops): New variable.
7276         (momentary_breakpoint_from_master): Set the `probe' value.
7277         (add_location_to_breakpoint): Likewise.
7278         (break_command_1): Using proper breakpoint_ops according to the
7279         argument passed by the user in the command line.
7280         (bkpt_probe_insert_location): New function.
7281         (bkpt_probe_remove_location): Likewise.
7282         (bkpt_probe_create_sals_from_address): Likewise.
7283         (bkpt_probe_decode_linespec): Likewise.
7284         (tracepoint_probe_create_sals_from_address): Likewise.
7285         (tracepoint_probe_decode_linespec): Likewise.
7286         (tracepoint_probe_breakpoint_ops): New variable.
7287         (trace_command): Using proper breakpoint_ops according to the
7288         argument passed by the user in the command line.
7289         (initialize_breakpoint_ops): Initializing breakpoint_ops for
7290         static probes on breakpoints and tracepoints.
7291         * breakpoint.h (struct bp_location) <probe>: New field.
7292         * cli-utils.c (skip_spaces_const): New function.
7293         (extract_arg): Likewise.
7294         * cli-utils.h (skip_spaces_const): Likewise.
7295         (extract_arg): Likewise.
7296         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7297         * configure.ac: Append `stap-probe.o' to be generated when ELF
7298         support is present.
7299         * configure: Regenerate.
7300         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7301         * elfread.c: Include `probe.h' and `arch-utils.h'.
7302         (probe_key): New variable.
7303         (elf_get_probes): New function.
7304         (elf_get_probe_argument_count): Likewise.
7305         (elf_evaluate_probe_argument): Likewise.
7306         (elf_compile_to_ax): Likewise.
7307         (elf_symfile_relocate_probe): Likewise.
7308         (stap_probe_key_free): Likewise.
7309         (elf_probe_fns): New variable.
7310         (elf_sym_fns): Add `sym_probe_fns' value.
7311         (elf_sym_fns_lazy_psyms): Likewise.
7312         (elf_sym_fns_gdb_index): Likewise.
7313         (_initialize_elfread): Initialize objfile cache for static
7314         probes.
7315         * gdb_vecs.h (struct probe): New forward declaration.
7316         (probe_p): New VEC declaration.
7317         * gdbarch.c: Regenerate.
7318         * gdbarch.h: Regenerate.
7319         * gdbarch.sh (stap_integer_prefix): New variable.
7320         (stap_integer_suffix): Likewise.
7321         (stap_register_prefix): Likewise.
7322         (stap_register_suffix): Likewise.
7323         (stap_register_indirection_prefix): Likewise.
7324         (stap_register_indirection_suffix): Likewise.
7325         (stap_gdb_register_prefix): Likewise.
7326         (stap_gdb_register_suffix): Likewise.
7327         (stap_is_single_operand): New function.
7328         (stap_parse_special_token): Likewise.
7329         (struct stap_parse_info): Forward declaration.
7330         * i386-tdep.c: Including headers needed to perform the parsing
7331         of SystemTap probes' arguments.
7332         (i386_stap_is_single_operand): New function.
7333         (i386_stap_parse_special_token): Likewise.
7334         (i386_elf_init_abi): Initializing proper fields used by SystemTap
7335         probes' arguments parser.
7336         * i386-tdep.h (i386_stap_is_single_operand): New function.
7337         (i386_stap_parse_special_token): Likewise.
7338         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7339         * mipsread.c (ecoff_sym_fns): Likewise.
7340         * objfiles.c (objfile_relocate1): Support relocation for static
7341         probes.
7342         * parse.c (prefixify_expression): Remove static declaration.
7343         (initialize_expout): Likewise.
7344         (reallocate_expout): Likewise.
7345         * parser-defs.h (initialize_expout): Declare function.
7346         (reallocate_expout): Likewise.
7347         (prefixify_expression): Likewise.
7348         * ppc-linux-tdep.c: Including headers needed to perform the parsing
7349         of SystemTap probes' arguments.
7350         (ppc_stap_is_single_operand): New function.
7351         (ppc_stap_parse_special_token): Likewise.
7352         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7353         probes' arguments parser.
7354         * probe.c: New file, for generic statically defined probe support.
7355         * probe.h: Likewise.
7356         * s390-tdep.c: Including headers needed to perform the parsing of
7357         SystemTap probes' arguments.
7358         (s390_stap_is_single_operand): New function.
7359         (s390_gdbarch_init): Initializing proper fields used by SystemTap
7360         probes' arguments parser.
7361         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7362         * stap-probe.c: New file, for SystemTap probe support.
7363         * stap-probe.h: Likewise.
7364         * symfile.h: Include `gdb_vecs.h'.
7365         (struct sym_probe_fns): New struct.
7366         (struct sym_fns) <sym_probe_fns>: New field.
7367         * symtab.c (init_sal): Initialize `probe' field.
7368         * symtab.h (struct probe): Forward declaration.
7369         (struct symtab_and_line) <probe>: New field.
7370         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7371         locations.
7372         (stop_tracing): Likewise.
7373         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7374
7375 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7376             Tom Tromey  <tromey@redhat.com>
7377
7378         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7379         and to compile agent expressions.
7380         * infrun.c (siginfo_make_value): New argument `ignore'.
7381         (siginfo_funcs): New struct.
7382         (_initialize_infrun): New argument when calling
7383         `create_internalvar_type_lazy'.
7384         * thread.c (thread_id_make_value): New argument `ignore'.
7385         (thread_funcs): New struct.
7386         (_initialize_thread): New argument when calling
7387         `create_internalvar_type_lazy'.
7388         * tracepoint.c (sdata_make_value): New argument `ignore'.
7389         (sdata_funcs): New struct.
7390         (_initialize_tracepoint): New argument when calling
7391         `create_internalvar_type_lazy'.
7392         * value.c (make_value): New struct.
7393         (create_internalvar_type_lazy): New argument `data'.
7394         (compile_internalvar_to_ax): New function.
7395         (value_of_internalvar): Properly handling `make_value' case.
7396         (clear_internalvar): Likewise.
7397         (show_convenience): Adding `TRY_CATCH' block.
7398         * value.h (internalvar_make_value): Delete, replace by...
7399         (struct internalvar_funcs): ... this.
7400         (create_internalvar_type_lazy) <fun>: Delete argument.
7401         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7402         (compile_internalvar_to_ax): New function.
7403         * windows-tdep.c (tlb_make_value): New argument `ignore'.
7404         (tlb_funcs): New struct.
7405         (_initialize_windows_tdep): New argument when calling
7406         `create_internalvar_type_lazy'.
7407
7408 2012-04-27  Mark Wielaard  <mjw@redhat.com>
7409
7410         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7411         see whether it is an address or a constant offset from DW_AT_low_pc.
7412         (dwarf2_record_block_ranges): Likewise.
7413         (read_partial_die): Likewise.
7414
7415 2012-04-26  Mark Wielaard  <mjw@redhat.com>
7416
7417         * MAINTAINERS (Write After Approval): Add myself to the list.
7418
7419 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7420
7421         * proc-utils.h (proc_prettyprint_signalset): New prototype.
7422         (proc_prettyprint_signal): Likewise.
7423         (proc_prettyprint_faultset): Likewise.
7424         (proc_prettyprint_fault): Likewise.
7425         (proc_prettyprint_actionset): Likewise.
7426         (proc_prettyprint_flags): Move to new proc-flags.c section.
7427         (proc_prettyfprint_flags): New prototype.
7428         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7429         (proc_syscall, proc_cursig): Likewise.
7430         (proc_set_kill_on_last_close): Likewise.
7431         (proc_unset_kill_on_last_close): Likewise.
7432         (proc_set_watchpoint): Make static.
7433         (proc_delete_dead_threads): Likewise.
7434         (procfs_set_watchpoint): Likewise.
7435         (_initialize_procfs): Add prototype.
7436         * proc-events.c: Include proc-utils.h.
7437         (init_syscall_table): Make static.
7438         * proc-api.c (_initialize_proc_api): Add prototype.
7439         * proc-flags.c: Include proc-utils.h.
7440
7441 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7442
7443         * configure.ac: Add AC_ARG_PROGRAM.
7444         * configure: Regenerate.
7445
7446 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7447
7448         Fix DW_AT_lower_bound defaults for DWARF-4+.
7449         * dwarf2read.c (read_subrange_type): Remove initialization of low and
7450         high.  New variable low_default_is_valid.  Implement DWARF-4+
7451         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
7452         no default by the DWARF standard.
7453
7454 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
7455             Maciej W. Rozycki  <macro@codesourcery.com>
7456
7457         * infrun.c (handle_inferior_event): Move the check for return
7458         trampolines ahead of the check for function trampolines.
7459         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7460         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7461         (mips_str_mips16_ret_stub): Likewise.
7462         (mips_str_call_fp_stub): Likewise.
7463         (mips_str_call_stub): Likewise.
7464         (mips_str_fn_stub): Likewise.
7465         (mips_str_pic): Likewise.
7466         (mips_in_frame_stub): New function.
7467         (mips_unwind_pc): Return the return address rather than the PC
7468         if the PC of an intermediate frame is inside a call thunk.
7469         (mips_is_stub_suffix): New function.
7470         (mips_is_stub_mode): Likewise.
7471         (mips_get_mips16_fn_stub_pc): Likewise.
7472         (mips_skip_mips16_trampoline_code): Update to handle all the
7473         currently generated stub types.  Don't recurse into __fn_stub
7474         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
7475         Use cooked register accesses.
7476         (mips_in_return_stub): Reintroduce function.
7477         (mips_skip_trampoline_code): Traverse trampolines recursively.
7478         (mips_gdbarch_init): Handle MIPS16 return trampolines.
7479
7480 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
7481
7482         GDB 7.4.1 released.
7483
7484 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
7485
7486         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7487         * features/arm-with-m-vfp-d16.xml: New file. Describes
7488         Cortex-M with VFPv4-sp-d16 FPU register layout.
7489         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7490         * features/arm-with-m-vfp-d16.c: New. Generated from above.
7491         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7492         (arm-register_g_packet_guesses): Add vfp-d16 guess.
7493         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7494
7495 2012-04-25  Doug Evans  <dje@google.com>
7496
7497         * cli/cli-decode.c (print_doc_line): Use stream instead of
7498         current_uiout.
7499
7500 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
7501
7502         * features/arm-with-iwmmxt.c: Regenerate.
7503         * features/arm-with-m-fpa-layout.c: Likewise.
7504         * features/arm-with-m.c: Likewise.
7505         * features/arm-with-neon.c: Likewise.
7506         * features/arm-with-vfpv2.c: Likewise.
7507         * features/arm-with-vfpv3.c: Likewise.
7508         * features/mips-dsp-linux.c: Likewise.
7509         * features/mips-linux.c: Likewise.
7510         * features/mips64-dsp-linux.c: Likewise.
7511         * features/mips64-linux.c: Likewise.
7512         * features/s390-linux32.c: Likewise.
7513         * features/s390-linux32v1.c: Likewise.
7514         * features/s390-linux32v2.c: Likewise.
7515         * features/s390-linux64.c: Likewise.
7516         * features/s390-linux64v1.c: Likewise.
7517         * features/s390-linux64v2.c: Likewise.
7518         * features/s390x-linux64.c: Likewise.
7519         * features/s390x-linux64v1.c: Likewise.
7520         * features/s390x-linux64v2.c: Likewise.
7521         * features/tic6x-c62x-linux.c: Likewise.
7522         * features/tic6x-c62x.c: Likewise.
7523         * features/tic6x-c64x-linux.c: Likewise.
7524         * features/tic6x-c64x.c: Likewise.
7525         * features/tic6x-c64xp-linux.c: Likewise.
7526         * features/tic6x-c64xp.c: Likewise.
7527         * target-descriptions.c: Only generate `field_type' and `type'
7528         variables when needed.
7529
7530 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
7531
7532         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7533
7534 2012-04-25  Doug Evans  <dje@google.com>
7535
7536         Initial pass at Go language support.
7537         * NEWS: Mention Go.
7538         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7539         go-valprint.c.
7540         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7541         (YYFILES): Add go-exp.c.
7542         (YYOBJ): Add go-exp.o.
7543         (local-maintainer-clean): Delete go-exp.c.
7544         * defs.h (enum language): Add language_go.
7545         * dwarf2read.c: #include "go-lang.h".
7546         (fixup_go_packaging): New function.
7547         (process_full_comp_unit): Call it when processing Go CUs.
7548         (dwarf2_physname): Add Go support.
7549         (read_file_scope): Handle missing language spec for GNU Go.
7550         (set_cu_language): Handle DW_LANG_Go.
7551         * go-exp.y: New file.
7552         * go-lang.h: New file.
7553         * go-lang.c: New file.
7554         * go-typeprint.c: New file.
7555         * go-valprint.c: New file.
7556         * symtab.c: #include "go-lang.h".
7557         (symbol_set_language): Handle language_go.
7558         (symbol_find_demangled_name, symbol_set_names): Ditto.
7559         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7560
7561 2012-04-24  Jim Meyering  <meyering@redhat.com>
7562
7563         avoid a few strncpy-induced buffer overruns
7564         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7565         fname and psargs before trying to concatenate.
7566         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7567         "name" before applying strchr.
7568
7569 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
7570
7571         * CONTRIBUTE: Use unified diff instead of context diff when
7572         generating patches.
7573
7574 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7575
7576         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7577         code.  Handle JR.HB correctly.
7578
7579 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7580
7581         * mips-tdep.c
7582         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7583         with the other MIPS16 helpers.
7584
7585 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
7586
7587         * observer.sh: Conditionally declare `args', thus cleaning up
7588         unused instances of this variable.
7589
7590 2012-04-24  Yao Qi  <yao@codesourcery.com>
7591
7592         Revert this patch to allow breakpoint always-inserted
7593         in record target.
7594         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
7595         * breakpoint.c: Include record.h.
7596         (breakpoints_always_inserted_mode): Return false when the record
7597         target is in use.
7598
7599         * breakpoint.c (iterate_over_bp_locations): New.
7600         * breakpoint.h: Declare.
7601         New typedef walk_bp_location_callback.
7602         * record.c (record_open): Call record_init_record_breakpoints.
7603         (record_sync_record_breakpoints): New.
7604         (record_init_record_breakpoints): New.
7605         * NEWS: Mention supporting breakpoint always-inserted mode in
7606         record target.
7607
7608 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
7609
7610         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7611         any thread.
7612
7613 2012-04-24  Yao Qi  <yao@codesourcery.com>
7614
7615         * breakpoint.c (ep_is_catchpoint): Renamed to ...
7616         (is_catchpoint): ... it.
7617         (print_one_breakpoint_location): Caller update.
7618         * breakpoint.h: Update declaration.
7619
7620 2012-04-23  David S. Miller  <davem@davemloft.net>
7621
7622         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7623
7624 2012-04-23  Tom Tromey  <tromey@redhat.com>
7625
7626         * buildsym.c (add_free_pendings): Remove.
7627         * buildsym.h (add_free_pendings): Remove.
7628
7629 2012-04-23  Doug Evans  <dje@google.com>
7630
7631         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7632         attr.u.unsnd instead of attr.u.addr.
7633         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7634         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7635         DW_FORM_ref_udata.
7636         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7637         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7638         DW_FORM_ref_udata.
7639         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7640
7641 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
7642
7643         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7644         (mips_o32_return_value): Likewise.
7645         (mips_o64_return_value): Likewise.
7646
7647 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
7648
7649         * ada-lang.c (ada_evaluate_subexp): Add cases for
7650         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7651         their treatment in eval.c.
7652
7653 2012-04-21  David S. Miller  <davem@davemloft.net>
7654
7655         * sparc-tdep.c (X_DISP10): Define.
7656         (sparc_analyze_control_transfer): Handle compare-and-branch.
7657
7658 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
7659
7660         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7661         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7662
7663 2012-04-20  Nigel Stephens  <nigel@mips.com>
7664             Maciej W. Rozycki  <macro@codesourcery.com>
7665
7666         * mips-tdep.c (mips_float_register_p): New function.
7667         (mips_convert_register_float_case_p): Use mips_float_register_p.
7668         (mips_register_type): Likewise.
7669         (mips_print_register): Likewise.
7670         (print_gp_register_row): Likewise.
7671         (mips_print_registers_info): Likewise.
7672
7673 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
7674
7675         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7676         of mips16 symbols.
7677
7678 2012-04-20  Andrew Pinski  <apinski@cavium.com>
7679
7680         * MAINTAINERS (Write After Approval): Add myself to the list.
7681
7682 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7683
7684         * MAINTAINERS: Update my e-mail address.
7685
7686 2012-04-20  Pedro Alves  <palves@redhat.com>
7687
7688         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7689         $srcdir.
7690         * configure: Regenerate.
7691
7692 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7693
7694         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7695         declaration.
7696         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7697
7698 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7699
7700         Fix compilation compatibility with python-2.4
7701         * python/py-type.c (convert_field): Cast ADDRSTRING for
7702         PyObject_SetAttrString as non-const.  New comment.
7703
7704 2012-04-19  Tom Tromey  <tromey@redhat.com>
7705
7706         * top.c (quit_target): Use all_cleanups.
7707         * main.c (captured_command_loop): Use all_cleanups.
7708         * exceptions.c (throw_exception): Use all_cleanups.
7709
7710 2012-04-19  Pedro Alves  <palves@redhat.com>
7711
7712         * Makefile.in (GNULIB_BUILDDIR): New.
7713         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7714         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7715         (CLEANDIRS). Remove gnulib/import.
7716         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7717         (all-lib): Ditto.
7718         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7719         (gnulib/import/Makefile): Replace gnulib/import with
7720         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7721         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7722         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7723         acx_configure_dir.m4.
7724         * acinclude.m4: Include acx_configure_dir.m4.
7725         * acx_configure_dir.m4: New file.
7726         * aclocal.m4: Regenerate.
7727         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7728         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7729         (GNULIB): New variable.
7730         (GNULIB_STDINT_H): Adjust.
7731         (AC_OUTPUT): Don't output gnulib/Makefile.
7732         * gdb/defs.h: Include build-gnulib/config.h.
7733         * aclocal.m4: Regenerate.
7734         * config.in: Regenerate.
7735         * configure: Regenerate.
7736
7737         * gnulib/Makefile.in: New file.
7738         * gnulib/configure.ac: New file.
7739         * gnulib/aclocal.m4: New file.
7740         * gnulib/config.in: New file.
7741         * gnulib/configure: New file.
7742         * gnulib/: Re-run gnulib-tool to adjust.
7743
7744 2012-04-19  Doug Evans  <dje@google.com>
7745
7746         * cleanups.h (struct cleanup): Move to cleanups.c.
7747         (make_cleanup_dtor_ftype): New typedef.
7748         (make_cleanup_dtor): Use it.
7749         (ALL_CLEANUPS): Replace with ...
7750         (all_cleanups): ... this.  Declare.  All uses updated.
7751         * cleanups.c: #include "gdb_assert.h".
7752         (sentinel_cleanup): New static global.
7753         (SENTINEL_CLEANUP): Define.
7754         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7755         (make_my_cleanup2): Assert result is non-NULL.
7756         (all_cleanups): New function.
7757         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7758         of NULL.
7759
7760 2012-04-19  Pedro Alves  <palves@redhat.com>
7761
7762         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7763         Adjust paths to gnulib imported files.
7764
7765 2012-04-19  Pedro Alves  <palves@redhat.com>
7766
7767         * gnulib/: Move whole directory ...
7768         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7769         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7770         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7771         (aclocal_m4_deps): Adjust.
7772         * aclocal.m4: Regenerate.
7773         * configure: Regenerate.
7774         * configure.ac: Adjust AC_OUTPUT output.
7775
7776 2012-04-19  Yao Qi  <yao@codesourcery.com>
7777
7778         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7779         (vec.o): New rule.
7780         * vec.c: Move it ...
7781         * common/vec.c: ... here.
7782         * vec.h: Move it ...
7783         * common/vec.h: ... here.
7784
7785 2012-04-19  Yao Qi  <yao@codesourcery.com>
7786
7787         * gdb-code-style.el: New.
7788
7789 2012-04-18  Pedro Alves  <palves@redhat.com>
7790
7791         Update gnulib from latest git.
7792         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7793
7794         * gnulib/Makefile.am: Update.
7795         * gnulib/dummy.c: Update.
7796         * gnulib/extra/arg-nonnull.h: Update.
7797         * gnulib/extra/c++defs.h: Update.
7798         * gnulib/extra/update-copyright: Update.
7799         * gnulib/extra/warn-on-use.h: Update.
7800         * gnulib/inttypes.in.h: Update.
7801         * gnulib/m4/00gnulib.m4: Update.
7802         * gnulib/m4/extensions.m4: Update.
7803         * gnulib/m4/gnulib-cache.m4: Update.
7804         * gnulib/m4/gnulib-common.m4: Update.
7805         * gnulib/m4/gnulib-comp.m4: Update.
7806         * gnulib/m4/gnulib-tool.m4: Update.
7807         * gnulib/m4/include_next.m4: Update.
7808         * gnulib/m4/inttypes-pri.m4: Update.
7809         * gnulib/m4/inttypes.m4: Update.
7810         * gnulib/m4/longlong.m4: Update.
7811         * gnulib/m4/memchr.m4: Update.
7812         * gnulib/m4/memmem.m4: Update.
7813         * gnulib/m4/mmap-anon.m4: Update.
7814         * gnulib/m4/multiarch.m4: Update.
7815         * gnulib/m4/onceonly.m4: Update.
7816         * gnulib/m4/stddef_h.m4: Update.
7817         * gnulib/m4/stdint.m4: Update.
7818         * gnulib/m4/string_h.m4: Update.
7819         * gnulib/m4/warn-on-use.m4: Update.
7820         * gnulib/m4/wchar_h.m4: Update.
7821         * gnulib/m4/wchar_t.m4: Update.
7822         * gnulib/m4/wint_t.m4: Update.
7823         * gnulib/memchr.c: Update.
7824         * gnulib/memmem.c: Update.
7825         * gnulib/stddef.in.h: Update.
7826         * gnulib/stdint.in.h: Update.
7827         * gnulib/str-two-way.h: Update.
7828         * gnulib/string.in.h: Update.
7829         * gnulib/wchar.in.h: Update.
7830
7831         * gnulib/extra/arg-nonnull.h: Delete.
7832         * gnulib/extra/c++defs.h: Delete.
7833         * gnulib/extra/warn-on-use.h: Delete.
7834         * gnulib/m4/wchar_h.m4: Delete.
7835         * gnulib/m4/wint_t.m4: Delete.
7836         * gnulib/wchar.in.h: Delete.
7837
7838         * gnulib/extra/snippets/arg-nonnull.h: New.
7839         * gnulib/extra/snippets/c++defs.h: New.
7840         * gnulib/extra/snippets/warn-on-use.h: New.
7841
7842         * aclocal.m4: Regenerate.
7843         * config.in: Regenerate.
7844         * configure: Regenerate.
7845         * gnulib/Makefile.in: Regenerate.
7846
7847 2012-04-18  Pedro Alves  <palves@redhat.com>
7848
7849         Reimport the update-copyright module from gnulib
7850         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7851
7852         * configure: Regenerate.
7853         * gnulib/Makefile.am: Update.
7854         * gnulib/Makefile.in: Regenerate.
7855         * gnulib/extra/update-copyright: Update.
7856         * gnulib/m4/gnulib-cache.m4: Update.
7857         * gnulib/m4/gnulib-comp.m4: Update.
7858
7859 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7860
7861         * configure.ac (aix): Put -lpthread into libs.
7862         * configure: Regenerate.
7863
7864 2012-04-18  Tom Tromey  <tromey@redhat.com>
7865
7866         * linespec.c (convert_linespec_to_sals): Don't use
7867         SYMBOL_OBJ_SECTION.
7868         (compare_msymbols): Arguments are minsym_and_objfile, not
7869         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7870
7871 2012-04-18  Pedro Alves  <palves@redhat.com>
7872
7873         Revert gnulib/ part of:
7874         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7875         Copyright year update in most files (performed by copyright.sh).
7876
7877 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7878
7879         Fix 64-bit constants on 32-bit hosts.
7880         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7881         from unsigned long to ULONGEST.
7882         (read_signed_leb128): Change declaration return type from long to
7883         LONGEST.
7884         (dwarf2_const_value_attr): Change declaration parameter value from long
7885         to LONGEST.
7886         (dwarf2_compute_name): Change variable value from long to LONGEST.
7887         (read_unsigned_leb128): Change return type, variable result and some
7888         casts from unsigned long to ULONGEST.
7889         (read_signed_leb128): Change return type, variable result and some
7890         casts from long to LONGEST.
7891         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7892         value from long to LONGEST.
7893         (dwarf2_const_value): Change variable value from long to LONGEST.
7894         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7895         plongest and hex_string.
7896         * symtab.h (struct general_symbol_info): Change ivalue from long to
7897         LONGEST, remove the comment.
7898         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7899         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7900
7901 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7902
7903         PR symtab/7259:
7904         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7905         * ada-lang.c (ada_discrete_type_high_bound)
7906         (ada_discrete_type_low_bound): Fix function comment.  Use
7907         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7908         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7909         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7910         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7911         Use TYPE_FIELD_ENUMVAL.
7912         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7913         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7914         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7915         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7916         TYPE_CODE_ENUM.
7917         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7918         * dwarf2read.c (process_enumeration_scope): Likewise.
7919         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7920         field.bitpos.
7921         (class StructMainTypePrettyPrinter): Support also
7922         FIELD_LOC_KIND_ENUMVAL.
7923         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7924         TYPE_CODE_ENUM.
7925         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7926         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7927         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7928         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7929         field enumval.
7930         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7931         accommodate enumval.
7932         (struct call_site): Adjust loc_kind to accommodate enumval.
7933         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7934         (TYPE_FIELD_ENUMVAL): New macros.
7935         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7936         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7937         TYPE_CODE_ENUM.
7938         * p-typeprint.c (pascal_type_print_base): Likewise.
7939         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7940         enumval.
7941         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7942         * python/py-type.c (convert_field): New variable addrstring.  Use
7943         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7944         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7945         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7946         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7947         TYPE_CODE_ENUM.
7948         * valprint.c (generic_val_print): Likewise.
7949
7950 2012-04-17  Doug Evans  <dje@google.com>
7951
7952         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7953
7954         * dwarf2read.c: Whitespace fixes.
7955         (lookup_signatured_type): Tweak comment.
7956         (get_die_type_at_offset): Fix comment.
7957
7958 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7959
7960         * xcoffread.c (xcoff_secnum_to_sections): New function.
7961         (secnum_to_section, secnum_to_bfd_section): Reimplement
7962         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7963         into "n_scnum".
7964         (RECORD_MINIMAL_SYMBOL): Delete.
7965         (record_minimal_symbol): New function.
7966         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7967         by call to record_minimal_symbol and set misc_func_recorded
7968         to 1.  Set last_csect_sec to the XCOFF section index instead
7969         of GDB's section_offset index.  Update calls to
7970         prim_record_minimal_symbol_and_info to pass the BFD section
7971         as well.
7972
7973 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7974
7975         * xcoffread.c (read_xcoff_symtab): Delete variables
7976         last_csect_val and last_csect_sec and associated code.
7977
7978 2012-04-17  Doug Evans  <dje@google.com>
7979
7980         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7981         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7982         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7983         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7984
7985         * cleanups.h: New file.
7986         * cleanups.c: New file.
7987         * Makefile.in (SFILES): Add cleanups.c.
7988         (HFILES_NO_SRCDIR): Add cleanups.h.
7989         (COMMON_OBS): Add cleanups.o.
7990         * defs.h (struct cleanup): Moved to cleanups.h.
7991         (do_cleanups,do_final_cleanups): Ditto.
7992         (discard_cleanups,discard_final_cleanups): Ditto
7993         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7994         (save_cleanups,save_final_cleanups): Ditto.
7995         (restore_cleanups,restore_final_cleanups): Ditto.
7996         (null_cleanup): Ditto.
7997         (make_my_cleanup,make_my_cleanup2): Ditto.
7998         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7999         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8000         (do_cleanups,do_final_cleanups): Ditto.
8001         (discard_cleanups,discard_final_cleanups): Ditto
8002         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8003         (save_cleanups,save_final_cleanups): Ditto.
8004         (restore_cleanups,restore_final_cleanups): Ditto.
8005         (null_cleanup): Ditto.
8006         (make_my_cleanup,make_my_cleanup2): Ditto.
8007         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8008
8009         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8010         make_my_cleanup.
8011         (make_cleanup_dyn_string_delete): Ditto.
8012         (make_cleanup_ui_file_delete): Ditto.
8013         (make_cleanup_ui_out_redirect_pop): Ditto.
8014         (make_cleanup_free_section_addr_info): Ditto.
8015         (make_cleanup_restore_integer): Ditto.
8016         (make_cleanup_unpush_target): Ditto.
8017         (make_cleanup_value_free_to_mark): Ditto.
8018         (make_cleanup_value_free): Ditto.
8019         (make_cleanup_free_so): Ditto.
8020
8021 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8022
8023         New option "set debug auto-load".
8024         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8025         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8026         (auto_load_safe_path_vec_update)
8027         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8028         if DEBUG_AUTO_LOAD.
8029         (file_is_auto_load_safe): New parameters debug_fmt and ....
8030         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8031         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8032         caller by explanatory string.
8033         (_initialize_auto_load): Register "set debug auto-load".
8034         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8035         and ....
8036         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8037         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8038         by explanatory string.
8039         * main.c (captured_main): Likewise.
8040         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8041         (source_section_scripts): Likewise.
8042
8043 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8044
8045         New option "set auto-load safe-path".
8046         * NEWS: New commands "set auto-load safe-path"
8047         and "show auto-load safe-path".
8048         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8049         (auto_load_safe_path, auto_load_safe_path_vec)
8050         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8051         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8052         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8053         (source_gdb_script_for_objfile): New variable is_safe.  Call
8054         file_is_auto_load_safe.  Return if it is not.
8055         (struct loaded_script): New field loaded.
8056         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
8057         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
8058         output "Missing" to "No".
8059         (_initialize_auto_load): New variable cmd.  Initialize
8060         auto_load_safe_path.  Register "set auto-load safe-path",
8061         "show auto-load safe-path" and "add-auto-load-safe-path".
8062         * auto-load.h (maybe_add_script): Add parameter loaded.
8063         (file_is_auto_load_safe): New declaration.
8064         * config.in: Regenerate.
8065         * configure: Regenerate.
8066         * configure.ac: New parameters --with-auto-load-safe-path
8067         and --without-auto-load-safe-path.
8068         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8069         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8070         * main.c (captured_main): Check file_is_auto_load_safe for
8071         LOCAL_GDBINIT.
8072         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8073         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
8074         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
8075         not.
8076
8077 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8078
8079         auto-load: Implementation.
8080         * NEWS: New descriptions for "info auto-load",
8081         "info auto-load gdb-scripts", "info auto-load python-scripts",
8082         "info auto-load local-gdbinit" and "info auto-load libthread-db".
8083         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8084         and "show auto-load-scripts".  New description for "set auto-load",
8085         "show auto-load", "set auto-load gdb-scripts",
8086         "show auto-load gdb-scripts", "set auto-load python-scripts",
8087         "show auto-load python-scripts", "set auto-load local-gdbinit",
8088         "show auto-load local-gdbinit", "set auto-load libthread-db" and
8089         "show auto-load libthread-db".
8090         * auto-load.c: Remove include python/python-internal.h.  Add includes
8091         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8092         cli/cli-setshow.h.
8093         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8094         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8095         (gdbpy_global_auto_load): Rename to ...
8096         (global_auto_load): ... here.
8097         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8098         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8099         (script_language_gdb, source_gdb_script_for_objfile): New.
8100         (struct loaded_script): New field language.
8101         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8102         LANGUAGE.
8103         (maybe_add_script): Add parameter language.  Drop redundant
8104         entry.full_path initialization.  Initialize entry.language and
8105         (*slot)->language.
8106         (auto_load_objfile_script): Change parameter suffix to language.
8107         Remove the call of maybe_add_script.
8108         Call language->source_script_for_objfile.
8109         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8110         New.
8111         (collect_matching_scripts): Adjust it for
8112         struct collect_matching_scripts_data.
8113         (auto_load_info_scripts_pattern_nl): New variable.
8114         (info_auto_load_scripts): Rename to ...
8115         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
8116         for struct collect_matching_scripts_data.
8117         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8118         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8119         (auto_load_show_cmdlist_get, info_auto_load_cmd)
8120         (auto_load_info_cmdlist_get): New.
8121         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8122         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
8123         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8124         "info auto-load local-gdbinit".
8125         * auto-load.h (struct script_language): New.
8126         (gdbpy_global_auto_load): Rename to ...
8127         (global_auto_load): ... here.
8128         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8129         (auto_load_local_gdbinit_loaded): New declarations.
8130         (maybe_add_script): New parameter language.
8131         (auto_load_objfile_script): Change parameter suffix to language.
8132         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8133         (auto_load_info_scripts, auto_load_set_cmdlist_get)
8134         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8135         declarations.
8136         * linux-thread-db.c: Include auto-load.h and ctype.h.
8137         (auto_load_thread_db, show_auto_load_thread_db): New.
8138         (struct thread_db_info): New field filename.
8139         (delete_thread_db_info): Call xfree for FILENAME.
8140         (try_thread_db_load): Initialize FILENAME.
8141         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8142         if !AUTO_LOAD_THREAD_DB.
8143         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8144         (_initialize_thread_db): Install auto_load_thread_db
8145         as "set auto-load libthread-db" and install info_auto_load_libthread_db
8146         as "info auto-load libthread-db".
8147         * main.c (captured_main): Rename gdbpy_global_auto_load to
8148         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8149         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8150         (print_gdb_help): Extend the help for 'local init file'.
8151         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8152         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8153         (auto_load_scripts): Rename to ...
8154         (auto_load_python_scripts): ... here, update the comment.
8155         (gdbpy_load_auto_script_for_objfile): New declaration.
8156         (show_auto_load_python_scripts, script_language_python)
8157         (gdbpy_load_auto_script_for_objfile): New.
8158         (source_section_scripts): Refactor the code.
8159         (load_auto_scripts_for_objfile): Rename to ...
8160         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8161         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8162         (info_auto_load_python_scripts): New.
8163         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8164         Rename "set auto-load-scripts" to "set auto-load python-scripts".
8165         Register "set auto-load-scripts" as its deprecated alias.  Register
8166         "info auto-load python-scripts".  Register "info auto-load-scripts" as
8167         its deprecated alias.
8168         (load_auto_scripts_for_objfile): Rename to ...
8169         (gdbpy_load_auto_scripts_for_objfile): ... here.
8170         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8171         (gdbpy_load_auto_scripts_for_objfile): ... here.
8172
8173 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8174
8175         auto-load: Move files.
8176         * Makefile.in (SFILES): Add auto-load.c.
8177         (HFILES_NO_SRCDIR): Add auto-load.h.
8178         (COMMON_OBS): Add auto-load.o.
8179         (distclean): Change .gdbinit for gdb-gdb.gdb.
8180         * auto-load.c: New file, with parts from python/py-auto-load.c.
8181         * auto-load.h: New file, with parts from python/python.h.
8182         * configure: Regenerate.
8183         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8184         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8185         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8186         * main.c: Include auto-load.h.
8187         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8188         command.h, observer.h and progspace.h to auto-load.c.  Add include
8189         auto-load.h.
8190         (gdbpy_global_auto_load, struct auto_load_pspace_info)
8191         (struct loaded_script, auto_load_pspace_data)
8192         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8193         (hash_loaded_script_entry, eq_loaded_script_entry)
8194         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8195         (maybe_add_script): Move to auto-load.c.
8196         (source_section_scripts): Change maybe_add_script parameters passing,
8197         use script_not_found_warning_print.
8198         (clear_section_scripts, auto_load_objfile_script)
8199         (auto_load_new_objfile, loaded_script_ptr)
8200         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8201         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8202         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8203         auto_load_new_objfile and info_auto_load_scripts initizations to
8204         auto-load.c.
8205         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8206
8207 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8208
8209         Code cleanup.
8210         * charset.c (find_charset_names): Remove variables ix and elt.
8211         Use free_char_ptr_vec.
8212         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8213         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8214         debugdir_end.  New variable debugdir_len.
8215         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8216         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8217         declarations.
8218         * progspace.c (clear_program_space_solib_cache): Remove variables ix
8219         and elt.  Use free_char_ptr_vec.
8220         * source.c (add_path): Remove variables argv, arg and argv_index.
8221         New variables dir_vec, back_to, ix and name.
8222         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
8223         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
8224         no longer expecting DIRNAME_SEPARATOR.
8225         (openp): Remove variable p, p1 and len.  New variables dir_vec,
8226         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
8227         no longer expecting DIRNAME_SEPARATOR.
8228         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8229         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8230         debugdir_end.
8231         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8232         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8233         (dirnames_to_char_ptr_vec): New functions.
8234
8235 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8236
8237         Code cleanup.
8238         * source.c (add_path): Remove always true conditional 'p == 0' and
8239         unindent its code block.
8240
8241 2012-04-17  Pedro Alves  <palves@redhat.com>
8242
8243         * gdbtypes.h (FIELD_BITPOS): Rename to ...
8244         (FIELD_BITPOS_LVAL): ... this.
8245         (FIELD_BITPOS): New.
8246         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8247         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8248         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8249         SET_FIELD_BITPOS.
8250         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8251         SET_FIELD_BITPOS.
8252         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8253         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8254         * target-descriptions.c (tdesc_gdb_type): Adjust to use
8255         SET_FIELD_BITPOS.
8256
8257 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8258
8259         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8260         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8261         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8262         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8263         * jv-lang.c (java_link_class_type): Likewise, once.
8264         * stabsread.c (read_enum_type): Likewise.
8265
8266 2012-04-16  Yao Qi  <yao@codesourcery.com>
8267
8268         * common/agent.c (agent_run_command): Add one more parameter `len'.
8269         Update callers.
8270         * common/agent.h: Update declaration.
8271         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8272         Update.
8273         (linux_child_static_tracepoint_markers_by_strid): Ditto.
8274
8275 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
8276
8277         PR mi/13393
8278         * value.c (value_actual_type): New function.
8279         * value.h (value_actual_type): New declaration.
8280         * varobj.c (update_type_if_necessary): New function.
8281         (varobj_create): Call value_actual_type instead of
8282         value_type.
8283         (install_dynamic_child): distinct changed and type changed MI variable
8284         objects.
8285         (update_dynamic_varobj_children): Updated for install_dynamic_child
8286         change.  All callers updated.
8287         (varobj_update): Support for MI variable object type change if
8288         the value changed and RTTI is used to determine the type.
8289         (create_child_with_value): Call value_actual_type instead of
8290         value_type.
8291         (adjust_value_for_child_access): Extended with a new parameter which
8292         specify whether the given value should be casted to enclosing type.
8293         All callers updated.
8294
8295 2012-04-14  Yao Qi  <yao@codesourcery.com>
8296
8297         Import gnulib module inttypes from git
8298         (250b80067c1e1d8faa0c42fb572f721975b929c5)
8299         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8300         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8301         gnulib/m4/inttypes-pri.m4
8302         * aclocal.m4, config.in, configure: Regenerated.
8303         * gnulib/Makefile.am: Update.
8304         * gnulib/Makefile.in: Update.
8305         * gnulib/m4/gnulib-cache.m4: Update.
8306         * gnulib/m4/gnulib-comp.m4: Update.
8307         * gnulib/inttypes.in.h: New.
8308         * gnulib/m4/inttypes-pri.m4: New.
8309         * gnulib/m4/inttypes.m4: New.
8310
8311 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
8312
8313         * infrun.c (resume): Update PC address to the real PC after
8314         preparing to do displaced stepping.
8315
8316 2012-04-12  Doug Evans  <dje@google.com>
8317
8318         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8319         All callers updated.
8320
8321 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
8322
8323         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8324
8325 2012-04-12  Doug Evans  <dje@google.com>
8326
8327         * dwarf2read.c (create_all_type_units): Renamed from
8328         create_debug_types_hash_table.  All callers updated.
8329
8330         * dwarf2read.c (create_signatured_type_table_from_index): Rename
8331         local type_sig to sig_type, type_offset to type_offset_in_tu.
8332         (hash_signatured_type): Renamed from hash_type_signature,
8333         all callers updated.
8334         (eq_signatured_type): Renamed from eq_type_signature,
8335         all callers updated.
8336         (create_debug_types_hash_table): Rename local type_sig to sig_type.
8337         (process_enumeration_scope): Ditto.
8338         (lookup_signatured_type_at_offset): Ditto.
8339         (load_full_type_unit, read_signatured_type): Ditto.
8340
8341 2012-04-12  Yao Qi  <yao@codesourcery.com>
8342
8343         * remote.c (async_remote_interrupt): Correct function name in
8344         debug message.
8345         (async_remote_interrupt_twice): Ditto.
8346
8347 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
8348
8349         * source.c (find_and_open_source): Consistently pass resulting
8350         full path through xfullpath.
8351
8352 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8353
8354         Provide more specific displaced-stepping memory error message.
8355         * infrun.c (displaced_step_prepare): New variable status.  Call
8356         target_read_memory instead of read_memory, provide more specific
8357         error message.
8358
8359 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8360
8361         PR gdb/13901
8362         * darwin-nat.c (darwin_execvp): Revert previous patch.
8363
8364 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8365
8366         PR gdb/13901
8367         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8368         in case of change.
8369
8370 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8371
8372         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8373         warning.
8374
8375 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
8376
8377         New command 'explore' which helps explore values and types in
8378         scope.
8379         * NEWS: Add an entry about the new 'explore' command.
8380         * data-directory/Makefile.in: Add gdb/command/explore.py
8381         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8382         command using the GDB Python API.
8383
8384 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8385
8386         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8387         extension in jump target calculation.
8388
8389 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8390
8391         * mips-tdep.c (mips32_next_pc): Handle JALX.
8392
8393 2012-04-10  Yao Qi  <yao@codesourcery.com>
8394
8395         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8396
8397 2012-04-10  Yao Qi  <yao@codesourcery.com>
8398
8399         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8400         and gnulib/m4/gnulib-tool.m4.
8401
8402 2012-04-10  Doug Evans  <dje@google.com>
8403
8404         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8405         (load_partial_dies): Clarify comment.
8406         (find_partial_die): Support rereading type units.
8407         Clarify CU handling, if we know offset is in CU, don't search for the
8408         containing CU.  Add comment regarding memory waste.
8409
8410 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
8411
8412         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8413         i386/x32-avx and i386/x32-avx-linux.
8414         (i386/x32-expedite): New.
8415         (i386/x32-linux-expedite): Likewise.
8416         (i386/x32-avx-expedite): Likewise.
8417         (i386/x32-avx-linux-expedite): Likewise.
8418         ($(outdir)/i386/x32.dat): Likewise.
8419         ($(outdir)/i386/x32-linux.dat): Likewise.
8420         ($(outdir)/i386/x32-avx.dat): Likewise.
8421         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8422
8423         * features/i386/x32-avx-linux.xml: New file.
8424         * features/i386/x32-avx.xml: Likewise.
8425         * features/i386/x32-core.xml: Likewise.
8426         * features/i386/x32-linux.xml: Likewise.
8427         * features/i386/x32.xml: Likewise.
8428
8429         * features/i386/x32-avx-linux.c: New.  Generated.
8430         * features/i386/x32-avx.c: Likewise.
8431         * features/i386/x32-linux.c: Likewise.
8432         * features/i386/x32.c: Likewise.
8433         * regformats/i386/x32-avx-linux.dat: Likewise.
8434         * regformats/i386/x32-avx.dat: Likewise.
8435         * regformats/i386/x32-linux.dat: Likewise.
8436         * regformats/i386/x32.dat: Likewise.
8437
8438 2012-04-10  Tristan Gingold  <gingold@adacore.com>
8439
8440         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8441         code to kill the inferior.
8442
8443 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8444
8445         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8446         defines.
8447         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8448         defines.
8449         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8450         (yyvsp): New defines.
8451         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8452         defines.
8453         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8454         defines.
8455         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8456         defines.
8457         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8458         defines.
8459         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8460         defines.
8461
8462 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8463
8464         * sparc64-tdep.c (sparc64_store_arguments)
8465         (sparc64_store_arguments): Fix coding style.
8466
8467 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
8468
8469         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8470         complex floats, adjust some related comments and tighten a related
8471         assertion.
8472         (sparc64_extract_return_value): Handle complex floats.
8473
8474 2012-04-07  Doug Evans  <dje@google.com>
8475
8476         * dwarf2read.c (load_partial_dies): Change condition to assert.
8477
8478 2012-04-06  Doug Evans  <dje@google.com>
8479
8480         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8481         "mov %rsp,%rbp".
8482
8483 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
8484
8485         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8486         fencepost error.
8487         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8488         (v850_gdbarch_init): Set `num_regs' as appropriate for the
8489         architecture.
8490
8491 2012-04-05  Keith Seitz  <keiths@redhat.com>
8492
8493         * linespec.c (decode_compound): Remove.
8494         (enum offset_relative_sign): New enum.
8495         (struct line_offset): New struct.
8496         (struct linespec): New struct.
8497         (struct linespec_state): Move file_symtabs,
8498         user_filename, and user_function into struct linespec.
8499         Make result an anonymous struct holding vectors of
8500         symbolp and minsym_and_objfile_d.
8501         Add language member.
8502         (enum ls_token_type): New enum.
8503         (linespec_keywords): New array.
8504         (struct ls_token): New struct.
8505         (struct ls_parser): New struct.
8506         (linespec_lexer_lex_number): New function.
8507         (linespec_lexer_lex_keyword): New function.
8508         (is_ada_operator): New function.
8509         (skip_quote_char): New function.
8510         (copy_token_string): New function.
8511         (is_closing_quote_enclosed): New function.
8512         (find_parameter_list_end): New function.
8513         (linespec_lexer_lex_string): New function.
8514         (linespec_lexer_lex_one): New function.
8515         (linespec_lexer_consume_token): New function.
8516         (linespec_lexer_peek_token): New function.
8517         (cplusplus_error): Remove unused function.
8518         (find_methods): Update comment.
8519         (find_toplevel_char): Return const.
8520         (is_objc_method_format): Remove unused function.
8521         (find_toplevel_string): New function.
8522         (is_linespec_boundary): Remove.
8523         (symbol_not_found_error): New function.
8524         (find_method_overload_end): Remove function.
8525         (unexpected_linespec_error): New function.
8526         (keep_name_info): Remove.
8527         (linespec_parse_line_offset): New function.
8528         (linespec_parse_basic): New function.
8529         (canonicalize_linespec): New function.
8530         (decode_line_internal): Remove.
8531         (create_sals_line_offset): New function adapted from
8532         decode_all_digits.
8533         (convert_linespec_to_sals): New function.
8534         (parse_linespec): New function.
8535         (linespec_parser_new): New function.
8536         (linespec_state_destructor): Change parameter type to
8537         struct linespec_state *.
8538         Add language parameter.
8539         Remove freeing of moved members.
8540         (linespec_parser_delete): New function.
8541         (decode_line_full): Use parse_linespec and linespec_parser_new.
8542         (decode_line_1): Likewise.
8543         (decode_indirect): Rename to ...
8544         (linespec_expression_to_pc): ... this and rewrite
8545         to simply find CORE_ADDR, storing this result for later
8546         conversion to SALs.
8547         (locate_first_half): Remove.
8548         (deocde_objc): Add parameter LS.
8549         Initialize new struct collect_info members.
8550         Handle minimal symbols, too.
8551         (decode_compound): Delete.
8552         (lookup_prefix_sym): Rewrite.
8553         (compare_msymbols): New function.
8554         (find_method): Rewrite.
8555         Do not call cplusplus_error.
8556         (symtabs_from_filename): Rewrite.
8557         (collect_function_symbols): Delete.
8558         (find_function_symbols): Rewrite without ARGPTR-style
8559         processing.
8560         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8561         (decode_dollar): Adapted and renamed to ...
8562         (linespec_parse_variable): ... this.
8563         (find_linespec_symbols): New function.
8564         (decode_label): Adapted and renamed to ...
8565         (find_label_symbols): ... this.
8566         (decode_digits_list_mode): Add and use LS argument.
8567         (decode_digits_ordinary): Likewise.
8568         (collect_symbols): Do not collect SALs, just symbols and msymbols.
8569         If in list mode, allow any symbol class.  Otherwise, only
8570         permit LOC_BLOCK symbols.
8571         (minsym_found): Update comments.
8572         (search_minsyms_for_name): Do not convert the matching symbol
8573         into a SAL.  Simply push the symbol and objfile into the
8574         result vector.
8575         (decode_variable): Delete. Contents adapted into
8576         find_linespec_symbols.
8577
8578         * cp-support.c (SKIP_SPACE): Remove.
8579         (operator_tokens): Remove unused global.
8580         (cp_validate_operator): Remove.
8581         * cp-support.h (cp_validate_operator): Remove declaration.
8582
8583 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8584
8585         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8586         for TYPE_VPTR_FIELDNO.
8587         * valprint.c (valprint_check_validity): Make it global, move the
8588         function comment ...
8589         * value.h (valprint_check_validity): ... to this new declaration.
8590
8591 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8592
8593         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8594         the STATE32 api for i386 state.
8595         (i386_darwin_store_inferior_registers): Likewise.
8596
8597 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8598
8599         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8600         SS offset.
8601         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8602         format_string.
8603
8604 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8605
8606         PR gdb/13901
8607         * darwin-nat.c (darwin_execvp): Set binary preference.
8608
8609 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8610
8611         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8612
8613 2012-03-30  Tom Tromey  <tromey@redhat.com>
8614
8615         * python/python.c (gdbpy_decode_line): Move cleanup creation out
8616         of TRY_CATCH.  Fix error handling.
8617         * python/py-value.c (convert_value_from_python): Move 'old'
8618         declaration to innermost scope.
8619
8620 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8621             Andrey Smirnov  <andrew.smirnov@gmail.com>
8622
8623         -Wshadow warning fix.
8624         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8625         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8626         Adjust code accordingly.
8627
8628 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8629
8630         * ada-lang.c (symbol_completion_add): Rename parameter
8631         "encoded" into "encoded_p".  Ajust code and documentation
8632         accordingly.
8633
8634 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8635             Andrey Smirnov  <andrew.smirnov@gmail.com>
8636
8637         -Wshadow warning fix.
8638         * ada-lang.c (symbol_completion_add): Rename parameter
8639         "wild_match" into wild_match_p.  Update code and documentation
8640         accordingly.
8641
8642 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8643
8644         * ada-lang.c (symbol_completion_match): Rename parameter
8645         "encoded" into "encoded_p".  Ajust code and documentation
8646         accordingly.
8647
8648 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8649             Andrey Smirnov  <andrew.smirnov@gmail.com>
8650
8651         -Wshadow warning fix.
8652         * ada-lang.c (symbol_completion_match): Rename parameter
8653         "wild_match" into "wild_match_p".  Adjust code and function
8654         documentation accordingly.
8655
8656 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8657             Andrey Smirnov  <andrew.smirnov@gmail.com>
8658
8659         -Wshadow warning fix.
8660         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8661         "symbol_info" into "info".  Adjust code accordingly.
8662         (ada_lookup_symbol): Likewise.
8663
8664 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8665
8666         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8667         of this function's documentation.
8668
8669 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8670             Andrey Smirnov  <andrew.smirnov@gmail.com>
8671
8672         -Wshadow warning fix.
8673         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8674         variable into "wild_match_p".  Adjust code accordingly.
8675
8676 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8677             Andrey Smirnov  <andrew.smirnov@gmail.com>
8678
8679         -Wshadow warning fix.
8680         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8681         parameter into "wild_match_p".  Adjust code accordingly.
8682         Document this parameter in the function description.
8683
8684 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8685             Andrey Smirnov  <andrew.smirnov@gmail.com>
8686
8687         -Wshadow warning fix.
8688         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8689         "wild_match" parameter to "wild_match_p" (-Wshadow).
8690
8691 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8692
8693         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8694         in function documentation.
8695
8696 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8697             Andrey Smirnov  <andrew.smirnov@gmail.com>
8698
8699         -Wshadow warning fix.
8700         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8701         variable into wild_match_p.  Adjust code accordingly.
8702
8703 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8704             Andrey Smirnov  <andrew.smirnov@gmail.com>
8705
8706         * ada-valprint.c (ada_val_print_1): Move the code handling
8707         TYPE_CODE_ENUM inside its own lexical block.  Declare
8708         variables len and val there, instead of in the function's
8709         top level block.  Avoid declaring deref_val again in a way
8710         that shadows another variable of the same name declared
8711         in one of the up-level blocks.  Just re-use the up-level
8712         variable instead.
8713
8714 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8715
8716         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8717         Replace block_found argument by symbol_info.  Adjust
8718         implementation accordingly.  Add function documentation.
8719         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8720         Fix documentation.
8721         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8722         * ada-exp.y (write_object_renaming): Adjust to new
8723         ada_lookup_encoded_symbol API.
8724
8725 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8726
8727         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8728         documentation.
8729
8730 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8731
8732         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8733         (v850_register_name): Add the mpu and fpu register names.
8734         (v850e_register_name): Add the mpu and fpu register names.
8735         (v850e2_register_name): New function.
8736         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8737         bfd_mach_v850e2v3.
8738
8739 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8740
8741         * NEWS: Add entry for Ada varobj support.
8742
8743 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8744
8745         * varobj.c (default_value_is_changeable_p): New function,
8746         extracted from varobj_value_is_changeable_p.  Add declaration.
8747         (ada_value_is_changeable_p): New function, extracted from
8748         varobj_value_is_changeable_p.  Add declaration.
8749         (struct language_specific): New field "value_is_changeable_p".
8750         (languages): Add entries for new field.
8751         (varobj_create): Set language before calling install_new_value.
8752         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8753         "value_is_changeable_p" language callback.
8754
8755 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8756
8757         * ada-varobj.h, ada-varobj.c: New files.
8758         * Makefile.in (SFILES): Add ada-varobj.c.
8759         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8760         (COMMON_OBS): Add ada-varobj.o.
8761
8762 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8763
8764         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8765         (struct language_specific): New field "value_has_mutated".
8766         (languages): Set field "value_has_mutated" in each entry of array.
8767         (varobj_value_has_mutated): New function.
8768         (varobj_udpdate): Add handling of type mutation.
8769         (value_of_root): Add handling of type mutation.
8770         (ada_value_has_mutated): New function.
8771
8772 2012-03-28  Pedro Alves  <palves@redhat.com>
8773
8774         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8775         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8776
8777 2012-03-28  Tom Tromey  <tromey@redhat.com>
8778
8779         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8780         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8781         before returning.
8782
8783 2012-03-28  Tom Tromey  <tromey@redhat.com>
8784
8785         * .dir-locals.el: New file.
8786
8787 2012-03-28  Pedro Alves  <palves@redhat.com>
8788
8789         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8790
8791 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8792
8793         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8794         handling for r0.
8795
8796 2012-03-27  Pedro Alves  <palves@redhat.com>
8797
8798         Eliminate struct ui_stream.
8799
8800         * ui-out.h (struct ui_stream): Delete.
8801         (ui_out_field_stream): Adjust prototype.
8802         (ui_out_stream_new, ui_out_stream_delete)
8803         (make_cleanup_ui_out_stream_delete): Delete declarations.
8804         * ui-out.c (ui_out_field_stream): Change prototype to take a
8805         ui_file instead of a ui_stream.  Adjust.
8806         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8807         (make_cleanup_ui_out_stream_delete): Delete.
8808         * breakpoint.c (print_breakpoint_location)
8809         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8810         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8811         * disasm.c (dump_insns): Ditto.
8812         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8813         prototype.
8814         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8815         ui_stream/ui_out_stream_new.
8816         * infcmd.c (print_return_value): Ditto.
8817         * osdata.c (info_osdata_command): Don't allocate a local
8818         ui_stream.
8819         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8820         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8821         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8822         allocate a local ui_stream.
8823         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8824         instead of ui_stream/ui_out_stream_new.
8825         (list_args_or_locals): Don't allocate a local ui_stream.
8826         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8827         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8828         ui_stream/ui_out_stream_new.
8829         * cli/cli-setshow.c (do_setshow_command): Ditto.
8830
8831 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8832
8833         * arm-linux-tdep.c (arm_linux_init_abi): Call
8834         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8835         * arm-tdep.c (arm_process_record): New function.
8836         (deallocate_reg_mem): New function.
8837         (decode_insn): New function.
8838         (thumb_record_branch): New function.
8839         (thumb_record_ldm_stm_swi(): New function.
8840         (thumb_record_misc): New function.
8841         (thumb_record_ld_st_stack): New function.
8842         (thumb_record_ld_st_imm_offset): New function.
8843         (thumb_record_ld_st_reg_offset(): New function.
8844         (thumb_record_add_sub_cmp_mov): New function.
8845         (thumb_record_shift_add_sub): New function.
8846         (arm_record_coproc_data_proc): New function.
8847         (arm_record_coproc): New function.
8848         (arm_record_b_bl): New function.
8849         (arm_record_ld_st_multiple): New function.
8850         (arm_record_ld_st_reg_offset): New function.
8851         (arm_record_ld_st_imm_offset): New function.
8852         (arm_record_data_proc_imm): New function.
8853         (arm_record_data_proc_misc_ld_str): New function.
8854         (arm_record_extension_space): New function.
8855         (arm_record_strx): New function.
8856         (sbo_sbz): New function.
8857         (struct insn_decode_record): New structure for arm insn record.
8858         (REG_ALLOC): New macro for reg allocations.
8859         (MEM_ALLOC): New macro for memory allocations.
8860         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8861
8862 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8863
8864         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8865         (store_register): Likewise.
8866
8867 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8868
8869         * MAINTAINERS (Write After Approval): Add myself to the list.
8870
8871 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8872
8873         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8874         Describe also the option "auto".
8875
8876 2012-03-22  Richard Henderson  <rth@redhat.com>
8877
8878         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8879         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8880
8881 2012-03-22  Richard Henderson  <rth@redhat.com>
8882
8883         * jit.c (jit_read_code_entry): Compute alignment and offset of
8884         int64_t member before computing entry_size.
8885
8886 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8887
8888         Python scripting: Add new method Value.referenced_value to
8889         gdb.Value which can dereference pointer as well as reference
8890         values.
8891         * NEWS: Add entry under 'Python scripting' about the new method
8892         Value.referenced_value on gdb.Value objects.
8893         * python/py-value.c (valpy_referenced_value): New function
8894         defining a new method on gdb.Value objects which can dereference
8895         pointer and reference values.
8896
8897 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8898
8899         * MAINTAINERS (Write After Approval): Add myself to the list.
8900
8901 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8902
8903         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8904         in addition to "main".
8905
8906 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8907
8908         * expression.h (op_name): Add declaration.
8909         * expprint.c (op_name): Remove declaration.  Make non-static.
8910         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8911
8912 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8913
8914         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8915         of struct siginfo.
8916         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8917         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8918         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8919         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8920         (linux_nat_get_siginfo): Likewise.
8921         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8922         (linux_nat_get_siginfo): Likewise.
8923         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8924         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8925         * procfs.c (gdb_siginfo_t): Likewise.
8926
8927 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8928
8929         * .gitignore: Ignore more files.
8930
8931 2012-03-20  Pedro Alves  <palves@redhat.com>
8932
8933         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8934         returns.
8935
8936 2012-03-20  Yao Qi  <yao@codesourcery.com>
8937
8938         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8939         comment.
8940
8941 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8942
8943         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8944         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8945         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8946         sect_offset.
8947         * dwarf2expr.h (cu_offset, sect_offset): New types.
8948         (struct dwarf_expr_context_funcs) <dwarf_call>
8949         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8950         sect_offset.
8951         (struct dwarf_expr_context) <len>: Improve the comment.
8952         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8953         cu_offset and sect_offset.
8954         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8955         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8956         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8957         * dwarf2loc.h: Include dwarf2expr.h.
8958         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8959         and sect_offset.
8960         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8961         Improve the comment.
8962         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8963         (struct signatured_type, struct line_header, struct partial_die_info)
8964         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8965         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8966         (get_die_type_at_offset, create_cus_from_index)
8967         (create_signatured_type_table_from_index, dw2_get_file_names)
8968         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8969         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8970         (create_debug_types_hash_table, process_psymtab_comp_unit)
8971         (load_partial_comp_unit, create_all_comp_units)
8972         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8973         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8974         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8975         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8976         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8977         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8978         (find_partial_die, read_attribute_value, lookup_die_type)
8979         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8980         (is_ref_attr): New function comment.
8981         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8982         Use cu_offset and sect_offset.
8983         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8984         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8985         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8986         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8987         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8988         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8989         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8990         sect_offset.
8991
8992 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8993
8994         Code cleanup.
8995         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8996         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8997         with xfree.
8998         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8999
9000 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9001
9002         * NEWS: Describe new options --init-command=FILE, -ix and
9003         --init-eval-command=COMMAND, -iex.
9004         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9005         CMDARG_INIT_COMMAND.
9006         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
9007         "init-command", "init-eval-command", "ix" and "iex" to the variable
9008         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
9009         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9010         (print_gdb_help): Describe --init-command=FILE, -ix and
9011         --init-eval-command=COMMAND, -iex.
9012
9013 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9014
9015         Code cleanup.
9016         * main.c (struct cmdarg): Move it here from main.  Add more comments.
9017         (cmdarg_s, VEC (cmdarg_s)): New.
9018         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
9019         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
9020         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
9021         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
9022         of CMDARG.
9023
9024 2012-03-19  Tom Tromey  <tromey@redhat.com>
9025
9026         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9027
9028 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9029
9030         PR symtab/13777
9031         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9032         GCC >=4.5.
9033
9034 2012-03-16  Chris January  <chris.january@allinea.com>
9035
9036         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9037         of clear.
9038
9039 2012-03-16  Chris January  <chris.january@allinea.com>
9040
9041         * source.c (add_path): Use memmove instead of strcpy because the
9042         strings overlap.
9043
9044 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
9045
9046         * value.h (set_value_parent): Add declaration.
9047         * value.c (set_value_parent): New function.
9048         (value_address): If VALUE->PARENT is not NULL, then use it as
9049         the base address instead of VALUE->LOCATION.address.
9050         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9051         the same as OBJ's address.  Adjust V's offset accordingly.
9052         Set V's parent.
9053
9054 2012-03-16  Gary Benson  <gbenson@redhat.com>
9055
9056         PR breakpoints/10738
9057         * dwarf2read.c (use_deprecated_index_sections): New global.
9058         (struct partial_die_info): New member may_be_inlined.
9059         (read_partial_die): Set may_be_inlined where appropriate.
9060         (add_partial_subprogram): Add partial symbols for partial
9061         DIEs that may be inlined.
9062         (new_symbol_full): Add inlined subroutines to the current
9063         scope.
9064         (write_psymtabs_to_index): Bump version number.
9065         (dwarf2_read_index): Read only version 6 indices unless
9066         use_deprecated_index_sections is set.
9067         * linespec.c (symbol_and_data_callback): New structure.
9068         (iterate_inline_only): New function.
9069         (iterate_over_all_matching_symtabs): New argument
9070         "include_inline".  If nonzero, also call the callback for
9071         symbols representing inlined subroutines.
9072         (lookup_prefix_sym): Pass extra argument to the above.
9073         (find_function_symbols): Likewise.
9074         (add_matching_symbols_to_info): Likewise.
9075         * NEWS: Mention that GDB can now set breakpoints on inlined
9076         functions.
9077
9078 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9079
9080         * p-typeprint.c (pascal_type_print_method_args):
9081         Fix display of parameter of methods.
9082
9083 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9084
9085         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9086         Add missing prototype.
9087
9088 2012-03-16  Yao Qi  <yao@codesourcery.com>
9089             Jan Kratochvil  <jan.kratochvil@redhat.com>
9090
9091         Fix false compilation warning.
9092         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9093
9094 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
9095             Pedro Alves  <pedro@codesourcery.com>
9096
9097         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9098         (arm_register_g_packet_guesses): New function.
9099         (arm_gdbarch_init): Don't force a target description with
9100         registers when the executable is detected as M-profile.  Instead
9101         set gdbarch->tdep->is_m.  Register `g' packet guesses.
9102         (_initialize_arm_tdep): Initialize the new target description.
9103         * features/arm-with-m-fpa-layout.xml: New description.
9104         * features/arm-with-m-fpa-layout.c: New, generated.
9105
9106 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
9107
9108         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9109         Update function description.
9110         (insert_bp_location): Do not wipe bl->target_info out.
9111         * mem-break.c: #include "gdb_string.h".
9112         (default_memory_insert_breakpoint): Do not call target_read_memory
9113         with a pointer to the breakpoint's shadow_contents buffer.  Use
9114         a local buffer instead.
9115         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9116
9117 2012-03-15  Tom Tromey  <tromey@redhat.com>
9118
9119         * NEWS: Mention "info vtbl", not "info vtable".
9120         * cp-support.c (info_vtbl_command): Fix comment.
9121         (_initialize_cp_support): Fix text.
9122
9123 2012-03-15  Tom Tromey  <tromey@redhat.com>
9124
9125         * cp-valprint.c (cp_print_value_fields): Use
9126         print_function_pointer_address for vtable slot.
9127
9128 2012-03-15  Tom Tromey  <tromey@redhat.com>
9129
9130         * gnu-v3-abi.c (struct value_and_voffset): New.
9131         (hash_value_and_voffset, eq_value_and_voffset)
9132         (compare_value_and_voffset, compute_vtable_size)
9133         (print_one_vtable, gnuv3_print_vtable): New functions.
9134         (init_gnuv3_ops): Initialize 'print_vtable' field.
9135         * cp-support.c (info_vtbl_command): New function.
9136         (_initialize_cp_support): Add "info vtbl".
9137         * cp-abi.h (cplus_print_vtable): Declare.
9138         (struct cp_abi_ops) <print_vtable>: New field.
9139         * cp-abi.c (cplus_print_vtable): New function.
9140         * NEWS: Update.
9141
9142 2012-03-15  Tom Tromey  <tromey@redhat.com>
9143
9144         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9145         iterate_over_symbols.
9146
9147 2012-03-14  Doug Evans  <dje@google.com>
9148
9149         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9150         DW_OP_GNU_parameter_ref.
9151
9152 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9153
9154         Fix double prompt of 'interpreter-exec mi'.
9155         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9156         (mi_interpreter_resume): use it.
9157         (mi_execute_command_input_handler): New function.
9158         * mi/mi-main.c (mi_execute_command): Move prompt printing to
9159         mi_execute_command_input_handler.
9160
9161 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
9162
9163         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9164         prototype.
9165         (darwin_debug_port_info): Make static.
9166         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9167         * machoread.c (_initialize_machoread): Add prototype.
9168         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9169         (i386_darwin_set_control, i386_darwin_get_control)
9170         i386_darwin_dr_set_addr, i386_darwin_get_addr)
9171         i386_darwin_get_status, i386_darwin_get_control):
9172         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9173
9174 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9175
9176         * ax-gdb.c (gen_usual_unary): Remove special handling of
9177         enum and bool types.
9178
9179 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9180
9181         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9182
9183 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9184
9185         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9186
9187 2012-03-13  Chris January  <chris.january@allinea.com>
9188
9189         * aix-thread.c (fill_sprs): Store the floating point registers
9190         at the correct offsets into vals.
9191
9192 2012-03-13  Doug Evans  <dje@google.com>
9193
9194         * NEWS: Mention symbol-reloading has been deleted.
9195         * symfile.c (symbol_reloading): Delete.
9196         (show_symbol_reloading): Delete.
9197         (_initialize_symfile): Delete set/show symbol-reloading.
9198
9199         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9200         read_in_chain until we have successfully read it in.
9201         (load_full_comp_unit): Ditto.
9202         (read_signatured_type): Add comment.
9203
9204 2012-03-13  Chris January  <chris.january@allinea.com>
9205
9206         * stabsread.c (fix_common_block): Change type of valu argument
9207         to CORE_ADDR.
9208
9209 2012-03-13  Chris January  <chris.january@allinea.com>
9210
9211         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9212         instruction.
9213
9214 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9215
9216         * common/linux-procfs.c (linux_proc_get_int): New, from
9217         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9218         field.
9219         (linux_proc_get_tgid): Only call linux_proc_get_int.
9220         (linux_proc_get_tracerpid): New.
9221         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9222         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9223         linux_proc_pid_has_state.
9224         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9225         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9226         (linux_ptrace_attach_warnings): New.
9227         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9228         New declaration.
9229         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9230         (linux_nat_attach): New variables ex, buffer, message and message_s.
9231         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9232
9233 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9234
9235         * Makefile.in (linux-ptrace.o): New.
9236         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9237         from linux-nat.c.
9238         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9239         * common/linux-ptrace.c: New file.
9240         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9241         * config/arm/linux.mh: Likewise.
9242         * config/i386/linux.mh: Likewise.
9243         * config/i386/linux64.mh: Likewise.
9244         * config/ia64/linux.mh: Likewise.
9245         * config/m32r/linux.mh: Likewise.
9246         * config/m68k/linux.mh: Likewise.
9247         * config/mips/linux.mh: Likewise.
9248         * config/pa/linux.mh: Likewise.
9249         * config/powerpc/linux.mh: Likewise.
9250         * config/powerpc/ppc64-linux.mh: Likewise.
9251         * config/powerpc/spu-linux.mh: Likewise.
9252         * config/s390/s390.mh: Likewise.
9253         * config/sparc/linux.mh: Likewise.
9254         * config/sparc/linux64.mh: Likewise.
9255         * config/xtensa/linux.mh: Likewise.
9256         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9257         common/linux-procfs.c.
9258         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9259
9260 2012-03-13  Hui Zhu  <teawater@gmail.com>
9261             Pedro Alves  <palves@redhat.com>
9262
9263         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
9264         CREATE_BREAKPOINT_FLAGS_INSERTED.
9265         (create_breakpoint_sal, create_breakpoints_sal)
9266         (base_breakpoint_create_breakpoints_sal)
9267         (tracepoint_create_breakpoints_sal)
9268         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
9269         down.
9270         (break_command_1, handle_gnu_v3_exceptions, trace_command)
9271         (ftrace_command, strace_command): Adjust.
9272         (create_tracepoint_from_upload): Pass
9273         CREATE_BREAKPOINT_FLAGS_INSERTED.
9274         * breakpoint.h (enum breakpoint_create_flags): New.
9275         (create_breakpoint): New flags parameter.
9276         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9277         * python/py-breakpoint.c (bppy_init): Adjust.
9278         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9279         * spu-tdep.c (spu_catch_start): Adjust.
9280
9281 2012-03-13  Pedro Alves  <palves@redhat.com>
9282             Hui Zhu  <teawater@gmail.com>
9283             Yao Qi  <yao@codesourcery.com>
9284
9285         * remote.c (struct remote_state): New field `starting_up'.
9286         (remote_start_remote): Set and clear it.
9287         (remote_can_download_tracepoint): If starting up, return false.
9288
9289 2012-03-13  Yao Qi  <yao@codesourcery.com>
9290
9291         * inferior.h (struct inferior): Remove fields any_syscall_count,
9292         syscalls_counts and total_syscalls_count.  Move them to new
9293         struct catch_syscall_inferior_data in breakpoint.c.
9294         * breakpoint.c: Call DEF_VEC_I(int).
9295         (struct catch_syscall_inferior_data): New.
9296         (get_catch_syscall_inferior_data): New.
9297         (catch_syscall_inferior_data_cleanup): New.
9298         (insert_catch_syscall): Update to access data in
9299         struct catch_syscall_inferior_data.
9300         (insert_catch_syscall): Likewise.
9301         (remove_catch_syscall): Likewise.
9302         (remove_catch_syscall): Likewise.
9303         (is_syscall_catchpoint_enabled): Likewise.
9304         (add_catch_command): Likewise.
9305         (_initialize_breakpoint): Register cleanup.
9306         * breakpoint.h: Removed DEF_VEC_I(int).
9307         * dwarf2loc.c: Call DEF_VEC_I(int).
9308         * mi/mi-main.c: Likewise.
9309
9310 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
9311
9312         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9313
9314 2012-03-12  Chris January  <chris.january@allinea.com>
9315
9316         * aix-thread.c (_initialize_aix_thread): Add prototype.
9317         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9318         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9319
9320 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
9321
9322         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9323         include of "amd64-nat.h".
9324
9325 2012-03-12  Tom Tromey  <tromey@redhat.com>
9326
9327         * buildsym.c (record_pending_block): Now static.
9328         * buildsym.h: (record_pending_block): Remove.
9329
9330 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
9331
9332         * amd64bsd-nat.c: Include amd64bsd-nat.h.
9333
9334 2012-03-09  Tom Tromey  <tromey@redhat.com>
9335
9336         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9337         producer_is_gxx_lt_4_6>: New fields.
9338         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9339
9340 2012-03-09  Tom Tromey  <tromey@redhat.com>
9341
9342         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9343
9344 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9345
9346         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9347         prototype.
9348
9349 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9350
9351         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9352
9353 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9354
9355         Fix -Wmissing-prototypes build.
9356         * arm-linux-nat.c (get_thread_id): Make it static.
9357         * xtensa-linux-nat.c (get_thread_id): Likewise.
9358
9359 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9360
9361         * server.c (process_point_options): If a conditional expression
9362         is found, only print a message if remote_debug is nonzero.
9363
9364 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
9365
9366         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9367         of internal error for unknown/unsupported types.
9368
9369 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9370
9371         Fix CU relative vs. absolute DIE offsets.
9372         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9373         offset to offset_in_cu.
9374         * dwarf2read.c (process_enumeration_scope): Add CU offset to
9375         TYPE_OFFSET.
9376         (dwarf2_fetch_die_location_block): Rename parameter offset to
9377         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
9378
9379 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9380
9381         * libunwind-frame.c: Rename to ...
9382         * ia64-libunwind-tdep.c: ... here.
9383         * libunwind-frame.h: Rename to ...
9384         * ia64-libunwind-tdep.h: ... here.
9385         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9386         ia64-libunwind-tdep.h.
9387         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9388         * README (--with-libunwind): Rename to ...
9389         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9390         * config.in: Regenerate.
9391         * configure: Regenerate.
9392         * configure.ac: New option --with-libunwind-ia64, make the
9393         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
9394         Remove AC_DEFINE for HAVE_LIBUNWIND.
9395         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9396         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9397         Rename libunwind-frame in the general comment.
9398         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9399         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9400         Move forward declarations inside #ifndef.  Rename libunwind-frame in
9401         the general comment.
9402         * ia64-tdep.c: Rename libunwind-frame.h #include to
9403         ia64-libunwind-tdep.h.
9404         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9405         (ia64_libunwind_descr): Rename libunwind-frame to
9406         ia64-libunwind-tdep in these function comments.
9407         * ia64-tdep.h: Rename libunwind-frame.h #include to
9408         ia64-libunwind-tdep.h.
9409         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9410         ia64-libunwind-tdep in that data comment.
9411
9412 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9413
9414         * libunwind-frame.h (struct frame_unwind): New declaration.
9415
9416 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9417
9418         * breakpoint.c (_initialize_breakpoint): Fix error in help of
9419         "set breakpoint condition-evaluation" command.
9420
9421 2012-03-08  Tristan Gingold  <gingold@adacore.com>
9422
9423         * sparc-stub.c: Move to stubs/
9424         * sh-stub.c: Likewise.
9425         * m68k-stub.c: Likewise.
9426         * m32r-stub.c: Likewise.
9427         * i386-stub.c: Likewise.
9428
9429 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
9430
9431         * m68klinux-tdep.c (m68k_linux_init_abi): Register
9432         linux_get_siginfo_type.
9433
9434         * m68klinux-nat.c: Include "gdb_proc_service.h".
9435         (PTRACE_GET_THREAD_AREA): Define.
9436         (ps_get_thread_area): New function.
9437
9438 2012-03-08  Yao Qi  <yao@codesourcery.com>
9439
9440         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9441         `xsnprintf'.
9442         (remote_query_attached): Likewise.
9443         (remote_static_tracepoint_marker_at): Likewise.
9444         (remote_set_permissions): Likewise.
9445         (remote_detach_1, extended_remote_attach_1): Likewise.
9446         (send_g_packet, remote_vkill): Likewise.
9447         (extended_remote_disable_randomization): Likewise.
9448         (remote_add_target_side_condition): Likewise.
9449         (remote_insert_breakpoint): Likewise.
9450         (remote_remove_breakpoint): Likewise.
9451         (remote_insert_watchpoint): Likewise.
9452         (remote_remove_watchpoint): Likewise.
9453         (remote_insert_hw_breakpoint): Likewise.
9454         (remote_insert_hw_breakpoint): Likewise.
9455         (remote_remove_hw_breakpoint): Likewise.
9456         (remote_download_command_source): Likewise.
9457         (remote_download_tracepoint): Likewise.
9458         (remote_download_trace_state_variable): Likewise.
9459         (remote_disable_tracepoint): Likewise.
9460         (remote_trace_set_readonly_regions): Likewise.
9461         (remote_get_tracepoint_status): Likewise.
9462         (remote_trace_find): Likewise.
9463         (remote_get_trace_state_variable_value): Likewise.
9464         (remote_set_disconnected_tracing): Likewise.
9465         (remote_set_circular_trace_buffer): Likewise.
9466         (remote_get_min_fast_tracepoint_insn_len): Likewise.
9467         (remote_use_agent): Likewise.
9468         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9469         Update callers.
9470
9471 2012-03-07  Pedro Alves  <palves@redhat.com>
9472
9473         * NEWS: Mention QProgramSignals.
9474         * inferior.h (update_signals_program_target): Declare.
9475         * infrun.c: (update_signals_program_target): New.
9476         (handle_command): Update the target of the new program signals
9477         array changes.
9478         * remote.c (PACKET_QProgramSignals): New enum.
9479         (last_program_signals_packet): New global.
9480         (remote_program_signals): New.
9481         (remote_start_remote): Update the target with the program signals
9482         list.
9483         (remote_protocol_features): Add entry for QPassSignals.
9484         (remote_open_1): Free anc clear last_program_signals_packet.
9485         (init_remote_ops): Install remote_program_signals.
9486         * target.c (update_current_target): Adjust.
9487         (target_program_signals): New.
9488         * target.h (struct target_ops) <to_program_signals>: New field.
9489         (target_program_signals): Declare.
9490
9491 2012-03-07  Pedro Alves  <palves@redhat.com>
9492
9493         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9494         extensions.
9495
9496 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
9497
9498         * m68klinux-nat.c (getregs_supplies): Make static.
9499         (getfpregs_supplies): Likewise.
9500         (have_ptrace_getregs): Likewise.
9501
9502 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
9503
9504         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9505         in call to get_die_type_at_offset.
9506
9507 2012-03-06  Stan Shebs  <stan@codesourcery.com>
9508
9509         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9510         * mi/mi-cmd-disas.c: Ditto.
9511         * mi/mi-cmd-env.c: Ditto.
9512         * mi/mi-cmd-file.c: Ditto.
9513         * mi/mi-cmd-stack.c: Ditto.
9514         * mi/mi-cmd-target.c: Ditto.
9515         * mi/mi-cmd-var.c: Ditto.
9516         * mi/mi-cmds.c: Ditto.
9517         * mi/mi-cmds.h: Ditto.
9518         * mi/mi-console.c: Ditto.
9519         * mi/mi-getopt.c: Ditto.
9520         * mi/mi-getopt.h: Ditto.
9521         * mi/mi-interp.c: Ditto.
9522         * mi/mi-main.c: Ditto.
9523         * mi/mi-out.c: Ditto.
9524         * mi/mi-parse.c: Ditto.
9525         * mi/mi-parse.h: Ditto.
9526         * mi/mi-symbol-cmds.c: Ditto.
9527
9528         * mi/mi-getopt.h: Move mi_opt struct up.
9529         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9530         return.
9531         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9532
9533 2012-03-06  Tom Tromey  <tromey@redhat.com>
9534
9535         * proc-service.c (ps_pglobal_lookup): Set the current program
9536         space.
9537
9538 2012-03-06  Pedro Alves  <palves@redhat.com>
9539
9540         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9541
9542 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
9543
9544         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9545
9546 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9547
9548         Code cleanup.
9549         * common/linux-osdata.c (linux_common_core_of_thread): New function
9550         comment.
9551         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9552         call by linux_common_core_of_thread.
9553         (linux_nat_core_of_thread_1): Remove.
9554         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9555         * linux-thread-db.c: Include linux-osdata.h.
9556         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9557         linux_common_core_of_thread.
9558
9559 2012-03-05  Tom Tromey  <tromey@redhat.com>
9560
9561         * value.c (value_primitive_field): Don't fetch contents for
9562         non-virtual bases.
9563
9564 2012-03-05  Tom Tromey  <tromey@redhat.com>
9565
9566         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9567
9568 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9569
9570         * s390-nat.c: Include "gregset.h".
9571
9572 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9573
9574         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9575         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9576         (libunwind_load): New variable so_error, use it for dlerror.  Try to
9577         load also LIBUNWIND_SO_7.
9578
9579 2012-03-05  Pedro Alves  <palves@redhat.com>
9580
9581         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9582         is not NULL, and remove resulting dead code.
9583
9584 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
9585
9586         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9587         prologue to sh_analyze_prologue.
9588         (sh_analyze_prologue): Make better use of such an upper limit, and
9589         generally be more cautious about accessing memory.
9590
9591 2012-03-05  Tom Tromey  <tromey@redhat.com>
9592
9593         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9594         _initialize_ia64_hpux_tdep.
9595
9596 2012-03-05  Pedro Alves  <palves@redhat.com>
9597
9598         PR gdb/13766
9599
9600         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9601         the register state is clear, supply explicit zero, instead of
9602         marking the register unavailable.
9603
9604 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9605
9606         * NEWS: Mention OpenVMS ia64 new target.
9607
9608 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9609
9610         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9611         (ia64_unw_accessors, ia64_unw_rse_accessors)
9612         (ia64_libunwind_descr): Declare.
9613         * ia64-vms-tdep.c: New file.
9614         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9615         (ia64_libunwind_descr): Make them public.
9616         * configure.tgt: Add ia64-*-*vms*.
9617         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9618         (ALLDEPFILES): Add ia64-vms-tdep.c
9619
9620 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9621
9622         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9623         * remote.c (PACKET_qXfer_uib): New enum value.
9624         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9625         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9626         (_initialize_remote): Call add_packet_config_cmd for
9627         xfer:uib packet.
9628
9629 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9630
9631         * osabi.c (gdb_osabi_names): Add OpenVMS.
9632         (generic_elf_osabi_sniffer): Likewise.
9633         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9634
9635 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9636
9637         Removed unused code.
9638         * libunwind-frame.c (libunwind_frame_unwind)
9639         (libunwind_frame_base_address): Remove.
9640         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9641
9642 2012-03-04  Yao Qi  <yao@codesourcery.com>
9643
9644         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9645         remove trailing new line.
9646         (agent_run_command, agent_run_command): Add _ markup.
9647         (agent_capability_check): Likewise.
9648
9649 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9650
9651         * breakpoint.c (set_condition_evaluation_mode): Set
9652         CONDITION_EVALUATION_MODE unconditionally.
9653
9654 2012-03-03  Yao Qi  <yao@codesourcery.com>
9655
9656         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9657         * common/agent.h: Update declaration.
9658         * inf-child.c (inf_child_use_agent): New.
9659         (inf_child_can_use_agent): New.
9660         (inf_child_target): Initialize fields `to_use_agent'
9661         and `to_can_use_agent'.
9662         * agent.c (agent_new_objfile): New.
9663         (_initialize_agent): Add agent_new_objfile to new_objfile
9664         observer.
9665
9666         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9667         New.
9668         (linux_target_install_ops): Initialize field
9669         `to_static_tracepoint_markers_by_strid'.
9670         * remote.c (free_current_marker): Move it to ...
9671         * tracepoint.c (free_current_marker): ... here.  New.
9672         (cleanup_target_stop): New.
9673         * tracepoint.h: Declare free_current_marker.
9674         * NEWS: Add one entry about `info static-tracepoint-marker'.
9675
9676 2012-03-03  Yao Qi  <yao@codesourcery.com>
9677
9678         * common/agent.c (agent_loaded_p): New.
9679         (agent_look_up_symbols): New global.
9680         * common/agent.h: Declare agent_loaded_p.
9681
9682 2012-03-03  Yao Qi  <yao@codesourcery.com>
9683
9684         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9685         (agent_capability_check, agent_capability_invalidate): New.
9686         (symbol_list): New array element.
9687         * common/agent.h (enum agent_capa): New.
9688         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9689
9690 2012-03-03  Yao Qi  <yao@codesourcery.com>
9691
9692         * target.h (struct target_ops) <to_use_agent>: New field.
9693         (struct target_ops) <to_can_use_agent>: New field.
9694         (target_use_agent, target_can_use_agent): New macro.
9695         * target.c (update_current_target): Update.
9696         * remote.c: New enum `PACKET_QAgent'.
9697         (remote_protocol_features): Add a new element.
9698         (remote_use_agent, remote_can_use_agent): New.
9699         (init_remote_ops): Initialize field `can_use_agent' with
9700         remote_can_use_agent.  Intiailize field `use_agent' with
9701         remote_use_agent.
9702         * common/agent.c (use_agent): New global.
9703         * common/agent.h: Declare it.
9704         * tracepoint.c (info_static_tracepoint_markers_command): Add
9705         comment.
9706         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9707         (COMMON_OBS): Add common/agent.o and agent.o
9708         (common-agent.o): New rule.
9709         * agent.c: New.
9710
9711 2012-03-03  Yao Qi  <yao@codesourcery.com>
9712
9713         * common/agent.c: New.
9714         * common/agent.h: New.
9715         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9716         AC_CHECK_HEADERS.
9717         * configure, configh.in: Regenerated.
9718
9719 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9720
9721         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9722         unless it exists for this architecture.
9723
9724 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9725
9726         * language.h (struct language_defn): New "method" la_read_var_value.
9727         * findvar.c: #include "language.h".
9728         (default_read_var_value): Renames read_var_value.  Rewrite
9729         function description.
9730         (read_var_value): New function.
9731         * value.h (default_read_var_value): Add prototype.
9732         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9733         New functions.
9734         (ada_language_defn): Add entry for la_read_var_value.
9735         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9736         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9737         language_defn structures to add entry for new la_read_var_value
9738         field.
9739
9740 2012-03-02  Tom Tromey  <tromey@redhat.com>
9741             Pedro Alves  <palves@redhat.com>
9742
9743         PR breakpoints/13776:
9744         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9745         breakpoints.
9746         (delete_longjmp_breakpoint_at_next_stop): New.
9747         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9748         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9749         before deleting the inferior.  Add comments.
9750         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9751         breakpoints immediately, but only on next stop.  Move that code
9752         next to where we mark other breakpoints for deletion.
9753
9754 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9755
9756         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9757         marker.
9758         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9759         violation.
9760
9761 2012-03-02  Pedro Alves  <palves@redhat.com>
9762
9763         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9764
9765 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9766
9767         Fix -Wmissing-prototypes build.
9768         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9769         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9770         (gdbsim_has_memory): Likewise.
9771
9772 2012-03-02  Yao Qi  <yao@codesourcery.com>
9773
9774         Fix -Wmissing-prototypes build.
9775         * charset.c (phony_iconv_open): Make static.
9776         (phony_iconv_close, phony_iconv): Likewise.
9777         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9778         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9779         prototype.
9780         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9781         * ser-mingw.c (create_select_thread): Make static.
9782         * windows-termcap.c (tgetent): New prototype.
9783         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9784
9785 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9786
9787         Fix -Wmissing-prototypes build.
9788         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9789         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9790         (_initialize_loadable): New prototypes.
9791
9792 2012-03-02  Doug Evans  <dje@google.com>
9793
9794         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9795         abbrev table, read_comp_unit will do it.
9796
9797 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9798
9799         Fix -Wmissing-prototypes build.
9800         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9801         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9802         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9803         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9804         (_initialize_arm_symbian_tdep): New prototype.
9805         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9806         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9807         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9808         static.
9809         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9810         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9811         prototype.
9812         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9813         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9814         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9815         static.
9816         * moxie-tdep.c (moxie_process_record): Likewise.
9817         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9818         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9819         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9820         (_initialize_rl78_tdep): New prototype.
9821         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9822         (_initialize_rx_tdep): New prototype.
9823         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9824         (_initialize_darwin_solib): New prototype.
9825         * solib-spu.c: Include solib-spu.h.
9826         (_initialize_spu_solib): New prototype.
9827         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9828         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9829         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9830         (tic6x_software_single_step): Make it static.
9831         (_initialize_tic6x_tdep): New prototype.
9832
9833 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9834
9835         Fix -Wmissing-prototypes build.
9836         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9837         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9838
9839 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9840
9841         Fix -Wmissing-prototypes build.
9842         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9843         (frv_have_stopped_data_address): Remove.
9844
9845 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9846
9847         Fix -Wmissing-prototypes build.
9848         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9849         * sh-tdep.c: Include sh64-tdep.h.
9850         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9851         * sh64-tdep.c: Include sh64-tdep.h.
9852         * sh64-tdep.h: New file.
9853
9854 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9855
9856         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9857
9858 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9859
9860         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9861         sp_regnum once the gdbarch_init_osabi hook has been called.
9862
9863 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9864
9865         * mips-tdep.c (mips32_bc1_pc): New function.
9866         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9867         BPOSGE32 and BPOSGE64 instructions.
9868         (deal_with_atomic_sequence): Likewise.
9869         (mips32_instruction_has_delay_slot): Likewise.
9870
9871 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9872             Chris Dearman  <chris@mips.com>
9873             Maciej W. Rozycki  <macro@codesourcery.com>
9874             Joseph Myers  <joseph@codesourcery.com>
9875
9876         * features/mips-dsp.xml: New file.
9877         * features/mips64-dsp.xml: New file.
9878         * features/mips-dsp-linux.xml: New file.
9879         * features/mips64-dsp-linux.xml: New file.
9880         * features/Makefile (WHICH): Add mips-dsp-linux and
9881         mips64-dsp-linux.
9882         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9883         * features/mips-dsp-linux.c: New file.
9884         * features/mips64-dsp-linux.c: New file.
9885         * regformats/mips-dsp-linux.dat: New file.
9886         * regformats/mips64-dsp-linux.dat: New file.
9887         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9888         registers.
9889         (mips64_linux_register_addr): Likewise.
9890         (mips64_linux_regsets_fetch_registers): Likewise.
9891         (mips64_linux_regsets_store_registers): Likewise.
9892         (mips64_linux_fetch_registers): Update call to
9893         mips64_linux_regsets_fetch_registers.
9894         (mips64_linux_store_registers): Update call to
9895         mips64_linux_regsets_store_registers.
9896         (mips_linux_read_description): Probe for DSP registers.
9897         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9898         and initialize_tdesc_mips64_dsp_linux.
9899         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9900         Remove padding of no longer used embedded register slots.
9901         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9902         (MIPS_RESTART_REGNUM): Redefine enum value.
9903         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9904         strings.
9905         (mips_tx39_reg_names): Likewise.
9906         (mips_linux_reg_names): New array of register names for Linux
9907         targets.
9908         (mips_register_name): Check for a null pointer in
9909         mips_processor_reg_names and return an empty string.
9910         (mips_register_type): Exclude embedded registers for the IRIX
9911         and Linux ABIs.
9912         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9913         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9914         DSP registers.
9915         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9916         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9917         (mips_gdbarch_init): Likewise.  Initialize internal register
9918         indices for the Linux ABI.  Use dynamic numbers to refer to
9919         registers, as applicable, while parsing the target description.
9920         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9921
9922 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9923
9924         * frame.h (read_frame_register_unsigned): Fix typo in function
9925         description.
9926
9927 2012-03-01  Pedro Alves  <palves@redhat.com>
9928
9929         * jit-reader.in [!__cplusplus]
9930         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9931
9932 2012-03-01  Pedro Alves  <palves@redhat.com>
9933
9934         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9935         * configure: Regenerate.
9936
9937 2012-03-01  Pedro Alves  <palves@redhat.com>
9938
9939         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9940         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9941         (ftrace_command, strace_command): Make static.
9942         * d-lang.c (_initialize_d_language): Declare.
9943         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9944         * dwarf2loc.c (_initialize_dwarf2loc):
9945         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9946         * exec.c (exec_get_section_table): Make static.
9947         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9948         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9949         * inferior.c (remove_inferior_command, add_inferior_command)
9950         (clone_inferior_command): Make static.
9951         * linux-nat.c (linux_nat_thread_address_space)
9952         (linux_nat_core_of_thread): Make static.
9953         * linux-tdep.c (_initialize_linux_tdep): Declare.
9954         * objc-lang.c (_initialize_objc_lang): Declare.
9955         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9956         Make static.
9957         (_initialize_opencl_language): Declare.
9958         * record.c (_initialize_record): Declare.
9959         * remote.c (demand_private_info, remote_get_tib_address)
9960         (remote_supports_cond_tracepoints)
9961         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9962         Make static.
9963         * skip.c (_initialize_step_skip): Declare.
9964         * symtab.c (skip_prologue_using_lineinfo): Make static.
9965         * tracepoint.c (delete_trace_state_variable)
9966         (trace_variable_command, delete_trace_variable_command)
9967         (get_uploaded_tsv, find_matching_tracepoint_location)
9968         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9969         Make static.
9970         * value.c (pack_unsigned_long): Make static.
9971         * varobj.c (varobj_ensure_python_env): Make static.
9972         * windows-tdep.c (_initialize_windows_tdep): Declare.
9973         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9974
9975 2012-03-01  Pedro Alves  <palves@redhat.com>
9976
9977         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9978         gdbarch parameter.
9979         (linux_init_abi): Install it as has_shared_address_space gdbarch
9980         callback.
9981
9982 2012-03-01  Pedro Alves  <palves@redhat.com>
9983
9984         * observer.c (observer_test_first_notification_function)
9985         (observer_test_second_notification_function)
9986         (observer_test_third_notification_function): Add declarations.
9987
9988 2012-03-01  Pedro Alves  <palves@redhat.com>
9989
9990         * common/signals.c (default_target_signal_to_host)
9991         (default_target_signal_from_host): Move ...
9992         * arch-utils.c: ... here.
9993         * arch-utils.h (default_target_signal_to_host)
9994         (default_target_signal_from_host): Declare.
9995
9996         * common/signals.c (target_signal_from_command): Move ...
9997         * infrun.c: ... here.
9998         * inferior.h (target_signal_from_command): Declare.
9999         * target.h (target_signal_from_command)
10000         (default_target_signal_from_host, default_target_signal_to_host):
10001         Delete declarations.
10002
10003         * common/signals.c (_initialize_signals): Delete.
10004
10005 2012-03-01  Pedro Alves  <palves@redhat.com>
10006
10007         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10008         both __cplusplus and !__cplusplus.
10009
10010 2012-03-01  Pedro Alves  <palves@redhat.com>
10011
10012         * psymtab.c (find_and_open_source): Delete declaration.
10013         * source.c (find_and_open_source): Move comment ...
10014         * source.h (find_and_open_source): ... to this new declaration.
10015
10016 2012-03-01  Pedro Alves  <palves@redhat.com>
10017
10018         * inline-frame.c: Include inline-frame.h.
10019
10020 2012-03-01  Pedro Alves  <palves@redhat.com>
10021
10022         * tui/tui-data.c (set_gen_win_origin): Delete.
10023         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10024         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10025
10026 2012-03-01  Pedro Alves  <palves@redhat.com>
10027
10028         * remote.c (encode_actions): Delete declaration.
10029         * tracepoint.c (encode_actions): Make extern.
10030         * tracepoint.h (encode_actions): Declare.
10031
10032 2012-03-01  Pedro Alves  <palves@redhat.com>
10033
10034         * python/py-breakpoint.c: Include python.h.
10035         * python/py-continueevent.c (create_continue_event_object): Make
10036         static.
10037         * python/py-lazy-string.c (stpy_get_type): Make static.
10038         * python/py-newobjfileevent.c (create_new_objfile_event_object):
10039         Make static.
10040         * python/py-utils.c (unicode_to_target_python_string): Make
10041         static.
10042         * python/py-value.c: Include python.h.
10043
10044 2012-03-01  Pedro Alves  <palves@redhat.com>
10045
10046         * inferior.c (delete_threads_of_inferior): Delete.
10047
10048 2012-03-01  Pedro Alves  <palves@redhat.com>
10049
10050         Import fallback definitions from glibc.
10051
10052         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10053         ps_prochandle): Forward declare.
10054         (ps_err_e): Use glibc's comments.
10055         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10056         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10057         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10058         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10059         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10060         (struct ps_prochandle): Adjust comment.
10061
10062 2012-03-01  Pedro Alves  <palves@redhat.com>
10063
10064         * ada-lang.c (ada_modulus_from_name): Delete.
10065         * ada-lex.l (lexer_init): Make static.
10066
10067 2012-03-01  Pedro Alves  <palves@redhat.com>
10068
10069         PR gdb/13767
10070
10071         * frame.c (read_frame_register_unsigned): New.
10072         * frame.h (read_frame_register_unsigned): Declare.
10073         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10074         Handle it.
10075         (print_i387_control_word): New parameter `control_p'.  Handle it.
10076         (i387_print_float_info): Handle unavailable float registers.
10077
10078 2012-03-01  Keith Seitz  <keiths@redhat.com>
10079
10080         * linespec.c (decode_line_2): Sort the list of methods
10081         alphabetically before presenting the user with a selection
10082         menu.
10083
10084 2012-03-01  Doug Evans  <dje@google.com>
10085
10086         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10087         has_namespace_info.
10088         (dwarf2_read_abbrevs): Remove corresponding initialization.
10089
10090 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
10091
10092         * NEWS: Mention new python command class gdb.COMMAND_USER.
10093         * cli/cli-cmds.c (show_user): Print error when used on a python
10094         command.
10095         (init_cli_cmds): Update documentation strings for "show user" and
10096         "set/show max-user-call-depth" to clarify that it does not apply to
10097         python commands.
10098         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10099         error check.
10100         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10101         gdb python api.
10102         * top.c (execute_command): Only execute a user-defined command as a
10103         legacy macro if c->user_commands is set.
10104
10105 2012-03-01  Tom Tromey  <tromey@redhat.com>
10106
10107         * valprint.h (struct generic_val_print_decorations): New.
10108         (generic_val_print): Declare.
10109         * valprint.c (generic_val_print): New function.
10110         * p-valprint.c (p_decorations): New global.
10111         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10112         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10113         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10114         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10115         * m2-valprint.c (m2_decorations): New global.
10116         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10117         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10118         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10119         TYPE_CODE_ERROR>: Call generic_val_print.
10120         * f-valprint.c (f_decorations): New global.
10121         (f_val_print): Use print_function_pointer_address.
10122         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10123         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10124         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10125         generic_val_print.
10126         * c-valprint.c (c_decorations): New global.
10127         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10128         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10129         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10130         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10131         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10132         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10133         case.
10134
10135 2012-03-01  Tom Tromey  <tromey@redhat.com>
10136
10137         * valprint.c (val_print): Update.
10138         * p-valprint (pascal_val_print): Return void.
10139         * p-lang.h (pascal_val_print): Return void.
10140         * m2-valprint.c (m2_val_print): Return void.
10141         * m2-lang.h (m2_val_print): Return void.
10142         * language.h (struct language_defn) <la_val_print>: Return void.
10143         * language.c (unk_lang_val_print): Return void.
10144         * jv-valprint.c (java_val_print): Return void.
10145         * jv-lang.h (java_val_print): Return void.
10146         * f-valprint.c (f_val_print): Return void.
10147         * f-lang.h (f_val_print): Return void.
10148         * d-valprint.c (d_val_print): Return void.
10149         (dynamic_array_type): Update.
10150         * d-lang.h (d_val_print): Return void.
10151         * c-valprint.c (c_val_print): Return void.
10152         * c-lang.h (c_val_print): Return void.
10153         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10154         void.
10155         * ada-lang.h (ada_val_print): Return void.
10156
10157 2012-03-01  Tom Tromey  <tromey@redhat.com>
10158
10159         * value.h (val_print): Return void.
10160         * valprint.c (val_print): Return void.
10161
10162 2012-03-01  Tom Tromey  <tromey@redhat.com>
10163
10164         * value.h (common_val_print): Return void.
10165         * valprint.c (common_val_print): Return void.
10166
10167 2012-03-01  Tom Tromey  <tromey@redhat.com>
10168
10169         * value.h (value_print): Return void.
10170         * valprint.c (value_print): Return void.
10171         * p-valprint.c (pascal_value_print): Return void.
10172         * p-lang.h (pascal_value_print): Return void.
10173         * language.h (struct language_defn) <la_value_print>: Return
10174         void.
10175         * language.c (unk_lang_value_print): Return void.
10176         * jv-valprint.c (java_value_print): Return void.
10177         * jv-lang.h (java_value_print): Return void.
10178         * f-valprint.c (c_value_print): Don't declare.
10179         Include c-lang.h.
10180         * c-valprint.c (c_value_print): Return void.
10181         * c-lang.h (c_value_print): Return void.
10182         * ada-valprint.c (ada_value_print): Return void.
10183         * ada-lang.h (ada_value_print): Return void.
10184
10185 2012-03-01  Tom Tromey  <tromey@redhat.com>
10186
10187         * value.c (value_primitive_field): Handle virtual base classes.
10188
10189 2012-03-01  Tom Tromey  <tromey@redhat.com>
10190
10191         * gdbtypes.h (struct vbase): Remove.
10192
10193 2012-03-01  Tom Tromey  <tromey@redhat.com>
10194
10195         * c-valprint.c (print_function_pointer_address): Move...
10196         * valprint.c: ... here.  Make non-static.
10197         * m2-valprint.c (print_function_pointer_address): Remove.
10198         * valprint.h (print_function_pointer_address): Declare.
10199
10200 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10201
10202         * NEWS: Document the fact that one can provide a condition when
10203         creating an Ada exception catchpoint.
10204
10205 2012-03-01  Tom Tromey  <tromey@redhat.com>
10206
10207         * valprint.c (val_print_type_code_flags): Fix placement of
10208         trailing brace.
10209
10210 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10211
10212         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10213         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10214         environment variable before calling update-copyright.
10215
10216 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10217
10218         * gnulib/extra/update-copyright: Update to the latest from
10219         gnulib's git repository.
10220         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10221         variable to 2 instead of 1.
10222
10223 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10224
10225         * varobj.c (c_value_of_variable): Remove dead code.
10226
10227 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10228
10229         * ada-lex.p (processId): Do not modify already encoded IDs.
10230         Update function documentation.
10231
10232 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10233
10234         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10235         "name" with "struct symbol *name_sym".
10236         * ada-exp.y (write_var_or_type): Update call to
10237         ada_find_renaming_symbol.
10238         "name" with "struct symbol *name_sym". Adjust Implementation
10239         accordingly.  Adjust the function documentation.
10240
10241 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10242
10243         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10244         * ada-lang.c (ada_find_any_type): Add advance declaration.
10245         Make static.  Replace ada_find_any_symbol by
10246         ada_find_any_type_symbol.
10247         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10248         Improve function description.  Make static.
10249         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10250         Replace ada_find_any_symbol by ada_find_any_type_symbol.
10251
10252 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10253
10254         * ada-lang.c (struct tag_args): Delete.
10255         (ada_get_tsd_type): Function body moved up in source file.
10256         (ada_tag_name_1, ada_tag_name_2): Delete.
10257         (ada_get_tsd_from_tag): New function.
10258         (ada_tag_name_from_tsd): New function.
10259         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10260         to determine the tag name.
10261
10262 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10263
10264         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10265         declaration.
10266         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10267         function.
10268
10269 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10270
10271         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10272
10273 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10274
10275         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10276         full searches.
10277
10278 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10279
10280         * ada-lang.c (constrained_packed_array_type): If there is a
10281         parallel XA type, use it to determine the array index type.
10282
10283 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10284
10285         * ada-valprint.c (ada_val_print_1): If our value is a reference
10286         to an array descriptor, dereference it before converting it
10287         to a simple array.
10288
10289 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10290
10291         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10292         creating fixed value.
10293         (ada_value_ind, ada_coerce_ref, assign_component)
10294         (ada_evaluate_subexp): Remove call to unwrap_value before
10295         call to ada_to_fixed_value.
10296
10297 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10298
10299         * ada-lang.c (to_fixed_array_type): Set result's type name.
10300
10301 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10302
10303         * ada-lang.c (catch_ada_exception_command_split): Add new
10304         argument cond_string.  Add support for condition at end of
10305         "catch exception" commands.
10306         (ada_decode_exception_location): Add new argument cond_string.
10307         Update call to catch_ada_exception_command_split.
10308         (create_ada_exception_catchpoint): Add new argument cond_string.
10309         Set the breakpoint condition if needed.
10310         (catch_ada_exception_command): Update call to
10311         ada_decode_exception_location.
10312         (ada_decode_assert_location): Add function documentation.
10313         Add support for condition at end of "catch assert" command.
10314         (catch_assert_command): Update calls to ada_decode_assert_location
10315         and create_ada_exception_catchpoint.
10316
10317 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10318
10319         Fix disp-step-syscall.exp: fork: single step over fork.
10320         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10321         (i386_linux_get_syscall_number_from_regcache): ... here, new function
10322         comment, change parameters gdbarch and ptid to regcache.  Remove
10323         parameter regcache, initialize gdbarch from regcache here.
10324         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10325         New functions.
10326         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10327         instead.
10328         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10329         'syscall'.  Make the 'int' check more strict.
10330
10331 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10332
10333         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10334         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10335         (i386_linux_intx80_sysenter_syscall_record): ... here.
10336         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10337         Use the renamed function name.
10338
10339 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10340
10341         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10342         * breakpoint.c (until_break_command): Likewise.
10343         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10344         * infcall.c (call_function_by_hand): Likewise.
10345         * infcmd.c (finish_forward): Likewise.
10346         * infrun.c (insert_exception_resume_breakpoint): Likewise.
10347
10348 2012-02-28  Tristan Gingold  <gingold@adacore.com>
10349
10350         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10351         avoid variable assignments inside condition.
10352
10353 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10354
10355         Fix static analysis issue found by cppcheck.
10356         * microblaze-tdep.c (microblaze_extract_return_value): Fix
10357         uninitialized BUF for size 2.
10358
10359 2012-02-27  Chris Dearman  <chris@mips.com>
10360             Nathan Froyd  <froydnj@codesourcery.com>
10361             Maciej W. Rozycki  <macro@codesourcery.com>
10362
10363         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10364         (mips16_instruction_has_delay_slot): Likewise.
10365         (mips_segment_boundary): Likewise.
10366         (mips_adjust_breakpoint_address): Likewise.
10367         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10368
10369 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
10370             Maciej W. Rozycki  <macro@codesourcery.com>
10371
10372         * infrun.c (handle_inferior_event): Don't proceed through
10373         shared library trampolines if stepping at the machine
10374         instruction level.
10375
10376 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
10377
10378         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10379         too.
10380
10381 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
10382
10383         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10384         (sh_stub_unwind_sniffer): New functions.
10385         (sh_stub_unwind): New variable.
10386         (sh_gdbarch_init): Wire everything.
10387
10388 2012-02-27  Pedro Alves  <palves@redhat.com>
10389
10390         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10391         (linux_nat_post_attach_wait): Adjust to use
10392         linux_proc_pid_is_stopped.
10393         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10394         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10395         based on pid_is_stopped from both linux-nat.c and
10396         gdbserver/linux-low.c, and renamed.
10397
10398 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10399
10400         * remote.c (remote_watchpoint_addr_within_range): New function.
10401         (init_remote_ops): Use it.
10402
10403 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10404
10405         * target.h (target_watchpoint_addr_within_range): Document macro.
10406
10407 2012-02-24  Pedro Alves  <palves@redhat.com>
10408
10409         * stack.c (set_last_displayed_sal): Issue internal_error instead
10410         of warning, and issue it after clearing the last displayed sal.
10411
10412 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10413             Pedro Alves  <palves@redhat.com>
10414
10415         * breakpoint.c (until_break_command): Install breakpoints after
10416         all frame manipulations.
10417
10418 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10419
10420         * remote.c (remote_supports_cond_breakpoints): New forward
10421         declaration.
10422         (remote_add_target_side_condition): New function.
10423         (remote_insert_breakpoint): Add target-side breakpoint
10424         conditional if supported.
10425         (remote_insert_hw_breakpoint): Likewise.
10426         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10427         hook.
10428
10429         * target.c (update_current_target): Inherit
10430         to_supports_evaluation_of_breakpoint_conditions.
10431         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10432
10433         * target.h (struct target_ops)
10434         <to_supports_evaluation_of_breakpoint_conditions>: New field.
10435         (target_supports_evaluation_of_breakpoint_conditions): New #define.
10436
10437         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10438         (condition_evaluation_both, condition_evaluation_auto,
10439         condition_evaluation_host, condition_evaluation_target,
10440         condition_evaluation_enums, condition_evaluation_mode_1,
10441         condition_evaluation_mode): New static globals.
10442         (translate_condition_evaluation_mode): New function.
10443         (breakpoint_condition_evaluation_mode): New function.
10444         (gdb_evaluates_breakpoint_condition_p): New function.
10445         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10446         (mark_breakpoint_modified): New function.
10447         (mark_breakpoint_location_modified): New function.
10448         (set_condition_evaluation_mode): New function.
10449         (show_condition_evaluation_mode): New function.
10450         (bp_location_compare_addrs): New function.
10451         (get_first_location_gte_addr): New helper function.
10452         (set_breakpoint_condition): Free condition bytecode if locations
10453         has become unconditional.  Call mark_breakpoint_modified (...).
10454         (condition_command): Call update_global_location_list (1) for
10455         breakpoints.
10456         (breakpoint_xfer_memory): Use is_breakpoint (...).
10457         (is_breakpoint): New function.
10458         (parse_cond_to_aexpr): New function.
10459         (build_target_condition_list): New function.
10460         (insert_bp_location): Handle target-side conditional
10461         breakpoints and call build_target_condition_list (...).
10462         (update_inserted_breakpoint_locations): New function.
10463         (insert_breakpoint_locations): Handle target-side conditional
10464         breakpoints.
10465         (bpstat_check_breakpoint_conditions): Add comment.
10466         (bp_condition_evaluator): New function.
10467         (bp_location_condition_evaluator): New function.
10468         (print_breakpoint_location): Print information on where the condition
10469         will be evaluated.
10470         (print_one_breakpoint_location): Likewise.
10471         (init_bp_location): Call mark_breakpoint_location_modified (...) for
10472         breakpoint location.
10473         (force_breakpoint_reinsertion): New functions.
10474         (update_global_location_list): Handle target-side breakpoint
10475         conditions.
10476         Reinsert locations that are already inserted if conditions have
10477         changed.
10478         (bp_location_dtor): Free agent expression bytecode.
10479         (disable_breakpoint): Call mark_breakpoint_modified (...).
10480         Call update_global_location_list (...) with parameter 1 for breakpoints.
10481         (disable_command): Call mark_breakpoint_location_modified (...).
10482         Call update_global_location_list (...) with parameter 1 for breakpoints.
10483         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10484         (enable_command): mark_breakpoint_location_modified (...).
10485         (_initialize_breakpoint): Update documentation and add
10486         condition-evaluation breakpoint subcommand.
10487
10488         * breakpoint.h: Include ax.h.
10489         (condition_list): New data structure.
10490         (condition_status): New enum.
10491         (bp_target_info) <cond_list>: New field.
10492         (bp_location) <condition_changed, cond_bytecode>: New fields.
10493         (is_breakpoint): New prototype.
10494
10495 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10496
10497         * remote.c (remote_state) <cond_breakpoints>: New field.
10498         (PACKET_ConditionalBreakpoints): New enum.
10499         (remote_cond_breakpoint_feature): New function.
10500         (remote_protocol_features): Add new ConditionalBreakpoints entry.
10501         (remote_supports_cond_breakpoints): New function.
10502         (_initialize_remote): Add new packet configuration for
10503         target-side conditional breakpoints.
10504
10505 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10506
10507         * NEWS: Mention target-side conditional breakpoint support,
10508         new condition-evaluation breakpoint subcommand and remote
10509         packet extensions.
10510
10511 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10512
10513         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10514         number.
10515
10516 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
10517
10518         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10519         (after_prologue): Remove.
10520
10521 2012-02-23  Tom Tromey  <tromey@redhat.com>
10522
10523         * jv-valprint.c (java_val_print): Remove dead code.
10524
10525 2012-02-23  Tristan Gingold  <gingold@adacore.com>
10526
10527         * ada-tasks.c (struct ada_tasks_inferior_data): Add
10528         known_tasks_element and known_tasks_length fields.
10529         (read_known_tasks_array): Change argument type.  Use pointer type
10530         and number of elements from DATA.  Adjust.
10531         (read_known_tasks_list): Likewise.
10532         (get_known_tasks_addr): Remove.
10533         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10534         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
10535         type and array length.  Merge former get_known_tasks_addr code.
10536
10537 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10538
10539         PR backtrace/13716
10540         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10541         it after set_momentary_breakpoint.
10542
10543 2012-02-22  Sterling Augustine  <saugustine@google.com>
10544
10545         PR 13689:
10546         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10547
10548 2012-02-22  Gary Benson  <gbenson@redhat.com>
10549
10550         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10551         (find_slot_in_mapped_hash): Likewise.
10552
10553 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10554
10555         PR build/13638
10556         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10557         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10558         * configure: Regenerate.
10559
10560 2012-02-21  Tristan Gingold  <gingold@adacore.com>
10561             Pedro Alves  <palves@redhat.com>
10562
10563         * ia64-tdep.c: Do not include libunwind-ia64.h.
10564         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10565         Include libunwind-ia64.h instead of libunwind.h.
10566         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10567         for libunwind.h existence.
10568         * configure, config.in: Regenerate.
10569
10570 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10571
10572         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10573         instead of value_rtti_target_type.
10574         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10575         instead of value_rtti_target_type.
10576         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10577         value_rtti_target_type.
10578         * valops.c (value_ind): Extract function readjust_indirect_value_type.
10579         (value_rtti_target_type): Rename to ...
10580         (value_rtti_indirect_type): ... here and make it indirect.  Update
10581         function comment.
10582         * value.c (readjust_indirect_value_type): New function.
10583         (coerce_ref): Support for enclosing type setting for references
10584         with readjust_indirect_value_type.
10585         * value.h (readjust_value_type): New declaration.
10586         (value_rtti_target_type): Rename to ...
10587         (value_rtti_indirect_type): ... here.
10588
10589 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10590
10591         * MAINTAINERS (Write After Approval): Add myself to the list.
10592
10593 2012-02-20  Doug Evans  <dje@google.com>
10594
10595         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10596         Rename objfile_p_char parameter to objfilep.
10597         (build_objfile_section_table): Result is now void.  All callers
10598         updated.
10599         * objfiles.h (struct objfile): Tweak comments, whitespace.
10600         (build_objfile_section_table): Update.
10601
10602         * elfread.c (elf_symfile_segments): Fix warning text.
10603
10604 2012-02-20  Tom Tromey  <tromey@redhat.com>
10605
10606         PR gdb/13498:
10607         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10608         particular set of file names once.
10609         (dw2_map_symbol_filenames): Likewise.
10610
10611 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10612
10613         Code cleanup.
10614         * main.c (write_files): Remove the declaration.
10615         (external_editor_command): Move the declaration ...
10616         [GDBTK] (external_editor_command): ... here.  Fix the comment.
10617
10618 2012-02-20  Tom Tromey  <tromey@redhat.com>
10619
10620         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10621         extraneous block.
10622
10623 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10624
10625         * darwin-nat.h (enum darwin_msg_state): Add comments.
10626
10627 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10628
10629         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10630         value.
10631
10632 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
10633
10634         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10635         between function description and implementation.
10636
10637 2012-02-17  Tom Tromey  <tromey@redhat.com>
10638
10639         PR python/12070:
10640         * python/py-event.c (event_object_getset): New global.
10641         (event_object_type): Reference it.
10642         * python/py-type.c (field_object_getset): New global.
10643         (field_object_type): Reference it.
10644         * python/python-internal.h (gdb_py_generic_dict): Declare.
10645         * python/py-utils.c (gdb_py_generic_dict): New function.
10646
10647 2012-02-17  Tristan Gingold  <gingold@adacore.com>
10648
10649         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10650
10651 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
10652
10653         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10654         TYPE_CALLING_CONVENTION annotation.
10655
10656 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
10657
10658         * MAINTAINERS: Add rx to target ISA section.
10659         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10660         (ALLDEPFILES): Add rx-tdep.c.
10661
10662 2012-02-16  Tom Tromey  <tromey@redhat.com>
10663
10664         * symfile.c (symbol_file_add_main_1): Use inferior's
10665         symfile_flags.
10666         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10667         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10668         inferior.
10669         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10670         inferior.
10671         (follow_exec): Use inferior's symfile_flags.
10672         * inferior.h (struct inferior) <symfile_flags>: New field.
10673
10674 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
10675
10676         PR gdb/9734:
10677         * remote-sim.c (gdbsim_create_inferior): Call error() when
10678         sim_create_inferior() fails.
10679
10680 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
10681
10682         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10683
10684 2012-02-16  Tom Tromey  <tromey@redhat.com>
10685
10686         PR c++/13653:
10687         * thread.c (struct current_thread_cleanup) <was_removable>: New
10688         field.
10689         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10690         (make_cleanup_restore_current_thread): Initialize new field.
10691
10692 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
10693
10694         * MAINTAINERS: Add rl78 to target ISA section.
10695         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10696         (ALLDEPFILES): Add rl78-tdep.c.
10697         * NEWS: Mention rl78 as a new target.
10698
10699 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10700
10701         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10702         data.
10703         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10704
10705 2012-02-15  Tom Tromey  <tromey@redhat.com>
10706
10707         PR gdb/12659:
10708         * infcmd.c (registers_info): Print just the current register's
10709         name.
10710
10711 2012-02-15  Tom Tromey  <tromey@redhat.com>
10712
10713         * python/py-symbol.c (sympy_value): Use _().
10714
10715 2012-02-15  Pedro Alves  <palves@redhat.com>
10716
10717         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10718         output to be like native targets'.
10719         (remote_pid_to_str): Special case the null ptid.
10720
10721 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10722
10723         * NEWS: Mention enable count command.
10724         * breakpoint.h (struct breakpoint): New field enable_count.
10725         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10726         (enable_breakpoint): Add arg to call.
10727         (struct disp_data): New struct.
10728         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10729         (do_map_enable_once_breakpoint): Create a struct and pass it.
10730         (do_map_enable_delete_breakpoint): Ditto.
10731         (do_map_enable_count_breakpoint): New function.
10732         (enable_count_command): New function.
10733         (bpstat_stop_status): Decrement enable_count.
10734         (print_one_breakpoint_location): Report enable count.
10735         (_initialize_breakpoint): Add enable count command.
10736
10737 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10738
10739         * rl78-tdep.c (reggroups.h): Include.
10740         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10741         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10742         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10743         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10744         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10745         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10746         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10747         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10748         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10749         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10750         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10751         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10752         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10753         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10754         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10755         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10756         beginning of register list.
10757         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10758         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10759         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10760         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10761         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10762         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10763         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10764         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10765         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10766         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10767         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10768         the pseudo registers.  Rearrange other pseudo registers too so
10769         that the bank registers appear at the end.
10770         (rl78_register_type): Account for the fact that the byte sized
10771         bank registers are now pseudo-registers.
10772         (rl78_register_name): Rearrange the register name array.  Make
10773         initial set of raw banked registers inaccessible.
10774         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10775         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10776         case for copying bytes back and forth between raw and pseudo
10777         versions of the banked registers.  Update other cases to reflect
10778         the changed names.
10779         (rl78_return_value): Update to account for changed names of
10780         raw registers.
10781         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10782         rl78_register_sim_regno().
10783
10784 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10785
10786         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10787         the name parameter being passed to find_pc_partial_function().
10788
10789 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10790
10791         * MAINTAINERS: Step down from being ia64 target maintainer.
10792
10793 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10794
10795         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10796         compilation warning.
10797
10798 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10799
10800         Fix crash on loaded shlibs without loaded exec_bfd.
10801         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10802         (set_section_command): Replace exec_bfd by p->bfd.
10803
10804 2012-02-10  Tom Tromey  <tromey@redhat.com>
10805
10806         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10807         when we have a C++ qualified name.
10808
10809 2012-02-10  Pedro Alves  <palves@redhat.com>
10810
10811         * inferior.c (inferior_pid_to_str): New.
10812         (print_inferior, inferior_command): Use it.
10813
10814 2012-02-10  Pedro Alves  <palves@redhat.com>
10815
10816         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10817         the test CFLAGS.
10818         * configure: Regenerate.
10819
10820 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10821
10822         * linespec.c (decode_line_internal): Fix comment correctness.
10823
10824 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10825
10826         PR gdb/12953
10827         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10828         * amd64bsd-nat.c: Add support for debug registers (adapted from
10829         i386bsd-nat.c).
10830         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10831         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10832         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10833         (amd64bsd_dr_get_control): New functions.
10834         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10835         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10836         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10837         watchpoints initialization.
10838         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10839
10840 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10841
10842         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10843         flds_bnds.fields.
10844         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10845
10846 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10847
10848         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10849
10850 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10851
10852         * language.h (symbol_name_cmp_ftype): Renames
10853         symbol_name_match_p_ftype.
10854         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10855         la_get_symbol_name_match_p.
10856         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10857         ada_get_symbol_name_match_p.  Update comment.
10858         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10859         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10860         Renames symbol_name_match_p.  Update field type.
10861         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10862         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10863         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10864         "la_get_symbol_name_cmp" in comments.
10865         * language.c: Likewise.
10866
10867 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10868
10869         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10870         %eflags offset.
10871         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10872         (amd64_sol2_gregset32_reg_offs): Likewise.
10873
10874 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10875
10876         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10877         of the returned BFD is allocated by GDB.
10878
10879 2012-02-07  Tom Tromey  <tromey@redhat.com>
10880
10881         PR python/12027:
10882         * python/python-internal.h (frame_object_type): Declare.
10883         * python/py-symbol.c (sympy_needs_frame): New function.
10884         (sympy_value): New function.
10885         (symbol_object_getset): Add "needs_frame".
10886         (symbol_object_methods): Add "value".
10887         * python/py-frame.c (frame_object_type): No longer static.
10888
10889 2012-02-07  Tom Tromey  <tromey@redhat.com>
10890
10891         PR python/13599:
10892         * python/py-symbol.c (sympy_line): New function.
10893         (symbol_object_getset): Add "line".
10894
10895 2012-02-07  Tom Tromey  <tromey@redhat.com>
10896
10897         * charset.c (find_charset_names): Check 'in' against NULL.
10898
10899 2012-02-06  Doug Evans  <dje@google.com>
10900
10901         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10902         and fields.name members from char * to const char *.  All uses updated.
10903         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10904         from char * to const char *.  All uses updated.
10905         (type_name_no_tag): Update.
10906         (lookup_unsigned_typename, lookup_signed_typename): Update.
10907         * gdbtypes.c (type_name_no_tag): Change result type
10908         from char * to const char *.  All callers updated.
10909         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10910         name parameter from char * to const char *.
10911         * symtab.h (struct cplus_specific): Change type of demangled_name
10912         member from char * to const char *.  All uses updated.
10913         (struct general_symbol_info): Change type of name and
10914         mangled_lang.demangled_name members from char * to const char *.
10915         All uses updated.
10916         (symbol_get_demangled_name, symbol_natural_name): Update.
10917         (symbol_demangled_name, symbol_search_name): Update.
10918         * symtab.c (symbol_get_demangled_name): Change result type
10919         from char * to const char *.  All callers updated.
10920         (symbol_natural_name, symbol_demangled_name): Ditto.
10921         (symbol_search_name): Ditto.
10922         (completion_list_add_name): Change type of symname,sym_text,
10923         text,word parameters from char * to const char *.
10924         (completion_list_objc_symbol): Change type of sym_text,
10925         text,word parameters from char * to const char *.
10926         * ada-lang.c (find_struct_field): Change type of name parameter
10927         from char * to const char *.
10928         (encoded_ordered_before): Similarly for N0,N1 parameters.
10929         (old_renaming_is_invisible): Similarly for function_name parameter.
10930         (ada_type_name): Change result type from char * to const char *.
10931         All callers updated.
10932         * ada-lang.h (ada_type_name): Update.
10933         * buildsym.c (hashname): Change type of name parameter
10934         from char * to const char *.
10935         * buildsym.h (hashname): Update.
10936         * dbxread.c (end_psymtab): Change type of include_list parameter
10937         from char ** to const char **.
10938         * dwarf2read.c (determine_prefix): Change result type
10939         from char * to const char *.  All callers updated.
10940         * f-lang.c (find_common_for_function): Change type of name, funcname
10941         parameters from char * to const char *.
10942         * f-lang.c (find_common_for_function): Update.
10943         * f-valprint.c (list_all_visible_commons): Change type of funcname
10944         parameters from char * to const char *.
10945         * gdbarch.sh (static_transform_name): Change type of name parameter
10946         and result from char * to const char *.
10947         * gdbarch.c: Regenerate.
10948         * gdbarch.h: Regenerate.
10949         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10950         of name parameter from char * to const char *.
10951         * jv-lang.c (java_primitive_type_from_name): Ditto.
10952         (java_demangled_signature_length): Similarly for signature parameter.
10953         (java_demangled_signature_copy): Ditto.
10954         (java_demangle_type_signature): Ditto.
10955         * jv-lang.h (java_primitive_type_from_name): Update.
10956         (java_demangle_type_signature): Update.
10957         * objc-lang.c (specialcmp): Change type of a,b parameters
10958         from char * to const char *.
10959         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10960         from char * to const char *.  All callers updated.
10961         * p-lang.h (is_pascal_string_type): Update.
10962         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10963         of name parameter from char * to const char *.
10964         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10965         * utils.c (fprintf_symbol_filtered): Ditto.
10966         * defs.h (fprintf_symbol_filtered): Update.
10967         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10968         * stabsread.h (end_psymtab): Update.
10969         * stack.c (find_frame_funname): Change type of funname parameter
10970         from char ** to const char **.
10971         * stack.h (find_frame_funname): Update.
10972         * typeprint.c (type_print): Change type of varstring parameter
10973         from char * to const char *.
10974         * value.h (type_print): Update.
10975         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10976         from char * to const char *.  All callers updated.
10977         (xcoff_end_psymtab): Change type of include_list parameter
10978         from char ** to const char **.  All callers updated.
10979         (swap_sym): Similarly for name parameter.  All callers updated.
10980         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10981         Use xstrdup.
10982         (process_coff_symbol): Use xstrdup.
10983         * stabsread.c (stabs_method_name_from_physname): Renamed from
10984         update_method_name_from_physname.  Change result type from void
10985         to char *.  All callers updated.
10986         (read_member_functions): In has_destructor case, store name in objfile
10987         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10988
10989 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10990
10991         * configure: Rebuild.
10992         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10993         LDFLAGS.
10994
10995 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10996
10997         * configure.tgt (rl78-*-elf): New target.
10998         * rl78-tdep.c: New file.
10999
11000 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
11001
11002         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11003         and continue the loop.  Add QUIT statement.
11004
11005 2012-02-03  Tom Tromey  <tromey@redhat.com>
11006
11007         PR gdb/13596:
11008         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11009         bfd_lookup_symbol_from_symtab.
11010         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11011         gdb_bfd_lookup_symbol_from_symtab.
11012
11013 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
11014
11015         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11016         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11017         symbol.  Add assertion that sym2 is never NULL.
11018
11019 2012-02-02  Doug Evans  <dje@google.com>
11020
11021         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11022         "name" parameter to const char ** from char **.  All callers updated.
11023         (find_pc_partial_function): Ditto.
11024         (cache_pc_function_name): Change type to const char * from char *.
11025         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11026         (find_pc_partial_function): Update.
11027         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11028         type of "name" parameter to const char * from char *.
11029         All uses updated.
11030         * arch-utils.c (generic_in_solib_return_trampoline): Change
11031         type of "name" parameter to const char * from char *.
11032         * arch-utils.h (generic_in_solib_return_trampoline): Update.
11033         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11034         type of "name" parameter to const char * from char *.
11035         * gdbarch.sh (in_solib_return_trampoline): Ditto.
11036         * gdbarch.c: Regenerate.
11037         * gdbarch.h: Regenerate.
11038         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11039         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11040         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11041         type of "name" parameter to const char * from char *.
11042         * skip.c (skip_function_pc): Ditto.
11043         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11044         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11045         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11046         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11047         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11048         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11049         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11050         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11051         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11052
11053 2012-02-02  Pedro Alves  <palves@redhat.com>
11054
11055         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11056         the current inferior has no execution.  Make sure the current
11057         remote process matches gdb's current inferior.
11058
11059 2012-02-02  Tom Tromey  <tromey@redhat.com>
11060
11061         PR gdb/13405:
11062         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11063         read-only memory.
11064
11065 2012-02-02  Tom Tromey  <tromey@redhat.com>
11066
11067         PR gdb/9307:
11068         * symtab.c (lookup_language_this): Set block_found.
11069
11070 2012-02-01  Tom Tromey  <tromey@redhat.com>
11071
11072         PR gdb/13431:
11073         * jit.c (struct jit_inferior_data): Rewrite.
11074         (struct jit_objfile_data): New.
11075         (get_jit_objfile_data): New function.
11076         (add_objfile_entry): Update.
11077         (jit_read_descriptor): Return int.  Replace descriptor_addr
11078         argument with inf_data.  Update.  Don't call error.
11079         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
11080         descriptor here.
11081         (jit_inferior_init): Don't look up descriptor.  Don't call error.
11082         (jit_reset_inferior_data_and_breakpoints)
11083         (jit_inferior_created_observer): Remove.
11084         (jit_inferior_exit_hook): Update.
11085         (jit_executable_changed_observer): Remove.
11086         (jit_event_handler): Update.
11087         (free_objfile_data): Reset inferior data if needed.
11088         (_initialize_jit): Update.
11089
11090 2012-02-01  Tom Tromey  <tromey@redhat.com>
11091
11092         * jit.c (bfd_open_from_target_memory): Move higher in file.
11093
11094 2012-02-01  Tristan Gingold  <gingold@adacore.com>
11095
11096         * libunwind-frame.c (libunwind_load): Display message if dlopen
11097         failed.
11098
11099 2012-02-01  Gary Benson  <gbenson@redhat.com>
11100
11101         * symtab.h (symbol_found_callback_ftype): New typedef.
11102         (iterate_over_symbols): Use the above.
11103         * symtab.c (iterate_over_symbols): Likewise.
11104         * language.h (language_defn->la_iterate_over_symbols): Likewise.
11105         * ada-lang.c (ada_iterate_over_symbols): Likewise.
11106         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11107         (iterate_name_matcher): Document return values.
11108         (collect_one_symbol): Likewise.
11109         (collect_function_symbols): Likewise.
11110         (collect_symbols): Likewise.
11111
11112 2012-02-01  Tom Tromey  <tromey@redhat.com>
11113
11114         * ada-lang.c (resolve_subexp): Update.
11115         (ada_lookup_symbol_list): Add 'full_search' argument.
11116         (ada_iterate_over_symbols): Pass 0 as full_search argument to
11117         ada_lookup_symbol_list.
11118         (ada_lookup_encoded_symbol): Update.
11119         (get_var_value): Update.
11120         * ada-exp.y (block_lookup): Update.
11121         (write_var_or_type): Update.
11122         (write_name_assoc): Update.
11123         * ada-lang.h (ada_lookup_symbol_list): Update.
11124
11125 2012-01-31  Tom Tromey  <tromey@redhat.com>
11126
11127         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11128         comment.
11129
11130 2012-01-31  Doug Evans  <dje@google.com>
11131
11132         * symtab.h: Remove outdated comment.
11133         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11134
11135 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
11136
11137         Fix build error in Darwin port.
11138         * i386-darwin-nat.c: Include i386-nat.h.
11139
11140 2012-01-30  Tom Tromey  <tromey@redhat.com>
11141
11142         PR breakpoints/13568:
11143         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11144         argument.  Check for recursive includes.
11145         (dwarf_decode_macros): Create an include hash.
11146
11147 2012-01-30  Michael Eager  <eager@eagercon.com>
11148
11149         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11150         * ppc-linux-tdep.c: Include glibc-tdep.h.
11151         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11152         (powerpc_linux_in_plt_stub): New function.
11153         (powerpc_linux_in_dynsym_resolve_code): New function.
11154         (ppc_skip_trampoline_code): New function.
11155         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11156         Use glibc_skip_solib_resolver.
11157
11158 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11159
11160         Code cleanup: Make 1440 bytes of data segment read-only.
11161         * arch-utils.c (endian_enum): Make it const char *const [].
11162         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11163         Likewise.
11164         * breakpoint.c (always_inserted_enums): Likewise.
11165         * cli/cli-cmds.c (script_ext_enums): Likewise.
11166         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11167         enumlist parameter const char *const *.
11168         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11169         const char *const *.
11170         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11171         parameter const char *const *.
11172         * cris-tdep.c (cris_modes): Make it const char *const [].
11173         * filesystem.c (target_file_system_kinds): Likewise.
11174         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11175         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11176         (can_use_displaced_stepping_enum, scheduler_enums)
11177         (exec_direction_names): Likewise.
11178         * language.c (_initialize_language): Make the type_or_range_names and
11179         case_sensitive_names variables const char *const [].
11180         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11181         * python/python.c (python_excp_enums): Likewise.
11182         * remote.c (interrupt_sequence_modes): Likewise.
11183         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11184         * serial.c (logbase_enums): Likewise.
11185         * sh-tdep.c (sh_cc_enum): Likewise.
11186         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11187         Likewise.
11188         * symtab.c (multiple_symbols_modes): Likewise.
11189         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11190         Likewise.
11191         * utils.c (internal_problem_modes): Likewise.
11192
11193 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
11194
11195         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11196         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11197         result.
11198
11199 2012-01-27  Doug Evans  <dje@google.com>
11200
11201         * configure.ac (with_python): Fix absolute path handling for win32.
11202         * configure: Regenerate.
11203
11204 2012-01-26  Doug Evans  <dje@google.com>
11205
11206         * symtab.c: Whitespace cleanup, no code changes.
11207
11208         * symtab.c (lookup_symbol_in_language): Improve comment.
11209         (lookup_symbol_aux): Fix comment.
11210
11211         * psymtab.c (add_psymbol_to_list): Result is now "void".
11212         * psympriv.h (add_psymbol_to_list): Update.
11213
11214         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11215
11216 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11217
11218         Do not open script filenames twice.
11219         * cli/cli-cmds.c (source_script_from_stream): Pass to
11220         source_python_script also STREAM.
11221         * python/py-auto-load.c (source_section_scripts): Pass to
11222         source_python_script_for_objfile also STREAM.
11223         (auto_load_objfile_script): Pass to source_python_script_for_objfile
11224         also INPUT.
11225         * python/python-internal.h (source_python_script_for_objfile): New
11226         parameter file, rename parameter file to filename.
11227         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11228         instead if !_WIN32.  Update the function comment.
11229         (source_python_script, source_python_script_for_objfile)
11230         (source_python_script): New parameter file, rename parameter file to
11231         filename.  Pass FILENAME to python_run_simple_file.
11232         * python/python.h (source_python_script): New parameter file, rename
11233         parameter file to filename.
11234
11235 2012-01-26  Pedro Alves  <palves@redhat.com>
11236
11237         * corelow.c (core_has_fake_pid): Delete.
11238         (core_close): Delete references to `core_has_fake_pid'.
11239         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11240         (core_open): Delete references to `core_has_fake_pid'.
11241         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11242         the removed global.
11243
11244 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11245
11246         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11247         Remove language parameter from name_matcher.  Adjust the comment.
11248         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11249         Remove language parameter.
11250         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11251         * linespec.c (iterate_name_matcher): Likewise.
11252         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11253         name_matcher.  Adjust call accordingly.
11254         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11255         (maintenance_check_symtabs): Adjust type of parameter "fun".
11256         * psymtab.h (maintenance_check_symtabs): Likewise.
11257
11258 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11259
11260         * language.h (symbol_name_match_p_ftype): New typedef.
11261         (struct language_defn): Replace field la_symbol_name_compare
11262         by la_get_symbol_name_match_p.
11263         * ada-lang.c (ada_get_symbol_name_match_p): New function.
11264         (ada_language_defn): Use it.
11265         * linespec.c (struct symbol_matcher_data): New type.
11266         (iterate_name_matcher): Rewrite.
11267         (iterate_over_all_matching_symtabs): Pass a pointer to
11268         a symbol_matcher_data struct to expand_symtabs_matching
11269         instead of just the lookup name.
11270         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11271         opencl-lang.c, p-lang.c, language.c: Delete field
11272         la_symbol_name_compare, and replace by NULL for new field
11273         la_get_symbol_name_match_p.
11274         * symfile.h (struct quick_symbol_functions): Update comment.
11275
11276 2012-01-25  Tom Tromey  <tromey@redhat.com>
11277
11278         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11279         dereferencing.
11280
11281 2012-01-24  Tom Tromey  <tromey@redhat.com>
11282
11283         PR symtab/12406:
11284         * solib.c (update_solib_list): Update the program space's
11285         added_solibs and deleted_solibs fields.
11286         * progspace.h (struct program_space) <added_solibs,
11287         deleted_solibs>: New fields.
11288         (clear_program_space_solib_cache): Declare.
11289         * progspace.c (release_program_space): Call
11290         clear_program_space_solib_cache.
11291         (clear_program_space_solib_cache): New function.
11292         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11293         bpstat_stop_status.  Use handle_solib_event.
11294         * breakpoint.c: Include gdb_regex.h.
11295         (print_solib_event): New function.
11296         (bpstat_print): Use print_solib_event.
11297         (bpstat_stop_status): Add special case for bp_shlib_event.
11298         (handle_solib_event): New function.
11299         (bpstat_what): Use handle_solib_event.
11300         (struct solib_catchpoint): New.
11301         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11302         (breakpoint_hit_catch_solib, check_status_catch_solib)
11303         (print_it_catch_solib, print_one_catch_solib)
11304         (print_mention_catch_solib, print_recreate_catch_solib): New
11305         functions.
11306         (catch_solib_breakpoint_ops): New global.
11307         (catch_load_or_unload, catch_load_command_1)
11308         (catch_unload_command_1): New functions.
11309         (internal_bkpt_check_status): Add special case for
11310         bp_shlib_event.
11311         (internal_bkpt_print_it): Use print_solib_event.
11312         (initialize_breakpoint_ops): Initialize
11313         catch_solib_breakpoint_ops.
11314         (_initialize_breakpoint): Register "catch load" and "catch
11315         unload".
11316         * breakpoint.h (handle_solib_event): Declare.
11317         * NEWS: Add entry for "catch load" and "catch unload".
11318
11319 2012-01-24  Tom Tromey  <tromey@redhat.com>
11320
11321         * ada-lang.c: Include gdb_vecs.h.
11322         * charset.c: Include gdb_vecs.h.
11323         * tracepoint.h: Include gdb_vecs.h.
11324         * gdb_vecs.h: New file.
11325
11326 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
11327
11328         * breakpoint.c (breakpoint_hit_catch_fork)
11329         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11330         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11331         * infrun.c (inferior_has_forked, inferior_has_vforked)
11332         (inferior_has_execd, inferior_has_called_syscall): Delete.
11333         (handle_syscall_event): Get syscall_number from the execution
11334         control state's wait status.
11335         (wait_for_inferior): Don't clear syscall_number.
11336
11337 2012-01-24  Pedro Alves  <palves@redhat.com>
11338
11339         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11340         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11341         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11342         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11343         `ws' parameter.
11344         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
11345         false for events other than TARGET_SIGNAL_TRAP.
11346         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11347         Add `ws' parameter.
11348         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
11349         events other than TARGET_SIGNAL_TRAP.
11350         (tracepoint_breakpoint_hit): Add `ws' parameter.
11351         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11352         parameter.
11353         (bpstat_stop_status): Same.
11354         (pc_at_non_inline_function): Same.
11355         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11356         to pass the current event's waitstatus to bpstat_stop_status
11357         and pc_at_non_inline_function.
11358
11359 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11360
11361         Code cleanup.
11362         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11363         Update the function comment for it.
11364         (source_script_with_search): Call make_cleanup_fclose for STREAM.
11365         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11366         for STREAM.
11367
11368 2012-01-24  Pedro Alves  <palves@redhat.com>
11369
11370         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11371         outside `bs->stop' block.
11372         (bpstat_what): Rework bp_shlib_event handling.
11373         (internal_bkpt_check_status): If the breakpoint is a
11374         bp_shlib_event, then set bs->stop and bs->print if
11375         stop_on_solib_events is set.
11376
11377 2012-01-24  Gary Benson  <gbenson@redhat.com>
11378
11379         Delete #if 0'd out code.
11380         * stack.c (print_frame_label_vars): Remove.
11381         (catch_info): Likewise.
11382         (_initialize_stack): Remove "info catch" command.
11383         * NEWS: Mention the above.
11384
11385 2012-01-24  Pedro Alves  <palves@redhat.com>
11386
11387         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
11388         it.
11389         (remote_notice_new_inferior): If the remote end doesn't support
11390         the multiprocess extensions, then the PID is fake.
11391         (add_current_inferior_and_thread): New.
11392         (remote_start_remote): Use it.
11393         (extended_remote_attach_1): Adjust.
11394         (extended_remote_create_inferior_1): Use
11395         add_current_inferior_and_thread.
11396
11397 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11398
11399         Fix watchpoints to be specific for each inferior.
11400         * breakpoint.c (watchpoint_in_thread_scope): Verify also
11401         current_program_space.
11402         * i386-nat.c (i386_inferior_data_cleanup): New.
11403         (i386_inferior_data_get): Replace variable inf_data_local by an
11404         inferior_data call.
11405         (i386_use_watchpoints): Initialize i386_inferior_data.
11406         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11407         specific iterate_over_lwps.
11408
11409 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11410
11411         Fix watchpoints across inferior fork.
11412         * amd64-linux-nat.c (update_debug_registers_callback): Update the
11413         comment for linux_nat_iterate_watchpoint_lwps.
11414         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11415         linux_nat_iterate_watchpoint_lwps.
11416         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11417         * i386-linux-nat.c (update_debug_registers_callback): Update the
11418         comment for linux_nat_iterate_watchpoint_lwps.
11419         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11420         linux_nat_iterate_watchpoint_lwps.
11421         (i386_linux_prepare_to_resume): New comment on Linux kernel.
11422         * i386-nat.c: Include inferior.h.
11423         (dr_mirror): Remove.
11424         (i386_inferior_data, struct i386_inferior_data)
11425         (i386_inferior_data_get): New.
11426         (i386_debug_reg_state): Use i386_inferior_data_get.
11427         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11428         (i386_insert_watchpoint, i386_remove_watchpoint)
11429         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11430         (i386_remove_hw_breakpoint): New variable state, use
11431         i386_debug_reg_state instead of DR_MIRROR.
11432         * linux-nat.c (delete_lwp): New declaration.
11433         (num_lwps): Move here from downwards.
11434         (delete_lwp_cleanup): New.
11435         (linux_child_follow_fork): Create new child_lp, call
11436         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11437         PTRACE_DETACH.
11438         (num_lwps): Move upwards.
11439         (linux_nat_iterate_watchpoint_lwps): New.
11440         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11441         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11442
11443 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
11444
11445         GDB 7.4 released.
11446
11447 2012-01-23  Pedro Alves  <palves@redhat.com>
11448
11449         * top.c (caution): Rename to ...
11450         (confirm): ... this.
11451         (show_caution): Rename to ...
11452         (show_confirm): ... this.
11453         (quit_cover): Adjust.
11454         (init_main): Adjust.
11455         * top.h (caution): Rename to ...
11456         (confirm): ... this.
11457         * utils.c (internal_vproblem, defaulted_query): Adjust.
11458
11459 2012-01-23  Pedro Alves  <palves@redhat.com>
11460
11461         * top.c (caution): Update comment.
11462         (execute_command): Don't consider the current value of `caution'.
11463
11464 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11465
11466         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11467
11468 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
11469
11470         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11471         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11472         * target.c (target_fileio_pwrite): Remove buffer address from
11473         debug output.
11474         (target_fileio_pread): Likewise.
11475
11476 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11477
11478         * NEWS: Document remote "info proc" and "generate-core-file".
11479
11480 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11481
11482         * gdbarch.sh (find_memory_regions): New callback.
11483         * gdbarch.c, gdbarch.h: Regenerate.
11484
11485         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11486         callback before falling back to target method.
11487
11488         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11489         (linux_target_install_ops): No longer install it.
11490
11491         * linux-tdep.c (linux_find_memory_regions): New function.
11492         (linux_init_abi): Install it.
11493
11494 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11495
11496         * gdbarch.sh (make_corefile_notes): New architecture callback.
11497         * gdbarch.c: Regenerate.
11498         * gdbarch.h: Likewise.
11499
11500         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11501         before target_make_corefile_notes.  If NULL is returned, the
11502         target does not support core file generation.
11503
11504         * linux-nat.c: Include "linux-tdep.h".
11505         (find_signalled_thread, find_stop_signal): Remove.
11506         (linux_nat_do_thread_registers): Likewise.
11507         (struct linux_nat_corefile_thread_data): Likewise.
11508         (linux_nat_corefile_thread_callback): Likewise.
11509         (iterate_over_spus): Likewise.
11510         (struct linux_spu_corefile_data): Likewise.
11511         (linux_spu_corefile_callback): Likewise.
11512         (linux_spu_make_corefile_notes): Likewise.
11513         (linux_nat_collect_thread_registers): New function.
11514         (linux_nat_make_corefile_notes): Replace contents by call to
11515         linux_make_corefile_notes passing linux_nat_collect_thread_registers
11516         as native-only callback.
11517
11518         * linux-tdep.h: Include "bfd.h".
11519         (struct regcache): Add forward declaration.
11520         (linux_collect_thread_registers_ftype): New typedef.
11521         (linux_make_corefile_notes): Add prototype.
11522         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11523         "regset.h", and "elf-bfd.h".
11524         (find_signalled_thread, find_stop_signal): New functions.
11525         (linux_spu_make_corefile_notes): Likewise.
11526         (linux_collect_thread_registers): Likewise.
11527         (struct linux_corefile_thread_data): New data structure.
11528         (linux_corefile_thread_callback): New funcion.
11529         (linux_make_corefile_notes): Likewise.
11530         (linux_make_corefile_notes_1): Likewise.
11531         (linux_init_abi): Install it.
11532
11533 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11534
11535         * gdbarch.sh (info_proc): New callback.
11536         * gdbarch.c, gdbarch.h: Regenerate.
11537
11538         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11539         before falling back to the target info_proc callback.
11540
11541         * linux-nat.c: Do not include "cli/cli-utils.h".
11542         (linux_nat_info_proc): Remove.
11543         (linux_target_install_ops): No longer install it.
11544
11545         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11546         (read_mapping): New function.
11547         (linux_info_proc): Likewise.
11548         (linux_init_abi): Install it.
11549
11550 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11551
11552         * defs.h (enum info_proc_what): Moved here from linux-nat.c
11553         * infcmd.c: (info_proc_cmd_1): New function.
11554         (info_proc_cmd): New function, moved here from equivalent routine
11555         orignally in linux-nat.c.
11556         (info_proc_cmd_mappings): Likewise.
11557         (info_proc_cmd_stat): Likewise.
11558         (info_proc_cmd_status): Likewise.
11559         (info_proc_cmd_cwd): Likewise.
11560         (info_proc_cmd_cmdline): Likewise.
11561         (info_proc_cmd_exe): Likewise.
11562         (info_proc_cmd_all): Likewise.
11563         (_initialize_infcmd): Install "info proc" command and subcommands.
11564
11565         * target.h (struct target_ops): Add to_info_proc.
11566         (target_info_proc): Add prototype.
11567         * target.c (target_info_proc): New function.
11568
11569         * procfs.c (procfs_info_proc): Add prototype.
11570         (info_proc_cmd): Rename into ...
11571         (procfs_info_proc): ... this.  Update argument types as appropriate
11572         for a to_info_proc implementation.  Handle "what" argument.
11573         (procfs_target): Install procfs_info_proc.
11574         (_initialize_procfs): No longer install "info proc" command.
11575
11576         * linux-nat.c: (enum info_proc_what): Remove.
11577         (linux_nat_info_proc_cmd_1): Rename into ...
11578         (linux_nat_info_proc): ... this.  Update argument types as appropriate
11579         for a to_info_proc implementation.
11580         (linux_nat_info_proc_cmd): Remove.
11581         (linux_nat_info_proc_cmd_mappings): Likewise.
11582         (linux_nat_info_proc_cmd_stat): Likewise.
11583         (linux_nat_info_proc_cmd_status): Likewise.
11584         (linux_nat_info_proc_cmd_cwd): Likewise.
11585         (linux_nat_info_proc_cmd_cmdline): Likewise.
11586         (linux_nat_info_proc_cmd_exe): Likewise.
11587         (linux_nat_info_proc_cmd_all): Likewise.
11588         (linux_target_install_ops): Install linux_nat_info_proc.
11589         (_initialize_linux_nat): No longer install "info proc" command
11590         and subcommands.
11591
11592 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11593
11594         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11595         * config.in, configure: Regenerate.
11596
11597         * target.h (struct target_ops): Add to_fileio_readlink.
11598         (target_fileio_readlink): Add prototype.
11599         * target.c (target_fileio_readlink): New function.
11600
11601         * inf-child.c: Conditionally include <sys/param.h>.
11602         (inf_child_fileio_readlink): New function.
11603         (inf_child_target): Install it.
11604
11605         * remote.c (PACKET_vFile_readlink): New enum value.
11606         (remote_hostio_readlink): New function.
11607         (init_remote_ops): Install it.
11608         (_initialize_remote): Handle vFile:readlink packet type.
11609
11610 2012-01-20  Pedro Alves  <palves@redhat.com>
11611             Ulrich Weigand  <ulrich.weigand@linaro.org>
11612
11613         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11614         * config.in, configure: Regenerate.
11615
11616         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11617         to_fileio_pread, to_fileio_close, to_fileio_unlink.
11618         (target_fileio_open): Add prototype.
11619         (target_fileio_pwrite): Likewise.
11620         (target_fileio_pread): Likewise.
11621         (target_fileio_close): Likewise.
11622         (target_fileio_unlink): Likewise.
11623         (target_fileio_read_alloc): Likewise.
11624         (target_fileio_read_stralloc): Likewise.
11625
11626         * target.c: Include "gdb/fileio.h".
11627         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11628         (default_fileio_target): New function.
11629         (target_fileio_open): Likewise.
11630         (target_fileio_pwrite): Likewise.
11631         (target_fileio_pread): Likewise.
11632         (target_fileio_close): Likewise.
11633         (target_fileio_unlink): Likewise.
11634         (target_fileio_close_cleanup): Likewise.
11635         (target_fileio_read_alloc_1): Likewise.
11636         (target_fileio_read_alloc): Likewise.
11637         (target_fileio_read_stralloc): Likewise.
11638
11639         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11640         <fcntl.h>, and <unistd.h>.
11641         (inf_child_fileio_open_flags_to_host): New function.
11642         (inf_child_errno_to_fileio_error): Likewise.
11643         (inf_child_fileio_open): Likewise.
11644         (inf_child_fileio_pwrite): Likewise.
11645         (inf_child_fileio_pread): Likewise.
11646         (inf_child_fileio_close): Likewise.
11647         (inf_child_fileio_unlink): Likewise.
11648         (inf_child_target): Install to_fileio routines.
11649
11650         * remote.c (init_remote_ops): Install to_fileio routines.
11651
11652 2012-01-20  Pedro Alves  <palves@redhat.com>
11653             Ulrich Weigand  <ulrich.weigand@linaro.org>
11654
11655         * remote.c (remote_multi_process_p): Only check for multi-process
11656         protocol feature, do not check for extended protocol.
11657         (remote_supports_multi_process): Check for extended protocol here.
11658         (set_general_process): Likewise.
11659         (extended_remote_kill): Likewise.
11660         (remote_pid_to_str): Likewise.
11661         (remote_query_supported): Always query multiprocess mode.
11662
11663 2012-01-20  Pedro Alves  <palves@redhat.com>
11664             Ulrich Weigand  <ulrich.weigand@linaro.org>
11665
11666         * inferior.h (struct inferior): Add fake_pid_p.
11667         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11668         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11669         magic_null_ptid since the remote side doesn't provide a real PID.
11670
11671 2012-01-19  Tom Tromey  <tromey@redhat.com>
11672
11673         * NEWS: Combine the two Python sections.
11674
11675 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
11676
11677         * target.h (target_close): Update comment on the target's unpush state.
11678
11679 2012-01-19  Pedro Alves  <palves@redhat.com>
11680
11681         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11682         linux_nat_async directly instead of going through the target
11683         vector.
11684         * target.c (unpush_target): Close target after unpushing it, not
11685         before.
11686
11687 2012-01-19  Gary Benson  <gbenson@redhat.com>
11688
11689         * mdebugread.c (sort_blocks): Replace integer constants with ones
11690         derived from FIRST_LOCAL_BLOCK.
11691
11692 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
11693             Jan Kratochvil  <jan.kratochvil@redhat.com>
11694
11695         PR gdb/9538
11696         * symfile.c (find_separate_debug_file): New function.
11697         (terminate_after_last_dir_separator): Likewise.
11698         (find_separate_debug_file_by_debuglink): Also try realpath.
11699         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11700         * configure: Regenerate.
11701         * config.in: Regenerate.
11702
11703 2012-01-18  Doug Evans  <dje@google.com>
11704
11705         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11706         (main.o): Remove rule.
11707         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11708         (--with-sysroot): Rewrite.
11709         * configure: Regenerate.
11710         * config.in: Regenerate.
11711
11712 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11713
11714         * parse.c (initialize_expout): New function.
11715         (reallocate_expout): Likewise.
11716         (parse_exp_in_context): Use `initialize_expout' and
11717         `reallocate_expout' when appropriate.
11718
11719 2012-01-18  Pedro Alves  <palves@redhat.com>
11720
11721         * record.c (struct record_breakpoint, record_breakpoint_p)
11722         (record_breakpoints): New.
11723         (record_insert_breakpoint, record_remove_breakpoint): Manage
11724         record breakpoints list.  Only remove breakpoints from the
11725         inferior if they had been inserted there in the first place.
11726
11727 2012-01-17  Doug Evans  <dje@google.com>
11728
11729         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11730         if we know we don't have a file name to look for.
11731
11732 2012-01-17  Pedro Alves  <palves@redhat.com>
11733
11734         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11735         the frame's stop reason is UNWIND_UNAVAILABLE.
11736
11737 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11738
11739         Fix compilation error.
11740         * m2-exp.y (yyerror): Use ANSI C prototype.
11741
11742 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11743
11744         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11745         (growbuf_by_size): Likewise.
11746         (yyerror): Likewise.
11747         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11748         (modblock): Remove variable (was #if 0'ed).
11749         (parse_number): Convert prototype from K&R to ANSI C.
11750         (yyerror): Likewise.
11751         * objc-exp.y (parse_number): Likewise.
11752         (yyerror): Likewise.
11753         (yylex): Remove #if 0'ed code.
11754         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11755         (yyerror): Likewise.
11756
11757 2012-01-16  Tom Tromey  <tromey@redhat.com>
11758
11759         * NEWS: Add item.
11760         * symtab.h (compare_filenames_for_search): Declare.
11761         * symtab.c (compare_filenames_for_search): New function.
11762         (iterate_over_some_symtabs): Use it.
11763         * symfile.h (struct quick_symbol_functions)
11764         <map_symtabs_matching_filename>: Change spec.
11765         * psymtab.c (partial_map_symtabs_matching_filename): Use
11766         compare_filenames_for_search.  Update for new spec.
11767         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11768         compare_filenames_for_search.  Update for new spec.
11769         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11770
11771 2012-01-16  Tom Tromey  <tromey@redhat.com>
11772
11773         PR python/13281:
11774         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11775         (struct main_type) <flag_flag_enum>: New field.
11776         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11777         * NEWS: Add entries.
11778         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11779         enums.
11780         * python/lib/gdb/printing.py (_EnumInstance): New class.
11781         (FlagEnumerationPrinter): Likewise.
11782
11783 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11784
11785         * breakpoint.c (create_sals_from_address_default): New function.
11786         (create_breakpoints_sal_default): Likewise.
11787         (decode_linespec_default): Likewise.
11788         (is_marker_spec): Removed.
11789         (strace_marker_p): New function.
11790         (init_breakpoint_sal): Using `strace_marker_p' instead of
11791         `is_marker_spec'.
11792         (create_breakpoint): Call method `create_sals_from_address' from
11793         breakpoint_ops, replacing code that created SALs conditionally
11794         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11795         replacing code that created breakpoints conditionally on the type
11796         wanted.
11797         (base_breakpoint_create_sals_from_address): New function.
11798         (base_breakpoint_create_breakpoints_sal): Likewise.
11799         (base_breakpoint_decode_linespec): Likewise.
11800         (base_breakpoint_ops): Add methods
11801         `base_breakpoint_create_sals_from_address',
11802         `base_breakpoint_create_breakpoints_sal' and
11803         `base_breakpoint_decode_linespec'.
11804         (bkpt_create_sals_from_address): New function.
11805         (bkpt_create_breakpoints_sal): Likewise.
11806         (bkpt_decode_linespec): Likewise.
11807         (tracepoint_create_sals_from_address): Likewise.
11808         (tracepoint_create_breakpoints_sal): Likewise.
11809         (tracepoint_decode_linespec): Likewise.
11810         (strace_marker_create_sals_from_address): Likewise.
11811         (strace_marker_create_breakpoints_sal): Likewise.
11812         (strace_marker_decode_linespec): Likewise.
11813         (strace_marker_breakpoint_ops): New variable.
11814         (addr_string_to_sals): Remove `marker_spec'.  Call method
11815         `decode_linespec' from breakpoint_ops, replacing code that decoded
11816         an address string into a SAL.  Use `strace_marker_p' instead of
11817         `marker_spec'.
11818         (strace_command): Decide whether we are dealing with a static
11819         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11820         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11821         * breakpoint.h (linespec_result, linespec_sals): New forward
11822         declarations.
11823         (breakpoint_ops) <create_sals_from_address>,
11824         <create_breakpoints_sal>, <decode_linespec>: New methods.
11825
11826 2012-01-14  Doug Evans  <dje@google.com>
11827
11828         * NEWS: Update text for "maint set python print-stack".
11829         It is deprecated in gdb 7.4 and deleted in 7.5.
11830
11831 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11832
11833         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11834         including curses.h.
11835
11836 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11837
11838         * configure: Regenerate.
11839         * config.in: Regenerate.
11840
11841 2012-01-12  Keith Seitz  <keiths@redhat.com>
11842
11843         PR mi/10586
11844         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11845         (ANONYMOUS_UNION_NAME): Define.
11846         (is_path_expr_parent): New function.
11847         (get_path_expr_parent): New function.
11848         (is_anonymous_child): New function.
11849         (create_child_with_value): If the child is anonymous and without
11850         a name, assign an object name to it.
11851         (c_describe_child): Use get_path_expr_parent to determine
11852         the parent expression.
11853         If there field represents an anonymous struct or union and
11854         has no name, set an appropriate display name and expression.
11855         (cplus_describe_child): Likewise.
11856
11857 2012-01-12  Pedro Alves  <palves@redhat.com>
11858
11859         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11860         available when %ebp is found to be zero (outermost).
11861
11862 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11863
11864         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11865         an internal gdb_static_assert.
11866         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11867
11868 2012-01-11  Tom Tromey  <tromey@redhat.com>
11869
11870         PR gdb/9598:
11871         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11872         catch" and "catch throw".
11873
11874 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11875
11876         * blockframe.c (block_innermost_frame): Start search from selected
11877         frame, if present, or otherwise the current frame.
11878
11879         * c-exp.y (variable): Update innermost_block for
11880         'block COLONCOLON NAME' clause.
11881         * m2-exp.y (variable): Ditto.
11882         * objc-exp.y (variable): Ditto.
11883
11884 2012-01-10  Tom Tromey  <tromey@redhat.com>
11885
11886         PR python/13199:
11887         * python/python.c (finish_python_initialization): Set sys.argv.
11888
11889 2012-01-10  Doug Evans  <dje@google.com>
11890
11891         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11892         "want_line_info".  All callers updated.
11893         (dwarf_decode_lines_1): New function.
11894         (handle_DW_AT_stmt_list): Add function comment.
11895         New arg "want_line_info".  All callers updated.
11896         (read_file_scope,read_type_unit_scope): Move comment from
11897         handle_DW_AT_stmt_list to here.
11898
11899 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11900
11901         Fix regression after libiberty/ update for GCC PR 6057 and others.
11902         * c-exp.y (operator) <OPERATOR DELETE>
11903         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11904         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11905         (make_builtin_type, make_name): New variable i, add gdb_assert.
11906         (operator) <OPERATOR NEW>: Update ARGS to 3.
11907         (operator) <OPERATOR DELETE>: Add trailing space.
11908         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11909         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11910         * cp-support.c (cp_canonicalize_string): Check NULL from
11911         cp_comp_to_string, call warning and return.
11912
11913 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11914
11915         Fix duplicate .o files after omitting libbfd.a.
11916         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11917         (SFILES): Add corelow.c.
11918         (COMMON_OBS): Add corelow.o.
11919         (ALLDEPFILES): Remove corelow.c.
11920         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11921         * config/alpha/alpha-osf3.mh: Likewise.
11922         * config/alpha/fbsd.mh: Likewise.
11923         * config/arm/nbsdaout.mh: Likewise.
11924         * config/arm/nbsdelf.mh: Likewise.
11925         * config/i386/i386gnu.mh: Likewise.
11926         * config/ia64/hpux.mh: Likewise.
11927         * config/ia64/linux.mh: Likewise.
11928         * config/m32r/linux.mh: Likewise.
11929         * config/m68k/linux.mh: Likewise.
11930         * config/mips/irix5.mh: Likewise.
11931         * config/mips/irix6.mh: Likewise.
11932         * config/pa/hpux.mh: Likewise.
11933         * config/pa/linux.mh: Likewise.
11934         * config/powerpc/aix.mh: Likewise.
11935         * config/sparc/linux.mh: Likewise.
11936         * config/sparc/linux64.mh: Likewise.
11937         * config/sparc/sol2.mh: Likewise.
11938         * config/vax/vax.mh: Likewise.
11939         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11940         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11941         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11942         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11943         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11944         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11945         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11946         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11947         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11948         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11949         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11950         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11951         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11952         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11953         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11954         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11955         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11956         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11957         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11958         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11959         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11960         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11961         corelow.o from gdb_target_obs.
11962         * corefile.c (core_target): Update the comment on NULL value.
11963         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11964         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11965         MATCHES.  Drop YUMMY set on NULL.
11966         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11967         reclaim CORE_DATA if it is already NULL.
11968
11969 2012-01-09  Doug Evans  <dje@google.com>
11970
11971         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11972         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11973
11974 2012-01-09  Keith Seitz  <keiths@redhat.com>
11975
11976         * breakpoint.c (wrapper.h): Don't include.
11977
11978 2012-01-09  Keith Seitz  <keiths@redhat.com>
11979
11980         * Makefile.in (SFILES): Remove wrapper.c.
11981         (HFILES_NO_SRCDIR): Remove wrapper.h.
11982         (COMMON_OBS): Remove wrapper.o.
11983         * cli/cli-interp.c: Don't inlude wrapper.h.
11984         * corelow.c: Likewise.
11985         (core_open): Replace gdb_target_find_new_threads with
11986         TRY_CATCH around target_find_new_threads.
11987         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11988         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11989         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11990         evaluate_expression.
11991         (varobj_set_value): Likewise for evaluate_expression and
11992         value_assign.
11993         (install_new_variable): Likewise for value_fetch_lazy.
11994         (adjust_value_for_child_access): Likewise for value_ind.
11995         (c_describe_child): Likewise for value_subscript and
11996         value_ind.
11997         (c_value_of_root): Likewise for evaluate_expression.
11998         * wrapper.c: Remove.
11999         * wrapper.h: Remove.
12000
12001 2012-01-09  Doug Evans  <dje@google.com>
12002
12003         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12004         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
12005         "abfd" args with "section".  All callers updated.
12006         Error checking code moved ...
12007         (error_check_comp_unit_head): ... here.  New function.
12008         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12009         Delete arg "abfd".  New arg "type_offset".  All callers updated.
12010         (create_debug_types_hash_table): Simplify by using
12011         read_and_check_type_unit_head.
12012
12013         * parser-defs.h (namecopy): Delete.
12014         * parse.c (namecopy, namecopy_size): Move into copy_name.
12015
12016 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12017
12018         Partially fix duplicate .o files after omitting libbfd.a.
12019         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12020         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12021         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12022         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12023         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12024         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12025         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12026
12027 2012-01-09  Pedro Alves  <palves@redhat.com>
12028
12029         * MAINTAINERS: Update my email address.
12030
12031 2012-01-08  Doug Evans  <dje@google.com>
12032
12033         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12034         n_type_units.  Rename type_comp_units to all_type_units.
12035         All uses updated.
12036         (add_signatured_type_cu_to_table): Renamed from
12037         add_signatured_type_cu_to_list.  All callers updated.
12038
12039         * gdbtypes.h (struct cplus_struct_type): Delete member
12040         nfn_fields_total.  All uses removed.
12041
12042 2012-01-06  Doug Evans  <dje@google.com>
12043
12044         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12045         to top of file.
12046         (dwarf2_find_comp_unit): Delete.
12047         (process_psymtab_comp_unit): Make result "void".
12048         Delete args buffer, info_ptr, buffer_size, and replace with
12049         "section".  All callers updated.
12050         (dwarf2_build_psymtabs_hard): Simplify.
12051
12052 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
12053             Thiago Jung Bauermann  <bauerman@br.ibm.com>
12054
12055         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12056         before `struct gdb_exception'.
12057         * breakpoint.c (update_global_location_list_nothrow)
12058         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12059         * cp-abi.c (value_rtti_type): Likewise.
12060         * cp-support.c (cp_validate_operator): Likewise.
12061         * infrun.c (insert_exception_resume_breakpoint)
12062         (check_exception_resume, keep_going): Likewise.
12063         * mi-interp.c (mi_breakpoint_created)
12064         (mi_breakpoint_modified): Likewise.
12065         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12066         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12067         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12068
12069 2012-01-05  Doug Evans  <dje@google.com>
12070
12071         * dwarf2read.c (statement_prologue): Delete, unused.
12072
12073         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12074         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12075
12076         * dwarf2read.c (comp_unit_header): Delete, unused.
12077
12078 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
12079
12080         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12081         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12082
12083 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
12084
12085         * infrun.c (normal_stop): Don't skip calling the normal_stop
12086         observers if the thread was doing a multi-step, but stopped for
12087         some reason other than stepping.
12088
12089 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
12090
12091         * cli/cli-decode.h: Add comments.
12092         (CMD_LIST_AMBIGUOUS): Moved to command.h
12093         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12094         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12095         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12096         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12097         (add_com, add_com_alias, add_info, add_info_alias)
12098         (complete_on_cmdlist, complete_on_enum, help_list): Remove
12099         declarations.
12100         * command.h: Add and adjust comments.
12101         (CMD_LIST_AMBIGUOUS): Moved here.
12102         (help_cmd, help_cmd_list): Delete declarations.
12103
12104 2012-01-04  Doug Evans  <dje@google.com>
12105
12106         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12107         All callers updated.
12108         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12109         Replace all arguments with "per_cu".  All callers updated.
12110
12111         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12112
12113         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12114         New arg "per_cu".  All callers updated.
12115
12116         Delete #if 0'd out code.
12117         * language.c (binop_result_type): Delete.
12118         (simple_type, ordered_type, same_type, integral_type): Delete.
12119         (numeric_type, character_type, string_type, boolean_type): Delete.
12120         (float_type, structured_type): Delete.
12121         * language.h: Update.
12122
12123 2012-01-04  Tom Tromey  <tromey@redhat.com>
12124
12125         * python/py-value.c (valpy_binop): Initialize 'res_val'.
12126
12127 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12128
12129         * corefile.c (close_exec_file): Delete.
12130         (reopen_exec_file): Remove commented out code that seems related
12131         to close_exec_file, which is being deleted here.
12132         * inferior.h (close_exec_file): Delete.
12133         * fork-child.c (fork_inferior): Remove call to fork_inferior.
12134
12135 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12136
12137         * ada-lang.c: #include "cli/cli-utils.h".
12138         (get_selections): Use skip_spaces.
12139         (ada_get_next_arg): Use skip_spaces and skip_to_space.
12140         (catch_ada_exception_command_split): Use skip_spaces.
12141         (ada_decode_assert_location): Likewise.
12142
12143 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12144
12145         * linespec.c (decode_line_internal): Check for C++ or Java
12146         compound constructs only if the current language is C, C++
12147         or Java.
12148
12149 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12150
12151         Revert:
12152         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12153                     Joel Brobecker  <brobecker@adacore.com>
12154         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12155         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12156         3 times.
12157         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12158         fall through into AT_ENTRY_POINT.
12159         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12160         DUMMY_ADDR with it.
12161         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12162         PPC_INSN_SIZE skip to 3 times.
12163
12164 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12165
12166         * linespec.c (add_minsym): Preserve function descriptors.
12167
12168 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
12169
12170         * breakpoint.c (all_locations_are_pending): Consider locations
12171         in program spaces executing during startup pending as well.
12172
12173 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12174
12175         Copyright year update in most files of the GDB Project.
12176
12177 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12178
12179         * copyright.sh: Delete.
12180         * copyright.py: Rewrite.
12181
12182 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12183
12184         * gnulib/extra/update-copyright: New file, imported from gnulib.
12185
12186 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12187
12188         * README (Copyright and License Notices): New section.
12189
12190 2012-01-03  Tom Tromey  <tromey@redhat.com>
12191
12192         PR python/12533:
12193         * python/py-value.c (valpy_dereference, valpy_get_address
12194         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12195         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12196         (valpy_absolute, valpy_richcompare): Free intermediate values.
12197
12198 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
12199
12200         * ada-lang.c: Reformat the copyright notice.
12201
12202 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12203
12204         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12205         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12206         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12207         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12208         Revert this part of:
12209         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12210         Build gdb directly from *.o files not using libgdb.a.
12211         * Makefile.in (COMMON_OBS): Remove solib-target.o.
12212
12213 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12214
12215         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12216         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12217         Reformat the copyright header.
12218
12219 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12220
12221         Revert this part of:
12222         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12223         Remove the gdbtui binary.
12224         * gdb.c (main): Remove args.interpreter_p initialization.
12225         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12226         * main.h (struct captured_main_args): Remove interpreter_p.
12227
12228 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12229
12230         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12231
12232 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12233
12234         * top.c (print_gdb_version): Update copyright year.
12235
12236 2012-01-02  Yao Qi  <yao@codesourcery.com>
12237
12238         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12239
12240 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12241             Joel Brobecker  <brobecker@adacore.com>
12242
12243         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12244         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12245         3 times.
12246         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12247         fall through into AT_ENTRY_POINT.
12248         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12249         DUMMY_ADDR with it.
12250         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12251         PPC_INSN_SIZE skip to 3 times.
12252
12253 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12254
12255         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12256         the return value.
12257         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12258
12259 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12260
12261         Build gdb directly from *.o files not using libgdb.a.
12262         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12263         (COMMON_OBS): Remove solib-target.o.
12264         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12265         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12266         (LIBGDB_OBS, libgdb.a): Move it above.
12267         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12268         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12269         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12270         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12271         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12272         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12273         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12274         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12275         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12276         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12277         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12278         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12279         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12280         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12281         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12282         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12283         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12284         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12285         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12286         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12287         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12288         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12289         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12290         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12291         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12292         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12293         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12294
12295 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12296
12297         Remove the gdbtui binary.
12298         * .gitignore (/gdbtui): Remove.
12299         * Makefile.in (TUI): Remove.
12300         (SUBDIR_TUI_OBS): Remove tui-main.o.
12301         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12302         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12303         (tui-main.o): Remove.
12304         (all_object_files): Remove tui-main.o.
12305         * NEWS: New note for the gdbtui removal.
12306         * configure: Rebuilt.
12307         * configure.ac: No longer add all-tui, clean-tui, install-tui and
12308         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12309         CONFIG_UNINSTALL respectively.
12310         * gdb.c (main): Remove args.interpreter_p initialization.
12311         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12312         * main.h (struct captured_main_args): Remove interpreter_p.
12313         * tui/tui-main.c: Remove.
12314
12315 2012-01-01  Doug Evans  <dje@google.com>
12316
12317         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12318         (dwarf2_physname, read_import_statement): Ditto.
12319         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12320         (process_structure_scope read_subroutine_type): Ditto.
12321         (read_typedef, load_partial_dies, read_partial_die): Ditto.
12322         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12323         (dwarf2_fetch_die_location_block): Ditto.
12324         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12325
12326         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12327         All callers updated.
12328         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12329         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12330         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12331
12332         * dwarf2read.c (load_cu): Move assert to more useful location.
12333
12334         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12335         All callers updated.
12336
12337         * dwarf2read.c (dwarf2_per_objfile): Add comment.
12338         (dwarf2_elf_names): Minor reformat.
12339         (dwarf2_per_cu_data): Tweak comment.
12340         (dwarf2_read_section): Fix comment.
12341         (create_all_comp_units): Fix comment.
12342         (load_full_comp_unit): Fix comment.
12343         (process_full_comp_unit): Fix comment.
12344         (read_signatured_type): Fix comment.
12345
12346 For older changes see ChangeLog-2011.
12347 \f
12348 Local Variables:
12349 mode: change-log
12350 left-margin: 8
12351 fill-column: 74
12352 version-control: never
12353 coding: utf-8
12354 End: