* ada-lang.c (ada_make_symbol_completion_list): Add 'code'
[external/binutils.git] / gdb / ChangeLog
1 2012-12-07  Tom Tromey  <tromey@redhat.com>
2
3         * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
4         argument, assertion.
5         * c-exp.y (typebase): Add completion productions.
6         * completer.c (expression_completer): Handle tag completion.
7         * expression.h (parse_expression_for_completion): Add argument.
8         * f-lang.c (f_make_symbol_completion_list): Add 'code'
9         argument.
10         * language.h (struct language_defn)
11         <la_make_symbol_completion_list>: Add 'code' argument.
12         * parse.c (expout_tag_completion_type, expout_completion_name):
13         New globals.
14         (mark_struct_expression): Add assertion.
15         (mark_completion_tag): New function.
16         (parse_exp_in_context): Initialize new globals.
17         (parse_expression_for_completion): Add 'code' argument.  Handle
18         tag completion.
19         * parser-defs.h (mark_completion_tag): Declare.
20         * symtab.c (default_make_symbol_completion_list_break_on): Add
21         'code' argument.  Update.
22         (default_make_symbol_completion_list): Add 'code' argument.
23         (make_symbol_completion_list): Update.
24         (make_symbol_completion_type): New function.
25         * symtab.h (default_make_symbol_completion_list_break_on)
26         (default_make_symbol_completion_list): Update.
27         (make_symbol_completion_type): Declare.
28
29 2012-12-07  Tom Tromey  <tromey@redhat.com>
30
31         * expression.h (parse_expression_for_completion): Rename
32         from parse_field_expression.
33         (parse_completion): Rename from in_parse_field.
34         * c-exp.y (lex_one_token): Update.
35         * completer.c (expression_completer): Update.
36         * go-exp.y (lex_one_token): Update.
37         * p-exp.y (yylex): Update.
38         * parse.c (parse_completion): Rename from in_parse_field.
39         (parse_exp_in_context): Update.
40         (parse_expression_for_completion): Rename from
41         parse_field_expression.  Update.
42
43 2012-12-07  Tom Tromey  <tromey@redhat.com>
44
45         * typeprint.c (_initialize_typeprint): Set completer
46         for "whatis" and "ptype".
47
48 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
49
50         * copyright.py (NOT_FSF_LIST): Remove duplicate entry
51         "sim/common/cgen-fpu.h".  Remove invalid entries
52         "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
53         which actually have an FSF copyright header.
54
55 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
56
57         * osf-share/AT386/cma_thread_io.h: Delete.
58         * osf-share/HP800/cma_thread_io.h: Delete.
59         * osf-share/README: Delete.
60         * osf-share/RIOS/cma_thread_io.h: Delete.
61         * osf-share/cma_attr.h: Delete.
62         * osf-share/cma_deb_core.h: Delete.
63         * osf-share/cma_debug_client.h: Delete.
64         * osf-share/cma_errors.h: Delete.
65         * osf-share/cma_handle.h: Delete.
66         * osf-share/cma_init.h: Delete.
67         * osf-share/cma_list.h: Delete.
68         * osf-share/cma_mutex.h: Delete.
69         * osf-share/cma_sched.h: Delete.
70         * osf-share/cma_semaphore_defs.h: Delete.
71         * osf-share/cma_sequence.h: Delete.
72         * osf-share/cma_stack.h: Delete.
73         * osf-share/cma_stack_int.h: Delete.
74         * osf-share/cma_tcb_defs.h: Delete.
75         * osf-share/cma_util.h: Delete.
76         * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
77         in osf-share.
78         * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
79         * contrib/ari/gdb_find.sh: Remove handling of osf-share.
80         * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
81
82 2012-12-06  Pedro Alves  <palves@redhat.com>
83             Tom Tromey  <tromey@redhat.com>
84
85         * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
86
87 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
88
89         PR mi/14741:
90         * mi/mi-cmd-var.c (varobj_update_one): Take value of
91         attribute "dynamic" and "displayhint" from printed child,
92         not the root variable.
93
94 2012-12-06  Joel Brobecker  <brobecker@adacore.com>
95
96         * aix-thread.c (getthrds): Fix type of 4th parameter.
97         (get_signaled_thread): Change type of variable ktid to tid_t.
98
99 2012-12-06  Hui Zhu  <hui_zhu@mentor.com>
100
101         * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
102         value of get_frame_block.
103
104 2012-12-05  Pierre Muller  <muller@sourceware.org>
105
106         Avoid memory leaks on struct cmd_list_element.doc field.
107         * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
108         if flags contains DOC_ALLOCATED.
109         (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
110         flags.
111         (delete_cmd): Handle DOC_ALLOCATED flag.
112         * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
113         in flags filed of struct cmd_list_element.
114         (struct cmd_list_element): Document new flag item.
115
116 2012-12-04  Doug Evans  <dje@google.com>
117
118         * symmisc.c: Whitespace fixes.
119
120 2012-12-04  Karthik Bhat  <kv.bhat@samsung.com>
121
122         * i386-tdep.c (i386_skip_prologue): Using symbol table
123         to find the end of prologue for clang compiled binaries.
124         * amd64-tdep.c (amd64_skip_prologue): Using symbol table
125         to find the end of prologue for clang compiled binaries.
126
127 2012-12-03  Doug Evans  <dje@google.com>
128
129         * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
130         (dw2_find_symbol_file): Delete unused local file_data.
131
132 2012-12-03  Tom Tromey  <tromey@redhat.com>
133
134         * ada-exp.y (write_object_renaming, write_var_or_type)
135         (write_ambiguous_var, write_var_from_sym): Make blocks const.
136         * ada-lang.c (replace_operator_with_call)
137         (find_old_style_renaming_symbol): Make blocks const.
138         * ada-lang.h (ada_find_renaming_symbol): Update.
139         (struct ada_symbol_info) <block>: Now const.
140         * breakpoint.c (watch_command_1): Update.
141         * breakpoint.h (struct watchpoint) <exp_valid_block,
142         cond_exp_valid_block>: Now const.
143         * c-exp.y (classify_inner_name, classify_name): Make block
144         argument const.
145         * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
146         const.
147         * expression.h (innermost_block, parse_exp_1): Update.
148         (union exp_element) <block>: Now const.
149         * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
150         (lookup_struct): Make block argument const.
151         * gdbtypes.h (lookup_template_type): Update.
152         * go-exp.y (classify_name, classify_packaged_name)
153         (package_name_p): Make block argument const.
154         * objc-lang.c (lookup_struct_typedef): Make block argument const.
155         * objc-lang.h (lookup_struct_typedef): Update.
156         * parse.c (parse_exp_in_context, parse_exp_1)
157         (write_exp_elt_block): Make block arguments const.
158         (expression_context_block, innermost_block): Now const.
159         * parser-defs.h (write_exp_elt_block): Update.
160         (expression_context_block, innermost_block, block_found): Now
161         const.
162         * printcmd.c (struct display) <block>: Now const.
163         * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
164         * valops.c (address_of_variable): Make block argument const.
165         * value.h (value_of_variable): Update.
166         * varobj.c (struct varobj_root) <valid_block>: Now const.
167
168 2012-11-30  Yao Qi  <yao@codesourcery.com>
169
170         * breakpoint.c (print_one_breakpoint_location): Indent code.
171
172 2012-11-30  Yao Qi  <yao@codesourcery.com>
173
174         * breakpoint.c (print_one_breakpoint_location): Combine two
175         blocks handling 'hit count' together.
176
177 2012-11-30  Yao Qi  <yao@codesourcery.com>
178
179         * infrun.c (error_is_running, ensure_not_running): Move them
180         to ...
181         * infcmd.c (error_is_running, ensure_not_running): ... here.
182         Make them 'static'.
183         * inferior.h: Remove declarations of error_is_running and
184         ensure_not_running.
185
186 2012-11-30  Yao Qi  <yao@codesourcery.com>
187
188         * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
189         check REGNUM >= 0.
190
191 2012-11-30  Yao Qi  <yao@codesourcery.com>
192
193         * infrun.c: Make the declaration of 'init_infwait_state'
194         static.
195         (init_infwait_state): Make it 'static'.
196
197 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
198
199         * python/python.c (finalize_python): Cast unused PyGILState_Ensure
200         return value to void to avoid compiler warning.
201
202 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
203
204         * opencl-lang.c (opencl_print_type): New function.
205         (opencl_language_arch_info): Install it.
206
207 2012-11-29  Tom Tromey  <tromey@redhat.com>
208
209         * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
210         xvasprintf.
211         * common/common-utils.c (xasprintf, xvasprintf): Remove.
212         * common/common-utils.h (xasprintf, xvasprintf): Remove.
213
214 2012-11-29  Jerome Guitton  <guitton@adacore.com>
215
216         * ada-lang.c (ada_is_interface_tag): New function.
217         (ada_is_ignored_field): Add interface tags to the list
218         of ignored fields.
219
220 2012-11-29  Jerome Guitton  <guitton@adacore.com>
221
222         * ada-lang.h (ada_tag_value_at_base_address): New function
223         declaration.
224         * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
225         New functions.
226         (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
227         relocate the class-wide value if need be.
228         (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
229         Let ada_tag_value_at_base_address relocate the class-wide access/ref
230         before dereferencing it.
231         * ada-valprint.c (ada_val_print_1): Relocate to base address
232         before displaying the content of an interface-wide ref.
233
234 2012-11-29  Jerome Guitton  <guitton@adacore.com>
235
236         * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
237
238 2012-11-29  Joel Brobecker  <brobecker@adacore.com>
239
240         GDB 7.5.1 released.
241
242 2012-11-29  Yao Qi  <yao@codesourcery.com>
243             Tom Tromey  <tromey@redhat.com>
244
245         * eval.c (evaluate_subexp_standard): Get the correct pointer
246         type for TYPE_CODE_MEMBERPTR.
247
248 2012-11-28  Edjunior Machado  <emachado@linux.vnet.ibm.com>
249
250         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
251         since now it is being done by binutils' powerpc_init_dialect().
252
253 2012-11-28  Tom Tromey  <tromey@redhat.com>
254
255         PR gdb/14290:
256         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
257         (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
258         Use it.
259         * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
260         * gdb_bfd.c (gdb_bfd_mark_parent): New function.
261         (gdb_bfd_openr_next_archived_file): Use it.
262
263 2012-11-28  Markus Metzger <markus.t.metzger@intel.com>
264
265         * configure.ac: Check for linux/perf_event.h.
266         * config.in: Regenerated.
267         * configure: Regenerated.
268
269 2012-11-28  Yao Qi  <yao@codesourcery.com>
270
271         * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
272         abbreviate 'delete tracepoints' to 'delete tr'.
273         * corefile.c (_initialize_core): Call add_alias_cmd to
274         abbreviate 'set gnutarget' to 'set g'.
275         * value.c (_initialize_values): Call add_alias_cmd to abbreviate
276         'show convenience' to 'show conv'.
277
278 2012-11-27  Joel Brobecker  <brobecker@adacore.com>
279
280         * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
281         call to sparc_supply_fpregset.
282         (fill_fpregset): Fix first parameter in call to
283         sparc_collect_fpregset.
284
285 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
286             Kazu Hirata  <kazu@codesourcery.com>
287             Yao Qi  <yao@codesourcery.com>
288
289         * objfiles.c (init_entry_point_info): Call
290         gdbarch_convert_from_func_ptr_addr and
291         gdbarch_addr_bits_remove here ...
292         (entry_point_address_query): ... instead of here.
293         * solib-svr4.c (exec_entry_point): Call
294         gdbarch_addr_bits_remove.
295         * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
296         the entry address.
297
298 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
299             Yao Qi  <yao@codesourcery.com>
300
301         * eval.c (evaluate_subexp_standard): Add handling of
302         TYPE_CODE_MEMBERPTR when calling functions.  Correct the
303         result of ptype for calling a TYPE_CODE_METHODPTR.
304
305 2012-11-27  Yao Qi  <yao@codesourcery.com>
306
307         * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
308         warning.
309         Add i18n markup.
310
311 2012-11-26  Alexander Larsson  <alexl@redhat.com>
312             Jan Kratochvil  <jan.kratochvil@redhat.com>
313             Tom Tromey  <tromey@redhat.com>
314
315         * NEWS: Mention mini debuginfo feature.
316         * minidebug.c: New file.
317         * configure.ac: Check for lzma.
318         * configure, config.in: Rebuild.
319         * Makefile.in (LIBLZMA): New variable.
320         (CLIBS): Include LIBLZMA.
321         (SFILES): Mention minidebug.c.
322         (COMMON_OBS): Mention minidebug.o.
323         * symfile.c (read_symbols): New function.
324         (syms_from_objfile, reread_symbols): Call it.
325         * symfile.h (find_separate_debug_file_in_section): Declare.
326
327 2012-11-26  Keith Seitz  <keiths@redhat.com>
328
329         * exec.c (exec_file_attach): Move cleanup after verifying that
330         memory has in fact been allocated.
331
332 2012-11-26  Tom Tromey  <tromey@redhat.com>
333
334         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
335         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
336         SYMBOL_SYMTAB.
337         * skip.c (skip_info): Use SYMBOL_SYMTAB.
338
339 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
340             Pedro Alves  <palves@redhat.com>
341
342         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
343         size parameter passed to readlink by one byte.
344         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
345         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
346         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
347         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
348         size by one byte.
349
350 2012-11-26  Yao Qi  <yao@codesourcery.com>
351
352         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
353         extraneous parentheses.
354
355 2012-11-26  Yao Qi  <yao@codesourcery.com>
356
357         * remote.c (remote_start_remote): Typo fix.
358
359 2012-11-23  David S. Miller  <davem@davemloft.net>
360
361         * sparc-tdep.h (struct sparc_fpregset): New data structure.
362         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
363         sparc32_sol2_fpregset): Declare new globals.
364         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
365         'fpregset' argument.
366         * sparc64-tdep.h (sparc64_supply_fpregset,
367         sparc64_collect_fpregset): Likewise.
368         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
369         globals.
370         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
371         (sparc_fpregset): Declare new global.
372         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
373         'fpregset' argument.
374         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
375         into handler.
376         (fill_fpregset): Likewise.
377         (_initialize_sparc_linux_nat): Set sparc_fpregset to
378         sparc32_bsd_fpregset.
379         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
380         sparc32_bsd_fpregset down into handler.
381         (sparc32_linux_collect_core_fpregset): Likewise.
382         * sparc-nat.c (sparc_fpregset): Define.
383         (sparc_supply_fpregset): Add 'fpregset' argument.
384         (sparc_collect_fpregset): Likewise.
385         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
386         into fpregset handler.
387         (sparc_store_inferior_registers): Likewise.
388         (_initialize_sparc_nat): Set sparc_fpregset to
389         sparc32_sunos4_fpregset if NULL.
390         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
391         down into handler.
392         (fill_fpregset): Likewise.
393         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
394         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
395         use it to compute offsets.
396         (sparc32_collect_fpregset): Likewise.
397         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
398         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
399         down into handler.
400         (fill_fpregset): Likewise.
401         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
402         Likewise.
403         (sparc64_linux_collect_core_fpregset): Likewise.
404         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
405         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
406         use it to compute offsets.
407         (sparc64_collect_fpregset): Likewise.
408         (sparc64_bsd_fpregset): Define.
409         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
410         sparc64_bsd_fpregset down into handler.
411         (sparc64fbsd_collect_fpregset): Likewise.
412         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
413         and pass sparc{32,64}_bsd_fpregset down into handler.
414         (sparc64nbsd_collect_fpregset): Likewise.
415         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
416         sparc64_bsd_fpregset down into handler.
417         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
418         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
419         to sparc32_bsd_fpregset.
420         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
421         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
422         (sparc32nbsd_supply_fpregset): Likewise.
423
424 2012-11-21  Tom Tromey  <tromey@redhat.com>
425
426         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
427         field.
428         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
429         Remove.
430         * c-typeprint.c (c_type_print_base): Update.
431
432 2012-11-21  Yao Qi  <yao@codesourcery.com>
433
434         PR tdep/7438
435         * gdbarch.sh (smash_text_address): Remove.
436         * gdbarch.c, gdbarch.h: Regenerate.
437         * arm-tdep.c (arm_smash_text_address): Remove.
438         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
439         * hppa-tdep.c (hppa_smash_text_address): Remove.
440         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
441         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
442         Caller update.
443         * coffread.c (coff_symtab_read): Caller update.
444         * dbxread.c (process_one_symbol): Likewise.
445         * elfread.c (record_minimal_symbol): Likewise.
446         * somread.c (som_symtab_read): Likewise.
447
448 2012-11-20  Pierre Muller  <muller@sourceware.org>
449
450         ARI fixes: sprintf rule.
451         Replace sprintf function calls for char arrays by
452         calls to xsnprintf calls.
453         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
454         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
455         (arm_neon_quad_read, arm_pseudo_read): Ditto.
456         (arm_neon_quad_write, arm_pseudo_write): Ditto.
457         * breakpoint.c (condition_completer): Ditto.
458         (create_tracepoint_from_upload): Ditto.
459         * dwarf2read.c (file_full_name): Ditto.
460         * gcore.c (gcore_command): Ditto.
461         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
462         * go32-nat.c (go32_sysinfo): Ditto.
463         * interps.c (interp_set): Ditto.
464         * m32c-tdep.c (make_types): Ditto.
465         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
466         * remote-m32r-sdi.c (m32r_open): Ditto.
467         * sol-thread.c (td_err_string): Ditto.
468         (td_state_string, solaris_pid_to_str): Ditto.
469         * symtab.c (gdb_mangle_name): Ditto.
470         * cli/cli-script.c (execute_control_command): Ditto.
471         (define_command, document_command): Ditto.
472         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
473         * tui/tui-stack.c (tui_make_status_line): Ditto.
474         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
475
476 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
477
478         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
479         it when looking at ptr->func.
480         * command.h (complete_on_cmdlist): Add a fourth arg.
481         * completer.c (complete_line_internal): Add local ignore_help_classes,
482         and set it to 1 when reason is not handle_help.  Pass this down to
483         lookup_cmd_1 and complete_on_cmdlist.
484
485 2012-11-20  Tom Tromey  <tromey@redhat.com>
486
487         * completer.c (count_struct_fields): Remove.
488         (expression_completer): Don't call count_struct_fields.
489
490 2012-11-20  Pedro Alves  <palves@redhat.com>
491
492         * annotate.c (breakpoints_changed): Rename to ...
493         (annotate_breakpoints_changed): ... this.
494         (annotate_stopped, breakpoint_changed): Adjust caller.
495         * annotate.h (breakpoints_changed): Rename to ...
496         (annotate_breakpoints_changed): ... this.
497         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
498         (do_map_commands_command, init_raw_breakpoint, clear_command)
499         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
500
501 2012-11-20  David S. Miller  <davem@davemloft.net>
502
503         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
504         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
505         sysconf.
506         (get_cores_used_by_process): Update comment.
507
508 2012-11-20  Yao Qi  <yao@codesourcery.com>
509
510         * objfiles.c (init_entry_point_info): Remove trailing spaces.
511
512 2012-11-20  Yao Qi  <yao@codesourcery.com>
513
514         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
515         to deprecated_context_hook.
516
517 2012-11-19  Yao Qi  <yao@codesourcery.com>
518
519         * infrun.c (infwait_state): Add static.
520
521 2012-11-16  Keith Seitz  <keiths@redhat.com>
522
523         PR c++/13615
524         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
525         parameter and pass it to lookup_symbol_file.
526         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
527         to search base classes.
528         (cp_lookup_symbol_namespace): Likewise.
529         (lookup_namespace_scope): Likewise.
530         (lookup_symbol_file): Add SEARCH parameter.
531         If SEARCH is non-zero and no symbol is found, lookup the class
532         and call cp_lookup_nested_symbol.
533         (find_symbol_in_baseclass): New function.
534         (cp_lookup_nested_symbol): Do not let
535         cp_lookup_symbol_in_namespace search through base classes.
536         Do that later when there is no global symbol match.
537
538 2012-11-16  Doug Evans  <dje@google.com>
539
540         * main.c (gdb_datadir_provided): New static global.
541         (get_init_files): If --data-directory is provided,
542         and SYSTEM_GDBINIT lives in data-directory, look for it there.
543         * NEWS: Mention it.
544
545 2012-11-15  Pierre Muller  <muller@sourceware.org>
546
547         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
548         * gdb_stat.h: Delete. Moved to common directory.
549         * common/gdb_stat.h: New file.
550         * gdb_wait.h: Delete. Moved to common directory.
551         * common/gdb_wait.h: New file.
552         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
553         location.
554         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
555         location.
556         (stat.h rule): Adapt to new gdb_stat.h location.
557         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
558         <sys/stat.h> header.
559         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
560         <sys/wait.h> header.
561
562 2012-11-15  Pierre Muller  <muller@sourceware.org>
563
564         * configure.ac (AC_HEADER_STAT): Remove.
565         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
566         and corresponding code.
567         * configure: Regenerate.
568         * config.in: Regenerate.
569
570 2012-11-15  Pierre Muller  <muller@sourceware.org>
571
572         ARI xasprintf rule fixes.
573         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
574         instead of xasprintf.
575         (open_and_init_dwp_file): Ditto.
576
577 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
578
579         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
580         target types.
581
582 2012-11-14  Tom Tromey  <tromey@redhat.com>
583
584         * configure, config.in: Rebuild.
585         * configure.ac: Don't check for ctype.h, time.h.
586         * expprint.c: Don't use HAVE_CTYPE_H.
587
588 2012-11-13  Tom Tromey  <tromey@redhat.com>
589
590         * gdbarch.h, gdbarch.c: Rebuild.
591         * gdbarch.sh (set_target_gdbarch): Rename from
592         deprecated_target_gdbarch_select_hack.
593         * arch-utils.c (gdbarch_update_p): Update.
594         (set_gdbarch_from_file): Update.
595
596 2012-11-14  Pierre Muller  <muller@sourceware.org>
597
598         * MAINTAINERS (Responsible Maintainers/misc): Add myself
599         as responsible of contrib/ari directory.
600
601 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
602             Yao Qi  <yao@codesourcery.com>
603
604         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
605         bit of EXC_RETURN.
606         (arm_m_exception_cache, arm_m_exception_this_id)
607         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
608         (arm_m_exception_unwind): New.
609         (arm_gdbarch_init): Register arm_m_exception_unwind.
610
611 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
612
613         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
614         parameter COUNT, for pattern filling of memory regions.
615         * NEWS: Mention it.
616
617 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
618
619         * disasm.h (DISASSEMBLY_FILENAME): New macro.
620         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
621         to print_source_lines ().
622         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
623         flag.
624         * source.c (print_source_lines_base): Prefix source line with
625         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
626
627 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
628
629         * symtab.h (print_source_lines_flags): New enum.
630         * source.c (print_source_lines_base): Change noerror to flags.
631         (print_source_lines): Change noerror to flags.
632
633 2012-11-13  Pierre Muller  <muller@sourceware.org>
634
635         ARI fixes: Avoid sprintf function use rule.
636         * charset.c (convert_between_encodings): Use xsnprintf.
637         * cli-out.c (cli_field_int): Likewise.
638         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
639         * expprint.c (op_name_standard): Likewise.
640         * frv-tdep.c (set_variant_num_gprs): Likewise.
641         (set_variant_num_fprs): Likewise.
642         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
643         * nto-tdep.c (nto_find_and_open_solib): Likewise.
644         (nto_init_solib_absolute_prefix): Likewise.
645         * source.c (init_source_path): Likewise.
646         (print_source_lines_base): Likewise.
647         * valprint.c (print_wchar): Likewise.
648         * mi/mi-out.c (mi_field_int): Likewise.
649         windows-nat.c (windows_pid_to_exec_file): Likewise.
650         (windows_create_inferior): Likewise.
651         (_initialize_check_for_gdb_ini): Likewise.
652
653 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
654
655         * frame.h (deprecated_frame_register_read): Renames
656         frame_register_read.
657         * frame.c (deprecated_frame_register_read): Renames
658         frame_register_read.  Update all callers.
659         * i386-tdep.c: Update all callers of frame_register_read.
660         * infcmd.c: Likewise.
661         * jit.c: Likewise.
662         * mips-tdep.c: Likewise.
663         * mt-tdep.c: Likewise.
664         * sh64-tdep.c: Likewise.
665
666 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
667
668         * frame.h (frame_register_read): Remove FIXME comment.
669         * frame.c (frame_register_read): Add suggestion explaining
670         which function to use in place of this one.
671
672 2012-11-12  Tom Tromey  <tromey@redhat.com>
673
674         * python/python.c (start_type_printers): Initialize 'result_obj'.
675
676 2012-11-12  Tom Tromey  <tromey@redhat.com>
677
678         * NEWS: Update.
679         * data-directory/Makefile.in (PYTHON_FILES): Add
680         type_printers.py.
681         * python/lib/gdb/command/type_printers.py: New file.
682         * python/lib/gdb/command/types.py (TypePrinter): New class.
683         (_get_some_type_recognizers, get_type_recognizers,
684         apply_type_recognizers, register_type_printer): New
685         functions.
686         * python/py-objfile.c (objfile_object) <type_printers>: New
687         field.
688         (objfpy_dealloc): Decref new field.
689         (objfpy_new): Set new field.
690         (objfpy_get_type_printers, objfpy_set_type_printers): New
691         functions.
692         (objfile_to_objfile_object): Set new field.
693         (objfile_getset): Add "type_printers".
694         * python/py-progspace.c (pspace_object) <type_printers>: New
695         field.
696         (pspy_dealloc): Decref new field.
697         (pspy_new): Set new field.
698         (pspy_get_type_printers, pspy_set_type_printers): New functions.
699         (pspace_to_pspace_object): Set new field.
700         (pspace_getset): Add "type_printers".
701         * python/python.c (start_type_printers, apply_type_printers,
702         free_type_printers): New functions.
703         (_initialize_python): Set gdb.type_printers.
704         * python/python.h (start_type_printers, apply_type_printers,
705         free_type_printers): Declare.
706         * typeprint.c (type_print_raw_options, default_ptype_flags):
707         Update for new fields.
708         (do_free_global_table, create_global_typedef_table,
709         find_global_typedef): New functions.
710         (find_typedef_in_hash): Use find_global_typedef.
711         (whatis_exp): Use create_global_typedef_table.  Change cleanup
712         handling.
713         * typeprint.h (struct type_print_options) <global_typedefs,
714         global_printers>: New fields.
715
716 2012-11-12  Tom Tromey  <tromey@redhat.com>
717
718         * c-typeprint.c (find_typedef_for_canonicalize,
719         print_name_maybe_canonical): New functions.
720         (c_print_type): Look up type name.
721         (cp_type_print_derivation_info): Add flags argument.  Use
722         print_name_maybe_canonical.
723         (cp_type_print_method_args): Add wrapping.
724         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
725         (c_type_print_template_args): New function.
726         (c_type_print_base): Change wrapping.  Use
727         print_name_maybe_canonical.
728         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
729         type name lookups.
730         * gdbtypes.c (types_equal): No longer static.
731         * gdbtypes.h (types_equal): Declare.
732         * typeprint.c (type_print_raw_options, default_ptype_flags):
733         Update.
734         (struct typedef_hash_table): New.
735         (hash_typedef_field, eq_typedef_field,
736         recursively_update_typedef_hash, add_template_parameters,
737         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
738         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
739         copy_typedef_hash, find_typedef_in_hash): New functions.
740         * typeprint.h (struct type_print_options) <local_typedefs>:
741         New field.
742         (recursively_update_typedef_hash, add_template_parameters,
743         create_typedef_hash, free_typedef_hash,
744         make_cleanup_free_typedef_hash, copy_typedef_hash,
745         find_typedef_in_hash): Declare.
746
747 2012-11-12  Tom Tromey  <tromey@redhat.com>
748
749         * cp-support.c (inspect_type,
750         replace_typedefs_qualified_name, replace_typedefs): Add
751         finder, data arguments.  Call as needed.
752         (cp_canonicalize_string_full): New function.
753         (cp_canonicalize_string_no_typedefs): Rewrite.
754         * cp-support.h (canonicalization_ftype): New typedef.
755         (cp_canonicalize_string_full): Declare.
756
757 2012-11-12  Tom Tromey  <tromey@redhat.com>
758
759         * NEWS: Update.
760         * c-typeprint.c (c_type_print_base): Handle print_method and
761         print_typedefs flags.
762         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
763         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
764         options.
765         * typeprint.c (type_print_raw_options, default_ptype_flags):
766         Update for new field.s
767         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
768         (setprinttypelist, showprinttypelist, print_methods,
769         print_typedefs): New globals.
770         (set_print_type, show_print_type, set_print_type_methods,
771         show_print_type_methods, set_print_type_typedefs,
772         show_print_type_typedefs): New functions.
773         (_initialize_typeprint): Update documentation.  Add "print
774         type methods" and "print type typedefs" parameters.
775         * typeprint.h (struct type_print_options) <print_methods,
776         print_typedefs>: New fields.
777
778 2012-11-12  Tom Tromey  <tromey@redhat.com>
779
780         * c-typeprint.c (cp_type_print_method_args): Add flags
781         argument.  Call c_print_type, not type_print.
782         (c_type_print_base): Call c_print_type, not type_print.
783         Update.
784
785 2012-11-12  Tom Tromey  <tromey@redhat.com>
786
787         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
788         to type-printing functions.
789         * ada-lang.h (ada_print_type): Add argument.
790         * ada-typeprint.c (print_array_type, print_variant_clauses,
791         print_variant_part, print_selected_record_field_types,
792         print_record_field_types, print_unchecked_union_type,
793         print_func_type, ada_print_type): Add flags argument.
794         (ada_print_typedef): Update.
795         * c-exp.y (OPERATOR conversion_type_id): Update.
796         * c-lang.h (c_print_type, c_type_print_base): Update.
797         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
798         c_type_print_modifier, c_type_print_args,
799         c_type_print_varspec_suffix, c_type_print_base): Add flags
800         argument.
801         * cp-valprint.c (cp_print_class_member): Update.
802         * dwarf2read.c (dwarf2_compute_name): Update.
803         * f-lang.h (f_print_type): Add argument.
804         * f-typeprint.c (f_print_type): Add flags argument.
805         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
806         * go-lang.h (go_print_type): Add argument.
807         * go-typeprint.c (go_print_type): Add flags argument.
808         * jv-lang.h (java_print_type): Add argument.
809         * jv-typeprint.c (java_type_print_base, java_print_type): Add
810         flags argument.
811         * language.c (unk_lang_print_type): Add flags argument.
812         * language.h (struct language_defn) <la_print_type>: Add flags
813         argument.
814         (LA_PRINT_TYPE): Likewise.
815         * m2-lang.h (m2_print_type): Add argument.
816         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
817         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
818         m2_unbounded_array, m2_record_fields): Add flags argument.
819         * p-lang.h (pascal_print_type, pascal_type_print_base,
820         pascal_type_print_varspec_prefix): Add argument.
821         * p-typeprint.c (pascal_print_type,
822         pascal_type_print_varspec_prefix, pascal_print_func_args,
823         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
824         flags argument.
825         * symmisc.c (print_symbol): Update.
826         * typeprint.c (type_print_raw_options, default_ptype_flags):
827         New globals.
828         (type_print): Update.
829         * typeprint.h (struct type_print_options): New.
830         (type_print_raw_options): Declare.
831         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
832
833 2012-11-10  Keith Seitz  <keiths@redhat.com>
834
835         * breakpoint.c (clear_command): Add cleanup for
836         sals.sals if an argument is given.
837
838         * linespec.c (parse_linespec): Do cleanups after
839         parsing a convenience variable.
840
841 2012-11-10  Keith Seitz  <keiths@redhat.com>
842
843         PR gdb/14288
844         * c-valprint.c (c_val_print): For character arrays
845         with "print null" option on, print ellipses if
846         the output is truncated and the next character is not \000.
847         * valprint.c (MAX_WCHARS): Define.
848         (WCHAR_BUFLEN): Likewise.
849         (WCHAR_BUFLEN_MAX): Likewise.
850         (struct converted_character): New structure.
851         (count_next_character): New function.
852         (print_converted_chars_to_obstack): New function.
853         (generic_printstr): Rewrite using count_next_character
854         and print_converted_chars_to_obstack.
855
856 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
857
858         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
859         while executing the gdb command.
860         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
861         are called from prompt_for_continue.
862         * tui/tui-io.c (tui_redisplay_readline): Likewise.
863
864 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
865
866         PR tui/9584
867
868         * tui/tui.c (tui_rl_command_key): Do not call execute_command
869         but insert the command to execute in readline's buffer.
870
871 2012-11-09  Tom Tromey  <tromey@redhat.com>
872
873         * gdbarch.sh (target_gdbarch): Remove macro.
874         (get_target_gdbarch): Rename to target_gdbarch.
875         * gdbarch.c, gdbarch.h: Rebuild.
876         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
877         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
878         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
879         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
880         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
881         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
882         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
883         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
884         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
885         procfs.c, progspace.c, ravenscar-thread.c, record.c,
886         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
887         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
888         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
889         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
890         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
891         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
892         target-descriptions.c, target.c, target.h, tracepoint.c,
893         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
894         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
895         python/py-inferior.c, python/python.c: Update.
896
897 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
898
899         * source.c (print_source_lines_base): Add fullname field giving
900         full path to file in mi output.
901         * NEWS: Mention the new fullname field.
902
903 2012-11-09  Yao Qi  <yao@codesourcery.com>
904
905         * NEWS: Mention the fix to the ambiguity of 'fo' command.
906
907 2012-11-09  Pedro Alves  <palves@redhat.com>
908
909         PR gdb/14306
910
911         * infrun.c: Include target-descriptions.h.
912         (follow_exec): Fetch new target description.
913
914 2012-11-09  Yao Qi  <yao@codesourcery.com>
915
916         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
917         0x8d (lea).
918
919 2012-11-09  Yao Qi  <yao@codesourcery.com>
920
921         * breakpoint.c: Declare set_tracepoint_count.
922         (install_breakpoint): Call set_tracepoint_count if B is a
923         tracepoint.
924         (trace_command): Don't call set_tracepoint_count.  Re-indent.
925         (strace_command, ftrace_command):
926         (create_tracepoint_from_upload): Likewise.
927
928 2012-11-09  Pedro Alves  <palves@redhat.com>
929
930         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
931         (get_target_gdbarch) <gdbarch.h>: New function.
932         (startup_gdbarch) <gdbarch.h>: Declare.
933         <gdbarch.c> (target_gdbarch): Delete.
934         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
935         current inferior's gdbarch.
936         <gdbarch.c> (get_target_gdbarch): New function.
937         * inferior.c: Include target-descriptions.h.
938         (free_inferior): Free target description info.
939         (add_inferior_with_spaces): Set the inferior's initial
940         architecture.
941         (clone_inferior_command): Copy the original inferior's target
942         description if it was user specified.
943         (initialize_inferiors): Add comment.
944         * inferior.h (struct target_desc_info): Forward declare.
945         (struct inferior) <gdbarch>: New field.
946         * linux-nat.c: Include target-descriptions.h.
947         (linux_child_follow_fork): Copy the parent's architecture and
948         target description to the child.
949         * target-descriptions.c: Include inferior.h.
950         (struct target_desc_info): New structure, holding the equivalents
951         of ...
952         (target_desc_fetched, current_target_desc)
953         (target_description_filename): ... these removed globals.
954         (get_tdesc_info, target_desc_info_from_user_p)
955         (copy_inferior_target_desc_info, target_desc_info_free): New.
956         (target_desc_fetched, current_target_desc)
957         (target_description_filename): Reimplemented as convenience
958         macros.
959         (tdesc_filename_cmd_string): New global.
960         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
961         tdescs filename ..." commands to the per-inferior equivalent.
962         (show_tdesc_filename_cmd): Get the value to show from the
963         per-inferior description filename.
964         (_initilize_target_descriptions): Change the "set/show tdesc
965         filename" commands' variable.
966         * target-descriptions.h (struct target_desc, struct target_desc_info)
967         (struct inferior): Forward declare.
968         (target_find_description, target_clear_description)
969         (target_current_description): Adjust comments.
970         (copy_inferior_target_desc_info, target_desc_info_free)
971         (target_desc_info_from_user_p). Declare.
972
973 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
974
975         * tui/tui-hooks.c (tui_about_to_proceed): New function.
976         (tui_target_wait_hook): Remove.
977         (tui_install_hooks): Install the about_to_proceed observer.
978         (tui_remove_hooks): And remove it here.
979
980 2012-11-08  Tom Tromey  <tromey@redhat.com>
981
982         * linux-tdep.c (linux_make_siginfo_note): New function.
983         (linux_make_corefile_notes): Use it.
984         * corelow.c (get_core_siginfo): New function.
985         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
986
987 2012-11-08  Tom Tromey  <tromey@redhat.com>
988
989         PR gdb/14704:
990         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
991         (zlib_decompress_section): Remove.
992         (gdb_bfd_map_section): Only check for compressed section
993         in mmap case.  Use bfd_get_full_section_contents.
994         * osabi.c (check_note): Add 'sectsize' argument.  Read
995         section data.
996         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
997         section data.  Update for check_note change.
998         * xcoffread.c (xcoff_initial_scan): Use
999         bfd_get_full_section_contents.
1000         * py-auto-load.c (auto_load_section_scripts): Use
1001         bfd_get_full_section_contents.
1002         * contrib/cc-with-tweaks.sh: Add -Z option.
1003
1004 2012-11-08  Tom Tromey  <tromey@redhat.com>
1005
1006         * python/py-bpevent.c: Include defs.h.
1007         * python/py-continueevent.c: Include defs.h.
1008         * python/py-event.c: Include defs.h.
1009         * python/py-event.h: Don't include defs.h.
1010         * python/py-events.h: Don't include defs.h.
1011         * python/py-evts.c: Include defs.h.
1012         * python/py-exitedevent.c: Include defs.h.
1013         * python/py-newobjfileevent.c: Include defs.h.
1014         * python/py-signalevent.c: Include defs.h.
1015         * python/py-stopevent.c: Include defs.h.
1016         * python/py-threadevent.c: Include defs.h.
1017
1018 2012-11-08  Pierre Muller  <muller@sourceware.org>
1019
1020         * update-web-ari.sh (print_heading): Add number of files
1021         checked.
1022         (nb_files): New variable counting the number of sources
1023         files found by gdb_find.sh script.
1024         (debug_awk): New variable to allow extra debug output.
1025         (indexes): Add more information if DEBUG_AWK is set.
1026
1027 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1028
1029         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1030         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1031         following the change in PLT call stubs on linker.
1032
1033 2012-11-08  Pierre Muller  <muller@sourceware.org>
1034
1035         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1036         as default language.
1037         (AWK): Use = instead of == for sh test to avoid warning.
1038         (Linux rule): Correct [:digit] into [[:digit:]].
1039         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1040         (vasprintf rule): Adapt to common subdirectory moves.
1041         (xasprintf rule): Idem.
1042         (xvasprintf rule): Idem.
1043         (var_boolean rule): Accept occurence in == or != test.
1044
1045         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1046
1047 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1048
1049         * tui/tui-hooks.c (tui_inferior_exit): New function.
1050         (tui_detach_hook): Remove.
1051         (tui_install_hooks): Install the inferior exit observer.
1052         (tui_remove_hooks): Remove it.
1053
1054 2012-11-08  Yao Qi  <yao@codesourcery.com>
1055
1056         PR gdb/14777.
1057         * source.c (_initialize_source): Call add_com_alias to abbreviate
1058         'forward-search' as 'fo'.
1059
1060 2012-11-07  Pedro Alves  <palves@redhat.com>
1061
1062         * arm-tdep.c: Make defs.h be the first include.
1063         * coff-pe-read.c: Ditto.
1064         * gnu-nat.c: Ditto.
1065         * go32-nat.c: Ditto.
1066         * i386-nat.c: Ditto.
1067         * ppcnbsd-nat.c: Ditto.
1068         * ada-varobj.h: Don't include defs.h.
1069         * i386-darwin-tdep.h: Ditto.
1070         * i386-nat.h: Ditto.
1071
1072 2012-11-07  Pedro Alves  <palves@redhat.com>
1073
1074         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1075         Committee.
1076
1077 2012-11-07  Pierre Muller  <muller@sourceware.org>
1078
1079         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1080         File already uses "gdb_dirent.h" header.
1081
1082 2012-11-07  Yao Qi  <yao@codesourcery.com>
1083
1084         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1085         tracepoint_count'.
1086
1087 2012-11-06  Tom Tromey  <tromey@redhat.com>
1088
1089         * target.h (inferior_has_forked, inferior_has_vforked)
1090         (inferior_has_execd, inferior_has_called_syscall): Remove
1091         declarations.
1092
1093 2012-11-06  Pierre Muller  <muller@sourceware.org>
1094
1095         * remote.c (remote_insert_hw_breakpoint): ARI fix,
1096         add missing internalization markup.
1097
1098 2012-11-06  Pedro Alves  <palves@redhat.com>
1099
1100         PR gdb/14810
1101
1102         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1103
1104 2012-11-06  Pierre Muller  <muller@sourceware.org>
1105
1106         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1107         is not executable.
1108
1109 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
1110
1111         * gnulib/update-gnulib.sh: New script.
1112
1113 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
1114
1115         * MAINTAINERS: Update my email address.
1116
1117 2012-11-05  Tom Tromey  <tromey@redhat.com>
1118
1119         * frame.c (put_frame_register): Don't use temporary buffer.
1120
1121 2012-11-05  Pedro Alves  <palves@redhat.com>
1122
1123         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1124         child.  Clear 'pending_detach'.
1125         * infrun.c (handle_vfork_child_exec_or_exit): Clear
1126         'pending_detach' in the vfork parent.
1127
1128 2012-11-05  Doug Evans  <dje@google.com>
1129
1130         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
1131         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1132         * dwarf2read.c: #include "elf-bfd.h".
1133         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1134         (dwop_section_names): Renamed from dwo_section names.  All uses
1135         updated.  Add entries for .debug_cu_index, .debug_tu_index.
1136         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1137         All uses updated.
1138         (struct dwp_sections): New type.
1139         (struct virtual_dwo_sections): New type.
1140         (struct dwp_hash_table): New type.
1141         (struct dwp_file): New type.
1142         (init_cutu_and_read_dies): Ensure DWO info/types section has been
1143         read in.  Handle DWOs coming from DWP files.
1144         (lookup_dwo_file_slot): New function.
1145         (dwarf2_locate_dwo_sections): Move definition closer to use.
1146         (create_dwo_debug_info_hash_table_reader): Renamed from
1147         create_debug_info_hash_table_reader.  All callers updated.
1148         (create_dwo_debug_info_hash_table): Renamed from
1149         create_debug_info_hash_table.  All callers updated.
1150         (create_dwp_hash_table): New function.
1151         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1152         (lookup_dwo_in_dwp): New function.
1153         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
1154         is_dwp.  All callers updated.
1155         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
1156         (open_and_init_dwo_file): Renamed from init_dwo_file.
1157         All callers updated.
1158         (lookup_dwo_file): Delete.
1159         (dwarf2_locate_dwp_sections): New function.
1160         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1161         (allocate_dwp_loaded_cutus_table): New function.
1162         (open_and_init_dwp_file): New function.
1163         (lookup_dwo_cutu): New function.
1164         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1165
1166 2012-11-03  Yao Qi  <yao@codesourcery.com>
1167
1168         Fix PR gdb/14617.
1169         * breakpoint.c (trace_pass_set_count): Call
1170         observer_notify_breakpoint_modified instead of
1171         observer_notify_tracepoint_modified.
1172         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1173
1174 2012-11-02  Tom Tromey  <tromey@redhat.com>
1175
1176         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1177         argument to complete_on_enum.
1178
1179 2012-11-02  Tom Tromey  <tromey@redhat.com>
1180
1181         * configure: Rebuild.
1182         * configure.ac (build_warnings): Add -Wempty-body.
1183         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1184         * remote.c (handle_notification): Use braces for empty 'else' body.
1185         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1186         'else' body.
1187         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1188         'else' body.
1189         * solib-som.c (som_relocate_section_addresses): Use braces
1190         for empty 'else' body.
1191         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1192         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1193
1194 2012-11-02  Pedro Alves  <palves@redhat.com>
1195
1196         PR gdb/14766
1197
1198         * infrun.c (handle_inferior_event)
1199         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1200         null_ptid before handling a vfork child exec or exit.  Switch to
1201         the event ptid afterwards.
1202
1203 2012-11-02  Yao Qi  <yao@codesourcery.com>
1204
1205         * std-operator.def: Remove OP_LABELED.
1206         * eval.c: Remove the declaration of 'get_label'.
1207         (get_label): Remove.
1208         (evaluate_struct_tuple): Remove code handling OP_LABELED.
1209         Update comment.
1210         Remove local variable 'variantno' and related code.
1211         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
1212         with 'fieldno'.
1213         * expprint.c (print_subexp_standard): Likewise.
1214         (dump_subexp_body_standard): Likewise.
1215         * parse.c (operator_length_standard): Likewise.
1216
1217 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
1218
1219         Incorporate ARI web page generator into GDB sources.
1220         * contrib/ari/create-web-ari-in-src.sh: New file.
1221         * contrib/ari/gdb_ari.sh: New file.
1222         * contrib/ari/gdb_find.sh: New file.
1223         * contrib/ari/update-web-ari.sh: New file.
1224
1225 2012-10-31  Tom Tromey  <tromey@redhat.com>
1226
1227         * gdbarch.c: Rebuild.
1228         * gdbarch.sh: Remove references to gdbarch_swap.
1229         * corelow.c (core_open): Remove obsolete comment.
1230
1231 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
1232
1233         PR cli/14772
1234         * c-typeprint.c (c_print_type): Don't print a space for vector
1235         types, this is handled within the suffix.
1236         (c_type_print_varspec_suffix): Add a space to vector suffix.
1237
1238 2012-10-26  Pedro Alves  <palves@redhat.com>
1239
1240         * amd64-tdep.c (amd64_relocate_instruction): Use
1241         store_unsigned_integer instead of memcpy.
1242         * i386-tdep.c (i386_relocate_instruction): Ditto.
1243
1244 2012-10-26  Pedro Alves  <palves@redhat.com>
1245
1246         * infrun.c (handle_inferior_event): Merge handling of
1247         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1248         switch case.
1249
1250 2012-10-26  Pedro Alves  <palves@redhat.com>
1251
1252         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1253         Remove comment.
1254
1255 2012-10-26  Pedro Alves  <palves@redhat.com>
1256
1257         * target.c (target_waitstatus_to_string): Handle
1258         TARGET_WAITKIND_VFORK_DONE.
1259
1260 2012-10-26  Pedro Alves  <palves@redhat.com>
1261
1262         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1263         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1264
1265 2012-10-24  Tristan Gingold  <gingold@adacore.com>
1266
1267         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1268         Add comments.
1269
1270 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1271
1272         * ravenscar-thread.c (ravenscar_wait): Only update the list
1273         of threads and inferior_ptid if the inferior is still alive.
1274
1275 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1276
1277         * ada-lang.c (is_known_support_routine): Use lbasename when
1278         matching the symtab's filename against
1279         known_runtime_file_name_patterns.
1280
1281 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1282
1283         * ada-lang.c (ada_same_array_size_p): New function.
1284         (ada_promote_array_of_integrals): New function.
1285         (coerce_for_assign): Add handling of arrays where the elements
1286         are integrals of a smaller size than the size of the target
1287         array element type.
1288
1289 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1290
1291         * doublest.c (convert_doublest_to_floatformat): Fix comparison
1292         against maximum exponent value.
1293
1294 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1295
1296         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1297         "unwind-seh.c".
1298
1299 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1300
1301         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1302         strip typedef layer when computing the fixed type's field type,
1303         only when computing its size.
1304
1305 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
1306
1307         PR gdb/12783
1308         * i386-tdep.c (i386_return_value): Handle complex double and long
1309         double.
1310
1311 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1312
1313         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1314         New local variable args_len.
1315         Quote the name of the executable when computing the command line.
1316
1317 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
1318
1319         PR gdb/12796
1320         PR gdb/12798
1321         PR gdb/12800
1322         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1323         AMD64_FTAG_REGNUM.
1324         * amd64-tdep.c (amd64_classify): Classify complex types.
1325         (amd64_return_value): Handle the COMPLEX_X87 class.
1326
1327 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1328
1329         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1330         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1331
1332 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1333
1334         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1335         function.
1336         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1337         to amd64_windows_auto_wide_charset.
1338
1339 2012-10-23  Yao Qi  <yao@codesourcery.com>
1340
1341         * event-top.c (mark_async_signal_handler_wrapper): Remove.
1342         * event-top.h: Remove its declaration.
1343         (async_request_quit): Call mark_async_signal_handler instead of
1344         mark_async_signal_handler_wrapper.
1345         (async_do_nothing, async_disconnect): Likewise.
1346         (async_stop_sig): Likewise.
1347         * remote.c (handle_remote_sigint): Likewise.
1348         (handle_remote_sigint_twice): Likewise.
1349
1350 2012-10-23  Yao Qi  <yao@codesourcery.com>
1351
1352         * event-top.c (sigint_token, sighup_token): Replace 'void *'
1353         with 'static struct async_signal_handler *'.
1354         (sighup_token, sigquit_token, sigstp_token): Likewise.
1355
1356 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
1357
1358         * gdbarch.sh (function_list): Use 'pstring' when printing
1359         a variable which could return NULL.
1360         * gdbarch.c: Regenerate.
1361
1362 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
1363             Tom Tromey  <tromey@redhat.com>
1364
1365         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1366         inneffective if condition by gdb assertion.  Add function
1367         description comment.
1368
1369 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
1370
1371         * parser-defs.h (struct exp_descriptor): Document constraint
1372         on return value for "op_name" callbacks.
1373
1374 2012-10-18  Tom Tromey  <tromey@redhat.com>
1375
1376         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1377         * symtab.c (iterate_over_some_symtabs): Constify.
1378         * source.h (symtab_to_fullname): Return 'const char *'.
1379         * source.c (symtab_to_fullname): Return 'const char *'.
1380         * python/py-symtab.c (stpy_fullname): Constify.
1381         * cli/cli-cmds.c (edit_command): Constify.
1382         * breakpoint.c (print_breakpoint_location)
1383         (update_static_tracepoint): Constify.
1384
1385 2012-10-18  Tom Tromey  <tromey@redhat.com>
1386
1387         * breakpoint.c (compare_breakpoints): Fix comparison.
1388
1389 2012-10-18  Tom Tromey  <tromey@redhat.com>
1390
1391         * valprint.c (generic_emit_char, generic_printstr): Pass size of
1392         gdb_wchar_t to convert_between_encodings.
1393
1394 2012-10-17  Yao Qi  <yao@codesourcery.com>
1395
1396         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1397         more parameter 'inferior'.
1398         * corefile.c (write_memory_with_notification): Caller update.
1399
1400         * mi/mi-cmd-var.c: Include "mi-main.h".
1401         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1402         to 1 and restore it later.
1403         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1404         and "data-write-memory-bytes.
1405         * mi/mi-interp.c: Include objfiles.h.
1406         (mi_interpreter_init): Call observer_attach_memory_changed.
1407         (mi_memory_changed): New.
1408         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1409         New field.
1410
1411         * NEWS: Mention new MI notification "memory-changed".
1412
1413 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1414
1415         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1416
1417 2012-10-15  Doug Evans  <dje@google.com>
1418
1419         New option -nh: inhibit loading of ~/.gdbinit.
1420         * NEWS: Mention -nh.
1421         * main.c (captured_main): Recognize and process -nh.
1422         (print_gdb_help): Mention -nh.
1423         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
1424
1425 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1426
1427         PR backtrace/14646
1428         PR gdb/14647
1429         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1430         pc_regnum_from_eax.
1431         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1432         nor pc_regnum_from_eax.
1433         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1434         nor pc_regnum_from_eax.
1435
1436 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1437
1438         Fix entry values resolving in inlined frames.
1439         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1440         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
1441         entries of FRAME.
1442
1443 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
1444
1445         * configure.ac: Build with -DMS_WIN64 if building with Python
1446         enabled using GCC on amd64-windows.
1447         * configure: Regenerate.
1448
1449 2012-10-15  Tom Tromey  <tromey@redhat.com>
1450
1451         PR python/14635:
1452         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1453         to Py_None.
1454
1455 2012-10-15  Tom Tromey  <tromey@redhat.com>
1456
1457         PR python/14634:
1458         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1459
1460 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
1461
1462         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1463         reset thread numbering back to 1.
1464
1465 2012-10-11  Doug Evans  <dje@google.com>
1466
1467         PR breakpoints/14643.
1468         * linespec.c (struct ls_parser): New member keyword_ok.
1469         (linespec_lexer_lex_string): Add comment.
1470         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1471         for one.
1472         (parse_linespec): Set keyword_ok.
1473
1474 2012-10-10  Doug Evans  <dje@google.com>
1475
1476         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1477         "0x" prefix on address in log message.
1478
1479         * dwarf2read.c (read_1_byte): Add const to buf parameter.
1480         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1481         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1482         (lookup_dwo_file): Add const to dwo_name parameter.
1483         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1484
1485 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1486
1487         Fix crash during stepping on ppc32.
1488         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1489         SYM.
1490
1491 2012-10-03  Doug Evans  <dje@google.com>
1492
1493         PR symtab/14601
1494         * buildsym.c (buildsym_init): Reset using_directives to NULL.
1495
1496 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
1497
1498         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1499         output and use uint32_t not long to ensure 4 byte size.
1500
1501 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
1502
1503         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1504         unref'ed it.
1505
1506 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
1507
1508         * target.c (simple_search_memory): Include access length in
1509         warning message.
1510
1511 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
1512             Edjunior Machado  <emachado@linux.vnet.ibm.com>
1513
1514         PR gdb/13989
1515         * solib.c (solib_find): Prevent GDB from loading native libraries when
1516         debugging a cross-target corefile.
1517
1518 2012-09-28  selven  <pcthegreat@gmail.com>
1519
1520         Make definition match declaration.
1521
1522         * regcache.c (regcache_register_status): Change return type to
1523         enum register_status.
1524
1525 2012-09-28  Yao Qi  <yao@codesourcery.com>
1526
1527         * mi/mi-main.c (mi_cmd_data_write_memory): Call
1528         write_memory_with_notification instead of write_memory.
1529         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1530         instead of target_write_memory.
1531
1532 2012-09-28  Yao Qi  <yao@codesourcery.com>
1533
1534         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1535         when the length of content is not an even number.
1536
1537 2012-09-27  Tom Tromey  <tromey@redhat.com>
1538
1539         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1540         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1541
1542 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1543
1544         * sol-thread.c (sol_thread_fetch_registers)
1545         (sol_thread_store_registers): Delete commented out code.
1546
1547 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1548
1549         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1550         Move these functions to sparc-sol-thread.c.
1551         * sparc-sol-thread.c: New file.
1552         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1553         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1554         configurations.
1555         * configure: Regenerate.
1556
1557 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1558
1559         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1560         Remove commented-out code.
1561
1562 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1563
1564         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1565         Enable this code for sparc hosts only.
1566
1567 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1568
1569         * procfs.h (procfs_find_LDT_entry): Add declaration.
1570         * sol-thread.c (ps_lgetLDT): Delete local declaration of
1571         function procfs_find_LDT_entry.
1572
1573 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1574
1575         * procfs.c (proc_get_LDT_entry): Make static.
1576
1577 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1578
1579         * procfs.c (proc_find_memory_regions): Fix declaration.
1580
1581 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1582
1583         * amd64-tdep.c (amd64_return_value): Revert previous change
1584         that used TYPE_LENGTH directly.
1585         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1586         (bfin_store_return_value): Likewise.
1587         * cris-tdep.c (cris_store_return_value): Likewise.
1588         (cris_extract_return_value): Likewise.
1589         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1590         * hppa-tdep.c (hppa64_return_value): Likewise.
1591         * lm32-tdep.c (lm32_store_return_value): Likewise.
1592         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1593         * spu-tdep.c (spu_value_from_register): Likewise.
1594         * vax-tdep.c (vax_return_value): Likewise.
1595
1596 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1597
1598         * gdbtypes.c (lookup_array_range_type): Expand parameters
1599         LOW_BOUND and HIGH_BOUND to LONGEST.
1600         (lookup_string_range_type): Likewise.
1601         * gdbtypes.h (lookup_array_range_type): Likewise.
1602         (lookup_string_range_type): Likewise.
1603         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1604         Expand HIGHBOUND to ssize_t.
1605         (value_string): Likewise.
1606         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1607         (value_string): Likewise.
1608
1609 2012-09-27  Yao Qi  <yao@codesourcery.com>
1610
1611         PR breakpoints/13898
1612         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1613         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1614         per breakpoint type.
1615
1616 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1617
1618         * procfs.c: Add gdb_bfd header.
1619         * rs6000-nat.c: Likewise.
1620         * solib-pa64.c: Likewise.
1621         * spu-linux-nat.c: Likewise.
1622         * windows-nat.c: Likewise.
1623
1624 2012-09-26  Tom Tromey  <tromey@redhat.com>
1625
1626         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1627
1628 2012-09-26  Tom Tromey  <tromey@redhat.com>
1629
1630         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1631         (read_common_block): Handle child DIEs with
1632         DW_AT_data_member_location.
1633         (new_symbol_full): Add special case for common blocks.
1634
1635 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1636             Tom Tromey  <tromey@redhat.com>
1637
1638         * dwarf2read.c (read_common_block): Rewrite.
1639         (new_symbol_full): Handle DW_TAG_common_block.
1640         * f-lang.c (head_common_list, find_common_for_function):
1641         Remove.
1642         * f-lang.h (struct common_entry, struct saved_f77_common,
1643         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1644         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1645         BLANK_COMMON_NAME_LOCAL): Remove.
1646         (struct common_block): New.
1647         * f-valprint.c (list_all_visible_commons): Remove.
1648         (info_common_command_for_block): New function.
1649         (info_common_command): Use it.
1650         * stack.c (iterate_over_block_locals): Special case for
1651         COMMON_BLOCK_DOMAIN.
1652         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1653         constant.
1654         (struct general_symbol_info) <value.common_block>: New field.
1655         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1656
1657 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1658             Tom Tromey  <tromey@redhat.com>
1659
1660         * f-lang.c (allocate_saved_bf_node,
1661         allocate_saved_function_node, allocate_saved_f77_common_node,
1662         allocate_common_entry_node, tail_common_list, current_common,
1663         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1664         tmp_bf_ptr, add_common_block, add_common_entry,
1665         find_first_common_named, patch_common_entries,
1666         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1667         global_remote_debug, get_bf_for_fcn, saved_function_list,
1668         saved_function_list_end, clear_function_list, struct saved_fcn,
1669         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1670         SAVED_BF, SAVED_BF_PTR): Remove.
1671         * f-lang.h (tail_common_list, current_common,
1672         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1673         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1674         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1675         real_main_c_value): Remove.
1676         * f-valprint.c (there_is_a_visible_common_named): Remove.
1677
1678 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1679
1680         * breakpoint.c (update_global_location_list): Ignore previous
1681         duplicate status of a breakpoint when starting a new scan for
1682         duplicate breakpoints.
1683
1684 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1685         PR breakpoints/14419
1686         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1687         support LLVM compiler.
1688
1689 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1690
1691         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1692         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1693         (bfin_store_return_value): Likewise.
1694         * cris-tdep.c (cris_store_return_value): Likewise.
1695         (cris_extract_return_value): Likewise.
1696         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1697         * hppa-tdep.c (hppa64_return_value): Likewise.
1698         * lm32-tdep.c (lm32_store_return_value): Likewise.
1699         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1700         * spu-tdep.c (spu_value_from_register): Likewise.
1701         * vax-tdep.c (vax_return_value): Likewise.
1702
1703 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1704
1705         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1706         parameter LEN to ssize_t.
1707
1708 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1709
1710         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1711         variable LEN.
1712         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1713         directly.
1714         (alpha_store_return_value): Likewise.
1715         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1716         (amd64_push_arguments): Likewise.
1717         * ax-gdb.c (gen_trace_static_fields): Likewise.
1718         (gen_traced_pop): Likewise.
1719         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1720         * breakpoint.c (update_watchpoint): Likewise.
1721         * findcmd.c (parse_find_args): Use local variable for type
1722         instead of length.
1723         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1724         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1725         (h8300_store_return_value): Likewise.
1726         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1727         Use i386_darwin_arg_type_alignment directly.
1728         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1729         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1730         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1731         (m68hc11_extract_return_value): Likewise.
1732         * mep-tdep.c (mep_push_dummy_call): Likewise.
1733         * printcmd.c (float_type_from_length): Likewise.
1734         * s390-tdep.c (s390_value_from_register): Likewise.
1735         * stack.c (read_frame_arg): Likewise.
1736         * tracepoint.c (encode_actions_1): Likewise.
1737         * valops.c (value_fetch_lazy): Use local variable for type
1738         instead of length.  Use TYPE_LENGTH directly.
1739         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1740
1741 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1742
1743         * symtab.c (skip_prologue_sal): Fix typo in comment.
1744
1745 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1746
1747         * linespec.c (create_sals_line_offset): Fix typo in comment.
1748
1749 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1750
1751         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1752         use plongest to print the array size.
1753
1754 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1755
1756         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1757         * p-valprint.c (pascal_type_print_base): Likewise.
1758
1759 2012-09-22  Yao Qi  <yao@codesourcery.com>
1760
1761         * remote.c (remote_get_trace_status): Remove setting default
1762         values of fields of 'ts'.
1763
1764 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1765
1766         Fix internal error on canonicalization of clang types.
1767         * cp-name-parser.y (operator): New comment at make_operator call for
1768         new, delete, new[] and delete[].
1769         (exp): Use "sizeof ".  Add new comment at make_operator call.
1770
1771 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1772
1773         Fix disassemble without parameters in tailcall frame.
1774         * cli/cli-cmds.c (disassemble_current_function): Use
1775         get_frame_address_in_block.
1776
1777 2012-09-21  Tom Tromey  <tromey@redhat.com>
1778
1779         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1780         TYPE_CODE_UNION>: Unify, removing a goto.
1781
1782 2012-09-21  Tom Tromey  <tromey@redhat.com>
1783
1784         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1785
1786 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1787
1788         * findvar.c (read_frame_register_value): Mark the result value as
1789         optimized out if any of the input registers have been optimized out.
1790
1791 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1792
1793         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1794
1795 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1796
1797         * eval.c (evaluate_subexp_standard): Eliminate single-use
1798         variable LOWER.
1799
1800 2012-09-21  Yao Qi  <yao@codesourcery.com>
1801
1802         * mi/mi-interp.c: Declare mi_record_changed.
1803         (mi_interpreter_init): Call observer_attach_record_changed.
1804         (mi_record_changed): New.
1805         * record.c (record_open): Call observer_notify_record_changed.
1806         (cmd_record_stop): Call observer_notify_record_changed.
1807         * NEWS: Mention it.
1808
1809 2012-09-20  Tom Tromey  <tromey@redhat.com>
1810
1811         * NEWS: Update.
1812         * python/python.c (finalize_python): New function.
1813         (_initialize_python): Make a final cleanup.
1814
1815 2012-09-19  Doug Evans  <dje@google.com>
1816
1817         * buildsym.h (param_symbols): Delete, unused.
1818         (context_stack): Delete member "params", unused.
1819         * buildsym.c (push_context): Update.
1820         * dwarf2read.c (read_func_scope): Update.
1821
1822 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1823
1824         * sh-tdep.c (sh_register_convert_to_virtual)
1825         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1826         all callers.  Just do a memcpy if not the little-endian case.
1827
1828         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1829         set_gdbarch_double_format and set_gdbarch_long_double_format.
1830         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1831         set_gdbarch_double_format.
1832         * sh-tdep.c (sh_gdbarch_init): Likewise.
1833
1834         * NEWS: Document the removal of SH's 'regs' command.
1835         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1836         command.
1837
1838 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1839
1840         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1841         `jump'.
1842
1843 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1844
1845         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1846         language when iterating over symbols.
1847
1848 2012-09-18  Yao Qi  <yao@codesourcery.com>
1849
1850         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1851         (mi_interpreter_init): Call observer_attach_tsv_created and
1852         observer_attach_tsv_deleted.
1853         (mi_tsv_created, mi_tsv_deleted): New.
1854         * tracepoint.c (delete_trace_state_variable): Call
1855         observer_notify_tsv_deleted.
1856         (trace_variable_command): Call observer_notify_tsv_created.
1857         (delete_trace_variable_command): Call
1858         observer_notify_tsv_deleted.
1859         (create_tsv_from_upload): Call observer_notify_tsv_created.
1860         * NEWS: Mention it.
1861
1862 2012-09-18  Yao Qi  <yao@codesourcery.com>
1863
1864         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1865         if traceframe changed.
1866         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1867         "trace-find".
1868         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1869         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1870         'traceframe_changed'.
1871         (mi_traceframe_changed): New.
1872         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1873         New field.
1874         * NEWS: Mention the new MI notification.
1875
1876 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1877
1878         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1879
1880 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1881
1882         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1883         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1884         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
1885         Extend code also for PaX support.  Convert all gdb_assert to warning
1886         calls.
1887
1888 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1889
1890         Implement auto-load user conveniences suggested by Doug Evans.
1891         * auto-load.c: Include top.h.
1892         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
1893         (_initialize_auto_load): New variable scripts_directory_help.  Mention
1894         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
1895         scripts-directory.  Document in online help one can use also files for
1896         set auto-load safe-path.
1897         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
1898         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
1899
1900 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1901
1902         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
1903         of LEN.
1904
1905 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1906
1907         * m2-valprint.c (m2_print_array_contents): Eliminate variable
1908         ELTLEN and use TYPE_LENGTH directly.
1909         (m2_val_print): Likewise.
1910         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
1911         variable LEN and use TYPE_LENGTH directly.
1912         (m68k_svr4_store_return_value): Likewise.
1913         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
1914         ARGLEN and use TYPE_LENGTH directly.
1915         (mips_o64_push_dummy_call): Likewise.
1916         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
1917         variable LENGTH and use TYPE_LENGTH directly.
1918         (s390_function_arg_float): Likewise.
1919         (s390_function_arg_integer): Likewise.
1920         (s390_push_dummy_call): Likewise.
1921         (s390_return_value_convention): Likewise.
1922         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
1923         TYPE_LENGTH directly.
1924
1925 2012-09-17  Yao Qi  <yao@codesourcery.com>
1926
1927         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
1928         Update comment to add_setshow_integer_cmd.
1929         * cli/cli-setshow.c (do_set_command): Handle case
1930         'var_zuinteger_unlimited'.
1931         (do_show_command): Likewise.
1932         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
1933         for command 'remotetimeout'.
1934         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
1935         to var_integer.
1936         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
1937         for command 'set listsize'.
1938
1939 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
1940
1941         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
1942         variable LEN.
1943
1944 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1945
1946         PR 14119
1947         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
1948         (frame_pop): Drop also TAILCALL_FRAME frames.
1949         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
1950
1951 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1952             Pedro Alves  <palves@redhat.com>
1953
1954         PR 14548
1955         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
1956         function start if we are already at function start.  Both for
1957         reverse-next and for reverse-step into function without line number
1958         info.
1959
1960 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1961
1962         Code cleanup - rename 'inline' depth to 'artificial' depth.
1963         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
1964         frame_id_artificial_p, extend the comment.
1965         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
1966         * frame.c (fprint_frame_id): Rename at a user, change debug output
1967         text to "artificial=".
1968         (skip_inlined_frames): Rename to ...
1969         (skip_artificial_frames): ... here.  Extend the comment.
1970         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
1971         (frame_id_inlined_p): Rename to ...
1972         (frame_id_artificial_p): ... here.  Rename at a user.
1973         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
1974         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
1975         at a user.
1976         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
1977         Extend the comment.
1978         (frame_id_inlined_p): Rename to ...
1979         (frame_id_artificial_p): ... here.
1980         * inline-frame.c (inline_frame_this_id): Rename at a user.
1981
1982 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
1983
1984         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
1985         vector variables using vector_size syntax rather than array
1986         syntax.
1987
1988 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
1989
1990         * valarith.c (value_concat): Replace unsafe ALLOCA with
1991         XMALLOC/XFREE.
1992
1993 2012-09-14  Pedro Alves  <palves@redhat.com>
1994
1995         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
1996
1997 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
1998
1999         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2000         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2001         data-directory as appropriate.
2002
2003 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2004
2005         * printcmd.c (ui_printf): Eliminate single-use variable
2006         PARAM_LEN.
2007
2008 2012-09-14  Yao Qi  <yao@codesourcery.com>
2009             Pedro Alves  <palves@redhat.com>
2010
2011         * valops.c (value_assign): Move observer_notify_target_changed
2012         below to replace reinit_frame_cache.
2013
2014 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
2015
2016         Refactor Python "gdb" module into a proper Python package, by
2017         introducing a new "_gdb" module for code implemented in C, and
2018         using reload/__import__ instead of exec.
2019         * python/lib/gdb/__init__.py: Import * from _gdb.
2020         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2021         prompt_hook, sys.argv): Moved from finish_python_initialization.
2022         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2023         (packages, auto_load_packages): New list and function replacing
2024         module_dict and auto-loading code, using __file__ instead of
2025         gdb.PYTHONDIR and reload/__import__ instead of exec.
2026         (GdbSetPythonDirectory): Replacing function of the same name
2027         from finish_python_initialization, using reload/__import__ instead
2028         of exec, as well as call auto_load_packages.
2029         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2030         gdb_python_module and not gdb_module.
2031         * python/python-internal.h (gdb_python_module): Declare.
2032         * python/python.c (gdb_python_module): New global.
2033         (before_prompt_hook): Check gdb_python_module and not gdb_module.
2034         (_initialize_python): Rename gdb module to _gdb.
2035         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2036         (finish_python_initialization): Move Python code to
2037         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2038         __main__.
2039
2040 2012-09-13  Pedro Alves  <palves@redhat.com>
2041
2042         * Makefile.in (COMMON_OBS): Add registry.o.
2043         * registry.c: New file.
2044         * registry.h (struct registry_container): Declare.
2045         (registry_data_callback): New typedef.
2046         (struct registry_data, struct registry_data_registration, struct
2047         registry_data_registry): New type.
2048         (register_data_with_cleanup, registry_alloc_data)
2049         (registry_callback_adaptor, registry_clear_data)
2050         (registry_container_free_data, registry_set_data, registry_data):
2051         Declare.
2052         (DEFINE_REGISTRY): Refactor structures and functions as shims over
2053         the new common structures and functions.
2054         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
2055         callback typedefs.
2056
2057 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
2058
2059         * remote.c (remote_insert_hw_breakpoint): Throw exception if
2060         there is an error inserting hardware breakpoints and use the
2061         error message from the target.
2062
2063         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2064         Catch this exception and print the error message contained within. Do not
2065         print the default hardware error breakpoint message in this case.
2066
2067 2012-09-12  Doug Evans  <dje@google.com>
2068
2069         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2070         cu == NULL.
2071
2072 2012-09-11  Doug Evans  <dje@google.com>
2073
2074         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2075         .gdb_index symbol attributes if there are none.
2076
2077 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2078
2079         * symtab.h (struct minimal_symbol) [has_size]: New field.
2080         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2081         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2082         * printcmd.c (build_address_symbolic): Only filter out zero-sized
2083         minimal symbols if the symbol's size is actually known.
2084         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2085         of msymbol's size field.  Add comment.
2086         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2087         SET_MSYMBOL_SIZE to set the minimal symbol size.
2088
2089 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2090
2091         * minsyms.c (install_minimal_symbols): Use memset to fill entire
2092         minimal_symbol struct object, rather than setting some of its
2093         fields one by one.
2094
2095 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
2096
2097         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2098         passed_a_ptr flag when displaying typedef types.
2099
2100 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
2101
2102         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2103         the optimized_out flag is preserved.
2104
2105 2012-09-10  Anthony Green  <green@moxielogic.com>
2106
2107         * moxie-tdep.c (moxie_analyze_prologue): Update for function
2108         prologue changes in GCC.
2109
2110 2012-09-10  Keith Seitz  <keiths@redhat.com>
2111
2112         PR gdb/13483
2113         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2114         (BOOL_CONVERSION_BADNESS): ... this.
2115         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2116         (rank_one_type): Allow all boolean conversions
2117         permitted by the standard.
2118
2119 2012-09-06  Tom Tromey  <tromey@redhat.com>
2120
2121         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2122         Don't decref py_objfile.
2123
2124 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
2125
2126         Do not enable -lmcheck by default when Python is enabled with
2127         threading support.
2128         * configure.ac: (python_has_threads) New variable, by testing
2129         if WITH_THREAD is defined in Python.h.
2130         Move --enable-lmcheck after --with-python.
2131         Do not enable -lmcheck by default if python_has_threads=yes.
2132         Warn if --enable-lmcheck and python_has_threads=yes.
2133         * configure: Regenerate.
2134
2135 2012-08-31  Yao Qi  <yao@codesourcery.com>
2136
2137         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2138         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2139         Update some commands.
2140         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2141         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
2142         to 1.
2143
2144 2012-08-31  Yao Qi  <yao@codesourcery.com>
2145
2146         * mi/mi-cmds.c (mi_cmds): Add 'static'.
2147
2148 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
2149
2150         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2151
2152 2012-08-29  Doug Evans  <dje@google.com>
2153
2154         * main.c (print_gdb_help): Remove reference to
2155         --use-deprecated-index-sections.
2156
2157 2012-08-28  Yao Qi  <yao@codesourcery.com>
2158
2159         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2160         (init_cmds): Call add_setshow_uinteger_cmd for command
2161         'max-user-call-depth'.
2162         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2163         declaration of 'max_user_call_depth'.
2164         * frame.c (backtrace_limit): Add 'unsigned'.
2165         (_initialize_frame): Call add_setshow_uinteger_cmd for command
2166         'limit'.
2167         * remote.c (remoteaddresssize): Add 'unsigned'.
2168         (remote_address_masked): Change local var 'address_size' to
2169         'unsigned'.
2170         (_initialize_remote): Call add_setshow_uinteger_cmd for
2171         'remoteaddresssize'.
2172         * top.c (history_size): Add 'unsigned'.
2173         (show_commands): Change local variables to 'unsigned'.
2174         (set_history_size_command): Don't check history_size is negative.
2175         Adjust the condition to call unstifle_history and set history_size
2176         to UNIT_MAX.
2177
2178 2012-08-28  Pedro Alves  <palves@redhat.com>
2179
2180         PR gdb/14428
2181
2182         * infcmd.c (default_print_one_register_info): New, factored out
2183         from default_print_registers_info.
2184         (default_print_registers_info): Use it.  Mark value unavailable if
2185         necessary.
2186         (registers_info): Print user registers with
2187         default_print_one_register_info.
2188
2189 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
2190
2191         PR tui/14486
2192         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2193         is not NULL before referencing it.
2194
2195 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2196
2197         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2198         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
2199         original PC for it.
2200
2201 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
2202             Jan Kratochvil  <jan.kratochvil@redhat.com>
2203
2204         * auto-load.c (auto_load_objfile_script): Rename to ...
2205         (auto_load_objfile_script_1): ... here, change variable realname to
2206         parameter realname, document it, add return value, add variable retval.
2207         (auto_load_objfile_script): New function.
2208
2209 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2210
2211         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2212         followed by a whitespace.
2213
2214 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2215
2216         PR gdb/14494.
2217         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2218         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2219         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2220         here.
2221
2222 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
2223
2224         * memattr.c (create_mem_region): Fix memory region overlapping
2225         checking.
2226
2227 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2228
2229         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2230         with xmalloc/cleanup.
2231         * mt-tdep.c (mt_push_dummy_call): Likewise.
2232         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2233         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2234
2235 2012-08-24  Yao Qi  <yao@codesourcery.com>
2236
2237         * jv-exp.y (push_expression_name): Add "." at the end of error
2238         message.
2239
2240 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2241
2242         Document how to return from "python-interactive" to GDB.
2243         * python/python.c (_initialize_python): Update documentation.
2244
2245 2012-08-23  Pedro Alves  <palves@redhat.com>
2246
2247         * infrun.c (_initialize_infrun) <handle command help text>:
2248         Mention that multiple signals are supported.
2249
2250 2012-08-23  Pedro Alves  <palves@redhat.com>
2251
2252         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2253         string.
2254
2255 2012-08-23  Yao Qi  <yao@codesourcery.com>
2256
2257         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2258         (tfind_1): Don't call registers_changed, set_traceframe_num,
2259         and clear_traceframe_info.
2260         Call set_current_traceframe.
2261         (set_current_traceframe): call set_traceframe_num.
2262
2263 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
2264
2265         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2266         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2267
2268 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2269
2270         Enable readline in Python in a GDB-specific way and block the
2271         standard Python readline module to prevent conflicts with GDB.
2272         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2273         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2274         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2275         * python/py-gdb-readline.c: New file.
2276         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2277         prototype.
2278         * python/python.c (_initialize_python): Call
2279         gdbpy_initialize_gdb_readline.
2280
2281 2012-08-22  Keith Seitz  <keiths@redhat.com>
2282
2283         * defs.h: Include build-gnulib/config.h
2284
2285 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
2286
2287         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2288         and blx pc.
2289
2290 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2291
2292         Add a new "python-interactive" command that starts a standard
2293         Python interactive prompt with "pi" as alias, and add "py" as
2294         an alias to "python".
2295         * NEWS: Mention the new commands.
2296         * python/python.c (eval_python_command): New function.
2297         (python_interactive_command): For "python-interactive" with
2298         arguments, call eval_python_command.  For "python-interactive"
2299         without arguments, call PyRun_InteractiveLoop.
2300         (_initialize_python): Add "python-interactive" command with
2301         "pi" as alias, and add "py" as an alias to "python".
2302
2303 2012-08-22  Tom Tromey  <tromey@redhat.com>
2304
2305         * defs.h (quit_flag): Don't declare.
2306         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2307         (QUIT): Use new functions.
2308         * event-top.c (command_handler): Use clear_quit_flag.
2309         (handle_sigint): Use set_quit_flag.
2310         (async_request_quit): Use check_quit_flag.  Don't check
2311         immediate_quit.
2312         * exceptions.c (throw_exception): Use clear_quit_flag.
2313         * main.c (captured_main): Use clear_quit_flag.
2314         * python/python.c (clear_quit_flag, set_quit_flag)
2315         (check_quit_flag): New functions.
2316         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2317         clear_quit_flag.
2318         * remote.c (remote_wait_as): Use check_quit_flag,
2319         clear_quit_flag.
2320         (remote_start_remote): Call QUIT.
2321         * symfile.c (load_progress): Use check_quit_flag.
2322         * top.c (command_loop): Use clear_quit_flag.
2323         (command_line_input): Call QUIT.
2324         * utils.c (quit_flag): Conditionally define.
2325         (clear_quit_flag, check_quit_flag, set_quit_flag): New
2326         functions.
2327         (prompt_for_continue): Call QUIT.  Use quit, not
2328         async_request_quit.
2329         * remote-mips.c (mips_expect_timeout): Call QUIT.
2330         * monitor.c (monitor_expect): Call QUIT.
2331
2332 2012-08-22  Tom Tromey  <tromey@redhat.com>
2333
2334         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2335         (async_init_signals): Update.
2336         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2337         (SIGWINCH_HANDLER_BODY): Remove.
2338
2339 2012-08-22  Tom Tromey  <tromey@redhat.com>
2340
2341         * jit.c (jit_object_close_impl): Don't malloc the objfile
2342         name.
2343         * objfiles.c (allocate_objfile): Don't malloc the objfile
2344         name.
2345         (free_objfile): Don't free the objfile name.
2346         * objfiles.h (struct objfile) <name>: Update comment.
2347         * symfile.c (reread_symbols): Fix reference counting.  Don't
2348         malloc objfile name.
2349
2350 2012-08-22  Tom Tromey  <tromey@redhat.com>
2351
2352         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2353         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2354         (symfile_bfd_open): Likewise.
2355         (generic_load): Likewise.
2356         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2357         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2358         gdb_bfd_open.
2359         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2360         Use gdb_bfd_open.
2361         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2362         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2363         (pmon_load_fast): Likewise.
2364         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2365         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2366         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2367         (macho_check_dsym): Likewise.
2368         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2369         (m32r_upload_command): Likewise.
2370         * gdb_bfd.h (gdb_bfd_cache): Declare.
2371         * gdb_bfd.c (struct gdb_bfd_data): New.
2372         (gdb_bfd_cache): New global.
2373         (struct gdb_bfd_cache_search): New.
2374         (hash_bfd): New function.
2375         (eq_bfd): Likewise.
2376         (gdb_bfd_open): Likewise.
2377         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2378         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
2379         gdb_bfd_data.
2380         * exec.c (exec_file_attach): Use gdb_bfd_open.
2381         * dsrec.c (load_srec): Use gdb_bfd_open.
2382
2383 2012-08-22  Tom Tromey  <tromey@redhat.com>
2384
2385         * dwarf2read.c (macro_start_file): Update.
2386         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2387         (free_objfile_per_bfd_storage): Destroy macro_cache.
2388         (allocate_objfile, free_objfile): Update.
2389         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2390         New field.
2391         (struct objfile) <macro_cache>: Remove.
2392         * symfile.c (reread_symbols): Update.
2393         * symmisc.c (print_symbol_bcache_statistics): Update.
2394         (print_objfile_statistics): Update.
2395
2396 2012-08-22  Tom Tromey  <tromey@redhat.com>
2397
2398         * elfread.c (elf_symtab_read): Update.
2399         * objfiles.c (objfiles_bfd_data): New global.
2400         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2401         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2402         (allocate_objfile, free_objfile): Update.
2403         (_initialize_objfiles): Initialize objfiles_bfd_data.
2404         * objfiles.h (struct objfile_per_bfd_storage): New.
2405         (struct objfile) <per_bfd>: New field.
2406         <filename_cache>: Remove.
2407         (set_objfile_per_bfd): Declare.
2408         * symfile.c (reread_symbols): Update.  Call
2409         set_objfile_per_bfd.
2410         (allocate_symtab): Update.
2411         * symmisc.c (print_symbol_bcache_statistics): Update.
2412         (print_objfile_statistics): Print the size of the BFD obstack.
2413
2414 2012-08-22  Tom Tromey  <tromey@redhat.com>
2415
2416         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
2417         * gdb_bfd.c: Use DEFINE_REGISTRY.
2418         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2419         (gdb_bfd_ref): Call bfd_alloc_data.
2420         (gdb_bfd_unref): Call bfd_free_data.
2421
2422 2012-08-22  Tom Tromey  <tromey@redhat.com>
2423
2424         * registry.h (struct registry_fields): New.
2425         (REGISTRY_FIELDS): Redefine.
2426         (REGISTRY_ACCESS_FIELD): New macro.
2427         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
2428         functions.
2429
2430 2012-08-22  Tom Tromey  <tromey@redhat.com>
2431
2432         * auto-load.c (_initialize_auto_load): Update.
2433         * solib-svr4.c (_initialize_svr4_solib): Update
2434         * solib-dsbt.c (_initialize_dsbt_solib): Update.
2435         * solib-darwin.c (_initialize_darwin_solib): Update.
2436         * registry.h: New file.
2437         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2438         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2439         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
2440         (register_program_space_data_with_cleanup)
2441         (register_program_space_data, program_space_alloc_data)
2442         (clear_program_space_data, set_program_space_data)
2443         (program_space_data): Don't declare.
2444         * progspace.c: Use DEFINE_REGISTRY.
2445         (struct program_space_data, struct
2446         program_space_data_registration, struct
2447         program_space_data_registry, program_space_data_registry)
2448         (register_program_space_data_with_cleanup)
2449         (register_program_space_data, program_space_alloc_data)
2450         (program_space_free_data, clear_program_space_data)
2451         (set_program_space_data, program_space_data): Remove.
2452         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
2453         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2454         (register_objfile_data_with_cleanup, register_objfile_data)
2455         (clear_objfile_data, set_objfile_data, objfile_data): Don't
2456         declare.
2457         * objfiles.c: Use DEFINE_REGISTRY.
2458         (struct objfile_data, struct objfile_data_registration, struct
2459         objfile_data_registry, objfile_data_registry)
2460         (register_objfile_data_with_cleanup, register_objfile_data)
2461         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2462         (set_objfile_data, objfile_data): Remove.
2463         (_initialize_objfiles): Update.
2464         * jit.c (_initialize_jit): Update.
2465         * inflow.c (_initialize_inflow): Update.
2466         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
2467         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2468         (register_inferior_data_with_cleanup, register_inferior_data)
2469         (clear_inferior_data, set_inferior_data, inferior_data): Don't
2470         declare.
2471         * inferior.c: Use DEFINE_REGISTRY.
2472         (struct inferior_data, struct inferior_data_registration, struct
2473         inferior_data_registry, inferior_data_registry)
2474         (register_inferior_data_with_cleanup, register_inferior_data)
2475         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
2476         (set_inferior_data, inferior_data): Remove.
2477         * auxv.c (_initialize_auxv): Update.
2478         * ada-lang.c (_initialize_ada_language): Update.
2479         * breakpoint.c (_initialize_breakpoint): Update.
2480         * i386-nat.c (i386_use_watchpoints): Update.
2481
2482 2012-08-22  Tom Tromey  <tromey@redhat.com>
2483
2484         * exec.c (exec_close, exec_file_attach): Update.
2485         (add_to_section_table): Initialize 'key' field.
2486         (add_target_sections, remove_target_sections): Add 'key' argument.
2487         * exec.h (add_target_sections, remove_target_sections): Add
2488         'key' argument.
2489         * solib.c (solib_map_sections, update_solib_list, clear_solib)
2490         (reload_shared_libraries_1): Update.
2491         * target.h (struct target_section) <key>: New field.
2492
2493 2012-08-22  Tom Tromey  <tromey@redhat.com>
2494
2495         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2496
2497 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2498
2499         * symfile.c (allocate_symtab): Use host_address_to_string
2500         function instead of cast of pointer to long which is not
2501         compatible with x86_64-w64-mingw32 build.
2502
2503 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2504
2505         * mips-tdep.c (is_octeon): New function.
2506         (is_octeon_bbit_op): New function.
2507         (mips32_next_pc): Handle Octeon's bbit instructions.
2508         (mips32_instruction_has_delay_slot): Likewise.
2509
2510 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2511
2512         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2513         before the function.
2514
2515 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2516
2517         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2518
2519 2012-08-19  Keith Seitz  <keiths@redhat.com>
2520
2521         PR c++/14365
2522         * c-typeprint.c (c_type_print_varspec_prefix): Pass
2523         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2524
2525 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
2526
2527         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2528         The typo broke "make TAGS".
2529
2530 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
2531
2532         GDB 7.5 released.
2533
2534 2012-08-17  Keith Seitz  <keiths@redhat.com>
2535
2536         PR c++/13356
2537         * gdbtypes.c (strict_type_checking): New variable.
2538         (show_strict_type_checking): New function.
2539         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2540         if strict type checking is disabled.
2541         (_initialize_gdbtypes): Add "check type" subcommand.
2542         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2543
2544 2012-08-17  Keith Seitz  <keiths@redhat.com>
2545
2546         * language.h (type_mode): Remove.
2547         (type_check): Remove.
2548         (struct language_defn): Remove la_type_check.
2549         (STRICT_TYPE): Remove unused macro.
2550         (type_error): Remove.
2551         * language.c (set_type_range_case): Renamed to ...
2552         (set_range_case): ... this.  Update all callers.
2553         Remove type_mode/type_check.
2554         (type_mode): Remove.
2555         (type_check): Remove.
2556         (show_type_command): Remove.
2557         (set_type_command): Remove.
2558         (language_info): Remove type checking output.
2559         (type_error): Remove unused function.
2560         (range_error): Update comment.
2561         (unknown_language_defn): Remove la_type_check.
2562         (auto_language_defn): Likewise.
2563         (local_language_defn): Likewise.
2564         (_initialize_language): Remove "check type" subcommand.
2565         * ada-lang.c (ada_language_defn): Remove la_type_check.
2566         * c-lang.c (c_language_defn): Likewise.
2567         (cplus_language_defn): Likewise.
2568         (asm_language_defn): Likewise.
2569         (minimal_language_defn): Likewise.
2570         * d-lang.c (d_language_defn): Likewise.
2571         * f-lang.c (f_language_defn): Likewise.
2572         * go-lang.c (go_language_defn): Likewise.
2573         * jv-lang.c (java_language_defn): Likewise.
2574         * m2-lang.c (m2_language_defn): Likewise.
2575         * objc-lang.c (objc_language_defn): Likewise.
2576         * opencl-lang.c (opencl_language_defn): Likewise.
2577         * p-lang.c (pascal_language_defn): Likewise.
2578
2579 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
2580
2581         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2582
2583 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2584
2585         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2586         New function.
2587         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2588         using the regache.  Use ia64_hpux_get_register_from_save_state_t
2589         to access the bsp and bspstore registers if not.
2590
2591 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2592
2593         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2594         * breakpoint.c (detach_breakpoints): Change pid parameter into
2595         a ptid.  Adjust code accordingly.
2596         * infrun.c (handle_inferior_event): Delete variable child_pid.
2597         Update call to detach_breakpoints to pass the child ptid for
2598         fork events.
2599         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2600         assert that inferior_ptid's lwp is zero.
2601         (linux_handle_extended_wait): Update call to detach_breakpoints.
2602         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2603         detach_breakpoints.
2604
2605 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2606
2607         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2608         parent, only call detach_breakpoints if tts.tts_event ==
2609         TTEVT_VFORK.
2610
2611 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2612
2613         * dwarf2-frame.c (dwarf2_frame_cache): Use
2614         get_frame_address_in_block instead of get_frame_pc as
2615         the bound for executing the frame's FDE.
2616
2617 2012-08-16  Yao Qi  <yao@codesourcery.com>
2618
2619         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2620         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2621         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2622         (c_type_print_varspec_suffix): Likewise.
2623         * eval.c (evaluate_subexp_standard): Likewise.
2624         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2625         (f_type_print_varspec_suffix): Likewise.
2626         * gdbtypes.c (is_scalar_type): Likewise.
2627         (recursive_dump_type): Likewise.
2628         * infcall.c (value_arg_coerce): Likewise.
2629         * m2-valprint.c (m2_val_print): Likewise.
2630         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2631         (pascal_type_print_varspec_suffix): Likewise.
2632         (pascal_type_print_base): Likewise.
2633         * p-valprint.c (pascal_val_print): Likewise.
2634         (pascal_val_print): Likewise.
2635         * valops.c (value_slice): Likewise.
2636         * valprint.c (scalar_type_p): Likewise.
2637         * valarith.c (value_bitstring_subscript): Remove.
2638         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2639         Remove comment on TYPE_CODE_BITSTRING.
2640
2641         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2642         TYPE_CODE_BITSTRING.
2643
2644         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2645         slot 0.
2646
2647 2012-08-16  Yao Qi  <yao@codesourcery.com>
2648
2649         * tracepoint.c (trace_find_none_command): Remove.
2650         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2651
2652 2012-08-16  Yao Qi  <yao@codesourcery.com>
2653
2654         * remote.c (handle_notification): Remove parameter 'length'.
2655         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2656
2657 2012-08-15  Keith Seitz  <keiths@redhat.com>
2658
2659         * gdbtypes.c (opaque_type_resolution): Make static.
2660         Add missing comment.
2661         (overload_debug): Add missing comment.
2662         (show_opaque_type_resolution): Likewise.
2663         (show_overload_debug): Likewise.
2664         (print_bit_vector): Remove unnecessary forward declaration.
2665         (print_arg_types): Likewise.
2666         (dump_fn_fieldlists): Likewise.
2667         (print_cplus_stuff): Likewise.
2668
2669 2012-08-15  Tom Tromey  <tromey@redhat.com>
2670
2671         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2672         (gdb_bfd_ref): Initialize new field.
2673         (gdb_bfd_unref): Unref the archive BFD.
2674         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2675         parent archive.
2676
2677 2012-08-15  Tom Tromey  <tromey@redhat.com>
2678
2679         PR python/14387:
2680         * python/py-bpevent.c (create_breakpoint_event_object): Update
2681         comment.
2682         * python/py-event.c (evpy_add_attribute): Update comment.
2683         * python/py-exitedevent.c (create_exited_event_object): Fix
2684         reference counting and error handling.
2685         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2686         Fix reference counting.
2687         * python/py-signalevent.c (create_signal_event_object): Fix
2688         reference counting and error handling.
2689         * python/py-stopevent.c (emit_stop_event): Fix reference
2690         counting.
2691         * python/py-threadevent.c (get_event_thread): Return a
2692         borrowed reference.
2693         * python/py-type.c (convert_field): Fix reference counting.
2694
2695 2012-08-15  Tom Tromey  <tromey@redhat.com>
2696
2697         * dwarf2read.c (dwarf_decode_macro_bytes)
2698         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2699         as hash key.
2700
2701 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2702
2703         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2704         stepi, nexti, finish, next, step, jump, and continue commands.
2705         * infrun.c (_initialize_infrun): Update help text for the handle
2706         command.
2707
2708 2012-08-14  Doug Evans  <dje@google.com>
2709
2710         * gdbtypes.c (struct extra): Delete, unused.
2711
2712         * gdbtypes.c: Whitespace cleanup.
2713         (address_space_name_to_int): Remove "extern" from definition.
2714         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2715
2716         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2717         TYPE_POINTER_TYPE (type).
2718
2719 2012-08-14  Gary Benson  <gbenson@redhat.com>
2720
2721         * solib-svr4.c (svr4_free_library_list): Use free_so.
2722
2723 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2724
2725         * .gitignore: Add go-exp.c.
2726
2727 2012-08-13  Doug Evans  <dje@google.com>
2728
2729         * value.c (show_convenience): Tweak comment.
2730         (_initialize_values): Mention convenience functions in the help text
2731         for "show convenience".
2732
2733 2012-08-13  Yao Qi  <yao@codesourcery.com>
2734
2735         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2736         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2737         TERNOP_SLICE_COUNT.
2738         * eval.c (evaluate_subexp_standard): Likewise.
2739         * expprint.c (print_subexp_standard): Likewise.
2740         (dump_subexp_body_standard): Likewise.
2741         * parse.c (operator_length_standard): Likewise.
2742
2743 2012-08-13  Yao Qi  <yao@codesourcery.com>
2744
2745         * std-operator.def: Remove OP_BITSTRING.
2746         * breakpoint.c (watchpoint_exp_is_const): Update.
2747         * eval.c (evaluate_subexp_standard): Remove handling to
2748         OP_BITSTRING.
2749         * expprint.c (print_subexp_standard): Likewise.
2750         (dump_subexp_body_standard): Likewise.
2751         * parse.c (operator_length_standard): Likewise.
2752         * valops.c (value_bitstring): Remove.
2753         * value.h: Remove the declaration of 'value_bitstring'.
2754
2755 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2756
2757         * linespec.c (find_methods): Remove unused variables `i1' and
2758         `name_len'.
2759         (decode_line_full): Likewise for `arg_start'.
2760
2761 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2762
2763         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2764         (zlib_decompress_section): Likewise for `section_data'.
2765         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2766
2767 2012-08-10  Doug Evans  <dje@google.com>
2768
2769         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2770         * NEWS: Document them.
2771         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2772         function/strfns.py.
2773         * python/py-type.c (typy_array_1): New function.
2774         (typy_array): Call it.
2775         (typy_vector): New function.
2776         (type_object_methods): Add "vector".
2777         * python/lib/gdb/function/__init__.py: New file.
2778         * python/lib/gdb/function/strfns.py: New file.
2779
2780 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2781
2782         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2783         for TYPE_FIELD_BITPOS.
2784         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2785
2786 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2787
2788         PR cli/10436:
2789         * common/vec.h (VEC_merge): Define.
2790         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2791         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2792         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2793         * completer.c: Include gdb_signals.h.
2794         (signal_completer): Define.
2795         * completer.h (signal_completer): Add prototype.
2796         * infcmd.c (_initialize_infcmd): Assign the command
2797         completer for "signal" to handle_completer.
2798         * infrun.c: Include completer.h.
2799         (handle_completer): Define.
2800         (_initialize_infrun): Declare a new local variable c.  Store the
2801         result of add_com("handle") to it.  Assign the command
2802         completer for "handle" to handle_completer.
2803
2804 2012-08-09  Yao Qi  <yao@codesourcery.com>
2805
2806         * cli/cli-decode.c (set_cmd_prefix): New.
2807         (lookup_cmd_for_prefixlist): New.
2808         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2809         of each cmd_list_element in *prefixlist.
2810         (add_setshow_cmd_full): set_cmd_prefix.
2811         (add_alias_cmd): Likewise.
2812         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2813         Declare 'auto_boolean_enums'.
2814         * cli/cli-setshow.c: Include "observer.h".
2815         (notify_command_param_changed_p): New.
2816         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2817         Remove 'static'.
2818         (do_setshow_command): Split it to ...
2819         (do_set_command, do_show_command): ... them.  New.
2820         (do_set_command): Call observer_notify_command_param_changed if
2821         notify_command_param_changed_p returns true.
2822         (cmd_show_list): Caller update.
2823         * auto-load.c (set_auto_load_cmd): Likewise.
2824         * remote.c (show_remote_cmd): Likewise.
2825         * cli/cli-setshow.h: Update declarations.
2826         * top.c (execute_command): Call do_set_command and do_show_command.
2827
2828         * NEWS: Mention new MI notification.
2829         * mi/mi-interp.c: Declare mi_command_param_changed.
2830         (mi_interpreter_init): Attach mi_command_param_changed to
2831         observer command_param_changed.
2832         (mi_command_param_changed): New.
2833         Remove mi_suppress_breakpoint_notifications.
2834         Define global variable mi_suppress_notification.
2835         (mi_breakpoint_created): Update.
2836         (mi_breakpoint_deleted): Likewise.
2837         (mi_breakpoint_modified): Likewise.
2838         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2839         'gdb-set' and set mi_suppress_notification.
2840         * mi/mi-main.h: (mi_suppress_notification): New struct.
2841
2842 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2843             Jan Kratochvil  <jan.kratochvil@redhat.com>
2844
2845         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2846
2847 2012-08-09  Yao Qi  <yao@codesourcery.com>
2848
2849         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2850         (skiplist): Move it to skip.c.
2851         (init_cmd_lists): Remove code setting enablebreaklist and
2852         skiplist to NULL.
2853         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2854         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2855         skiplist.
2856         * gdbcmd.h: Likewise.
2857         * skip.c (_initialize_step_skip): Move 'skiplist' from
2858         cli/cli-cmds.c.
2859
2860 2012-08-09  Yao Qi  <yao@codesourcery.com>
2861
2862         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2863         * gnu-nat.c, symfile.c: Likewise.
2864
2865 2012-08-08  Aaron Gamble  <agamble@google.com>
2866
2867         * utils.c (prompt_for_continue_wait_time): New static global.
2868         (make_command_stats_cleanup): Initialize it.
2869         (report_command_stats): Subtract time waiting for user.
2870         (prompt_for_continue): Track time waiting for user.
2871         (defaulted_query): Track time waiting for user.
2872
2873 2012-08-08  Doug Evans  <dje@google.com>
2874
2875         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2876         UNOP_MEMVAL_TYPE.
2877         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2878         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2879         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2880         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2881         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2882         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2883         elt.
2884         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
2885         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
2886         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
2887         (dump_prefix_expression): Handle OP_TYPE.
2888
2889 2012-08-08  Keith Seitz  <keiths@redhat.com>
2890
2891         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
2892         addr_start.
2893
2894 2012-08-08  Doug Evans  <dje@google.com>
2895
2896         * linux-thread-db.c: #include "gdb_vecs.h".
2897         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
2898         updated.
2899         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
2900         (thread_db_load_search): Use a vector to iterate over path elements.
2901         Handle text appearing after "$pdir".
2902
2903         * gdb_string.h: Moved to ...
2904         * common/gdb_string.h: ... here.
2905         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
2906         gdb_string.h and gdb_assert.h.
2907
2908 2012-08-08  Yao Qi  <yao@codesourcery.com>
2909
2910         * tic6x-tdep.c (tic6x_register_to_value): Remove.
2911         (tic6x_value_to_register): Likewise.
2912         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
2913         and set_gdbarch_value_to_register.
2914
2915 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2916             Jean-Marc Saffroy  <saffroy@gmail.com>
2917
2918         PR 11804
2919         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
2920         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
2921         * gcore.c (gcore_create_callback): New function comment.  Add modified
2922         parameter.  Only write modified regions.  Set SEC_READONLY exactly
2923         according to MODIFIED.
2924         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
2925         the passed modified value to FUNC.
2926         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
2927         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
2928         first.  New variables modified and has_anonymous.  Parse the lines of
2929         smaps file.  Add the passed MODIFIED value to FUNC.
2930         * procfs.c (find_memory_regions_callback): Add the passed modified
2931         value.
2932
2933 2012-08-06  Tom Tromey  <tromey@redhat.com>
2934
2935         * dwarf2-frame.c (clear_pointer_cleanup): New function.
2936         (dwarf2_frame_cache): Use it.
2937         * frame-unwind.h (frame_sniffer_ftype): Document prologue
2938         cache initialization constraint.
2939
2940 2012-08-06  Tom Tromey  <tromey@redhat.com>
2941
2942         PR python/14386:
2943         * varobj.c (update_dynamic_varobj_children): Don't call
2944         PyIter_Check.
2945
2946 2012-08-06  Tom Tromey  <tromey@redhat.com>
2947
2948         PR cli/14392:
2949         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
2950
2951 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2952
2953         * NEWS: New entry for 'cd' default parameters.
2954         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
2955
2956 2012-08-03  Tom Tromey  <tromey@redhat.com>
2957
2958         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
2959         return.
2960
2961 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
2962
2963         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
2964         to attempting lseek/write.
2965         (inf_child_fileio_pread): Likewise for pread.
2966
2967 2012-08-02  Yao Qi  <yao@codesourcery.com>
2968
2969         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
2970         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
2971         add_setshow_zinteger_cmd.
2972         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
2973         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
2974         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
2975         instead of add_setshow_zinteger_cmd.
2976         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
2977         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
2978         instead of add_setshow_zinteger_cmd.
2979         * frame.c (frame_debug): Add 'unsigned'.
2980         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
2981         add_setshow_zinteger_cmd.
2982         * frame.h: Update the declaration of 'frame_debug'.
2983         * gdbtypes.c (overload_debug): Add 'unsigned'.
2984         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
2985         add_setshow_zinteger_cmd.
2986         * inferior.h: Update declaration of 'debug_infrun'.
2987         * infrun.c (debug_infrun): Add 'unsigned'.
2988         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
2989         add_setshow_zinteger_cmd.
2990         * jit.c (jit_debug): Add 'unsigned'.
2991         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
2992         add_setshow_zinteger_cmd.
2993         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
2994         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
2995         instead of add_setshow_zinteger_cmd.
2996         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
2997         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
2998         add_setshow_zinteger_cmd.
2999         * machoread.c (mach_o_debug_level): Add 'unsigned'.
3000         (_initialize_machoread): Call add_setshow_zuinteger_cmd
3001         instead of add_setshow_zinteger_cmd.
3002         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3003         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3004         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3005         intead of add_setshow_zinteger_cmd.
3006         * mips-tdep.c (mips_debug): Add 'unsigned'.
3007         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3008         instead of add_setshow_zinteger_cmd.
3009         * monitor.c (monitor_debug): Add 'unsigned'.
3010         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3011         add_setshow_zinteger_cmd.
3012         * observer.c (observer_debug): Add 'unsigned'.
3013         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3014         add_setshow_zinteger_cmd.
3015         * parse.c (expressiondebug): Add 'unsigned'.
3016         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3017         add_setshow_zinteger_cmd.
3018         * record.c (record_debug): Add 'unsigned'.
3019         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3020         add_setshow_zinteger_cmd.
3021         * record.h: Update the declaration of 'record_debug'.
3022         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3023         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3024         add_setshow_zinteger_cmd.
3025         * serial.c (global_serial_debug_p): Add 'unsigned'.
3026         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3027         add_setshow_zinteger_cmd.
3028         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3029         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3030         add_setshow_zinteger_cmd.
3031         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3032         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3033         add_setshow_zinteger_cmd.
3034         * target.c (targetdebug): Add 'unsigned'.
3035         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3036         add_setshow_zinteger_cmd.
3037         * valops.c (overload_debug): Add 'unsigned'.
3038         * varobj.c (varobjdebug): Add 'unsigned'.
3039         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3040         add_setshow_zinteger_cmd.
3041         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3042         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3043         instead of add_setshow_zinteger_cmd.
3044
3045         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3046         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3047         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3048         instead of add_setshow_zinteger_cmd.
3049         * gdbarch.c, gdbarch.h: Re-generated.
3050
3051 2012-08-02  Yao Qi  <yao@codesourcery.com>
3052
3053         * nto-tdep.c: Don't include cli/cli-decode.h and
3054         cli/cli-cmds.h.
3055         (_initialize_nto_tdep): Remove.
3056         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3057         Remove field.
3058         Remove macro nto_internal_debugging.
3059
3060 2012-08-01  Richard Henderson  <rth@redhat.com>
3061
3062         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3063         (mep-*-*) [gdb_target_obs]: Likewise.
3064
3065 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
3066
3067         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3068         linux_get_siginfo_type.
3069
3070 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
3071
3072         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3073         AT_ENTRY_POINT.
3074         (call_function_by_hand) <ON_STACK>: Call write_memory with
3075         gdbarch_breakpoint_from_pc, if possible.
3076         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3077         here.
3078
3079 2012-07-31  Yao Qi  <yao@codesourcery.com>
3080
3081         * tracepoint.c: Add 'static' for some variables.
3082
3083 2012-07-31  Yao Qi  <yao@codesourcery.com>
3084
3085         * go32-nat.c: Declare _initialize_go32_nat.
3086         * ser-go32.c: Declare _initialize_ser_dos.
3087         * top.c (do_chdir_cleanup): Add 'static'.
3088
3089 2012-07-30  Keith Seitz  <keiths@redhat.com>
3090
3091         * linespec.c (linespec_lex_number): A number followed
3092         by quotes is a valid number, too.
3093
3094 2012-07-30  Tom Tromey  <tromey@redhat.com>
3095
3096         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3097
3098 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
3099
3100         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3101         attempt to 4-byte-align HW breakpoint addresses for Thumb.
3102
3103 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
3104
3105         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3106         invalid or reevaluated to prevent prevent references to possibly
3107         delete'd type objects being left in the varobj.
3108
3109 2012-07-27  Tom Tromey  <tromey@redhat.com>
3110             Jan Kratochvil  <jan.kratochvil@redhat.com>
3111
3112         * copying.awk: Print buffer-read-only and vi ro markers.
3113         * copying.c: Rebuild.
3114         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3115         * gdbarch.c, gdbarch.h: Rebuild.
3116         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3117         buffer-read-only and vi ro markers.
3118         * features/arm-with-iwmmxt.c: Rebuild.
3119         * features/arm-with-m-fpa-layout.c: Rebuild.
3120         * features/arm-with-m-vfp-d16.c: Rebuild.
3121         * features/arm-with-m.c: Rebuild.
3122         * features/arm-with-neon.c: Rebuild.
3123         * features/arm-with-vfpv2.c: Rebuild.
3124         * features/arm-with-vfpv3.c: Rebuild.
3125         * features/i386/amd64-avx-linux.c: Rebuild.
3126         * features/i386/amd64-avx.c: Rebuild.
3127         * features/i386/amd64-linux.c: Rebuild.
3128         * features/i386/amd64.c: Rebuild.
3129         * features/i386/i386-avx-linux.c: Rebuild.
3130         * features/i386/i386-avx.c: Rebuild.
3131         * features/i386/i386-linux.c: Rebuild.
3132         * features/i386/i386-mmx-linux.c: Rebuild.
3133         * features/i386/i386-mmx.c: Rebuild.
3134         * features/i386/i386.c: Rebuild.
3135         * features/i386/x32-avx-linux.c: Rebuild.
3136         * features/i386/x32-avx.c: Rebuild.
3137         * features/i386/x32-linux.c: Rebuild.
3138         * features/i386/x32.c: Rebuild.
3139         * features/mips-dsp-linux.c: Rebuild.
3140         * features/mips-linux.c: Rebuild.
3141         * features/mips64-dsp-linux.c: Rebuild.
3142         * features/mips64-linux.c: Rebuild.
3143         * features/rs6000/powerpc-32.c: Rebuild.
3144         * features/rs6000/powerpc-32l.c: Rebuild.
3145         * features/rs6000/powerpc-403.c: Rebuild.
3146         * features/rs6000/powerpc-403gc.c: Rebuild.
3147         * features/rs6000/powerpc-405.c: Rebuild.
3148         * features/rs6000/powerpc-505.c: Rebuild.
3149         * features/rs6000/powerpc-601.c: Rebuild.
3150         * features/rs6000/powerpc-602.c: Rebuild.
3151         * features/rs6000/powerpc-603.c: Rebuild.
3152         * features/rs6000/powerpc-604.c: Rebuild.
3153         * features/rs6000/powerpc-64.c: Rebuild.
3154         * features/rs6000/powerpc-64l.c: Rebuild.
3155         * features/rs6000/powerpc-7400.c: Rebuild.
3156         * features/rs6000/powerpc-750.c: Rebuild.
3157         * features/rs6000/powerpc-860.c: Rebuild.
3158         * features/rs6000/powerpc-altivec32.c: Rebuild.
3159         * features/rs6000/powerpc-altivec32l.c: Rebuild.
3160         * features/rs6000/powerpc-altivec64.c: Rebuild.
3161         * features/rs6000/powerpc-altivec64l.c: Rebuild.
3162         * features/rs6000/powerpc-cell32l.c: Rebuild.
3163         * features/rs6000/powerpc-cell64l.c: Rebuild.
3164         * features/rs6000/powerpc-e500.c: Rebuild.
3165         * features/rs6000/powerpc-e500l.c: Rebuild.
3166         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3167         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3168         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3169         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3170         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3171         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3172         * features/rs6000/powerpc-vsx32.c: Rebuild.
3173         * features/rs6000/powerpc-vsx32l.c: Rebuild.
3174         * features/rs6000/powerpc-vsx64.c: Rebuild.
3175         * features/rs6000/powerpc-vsx64l.c: Rebuild.
3176         * features/rs6000/rs6000.c: Rebuild.
3177         * features/s390-linux32.c: Rebuild.
3178         * features/s390-linux32v1.c: Rebuild.
3179         * features/s390-linux32v2.c: Rebuild.
3180         * features/s390-linux64.c: Rebuild.
3181         * features/s390-linux64v1.c: Rebuild.
3182         * features/s390-linux64v2.c: Rebuild.
3183         * features/s390x-linux64.c: Rebuild.
3184         * features/s390x-linux64v1.c: Rebuild.
3185         * features/s390x-linux64v2.c: Rebuild.
3186         * features/tic6x-c62x-linux.c: Rebuild.
3187         * features/tic6x-c62x.c: Rebuild.
3188         * features/tic6x-c64x-linux.c: Rebuild.
3189         * features/tic6x-c64x.c: Rebuild.
3190         * features/tic6x-c64xp-linux.c: Rebuild.
3191         * features/tic6x-c64xp.c: Rebuild.
3192
3193 2012-07-27  Tom Tromey  <tromey@redhat.com>
3194
3195         * c-exp.y (classify_name): Avoid assignment in condition.
3196
3197 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
3198
3199         * amd64-windows-tdep.c: Include "frame.h".
3200         (amd64_windows_skip_trampoline_code): New function.
3201         (amd64_windows_init_abi): Add trampoline registration.
3202
3203 2012-07-27  Yao Qi  <yao@codesourcery.com>
3204
3205         * tracepoint.c (cur_traceframe_number): Remove.
3206         (set_tfile_traceframe): Remove.
3207         (tfile_trace_find, tfile_fetch_registers): Update callers.
3208         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3209         (tfile_open, tfile_trace_find): Likewise.
3210
3211 2012-07-27  Yao Qi  <yao@codesourcery.com>
3212
3213         * thread.c (switch_to_thread): Don't call registers_changed.
3214
3215 2012-07-26  Tom Tromey  <tromey@redhat.com>
3216
3217         * Makefile.in (SFILES): Remove objc-exp.y.
3218         (YYFILES): Remove objc-exp.c.
3219         (YYOBJ): Remove objc-exp.o.
3220         (local-maintainer-clean): Don't mention objc-exp.c.
3221         * c-exp.y: Include objc-lang.h.
3222         (%union) <class>: New field.
3223         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3224         (exp): Clone subscript production for OBJC_LBRAC.  Add various
3225         Objective C productions.
3226         (msglist, msgarglist, msgarg): New productions.
3227         (array_mod, func_mod, operator): Clone productions for
3228         OBJC_LBRAC.
3229         (parse_string_or_char): Handle '@' strings.
3230         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
3231         (classify_name): Check la_name_of_this.  Recognize ObjC class
3232         names.
3233         * objc-exp.y: Remove.
3234         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3235         * objc-lang.h (objc_parse, objc_error): Don't declare.
3236
3237 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
3238
3239         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3240
3241 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3242
3243         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3244         and decrement.
3245
3246 2012-07-26  Tom Tromey  <tromey@redhat.com>
3247
3248         * copying.c: Rebuild.
3249         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
3250         'no_class'.
3251
3252 2012-07-26  Tom Tromey  <tromey@redhat.com>
3253
3254         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3255         immediate_quit.
3256         (print_objfile_statistics): Likewise.
3257         (maintenance_print_symbols): Likewise.
3258         (maintenance_print_msymbols): Likewise.
3259         (maintenance_print_objfiles): Likewise.
3260         * psymtab.c (print_partial_symbols): Call QUIT.
3261         (maintenance_print_psymbols): Likewise.  Don't modify
3262         immediate_quit.
3263         * copying.c (show_copying_command): Don't modify immediate_quit.
3264         (show_warranty_command): Likewise.
3265         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3266
3267 2012-07-26  Keith Seitz  <keiths@redhat.com>
3268
3269         * linespec.c (linespec_lexer_lex_number): The input
3270         is also a valid number if the next character is a comma
3271         or colon.
3272
3273 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
3274
3275         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3276         configure options.
3277
3278 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3279
3280         * machoread.c: Include gdb_bfd.h.
3281
3282 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3283
3284         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3285         offset.
3286
3287 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3288
3289         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3290         SIZE to size_t.
3291         (dwarf2_evaluate_loc_desc): Likewise.
3292         (dwarf2_loc_desc_needs_frame): Likewise.
3293         (locexpr_describe_location_1): Likewise.
3294         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3295         size_t.
3296         (struct dwarf2_loclist_baton): Likewise.
3297         * dwarf2read.c (struct dwarf_block): Likewise.
3298         (dump_die_shallow): Use pulongest to print dwarf_block.size.
3299         (decode_locdesc): Expand SIZE and I to size_t.
3300
3301 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3302
3303         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3304
3305 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3306
3307         * doublest.c (convert_doublest_to_floatformat): If the exponent
3308         is too small, treat the value as zero.  If the exponent is too
3309         large, treat the value as infinity.
3310
3311 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3312
3313         * configure.ac: Add --enable-lmcheck configure option.
3314         * configure: Regenerate.
3315
3316 2012-07-25  Tom Tromey  <tromey@redhat.com>
3317
3318         * NEWS: Mention maint info bfds.
3319         * gdb_bfd.c (all_bfds): New global.
3320         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3321         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3322         New functions.
3323
3324 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
3325
3326         * configure.tgt: Add v850*-*-rtems*.
3327
3328 2012-07-25  Tom Tromey  <tromey@redhat.com>
3329
3330         * macrotab.c (macro_bcache_str): Remove cast.
3331
3332 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
3333
3334         * linespec.c (linespec_lexer_lex_number): Update comments,
3335         change the return and add check to make sure the input is
3336         the decimal numbers.
3337         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3338         false, call linespec_lexer_lex_string.
3339
3340 2012-07-24  Tom Tromey  <tromey@redhat.com>
3341
3342         * symfile.c (symbol_file_add): Don't open BFD twice.
3343
3344 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
3345
3346         * breakpoint.c (create_breakpoint): Store condition for pending
3347         breakpoints.
3348
3349 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
3350
3351         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3352         (m68k_return_value): Handle complex types like structures.
3353         (m68k_svr4_return_value): Likewise.
3354
3355 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3356
3357         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3358         parameters to bfd_get_section_name.
3359
3360 2012-07-24  Yao Qi  <yao@codesourcery.com>
3361
3362         * cli/cli-setshow.c: Handle case 'var_uinteger'
3363         and 'var_zuninteger' together.  Handle case 'var_integer' and
3364         'var_zinteger' together.
3365
3366 2012-07-23  Keith Seitz  <keiths@redhat.com>
3367
3368         * linespec.c (convert_linespec_to_sal): Don't add
3369         any symbols to the result vector if symbol_to_sal
3370         returns zero.
3371
3372 2012-07-23  Keith Seitz  <keiths@redhat.com>
3373
3374         * linespec.c (decode_objc): Record the function name
3375         in the linespec.
3376
3377 2012-07-23  Tom Tromey  <tromey@redhat.com>
3378
3379         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
3380         counting.
3381         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3382         (map_vmap): Acquire a reference to the BFD.
3383
3384 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
3385
3386         * p-valprint.c (pascal_object_print_value): Replace potentially
3387         unsafe alloca with xmalloc/xfree.
3388         * valops.c (search_struct_method): Likewise.
3389
3390 2012-07-23  Tom Tromey  <tromey@redhat.com>
3391
3392         * solib-svr4.c (enable_break): Update.
3393         * bfd-target.h (target_bfd_reopen): Update documentation.
3394
3395 2012-07-23  Tom Tromey  <tromey@redhat.com>
3396
3397         * symfile.c (separate_debug_file_exists): Update.
3398         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3399         (reread_symbols): Update.
3400         * elfread.c (build_id_verify): Update.
3401         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3402         bfd_open_maybe_remote.
3403
3404 2012-07-23  Tom Tromey  <tromey@redhat.com>
3405
3406         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3407
3408 2012-07-23  Tom Tromey  <tromey@redhat.com>
3409
3410         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3411         and 'abfd'.
3412         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3413         and 'abfd'.
3414         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3415         * machoread.c (macho_add_oso_symfile): Make a cleanup for
3416         'abfd'.
3417         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3418         * objfiles.c (allocate_objfile): Acquire a new reference.
3419         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3420         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3421         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3422         a cleanup for 'nbfd'.
3423         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3424         for 'nbfd'.
3425         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3426         make a cleanup for 'abfd'.
3427         (symbol_file_add): Make a BFD cleanup.
3428
3429 2012-07-23  Tom Tromey  <tromey@redhat.com>
3430
3431         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3432         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3433         * corelow.c (core_open): Use gdb_bfd_fopen.
3434         * dsrec.c (load_srec): Use gdb_bfd_openr.
3435         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3436         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3437         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3438         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3439         (gdb_bfd_fdopenr): New functions.
3440         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3441         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3442         (gdb_bfd_fdopenr): Declare.
3443         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3444         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3445         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3446         gdb_bfd_openr_next_archived_file.
3447         (macho_check_dsym): Use gdb_bfd_openr.
3448         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3449         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3450         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3451         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3452         gdb_bfd_openr.
3453         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3454         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3455         gdb_bfd_openr_next_archived_file.
3456         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3457         Use gdb_bfd_openr.
3458         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3459         gdb_bfd_openr.
3460         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3461         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3462         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3463         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3464         (symfile_bfd_open): Use gdb_bfd_fopen.
3465         (generic_load): Use gdb_bfd_openr.
3466         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3467
3468 2012-07-23  Tom Tromey  <tromey@redhat.com>
3469
3470         * bfd-target.c (target_bfd_reopen): Update.
3471         * cli/cli-dump.c (bfd_openr_with_cleanup)
3472         (bfd_openw_with_cleanup): Update.
3473         * corelow.c (core_open): Update.
3474         * dsrec.c (load_srec): Update.
3475         * exec.c (exec_file_attach): Update.
3476         * gcore.c (create_gcore_bfd): Update.
3477         * gdb_bfd.c (gdb_bfd_ref): Return void.
3478         (gdb_bfd_open): Update.
3479         * gdb_bfd.h (gdb_bfd_ref): Return void.
3480         Update comments.
3481         * jit.c (jit_bfd_try_read_symtab): Update.
3482         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3483         * machoread.c (macho_symfile_read_all_oso): Update.
3484         (macho_check_dsym): Update.
3485         * procfs.c (insert_dbx_link_bpt_in_file): Update.
3486         * remote-m32r-sdi.c (m32r_load): Update.
3487         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3488         * rs6000-nat.c (add_vmap): Update.
3489         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3490         Update.
3491         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3492         * solib-spu.c (spu_bfd_open): Update.
3493         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3494         * spu-linux-nat.c (spu_bfd_open): Update.
3495         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3496         (generic_load): Update.
3497         * windows-nat.c (windows_make_so): Update.
3498
3499 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
3500
3501         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3502
3503 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
3504
3505         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3506         SIGTRAMP_FRAME unwinding.
3507
3508 2012-07-20  Doug Evans  <dje@google.com>
3509
3510         * NEWS: Document new options "set/show use-deprecated-index-sections",
3511         and delete reference to --use-deprecated-index-sections.
3512         * symfile.h (use_deprecated_index_sections): Delete.
3513         * dwarf2read.c (use_deprecated_index_sections): Make static.
3514         (read_index_from_section): Update wording of how to load
3515         deprecated index sections.
3516         (_initialize_dwarf2_read): New options
3517         "set/show use-deprecated-index-sections".
3518         * main.c (captured_main): Delete --use-deprecated-index-sections.
3519
3520 2012-07-20  Pedro Alves  <palves@redhat.com>
3521
3522         PR threads/11692
3523         PR gdb/12203
3524
3525         * infrun.c (handle_inferior_event) <new thread>: Don't special
3526         case minus_one_ptid.
3527         <TARGET_WAITKIND_SPURIOUS>: Ditto.
3528         * linux-thread-db.c (thread_get_info_callback): Don't return early
3529         if the thread is zombie.
3530         (thread_from_lwp): Change return type to void.  Rewrite stale
3531         comment.
3532         (attach_thread): Don't return early if the thread is zombie,
3533         instead set its "dying" flag.
3534         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3535         (find_new_threads_callback): Don't return early if the thread is
3536         zombie.
3537
3538 2012-07-20  Pedro Alves  <palves@redhat.com>
3539
3540         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3541         * target.c (target_wait): Likewise.
3542         (str_comma_list_concat_elem, do_option, target_options_to_string):
3543         New functions.
3544         * target.h (target_options_to_string): Declare.
3545
3546 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
3547             Tom Tromey  <tromey@redhat.com>
3548
3549         * dwarf2read.c (dwarf_decode_macros)
3550         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3551         DW_MACRO_GNU_transparent_include_alt>: New cases.
3552         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3553         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3554
3555 2012-07-20  Tom Tromey  <tromey@redhat.com>
3556
3557         * dwarf2read.c (try_open_dwo_file): Don't call
3558         gdb_bfd_stash_filename.
3559
3560 2012-07-20  Pedro Alves  <palves@redhat.com>
3561
3562         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3563         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3564         (i386_process_record): Tweak description comments.
3565
3566 2012-07-20  Pedro Alves  <palves@redhat.com>
3567
3568         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3569         (i386_process_record): Use record_read_memory.
3570         * record.c (record_read_memory): New function.
3571         (record_arch_list_add_mem, record_exec_insn): Use
3572         record_read_memory.
3573         * record.h (record_read_memory): Declare.
3574
3575 2012-07-20  Yao Qi  <yao@codesourcery.com>
3576
3577         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3578         NULL for xfree.
3579
3580 2012-07-19  Pedro Alves  <palves@redhat.com>
3581
3582         * record.c (record_resume): Ask the target beneath to report all
3583         signals.
3584
3585 2012-07-19  Doug Evans  <dje@google.com>
3586
3587         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3588         there's no section at address zero.
3589         (dwarf2_record_block_ranges): Ditto.
3590
3591 2012-07-19  Yao Qi  <yao@codesourcery.com>
3592
3593         * command.h, remote.c: Fix a typo in comment.
3594
3595 2012-07-19  Tom Tromey  <tromey@redhat.com>
3596
3597         PR exp/13206:
3598         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3599         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3600         OP_DECLTYPE>: New cases.
3601         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3602         (type_exp): Add new productions.
3603         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3604         and decltype.
3605         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3606         New case.
3607         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3608         OP_DECLTYPE>: New case.
3609         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3610         New case.
3611         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3612         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3613
3614 2012-07-19  Tom Tromey  <tromey@redhat.com>
3615
3616         * c-exp.y (enum token_flags): New.
3617         (struct token) <cxx_only>: Remove.
3618         <flags>: New field.
3619         (tokentab3, tokentab2, ident_tokens): Update.
3620         (lex_one_token): Update.  Handle FLAG_SHADOW.
3621
3622 2012-07-19  Tom Tromey  <tromey@redhat.com>
3623
3624         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3625         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3626         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3627         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3628         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3629         type_exp production where appropriate.
3630         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3631         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3632         <UNOP_MEMVAL_TYPE>: New case.
3633         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3634         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3635         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3636         <UNOP_MEMVAL_TYPE>: New case.
3637         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3638         UNOP_REINTERPRET_CAST>: Update.
3639         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3640         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3641         UNOP_REINTERPRET_CAST>: Update.
3642         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3643         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3644         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3645         constants.
3646
3647 2012-07-19  Yao Qi  <yao@codesourcery.com>
3648             Jan Kratochvil <jan.kratochvil@redhat.com>
3649
3650         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3651         and case 'var_optional_filename' together.
3652         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3653         instead of add_setshow_optional_filename_cmd for setshow command
3654         'args'.  Set completer for 'set args'.
3655
3656 2012-07-18  Doug Evans  <dje@google.com>
3657
3658         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3659         * common/gdb_vecs.c: New file, contents from utils.c.
3660         * common/host-defs.h: New file, contents from defs.h.
3661         * utils.h: New file, contents from defs.h.
3662         * defs.h: Move all declarations of objects defined in utils.c
3663         to utils.h (except QUIT() and related).
3664         #include "utils.h", "host-defs.h".
3665         * probe.h (probe_p): Move here from gdb_vecs.h.
3666         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3667         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3668         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3669         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3670         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3671         (COMMON_OBS): Add gdb_vecs.o.
3672         (gdb_vecs.o): New rule.
3673
3674 2012-07-18  Keith Seitz  <keiths@redhat.com>
3675
3676         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3677         parameter.  If non-zero, use SYMNAME as the canonical name
3678         for the SaL.
3679         Update all callers.
3680         (convert_linespec_to_sals): Use add_sal_to_sals for
3681         expressions, too.
3682         (decode_line_full): No need to "fill in missing canonical names"
3683         anymore. Simply make cleanups for the allocated names.
3684
3685 2012-07-18  Keith Seitz  <keiths@redhat.com>
3686
3687         * linespec.c (struct linespec): Constify expression,
3688         source_filename, function_name, and label_name.
3689         (symbol_not_found_error): Make all parameters const.
3690         (linespec_parser_delete): No need to check for NULL
3691         when using xfree. Cast const char * to char * for xfree.
3692
3693 2012-07-18  Keith Seitz  <keiths@redhat.com>
3694
3695         * breakpoint.c (invalid_thread_id_error): New function.
3696         (find_condition_and_thread): Use invalid_thread_id_error.
3697         (watch_command_1): Likewise.
3698
3699 2012-07-18  Tom Tromey  <tromey@redhat.com>
3700
3701         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3702         * contrib/cc-with-tweaks.sh: New file.
3703
3704 2012-07-18  Tom Tromey  <tromey@redhat.com>
3705
3706         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3707         (locate_dwz_sections): Recognize .gdb_index.
3708         (create_cus_from_index_list): New function.
3709         (create_cus_from_index): Use it.  Handle .dwz data.
3710         (read_index_from_section): New function, extracted from
3711         dwarf2_read_index.
3712         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3713         if needed.
3714
3715 2012-07-18  Tom Tromey  <tromey@redhat.com>
3716
3717         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3718         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3719         <is_dwz>: New field.
3720         (struct dwz_file): New.
3721         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3722         (locate_dwz_sections, dwarf2_get_dwz_file)
3723         (get_abbrev_section_for_cu): New functions.
3724         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3725         (read_and_check_type_unit_head): Add abbrev_section argument.
3726         (create_debug_types_hash_table): Update.
3727         (init_cutu_and_read_dies): Use proper abbrev section.
3728         (init_cutu_and_read_dies_no_follow): Likewise.
3729         (set_partial_user): Do nothing if PST==NULL.
3730         (read_comp_units_from_section): New function.
3731         (create_all_comp_units): Use it.
3732         (scan_partial_symbols, partial_die_parent_scope): Update.
3733         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3734         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3735         (find_partial_die): Add offset_in_dwz argument.  Update.
3736         (guess_partial_die_structure_name, fixup_partial_die): Update.
3737         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3738         DW_FORM_GNU_strp_alt.
3739         (read_indirect_string_from_dwz): New function.
3740         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3741         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3742         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3743         (follow_die_offset): Add offset_in_dwz argument.
3744         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3745         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3746         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3747         Handle new macro forms.
3748         (dwarf_decode_macros): Update.
3749         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3750         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3751         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3752         (create_debug_types_hash_table): Use correct abbrev section.
3753         (get_debug_line_section): New function.
3754         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3755         (process_full_comp_unit): Pass 'required' argument to
3756         end_symtab_get_static_block.
3757         * buildsym.h (end_symtab_get_static_block): Update.
3758         * buildsym.c (end_symtab_get_static_block): Add 'required'
3759         argument.
3760         (end_symtab, end_expandable_symtab): Update.
3761
3762 2012-07-18  Tom Tromey  <tromey@redhat.com>
3763
3764         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3765         (pagesize): Remove.
3766         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3767         (zlib_decompress_section): Remove.
3768         (dwarf2_read_section): Use gdb_bfd_map_section.
3769         (munmap_section_buffer): Remove.
3770         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3771         munmap_section_buffer.
3772         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3773         (struct gdb_bfd_section_data): New.
3774         (free_one_bfd_section): New function.
3775         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3776         (get_section_descriptor, zlib_decompress_section)
3777         (gdb_bfd_map_section): New functions.
3778         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3779
3780 2012-07-18  Tom Tromey  <tromey@redhat.com>
3781
3782         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3783
3784 2012-07-18  Tom Tromey  <tromey@redhat.com>
3785
3786         * gdb_bfd.c (struct gdb_bfd_data): New.
3787         (gdb_bfd_cache): New global.
3788         (struct gdb_bfd_cache_search): New.
3789         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3790         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3791         * gdb_bfd.h (gdb_bfd_open): Declare.
3792
3793 2012-07-18  Tom Tromey  <tromey@redhat.com>
3794
3795         * utils.c (make_cleanup_bfd_unref): Rename from
3796         make_cleanup_bfd_close.
3797         * defs.h (make_cleanup_bfd_unref): Rename from
3798         make_cleanup_bfd_close.
3799         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3800         (bfd_openw_with_cleanup): Update.
3801         * corelow.c (core_open): Update.
3802         * dsrec.c (load_srec): Update.
3803         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3804         * remote-m32r-sdi.c (m32r_load): Update.
3805         * remote-mips.c (mips_load_srec): Update.
3806         (pmon_load_fast): Update.
3807         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3808         Update.
3809         (darwin_bfd_open): Update.
3810         * solib.c (solib_bfd_fopen): Update.
3811         * symfile-mem.c (symbol_file_add_from_memory): Update.
3812         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3813         (symfile_bfd_open): Update.
3814         (generic_load): Update.
3815
3816 2012-07-18  Tom Tromey  <tromey@redhat.com>
3817
3818         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3819         (pmon_load_fast): Likewise.
3820         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3821         (m32r_upload_command): Likewise.
3822         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3823         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3824         Use make_cleanup_bfd_close.
3825
3826 2012-07-18  Tom Tromey  <tromey@redhat.com>
3827
3828         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3829         gdb_bfd_stash_filename.
3830         (load_command): Open the new BFD before freeing the old.
3831         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3832         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3833         Call gdb_bfd_stash_filename.
3834         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3835         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3836         gdb_bfd_stash_filename.
3837         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3838         Free found_pathname.
3839         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3840         gdb_bfd_stash_filename.
3841         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3842         * machoread.c (macho_add_oso_symfile): Call
3843         gdb_bfd_stash_filename.
3844         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3845         gdb_bfd_stash_filename.
3846         (macho_check_dsym): Don't copy filename.  Call
3847         gdb_bfd_stash_filename.
3848         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3849         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3850         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3851         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3852         * exec.c (exec_close): Don't free the BFD's filename.
3853         (exec_file_attach): Don't copy the filename.  Call
3854         gdb_bfd_stash_filename.
3855         * corelow.c (core_close): Don't free the BFD's filename.
3856         (core_open): Call gdb_bfd_stash_filename.
3857         * corefile.c (reopen_exec_file): Remove #if 0 code.
3858         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3859         pathname.
3860         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3861
3862 2012-07-18  Tom Tromey  <tromey@redhat.com>
3863
3864         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3865         gdb_bfd_unref.
3866         (free_dwo_file): Use gdb_bfd_unref.
3867         * cli/cli-dump.c: Include gdb_bfd.h.
3868         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3869         (bfd_openr_with_cleanup): Likewise.
3870         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3871         gdb_bfd_unref.
3872         * utils.c: Include gdb_bfd.h.
3873         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3874         * symfile.c: Include gdb_bfd.h.
3875         (separate_debug_file_exists): Use gdb_bfd_unref.
3876         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3877         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3878         (generic_load): Use gdb_bfd_ref.
3879         (reread_symbols): Use gdb_bfd_unref.
3880         * symfile-mem.c: Include gdb_bfd.h.
3881         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3882         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3883         * solib.c: Include gdb_bfd.h.
3884         (solib_bfd_fopen): Use gdb_bfd_ref.
3885         (solib_bfd_open): Use gdb_bfd_unref.
3886         (free_so_symbols): Use gdb_bfd_unref.
3887         (reload_shared_libraries_1): Use gdb_bfd_unref.
3888         * solib-spu.c: Include gdb_bfd.h.
3889         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
3890         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
3891         gdb_bfd_unref.
3892         * solib-frv.c: Include gdb_bfd.h.
3893         (enable_break2): Use gdb_bfd_unref.
3894         * solib-dsbt.c: Include gdb_bfd.h.
3895         (enable_break2): Use gdb_bfd_unref.
3896         * solib-darwin.c: Include gdb_bfd.h.
3897         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
3898         gdb_bfd_unref.
3899         (darwin_bfd_open): Use gdb_bfd_unref.
3900         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
3901         * remote-mips.c: Include gdb_bfd.h.
3902         (mips_load_srec): Use gdb_bfd_ref.
3903         (pmon_load_fast): Use gdb_bfd_ref.
3904         * remote-m32r-sdi.c: Include gdb_bfd.h.
3905         (m32r_load): Use gdb_bfd_ref.
3906         * record.c: Include gdb_bfd.h.
3907         (record_save_cleanups): Use gdb_bfd_unref.
3908         (cmd_record_save): Use gdb_bfd_unref.
3909         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
3910         gdb_bfd_unref.
3911         * objfiles.h (gdb_bfd_close_or_warn): Remove.
3912         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
3913         * objfiles.c: Include gdb_bfd.h.
3914         (free_objfile): Use gdb_bfd_unref.
3915         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
3916         gdb_bfd.c.
3917         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
3918         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
3919         (macho_check_dsym): Likewise.
3920         * m32r-rom.c: Include gdb_bfd.h.
3921         (m32r_load): Use gdb_bfd_ref.
3922         (m32r_upload_command): Use gdb_bfd_ref.
3923         * jit.c: Include gdb_bfd.h.
3924         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
3925         * gdb_bfd.h: New file.
3926         * gdb_bfd.c: New file.
3927         * gcore.c: Include gdb_bfd.h.
3928         (create_gcore_bfd): Use gdb_bfd_ref.
3929         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
3930         (gcore_command): Use gdb_bfd_unref.
3931         * exec.c: Include gdb_bfd.h.
3932         (exec_close): Use gdb_bfd_unref.
3933         (exec_close_1): Use gdb_bfd_unref.
3934         (exec_file_attach): Use gdb_bfd_ref.
3935         * elfread.c: Include gdb_bfd.h.
3936         (build_id_verify): Use gdb_bfd_unref.
3937         * dsrec.c: Include gdb_bfd.h.
3938         (load_srec): Use gdb_bfd_ref.
3939         * corelow.c: Include gdb_bfd.h.
3940         (core_close): Use gdb_bfd_unref.
3941         (core_open): Use gdb_bfd_ref.
3942         * bfd-target.c: Include gdb_bfd.h.
3943         (target_bfd_xclose): Use gdb_bfd_unref.
3944         (target_bfd_reopen): Use gdb_bfd_ref.
3945         * Makefile.in (SFILES): Add gdb_bfd.c.
3946         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
3947         (COMMON_OBS): Add gdb_bfd.o.
3948
3949 2012-07-18  Keith Seitz  <keiths@redhat.com>
3950
3951         * breakpoint.c (find_condition_and_thread): Initialize
3952         TASK and REST.
3953         (create_breakpiont): find_condition_and_thread will now
3954         initialize COND_STRING, THREAD, and REST (and TASK).
3955         (addr_string_to_sals): Likewise.
3956
3957 2012-07-18  Pedro Alves  <palves@redhat.com>
3958
3959         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
3960         Pull the single step breakpoints out of the target.
3961
3962 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3963
3964         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
3965         * stap-probe.c (compile_probe_arg): Likewise.
3966
3967 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3968
3969         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
3970         (elf_compile_to_ax): Likewise.
3971         * infrun.c (insert_exception_resume_from_probe): Likewise.
3972         (check_exception_resume): Remove `objfile' variable.
3973         * probe.c (find_probe_by_pc): Remove `objfile' argument.
3974         (struct probe_and_objfile, probe_and_objfile_s): Delete.
3975         (collect_probes): Adjust return value to `VEC (probe_p) *'.
3976         (compare_entries): Rename to...
3977         (compare_probes): ...this.  Adjust function to work with
3978         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
3979         respectively.
3980         (gen_ui_out_table_header_info): Adjust `probes' argument to be
3981         `VEC (probe_p) *'.
3982         (print_ui_out_info): Adjust argument to be `struct probe *'.
3983         (info_probes_for_ops): Adjust internal computations to use
3984         `VEC (probe_p) *'.
3985         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
3986         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
3987         gen_info_probes_table_values>: Remove `objfile' argument.
3988         (struct probe) <objfile>: New field.
3989         (find_probe_by_pc): Remove `objfile' argument.
3990         * stap-probe.c (stap_parse_probe_arguments): Likewise.
3991         (stap_get_probe_argument_count): Likewise.
3992         (stap_get_arg): Likewise.
3993         (stap_evaluate_probe_argument): Likewise.
3994         (stap_compile_to_ax): Likewise.
3995         (compile_probe_arg): Refactor not to pass `objfile' anymore.
3996         (handle_stap_probe): Fill `objfile' field from `struct probe'.
3997         (stap_gen_info_probes_table_header): Remove `objfile' argument.
3998         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
3999         sym_compile_to_ax>: Likewise.
4000
4001 2012-07-18  Terry Guo  <terry.guo@arm.com>
4002
4003         PR 14329
4004         * defs.h (GDB_MI_MSG_WIDTH): New.
4005         * ser_base (ser_base_read_error_fd): New function.
4006         (do_ser_base_readchar): Poll error file descriptor as well as
4007         standard output.
4008         (generic_readchar): Refactor error handling.
4009
4010 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4011
4012         * NEWS: Create a new section for the next release branch.
4013         Rename the section of the current branch, now that it has
4014         been cut.
4015
4016 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4017
4018         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4019         * version.in: Bump version to 7.5.50.20120718-cvs.
4020
4021 2012-07-17  Keith Seitz  <keiths@redhat.com>
4022
4023         * linespec.c (linespec_parse_line_offset): Make parameter
4024         const.
4025
4026 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4027
4028         PR 11914
4029         * f-valprint.c (info_common_command): New variable frame_id.
4030         Reinitialize FI form FRAME_ID after each print_variable_and_value.
4031         * printcmd.c (print_variable_and_value): Extend function comment.
4032         Add comment for invalidated FRAME.
4033         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
4034         FI form FRAME_ID after each print_frame_local_vars.
4035         (struct print_variable_and_value_data): Change frame to frame_id.
4036         (do_print_variable_and_value): New variable frame, initialize it from
4037         p->frame_id.  Add comment for invalidated FRAME.
4038         (print_frame_local_vars, print_frame_arg_vars): New function comment.
4039         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
4040         for invalidated FRAME.
4041
4042 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
4043             Pedro Alves  <palves@redhat.com>
4044
4045         * linux-nat.c (linux_nat_detach): Don't unregister from the event
4046         loop.
4047
4048 2012-07-16  Tom Tromey  <tromey@redhat.com>
4049
4050         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4051
4052 2012-07-15  Doug Evans  <dje@google.com>
4053
4054         * dwarf2read.c (stmt_list_hash): New struct.
4055         (type_unit_group): Embed "per_cu" member, remove pointer.
4056         New union member "t", move member "tus" into it, all uses updated.
4057         New member "hash", replaces member "line_offset, all uses updated.
4058         (quick_file_names): Replace member "offset" with "hash", all uses
4059         updated.
4060         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4061         (hash_file_name_entry, eq_file_name_entry): Call them.
4062         (hash_type_unit_group, eq_type_unit_group): Ditto.
4063         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4064         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4065         (dw2_get_file_names): Update.
4066         (create_type_unit_group): Replace "per_cu" arg with "cu".
4067         All callers updated.  Fix "quick" (.gdb_index) handling.
4068         (get_type_unit_group): Replace "per_cu" arg with "cu".
4069         All callers updated.
4070         (build_type_unit_groups): Don't reset tu_stats.
4071
4072         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4073         "tab_cur_size".  Change member "tab" to be a htab_t.
4074         (create_filename_seen_cache): Update.
4075         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4076         (filename_seen): Update.
4077
4078 2012-07-13  Doug Evans  <dje@google.com>
4079
4080         * symtab.c (filename_seen): Update comment.
4081
4082 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4083             Doug Evans  <dje@google.com>
4084
4085         * buildsym.c (end_symtab_1): Split it to ...
4086         (end_symtab_get_static_block): ... this ...
4087         (end_symtab_from_static_block): ... and this function.
4088         (end_symtab, end_expandable_symtab): Call them.
4089         * buildsym.h (end_symtab_get_static_block)
4090         (end_symtab_from_static_block): New declarations.
4091         * dwarf2read.c (process_full_comp_unit): New variable static_block.
4092         Set its valid CU ranges.
4093
4094 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4095
4096         * dwarf2loc.c (disassemble_dwarf_expression): Handle
4097         DW_OP_GNU_parameter_ref.
4098
4099 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4100
4101         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4102         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4103
4104 2012-07-13  Doug Evans  <dje@google.com>
4105
4106         * symtab.c (output_source_filename): Delete unnecessary forward decl.
4107         (filename_seen_cache): New struct.
4108         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4109         (create_filename_seen_cache): New function.
4110         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4111         (filename_seen): Delete arg "first".  New arg "cache".  All callers
4112         updated.
4113         (output_source_filename_data): New struct.
4114         (output_source_filename): Delete arg "first".  New arg "data".
4115         All callers updated.
4116         (sources_info): Delete local "first".  New locals "data", "cleanups".
4117         Rewrite to use filename_seen_cache.
4118         (add_partial_filename_data): Delete member "first".  New member
4119         "filename_seen_cache".  All uses updated.
4120         (make_source_files_completion_list): Rewrite to use
4121         filename_seen_cache.
4122
4123 2012-07-12  Doug Evans  <dje@google.com>
4124
4125         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4126
4127 2012-07-10  Doug Evans  <dje@google.com>
4128
4129         PR gdb/13498
4130         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4131         all_type_unit_groups, type_unit_groups, tu_stats.
4132         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4133         All uses updated.  Add type_unit_group to union "s".
4134         (type_unit_group): New struct.
4135         (IS_TYPE_UNIT_GROUP): New macro.
4136         (abbrev_table): Delete unused member "section".
4137         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4138         (dw2_get_cu): Assert not used with type_unit_group.
4139         (dw2_get_primary_cu): New function.
4140         (dw2_build_type_unit_groups_reader): New function.
4141         (dw2_build_type_unit_groups): New function.
4142         (dw2_get_file_names): Assert not called on type units.
4143         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4144         Redo loop to iterate over type unit groups instead of type units.
4145         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4146         (read_abbrev_offset): New function.
4147         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
4148         updated.
4149         (create_partial_symtab): New function.
4150         (process_psymtab_comp_unit_reader): Assert not used with type units.
4151         Call create_partial_symtab.
4152         (process_psymtab_type_unit): Delete.
4153         (hash_type_unit_group, eq_type_unit_group): New functions.
4154         (allocate_type_unit_groups_table): New function.
4155         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4156         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4157         (create_type_unit_group, get_type_unit_group): New functions.
4158         (tu_abbrev_offset): New struct.
4159         (sort_tu_by_abbrev_offset): New function.
4160         (add_type_unit_group_to_table): New function.
4161         (build_type_unit_groups): New function.
4162         (build_type_psymtabs_reader): New function.
4163         (build_type_psymtab_dependencies): New function.
4164         (build_type_psymtabs): Rewrite.
4165         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4166         is seen in a type unit.
4167         (process_queue): Move symtab expansion debugging printfs here.
4168         Call process_full_type_unit for type units.
4169         (compute_symtab_includes): Assert not called for type units.
4170         (process_cu_includes): Don't call compute_symtab_includes for
4171         type units.
4172         (process_full_type_unit): New function.
4173         (process_imported_unit_die): Flag an error if called for type units.
4174         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
4175         updated.  Assert not called for type units.
4176         (read_file_scope): Call dwarf2_start_symtab.
4177         (setup_type_unit_groups): New function.
4178         (read_type_unit_scope): Rewrite.
4179         (abbrev_table_read_table): Initialize abbrev_table->offset.
4180         (abbrev_table_free_cleanup): New function.
4181         (dwarf2_start_symtab): New function.
4182         (load_full_type_unit): Assert not called for type unit groups.
4183         * buildsym.c (finish_block_internal): New arg "expandable".
4184         All callers updated.
4185         (start_symtab): Move most contents to ...
4186         (restart_symtab): ... here.  New function.
4187         (reset_symtab_globals): New function.
4188         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
4189         Call reset_symtab_globals.
4190         (end_symtab, end_expandable_symtab): New functions.
4191         (set_missing_symtab, augment_type_symtab): New functions.
4192         * buildsym.h (end_expandable_symtab): Declare.
4193         (augment_type_symtab, restart_symtab): Declare.
4194         * psympriv.h (struct partial_symtab): New member "anonymous".
4195         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4196         anonymous psymtabs.
4197         (read_psymtabs_with_filename): Ditto.
4198         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4199         (expand_symtabs_matching_via_partial): Ditto.
4200         (dump_psymtab): Update.
4201         * dictionary.c (dict_add_pending): New function.
4202         * dictionary.h (dict_add_pending): Declare.
4203
4204 2012-07-09  Doug Evans  <dje@google.com>
4205
4206         * buildsym.c (start_subfile): Remove unnecessary check for
4207         name == NULL.
4208
4209         * psymtab.c (allocate_psymtab): Use host_address_to_string.
4210
4211         * dwarf2read.c (load_full_type_unit): Simplify.
4212
4213         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4214         to struct signatured_type **.  All uses updated.
4215
4216         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4217         All callers updated.
4218
4219 2012-07-09  Tom Tromey  <tromey@redhat.com>
4220
4221         * c-exp.y (check_parameter_typelist): New function.
4222         (parameter_typelist): Call it.
4223         * eval.c (make_params): Handle '(void)' case.
4224         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4225         '(void)' case.
4226
4227 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4228
4229         * common/linux-ptrace.c: Include gdb_assert.h.
4230         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4231         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4232         stdint.h.
4233         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4234         functions.
4235         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4236         * linux-nat.c (linux_child_post_attach)
4237         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4238
4239 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4240
4241         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4242         nptl <2.7 bug workaround for core files.
4243
4244 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4245
4246         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4247         clearing.
4248         (save_siginfo): Remove.
4249         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4250         call.
4251         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4252         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4253         * linux-nat.h (struct lwp_info): Remove field siginfo.
4254
4255 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4256
4257         Code cleanup for the next patch.
4258         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4259         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4260         call for it.
4261         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4262         (ia64_linux_stopped_data_address):
4263         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4264         the return value.
4265         * linux-nat.h (linux_nat_get_siginfo): Likewise.
4266         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4267         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4268         call for it.
4269
4270 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4271
4272         PR 14321
4273         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4274         Increase buffer sizes to 2x we need, not just 2x of the previous size.
4275
4276 2012-07-06  Tom Tromey  <tromey@redhat.com>
4277
4278         * c-exp.y (DOTDOTDOT): New token.
4279         (func_mod, exp): Use parameter_typelist.
4280         (parameter_typelist): New production.
4281         (tokentab3): Add "..." token.
4282         * eval.c (make_params): Handle varargs.
4283         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4284         varargs.
4285
4286 2012-07-06  Tom Tromey  <tromey@redhat.com>
4287
4288         PR exp/9608:
4289         * c-exp.y (%union) <tvec>: Change type.
4290         (func_mod): Now uses <tvec> type.
4291         (exp): Update for tvec change.
4292         (direct_abs_decl): Push the typelist.
4293         (func_mod): Return a typelist.
4294         (nonempty_typelist): Update for tvec change.
4295         * gdbtypes.c (lookup_function_type_with_arguments): New function.
4296         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4297         * parse.c (pop_type_list): New function.
4298         (push_typelist): New function.
4299         (follow_types): Handle tp_function_with_arguments.
4300         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
4301         (enum type_pieces) <tp_function_with_arguments>: New constant.
4302         (union type_stack_elt) <typelist_val>: New field.
4303         (push_typelist): Declare.
4304
4305 2012-07-06  Tom Tromey  <tromey@redhat.com>
4306
4307         * c-exp.y (%union) <type_stack>: New field.
4308         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
4309         (ptr_operator_ts): New production.
4310         (ptype): Update.
4311         * parse.c (type_stack_reserve): New function.
4312         (check_type_stack_depth): Use it.
4313         (pop_type_stack, append_type_stack, push_type_stack)
4314         (get_type_stack, type_stack_cleanup): New functions.
4315         (follow_types): Handle tp_type_stack.
4316         (_initialize_parse): Simplify initialization.
4317         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4318         constant.
4319         (union type_stack_elt) <stack_val>: New field.
4320         (get_type_stack, append_type_stack, push_type_stack)
4321         (type_stack_cleanup): Declare.
4322
4323 2012-07-06  Tom Tromey  <tromey@redhat.com>
4324
4325         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4326         Remove.
4327         (struct type_stack): New.
4328         * parse.c (type_stack, type_stack_size, type_stack_depth):
4329         Remove.
4330         (type_stack): New global.
4331         (parse_exp_in_context, check_type_stack_depth)
4332         (insert_into_type_stack, insert_type, push_type, push_type_int)
4333         (insert_type_address_space, pop_type, pop_type_int)
4334         (_initialize_parse): Update.
4335
4336 2012-07-06  Tom Tromey  <tromey@redhat.com>
4337
4338         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4339         Remove %type.
4340
4341 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4342
4343         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4344
4345 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4346             Jan Kratochvil  <jan.kratochvil@redhat.com>
4347
4348         * cp-valprint.c (cp_print_value): Replace potentially unsafe
4349         alloca with xmalloc/xfree.
4350
4351 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4352
4353         * MAINTAINERS (Write After Approval): Add myself to the list.
4354
4355 2012-07-05  Doug Evans  <dje@google.com>
4356
4357         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4358
4359 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4360
4361         * ax-gdb.c (cli/cli-utils.h): New include.
4362         (linespec.h): Ditto.
4363         (agent_eval_command_one): New function.
4364         (agent_command_1): Ditto.
4365         (agent_command): Call function agent_command_1.
4366         (agent_eval_command): Ditto.
4367         (_initialize_ax_gdb): Change help for "maint agent"
4368         and "maint agent-eval".
4369
4370 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4371
4372         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4373         * cli/cli-utils.c (check_for_argument): New function.
4374         * cli/cli-utils.h (check_for_argument): Ditto.
4375
4376 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4377
4378         * NEWS: Mention x32 ABI support.
4379
4380 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4381
4382         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4383         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4384
4385         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4386         and pc_regnum_from_eax to -1.  Update SP regnum from
4387         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4388         needed.
4389
4390         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4391         pc_regnum_from_eax.
4392
4393 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4394
4395         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4396         * dwarf2expr.h: Include gdbtypes.h.
4397         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4398         these forward declarations.
4399         (cu_offset, sect_offset): Move these ...
4400         * gdbtypes.h: Remove include dwarf2expr.h.
4401         (cu_offset, sect_offset): ... here.
4402
4403 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
4404
4405         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4406         (amd64_linux_sigtramp_code): This.
4407         (amd64_x32_linux_sigtramp_code): New.
4408         (LINUX_SIGTRAMP_LEN): Updated.
4409         (amd64_linux_sigtramp_start): Check x32 sigtramp.
4410
4411 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4412
4413         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4414
4415 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4416
4417         * config.in: Regenerate.
4418         * configure: Regenerate.
4419         * configure.ac: Remove check for gnu/libc-version.h.
4420         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4421         gnu/libc-version.h.
4422         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4423         variables libc_version, libc_major and libc_minor.  Replace sscanf by
4424         inferior_has_bug.  Extend the comment.
4425
4426 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4427
4428         * linux-thread-db.c (inferior_has_bug): New function.
4429         (thread_db_find_new_threads_silently): Return boolean as checked by
4430         inferior_has_bug, describe it in the comments.
4431         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4432         earlier.  Abort the initialization if it returned non-zero.
4433         (thread_db_new_objfile): Exclude debug files.
4434         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
4435         if UNTIL_NO_NEW,
4436
4437 2012-07-02  Doug Evans  <dje@google.com>
4438
4439         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4440         related to queue management.
4441
4442         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4443         instead of "debug dwarf2-die" in debugging printfs.
4444         (create_debug_info_hash_table_reader): Ditto.
4445         (create_debug_info_hash_table): Ditto.
4446         (init_dwo_file): Ditto.
4447         (init_cutu_and_read_dies): Add debugging printf.
4448         (init_cutu_and_read_dies_no_follow): Ditto.
4449         (process_psymtab_comp_unit_reader): Ditto.
4450
4451 2012-07-02  Stan Shebs  <stan@codesourcery.com>
4452
4453         Add target-side support for dynamic printf.
4454         * NEWS: Mention the additional style.
4455         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4456         (struct bp_location): New field cmd_bytecode.
4457         * breakpoint.c: Include format.h.
4458         (disconnected_dprintf): New global.
4459         (parse_cmd_to_aexpr): New function.
4460         (build_target_command_list): New function.
4461         (insert_bp_location): Call it.
4462         (remove_breakpoints_pid): Skip dprintf breakpoints.
4463         (print_one_breakpoint_location): Ditto.
4464         (dprintf_style_agent): New global.
4465         (dprintf_style_enums): Add dprintf_style_agent.
4466         (update_dprintf_command_list): Add agent case.
4467         (agent_printf_command): New function.
4468         (_initialize_breakpoint): Add new commands.
4469         * common/ax.def (printf): New bytecode.
4470         * ax.h (ax_string): Declare.
4471         * ax-gdb.h (gen_printf): Declare.
4472         * ax-gdb.c: Include cli-utils.h, format.h.
4473         (gen_printf): New function.
4474         (maint_agent_print_command): New function.
4475         (_initialize_ax_gdb): Add maint agent-printf command.
4476         * ax-general.c (ax_string): New function.
4477         (ax_print): Add printf disassembly.
4478         * Makefile.in (SFILES): Add format.c
4479         (COMMON_OBS): Add format.o.
4480         * common/format.h: New file.
4481         * common/format.c: New file.
4482         * printcmd.c: Include format.h.
4483         (ui_printf): Call parse_format_string.
4484         * remote.c (remote_state): New field breakpoint_commands.
4485         (PACKET_BreakpointCommands): New enum.
4486         (remote_breakpoint_commands_feature): New function.
4487         (remote_protocol_features): Add new BreakpointCommands entry.
4488         (remote_can_run_breakpoint_commands): New function.
4489         (remote_add_target_side_commands): New function.
4490         (remote_insert_breakpoint): Call it.
4491         (remote_insert_hw_breakpoint): Ditto.
4492         (_initialize_remote): Add new packet configuration for
4493         target-side breakpoint commands.
4494         * target.h (struct target_ops): New field
4495         to_can_run_breakpoint_commands.
4496         (target_can_run_breakpoint_commands): New macro.
4497         * target.c (update_current_target): Handle
4498         to_can_run_breakpoint_commands.
4499
4500 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4501
4502         Execute -ix and -iex only after system and user gdbinit files.
4503         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4504         processing down after gdbinit files.
4505
4506 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4507
4508         Add fnmatch-gnu module.
4509         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4510         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4511         * gnulib/aclocal.m4: Regenerate.
4512         * gnulib/config.in: Regenerate.
4513         * gnulib/configure: Regenerate.
4514         * gnulib/import/dummy.c: Remove.
4515         * gnulib/import/Makefile.am: Regenerate.
4516         * gnulib/import/Makefile.in: Likewise.
4517         * gnulib/import/m4/gnulib-cache.m4: Likewise.
4518         * gnulib/import/m4/gnulib-comp.m4: Likewise.
4519         * gnulib/import/alloca.c: New file.
4520         * gnulib/import/alloca.in.h: Likewise.
4521         * gnulib/import/config.charset: Likewise.
4522         * gnulib/import/fnmatch.c: Likewise.
4523         * gnulib/import/fnmatch.in.h: Likewise.
4524         * gnulib/import/fnmatch_loop.c: Likewise.
4525         * gnulib/import/localcharset.c: Likewise.
4526         * gnulib/import/localcharset.h: Likewise.
4527         * gnulib/import/m4/alloca.m4: Likewise.
4528         * gnulib/import/m4/codeset.m4: Likewise.
4529         * gnulib/import/m4/configmake.m4: Likewise.
4530         * gnulib/import/m4/fcntl-o.m4: Likewise.
4531         * gnulib/import/m4/fnmatch.m4: Likewise.
4532         * gnulib/import/m4/glibc21.m4: Likewise.
4533         * gnulib/import/m4/localcharset.m4: Likewise.
4534         * gnulib/import/m4/locale-fr.m4: Likewise.
4535         * gnulib/import/m4/locale-ja.m4: Likewise.
4536         * gnulib/import/m4/locale-zh.m4: Likewise.
4537         * gnulib/import/m4/mbrtowc.m4: Likewise.
4538         * gnulib/import/m4/mbsinit.m4: Likewise.
4539         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4540         * gnulib/import/m4/mbstate_t.m4: Likewise.
4541         * gnulib/import/m4/stdbool.m4: Likewise.
4542         * gnulib/import/m4/wchar_h.m4: Likewise.
4543         * gnulib/import/m4/wctype_h.m4: Likewise.
4544         * gnulib/import/m4/wint_t.m4: Likewise.
4545         * gnulib/import/mbrtowc.c: Likewise.
4546         * gnulib/import/mbsinit.c: Likewise.
4547         * gnulib/import/mbsrtowcs-impl.h: Likewise.
4548         * gnulib/import/mbsrtowcs-state.c: Likewise.
4549         * gnulib/import/mbsrtowcs.c: Likewise.
4550         * gnulib/import/ref-add.sin: Likewise.
4551         * gnulib/import/ref-del.sin: Likewise.
4552         * gnulib/import/stdbool.in.h: Likewise.
4553         * gnulib/import/streq.h: Likewise.
4554         * gnulib/import/strnlen1.c: Likewise.
4555         * gnulib/import/strnlen1.h: Likewise.
4556         * gnulib/import/verify.h: Likewise.
4557         * gnulib/import/wchar.in.h: Likewise.
4558         * gnulib/import/wctype.in.h: Likewise.
4559
4560 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4561
4562         Support shell wildcards for 'set auto-load safe-path'.
4563         * auto-load.c: Include fnmatch.h.
4564         (filename_is_in_dir): Rename to ...
4565         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4566         it.  Update function comment.  Rename dir_len to pattern_len.  New
4567         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
4568         messages.  Use gdb_filename_fnmatch.
4569         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4570         pattern.
4571         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4572         * defs.h (gdb_filename_fnmatch): New declaration.
4573         * utils.c: Include fnmatch.h.
4574         (gdb_filename_fnmatch): New function.
4575
4576 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4577
4578         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4579         `-probe' and `-probe-stap' options.
4580
4581 2012-07-01  Yao Qi  <yao@codesourcery.com>
4582
4583         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4584         always_inserted_off, and always_inserted_enums.
4585         Change always_inserted_mode's type to 'enum auto_boolean'.
4586         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4587         callers.
4588         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4589         of add_setshow_enum_cmd.
4590         * infrun.c: Remove can_use_displaced_stepping_auto,
4591         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4592         can_use_displaced_stepping_enum.
4593         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4594         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4595         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4596         add_setshow_enum_cmd.
4597
4598 2012-06-30  Doug Evans  <dje@google.com>
4599
4600         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4601         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4602         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4603
4604 2012-06-29  Doug Evans  <dje@google.com>
4605
4606         * linespec.c: #include "stack.h".
4607         (decode_line_with_current_source): Moved here from symtab.c and
4608         renamed from decode_line_spec.  All callers updated.
4609         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4610         renamed from decode_line_spec_1.  All callers updated.
4611         * linespec.h (decode_line_with_current_source): Move declaration here
4612         from symtab.h and renamed from decode_line_spec.
4613         (decode_line_with_last_displayed): Move declaration here from symtab.h
4614         and renamed from decode_line_spec_1.
4615         * macrocmd.c: #include "linespec.h".
4616         * symtab.c: Remove #include "linespec.h".
4617
4618 2012-06-28  Doug Evans  <dje@google.com>
4619
4620         * dwarf2read.c (get_cu_length): New function.
4621         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4622         (create_debug_types_hash_table): Ditto.
4623         (init_cutu_and_read_dies): Ditto.
4624         (init_cutu_and_read_dies_no_follow): Ditto.
4625
4626         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4627
4628         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4629         (struct abbrev_table): Define.
4630         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4631         abbrev_table.
4632         (init_cutu_and_read_dies): Update.
4633         (abbrev_table_alloc_abbrev): New function.  Replaces
4634         dwarf_alloc_abbrev.  All callers updated.
4635         (abbrev_table_add_abbrev): New function.
4636         (abbrev_table_lookup_abbrev): New function.  Replaces
4637         dwarf2_lookup_abbrev.  All callers updated.
4638         (abbrev_table_read_table): New function.  Contents moved here from
4639         dwarf2_read_abbrevs.
4640         (dwarf2_read_abbrevs): Call it.
4641         (abbrev_table_free): New function.
4642         (dwarf2_free_abbrev_table): Call it.
4643
4644 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4645
4646         * osdata.c (info_osdata_command): Filter out "Title" columns
4647         from non-MI uses.
4648         * common/linux-osdata.c (struct osdata_type): Add title field.
4649         (osdata_table): Add titles to each entry.
4650         (linux_command_xfer_osdata): Add a column for title data.
4651
4652 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4653
4654         Make logging work for MI.
4655         * NEWS: Mention it.
4656         * interps.h (interp_set_logging_ftype): New typedef.
4657         (struct interp_procs): New field set_logging_proc.
4658         (current_interp_set_logging): Declare.
4659         * interps.c (current_interp_set_logging): New function.
4660         * cli/cli-logging.c: Include interps.h.
4661         (set_logging_redirect): Call current_interp_set_logging.
4662         (pop_output_files): Ditto.
4663         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4664         * mi/mi-console.h (mi_console_set_raw): Declare.
4665         * mi/mi-console.c (mi_console_set_raw): New function.
4666         * mi/mi-interp.c (saved_raw_stdout): New global.
4667         (mi_set_logging): New function.
4668         (_initialize_mi_interp): Add it to interp procs.
4669
4670 2012-06-28  Doug Evans  <dje@google.com>
4671
4672         * symtab.c (lookup_symbol_aux_objfile): Use
4673         ALL_OBJFILE_PRIMARY_SYMTABS.
4674
4675         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4676
4677 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4678
4679         * common/buffer.c: Include inttypes.h and stdint.h.
4680         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4681
4682 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4683             Pedro Alves  <palves@redhat.com>
4684
4685         * gdbthread.h (ALL_THREADS): New macro.
4686         (thread_list): Declare.
4687         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4688         going, but instead fall through to the stepping handling.
4689         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4690         the passed in signal.  Adjust debug output.
4691         (resume_callback): Rename to ...
4692         (linux_nat_resume_callback): ... this.  Pass the thread's last
4693         stop signal, if in "pass" state.
4694         (linux_nat_resume): Adjust to rename.
4695         (stop_wait_callback): New assertion.  Don't respawn signals;
4696         instead let the LWP remain with SIGNALLED set.
4697         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4698         * remote.c (append_pending_thread_resumptions): New.
4699         (remote_vcont_resume): Call it.
4700         * target.h (target_resume): Extend comment.
4701
4702 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4703
4704         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4705
4706 2012-06-27  Doug Evans  <dje@google.com>
4707
4708         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4709         Delete have_addr_base, unused.  All uses updated.
4710         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4711         (dwarf2_get_pc_bounds): Add ranges_base.
4712         (dwarf2_record_block_ranges): Ditto.
4713
4714 2012-06-27  Tom Tromey  <tromey@redhat.com>
4715
4716         PR macros/7961:
4717         * varobj.c (varobj_create): Update.
4718         (varobj_set_value): Update.
4719         * tracepoint.c (validate_actionline): Update.
4720         (encode_actions_1): Update.
4721         * parse.c (parse_exp_1): Add 'pc' argument.
4722         (parse_exp_in_context): Add 'pc' argument.  Change how
4723         expression_context_pc is set.
4724         (parse_expression): Update.
4725         (parse_field_expression): Update.
4726         * expression.h (parse_exp_1): Update.
4727         * eval.c (parse_to_comma_and_eval): Update.
4728         * breakpoint.c (set_breakpoint_condition): Update.
4729         (update_watchpoint): Update.
4730         (init_breakpoint_sal): Update
4731         (find_condition_and_thread): Update.
4732         (watch_command_1): Update.
4733         (update_breakpoint_locations): Update.
4734         * ada-lang.c (ada_read_renaming_var_value): Update.
4735         (create_excep_cond_exprs): Update.
4736
4737 2012-06-27  Doug Evans  <dje@google.com>
4738
4739         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4740         type units.
4741
4742 2012-06-26  Doug Evans  <dje@google.com>
4743
4744         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4745         prototype.
4746         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4747         updated.
4748         (read_and_check_comp_unit_head): Ditto.
4749         (read_and_check_type_unit_head): Ditto.
4750
4751 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4752
4753         New attribute 'last' for gdb.Symtab_and_line.
4754         * NEWS (Python Scripting): Add entry about the new attribute.
4755         * python/py-symtab.c (salpy_get_last): New function which
4756         implements the get method for the 'last' attribute of
4757         gdb.Symtab_and_line.
4758         (sal_object_getset): Add entry for the 'last' attribute.
4759
4760 2012-06-26  Doug Evans  <dje@google.com>
4761
4762         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4763         (dwo_sections): Add macinfo, macro.
4764         (dwarf2_locate_dwo_sections): Watch for macro sections.
4765         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4766         All callers updated.  Handle DWO files.
4767
4768         * NEWS: Mention new options "set debug dwarf2-read" and
4769         "set debug symtab-create".
4770         * dwarf2read.c (dwarf2_read_debug): New static global.
4771         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4772         (process_queue): Ditto.
4773         (process_full_comp_unit): Ditto.
4774         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4775         * elfread.c (elf_symfile_read): Add debugging printf.
4776         * minsyms.c (install_minimal_symbols): Ditto.
4777         * psymtab.c (allocate_psymtab): Ditto.
4778         * symfile.c (allocate_symtab): Ditto.
4779         * symtab.c (symtab_create_debug): New global.
4780         (_initialize_symtab): Add new option "set debug symtab-create".
4781         * symtab.h (symtab_create_debug): Declare.
4782
4783         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4784         (lookup_dwo_type_unit): Ditto.
4785
4786 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4787             H.J. Lu  <hongjiu.lu@intel.com>
4788
4789         * amd64-linux-nat.c: Include <sys/user.h>.
4790         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4791         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4792         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4793
4794         * configure.ac: Check if the fs_base and gs_base members of
4795         `struct user_regs_struct' exist.
4796         * config.in: Regenerated.
4797         * configure: Likewise.
4798
4799 2012-06-25  Michael Eager  <eager@eagercon.com>
4800
4801         PR python/14291
4802         * python/python.c (gdbpy_write): Check for interrupted output.
4803
4804 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4805
4806         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4807         register as a stack alignment in ARM mode.
4808
4809 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4810
4811         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4812         * gnulib/config.in: Regenerate.
4813         * gnulib/configure: Likewise.
4814         * gnulib/import/m4/extensions.m4: Update it.
4815         * gnulib/import/m4/gnulib-common.m4: Likewise.
4816         * gnulib/import/m4/memmem.m4: Likewise.
4817         * gnulib/import/m4/mmap-anon.m4: Likewise.
4818         * gnulib/import/m4/multiarch.m4: Likewise.
4819         * gnulib/import/stdint.in.h: Likewise.
4820
4821 2012-06-24  Yao Qi  <yao@codesourcery.com>
4822
4823         * corefile.c (write_memory_with_notification): New.
4824         * gdbcore.h: Declare write_memory_with_notification.
4825         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4826         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4827         * valops.c (value_assign): Likewise.
4828         * python/py-inferior.c (infpy_write_memory): Call
4829         'write_memory_with_notification'.
4830
4831 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4832
4833         * cc-with-index.sh: Use also -ex "set auto-load no".
4834
4835 2012-06-23  Doug Evans  <dje@google.com>
4836
4837         PR 14125
4838         * NEWS: Document additions to .gdb_index.
4839         * dwarf2read.c: #include "gdb/gdb-index.h".
4840         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4841         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4842         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4843         (dwarf2_read_index): Recognize version 7.
4844         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4845         block_kind, domain): All callers updated.
4846         (dw2_find_symbol_file): Handle new index CU values.
4847         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4848         (add_index_entry): New args is_static, kind.  All callers updated.
4849         (offset_type_compare, uniquify_cu_indices): New functions
4850         (symbol_kind): New function.
4851         (write_psymtabs_to_index): Remove duplicate CU values.
4852         (write_psymtabs_to_index): Write .gdb_index version 7.
4853
4854 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4855
4856         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4857         * configure: Regenerate.
4858
4859 2012-06-20  Yao Qi  <yao@codesourcery.com>
4860
4861         * python/py-inferior.c: Update comments of infpy_read_memory
4862         and infpy_write_memory.
4863
4864 2012-06-19  Tom Tromey  <tromey@redhat.com>
4865
4866         PR exp/9514:
4867         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4868         (push_type_address_space): Remove.
4869         * parse.c (insert_into_type_stack): New function.
4870         (insert_type): Likewise.
4871         (insert_type_address_space): Rename from push_type_address_space.
4872         Insert tp_space_identifier.
4873         * c-exp.y (ptr_operator): New production.
4874         (abs_decl): Use ptr_operator.
4875         (space_identifier): Call insert_type_address_space.
4876         (ptype): Don't use const_or_volatile_or_space_identifier.
4877         (const_or_volatile_noopt): Call insert_type.
4878         (conversion_type_id, conversion_declarator): New productions.
4879         (operator): Use conversion_type_id.
4880
4881 2012-06-18  Doug Evans  <dje@google.com>
4882
4883         * symtab.h (minimal_symbol): New member created_by_gdb.
4884         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
4885         created by gdb.
4886         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
4887         (search_symbols): Call it instead of lookup_symbol.
4888         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
4889
4890         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
4891         Adjust address for DW_OP_GNU_addr_index.
4892         * dwarf2expr.h (dwarf_expr_context): Update comment.
4893         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
4894         all callers updated.  Handle TLS vars described with
4895         DW_OP_GNU_const_index.
4896         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
4897         and DW_OP_GNU_const_index.
4898         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
4899
4900         * block.c (find_block_in_blockvector): Make explicit the fact that we
4901         ignore GLOBAL_BLOCK.
4902
4903 2012-06-18  Tom Tromey  <tromey@redhat.com>
4904
4905         * c-exp.y (operator): Remove trailing space after "delete" and
4906         "delete[]".
4907
4908 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
4909             Jan Kratochvil  <jan.kratochvil@redhat.com>
4910
4911         Switch i386 and derived targets to ON_STACK.
4912         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
4913         (amd64_dicos_init_abi): Remove its installment.
4914         * dicos-tdep.c (dicos_init_abi): Remove the
4915         set_gdbarch_call_dummy_location call.  Update the comment here.
4916         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
4917         (i386_dicos_init_abi): Remove its installment.
4918         * i386-tdep.c (i386_push_dummy_code): New function.
4919         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
4920         i386_push_dummy_code.
4921
4922 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4923
4924         Remove stale dummy frames.
4925         * breakpoint.c: Include dummy-frame.h.
4926         (longjmp_breakpoint_ops): New variable.
4927         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
4928         bp_longjmp_call_dummy.
4929         (bpstat_what, bptype_string, print_one_breakpoint_location)
4930         (init_bp_location): Support bp_longjmp_call_dummy.
4931         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
4932         (set_longjmp_breakpoint_for_call_dummy)
4933         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
4934         functions.
4935         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
4936         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
4937         FIXME comment and extend the other comment for bp_call_dummy.
4938         (set_longjmp_breakpoint_for_call_dummy)
4939         (check_longjmp_breakpoint_for_call_dummy): New declarations.
4940         * dummy-frame.c: Include gdbthread.h.
4941         (pop_dummy_frame_bpt): New function.
4942         (pop_dummy_frame): Call pop_dummy_frame_bpt.
4943         (dummy_frame_discard): New function.
4944         (cleanup_dummy_frames): Update the comment about longjmps.
4945         * dummy-frame.h (dummy_frame_discard): New declaration.
4946         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
4947         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
4948         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
4949         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
4950         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
4951         keep_going if IS_LONGJMP and there is no other reason to stop.
4952
4953 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
4954
4955         * remote-sim.c (sim_command_completer): Initialize
4956         variable 'result'.
4957
4958 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4959
4960         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
4961         * dwarf2loc.c (call_site_parameter_matches): Support
4962         CALL_SITE_PARAMETER_PARAM_OFFSET.
4963         (needs_dwarf_reg_entry_value): Push stub value.
4964         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
4965         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
4966         * gdbtypes.h (enum call_site_parameter_kind): New item
4967         CALL_SITE_PARAMETER_PARAM_OFFSET.
4968         (struct call_site.parameter.u): New field param_offset.
4969
4970 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4971
4972         Code cleanup: Generalize call_site.parameter key.
4973         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
4974         variable dwarf_reg.  New variable kind_u.  Update parameters to
4975         push_dwarf_reg_entry_value.
4976         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4977         * dwarf2expr.h (enum call_site_parameter_kind)
4978         (union call_site_parameter_u): Forward declarations.
4979         (struct dwarf_expr_context_funcs): Update parameters and their
4980         description for push_dwarf_reg_entry_value.
4981         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
4982         * dwarf2loc.c (call_site_parameter_matches): New function.
4983         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
4984         description.  Use call_site_parameter_matches.
4985         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
4986         Update parameters and their description.
4987         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
4988         New variable kind_u.  Adjust the caller for updated parameters.
4989         (needs_dwarf_reg_entry_value): Update parameters.
4990         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
4991         instead of attr.  Update for the changed fields of struct
4992         call_site_parameter.
4993         * gdbtypes.h: Include dwarf2expr.h.
4994         (enum call_site_parameter_kind): New.
4995         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
4996         fb_offset into new union u.
4997
4998 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
4999
5000         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5001         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5002         for x32.
5003
5004 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5005
5006         * amd64-linux-nat.c (compat_x32_clock_t): New.
5007         (compat_x32_siginfo_t): Likewise.
5008         (compat_x32_siginfo_from_siginfo): Likewise.
5009         (siginfo_from_compat_x32_siginfo): Likewise.
5010         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5011         and siginfo_from_compat_x32_siginfo for x32.
5012
5013 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
5014
5015         * tracepoint.c (tfile_xfer_partial): Add a lseek.
5016
5017 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5018
5019         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5020         instead of gdbarch_ptr_bit.
5021         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5022         (amd64_supply_native_gregset): Likewise.
5023         (amd64_collect_native_gregset): Likewise.
5024         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5025         (amd64_supply_xsave): Likewise.
5026         (amd64_collect_fxsave): Likewise.
5027         (amd64_collect_xsave): Likewise.
5028
5029 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5030
5031         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5032         (amd64_linux_read_description): Check DS segment register for
5033         x32 process.
5034
5035 2012-06-15  Tom Tromey  <tromey@redhat.com>
5036
5037         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5038         init_cutu_and_read_dies.
5039
5040 2012-06-15  Iain Sandoe <iain@codesourcery.com>
5041
5042         * MAINTAINERS (Write After Approval): Add myself to the list.
5043
5044 2012-06-15  Tom Tromey  <tromey@redhat.com>
5045
5046         * valops.c (value_find_oload_method_list): Now static.
5047         * value.h (value_find_oload_method_list): Don't declare.
5048
5049 2012-06-15  Tom Tromey  <tromey@redhat.com>
5050
5051         * valops.c (find_overload_match): Use value_ind.
5052
5053 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
5054
5055         * infrun.c (handle_inferior_event): Correct indentation.
5056
5057 2012-06-14  Doug Evans  <dje@google.com>
5058
5059         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5060         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5061         All uses updated.
5062         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
5063         updated.  Handle DEBUG_LOC_START_LENGTH.
5064         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5065         (loclist_describe_location): Ditto.
5066
5067 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
5068
5069         PR backtrace/13866
5070         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5071         after hiding inline functions.
5072
5073 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5074
5075         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5076         _initialize_inf_ttrace.
5077
5078 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5079
5080         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5081         _initialize_hppa_hpux_nat.
5082
5083 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5084
5085         * remote-sim.c (sim_command_completer): Change type of return
5086         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
5087
5088 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5089             Jan Kratochvil  <jan.kratochvil@redhat.com>
5090
5091         PR tdep/14222
5092         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5093         stack on a 16-byte boundary.
5094
5095 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
5096
5097         * jit.c (finalize_symtab): Set function's return type to 'void' by
5098         default.
5099
5100 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5101             H.J. Lu  <hongjiu.lu@intel.com>
5102
5103         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5104         Move bits common to both the classic LP64 and the new x32 ILP32
5105         ABI here.
5106         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5107         (amd64_x32_linux_init_abi): New function.
5108         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5109         subtype.
5110
5111         * i386-tdep.h (i386_pseudo_register_name): New prototype.
5112         * i386-tdep.c (i386_pseudo_register_name): Make public.
5113         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5114         * amd64-tdep.c (amd64_dword_names): Add "eip".
5115         (amd64_x32_pseudo_register_type): New function
5116         (amd64_x32_init_abi): New function.
5117
5118 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5119
5120         PR build/14003
5121         * inferior.h (struct inferior_suspend_state): Comment out.
5122         (struct inferior): Comment out the field suspend.
5123         * infrun.c (struct infcall_suspend_state): Comment out the field
5124         inferior_suspend.
5125         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5126         out its assignment.
5127
5128 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5129
5130         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5131         * c-exp.y (classify_inner_name): Remove caller assumptions in the
5132         function comment.  Return ERROR for unresolved cases.  Implement
5133         returning proper NAME.
5134         (yylex): Accept also NAME from classify_inner_name.
5135         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5136         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
5137         LOC_TYPEDEF type.
5138         * cp-support.h (cp_lookup_nested_type): Update its declaration.
5139
5140 2012-06-13  Tom Tromey  <tromey@redhat.com>
5141
5142         * breakpoint.c (condition_completer): New function.
5143         (_initialize_breakpoint): Use it.
5144         * value.c (complete_internalvar): New function.
5145         * value.h (complete_internalvar): Declare.
5146
5147 2012-06-13  Tom Tromey  <tromey@redhat.com>
5148
5149         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5150         * breakpoint.c (catch_syscall_completer): Return a VEC.
5151         * cli/cli-cmds.c (complete_command): Update.
5152         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5153         (complete_on_enum): Likewise.
5154         * command.h: Include gdb_vecs.h.
5155         (completer_ftype): Change return type.
5156         (complete_on_cmdlist, complete_on_enum): Likewise.
5157         * completer.c (noop_completer, filename_completer)
5158         (location_completer): Return a VEC.
5159         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
5160         to a VEC.
5161         (expression_completer, complete_line_internal, complete_line)
5162         (command_completer): Return a VEC.
5163         (gdb_completion_word_break_characters, line_completion_function):
5164         Update.
5165         * completer.h: Include gdb_vecs.h.
5166         (complete_line, noop_completer, filename_completer)
5167         (expression_completer, location_completer, command_completer):
5168         Update.
5169         * f-lang.c (f_word_break_characters): Return a VEC.
5170         * interps.c (interpreter_completer): Return a VEC.
5171         * language.h (struct language_defn)
5172         <la_make_symbol_completion_list>: Return a VEC.
5173         * python/py-cmd.c (cmdpy_completer): Return a VEC.
5174         * symtab.c (free_completion_list): Take a VEC.
5175         (return_val_size, return_val_index): Remove.
5176         (return_val): Now a VEC.
5177         (completion_list_add_name): Update.
5178         (default_make_symbol_completion_list_break_on)
5179         (default_make_symbol_completion_list, make_symbol_completion_list)
5180         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5181         Return a VEC.
5182         (add_filename_to_list): Update.
5183         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5184         <list>: Now a VEC.
5185         (maybe_add_partial_symtab_filename): Update.
5186         (make_source_files_completion_list): Return a VEC.
5187         * symtab.h (default_make_symbol_completion_list_break_on)
5188         (default_make_symbol_completion_list, make_symbol_completion_list)
5189         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5190         (make_source_files_completion_list): Update.
5191
5192 2012-06-13  Tom Tromey  <tromey@redhat.com>
5193
5194         * breakpoint.c (add_catch_command): Use completer_ftype.
5195         * breakpoint.h: Include command.h.
5196         (add_catch_command): Use completer_ftype.
5197         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5198         * cli/cli-decode.h (struct cmd_list_element) <completer>:
5199         Use completer_ftype.
5200         * command.h (completer_ftype): New typedef.
5201         (set_cmd_completer): Use it.
5202         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5203         completer_ftype.
5204
5205 2012-06-13  Pedro Alves  <palves@redhat.com>
5206
5207         Partial revert of previous change.
5208
5209         * serial.c (scb_base): New global.
5210         (serial_for_fd): New.
5211         (serial_open, serial_fdopen_ops): Link new serial in open serials
5212         chain.
5213         (do_serial_close): Unlink serial from the open serials chain.
5214
5215 2012-06-12  Pedro Alves  <palves@redhat.com>
5216
5217         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5218         threads here.
5219         (prepare_for_detach): No longer context switch here in non-stop
5220         mode.
5221         (fetch_inferior_event): Ditto.
5222         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5223         to the event thread before removing breakpoints.  Switch to the
5224         event thread before inserting breakpoints and resuming.
5225         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5226         event thread before resuming.
5227         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5228         Switch to the event thread before removing breakpoints.
5229
5230 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
5231
5232         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5233         special characters correctly for the Windows shells.  See
5234         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5235         report.
5236         [!__MINGW32__]: Remove extra double quote character from special
5237         characters.
5238
5239 2012-06-11  Stan Shebs  <stan@codesourcery.com>
5240
5241         * ui-out.h: Remove #if 0 declarations.
5242         * ui-out.c: Remove #if 0 functions.
5243
5244 2012-06-11  Pedro Alves  <palves@redhat.com>
5245
5246         * ser-base.c (run_async_handler_and_reschedule): New.
5247         (fd_event, push_event): Use it.
5248         * serial.c (serial_open, serial_fdopen_ops): Set the initial
5249         reference count to 1.
5250         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
5251         instead of xfree.
5252         (serial_is_open, serial_ref, serial_unref): New.
5253         * serial.h (serial_open): Adjust comment.
5254         (serial_is_open): Declare.
5255         (serial_close): Adjust comment.
5256         (serial_ref, serial_unref) Declare.
5257         (struct serial): New field 'refcnt'.
5258
5259 2012-06-11  Pedro Alves  <palves@redhat.com>
5260
5261         Remove #if 0'd "connect" command, and unnecessary associated
5262         refcounting and serial reuse bits.
5263
5264         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5265         * serial.c (last_serial_opened): Delete.
5266         (scb_base): Delete.
5267         (serial_open): Adjust.
5268         (serial_for_fd): Delete.
5269         (serial_fdopen_ops, do_serial_close): Adjust.
5270         (serial_fdopen_ops): Adjust.
5271
5272 2012-06-11  Pedro Alves  <palves@redhat.com>
5273
5274         * serial.c (do_serial_close): Remove early return when SCB is
5275         null.
5276
5277 2012-06-11  Tom Tromey  <tromey@redhat.com>
5278
5279         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5280
5281 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5282
5283         Fix regression by the "ambiguous linespec" series.
5284         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
5285         get_last_displayed_symtab and get_last_displayed_line and depending
5286         on CURSAL.
5287
5288 2012-06-11  Tom Tromey  <tromey@redhat.com>
5289
5290         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5291         (dw2_find_symbol_file): Use it.
5292
5293 2012-06-11  Michael Eager  <eager@eagercon.com>
5294
5295         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5296         * mips-linux-tdep.h (mips_signals): New
5297
5298 2012-06-11  Tom Tromey  <tromey@redhat.com>
5299
5300         * infrun.c (handle_inferior_event)
5301         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5302         breakpoint.
5303         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5304         exception logic in all cases.  Update comments.
5305         (insert_longjmp_resume_breakpoint): Set the exception resume
5306         breakpoint.
5307
5308 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
5309
5310         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5311
5312 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
5313
5314         * valarith.c (binop_types_user_defined_p): Fix a typo.
5315
5316 2012-06-08  Yao Qi  <yao@codesourcery.com>
5317             Chung-Lin Tang <cltang@codesourcery.com>
5318
5319         * arch-utils.c (default_return_in_first_hidden_param_p): New.
5320         * arch-utils.h: Declare.
5321         * gdbarch.sh: Add return_in_first_hidden_param_p.
5322         * gdbarch.c, gdbarch.h: Regenerated.
5323         * infcall.c (call_function_by_hand): Call
5324         gdbarch_return_in_first_hidden_param_p instead of
5325         language_pass_by_reference.
5326
5327         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5328         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5329         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5330         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5331         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5332         `cplus_return_struct_by_reference'.
5333         (tic6x_return_value): Handle language cplusplus.
5334         (tic6x_return_in_first_hidden_param_p): New.
5335         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5336
5337 2012-06-07  Doug Evans  <dje@google.com>
5338
5339         * dwarf2read.c (dwarf2_cu): Add comment.
5340
5341 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5342
5343         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5344         variable.
5345         (mips_eabi_push_dummy_call): Likewise.
5346         (mips_n32n64_push_dummy_call): Likewise.
5347         (mips_o32_push_dummy_call): Likewise.
5348         (mips_o64_push_dummy_call): Likewise.
5349
5350 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5351
5352         * mips-tdep.c (mips_convert_register_p): Correct coding style.
5353
5354 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5355
5356         * mips-tdep.c (mips_pseudo_register_type): Use
5357         mips_float_register_p.
5358
5359 2012-06-06  Pedro Alves  <palves@redhat.com>
5360
5361         * infrun.c (handle_inferior_event): Remove calls to
5362         reinit_frame_cache that follow a context_switch call.
5363
5364 2012-06-06  Pedro Alves  <palves@redhat.com>
5365
5366         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5367         context_switch and remove stale comment.
5368
5369 2012-06-06  Pedro Alves  <palves@redhat.com>
5370
5371         * infrun.c (struct execution_control_state): Remove
5372         `new_thread_event' field.
5373         (handle_inferior_event): Simplify new threads handling; don't
5374         resume the inferior if we find a new thread.
5375
5376 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
5377
5378         * NEWS: Document the deprecation of SH's 'regs' command.
5379         * inferior.h (all_registers_info): Add function declaration.
5380         * sh-tdep.c (sh_show_regs): Remove variable.
5381         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5382         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5383         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5384         (sh_show_regs_command): Remove functions.
5385         (sh_gdbarch_init): Don't set sh_show_regs.
5386         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5387         'info all-registers'.
5388         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5389         (sh64_show_regs): Remove functions.
5390         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5391
5392 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5393
5394         * configure.ac: Move development=true below AC_INIT.
5395         * configure: Regenerate.
5396
5397 2012-06-05  Stan Shebs  <stan@codesourcery.com>
5398
5399         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5400         gdb_stdout.
5401
5402 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5403
5404         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5405         argument as ssize_t.
5406         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5407         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5408         * target.c (target_read_stack, target_write_memory)
5409         (target_write_raw_memory): Likewise.
5410         * target.h (target_read_stack, target_write_memory)
5411         (target_write_raw_memory): Likewise.
5412
5413 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5414
5415         * symfile-mem.c: Change gdb_static_assert to ssize_t.
5416         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5417         * target.c (target_read_memory): Change LEN to ssize_t.
5418         * target.h (target_read_memory): Change LEN to ssize_t.
5419
5420 2012-06-05  Pedro Alves  <palves@redhat.com>
5421
5422         PR backtrace/13866
5423
5424         * breakpoint.c (until_break_command): Only fetch the selected
5425         frame after decode_line_1.
5426
5427 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
5428
5429         * solib-svr4.c (enable_break): Don't fallback to setting the solib
5430         event breakpoint at _start, __start or main if a program
5431         interpreter is not found.
5432
5433 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5434
5435         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5436         Add declaration.
5437         * windows-tdep.c: #include "objfiles.h".
5438         (windows_iterate_over_objfiles_in_search_order): New function.
5439         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5440         iterate_over_objfiles_in_search_order gdbarch method to
5441         windows_iterate_over_objfiles_in_search_order.
5442         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5443
5444 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5445
5446         * gdbarch.sh: Add generation of
5447         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5448         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
5449         (iterate_over_objfiles_in_search_order): New gdbarch method.
5450         * gdbarch.h, gdbarch.c: Regenerate.
5451         * objfiles.h (default_iterate_over_objfiles_in_search_order):
5452         Add declaration.
5453         * objfiles.c (default_iterate_over_objfiles_in_search_order):
5454         New function.
5455         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5456         out of lookup_symbol_aux_symtabs.
5457         (lookup_symbol_aux_symtabs): Replace extracted-out code by
5458         call to lookup_symbol_aux_objfile.
5459         (struct global_sym_lookup_data): New type.
5460         (lookup_symbol_global_iterator_cb): New function.
5461         (lookup_symbol_global): Search for symbol using
5462         gdbarch_iterate_over_objfiles_in_search_order and
5463         lookup_symbol_global_iterator_cb.
5464         * findvar.c (struct minsym_lookup_data): New type.
5465         (minsym_lookup_iterator_cb): New function.
5466         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5467         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5468         and minsym_lookup_iterator_cb.
5469
5470 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5471
5472         Revert the following patch:
5473         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5474         try locating the symbol in the symbol's own objfile first, before
5475         extending the search to all objfiles.
5476         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5477         out of lookup_symbol_aux_symtabs.
5478         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5479         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5480         Do not search EXCLUDE_OBJFILE.
5481         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5482         (lookup_symbol_global): Search for matches in the block's objfile
5483         first, before searching all other objfiles.
5484
5485 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5486
5487         * breakpoint.c (find_condition_and_thread): Stop parsing
5488         as soon as the first invalid keyword is found.
5489
5490 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5491
5492         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5493
5494 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5495
5496         * config/djgpp/djcheck.sh: Add copyright header.
5497
5498 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5499
5500         * copyright.py (update_files, main): Fix path to update-copyright
5501         script.
5502
5503 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5504
5505         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5506         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5507         for which a reminder to update by hand is printed.
5508
5509 2012-06-04  Doug Evans  <dje@google.com>
5510
5511         * buildsym.c (make_blockvector): Add comment.
5512
5513 2012-06-04  Pedro Alves  <palves@redhat.com>
5514
5515         * arch-utils.c (default_gdb_signal_from_target): Delete.
5516         * arch-utils.h (default_gdb_signal_from_target): Delete.
5517         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
5518         gdbarch_gdb_signal_from_target_p.
5519         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5520         predicate).
5521         * gdbarch.h: Regenerate.
5522         * gdbarch.c: Regenerate.
5523
5524 2012-06-04  Pedro Alves  <palves@redhat.com>
5525
5526         * gdbarch.sh (gdb_signal_from_target): Mention that the
5527         implementation of the method must be host independent.
5528         * gdbarch.h: Regenerate.
5529
5530 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5531
5532         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5533         parameters.
5534         (target_read_memory_bfd): New function.
5535         (symbol_file_add_from_memory): Use it.
5536
5537 2012-06-03  Doug Evans  <dje@google.com>
5538
5539         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5540         of primary symtab.
5541         (basic_lookup_transparent_type): Ditto.
5542
5543         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5544         (ALL_PRIMARY_SYMTABS): Use it.
5545         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5546         * dwarf2read.c (dw2_find_symbol_file): Ditto.
5547         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5548         * symtab.c (lookup_symbol_aux_objfile): Ditto.
5549         (basic_lookup_transparent_type): Ditto.
5550
5551 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5552
5553         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
5554         it to optimize resolution of demangled name.
5555
5556 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5557
5558         * configure.ac (development): Define new variable.
5559         Call AC_CHECK_LIB for mcheck if $development.
5560         (ERROR_ON_WARNING): Enable it by default only if $development.
5561         * config.in: Regenerate.
5562         * configure: Regenerate.
5563
5564 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5565
5566         * target.c (target_read_memory): Make LEN argument as size_t.
5567         * target.h (target_read_memory): Likewise.
5568
5569 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5570
5571         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5572
5573 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5574
5575         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5576         BookE interface for PowerPC server processors if not available
5577         in the Linux Kernel.
5578
5579 2012-05-31  Keith Seitz  <keiths@redhat.com>
5580
5581         * linespec.c (decode_objc): Add cleanup to free
5582         INFO.FILE_SYMTABS.
5583         (find_linespec_symbols): Add cleanup to free CLASSES.
5584         * symfile.c (find_separate_debug_file_by_debuglink): Add
5585         cleanup to free DEBUGLINK.
5586         * ui-out.c (clear_header_list): No need to check if
5587         HEADER_NEXT.COLHDR is NULL.
5588         Free HEADER_NEXT.COL_NAME.
5589
5590 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5591
5592         * ada-lang.c (standard_lookup): Prevent uninitialized variable
5593         warning.
5594
5595 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5596
5597         * configure.host (gdb_host_cpu): Handle tilegx*.
5598         (gdb_host): Handle tilegx-*-linux*.
5599         * tilegx-linux-nat.c: New file.
5600         * config/tilegx/linux.mh: New file.
5601
5602 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5603
5604         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5605         tilegx-linux-tdep.o.
5606         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5607         tilegx-linux-tdep.c.
5608         * configure.tgt: Handle tilegx-*-linux*.
5609         * tilegx-tdep.h: New file.
5610         * tilegx-tdep.c: New file.
5611         * tilegx-linux-tdep.c: New file.
5612         * regformats/reg-tilegx.dat: New file.
5613
5614 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5615
5616         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5617         accounting of hw watchpoints on ppc.
5618
5619 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
5620
5621         * source.c (openp): Expand tilde in path entries.
5622
5623 2012-05-29  Doug Evans  <dje@google.com>
5624
5625         * buildsym.c (block_compar): Fix comment.
5626         (end_symtab): Fix and clarify some comments.
5627
5628         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5629         cleanup_undefined_types.
5630         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5631         All callers updated.
5632
5633 2012-05-29  Tom Tromey  <tromey@redhat.com>
5634
5635         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5636         fails.
5637         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5638         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5639         fails.
5640         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5641         fails.
5642
5643 2012-05-29  Tristan Gingold  <gingold@adacore.com>
5644
5645         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5646         (struct darwin_info): ... New struct.
5647         (solib_darwin_pspace_data): New variable.
5648         (darwin_pspace_data_cleanup): New function.
5649         (get_darwin_info): Likewise.
5650         (darwin_dyld_version_ok, darwin_load_image_infos)
5651         (darwin_solib_get_all_image_info_addr_at_init)
5652         (darwin_solib_read_all_image_info_addr): Add info argument.
5653         Adjust code.
5654         (darwin_current_sos): Use per pspace structure.
5655         (darwin_solib_create_inferior_hook): Likewise.
5656         (darwin_clear_solib): Likewise.
5657         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5658
5659 2012-05-28  Pedro Alves  <palves@redhat.com>
5660
5661         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5662         block that uses them.  Clear ecss before handling each event.
5663
5664 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5665
5666         * solib-svr4.c (svr4_current_sos): New comment on
5667         svr4_current_sos_via_xfer_libraries fall back.
5668
5669 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5670
5671         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5672         it as a fallback for TYPE_IS_OPAQUE.
5673         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5674         symbols for lookup_symbol.
5675
5676 2012-05-24  John Steele Scott  <toojays@toojays.net>
5677
5678         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5679         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5680         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5681         (check_producer): ... this new function, which also checks for ICC
5682         and caches the result.
5683         (producer_is_icc): New function.
5684         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5685         producer was ICC.
5686
5687 2012-05-24  Pedro Alves  <palves@redhat.com>
5688
5689         PR gdb/7205
5690
5691         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5692         (default_gdb_signal_to_target): ... this.  Add comment.
5693         (default_gdb_signal_from_host): Rename to ...
5694         (default_gdb_signal_from_target): ... this.  Add comment.
5695         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5696         (default_gdb_signal_to_target): ... this.
5697         (default_gdb_signal_from_host): Rename to ...
5698         (default_gdb_signal_from_target): ... this.
5699         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5700         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5701         (gdb_signal_from_target): ... this.  Adjust to
5702         default_gdb_signal_from_host naming change.  Extend comment.
5703         (gdb_signal_to_host): Rename to ...
5704         (gdb_signal_to_target): ... this.  Adjust to
5705         default_gdb_signal_to_host naming change.
5706         * gdbarch.h, gdbarch.c: Renegerate.
5707
5708 2012-05-24  Pedro Alves  <palves@redhat.com>
5709
5710         PR gdb/7205
5711
5712         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5713
5714 2012-05-24  Pedro Alves  <palves@redhat.com>
5715
5716         PR gdb/7205
5717
5718         Replace target_signal with gdb_signal throughout.
5719
5720 2012-05-24  Pedro Alves  <palves@redhat.com>
5721
5722         PR tui/14159
5723
5724         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5725         string, instead of reusing the va_list argument.
5726
5727 2012-05-24  Tom Tromey  <tromey@redhat.com>
5728
5729         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5730         Remove.
5731
5732 2012-05-23  Doug Evans  <dje@google.com>
5733
5734         * symtab.c (search_symbols): Formatting fixes.
5735         (print_symbol_info): Formatting fixes.
5736
5737         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5738         int64_t change to leb128 API.
5739         (read_encoded_value, decode_frame_entry_1): Ditto.
5740         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5741         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5742         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5743         (execute_stack_op): Ditto.
5744         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5745         (safe_read_uleb128, safe_read_sleb128): Ditto.
5746         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5747         (dwarf2_compile_expr_to_ax): Ditto.
5748         (locexpr_describe_location_piece): Ditto.
5749         (disassemble_dwarf_expression): Ditto.
5750         (locexpr_describe_location_1): Ditto.
5751
5752 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5753             Kwok Cheung Yeung  <kcy@codesourcery.com>
5754
5755         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5756         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5757         (mi-cmd-info.o): New rule.
5758         * osdata.h (info_osdata_command): New declaration.
5759         * osdata.c (info_osdata_command): Change to non-static.
5760         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5761         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5762         * mi/mi-cmd-info.c: New file.
5763
5764 2012-05-23  Doug Evans  <dje@google.com>
5765
5766         * symtab.c (search_symbols): Pass NULL for file_matcher to
5767         expand_symtabs_matching if there are no files to match.
5768
5769         * gdbtypes.c (lookup_typename): Simplify.
5770
5771 2012-05-23  Pedro Alves  <palves@redhat.com>
5772
5773         * arch-utils.h (default_target_signal_to_host): Delete.
5774         * arch-utils.c (default_target_signal_to_host): Delete.
5775         * gdbarch.sh (target_signal_to_host): Remove.
5776         * gdbarch.h, gdbarch.c: Regenerate.
5777
5778 2012-05-22  Doug Evans  <dje@google.com>
5779
5780         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5781         "const gdb_byte *".
5782         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5783         (execute_cfa_program): Update to match API of leb128 functions.
5784         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5785         "const gdb_byte *".
5786         (read_unsigned_leb128, read_signed_leb128): Delete.
5787         (read_initial_length): Change type of buf argument to
5788         "const gdb_byte *".
5789         (read_encoded_value): Update to match API of leb128 functions.
5790         (decode_frame_entry): Change result to "const gdb_byte *", and
5791         similarly for "start" parameter.
5792         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5793         (dwarf2_build_frame_info): Change local frame_ptr to
5794         "const gdb_byte *".
5795         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5796         read_uleb128, read_sleb128.  All callers updated.
5797         (safe_skip_leb128): New function.
5798         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5799         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5800         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5801         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5802         read_uleb128, read_sleb128.
5803         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5804         (execute_stack_op): Update to match API of leb128 functions.
5805         * dwarf2expr.h: #include "leb128.h".
5806         (read_uleb128, read_sleb128): Delete.
5807         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5808         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5809         * dwarf2loc.c (debug_loc_kind): New enum.
5810         (decode_debug_loc_addresses): New function.
5811         (decode_debug_loc_dwo_addresses): New function.
5812         (dwarf2_find_location_expression): Rewrite.
5813         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5814         (locexpr_describe_location_piece): Ditto.
5815         (disassemble_dwarf_expression): Ditto.
5816         (locexpr_describe_location_1): Ditto.
5817         (loclist_describe_location): Rewrite.
5818         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5819         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5820         (dwarf2_section_buffer_overflow_complaint): Renamed from
5821         dwarf2_macros_too_long_complaint.  All callers updated.
5822         (skip_leb128): Delete.
5823         (init_cu_die_reader): Initialize reader->buffer_end.
5824         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5825         (skip_form_bytes): New arg buffer_end.  All callers updated.
5826         Replace call to skip_leb128 with gdb_skip_leb128.
5827         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5828         (fill_in_loclist_baton): Initialize baton->from_dwo.
5829
5830 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5831
5832         * mips-linux-nat.c (mips_linux_read_description): Use a more
5833         verbose error message.
5834
5835 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5836
5837         * NEWS: Add MIPS/Linux DSP support.
5838         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5839         (SIGCONTEXT_DSPCTL): New macro.
5840         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5841         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5842         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5843         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5844         (N64_SIGCONTEXT_HI3): Likewise.
5845         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5846         (N64_SIGCONTEXT_LO3): Likewise.
5847         (N64_SIGCONTEXT_DSPCTL): Likewise.
5848         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5849         (mips_linux_o32_sigframe_init): Handle DSP registers.
5850         (mips_linux_n32n64_sigframe_init): Likewise.
5851
5852 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5853
5854         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5855         call to abort.
5856
5857 2012-05-22  Pedro Alves  <palves@redhat.com>
5858
5859         * target.h (store_waitstatus): Move declaration ...
5860         * inf-child.h (store_waitstatus): ... here.
5861         * target.c: Move inclusion of gdb_wait.h, and ...
5862         (store_waitstatus): ... this ...
5863         * inf-child.c: ... here.
5864         * linux-nat.c: Include inf-child.h.
5865         * rs6000-nat.c: Include inf-child.h.
5866         * spu-linux-nat.c: Include inf-child.h.
5867
5868 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5869
5870         * tracepoint.c (start_tracing): Add missing i18n markup.
5871         (stop_tracing, set_trace_user): Ditto.
5872         (set_trace_notes, set_trace_stop_notes): Ditto.
5873
5874 2012-05-21  Tom Tromey  <tromey@redhat.com>
5875
5876         PR c++/7173:
5877         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5878         types.
5879         * value.h (value_cast_pointers): Update.
5880         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5881         (value_cast): Update.
5882         (update_search_result): New function.
5883         (do_search_struct_field): New, from search_struct_field.  Check
5884         for ambiguous results.
5885         (search_struct_field): Rewrite.
5886         * infcall.c (value_arg_coerce): Update.
5887         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
5888         value_cast_pointers.
5889         * ada-lang.c (ada_convert_actual): Update.
5890
5891 2012-05-21  Tom Tromey  <tromey@redhat.com>
5892
5893         * macroexp.c (macro_stringify): Terminate the string.
5894
5895 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
5896
5897         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
5898         Describe it.
5899         * auto-load.c (auto_load_expand_dir_vars): New function.
5900         (auto_load_safe_path_vec_update): Use it, remove the
5901         substitute_path_component call thanks to it.
5902         (auto_load_objfile_script): Remove the debug_file_directory processing.
5903         Use auto_load_expand_dir_vars, remove the substitute_path_component
5904         call thanks to it.
5905         * configure: Regenerate.
5906         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
5907         path.  Escape $ also for $debugdir.
5908         (--with_auto_load_safe_path): Escape $ also for $debugdir.
5909         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
5910
5911 2012-05-20  Doug Evans  <dje@google.com>
5912
5913         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
5914         before use.  Check for symtab->includes == NULL before scanning it.
5915
5916 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5917
5918         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
5919
5920 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
5921
5922         * NEWS: Add microMIPS support and "set mips compression",
5923         "show mips compression" commands.
5924         * mips-tdep.h (mips_isa): New enum.
5925         (gdbarch_tdep): Add mips_isa.
5926         (mips_pc_is_mips16): Update prototype.
5927         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
5928         * mips-tdep.c (mips_compression_mips16): New variable.
5929         (mips_compression_micromips): Likewise.
5930         (mips_compression_strings): Likewise.
5931         (mips_compression_string): Likewise.
5932         (is_mips16_isa, is_micromips_isa): New functions.
5933         (is_mips16_addr): Rename to...
5934         (is_compact_addr): ... this.
5935         (unmake_mips16_addr): Likewise to...
5936         (unmake_compact_addr): ... this.
5937         (make_mips16_addr): Likewise to...
5938         (make_compact_addr): ... this.
5939         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
5940         functions.
5941         (mips_elf_make_msymbol_special): Handle microMIPS code.
5942         (msymbol_is_special): Rename to...
5943         (msymbol_is_mips16): ... this.
5944         (mips_make_symbol_special, mips_pc_is_mips16): Update
5945         accordingly.
5946         (msymbol_is_mips, msymbol_is_micromips): New functions.
5947         (mips16_to_32_reg): Rename to...
5948         (mips_reg3_to_reg): ... this.
5949         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
5950         (mips_pc_isa): Likewise.
5951         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
5952         code.
5953         (mips_fetch_instruction): Pass return status instead of printing
5954         an error message if requested.  Handle microMIPS code.  Bail out
5955         on an invalid ISA.
5956         (micromips_op): New macro.
5957         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
5958         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
5959         (b6s4_op, b7s3_reg): Likewise.
5960         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
5961         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
5962         (mips_insn_size): New function.
5963         (mips32_next_pc): Update mips_fetch_instruction call.
5964         (micromips_relative_offset7): New function.
5965         (micromips_relative_offset10): Likewise.
5966         (micromips_relative_offset16): Likewise.
5967         (micromips_pc_insn_size): Likewise.
5968         (micromips_bc1_pc): Likewise.
5969         (micromips_next_pc): Likewise.
5970         (unpack_mips16): Update mips_fetch_instruction call.
5971         (extended_mips16_next_pc): Update according to change to
5972         mips16_to_32_reg.
5973         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
5974         code.
5975         (mips16_scan_prologue): Update mips_fetch_instruction call.
5976         Update according to change to mips16_to_32_reg.
5977         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
5978         (mips_insn16_frame_base_sniffer): Likewise.
5979         (micromips_decode_imm9): New function.
5980         (micromips_scan_prologue): Likewise.
5981         (mips_micro_frame_cache): Likewise.
5982         (mips_micro_frame_this_id): Likewise.
5983         (mips_micro_frame_prev_register): Likewise.
5984         (mips_micro_frame_sniffer): Likewise.
5985         (mips_micro_frame_unwind): New variable.
5986         (mips_micro_frame_base_address): New function.
5987         (mips_micro_frame_base): New variable.
5988         (mips_micro_frame_base_sniffer): New function.
5989         (mips32_scan_prologue): Update mips_fetch_instruction call.
5990         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
5991         rather than for MIPS16.
5992         (mips_insn32_frame_base_sniffer): Likewise.
5993         (mips_addr_bits_remove): Handle microMIPS code.
5994         (deal_with_atomic_sequence): Rename to...
5995         (mips_deal_with_atomic_sequence): ... this.  Update the type
5996         of the variable used to hold an instruction.  Remove the ISA bit
5997         check.  Update mips_fetch_instruction call.
5998         (micromips_deal_with_atomic_sequence): New function.
5999         (deal_with_atomic_sequence): Likewise.
6000         (mips_about_to_return): Handle microMIPS code.  Update
6001         mips_fetch_instruction call.
6002         (heuristic_proc_start): Check for the standard MIPS ISA rather
6003         than for MIPS16.  Update mips_pc_is_mips16 and
6004         mips_fetch_instruction calls.  Handle microMIPS code.
6005         (mips_push_dummy_code): Handle microMIPS code.
6006         (mips_eabi_push_dummy_call): Likewise.
6007         (mips_o32_return_value): Update mips_pc_is_mips16 call.
6008         (mips_o64_push_dummy_call): Handle microMIPS code.
6009         (mips_o64_return_value): Update mips_pc_is_mips16 call.
6010         (is_delayed): Remove function.
6011         (mips_single_step_through_delay): Replace the call to is_delayed
6012         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
6013         Handle microMIPS code.
6014         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
6015         microMIPS code.
6016         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6017         call.
6018         (micromips_in_function_epilogue_p): New function.
6019         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6020         call.
6021         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6022         Handle microMIPS.
6023         (gdb_print_insn_mips): Likewise.
6024         (mips_breakpoint_from_pc): Likewise.
6025         (mips_remote_breakpoint_from_pc): New function.
6026         (mips32_instruction_has_delay_slot): Simplify making use of the
6027         updated mips_fetch_instruction interface.
6028         (micromips_instruction_has_delay_slot): New function.
6029         (mips16_instruction_has_delay_slot): Simplify making use of the
6030         updated mips_fetch_instruction interface.
6031         (mips_adjust_breakpoint_address): Check for the standard MIPS
6032         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
6033         calls.  Handle microMIPS code.
6034         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6035         (mips_skip_trampoline_code): Handle microMIPS code.
6036         (global_mips_compression): New function.
6037         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6038         file flags.  Register the microMIPS remote breakpoint handler
6039         and heuristic frame unwinder.
6040         (show_mips_compression): New function.
6041         (_initialize_mips_tdep): Add the "set mips compression" and
6042         "show mips compression" commands.
6043
6044 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
6045
6046         * ada-lang.c:
6047         * ada-tasks.c:
6048         * ada-varobj.c:
6049         * amd64-darwin-tdep.c:
6050         * arm-symbian-tdep.c:
6051         * arm-tdep.c:
6052         * avr-tdep.c:
6053         * ax-gdb.c:
6054         * bfin-linux-tdep.c:
6055         * breakpoint.c:
6056         * c-valprint.c:
6057         * cli/cli-cmds.c:
6058         * coffread.c:
6059         * cp-support.c:
6060         * cris-tdep.c:
6061         * dwarf2-frame-tailcall.c:
6062         * dwarf2-frame.c:
6063         * dwarf2expr.c:
6064         * dwarf2loc.c:
6065         * dwarf2read.c:
6066         * elfread.c:
6067         * eval.c:
6068         * expprint.c:
6069         * f-valprint.c:
6070         * frv-tdep.c:
6071         * h8300-tdep.c:
6072         * hppa-hpux-tdep.c:
6073         * hppa-tdep.c:
6074         * hppanbsd-tdep.c:
6075         * i386-nto-tdep.c:
6076         * i386-tdep.c:
6077         * i387-tdep.c:
6078         * ia64-tdep.c:
6079         * jit.c:
6080         * linespec.c:
6081         * linux-tdep.c:
6082         * lm32-tdep.c:
6083         * m2-valprint.c:
6084         * m32c-tdep.c:
6085         * m32r-rom.c:
6086         * m32r-tdep.c:
6087         * m68k-tdep.c:
6088         * m68klinux-tdep.c:
6089         * mi/mi-main.c:
6090         * microblaze-tdep.c:
6091         * mips-linux-tdep.c:
6092         * mips-tdep.c:
6093         * mn10300-tdep.c:
6094         * p-valprint.c:
6095         * parse.c:
6096         * ppc-linux-tdep.c:
6097         * ppc-sysv-tdep.c:
6098         * printcmd.c:
6099         * python/py-finishbreakpoint.c:
6100         * python/py-inferior.c:
6101         * python/py-infthread.c:
6102         * python/py-type.c:
6103         * python/python.c:
6104         * remote-fileio.c:
6105         * remote-m32r-sdi.c:
6106         * remote-mips.c:
6107         * reverse.c:
6108         * rl78-tdep.c:
6109         * rs6000-aix-tdep.c:
6110         * rs6000-tdep.c:
6111         * s390-tdep.c:
6112         * score-tdep.c:
6113         * sh64-tdep.c:
6114         * skip.c:
6115         * solib-darwin.c:
6116         * solib-dsbt.c:
6117         * solib-frv.c:
6118         * sparc-tdep.c:
6119         * spu-multiarch.c:
6120         * spu-tdep.c:
6121         * stack.c:
6122         * symfile.c:
6123         * symtab.c:
6124         * tic6x-tdep.c:
6125         * tracepoint.c:
6126         * v850-tdep.c:
6127         * valarith.c:
6128         * valprint.c:
6129         * value.c:
6130         * xcoffread.c:
6131         * xtensa-tdep.c:
6132         * ada-lang.c:
6133         * ada-tasks.c:
6134         * ada-varobj.c:
6135         * amd64-darwin-tdep.c:
6136         * arm-symbian-tdep.c:
6137         * arm-tdep.c: Delete unused variables.
6138
6139 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6140
6141         Rename $ddir to $datadir.
6142         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6143         * auto-load.c (auto_load_safe_path_vec_update)
6144         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6145         * configure: Regenerate.
6146         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6147         Likewise.  Remove the 'use $ddir' help string.
6148
6149 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6150
6151         * auto-load.c (show_auto_load_safe_path): Accept any combination of
6152         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6153
6154 2012-05-18  Tom Tromey  <tromey@redhat.com>
6155
6156         PR exp/13907:
6157         * valprint.h (struct value_print_options) <symbol_print>: New
6158         field.
6159         * valprint.c (user_print_options): Add default for symbol_print.
6160         (show_symbol_print): New function.
6161         (generic_val_print): Respect symbol_print.
6162         (_initialize_valprint): Add "print symbol" setting.
6163         * f-valprint.c (f_val_print): Respect symbol_print.
6164         * c-valprint.c (c_val_print): Respect symbol_print.
6165         * NEWS: Update.
6166         * printcmd.c (print_address_symbolic): Return int.  Ignore some
6167         zero-size symbols.
6168         (print_address_demangle): Return int.
6169         * defs.h: (print_address_symbolic): Return int.
6170         * value.h (print_address_demangle): Return int.
6171
6172 2012-05-18  Tom Tromey  <tromey@redhat.com>
6173
6174         * valprint.c (val_print_string): Don't print leading space.
6175         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6176         print space before string or vtbl.
6177         * m2-valprint.c (print_unpacked_pointer): Optionally print space
6178         before string.
6179         * jv-valprint.c (java_value_print): Print space before string.
6180         * go-valprint.c (print_go_string): Print space before string.
6181         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6182         space before string.
6183         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6184         space before string or vtbl.
6185         * auxv.c (fprint_target_auxv): Print space after address.
6186
6187 2012-05-18  Tom Tromey  <tromey@redhat.com>
6188
6189         * printcmd.c (print_address_demangle): Remove special case for 0.
6190
6191 2012-05-18  Tom Tromey  <tromey@redhat.com>
6192
6193         * printcmd.c (print_address_demangle): Add 'opts' argument.
6194         * p-valprint.c (pascal_val_print): Update.
6195         * jv-valprint.c (java_val_print): Update.
6196         * value.h: Update.
6197         * valprint.c (generic_val_print): Update.
6198         (print_function_pointer_address): Add 'options' argument.  Remove
6199         'addressprint' argument.  Update.
6200         * m2-valprint.c (print_unpacked_pointer): Update.
6201         * gnu-v3-abi.c (print_one_vtable): Update.
6202         (gnuv3_print_method_ptr): Update.
6203         * f-valprint.c (f_val_print): Update.
6204         * cp-valprint.c (cp_print_value_fields): Update.
6205         * valprint.h (print_function_pointer_address): Update.
6206         * c-valprint.c (c_val_print): Update.
6207
6208 2012-05-18  Tom Tromey  <tromey@redhat.com>
6209
6210         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6211         directly corresponding to the found psymtab.
6212         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6213         (dw2_find_pc_sect_symtab): Use it.
6214         * block.h (blockvector_contains_pc): Declare.
6215         * block.c (find_block_in_blockvector): New function.
6216         (blockvector_for_pc_sect): Use it.
6217         (blockvector_contains_pc): New function.
6218
6219 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6220
6221         * mips-tdep.h (mips_write_pc): New prototype.
6222         * mips-tdep.c (mips_write_pc): Make external, add description.
6223         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6224         add description.
6225
6226 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6227
6228         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6229         mips_regnum->pc.
6230         (mips_unwind_pc, mips_write_pc): Likewise.
6231         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6232         gdbarch_read_pc.
6233
6234 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
6235
6236         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6237         proc_warn, proc_error, proc_get_status, proc_flags,
6238         proc_why, proc_what, proc_nsysarg, proc_sysargs,
6239         proc_set_run_on_last_close, proc_unset_run_on_last_close,
6240         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6241         proc_stop_process, proc_wait_for_stop, proc_run_process,
6242         proc_set_traced_signals, proc_set_traced_faults,
6243         proc_set_traced_sysentry, proc_set_traced_sysexit,
6244         proc_set_held_signals, proc_get_held_signals,
6245         proc_get_traced_signals, proc_get_traced_faults,
6246         proc_get_traced_sysentry, proc_get_traced_sysexit,
6247         proc_clear_current_fault, proc_set_current_signal,
6248         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6249         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6250         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6251         proc_get_current_thread, proc_get_current_thread,
6252         proc_get_current_thread, proc_update_threads,
6253         proc_update_threads, proc_update_threads, proc_update_threads,
6254         proc_iterate_over_threads, procfs_find_new_threads,
6255         procfs_pid_to_str): Make static.  Remove advance declaration.
6256         (proc_cursig): Make static.  Conditionalized defintion on
6257         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6258         (proc_syscall, proc_set_kill_on_last_close,
6259         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6260         proc_get_pending_signals, proc_get_signal_actions,
6261         proc_trace_signal, proc_ignore_signal): Delete.
6262
6263 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
6264
6265         * coffread.c (cs_section_address): Passing proper argument for
6266         `bfd_get_section_vma'.
6267         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6268         `bfd_get_section_flags'.
6269         * remote.c (remote_trace_set_readonly_regions): Likewise, for
6270         `bfd_get_section_vma'.
6271
6272 2012-05-16  Tom Tromey  <tromey@redhat.com>
6273
6274         PR macros/13205:
6275         * macrotab.h: (macro_define_special): Declare.
6276         (enum macro_special_kind): New.
6277         (struct macro_definition) <argc, replacement>: Update comments.
6278         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6279         (macro_define_object_internal): New function.
6280         (macro_define_object): Use it.
6281         (macro_define_special): New function.
6282         (fixup_definition): New function.
6283         (macro_lookup_definition, foreach_macro_in_scope)
6284         (foreach_macro): Use fixup_definition.
6285         * macroexp.h (macro_stringify): Declare.
6286         * macroexp.c (free_buffer_return_text): New function.
6287         (stringify): Constify "arg".
6288         (macro_stringify): New function.
6289         * dwarf2read.c (macro_start_file): Call macro_define_special.
6290
6291 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6292             Maciej W. Rozycki  <macro@mips.com>
6293
6294         * breakpoint.h (bp_location): Add related_address member.
6295         * inferior.h (get_return_value): Take a pointer to struct value
6296         instead of struct type for the function requested.
6297         * value.h (using_struct_return): Likewise.
6298         * gdbarch.sh (return_value): Take a pointer to struct value
6299         instead of struct type for the function requested.
6300         * breakpoint.c (set_breakpoint_location_function): Initialize
6301         related_address for bp_gnu_ifunc_resolver breakpoints.
6302         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6303         requested function's address to gdbarch_return_value.
6304         * eval.c (evaluate_subexp_standard): Pass the requested
6305         function's address to using_struct_return.
6306         * infcall.c (call_function_by_hand): Pass the requested
6307         function's address to using_struct_return and
6308         gdbarch_return_value.
6309         * infcmd.c (get_return_value): Take a pointer to struct value
6310         instead of struct type for the function requested.
6311         (print_return_value): Update accordingly.
6312         (finish_command_continuation): Likewise.
6313         * stack.c (return_command): Pass the requested function's
6314         address to using_struct_return and gdbarch_return_value.
6315         * value.c (using_struct_return): Take a pointer to struct value
6316         instead of struct type for the function requested.  Pass the
6317         requested function's address to gdbarch_return_value.
6318         * python/py-finishbreakpoint.c (finish_breakpoint_object):
6319         New function_value member, replacing function_type.
6320         (bpfinishpy_dealloc): Update accordingly.
6321         (bpfinishpy_pre_stop_hook): Likewise.
6322         (bpfinishpy_init): Likewise.  Record the requested function's
6323         address.
6324         * mips-tdep.c (mips_fval_reg): New enum.
6325         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6326         words put in GP registers.
6327         (mips_o64_push_dummy_call): Update a comment.
6328         (mips_o32_return_value): Take a pointer to struct value instead
6329         of struct type for the function requested and use it to check if
6330         using the MIPS16 calling convention.  Return the designated
6331         general purpose registers for floating-point values returned in
6332         MIPS16 mode.
6333         (mips_o64_return_value): Likewise.
6334         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6335         (ppc_sysv_abi_broken_return_value): Likewise.
6336         (ppc64_sysv_abi_return_value): Likewise.
6337         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6338         value instead of struct type for the function requested.
6339         * amd64-tdep.c (amd64_return_value): Likewise.
6340         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6341         * arm-tdep.c (arm_return_value): Likewise.
6342         * avr-tdep.c (avr_return_value): Likewise.
6343         * bfin-tdep.c (bfin_return_value): Likewise.
6344         * cris-tdep.c (cris_return_value): Likewise.
6345         * frv-tdep.c (frv_return_value): Likewise.
6346         * h8300-tdep.c (h8300_return_value): Likewise.
6347         (h8300h_return_value): Likewise.
6348         * hppa-tdep.c (hppa32_return_value): Likewise.
6349         (hppa64_return_value): Likewise.
6350         * i386-tdep.c (i386_return_value): Likewise.
6351         * ia64-tdep.c (ia64_return_value): Likewise.
6352         * iq2000-tdep.c (iq2000_return_value): Likewise.
6353         * lm32-tdep.c (lm32_return_value): Likewise.
6354         * m32c-tdep.c (m32c_return_value): Likewise.
6355         * m32r-tdep.c (m32r_return_value): Likewise.
6356         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6357         * m68k-tdep.c (m68k_return_value): Likewise.
6358         (m68k_svr4_return_value): Likewise.
6359         * m88k-tdep.c (m88k_return_value): Likewise.
6360         * mep-tdep.c (mep_return_value): Likewise.
6361         * microblaze-tdep.c (microblaze_return_value): Likewise.
6362         * mn10300-tdep.c (mn10300_return_value): Likewise.
6363         * moxie-tdep.c (moxie_return_value): Likewise.
6364         * mt-tdep.c (mt_return_value): Likewise.
6365         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6366         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6367         (ppc_sysv_abi_broken_return_value): Likewise.
6368         (ppc64_sysv_abi_return_value): Likewise.
6369         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6370         * rl78-tdep.c (rl78_return_value): Likewise.
6371         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6372         * rx-tdep.c (rx_return_value): Likewise.
6373         * s390-tdep.c (s390_return_value): Likewise.
6374         * score-tdep.c (score_return_value): Likewise.
6375         * sh-tdep.c (sh_return_value_nofpu): Likewise.
6376         (sh_return_value_fpu): Likewise.
6377         * sh64-tdep.c (sh64_return_value): Likewise.
6378         * sparc-tdep.c (sparc32_return_value): Likewise.
6379         * sparc64-tdep.c (sparc64_return_value): Likewise.
6380         * spu-tdep.c (spu_return_value): Likewise.
6381         * tic6x-tdep.c (tic6x_return_value): Likewise.
6382         * v850-tdep.c (v850_return_value): Likewise.
6383         * vax-tdep.c (vax_return_value): Likewise.
6384         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6385         * xtensa-tdep.c (xtensa_return_value): Likewise.
6386         * gdbarch.c: Regenerate.
6387         * gdbarch.h: Regenerate.
6388
6389 2012-05-15  Tom Tromey  <tromey@redhat.com>
6390
6391         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6392
6393 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6394
6395         * breakpoint.c (init_breakpoint_sal): Add quotes around part
6396         of command in two error message.
6397
6398 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6399
6400         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6401
6402 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6403
6404         * breakpoint.c (find_condition_and_thread): Minor reformatting.
6405
6406 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6407
6408         * NEWS (show auto-load scripts-directory): Add forgotten command.
6409
6410 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6411
6412         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6413         parameters.
6414
6415 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6416
6417         * amd64-tdep.c: Include features/i386/x32.c and
6418         features/i386/x32-avx.c.
6419         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6420         initialize_tdesc_x32_avx.
6421
6422 2012-05-14  Stan Shebs  <stan@codesourcery.com>
6423
6424         Add dynamic printf.
6425         * breakpoint.h (enum bptype): New type bp_dprintf.
6426         (struct breakpoint): New field extra_string.
6427         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6428         (create_breakpoint): Add extra_string arg.
6429         * breakpoint.c (dprintf_breakpoint_ops): New.
6430         (is_breakpoint): Add bp_dprintf.
6431         (bpstat_what): Add dprintf case.
6432         (bptype_string): Ditto.
6433         (print_one_breakpoint_location): Ditto.
6434         (init_bp_location): Ditto.
6435         (bkpt_print_mention): Ditto.
6436         (dprintf_style_enums): New array.
6437         (dprintf_style): New global.
6438         (dprintf_function): New global.
6439         (dprintf_channel): New global.
6440         (update_dprintf_command_list): New function.
6441         (update_dprintf_commands): New function.
6442         (init_breakpoint_sal): Add extra_string argument, handle it.
6443         (create_breakpoint_sal): Add extra_string argument.
6444         (create_breakpoints_sal): Add extra_string argument, update callers.
6445         (find_condition_and_thread): Add extra argument.
6446         (create_breakpoint): Add extra_string argument, record it.
6447         (dprintf_command): New function.
6448         (break_command_1): Add arg to create_breakpoint call.
6449         (handle_gnu_v3_exceptions): Ditto.
6450         (trace_command): Ditto.
6451         (ftrace_command): Ditto.
6452         (strace_command): Ditto.
6453         (bkpt_print_mention): Add dprintf case.
6454         (create_breakpoint_sal_default): Add extra_string argument.
6455         (_initialize_breakpoint): Add new commands.
6456         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6457         * python/py-breakpoint.c (bppy_init): Ditto.
6458         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6459
6460 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
6461
6462         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6463
6464 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
6465
6466         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6467         unsigned long long.
6468
6469 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
6470
6471         Add a new function gdb.find_pc_line to the Python API.
6472         * NEWS (Python Scripting): Add entry about the new function.
6473         * python/python.c (gdbpy_find_pc_line): New function which
6474         implements gdb.find_pc_line.
6475         (GdbMethods): Add entry for the new function.
6476
6477 2012-05-12  Pedro Alves  <palves@redhat.com>
6478
6479         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6480         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6481
6482 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
6483
6484         * inferior.c: Include completer.h
6485         (initialize_inferiors): Set completer of add-inferior to
6486         filename_completer.
6487
6488 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6489
6490         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6491         gdbarch_ptr_bit for x32 core dump.
6492
6493 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6494
6495         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6496         and features/i386/x32-avx-linux.c.
6497
6498 2012-05-11  Stan Shebs  <stan@codesourcery.com>
6499             Kwok Cheung Yeung  <kcy@codesourcery.com>
6500
6501         * NEWS: Describe new info os commands.
6502         * common/linux-osdata.c (PID_T, TIME_T): Define.
6503         (MAX_PID_T_STRLEN): New.
6504         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
6505         MAX_PID_T_STRLEN.
6506         (command_from_pid): Add comment.  Change to use PID_T.
6507         (commandline_from_pid):  Change to use PID_T.
6508         (user_from_pid): Add comment.
6509         (get_process_owner): Add comment. Change to use PID_T and
6510         MAX_PID_T_STRLEN.
6511         (get_number_of_cpu_cores): Add comment.
6512         (get_cores_used_by_process): Add comment.  Change to use PID_T and
6513         MAX_PID_T_STRLEN.
6514         (linux_xfer_osdata_processes): Change to use PID_T and
6515         MAX_PID_T_STRLEN.
6516         (compare_processes): New function.
6517         (linux_xfer_osdata_processgroups): New function.
6518         (linux_xfer_osdata_threads): Change to use PID_T.
6519         (linux_xfer_osdata_fds): New function.
6520         (format_socket_state, print_sockets): New functions.
6521         (union socket_addr): New union.
6522         (linux_xfer_osdata_isockets): New function.
6523         (time_from_time_t, group_from_gid): New functions.
6524         (linux_xfer_osdata_shm): New function.
6525         (linux_xfer_osdata_sem): New function.
6526         (linux_xfer_osdata_msg): New function.
6527         (linux_xfer_osdata_modules): New function.
6528         (osdata_table): Add new entries.
6529         * common/buffer.c (buffer_xml_printf): Add support for long and
6530         long long format specifiers.
6531
6532 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6533
6534         * amd64-linux-tdep.h (tdesc_x32_linux): New.
6535         (tdesc_x32_avx_linux): Likewise.
6536
6537 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6538
6539         Implement multi-component --with-auto-load-dir.
6540         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6541         entries.
6542         (--with-auto-load-safe-path): Update the default value description.
6543         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6544         New.
6545         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
6546         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
6547         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
6548         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
6549         "set auto-load scripts-directory".
6550         * config.in: Regenerate.
6551         * configure: Regenerate.
6552         * configure.ac (--with-auto-load-dir): New configure option.
6553         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6554
6555 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6556
6557         Provide $ddir substitution for --with-auto-load-safe-path.
6558         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6559         entries.
6560         * auto-load.c: Include observer.h.
6561         (auto_load_safe_path_vec_update): Call substitute_path_component for
6562         each component.  New variable ddir_subst.
6563         (auto_load_gdb_datadir_changed): New function.
6564         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6565         AUTO_LOAD_SAFE_PATH.  New comment.
6566         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6567         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
6568         * config.in: Regenerate.
6569         * configure: Regenerate.
6570         * configure.ac (--auto-load-safe-path): Rename
6571         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
6572         GDB_DATADIR/auto-load.
6573         * defs.h (substitute_path_component): New declaration.
6574         * top.c: Include observer.h.
6575         (set_gdb_datadir): New function.
6576         (init_main): Install it for "set data-directory".
6577         * utils.c (substitute_path_component): New function.
6578
6579 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6580
6581         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6582         * auto-load.c (auto_load_objfile_script): Remove check for NULL
6583         DEBUG_FILE_DIRECTORY.  Handle multiple components of
6584         DEBUG_FILE_DIRECTORY.
6585
6586 2012-05-10  Tom Tromey  <tromey@redhat.com>
6587
6588         * dwarf2read.c (recursively_write_psymbols): New function.
6589         (write_psymtabs_to_index): Use it.
6590
6591         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6592         field.
6593         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6594         (load_partial_comp_unit): Update.
6595         (queue_comp_unit): Add argument 'pretend_language'.
6596         (process_queue): Update.
6597         (psymtab_to_symtab_1): Skip dependencies that have a user.
6598         (load_partial_comp_unit_reader): Give meaning to the 'data'
6599         argument.
6600         (load_full_comp_unit): Add 'pretend_language' argument.
6601         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6602         language on CU.
6603         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6604         Update.
6605         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6606         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6607         Update.
6608         (prepare_one_comp_unit): Add 'pretend_language' argument.
6609
6610         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6611         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6612         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6613         (dw2_do_instantiate_symtab): Check whether symtab was read in
6614         before queueing.
6615         (dw2_instantiate_symtab): Add assertion.  Call
6616         process_cu_includes.
6617         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6618         (partial_symtab_p): New typedef.
6619         (set_partial_user): New function.
6620         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6621         (scan_partial_symbols): Add imported CU to imported_symtabs.
6622         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6623         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6624         (get_symtab, recursively_compute_inclusions)
6625         (compute_symtab_includes, process_cu_includes)
6626         (process_imported_unit_die): New functions.
6627         (process_die) <DW_TAG_imported_unit>: New case.
6628         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6629
6630         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6631         comment.
6632         (struct partial_die_info) <locdesc>: Remove.
6633         <d>: New field.
6634         (process_psymtab_comp_unit): Add 'read_partial' argument.
6635         Update.
6636         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6637         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6638         (add_partial_symbol): Update.
6639         (process_die): Handle DW_TAG_partial_unit.
6640         (read_file_scope): Update comment.
6641         (load_partial_dies): Handle DW_TAG_imported_unit.
6642         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6643         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6644
6645 2012-05-10  Tom Tromey  <tromey@redhat.com>
6646
6647         * cc-with-dwz.sh: New file.
6648
6649 2012-05-10  Tom Tromey  <tromey@redhat.com>
6650
6651         * symtab.h (struct symtab) <includes, user>: New fields.
6652         * block.h (struct block_iterator) <d, idx, which>: New fields.
6653         * block.c (initialize_block_iterator, find_iterator_symtab)
6654         (block_iterator_step, block_iter_name_step)
6655         (block_iter_match_step): New functions.
6656         (block_iterator_first, block_iterator_next)
6657         (block_iter_name_first, block_iter_name_next)
6658         (block_iter_match_first, block_iter_match_next): Rewrite.
6659         (get_block_symtab): New function.
6660
6661 2012-05-10  Tom Tromey  <tromey@redhat.com>
6662
6663         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6664         set_block_symtab.
6665         * jit.c (finalize_symtab): Use allocate_global_block,
6666         set_block_symtab.
6667         * buildsym.c (finish_block_internal): New function, from old
6668         finish_block.
6669         (finish_block): Rewrite.
6670         (end_symtab): Use finish_block_internal, set_block_symtab.
6671         * block.h (struct global_block): New.
6672         (allocate_global_block, set_block_symtab): Declare.
6673         * block.c (allocate_global_block, set_block_symtab): New
6674         functions.
6675
6676 2012-05-10  Tom Tromey  <tromey@redhat.com>
6677
6678         * psymtab.c (partial_map_expand_apply): Add assertion.
6679         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6680         (psymtab_to_symtab): Find unshared psymtab.
6681         (dump_psymtab): Print including psymtabs.
6682         (recursively_search_psymtabs): New function.
6683         (expand_symtabs_matching_via_partial): Use it.
6684         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6685         fields.
6686         (enum psymtab_search_status): New.
6687
6688 2012-05-10  Tom Tromey  <tromey@redhat.com>
6689
6690         * tracepoint.c (scope_info): Update.
6691         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6692         (find_pc_sect_symtab, search_symbols)
6693         (default_make_symbol_completion_list_break_on)
6694         (make_file_symbol_completion_list): Update.
6695         * symmisc.c (dump_symtab_1): Update.
6696         * stack.c (print_frame_args, iterate_over_block_locals)
6697         (print_frame_labels, iterate_over_block_arg_vars): Update.
6698         * python/py-block.c (block_object) <dict>: Remove.
6699         <block>: New field.
6700         <iter>: Change type.
6701         (blpy_iter): Update.
6702         (blpy_block_syms_iternext): Update.
6703         * psymtab.c (map_block): Use block iterators.
6704         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6705         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6706         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6707         * infrun.c (check_exception_resume): Update.
6708         * cp-support.c (make_symbol_overload_list_block): Update.
6709         * coffread.c (patch_opaque_types): Update.
6710         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6711         * block.h (struct block_iterator): New.
6712         (block_iterator_first, block_iterator_next, block_iter_name_first)
6713         (block_iter_name_next, block_iter_match_first)
6714         (block_iter_match_next): Declare.
6715         (ALL_BLOCK_SYMBOLS): Redefine.
6716         * block.c (block_iterator_first, block_iterator_next)
6717         (block_iter_name_first, block_iter_name_next)
6718         (block_iter_match_first, block_iter_match_next): New functions.
6719         * ada-lang.c (ada_add_block_symbols)
6720         (ada_make_symbol_completion_list): Use block iterator.
6721
6722 2012-05-10  Tom Tromey  <tromey@redhat.com>
6723
6724         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6725         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6726         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6727         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6728         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6729         Update.
6730
6731 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6732
6733         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6734         print-file-var-lib2.c, print-file-var-main.c and
6735         print-file-var.exp (located in gdb/testsuite/gdb.base).
6736
6737 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6738
6739         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6740         try locating the symbol in the symbol's own objfile first, before
6741         extending the search to all objfiles.
6742         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6743         out of lookup_symbol_aux_symtabs.
6744         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6745         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6746         Do not search EXCLUDE_OBJFILE.
6747         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6748         (lookup_symbol_global): Search for matches in the block's objfile
6749         first, before searching all other objfiles.
6750
6751 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6752
6753         * printcmd.c (set_command): Add pre/post inc/dec.
6754
6755 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6756
6757         * gdb.1: Document -ex option.
6758
6759 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6760
6761         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6762         * inferior.h (AT_SYMBOL): Delete.
6763
6764 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6765
6766         * mips-tdep.c (mips_push_dummy_code): New function.
6767         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6768         ON_STACK and install mips_push_dummy_code as our gdbarch
6769         push_dummy_code routine.
6770
6771 2012-05-09  Pedro Alves  <palves@redhat.com>
6772
6773         * target.c (set_maintenance_target_async_permitted): Rename to ...
6774         (set_target_async_command): ... this.
6775         (show_maintenance_target_async_permitted): Rename to ...
6776         (show_target_async_command): ... this.
6777         (initialize_targets): Adjust.
6778
6779 2012-05-08  Doug Evans  <dje@google.com>
6780
6781         * go-exp.y (classify_name): Add missing assignment of fields of
6782         yylval.ssym.
6783
6784 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6785
6786         Display the ">" prompt in interactive mode while reading canned
6787         commands, even when the current interpreter is MI.
6788
6789         * interps.c (interp_set_temp): New function.
6790
6791         * interps.h (interp_set_temp): Add prototype.
6792
6793         * cli/cli-script.c (restore_interp): New cleanup function.
6794         (read_command_lines): Temporarily override the current interpreter
6795         with CLI and arrange for restoring the original one.
6796
6797 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6798
6799         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6800
6801 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6802
6803         * probe.c (parse_probes): Move conditional to check for
6804         debuginfo files from here...
6805         * stap-probe.c (stap_get_probes): ... to here.
6806
6807 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6808             H.J. Lu  <hongjiu.lu@intel.com>
6809
6810         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6811         `movl %esp, %ebp' for the X32 ABI.
6812
6813 2012-05-07  Tom Tromey  <tromey@redhat.com>
6814
6815         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6816         get_DW_TAG_name.
6817         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6818         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6819         (dwarf_stack_op_name): Remove.
6820         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6821         (decode_locdesc): Use get_DW_OP_name.
6822         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6823         (dwarf2_compile_expr_to_ax): Likewise.
6824         (disassemble_dwarf_expression): Likewise.
6825         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6826
6827 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6828
6829         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6830         (sh_linux_sigtramp_cache): New function.
6831         (sh_linux_sigreturn_init): New function.
6832         (sh_linux_rt_sigreturn_init): New function.
6833         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6834         patterns.
6835         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6836         syscall codes.
6837         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6838         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6839         (sh_linux_init_abi): Add init calls to register new tramp_frame
6840         definitions under 32-bit SH, update comments.
6841
6842 2012-05-07  Pedro Alves  <palves@redhat.com>
6843
6844         PR gdb/10952
6845
6846         * amd64-linux-tdep.c: Include glibc-tdep.h.
6847         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6848         gdbarch_skip_solib_resolver callback.
6849
6850 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6851
6852         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6853         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6854         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6855         (add_auto_load_safe_path): Change the error message.
6856         (_initialize_auto_load): Change the "safe-path" help text.
6857         * configure: Regenerate
6858         * configure.ac (--without-auto-load-safe-path): Set
6859         WITH_AUTO_LOAD_SAFE_PATH to /.
6860
6861 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6862
6863         * stap-probe.h: Do not include unecessary `probe.h'.
6864
6865 2012-05-05  Alan Modra  <amodra@gmail.com>
6866
6867         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6868         bfd_und_section_ptr.
6869         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6870         and bfd_com_section_ptr.
6871
6872 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6873
6874         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6875
6876 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6877
6878         * windows-nat.h (segment_register_p_ftype): New typedef.
6879         (windows_set_segment_register_p): Add declaration.
6880         * windows-nat.c (segment_register_p): New static global.
6881         (windows_set_segment_register_p): New function.
6882         (do_windows_fetch_inferior_registers): Add special handling
6883         for segment registers.
6884         * amd64-windows-nat.c: #include "amd64-tdep.h".
6885         (amd64_windows_segment_register_p): New function.
6886         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
6887         * i386-windows-nat.c: #include "i386-tdep.h".
6888         (i386_windows_segment_register_p): New function.
6889         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
6890
6891 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6892
6893         * printcmd.c (set_command): Emit a warning if the expression is not
6894         an assignment.
6895
6896 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
6897
6898         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
6899         Make static.
6900
6901 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
6902
6903         * stap-probe.c (stap_is_operator): Change declaration.
6904         (stap_get_opcode): Change return value.
6905         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
6906         `stap_parse_argument_1'.
6907
6908 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
6909
6910         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
6911         debug log.
6912
6913 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6914
6915         Add two new methods global_block and static_block to gdb.Symtab
6916         objects.
6917         * NEWS (Python scripting): Add entry about the new methods.
6918         * python/py-symtab.c (stpy_global_block): New function which
6919         implements the gdb.Symtab.global_block() method.
6920         (stpy_static_block): New function which implements the
6921         gdb.Symtab.static_block() method.
6922         (symtab_object_methods): Add entries for the two new methods.
6923
6924 2012-05-03  Doug Evans  <dje@google.com>
6925
6926         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
6927         files.
6928
6929 2012-05-03  Yao Qi  <yao@codesourcery.com>
6930
6931         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
6932         space.
6933         (i386_process_record): Ditto.
6934
6935 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6936
6937         * infcall.c (unwind_on_signal_p): Make static.
6938
6939 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6940
6941         * sol-thread.c (solaris_pid_to_str): Make static.
6942         (_initialize_sol_thread): Add prototype.
6943
6944 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
6945
6946         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
6947
6948 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
6949
6950         * MAINTAINERS: Remove myself.
6951
6952 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6953
6954         Fix --without-auto-load-safe-path for MS-Windows host platform.
6955         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
6956
6957 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
6958
6959         * gdb_curses.h: Undefine KEY_EVENT before including curses
6960         headers.  Move "#undef MOUSE_MOVED" before any curses header
6961         inclusion.
6962
6963 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6964
6965         * features/i386/i386-mmx-linux.c: Regenerate.
6966         * features/rs6000/powerpc-32.c: Likewise.
6967         * features/rs6000/powerpc-32l.c: Likewise.
6968         * features/rs6000/powerpc-403.c: Likewise.
6969         * features/rs6000/powerpc-403gc.c: Likewise.
6970         * features/rs6000/powerpc-405.c: Likewise.
6971         * features/rs6000/powerpc-505.c: Likewise.
6972         * features/rs6000/powerpc-601.c: Likewise.
6973         * features/rs6000/powerpc-602.c: Likewise.
6974         * features/rs6000/powerpc-603.c: Likewise.
6975         * features/rs6000/powerpc-604.c: Likewise.
6976         * features/rs6000/powerpc-64.c: Likewise.
6977         * features/rs6000/powerpc-64l.c: Likewise.
6978         * features/rs6000/powerpc-750.c: Likewise.
6979         * features/rs6000/powerpc-860.c: Likewise.
6980         * features/rs6000/powerpc-e500.c: Likewise.
6981         * features/rs6000/powerpc-e500l.c: Likewise.
6982         * features/rs6000/powerpc-isa205-32l.c: Likewise.
6983         * features/rs6000/powerpc-isa205-64l.c: Likewise.
6984         * features/rs6000/rs6000.c: Likewise.
6985
6986 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
6987
6988         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
6989         variable.
6990         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
6991         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
6992         (stap_parse_argument) <e>: Likewise.
6993         (handle_stap_probe) <byte_order>: Likewise.
6994
6995 2012-04-30  Doug Evans  <dje@google.com>
6996
6997         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
6998         init_and_read_dies_worker.  All callers updated.
6999         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
7000         replaced with init_cutu_and_read_dies.
7001         (load_partial_comp_unit): Pass 1 for use_existing_cu.
7002         (find_partial_die): Remove FIXME.  Don't free current CU.
7003
7004 2012-04-30  Sterling Augustine  <saugustine@google.com>
7005
7006         * contrib: New directory.
7007         * contrib/test_pubnames_and_indexes.py: New file.
7008
7009 2012-04-30  Doug Evans  <dje@google.com>
7010
7011         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7012         All callers updated.
7013         (init_cu_die_reader): Verify the section is non-empty.
7014         (dwarf_decode_line_header): Don't dereference section->asection
7015         until we know the section is present.
7016
7017 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
7018
7019         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7020         probes.
7021
7022 2012-04-29  Yao Qi  <yao@codesourcery.com>
7023
7024         * gdb-code-style.el: New hook gdb-markup-hook
7025         and gdb-comment-hook.
7026
7027 2012-04-28  Doug Evans  <dje@google.com>
7028
7029         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
7030         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7031         objfile->obfd.
7032         * symfile.h (dwarf2_debug_sections): New member addr.
7033         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7034         (ctx_no_get_addr_index): New function.
7035         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7036         (ctx_no_get_addr_index): Declare.
7037         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7038         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7039         (dwarf_expr_ctx_funcs): Update.
7040         (needs_get_addr_index): New function.
7041         (needs_frame_ctx_funcs): Update.
7042         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7043         * dwarf2read.c: #include "gdbcore.h".
7044         (dwarf2_per_objfile): New members addr, dwo_files.
7045         (dwarf2_elf_names): Add entry for addr.
7046         (struct dwo_section_names): New type.
7047         (dwo_section_names): New static global.
7048         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7049         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7050         old debug_types_section member updated to use this.
7051         Rename member debug_types_section to info_or_types_section,
7052         all uses updated.
7053         (signatured_type): Rename member type_offset to type_offset_in_tu,
7054         all uses updated.  New member type_offset_in_section.
7055         (struct dwo_sections): New type.
7056         (struct dwo_unit): New type.
7057         (struct dwo_file): New type.
7058         (die_reader_specs): New member dwo_file.
7059         (dwarf2_locate_sections): Watch for .debug_addr.
7060         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7061         (dwarf2_read_section): Get bfd of section from bfd's asection,
7062         instead of objfile.
7063         (create_cus_from_index): Initialize the_cu->info_or_types_section.
7064         (create_signatured_type_table_from_index): Initialize
7065         sig_type->info_or_types_section.
7066         (dw2_get_file_names): Statement lists for type units with DWO files
7067         live in the DWO file.
7068         (create_debug_types_hash_table): New function.
7069         (create_all_type_units): Rewrite.
7070         (init_cu_die_reader): New arg dwo_file, all callers updated.
7071         (init_and_read_dies_worker): Get section from
7072         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
7073         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7074         continue reading the CU/TU from there.
7075         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7076         updated.  Get section from this_cu->info_or_types_section.
7077         (create_all_comp_units): Initialize this_cu->info_or_types_section.
7078         (skip_one_die): New cases DW_FORM_GNU_addr_index,
7079         DW_FORM_GNU_str_index.
7080         (hash_dwo_file, eq_dwo_file): New functions.
7081         (allocate_dwo_file_hash_table): New function.
7082         (hash_dwo_unit, eq_dwo_unit): New functions.
7083         (allocate_dwo_unit_table): New function.
7084         (dwarf2_locate_dwo_sections): New function.
7085         (struct create_dwo_info_table_data): New type.
7086         (create_debug_info_hash_table_reader): New function.
7087         (create_debug_info_hash_table): New function.
7088         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7089         (lookup_dwo_file): New function.
7090         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7091         (free_dwo_file, free_dwo_file_cleanup): New functions.
7092         (free_dwo_file_from_slot, free_dwo_files): New functions.
7093         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7094         (dwarf2_record_block_ranges): Ditto.
7095         (read_partial_die): Ditto.
7096         (process_enumeration_scope): Update to use type_offset_in_section.
7097         (read_full_die_1): New function.
7098         (read_full_die): Rewrite.
7099         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7100         DW_FORM_GNU_str_index.
7101         (read_addr_index_1, read_addr_index): New functions.
7102         (read_addr_index_from_leb128): New function.
7103         (struct dwarf2_read_addr_index_data): New type.
7104         (dwarf2_read_addr_index_reader): New function.
7105         (dwarf2_read_addr_index): New function.
7106         (read_str_index): New function.
7107         (leb128_size): New function.
7108         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7109         If processing a type unit from a DWO file, get the line section
7110         from the DWO file.
7111         (var_decode_location): Watch for DW_OP_GNU_addr_index.
7112         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7113         DW_FORM_GNU_str_index.
7114         (lookup_die_type): Check whether section offset of type's die is
7115         known before looking it up.  Remove assert.  Condition can
7116         legimately happen for inter-cu type references.
7117         (dwarf_attr_name): Handle Fission attributes.
7118         (dwarf_form_name): Handle Fission forms.
7119         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7120         DW_FORM_GNU_str_index.
7121         (follow_die_sig): Update to use type_offset_in_section.
7122         (decode_locdesc): New case DW_OP_GNU_addr_index.
7123         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7124         DW_FORM_GNU_str_index.
7125         (cu_debug_loc_section): New function.
7126         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7127         (dwarf2_per_objfile_free): Unmap .debug_addr section.
7128         Free DWO files if present.
7129         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7130
7131         Refactor DIE reading.
7132         * dwarf2read.c (dwarf2_per_objfile): Replace members
7133         debug_info_type_hash and debug_types_type_hash with die_type_hash.
7134         (die_reader_specs): New member "die_section".  Temporarily make
7135         member "buffer" non-const, pending constifying all info_ptr uses.
7136         (die_reader_func_ftype): New typedef.
7137         (dw2_get_file_names_reader): New function.
7138         (dw2_get_file_names): Rewrite.
7139         (read_and_check_type_unit_head): Rename arg type_offset to
7140         type_offset_in_tu.
7141         (create_all_type_units): Improve debugging message.
7142         Improve dummy type unit check.
7143         (init_cu_die_reader): New arg "section".  All callers updated.
7144         (init_and_read_dies_worker): New function.
7145         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7146         (init_cutu_and_read_dies_no_follow): New function.
7147         (init_cutu_and_read_dies_simple): New function.
7148         (process_psymtab_comp_unit_reader): New function.
7149         (process_psymtab_comp_unit): Delete args section,
7150         is_debug_types_section.  Rewrite.  All callers updated.
7151         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7152         All callers updated.  Rewrite.
7153         (load_partial_comp_unit_reader): New function.
7154         (load_partial_comp_unit): Rewrite.
7155         (skip_children): New arg reader.  Delete args buffer, cu.
7156         All callers updated.
7157         (skip_one_die): New arg reader.  Delete args buffer, cu.
7158         All callers updated.
7159         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
7160         All callers updated.
7161         (load_full_comp_unit_reader): New function.
7162         (load_full_comp_unit): Rewrite.
7163         (read_comp_unit): Delete.
7164         (read_die_and_children_1): Delete, contents moved ...
7165         (read_die_and_children): ... here.
7166         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
7167         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
7168         All callers updated.
7169         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
7170         All callers updated.
7171         (find_partial_die): Rewrite load_all_dies support.
7172         (read_attribute_value): New arg reader.  Delete args abfd, cu.
7173         All callers updated.
7174         (read_attribute): New arg reader.  Delete args abfd, cu.
7175         All callers updated.
7176         (load_full_type_unit): Add assert.
7177         (read_signatured_type_reader): New function.
7178         (read_signatured_type): Rewrite.
7179         (free_stack_comp_unit): Remove call to age_cached_comp_units.
7180         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7181         All callers updated.  Set per_cu->cu = NULL after freeing it.
7182         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7183         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7184         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7185         (set_die_type): Update.
7186         (get_die_type_at_offset): Update.
7187         (read_file_scope): Call prepare_one_comp_unit.
7188         (read_type_unit_scope): Ditto.
7189         (prepare_one_comp_unit): Set producer if present.
7190
7191 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
7192
7193         * probe.c (compile_rx_or_error): Silence ARI warning about missing
7194          gettext function on `error'.
7195
7196 2012-04-27  Doug Evans  <dje@google.com>
7197
7198         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7199         is empty.
7200
7201 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7202             Tom Tromey  <tromey@redhat.com>
7203
7204         * breakpoint.c (struct breakpoint_objfile_data)
7205         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7206         <exception_probes>: New fields.
7207         (free_breakpoint_probes): New function.
7208         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7209         `_Unwind_DebugHook'.
7210         (create_exception_master_breakpoint): Likewise.
7211         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7212         * infrun.c: Including necessary header files for handling SystemTap
7213         probes.
7214         (handle_inferior_event): Handling longjmp breakpoint and exceptions
7215         via SystemTap probes.
7216         (check_exception_resume): Remove `func' argument.  Handle exception
7217         unwinding breakpoint set via a SystemTap probe.
7218         (insert_exception_resume_from_probe): New function.
7219
7220 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7221             Tom Tromey  <tromey@redhat.com>
7222             Jan Kratochvil  <jan.kratochvil@redhat.com>
7223
7224         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7225         (COMMON_OBS): Likewise.
7226         (HFILES_NO_SRCDIR): Add `probe'.
7227         * NEWS: Mention support for static and SystemTap probes.
7228         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7229         SystemTap probes' arguments parser.
7230         * arm-linux-tdep.c: Including headers needed to perform the parsing
7231         of SystemTap probes' arguments.
7232         (arm_stap_is_single_operand): New function.
7233         (arm_stap_parse_special_token): Likewise.
7234         (arm_linux_init_abi): Initializing proper fields used by SystemTap
7235         probes' arguments parser.
7236         * ax-gdb.c (require_rvalue): Removing static declaration.
7237         (gen_expr): Likewise.
7238         * ax-gdb.h (gen_expr): Declaring function.
7239         (require_rvalue): Likewise.
7240         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7241         (bkpt_probe_breakpoint_ops): New variable.
7242         (momentary_breakpoint_from_master): Set the `probe' value.
7243         (add_location_to_breakpoint): Likewise.
7244         (break_command_1): Using proper breakpoint_ops according to the
7245         argument passed by the user in the command line.
7246         (bkpt_probe_insert_location): New function.
7247         (bkpt_probe_remove_location): Likewise.
7248         (bkpt_probe_create_sals_from_address): Likewise.
7249         (bkpt_probe_decode_linespec): Likewise.
7250         (tracepoint_probe_create_sals_from_address): Likewise.
7251         (tracepoint_probe_decode_linespec): Likewise.
7252         (tracepoint_probe_breakpoint_ops): New variable.
7253         (trace_command): Using proper breakpoint_ops according to the
7254         argument passed by the user in the command line.
7255         (initialize_breakpoint_ops): Initializing breakpoint_ops for
7256         static probes on breakpoints and tracepoints.
7257         * breakpoint.h (struct bp_location) <probe>: New field.
7258         * cli-utils.c (skip_spaces_const): New function.
7259         (extract_arg): Likewise.
7260         * cli-utils.h (skip_spaces_const): Likewise.
7261         (extract_arg): Likewise.
7262         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7263         * configure.ac: Append `stap-probe.o' to be generated when ELF
7264         support is present.
7265         * configure: Regenerate.
7266         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7267         * elfread.c: Include `probe.h' and `arch-utils.h'.
7268         (probe_key): New variable.
7269         (elf_get_probes): New function.
7270         (elf_get_probe_argument_count): Likewise.
7271         (elf_evaluate_probe_argument): Likewise.
7272         (elf_compile_to_ax): Likewise.
7273         (elf_symfile_relocate_probe): Likewise.
7274         (stap_probe_key_free): Likewise.
7275         (elf_probe_fns): New variable.
7276         (elf_sym_fns): Add `sym_probe_fns' value.
7277         (elf_sym_fns_lazy_psyms): Likewise.
7278         (elf_sym_fns_gdb_index): Likewise.
7279         (_initialize_elfread): Initialize objfile cache for static
7280         probes.
7281         * gdb_vecs.h (struct probe): New forward declaration.
7282         (probe_p): New VEC declaration.
7283         * gdbarch.c: Regenerate.
7284         * gdbarch.h: Regenerate.
7285         * gdbarch.sh (stap_integer_prefix): New variable.
7286         (stap_integer_suffix): Likewise.
7287         (stap_register_prefix): Likewise.
7288         (stap_register_suffix): Likewise.
7289         (stap_register_indirection_prefix): Likewise.
7290         (stap_register_indirection_suffix): Likewise.
7291         (stap_gdb_register_prefix): Likewise.
7292         (stap_gdb_register_suffix): Likewise.
7293         (stap_is_single_operand): New function.
7294         (stap_parse_special_token): Likewise.
7295         (struct stap_parse_info): Forward declaration.
7296         * i386-tdep.c: Including headers needed to perform the parsing
7297         of SystemTap probes' arguments.
7298         (i386_stap_is_single_operand): New function.
7299         (i386_stap_parse_special_token): Likewise.
7300         (i386_elf_init_abi): Initializing proper fields used by SystemTap
7301         probes' arguments parser.
7302         * i386-tdep.h (i386_stap_is_single_operand): New function.
7303         (i386_stap_parse_special_token): Likewise.
7304         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7305         * mipsread.c (ecoff_sym_fns): Likewise.
7306         * objfiles.c (objfile_relocate1): Support relocation for static
7307         probes.
7308         * parse.c (prefixify_expression): Remove static declaration.
7309         (initialize_expout): Likewise.
7310         (reallocate_expout): Likewise.
7311         * parser-defs.h (initialize_expout): Declare function.
7312         (reallocate_expout): Likewise.
7313         (prefixify_expression): Likewise.
7314         * ppc-linux-tdep.c: Including headers needed to perform the parsing
7315         of SystemTap probes' arguments.
7316         (ppc_stap_is_single_operand): New function.
7317         (ppc_stap_parse_special_token): Likewise.
7318         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7319         probes' arguments parser.
7320         * probe.c: New file, for generic statically defined probe support.
7321         * probe.h: Likewise.
7322         * s390-tdep.c: Including headers needed to perform the parsing of
7323         SystemTap probes' arguments.
7324         (s390_stap_is_single_operand): New function.
7325         (s390_gdbarch_init): Initializing proper fields used by SystemTap
7326         probes' arguments parser.
7327         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7328         * stap-probe.c: New file, for SystemTap probe support.
7329         * stap-probe.h: Likewise.
7330         * symfile.h: Include `gdb_vecs.h'.
7331         (struct sym_probe_fns): New struct.
7332         (struct sym_fns) <sym_probe_fns>: New field.
7333         * symtab.c (init_sal): Initialize `probe' field.
7334         * symtab.h (struct probe): Forward declaration.
7335         (struct symtab_and_line) <probe>: New field.
7336         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7337         locations.
7338         (stop_tracing): Likewise.
7339         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7340
7341 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7342             Tom Tromey  <tromey@redhat.com>
7343
7344         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7345         and to compile agent expressions.
7346         * infrun.c (siginfo_make_value): New argument `ignore'.
7347         (siginfo_funcs): New struct.
7348         (_initialize_infrun): New argument when calling
7349         `create_internalvar_type_lazy'.
7350         * thread.c (thread_id_make_value): New argument `ignore'.
7351         (thread_funcs): New struct.
7352         (_initialize_thread): New argument when calling
7353         `create_internalvar_type_lazy'.
7354         * tracepoint.c (sdata_make_value): New argument `ignore'.
7355         (sdata_funcs): New struct.
7356         (_initialize_tracepoint): New argument when calling
7357         `create_internalvar_type_lazy'.
7358         * value.c (make_value): New struct.
7359         (create_internalvar_type_lazy): New argument `data'.
7360         (compile_internalvar_to_ax): New function.
7361         (value_of_internalvar): Properly handling `make_value' case.
7362         (clear_internalvar): Likewise.
7363         (show_convenience): Adding `TRY_CATCH' block.
7364         * value.h (internalvar_make_value): Delete, replace by...
7365         (struct internalvar_funcs): ... this.
7366         (create_internalvar_type_lazy) <fun>: Delete argument.
7367         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7368         (compile_internalvar_to_ax): New function.
7369         * windows-tdep.c (tlb_make_value): New argument `ignore'.
7370         (tlb_funcs): New struct.
7371         (_initialize_windows_tdep): New argument when calling
7372         `create_internalvar_type_lazy'.
7373
7374 2012-04-27  Mark Wielaard  <mjw@redhat.com>
7375
7376         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7377         see whether it is an address or a constant offset from DW_AT_low_pc.
7378         (dwarf2_record_block_ranges): Likewise.
7379         (read_partial_die): Likewise.
7380
7381 2012-04-26  Mark Wielaard  <mjw@redhat.com>
7382
7383         * MAINTAINERS (Write After Approval): Add myself to the list.
7384
7385 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7386
7387         * proc-utils.h (proc_prettyprint_signalset): New prototype.
7388         (proc_prettyprint_signal): Likewise.
7389         (proc_prettyprint_faultset): Likewise.
7390         (proc_prettyprint_fault): Likewise.
7391         (proc_prettyprint_actionset): Likewise.
7392         (proc_prettyprint_flags): Move to new proc-flags.c section.
7393         (proc_prettyfprint_flags): New prototype.
7394         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7395         (proc_syscall, proc_cursig): Likewise.
7396         (proc_set_kill_on_last_close): Likewise.
7397         (proc_unset_kill_on_last_close): Likewise.
7398         (proc_set_watchpoint): Make static.
7399         (proc_delete_dead_threads): Likewise.
7400         (procfs_set_watchpoint): Likewise.
7401         (_initialize_procfs): Add prototype.
7402         * proc-events.c: Include proc-utils.h.
7403         (init_syscall_table): Make static.
7404         * proc-api.c (_initialize_proc_api): Add prototype.
7405         * proc-flags.c: Include proc-utils.h.
7406
7407 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7408
7409         * configure.ac: Add AC_ARG_PROGRAM.
7410         * configure: Regenerate.
7411
7412 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7413
7414         Fix DW_AT_lower_bound defaults for DWARF-4+.
7415         * dwarf2read.c (read_subrange_type): Remove initialization of low and
7416         high.  New variable low_default_is_valid.  Implement DWARF-4+
7417         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
7418         no default by the DWARF standard.
7419
7420 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
7421             Maciej W. Rozycki  <macro@codesourcery.com>
7422
7423         * infrun.c (handle_inferior_event): Move the check for return
7424         trampolines ahead of the check for function trampolines.
7425         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7426         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7427         (mips_str_mips16_ret_stub): Likewise.
7428         (mips_str_call_fp_stub): Likewise.
7429         (mips_str_call_stub): Likewise.
7430         (mips_str_fn_stub): Likewise.
7431         (mips_str_pic): Likewise.
7432         (mips_in_frame_stub): New function.
7433         (mips_unwind_pc): Return the return address rather than the PC
7434         if the PC of an intermediate frame is inside a call thunk.
7435         (mips_is_stub_suffix): New function.
7436         (mips_is_stub_mode): Likewise.
7437         (mips_get_mips16_fn_stub_pc): Likewise.
7438         (mips_skip_mips16_trampoline_code): Update to handle all the
7439         currently generated stub types.  Don't recurse into __fn_stub
7440         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
7441         Use cooked register accesses.
7442         (mips_in_return_stub): Reintroduce function.
7443         (mips_skip_trampoline_code): Traverse trampolines recursively.
7444         (mips_gdbarch_init): Handle MIPS16 return trampolines.
7445
7446 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
7447
7448         GDB 7.4.1 released.
7449
7450 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
7451
7452         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7453         * features/arm-with-m-vfp-d16.xml: New file. Describes
7454         Cortex-M with VFPv4-sp-d16 FPU register layout.
7455         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7456         * features/arm-with-m-vfp-d16.c: New. Generated from above.
7457         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7458         (arm-register_g_packet_guesses): Add vfp-d16 guess.
7459         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7460
7461 2012-04-25  Doug Evans  <dje@google.com>
7462
7463         * cli/cli-decode.c (print_doc_line): Use stream instead of
7464         current_uiout.
7465
7466 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
7467
7468         * features/arm-with-iwmmxt.c: Regenerate.
7469         * features/arm-with-m-fpa-layout.c: Likewise.
7470         * features/arm-with-m.c: Likewise.
7471         * features/arm-with-neon.c: Likewise.
7472         * features/arm-with-vfpv2.c: Likewise.
7473         * features/arm-with-vfpv3.c: Likewise.
7474         * features/mips-dsp-linux.c: Likewise.
7475         * features/mips-linux.c: Likewise.
7476         * features/mips64-dsp-linux.c: Likewise.
7477         * features/mips64-linux.c: Likewise.
7478         * features/s390-linux32.c: Likewise.
7479         * features/s390-linux32v1.c: Likewise.
7480         * features/s390-linux32v2.c: Likewise.
7481         * features/s390-linux64.c: Likewise.
7482         * features/s390-linux64v1.c: Likewise.
7483         * features/s390-linux64v2.c: Likewise.
7484         * features/s390x-linux64.c: Likewise.
7485         * features/s390x-linux64v1.c: Likewise.
7486         * features/s390x-linux64v2.c: Likewise.
7487         * features/tic6x-c62x-linux.c: Likewise.
7488         * features/tic6x-c62x.c: Likewise.
7489         * features/tic6x-c64x-linux.c: Likewise.
7490         * features/tic6x-c64x.c: Likewise.
7491         * features/tic6x-c64xp-linux.c: Likewise.
7492         * features/tic6x-c64xp.c: Likewise.
7493         * target-descriptions.c: Only generate `field_type' and `type'
7494         variables when needed.
7495
7496 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
7497
7498         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7499
7500 2012-04-25  Doug Evans  <dje@google.com>
7501
7502         Initial pass at Go language support.
7503         * NEWS: Mention Go.
7504         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7505         go-valprint.c.
7506         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7507         (YYFILES): Add go-exp.c.
7508         (YYOBJ): Add go-exp.o.
7509         (local-maintainer-clean): Delete go-exp.c.
7510         * defs.h (enum language): Add language_go.
7511         * dwarf2read.c: #include "go-lang.h".
7512         (fixup_go_packaging): New function.
7513         (process_full_comp_unit): Call it when processing Go CUs.
7514         (dwarf2_physname): Add Go support.
7515         (read_file_scope): Handle missing language spec for GNU Go.
7516         (set_cu_language): Handle DW_LANG_Go.
7517         * go-exp.y: New file.
7518         * go-lang.h: New file.
7519         * go-lang.c: New file.
7520         * go-typeprint.c: New file.
7521         * go-valprint.c: New file.
7522         * symtab.c: #include "go-lang.h".
7523         (symbol_set_language): Handle language_go.
7524         (symbol_find_demangled_name, symbol_set_names): Ditto.
7525         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7526
7527 2012-04-24  Jim Meyering  <meyering@redhat.com>
7528
7529         avoid a few strncpy-induced buffer overruns
7530         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7531         fname and psargs before trying to concatenate.
7532         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7533         "name" before applying strchr.
7534
7535 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
7536
7537         * CONTRIBUTE: Use unified diff instead of context diff when
7538         generating patches.
7539
7540 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7541
7542         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7543         code.  Handle JR.HB correctly.
7544
7545 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7546
7547         * mips-tdep.c
7548         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7549         with the other MIPS16 helpers.
7550
7551 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
7552
7553         * observer.sh: Conditionally declare `args', thus cleaning up
7554         unused instances of this variable.
7555
7556 2012-04-24  Yao Qi  <yao@codesourcery.com>
7557
7558         Revert this patch to allow breakpoint always-inserted
7559         in record target.
7560         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
7561         * breakpoint.c: Include record.h.
7562         (breakpoints_always_inserted_mode): Return false when the record
7563         target is in use.
7564
7565         * breakpoint.c (iterate_over_bp_locations): New.
7566         * breakpoint.h: Declare.
7567         New typedef walk_bp_location_callback.
7568         * record.c (record_open): Call record_init_record_breakpoints.
7569         (record_sync_record_breakpoints): New.
7570         (record_init_record_breakpoints): New.
7571         * NEWS: Mention supporting breakpoint always-inserted mode in
7572         record target.
7573
7574 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
7575
7576         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7577         any thread.
7578
7579 2012-04-24  Yao Qi  <yao@codesourcery.com>
7580
7581         * breakpoint.c (ep_is_catchpoint): Renamed to ...
7582         (is_catchpoint): ... it.
7583         (print_one_breakpoint_location): Caller update.
7584         * breakpoint.h: Update declaration.
7585
7586 2012-04-23  David S. Miller  <davem@davemloft.net>
7587
7588         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7589
7590 2012-04-23  Tom Tromey  <tromey@redhat.com>
7591
7592         * buildsym.c (add_free_pendings): Remove.
7593         * buildsym.h (add_free_pendings): Remove.
7594
7595 2012-04-23  Doug Evans  <dje@google.com>
7596
7597         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7598         attr.u.unsnd instead of attr.u.addr.
7599         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7600         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7601         DW_FORM_ref_udata.
7602         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7603         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7604         DW_FORM_ref_udata.
7605         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7606
7607 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
7608
7609         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7610         (mips_o32_return_value): Likewise.
7611         (mips_o64_return_value): Likewise.
7612
7613 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
7614
7615         * ada-lang.c (ada_evaluate_subexp): Add cases for
7616         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7617         their treatment in eval.c.
7618
7619 2012-04-21  David S. Miller  <davem@davemloft.net>
7620
7621         * sparc-tdep.c (X_DISP10): Define.
7622         (sparc_analyze_control_transfer): Handle compare-and-branch.
7623
7624 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
7625
7626         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7627         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7628
7629 2012-04-20  Nigel Stephens  <nigel@mips.com>
7630             Maciej W. Rozycki  <macro@codesourcery.com>
7631
7632         * mips-tdep.c (mips_float_register_p): New function.
7633         (mips_convert_register_float_case_p): Use mips_float_register_p.
7634         (mips_register_type): Likewise.
7635         (mips_print_register): Likewise.
7636         (print_gp_register_row): Likewise.
7637         (mips_print_registers_info): Likewise.
7638
7639 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
7640
7641         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7642         of mips16 symbols.
7643
7644 2012-04-20  Andrew Pinski  <apinski@cavium.com>
7645
7646         * MAINTAINERS (Write After Approval): Add myself to the list.
7647
7648 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7649
7650         * MAINTAINERS: Update my e-mail address.
7651
7652 2012-04-20  Pedro Alves  <palves@redhat.com>
7653
7654         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7655         $srcdir.
7656         * configure: Regenerate.
7657
7658 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7659
7660         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7661         declaration.
7662         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7663
7664 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7665
7666         Fix compilation compatibility with python-2.4
7667         * python/py-type.c (convert_field): Cast ADDRSTRING for
7668         PyObject_SetAttrString as non-const.  New comment.
7669
7670 2012-04-19  Tom Tromey  <tromey@redhat.com>
7671
7672         * top.c (quit_target): Use all_cleanups.
7673         * main.c (captured_command_loop): Use all_cleanups.
7674         * exceptions.c (throw_exception): Use all_cleanups.
7675
7676 2012-04-19  Pedro Alves  <palves@redhat.com>
7677
7678         * Makefile.in (GNULIB_BUILDDIR): New.
7679         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7680         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7681         (CLEANDIRS). Remove gnulib/import.
7682         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7683         (all-lib): Ditto.
7684         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7685         (gnulib/import/Makefile): Replace gnulib/import with
7686         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7687         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7688         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7689         acx_configure_dir.m4.
7690         * acinclude.m4: Include acx_configure_dir.m4.
7691         * acx_configure_dir.m4: New file.
7692         * aclocal.m4: Regenerate.
7693         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7694         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7695         (GNULIB): New variable.
7696         (GNULIB_STDINT_H): Adjust.
7697         (AC_OUTPUT): Don't output gnulib/Makefile.
7698         * gdb/defs.h: Include build-gnulib/config.h.
7699         * aclocal.m4: Regenerate.
7700         * config.in: Regenerate.
7701         * configure: Regenerate.
7702
7703         * gnulib/Makefile.in: New file.
7704         * gnulib/configure.ac: New file.
7705         * gnulib/aclocal.m4: New file.
7706         * gnulib/config.in: New file.
7707         * gnulib/configure: New file.
7708         * gnulib/: Re-run gnulib-tool to adjust.
7709
7710 2012-04-19  Doug Evans  <dje@google.com>
7711
7712         * cleanups.h (struct cleanup): Move to cleanups.c.
7713         (make_cleanup_dtor_ftype): New typedef.
7714         (make_cleanup_dtor): Use it.
7715         (ALL_CLEANUPS): Replace with ...
7716         (all_cleanups): ... this.  Declare.  All uses updated.
7717         * cleanups.c: #include "gdb_assert.h".
7718         (sentinel_cleanup): New static global.
7719         (SENTINEL_CLEANUP): Define.
7720         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7721         (make_my_cleanup2): Assert result is non-NULL.
7722         (all_cleanups): New function.
7723         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7724         of NULL.
7725
7726 2012-04-19  Pedro Alves  <palves@redhat.com>
7727
7728         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7729         Adjust paths to gnulib imported files.
7730
7731 2012-04-19  Pedro Alves  <palves@redhat.com>
7732
7733         * gnulib/: Move whole directory ...
7734         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7735         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7736         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7737         (aclocal_m4_deps): Adjust.
7738         * aclocal.m4: Regenerate.
7739         * configure: Regenerate.
7740         * configure.ac: Adjust AC_OUTPUT output.
7741
7742 2012-04-19  Yao Qi  <yao@codesourcery.com>
7743
7744         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7745         (vec.o): New rule.
7746         * vec.c: Move it ...
7747         * common/vec.c: ... here.
7748         * vec.h: Move it ...
7749         * common/vec.h: ... here.
7750
7751 2012-04-19  Yao Qi  <yao@codesourcery.com>
7752
7753         * gdb-code-style.el: New.
7754
7755 2012-04-18  Pedro Alves  <palves@redhat.com>
7756
7757         Update gnulib from latest git.
7758         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7759
7760         * gnulib/Makefile.am: Update.
7761         * gnulib/dummy.c: Update.
7762         * gnulib/extra/arg-nonnull.h: Update.
7763         * gnulib/extra/c++defs.h: Update.
7764         * gnulib/extra/update-copyright: Update.
7765         * gnulib/extra/warn-on-use.h: Update.
7766         * gnulib/inttypes.in.h: Update.
7767         * gnulib/m4/00gnulib.m4: Update.
7768         * gnulib/m4/extensions.m4: Update.
7769         * gnulib/m4/gnulib-cache.m4: Update.
7770         * gnulib/m4/gnulib-common.m4: Update.
7771         * gnulib/m4/gnulib-comp.m4: Update.
7772         * gnulib/m4/gnulib-tool.m4: Update.
7773         * gnulib/m4/include_next.m4: Update.
7774         * gnulib/m4/inttypes-pri.m4: Update.
7775         * gnulib/m4/inttypes.m4: Update.
7776         * gnulib/m4/longlong.m4: Update.
7777         * gnulib/m4/memchr.m4: Update.
7778         * gnulib/m4/memmem.m4: Update.
7779         * gnulib/m4/mmap-anon.m4: Update.
7780         * gnulib/m4/multiarch.m4: Update.
7781         * gnulib/m4/onceonly.m4: Update.
7782         * gnulib/m4/stddef_h.m4: Update.
7783         * gnulib/m4/stdint.m4: Update.
7784         * gnulib/m4/string_h.m4: Update.
7785         * gnulib/m4/warn-on-use.m4: Update.
7786         * gnulib/m4/wchar_h.m4: Update.
7787         * gnulib/m4/wchar_t.m4: Update.
7788         * gnulib/m4/wint_t.m4: Update.
7789         * gnulib/memchr.c: Update.
7790         * gnulib/memmem.c: Update.
7791         * gnulib/stddef.in.h: Update.
7792         * gnulib/stdint.in.h: Update.
7793         * gnulib/str-two-way.h: Update.
7794         * gnulib/string.in.h: Update.
7795         * gnulib/wchar.in.h: Update.
7796
7797         * gnulib/extra/arg-nonnull.h: Delete.
7798         * gnulib/extra/c++defs.h: Delete.
7799         * gnulib/extra/warn-on-use.h: Delete.
7800         * gnulib/m4/wchar_h.m4: Delete.
7801         * gnulib/m4/wint_t.m4: Delete.
7802         * gnulib/wchar.in.h: Delete.
7803
7804         * gnulib/extra/snippets/arg-nonnull.h: New.
7805         * gnulib/extra/snippets/c++defs.h: New.
7806         * gnulib/extra/snippets/warn-on-use.h: New.
7807
7808         * aclocal.m4: Regenerate.
7809         * config.in: Regenerate.
7810         * configure: Regenerate.
7811         * gnulib/Makefile.in: Regenerate.
7812
7813 2012-04-18  Pedro Alves  <palves@redhat.com>
7814
7815         Reimport the update-copyright module from gnulib
7816         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7817
7818         * configure: Regenerate.
7819         * gnulib/Makefile.am: Update.
7820         * gnulib/Makefile.in: Regenerate.
7821         * gnulib/extra/update-copyright: Update.
7822         * gnulib/m4/gnulib-cache.m4: Update.
7823         * gnulib/m4/gnulib-comp.m4: Update.
7824
7825 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7826
7827         * configure.ac (aix): Put -lpthread into libs.
7828         * configure: Regenerate.
7829
7830 2012-04-18  Tom Tromey  <tromey@redhat.com>
7831
7832         * linespec.c (convert_linespec_to_sals): Don't use
7833         SYMBOL_OBJ_SECTION.
7834         (compare_msymbols): Arguments are minsym_and_objfile, not
7835         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7836
7837 2012-04-18  Pedro Alves  <palves@redhat.com>
7838
7839         Revert gnulib/ part of:
7840         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7841         Copyright year update in most files (performed by copyright.sh).
7842
7843 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7844
7845         Fix 64-bit constants on 32-bit hosts.
7846         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7847         from unsigned long to ULONGEST.
7848         (read_signed_leb128): Change declaration return type from long to
7849         LONGEST.
7850         (dwarf2_const_value_attr): Change declaration parameter value from long
7851         to LONGEST.
7852         (dwarf2_compute_name): Change variable value from long to LONGEST.
7853         (read_unsigned_leb128): Change return type, variable result and some
7854         casts from unsigned long to ULONGEST.
7855         (read_signed_leb128): Change return type, variable result and some
7856         casts from long to LONGEST.
7857         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7858         value from long to LONGEST.
7859         (dwarf2_const_value): Change variable value from long to LONGEST.
7860         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7861         plongest and hex_string.
7862         * symtab.h (struct general_symbol_info): Change ivalue from long to
7863         LONGEST, remove the comment.
7864         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7865         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7866
7867 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7868
7869         PR symtab/7259:
7870         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7871         * ada-lang.c (ada_discrete_type_high_bound)
7872         (ada_discrete_type_low_bound): Fix function comment.  Use
7873         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7874         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7875         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7876         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7877         Use TYPE_FIELD_ENUMVAL.
7878         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7879         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7880         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7881         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7882         TYPE_CODE_ENUM.
7883         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7884         * dwarf2read.c (process_enumeration_scope): Likewise.
7885         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
7886         field.bitpos.
7887         (class StructMainTypePrettyPrinter): Support also
7888         FIELD_LOC_KIND_ENUMVAL.
7889         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
7890         TYPE_CODE_ENUM.
7891         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7892         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
7893         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
7894         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
7895         field enumval.
7896         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
7897         accommodate enumval.
7898         (struct call_site): Adjust loc_kind to accommodate enumval.
7899         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
7900         (TYPE_FIELD_ENUMVAL): New macros.
7901         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
7902         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
7903         TYPE_CODE_ENUM.
7904         * p-typeprint.c (pascal_type_print_base): Likewise.
7905         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
7906         enumval.
7907         * python/lib/gdb/types.py (make_enum_dict): Likewise.
7908         * python/py-type.c (convert_field): New variable addrstring.  Use
7909         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7910         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
7911         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
7912         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
7913         TYPE_CODE_ENUM.
7914         * valprint.c (generic_val_print): Likewise.
7915
7916 2012-04-17  Doug Evans  <dje@google.com>
7917
7918         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
7919
7920         * dwarf2read.c: Whitespace fixes.
7921         (lookup_signatured_type): Tweak comment.
7922         (get_die_type_at_offset): Fix comment.
7923
7924 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7925
7926         * xcoffread.c (xcoff_secnum_to_sections): New function.
7927         (secnum_to_section, secnum_to_bfd_section): Reimplement
7928         using xcoff_secnum_to_sections.  Rename "secnum" parameter
7929         into "n_scnum".
7930         (RECORD_MINIMAL_SYMBOL): Delete.
7931         (record_minimal_symbol): New function.
7932         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
7933         by call to record_minimal_symbol and set misc_func_recorded
7934         to 1.  Set last_csect_sec to the XCOFF section index instead
7935         of GDB's section_offset index.  Update calls to
7936         prim_record_minimal_symbol_and_info to pass the BFD section
7937         as well.
7938
7939 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
7940
7941         * xcoffread.c (read_xcoff_symtab): Delete variables
7942         last_csect_val and last_csect_sec and associated code.
7943
7944 2012-04-17  Doug Evans  <dje@google.com>
7945
7946         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
7947         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7948         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
7949         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
7950
7951         * cleanups.h: New file.
7952         * cleanups.c: New file.
7953         * Makefile.in (SFILES): Add cleanups.c.
7954         (HFILES_NO_SRCDIR): Add cleanups.h.
7955         (COMMON_OBS): Add cleanups.o.
7956         * defs.h (struct cleanup): Moved to cleanups.h.
7957         (do_cleanups,do_final_cleanups): Ditto.
7958         (discard_cleanups,discard_final_cleanups): Ditto
7959         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7960         (save_cleanups,save_final_cleanups): Ditto.
7961         (restore_cleanups,restore_final_cleanups): Ditto.
7962         (null_cleanup): Ditto.
7963         (make_my_cleanup,make_my_cleanup2): Ditto.
7964         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7965         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
7966         (do_cleanups,do_final_cleanups): Ditto.
7967         (discard_cleanups,discard_final_cleanups): Ditto
7968         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
7969         (save_cleanups,save_final_cleanups): Ditto.
7970         (restore_cleanups,restore_final_cleanups): Ditto.
7971         (null_cleanup): Ditto.
7972         (make_my_cleanup,make_my_cleanup2): Ditto.
7973         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
7974
7975         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
7976         make_my_cleanup.
7977         (make_cleanup_dyn_string_delete): Ditto.
7978         (make_cleanup_ui_file_delete): Ditto.
7979         (make_cleanup_ui_out_redirect_pop): Ditto.
7980         (make_cleanup_free_section_addr_info): Ditto.
7981         (make_cleanup_restore_integer): Ditto.
7982         (make_cleanup_unpush_target): Ditto.
7983         (make_cleanup_value_free_to_mark): Ditto.
7984         (make_cleanup_value_free): Ditto.
7985         (make_cleanup_free_so): Ditto.
7986
7987 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7988
7989         New option "set debug auto-load".
7990         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
7991         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
7992         (auto_load_safe_path_vec_update)
7993         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
7994         if DEBUG_AUTO_LOAD.
7995         (file_is_auto_load_safe): New parameters debug_fmt and ....
7996         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
7997         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
7998         caller by explanatory string.
7999         (_initialize_auto_load): Register "set debug auto-load".
8000         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8001         and ....
8002         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8003         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8004         by explanatory string.
8005         * main.c (captured_main): Likewise.
8006         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8007         (source_section_scripts): Likewise.
8008
8009 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8010
8011         New option "set auto-load safe-path".
8012         * NEWS: New commands "set auto-load safe-path"
8013         and "show auto-load safe-path".
8014         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8015         (auto_load_safe_path, auto_load_safe_path_vec)
8016         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8017         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8018         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8019         (source_gdb_script_for_objfile): New variable is_safe.  Call
8020         file_is_auto_load_safe.  Return if it is not.
8021         (struct loaded_script): New field loaded.
8022         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
8023         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
8024         output "Missing" to "No".
8025         (_initialize_auto_load): New variable cmd.  Initialize
8026         auto_load_safe_path.  Register "set auto-load safe-path",
8027         "show auto-load safe-path" and "add-auto-load-safe-path".
8028         * auto-load.h (maybe_add_script): Add parameter loaded.
8029         (file_is_auto_load_safe): New declaration.
8030         * config.in: Regenerate.
8031         * configure: Regenerate.
8032         * configure.ac: New parameters --with-auto-load-safe-path
8033         and --without-auto-load-safe-path.
8034         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8035         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8036         * main.c (captured_main): Check file_is_auto_load_safe for
8037         LOCAL_GDBINIT.
8038         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8039         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
8040         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
8041         not.
8042
8043 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8044
8045         auto-load: Implementation.
8046         * NEWS: New descriptions for "info auto-load",
8047         "info auto-load gdb-scripts", "info auto-load python-scripts",
8048         "info auto-load local-gdbinit" and "info auto-load libthread-db".
8049         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8050         and "show auto-load-scripts".  New description for "set auto-load",
8051         "show auto-load", "set auto-load gdb-scripts",
8052         "show auto-load gdb-scripts", "set auto-load python-scripts",
8053         "show auto-load python-scripts", "set auto-load local-gdbinit",
8054         "show auto-load local-gdbinit", "set auto-load libthread-db" and
8055         "show auto-load libthread-db".
8056         * auto-load.c: Remove include python/python-internal.h.  Add includes
8057         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8058         cli/cli-setshow.h.
8059         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8060         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8061         (gdbpy_global_auto_load): Rename to ...
8062         (global_auto_load): ... here.
8063         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8064         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8065         (script_language_gdb, source_gdb_script_for_objfile): New.
8066         (struct loaded_script): New field language.
8067         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8068         LANGUAGE.
8069         (maybe_add_script): Add parameter language.  Drop redundant
8070         entry.full_path initialization.  Initialize entry.language and
8071         (*slot)->language.
8072         (auto_load_objfile_script): Change parameter suffix to language.
8073         Remove the call of maybe_add_script.
8074         Call language->source_script_for_objfile.
8075         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8076         New.
8077         (collect_matching_scripts): Adjust it for
8078         struct collect_matching_scripts_data.
8079         (auto_load_info_scripts_pattern_nl): New variable.
8080         (info_auto_load_scripts): Rename to ...
8081         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
8082         for struct collect_matching_scripts_data.
8083         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8084         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8085         (auto_load_show_cmdlist_get, info_auto_load_cmd)
8086         (auto_load_info_cmdlist_get): New.
8087         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8088         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
8089         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8090         "info auto-load local-gdbinit".
8091         * auto-load.h (struct script_language): New.
8092         (gdbpy_global_auto_load): Rename to ...
8093         (global_auto_load): ... here.
8094         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8095         (auto_load_local_gdbinit_loaded): New declarations.
8096         (maybe_add_script): New parameter language.
8097         (auto_load_objfile_script): Change parameter suffix to language.
8098         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8099         (auto_load_info_scripts, auto_load_set_cmdlist_get)
8100         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8101         declarations.
8102         * linux-thread-db.c: Include auto-load.h and ctype.h.
8103         (auto_load_thread_db, show_auto_load_thread_db): New.
8104         (struct thread_db_info): New field filename.
8105         (delete_thread_db_info): Call xfree for FILENAME.
8106         (try_thread_db_load): Initialize FILENAME.
8107         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8108         if !AUTO_LOAD_THREAD_DB.
8109         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8110         (_initialize_thread_db): Install auto_load_thread_db
8111         as "set auto-load libthread-db" and install info_auto_load_libthread_db
8112         as "info auto-load libthread-db".
8113         * main.c (captured_main): Rename gdbpy_global_auto_load to
8114         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8115         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8116         (print_gdb_help): Extend the help for 'local init file'.
8117         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8118         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8119         (auto_load_scripts): Rename to ...
8120         (auto_load_python_scripts): ... here, update the comment.
8121         (gdbpy_load_auto_script_for_objfile): New declaration.
8122         (show_auto_load_python_scripts, script_language_python)
8123         (gdbpy_load_auto_script_for_objfile): New.
8124         (source_section_scripts): Refactor the code.
8125         (load_auto_scripts_for_objfile): Rename to ...
8126         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8127         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8128         (info_auto_load_python_scripts): New.
8129         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8130         Rename "set auto-load-scripts" to "set auto-load python-scripts".
8131         Register "set auto-load-scripts" as its deprecated alias.  Register
8132         "info auto-load python-scripts".  Register "info auto-load-scripts" as
8133         its deprecated alias.
8134         (load_auto_scripts_for_objfile): Rename to ...
8135         (gdbpy_load_auto_scripts_for_objfile): ... here.
8136         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8137         (gdbpy_load_auto_scripts_for_objfile): ... here.
8138
8139 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8140
8141         auto-load: Move files.
8142         * Makefile.in (SFILES): Add auto-load.c.
8143         (HFILES_NO_SRCDIR): Add auto-load.h.
8144         (COMMON_OBS): Add auto-load.o.
8145         (distclean): Change .gdbinit for gdb-gdb.gdb.
8146         * auto-load.c: New file, with parts from python/py-auto-load.c.
8147         * auto-load.h: New file, with parts from python/python.h.
8148         * configure: Regenerate.
8149         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8150         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8151         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8152         * main.c: Include auto-load.h.
8153         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8154         command.h, observer.h and progspace.h to auto-load.c.  Add include
8155         auto-load.h.
8156         (gdbpy_global_auto_load, struct auto_load_pspace_info)
8157         (struct loaded_script, auto_load_pspace_data)
8158         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8159         (hash_loaded_script_entry, eq_loaded_script_entry)
8160         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8161         (maybe_add_script): Move to auto-load.c.
8162         (source_section_scripts): Change maybe_add_script parameters passing,
8163         use script_not_found_warning_print.
8164         (clear_section_scripts, auto_load_objfile_script)
8165         (auto_load_new_objfile, loaded_script_ptr)
8166         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8167         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8168         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8169         auto_load_new_objfile and info_auto_load_scripts initizations to
8170         auto-load.c.
8171         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8172
8173 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8174
8175         Code cleanup.
8176         * charset.c (find_charset_names): Remove variables ix and elt.
8177         Use free_char_ptr_vec.
8178         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8179         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8180         debugdir_end.  New variable debugdir_len.
8181         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8182         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8183         declarations.
8184         * progspace.c (clear_program_space_solib_cache): Remove variables ix
8185         and elt.  Use free_char_ptr_vec.
8186         * source.c (add_path): Remove variables argv, arg and argv_index.
8187         New variables dir_vec, back_to, ix and name.
8188         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
8189         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
8190         no longer expecting DIRNAME_SEPARATOR.
8191         (openp): Remove variable p, p1 and len.  New variables dir_vec,
8192         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
8193         no longer expecting DIRNAME_SEPARATOR.
8194         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8195         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8196         debugdir_end.
8197         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8198         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8199         (dirnames_to_char_ptr_vec): New functions.
8200
8201 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8202
8203         Code cleanup.
8204         * source.c (add_path): Remove always true conditional 'p == 0' and
8205         unindent its code block.
8206
8207 2012-04-17  Pedro Alves  <palves@redhat.com>
8208
8209         * gdbtypes.h (FIELD_BITPOS): Rename to ...
8210         (FIELD_BITPOS_LVAL): ... this.
8211         (FIELD_BITPOS): New.
8212         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8213         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8214         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8215         SET_FIELD_BITPOS.
8216         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8217         SET_FIELD_BITPOS.
8218         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8219         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8220         * target-descriptions.c (tdesc_gdb_type): Adjust to use
8221         SET_FIELD_BITPOS.
8222
8223 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8224
8225         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8226         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8227         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8228         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8229         * jv-lang.c (java_link_class_type): Likewise, once.
8230         * stabsread.c (read_enum_type): Likewise.
8231
8232 2012-04-16  Yao Qi  <yao@codesourcery.com>
8233
8234         * common/agent.c (agent_run_command): Add one more parameter `len'.
8235         Update callers.
8236         * common/agent.h: Update declaration.
8237         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8238         Update.
8239         (linux_child_static_tracepoint_markers_by_strid): Ditto.
8240
8241 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
8242
8243         PR mi/13393
8244         * value.c (value_actual_type): New function.
8245         * value.h (value_actual_type): New declaration.
8246         * varobj.c (update_type_if_necessary): New function.
8247         (varobj_create): Call value_actual_type instead of
8248         value_type.
8249         (install_dynamic_child): distinct changed and type changed MI variable
8250         objects.
8251         (update_dynamic_varobj_children): Updated for install_dynamic_child
8252         change.  All callers updated.
8253         (varobj_update): Support for MI variable object type change if
8254         the value changed and RTTI is used to determine the type.
8255         (create_child_with_value): Call value_actual_type instead of
8256         value_type.
8257         (adjust_value_for_child_access): Extended with a new parameter which
8258         specify whether the given value should be casted to enclosing type.
8259         All callers updated.
8260
8261 2012-04-14  Yao Qi  <yao@codesourcery.com>
8262
8263         Import gnulib module inttypes from git
8264         (250b80067c1e1d8faa0c42fb572f721975b929c5)
8265         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8266         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8267         gnulib/m4/inttypes-pri.m4
8268         * aclocal.m4, config.in, configure: Regenerated.
8269         * gnulib/Makefile.am: Update.
8270         * gnulib/Makefile.in: Update.
8271         * gnulib/m4/gnulib-cache.m4: Update.
8272         * gnulib/m4/gnulib-comp.m4: Update.
8273         * gnulib/inttypes.in.h: New.
8274         * gnulib/m4/inttypes-pri.m4: New.
8275         * gnulib/m4/inttypes.m4: New.
8276
8277 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
8278
8279         * infrun.c (resume): Update PC address to the real PC after
8280         preparing to do displaced stepping.
8281
8282 2012-04-12  Doug Evans  <dje@google.com>
8283
8284         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8285         All callers updated.
8286
8287 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
8288
8289         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8290
8291 2012-04-12  Doug Evans  <dje@google.com>
8292
8293         * dwarf2read.c (create_all_type_units): Renamed from
8294         create_debug_types_hash_table.  All callers updated.
8295
8296         * dwarf2read.c (create_signatured_type_table_from_index): Rename
8297         local type_sig to sig_type, type_offset to type_offset_in_tu.
8298         (hash_signatured_type): Renamed from hash_type_signature,
8299         all callers updated.
8300         (eq_signatured_type): Renamed from eq_type_signature,
8301         all callers updated.
8302         (create_debug_types_hash_table): Rename local type_sig to sig_type.
8303         (process_enumeration_scope): Ditto.
8304         (lookup_signatured_type_at_offset): Ditto.
8305         (load_full_type_unit, read_signatured_type): Ditto.
8306
8307 2012-04-12  Yao Qi  <yao@codesourcery.com>
8308
8309         * remote.c (async_remote_interrupt): Correct function name in
8310         debug message.
8311         (async_remote_interrupt_twice): Ditto.
8312
8313 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
8314
8315         * source.c (find_and_open_source): Consistently pass resulting
8316         full path through xfullpath.
8317
8318 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8319
8320         Provide more specific displaced-stepping memory error message.
8321         * infrun.c (displaced_step_prepare): New variable status.  Call
8322         target_read_memory instead of read_memory, provide more specific
8323         error message.
8324
8325 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8326
8327         PR gdb/13901
8328         * darwin-nat.c (darwin_execvp): Revert previous patch.
8329
8330 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8331
8332         PR gdb/13901
8333         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8334         in case of change.
8335
8336 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8337
8338         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8339         warning.
8340
8341 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
8342
8343         New command 'explore' which helps explore values and types in
8344         scope.
8345         * NEWS: Add an entry about the new 'explore' command.
8346         * data-directory/Makefile.in: Add gdb/command/explore.py
8347         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8348         command using the GDB Python API.
8349
8350 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8351
8352         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8353         extension in jump target calculation.
8354
8355 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8356
8357         * mips-tdep.c (mips32_next_pc): Handle JALX.
8358
8359 2012-04-10  Yao Qi  <yao@codesourcery.com>
8360
8361         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8362
8363 2012-04-10  Yao Qi  <yao@codesourcery.com>
8364
8365         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8366         and gnulib/m4/gnulib-tool.m4.
8367
8368 2012-04-10  Doug Evans  <dje@google.com>
8369
8370         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8371         (load_partial_dies): Clarify comment.
8372         (find_partial_die): Support rereading type units.
8373         Clarify CU handling, if we know offset is in CU, don't search for the
8374         containing CU.  Add comment regarding memory waste.
8375
8376 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
8377
8378         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8379         i386/x32-avx and i386/x32-avx-linux.
8380         (i386/x32-expedite): New.
8381         (i386/x32-linux-expedite): Likewise.
8382         (i386/x32-avx-expedite): Likewise.
8383         (i386/x32-avx-linux-expedite): Likewise.
8384         ($(outdir)/i386/x32.dat): Likewise.
8385         ($(outdir)/i386/x32-linux.dat): Likewise.
8386         ($(outdir)/i386/x32-avx.dat): Likewise.
8387         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8388
8389         * features/i386/x32-avx-linux.xml: New file.
8390         * features/i386/x32-avx.xml: Likewise.
8391         * features/i386/x32-core.xml: Likewise.
8392         * features/i386/x32-linux.xml: Likewise.
8393         * features/i386/x32.xml: Likewise.
8394
8395         * features/i386/x32-avx-linux.c: New.  Generated.
8396         * features/i386/x32-avx.c: Likewise.
8397         * features/i386/x32-linux.c: Likewise.
8398         * features/i386/x32.c: Likewise.
8399         * regformats/i386/x32-avx-linux.dat: Likewise.
8400         * regformats/i386/x32-avx.dat: Likewise.
8401         * regformats/i386/x32-linux.dat: Likewise.
8402         * regformats/i386/x32.dat: Likewise.
8403
8404 2012-04-10  Tristan Gingold  <gingold@adacore.com>
8405
8406         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8407         code to kill the inferior.
8408
8409 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8410
8411         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8412         defines.
8413         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8414         defines.
8415         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8416         (yyvsp): New defines.
8417         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8418         defines.
8419         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8420         defines.
8421         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8422         defines.
8423         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8424         defines.
8425         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8426         defines.
8427
8428 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8429
8430         * sparc64-tdep.c (sparc64_store_arguments)
8431         (sparc64_store_arguments): Fix coding style.
8432
8433 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
8434
8435         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8436         complex floats, adjust some related comments and tighten a related
8437         assertion.
8438         (sparc64_extract_return_value): Handle complex floats.
8439
8440 2012-04-07  Doug Evans  <dje@google.com>
8441
8442         * dwarf2read.c (load_partial_dies): Change condition to assert.
8443
8444 2012-04-06  Doug Evans  <dje@google.com>
8445
8446         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8447         "mov %rsp,%rbp".
8448
8449 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
8450
8451         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8452         fencepost error.
8453         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8454         (v850_gdbarch_init): Set `num_regs' as appropriate for the
8455         architecture.
8456
8457 2012-04-05  Keith Seitz  <keiths@redhat.com>
8458
8459         * linespec.c (decode_compound): Remove.
8460         (enum offset_relative_sign): New enum.
8461         (struct line_offset): New struct.
8462         (struct linespec): New struct.
8463         (struct linespec_state): Move file_symtabs,
8464         user_filename, and user_function into struct linespec.
8465         Make result an anonymous struct holding vectors of
8466         symbolp and minsym_and_objfile_d.
8467         Add language member.
8468         (enum ls_token_type): New enum.
8469         (linespec_keywords): New array.
8470         (struct ls_token): New struct.
8471         (struct ls_parser): New struct.
8472         (linespec_lexer_lex_number): New function.
8473         (linespec_lexer_lex_keyword): New function.
8474         (is_ada_operator): New function.
8475         (skip_quote_char): New function.
8476         (copy_token_string): New function.
8477         (is_closing_quote_enclosed): New function.
8478         (find_parameter_list_end): New function.
8479         (linespec_lexer_lex_string): New function.
8480         (linespec_lexer_lex_one): New function.
8481         (linespec_lexer_consume_token): New function.
8482         (linespec_lexer_peek_token): New function.
8483         (cplusplus_error): Remove unused function.
8484         (find_methods): Update comment.
8485         (find_toplevel_char): Return const.
8486         (is_objc_method_format): Remove unused function.
8487         (find_toplevel_string): New function.
8488         (is_linespec_boundary): Remove.
8489         (symbol_not_found_error): New function.
8490         (find_method_overload_end): Remove function.
8491         (unexpected_linespec_error): New function.
8492         (keep_name_info): Remove.
8493         (linespec_parse_line_offset): New function.
8494         (linespec_parse_basic): New function.
8495         (canonicalize_linespec): New function.
8496         (decode_line_internal): Remove.
8497         (create_sals_line_offset): New function adapted from
8498         decode_all_digits.
8499         (convert_linespec_to_sals): New function.
8500         (parse_linespec): New function.
8501         (linespec_parser_new): New function.
8502         (linespec_state_destructor): Change parameter type to
8503         struct linespec_state *.
8504         Add language parameter.
8505         Remove freeing of moved members.
8506         (linespec_parser_delete): New function.
8507         (decode_line_full): Use parse_linespec and linespec_parser_new.
8508         (decode_line_1): Likewise.
8509         (decode_indirect): Rename to ...
8510         (linespec_expression_to_pc): ... this and rewrite
8511         to simply find CORE_ADDR, storing this result for later
8512         conversion to SALs.
8513         (locate_first_half): Remove.
8514         (deocde_objc): Add parameter LS.
8515         Initialize new struct collect_info members.
8516         Handle minimal symbols, too.
8517         (decode_compound): Delete.
8518         (lookup_prefix_sym): Rewrite.
8519         (compare_msymbols): New function.
8520         (find_method): Rewrite.
8521         Do not call cplusplus_error.
8522         (symtabs_from_filename): Rewrite.
8523         (collect_function_symbols): Delete.
8524         (find_function_symbols): Rewrite without ARGPTR-style
8525         processing.
8526         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8527         (decode_dollar): Adapted and renamed to ...
8528         (linespec_parse_variable): ... this.
8529         (find_linespec_symbols): New function.
8530         (decode_label): Adapted and renamed to ...
8531         (find_label_symbols): ... this.
8532         (decode_digits_list_mode): Add and use LS argument.
8533         (decode_digits_ordinary): Likewise.
8534         (collect_symbols): Do not collect SALs, just symbols and msymbols.
8535         If in list mode, allow any symbol class.  Otherwise, only
8536         permit LOC_BLOCK symbols.
8537         (minsym_found): Update comments.
8538         (search_minsyms_for_name): Do not convert the matching symbol
8539         into a SAL.  Simply push the symbol and objfile into the
8540         result vector.
8541         (decode_variable): Delete. Contents adapted into
8542         find_linespec_symbols.
8543
8544         * cp-support.c (SKIP_SPACE): Remove.
8545         (operator_tokens): Remove unused global.
8546         (cp_validate_operator): Remove.
8547         * cp-support.h (cp_validate_operator): Remove declaration.
8548
8549 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8550
8551         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8552         for TYPE_VPTR_FIELDNO.
8553         * valprint.c (valprint_check_validity): Make it global, move the
8554         function comment ...
8555         * value.h (valprint_check_validity): ... to this new declaration.
8556
8557 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8558
8559         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8560         the STATE32 api for i386 state.
8561         (i386_darwin_store_inferior_registers): Likewise.
8562
8563 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8564
8565         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8566         SS offset.
8567         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8568         format_string.
8569
8570 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8571
8572         PR gdb/13901
8573         * darwin-nat.c (darwin_execvp): Set binary preference.
8574
8575 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8576
8577         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8578
8579 2012-03-30  Tom Tromey  <tromey@redhat.com>
8580
8581         * python/python.c (gdbpy_decode_line): Move cleanup creation out
8582         of TRY_CATCH.  Fix error handling.
8583         * python/py-value.c (convert_value_from_python): Move 'old'
8584         declaration to innermost scope.
8585
8586 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8587             Andrey Smirnov  <andrew.smirnov@gmail.com>
8588
8589         -Wshadow warning fix.
8590         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8591         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8592         Adjust code accordingly.
8593
8594 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8595
8596         * ada-lang.c (symbol_completion_add): Rename parameter
8597         "encoded" into "encoded_p".  Ajust code and documentation
8598         accordingly.
8599
8600 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8601             Andrey Smirnov  <andrew.smirnov@gmail.com>
8602
8603         -Wshadow warning fix.
8604         * ada-lang.c (symbol_completion_add): Rename parameter
8605         "wild_match" into wild_match_p.  Update code and documentation
8606         accordingly.
8607
8608 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8609
8610         * ada-lang.c (symbol_completion_match): Rename parameter
8611         "encoded" into "encoded_p".  Ajust code and documentation
8612         accordingly.
8613
8614 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8615             Andrey Smirnov  <andrew.smirnov@gmail.com>
8616
8617         -Wshadow warning fix.
8618         * ada-lang.c (symbol_completion_match): Rename parameter
8619         "wild_match" into "wild_match_p".  Adjust code and function
8620         documentation accordingly.
8621
8622 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8623             Andrey Smirnov  <andrew.smirnov@gmail.com>
8624
8625         -Wshadow warning fix.
8626         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8627         "symbol_info" into "info".  Adjust code accordingly.
8628         (ada_lookup_symbol): Likewise.
8629
8630 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8631
8632         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8633         of this function's documentation.
8634
8635 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8636             Andrey Smirnov  <andrew.smirnov@gmail.com>
8637
8638         -Wshadow warning fix.
8639         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8640         variable into "wild_match_p".  Adjust code accordingly.
8641
8642 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8643             Andrey Smirnov  <andrew.smirnov@gmail.com>
8644
8645         -Wshadow warning fix.
8646         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8647         parameter into "wild_match_p".  Adjust code accordingly.
8648         Document this parameter in the function description.
8649
8650 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8651             Andrey Smirnov  <andrew.smirnov@gmail.com>
8652
8653         -Wshadow warning fix.
8654         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8655         "wild_match" parameter to "wild_match_p" (-Wshadow).
8656
8657 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8658
8659         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8660         in function documentation.
8661
8662 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8663             Andrey Smirnov  <andrew.smirnov@gmail.com>
8664
8665         -Wshadow warning fix.
8666         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8667         variable into wild_match_p.  Adjust code accordingly.
8668
8669 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8670             Andrey Smirnov  <andrew.smirnov@gmail.com>
8671
8672         * ada-valprint.c (ada_val_print_1): Move the code handling
8673         TYPE_CODE_ENUM inside its own lexical block.  Declare
8674         variables len and val there, instead of in the function's
8675         top level block.  Avoid declaring deref_val again in a way
8676         that shadows another variable of the same name declared
8677         in one of the up-level blocks.  Just re-use the up-level
8678         variable instead.
8679
8680 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8681
8682         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8683         Replace block_found argument by symbol_info.  Adjust
8684         implementation accordingly.  Add function documentation.
8685         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8686         Fix documentation.
8687         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8688         * ada-exp.y (write_object_renaming): Adjust to new
8689         ada_lookup_encoded_symbol API.
8690
8691 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8692
8693         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8694         documentation.
8695
8696 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8697
8698         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8699         (v850_register_name): Add the mpu and fpu register names.
8700         (v850e_register_name): Add the mpu and fpu register names.
8701         (v850e2_register_name): New function.
8702         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8703         bfd_mach_v850e2v3.
8704
8705 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8706
8707         * NEWS: Add entry for Ada varobj support.
8708
8709 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8710
8711         * varobj.c (default_value_is_changeable_p): New function,
8712         extracted from varobj_value_is_changeable_p.  Add declaration.
8713         (ada_value_is_changeable_p): New function, extracted from
8714         varobj_value_is_changeable_p.  Add declaration.
8715         (struct language_specific): New field "value_is_changeable_p".
8716         (languages): Add entries for new field.
8717         (varobj_create): Set language before calling install_new_value.
8718         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8719         "value_is_changeable_p" language callback.
8720
8721 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8722
8723         * ada-varobj.h, ada-varobj.c: New files.
8724         * Makefile.in (SFILES): Add ada-varobj.c.
8725         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8726         (COMMON_OBS): Add ada-varobj.o.
8727
8728 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8729
8730         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8731         (struct language_specific): New field "value_has_mutated".
8732         (languages): Set field "value_has_mutated" in each entry of array.
8733         (varobj_value_has_mutated): New function.
8734         (varobj_udpdate): Add handling of type mutation.
8735         (value_of_root): Add handling of type mutation.
8736         (ada_value_has_mutated): New function.
8737
8738 2012-03-28  Pedro Alves  <palves@redhat.com>
8739
8740         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8741         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8742
8743 2012-03-28  Tom Tromey  <tromey@redhat.com>
8744
8745         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8746         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8747         before returning.
8748
8749 2012-03-28  Tom Tromey  <tromey@redhat.com>
8750
8751         * .dir-locals.el: New file.
8752
8753 2012-03-28  Pedro Alves  <palves@redhat.com>
8754
8755         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8756
8757 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8758
8759         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8760         handling for r0.
8761
8762 2012-03-27  Pedro Alves  <palves@redhat.com>
8763
8764         Eliminate struct ui_stream.
8765
8766         * ui-out.h (struct ui_stream): Delete.
8767         (ui_out_field_stream): Adjust prototype.
8768         (ui_out_stream_new, ui_out_stream_delete)
8769         (make_cleanup_ui_out_stream_delete): Delete declarations.
8770         * ui-out.c (ui_out_field_stream): Change prototype to take a
8771         ui_file instead of a ui_stream.  Adjust.
8772         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8773         (make_cleanup_ui_out_stream_delete): Delete.
8774         * breakpoint.c (print_breakpoint_location)
8775         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8776         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8777         * disasm.c (dump_insns): Ditto.
8778         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8779         prototype.
8780         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8781         ui_stream/ui_out_stream_new.
8782         * infcmd.c (print_return_value): Ditto.
8783         * osdata.c (info_osdata_command): Don't allocate a local
8784         ui_stream.
8785         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8786         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8787         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8788         allocate a local ui_stream.
8789         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8790         instead of ui_stream/ui_out_stream_new.
8791         (list_args_or_locals): Don't allocate a local ui_stream.
8792         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8793         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8794         ui_stream/ui_out_stream_new.
8795         * cli/cli-setshow.c (do_setshow_command): Ditto.
8796
8797 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8798
8799         * arm-linux-tdep.c (arm_linux_init_abi): Call
8800         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8801         * arm-tdep.c (arm_process_record): New function.
8802         (deallocate_reg_mem): New function.
8803         (decode_insn): New function.
8804         (thumb_record_branch): New function.
8805         (thumb_record_ldm_stm_swi(): New function.
8806         (thumb_record_misc): New function.
8807         (thumb_record_ld_st_stack): New function.
8808         (thumb_record_ld_st_imm_offset): New function.
8809         (thumb_record_ld_st_reg_offset(): New function.
8810         (thumb_record_add_sub_cmp_mov): New function.
8811         (thumb_record_shift_add_sub): New function.
8812         (arm_record_coproc_data_proc): New function.
8813         (arm_record_coproc): New function.
8814         (arm_record_b_bl): New function.
8815         (arm_record_ld_st_multiple): New function.
8816         (arm_record_ld_st_reg_offset): New function.
8817         (arm_record_ld_st_imm_offset): New function.
8818         (arm_record_data_proc_imm): New function.
8819         (arm_record_data_proc_misc_ld_str): New function.
8820         (arm_record_extension_space): New function.
8821         (arm_record_strx): New function.
8822         (sbo_sbz): New function.
8823         (struct insn_decode_record): New structure for arm insn record.
8824         (REG_ALLOC): New macro for reg allocations.
8825         (MEM_ALLOC): New macro for memory allocations.
8826         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8827
8828 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8829
8830         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8831         (store_register): Likewise.
8832
8833 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8834
8835         * MAINTAINERS (Write After Approval): Add myself to the list.
8836
8837 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8838
8839         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8840         Describe also the option "auto".
8841
8842 2012-03-22  Richard Henderson  <rth@redhat.com>
8843
8844         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8845         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8846
8847 2012-03-22  Richard Henderson  <rth@redhat.com>
8848
8849         * jit.c (jit_read_code_entry): Compute alignment and offset of
8850         int64_t member before computing entry_size.
8851
8852 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8853
8854         Python scripting: Add new method Value.referenced_value to
8855         gdb.Value which can dereference pointer as well as reference
8856         values.
8857         * NEWS: Add entry under 'Python scripting' about the new method
8858         Value.referenced_value on gdb.Value objects.
8859         * python/py-value.c (valpy_referenced_value): New function
8860         defining a new method on gdb.Value objects which can dereference
8861         pointer and reference values.
8862
8863 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8864
8865         * MAINTAINERS (Write After Approval): Add myself to the list.
8866
8867 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8868
8869         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8870         in addition to "main".
8871
8872 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8873
8874         * expression.h (op_name): Add declaration.
8875         * expprint.c (op_name): Remove declaration.  Make non-static.
8876         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8877
8878 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8879
8880         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8881         of struct siginfo.
8882         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8883         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8884         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
8885         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
8886         (linux_nat_get_siginfo): Likewise.
8887         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
8888         (linux_nat_get_siginfo): Likewise.
8889         * linux-tdep.c (linux_get_siginfo_type): Likewise.
8890         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
8891         * procfs.c (gdb_siginfo_t): Likewise.
8892
8893 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
8894
8895         * .gitignore: Ignore more files.
8896
8897 2012-03-20  Pedro Alves  <palves@redhat.com>
8898
8899         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
8900         returns.
8901
8902 2012-03-20  Yao Qi  <yao@codesourcery.com>
8903
8904         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
8905         comment.
8906
8907 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8908
8909         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
8910         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
8911         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
8912         sect_offset.
8913         * dwarf2expr.h (cu_offset, sect_offset): New types.
8914         (struct dwarf_expr_context_funcs) <dwarf_call>
8915         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
8916         sect_offset.
8917         (struct dwarf_expr_context) <len>: Improve the comment.
8918         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
8919         cu_offset and sect_offset.
8920         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
8921         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
8922         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
8923         * dwarf2loc.h: Include dwarf2expr.h.
8924         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
8925         and sect_offset.
8926         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
8927         Improve the comment.
8928         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
8929         (struct signatured_type, struct line_header, struct partial_die_info)
8930         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
8931         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
8932         (get_die_type_at_offset, create_cus_from_index)
8933         (create_signatured_type_table_from_index, dw2_get_file_names)
8934         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
8935         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
8936         (create_debug_types_hash_table, process_psymtab_comp_unit)
8937         (load_partial_comp_unit, create_all_comp_units)
8938         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
8939         (load_full_comp_unit, dwarf2_physname, read_import_statement)
8940         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
8941         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
8942         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
8943         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
8944         (find_partial_die, read_attribute_value, lookup_die_type)
8945         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
8946         (is_ref_attr): New function comment.
8947         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
8948         Use cu_offset and sect_offset.
8949         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
8950         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
8951         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
8952         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
8953         (offset_and_type_hash, offset_and_type_eq, set_die_type)
8954         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
8955         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
8956         sect_offset.
8957
8958 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8959
8960         Code cleanup.
8961         * python/py-auto-load.c (source_section_scripts): New variable back_to.
8962         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
8963         with xfree.
8964         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
8965
8966 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8967
8968         * NEWS: Describe new options --init-command=FILE, -ix and
8969         --init-eval-command=COMMAND, -iex.
8970         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
8971         CMDARG_INIT_COMMAND.
8972         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
8973         "init-command", "init-eval-command", "ix" and "iex" to the variable
8974         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
8975         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
8976         (print_gdb_help): Describe --init-command=FILE, -ix and
8977         --init-eval-command=COMMAND, -iex.
8978
8979 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8980
8981         Code cleanup.
8982         * main.c (struct cmdarg): Move it here from main.  Add more comments.
8983         (cmdarg_s, VEC (cmdarg_s)): New.
8984         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
8985         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
8986         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
8987         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
8988         of CMDARG.
8989
8990 2012-03-19  Tom Tromey  <tromey@redhat.com>
8991
8992         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
8993
8994 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8995
8996         PR symtab/13777
8997         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
8998         GCC >=4.5.
8999
9000 2012-03-16  Chris January  <chris.january@allinea.com>
9001
9002         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9003         of clear.
9004
9005 2012-03-16  Chris January  <chris.january@allinea.com>
9006
9007         * source.c (add_path): Use memmove instead of strcpy because the
9008         strings overlap.
9009
9010 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
9011
9012         * value.h (set_value_parent): Add declaration.
9013         * value.c (set_value_parent): New function.
9014         (value_address): If VALUE->PARENT is not NULL, then use it as
9015         the base address instead of VALUE->LOCATION.address.
9016         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9017         the same as OBJ's address.  Adjust V's offset accordingly.
9018         Set V's parent.
9019
9020 2012-03-16  Gary Benson  <gbenson@redhat.com>
9021
9022         PR breakpoints/10738
9023         * dwarf2read.c (use_deprecated_index_sections): New global.
9024         (struct partial_die_info): New member may_be_inlined.
9025         (read_partial_die): Set may_be_inlined where appropriate.
9026         (add_partial_subprogram): Add partial symbols for partial
9027         DIEs that may be inlined.
9028         (new_symbol_full): Add inlined subroutines to the current
9029         scope.
9030         (write_psymtabs_to_index): Bump version number.
9031         (dwarf2_read_index): Read only version 6 indices unless
9032         use_deprecated_index_sections is set.
9033         * linespec.c (symbol_and_data_callback): New structure.
9034         (iterate_inline_only): New function.
9035         (iterate_over_all_matching_symtabs): New argument
9036         "include_inline".  If nonzero, also call the callback for
9037         symbols representing inlined subroutines.
9038         (lookup_prefix_sym): Pass extra argument to the above.
9039         (find_function_symbols): Likewise.
9040         (add_matching_symbols_to_info): Likewise.
9041         * NEWS: Mention that GDB can now set breakpoints on inlined
9042         functions.
9043
9044 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9045
9046         * p-typeprint.c (pascal_type_print_method_args):
9047         Fix display of parameter of methods.
9048
9049 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9050
9051         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9052         Add missing prototype.
9053
9054 2012-03-16  Yao Qi  <yao@codesourcery.com>
9055             Jan Kratochvil  <jan.kratochvil@redhat.com>
9056
9057         Fix false compilation warning.
9058         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9059
9060 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
9061             Pedro Alves  <pedro@codesourcery.com>
9062
9063         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9064         (arm_register_g_packet_guesses): New function.
9065         (arm_gdbarch_init): Don't force a target description with
9066         registers when the executable is detected as M-profile.  Instead
9067         set gdbarch->tdep->is_m.  Register `g' packet guesses.
9068         (_initialize_arm_tdep): Initialize the new target description.
9069         * features/arm-with-m-fpa-layout.xml: New description.
9070         * features/arm-with-m-fpa-layout.c: New, generated.
9071
9072 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
9073
9074         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9075         Update function description.
9076         (insert_bp_location): Do not wipe bl->target_info out.
9077         * mem-break.c: #include "gdb_string.h".
9078         (default_memory_insert_breakpoint): Do not call target_read_memory
9079         with a pointer to the breakpoint's shadow_contents buffer.  Use
9080         a local buffer instead.
9081         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9082
9083 2012-03-15  Tom Tromey  <tromey@redhat.com>
9084
9085         * NEWS: Mention "info vtbl", not "info vtable".
9086         * cp-support.c (info_vtbl_command): Fix comment.
9087         (_initialize_cp_support): Fix text.
9088
9089 2012-03-15  Tom Tromey  <tromey@redhat.com>
9090
9091         * cp-valprint.c (cp_print_value_fields): Use
9092         print_function_pointer_address for vtable slot.
9093
9094 2012-03-15  Tom Tromey  <tromey@redhat.com>
9095
9096         * gnu-v3-abi.c (struct value_and_voffset): New.
9097         (hash_value_and_voffset, eq_value_and_voffset)
9098         (compare_value_and_voffset, compute_vtable_size)
9099         (print_one_vtable, gnuv3_print_vtable): New functions.
9100         (init_gnuv3_ops): Initialize 'print_vtable' field.
9101         * cp-support.c (info_vtbl_command): New function.
9102         (_initialize_cp_support): Add "info vtbl".
9103         * cp-abi.h (cplus_print_vtable): Declare.
9104         (struct cp_abi_ops) <print_vtable>: New field.
9105         * cp-abi.c (cplus_print_vtable): New function.
9106         * NEWS: Update.
9107
9108 2012-03-15  Tom Tromey  <tromey@redhat.com>
9109
9110         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9111         iterate_over_symbols.
9112
9113 2012-03-14  Doug Evans  <dje@google.com>
9114
9115         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9116         DW_OP_GNU_parameter_ref.
9117
9118 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9119
9120         Fix double prompt of 'interpreter-exec mi'.
9121         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9122         (mi_interpreter_resume): use it.
9123         (mi_execute_command_input_handler): New function.
9124         * mi/mi-main.c (mi_execute_command): Move prompt printing to
9125         mi_execute_command_input_handler.
9126
9127 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
9128
9129         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9130         prototype.
9131         (darwin_debug_port_info): Make static.
9132         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9133         * machoread.c (_initialize_machoread): Add prototype.
9134         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9135         (i386_darwin_set_control, i386_darwin_get_control)
9136         i386_darwin_dr_set_addr, i386_darwin_get_addr)
9137         i386_darwin_get_status, i386_darwin_get_control):
9138         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9139
9140 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9141
9142         * ax-gdb.c (gen_usual_unary): Remove special handling of
9143         enum and bool types.
9144
9145 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9146
9147         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9148
9149 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9150
9151         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9152
9153 2012-03-13  Chris January  <chris.january@allinea.com>
9154
9155         * aix-thread.c (fill_sprs): Store the floating point registers
9156         at the correct offsets into vals.
9157
9158 2012-03-13  Doug Evans  <dje@google.com>
9159
9160         * NEWS: Mention symbol-reloading has been deleted.
9161         * symfile.c (symbol_reloading): Delete.
9162         (show_symbol_reloading): Delete.
9163         (_initialize_symfile): Delete set/show symbol-reloading.
9164
9165         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9166         read_in_chain until we have successfully read it in.
9167         (load_full_comp_unit): Ditto.
9168         (read_signatured_type): Add comment.
9169
9170 2012-03-13  Chris January  <chris.january@allinea.com>
9171
9172         * stabsread.c (fix_common_block): Change type of valu argument
9173         to CORE_ADDR.
9174
9175 2012-03-13  Chris January  <chris.january@allinea.com>
9176
9177         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9178         instruction.
9179
9180 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9181
9182         * common/linux-procfs.c (linux_proc_get_int): New, from
9183         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9184         field.
9185         (linux_proc_get_tgid): Only call linux_proc_get_int.
9186         (linux_proc_get_tracerpid): New.
9187         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9188         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9189         linux_proc_pid_has_state.
9190         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9191         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9192         (linux_ptrace_attach_warnings): New.
9193         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9194         New declaration.
9195         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9196         (linux_nat_attach): New variables ex, buffer, message and message_s.
9197         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9198
9199 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9200
9201         * Makefile.in (linux-ptrace.o): New.
9202         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9203         from linux-nat.c.
9204         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9205         * common/linux-ptrace.c: New file.
9206         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9207         * config/arm/linux.mh: Likewise.
9208         * config/i386/linux.mh: Likewise.
9209         * config/i386/linux64.mh: Likewise.
9210         * config/ia64/linux.mh: Likewise.
9211         * config/m32r/linux.mh: Likewise.
9212         * config/m68k/linux.mh: Likewise.
9213         * config/mips/linux.mh: Likewise.
9214         * config/pa/linux.mh: Likewise.
9215         * config/powerpc/linux.mh: Likewise.
9216         * config/powerpc/ppc64-linux.mh: Likewise.
9217         * config/powerpc/spu-linux.mh: Likewise.
9218         * config/s390/s390.mh: Likewise.
9219         * config/sparc/linux.mh: Likewise.
9220         * config/sparc/linux64.mh: Likewise.
9221         * config/xtensa/linux.mh: Likewise.
9222         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9223         common/linux-procfs.c.
9224         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9225
9226 2012-03-13  Hui Zhu  <teawater@gmail.com>
9227             Pedro Alves  <palves@redhat.com>
9228
9229         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
9230         CREATE_BREAKPOINT_FLAGS_INSERTED.
9231         (create_breakpoint_sal, create_breakpoints_sal)
9232         (base_breakpoint_create_breakpoints_sal)
9233         (tracepoint_create_breakpoints_sal)
9234         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
9235         down.
9236         (break_command_1, handle_gnu_v3_exceptions, trace_command)
9237         (ftrace_command, strace_command): Adjust.
9238         (create_tracepoint_from_upload): Pass
9239         CREATE_BREAKPOINT_FLAGS_INSERTED.
9240         * breakpoint.h (enum breakpoint_create_flags): New.
9241         (create_breakpoint): New flags parameter.
9242         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9243         * python/py-breakpoint.c (bppy_init): Adjust.
9244         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9245         * spu-tdep.c (spu_catch_start): Adjust.
9246
9247 2012-03-13  Pedro Alves  <palves@redhat.com>
9248             Hui Zhu  <teawater@gmail.com>
9249             Yao Qi  <yao@codesourcery.com>
9250
9251         * remote.c (struct remote_state): New field `starting_up'.
9252         (remote_start_remote): Set and clear it.
9253         (remote_can_download_tracepoint): If starting up, return false.
9254
9255 2012-03-13  Yao Qi  <yao@codesourcery.com>
9256
9257         * inferior.h (struct inferior): Remove fields any_syscall_count,
9258         syscalls_counts and total_syscalls_count.  Move them to new
9259         struct catch_syscall_inferior_data in breakpoint.c.
9260         * breakpoint.c: Call DEF_VEC_I(int).
9261         (struct catch_syscall_inferior_data): New.
9262         (get_catch_syscall_inferior_data): New.
9263         (catch_syscall_inferior_data_cleanup): New.
9264         (insert_catch_syscall): Update to access data in
9265         struct catch_syscall_inferior_data.
9266         (insert_catch_syscall): Likewise.
9267         (remove_catch_syscall): Likewise.
9268         (remove_catch_syscall): Likewise.
9269         (is_syscall_catchpoint_enabled): Likewise.
9270         (add_catch_command): Likewise.
9271         (_initialize_breakpoint): Register cleanup.
9272         * breakpoint.h: Removed DEF_VEC_I(int).
9273         * dwarf2loc.c: Call DEF_VEC_I(int).
9274         * mi/mi-main.c: Likewise.
9275
9276 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
9277
9278         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9279
9280 2012-03-12  Chris January  <chris.january@allinea.com>
9281
9282         * aix-thread.c (_initialize_aix_thread): Add prototype.
9283         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9284         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9285
9286 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
9287
9288         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9289         include of "amd64-nat.h".
9290
9291 2012-03-12  Tom Tromey  <tromey@redhat.com>
9292
9293         * buildsym.c (record_pending_block): Now static.
9294         * buildsym.h: (record_pending_block): Remove.
9295
9296 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
9297
9298         * amd64bsd-nat.c: Include amd64bsd-nat.h.
9299
9300 2012-03-09  Tom Tromey  <tromey@redhat.com>
9301
9302         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9303         producer_is_gxx_lt_4_6>: New fields.
9304         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9305
9306 2012-03-09  Tom Tromey  <tromey@redhat.com>
9307
9308         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9309
9310 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9311
9312         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9313         prototype.
9314
9315 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9316
9317         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9318
9319 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9320
9321         Fix -Wmissing-prototypes build.
9322         * arm-linux-nat.c (get_thread_id): Make it static.
9323         * xtensa-linux-nat.c (get_thread_id): Likewise.
9324
9325 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9326
9327         * server.c (process_point_options): If a conditional expression
9328         is found, only print a message if remote_debug is nonzero.
9329
9330 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
9331
9332         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9333         of internal error for unknown/unsupported types.
9334
9335 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9336
9337         Fix CU relative vs. absolute DIE offsets.
9338         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9339         offset to offset_in_cu.
9340         * dwarf2read.c (process_enumeration_scope): Add CU offset to
9341         TYPE_OFFSET.
9342         (dwarf2_fetch_die_location_block): Rename parameter offset to
9343         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
9344
9345 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9346
9347         * libunwind-frame.c: Rename to ...
9348         * ia64-libunwind-tdep.c: ... here.
9349         * libunwind-frame.h: Rename to ...
9350         * ia64-libunwind-tdep.h: ... here.
9351         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9352         ia64-libunwind-tdep.h.
9353         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9354         * README (--with-libunwind): Rename to ...
9355         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9356         * config.in: Regenerate.
9357         * configure: Regenerate.
9358         * configure.ac: New option --with-libunwind-ia64, make the
9359         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
9360         Remove AC_DEFINE for HAVE_LIBUNWIND.
9361         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9362         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9363         Rename libunwind-frame in the general comment.
9364         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9365         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9366         Move forward declarations inside #ifndef.  Rename libunwind-frame in
9367         the general comment.
9368         * ia64-tdep.c: Rename libunwind-frame.h #include to
9369         ia64-libunwind-tdep.h.
9370         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9371         (ia64_libunwind_descr): Rename libunwind-frame to
9372         ia64-libunwind-tdep in these function comments.
9373         * ia64-tdep.h: Rename libunwind-frame.h #include to
9374         ia64-libunwind-tdep.h.
9375         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9376         ia64-libunwind-tdep in that data comment.
9377
9378 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9379
9380         * libunwind-frame.h (struct frame_unwind): New declaration.
9381
9382 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9383
9384         * breakpoint.c (_initialize_breakpoint): Fix error in help of
9385         "set breakpoint condition-evaluation" command.
9386
9387 2012-03-08  Tristan Gingold  <gingold@adacore.com>
9388
9389         * sparc-stub.c: Move to stubs/
9390         * sh-stub.c: Likewise.
9391         * m68k-stub.c: Likewise.
9392         * m32r-stub.c: Likewise.
9393         * i386-stub.c: Likewise.
9394
9395 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
9396
9397         * m68klinux-tdep.c (m68k_linux_init_abi): Register
9398         linux_get_siginfo_type.
9399
9400         * m68klinux-nat.c: Include "gdb_proc_service.h".
9401         (PTRACE_GET_THREAD_AREA): Define.
9402         (ps_get_thread_area): New function.
9403
9404 2012-03-08  Yao Qi  <yao@codesourcery.com>
9405
9406         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9407         `xsnprintf'.
9408         (remote_query_attached): Likewise.
9409         (remote_static_tracepoint_marker_at): Likewise.
9410         (remote_set_permissions): Likewise.
9411         (remote_detach_1, extended_remote_attach_1): Likewise.
9412         (send_g_packet, remote_vkill): Likewise.
9413         (extended_remote_disable_randomization): Likewise.
9414         (remote_add_target_side_condition): Likewise.
9415         (remote_insert_breakpoint): Likewise.
9416         (remote_remove_breakpoint): Likewise.
9417         (remote_insert_watchpoint): Likewise.
9418         (remote_remove_watchpoint): Likewise.
9419         (remote_insert_hw_breakpoint): Likewise.
9420         (remote_insert_hw_breakpoint): Likewise.
9421         (remote_remove_hw_breakpoint): Likewise.
9422         (remote_download_command_source): Likewise.
9423         (remote_download_tracepoint): Likewise.
9424         (remote_download_trace_state_variable): Likewise.
9425         (remote_disable_tracepoint): Likewise.
9426         (remote_trace_set_readonly_regions): Likewise.
9427         (remote_get_tracepoint_status): Likewise.
9428         (remote_trace_find): Likewise.
9429         (remote_get_trace_state_variable_value): Likewise.
9430         (remote_set_disconnected_tracing): Likewise.
9431         (remote_set_circular_trace_buffer): Likewise.
9432         (remote_get_min_fast_tracepoint_insn_len): Likewise.
9433         (remote_use_agent): Likewise.
9434         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9435         Update callers.
9436
9437 2012-03-07  Pedro Alves  <palves@redhat.com>
9438
9439         * NEWS: Mention QProgramSignals.
9440         * inferior.h (update_signals_program_target): Declare.
9441         * infrun.c: (update_signals_program_target): New.
9442         (handle_command): Update the target of the new program signals
9443         array changes.
9444         * remote.c (PACKET_QProgramSignals): New enum.
9445         (last_program_signals_packet): New global.
9446         (remote_program_signals): New.
9447         (remote_start_remote): Update the target with the program signals
9448         list.
9449         (remote_protocol_features): Add entry for QPassSignals.
9450         (remote_open_1): Free anc clear last_program_signals_packet.
9451         (init_remote_ops): Install remote_program_signals.
9452         * target.c (update_current_target): Adjust.
9453         (target_program_signals): New.
9454         * target.h (struct target_ops) <to_program_signals>: New field.
9455         (target_program_signals): Declare.
9456
9457 2012-03-07  Pedro Alves  <palves@redhat.com>
9458
9459         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9460         extensions.
9461
9462 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
9463
9464         * m68klinux-nat.c (getregs_supplies): Make static.
9465         (getfpregs_supplies): Likewise.
9466         (have_ptrace_getregs): Likewise.
9467
9468 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
9469
9470         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9471         in call to get_die_type_at_offset.
9472
9473 2012-03-06  Stan Shebs  <stan@codesourcery.com>
9474
9475         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9476         * mi/mi-cmd-disas.c: Ditto.
9477         * mi/mi-cmd-env.c: Ditto.
9478         * mi/mi-cmd-file.c: Ditto.
9479         * mi/mi-cmd-stack.c: Ditto.
9480         * mi/mi-cmd-target.c: Ditto.
9481         * mi/mi-cmd-var.c: Ditto.
9482         * mi/mi-cmds.c: Ditto.
9483         * mi/mi-cmds.h: Ditto.
9484         * mi/mi-console.c: Ditto.
9485         * mi/mi-getopt.c: Ditto.
9486         * mi/mi-getopt.h: Ditto.
9487         * mi/mi-interp.c: Ditto.
9488         * mi/mi-main.c: Ditto.
9489         * mi/mi-out.c: Ditto.
9490         * mi/mi-parse.c: Ditto.
9491         * mi/mi-parse.h: Ditto.
9492         * mi/mi-symbol-cmds.c: Ditto.
9493
9494         * mi/mi-getopt.h: Move mi_opt struct up.
9495         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9496         return.
9497         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9498
9499 2012-03-06  Tom Tromey  <tromey@redhat.com>
9500
9501         * proc-service.c (ps_pglobal_lookup): Set the current program
9502         space.
9503
9504 2012-03-06  Pedro Alves  <palves@redhat.com>
9505
9506         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9507
9508 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
9509
9510         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9511
9512 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9513
9514         Code cleanup.
9515         * common/linux-osdata.c (linux_common_core_of_thread): New function
9516         comment.
9517         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9518         call by linux_common_core_of_thread.
9519         (linux_nat_core_of_thread_1): Remove.
9520         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9521         * linux-thread-db.c: Include linux-osdata.h.
9522         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9523         linux_common_core_of_thread.
9524
9525 2012-03-05  Tom Tromey  <tromey@redhat.com>
9526
9527         * value.c (value_primitive_field): Don't fetch contents for
9528         non-virtual bases.
9529
9530 2012-03-05  Tom Tromey  <tromey@redhat.com>
9531
9532         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9533
9534 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9535
9536         * s390-nat.c: Include "gregset.h".
9537
9538 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9539
9540         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9541         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9542         (libunwind_load): New variable so_error, use it for dlerror.  Try to
9543         load also LIBUNWIND_SO_7.
9544
9545 2012-03-05  Pedro Alves  <palves@redhat.com>
9546
9547         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9548         is not NULL, and remove resulting dead code.
9549
9550 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
9551
9552         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9553         prologue to sh_analyze_prologue.
9554         (sh_analyze_prologue): Make better use of such an upper limit, and
9555         generally be more cautious about accessing memory.
9556
9557 2012-03-05  Tom Tromey  <tromey@redhat.com>
9558
9559         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9560         _initialize_ia64_hpux_tdep.
9561
9562 2012-03-05  Pedro Alves  <palves@redhat.com>
9563
9564         PR gdb/13766
9565
9566         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9567         the register state is clear, supply explicit zero, instead of
9568         marking the register unavailable.
9569
9570 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9571
9572         * NEWS: Mention OpenVMS ia64 new target.
9573
9574 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9575
9576         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9577         (ia64_unw_accessors, ia64_unw_rse_accessors)
9578         (ia64_libunwind_descr): Declare.
9579         * ia64-vms-tdep.c: New file.
9580         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9581         (ia64_libunwind_descr): Make them public.
9582         * configure.tgt: Add ia64-*-*vms*.
9583         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9584         (ALLDEPFILES): Add ia64-vms-tdep.c
9585
9586 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9587
9588         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9589         * remote.c (PACKET_qXfer_uib): New enum value.
9590         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9591         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9592         (_initialize_remote): Call add_packet_config_cmd for
9593         xfer:uib packet.
9594
9595 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9596
9597         * osabi.c (gdb_osabi_names): Add OpenVMS.
9598         (generic_elf_osabi_sniffer): Likewise.
9599         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9600
9601 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9602
9603         Removed unused code.
9604         * libunwind-frame.c (libunwind_frame_unwind)
9605         (libunwind_frame_base_address): Remove.
9606         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9607
9608 2012-03-04  Yao Qi  <yao@codesourcery.com>
9609
9610         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9611         remove trailing new line.
9612         (agent_run_command, agent_run_command): Add _ markup.
9613         (agent_capability_check): Likewise.
9614
9615 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9616
9617         * breakpoint.c (set_condition_evaluation_mode): Set
9618         CONDITION_EVALUATION_MODE unconditionally.
9619
9620 2012-03-03  Yao Qi  <yao@codesourcery.com>
9621
9622         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9623         * common/agent.h: Update declaration.
9624         * inf-child.c (inf_child_use_agent): New.
9625         (inf_child_can_use_agent): New.
9626         (inf_child_target): Initialize fields `to_use_agent'
9627         and `to_can_use_agent'.
9628         * agent.c (agent_new_objfile): New.
9629         (_initialize_agent): Add agent_new_objfile to new_objfile
9630         observer.
9631
9632         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9633         New.
9634         (linux_target_install_ops): Initialize field
9635         `to_static_tracepoint_markers_by_strid'.
9636         * remote.c (free_current_marker): Move it to ...
9637         * tracepoint.c (free_current_marker): ... here.  New.
9638         (cleanup_target_stop): New.
9639         * tracepoint.h: Declare free_current_marker.
9640         * NEWS: Add one entry about `info static-tracepoint-marker'.
9641
9642 2012-03-03  Yao Qi  <yao@codesourcery.com>
9643
9644         * common/agent.c (agent_loaded_p): New.
9645         (agent_look_up_symbols): New global.
9646         * common/agent.h: Declare agent_loaded_p.
9647
9648 2012-03-03  Yao Qi  <yao@codesourcery.com>
9649
9650         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9651         (agent_capability_check, agent_capability_invalidate): New.
9652         (symbol_list): New array element.
9653         * common/agent.h (enum agent_capa): New.
9654         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9655
9656 2012-03-03  Yao Qi  <yao@codesourcery.com>
9657
9658         * target.h (struct target_ops) <to_use_agent>: New field.
9659         (struct target_ops) <to_can_use_agent>: New field.
9660         (target_use_agent, target_can_use_agent): New macro.
9661         * target.c (update_current_target): Update.
9662         * remote.c: New enum `PACKET_QAgent'.
9663         (remote_protocol_features): Add a new element.
9664         (remote_use_agent, remote_can_use_agent): New.
9665         (init_remote_ops): Initialize field `can_use_agent' with
9666         remote_can_use_agent.  Intiailize field `use_agent' with
9667         remote_use_agent.
9668         * common/agent.c (use_agent): New global.
9669         * common/agent.h: Declare it.
9670         * tracepoint.c (info_static_tracepoint_markers_command): Add
9671         comment.
9672         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9673         (COMMON_OBS): Add common/agent.o and agent.o
9674         (common-agent.o): New rule.
9675         * agent.c: New.
9676
9677 2012-03-03  Yao Qi  <yao@codesourcery.com>
9678
9679         * common/agent.c: New.
9680         * common/agent.h: New.
9681         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9682         AC_CHECK_HEADERS.
9683         * configure, configh.in: Regenerated.
9684
9685 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9686
9687         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9688         unless it exists for this architecture.
9689
9690 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9691
9692         * language.h (struct language_defn): New "method" la_read_var_value.
9693         * findvar.c: #include "language.h".
9694         (default_read_var_value): Renames read_var_value.  Rewrite
9695         function description.
9696         (read_var_value): New function.
9697         * value.h (default_read_var_value): Add prototype.
9698         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9699         New functions.
9700         (ada_language_defn): Add entry for la_read_var_value.
9701         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9702         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9703         language_defn structures to add entry for new la_read_var_value
9704         field.
9705
9706 2012-03-02  Tom Tromey  <tromey@redhat.com>
9707             Pedro Alves  <palves@redhat.com>
9708
9709         PR breakpoints/13776:
9710         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9711         breakpoints.
9712         (delete_longjmp_breakpoint_at_next_stop): New.
9713         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9714         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9715         before deleting the inferior.  Add comments.
9716         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9717         breakpoints immediately, but only on next stop.  Move that code
9718         next to where we mark other breakpoints for deletion.
9719
9720 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9721
9722         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9723         marker.
9724         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9725         violation.
9726
9727 2012-03-02  Pedro Alves  <palves@redhat.com>
9728
9729         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9730
9731 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9732
9733         Fix -Wmissing-prototypes build.
9734         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9735         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9736         (gdbsim_has_memory): Likewise.
9737
9738 2012-03-02  Yao Qi  <yao@codesourcery.com>
9739
9740         Fix -Wmissing-prototypes build.
9741         * charset.c (phony_iconv_open): Make static.
9742         (phony_iconv_close, phony_iconv): Likewise.
9743         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9744         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9745         prototype.
9746         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9747         * ser-mingw.c (create_select_thread): Make static.
9748         * windows-termcap.c (tgetent): New prototype.
9749         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9750
9751 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9752
9753         Fix -Wmissing-prototypes build.
9754         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9755         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9756         (_initialize_loadable): New prototypes.
9757
9758 2012-03-02  Doug Evans  <dje@google.com>
9759
9760         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9761         abbrev table, read_comp_unit will do it.
9762
9763 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9764
9765         Fix -Wmissing-prototypes build.
9766         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9767         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9768         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9769         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9770         (_initialize_arm_symbian_tdep): New prototype.
9771         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9772         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9773         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9774         static.
9775         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9776         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9777         prototype.
9778         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9779         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9780         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9781         static.
9782         * moxie-tdep.c (moxie_process_record): Likewise.
9783         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9784         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9785         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9786         (_initialize_rl78_tdep): New prototype.
9787         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9788         (_initialize_rx_tdep): New prototype.
9789         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9790         (_initialize_darwin_solib): New prototype.
9791         * solib-spu.c: Include solib-spu.h.
9792         (_initialize_spu_solib): New prototype.
9793         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9794         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9795         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9796         (tic6x_software_single_step): Make it static.
9797         (_initialize_tic6x_tdep): New prototype.
9798
9799 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9800
9801         Fix -Wmissing-prototypes build.
9802         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9803         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9804
9805 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9806
9807         Fix -Wmissing-prototypes build.
9808         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9809         (frv_have_stopped_data_address): Remove.
9810
9811 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9812
9813         Fix -Wmissing-prototypes build.
9814         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9815         * sh-tdep.c: Include sh64-tdep.h.
9816         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9817         * sh64-tdep.c: Include sh64-tdep.h.
9818         * sh64-tdep.h: New file.
9819
9820 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9821
9822         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9823
9824 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9825
9826         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9827         sp_regnum once the gdbarch_init_osabi hook has been called.
9828
9829 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9830
9831         * mips-tdep.c (mips32_bc1_pc): New function.
9832         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9833         BPOSGE32 and BPOSGE64 instructions.
9834         (deal_with_atomic_sequence): Likewise.
9835         (mips32_instruction_has_delay_slot): Likewise.
9836
9837 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9838             Chris Dearman  <chris@mips.com>
9839             Maciej W. Rozycki  <macro@codesourcery.com>
9840             Joseph Myers  <joseph@codesourcery.com>
9841
9842         * features/mips-dsp.xml: New file.
9843         * features/mips64-dsp.xml: New file.
9844         * features/mips-dsp-linux.xml: New file.
9845         * features/mips64-dsp-linux.xml: New file.
9846         * features/Makefile (WHICH): Add mips-dsp-linux and
9847         mips64-dsp-linux.
9848         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9849         * features/mips-dsp-linux.c: New file.
9850         * features/mips64-dsp-linux.c: New file.
9851         * regformats/mips-dsp-linux.dat: New file.
9852         * regformats/mips64-dsp-linux.dat: New file.
9853         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9854         registers.
9855         (mips64_linux_register_addr): Likewise.
9856         (mips64_linux_regsets_fetch_registers): Likewise.
9857         (mips64_linux_regsets_store_registers): Likewise.
9858         (mips64_linux_fetch_registers): Update call to
9859         mips64_linux_regsets_fetch_registers.
9860         (mips64_linux_store_registers): Update call to
9861         mips64_linux_regsets_store_registers.
9862         (mips_linux_read_description): Probe for DSP registers.
9863         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9864         and initialize_tdesc_mips64_dsp_linux.
9865         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9866         Remove padding of no longer used embedded register slots.
9867         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9868         (MIPS_RESTART_REGNUM): Redefine enum value.
9869         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9870         strings.
9871         (mips_tx39_reg_names): Likewise.
9872         (mips_linux_reg_names): New array of register names for Linux
9873         targets.
9874         (mips_register_name): Check for a null pointer in
9875         mips_processor_reg_names and return an empty string.
9876         (mips_register_type): Exclude embedded registers for the IRIX
9877         and Linux ABIs.
9878         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9879         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9880         DSP registers.
9881         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9882         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9883         (mips_gdbarch_init): Likewise.  Initialize internal register
9884         indices for the Linux ABI.  Use dynamic numbers to refer to
9885         registers, as applicable, while parsing the target description.
9886         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
9887
9888 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
9889
9890         * frame.h (read_frame_register_unsigned): Fix typo in function
9891         description.
9892
9893 2012-03-01  Pedro Alves  <palves@redhat.com>
9894
9895         * jit-reader.in [!__cplusplus]
9896         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
9897
9898 2012-03-01  Pedro Alves  <palves@redhat.com>
9899
9900         * configure.ac (build_warnings): Add -Wmissing-prototypes.
9901         * configure: Regenerate.
9902
9903 2012-03-01  Pedro Alves  <palves@redhat.com>
9904
9905         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
9906         * breakpoint.c (create_exception_master_breakpoint, trace_command)
9907         (ftrace_command, strace_command): Make static.
9908         * d-lang.c (_initialize_d_language): Declare.
9909         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
9910         * dwarf2loc.c (_initialize_dwarf2loc):
9911         * dwarf2read.c (process_psymtab_comp_unit): Make static.
9912         * exec.c (exec_get_section_table): Make static.
9913         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
9914         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
9915         * inferior.c (remove_inferior_command, add_inferior_command)
9916         (clone_inferior_command): Make static.
9917         * linux-nat.c (linux_nat_thread_address_space)
9918         (linux_nat_core_of_thread): Make static.
9919         * linux-tdep.c (_initialize_linux_tdep): Declare.
9920         * objc-lang.c (_initialize_objc_lang): Declare.
9921         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
9922         Make static.
9923         (_initialize_opencl_language): Declare.
9924         * record.c (_initialize_record): Declare.
9925         * remote.c (demand_private_info, remote_get_tib_address)
9926         (remote_supports_cond_tracepoints)
9927         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
9928         Make static.
9929         * skip.c (_initialize_step_skip): Declare.
9930         * symtab.c (skip_prologue_using_lineinfo): Make static.
9931         * tracepoint.c (delete_trace_state_variable)
9932         (trace_variable_command, delete_trace_variable_command)
9933         (get_uploaded_tsv, find_matching_tracepoint_location)
9934         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
9935         Make static.
9936         * value.c (pack_unsigned_long): Make static.
9937         * varobj.c (varobj_ensure_python_env): Make static.
9938         * windows-tdep.c (_initialize_windows_tdep): Declare.
9939         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
9940
9941 2012-03-01  Pedro Alves  <palves@redhat.com>
9942
9943         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
9944         gdbarch parameter.
9945         (linux_init_abi): Install it as has_shared_address_space gdbarch
9946         callback.
9947
9948 2012-03-01  Pedro Alves  <palves@redhat.com>
9949
9950         * observer.c (observer_test_first_notification_function)
9951         (observer_test_second_notification_function)
9952         (observer_test_third_notification_function): Add declarations.
9953
9954 2012-03-01  Pedro Alves  <palves@redhat.com>
9955
9956         * common/signals.c (default_target_signal_to_host)
9957         (default_target_signal_from_host): Move ...
9958         * arch-utils.c: ... here.
9959         * arch-utils.h (default_target_signal_to_host)
9960         (default_target_signal_from_host): Declare.
9961
9962         * common/signals.c (target_signal_from_command): Move ...
9963         * infrun.c: ... here.
9964         * inferior.h (target_signal_from_command): Declare.
9965         * target.h (target_signal_from_command)
9966         (default_target_signal_from_host, default_target_signal_to_host):
9967         Delete declarations.
9968
9969         * common/signals.c (_initialize_signals): Delete.
9970
9971 2012-03-01  Pedro Alves  <palves@redhat.com>
9972
9973         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
9974         both __cplusplus and !__cplusplus.
9975
9976 2012-03-01  Pedro Alves  <palves@redhat.com>
9977
9978         * psymtab.c (find_and_open_source): Delete declaration.
9979         * source.c (find_and_open_source): Move comment ...
9980         * source.h (find_and_open_source): ... to this new declaration.
9981
9982 2012-03-01  Pedro Alves  <palves@redhat.com>
9983
9984         * inline-frame.c: Include inline-frame.h.
9985
9986 2012-03-01  Pedro Alves  <palves@redhat.com>
9987
9988         * tui/tui-data.c (set_gen_win_origin): Delete.
9989         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
9990         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
9991
9992 2012-03-01  Pedro Alves  <palves@redhat.com>
9993
9994         * remote.c (encode_actions): Delete declaration.
9995         * tracepoint.c (encode_actions): Make extern.
9996         * tracepoint.h (encode_actions): Declare.
9997
9998 2012-03-01  Pedro Alves  <palves@redhat.com>
9999
10000         * python/py-breakpoint.c: Include python.h.
10001         * python/py-continueevent.c (create_continue_event_object): Make
10002         static.
10003         * python/py-lazy-string.c (stpy_get_type): Make static.
10004         * python/py-newobjfileevent.c (create_new_objfile_event_object):
10005         Make static.
10006         * python/py-utils.c (unicode_to_target_python_string): Make
10007         static.
10008         * python/py-value.c: Include python.h.
10009
10010 2012-03-01  Pedro Alves  <palves@redhat.com>
10011
10012         * inferior.c (delete_threads_of_inferior): Delete.
10013
10014 2012-03-01  Pedro Alves  <palves@redhat.com>
10015
10016         Import fallback definitions from glibc.
10017
10018         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10019         ps_prochandle): Forward declare.
10020         (ps_err_e): Use glibc's comments.
10021         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10022         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10023         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10024         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10025         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10026         (struct ps_prochandle): Adjust comment.
10027
10028 2012-03-01  Pedro Alves  <palves@redhat.com>
10029
10030         * ada-lang.c (ada_modulus_from_name): Delete.
10031         * ada-lex.l (lexer_init): Make static.
10032
10033 2012-03-01  Pedro Alves  <palves@redhat.com>
10034
10035         PR gdb/13767
10036
10037         * frame.c (read_frame_register_unsigned): New.
10038         * frame.h (read_frame_register_unsigned): Declare.
10039         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10040         Handle it.
10041         (print_i387_control_word): New parameter `control_p'.  Handle it.
10042         (i387_print_float_info): Handle unavailable float registers.
10043
10044 2012-03-01  Keith Seitz  <keiths@redhat.com>
10045
10046         * linespec.c (decode_line_2): Sort the list of methods
10047         alphabetically before presenting the user with a selection
10048         menu.
10049
10050 2012-03-01  Doug Evans  <dje@google.com>
10051
10052         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10053         has_namespace_info.
10054         (dwarf2_read_abbrevs): Remove corresponding initialization.
10055
10056 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
10057
10058         * NEWS: Mention new python command class gdb.COMMAND_USER.
10059         * cli/cli-cmds.c (show_user): Print error when used on a python
10060         command.
10061         (init_cli_cmds): Update documentation strings for "show user" and
10062         "set/show max-user-call-depth" to clarify that it does not apply to
10063         python commands.
10064         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10065         error check.
10066         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10067         gdb python api.
10068         * top.c (execute_command): Only execute a user-defined command as a
10069         legacy macro if c->user_commands is set.
10070
10071 2012-03-01  Tom Tromey  <tromey@redhat.com>
10072
10073         * valprint.h (struct generic_val_print_decorations): New.
10074         (generic_val_print): Declare.
10075         * valprint.c (generic_val_print): New function.
10076         * p-valprint.c (p_decorations): New global.
10077         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10078         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10079         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10080         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10081         * m2-valprint.c (m2_decorations): New global.
10082         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10083         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10084         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10085         TYPE_CODE_ERROR>: Call generic_val_print.
10086         * f-valprint.c (f_decorations): New global.
10087         (f_val_print): Use print_function_pointer_address.
10088         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10089         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10090         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10091         generic_val_print.
10092         * c-valprint.c (c_decorations): New global.
10093         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10094         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10095         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10096         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10097         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10098         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10099         case.
10100
10101 2012-03-01  Tom Tromey  <tromey@redhat.com>
10102
10103         * valprint.c (val_print): Update.
10104         * p-valprint (pascal_val_print): Return void.
10105         * p-lang.h (pascal_val_print): Return void.
10106         * m2-valprint.c (m2_val_print): Return void.
10107         * m2-lang.h (m2_val_print): Return void.
10108         * language.h (struct language_defn) <la_val_print>: Return void.
10109         * language.c (unk_lang_val_print): Return void.
10110         * jv-valprint.c (java_val_print): Return void.
10111         * jv-lang.h (java_val_print): Return void.
10112         * f-valprint.c (f_val_print): Return void.
10113         * f-lang.h (f_val_print): Return void.
10114         * d-valprint.c (d_val_print): Return void.
10115         (dynamic_array_type): Update.
10116         * d-lang.h (d_val_print): Return void.
10117         * c-valprint.c (c_val_print): Return void.
10118         * c-lang.h (c_val_print): Return void.
10119         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10120         void.
10121         * ada-lang.h (ada_val_print): Return void.
10122
10123 2012-03-01  Tom Tromey  <tromey@redhat.com>
10124
10125         * value.h (val_print): Return void.
10126         * valprint.c (val_print): Return void.
10127
10128 2012-03-01  Tom Tromey  <tromey@redhat.com>
10129
10130         * value.h (common_val_print): Return void.
10131         * valprint.c (common_val_print): Return void.
10132
10133 2012-03-01  Tom Tromey  <tromey@redhat.com>
10134
10135         * value.h (value_print): Return void.
10136         * valprint.c (value_print): Return void.
10137         * p-valprint.c (pascal_value_print): Return void.
10138         * p-lang.h (pascal_value_print): Return void.
10139         * language.h (struct language_defn) <la_value_print>: Return
10140         void.
10141         * language.c (unk_lang_value_print): Return void.
10142         * jv-valprint.c (java_value_print): Return void.
10143         * jv-lang.h (java_value_print): Return void.
10144         * f-valprint.c (c_value_print): Don't declare.
10145         Include c-lang.h.
10146         * c-valprint.c (c_value_print): Return void.
10147         * c-lang.h (c_value_print): Return void.
10148         * ada-valprint.c (ada_value_print): Return void.
10149         * ada-lang.h (ada_value_print): Return void.
10150
10151 2012-03-01  Tom Tromey  <tromey@redhat.com>
10152
10153         * value.c (value_primitive_field): Handle virtual base classes.
10154
10155 2012-03-01  Tom Tromey  <tromey@redhat.com>
10156
10157         * gdbtypes.h (struct vbase): Remove.
10158
10159 2012-03-01  Tom Tromey  <tromey@redhat.com>
10160
10161         * c-valprint.c (print_function_pointer_address): Move...
10162         * valprint.c: ... here.  Make non-static.
10163         * m2-valprint.c (print_function_pointer_address): Remove.
10164         * valprint.h (print_function_pointer_address): Declare.
10165
10166 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10167
10168         * NEWS: Document the fact that one can provide a condition when
10169         creating an Ada exception catchpoint.
10170
10171 2012-03-01  Tom Tromey  <tromey@redhat.com>
10172
10173         * valprint.c (val_print_type_code_flags): Fix placement of
10174         trailing brace.
10175
10176 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10177
10178         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10179         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10180         environment variable before calling update-copyright.
10181
10182 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10183
10184         * gnulib/extra/update-copyright: Update to the latest from
10185         gnulib's git repository.
10186         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10187         variable to 2 instead of 1.
10188
10189 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10190
10191         * varobj.c (c_value_of_variable): Remove dead code.
10192
10193 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10194
10195         * ada-lex.p (processId): Do not modify already encoded IDs.
10196         Update function documentation.
10197
10198 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10199
10200         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10201         "name" with "struct symbol *name_sym".
10202         * ada-exp.y (write_var_or_type): Update call to
10203         ada_find_renaming_symbol.
10204         "name" with "struct symbol *name_sym". Adjust Implementation
10205         accordingly.  Adjust the function documentation.
10206
10207 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10208
10209         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10210         * ada-lang.c (ada_find_any_type): Add advance declaration.
10211         Make static.  Replace ada_find_any_symbol by
10212         ada_find_any_type_symbol.
10213         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10214         Improve function description.  Make static.
10215         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10216         Replace ada_find_any_symbol by ada_find_any_type_symbol.
10217
10218 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10219
10220         * ada-lang.c (struct tag_args): Delete.
10221         (ada_get_tsd_type): Function body moved up in source file.
10222         (ada_tag_name_1, ada_tag_name_2): Delete.
10223         (ada_get_tsd_from_tag): New function.
10224         (ada_tag_name_from_tsd): New function.
10225         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10226         to determine the tag name.
10227
10228 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10229
10230         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10231         declaration.
10232         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10233         function.
10234
10235 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10236
10237         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10238
10239 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10240
10241         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10242         full searches.
10243
10244 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10245
10246         * ada-lang.c (constrained_packed_array_type): If there is a
10247         parallel XA type, use it to determine the array index type.
10248
10249 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10250
10251         * ada-valprint.c (ada_val_print_1): If our value is a reference
10252         to an array descriptor, dereference it before converting it
10253         to a simple array.
10254
10255 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10256
10257         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10258         creating fixed value.
10259         (ada_value_ind, ada_coerce_ref, assign_component)
10260         (ada_evaluate_subexp): Remove call to unwrap_value before
10261         call to ada_to_fixed_value.
10262
10263 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10264
10265         * ada-lang.c (to_fixed_array_type): Set result's type name.
10266
10267 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10268
10269         * ada-lang.c (catch_ada_exception_command_split): Add new
10270         argument cond_string.  Add support for condition at end of
10271         "catch exception" commands.
10272         (ada_decode_exception_location): Add new argument cond_string.
10273         Update call to catch_ada_exception_command_split.
10274         (create_ada_exception_catchpoint): Add new argument cond_string.
10275         Set the breakpoint condition if needed.
10276         (catch_ada_exception_command): Update call to
10277         ada_decode_exception_location.
10278         (ada_decode_assert_location): Add function documentation.
10279         Add support for condition at end of "catch assert" command.
10280         (catch_assert_command): Update calls to ada_decode_assert_location
10281         and create_ada_exception_catchpoint.
10282
10283 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10284
10285         Fix disp-step-syscall.exp: fork: single step over fork.
10286         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10287         (i386_linux_get_syscall_number_from_regcache): ... here, new function
10288         comment, change parameters gdbarch and ptid to regcache.  Remove
10289         parameter regcache, initialize gdbarch from regcache here.
10290         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10291         New functions.
10292         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10293         instead.
10294         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10295         'syscall'.  Make the 'int' check more strict.
10296
10297 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10298
10299         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10300         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10301         (i386_linux_intx80_sysenter_syscall_record): ... here.
10302         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10303         Use the renamed function name.
10304
10305 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10306
10307         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10308         * breakpoint.c (until_break_command): Likewise.
10309         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10310         * infcall.c (call_function_by_hand): Likewise.
10311         * infcmd.c (finish_forward): Likewise.
10312         * infrun.c (insert_exception_resume_breakpoint): Likewise.
10313
10314 2012-02-28  Tristan Gingold  <gingold@adacore.com>
10315
10316         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10317         avoid variable assignments inside condition.
10318
10319 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10320
10321         Fix static analysis issue found by cppcheck.
10322         * microblaze-tdep.c (microblaze_extract_return_value): Fix
10323         uninitialized BUF for size 2.
10324
10325 2012-02-27  Chris Dearman  <chris@mips.com>
10326             Nathan Froyd  <froydnj@codesourcery.com>
10327             Maciej W. Rozycki  <macro@codesourcery.com>
10328
10329         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10330         (mips16_instruction_has_delay_slot): Likewise.
10331         (mips_segment_boundary): Likewise.
10332         (mips_adjust_breakpoint_address): Likewise.
10333         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10334
10335 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
10336             Maciej W. Rozycki  <macro@codesourcery.com>
10337
10338         * infrun.c (handle_inferior_event): Don't proceed through
10339         shared library trampolines if stepping at the machine
10340         instruction level.
10341
10342 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
10343
10344         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10345         too.
10346
10347 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
10348
10349         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10350         (sh_stub_unwind_sniffer): New functions.
10351         (sh_stub_unwind): New variable.
10352         (sh_gdbarch_init): Wire everything.
10353
10354 2012-02-27  Pedro Alves  <palves@redhat.com>
10355
10356         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10357         (linux_nat_post_attach_wait): Adjust to use
10358         linux_proc_pid_is_stopped.
10359         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10360         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10361         based on pid_is_stopped from both linux-nat.c and
10362         gdbserver/linux-low.c, and renamed.
10363
10364 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10365
10366         * remote.c (remote_watchpoint_addr_within_range): New function.
10367         (init_remote_ops): Use it.
10368
10369 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10370
10371         * target.h (target_watchpoint_addr_within_range): Document macro.
10372
10373 2012-02-24  Pedro Alves  <palves@redhat.com>
10374
10375         * stack.c (set_last_displayed_sal): Issue internal_error instead
10376         of warning, and issue it after clearing the last displayed sal.
10377
10378 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10379             Pedro Alves  <palves@redhat.com>
10380
10381         * breakpoint.c (until_break_command): Install breakpoints after
10382         all frame manipulations.
10383
10384 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10385
10386         * remote.c (remote_supports_cond_breakpoints): New forward
10387         declaration.
10388         (remote_add_target_side_condition): New function.
10389         (remote_insert_breakpoint): Add target-side breakpoint
10390         conditional if supported.
10391         (remote_insert_hw_breakpoint): Likewise.
10392         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10393         hook.
10394
10395         * target.c (update_current_target): Inherit
10396         to_supports_evaluation_of_breakpoint_conditions.
10397         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10398
10399         * target.h (struct target_ops)
10400         <to_supports_evaluation_of_breakpoint_conditions>: New field.
10401         (target_supports_evaluation_of_breakpoint_conditions): New #define.
10402
10403         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10404         (condition_evaluation_both, condition_evaluation_auto,
10405         condition_evaluation_host, condition_evaluation_target,
10406         condition_evaluation_enums, condition_evaluation_mode_1,
10407         condition_evaluation_mode): New static globals.
10408         (translate_condition_evaluation_mode): New function.
10409         (breakpoint_condition_evaluation_mode): New function.
10410         (gdb_evaluates_breakpoint_condition_p): New function.
10411         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10412         (mark_breakpoint_modified): New function.
10413         (mark_breakpoint_location_modified): New function.
10414         (set_condition_evaluation_mode): New function.
10415         (show_condition_evaluation_mode): New function.
10416         (bp_location_compare_addrs): New function.
10417         (get_first_location_gte_addr): New helper function.
10418         (set_breakpoint_condition): Free condition bytecode if locations
10419         has become unconditional.  Call mark_breakpoint_modified (...).
10420         (condition_command): Call update_global_location_list (1) for
10421         breakpoints.
10422         (breakpoint_xfer_memory): Use is_breakpoint (...).
10423         (is_breakpoint): New function.
10424         (parse_cond_to_aexpr): New function.
10425         (build_target_condition_list): New function.
10426         (insert_bp_location): Handle target-side conditional
10427         breakpoints and call build_target_condition_list (...).
10428         (update_inserted_breakpoint_locations): New function.
10429         (insert_breakpoint_locations): Handle target-side conditional
10430         breakpoints.
10431         (bpstat_check_breakpoint_conditions): Add comment.
10432         (bp_condition_evaluator): New function.
10433         (bp_location_condition_evaluator): New function.
10434         (print_breakpoint_location): Print information on where the condition
10435         will be evaluated.
10436         (print_one_breakpoint_location): Likewise.
10437         (init_bp_location): Call mark_breakpoint_location_modified (...) for
10438         breakpoint location.
10439         (force_breakpoint_reinsertion): New functions.
10440         (update_global_location_list): Handle target-side breakpoint
10441         conditions.
10442         Reinsert locations that are already inserted if conditions have
10443         changed.
10444         (bp_location_dtor): Free agent expression bytecode.
10445         (disable_breakpoint): Call mark_breakpoint_modified (...).
10446         Call update_global_location_list (...) with parameter 1 for breakpoints.
10447         (disable_command): Call mark_breakpoint_location_modified (...).
10448         Call update_global_location_list (...) with parameter 1 for breakpoints.
10449         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10450         (enable_command): mark_breakpoint_location_modified (...).
10451         (_initialize_breakpoint): Update documentation and add
10452         condition-evaluation breakpoint subcommand.
10453
10454         * breakpoint.h: Include ax.h.
10455         (condition_list): New data structure.
10456         (condition_status): New enum.
10457         (bp_target_info) <cond_list>: New field.
10458         (bp_location) <condition_changed, cond_bytecode>: New fields.
10459         (is_breakpoint): New prototype.
10460
10461 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10462
10463         * remote.c (remote_state) <cond_breakpoints>: New field.
10464         (PACKET_ConditionalBreakpoints): New enum.
10465         (remote_cond_breakpoint_feature): New function.
10466         (remote_protocol_features): Add new ConditionalBreakpoints entry.
10467         (remote_supports_cond_breakpoints): New function.
10468         (_initialize_remote): Add new packet configuration for
10469         target-side conditional breakpoints.
10470
10471 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10472
10473         * NEWS: Mention target-side conditional breakpoint support,
10474         new condition-evaluation breakpoint subcommand and remote
10475         packet extensions.
10476
10477 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10478
10479         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10480         number.
10481
10482 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
10483
10484         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10485         (after_prologue): Remove.
10486
10487 2012-02-23  Tom Tromey  <tromey@redhat.com>
10488
10489         * jv-valprint.c (java_val_print): Remove dead code.
10490
10491 2012-02-23  Tristan Gingold  <gingold@adacore.com>
10492
10493         * ada-tasks.c (struct ada_tasks_inferior_data): Add
10494         known_tasks_element and known_tasks_length fields.
10495         (read_known_tasks_array): Change argument type.  Use pointer type
10496         and number of elements from DATA.  Adjust.
10497         (read_known_tasks_list): Likewise.
10498         (get_known_tasks_addr): Remove.
10499         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10500         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
10501         type and array length.  Merge former get_known_tasks_addr code.
10502
10503 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10504
10505         PR backtrace/13716
10506         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10507         it after set_momentary_breakpoint.
10508
10509 2012-02-22  Sterling Augustine  <saugustine@google.com>
10510
10511         PR 13689:
10512         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10513
10514 2012-02-22  Gary Benson  <gbenson@redhat.com>
10515
10516         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10517         (find_slot_in_mapped_hash): Likewise.
10518
10519 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10520
10521         PR build/13638
10522         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10523         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10524         * configure: Regenerate.
10525
10526 2012-02-21  Tristan Gingold  <gingold@adacore.com>
10527             Pedro Alves  <palves@redhat.com>
10528
10529         * ia64-tdep.c: Do not include libunwind-ia64.h.
10530         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10531         Include libunwind-ia64.h instead of libunwind.h.
10532         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10533         for libunwind.h existence.
10534         * configure, config.in: Regenerate.
10535
10536 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10537
10538         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10539         instead of value_rtti_target_type.
10540         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10541         instead of value_rtti_target_type.
10542         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10543         value_rtti_target_type.
10544         * valops.c (value_ind): Extract function readjust_indirect_value_type.
10545         (value_rtti_target_type): Rename to ...
10546         (value_rtti_indirect_type): ... here and make it indirect.  Update
10547         function comment.
10548         * value.c (readjust_indirect_value_type): New function.
10549         (coerce_ref): Support for enclosing type setting for references
10550         with readjust_indirect_value_type.
10551         * value.h (readjust_value_type): New declaration.
10552         (value_rtti_target_type): Rename to ...
10553         (value_rtti_indirect_type): ... here.
10554
10555 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10556
10557         * MAINTAINERS (Write After Approval): Add myself to the list.
10558
10559 2012-02-20  Doug Evans  <dje@google.com>
10560
10561         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10562         Rename objfile_p_char parameter to objfilep.
10563         (build_objfile_section_table): Result is now void.  All callers
10564         updated.
10565         * objfiles.h (struct objfile): Tweak comments, whitespace.
10566         (build_objfile_section_table): Update.
10567
10568         * elfread.c (elf_symfile_segments): Fix warning text.
10569
10570 2012-02-20  Tom Tromey  <tromey@redhat.com>
10571
10572         PR gdb/13498:
10573         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10574         particular set of file names once.
10575         (dw2_map_symbol_filenames): Likewise.
10576
10577 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10578
10579         Code cleanup.
10580         * main.c (write_files): Remove the declaration.
10581         (external_editor_command): Move the declaration ...
10582         [GDBTK] (external_editor_command): ... here.  Fix the comment.
10583
10584 2012-02-20  Tom Tromey  <tromey@redhat.com>
10585
10586         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10587         extraneous block.
10588
10589 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10590
10591         * darwin-nat.h (enum darwin_msg_state): Add comments.
10592
10593 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10594
10595         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10596         value.
10597
10598 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
10599
10600         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10601         between function description and implementation.
10602
10603 2012-02-17  Tom Tromey  <tromey@redhat.com>
10604
10605         PR python/12070:
10606         * python/py-event.c (event_object_getset): New global.
10607         (event_object_type): Reference it.
10608         * python/py-type.c (field_object_getset): New global.
10609         (field_object_type): Reference it.
10610         * python/python-internal.h (gdb_py_generic_dict): Declare.
10611         * python/py-utils.c (gdb_py_generic_dict): New function.
10612
10613 2012-02-17  Tristan Gingold  <gingold@adacore.com>
10614
10615         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10616
10617 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
10618
10619         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10620         TYPE_CALLING_CONVENTION annotation.
10621
10622 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
10623
10624         * MAINTAINERS: Add rx to target ISA section.
10625         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10626         (ALLDEPFILES): Add rx-tdep.c.
10627
10628 2012-02-16  Tom Tromey  <tromey@redhat.com>
10629
10630         * symfile.c (symbol_file_add_main_1): Use inferior's
10631         symfile_flags.
10632         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10633         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10634         inferior.
10635         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10636         inferior.
10637         (follow_exec): Use inferior's symfile_flags.
10638         * inferior.h (struct inferior) <symfile_flags>: New field.
10639
10640 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
10641
10642         PR gdb/9734:
10643         * remote-sim.c (gdbsim_create_inferior): Call error() when
10644         sim_create_inferior() fails.
10645
10646 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
10647
10648         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10649
10650 2012-02-16  Tom Tromey  <tromey@redhat.com>
10651
10652         PR c++/13653:
10653         * thread.c (struct current_thread_cleanup) <was_removable>: New
10654         field.
10655         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10656         (make_cleanup_restore_current_thread): Initialize new field.
10657
10658 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
10659
10660         * MAINTAINERS: Add rl78 to target ISA section.
10661         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10662         (ALLDEPFILES): Add rl78-tdep.c.
10663         * NEWS: Mention rl78 as a new target.
10664
10665 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10666
10667         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10668         data.
10669         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10670
10671 2012-02-15  Tom Tromey  <tromey@redhat.com>
10672
10673         PR gdb/12659:
10674         * infcmd.c (registers_info): Print just the current register's
10675         name.
10676
10677 2012-02-15  Tom Tromey  <tromey@redhat.com>
10678
10679         * python/py-symbol.c (sympy_value): Use _().
10680
10681 2012-02-15  Pedro Alves  <palves@redhat.com>
10682
10683         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10684         output to be like native targets'.
10685         (remote_pid_to_str): Special case the null ptid.
10686
10687 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10688
10689         * NEWS: Mention enable count command.
10690         * breakpoint.h (struct breakpoint): New field enable_count.
10691         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10692         (enable_breakpoint): Add arg to call.
10693         (struct disp_data): New struct.
10694         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10695         (do_map_enable_once_breakpoint): Create a struct and pass it.
10696         (do_map_enable_delete_breakpoint): Ditto.
10697         (do_map_enable_count_breakpoint): New function.
10698         (enable_count_command): New function.
10699         (bpstat_stop_status): Decrement enable_count.
10700         (print_one_breakpoint_location): Report enable count.
10701         (_initialize_breakpoint): Add enable count command.
10702
10703 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10704
10705         * rl78-tdep.c (reggroups.h): Include.
10706         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10707         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10708         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10709         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10710         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10711         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10712         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10713         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10714         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10715         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10716         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10717         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10718         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10719         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10720         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10721         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10722         beginning of register list.
10723         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10724         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10725         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10726         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10727         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10728         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10729         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10730         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10731         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10732         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10733         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10734         the pseudo registers.  Rearrange other pseudo registers too so
10735         that the bank registers appear at the end.
10736         (rl78_register_type): Account for the fact that the byte sized
10737         bank registers are now pseudo-registers.
10738         (rl78_register_name): Rearrange the register name array.  Make
10739         initial set of raw banked registers inaccessible.
10740         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10741         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10742         case for copying bytes back and forth between raw and pseudo
10743         versions of the banked registers.  Update other cases to reflect
10744         the changed names.
10745         (rl78_return_value): Update to account for changed names of
10746         raw registers.
10747         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10748         rl78_register_sim_regno().
10749
10750 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10751
10752         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10753         the name parameter being passed to find_pc_partial_function().
10754
10755 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10756
10757         * MAINTAINERS: Step down from being ia64 target maintainer.
10758
10759 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10760
10761         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10762         compilation warning.
10763
10764 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10765
10766         Fix crash on loaded shlibs without loaded exec_bfd.
10767         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10768         (set_section_command): Replace exec_bfd by p->bfd.
10769
10770 2012-02-10  Tom Tromey  <tromey@redhat.com>
10771
10772         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10773         when we have a C++ qualified name.
10774
10775 2012-02-10  Pedro Alves  <palves@redhat.com>
10776
10777         * inferior.c (inferior_pid_to_str): New.
10778         (print_inferior, inferior_command): Use it.
10779
10780 2012-02-10  Pedro Alves  <palves@redhat.com>
10781
10782         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10783         the test CFLAGS.
10784         * configure: Regenerate.
10785
10786 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10787
10788         * linespec.c (decode_line_internal): Fix comment correctness.
10789
10790 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10791
10792         PR gdb/12953
10793         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10794         * amd64bsd-nat.c: Add support for debug registers (adapted from
10795         i386bsd-nat.c).
10796         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10797         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10798         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10799         (amd64bsd_dr_get_control): New functions.
10800         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10801         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10802         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10803         watchpoints initialization.
10804         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10805
10806 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10807
10808         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10809         flds_bnds.fields.
10810         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10811
10812 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10813
10814         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10815
10816 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10817
10818         * language.h (symbol_name_cmp_ftype): Renames
10819         symbol_name_match_p_ftype.
10820         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10821         la_get_symbol_name_match_p.
10822         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10823         ada_get_symbol_name_match_p.  Update comment.
10824         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10825         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10826         Renames symbol_name_match_p.  Update field type.
10827         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10828         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10829         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10830         "la_get_symbol_name_cmp" in comments.
10831         * language.c: Likewise.
10832
10833 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10834
10835         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10836         %eflags offset.
10837         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10838         (amd64_sol2_gregset32_reg_offs): Likewise.
10839
10840 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10841
10842         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10843         of the returned BFD is allocated by GDB.
10844
10845 2012-02-07  Tom Tromey  <tromey@redhat.com>
10846
10847         PR python/12027:
10848         * python/python-internal.h (frame_object_type): Declare.
10849         * python/py-symbol.c (sympy_needs_frame): New function.
10850         (sympy_value): New function.
10851         (symbol_object_getset): Add "needs_frame".
10852         (symbol_object_methods): Add "value".
10853         * python/py-frame.c (frame_object_type): No longer static.
10854
10855 2012-02-07  Tom Tromey  <tromey@redhat.com>
10856
10857         PR python/13599:
10858         * python/py-symbol.c (sympy_line): New function.
10859         (symbol_object_getset): Add "line".
10860
10861 2012-02-07  Tom Tromey  <tromey@redhat.com>
10862
10863         * charset.c (find_charset_names): Check 'in' against NULL.
10864
10865 2012-02-06  Doug Evans  <dje@google.com>
10866
10867         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10868         and fields.name members from char * to const char *.  All uses updated.
10869         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10870         from char * to const char *.  All uses updated.
10871         (type_name_no_tag): Update.
10872         (lookup_unsigned_typename, lookup_signed_typename): Update.
10873         * gdbtypes.c (type_name_no_tag): Change result type
10874         from char * to const char *.  All callers updated.
10875         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10876         name parameter from char * to const char *.
10877         * symtab.h (struct cplus_specific): Change type of demangled_name
10878         member from char * to const char *.  All uses updated.
10879         (struct general_symbol_info): Change type of name and
10880         mangled_lang.demangled_name members from char * to const char *.
10881         All uses updated.
10882         (symbol_get_demangled_name, symbol_natural_name): Update.
10883         (symbol_demangled_name, symbol_search_name): Update.
10884         * symtab.c (symbol_get_demangled_name): Change result type
10885         from char * to const char *.  All callers updated.
10886         (symbol_natural_name, symbol_demangled_name): Ditto.
10887         (symbol_search_name): Ditto.
10888         (completion_list_add_name): Change type of symname,sym_text,
10889         text,word parameters from char * to const char *.
10890         (completion_list_objc_symbol): Change type of sym_text,
10891         text,word parameters from char * to const char *.
10892         * ada-lang.c (find_struct_field): Change type of name parameter
10893         from char * to const char *.
10894         (encoded_ordered_before): Similarly for N0,N1 parameters.
10895         (old_renaming_is_invisible): Similarly for function_name parameter.
10896         (ada_type_name): Change result type from char * to const char *.
10897         All callers updated.
10898         * ada-lang.h (ada_type_name): Update.
10899         * buildsym.c (hashname): Change type of name parameter
10900         from char * to const char *.
10901         * buildsym.h (hashname): Update.
10902         * dbxread.c (end_psymtab): Change type of include_list parameter
10903         from char ** to const char **.
10904         * dwarf2read.c (determine_prefix): Change result type
10905         from char * to const char *.  All callers updated.
10906         * f-lang.c (find_common_for_function): Change type of name, funcname
10907         parameters from char * to const char *.
10908         * f-lang.c (find_common_for_function): Update.
10909         * f-valprint.c (list_all_visible_commons): Change type of funcname
10910         parameters from char * to const char *.
10911         * gdbarch.sh (static_transform_name): Change type of name parameter
10912         and result from char * to const char *.
10913         * gdbarch.c: Regenerate.
10914         * gdbarch.h: Regenerate.
10915         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
10916         of name parameter from char * to const char *.
10917         * jv-lang.c (java_primitive_type_from_name): Ditto.
10918         (java_demangled_signature_length): Similarly for signature parameter.
10919         (java_demangled_signature_copy): Ditto.
10920         (java_demangle_type_signature): Ditto.
10921         * jv-lang.h (java_primitive_type_from_name): Update.
10922         (java_demangle_type_signature): Update.
10923         * objc-lang.c (specialcmp): Change type of a,b parameters
10924         from char * to const char *.
10925         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
10926         from char * to const char *.  All callers updated.
10927         * p-lang.h (is_pascal_string_type): Update.
10928         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
10929         of name parameter from char * to const char *.
10930         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
10931         * utils.c (fprintf_symbol_filtered): Ditto.
10932         * defs.h (fprintf_symbol_filtered): Update.
10933         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
10934         * stabsread.h (end_psymtab): Update.
10935         * stack.c (find_frame_funname): Change type of funname parameter
10936         from char ** to const char **.
10937         * stack.h (find_frame_funname): Update.
10938         * typeprint.c (type_print): Change type of varstring parameter
10939         from char * to const char *.
10940         * value.h (type_print): Update.
10941         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
10942         from char * to const char *.  All callers updated.
10943         (xcoff_end_psymtab): Change type of include_list parameter
10944         from char ** to const char **.  All callers updated.
10945         (swap_sym): Similarly for name parameter.  All callers updated.
10946         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
10947         Use xstrdup.
10948         (process_coff_symbol): Use xstrdup.
10949         * stabsread.c (stabs_method_name_from_physname): Renamed from
10950         update_method_name_from_physname.  Change result type from void
10951         to char *.  All callers updated.
10952         (read_member_functions): In has_destructor case, store name in objfile
10953         obstack instead of malloc space.  In !has_stub case, fix mem leak.
10954
10955 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
10956
10957         * configure: Rebuild.
10958         * configure.ac: Put -L../bfd and -L../libiberty at the front of
10959         LDFLAGS.
10960
10961 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
10962
10963         * configure.tgt (rl78-*-elf): New target.
10964         * rl78-tdep.c: New file.
10965
10966 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
10967
10968         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
10969         and continue the loop.  Add QUIT statement.
10970
10971 2012-02-03  Tom Tromey  <tromey@redhat.com>
10972
10973         PR gdb/13596:
10974         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
10975         bfd_lookup_symbol_from_symtab.
10976         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
10977         gdb_bfd_lookup_symbol_from_symtab.
10978
10979 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
10980
10981         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
10982         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
10983         symbol.  Add assertion that sym2 is never NULL.
10984
10985 2012-02-02  Doug Evans  <dje@google.com>
10986
10987         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
10988         "name" parameter to const char ** from char **.  All callers updated.
10989         (find_pc_partial_function): Ditto.
10990         (cache_pc_function_name): Change type to const char * from char *.
10991         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
10992         (find_pc_partial_function): Update.
10993         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
10994         type of "name" parameter to const char * from char *.
10995         All uses updated.
10996         * arch-utils.c (generic_in_solib_return_trampoline): Change
10997         type of "name" parameter to const char * from char *.
10998         * arch-utils.h (generic_in_solib_return_trampoline): Update.
10999         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11000         type of "name" parameter to const char * from char *.
11001         * gdbarch.sh (in_solib_return_trampoline): Ditto.
11002         * gdbarch.c: Regenerate.
11003         * gdbarch.h: Regenerate.
11004         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11005         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11006         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11007         type of "name" parameter to const char * from char *.
11008         * skip.c (skip_function_pc): Ditto.
11009         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11010         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11011         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11012         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11013         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11014         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11015         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11016         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11017         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11018
11019 2012-02-02  Pedro Alves  <palves@redhat.com>
11020
11021         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11022         the current inferior has no execution.  Make sure the current
11023         remote process matches gdb's current inferior.
11024
11025 2012-02-02  Tom Tromey  <tromey@redhat.com>
11026
11027         PR gdb/13405:
11028         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11029         read-only memory.
11030
11031 2012-02-02  Tom Tromey  <tromey@redhat.com>
11032
11033         PR gdb/9307:
11034         * symtab.c (lookup_language_this): Set block_found.
11035
11036 2012-02-01  Tom Tromey  <tromey@redhat.com>
11037
11038         PR gdb/13431:
11039         * jit.c (struct jit_inferior_data): Rewrite.
11040         (struct jit_objfile_data): New.
11041         (get_jit_objfile_data): New function.
11042         (add_objfile_entry): Update.
11043         (jit_read_descriptor): Return int.  Replace descriptor_addr
11044         argument with inf_data.  Update.  Don't call error.
11045         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
11046         descriptor here.
11047         (jit_inferior_init): Don't look up descriptor.  Don't call error.
11048         (jit_reset_inferior_data_and_breakpoints)
11049         (jit_inferior_created_observer): Remove.
11050         (jit_inferior_exit_hook): Update.
11051         (jit_executable_changed_observer): Remove.
11052         (jit_event_handler): Update.
11053         (free_objfile_data): Reset inferior data if needed.
11054         (_initialize_jit): Update.
11055
11056 2012-02-01  Tom Tromey  <tromey@redhat.com>
11057
11058         * jit.c (bfd_open_from_target_memory): Move higher in file.
11059
11060 2012-02-01  Tristan Gingold  <gingold@adacore.com>
11061
11062         * libunwind-frame.c (libunwind_load): Display message if dlopen
11063         failed.
11064
11065 2012-02-01  Gary Benson  <gbenson@redhat.com>
11066
11067         * symtab.h (symbol_found_callback_ftype): New typedef.
11068         (iterate_over_symbols): Use the above.
11069         * symtab.c (iterate_over_symbols): Likewise.
11070         * language.h (language_defn->la_iterate_over_symbols): Likewise.
11071         * ada-lang.c (ada_iterate_over_symbols): Likewise.
11072         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11073         (iterate_name_matcher): Document return values.
11074         (collect_one_symbol): Likewise.
11075         (collect_function_symbols): Likewise.
11076         (collect_symbols): Likewise.
11077
11078 2012-02-01  Tom Tromey  <tromey@redhat.com>
11079
11080         * ada-lang.c (resolve_subexp): Update.
11081         (ada_lookup_symbol_list): Add 'full_search' argument.
11082         (ada_iterate_over_symbols): Pass 0 as full_search argument to
11083         ada_lookup_symbol_list.
11084         (ada_lookup_encoded_symbol): Update.
11085         (get_var_value): Update.
11086         * ada-exp.y (block_lookup): Update.
11087         (write_var_or_type): Update.
11088         (write_name_assoc): Update.
11089         * ada-lang.h (ada_lookup_symbol_list): Update.
11090
11091 2012-01-31  Tom Tromey  <tromey@redhat.com>
11092
11093         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11094         comment.
11095
11096 2012-01-31  Doug Evans  <dje@google.com>
11097
11098         * symtab.h: Remove outdated comment.
11099         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11100
11101 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
11102
11103         Fix build error in Darwin port.
11104         * i386-darwin-nat.c: Include i386-nat.h.
11105
11106 2012-01-30  Tom Tromey  <tromey@redhat.com>
11107
11108         PR breakpoints/13568:
11109         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11110         argument.  Check for recursive includes.
11111         (dwarf_decode_macros): Create an include hash.
11112
11113 2012-01-30  Michael Eager  <eager@eagercon.com>
11114
11115         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11116         * ppc-linux-tdep.c: Include glibc-tdep.h.
11117         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11118         (powerpc_linux_in_plt_stub): New function.
11119         (powerpc_linux_in_dynsym_resolve_code): New function.
11120         (ppc_skip_trampoline_code): New function.
11121         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11122         Use glibc_skip_solib_resolver.
11123
11124 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11125
11126         Code cleanup: Make 1440 bytes of data segment read-only.
11127         * arch-utils.c (endian_enum): Make it const char *const [].
11128         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11129         Likewise.
11130         * breakpoint.c (always_inserted_enums): Likewise.
11131         * cli/cli-cmds.c (script_ext_enums): Likewise.
11132         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11133         enumlist parameter const char *const *.
11134         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11135         const char *const *.
11136         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11137         parameter const char *const *.
11138         * cris-tdep.c (cris_modes): Make it const char *const [].
11139         * filesystem.c (target_file_system_kinds): Likewise.
11140         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11141         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11142         (can_use_displaced_stepping_enum, scheduler_enums)
11143         (exec_direction_names): Likewise.
11144         * language.c (_initialize_language): Make the type_or_range_names and
11145         case_sensitive_names variables const char *const [].
11146         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11147         * python/python.c (python_excp_enums): Likewise.
11148         * remote.c (interrupt_sequence_modes): Likewise.
11149         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11150         * serial.c (logbase_enums): Likewise.
11151         * sh-tdep.c (sh_cc_enum): Likewise.
11152         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11153         Likewise.
11154         * symtab.c (multiple_symbols_modes): Likewise.
11155         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11156         Likewise.
11157         * utils.c (internal_problem_modes): Likewise.
11158
11159 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
11160
11161         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11162         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11163         result.
11164
11165 2012-01-27  Doug Evans  <dje@google.com>
11166
11167         * configure.ac (with_python): Fix absolute path handling for win32.
11168         * configure: Regenerate.
11169
11170 2012-01-26  Doug Evans  <dje@google.com>
11171
11172         * symtab.c: Whitespace cleanup, no code changes.
11173
11174         * symtab.c (lookup_symbol_in_language): Improve comment.
11175         (lookup_symbol_aux): Fix comment.
11176
11177         * psymtab.c (add_psymbol_to_list): Result is now "void".
11178         * psympriv.h (add_psymbol_to_list): Update.
11179
11180         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11181
11182 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11183
11184         Do not open script filenames twice.
11185         * cli/cli-cmds.c (source_script_from_stream): Pass to
11186         source_python_script also STREAM.
11187         * python/py-auto-load.c (source_section_scripts): Pass to
11188         source_python_script_for_objfile also STREAM.
11189         (auto_load_objfile_script): Pass to source_python_script_for_objfile
11190         also INPUT.
11191         * python/python-internal.h (source_python_script_for_objfile): New
11192         parameter file, rename parameter file to filename.
11193         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11194         instead if !_WIN32.  Update the function comment.
11195         (source_python_script, source_python_script_for_objfile)
11196         (source_python_script): New parameter file, rename parameter file to
11197         filename.  Pass FILENAME to python_run_simple_file.
11198         * python/python.h (source_python_script): New parameter file, rename
11199         parameter file to filename.
11200
11201 2012-01-26  Pedro Alves  <palves@redhat.com>
11202
11203         * corelow.c (core_has_fake_pid): Delete.
11204         (core_close): Delete references to `core_has_fake_pid'.
11205         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11206         (core_open): Delete references to `core_has_fake_pid'.
11207         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11208         the removed global.
11209
11210 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11211
11212         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11213         Remove language parameter from name_matcher.  Adjust the comment.
11214         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11215         Remove language parameter.
11216         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11217         * linespec.c (iterate_name_matcher): Likewise.
11218         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11219         name_matcher.  Adjust call accordingly.
11220         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11221         (maintenance_check_symtabs): Adjust type of parameter "fun".
11222         * psymtab.h (maintenance_check_symtabs): Likewise.
11223
11224 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11225
11226         * language.h (symbol_name_match_p_ftype): New typedef.
11227         (struct language_defn): Replace field la_symbol_name_compare
11228         by la_get_symbol_name_match_p.
11229         * ada-lang.c (ada_get_symbol_name_match_p): New function.
11230         (ada_language_defn): Use it.
11231         * linespec.c (struct symbol_matcher_data): New type.
11232         (iterate_name_matcher): Rewrite.
11233         (iterate_over_all_matching_symtabs): Pass a pointer to
11234         a symbol_matcher_data struct to expand_symtabs_matching
11235         instead of just the lookup name.
11236         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11237         opencl-lang.c, p-lang.c, language.c: Delete field
11238         la_symbol_name_compare, and replace by NULL for new field
11239         la_get_symbol_name_match_p.
11240         * symfile.h (struct quick_symbol_functions): Update comment.
11241
11242 2012-01-25  Tom Tromey  <tromey@redhat.com>
11243
11244         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11245         dereferencing.
11246
11247 2012-01-24  Tom Tromey  <tromey@redhat.com>
11248
11249         PR symtab/12406:
11250         * solib.c (update_solib_list): Update the program space's
11251         added_solibs and deleted_solibs fields.
11252         * progspace.h (struct program_space) <added_solibs,
11253         deleted_solibs>: New fields.
11254         (clear_program_space_solib_cache): Declare.
11255         * progspace.c (release_program_space): Call
11256         clear_program_space_solib_cache.
11257         (clear_program_space_solib_cache): New function.
11258         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11259         bpstat_stop_status.  Use handle_solib_event.
11260         * breakpoint.c: Include gdb_regex.h.
11261         (print_solib_event): New function.
11262         (bpstat_print): Use print_solib_event.
11263         (bpstat_stop_status): Add special case for bp_shlib_event.
11264         (handle_solib_event): New function.
11265         (bpstat_what): Use handle_solib_event.
11266         (struct solib_catchpoint): New.
11267         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11268         (breakpoint_hit_catch_solib, check_status_catch_solib)
11269         (print_it_catch_solib, print_one_catch_solib)
11270         (print_mention_catch_solib, print_recreate_catch_solib): New
11271         functions.
11272         (catch_solib_breakpoint_ops): New global.
11273         (catch_load_or_unload, catch_load_command_1)
11274         (catch_unload_command_1): New functions.
11275         (internal_bkpt_check_status): Add special case for
11276         bp_shlib_event.
11277         (internal_bkpt_print_it): Use print_solib_event.
11278         (initialize_breakpoint_ops): Initialize
11279         catch_solib_breakpoint_ops.
11280         (_initialize_breakpoint): Register "catch load" and "catch
11281         unload".
11282         * breakpoint.h (handle_solib_event): Declare.
11283         * NEWS: Add entry for "catch load" and "catch unload".
11284
11285 2012-01-24  Tom Tromey  <tromey@redhat.com>
11286
11287         * ada-lang.c: Include gdb_vecs.h.
11288         * charset.c: Include gdb_vecs.h.
11289         * tracepoint.h: Include gdb_vecs.h.
11290         * gdb_vecs.h: New file.
11291
11292 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
11293
11294         * breakpoint.c (breakpoint_hit_catch_fork)
11295         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11296         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11297         * infrun.c (inferior_has_forked, inferior_has_vforked)
11298         (inferior_has_execd, inferior_has_called_syscall): Delete.
11299         (handle_syscall_event): Get syscall_number from the execution
11300         control state's wait status.
11301         (wait_for_inferior): Don't clear syscall_number.
11302
11303 2012-01-24  Pedro Alves  <palves@redhat.com>
11304
11305         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11306         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11307         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11308         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11309         `ws' parameter.
11310         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
11311         false for events other than TARGET_SIGNAL_TRAP.
11312         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11313         Add `ws' parameter.
11314         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
11315         events other than TARGET_SIGNAL_TRAP.
11316         (tracepoint_breakpoint_hit): Add `ws' parameter.
11317         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11318         parameter.
11319         (bpstat_stop_status): Same.
11320         (pc_at_non_inline_function): Same.
11321         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11322         to pass the current event's waitstatus to bpstat_stop_status
11323         and pc_at_non_inline_function.
11324
11325 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11326
11327         Code cleanup.
11328         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11329         Update the function comment for it.
11330         (source_script_with_search): Call make_cleanup_fclose for STREAM.
11331         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11332         for STREAM.
11333
11334 2012-01-24  Pedro Alves  <palves@redhat.com>
11335
11336         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11337         outside `bs->stop' block.
11338         (bpstat_what): Rework bp_shlib_event handling.
11339         (internal_bkpt_check_status): If the breakpoint is a
11340         bp_shlib_event, then set bs->stop and bs->print if
11341         stop_on_solib_events is set.
11342
11343 2012-01-24  Gary Benson  <gbenson@redhat.com>
11344
11345         Delete #if 0'd out code.
11346         * stack.c (print_frame_label_vars): Remove.
11347         (catch_info): Likewise.
11348         (_initialize_stack): Remove "info catch" command.
11349         * NEWS: Mention the above.
11350
11351 2012-01-24  Pedro Alves  <palves@redhat.com>
11352
11353         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
11354         it.
11355         (remote_notice_new_inferior): If the remote end doesn't support
11356         the multiprocess extensions, then the PID is fake.
11357         (add_current_inferior_and_thread): New.
11358         (remote_start_remote): Use it.
11359         (extended_remote_attach_1): Adjust.
11360         (extended_remote_create_inferior_1): Use
11361         add_current_inferior_and_thread.
11362
11363 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11364
11365         Fix watchpoints to be specific for each inferior.
11366         * breakpoint.c (watchpoint_in_thread_scope): Verify also
11367         current_program_space.
11368         * i386-nat.c (i386_inferior_data_cleanup): New.
11369         (i386_inferior_data_get): Replace variable inf_data_local by an
11370         inferior_data call.
11371         (i386_use_watchpoints): Initialize i386_inferior_data.
11372         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11373         specific iterate_over_lwps.
11374
11375 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11376
11377         Fix watchpoints across inferior fork.
11378         * amd64-linux-nat.c (update_debug_registers_callback): Update the
11379         comment for linux_nat_iterate_watchpoint_lwps.
11380         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11381         linux_nat_iterate_watchpoint_lwps.
11382         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11383         * i386-linux-nat.c (update_debug_registers_callback): Update the
11384         comment for linux_nat_iterate_watchpoint_lwps.
11385         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11386         linux_nat_iterate_watchpoint_lwps.
11387         (i386_linux_prepare_to_resume): New comment on Linux kernel.
11388         * i386-nat.c: Include inferior.h.
11389         (dr_mirror): Remove.
11390         (i386_inferior_data, struct i386_inferior_data)
11391         (i386_inferior_data_get): New.
11392         (i386_debug_reg_state): Use i386_inferior_data_get.
11393         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11394         (i386_insert_watchpoint, i386_remove_watchpoint)
11395         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11396         (i386_remove_hw_breakpoint): New variable state, use
11397         i386_debug_reg_state instead of DR_MIRROR.
11398         * linux-nat.c (delete_lwp): New declaration.
11399         (num_lwps): Move here from downwards.
11400         (delete_lwp_cleanup): New.
11401         (linux_child_follow_fork): Create new child_lp, call
11402         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11403         PTRACE_DETACH.
11404         (num_lwps): Move upwards.
11405         (linux_nat_iterate_watchpoint_lwps): New.
11406         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11407         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11408
11409 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
11410
11411         GDB 7.4 released.
11412
11413 2012-01-23  Pedro Alves  <palves@redhat.com>
11414
11415         * top.c (caution): Rename to ...
11416         (confirm): ... this.
11417         (show_caution): Rename to ...
11418         (show_confirm): ... this.
11419         (quit_cover): Adjust.
11420         (init_main): Adjust.
11421         * top.h (caution): Rename to ...
11422         (confirm): ... this.
11423         * utils.c (internal_vproblem, defaulted_query): Adjust.
11424
11425 2012-01-23  Pedro Alves  <palves@redhat.com>
11426
11427         * top.c (caution): Update comment.
11428         (execute_command): Don't consider the current value of `caution'.
11429
11430 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11431
11432         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11433
11434 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
11435
11436         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11437         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11438         * target.c (target_fileio_pwrite): Remove buffer address from
11439         debug output.
11440         (target_fileio_pread): Likewise.
11441
11442 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11443
11444         * NEWS: Document remote "info proc" and "generate-core-file".
11445
11446 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11447
11448         * gdbarch.sh (find_memory_regions): New callback.
11449         * gdbarch.c, gdbarch.h: Regenerate.
11450
11451         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11452         callback before falling back to target method.
11453
11454         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11455         (linux_target_install_ops): No longer install it.
11456
11457         * linux-tdep.c (linux_find_memory_regions): New function.
11458         (linux_init_abi): Install it.
11459
11460 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11461
11462         * gdbarch.sh (make_corefile_notes): New architecture callback.
11463         * gdbarch.c: Regenerate.
11464         * gdbarch.h: Likewise.
11465
11466         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11467         before target_make_corefile_notes.  If NULL is returned, the
11468         target does not support core file generation.
11469
11470         * linux-nat.c: Include "linux-tdep.h".
11471         (find_signalled_thread, find_stop_signal): Remove.
11472         (linux_nat_do_thread_registers): Likewise.
11473         (struct linux_nat_corefile_thread_data): Likewise.
11474         (linux_nat_corefile_thread_callback): Likewise.
11475         (iterate_over_spus): Likewise.
11476         (struct linux_spu_corefile_data): Likewise.
11477         (linux_spu_corefile_callback): Likewise.
11478         (linux_spu_make_corefile_notes): Likewise.
11479         (linux_nat_collect_thread_registers): New function.
11480         (linux_nat_make_corefile_notes): Replace contents by call to
11481         linux_make_corefile_notes passing linux_nat_collect_thread_registers
11482         as native-only callback.
11483
11484         * linux-tdep.h: Include "bfd.h".
11485         (struct regcache): Add forward declaration.
11486         (linux_collect_thread_registers_ftype): New typedef.
11487         (linux_make_corefile_notes): Add prototype.
11488         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11489         "regset.h", and "elf-bfd.h".
11490         (find_signalled_thread, find_stop_signal): New functions.
11491         (linux_spu_make_corefile_notes): Likewise.
11492         (linux_collect_thread_registers): Likewise.
11493         (struct linux_corefile_thread_data): New data structure.
11494         (linux_corefile_thread_callback): New funcion.
11495         (linux_make_corefile_notes): Likewise.
11496         (linux_make_corefile_notes_1): Likewise.
11497         (linux_init_abi): Install it.
11498
11499 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11500
11501         * gdbarch.sh (info_proc): New callback.
11502         * gdbarch.c, gdbarch.h: Regenerate.
11503
11504         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11505         before falling back to the target info_proc callback.
11506
11507         * linux-nat.c: Do not include "cli/cli-utils.h".
11508         (linux_nat_info_proc): Remove.
11509         (linux_target_install_ops): No longer install it.
11510
11511         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11512         (read_mapping): New function.
11513         (linux_info_proc): Likewise.
11514         (linux_init_abi): Install it.
11515
11516 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11517
11518         * defs.h (enum info_proc_what): Moved here from linux-nat.c
11519         * infcmd.c: (info_proc_cmd_1): New function.
11520         (info_proc_cmd): New function, moved here from equivalent routine
11521         orignally in linux-nat.c.
11522         (info_proc_cmd_mappings): Likewise.
11523         (info_proc_cmd_stat): Likewise.
11524         (info_proc_cmd_status): Likewise.
11525         (info_proc_cmd_cwd): Likewise.
11526         (info_proc_cmd_cmdline): Likewise.
11527         (info_proc_cmd_exe): Likewise.
11528         (info_proc_cmd_all): Likewise.
11529         (_initialize_infcmd): Install "info proc" command and subcommands.
11530
11531         * target.h (struct target_ops): Add to_info_proc.
11532         (target_info_proc): Add prototype.
11533         * target.c (target_info_proc): New function.
11534
11535         * procfs.c (procfs_info_proc): Add prototype.
11536         (info_proc_cmd): Rename into ...
11537         (procfs_info_proc): ... this.  Update argument types as appropriate
11538         for a to_info_proc implementation.  Handle "what" argument.
11539         (procfs_target): Install procfs_info_proc.
11540         (_initialize_procfs): No longer install "info proc" command.
11541
11542         * linux-nat.c: (enum info_proc_what): Remove.
11543         (linux_nat_info_proc_cmd_1): Rename into ...
11544         (linux_nat_info_proc): ... this.  Update argument types as appropriate
11545         for a to_info_proc implementation.
11546         (linux_nat_info_proc_cmd): Remove.
11547         (linux_nat_info_proc_cmd_mappings): Likewise.
11548         (linux_nat_info_proc_cmd_stat): Likewise.
11549         (linux_nat_info_proc_cmd_status): Likewise.
11550         (linux_nat_info_proc_cmd_cwd): Likewise.
11551         (linux_nat_info_proc_cmd_cmdline): Likewise.
11552         (linux_nat_info_proc_cmd_exe): Likewise.
11553         (linux_nat_info_proc_cmd_all): Likewise.
11554         (linux_target_install_ops): Install linux_nat_info_proc.
11555         (_initialize_linux_nat): No longer install "info proc" command
11556         and subcommands.
11557
11558 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11559
11560         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11561         * config.in, configure: Regenerate.
11562
11563         * target.h (struct target_ops): Add to_fileio_readlink.
11564         (target_fileio_readlink): Add prototype.
11565         * target.c (target_fileio_readlink): New function.
11566
11567         * inf-child.c: Conditionally include <sys/param.h>.
11568         (inf_child_fileio_readlink): New function.
11569         (inf_child_target): Install it.
11570
11571         * remote.c (PACKET_vFile_readlink): New enum value.
11572         (remote_hostio_readlink): New function.
11573         (init_remote_ops): Install it.
11574         (_initialize_remote): Handle vFile:readlink packet type.
11575
11576 2012-01-20  Pedro Alves  <palves@redhat.com>
11577             Ulrich Weigand  <ulrich.weigand@linaro.org>
11578
11579         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11580         * config.in, configure: Regenerate.
11581
11582         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11583         to_fileio_pread, to_fileio_close, to_fileio_unlink.
11584         (target_fileio_open): Add prototype.
11585         (target_fileio_pwrite): Likewise.
11586         (target_fileio_pread): Likewise.
11587         (target_fileio_close): Likewise.
11588         (target_fileio_unlink): Likewise.
11589         (target_fileio_read_alloc): Likewise.
11590         (target_fileio_read_stralloc): Likewise.
11591
11592         * target.c: Include "gdb/fileio.h".
11593         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11594         (default_fileio_target): New function.
11595         (target_fileio_open): Likewise.
11596         (target_fileio_pwrite): Likewise.
11597         (target_fileio_pread): Likewise.
11598         (target_fileio_close): Likewise.
11599         (target_fileio_unlink): Likewise.
11600         (target_fileio_close_cleanup): Likewise.
11601         (target_fileio_read_alloc_1): Likewise.
11602         (target_fileio_read_alloc): Likewise.
11603         (target_fileio_read_stralloc): Likewise.
11604
11605         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11606         <fcntl.h>, and <unistd.h>.
11607         (inf_child_fileio_open_flags_to_host): New function.
11608         (inf_child_errno_to_fileio_error): Likewise.
11609         (inf_child_fileio_open): Likewise.
11610         (inf_child_fileio_pwrite): Likewise.
11611         (inf_child_fileio_pread): Likewise.
11612         (inf_child_fileio_close): Likewise.
11613         (inf_child_fileio_unlink): Likewise.
11614         (inf_child_target): Install to_fileio routines.
11615
11616         * remote.c (init_remote_ops): Install to_fileio routines.
11617
11618 2012-01-20  Pedro Alves  <palves@redhat.com>
11619             Ulrich Weigand  <ulrich.weigand@linaro.org>
11620
11621         * remote.c (remote_multi_process_p): Only check for multi-process
11622         protocol feature, do not check for extended protocol.
11623         (remote_supports_multi_process): Check for extended protocol here.
11624         (set_general_process): Likewise.
11625         (extended_remote_kill): Likewise.
11626         (remote_pid_to_str): Likewise.
11627         (remote_query_supported): Always query multiprocess mode.
11628
11629 2012-01-20  Pedro Alves  <palves@redhat.com>
11630             Ulrich Weigand  <ulrich.weigand@linaro.org>
11631
11632         * inferior.h (struct inferior): Add fake_pid_p.
11633         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11634         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11635         magic_null_ptid since the remote side doesn't provide a real PID.
11636
11637 2012-01-19  Tom Tromey  <tromey@redhat.com>
11638
11639         * NEWS: Combine the two Python sections.
11640
11641 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
11642
11643         * target.h (target_close): Update comment on the target's unpush state.
11644
11645 2012-01-19  Pedro Alves  <palves@redhat.com>
11646
11647         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11648         linux_nat_async directly instead of going through the target
11649         vector.
11650         * target.c (unpush_target): Close target after unpushing it, not
11651         before.
11652
11653 2012-01-19  Gary Benson  <gbenson@redhat.com>
11654
11655         * mdebugread.c (sort_blocks): Replace integer constants with ones
11656         derived from FIRST_LOCAL_BLOCK.
11657
11658 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
11659             Jan Kratochvil  <jan.kratochvil@redhat.com>
11660
11661         PR gdb/9538
11662         * symfile.c (find_separate_debug_file): New function.
11663         (terminate_after_last_dir_separator): Likewise.
11664         (find_separate_debug_file_by_debuglink): Also try realpath.
11665         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11666         * configure: Regenerate.
11667         * config.in: Regenerate.
11668
11669 2012-01-18  Doug Evans  <dje@google.com>
11670
11671         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11672         (main.o): Remove rule.
11673         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11674         (--with-sysroot): Rewrite.
11675         * configure: Regenerate.
11676         * config.in: Regenerate.
11677
11678 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11679
11680         * parse.c (initialize_expout): New function.
11681         (reallocate_expout): Likewise.
11682         (parse_exp_in_context): Use `initialize_expout' and
11683         `reallocate_expout' when appropriate.
11684
11685 2012-01-18  Pedro Alves  <palves@redhat.com>
11686
11687         * record.c (struct record_breakpoint, record_breakpoint_p)
11688         (record_breakpoints): New.
11689         (record_insert_breakpoint, record_remove_breakpoint): Manage
11690         record breakpoints list.  Only remove breakpoints from the
11691         inferior if they had been inserted there in the first place.
11692
11693 2012-01-17  Doug Evans  <dje@google.com>
11694
11695         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11696         if we know we don't have a file name to look for.
11697
11698 2012-01-17  Pedro Alves  <palves@redhat.com>
11699
11700         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11701         the frame's stop reason is UNWIND_UNAVAILABLE.
11702
11703 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11704
11705         Fix compilation error.
11706         * m2-exp.y (yyerror): Use ANSI C prototype.
11707
11708 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11709
11710         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11711         (growbuf_by_size): Likewise.
11712         (yyerror): Likewise.
11713         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11714         (modblock): Remove variable (was #if 0'ed).
11715         (parse_number): Convert prototype from K&R to ANSI C.
11716         (yyerror): Likewise.
11717         * objc-exp.y (parse_number): Likewise.
11718         (yyerror): Likewise.
11719         (yylex): Remove #if 0'ed code.
11720         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11721         (yyerror): Likewise.
11722
11723 2012-01-16  Tom Tromey  <tromey@redhat.com>
11724
11725         * NEWS: Add item.
11726         * symtab.h (compare_filenames_for_search): Declare.
11727         * symtab.c (compare_filenames_for_search): New function.
11728         (iterate_over_some_symtabs): Use it.
11729         * symfile.h (struct quick_symbol_functions)
11730         <map_symtabs_matching_filename>: Change spec.
11731         * psymtab.c (partial_map_symtabs_matching_filename): Use
11732         compare_filenames_for_search.  Update for new spec.
11733         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11734         compare_filenames_for_search.  Update for new spec.
11735         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11736
11737 2012-01-16  Tom Tromey  <tromey@redhat.com>
11738
11739         PR python/13281:
11740         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11741         (struct main_type) <flag_flag_enum>: New field.
11742         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11743         * NEWS: Add entries.
11744         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11745         enums.
11746         * python/lib/gdb/printing.py (_EnumInstance): New class.
11747         (FlagEnumerationPrinter): Likewise.
11748
11749 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11750
11751         * breakpoint.c (create_sals_from_address_default): New function.
11752         (create_breakpoints_sal_default): Likewise.
11753         (decode_linespec_default): Likewise.
11754         (is_marker_spec): Removed.
11755         (strace_marker_p): New function.
11756         (init_breakpoint_sal): Using `strace_marker_p' instead of
11757         `is_marker_spec'.
11758         (create_breakpoint): Call method `create_sals_from_address' from
11759         breakpoint_ops, replacing code that created SALs conditionally
11760         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11761         replacing code that created breakpoints conditionally on the type
11762         wanted.
11763         (base_breakpoint_create_sals_from_address): New function.
11764         (base_breakpoint_create_breakpoints_sal): Likewise.
11765         (base_breakpoint_decode_linespec): Likewise.
11766         (base_breakpoint_ops): Add methods
11767         `base_breakpoint_create_sals_from_address',
11768         `base_breakpoint_create_breakpoints_sal' and
11769         `base_breakpoint_decode_linespec'.
11770         (bkpt_create_sals_from_address): New function.
11771         (bkpt_create_breakpoints_sal): Likewise.
11772         (bkpt_decode_linespec): Likewise.
11773         (tracepoint_create_sals_from_address): Likewise.
11774         (tracepoint_create_breakpoints_sal): Likewise.
11775         (tracepoint_decode_linespec): Likewise.
11776         (strace_marker_create_sals_from_address): Likewise.
11777         (strace_marker_create_breakpoints_sal): Likewise.
11778         (strace_marker_decode_linespec): Likewise.
11779         (strace_marker_breakpoint_ops): New variable.
11780         (addr_string_to_sals): Remove `marker_spec'.  Call method
11781         `decode_linespec' from breakpoint_ops, replacing code that decoded
11782         an address string into a SAL.  Use `strace_marker_p' instead of
11783         `marker_spec'.
11784         (strace_command): Decide whether we are dealing with a static
11785         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11786         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11787         * breakpoint.h (linespec_result, linespec_sals): New forward
11788         declarations.
11789         (breakpoint_ops) <create_sals_from_address>,
11790         <create_breakpoints_sal>, <decode_linespec>: New methods.
11791
11792 2012-01-14  Doug Evans  <dje@google.com>
11793
11794         * NEWS: Update text for "maint set python print-stack".
11795         It is deprecated in gdb 7.4 and deleted in 7.5.
11796
11797 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11798
11799         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11800         including curses.h.
11801
11802 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11803
11804         * configure: Regenerate.
11805         * config.in: Regenerate.
11806
11807 2012-01-12  Keith Seitz  <keiths@redhat.com>
11808
11809         PR mi/10586
11810         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11811         (ANONYMOUS_UNION_NAME): Define.
11812         (is_path_expr_parent): New function.
11813         (get_path_expr_parent): New function.
11814         (is_anonymous_child): New function.
11815         (create_child_with_value): If the child is anonymous and without
11816         a name, assign an object name to it.
11817         (c_describe_child): Use get_path_expr_parent to determine
11818         the parent expression.
11819         If there field represents an anonymous struct or union and
11820         has no name, set an appropriate display name and expression.
11821         (cplus_describe_child): Likewise.
11822
11823 2012-01-12  Pedro Alves  <palves@redhat.com>
11824
11825         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11826         available when %ebp is found to be zero (outermost).
11827
11828 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11829
11830         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11831         an internal gdb_static_assert.
11832         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11833
11834 2012-01-11  Tom Tromey  <tromey@redhat.com>
11835
11836         PR gdb/9598:
11837         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11838         catch" and "catch throw".
11839
11840 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11841
11842         * blockframe.c (block_innermost_frame): Start search from selected
11843         frame, if present, or otherwise the current frame.
11844
11845         * c-exp.y (variable): Update innermost_block for
11846         'block COLONCOLON NAME' clause.
11847         * m2-exp.y (variable): Ditto.
11848         * objc-exp.y (variable): Ditto.
11849
11850 2012-01-10  Tom Tromey  <tromey@redhat.com>
11851
11852         PR python/13199:
11853         * python/python.c (finish_python_initialization): Set sys.argv.
11854
11855 2012-01-10  Doug Evans  <dje@google.com>
11856
11857         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11858         "want_line_info".  All callers updated.
11859         (dwarf_decode_lines_1): New function.
11860         (handle_DW_AT_stmt_list): Add function comment.
11861         New arg "want_line_info".  All callers updated.
11862         (read_file_scope,read_type_unit_scope): Move comment from
11863         handle_DW_AT_stmt_list to here.
11864
11865 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11866
11867         Fix regression after libiberty/ update for GCC PR 6057 and others.
11868         * c-exp.y (operator) <OPERATOR DELETE>
11869         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11870         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11871         (make_builtin_type, make_name): New variable i, add gdb_assert.
11872         (operator) <OPERATOR NEW>: Update ARGS to 3.
11873         (operator) <OPERATOR DELETE>: Add trailing space.
11874         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11875         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11876         * cp-support.c (cp_canonicalize_string): Check NULL from
11877         cp_comp_to_string, call warning and return.
11878
11879 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11880
11881         Fix duplicate .o files after omitting libbfd.a.
11882         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11883         (SFILES): Add corelow.c.
11884         (COMMON_OBS): Add corelow.o.
11885         (ALLDEPFILES): Remove corelow.c.
11886         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
11887         * config/alpha/alpha-osf3.mh: Likewise.
11888         * config/alpha/fbsd.mh: Likewise.
11889         * config/arm/nbsdaout.mh: Likewise.
11890         * config/arm/nbsdelf.mh: Likewise.
11891         * config/i386/i386gnu.mh: Likewise.
11892         * config/ia64/hpux.mh: Likewise.
11893         * config/ia64/linux.mh: Likewise.
11894         * config/m32r/linux.mh: Likewise.
11895         * config/m68k/linux.mh: Likewise.
11896         * config/mips/irix5.mh: Likewise.
11897         * config/mips/irix6.mh: Likewise.
11898         * config/pa/hpux.mh: Likewise.
11899         * config/pa/linux.mh: Likewise.
11900         * config/powerpc/aix.mh: Likewise.
11901         * config/sparc/linux.mh: Likewise.
11902         * config/sparc/linux64.mh: Likewise.
11903         * config/sparc/sol2.mh: Likewise.
11904         * config/vax/vax.mh: Likewise.
11905         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
11906         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
11907         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
11908         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
11909         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
11910         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
11911         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
11912         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
11913         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
11914         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
11915         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
11916         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
11917         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
11918         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
11919         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
11920         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
11921         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
11922         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
11923         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
11924         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
11925         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
11926         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
11927         corelow.o from gdb_target_obs.
11928         * corefile.c (core_target): Update the comment on NULL value.
11929         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
11930         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
11931         MATCHES.  Drop YUMMY set on NULL.
11932         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
11933         reclaim CORE_DATA if it is already NULL.
11934
11935 2012-01-09  Doug Evans  <dje@google.com>
11936
11937         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
11938         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
11939
11940 2012-01-09  Keith Seitz  <keiths@redhat.com>
11941
11942         * breakpoint.c (wrapper.h): Don't include.
11943
11944 2012-01-09  Keith Seitz  <keiths@redhat.com>
11945
11946         * Makefile.in (SFILES): Remove wrapper.c.
11947         (HFILES_NO_SRCDIR): Remove wrapper.h.
11948         (COMMON_OBS): Remove wrapper.o.
11949         * cli/cli-interp.c: Don't inlude wrapper.h.
11950         * corelow.c: Likewise.
11951         (core_open): Replace gdb_target_find_new_threads with
11952         TRY_CATCH around target_find_new_threads.
11953         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
11954         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
11955         * varobj.c (varobj_create): Likewise for parse_exp_1 and
11956         evaluate_expression.
11957         (varobj_set_value): Likewise for evaluate_expression and
11958         value_assign.
11959         (install_new_variable): Likewise for value_fetch_lazy.
11960         (adjust_value_for_child_access): Likewise for value_ind.
11961         (c_describe_child): Likewise for value_subscript and
11962         value_ind.
11963         (c_value_of_root): Likewise for evaluate_expression.
11964         * wrapper.c: Remove.
11965         * wrapper.h: Remove.
11966
11967 2012-01-09  Doug Evans  <dje@google.com>
11968
11969         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
11970         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
11971         "abfd" args with "section".  All callers updated.
11972         Error checking code moved ...
11973         (error_check_comp_unit_head): ... here.  New function.
11974         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
11975         Delete arg "abfd".  New arg "type_offset".  All callers updated.
11976         (create_debug_types_hash_table): Simplify by using
11977         read_and_check_type_unit_head.
11978
11979         * parser-defs.h (namecopy): Delete.
11980         * parse.c (namecopy, namecopy_size): Move into copy_name.
11981
11982 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11983
11984         Partially fix duplicate .o files after omitting libbfd.a.
11985         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
11986         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11987         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
11988         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11989         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
11990         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
11991         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
11992
11993 2012-01-09  Pedro Alves  <palves@redhat.com>
11994
11995         * MAINTAINERS: Update my email address.
11996
11997 2012-01-08  Doug Evans  <dje@google.com>
11998
11999         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12000         n_type_units.  Rename type_comp_units to all_type_units.
12001         All uses updated.
12002         (add_signatured_type_cu_to_table): Renamed from
12003         add_signatured_type_cu_to_list.  All callers updated.
12004
12005         * gdbtypes.h (struct cplus_struct_type): Delete member
12006         nfn_fields_total.  All uses removed.
12007
12008 2012-01-06  Doug Evans  <dje@google.com>
12009
12010         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12011         to top of file.
12012         (dwarf2_find_comp_unit): Delete.
12013         (process_psymtab_comp_unit): Make result "void".
12014         Delete args buffer, info_ptr, buffer_size, and replace with
12015         "section".  All callers updated.
12016         (dwarf2_build_psymtabs_hard): Simplify.
12017
12018 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
12019             Thiago Jung Bauermann  <bauerman@br.ibm.com>
12020
12021         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12022         before `struct gdb_exception'.
12023         * breakpoint.c (update_global_location_list_nothrow)
12024         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12025         * cp-abi.c (value_rtti_type): Likewise.
12026         * cp-support.c (cp_validate_operator): Likewise.
12027         * infrun.c (insert_exception_resume_breakpoint)
12028         (check_exception_resume, keep_going): Likewise.
12029         * mi-interp.c (mi_breakpoint_created)
12030         (mi_breakpoint_modified): Likewise.
12031         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12032         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12033         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12034
12035 2012-01-05  Doug Evans  <dje@google.com>
12036
12037         * dwarf2read.c (statement_prologue): Delete, unused.
12038
12039         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12040         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12041
12042         * dwarf2read.c (comp_unit_header): Delete, unused.
12043
12044 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
12045
12046         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12047         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12048
12049 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
12050
12051         * infrun.c (normal_stop): Don't skip calling the normal_stop
12052         observers if the thread was doing a multi-step, but stopped for
12053         some reason other than stepping.
12054
12055 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
12056
12057         * cli/cli-decode.h: Add comments.
12058         (CMD_LIST_AMBIGUOUS): Moved to command.h
12059         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12060         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12061         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12062         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12063         (add_com, add_com_alias, add_info, add_info_alias)
12064         (complete_on_cmdlist, complete_on_enum, help_list): Remove
12065         declarations.
12066         * command.h: Add and adjust comments.
12067         (CMD_LIST_AMBIGUOUS): Moved here.
12068         (help_cmd, help_cmd_list): Delete declarations.
12069
12070 2012-01-04  Doug Evans  <dje@google.com>
12071
12072         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12073         All callers updated.
12074         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12075         Replace all arguments with "per_cu".  All callers updated.
12076
12077         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12078
12079         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12080         New arg "per_cu".  All callers updated.
12081
12082         Delete #if 0'd out code.
12083         * language.c (binop_result_type): Delete.
12084         (simple_type, ordered_type, same_type, integral_type): Delete.
12085         (numeric_type, character_type, string_type, boolean_type): Delete.
12086         (float_type, structured_type): Delete.
12087         * language.h: Update.
12088
12089 2012-01-04  Tom Tromey  <tromey@redhat.com>
12090
12091         * python/py-value.c (valpy_binop): Initialize 'res_val'.
12092
12093 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12094
12095         * corefile.c (close_exec_file): Delete.
12096         (reopen_exec_file): Remove commented out code that seems related
12097         to close_exec_file, which is being deleted here.
12098         * inferior.h (close_exec_file): Delete.
12099         * fork-child.c (fork_inferior): Remove call to fork_inferior.
12100
12101 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12102
12103         * ada-lang.c: #include "cli/cli-utils.h".
12104         (get_selections): Use skip_spaces.
12105         (ada_get_next_arg): Use skip_spaces and skip_to_space.
12106         (catch_ada_exception_command_split): Use skip_spaces.
12107         (ada_decode_assert_location): Likewise.
12108
12109 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12110
12111         * linespec.c (decode_line_internal): Check for C++ or Java
12112         compound constructs only if the current language is C, C++
12113         or Java.
12114
12115 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12116
12117         Revert:
12118         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12119                     Joel Brobecker  <brobecker@adacore.com>
12120         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12121         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12122         3 times.
12123         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12124         fall through into AT_ENTRY_POINT.
12125         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12126         DUMMY_ADDR with it.
12127         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12128         PPC_INSN_SIZE skip to 3 times.
12129
12130 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12131
12132         * linespec.c (add_minsym): Preserve function descriptors.
12133
12134 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
12135
12136         * breakpoint.c (all_locations_are_pending): Consider locations
12137         in program spaces executing during startup pending as well.
12138
12139 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12140
12141         Copyright year update in most files of the GDB Project.
12142
12143 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12144
12145         * copyright.sh: Delete.
12146         * copyright.py: Rewrite.
12147
12148 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12149
12150         * gnulib/extra/update-copyright: New file, imported from gnulib.
12151
12152 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12153
12154         * README (Copyright and License Notices): New section.
12155
12156 2012-01-03  Tom Tromey  <tromey@redhat.com>
12157
12158         PR python/12533:
12159         * python/py-value.c (valpy_dereference, valpy_get_address
12160         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12161         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12162         (valpy_absolute, valpy_richcompare): Free intermediate values.
12163
12164 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
12165
12166         * ada-lang.c: Reformat the copyright notice.
12167
12168 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12169
12170         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12171         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12172         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12173         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12174         Revert this part of:
12175         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12176         Build gdb directly from *.o files not using libgdb.a.
12177         * Makefile.in (COMMON_OBS): Remove solib-target.o.
12178
12179 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12180
12181         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12182         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12183         Reformat the copyright header.
12184
12185 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12186
12187         Revert this part of:
12188         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12189         Remove the gdbtui binary.
12190         * gdb.c (main): Remove args.interpreter_p initialization.
12191         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12192         * main.h (struct captured_main_args): Remove interpreter_p.
12193
12194 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12195
12196         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12197
12198 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12199
12200         * top.c (print_gdb_version): Update copyright year.
12201
12202 2012-01-02  Yao Qi  <yao@codesourcery.com>
12203
12204         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12205
12206 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12207             Joel Brobecker  <brobecker@adacore.com>
12208
12209         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12210         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12211         3 times.
12212         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12213         fall through into AT_ENTRY_POINT.
12214         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12215         DUMMY_ADDR with it.
12216         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12217         PPC_INSN_SIZE skip to 3 times.
12218
12219 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12220
12221         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12222         the return value.
12223         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12224
12225 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12226
12227         Build gdb directly from *.o files not using libgdb.a.
12228         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12229         (COMMON_OBS): Remove solib-target.o.
12230         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12231         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12232         (LIBGDB_OBS, libgdb.a): Move it above.
12233         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12234         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12235         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12236         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12237         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12238         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12239         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12240         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12241         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12242         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12243         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12244         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12245         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12246         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12247         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12248         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12249         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12250         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12251         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12252         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12253         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12254         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12255         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12256         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12257         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12258         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12259         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12260
12261 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12262
12263         Remove the gdbtui binary.
12264         * .gitignore (/gdbtui): Remove.
12265         * Makefile.in (TUI): Remove.
12266         (SUBDIR_TUI_OBS): Remove tui-main.o.
12267         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12268         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12269         (tui-main.o): Remove.
12270         (all_object_files): Remove tui-main.o.
12271         * NEWS: New note for the gdbtui removal.
12272         * configure: Rebuilt.
12273         * configure.ac: No longer add all-tui, clean-tui, install-tui and
12274         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12275         CONFIG_UNINSTALL respectively.
12276         * gdb.c (main): Remove args.interpreter_p initialization.
12277         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12278         * main.h (struct captured_main_args): Remove interpreter_p.
12279         * tui/tui-main.c: Remove.
12280
12281 2012-01-01  Doug Evans  <dje@google.com>
12282
12283         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12284         (dwarf2_physname, read_import_statement): Ditto.
12285         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12286         (process_structure_scope read_subroutine_type): Ditto.
12287         (read_typedef, load_partial_dies, read_partial_die): Ditto.
12288         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12289         (dwarf2_fetch_die_location_block): Ditto.
12290         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12291
12292         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12293         All callers updated.
12294         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12295         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12296         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12297
12298         * dwarf2read.c (load_cu): Move assert to more useful location.
12299
12300         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12301         All callers updated.
12302
12303         * dwarf2read.c (dwarf2_per_objfile): Add comment.
12304         (dwarf2_elf_names): Minor reformat.
12305         (dwarf2_per_cu_data): Tweak comment.
12306         (dwarf2_read_section): Fix comment.
12307         (create_all_comp_units): Fix comment.
12308         (load_full_comp_unit): Fix comment.
12309         (process_full_comp_unit): Fix comment.
12310         (read_signatured_type): Fix comment.
12311
12312 For older changes see ChangeLog-2011.
12313 \f
12314 Local Variables:
12315 mode: change-log
12316 left-margin: 8
12317 fill-column: 74
12318 version-control: never
12319 coding: utf-8
12320 End: