Remove trailing space in gdbarch.sh.
[external/binutils.git] / gdb / ChangeLog
1 2012-12-12  Joel Brobecker  <brobecker@adacore.com>
2
3         * gdbarch.sh (software_single_step): Remove trailing space in
4         comment (gdbarch.h is already correct).
5
6 2012-12-11  Tom Tromey  <tromey@redhat.com>
7
8         * dwarf2read.c (dwarf2_get_dwz_file): Set 'dwz_file'.
9
10 2012-12-11  Tom Tromey  <tromey@redhat.com>
11
12         * dsrec.c (report_transfer_performance): Don't declare.
13         (load_srec): Use gettimeofday, print_transfer_performance.
14         * symfile.c (report_transfer_performance): Remove.
15
16 2012-12-11  Pedro Alves  <pedro@codesourcery.com>
17             Pedro Alves  <palves@redhat.com>
18
19         * procfs.c (procfs_make_note_section) [NEW_PROC_API]: Output a
20         NT_PSTATUS note.
21         * sol2-tdep.c (sol2_core_pid_to_str): Print process IDs
22         differently from LWP IDs.
23
24 2012-12-11  Pedro Alves  <palves@redhat.com>
25
26         * configure.ac (detect type of /proc): Remove Unixware handling.
27         * configure: Regenerate.
28         * proc-api.c (ioctl_table) [PIOCLSTATUS]: Don't mention Unixware.
29         (ioctl_table) [PCRESET]: Remove entry.
30         * proc-events.c (SYS_lwp_create, SYS_lwp_exit, SYS_lwp_wait)
31         (SYS_lwp_self, SYS_lwp_info, SYS_lwp_private, SYS_lwp_kill)
32         (SYS_lwp_suspend, SYS_lwp_continue): Don't define.
33         * proc-why.c (pr_why_table) [PR_SUSPENDED]: Don't mention Unixware.
34         * procfs.c: Remove all UNIXWARE guarded code, and all traces of
35         Unixware in comments throughout.
36         * i386-tdep.c (i386_svr4_sigtramp_p): Don't match _sigacthandler,
37         and remove mention of Unixware.
38
39 2012-12-10  Doug Evans  <dje@google.com>
40
41         * dwarf2read.c (dwarf2_cu): Enhance comment.
42         (dwarf2_get_pc_bounds): Only add ranges_base for DIEs that live in
43         the DWO file.
44         (dwarf2_record_block_ranges): Ditto.
45
46         * dwarf2read.c (create_dwo_in_dwp): Tweak comment.
47
48         * symtab.c (find_pc_sect_symtab): Add comment.
49
50 2012-12-10  Tom Tromey  <tromey@redhat.com>
51
52         * defs.h: Don't check for definition of LONGEST.
53         (min, max): Remove duplicates.
54
55 2012-12-10  Tom Tromey  <tromey@redhat.com>
56
57         * dwarf2read.c (dwarf2_fetch_die_loc_sect_off): New function.
58         (dwarf2_fetch_die_loc_cu_off): Rename from
59         dwarf2_fetch_die_location_block.  Rewrite to use
60         dwarf2_fetch_die_loc_sect_off.
61         * dwarf2loc.h (dwarf2_fetch_die_loc_sect_off): Declare.
62         (dwarf2_fetch_die_loc_cu_off): Rename.
63         * dwarf2loc.c (indirect_pieced_value): Use
64         dwarf2_fetch_die_loc_sect_off.
65         * dwarf2expr.h (struct dwarf_expr_context) <len, data>: Update
66         comment.
67         (struct dwarf_expr_piece) <v.ptr.die>: Now a sect_offset.
68         * dwarf2expr.c (add_piece): Update.
69         (execute_stack_op) <DW_OP_GNU_implicit_pointer>: Update comment.
70
71 2012-12-10  Tom Tromey  <tromey@redhat.com>
72
73         * buildsym.c (struct pending_block): Move from buildsym.h.
74         (pending_blocks): Likewise; now static.
75         (pending_block_obstack): New global.
76         (free_pending_blocks): Free blocks.
77         (record_pending_block): Use pending_block_obstack.
78         * buildsym.h (struct pending_block): Move definition to
79         buildsym.c.
80         (pending_blocks): Don't declare.
81
82 2012-12-10  Pedro Alves  <palves@redhat.com>
83
84         * solib-svr4.c (svr4_solib_create_inferior_hook) [_SCO_DS]: Remove
85         dead SCO code, and adjust function description comment.
86
87 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
88
89         * configure.ac (CC_HAS_LONG_LONG): Replace by AC_MSG_ERROR.
90         * defs.h (LONGEST, ULONGEST): Remove conditionalization for
91         CC_HAS_LONG_LONG.
92         * dwarf2-frame.c (DW64_CIE_ID): Likewise.
93         * dwarf2read.c (extract_cu_value): Remove the function.
94         (create_cus_from_index_list): Make the return type void, inline the
95         extract_cu_value caller, include new gdb_static_assert.
96         (create_cus_from_index): Make the return type void, update the function
97         comment, update the create_cus_from_index_list caller.
98         (create_signatured_type_table_from_index): Make the return type void,
99         inline the extract_cu_value caller, include new gdb_static_assert.
100         (dwarf2_read_index): Update the create_cus_from_index and
101         create_signatured_type_table_from_index caller.
102         * printcmd.c (ui_printf): Remove conditionalizations for
103         CC_HAS_LONG_LONG.
104         * config.in: Regenerate.
105         * configure: Regenerate.
106
107 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
108
109         * dwarf2read.c (struct dwarf2_cu): New field producer_is_gcc_lt_4_3.
110         Update the comment for checked_producer.
111         (check_producer): New forward declaration.
112         (producer_is_gcc_lt_4_3): New function.
113         (find_file_and_directory): Simulate *COMP_DIR only for gcc < 4.3.
114         (check_producer): Initialize also PRODUCER_IS_GCC_LT_4_3.
115
116 2012-12-07  Tom Tromey  <tromey@redhat.com>
117
118         * ada-lang.c (ada_make_symbol_completion_list): Add 'code'
119         argument, assertion.
120         * c-exp.y (typebase): Add completion productions.
121         * completer.c (expression_completer): Handle tag completion.
122         * expression.h (parse_expression_for_completion): Add argument.
123         * f-lang.c (f_make_symbol_completion_list): Add 'code'
124         argument.
125         * language.h (struct language_defn)
126         <la_make_symbol_completion_list>: Add 'code' argument.
127         * parse.c (expout_tag_completion_type, expout_completion_name):
128         New globals.
129         (mark_struct_expression): Add assertion.
130         (mark_completion_tag): New function.
131         (parse_exp_in_context): Initialize new globals.
132         (parse_expression_for_completion): Add 'code' argument.  Handle
133         tag completion.
134         * parser-defs.h (mark_completion_tag): Declare.
135         * symtab.c (default_make_symbol_completion_list_break_on): Add
136         'code' argument.  Update.
137         (default_make_symbol_completion_list): Add 'code' argument.
138         (make_symbol_completion_list): Update.
139         (make_symbol_completion_type): New function.
140         * symtab.h (default_make_symbol_completion_list_break_on)
141         (default_make_symbol_completion_list): Update.
142         (make_symbol_completion_type): Declare.
143
144 2012-12-07  Tom Tromey  <tromey@redhat.com>
145
146         * expression.h (parse_expression_for_completion): Rename
147         from parse_field_expression.
148         (parse_completion): Rename from in_parse_field.
149         * c-exp.y (lex_one_token): Update.
150         * completer.c (expression_completer): Update.
151         * go-exp.y (lex_one_token): Update.
152         * p-exp.y (yylex): Update.
153         * parse.c (parse_completion): Rename from in_parse_field.
154         (parse_exp_in_context): Update.
155         (parse_expression_for_completion): Rename from
156         parse_field_expression.  Update.
157
158 2012-12-07  Tom Tromey  <tromey@redhat.com>
159
160         * typeprint.c (_initialize_typeprint): Set completer
161         for "whatis" and "ptype".
162
163 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
164
165         * copyright.py (NOT_FSF_LIST): Remove duplicate entry
166         "sim/common/cgen-fpu.h".  Remove invalid entries
167         "sim/common/sim-fpu.c" and "sim/mn10300/sim-main.h",
168         which actually have an FSF copyright header.
169
170 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
171
172         * osf-share/AT386/cma_thread_io.h: Delete.
173         * osf-share/HP800/cma_thread_io.h: Delete.
174         * osf-share/README: Delete.
175         * osf-share/RIOS/cma_thread_io.h: Delete.
176         * osf-share/cma_attr.h: Delete.
177         * osf-share/cma_deb_core.h: Delete.
178         * osf-share/cma_debug_client.h: Delete.
179         * osf-share/cma_errors.h: Delete.
180         * osf-share/cma_handle.h: Delete.
181         * osf-share/cma_init.h: Delete.
182         * osf-share/cma_list.h: Delete.
183         * osf-share/cma_mutex.h: Delete.
184         * osf-share/cma_sched.h: Delete.
185         * osf-share/cma_semaphore_defs.h: Delete.
186         * osf-share/cma_sequence.h: Delete.
187         * osf-share/cma_stack.h: Delete.
188         * osf-share/cma_stack_int.h: Delete.
189         * osf-share/cma_tcb_defs.h: Delete.
190         * osf-share/cma_util.h: Delete.
191         * Makefile.in (HFILES_NO_SRCDIR): Remove entries for the files
192         in osf-share.
193         * config/djgpp/fnchange.lst: Remove osf-share/cma_stack_int.h entry.
194         * contrib/ari/gdb_find.sh: Remove handling of osf-share.
195         * copyright.sh (NOT_FSF_LIST): Remove "gdb/osf-share" entry.
196
197 2012-12-06  Pedro Alves  <palves@redhat.com>
198             Tom Tromey  <tromey@redhat.com>
199
200         * valops.c (value_cast): Move TYPE_CODE_VOID case earlier.
201
202 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
203
204         PR mi/14741:
205         * mi/mi-cmd-var.c (varobj_update_one): Take value of
206         attribute "dynamic" and "displayhint" from printed child,
207         not the root variable.
208
209 2012-12-06  Joel Brobecker  <brobecker@adacore.com>
210
211         * aix-thread.c (getthrds): Fix type of 4th parameter.
212         (get_signaled_thread): Change type of variable ktid to tid_t.
213
214 2012-12-06  Hui Zhu  <hui_zhu@mentor.com>
215
216         * dwarf2loc.c (dwarf_expr_frame_base): Add check for the return
217         value of get_frame_block.
218
219 2012-12-05  Pierre Muller  <muller@sourceware.org>
220
221         Avoid memory leaks on struct cmd_list_element.doc field.
222         * cli/cli-decode.c (add_alias_cmd): Make a copy of doc field
223         if flags contains DOC_ALLOCATED.
224         (add_setshow_cmd_full): Add DOC_ALLOCATED to set and show
225         flags.
226         (delete_cmd): Handle DOC_ALLOCATED flag.
227         * cli/cli-decode.h (DOC_ALLOCATED): New macro for use
228         in flags filed of struct cmd_list_element.
229         (struct cmd_list_element): Document new flag item.
230
231 2012-12-04  Doug Evans  <dje@google.com>
232
233         * symmisc.c: Whitespace fixes.
234
235 2012-12-04  Karthik Bhat  <kv.bhat@samsung.com>
236
237         * i386-tdep.c (i386_skip_prologue): Using symbol table
238         to find the end of prologue for clang compiled binaries.
239         * amd64-tdep.c (amd64_skip_prologue): Using symbol table
240         to find the end of prologue for clang compiled binaries.
241
242 2012-12-03  Doug Evans  <dje@google.com>
243
244         * dwarf2read.c (struct dwarf2_per_objfile): Clarify comment.
245         (dw2_find_symbol_file): Delete unused local file_data.
246
247 2012-12-03  Tom Tromey  <tromey@redhat.com>
248
249         * ada-exp.y (write_object_renaming, write_var_or_type)
250         (write_ambiguous_var, write_var_from_sym): Make blocks const.
251         * ada-lang.c (replace_operator_with_call)
252         (find_old_style_renaming_symbol): Make blocks const.
253         * ada-lang.h (ada_find_renaming_symbol): Update.
254         (struct ada_symbol_info) <block>: Now const.
255         * breakpoint.c (watch_command_1): Update.
256         * breakpoint.h (struct watchpoint) <exp_valid_block,
257         cond_exp_valid_block>: Now const.
258         * c-exp.y (classify_inner_name, classify_name): Make block
259         argument const.
260         * expprint.c (print_subexp_standard) <OP_VAR_VALUE>: Make 'b'
261         const.
262         * expression.h (innermost_block, parse_exp_1): Update.
263         (union exp_element) <block>: Now const.
264         * gdbtypes.c (lookup_template_type, lookup_enum, lookup_union)
265         (lookup_struct): Make block argument const.
266         * gdbtypes.h (lookup_template_type): Update.
267         * go-exp.y (classify_name, classify_packaged_name)
268         (package_name_p): Make block argument const.
269         * objc-lang.c (lookup_struct_typedef): Make block argument const.
270         * objc-lang.h (lookup_struct_typedef): Update.
271         * parse.c (parse_exp_in_context, parse_exp_1)
272         (write_exp_elt_block): Make block arguments const.
273         (expression_context_block, innermost_block): Now const.
274         * parser-defs.h (write_exp_elt_block): Update.
275         (expression_context_block, innermost_block, block_found): Now
276         const.
277         * printcmd.c (struct display) <block>: Now const.
278         * symtab.h (lookup_struct, lookup_union, lookup_enum): Update.
279         * valops.c (address_of_variable): Make block argument const.
280         * value.h (value_of_variable): Update.
281         * varobj.c (struct varobj_root) <valid_block>: Now const.
282
283 2012-11-30  Yao Qi  <yao@codesourcery.com>
284
285         * breakpoint.c (print_one_breakpoint_location): Indent code.
286
287 2012-11-30  Yao Qi  <yao@codesourcery.com>
288
289         * breakpoint.c (print_one_breakpoint_location): Combine two
290         blocks handling 'hit count' together.
291
292 2012-11-30  Yao Qi  <yao@codesourcery.com>
293
294         * infrun.c (error_is_running, ensure_not_running): Move them
295         to ...
296         * infcmd.c (error_is_running, ensure_not_running): ... here.
297         Make them 'static'.
298         * inferior.h: Remove declarations of error_is_running and
299         ensure_not_running.
300
301 2012-11-30  Yao Qi  <yao@codesourcery.com>
302
303         * tic6x-linux-tdep.c (tic6x_register_sigcontext_offset): Don't
304         check REGNUM >= 0.
305
306 2012-11-30  Yao Qi  <yao@codesourcery.com>
307
308         * infrun.c: Make the declaration of 'init_infwait_state'
309         static.
310         (init_infwait_state): Make it 'static'.
311
312 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
313
314         * python/python.c (finalize_python): Cast unused PyGILState_Ensure
315         return value to void to avoid compiler warning.
316
317 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
318
319         * opencl-lang.c (opencl_print_type): New function.
320         (opencl_language_arch_info): Install it.
321
322 2012-11-29  Tom Tromey  <tromey@redhat.com>
323
324         * contrib/ari/gdb_ari.sh: Remove rules for xasprintf and
325         xvasprintf.
326         * common/common-utils.c (xasprintf, xvasprintf): Remove.
327         * common/common-utils.h (xasprintf, xvasprintf): Remove.
328
329 2012-11-29  Jerome Guitton  <guitton@adacore.com>
330
331         * ada-lang.c (ada_is_interface_tag): New function.
332         (ada_is_ignored_field): Add interface tags to the list
333         of ignored fields.
334
335 2012-11-29  Jerome Guitton  <guitton@adacore.com>
336
337         * ada-lang.h (ada_tag_value_at_base_address): New function
338         declaration.
339         * ada-lang.c (is_ada95_tag, ada_tag_value_at_base_address):
340         New functions.
341         (ada_to_fixed_type_1, ada_evaluate_subexp): Let ada_tag_base_address
342         relocate the class-wide value if need be.
343         (ada_value_struct_elt, ada_value_ind, ada_coerce_ref):
344         Let ada_tag_value_at_base_address relocate the class-wide access/ref
345         before dereferencing it.
346         * ada-valprint.c (ada_val_print_1): Relocate to base address
347         before displaying the content of an interface-wide ref.
348
349 2012-11-29  Jerome Guitton  <guitton@adacore.com>
350
351         * ada-lang.c (ada_evaluate_subexp): Unwrap only in EVAL_NORMAL.
352
353 2012-11-29  Joel Brobecker  <brobecker@adacore.com>
354
355         GDB 7.5.1 released.
356
357 2012-11-29  Yao Qi  <yao@codesourcery.com>
358             Tom Tromey  <tromey@redhat.com>
359
360         * eval.c (evaluate_subexp_standard): Get the correct pointer
361         type for TYPE_CODE_MEMBERPTR.
362
363 2012-11-28  Edjunior Machado  <emachado@linux.vnet.ibm.com>
364
365         * rs6000-tdep.c (gdb_print_insn_powerpc): Remove info->mach checking,
366         since now it is being done by binutils' powerpc_init_dialect().
367
368 2012-11-28  Tom Tromey  <tromey@redhat.com>
369
370         PR gdb/14290:
371         * solib-darwin.c (gdb_bfd_mach_o_fat_extract): New function.
372         (darwin_solib_get_all_image_info_addr_at_init, darwin_bfd_open):
373         Use it.
374         * gdb_bfd.h (gdb_bfd_mark_parent): Declare.
375         * gdb_bfd.c (gdb_bfd_mark_parent): New function.
376         (gdb_bfd_openr_next_archived_file): Use it.
377
378 2012-11-28  Markus Metzger <markus.t.metzger@intel.com>
379
380         * configure.ac: Check for linux/perf_event.h.
381         * config.in: Regenerated.
382         * configure: Regenerated.
383
384 2012-11-28  Yao Qi  <yao@codesourcery.com>
385
386         * breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
387         abbreviate 'delete tracepoints' to 'delete tr'.
388         * corefile.c (_initialize_core): Call add_alias_cmd to
389         abbreviate 'set gnutarget' to 'set g'.
390         * value.c (_initialize_values): Call add_alias_cmd to abbreviate
391         'show convenience' to 'show conv'.
392
393 2012-11-27  Joel Brobecker  <brobecker@adacore.com>
394
395         * sparc-sol2-nat.c (supply_gregset): Fix first parameter in
396         call to sparc_supply_fpregset.
397         (fill_fpregset): Fix first parameter in call to
398         sparc_collect_fpregset.
399
400 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
401             Kazu Hirata  <kazu@codesourcery.com>
402             Yao Qi  <yao@codesourcery.com>
403
404         * objfiles.c (init_entry_point_info): Call
405         gdbarch_convert_from_func_ptr_addr and
406         gdbarch_addr_bits_remove here ...
407         (entry_point_address_query): ... instead of here.
408         * solib-svr4.c (exec_entry_point): Call
409         gdbarch_addr_bits_remove.
410         * symfile.c (generic_load): Call gdbarch_addr_bits_remove on
411         the entry address.
412
413 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
414             Yao Qi  <yao@codesourcery.com>
415
416         * eval.c (evaluate_subexp_standard): Add handling of
417         TYPE_CODE_MEMBERPTR when calling functions.  Correct the
418         result of ptype for calling a TYPE_CODE_METHODPTR.
419
420 2012-11-27  Yao Qi  <yao@codesourcery.com>
421
422         * symtab.c (symtab_symbol_info): Fix a -Wformat-extra-args
423         warning.
424         Add i18n markup.
425
426 2012-11-26  Alexander Larsson  <alexl@redhat.com>
427             Jan Kratochvil  <jan.kratochvil@redhat.com>
428             Tom Tromey  <tromey@redhat.com>
429
430         * NEWS: Mention mini debuginfo feature.
431         * minidebug.c: New file.
432         * configure.ac: Check for lzma.
433         * configure, config.in: Rebuild.
434         * Makefile.in (LIBLZMA): New variable.
435         (CLIBS): Include LIBLZMA.
436         (SFILES): Mention minidebug.c.
437         (COMMON_OBS): Mention minidebug.o.
438         * symfile.c (read_symbols): New function.
439         (syms_from_objfile, reread_symbols): Call it.
440         * symfile.h (find_separate_debug_file_in_section): Declare.
441
442 2012-11-26  Keith Seitz  <keiths@redhat.com>
443
444         * exec.c (exec_file_attach): Move cleanup after verifying that
445         memory has in fact been allocated.
446
447 2012-11-26  Tom Tromey  <tromey@redhat.com>
448
449         * ada-lang.c (user_select_syms): Use SYMBOL_SYMTAB.
450         * dwarf2read.c (dw2_find_symbol_file, fixup_go_packaging): Use
451         SYMBOL_SYMTAB.
452         * skip.c (skip_info): Use SYMBOL_SYMTAB.
453
454 2012-11-26  Maxime Villard  <rustyBSD@gmx.fr>
455             Pedro Alves  <palves@redhat.com>
456
457         * common/linux-osdata.c (linux_xfer_osdata_fds): Decrease buffer
458         size parameter passed to readlink by one byte.
459         * fbsd-nat.c (fbsd_pid_to_exec_file): Ditto.
460         * linux-nat.c (linux_child_pid_to_exec_file): Ditto.
461         * nbsd-nat.c (nbsd_pid_to_exec_file): Ditto.
462         * inf-child.c (inf_child_fileio_readlink): Decrease local buffer's
463         size by one byte.
464
465 2012-11-26  Yao Qi  <yao@codesourcery.com>
466
467         * f-valprint.c (f77_create_arrayprint_offset_tbl): Remove
468         extraneous parentheses.
469
470 2012-11-26  Yao Qi  <yao@codesourcery.com>
471
472         * remote.c (remote_start_remote): Typo fix.
473
474 2012-11-23  David S. Miller  <davem@davemloft.net>
475
476         * sparc-tdep.h (struct sparc_fpregset): New data structure.
477         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset,
478         sparc32_sol2_fpregset): Declare new globals.
479         (sparc32_supply_fpregset, sparc32_collect_fpregset): Add new
480         'fpregset' argument.
481         * sparc64-tdep.h (sparc64_supply_fpregset,
482         sparc64_collect_fpregset): Likewise.
483         (sparc64_sol2_fpregset, sparc64_bsd_fpregset): Declare new
484         globals.
485         * sparc-nat.h (struct sparc_fpregset): Add forward declaration.
486         (sparc_fpregset): Declare new global.
487         (sparc_supply_fpregset, sparc_collect_fpregset): Add new
488         'fpregset' argument.
489         * sparc-linux-nat.c (supply_fpregset): Pass sparc_fpregset down
490         into handler.
491         (fill_fpregset): Likewise.
492         (_initialize_sparc_linux_nat): Set sparc_fpregset to
493         sparc32_bsd_fpregset.
494         * sparc-linux-tdep.c (sparc32_linux_supply_core_fpregset): Pass
495         sparc32_bsd_fpregset down into handler.
496         (sparc32_linux_collect_core_fpregset): Likewise.
497         * sparc-nat.c (sparc_fpregset): Define.
498         (sparc_supply_fpregset): Add 'fpregset' argument.
499         (sparc_collect_fpregset): Likewise.
500         (sparc_fetch_inferior_registers): Pass sparc_fpregset down
501         into fpregset handler.
502         (sparc_store_inferior_registers): Likewise.
503         (_initialize_sparc_nat): Set sparc_fpregset to
504         sparc32_sunos4_fpregset if NULL.
505         * sparc-sol2-nat.c (supply_gregset): Pass sparc_sol2_fpregset
506         down into handler.
507         (fill_fpregset): Likewise.
508         * sparc-sol2-tdep.c (sparc32_sol2_fpregset): Define.
509         * sparc-tdep.c (sparc32_supply_fpregset): Add fpregset arg and
510         use it to compute offsets.
511         (sparc32_collect_fpregset): Likewise.
512         (sparc32_sunos4_fpregset, sparc32_bsd_fpregset): Define.
513         * sparc64-linux-nat.c (supply_fpregset): Pass sparc64_bsd_fpregset
514         down into handler.
515         (fill_fpregset): Likewise.
516         * sparc64-linux-tdep.c (sparc64_linux_supply_core_fpregset):
517         Likewise.
518         (sparc64_linux_collect_core_fpregset): Likewise.
519         * sparc64-sol2-tdep.c (sparc64_sol2_fpregset): Define.
520         * sparc64-tdep.c (sparc64_supply_fpregset): Add fpregset arg and
521         use it to compute offsets.
522         (sparc64_collect_fpregset): Likewise.
523         (sparc64_bsd_fpregset): Define.
524         * sparc64fbsd-tdep.c (sparc64fbsd_supply_fpregset): Padd
525         sparc64_bsd_fpregset down into handler.
526         (sparc64fbsd_collect_fpregset): Likewise.
527         * sparc64nbsd-nat.c (sparc64nbsd_supply_fpregset): Add fpregset arg
528         and pass sparc{32,64}_bsd_fpregset down into handler.
529         (sparc64nbsd_collect_fpregset): Likewise.
530         * sparc64nbsd-tdep.c (sparc64nbsd_supply_fpregset): Pass
531         sparc64_bsd_fpregset down into handler.
532         * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Likewise.
533         * sparcnbsd-nat.c (_initialize_sparcnbsd_nat): Set sparc_fpregset
534         to sparc32_bsd_fpregset.
535         * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Pass
536         sparc32_bsd_fpregset down into sparc32_supply_fpregset.
537         (sparc32nbsd_supply_fpregset): Likewise.
538
539 2012-11-21  Tom Tromey  <tromey@redhat.com>
540
541         * gdbtypes.h (struct cplus_struct_type) <localtype_ptr>: Remove
542         field.
543         (TYPE_LOCALTYPE_PTR, TYPE_LOCALTYPE_FILE, TYPE_LOCALTYPE_LINE):
544         Remove.
545         * c-typeprint.c (c_type_print_base): Update.
546
547 2012-11-21  Yao Qi  <yao@codesourcery.com>
548
549         PR tdep/7438
550         * gdbarch.sh (smash_text_address): Remove.
551         * gdbarch.c, gdbarch.h: Regenerate.
552         * arm-tdep.c (arm_smash_text_address): Remove.
553         (arm_gdbarch_init): Don't call set_gdbarch_smash_text_address.
554         * hppa-tdep.c (hppa_smash_text_address): Remove.
555         (hppa_addr_bits_remove): Rename from hppa_smash_text_address.
556         (hppa_gdbarch_init): Don't call set_gdbarch_smash_text_address.
557         Caller update.
558         * coffread.c (coff_symtab_read): Caller update.
559         * dbxread.c (process_one_symbol): Likewise.
560         * elfread.c (record_minimal_symbol): Likewise.
561         * somread.c (som_symtab_read): Likewise.
562
563 2012-11-20  Pierre Muller  <muller@sourceware.org>
564
565         ARI fixes: sprintf rule.
566         Replace sprintf function calls for char arrays by
567         calls to xsnprintf calls.
568         * arm-tdep.c (arm_push_dummy_call): Replace sprintf by xsnprintf.
569         (arm_dwarf_reg_to_regnum, arm_return_value): Ditto.
570         (arm_neon_quad_read, arm_pseudo_read): Ditto.
571         (arm_neon_quad_write, arm_pseudo_write): Ditto.
572         * breakpoint.c (condition_completer): Ditto.
573         (create_tracepoint_from_upload): Ditto.
574         * dwarf2read.c (file_full_name): Ditto.
575         * gcore.c (gcore_command): Ditto.
576         * gnu-nat.c (proc_string, gnu_pid_to_str): Ditto.
577         * go32-nat.c (go32_sysinfo): Ditto.
578         * interps.c (interp_set): Ditto.
579         * m32c-tdep.c (make_types): Ditto.
580         * ppc-linux-nat.c (fetch_register, store_register): Ditto.
581         * remote-m32r-sdi.c (m32r_open): Ditto.
582         * sol-thread.c (td_err_string): Ditto.
583         (td_state_string, solaris_pid_to_str): Ditto.
584         * symtab.c (gdb_mangle_name): Ditto.
585         * cli/cli-script.c (execute_control_command): Ditto.
586         (define_command, document_command): Ditto.
587         * tui/tui-io.c (tui_rl_display_match_list): Ditto.
588         * tui/tui-stack.c (tui_make_status_line): Ditto.
589         * tui/tui-win.c (tui_update_gdb_sizes): Ditto.
590
591 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
592
593         * cli/cli-decode.c (complete_on_cmdlist): Add a fourth arg and check
594         it when looking at ptr->func.
595         * command.h (complete_on_cmdlist): Add a fourth arg.
596         * completer.c (complete_line_internal): Add local ignore_help_classes,
597         and set it to 1 when reason is not handle_help.  Pass this down to
598         lookup_cmd_1 and complete_on_cmdlist.
599
600 2012-11-20  Tom Tromey  <tromey@redhat.com>
601
602         * completer.c (count_struct_fields): Remove.
603         (expression_completer): Don't call count_struct_fields.
604
605 2012-11-20  Pedro Alves  <palves@redhat.com>
606
607         * annotate.c (breakpoints_changed): Rename to ...
608         (annotate_breakpoints_changed): ... this.
609         (annotate_stopped, breakpoint_changed): Adjust caller.
610         * annotate.h (breakpoints_changed): Rename to ...
611         (annotate_breakpoints_changed): ... this.
612         * breakpoint.c (set_breakpoint_condition, breakpoint_set_commands)
613         (do_map_commands_command, init_raw_breakpoint, clear_command)
614         (set_ignore_count, enable_breakpoint_disp): Adjust callers.
615
616 2012-11-20  David S. Miller  <davem@davemloft.net>
617
618         * common/linux-osdata.c (get_number_of_cpu_cores): Delete.
619         (linux_xfer_osdata_processes): Fetch _SC_NPROCESSORS_ONLN via
620         sysconf.
621         (get_cores_used_by_process): Update comment.
622
623 2012-11-20  Yao Qi  <yao@codesourcery.com>
624
625         * objfiles.c (init_entry_point_info): Remove trailing spaces.
626
627 2012-11-20  Yao Qi  <yao@codesourcery.com>
628
629         * infrun.c (handle_inferior_event): Pass 'saved_singlestep_ptid'
630         to deprecated_context_hook.
631
632 2012-11-19  Yao Qi  <yao@codesourcery.com>
633
634         * infrun.c (infwait_state): Add static.
635
636 2012-11-16  Keith Seitz  <keiths@redhat.com>
637
638         PR c++/13615
639         * cp-namespace.c (cp_lookup_symbol_in_namespace): Add SEARCH
640         parameter and pass it to lookup_symbol_file.
641         (cp_lookup_symbol_imports): Tell cp_lookup_symbol_in_namespace
642         to search base classes.
643         (cp_lookup_symbol_namespace): Likewise.
644         (lookup_namespace_scope): Likewise.
645         (lookup_symbol_file): Add SEARCH parameter.
646         If SEARCH is non-zero and no symbol is found, lookup the class
647         and call cp_lookup_nested_symbol.
648         (find_symbol_in_baseclass): New function.
649         (cp_lookup_nested_symbol): Do not let
650         cp_lookup_symbol_in_namespace search through base classes.
651         Do that later when there is no global symbol match.
652
653 2012-11-16  Doug Evans  <dje@google.com>
654
655         * main.c (gdb_datadir_provided): New static global.
656         (get_init_files): If --data-directory is provided,
657         and SYSTEM_GDBINIT lives in data-directory, look for it there.
658         * NEWS: Mention it.
659
660 2012-11-15  Pierre Muller  <muller@sourceware.org>
661
662         ARI fixes: move gdb_wait and gdb_stat headers to common subdirectory.
663         * gdb_stat.h: Delete. Moved to common directory.
664         * common/gdb_stat.h: New file.
665         * gdb_wait.h: Delete. Moved to common directory.
666         * common/gdb_wait.h: New file.
667         * Makefile.in (H_FILES_NO_SRC): Adapt to new header
668         location.
669         * contrib/ari/gdb_ari.sh (wait.h rule): Adapt to new gdb_wait.h
670         location.
671         (stat.h rule): Adapt to new gdb_stat.h location.
672         * common/linux-osdata.c: Include "gdb_stat.h" header instead of
673         <sys/stat.h> header.
674         * common/linux-ptrace.c: Include "gdb_wait.h" header instead of
675         <sys/wait.h> header.
676
677 2012-11-15  Pierre Muller  <muller@sourceware.org>
678
679         * configure.ac (AC_HEADER_STAT): Remove.
680         * gdb_stat.h (STAT_MACROS_BROKEN): Remove macro use
681         and corresponding code.
682         * configure: Regenerate.
683         * config.in: Regenerate.
684
685 2012-11-15  Pierre Muller  <muller@sourceware.org>
686
687         ARI xasprintf rule fixes.
688         * dwarf2read.c (create_dwo_in_dwp): Use xstrprintf function
689         instead of xasprintf.
690         (open_and_init_dwp_file): Ditto.
691
692 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
693
694         * value.c (value_actual_type): Check for TYPE_CODE_STRUCT
695         target types.
696
697 2012-11-14  Tom Tromey  <tromey@redhat.com>
698
699         * configure, config.in: Rebuild.
700         * configure.ac: Don't check for ctype.h, time.h.
701         * expprint.c: Don't use HAVE_CTYPE_H.
702
703 2012-11-13  Tom Tromey  <tromey@redhat.com>
704
705         * gdbarch.h, gdbarch.c: Rebuild.
706         * gdbarch.sh (set_target_gdbarch): Rename from
707         deprecated_target_gdbarch_select_hack.
708         * arch-utils.c (gdbarch_update_p): Update.
709         (set_gdbarch_from_file): Update.
710
711 2012-11-14  Pierre Muller  <muller@sourceware.org>
712
713         * MAINTAINERS (Responsible Maintainers/misc): Add myself
714         as responsible of contrib/ari directory.
715
716 2012-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
717             Yao Qi  <yao@codesourcery.com>
718
719         * arm-tdep.c (arm_addr_bits_remove): Do not adjust the low
720         bit of EXC_RETURN.
721         (arm_m_exception_cache, arm_m_exception_this_id)
722         (arm_m_exception_prev_register, arm_m_exception_unwind_sniffer)
723         (arm_m_exception_unwind): New.
724         (arm_gdbarch_init): Register arm_m_exception_unwind.
725
726 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
727
728         * mi/mi-main.c (mi_cmd_data_write_memory): Handle additional
729         parameter COUNT, for pattern filling of memory regions.
730         * NEWS: Mention it.
731
732 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
733
734         * disasm.h (DISASSEMBLY_FILENAME): New macro.
735         * disasm.c (do_mixed_source_and_assembly): Pass filename flag on
736         to print_source_lines ().
737         * symtab.h (PRINT_SOURCE_LINES_FILENAME): New print source lines
738         flag.
739         * source.c (print_source_lines_base): Prefix source line with
740         filename if PRINT_SOURCE_LINES_FILENAME flag is set.
741
742 2012-11-13 Markus Metzger <markus.t.metzger@intel.com>
743
744         * symtab.h (print_source_lines_flags): New enum.
745         * source.c (print_source_lines_base): Change noerror to flags.
746         (print_source_lines): Change noerror to flags.
747
748 2012-11-13  Pierre Muller  <muller@sourceware.org>
749
750         ARI fixes: Avoid sprintf function use rule.
751         * charset.c (convert_between_encodings): Use xsnprintf.
752         * cli-out.c (cli_field_int): Likewise.
753         * cp-namespace.c (cp_lookup_nested_symbol): Likewise.
754         * expprint.c (op_name_standard): Likewise.
755         * frv-tdep.c (set_variant_num_gprs): Likewise.
756         (set_variant_num_fprs): Likewise.
757         * m68hc11-tdep.c (m68hc11_initialize_register_info): Likewise.
758         * nto-tdep.c (nto_find_and_open_solib): Likewise.
759         (nto_init_solib_absolute_prefix): Likewise.
760         * source.c (init_source_path): Likewise.
761         (print_source_lines_base): Likewise.
762         * valprint.c (print_wchar): Likewise.
763         * mi/mi-out.c (mi_field_int): Likewise.
764         windows-nat.c (windows_pid_to_exec_file): Likewise.
765         (windows_create_inferior): Likewise.
766         (_initialize_check_for_gdb_ini): Likewise.
767
768 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
769
770         * frame.h (deprecated_frame_register_read): Renames
771         frame_register_read.
772         * frame.c (deprecated_frame_register_read): Renames
773         frame_register_read.  Update all callers.
774         * i386-tdep.c: Update all callers of frame_register_read.
775         * infcmd.c: Likewise.
776         * jit.c: Likewise.
777         * mips-tdep.c: Likewise.
778         * mt-tdep.c: Likewise.
779         * sh64-tdep.c: Likewise.
780
781 2012-11-12  Joel Brobecker  <brobecker@adacore.com>
782
783         * frame.h (frame_register_read): Remove FIXME comment.
784         * frame.c (frame_register_read): Add suggestion explaining
785         which function to use in place of this one.
786
787 2012-11-12  Tom Tromey  <tromey@redhat.com>
788
789         * python/python.c (start_type_printers): Initialize 'result_obj'.
790
791 2012-11-12  Tom Tromey  <tromey@redhat.com>
792
793         * NEWS: Update.
794         * data-directory/Makefile.in (PYTHON_FILES): Add
795         type_printers.py.
796         * python/lib/gdb/command/type_printers.py: New file.
797         * python/lib/gdb/command/types.py (TypePrinter): New class.
798         (_get_some_type_recognizers, get_type_recognizers,
799         apply_type_recognizers, register_type_printer): New
800         functions.
801         * python/py-objfile.c (objfile_object) <type_printers>: New
802         field.
803         (objfpy_dealloc): Decref new field.
804         (objfpy_new): Set new field.
805         (objfpy_get_type_printers, objfpy_set_type_printers): New
806         functions.
807         (objfile_to_objfile_object): Set new field.
808         (objfile_getset): Add "type_printers".
809         * python/py-progspace.c (pspace_object) <type_printers>: New
810         field.
811         (pspy_dealloc): Decref new field.
812         (pspy_new): Set new field.
813         (pspy_get_type_printers, pspy_set_type_printers): New functions.
814         (pspace_to_pspace_object): Set new field.
815         (pspace_getset): Add "type_printers".
816         * python/python.c (start_type_printers, apply_type_printers,
817         free_type_printers): New functions.
818         (_initialize_python): Set gdb.type_printers.
819         * python/python.h (start_type_printers, apply_type_printers,
820         free_type_printers): Declare.
821         * typeprint.c (type_print_raw_options, default_ptype_flags):
822         Update for new fields.
823         (do_free_global_table, create_global_typedef_table,
824         find_global_typedef): New functions.
825         (find_typedef_in_hash): Use find_global_typedef.
826         (whatis_exp): Use create_global_typedef_table.  Change cleanup
827         handling.
828         * typeprint.h (struct type_print_options) <global_typedefs,
829         global_printers>: New fields.
830
831 2012-11-12  Tom Tromey  <tromey@redhat.com>
832
833         * c-typeprint.c (find_typedef_for_canonicalize,
834         print_name_maybe_canonical): New functions.
835         (c_print_type): Look up type name.
836         (cp_type_print_derivation_info): Add flags argument.  Use
837         print_name_maybe_canonical.
838         (cp_type_print_method_args): Add wrapping.
839         (c_type_print_varspec_prefix): Use print_name_maybe_canonical.
840         (c_type_print_template_args): New function.
841         (c_type_print_base): Change wrapping.  Use
842         print_name_maybe_canonical.
843         <TYPE_CODE_STRUCT>: Possibly create a typedef hash, and do
844         type name lookups.
845         * gdbtypes.c (types_equal): No longer static.
846         * gdbtypes.h (types_equal): Declare.
847         * typeprint.c (type_print_raw_options, default_ptype_flags):
848         Update.
849         (struct typedef_hash_table): New.
850         (hash_typedef_field, eq_typedef_field,
851         recursively_update_typedef_hash, add_template_parameters,
852         create_typedef_hash, free_typedef_hash, do_free_typedef_hash,
853         make_cleanup_free_typedef_hash, copy_typedef_hash_element,
854         copy_typedef_hash, find_typedef_in_hash): New functions.
855         * typeprint.h (struct type_print_options) <local_typedefs>:
856         New field.
857         (recursively_update_typedef_hash, add_template_parameters,
858         create_typedef_hash, free_typedef_hash,
859         make_cleanup_free_typedef_hash, copy_typedef_hash,
860         find_typedef_in_hash): Declare.
861
862 2012-11-12  Tom Tromey  <tromey@redhat.com>
863
864         * cp-support.c (inspect_type,
865         replace_typedefs_qualified_name, replace_typedefs): Add
866         finder, data arguments.  Call as needed.
867         (cp_canonicalize_string_full): New function.
868         (cp_canonicalize_string_no_typedefs): Rewrite.
869         * cp-support.h (canonicalization_ftype): New typedef.
870         (cp_canonicalize_string_full): Declare.
871
872 2012-11-12  Tom Tromey  <tromey@redhat.com>
873
874         * NEWS: Update.
875         * c-typeprint.c (c_type_print_base): Handle print_method and
876         print_typedefs flags.
877         * gdbcmd.h (setprinttypelist, showprinttypelist): Declare.
878         * python/py-type.c (typy_str): Use LA_PRINT_TYPE and raw
879         options.
880         * typeprint.c (type_print_raw_options, default_ptype_flags):
881         Update for new field.s
882         (whatis_exp): Parse flags.  Use LA_PRINT_TYPE.
883         (setprinttypelist, showprinttypelist, print_methods,
884         print_typedefs): New globals.
885         (set_print_type, show_print_type, set_print_type_methods,
886         show_print_type_methods, set_print_type_typedefs,
887         show_print_type_typedefs): New functions.
888         (_initialize_typeprint): Update documentation.  Add "print
889         type methods" and "print type typedefs" parameters.
890         * typeprint.h (struct type_print_options) <print_methods,
891         print_typedefs>: New fields.
892
893 2012-11-12  Tom Tromey  <tromey@redhat.com>
894
895         * c-typeprint.c (cp_type_print_method_args): Add flags
896         argument.  Call c_print_type, not type_print.
897         (c_type_print_base): Call c_print_type, not type_print.
898         Update.
899
900 2012-11-12  Tom Tromey  <tromey@redhat.com>
901
902         * ada-lang.c (user_select_syms, ada_print_subexp): Pass flags
903         to type-printing functions.
904         * ada-lang.h (ada_print_type): Add argument.
905         * ada-typeprint.c (print_array_type, print_variant_clauses,
906         print_variant_part, print_selected_record_field_types,
907         print_record_field_types, print_unchecked_union_type,
908         print_func_type, ada_print_type): Add flags argument.
909         (ada_print_typedef): Update.
910         * c-exp.y (OPERATOR conversion_type_id): Update.
911         * c-lang.h (c_print_type, c_type_print_base): Update.
912         * c-typeprint.c (c_print_type, c_type_print_varspec_prefix,
913         c_type_print_modifier, c_type_print_args,
914         c_type_print_varspec_suffix, c_type_print_base): Add flags
915         argument.
916         * cp-valprint.c (cp_print_class_member): Update.
917         * dwarf2read.c (dwarf2_compute_name): Update.
918         * f-lang.h (f_print_type): Add argument.
919         * f-typeprint.c (f_print_type): Add flags argument.
920         * gnu-v3-abi.c (gnuv3_print_method_ptr): Update.
921         * go-lang.h (go_print_type): Add argument.
922         * go-typeprint.c (go_print_type): Add flags argument.
923         * jv-lang.h (java_print_type): Add argument.
924         * jv-typeprint.c (java_type_print_base, java_print_type): Add
925         flags argument.
926         * language.c (unk_lang_print_type): Add flags argument.
927         * language.h (struct language_defn) <la_print_type>: Add flags
928         argument.
929         (LA_PRINT_TYPE): Likewise.
930         * m2-lang.h (m2_print_type): Add argument.
931         * m2-typeprint.c (m2_print_type, m2_range, m2_typedef,
932         m2_array, m2_pointer, m2_ref, m2_procedure, m2_long_set,
933         m2_unbounded_array, m2_record_fields): Add flags argument.
934         * p-lang.h (pascal_print_type, pascal_type_print_base,
935         pascal_type_print_varspec_prefix): Add argument.
936         * p-typeprint.c (pascal_print_type,
937         pascal_type_print_varspec_prefix, pascal_print_func_args,
938         pascal_type_print_varspec_suffix, pascal_type_print_base): Add
939         flags argument.
940         * symmisc.c (print_symbol): Update.
941         * typeprint.c (type_print_raw_options, default_ptype_flags):
942         New globals.
943         (type_print): Update.
944         * typeprint.h (struct type_print_options): New.
945         (type_print_raw_options): Declare.
946         (c_type_print_varspec_suffix, c_type_print_args): Add argument.
947
948 2012-11-10  Keith Seitz  <keiths@redhat.com>
949
950         * breakpoint.c (clear_command): Add cleanup for
951         sals.sals if an argument is given.
952
953         * linespec.c (parse_linespec): Do cleanups after
954         parsing a convenience variable.
955
956 2012-11-10  Keith Seitz  <keiths@redhat.com>
957
958         PR gdb/14288
959         * c-valprint.c (c_val_print): For character arrays
960         with "print null" option on, print ellipses if
961         the output is truncated and the next character is not \000.
962         * valprint.c (MAX_WCHARS): Define.
963         (WCHAR_BUFLEN): Likewise.
964         (WCHAR_BUFLEN_MAX): Likewise.
965         (struct converted_character): New structure.
966         (count_next_character): New function.
967         (print_converted_chars_to_obstack): New function.
968         (generic_printstr): Rewrite using count_next_character
969         and print_converted_chars_to_obstack.
970
971 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
972
973         * tui/tui.c (tui_rl_command_key): Switch to TUI_ONE_COMMAND_MODE
974         while executing the gdb command.
975         (tui_rl_startup_hook): Do not switch back to TUI_SINGLE_KEY_MODE if we
976         are called from prompt_for_continue.
977         * tui/tui-io.c (tui_redisplay_readline): Likewise.
978
979 2012-11-10  Stephane Carrez  <Stephane.Carrez@gmail.com>
980
981         PR tui/9584
982
983         * tui/tui.c (tui_rl_command_key): Do not call execute_command
984         but insert the command to execute in readline's buffer.
985
986 2012-11-09  Tom Tromey  <tromey@redhat.com>
987
988         * gdbarch.sh (target_gdbarch): Remove macro.
989         (get_target_gdbarch): Rename to target_gdbarch.
990         * gdbarch.c, gdbarch.h: Rebuild.
991         * ada-tasks.c, aix-thread.c, amd64-linux-nat.c, arch-utils.c,
992         arm-tdep.c, auxv.c, breakpoint.c, bsd-uthread.c, corefile.c,
993         darwin-nat-info.c, dcache.c, dsrec.c, exec.c, fbsd-nat.c,
994         filesystem.c, gcore.c, gnu-nat.c, i386-darwin-nat.c, i386-nat.c,
995         ia64-vms-tdep.c, inf-ptrace.c, infcmd.c, jit.c, linux-nat.c,
996         linux-tdep.c, linux-thread-db.c, m32r-rom.c, memattr.c,
997         mep-tdep.c, microblaze-tdep.c, mips-linux-nat.c,
998         mips-linux-tdep.c, mips-tdep.c, monitor.c, moxie-tdep.c,
999         nto-procfs.c, nto-tdep.c, ppc-linux-nat.c, proc-service.c,
1000         procfs.c, progspace.c, ravenscar-thread.c, record.c,
1001         remote-m32r-sdi.c, remote-mips.c, remote-sim.c, remote.c,
1002         rl78-tdep.c, rs6000-nat.c, rx-tdep.c, s390-nat.c, sol-thread.c,
1003         solib-darwin.c, solib-dsbt.c, solib-frv.c, solib-ia64-hpux.c,
1004         solib-irix.c, solib-pa64.c, solib-som.c, solib-spu.c,
1005         solib-sunos.c, solib-svr4.c, solib.c, spu-linux-nat.c,
1006         spu-multiarch.c, spu-tdep.c, symfile-mem.c, symfile.c, symtab.c,
1007         target-descriptions.c, target.c, target.h, tracepoint.c,
1008         windows-nat.c, windows-tdep.c, xcoffsolib.c, cli/cli-dump.c,
1009         common/agent.c, mi/mi-interp.c, python/py-finishbreakpoint.c,
1010         python/py-inferior.c, python/python.c: Update.
1011
1012 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
1013
1014         * source.c (print_source_lines_base): Add fullname field giving
1015         full path to file in mi output.
1016         * NEWS: Mention the new fullname field.
1017
1018 2012-11-09  Yao Qi  <yao@codesourcery.com>
1019
1020         * NEWS: Mention the fix to the ambiguity of 'fo' command.
1021
1022 2012-11-09  Pedro Alves  <palves@redhat.com>
1023
1024         PR gdb/14306
1025
1026         * infrun.c: Include target-descriptions.h.
1027         (follow_exec): Fetch new target description.
1028
1029 2012-11-09  Yao Qi  <yao@codesourcery.com>
1030
1031         * i386-tdep.c (i386_analyze_frame_setup): Handle opcode
1032         0x8d (lea).
1033
1034 2012-11-09  Yao Qi  <yao@codesourcery.com>
1035
1036         * breakpoint.c: Declare set_tracepoint_count.
1037         (install_breakpoint): Call set_tracepoint_count if B is a
1038         tracepoint.
1039         (trace_command): Don't call set_tracepoint_count.  Re-indent.
1040         (strace_command, ftrace_command):
1041         (create_tracepoint_from_upload): Likewise.
1042
1043 2012-11-09  Pedro Alves  <palves@redhat.com>
1044
1045         * gdbarch.sh (target_gdbarch) <gdbarch.h>: Reimplement as macro.
1046         (get_target_gdbarch) <gdbarch.h>: New function.
1047         (startup_gdbarch) <gdbarch.h>: Declare.
1048         <gdbarch.c> (target_gdbarch): Delete.
1049         <gdbarch.c> (deprecated_target_gdbarch_select_hack): Set the
1050         current inferior's gdbarch.
1051         <gdbarch.c> (get_target_gdbarch): New function.
1052         * inferior.c: Include target-descriptions.h.
1053         (free_inferior): Free target description info.
1054         (add_inferior_with_spaces): Set the inferior's initial
1055         architecture.
1056         (clone_inferior_command): Copy the original inferior's target
1057         description if it was user specified.
1058         (initialize_inferiors): Add comment.
1059         * inferior.h (struct target_desc_info): Forward declare.
1060         (struct inferior) <gdbarch>: New field.
1061         * linux-nat.c: Include target-descriptions.h.
1062         (linux_child_follow_fork): Copy the parent's architecture and
1063         target description to the child.
1064         * target-descriptions.c: Include inferior.h.
1065         (struct target_desc_info): New structure, holding the equivalents
1066         of ...
1067         (target_desc_fetched, current_target_desc)
1068         (target_description_filename): ... these removed globals.
1069         (get_tdesc_info, target_desc_info_from_user_p)
1070         (copy_inferior_target_desc_info, target_desc_info_free): New.
1071         (target_desc_fetched, current_target_desc)
1072         (target_description_filename): Reimplemented as convenience
1073         macros.
1074         (tdesc_filename_cmd_string): New global.
1075         (set_tdesc_filename_cmd): Copy the string manipulated by the "set
1076         tdescs filename ..." commands to the per-inferior equivalent.
1077         (show_tdesc_filename_cmd): Get the value to show from the
1078         per-inferior description filename.
1079         (_initilize_target_descriptions): Change the "set/show tdesc
1080         filename" commands' variable.
1081         * target-descriptions.h (struct target_desc, struct target_desc_info)
1082         (struct inferior): Forward declare.
1083         (target_find_description, target_clear_description)
1084         (target_current_description): Adjust comments.
1085         (copy_inferior_target_desc_info, target_desc_info_free)
1086         (target_desc_info_from_user_p). Declare.
1087
1088 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1089
1090         * tui/tui-hooks.c (tui_about_to_proceed): New function.
1091         (tui_target_wait_hook): Remove.
1092         (tui_install_hooks): Install the about_to_proceed observer.
1093         (tui_remove_hooks): And remove it here.
1094
1095 2012-11-08  Tom Tromey  <tromey@redhat.com>
1096
1097         * linux-tdep.c (linux_make_siginfo_note): New function.
1098         (linux_make_corefile_notes): Use it.
1099         * corelow.c (get_core_siginfo): New function.
1100         (core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
1101
1102 2012-11-08  Tom Tromey  <tromey@redhat.com>
1103
1104         PR gdb/14704:
1105         * gdb_bfd.c (gdb_bfd_ref): Set BFD_DECOMPRESS.
1106         (zlib_decompress_section): Remove.
1107         (gdb_bfd_map_section): Only check for compressed section
1108         in mmap case.  Use bfd_get_full_section_contents.
1109         * osabi.c (check_note): Add 'sectsize' argument.  Read
1110         section data.
1111         (generic_elf_osabi_sniff_abi_tag_sections): Don't read
1112         section data.  Update for check_note change.
1113         * xcoffread.c (xcoff_initial_scan): Use
1114         bfd_get_full_section_contents.
1115         * py-auto-load.c (auto_load_section_scripts): Use
1116         bfd_get_full_section_contents.
1117         * contrib/cc-with-tweaks.sh: Add -Z option.
1118
1119 2012-11-08  Tom Tromey  <tromey@redhat.com>
1120
1121         * python/py-bpevent.c: Include defs.h.
1122         * python/py-continueevent.c: Include defs.h.
1123         * python/py-event.c: Include defs.h.
1124         * python/py-event.h: Don't include defs.h.
1125         * python/py-events.h: Don't include defs.h.
1126         * python/py-evts.c: Include defs.h.
1127         * python/py-exitedevent.c: Include defs.h.
1128         * python/py-newobjfileevent.c: Include defs.h.
1129         * python/py-signalevent.c: Include defs.h.
1130         * python/py-stopevent.c: Include defs.h.
1131         * python/py-threadevent.c: Include defs.h.
1132
1133 2012-11-08  Pierre Muller  <muller@sourceware.org>
1134
1135         * update-web-ari.sh (print_heading): Add number of files
1136         checked.
1137         (nb_files): New variable counting the number of sources
1138         files found by gdb_find.sh script.
1139         (debug_awk): New variable to allow extra debug output.
1140         (indexes): Add more information if DEBUG_AWK is set.
1141
1142 2012-11-08  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1143
1144         * ppc-linux-tdep.c (ppc64_standard_linkage1, ppc64_standard_linkage2,
1145         ppc64_standard_linkage3): Mark ld r11 instructions as optional,
1146         following the change in PLT call stubs on linker.
1147
1148 2012-11-08  Pierre Muller  <muller@sourceware.org>
1149
1150         * contrib/ari/gdb_ari.sh (LANG, LC_ALL): Use 'C' instead of 'c'
1151         as default language.
1152         (AWK): Use = instead of == for sh test to avoid warning.
1153         (Linux rule): Correct [:digit] into [[:digit:]].
1154         (__func__ rule): Adapt to "gdb_assert.h" move to common subdirectory.
1155         (vasprintf rule): Adapt to common subdirectory moves.
1156         (xasprintf rule): Idem.
1157         (xvasprintf rule): Idem.
1158         (var_boolean rule): Accept occurence in == or != test.
1159
1160         * contrib/ari/gdb_find.sh: Also prune gdbtk directory.
1161
1162 2012-11-08  Stephane Carrez  <Stephane.Carrez@gmail.com>
1163
1164         * tui/tui-hooks.c (tui_inferior_exit): New function.
1165         (tui_detach_hook): Remove.
1166         (tui_install_hooks): Install the inferior exit observer.
1167         (tui_remove_hooks): Remove it.
1168
1169 2012-11-08  Yao Qi  <yao@codesourcery.com>
1170
1171         PR gdb/14777.
1172         * source.c (_initialize_source): Call add_com_alias to abbreviate
1173         'forward-search' as 'fo'.
1174
1175 2012-11-07  Pedro Alves  <palves@redhat.com>
1176
1177         * arm-tdep.c: Make defs.h be the first include.
1178         * coff-pe-read.c: Ditto.
1179         * gnu-nat.c: Ditto.
1180         * go32-nat.c: Ditto.
1181         * i386-nat.c: Ditto.
1182         * ppcnbsd-nat.c: Ditto.
1183         * ada-varobj.h: Don't include defs.h.
1184         * i386-darwin-tdep.h: Ditto.
1185         * i386-nat.h: Ditto.
1186
1187 2012-11-07  Pedro Alves  <palves@redhat.com>
1188
1189         * MAINTAINERS: New FSF-appointed maintainers replace the Steering
1190         Committee.
1191
1192 2012-11-07  Pierre Muller  <muller@sourceware.org>
1193
1194         * common/linux-osdata.c (dirent.h): ARI fix: Remove.
1195         File already uses "gdb_dirent.h" header.
1196
1197 2012-11-07  Yao Qi  <yao@codesourcery.com>
1198
1199         * breakpoint.c (get_tracepoint_by_number): Remove 'extern int
1200         tracepoint_count'.
1201
1202 2012-11-06  Tom Tromey  <tromey@redhat.com>
1203
1204         * target.h (inferior_has_forked, inferior_has_vforked)
1205         (inferior_has_execd, inferior_has_called_syscall): Remove
1206         declarations.
1207
1208 2012-11-06  Pierre Muller  <muller@sourceware.org>
1209
1210         * remote.c (remote_insert_hw_breakpoint): ARI fix,
1211         add missing internalization markup.
1212
1213 2012-11-06  Pedro Alves  <palves@redhat.com>
1214
1215         PR gdb/14810
1216
1217         * breakpoint.c (bpstat_stop_status): Skip disabled locations.
1218
1219 2012-11-06  Pierre Muller  <muller@sourceware.org>
1220
1221         * contrib/ari/create-web-ari-in-src.sh: Avoid problem if script
1222         is not executable.
1223
1224 2012-11-05  Joel Brobecker  <brobecker@adacore.com>
1225
1226         * gnulib/update-gnulib.sh: New script.
1227
1228 2012-11-05  Stephane Carrez  <Stephane.Carrez@gmail.com>
1229
1230         * MAINTAINERS: Update my email address.
1231
1232 2012-11-05  Tom Tromey  <tromey@redhat.com>
1233
1234         * frame.c (put_frame_register): Don't use temporary buffer.
1235
1236 2012-11-05  Pedro Alves  <palves@redhat.com>
1237
1238         * inferior.c (exit_inferior_1): Clear 'vfork_parent' in the vfork
1239         child.  Clear 'pending_detach'.
1240         * infrun.c (handle_vfork_child_exec_or_exit): Clear
1241         'pending_detach' in the vfork parent.
1242
1243 2012-11-05  Doug Evans  <dje@google.com>
1244
1245         Add support for DWP files.  http://gcc.gnu.org/wiki/DebugFissionDWP
1246         * contrib/cc-with-tweaks.sh: Add -p parameter to invoke dwp.
1247         * dwarf2read.c: #include "elf-bfd.h".
1248         (struct dwarf2_per_objfile): New members dwp_checked, dwp_file.
1249         (dwop_section_names): Renamed from dwo_section names.  All uses
1250         updated.  Add entries for .debug_cu_index, .debug_tu_index.
1251         (struct dwo_file): Rename dwo_name to name, dwo_bfd to dbfd.
1252         All uses updated.
1253         (struct dwp_sections): New type.
1254         (struct virtual_dwo_sections): New type.
1255         (struct dwp_hash_table): New type.
1256         (struct dwp_file): New type.
1257         (init_cutu_and_read_dies): Ensure DWO info/types section has been
1258         read in.  Handle DWOs coming from DWP files.
1259         (lookup_dwo_file_slot): New function.
1260         (dwarf2_locate_dwo_sections): Move definition closer to use.
1261         (create_dwo_debug_info_hash_table_reader): Renamed from
1262         create_debug_info_hash_table_reader.  All callers updated.
1263         (create_dwo_debug_info_hash_table): Renamed from
1264         create_debug_info_hash_table.  All callers updated.
1265         (create_dwp_hash_table): New function.
1266         (locate_virtual_dwo_sections, create_dwo_in_dwp): New functions.
1267         (lookup_dwo_in_dwp): New function.
1268         (try_open_dwop_file): Renamed from try_open_dwo_file.  New parameter
1269         is_dwp.  All callers updated.
1270         (open_dwop_file): Renamed from open_dwo_file.  All callers updated.
1271         (open_and_init_dwo_file): Renamed from init_dwo_file.
1272         All callers updated.
1273         (lookup_dwo_file): Delete.
1274         (dwarf2_locate_dwp_sections): New function.
1275         (hash_dwp_loaded_cutus, eq_dwp_loaded_cutus): New functions.
1276         (allocate_dwp_loaded_cutus_table): New function.
1277         (open_and_init_dwp_file): New function.
1278         (lookup_dwo_cutu): New function.
1279         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Call it.
1280
1281 2012-11-03  Yao Qi  <yao@codesourcery.com>
1282
1283         Fix PR gdb/14617.
1284         * breakpoint.c (trace_pass_set_count): Call
1285         observer_notify_breakpoint_modified instead of
1286         observer_notify_tracepoint_modified.
1287         * mi/mi-cmd-break.c (mi_cmd_break_passcount): Likewise.
1288
1289 2012-11-02  Tom Tromey  <tromey@redhat.com>
1290
1291         * breakpoint.c (catch_syscall_completer): Pass 'word' as second
1292         argument to complete_on_enum.
1293
1294 2012-11-02  Tom Tromey  <tromey@redhat.com>
1295
1296         * configure: Rebuild.
1297         * configure.ac (build_warnings): Add -Wempty-body.
1298         * m68k-tdep.c (m68k_gdbarch_init): Remove empty 'if'.
1299         * remote.c (handle_notification): Use braces for empty 'else' body.
1300         * s390-tdep.c (s390_analyze_prologue): Use braces for empty
1301         'else' body.
1302         * sh64-tdep.c (sh64_push_dummy_call): Use braces for empty
1303         'else' body.
1304         * solib-som.c (som_relocate_section_addresses): Use braces
1305         for empty 'else' body.
1306         * ui-file.c (stdio_file_write): Use braces for empty 'if' body.
1307         (stdio_file_write_async_safe, stdio_file_fputs): Likewise.
1308
1309 2012-11-02  Pedro Alves  <palves@redhat.com>
1310
1311         PR gdb/14766
1312
1313         * infrun.c (handle_inferior_event)
1314         <TARGET_WAITKIND_EXITED/TARGET_WAITKIND_SIGNALLED>: Switch to
1315         null_ptid before handling a vfork child exec or exit.  Switch to
1316         the event ptid afterwards.
1317
1318 2012-11-02  Yao Qi  <yao@codesourcery.com>
1319
1320         * std-operator.def: Remove OP_LABELED.
1321         * eval.c: Remove the declaration of 'get_label'.
1322         (get_label): Remove.
1323         (evaluate_struct_tuple): Remove code handling OP_LABELED.
1324         Update comment.
1325         Remove local variable 'variantno' and related code.
1326         Replace 'substruct_type' with 'struct_type'.  Replace 'subfieldno'
1327         with 'fieldno'.
1328         * expprint.c (print_subexp_standard): Likewise.
1329         (dump_subexp_body_standard): Likewise.
1330         * parse.c (operator_length_standard): Likewise.
1331
1332 2012-11-01  Pierre Muller  <muller@ics.u-strasbg.fr>
1333
1334         Incorporate ARI web page generator into GDB sources.
1335         * contrib/ari/create-web-ari-in-src.sh: New file.
1336         * contrib/ari/gdb_ari.sh: New file.
1337         * contrib/ari/gdb_find.sh: New file.
1338         * contrib/ari/update-web-ari.sh: New file.
1339
1340 2012-10-31  Tom Tromey  <tromey@redhat.com>
1341
1342         * gdbarch.c: Rebuild.
1343         * gdbarch.sh: Remove references to gdbarch_swap.
1344         * corelow.c (core_open): Remove obsolete comment.
1345
1346 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
1347
1348         PR cli/14772
1349         * c-typeprint.c (c_print_type): Don't print a space for vector
1350         types, this is handled within the suffix.
1351         (c_type_print_varspec_suffix): Add a space to vector suffix.
1352
1353 2012-10-26  Pedro Alves  <palves@redhat.com>
1354
1355         * amd64-tdep.c (amd64_relocate_instruction): Use
1356         store_unsigned_integer instead of memcpy.
1357         * i386-tdep.c (i386_relocate_instruction): Ditto.
1358
1359 2012-10-26  Pedro Alves  <palves@redhat.com>
1360
1361         * infrun.c (handle_inferior_event): Merge handling of
1362         TARGET_WAITKIND_EXITED and TARGET_WAITKIND_SIGNALLED into a single
1363         switch case.
1364
1365 2012-10-26  Pedro Alves  <palves@redhat.com>
1366
1367         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_SIGNALLED>:
1368         Remove comment.
1369
1370 2012-10-26  Pedro Alves  <palves@redhat.com>
1371
1372         * target.c (target_waitstatus_to_string): Handle
1373         TARGET_WAITKIND_VFORK_DONE.
1374
1375 2012-10-26  Pedro Alves  <palves@redhat.com>
1376
1377         * infrun.c (handle_inferior_event): Print TARGET_WAITKIND_VFORKED
1378         as "TARGET_WAITKIND_VFORKED", not "TARGET_WAITKIND_FORKED".
1379
1380 2012-10-24  Tristan Gingold  <gingold@adacore.com>
1381
1382         * ravenscar-sparc-thread.c (ravenscar_sparc_fetch_registers):
1383         Add comments.
1384
1385 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1386
1387         * ravenscar-thread.c (ravenscar_wait): Only update the list
1388         of threads and inferior_ptid if the inferior is still alive.
1389
1390 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1391
1392         * ada-lang.c (is_known_support_routine): Use lbasename when
1393         matching the symtab's filename against
1394         known_runtime_file_name_patterns.
1395
1396 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1397
1398         * ada-lang.c (ada_same_array_size_p): New function.
1399         (ada_promote_array_of_integrals): New function.
1400         (coerce_for_assign): Add handling of arrays where the elements
1401         are integrals of a smaller size than the size of the target
1402         array element type.
1403
1404 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1405
1406         * doublest.c (convert_doublest_to_floatformat): Fix comparison
1407         against maximum exponent value.
1408
1409 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1410
1411         * ada-lang.h (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Add entry for
1412         "unwind-seh.c".
1413
1414 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1415
1416         * ada-lang.c (ada_template_to_fixed_record_type_1): Do not
1417         strip typedef layer when computing the fixed type's field type,
1418         only when computing its size.
1419
1420 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
1421
1422         PR gdb/12783
1423         * i386-tdep.c (i386_return_value): Handle complex double and long
1424         double.
1425
1426 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
1427
1428         * windows-nat.c (windows_create_inferior) [!__CYGWIN__]:
1429         New local variable args_len.
1430         Quote the name of the executable when computing the command line.
1431
1432 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
1433
1434         PR gdb/12796
1435         PR gdb/12798
1436         PR gdb/12800
1437         * amd64-tdep.h (enum amd64_regnum): Add AMD64_ST1_REGNUM and
1438         AMD64_FTAG_REGNUM.
1439         * amd64-tdep.c (amd64_classify): Classify complex types.
1440         (amd64_return_value): Handle the COMPLEX_X87 class.
1441
1442 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1443
1444         * rs6000-aix-tdep.c (rs6000_aix_auto_wide_charset): New function.
1445         (rs6000_aix_init_osabi): Set auto_wide_charset gdbarch method.
1446
1447 2012-10-23  Joel Brobecker  <brobecker@adacore.com>
1448
1449         * amd64-windows-tdep.c (amd64_windows_auto_wide_charset): New
1450         function.
1451         (amd64_windows_init_abi): Set auto_wide_charset gdbarch method
1452         to amd64_windows_auto_wide_charset.
1453
1454 2012-10-23  Yao Qi  <yao@codesourcery.com>
1455
1456         * event-top.c (mark_async_signal_handler_wrapper): Remove.
1457         * event-top.h: Remove its declaration.
1458         (async_request_quit): Call mark_async_signal_handler instead of
1459         mark_async_signal_handler_wrapper.
1460         (async_do_nothing, async_disconnect): Likewise.
1461         (async_stop_sig): Likewise.
1462         * remote.c (handle_remote_sigint): Likewise.
1463         (handle_remote_sigint_twice): Likewise.
1464
1465 2012-10-23  Yao Qi  <yao@codesourcery.com>
1466
1467         * event-top.c (sigint_token, sighup_token): Replace 'void *'
1468         with 'static struct async_signal_handler *'.
1469         (sighup_token, sigquit_token, sigstp_token): Likewise.
1470
1471 2012-10-22  Ali Anwar  <ali_anwar@codesourcery.com>
1472
1473         * gdbarch.sh (function_list): Use 'pstring' when printing
1474         a variable which could return NULL.
1475         * gdbarch.c: Regenerate.
1476
1477 2012-10-10  Joel Brobecker  <brobecker@adacore.com>
1478             Tom Tromey  <tromey@redhat.com>
1479
1480         * rs6000-aix-tdep.c (rs6000_aix_osabi_sniffer): Replace
1481         inneffective if condition by gdb assertion.  Add function
1482         description comment.
1483
1484 2012-10-19  Joel Brobecker  <brobecker@adacore.com>
1485
1486         * parser-defs.h (struct exp_descriptor): Document constraint
1487         on return value for "op_name" callbacks.
1488
1489 2012-10-18  Tom Tromey  <tromey@redhat.com>
1490
1491         * tracepoint.c (print_one_static_tracepoint_marker): Constify.
1492         * symtab.c (iterate_over_some_symtabs): Constify.
1493         * source.h (symtab_to_fullname): Return 'const char *'.
1494         * source.c (symtab_to_fullname): Return 'const char *'.
1495         * python/py-symtab.c (stpy_fullname): Constify.
1496         * cli/cli-cmds.c (edit_command): Constify.
1497         * breakpoint.c (print_breakpoint_location)
1498         (update_static_tracepoint): Constify.
1499
1500 2012-10-18  Tom Tromey  <tromey@redhat.com>
1501
1502         * breakpoint.c (compare_breakpoints): Fix comparison.
1503
1504 2012-10-18  Tom Tromey  <tromey@redhat.com>
1505
1506         * valprint.c (generic_emit_char, generic_printstr): Pass size of
1507         gdb_wchar_t to convert_between_encodings.
1508
1509 2012-10-17  Yao Qi  <yao@codesourcery.com>
1510
1511         * breakpoint.c (invalidate_bp_value_on_memory_change): Add one
1512         more parameter 'inferior'.
1513         * corefile.c (write_memory_with_notification): Caller update.
1514
1515         * mi/mi-cmd-var.c: Include "mi-main.h".
1516         (mi_cmd_var_assign): Set mi_suppress_notification.data_write_memory
1517         to 1 and restore it later.
1518         * mi/mi-cmds.c (mi_cmd mi_cmds): Update for "data-write-memory"
1519         and "data-write-memory-bytes.
1520         * mi/mi-interp.c: Include objfiles.h.
1521         (mi_interpreter_init): Call observer_attach_memory_changed.
1522         (mi_memory_changed): New.
1523         * mi/mi-main.h (struct mi_suppress_notification) <memory>:
1524         New field.
1525
1526         * NEWS: Mention new MI notification "memory-changed".
1527
1528 2012-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1529
1530         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Remove comment.
1531
1532 2012-10-15  Doug Evans  <dje@google.com>
1533
1534         New option -nh: inhibit loading of ~/.gdbinit.
1535         * NEWS: Mention -nh.
1536         * main.c (captured_main): Recognize and process -nh.
1537         (print_gdb_help): Mention -nh.
1538         * gdb.1: Mention -nh.  Remove erroneous docs on -nx behavior.
1539
1540 2012-10-15  H.J. Lu  <hongjiu.lu@intel.com>
1541
1542         PR backtrace/14646
1543         PR gdb/14647
1544         * i386-tdep.h (gdbarch_tdep): Remove sp_regnum_from_eax and
1545         pc_regnum_from_eax.
1546         * i386-tdep.c (i386_gdbarch_init): Don't use sp_regnum_from_eax
1547         nor pc_regnum_from_eax.
1548         * amd64-tdep.c (amd64_x32_init_abi): Don't set sp_regnum_from_eax
1549         nor pc_regnum_from_eax.
1550
1551 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1552
1553         Fix entry values resolving in inlined frames.
1554         * dwarf2loc.c (dwarf_expr_reg_to_entry_parameter): Move func_addr,
1555         gdbarch and caller_frame initialization later.  Skip INLINE_FRAME
1556         entries of FRAME.
1557
1558 2012-10-15  Joel Brobecker  <brobecker@adacore.com>
1559
1560         * configure.ac: Build with -DMS_WIN64 if building with Python
1561         enabled using GCC on amd64-windows.
1562         * configure: Regenerate.
1563
1564 2012-10-15  Tom Tromey  <tromey@redhat.com>
1565
1566         PR python/14635:
1567         * python/py-symtab.c (del_objfile_sal): Set 'symtab' field
1568         to Py_None.
1569
1570 2012-10-15  Tom Tromey  <tromey@redhat.com>
1571
1572         PR python/14634:
1573         * python/py-symbol.c (sympy_dealloc): Check for NULL symbol.
1574
1575 2012-10-11  Andrew Burgess  <aburgess@broadcom.com>
1576
1577         * remote-sim.c (gdbsim_create_inferior): Call init_thread_list to
1578         reset thread numbering back to 1.
1579
1580 2012-10-11  Doug Evans  <dje@google.com>
1581
1582         PR breakpoints/14643.
1583         * linespec.c (struct ls_parser): New member keyword_ok.
1584         (linespec_lexer_lex_string): Add comment.
1585         (linespec_lexer_lex_one): Ignore keywords if it's the wrong place
1586         for one.
1587         (parse_linespec): Set keyword_ok.
1588
1589 2012-10-10  Doug Evans  <dje@google.com>
1590
1591         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
1592         "0x" prefix on address in log message.
1593
1594         * dwarf2read.c (read_1_byte): Add const to buf parameter.
1595         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
1596         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
1597         (lookup_dwo_file): Add const to dwo_name parameter.
1598         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
1599
1600 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1601
1602         Fix crash during stepping on ppc32.
1603         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
1604         SYM.
1605
1606 2012-10-03  Doug Evans  <dje@google.com>
1607
1608         PR symtab/14601
1609         * buildsym.c (buildsym_init): Reset using_directives to NULL.
1610
1611 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
1612
1613         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
1614         output and use uint32_t not long to ensure 4 byte size.
1615
1616 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
1617
1618         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
1619         unref'ed it.
1620
1621 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
1622
1623         * target.c (simple_search_memory): Include access length in
1624         warning message.
1625
1626 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
1627             Edjunior Machado  <emachado@linux.vnet.ibm.com>
1628
1629         PR gdb/13989
1630         * solib.c (solib_find): Prevent GDB from loading native libraries when
1631         debugging a cross-target corefile.
1632
1633 2012-09-28  selven  <pcthegreat@gmail.com>
1634
1635         Make definition match declaration.
1636
1637         * regcache.c (regcache_register_status): Change return type to
1638         enum register_status.
1639
1640 2012-09-28  Yao Qi  <yao@codesourcery.com>
1641
1642         * mi/mi-main.c (mi_cmd_data_write_memory): Call
1643         write_memory_with_notification instead of write_memory.
1644         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
1645         instead of target_write_memory.
1646
1647 2012-09-28  Yao Qi  <yao@codesourcery.com>
1648
1649         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
1650         when the length of content is not an even number.
1651
1652 2012-09-27  Tom Tromey  <tromey@redhat.com>
1653
1654         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
1655         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
1656
1657 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1658
1659         * sol-thread.c (sol_thread_fetch_registers)
1660         (sol_thread_store_registers): Delete commented out code.
1661
1662 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1663
1664         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1665         Move these functions to sparc-sol-thread.c.
1666         * sparc-sol-thread.c: New file.
1667         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
1668         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
1669         configurations.
1670         * configure: Regenerate.
1671
1672 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1673
1674         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1675         Remove commented-out code.
1676
1677 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1678
1679         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
1680         Enable this code for sparc hosts only.
1681
1682 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1683
1684         * procfs.h (procfs_find_LDT_entry): Add declaration.
1685         * sol-thread.c (ps_lgetLDT): Delete local declaration of
1686         function procfs_find_LDT_entry.
1687
1688 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1689
1690         * procfs.c (proc_get_LDT_entry): Make static.
1691
1692 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
1693
1694         * procfs.c (proc_find_memory_regions): Fix declaration.
1695
1696 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1697
1698         * amd64-tdep.c (amd64_return_value): Revert previous change
1699         that used TYPE_LENGTH directly.
1700         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1701         (bfin_store_return_value): Likewise.
1702         * cris-tdep.c (cris_store_return_value): Likewise.
1703         (cris_extract_return_value): Likewise.
1704         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1705         * hppa-tdep.c (hppa64_return_value): Likewise.
1706         * lm32-tdep.c (lm32_store_return_value): Likewise.
1707         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1708         * spu-tdep.c (spu_value_from_register): Likewise.
1709         * vax-tdep.c (vax_return_value): Likewise.
1710
1711 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
1712
1713         * gdbtypes.c (lookup_array_range_type): Expand parameters
1714         LOW_BOUND and HIGH_BOUND to LONGEST.
1715         (lookup_string_range_type): Likewise.
1716         * gdbtypes.h (lookup_array_range_type): Likewise.
1717         (lookup_string_range_type): Likewise.
1718         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
1719         Expand HIGHBOUND to ssize_t.
1720         (value_string): Likewise.
1721         * value.h (value_cstring): Expand parameter LEN to ssize_t.
1722         (value_string): Likewise.
1723
1724 2012-09-27  Yao Qi  <yao@codesourcery.com>
1725
1726         PR breakpoints/13898
1727         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
1728         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
1729         per breakpoint type.
1730
1731 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
1732
1733         * procfs.c: Add gdb_bfd header.
1734         * rs6000-nat.c: Likewise.
1735         * solib-pa64.c: Likewise.
1736         * spu-linux-nat.c: Likewise.
1737         * windows-nat.c: Likewise.
1738
1739 2012-09-26  Tom Tromey  <tromey@redhat.com>
1740
1741         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
1742
1743 2012-09-26  Tom Tromey  <tromey@redhat.com>
1744
1745         * dwarf2read.c (mark_common_block_symbol_computed): New function.
1746         (read_common_block): Handle child DIEs with
1747         DW_AT_data_member_location.
1748         (new_symbol_full): Add special case for common blocks.
1749
1750 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1751             Tom Tromey  <tromey@redhat.com>
1752
1753         * dwarf2read.c (read_common_block): Rewrite.
1754         (new_symbol_full): Handle DW_TAG_common_block.
1755         * f-lang.c (head_common_list, find_common_for_function):
1756         Remove.
1757         * f-lang.h (struct common_entry, struct saved_f77_common,
1758         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
1759         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
1760         BLANK_COMMON_NAME_LOCAL): Remove.
1761         (struct common_block): New.
1762         * f-valprint.c (list_all_visible_commons): Remove.
1763         (info_common_command_for_block): New function.
1764         (info_common_command): Use it.
1765         * stack.c (iterate_over_block_locals): Special case for
1766         COMMON_BLOCK_DOMAIN.
1767         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
1768         constant.
1769         (struct general_symbol_info) <value.common_block>: New field.
1770         (SYMBOL_VALUE_COMMON_BLOCK): New define.
1771
1772 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1773             Tom Tromey  <tromey@redhat.com>
1774
1775         * f-lang.c (allocate_saved_bf_node,
1776         allocate_saved_function_node, allocate_saved_f77_common_node,
1777         allocate_common_entry_node, tail_common_list, current_common,
1778         saved_bf_list, saved_bf_list_end, current_head_bf_list,
1779         tmp_bf_ptr, add_common_block, add_common_entry,
1780         find_first_common_named, patch_common_entries,
1781         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
1782         global_remote_debug, get_bf_for_fcn, saved_function_list,
1783         saved_function_list_end, clear_function_list, struct saved_fcn,
1784         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
1785         SAVED_BF, SAVED_BF_PTR): Remove.
1786         * f-lang.h (tail_common_list, current_common,
1787         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
1788         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
1789         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
1790         real_main_c_value): Remove.
1791         * f-valprint.c (there_is_a_visible_common_named): Remove.
1792
1793 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
1794
1795         * breakpoint.c (update_global_location_list): Ignore previous
1796         duplicate status of a breakpoint when starting a new scan for
1797         duplicate breakpoints.
1798
1799 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
1800         PR breakpoints/14419
1801         * arm-tdep.c (arm_skip_prologue): Extending producer check to
1802         support LLVM compiler.
1803
1804 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1805
1806         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
1807         * bfin-tdep.c (bfin_extract_return_value): Likewise.
1808         (bfin_store_return_value): Likewise.
1809         * cris-tdep.c (cris_store_return_value): Likewise.
1810         (cris_extract_return_value): Likewise.
1811         * h8300-tdep.c (h8300_extract_return_value): Likewise.
1812         * hppa-tdep.c (hppa64_return_value): Likewise.
1813         * lm32-tdep.c (lm32_store_return_value): Likewise.
1814         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
1815         * spu-tdep.c (spu_value_from_register): Likewise.
1816         * vax-tdep.c (vax_return_value): Likewise.
1817
1818 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1819
1820         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
1821         parameter LEN to ssize_t.
1822
1823 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1824
1825         * ada-valprint.c (ada_val_print_1): Eliminate single-use
1826         variable LEN.
1827         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
1828         directly.
1829         (alpha_store_return_value): Likewise.
1830         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
1831         (amd64_push_arguments): Likewise.
1832         * ax-gdb.c (gen_trace_static_fields): Likewise.
1833         (gen_traced_pop): Likewise.
1834         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
1835         * breakpoint.c (update_watchpoint): Likewise.
1836         * findcmd.c (parse_find_args): Use local variable for type
1837         instead of length.
1838         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
1839         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
1840         (h8300_store_return_value): Likewise.
1841         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
1842         Use i386_darwin_arg_type_alignment directly.
1843         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
1844         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
1845         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
1846         (m68hc11_extract_return_value): Likewise.
1847         * mep-tdep.c (mep_push_dummy_call): Likewise.
1848         * printcmd.c (float_type_from_length): Likewise.
1849         * s390-tdep.c (s390_value_from_register): Likewise.
1850         * stack.c (read_frame_arg): Likewise.
1851         * tracepoint.c (encode_actions_1): Likewise.
1852         * valops.c (value_fetch_lazy): Use local variable for type
1853         instead of length.  Use TYPE_LENGTH directly.
1854         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
1855
1856 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1857
1858         * symtab.c (skip_prologue_sal): Fix typo in comment.
1859
1860 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
1861
1862         * linespec.c (create_sals_line_offset): Fix typo in comment.
1863
1864 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
1865
1866         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
1867         use plongest to print the array size.
1868
1869 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1870
1871         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
1872         * p-valprint.c (pascal_type_print_base): Likewise.
1873
1874 2012-09-22  Yao Qi  <yao@codesourcery.com>
1875
1876         * remote.c (remote_get_trace_status): Remove setting default
1877         values of fields of 'ts'.
1878
1879 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1880
1881         Fix internal error on canonicalization of clang types.
1882         * cp-name-parser.y (operator): New comment at make_operator call for
1883         new, delete, new[] and delete[].
1884         (exp): Use "sizeof ".  Add new comment at make_operator call.
1885
1886 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
1887
1888         Fix disassemble without parameters in tailcall frame.
1889         * cli/cli-cmds.c (disassemble_current_function): Use
1890         get_frame_address_in_block.
1891
1892 2012-09-21  Tom Tromey  <tromey@redhat.com>
1893
1894         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
1895         TYPE_CODE_UNION>: Unify, removing a goto.
1896
1897 2012-09-21  Tom Tromey  <tromey@redhat.com>
1898
1899         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
1900
1901 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
1902
1903         * findvar.c (read_frame_register_value): Mark the result value as
1904         optimized out if any of the input registers have been optimized out.
1905
1906 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
1907
1908         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
1909
1910 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
1911
1912         * eval.c (evaluate_subexp_standard): Eliminate single-use
1913         variable LOWER.
1914
1915 2012-09-21  Yao Qi  <yao@codesourcery.com>
1916
1917         * mi/mi-interp.c: Declare mi_record_changed.
1918         (mi_interpreter_init): Call observer_attach_record_changed.
1919         (mi_record_changed): New.
1920         * record.c (record_open): Call observer_notify_record_changed.
1921         (cmd_record_stop): Call observer_notify_record_changed.
1922         * NEWS: Mention it.
1923
1924 2012-09-20  Tom Tromey  <tromey@redhat.com>
1925
1926         * NEWS: Update.
1927         * python/python.c (finalize_python): New function.
1928         (_initialize_python): Make a final cleanup.
1929
1930 2012-09-19  Doug Evans  <dje@google.com>
1931
1932         * buildsym.h (param_symbols): Delete, unused.
1933         (context_stack): Delete member "params", unused.
1934         * buildsym.c (push_context): Update.
1935         * dwarf2read.c (read_func_scope): Update.
1936
1937 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
1938
1939         * sh-tdep.c (sh_register_convert_to_virtual)
1940         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
1941         all callers.  Just do a memcpy if not the little-endian case.
1942
1943         * h8300-tdep.c (h8300_gdbarch_init): Invoke
1944         set_gdbarch_double_format and set_gdbarch_long_double_format.
1945         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
1946         set_gdbarch_double_format.
1947         * sh-tdep.c (sh_gdbarch_init): Likewise.
1948
1949         * NEWS: Document the removal of SH's 'regs' command.
1950         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
1951         command.
1952
1953 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
1954
1955         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
1956         `jump'.
1957
1958 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
1959
1960         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
1961         language when iterating over symbols.
1962
1963 2012-09-18  Yao Qi  <yao@codesourcery.com>
1964
1965         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
1966         (mi_interpreter_init): Call observer_attach_tsv_created and
1967         observer_attach_tsv_deleted.
1968         (mi_tsv_created, mi_tsv_deleted): New.
1969         * tracepoint.c (delete_trace_state_variable): Call
1970         observer_notify_tsv_deleted.
1971         (trace_variable_command): Call observer_notify_tsv_created.
1972         (delete_trace_variable_command): Call
1973         observer_notify_tsv_deleted.
1974         (create_tsv_from_upload): Call observer_notify_tsv_created.
1975         * NEWS: Mention it.
1976
1977 2012-09-18  Yao Qi  <yao@codesourcery.com>
1978
1979         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
1980         if traceframe changed.
1981         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
1982         "trace-find".
1983         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
1984         (mi_interpreter_init): Hook mi_traceframe_changed to observer
1985         'traceframe_changed'.
1986         (mi_traceframe_changed): New.
1987         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
1988         New field.
1989         * NEWS: Mention the new MI notification.
1990
1991 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
1992
1993         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
1994
1995 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1996
1997         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
1998         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
1999         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
2000         Extend code also for PaX support.  Convert all gdb_assert to warning
2001         calls.
2002
2003 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2004
2005         Implement auto-load user conveniences suggested by Doug Evans.
2006         * auto-load.c: Include top.h.
2007         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
2008         (_initialize_auto_load): New variable scripts_directory_help.  Mention
2009         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
2010         scripts-directory.  Document in online help one can use also files for
2011         set auto-load safe-path.
2012         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
2013         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
2014
2015 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2016
2017         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
2018         of LEN.
2019
2020 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2021
2022         * m2-valprint.c (m2_print_array_contents): Eliminate variable
2023         ELTLEN and use TYPE_LENGTH directly.
2024         (m2_val_print): Likewise.
2025         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
2026         variable LEN and use TYPE_LENGTH directly.
2027         (m68k_svr4_store_return_value): Likewise.
2028         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
2029         ARGLEN and use TYPE_LENGTH directly.
2030         (mips_o64_push_dummy_call): Likewise.
2031         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
2032         variable LENGTH and use TYPE_LENGTH directly.
2033         (s390_function_arg_float): Likewise.
2034         (s390_function_arg_integer): Likewise.
2035         (s390_push_dummy_call): Likewise.
2036         (s390_return_value_convention): Likewise.
2037         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
2038         TYPE_LENGTH directly.
2039
2040 2012-09-17  Yao Qi  <yao@codesourcery.com>
2041
2042         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
2043         Update comment to add_setshow_integer_cmd.
2044         * cli/cli-setshow.c (do_set_command): Handle case
2045         'var_zuinteger_unlimited'.
2046         (do_show_command): Likewise.
2047         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
2048         for command 'remotetimeout'.
2049         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
2050         to var_integer.
2051         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
2052         for command 'set listsize'.
2053
2054 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
2055
2056         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
2057         variable LEN.
2058
2059 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2060
2061         PR 14119
2062         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
2063         (frame_pop): Drop also TAILCALL_FRAME frames.
2064         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
2065
2066 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2067             Pedro Alves  <palves@redhat.com>
2068
2069         PR 14548
2070         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
2071         function start if we are already at function start.  Both for
2072         reverse-next and for reverse-step into function without line number
2073         info.
2074
2075 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
2076
2077         Code cleanup - rename 'inline' depth to 'artificial' depth.
2078         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
2079         frame_id_artificial_p, extend the comment.
2080         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
2081         * frame.c (fprint_frame_id): Rename at a user, change debug output
2082         text to "artificial=".
2083         (skip_inlined_frames): Rename to ...
2084         (skip_artificial_frames): ... here.  Extend the comment.
2085         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
2086         (frame_id_inlined_p): Rename to ...
2087         (frame_id_artificial_p): ... here.  Rename at a user.
2088         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
2089         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
2090         at a user.
2091         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
2092         Extend the comment.
2093         (frame_id_inlined_p): Rename to ...
2094         (frame_id_artificial_p): ... here.
2095         * inline-frame.c (inline_frame_this_id): Rename at a user.
2096
2097 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
2098
2099         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
2100         vector variables using vector_size syntax rather than array
2101         syntax.
2102
2103 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2104
2105         * valarith.c (value_concat): Replace unsafe ALLOCA with
2106         XMALLOC/XFREE.
2107
2108 2012-09-14  Pedro Alves  <palves@redhat.com>
2109
2110         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
2111
2112 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
2113
2114         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
2115         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
2116         data-directory as appropriate.
2117
2118 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2119
2120         * printcmd.c (ui_printf): Eliminate single-use variable
2121         PARAM_LEN.
2122
2123 2012-09-14  Yao Qi  <yao@codesourcery.com>
2124             Pedro Alves  <palves@redhat.com>
2125
2126         * valops.c (value_assign): Move observer_notify_target_changed
2127         below to replace reinit_frame_cache.
2128
2129 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
2130
2131         Refactor Python "gdb" module into a proper Python package, by
2132         introducing a new "_gdb" module for code implemented in C, and
2133         using reload/__import__ instead of exec.
2134         * python/lib/gdb/__init__.py: Import * from _gdb.
2135         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
2136         prompt_hook, sys.argv): Moved from finish_python_initialization.
2137         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
2138         (packages, auto_load_packages): New list and function replacing
2139         module_dict and auto-loading code, using __file__ instead of
2140         gdb.PYTHONDIR and reload/__import__ instead of exec.
2141         (GdbSetPythonDirectory): Replacing function of the same name
2142         from finish_python_initialization, using reload/__import__ instead
2143         of exec, as well as call auto_load_packages.
2144         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
2145         gdb_python_module and not gdb_module.
2146         * python/python-internal.h (gdb_python_module): Declare.
2147         * python/python.c (gdb_python_module): New global.
2148         (before_prompt_hook): Check gdb_python_module and not gdb_module.
2149         (_initialize_python): Rename gdb module to _gdb.
2150         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
2151         (finish_python_initialization): Move Python code to
2152         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
2153         __main__.
2154
2155 2012-09-13  Pedro Alves  <palves@redhat.com>
2156
2157         * Makefile.in (COMMON_OBS): Add registry.o.
2158         * registry.c: New file.
2159         * registry.h (struct registry_container): Declare.
2160         (registry_data_callback): New typedef.
2161         (struct registry_data, struct registry_data_registration, struct
2162         registry_data_registry): New type.
2163         (register_data_with_cleanup, registry_alloc_data)
2164         (registry_callback_adaptor, registry_clear_data)
2165         (registry_container_free_data, registry_set_data, registry_data):
2166         Declare.
2167         (DEFINE_REGISTRY): Refactor structures and functions as shims over
2168         the new common structures and functions.
2169         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
2170         callback typedefs.
2171
2172 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
2173
2174         * remote.c (remote_insert_hw_breakpoint): Throw exception if
2175         there is an error inserting hardware breakpoints and use the
2176         error message from the target.
2177
2178         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
2179         Catch this exception and print the error message contained within. Do not
2180         print the default hardware error breakpoint message in this case.
2181
2182 2012-09-12  Doug Evans  <dje@google.com>
2183
2184         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
2185         cu == NULL.
2186
2187 2012-09-11  Doug Evans  <dje@google.com>
2188
2189         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
2190         .gdb_index symbol attributes if there are none.
2191
2192 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2193
2194         * symtab.h (struct minimal_symbol) [has_size]: New field.
2195         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
2196         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
2197         * printcmd.c (build_address_symbolic): Only filter out zero-sized
2198         minimal symbols if the symbol's size is actually known.
2199         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
2200         of msymbol's size field.  Add comment.
2201         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
2202         SET_MSYMBOL_SIZE to set the minimal symbol size.
2203
2204 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
2205
2206         * minsyms.c (install_minimal_symbols): Use memset to fill entire
2207         minimal_symbol struct object, rather than setting some of its
2208         fields one by one.
2209
2210 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
2211
2212         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
2213         passed_a_ptr flag when displaying typedef types.
2214
2215 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
2216
2217         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
2218         the optimized_out flag is preserved.
2219
2220 2012-09-10  Anthony Green  <green@moxielogic.com>
2221
2222         * moxie-tdep.c (moxie_analyze_prologue): Update for function
2223         prologue changes in GCC.
2224
2225 2012-09-10  Keith Seitz  <keiths@redhat.com>
2226
2227         PR gdb/13483
2228         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
2229         (BOOL_CONVERSION_BADNESS): ... this.
2230         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
2231         (rank_one_type): Allow all boolean conversions
2232         permitted by the standard.
2233
2234 2012-09-06  Tom Tromey  <tromey@redhat.com>
2235
2236         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2237         Don't decref py_objfile.
2238
2239 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
2240
2241         Do not enable -lmcheck by default when Python is enabled with
2242         threading support.
2243         * configure.ac: (python_has_threads) New variable, by testing
2244         if WITH_THREAD is defined in Python.h.
2245         Move --enable-lmcheck after --with-python.
2246         Do not enable -lmcheck by default if python_has_threads=yes.
2247         Warn if --enable-lmcheck and python_has_threads=yes.
2248         * configure: Regenerate.
2249
2250 2012-08-31  Yao Qi  <yao@codesourcery.com>
2251
2252         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
2253         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
2254         Update some commands.
2255         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
2256         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
2257         to 1.
2258
2259 2012-08-31  Yao Qi  <yao@codesourcery.com>
2260
2261         * mi/mi-cmds.c (mi_cmds): Add 'static'.
2262
2263 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
2264
2265         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
2266
2267 2012-08-29  Doug Evans  <dje@google.com>
2268
2269         * main.c (print_gdb_help): Remove reference to
2270         --use-deprecated-index-sections.
2271
2272 2012-08-28  Yao Qi  <yao@codesourcery.com>
2273
2274         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
2275         (init_cmds): Call add_setshow_uinteger_cmd for command
2276         'max-user-call-depth'.
2277         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
2278         declaration of 'max_user_call_depth'.
2279         * frame.c (backtrace_limit): Add 'unsigned'.
2280         (_initialize_frame): Call add_setshow_uinteger_cmd for command
2281         'limit'.
2282         * remote.c (remoteaddresssize): Add 'unsigned'.
2283         (remote_address_masked): Change local var 'address_size' to
2284         'unsigned'.
2285         (_initialize_remote): Call add_setshow_uinteger_cmd for
2286         'remoteaddresssize'.
2287         * top.c (history_size): Add 'unsigned'.
2288         (show_commands): Change local variables to 'unsigned'.
2289         (set_history_size_command): Don't check history_size is negative.
2290         Adjust the condition to call unstifle_history and set history_size
2291         to UNIT_MAX.
2292
2293 2012-08-28  Pedro Alves  <palves@redhat.com>
2294
2295         PR gdb/14428
2296
2297         * infcmd.c (default_print_one_register_info): New, factored out
2298         from default_print_registers_info.
2299         (default_print_registers_info): Use it.  Mark value unavailable if
2300         necessary.
2301         (registers_info): Print user registers with
2302         default_print_one_register_info.
2303
2304 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
2305
2306         PR tui/14486
2307         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
2308         is not NULL before referencing it.
2309
2310 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2311
2312         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
2313         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
2314         original PC for it.
2315
2316 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
2317             Jan Kratochvil  <jan.kratochvil@redhat.com>
2318
2319         * auto-load.c (auto_load_objfile_script): Rename to ...
2320         (auto_load_objfile_script_1): ... here, change variable realname to
2321         parameter realname, document it, add return value, add variable retval.
2322         (auto_load_objfile_script): New function.
2323
2324 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2325
2326         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
2327         followed by a whitespace.
2328
2329 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2330
2331         PR gdb/14494.
2332         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
2333         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
2334         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
2335         here.
2336
2337 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
2338
2339         * memattr.c (create_mem_region): Fix memory region overlapping
2340         checking.
2341
2342 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2343
2344         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
2345         with xmalloc/cleanup.
2346         * mt-tdep.c (mt_push_dummy_call): Likewise.
2347         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
2348         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
2349
2350 2012-08-24  Yao Qi  <yao@codesourcery.com>
2351
2352         * jv-exp.y (push_expression_name): Add "." at the end of error
2353         message.
2354
2355 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2356
2357         Document how to return from "python-interactive" to GDB.
2358         * python/python.c (_initialize_python): Update documentation.
2359
2360 2012-08-23  Pedro Alves  <palves@redhat.com>
2361
2362         * infrun.c (_initialize_infrun) <handle command help text>:
2363         Mention that multiple signals are supported.
2364
2365 2012-08-23  Pedro Alves  <palves@redhat.com>
2366
2367         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
2368         string.
2369
2370 2012-08-23  Yao Qi  <yao@codesourcery.com>
2371
2372         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
2373         (tfind_1): Don't call registers_changed, set_traceframe_num,
2374         and clear_traceframe_info.
2375         Call set_current_traceframe.
2376         (set_current_traceframe): call set_traceframe_num.
2377
2378 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
2379
2380         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
2381         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
2382
2383 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2384
2385         Enable readline in Python in a GDB-specific way and block the
2386         standard Python readline module to prevent conflicts with GDB.
2387         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
2388         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
2389         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
2390         * python/py-gdb-readline.c: New file.
2391         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
2392         prototype.
2393         * python/python.c (_initialize_python): Call
2394         gdbpy_initialize_gdb_readline.
2395
2396 2012-08-22  Keith Seitz  <keiths@redhat.com>
2397
2398         * defs.h: Include build-gnulib/config.h
2399
2400 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
2401
2402         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
2403         and blx pc.
2404
2405 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2406
2407         Add a new "python-interactive" command that starts a standard
2408         Python interactive prompt with "pi" as alias, and add "py" as
2409         an alias to "python".
2410         * NEWS: Mention the new commands.
2411         * python/python.c (eval_python_command): New function.
2412         (python_interactive_command): For "python-interactive" with
2413         arguments, call eval_python_command.  For "python-interactive"
2414         without arguments, call PyRun_InteractiveLoop.
2415         (_initialize_python): Add "python-interactive" command with
2416         "pi" as alias, and add "py" as an alias to "python".
2417
2418 2012-08-22  Tom Tromey  <tromey@redhat.com>
2419
2420         * defs.h (quit_flag): Don't declare.
2421         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
2422         (QUIT): Use new functions.
2423         * event-top.c (command_handler): Use clear_quit_flag.
2424         (handle_sigint): Use set_quit_flag.
2425         (async_request_quit): Use check_quit_flag.  Don't check
2426         immediate_quit.
2427         * exceptions.c (throw_exception): Use clear_quit_flag.
2428         * main.c (captured_main): Use clear_quit_flag.
2429         * python/python.c (clear_quit_flag, set_quit_flag)
2430         (check_quit_flag): New functions.
2431         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
2432         clear_quit_flag.
2433         * remote.c (remote_wait_as): Use check_quit_flag,
2434         clear_quit_flag.
2435         (remote_start_remote): Call QUIT.
2436         * symfile.c (load_progress): Use check_quit_flag.
2437         * top.c (command_loop): Use clear_quit_flag.
2438         (command_line_input): Call QUIT.
2439         * utils.c (quit_flag): Conditionally define.
2440         (clear_quit_flag, check_quit_flag, set_quit_flag): New
2441         functions.
2442         (prompt_for_continue): Call QUIT.  Use quit, not
2443         async_request_quit.
2444         * remote-mips.c (mips_expect_timeout): Call QUIT.
2445         * monitor.c (monitor_expect): Call QUIT.
2446
2447 2012-08-22  Tom Tromey  <tromey@redhat.com>
2448
2449         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
2450         (async_init_signals): Update.
2451         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
2452         (SIGWINCH_HANDLER_BODY): Remove.
2453
2454 2012-08-22  Tom Tromey  <tromey@redhat.com>
2455
2456         * jit.c (jit_object_close_impl): Don't malloc the objfile
2457         name.
2458         * objfiles.c (allocate_objfile): Don't malloc the objfile
2459         name.
2460         (free_objfile): Don't free the objfile name.
2461         * objfiles.h (struct objfile) <name>: Update comment.
2462         * symfile.c (reread_symbols): Fix reference counting.  Don't
2463         malloc objfile name.
2464
2465 2012-08-22  Tom Tromey  <tromey@redhat.com>
2466
2467         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
2468         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
2469         (symfile_bfd_open): Likewise.
2470         (generic_load): Likewise.
2471         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
2472         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
2473         gdb_bfd_open.
2474         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2475         Use gdb_bfd_open.
2476         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
2477         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
2478         (pmon_load_fast): Likewise.
2479         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
2480         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
2481         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
2482         (macho_check_dsym): Likewise.
2483         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
2484         (m32r_upload_command): Likewise.
2485         * gdb_bfd.h (gdb_bfd_cache): Declare.
2486         * gdb_bfd.c (struct gdb_bfd_data): New.
2487         (gdb_bfd_cache): New global.
2488         (struct gdb_bfd_cache_search): New.
2489         (hash_bfd): New function.
2490         (eq_bfd): Likewise.
2491         (gdb_bfd_open): Likewise.
2492         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
2493         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
2494         gdb_bfd_data.
2495         * exec.c (exec_file_attach): Use gdb_bfd_open.
2496         * dsrec.c (load_srec): Use gdb_bfd_open.
2497
2498 2012-08-22  Tom Tromey  <tromey@redhat.com>
2499
2500         * dwarf2read.c (macro_start_file): Update.
2501         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
2502         (free_objfile_per_bfd_storage): Destroy macro_cache.
2503         (allocate_objfile, free_objfile): Update.
2504         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
2505         New field.
2506         (struct objfile) <macro_cache>: Remove.
2507         * symfile.c (reread_symbols): Update.
2508         * symmisc.c (print_symbol_bcache_statistics): Update.
2509         (print_objfile_statistics): Update.
2510
2511 2012-08-22  Tom Tromey  <tromey@redhat.com>
2512
2513         * elfread.c (elf_symtab_read): Update.
2514         * objfiles.c (objfiles_bfd_data): New global.
2515         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
2516         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
2517         (allocate_objfile, free_objfile): Update.
2518         (_initialize_objfiles): Initialize objfiles_bfd_data.
2519         * objfiles.h (struct objfile_per_bfd_storage): New.
2520         (struct objfile) <per_bfd>: New field.
2521         <filename_cache>: Remove.
2522         (set_objfile_per_bfd): Declare.
2523         * symfile.c (reread_symbols): Update.  Call
2524         set_objfile_per_bfd.
2525         (allocate_symtab): Update.
2526         * symmisc.c (print_symbol_bcache_statistics): Update.
2527         (print_objfile_statistics): Print the size of the BFD obstack.
2528
2529 2012-08-22  Tom Tromey  <tromey@redhat.com>
2530
2531         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
2532         * gdb_bfd.c: Use DEFINE_REGISTRY.
2533         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
2534         (gdb_bfd_ref): Call bfd_alloc_data.
2535         (gdb_bfd_unref): Call bfd_free_data.
2536
2537 2012-08-22  Tom Tromey  <tromey@redhat.com>
2538
2539         * registry.h (struct registry_fields): New.
2540         (REGISTRY_FIELDS): Redefine.
2541         (REGISTRY_ACCESS_FIELD): New macro.
2542         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
2543         functions.
2544
2545 2012-08-22  Tom Tromey  <tromey@redhat.com>
2546
2547         * auto-load.c (_initialize_auto_load): Update.
2548         * solib-svr4.c (_initialize_svr4_solib): Update
2549         * solib-dsbt.c (_initialize_dsbt_solib): Update.
2550         * solib-darwin.c (_initialize_darwin_solib): Update.
2551         * registry.h: New file.
2552         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
2553         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
2554         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
2555         (register_program_space_data_with_cleanup)
2556         (register_program_space_data, program_space_alloc_data)
2557         (clear_program_space_data, set_program_space_data)
2558         (program_space_data): Don't declare.
2559         * progspace.c: Use DEFINE_REGISTRY.
2560         (struct program_space_data, struct
2561         program_space_data_registration, struct
2562         program_space_data_registry, program_space_data_registry)
2563         (register_program_space_data_with_cleanup)
2564         (register_program_space_data, program_space_alloc_data)
2565         (program_space_free_data, clear_program_space_data)
2566         (set_program_space_data, program_space_data): Remove.
2567         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
2568         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
2569         (register_objfile_data_with_cleanup, register_objfile_data)
2570         (clear_objfile_data, set_objfile_data, objfile_data): Don't
2571         declare.
2572         * objfiles.c: Use DEFINE_REGISTRY.
2573         (struct objfile_data, struct objfile_data_registration, struct
2574         objfile_data_registry, objfile_data_registry)
2575         (register_objfile_data_with_cleanup, register_objfile_data)
2576         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
2577         (set_objfile_data, objfile_data): Remove.
2578         (_initialize_objfiles): Update.
2579         * jit.c (_initialize_jit): Update.
2580         * inflow.c (_initialize_inflow): Update.
2581         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
2582         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
2583         (register_inferior_data_with_cleanup, register_inferior_data)
2584         (clear_inferior_data, set_inferior_data, inferior_data): Don't
2585         declare.
2586         * inferior.c: Use DEFINE_REGISTRY.
2587         (struct inferior_data, struct inferior_data_registration, struct
2588         inferior_data_registry, inferior_data_registry)
2589         (register_inferior_data_with_cleanup, register_inferior_data)
2590         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
2591         (set_inferior_data, inferior_data): Remove.
2592         * auxv.c (_initialize_auxv): Update.
2593         * ada-lang.c (_initialize_ada_language): Update.
2594         * breakpoint.c (_initialize_breakpoint): Update.
2595         * i386-nat.c (i386_use_watchpoints): Update.
2596
2597 2012-08-22  Tom Tromey  <tromey@redhat.com>
2598
2599         * exec.c (exec_close, exec_file_attach): Update.
2600         (add_to_section_table): Initialize 'key' field.
2601         (add_target_sections, remove_target_sections): Add 'key' argument.
2602         * exec.h (add_target_sections, remove_target_sections): Add
2603         'key' argument.
2604         * solib.c (solib_map_sections, update_solib_list, clear_solib)
2605         (reload_shared_libraries_1): Update.
2606         * target.h (struct target_section) <key>: New field.
2607
2608 2012-08-22  Tom Tromey  <tromey@redhat.com>
2609
2610         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
2611
2612 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
2613
2614         * symfile.c (allocate_symtab): Use host_address_to_string
2615         function instead of cast of pointer to long which is not
2616         compatible with x86_64-w64-mingw32 build.
2617
2618 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2619
2620         * mips-tdep.c (is_octeon): New function.
2621         (is_octeon_bbit_op): New function.
2622         (mips32_next_pc): Handle Octeon's bbit instructions.
2623         (mips32_instruction_has_delay_slot): Likewise.
2624
2625 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2626
2627         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
2628         before the function.
2629
2630 2012-08-19  Andrew Pinski  <apinski@cavium.com>
2631
2632         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
2633
2634 2012-08-19  Keith Seitz  <keiths@redhat.com>
2635
2636         PR c++/14365
2637         * c-typeprint.c (c_type_print_varspec_prefix): Pass
2638         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
2639
2640 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
2641
2642         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
2643         The typo broke "make TAGS".
2644
2645 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
2646
2647         GDB 7.5 released.
2648
2649 2012-08-17  Keith Seitz  <keiths@redhat.com>
2650
2651         PR c++/13356
2652         * gdbtypes.c (strict_type_checking): New variable.
2653         (show_strict_type_checking): New function.
2654         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
2655         if strict type checking is disabled.
2656         (_initialize_gdbtypes): Add "check type" subcommand.
2657         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
2658
2659 2012-08-17  Keith Seitz  <keiths@redhat.com>
2660
2661         * language.h (type_mode): Remove.
2662         (type_check): Remove.
2663         (struct language_defn): Remove la_type_check.
2664         (STRICT_TYPE): Remove unused macro.
2665         (type_error): Remove.
2666         * language.c (set_type_range_case): Renamed to ...
2667         (set_range_case): ... this.  Update all callers.
2668         Remove type_mode/type_check.
2669         (type_mode): Remove.
2670         (type_check): Remove.
2671         (show_type_command): Remove.
2672         (set_type_command): Remove.
2673         (language_info): Remove type checking output.
2674         (type_error): Remove unused function.
2675         (range_error): Update comment.
2676         (unknown_language_defn): Remove la_type_check.
2677         (auto_language_defn): Likewise.
2678         (local_language_defn): Likewise.
2679         (_initialize_language): Remove "check type" subcommand.
2680         * ada-lang.c (ada_language_defn): Remove la_type_check.
2681         * c-lang.c (c_language_defn): Likewise.
2682         (cplus_language_defn): Likewise.
2683         (asm_language_defn): Likewise.
2684         (minimal_language_defn): Likewise.
2685         * d-lang.c (d_language_defn): Likewise.
2686         * f-lang.c (f_language_defn): Likewise.
2687         * go-lang.c (go_language_defn): Likewise.
2688         * jv-lang.c (java_language_defn): Likewise.
2689         * m2-lang.c (m2_language_defn): Likewise.
2690         * objc-lang.c (objc_language_defn): Likewise.
2691         * opencl-lang.c (opencl_language_defn): Likewise.
2692         * p-lang.c (pascal_language_defn): Likewise.
2693
2694 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
2695
2696         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
2697
2698 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2699
2700         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
2701         New function.
2702         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
2703         using the regache.  Use ia64_hpux_get_register_from_save_state_t
2704         to access the bsp and bspstore registers if not.
2705
2706 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2707
2708         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
2709         * breakpoint.c (detach_breakpoints): Change pid parameter into
2710         a ptid.  Adjust code accordingly.
2711         * infrun.c (handle_inferior_event): Delete variable child_pid.
2712         Update call to detach_breakpoints to pass the child ptid for
2713         fork events.
2714         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
2715         assert that inferior_ptid's lwp is zero.
2716         (linux_handle_extended_wait): Update call to detach_breakpoints.
2717         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
2718         detach_breakpoints.
2719
2720 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2721
2722         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
2723         parent, only call detach_breakpoints if tts.tts_event ==
2724         TTEVT_VFORK.
2725
2726 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
2727
2728         * dwarf2-frame.c (dwarf2_frame_cache): Use
2729         get_frame_address_in_block instead of get_frame_pc as
2730         the bound for executing the frame's FDE.
2731
2732 2012-08-16  Yao Qi  <yao@codesourcery.com>
2733
2734         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
2735         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
2736         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
2737         (c_type_print_varspec_suffix): Likewise.
2738         * eval.c (evaluate_subexp_standard): Likewise.
2739         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
2740         (f_type_print_varspec_suffix): Likewise.
2741         * gdbtypes.c (is_scalar_type): Likewise.
2742         (recursive_dump_type): Likewise.
2743         * infcall.c (value_arg_coerce): Likewise.
2744         * m2-valprint.c (m2_val_print): Likewise.
2745         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
2746         (pascal_type_print_varspec_suffix): Likewise.
2747         (pascal_type_print_base): Likewise.
2748         * p-valprint.c (pascal_val_print): Likewise.
2749         (pascal_val_print): Likewise.
2750         * valops.c (value_slice): Likewise.
2751         * valprint.c (scalar_type_p): Likewise.
2752         * valarith.c (value_bitstring_subscript): Remove.
2753         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
2754         Remove comment on TYPE_CODE_BITSTRING.
2755
2756         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
2757         TYPE_CODE_BITSTRING.
2758
2759         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
2760         slot 0.
2761
2762 2012-08-16  Yao Qi  <yao@codesourcery.com>
2763
2764         * tracepoint.c (trace_find_none_command): Remove.
2765         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
2766
2767 2012-08-16  Yao Qi  <yao@codesourcery.com>
2768
2769         * remote.c (handle_notification): Remove parameter 'length'.
2770         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
2771
2772 2012-08-15  Keith Seitz  <keiths@redhat.com>
2773
2774         * gdbtypes.c (opaque_type_resolution): Make static.
2775         Add missing comment.
2776         (overload_debug): Add missing comment.
2777         (show_opaque_type_resolution): Likewise.
2778         (show_overload_debug): Likewise.
2779         (print_bit_vector): Remove unnecessary forward declaration.
2780         (print_arg_types): Likewise.
2781         (dump_fn_fieldlists): Likewise.
2782         (print_cplus_stuff): Likewise.
2783
2784 2012-08-15  Tom Tromey  <tromey@redhat.com>
2785
2786         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
2787         (gdb_bfd_ref): Initialize new field.
2788         (gdb_bfd_unref): Unref the archive BFD.
2789         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
2790         parent archive.
2791
2792 2012-08-15  Tom Tromey  <tromey@redhat.com>
2793
2794         PR python/14387:
2795         * python/py-bpevent.c (create_breakpoint_event_object): Update
2796         comment.
2797         * python/py-event.c (evpy_add_attribute): Update comment.
2798         * python/py-exitedevent.c (create_exited_event_object): Fix
2799         reference counting and error handling.
2800         * python/py-newobjfileevent.c (create_new_objfile_event_object):
2801         Fix reference counting.
2802         * python/py-signalevent.c (create_signal_event_object): Fix
2803         reference counting and error handling.
2804         * python/py-stopevent.c (emit_stop_event): Fix reference
2805         counting.
2806         * python/py-threadevent.c (get_event_thread): Return a
2807         borrowed reference.
2808         * python/py-type.c (convert_field): Fix reference counting.
2809
2810 2012-08-15  Tom Tromey  <tromey@redhat.com>
2811
2812         * dwarf2read.c (dwarf_decode_macro_bytes)
2813         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
2814         as hash key.
2815
2816 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
2817
2818         * infcmd.c (_initialize_infcmd): Update help text for the signal,
2819         stepi, nexti, finish, next, step, jump, and continue commands.
2820         * infrun.c (_initialize_infrun): Update help text for the handle
2821         command.
2822
2823 2012-08-14  Doug Evans  <dje@google.com>
2824
2825         * gdbtypes.c (struct extra): Delete, unused.
2826
2827         * gdbtypes.c: Whitespace cleanup.
2828         (address_space_name_to_int): Remove "extern" from definition.
2829         (_initialize_gdbtypes): Declare with initialize_file_ftype.
2830
2831         * gdbtypes.c (make_pointer_type): Remove redundant setting of
2832         TYPE_POINTER_TYPE (type).
2833
2834 2012-08-14  Gary Benson  <gbenson@redhat.com>
2835
2836         * solib-svr4.c (svr4_free_library_list): Use free_so.
2837
2838 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
2839
2840         * .gitignore: Add go-exp.c.
2841
2842 2012-08-13  Doug Evans  <dje@google.com>
2843
2844         * value.c (show_convenience): Tweak comment.
2845         (_initialize_values): Mention convenience functions in the help text
2846         for "show convenience".
2847
2848 2012-08-13  Yao Qi  <yao@codesourcery.com>
2849
2850         * std-operator.def: Remove TERNOP_SLICE_COUNT.
2851         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
2852         TERNOP_SLICE_COUNT.
2853         * eval.c (evaluate_subexp_standard): Likewise.
2854         * expprint.c (print_subexp_standard): Likewise.
2855         (dump_subexp_body_standard): Likewise.
2856         * parse.c (operator_length_standard): Likewise.
2857
2858 2012-08-13  Yao Qi  <yao@codesourcery.com>
2859
2860         * std-operator.def: Remove OP_BITSTRING.
2861         * breakpoint.c (watchpoint_exp_is_const): Update.
2862         * eval.c (evaluate_subexp_standard): Remove handling to
2863         OP_BITSTRING.
2864         * expprint.c (print_subexp_standard): Likewise.
2865         (dump_subexp_body_standard): Likewise.
2866         * parse.c (operator_length_standard): Likewise.
2867         * valops.c (value_bitstring): Remove.
2868         * value.h: Remove the declaration of 'value_bitstring'.
2869
2870 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2871
2872         * linespec.c (find_methods): Remove unused variables `i1' and
2873         `name_len'.
2874         (decode_line_full): Likewise for `arg_start'.
2875
2876 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
2877
2878         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
2879         (zlib_decompress_section): Likewise for `section_data'.
2880         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
2881
2882 2012-08-10  Doug Evans  <dje@google.com>
2883
2884         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
2885         * NEWS: Document them.
2886         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
2887         function/strfns.py.
2888         * python/py-type.c (typy_array_1): New function.
2889         (typy_array): Call it.
2890         (typy_vector): New function.
2891         (type_object_methods): Add "vector".
2892         * python/lib/gdb/function/__init__.py: New file.
2893         * python/lib/gdb/function/strfns.py: New file.
2894
2895 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
2896
2897         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
2898         for TYPE_FIELD_BITPOS.
2899         (typy_get_sizeof): Likewise for TYPE_LENGTH.
2900
2901 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
2902
2903         PR cli/10436:
2904         * common/vec.h (VEC_merge): Define.
2905         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
2906         (DEF_VEC_ALLOC_FUNC_P): Likewise.
2907         (DEF_VEC_ALLOC_FUNC_O): Likewise.
2908         * completer.c: Include gdb_signals.h.
2909         (signal_completer): Define.
2910         * completer.h (signal_completer): Add prototype.
2911         * infcmd.c (_initialize_infcmd): Assign the command
2912         completer for "signal" to handle_completer.
2913         * infrun.c: Include completer.h.
2914         (handle_completer): Define.
2915         (_initialize_infrun): Declare a new local variable c.  Store the
2916         result of add_com("handle") to it.  Assign the command
2917         completer for "handle" to handle_completer.
2918
2919 2012-08-09  Yao Qi  <yao@codesourcery.com>
2920
2921         * cli/cli-decode.c (set_cmd_prefix): New.
2922         (lookup_cmd_for_prefixlist): New.
2923         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
2924         of each cmd_list_element in *prefixlist.
2925         (add_setshow_cmd_full): set_cmd_prefix.
2926         (add_alias_cmd): Likewise.
2927         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
2928         Declare 'auto_boolean_enums'.
2929         * cli/cli-setshow.c: Include "observer.h".
2930         (notify_command_param_changed_p): New.
2931         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
2932         Remove 'static'.
2933         (do_setshow_command): Split it to ...
2934         (do_set_command, do_show_command): ... them.  New.
2935         (do_set_command): Call observer_notify_command_param_changed if
2936         notify_command_param_changed_p returns true.
2937         (cmd_show_list): Caller update.
2938         * auto-load.c (set_auto_load_cmd): Likewise.
2939         * remote.c (show_remote_cmd): Likewise.
2940         * cli/cli-setshow.h: Update declarations.
2941         * top.c (execute_command): Call do_set_command and do_show_command.
2942
2943         * NEWS: Mention new MI notification.
2944         * mi/mi-interp.c: Declare mi_command_param_changed.
2945         (mi_interpreter_init): Attach mi_command_param_changed to
2946         observer command_param_changed.
2947         (mi_command_param_changed): New.
2948         Remove mi_suppress_breakpoint_notifications.
2949         Define global variable mi_suppress_notification.
2950         (mi_breakpoint_created): Update.
2951         (mi_breakpoint_deleted): Likewise.
2952         (mi_breakpoint_modified): Likewise.
2953         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
2954         'gdb-set' and set mi_suppress_notification.
2955         * mi/mi-main.h: (mi_suppress_notification): New struct.
2956
2957 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
2958             Jan Kratochvil  <jan.kratochvil@redhat.com>
2959
2960         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
2961
2962 2012-08-09  Yao Qi  <yao@codesourcery.com>
2963
2964         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
2965         (skiplist): Move it to skip.c.
2966         (init_cmd_lists): Remove code setting enablebreaklist and
2967         skiplist to NULL.
2968         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
2969         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
2970         skiplist.
2971         * gdbcmd.h: Likewise.
2972         * skip.c (_initialize_step_skip): Move 'skiplist' from
2973         cli/cli-cmds.c.
2974
2975 2012-08-09  Yao Qi  <yao@codesourcery.com>
2976
2977         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
2978         * gnu-nat.c, symfile.c: Likewise.
2979
2980 2012-08-08  Aaron Gamble  <agamble@google.com>
2981
2982         * utils.c (prompt_for_continue_wait_time): New static global.
2983         (make_command_stats_cleanup): Initialize it.
2984         (report_command_stats): Subtract time waiting for user.
2985         (prompt_for_continue): Track time waiting for user.
2986         (defaulted_query): Track time waiting for user.
2987
2988 2012-08-08  Doug Evans  <dje@google.com>
2989
2990         * eval.c (evaluate_subexp_standard): Fix thinko in handling
2991         UNOP_MEMVAL_TYPE.
2992         * expprint.c (print_subexp_standard, case OP_TYPE): New.
2993         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
2994         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
2995         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
2996         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
2997         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
2998         elt.
2999         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
3000         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
3001         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
3002         (dump_prefix_expression): Handle OP_TYPE.
3003
3004 2012-08-08  Keith Seitz  <keiths@redhat.com>
3005
3006         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
3007         addr_start.
3008
3009 2012-08-08  Doug Evans  <dje@google.com>
3010
3011         * linux-thread-db.c: #include "gdb_vecs.h".
3012         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
3013         updated.
3014         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
3015         (thread_db_load_search): Use a vector to iterate over path elements.
3016         Handle text appearing after "$pdir".
3017
3018         * gdb_string.h: Moved to ...
3019         * common/gdb_string.h: ... here.
3020         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
3021         gdb_string.h and gdb_assert.h.
3022
3023 2012-08-08  Yao Qi  <yao@codesourcery.com>
3024
3025         * tic6x-tdep.c (tic6x_register_to_value): Remove.
3026         (tic6x_value_to_register): Likewise.
3027         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
3028         and set_gdbarch_value_to_register.
3029
3030 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3031             Jean-Marc Saffroy  <saffroy@gmail.com>
3032
3033         PR 11804
3034         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
3035         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
3036         * gcore.c (gcore_create_callback): New function comment.  Add modified
3037         parameter.  Only write modified regions.  Set SEC_READONLY exactly
3038         according to MODIFIED.
3039         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
3040         the passed modified value to FUNC.
3041         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
3042         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
3043         first.  New variables modified and has_anonymous.  Parse the lines of
3044         smaps file.  Add the passed MODIFIED value to FUNC.
3045         * procfs.c (find_memory_regions_callback): Add the passed modified
3046         value.
3047
3048 2012-08-06  Tom Tromey  <tromey@redhat.com>
3049
3050         * dwarf2-frame.c (clear_pointer_cleanup): New function.
3051         (dwarf2_frame_cache): Use it.
3052         * frame-unwind.h (frame_sniffer_ftype): Document prologue
3053         cache initialization constraint.
3054
3055 2012-08-06  Tom Tromey  <tromey@redhat.com>
3056
3057         PR python/14386:
3058         * varobj.c (update_dynamic_varobj_children): Don't call
3059         PyIter_Check.
3060
3061 2012-08-06  Tom Tromey  <tromey@redhat.com>
3062
3063         PR cli/14392:
3064         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
3065
3066 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
3067
3068         * NEWS: New entry for 'cd' default parameters.
3069         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
3070
3071 2012-08-03  Tom Tromey  <tromey@redhat.com>
3072
3073         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
3074         return.
3075
3076 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
3077
3078         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
3079         to attempting lseek/write.
3080         (inf_child_fileio_pread): Likewise for pread.
3081
3082 2012-08-02  Yao Qi  <yao@codesourcery.com>
3083
3084         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
3085         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
3086         add_setshow_zinteger_cmd.
3087         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
3088         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
3089         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
3090         instead of add_setshow_zinteger_cmd.
3091         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
3092         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
3093         instead of add_setshow_zinteger_cmd.
3094         * frame.c (frame_debug): Add 'unsigned'.
3095         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
3096         add_setshow_zinteger_cmd.
3097         * frame.h: Update the declaration of 'frame_debug'.
3098         * gdbtypes.c (overload_debug): Add 'unsigned'.
3099         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
3100         add_setshow_zinteger_cmd.
3101         * inferior.h: Update declaration of 'debug_infrun'.
3102         * infrun.c (debug_infrun): Add 'unsigned'.
3103         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
3104         add_setshow_zinteger_cmd.
3105         * jit.c (jit_debug): Add 'unsigned'.
3106         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
3107         add_setshow_zinteger_cmd.
3108         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
3109         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
3110         instead of add_setshow_zinteger_cmd.
3111         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
3112         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
3113         add_setshow_zinteger_cmd.
3114         * machoread.c (mach_o_debug_level): Add 'unsigned'.
3115         (_initialize_machoread): Call add_setshow_zuinteger_cmd
3116         instead of add_setshow_zinteger_cmd.
3117         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
3118         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
3119         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
3120         intead of add_setshow_zinteger_cmd.
3121         * mips-tdep.c (mips_debug): Add 'unsigned'.
3122         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
3123         instead of add_setshow_zinteger_cmd.
3124         * monitor.c (monitor_debug): Add 'unsigned'.
3125         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
3126         add_setshow_zinteger_cmd.
3127         * observer.c (observer_debug): Add 'unsigned'.
3128         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
3129         add_setshow_zinteger_cmd.
3130         * parse.c (expressiondebug): Add 'unsigned'.
3131         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
3132         add_setshow_zinteger_cmd.
3133         * record.c (record_debug): Add 'unsigned'.
3134         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
3135         add_setshow_zinteger_cmd.
3136         * record.h: Update the declaration of 'record_debug'.
3137         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
3138         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
3139         add_setshow_zinteger_cmd.
3140         * serial.c (global_serial_debug_p): Add 'unsigned'.
3141         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
3142         add_setshow_zinteger_cmd.
3143         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
3144         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
3145         add_setshow_zinteger_cmd.
3146         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
3147         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
3148         add_setshow_zinteger_cmd.
3149         * target.c (targetdebug): Add 'unsigned'.
3150         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
3151         add_setshow_zinteger_cmd.
3152         * valops.c (overload_debug): Add 'unsigned'.
3153         * varobj.c (varobjdebug): Add 'unsigned'.
3154         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
3155         add_setshow_zinteger_cmd.
3156         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
3157         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
3158         instead of add_setshow_zinteger_cmd.
3159
3160         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
3161         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
3162         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
3163         instead of add_setshow_zinteger_cmd.
3164         * gdbarch.c, gdbarch.h: Re-generated.
3165
3166 2012-08-02  Yao Qi  <yao@codesourcery.com>
3167
3168         * nto-tdep.c: Don't include cli/cli-decode.h and
3169         cli/cli-cmds.h.
3170         (_initialize_nto_tdep): Remove.
3171         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
3172         Remove field.
3173         Remove macro nto_internal_debugging.
3174
3175 2012-08-01  Richard Henderson  <rth@redhat.com>
3176
3177         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
3178         (mep-*-*) [gdb_target_obs]: Likewise.
3179
3180 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
3181
3182         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
3183         linux_get_siginfo_type.
3184
3185 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
3186
3187         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
3188         AT_ENTRY_POINT.
3189         (call_function_by_hand) <ON_STACK>: Call write_memory with
3190         gdbarch_breakpoint_from_pc, if possible.
3191         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
3192         here.
3193
3194 2012-07-31  Yao Qi  <yao@codesourcery.com>
3195
3196         * tracepoint.c: Add 'static' for some variables.
3197
3198 2012-07-31  Yao Qi  <yao@codesourcery.com>
3199
3200         * go32-nat.c: Declare _initialize_go32_nat.
3201         * ser-go32.c: Declare _initialize_ser_dos.
3202         * top.c (do_chdir_cleanup): Add 'static'.
3203
3204 2012-07-30  Keith Seitz  <keiths@redhat.com>
3205
3206         * linespec.c (linespec_lex_number): A number followed
3207         by quotes is a valid number, too.
3208
3209 2012-07-30  Tom Tromey  <tromey@redhat.com>
3210
3211         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
3212
3213 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
3214
3215         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
3216         attempt to 4-byte-align HW breakpoint addresses for Thumb.
3217
3218 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
3219
3220         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
3221         invalid or reevaluated to prevent prevent references to possibly
3222         delete'd type objects being left in the varobj.
3223
3224 2012-07-27  Tom Tromey  <tromey@redhat.com>
3225             Jan Kratochvil  <jan.kratochvil@redhat.com>
3226
3227         * copying.awk: Print buffer-read-only and vi ro markers.
3228         * copying.c: Rebuild.
3229         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
3230         * gdbarch.c, gdbarch.h: Rebuild.
3231         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
3232         buffer-read-only and vi ro markers.
3233         * features/arm-with-iwmmxt.c: Rebuild.
3234         * features/arm-with-m-fpa-layout.c: Rebuild.
3235         * features/arm-with-m-vfp-d16.c: Rebuild.
3236         * features/arm-with-m.c: Rebuild.
3237         * features/arm-with-neon.c: Rebuild.
3238         * features/arm-with-vfpv2.c: Rebuild.
3239         * features/arm-with-vfpv3.c: Rebuild.
3240         * features/i386/amd64-avx-linux.c: Rebuild.
3241         * features/i386/amd64-avx.c: Rebuild.
3242         * features/i386/amd64-linux.c: Rebuild.
3243         * features/i386/amd64.c: Rebuild.
3244         * features/i386/i386-avx-linux.c: Rebuild.
3245         * features/i386/i386-avx.c: Rebuild.
3246         * features/i386/i386-linux.c: Rebuild.
3247         * features/i386/i386-mmx-linux.c: Rebuild.
3248         * features/i386/i386-mmx.c: Rebuild.
3249         * features/i386/i386.c: Rebuild.
3250         * features/i386/x32-avx-linux.c: Rebuild.
3251         * features/i386/x32-avx.c: Rebuild.
3252         * features/i386/x32-linux.c: Rebuild.
3253         * features/i386/x32.c: Rebuild.
3254         * features/mips-dsp-linux.c: Rebuild.
3255         * features/mips-linux.c: Rebuild.
3256         * features/mips64-dsp-linux.c: Rebuild.
3257         * features/mips64-linux.c: Rebuild.
3258         * features/rs6000/powerpc-32.c: Rebuild.
3259         * features/rs6000/powerpc-32l.c: Rebuild.
3260         * features/rs6000/powerpc-403.c: Rebuild.
3261         * features/rs6000/powerpc-403gc.c: Rebuild.
3262         * features/rs6000/powerpc-405.c: Rebuild.
3263         * features/rs6000/powerpc-505.c: Rebuild.
3264         * features/rs6000/powerpc-601.c: Rebuild.
3265         * features/rs6000/powerpc-602.c: Rebuild.
3266         * features/rs6000/powerpc-603.c: Rebuild.
3267         * features/rs6000/powerpc-604.c: Rebuild.
3268         * features/rs6000/powerpc-64.c: Rebuild.
3269         * features/rs6000/powerpc-64l.c: Rebuild.
3270         * features/rs6000/powerpc-7400.c: Rebuild.
3271         * features/rs6000/powerpc-750.c: Rebuild.
3272         * features/rs6000/powerpc-860.c: Rebuild.
3273         * features/rs6000/powerpc-altivec32.c: Rebuild.
3274         * features/rs6000/powerpc-altivec32l.c: Rebuild.
3275         * features/rs6000/powerpc-altivec64.c: Rebuild.
3276         * features/rs6000/powerpc-altivec64l.c: Rebuild.
3277         * features/rs6000/powerpc-cell32l.c: Rebuild.
3278         * features/rs6000/powerpc-cell64l.c: Rebuild.
3279         * features/rs6000/powerpc-e500.c: Rebuild.
3280         * features/rs6000/powerpc-e500l.c: Rebuild.
3281         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
3282         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
3283         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
3284         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
3285         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
3286         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
3287         * features/rs6000/powerpc-vsx32.c: Rebuild.
3288         * features/rs6000/powerpc-vsx32l.c: Rebuild.
3289         * features/rs6000/powerpc-vsx64.c: Rebuild.
3290         * features/rs6000/powerpc-vsx64l.c: Rebuild.
3291         * features/rs6000/rs6000.c: Rebuild.
3292         * features/s390-linux32.c: Rebuild.
3293         * features/s390-linux32v1.c: Rebuild.
3294         * features/s390-linux32v2.c: Rebuild.
3295         * features/s390-linux64.c: Rebuild.
3296         * features/s390-linux64v1.c: Rebuild.
3297         * features/s390-linux64v2.c: Rebuild.
3298         * features/s390x-linux64.c: Rebuild.
3299         * features/s390x-linux64v1.c: Rebuild.
3300         * features/s390x-linux64v2.c: Rebuild.
3301         * features/tic6x-c62x-linux.c: Rebuild.
3302         * features/tic6x-c62x.c: Rebuild.
3303         * features/tic6x-c64x-linux.c: Rebuild.
3304         * features/tic6x-c64x.c: Rebuild.
3305         * features/tic6x-c64xp-linux.c: Rebuild.
3306         * features/tic6x-c64xp.c: Rebuild.
3307
3308 2012-07-27  Tom Tromey  <tromey@redhat.com>
3309
3310         * c-exp.y (classify_name): Avoid assignment in condition.
3311
3312 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
3313
3314         * amd64-windows-tdep.c: Include "frame.h".
3315         (amd64_windows_skip_trampoline_code): New function.
3316         (amd64_windows_init_abi): Add trampoline registration.
3317
3318 2012-07-27  Yao Qi  <yao@codesourcery.com>
3319
3320         * tracepoint.c (cur_traceframe_number): Remove.
3321         (set_tfile_traceframe): Remove.
3322         (tfile_trace_find, tfile_fetch_registers): Update callers.
3323         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
3324         (tfile_open, tfile_trace_find): Likewise.
3325
3326 2012-07-27  Yao Qi  <yao@codesourcery.com>
3327
3328         * thread.c (switch_to_thread): Don't call registers_changed.
3329
3330 2012-07-26  Tom Tromey  <tromey@redhat.com>
3331
3332         * Makefile.in (SFILES): Remove objc-exp.y.
3333         (YYFILES): Remove objc-exp.c.
3334         (YYOBJ): Remove objc-exp.o.
3335         (local-maintainer-clean): Don't mention objc-exp.c.
3336         * c-exp.y: Include objc-lang.h.
3337         (%union) <class>: New field.
3338         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
3339         (exp): Clone subscript production for OBJC_LBRAC.  Add various
3340         Objective C productions.
3341         (msglist, msgarglist, msgarg): New productions.
3342         (array_mod, func_mod, operator): Clone productions for
3343         OBJC_LBRAC.
3344         (parse_string_or_char): Handle '@' strings.
3345         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
3346         (classify_name): Check la_name_of_this.  Recognize ObjC class
3347         names.
3348         * objc-exp.y: Remove.
3349         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
3350         * objc-lang.h (objc_parse, objc_error): Don't declare.
3351
3352 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
3353
3354         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
3355
3356 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3357
3358         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
3359         and decrement.
3360
3361 2012-07-26  Tom Tromey  <tromey@redhat.com>
3362
3363         * copying.c: Rebuild.
3364         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
3365         'no_class'.
3366
3367 2012-07-26  Tom Tromey  <tromey@redhat.com>
3368
3369         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
3370         immediate_quit.
3371         (print_objfile_statistics): Likewise.
3372         (maintenance_print_symbols): Likewise.
3373         (maintenance_print_msymbols): Likewise.
3374         (maintenance_print_objfiles): Likewise.
3375         * psymtab.c (print_partial_symbols): Call QUIT.
3376         (maintenance_print_psymbols): Likewise.  Don't modify
3377         immediate_quit.
3378         * copying.c (show_copying_command): Don't modify immediate_quit.
3379         (show_warranty_command): Likewise.
3380         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
3381
3382 2012-07-26  Keith Seitz  <keiths@redhat.com>
3383
3384         * linespec.c (linespec_lexer_lex_number): The input
3385         is also a valid number if the next character is a comma
3386         or colon.
3387
3388 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
3389
3390         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
3391         configure options.
3392
3393 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3394
3395         * machoread.c: Include gdb_bfd.h.
3396
3397 2012-07-26  Tristan Gingold  <gingold@adacore.com>
3398
3399         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
3400         offset.
3401
3402 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3403
3404         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
3405         SIZE to size_t.
3406         (dwarf2_evaluate_loc_desc): Likewise.
3407         (dwarf2_loc_desc_needs_frame): Likewise.
3408         (locexpr_describe_location_1): Likewise.
3409         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
3410         size_t.
3411         (struct dwarf2_loclist_baton): Likewise.
3412         * dwarf2read.c (struct dwarf_block): Likewise.
3413         (dump_die_shallow): Use pulongest to print dwarf_block.size.
3414         (decode_locdesc): Expand SIZE and I to size_t.
3415
3416 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3417
3418         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
3419
3420 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3421
3422         * doublest.c (convert_doublest_to_floatformat): If the exponent
3423         is too small, treat the value as zero.  If the exponent is too
3424         large, treat the value as infinity.
3425
3426 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
3427
3428         * configure.ac: Add --enable-lmcheck configure option.
3429         * configure: Regenerate.
3430
3431 2012-07-25  Tom Tromey  <tromey@redhat.com>
3432
3433         * NEWS: Mention maint info bfds.
3434         * gdb_bfd.c (all_bfds): New global.
3435         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
3436         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
3437         New functions.
3438
3439 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
3440
3441         * configure.tgt: Add v850*-*-rtems*.
3442
3443 2012-07-25  Tom Tromey  <tromey@redhat.com>
3444
3445         * macrotab.c (macro_bcache_str): Remove cast.
3446
3447 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
3448
3449         * linespec.c (linespec_lexer_lex_number): Update comments,
3450         change the return and add check to make sure the input is
3451         the decimal numbers.
3452         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
3453         false, call linespec_lexer_lex_string.
3454
3455 2012-07-24  Tom Tromey  <tromey@redhat.com>
3456
3457         * symfile.c (symbol_file_add): Don't open BFD twice.
3458
3459 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
3460
3461         * breakpoint.c (create_breakpoint): Store condition for pending
3462         breakpoints.
3463
3464 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
3465
3466         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
3467         (m68k_return_value): Handle complex types like structures.
3468         (m68k_svr4_return_value): Likewise.
3469
3470 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
3471
3472         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
3473         parameters to bfd_get_section_name.
3474
3475 2012-07-24  Yao Qi  <yao@codesourcery.com>
3476
3477         * cli/cli-setshow.c: Handle case 'var_uinteger'
3478         and 'var_zuninteger' together.  Handle case 'var_integer' and
3479         'var_zinteger' together.
3480
3481 2012-07-23  Keith Seitz  <keiths@redhat.com>
3482
3483         * linespec.c (convert_linespec_to_sal): Don't add
3484         any symbols to the result vector if symbol_to_sal
3485         returns zero.
3486
3487 2012-07-23  Keith Seitz  <keiths@redhat.com>
3488
3489         * linespec.c (decode_objc): Record the function name
3490         in the linespec.
3491
3492 2012-07-23  Tom Tromey  <tromey@redhat.com>
3493
3494         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
3495         counting.
3496         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
3497         (map_vmap): Acquire a reference to the BFD.
3498
3499 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
3500
3501         * p-valprint.c (pascal_object_print_value): Replace potentially
3502         unsafe alloca with xmalloc/xfree.
3503         * valops.c (search_struct_method): Likewise.
3504
3505 2012-07-23  Tom Tromey  <tromey@redhat.com>
3506
3507         * solib-svr4.c (enable_break): Update.
3508         * bfd-target.h (target_bfd_reopen): Update documentation.
3509
3510 2012-07-23  Tom Tromey  <tromey@redhat.com>
3511
3512         * symfile.c (separate_debug_file_exists): Update.
3513         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
3514         (reread_symbols): Update.
3515         * elfread.c (build_id_verify): Update.
3516         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
3517         bfd_open_maybe_remote.
3518
3519 2012-07-23  Tom Tromey  <tromey@redhat.com>
3520
3521         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
3522
3523 2012-07-23  Tom Tromey  <tromey@redhat.com>
3524
3525         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
3526         and 'abfd'.
3527         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
3528         and 'abfd'.
3529         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
3530         * machoread.c (macho_add_oso_symfile): Make a cleanup for
3531         'abfd'.
3532         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
3533         * objfiles.c (allocate_objfile): Acquire a new reference.
3534         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
3535         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
3536         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
3537         a cleanup for 'nbfd'.
3538         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
3539         for 'nbfd'.
3540         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
3541         make a cleanup for 'abfd'.
3542         (symbol_file_add): Make a BFD cleanup.
3543
3544 2012-07-23  Tom Tromey  <tromey@redhat.com>
3545
3546         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
3547         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
3548         * corelow.c (core_open): Use gdb_bfd_fopen.
3549         * dsrec.c (load_srec): Use gdb_bfd_openr.
3550         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
3551         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
3552         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3553         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3554         (gdb_bfd_fdopenr): New functions.
3555         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
3556         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
3557         (gdb_bfd_fdopenr): Declare.
3558         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
3559         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
3560         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
3561         gdb_bfd_openr_next_archived_file.
3562         (macho_check_dsym): Use gdb_bfd_openr.
3563         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
3564         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
3565         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
3566         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
3567         gdb_bfd_openr.
3568         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
3569         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
3570         gdb_bfd_openr_next_archived_file.
3571         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3572         Use gdb_bfd_openr.
3573         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
3574         gdb_bfd_openr.
3575         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
3576         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
3577         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
3578         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
3579         (symfile_bfd_open): Use gdb_bfd_fopen.
3580         (generic_load): Use gdb_bfd_openr.
3581         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
3582
3583 2012-07-23  Tom Tromey  <tromey@redhat.com>
3584
3585         * bfd-target.c (target_bfd_reopen): Update.
3586         * cli/cli-dump.c (bfd_openr_with_cleanup)
3587         (bfd_openw_with_cleanup): Update.
3588         * corelow.c (core_open): Update.
3589         * dsrec.c (load_srec): Update.
3590         * exec.c (exec_file_attach): Update.
3591         * gcore.c (create_gcore_bfd): Update.
3592         * gdb_bfd.c (gdb_bfd_ref): Return void.
3593         (gdb_bfd_open): Update.
3594         * gdb_bfd.h (gdb_bfd_ref): Return void.
3595         Update comments.
3596         * jit.c (jit_bfd_try_read_symtab): Update.
3597         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3598         * machoread.c (macho_symfile_read_all_oso): Update.
3599         (macho_check_dsym): Update.
3600         * procfs.c (insert_dbx_link_bpt_in_file): Update.
3601         * remote-m32r-sdi.c (m32r_load): Update.
3602         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
3603         * rs6000-nat.c (add_vmap): Update.
3604         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3605         Update.
3606         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
3607         * solib-spu.c (spu_bfd_open): Update.
3608         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
3609         * spu-linux-nat.c (spu_bfd_open): Update.
3610         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
3611         (generic_load): Update.
3612         * windows-nat.c (windows_make_so): Update.
3613
3614 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
3615
3616         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
3617
3618 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
3619
3620         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
3621         SIGTRAMP_FRAME unwinding.
3622
3623 2012-07-20  Doug Evans  <dje@google.com>
3624
3625         * NEWS: Document new options "set/show use-deprecated-index-sections",
3626         and delete reference to --use-deprecated-index-sections.
3627         * symfile.h (use_deprecated_index_sections): Delete.
3628         * dwarf2read.c (use_deprecated_index_sections): Make static.
3629         (read_index_from_section): Update wording of how to load
3630         deprecated index sections.
3631         (_initialize_dwarf2_read): New options
3632         "set/show use-deprecated-index-sections".
3633         * main.c (captured_main): Delete --use-deprecated-index-sections.
3634
3635 2012-07-20  Pedro Alves  <palves@redhat.com>
3636
3637         PR threads/11692
3638         PR gdb/12203
3639
3640         * infrun.c (handle_inferior_event) <new thread>: Don't special
3641         case minus_one_ptid.
3642         <TARGET_WAITKIND_SPURIOUS>: Ditto.
3643         * linux-thread-db.c (thread_get_info_callback): Don't return early
3644         if the thread is zombie.
3645         (thread_from_lwp): Change return type to void.  Rewrite stale
3646         comment.
3647         (attach_thread): Don't return early if the thread is zombie,
3648         instead set its "dying" flag.
3649         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
3650         (find_new_threads_callback): Don't return early if the thread is
3651         zombie.
3652
3653 2012-07-20  Pedro Alves  <palves@redhat.com>
3654
3655         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
3656         * target.c (target_wait): Likewise.
3657         (str_comma_list_concat_elem, do_option, target_options_to_string):
3658         New functions.
3659         * target.h (target_options_to_string): Declare.
3660
3661 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
3662             Tom Tromey  <tromey@redhat.com>
3663
3664         * dwarf2read.c (dwarf_decode_macros)
3665         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
3666         DW_MACRO_GNU_transparent_include_alt>: New cases.
3667         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
3668         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
3669
3670 2012-07-20  Tom Tromey  <tromey@redhat.com>
3671
3672         * dwarf2read.c (try_open_dwo_file): Don't call
3673         gdb_bfd_stash_filename.
3674
3675 2012-07-20  Pedro Alves  <palves@redhat.com>
3676
3677         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3678         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
3679         (i386_process_record): Tweak description comments.
3680
3681 2012-07-20  Pedro Alves  <palves@redhat.com>
3682
3683         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
3684         (i386_process_record): Use record_read_memory.
3685         * record.c (record_read_memory): New function.
3686         (record_arch_list_add_mem, record_exec_insn): Use
3687         record_read_memory.
3688         * record.h (record_read_memory): Declare.
3689
3690 2012-07-20  Yao Qi  <yao@codesourcery.com>
3691
3692         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
3693         NULL for xfree.
3694
3695 2012-07-19  Pedro Alves  <palves@redhat.com>
3696
3697         * record.c (record_resume): Ask the target beneath to report all
3698         signals.
3699
3700 2012-07-19  Doug Evans  <dje@google.com>
3701
3702         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
3703         there's no section at address zero.
3704         (dwarf2_record_block_ranges): Ditto.
3705
3706 2012-07-19  Yao Qi  <yao@codesourcery.com>
3707
3708         * command.h, remote.c: Fix a typo in comment.
3709
3710 2012-07-19  Tom Tromey  <tromey@redhat.com>
3711
3712         PR exp/13206:
3713         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
3714         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
3715         OP_DECLTYPE>: New cases.
3716         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
3717         (type_exp): Add new productions.
3718         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
3719         and decltype.
3720         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
3721         New case.
3722         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
3723         OP_DECLTYPE>: New case.
3724         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
3725         New case.
3726         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
3727         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
3728
3729 2012-07-19  Tom Tromey  <tromey@redhat.com>
3730
3731         * c-exp.y (enum token_flags): New.
3732         (struct token) <cxx_only>: Remove.
3733         <flags>: New field.
3734         (tokentab3, tokentab2, ident_tokens): Update.
3735         (lex_one_token): Update.  Handle FLAG_SHADOW.
3736
3737 2012-07-19  Tom Tromey  <tromey@redhat.com>
3738
3739         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
3740         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
3741         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
3742         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
3743         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
3744         type_exp production where appropriate.
3745         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
3746         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
3747         <UNOP_MEMVAL_TYPE>: New case.
3748         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
3749         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
3750         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
3751         <UNOP_MEMVAL_TYPE>: New case.
3752         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
3753         UNOP_REINTERPRET_CAST>: Update.
3754         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3755         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
3756         UNOP_REINTERPRET_CAST>: Update.
3757         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
3758         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
3759         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
3760         constants.
3761
3762 2012-07-19  Yao Qi  <yao@codesourcery.com>
3763             Jan Kratochvil <jan.kratochvil@redhat.com>
3764
3765         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
3766         and case 'var_optional_filename' together.
3767         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
3768         instead of add_setshow_optional_filename_cmd for setshow command
3769         'args'.  Set completer for 'set args'.
3770
3771 2012-07-18  Doug Evans  <dje@google.com>
3772
3773         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
3774         * common/gdb_vecs.c: New file, contents from utils.c.
3775         * common/host-defs.h: New file, contents from defs.h.
3776         * utils.h: New file, contents from defs.h.
3777         * defs.h: Move all declarations of objects defined in utils.c
3778         to utils.h (except QUIT() and related).
3779         #include "utils.h", "host-defs.h".
3780         * probe.h (probe_p): Move here from gdb_vecs.h.
3781         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
3782         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
3783         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
3784         * Makefile.in (SFILES): Add common/gdb_vecs.c.
3785         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
3786         (COMMON_OBS): Add gdb_vecs.o.
3787         (gdb_vecs.o): New rule.
3788
3789 2012-07-18  Keith Seitz  <keiths@redhat.com>
3790
3791         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
3792         parameter.  If non-zero, use SYMNAME as the canonical name
3793         for the SaL.
3794         Update all callers.
3795         (convert_linespec_to_sals): Use add_sal_to_sals for
3796         expressions, too.
3797         (decode_line_full): No need to "fill in missing canonical names"
3798         anymore. Simply make cleanups for the allocated names.
3799
3800 2012-07-18  Keith Seitz  <keiths@redhat.com>
3801
3802         * linespec.c (struct linespec): Constify expression,
3803         source_filename, function_name, and label_name.
3804         (symbol_not_found_error): Make all parameters const.
3805         (linespec_parser_delete): No need to check for NULL
3806         when using xfree. Cast const char * to char * for xfree.
3807
3808 2012-07-18  Keith Seitz  <keiths@redhat.com>
3809
3810         * breakpoint.c (invalid_thread_id_error): New function.
3811         (find_condition_and_thread): Use invalid_thread_id_error.
3812         (watch_command_1): Likewise.
3813
3814 2012-07-18  Tom Tromey  <tromey@redhat.com>
3815
3816         * cc-with-index.sh, cc-with-dwz.sh: Remove.
3817         * contrib/cc-with-tweaks.sh: New file.
3818
3819 2012-07-18  Tom Tromey  <tromey@redhat.com>
3820
3821         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
3822         (locate_dwz_sections): Recognize .gdb_index.
3823         (create_cus_from_index_list): New function.
3824         (create_cus_from_index): Use it.  Handle .dwz data.
3825         (read_index_from_section): New function, extracted from
3826         dwarf2_read_index.
3827         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
3828         if needed.
3829
3830 2012-07-18  Tom Tromey  <tromey@redhat.com>
3831
3832         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
3833         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
3834         <is_dwz>: New field.
3835         (struct dwz_file): New.
3836         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
3837         (locate_dwz_sections, dwarf2_get_dwz_file)
3838         (get_abbrev_section_for_cu): New functions.
3839         (error_check_comp_unit_head, read_and_check_comp_unit_head)
3840         (read_and_check_type_unit_head): Add abbrev_section argument.
3841         (create_debug_types_hash_table): Update.
3842         (init_cutu_and_read_dies): Use proper abbrev section.
3843         (init_cutu_and_read_dies_no_follow): Likewise.
3844         (set_partial_user): Do nothing if PST==NULL.
3845         (read_comp_units_from_section): New function.
3846         (create_all_comp_units): Use it.
3847         (scan_partial_symbols, partial_die_parent_scope): Update.
3848         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3849         (process_imported_unit_die, read_partial_die): Handle .dwz files.
3850         (find_partial_die): Add offset_in_dwz argument.  Update.
3851         (guess_partial_die_structure_name, fixup_partial_die): Update.
3852         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
3853         DW_FORM_GNU_strp_alt.
3854         (read_indirect_string_from_dwz): New function.
3855         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
3856         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
3857         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
3858         (follow_die_offset): Add offset_in_dwz argument.
3859         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
3860         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
3861         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
3862         Handle new macro forms.
3863         (dwarf_decode_macros): Update.
3864         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
3865         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
3866         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
3867         (create_debug_types_hash_table): Use correct abbrev section.
3868         (get_debug_line_section): New function.
3869         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
3870         (process_full_comp_unit): Pass 'required' argument to
3871         end_symtab_get_static_block.
3872         * buildsym.h (end_symtab_get_static_block): Update.
3873         * buildsym.c (end_symtab_get_static_block): Add 'required'
3874         argument.
3875         (end_symtab, end_expandable_symtab): Update.
3876
3877 2012-07-18  Tom Tromey  <tromey@redhat.com>
3878
3879         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
3880         (pagesize): Remove.
3881         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
3882         (zlib_decompress_section): Remove.
3883         (dwarf2_read_section): Use gdb_bfd_map_section.
3884         (munmap_section_buffer): Remove.
3885         (free_dwo_file, dwarf2_per_objfile_free): Don't use
3886         munmap_section_buffer.
3887         * gdb_bfd.c: Include zlib.h, sys/mman.h.
3888         (struct gdb_bfd_section_data): New.
3889         (free_one_bfd_section): New function.
3890         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
3891         (get_section_descriptor, zlib_decompress_section)
3892         (gdb_bfd_map_section): New functions.
3893         * gdb_bfd.h (gdb_bfd_map_section): Declare.
3894
3895 2012-07-18  Tom Tromey  <tromey@redhat.com>
3896
3897         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
3898
3899 2012-07-18  Tom Tromey  <tromey@redhat.com>
3900
3901         * gdb_bfd.c (struct gdb_bfd_data): New.
3902         (gdb_bfd_cache): New global.
3903         (struct gdb_bfd_cache_search): New.
3904         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
3905         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
3906         * gdb_bfd.h (gdb_bfd_open): Declare.
3907
3908 2012-07-18  Tom Tromey  <tromey@redhat.com>
3909
3910         * utils.c (make_cleanup_bfd_unref): Rename from
3911         make_cleanup_bfd_close.
3912         * defs.h (make_cleanup_bfd_unref): Rename from
3913         make_cleanup_bfd_close.
3914         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
3915         (bfd_openw_with_cleanup): Update.
3916         * corelow.c (core_open): Update.
3917         * dsrec.c (load_srec): Update.
3918         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
3919         * remote-m32r-sdi.c (m32r_load): Update.
3920         * remote-mips.c (mips_load_srec): Update.
3921         (pmon_load_fast): Update.
3922         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3923         Update.
3924         (darwin_bfd_open): Update.
3925         * solib.c (solib_bfd_fopen): Update.
3926         * symfile-mem.c (symbol_file_add_from_memory): Update.
3927         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
3928         (symfile_bfd_open): Update.
3929         (generic_load): Update.
3930
3931 2012-07-18  Tom Tromey  <tromey@redhat.com>
3932
3933         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
3934         (pmon_load_fast): Likewise.
3935         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
3936         (m32r_upload_command): Likewise.
3937         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
3938         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3939         Use make_cleanup_bfd_close.
3940
3941 2012-07-18  Tom Tromey  <tromey@redhat.com>
3942
3943         * symfile.c (symfile_bfd_open): Don't copy name.  Call
3944         gdb_bfd_stash_filename.
3945         (load_command): Open the new BFD before freeing the old.
3946         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
3947         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
3948         Call gdb_bfd_stash_filename.
3949         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
3950         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
3951         gdb_bfd_stash_filename.
3952         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
3953         Free found_pathname.
3954         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
3955         gdb_bfd_stash_filename.
3956         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
3957         * machoread.c (macho_add_oso_symfile): Call
3958         gdb_bfd_stash_filename.
3959         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
3960         gdb_bfd_stash_filename.
3961         (macho_check_dsym): Don't copy filename.  Call
3962         gdb_bfd_stash_filename.
3963         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
3964         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
3965         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
3966         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
3967         * exec.c (exec_close): Don't free the BFD's filename.
3968         (exec_file_attach): Don't copy the filename.  Call
3969         gdb_bfd_stash_filename.
3970         * corelow.c (core_close): Don't free the BFD's filename.
3971         (core_open): Call gdb_bfd_stash_filename.
3972         * corefile.c (reopen_exec_file): Remove #if 0 code.
3973         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
3974         pathname.
3975         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
3976
3977 2012-07-18  Tom Tromey  <tromey@redhat.com>
3978
3979         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
3980         gdb_bfd_unref.
3981         (free_dwo_file): Use gdb_bfd_unref.
3982         * cli/cli-dump.c: Include gdb_bfd.h.
3983         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
3984         (bfd_openr_with_cleanup): Likewise.
3985         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
3986         gdb_bfd_unref.
3987         * utils.c: Include gdb_bfd.h.
3988         (do_bfd_close_cleanup): Use gdb_bfd_unref.
3989         * symfile.c: Include gdb_bfd.h.
3990         (separate_debug_file_exists): Use gdb_bfd_unref.
3991         (bfd_open_maybe_remote): Use gdb_bfd_ref.
3992         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3993         (generic_load): Use gdb_bfd_ref.
3994         (reread_symbols): Use gdb_bfd_unref.
3995         * symfile-mem.c: Include gdb_bfd.h.
3996         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
3997         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
3998         * solib.c: Include gdb_bfd.h.
3999         (solib_bfd_fopen): Use gdb_bfd_ref.
4000         (solib_bfd_open): Use gdb_bfd_unref.
4001         (free_so_symbols): Use gdb_bfd_unref.
4002         (reload_shared_libraries_1): Use gdb_bfd_unref.
4003         * solib-spu.c: Include gdb_bfd.h.
4004         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
4005         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
4006         gdb_bfd_unref.
4007         * solib-frv.c: Include gdb_bfd.h.
4008         (enable_break2): Use gdb_bfd_unref.
4009         * solib-dsbt.c: Include gdb_bfd.h.
4010         (enable_break2): Use gdb_bfd_unref.
4011         * solib-darwin.c: Include gdb_bfd.h.
4012         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
4013         gdb_bfd_unref.
4014         (darwin_bfd_open): Use gdb_bfd_unref.
4015         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
4016         * remote-mips.c: Include gdb_bfd.h.
4017         (mips_load_srec): Use gdb_bfd_ref.
4018         (pmon_load_fast): Use gdb_bfd_ref.
4019         * remote-m32r-sdi.c: Include gdb_bfd.h.
4020         (m32r_load): Use gdb_bfd_ref.
4021         * record.c: Include gdb_bfd.h.
4022         (record_save_cleanups): Use gdb_bfd_unref.
4023         (cmd_record_save): Use gdb_bfd_unref.
4024         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
4025         gdb_bfd_unref.
4026         * objfiles.h (gdb_bfd_close_or_warn): Remove.
4027         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
4028         * objfiles.c: Include gdb_bfd.h.
4029         (free_objfile): Use gdb_bfd_unref.
4030         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
4031         gdb_bfd.c.
4032         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
4033         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
4034         (macho_check_dsym): Likewise.
4035         * m32r-rom.c: Include gdb_bfd.h.
4036         (m32r_load): Use gdb_bfd_ref.
4037         (m32r_upload_command): Use gdb_bfd_ref.
4038         * jit.c: Include gdb_bfd.h.
4039         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
4040         * gdb_bfd.h: New file.
4041         * gdb_bfd.c: New file.
4042         * gcore.c: Include gdb_bfd.h.
4043         (create_gcore_bfd): Use gdb_bfd_ref.
4044         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
4045         (gcore_command): Use gdb_bfd_unref.
4046         * exec.c: Include gdb_bfd.h.
4047         (exec_close): Use gdb_bfd_unref.
4048         (exec_close_1): Use gdb_bfd_unref.
4049         (exec_file_attach): Use gdb_bfd_ref.
4050         * elfread.c: Include gdb_bfd.h.
4051         (build_id_verify): Use gdb_bfd_unref.
4052         * dsrec.c: Include gdb_bfd.h.
4053         (load_srec): Use gdb_bfd_ref.
4054         * corelow.c: Include gdb_bfd.h.
4055         (core_close): Use gdb_bfd_unref.
4056         (core_open): Use gdb_bfd_ref.
4057         * bfd-target.c: Include gdb_bfd.h.
4058         (target_bfd_xclose): Use gdb_bfd_unref.
4059         (target_bfd_reopen): Use gdb_bfd_ref.
4060         * Makefile.in (SFILES): Add gdb_bfd.c.
4061         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
4062         (COMMON_OBS): Add gdb_bfd.o.
4063
4064 2012-07-18  Keith Seitz  <keiths@redhat.com>
4065
4066         * breakpoint.c (find_condition_and_thread): Initialize
4067         TASK and REST.
4068         (create_breakpiont): find_condition_and_thread will now
4069         initialize COND_STRING, THREAD, and REST (and TASK).
4070         (addr_string_to_sals): Likewise.
4071
4072 2012-07-18  Pedro Alves  <palves@redhat.com>
4073
4074         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
4075         Pull the single step breakpoints out of the target.
4076
4077 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4078
4079         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
4080         * stap-probe.c (compile_probe_arg): Likewise.
4081
4082 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4083
4084         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4085         (elf_compile_to_ax): Likewise.
4086         * infrun.c (insert_exception_resume_from_probe): Likewise.
4087         (check_exception_resume): Remove `objfile' variable.
4088         * probe.c (find_probe_by_pc): Remove `objfile' argument.
4089         (struct probe_and_objfile, probe_and_objfile_s): Delete.
4090         (collect_probes): Adjust return value to `VEC (probe_p) *'.
4091         (compare_entries): Rename to...
4092         (compare_probes): ...this.  Adjust function to work with
4093         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
4094         respectively.
4095         (gen_ui_out_table_header_info): Adjust `probes' argument to be
4096         `VEC (probe_p) *'.
4097         (print_ui_out_info): Adjust argument to be `struct probe *'.
4098         (info_probes_for_ops): Adjust internal computations to use
4099         `VEC (probe_p) *'.
4100         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
4101         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
4102         gen_info_probes_table_values>: Remove `objfile' argument.
4103         (struct probe) <objfile>: New field.
4104         (find_probe_by_pc): Remove `objfile' argument.
4105         * stap-probe.c (stap_parse_probe_arguments): Likewise.
4106         (stap_get_probe_argument_count): Likewise.
4107         (stap_get_arg): Likewise.
4108         (stap_evaluate_probe_argument): Likewise.
4109         (stap_compile_to_ax): Likewise.
4110         (compile_probe_arg): Refactor not to pass `objfile' anymore.
4111         (handle_stap_probe): Fill `objfile' field from `struct probe'.
4112         (stap_gen_info_probes_table_header): Remove `objfile' argument.
4113         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
4114         sym_compile_to_ax>: Likewise.
4115
4116 2012-07-18  Terry Guo  <terry.guo@arm.com>
4117
4118         PR 14329
4119         * defs.h (GDB_MI_MSG_WIDTH): New.
4120         * ser_base (ser_base_read_error_fd): New function.
4121         (do_ser_base_readchar): Poll error file descriptor as well as
4122         standard output.
4123         (generic_readchar): Refactor error handling.
4124
4125 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4126
4127         * NEWS: Create a new section for the next release branch.
4128         Rename the section of the current branch, now that it has
4129         been cut.
4130
4131 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
4132
4133         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
4134         * version.in: Bump version to 7.5.50.20120718-cvs.
4135
4136 2012-07-17  Keith Seitz  <keiths@redhat.com>
4137
4138         * linespec.c (linespec_parse_line_offset): Make parameter
4139         const.
4140
4141 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4142
4143         PR 11914
4144         * f-valprint.c (info_common_command): New variable frame_id.
4145         Reinitialize FI form FRAME_ID after each print_variable_and_value.
4146         * printcmd.c (print_variable_and_value): Extend function comment.
4147         Add comment for invalidated FRAME.
4148         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
4149         FI form FRAME_ID after each print_frame_local_vars.
4150         (struct print_variable_and_value_data): Change frame to frame_id.
4151         (do_print_variable_and_value): New variable frame, initialize it from
4152         p->frame_id.  Add comment for invalidated FRAME.
4153         (print_frame_local_vars, print_frame_arg_vars): New function comment.
4154         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
4155         for invalidated FRAME.
4156
4157 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
4158             Pedro Alves  <palves@redhat.com>
4159
4160         * linux-nat.c (linux_nat_detach): Don't unregister from the event
4161         loop.
4162
4163 2012-07-16  Tom Tromey  <tromey@redhat.com>
4164
4165         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
4166
4167 2012-07-15  Doug Evans  <dje@google.com>
4168
4169         * dwarf2read.c (stmt_list_hash): New struct.
4170         (type_unit_group): Embed "per_cu" member, remove pointer.
4171         New union member "t", move member "tus" into it, all uses updated.
4172         New member "hash", replaces member "line_offset, all uses updated.
4173         (quick_file_names): Replace member "offset" with "hash", all uses
4174         updated.
4175         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
4176         (hash_file_name_entry, eq_file_name_entry): Call them.
4177         (hash_type_unit_group, eq_type_unit_group): Ditto.
4178         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
4179         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
4180         (dw2_get_file_names): Update.
4181         (create_type_unit_group): Replace "per_cu" arg with "cu".
4182         All callers updated.  Fix "quick" (.gdb_index) handling.
4183         (get_type_unit_group): Replace "per_cu" arg with "cu".
4184         All callers updated.
4185         (build_type_unit_groups): Don't reset tu_stats.
4186
4187         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
4188         "tab_cur_size".  Change member "tab" to be a htab_t.
4189         (create_filename_seen_cache): Update.
4190         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
4191         (filename_seen): Update.
4192
4193 2012-07-13  Doug Evans  <dje@google.com>
4194
4195         * symtab.c (filename_seen): Update comment.
4196
4197 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4198             Doug Evans  <dje@google.com>
4199
4200         * buildsym.c (end_symtab_1): Split it to ...
4201         (end_symtab_get_static_block): ... this ...
4202         (end_symtab_from_static_block): ... and this function.
4203         (end_symtab, end_expandable_symtab): Call them.
4204         * buildsym.h (end_symtab_get_static_block)
4205         (end_symtab_from_static_block): New declarations.
4206         * dwarf2read.c (process_full_comp_unit): New variable static_block.
4207         Set its valid CU ranges.
4208
4209 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4210
4211         * dwarf2loc.c (disassemble_dwarf_expression): Handle
4212         DW_OP_GNU_parameter_ref.
4213
4214 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4215
4216         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
4217         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
4218
4219 2012-07-13  Doug Evans  <dje@google.com>
4220
4221         * symtab.c (output_source_filename): Delete unnecessary forward decl.
4222         (filename_seen_cache): New struct.
4223         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
4224         (create_filename_seen_cache): New function.
4225         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
4226         (filename_seen): Delete arg "first".  New arg "cache".  All callers
4227         updated.
4228         (output_source_filename_data): New struct.
4229         (output_source_filename): Delete arg "first".  New arg "data".
4230         All callers updated.
4231         (sources_info): Delete local "first".  New locals "data", "cleanups".
4232         Rewrite to use filename_seen_cache.
4233         (add_partial_filename_data): Delete member "first".  New member
4234         "filename_seen_cache".  All uses updated.
4235         (make_source_files_completion_list): Rewrite to use
4236         filename_seen_cache.
4237
4238 2012-07-12  Doug Evans  <dje@google.com>
4239
4240         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
4241
4242 2012-07-10  Doug Evans  <dje@google.com>
4243
4244         PR gdb/13498
4245         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
4246         all_type_unit_groups, type_unit_groups, tu_stats.
4247         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
4248         All uses updated.  Add type_unit_group to union "s".
4249         (type_unit_group): New struct.
4250         (IS_TYPE_UNIT_GROUP): New macro.
4251         (abbrev_table): Delete unused member "section".
4252         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
4253         (dw2_get_cu): Assert not used with type_unit_group.
4254         (dw2_get_primary_cu): New function.
4255         (dw2_build_type_unit_groups_reader): New function.
4256         (dw2_build_type_unit_groups): New function.
4257         (dw2_get_file_names): Assert not called on type units.
4258         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
4259         Redo loop to iterate over type unit groups instead of type units.
4260         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
4261         (read_abbrev_offset): New function.
4262         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
4263         updated.
4264         (create_partial_symtab): New function.
4265         (process_psymtab_comp_unit_reader): Assert not used with type units.
4266         Call create_partial_symtab.
4267         (process_psymtab_type_unit): Delete.
4268         (hash_type_unit_group, eq_type_unit_group): New functions.
4269         (allocate_type_unit_groups_table): New function.
4270         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
4271         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
4272         (create_type_unit_group, get_type_unit_group): New functions.
4273         (tu_abbrev_offset): New struct.
4274         (sort_tu_by_abbrev_offset): New function.
4275         (add_type_unit_group_to_table): New function.
4276         (build_type_unit_groups): New function.
4277         (build_type_psymtabs_reader): New function.
4278         (build_type_psymtab_dependencies): New function.
4279         (build_type_psymtabs): Rewrite.
4280         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
4281         is seen in a type unit.
4282         (process_queue): Move symtab expansion debugging printfs here.
4283         Call process_full_type_unit for type units.
4284         (compute_symtab_includes): Assert not called for type units.
4285         (process_cu_includes): Don't call compute_symtab_includes for
4286         type units.
4287         (process_full_type_unit): New function.
4288         (process_imported_unit_die): Flag an error if called for type units.
4289         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
4290         updated.  Assert not called for type units.
4291         (read_file_scope): Call dwarf2_start_symtab.
4292         (setup_type_unit_groups): New function.
4293         (read_type_unit_scope): Rewrite.
4294         (abbrev_table_read_table): Initialize abbrev_table->offset.
4295         (abbrev_table_free_cleanup): New function.
4296         (dwarf2_start_symtab): New function.
4297         (load_full_type_unit): Assert not called for type unit groups.
4298         * buildsym.c (finish_block_internal): New arg "expandable".
4299         All callers updated.
4300         (start_symtab): Move most contents to ...
4301         (restart_symtab): ... here.  New function.
4302         (reset_symtab_globals): New function.
4303         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
4304         Call reset_symtab_globals.
4305         (end_symtab, end_expandable_symtab): New functions.
4306         (set_missing_symtab, augment_type_symtab): New functions.
4307         * buildsym.h (end_expandable_symtab): Declare.
4308         (augment_type_symtab, restart_symtab): Declare.
4309         * psympriv.h (struct partial_symtab): New member "anonymous".
4310         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
4311         anonymous psymtabs.
4312         (read_psymtabs_with_filename): Ditto.
4313         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
4314         (expand_symtabs_matching_via_partial): Ditto.
4315         (dump_psymtab): Update.
4316         * dictionary.c (dict_add_pending): New function.
4317         * dictionary.h (dict_add_pending): Declare.
4318
4319 2012-07-09  Doug Evans  <dje@google.com>
4320
4321         * buildsym.c (start_subfile): Remove unnecessary check for
4322         name == NULL.
4323
4324         * psymtab.c (allocate_psymtab): Use host_address_to_string.
4325
4326         * dwarf2read.c (load_full_type_unit): Simplify.
4327
4328         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
4329         to struct signatured_type **.  All uses updated.
4330
4331         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
4332         All callers updated.
4333
4334 2012-07-09  Tom Tromey  <tromey@redhat.com>
4335
4336         * c-exp.y (check_parameter_typelist): New function.
4337         (parameter_typelist): Call it.
4338         * eval.c (make_params): Handle '(void)' case.
4339         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4340         '(void)' case.
4341
4342 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4343
4344         * common/linux-ptrace.c: Include gdb_assert.h.
4345         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
4346         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
4347         stdint.h.
4348         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
4349         functions.
4350         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
4351         * linux-nat.c (linux_child_post_attach)
4352         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
4353
4354 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4355
4356         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
4357         nptl <2.7 bug workaround for core files.
4358
4359 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4360
4361         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
4362         clearing.
4363         (save_siginfo): Remove.
4364         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
4365         call.
4366         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
4367         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
4368         * linux-nat.h (struct lwp_info): Remove field siginfo.
4369
4370 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4371
4372         Code cleanup for the next patch.
4373         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
4374         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4375         call for it.
4376         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4377         (ia64_linux_stopped_data_address):
4378         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
4379         the return value.
4380         * linux-nat.h (linux_nat_get_siginfo): Likewise.
4381         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
4382         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
4383         call for it.
4384
4385 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4386
4387         PR 14321
4388         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
4389         Increase buffer sizes to 2x we need, not just 2x of the previous size.
4390
4391 2012-07-06  Tom Tromey  <tromey@redhat.com>
4392
4393         * c-exp.y (DOTDOTDOT): New token.
4394         (func_mod, exp): Use parameter_typelist.
4395         (parameter_typelist): New production.
4396         (tokentab3): Add "..." token.
4397         * eval.c (make_params): Handle varargs.
4398         * gdbtypes.c (lookup_function_type_with_arguments): Handle
4399         varargs.
4400
4401 2012-07-06  Tom Tromey  <tromey@redhat.com>
4402
4403         PR exp/9608:
4404         * c-exp.y (%union) <tvec>: Change type.
4405         (func_mod): Now uses <tvec> type.
4406         (exp): Update for tvec change.
4407         (direct_abs_decl): Push the typelist.
4408         (func_mod): Return a typelist.
4409         (nonempty_typelist): Update for tvec change.
4410         * gdbtypes.c (lookup_function_type_with_arguments): New function.
4411         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
4412         * parse.c (pop_type_list): New function.
4413         (push_typelist): New function.
4414         (follow_types): Handle tp_function_with_arguments.
4415         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
4416         (enum type_pieces) <tp_function_with_arguments>: New constant.
4417         (union type_stack_elt) <typelist_val>: New field.
4418         (push_typelist): Declare.
4419
4420 2012-07-06  Tom Tromey  <tromey@redhat.com>
4421
4422         * c-exp.y (%union) <type_stack>: New field.
4423         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
4424         (ptr_operator_ts): New production.
4425         (ptype): Update.
4426         * parse.c (type_stack_reserve): New function.
4427         (check_type_stack_depth): Use it.
4428         (pop_type_stack, append_type_stack, push_type_stack)
4429         (get_type_stack, type_stack_cleanup): New functions.
4430         (follow_types): Handle tp_type_stack.
4431         (_initialize_parse): Simplify initialization.
4432         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
4433         constant.
4434         (union type_stack_elt) <stack_val>: New field.
4435         (get_type_stack, append_type_stack, push_type_stack)
4436         (type_stack_cleanup): Declare.
4437
4438 2012-07-06  Tom Tromey  <tromey@redhat.com>
4439
4440         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
4441         Remove.
4442         (struct type_stack): New.
4443         * parse.c (type_stack, type_stack_size, type_stack_depth):
4444         Remove.
4445         (type_stack): New global.
4446         (parse_exp_in_context, check_type_stack_depth)
4447         (insert_into_type_stack, insert_type, push_type, push_type_int)
4448         (insert_type_address_space, pop_type, pop_type_int)
4449         (_initialize_parse): Update.
4450
4451 2012-07-06  Tom Tromey  <tromey@redhat.com>
4452
4453         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
4454         Remove %type.
4455
4456 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4457
4458         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
4459
4460 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4461             Jan Kratochvil  <jan.kratochvil@redhat.com>
4462
4463         * cp-valprint.c (cp_print_value): Replace potentially unsafe
4464         alloca with xmalloc/xfree.
4465
4466 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
4467
4468         * MAINTAINERS (Write After Approval): Add myself to the list.
4469
4470 2012-07-05  Doug Evans  <dje@google.com>
4471
4472         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
4473
4474 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4475
4476         * ax-gdb.c (cli/cli-utils.h): New include.
4477         (linespec.h): Ditto.
4478         (agent_eval_command_one): New function.
4479         (agent_command_1): Ditto.
4480         (agent_command): Call function agent_command_1.
4481         (agent_eval_command): Ditto.
4482         (_initialize_ax_gdb): Change help for "maint agent"
4483         and "maint agent-eval".
4484
4485 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
4486
4487         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
4488         * cli/cli-utils.c (check_for_argument): New function.
4489         * cli/cli-utils.h (check_for_argument): Ditto.
4490
4491 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4492
4493         * NEWS: Mention x32 ABI support.
4494
4495 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
4496
4497         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
4498         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
4499
4500         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
4501         and pc_regnum_from_eax to -1.  Update SP regnum from
4502         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
4503         needed.
4504
4505         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
4506         pc_regnum_from_eax.
4507
4508 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4509
4510         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
4511         * dwarf2expr.h: Include gdbtypes.h.
4512         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
4513         these forward declarations.
4514         (cu_offset, sect_offset): Move these ...
4515         * gdbtypes.h: Remove include dwarf2expr.h.
4516         (cu_offset, sect_offset): ... here.
4517
4518 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
4519
4520         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
4521         (amd64_linux_sigtramp_code): This.
4522         (amd64_x32_linux_sigtramp_code): New.
4523         (LINUX_SIGTRAMP_LEN): Updated.
4524         (amd64_linux_sigtramp_start): Check x32 sigtramp.
4525
4526 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4527
4528         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
4529
4530 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4531
4532         * config.in: Regenerate.
4533         * configure: Regenerate.
4534         * configure.ac: Remove check for gnu/libc-version.h.
4535         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
4536         gnu/libc-version.h.
4537         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
4538         variables libc_version, libc_major and libc_minor.  Replace sscanf by
4539         inferior_has_bug.  Extend the comment.
4540
4541 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4542
4543         * linux-thread-db.c (inferior_has_bug): New function.
4544         (thread_db_find_new_threads_silently): Return boolean as checked by
4545         inferior_has_bug, describe it in the comments.
4546         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
4547         earlier.  Abort the initialization if it returned non-zero.
4548         (thread_db_new_objfile): Exclude debug files.
4549         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
4550         if UNTIL_NO_NEW,
4551
4552 2012-07-02  Doug Evans  <dje@google.com>
4553
4554         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
4555         related to queue management.
4556
4557         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
4558         instead of "debug dwarf2-die" in debugging printfs.
4559         (create_debug_info_hash_table_reader): Ditto.
4560         (create_debug_info_hash_table): Ditto.
4561         (init_dwo_file): Ditto.
4562         (init_cutu_and_read_dies): Add debugging printf.
4563         (init_cutu_and_read_dies_no_follow): Ditto.
4564         (process_psymtab_comp_unit_reader): Ditto.
4565
4566 2012-07-02  Stan Shebs  <stan@codesourcery.com>
4567
4568         Add target-side support for dynamic printf.
4569         * NEWS: Mention the additional style.
4570         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
4571         (struct bp_location): New field cmd_bytecode.
4572         * breakpoint.c: Include format.h.
4573         (disconnected_dprintf): New global.
4574         (parse_cmd_to_aexpr): New function.
4575         (build_target_command_list): New function.
4576         (insert_bp_location): Call it.
4577         (remove_breakpoints_pid): Skip dprintf breakpoints.
4578         (print_one_breakpoint_location): Ditto.
4579         (dprintf_style_agent): New global.
4580         (dprintf_style_enums): Add dprintf_style_agent.
4581         (update_dprintf_command_list): Add agent case.
4582         (agent_printf_command): New function.
4583         (_initialize_breakpoint): Add new commands.
4584         * common/ax.def (printf): New bytecode.
4585         * ax.h (ax_string): Declare.
4586         * ax-gdb.h (gen_printf): Declare.
4587         * ax-gdb.c: Include cli-utils.h, format.h.
4588         (gen_printf): New function.
4589         (maint_agent_print_command): New function.
4590         (_initialize_ax_gdb): Add maint agent-printf command.
4591         * ax-general.c (ax_string): New function.
4592         (ax_print): Add printf disassembly.
4593         * Makefile.in (SFILES): Add format.c
4594         (COMMON_OBS): Add format.o.
4595         * common/format.h: New file.
4596         * common/format.c: New file.
4597         * printcmd.c: Include format.h.
4598         (ui_printf): Call parse_format_string.
4599         * remote.c (remote_state): New field breakpoint_commands.
4600         (PACKET_BreakpointCommands): New enum.
4601         (remote_breakpoint_commands_feature): New function.
4602         (remote_protocol_features): Add new BreakpointCommands entry.
4603         (remote_can_run_breakpoint_commands): New function.
4604         (remote_add_target_side_commands): New function.
4605         (remote_insert_breakpoint): Call it.
4606         (remote_insert_hw_breakpoint): Ditto.
4607         (_initialize_remote): Add new packet configuration for
4608         target-side breakpoint commands.
4609         * target.h (struct target_ops): New field
4610         to_can_run_breakpoint_commands.
4611         (target_can_run_breakpoint_commands): New macro.
4612         * target.c (update_current_target): Handle
4613         to_can_run_breakpoint_commands.
4614
4615 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4616
4617         Execute -ix and -iex only after system and user gdbinit files.
4618         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
4619         processing down after gdbinit files.
4620
4621 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4622
4623         Add fnmatch-gnu module.
4624         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
4625         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
4626         * gnulib/aclocal.m4: Regenerate.
4627         * gnulib/config.in: Regenerate.
4628         * gnulib/configure: Regenerate.
4629         * gnulib/import/dummy.c: Remove.
4630         * gnulib/import/Makefile.am: Regenerate.
4631         * gnulib/import/Makefile.in: Likewise.
4632         * gnulib/import/m4/gnulib-cache.m4: Likewise.
4633         * gnulib/import/m4/gnulib-comp.m4: Likewise.
4634         * gnulib/import/alloca.c: New file.
4635         * gnulib/import/alloca.in.h: Likewise.
4636         * gnulib/import/config.charset: Likewise.
4637         * gnulib/import/fnmatch.c: Likewise.
4638         * gnulib/import/fnmatch.in.h: Likewise.
4639         * gnulib/import/fnmatch_loop.c: Likewise.
4640         * gnulib/import/localcharset.c: Likewise.
4641         * gnulib/import/localcharset.h: Likewise.
4642         * gnulib/import/m4/alloca.m4: Likewise.
4643         * gnulib/import/m4/codeset.m4: Likewise.
4644         * gnulib/import/m4/configmake.m4: Likewise.
4645         * gnulib/import/m4/fcntl-o.m4: Likewise.
4646         * gnulib/import/m4/fnmatch.m4: Likewise.
4647         * gnulib/import/m4/glibc21.m4: Likewise.
4648         * gnulib/import/m4/localcharset.m4: Likewise.
4649         * gnulib/import/m4/locale-fr.m4: Likewise.
4650         * gnulib/import/m4/locale-ja.m4: Likewise.
4651         * gnulib/import/m4/locale-zh.m4: Likewise.
4652         * gnulib/import/m4/mbrtowc.m4: Likewise.
4653         * gnulib/import/m4/mbsinit.m4: Likewise.
4654         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
4655         * gnulib/import/m4/mbstate_t.m4: Likewise.
4656         * gnulib/import/m4/stdbool.m4: Likewise.
4657         * gnulib/import/m4/wchar_h.m4: Likewise.
4658         * gnulib/import/m4/wctype_h.m4: Likewise.
4659         * gnulib/import/m4/wint_t.m4: Likewise.
4660         * gnulib/import/mbrtowc.c: Likewise.
4661         * gnulib/import/mbsinit.c: Likewise.
4662         * gnulib/import/mbsrtowcs-impl.h: Likewise.
4663         * gnulib/import/mbsrtowcs-state.c: Likewise.
4664         * gnulib/import/mbsrtowcs.c: Likewise.
4665         * gnulib/import/ref-add.sin: Likewise.
4666         * gnulib/import/ref-del.sin: Likewise.
4667         * gnulib/import/stdbool.in.h: Likewise.
4668         * gnulib/import/streq.h: Likewise.
4669         * gnulib/import/strnlen1.c: Likewise.
4670         * gnulib/import/strnlen1.h: Likewise.
4671         * gnulib/import/verify.h: Likewise.
4672         * gnulib/import/wchar.in.h: Likewise.
4673         * gnulib/import/wctype.in.h: Likewise.
4674
4675 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4676
4677         Support shell wildcards for 'set auto-load safe-path'.
4678         * auto-load.c: Include fnmatch.h.
4679         (filename_is_in_dir): Rename to ...
4680         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
4681         it.  Update function comment.  Rename dir_len to pattern_len.  New
4682         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
4683         messages.  Use gdb_filename_fnmatch.
4684         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
4685         pattern.
4686         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
4687         * defs.h (gdb_filename_fnmatch): New declaration.
4688         * utils.c: Include fnmatch.h.
4689         (gdb_filename_fnmatch): New function.
4690
4691 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4692
4693         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
4694         `-probe' and `-probe-stap' options.
4695
4696 2012-07-01  Yao Qi  <yao@codesourcery.com>
4697
4698         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
4699         always_inserted_off, and always_inserted_enums.
4700         Change always_inserted_mode's type to 'enum auto_boolean'.
4701         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
4702         callers.
4703         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
4704         of add_setshow_enum_cmd.
4705         * infrun.c: Remove can_use_displaced_stepping_auto,
4706         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
4707         can_use_displaced_stepping_enum.
4708         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
4709         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
4710         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
4711         add_setshow_enum_cmd.
4712
4713 2012-06-30  Doug Evans  <dje@google.com>
4714
4715         * dwarf2read.c (signatured_type): Make "per_cu" member first.
4716         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
4717         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
4718
4719 2012-06-29  Doug Evans  <dje@google.com>
4720
4721         * linespec.c: #include "stack.h".
4722         (decode_line_with_current_source): Moved here from symtab.c and
4723         renamed from decode_line_spec.  All callers updated.
4724         (decode_line_with_last_displayed): Moved here from breakpoint.c and
4725         renamed from decode_line_spec_1.  All callers updated.
4726         * linespec.h (decode_line_with_current_source): Move declaration here
4727         from symtab.h and renamed from decode_line_spec.
4728         (decode_line_with_last_displayed): Move declaration here from symtab.h
4729         and renamed from decode_line_spec_1.
4730         * macrocmd.c: #include "linespec.h".
4731         * symtab.c: Remove #include "linespec.h".
4732
4733 2012-06-28  Doug Evans  <dje@google.com>
4734
4735         * dwarf2read.c (get_cu_length): New function.
4736         (offset_in_cu_p, error_check_comp_unit_head): Call it.
4737         (create_debug_types_hash_table): Ditto.
4738         (init_cutu_and_read_dies): Ditto.
4739         (init_cutu_and_read_dies_no_follow): Ditto.
4740
4741         * dwarf2read.c (dwarf2_find_base_address): Move definition.
4742
4743         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
4744         (struct abbrev_table): Define.
4745         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
4746         abbrev_table.
4747         (init_cutu_and_read_dies): Update.
4748         (abbrev_table_alloc_abbrev): New function.  Replaces
4749         dwarf_alloc_abbrev.  All callers updated.
4750         (abbrev_table_add_abbrev): New function.
4751         (abbrev_table_lookup_abbrev): New function.  Replaces
4752         dwarf2_lookup_abbrev.  All callers updated.
4753         (abbrev_table_read_table): New function.  Contents moved here from
4754         dwarf2_read_abbrevs.
4755         (dwarf2_read_abbrevs): Call it.
4756         (abbrev_table_free): New function.
4757         (dwarf2_free_abbrev_table): Call it.
4758
4759 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4760
4761         * osdata.c (info_osdata_command): Filter out "Title" columns
4762         from non-MI uses.
4763         * common/linux-osdata.c (struct osdata_type): Add title field.
4764         (osdata_table): Add titles to each entry.
4765         (linux_command_xfer_osdata): Add a column for title data.
4766
4767 2012-06-28  Stan Shebs  <stan@codesourcery.com>
4768
4769         Make logging work for MI.
4770         * NEWS: Mention it.
4771         * interps.h (interp_set_logging_ftype): New typedef.
4772         (struct interp_procs): New field set_logging_proc.
4773         (current_interp_set_logging): Declare.
4774         * interps.c (current_interp_set_logging): New function.
4775         * cli/cli-logging.c: Include interps.h.
4776         (set_logging_redirect): Call current_interp_set_logging.
4777         (pop_output_files): Ditto.
4778         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
4779         * mi/mi-console.h (mi_console_set_raw): Declare.
4780         * mi/mi-console.c (mi_console_set_raw): New function.
4781         * mi/mi-interp.c (saved_raw_stdout): New global.
4782         (mi_set_logging): New function.
4783         (_initialize_mi_interp): Add it to interp procs.
4784
4785 2012-06-28  Doug Evans  <dje@google.com>
4786
4787         * symtab.c (lookup_symbol_aux_objfile): Use
4788         ALL_OBJFILE_PRIMARY_SYMTABS.
4789
4790         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
4791
4792 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4793
4794         * common/buffer.c: Include inttypes.h and stdint.h.
4795         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
4796
4797 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4798             Pedro Alves  <palves@redhat.com>
4799
4800         * gdbthread.h (ALL_THREADS): New macro.
4801         (thread_list): Declare.
4802         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
4803         going, but instead fall through to the stepping handling.
4804         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
4805         the passed in signal.  Adjust debug output.
4806         (resume_callback): Rename to ...
4807         (linux_nat_resume_callback): ... this.  Pass the thread's last
4808         stop signal, if in "pass" state.
4809         (linux_nat_resume): Adjust to rename.
4810         (stop_wait_callback): New assertion.  Don't respawn signals;
4811         instead let the LWP remain with SIGNALLED set.
4812         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
4813         * remote.c (append_pending_thread_resumptions): New.
4814         (remote_vcont_resume): Call it.
4815         * target.h (target_resume): Extend comment.
4816
4817 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
4818
4819         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
4820
4821 2012-06-27  Doug Evans  <dje@google.com>
4822
4823         * dwarf2read.c (dwarf2_cu): Add ranges_base.
4824         Delete have_addr_base, unused.  All uses updated.
4825         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
4826         (dwarf2_get_pc_bounds): Add ranges_base.
4827         (dwarf2_record_block_ranges): Ditto.
4828
4829 2012-06-27  Tom Tromey  <tromey@redhat.com>
4830
4831         PR macros/7961:
4832         * varobj.c (varobj_create): Update.
4833         (varobj_set_value): Update.
4834         * tracepoint.c (validate_actionline): Update.
4835         (encode_actions_1): Update.
4836         * parse.c (parse_exp_1): Add 'pc' argument.
4837         (parse_exp_in_context): Add 'pc' argument.  Change how
4838         expression_context_pc is set.
4839         (parse_expression): Update.
4840         (parse_field_expression): Update.
4841         * expression.h (parse_exp_1): Update.
4842         * eval.c (parse_to_comma_and_eval): Update.
4843         * breakpoint.c (set_breakpoint_condition): Update.
4844         (update_watchpoint): Update.
4845         (init_breakpoint_sal): Update
4846         (find_condition_and_thread): Update.
4847         (watch_command_1): Update.
4848         (update_breakpoint_locations): Update.
4849         * ada-lang.c (ada_read_renaming_var_value): Update.
4850         (create_excep_cond_exprs): Update.
4851
4852 2012-06-27  Doug Evans  <dje@google.com>
4853
4854         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
4855         type units.
4856
4857 2012-06-26  Doug Evans  <dje@google.com>
4858
4859         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
4860         prototype.
4861         (error_check_comp_unit_head): New arg abbrev_section.  All callers
4862         updated.
4863         (read_and_check_comp_unit_head): Ditto.
4864         (read_and_check_type_unit_head): Ditto.
4865
4866 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
4867
4868         New attribute 'last' for gdb.Symtab_and_line.
4869         * NEWS (Python Scripting): Add entry about the new attribute.
4870         * python/py-symtab.c (salpy_get_last): New function which
4871         implements the get method for the 'last' attribute of
4872         gdb.Symtab_and_line.
4873         (sal_object_getset): Add entry for the 'last' attribute.
4874
4875 2012-06-26  Doug Evans  <dje@google.com>
4876
4877         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
4878         (dwo_sections): Add macinfo, macro.
4879         (dwarf2_locate_dwo_sections): Watch for macro sections.
4880         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
4881         All callers updated.  Handle DWO files.
4882
4883         * NEWS: Mention new options "set debug dwarf2-read" and
4884         "set debug symtab-create".
4885         * dwarf2read.c (dwarf2_read_debug): New static global.
4886         (dwarf2_build_psymtabs_hard): Add debugging printfs.
4887         (process_queue): Ditto.
4888         (process_full_comp_unit): Ditto.
4889         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
4890         * elfread.c (elf_symfile_read): Add debugging printf.
4891         * minsyms.c (install_minimal_symbols): Ditto.
4892         * psymtab.c (allocate_psymtab): Ditto.
4893         * symfile.c (allocate_symtab): Ditto.
4894         * symtab.c (symtab_create_debug): New global.
4895         (_initialize_symtab): Add new option "set debug symtab-create".
4896         * symtab.h (symtab_create_debug): Declare.
4897
4898         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
4899         (lookup_dwo_type_unit): Ditto.
4900
4901 2012-06-26  Roland McGrath  <roland@hack.frob.com>
4902             H.J. Lu  <hongjiu.lu@intel.com>
4903
4904         * amd64-linux-nat.c: Include <sys/user.h>.
4905         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
4906         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
4907         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
4908
4909         * configure.ac: Check if the fs_base and gs_base members of
4910         `struct user_regs_struct' exist.
4911         * config.in: Regenerated.
4912         * configure: Likewise.
4913
4914 2012-06-25  Michael Eager  <eager@eagercon.com>
4915
4916         PR python/14291
4917         * python/python.c (gdbpy_write): Check for interrupted output.
4918
4919 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
4920
4921         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
4922         register as a stack alignment in ARM mode.
4923
4924 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4925
4926         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
4927         * gnulib/config.in: Regenerate.
4928         * gnulib/configure: Likewise.
4929         * gnulib/import/m4/extensions.m4: Update it.
4930         * gnulib/import/m4/gnulib-common.m4: Likewise.
4931         * gnulib/import/m4/memmem.m4: Likewise.
4932         * gnulib/import/m4/mmap-anon.m4: Likewise.
4933         * gnulib/import/m4/multiarch.m4: Likewise.
4934         * gnulib/import/stdint.in.h: Likewise.
4935
4936 2012-06-24  Yao Qi  <yao@codesourcery.com>
4937
4938         * corefile.c (write_memory_with_notification): New.
4939         * gdbcore.h: Declare write_memory_with_notification.
4940         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
4941         'observer_notify_memory_changed' with 'write_memory_with_notification'.
4942         * valops.c (value_assign): Likewise.
4943         * python/py-inferior.c (infpy_write_memory): Call
4944         'write_memory_with_notification'.
4945
4946 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4947
4948         * cc-with-index.sh: Use also -ex "set auto-load no".
4949
4950 2012-06-23  Doug Evans  <dje@google.com>
4951
4952         PR 14125
4953         * NEWS: Document additions to .gdb_index.
4954         * dwarf2read.c: #include "gdb/gdb-index.h".
4955         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
4956         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
4957         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
4958         (dwarf2_read_index): Recognize version 7.
4959         (dw2_do_expand_symtabs_matching): New args want_specific_block,
4960         block_kind, domain): All callers updated.
4961         (dw2_find_symbol_file): Handle new index CU values.
4962         (dw2_expand_symtabs_matching): Match symbol kind if requested.
4963         (add_index_entry): New args is_static, kind.  All callers updated.
4964         (offset_type_compare, uniquify_cu_indices): New functions
4965         (symbol_kind): New function.
4966         (write_psymtabs_to_index): Remove duplicate CU values.
4967         (write_psymtabs_to_index): Write .gdb_index version 7.
4968
4969 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
4970
4971         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
4972         * configure: Regenerate.
4973
4974 2012-06-20  Yao Qi  <yao@codesourcery.com>
4975
4976         * python/py-inferior.c: Update comments of infpy_read_memory
4977         and infpy_write_memory.
4978
4979 2012-06-19  Tom Tromey  <tromey@redhat.com>
4980
4981         PR exp/9514:
4982         * parser-defs.h (insert_type, insert_type_address_space): Declare.
4983         (push_type_address_space): Remove.
4984         * parse.c (insert_into_type_stack): New function.
4985         (insert_type): Likewise.
4986         (insert_type_address_space): Rename from push_type_address_space.
4987         Insert tp_space_identifier.
4988         * c-exp.y (ptr_operator): New production.
4989         (abs_decl): Use ptr_operator.
4990         (space_identifier): Call insert_type_address_space.
4991         (ptype): Don't use const_or_volatile_or_space_identifier.
4992         (const_or_volatile_noopt): Call insert_type.
4993         (conversion_type_id, conversion_declarator): New productions.
4994         (operator): Use conversion_type_id.
4995
4996 2012-06-18  Doug Evans  <dje@google.com>
4997
4998         * symtab.h (minimal_symbol): New member created_by_gdb.
4999         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
5000         created by gdb.
5001         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
5002         (search_symbols): Call it instead of lookup_symbol.
5003         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
5004
5005         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
5006         Adjust address for DW_OP_GNU_addr_index.
5007         * dwarf2expr.h (dwarf_expr_context): Update comment.
5008         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
5009         all callers updated.  Handle TLS vars described with
5010         DW_OP_GNU_const_index.
5011         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
5012         and DW_OP_GNU_const_index.
5013         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
5014
5015         * block.c (find_block_in_blockvector): Make explicit the fact that we
5016         ignore GLOBAL_BLOCK.
5017
5018 2012-06-18  Tom Tromey  <tromey@redhat.com>
5019
5020         * c-exp.y (operator): Remove trailing space after "delete" and
5021         "delete[]".
5022
5023 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
5024             Jan Kratochvil  <jan.kratochvil@redhat.com>
5025
5026         Switch i386 and derived targets to ON_STACK.
5027         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
5028         (amd64_dicos_init_abi): Remove its installment.
5029         * dicos-tdep.c (dicos_init_abi): Remove the
5030         set_gdbarch_call_dummy_location call.  Update the comment here.
5031         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
5032         (i386_dicos_init_abi): Remove its installment.
5033         * i386-tdep.c (i386_push_dummy_code): New function.
5034         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
5035         i386_push_dummy_code.
5036
5037 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5038
5039         Remove stale dummy frames.
5040         * breakpoint.c: Include dummy-frame.h.
5041         (longjmp_breakpoint_ops): New variable.
5042         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
5043         bp_longjmp_call_dummy.
5044         (bpstat_what, bptype_string, print_one_breakpoint_location)
5045         (init_bp_location): Support bp_longjmp_call_dummy.
5046         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
5047         (set_longjmp_breakpoint_for_call_dummy)
5048         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
5049         functions.
5050         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
5051         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
5052         FIXME comment and extend the other comment for bp_call_dummy.
5053         (set_longjmp_breakpoint_for_call_dummy)
5054         (check_longjmp_breakpoint_for_call_dummy): New declarations.
5055         * dummy-frame.c: Include gdbthread.h.
5056         (pop_dummy_frame_bpt): New function.
5057         (pop_dummy_frame): Call pop_dummy_frame_bpt.
5058         (dummy_frame_discard): New function.
5059         (cleanup_dummy_frames): Update the comment about longjmps.
5060         * dummy-frame.h (dummy_frame_discard): New declaration.
5061         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
5062         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
5063         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
5064         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
5065         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
5066         keep_going if IS_LONGJMP and there is no other reason to stop.
5067
5068 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
5069
5070         * remote-sim.c (sim_command_completer): Initialize
5071         variable 'result'.
5072
5073 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5074
5075         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
5076         * dwarf2loc.c (call_site_parameter_matches): Support
5077         CALL_SITE_PARAMETER_PARAM_OFFSET.
5078         (needs_dwarf_reg_entry_value): Push stub value.
5079         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
5080         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
5081         * gdbtypes.h (enum call_site_parameter_kind): New item
5082         CALL_SITE_PARAMETER_PARAM_OFFSET.
5083         (struct call_site.parameter.u): New field param_offset.
5084
5085 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
5086
5087         Code cleanup: Generalize call_site.parameter key.
5088         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
5089         variable dwarf_reg.  New variable kind_u.  Update parameters to
5090         push_dwarf_reg_entry_value.
5091         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5092         * dwarf2expr.h (enum call_site_parameter_kind)
5093         (union call_site_parameter_u): Forward declarations.
5094         (struct dwarf_expr_context_funcs): Update parameters and their
5095         description for push_dwarf_reg_entry_value.
5096         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
5097         * dwarf2loc.c (call_site_parameter_matches): New function.
5098         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
5099         description.  Use call_site_parameter_matches.
5100         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
5101         Update parameters and their description.
5102         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
5103         New variable kind_u.  Adjust the caller for updated parameters.
5104         (needs_dwarf_reg_entry_value): Update parameters.
5105         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
5106         instead of attr.  Update for the changed fields of struct
5107         call_site_parameter.
5108         * gdbtypes.h: Include dwarf2expr.h.
5109         (enum call_site_parameter_kind): New.
5110         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
5111         fb_offset into new union u.
5112
5113 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5114
5115         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
5116         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
5117         for x32.
5118
5119 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
5120
5121         * amd64-linux-nat.c (compat_x32_clock_t): New.
5122         (compat_x32_siginfo_t): Likewise.
5123         (compat_x32_siginfo_from_siginfo): Likewise.
5124         (siginfo_from_compat_x32_siginfo): Likewise.
5125         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
5126         and siginfo_from_compat_x32_siginfo for x32.
5127
5128 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
5129
5130         * tracepoint.c (tfile_xfer_partial): Add a lseek.
5131
5132 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5133
5134         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
5135         instead of gdbarch_ptr_bit.
5136         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
5137         (amd64_supply_native_gregset): Likewise.
5138         (amd64_collect_native_gregset): Likewise.
5139         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
5140         (amd64_supply_xsave): Likewise.
5141         (amd64_collect_fxsave): Likewise.
5142         (amd64_collect_xsave): Likewise.
5143
5144 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
5145
5146         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
5147         (amd64_linux_read_description): Check DS segment register for
5148         x32 process.
5149
5150 2012-06-15  Tom Tromey  <tromey@redhat.com>
5151
5152         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
5153         init_cutu_and_read_dies.
5154
5155 2012-06-15  Iain Sandoe <iain@codesourcery.com>
5156
5157         * MAINTAINERS (Write After Approval): Add myself to the list.
5158
5159 2012-06-15  Tom Tromey  <tromey@redhat.com>
5160
5161         * valops.c (value_find_oload_method_list): Now static.
5162         * value.h (value_find_oload_method_list): Don't declare.
5163
5164 2012-06-15  Tom Tromey  <tromey@redhat.com>
5165
5166         * valops.c (find_overload_match): Use value_ind.
5167
5168 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
5169
5170         * infrun.c (handle_inferior_event): Correct indentation.
5171
5172 2012-06-14  Doug Evans  <dje@google.com>
5173
5174         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
5175         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
5176         All uses updated.
5177         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
5178         updated.  Handle DEBUG_LOC_START_LENGTH.
5179         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
5180         (loclist_describe_location): Ditto.
5181
5182 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
5183
5184         PR backtrace/13866
5185         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
5186         after hiding inline functions.
5187
5188 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5189
5190         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
5191         _initialize_inf_ttrace.
5192
5193 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5194
5195         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
5196         _initialize_hppa_hpux_nat.
5197
5198 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
5199
5200         * remote-sim.c (sim_command_completer): Change type of return
5201         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
5202
5203 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5204             Jan Kratochvil  <jan.kratochvil@redhat.com>
5205
5206         PR tdep/14222
5207         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
5208         stack on a 16-byte boundary.
5209
5210 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
5211
5212         * jit.c (finalize_symtab): Set function's return type to 'void' by
5213         default.
5214
5215 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
5216             H.J. Lu  <hongjiu.lu@intel.com>
5217
5218         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
5219         Move bits common to both the classic LP64 and the new x32 ILP32
5220         ABI here.
5221         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
5222         (amd64_x32_linux_init_abi): New function.
5223         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
5224         subtype.
5225
5226         * i386-tdep.h (i386_pseudo_register_name): New prototype.
5227         * i386-tdep.c (i386_pseudo_register_name): Make public.
5228         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
5229         * amd64-tdep.c (amd64_dword_names): Add "eip".
5230         (amd64_x32_pseudo_register_type): New function
5231         (amd64_x32_init_abi): New function.
5232
5233 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5234
5235         PR build/14003
5236         * inferior.h (struct inferior_suspend_state): Comment out.
5237         (struct inferior): Comment out the field suspend.
5238         * infrun.c (struct infcall_suspend_state): Comment out the field
5239         inferior_suspend.
5240         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
5241         out its assignment.
5242
5243 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5244
5245         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
5246         * c-exp.y (classify_inner_name): Remove caller assumptions in the
5247         function comment.  Return ERROR for unresolved cases.  Implement
5248         returning proper NAME.
5249         (yylex): Accept also NAME from classify_inner_name.
5250         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
5251         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
5252         LOC_TYPEDEF type.
5253         * cp-support.h (cp_lookup_nested_type): Update its declaration.
5254
5255 2012-06-13  Tom Tromey  <tromey@redhat.com>
5256
5257         * breakpoint.c (condition_completer): New function.
5258         (_initialize_breakpoint): Use it.
5259         * value.c (complete_internalvar): New function.
5260         * value.h (complete_internalvar): Declare.
5261
5262 2012-06-13  Tom Tromey  <tromey@redhat.com>
5263
5264         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
5265         * breakpoint.c (catch_syscall_completer): Return a VEC.
5266         * cli/cli-cmds.c (complete_command): Update.
5267         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
5268         (complete_on_enum): Likewise.
5269         * command.h: Include gdb_vecs.h.
5270         (completer_ftype): Change return type.
5271         (complete_on_cmdlist, complete_on_enum): Likewise.
5272         * completer.c (noop_completer, filename_completer)
5273         (location_completer): Return a VEC.
5274         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
5275         to a VEC.
5276         (expression_completer, complete_line_internal, complete_line)
5277         (command_completer): Return a VEC.
5278         (gdb_completion_word_break_characters, line_completion_function):
5279         Update.
5280         * completer.h: Include gdb_vecs.h.
5281         (complete_line, noop_completer, filename_completer)
5282         (expression_completer, location_completer, command_completer):
5283         Update.
5284         * f-lang.c (f_word_break_characters): Return a VEC.
5285         * interps.c (interpreter_completer): Return a VEC.
5286         * language.h (struct language_defn)
5287         <la_make_symbol_completion_list>: Return a VEC.
5288         * python/py-cmd.c (cmdpy_completer): Return a VEC.
5289         * symtab.c (free_completion_list): Take a VEC.
5290         (return_val_size, return_val_index): Remove.
5291         (return_val): Now a VEC.
5292         (completion_list_add_name): Update.
5293         (default_make_symbol_completion_list_break_on)
5294         (default_make_symbol_completion_list, make_symbol_completion_list)
5295         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
5296         Return a VEC.
5297         (add_filename_to_list): Update.
5298         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
5299         <list>: Now a VEC.
5300         (maybe_add_partial_symtab_filename): Update.
5301         (make_source_files_completion_list): Return a VEC.
5302         * symtab.h (default_make_symbol_completion_list_break_on)
5303         (default_make_symbol_completion_list, make_symbol_completion_list)
5304         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
5305         (make_source_files_completion_list): Update.
5306
5307 2012-06-13  Tom Tromey  <tromey@redhat.com>
5308
5309         * breakpoint.c (add_catch_command): Use completer_ftype.
5310         * breakpoint.h: Include command.h.
5311         (add_catch_command): Use completer_ftype.
5312         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
5313         * cli/cli-decode.h (struct cmd_list_element) <completer>:
5314         Use completer_ftype.
5315         * command.h (completer_ftype): New typedef.
5316         (set_cmd_completer): Use it.
5317         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
5318         completer_ftype.
5319
5320 2012-06-13  Pedro Alves  <palves@redhat.com>
5321
5322         Partial revert of previous change.
5323
5324         * serial.c (scb_base): New global.
5325         (serial_for_fd): New.
5326         (serial_open, serial_fdopen_ops): Link new serial in open serials
5327         chain.
5328         (do_serial_close): Unlink serial from the open serials chain.
5329
5330 2012-06-12  Pedro Alves  <palves@redhat.com>
5331
5332         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
5333         threads here.
5334         (prepare_for_detach): No longer context switch here in non-stop
5335         mode.
5336         (fetch_inferior_event): Ditto.
5337         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
5338         to the event thread before removing breakpoints.  Switch to the
5339         event thread before inserting breakpoints and resuming.
5340         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
5341         event thread before resuming.
5342         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
5343         Switch to the event thread before removing breakpoints.
5344
5345 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
5346
5347         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
5348         special characters correctly for the Windows shells.  See
5349         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
5350         report.
5351         [!__MINGW32__]: Remove extra double quote character from special
5352         characters.
5353
5354 2012-06-11  Stan Shebs  <stan@codesourcery.com>
5355
5356         * ui-out.h: Remove #if 0 declarations.
5357         * ui-out.c: Remove #if 0 functions.
5358
5359 2012-06-11  Pedro Alves  <palves@redhat.com>
5360
5361         * ser-base.c (run_async_handler_and_reschedule): New.
5362         (fd_event, push_event): Use it.
5363         * serial.c (serial_open, serial_fdopen_ops): Set the initial
5364         reference count to 1.
5365         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
5366         instead of xfree.
5367         (serial_is_open, serial_ref, serial_unref): New.
5368         * serial.h (serial_open): Adjust comment.
5369         (serial_is_open): Declare.
5370         (serial_close): Adjust comment.
5371         (serial_ref, serial_unref) Declare.
5372         (struct serial): New field 'refcnt'.
5373
5374 2012-06-11  Pedro Alves  <palves@redhat.com>
5375
5376         Remove #if 0'd "connect" command, and unnecessary associated
5377         refcounting and serial reuse bits.
5378
5379         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
5380         * serial.c (last_serial_opened): Delete.
5381         (scb_base): Delete.
5382         (serial_open): Adjust.
5383         (serial_for_fd): Delete.
5384         (serial_fdopen_ops, do_serial_close): Adjust.
5385         (serial_fdopen_ops): Adjust.
5386
5387 2012-06-11  Pedro Alves  <palves@redhat.com>
5388
5389         * serial.c (do_serial_close): Remove early return when SCB is
5390         null.
5391
5392 2012-06-11  Tom Tromey  <tromey@redhat.com>
5393
5394         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
5395
5396 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5397
5398         Fix regression by the "ambiguous linespec" series.
5399         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
5400         get_last_displayed_symtab and get_last_displayed_line and depending
5401         on CURSAL.
5402
5403 2012-06-11  Tom Tromey  <tromey@redhat.com>
5404
5405         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
5406         (dw2_find_symbol_file): Use it.
5407
5408 2012-06-11  Michael Eager  <eager@eagercon.com>
5409
5410         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
5411         * mips-linux-tdep.h (mips_signals): New
5412
5413 2012-06-11  Tom Tromey  <tromey@redhat.com>
5414
5415         * infrun.c (handle_inferior_event)
5416         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
5417         breakpoint.
5418         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
5419         exception logic in all cases.  Update comments.
5420         (insert_longjmp_resume_breakpoint): Set the exception resume
5421         breakpoint.
5422
5423 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
5424
5425         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
5426
5427 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
5428
5429         * valarith.c (binop_types_user_defined_p): Fix a typo.
5430
5431 2012-06-08  Yao Qi  <yao@codesourcery.com>
5432             Chung-Lin Tang <cltang@codesourcery.com>
5433
5434         * arch-utils.c (default_return_in_first_hidden_param_p): New.
5435         * arch-utils.h: Declare.
5436         * gdbarch.sh: Add return_in_first_hidden_param_p.
5437         * gdbarch.c, gdbarch.h: Regenerated.
5438         * infcall.c (call_function_by_hand): Call
5439         gdbarch_return_in_first_hidden_param_p instead of
5440         language_pass_by_reference.
5441
5442         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
5443         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
5444         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
5445         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
5446         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
5447         `cplus_return_struct_by_reference'.
5448         (tic6x_return_value): Handle language cplusplus.
5449         (tic6x_return_in_first_hidden_param_p): New.
5450         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
5451
5452 2012-06-07  Doug Evans  <dje@google.com>
5453
5454         * dwarf2read.c (dwarf2_cu): Add comment.
5455
5456 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5457
5458         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
5459         variable.
5460         (mips_eabi_push_dummy_call): Likewise.
5461         (mips_n32n64_push_dummy_call): Likewise.
5462         (mips_o32_push_dummy_call): Likewise.
5463         (mips_o64_push_dummy_call): Likewise.
5464
5465 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5466
5467         * mips-tdep.c (mips_convert_register_p): Correct coding style.
5468
5469 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
5470
5471         * mips-tdep.c (mips_pseudo_register_type): Use
5472         mips_float_register_p.
5473
5474 2012-06-06  Pedro Alves  <palves@redhat.com>
5475
5476         * infrun.c (handle_inferior_event): Remove calls to
5477         reinit_frame_cache that follow a context_switch call.
5478
5479 2012-06-06  Pedro Alves  <palves@redhat.com>
5480
5481         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
5482         context_switch and remove stale comment.
5483
5484 2012-06-06  Pedro Alves  <palves@redhat.com>
5485
5486         * infrun.c (struct execution_control_state): Remove
5487         `new_thread_event' field.
5488         (handle_inferior_event): Simplify new threads handling; don't
5489         resume the inferior if we find a new thread.
5490
5491 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
5492
5493         * NEWS: Document the deprecation of SH's 'regs' command.
5494         * inferior.h (all_registers_info): Add function declaration.
5495         * sh-tdep.c (sh_show_regs): Remove variable.
5496         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
5497         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
5498         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
5499         (sh_show_regs_command): Remove functions.
5500         (sh_gdbarch_init): Don't set sh_show_regs.
5501         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
5502         'info all-registers'.
5503         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
5504         (sh64_show_regs): Remove functions.
5505         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
5506
5507 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5508
5509         * configure.ac: Move development=true below AC_INIT.
5510         * configure: Regenerate.
5511
5512 2012-06-05  Stan Shebs  <stan@codesourcery.com>
5513
5514         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
5515         gdb_stdout.
5516
5517 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
5518
5519         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
5520         argument as ssize_t.
5521         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
5522         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
5523         * target.c (target_read_stack, target_write_memory)
5524         (target_write_raw_memory): Likewise.
5525         * target.h (target_read_stack, target_write_memory)
5526         (target_write_raw_memory): Likewise.
5527
5528 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5529
5530         * symfile-mem.c: Change gdb_static_assert to ssize_t.
5531         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
5532         * target.c (target_read_memory): Change LEN to ssize_t.
5533         * target.h (target_read_memory): Change LEN to ssize_t.
5534
5535 2012-06-05  Pedro Alves  <palves@redhat.com>
5536
5537         PR backtrace/13866
5538
5539         * breakpoint.c (until_break_command): Only fetch the selected
5540         frame after decode_line_1.
5541
5542 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
5543
5544         * solib-svr4.c (enable_break): Don't fallback to setting the solib
5545         event breakpoint at _start, __start or main if a program
5546         interpreter is not found.
5547
5548 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5549
5550         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
5551         Add declaration.
5552         * windows-tdep.c: #include "objfiles.h".
5553         (windows_iterate_over_objfiles_in_search_order): New function.
5554         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
5555         iterate_over_objfiles_in_search_order gdbarch method to
5556         windows_iterate_over_objfiles_in_search_order.
5557         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
5558
5559 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5560
5561         * gdbarch.sh: Add generation of
5562         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
5563         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
5564         (iterate_over_objfiles_in_search_order): New gdbarch method.
5565         * gdbarch.h, gdbarch.c: Regenerate.
5566         * objfiles.h (default_iterate_over_objfiles_in_search_order):
5567         Add declaration.
5568         * objfiles.c (default_iterate_over_objfiles_in_search_order):
5569         New function.
5570         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5571         out of lookup_symbol_aux_symtabs.
5572         (lookup_symbol_aux_symtabs): Replace extracted-out code by
5573         call to lookup_symbol_aux_objfile.
5574         (struct global_sym_lookup_data): New type.
5575         (lookup_symbol_global_iterator_cb): New function.
5576         (lookup_symbol_global): Search for symbol using
5577         gdbarch_iterate_over_objfiles_in_search_order and
5578         lookup_symbol_global_iterator_cb.
5579         * findvar.c (struct minsym_lookup_data): New type.
5580         (minsym_lookup_iterator_cb): New function.
5581         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
5582         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
5583         and minsym_lookup_iterator_cb.
5584
5585 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5586
5587         Revert the following patch:
5588         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5589         try locating the symbol in the symbol's own objfile first, before
5590         extending the search to all objfiles.
5591         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5592         out of lookup_symbol_aux_symtabs.
5593         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5594         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5595         Do not search EXCLUDE_OBJFILE.
5596         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5597         (lookup_symbol_global): Search for matches in the block's objfile
5598         first, before searching all other objfiles.
5599
5600 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5601
5602         * breakpoint.c (find_condition_and_thread): Stop parsing
5603         as soon as the first invalid keyword is found.
5604
5605 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5606
5607         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
5608
5609 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5610
5611         * config/djgpp/djcheck.sh: Add copyright header.
5612
5613 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5614
5615         * copyright.py (update_files, main): Fix path to update-copyright
5616         script.
5617
5618 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
5619
5620         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
5621         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
5622         for which a reminder to update by hand is printed.
5623
5624 2012-06-04  Doug Evans  <dje@google.com>
5625
5626         * buildsym.c (make_blockvector): Add comment.
5627
5628 2012-06-04  Pedro Alves  <palves@redhat.com>
5629
5630         * arch-utils.c (default_gdb_signal_from_target): Delete.
5631         * arch-utils.h (default_gdb_signal_from_target): Delete.
5632         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
5633         gdbarch_gdb_signal_from_target_p.
5634         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
5635         predicate).
5636         * gdbarch.h: Regenerate.
5637         * gdbarch.c: Regenerate.
5638
5639 2012-06-04  Pedro Alves  <palves@redhat.com>
5640
5641         * gdbarch.sh (gdb_signal_from_target): Mention that the
5642         implementation of the method must be host independent.
5643         * gdbarch.h: Regenerate.
5644
5645 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5646
5647         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
5648         parameters.
5649         (target_read_memory_bfd): New function.
5650         (symbol_file_add_from_memory): Use it.
5651
5652 2012-06-03  Doug Evans  <dje@google.com>
5653
5654         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
5655         of primary symtab.
5656         (basic_lookup_transparent_type): Ditto.
5657
5658         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
5659         (ALL_PRIMARY_SYMTABS): Use it.
5660         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
5661         * dwarf2read.c (dw2_find_symbol_file): Ditto.
5662         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
5663         * symtab.c (lookup_symbol_aux_objfile): Ditto.
5664         (basic_lookup_transparent_type): Ditto.
5665
5666 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5667
5668         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
5669         it to optimize resolution of demangled name.
5670
5671 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5672
5673         * configure.ac (development): Define new variable.
5674         Call AC_CHECK_LIB for mcheck if $development.
5675         (ERROR_ON_WARNING): Enable it by default only if $development.
5676         * config.in: Regenerate.
5677         * configure: Regenerate.
5678
5679 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
5680
5681         * target.c (target_read_memory): Make LEN argument as size_t.
5682         * target.h (target_read_memory): Likewise.
5683
5684 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5685
5686         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
5687
5688 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5689
5690         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
5691         BookE interface for PowerPC server processors if not available
5692         in the Linux Kernel.
5693
5694 2012-05-31  Keith Seitz  <keiths@redhat.com>
5695
5696         * linespec.c (decode_objc): Add cleanup to free
5697         INFO.FILE_SYMTABS.
5698         (find_linespec_symbols): Add cleanup to free CLASSES.
5699         * symfile.c (find_separate_debug_file_by_debuglink): Add
5700         cleanup to free DEBUGLINK.
5701         * ui-out.c (clear_header_list): No need to check if
5702         HEADER_NEXT.COLHDR is NULL.
5703         Free HEADER_NEXT.COL_NAME.
5704
5705 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
5706
5707         * ada-lang.c (standard_lookup): Prevent uninitialized variable
5708         warning.
5709
5710 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5711
5712         * configure.host (gdb_host_cpu): Handle tilegx*.
5713         (gdb_host): Handle tilegx-*-linux*.
5714         * tilegx-linux-nat.c: New file.
5715         * config/tilegx/linux.mh: New file.
5716
5717 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
5718
5719         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
5720         tilegx-linux-tdep.o.
5721         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
5722         tilegx-linux-tdep.c.
5723         * configure.tgt: Handle tilegx-*-linux*.
5724         * tilegx-tdep.h: New file.
5725         * tilegx-tdep.c: New file.
5726         * tilegx-linux-tdep.c: New file.
5727         * regformats/reg-tilegx.dat: New file.
5728
5729 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5730
5731         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
5732         accounting of hw watchpoints on ppc.
5733
5734 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
5735
5736         * source.c (openp): Expand tilde in path entries.
5737
5738 2012-05-29  Doug Evans  <dje@google.com>
5739
5740         * buildsym.c (block_compar): Fix comment.
5741         (end_symtab): Fix and clarify some comments.
5742
5743         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
5744         cleanup_undefined_types.
5745         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
5746         All callers updated.
5747
5748 2012-05-29  Tom Tromey  <tromey@redhat.com>
5749
5750         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
5751         fails.
5752         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
5753         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
5754         fails.
5755         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
5756         fails.
5757
5758 2012-05-29  Tristan Gingold  <gingold@adacore.com>
5759
5760         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
5761         (struct darwin_info): ... New struct.
5762         (solib_darwin_pspace_data): New variable.
5763         (darwin_pspace_data_cleanup): New function.
5764         (get_darwin_info): Likewise.
5765         (darwin_dyld_version_ok, darwin_load_image_infos)
5766         (darwin_solib_get_all_image_info_addr_at_init)
5767         (darwin_solib_read_all_image_info_addr): Add info argument.
5768         Adjust code.
5769         (darwin_current_sos): Use per pspace structure.
5770         (darwin_solib_create_inferior_hook): Likewise.
5771         (darwin_clear_solib): Likewise.
5772         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
5773
5774 2012-05-28  Pedro Alves  <palves@redhat.com>
5775
5776         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
5777         block that uses them.  Clear ecss before handling each event.
5778
5779 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5780
5781         * solib-svr4.c (svr4_current_sos): New comment on
5782         svr4_current_sos_via_xfer_libraries fall back.
5783
5784 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
5785
5786         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
5787         it as a fallback for TYPE_IS_OPAQUE.
5788         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
5789         symbols for lookup_symbol.
5790
5791 2012-05-24  John Steele Scott  <toojays@toojays.net>
5792
5793         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
5794         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
5795         (producer_is_gxx_lt_4_6): Move the checking and caching to...
5796         (check_producer): ... this new function, which also checks for ICC
5797         and caches the result.
5798         (producer_is_icc): New function.
5799         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
5800         producer was ICC.
5801
5802 2012-05-24  Pedro Alves  <palves@redhat.com>
5803
5804         PR gdb/7205
5805
5806         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
5807         (default_gdb_signal_to_target): ... this.  Add comment.
5808         (default_gdb_signal_from_host): Rename to ...
5809         (default_gdb_signal_from_target): ... this.  Add comment.
5810         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
5811         (default_gdb_signal_to_target): ... this.
5812         (default_gdb_signal_from_host): Rename to ...
5813         (default_gdb_signal_from_target): ... this.
5814         * corelow.c (core_open): Adjust to naming change.  Replace comment.
5815         * gdbarch.sh (gdb_signal_from_host): Rename to ...
5816         (gdb_signal_from_target): ... this.  Adjust to
5817         default_gdb_signal_from_host naming change.  Extend comment.
5818         (gdb_signal_to_host): Rename to ...
5819         (gdb_signal_to_target): ... this.  Adjust to
5820         default_gdb_signal_to_host naming change.
5821         * gdbarch.h, gdbarch.c: Renegerate.
5822
5823 2012-05-24  Pedro Alves  <palves@redhat.com>
5824
5825         PR gdb/7205
5826
5827         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
5828
5829 2012-05-24  Pedro Alves  <palves@redhat.com>
5830
5831         PR gdb/7205
5832
5833         Replace target_signal with gdb_signal throughout.
5834
5835 2012-05-24  Pedro Alves  <palves@redhat.com>
5836
5837         PR tui/14159
5838
5839         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
5840         string, instead of reusing the va_list argument.
5841
5842 2012-05-24  Tom Tromey  <tromey@redhat.com>
5843
5844         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
5845         Remove.
5846
5847 2012-05-23  Doug Evans  <dje@google.com>
5848
5849         * symtab.c (search_symbols): Formatting fixes.
5850         (print_symbol_info): Formatting fixes.
5851
5852         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
5853         int64_t change to leb128 API.
5854         (read_encoded_value, decode_frame_entry_1): Ditto.
5855         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
5856         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
5857         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5858         (execute_stack_op): Ditto.
5859         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
5860         (safe_read_uleb128, safe_read_sleb128): Ditto.
5861         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
5862         (dwarf2_compile_expr_to_ax): Ditto.
5863         (locexpr_describe_location_piece): Ditto.
5864         (disassemble_dwarf_expression): Ditto.
5865         (locexpr_describe_location_1): Ditto.
5866
5867 2012-05-23  Stan Shebs  <stan@codesourcery.com>
5868             Kwok Cheung Yeung  <kcy@codesourcery.com>
5869
5870         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
5871         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
5872         (mi-cmd-info.o): New rule.
5873         * osdata.h (info_osdata_command): New declaration.
5874         * osdata.c (info_osdata_command): Change to non-static.
5875         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
5876         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
5877         * mi/mi-cmd-info.c: New file.
5878
5879 2012-05-23  Doug Evans  <dje@google.com>
5880
5881         * symtab.c (search_symbols): Pass NULL for file_matcher to
5882         expand_symtabs_matching if there are no files to match.
5883
5884         * gdbtypes.c (lookup_typename): Simplify.
5885
5886 2012-05-23  Pedro Alves  <palves@redhat.com>
5887
5888         * arch-utils.h (default_target_signal_to_host): Delete.
5889         * arch-utils.c (default_target_signal_to_host): Delete.
5890         * gdbarch.sh (target_signal_to_host): Remove.
5891         * gdbarch.h, gdbarch.c: Regenerate.
5892
5893 2012-05-22  Doug Evans  <dje@google.com>
5894
5895         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
5896         "const gdb_byte *".
5897         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
5898         (execute_cfa_program): Update to match API of leb128 functions.
5899         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
5900         "const gdb_byte *".
5901         (read_unsigned_leb128, read_signed_leb128): Delete.
5902         (read_initial_length): Change type of buf argument to
5903         "const gdb_byte *".
5904         (read_encoded_value): Update to match API of leb128 functions.
5905         (decode_frame_entry): Change result to "const gdb_byte *", and
5906         similarly for "start" parameter.
5907         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
5908         (dwarf2_build_frame_info): Change local frame_ptr to
5909         "const gdb_byte *".
5910         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
5911         read_uleb128, read_sleb128.  All callers updated.
5912         (safe_skip_leb128): New function.
5913         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
5914         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
5915         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
5916         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
5917         read_uleb128, read_sleb128.
5918         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
5919         (execute_stack_op): Update to match API of leb128 functions.
5920         * dwarf2expr.h: #include "leb128.h".
5921         (read_uleb128, read_sleb128): Delete.
5922         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
5923         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
5924         * dwarf2loc.c (debug_loc_kind): New enum.
5925         (decode_debug_loc_addresses): New function.
5926         (decode_debug_loc_dwo_addresses): New function.
5927         (dwarf2_find_location_expression): Rewrite.
5928         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
5929         (locexpr_describe_location_piece): Ditto.
5930         (disassemble_dwarf_expression): Ditto.
5931         (locexpr_describe_location_1): Ditto.
5932         (loclist_describe_location): Rewrite.
5933         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
5934         * dwarf2read.c (die_reader_specs): New member "buffer_end".
5935         (dwarf2_section_buffer_overflow_complaint): Renamed from
5936         dwarf2_macros_too_long_complaint.  All callers updated.
5937         (skip_leb128): Delete.
5938         (init_cu_die_reader): Initialize reader->buffer_end.
5939         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
5940         (skip_form_bytes): New arg buffer_end.  All callers updated.
5941         Replace call to skip_leb128 with gdb_skip_leb128.
5942         (skip_unknown_opcode): New arg mac_end.  All callers updated.
5943         (fill_in_loclist_baton): Initialize baton->from_dwo.
5944
5945 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5946
5947         * mips-linux-nat.c (mips_linux_read_description): Use a more
5948         verbose error message.
5949
5950 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
5951
5952         * NEWS: Add MIPS/Linux DSP support.
5953         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
5954         (SIGCONTEXT_DSPCTL): New macro.
5955         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
5956         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
5957         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
5958         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
5959         (N64_SIGCONTEXT_HI3): Likewise.
5960         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
5961         (N64_SIGCONTEXT_LO3): Likewise.
5962         (N64_SIGCONTEXT_DSPCTL): Likewise.
5963         (N64_SIGCONTEXT_FPCSR): Clarify definition.
5964         (mips_linux_o32_sigframe_init): Handle DSP registers.
5965         (mips_linux_n32n64_sigframe_init): Likewise.
5966
5967 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5968
5969         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
5970         call to abort.
5971
5972 2012-05-22  Pedro Alves  <palves@redhat.com>
5973
5974         * target.h (store_waitstatus): Move declaration ...
5975         * inf-child.h (store_waitstatus): ... here.
5976         * target.c: Move inclusion of gdb_wait.h, and ...
5977         (store_waitstatus): ... this ...
5978         * inf-child.c: ... here.
5979         * linux-nat.c: Include inf-child.h.
5980         * rs6000-nat.c: Include inf-child.h.
5981         * spu-linux-nat.c: Include inf-child.h.
5982
5983 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5984
5985         * tracepoint.c (start_tracing): Add missing i18n markup.
5986         (stop_tracing, set_trace_user): Ditto.
5987         (set_trace_notes, set_trace_stop_notes): Ditto.
5988
5989 2012-05-21  Tom Tromey  <tromey@redhat.com>
5990
5991         PR c++/7173:
5992         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
5993         types.
5994         * value.h (value_cast_pointers): Update.
5995         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
5996         (value_cast): Update.
5997         (update_search_result): New function.
5998         (do_search_struct_field): New, from search_struct_field.  Check
5999         for ambiguous results.
6000         (search_struct_field): Rewrite.
6001         * infcall.c (value_arg_coerce): Update.
6002         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
6003         value_cast_pointers.
6004         * ada-lang.c (ada_convert_actual): Update.
6005
6006 2012-05-21  Tom Tromey  <tromey@redhat.com>
6007
6008         * macroexp.c (macro_stringify): Terminate the string.
6009
6010 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6011
6012         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
6013         Describe it.
6014         * auto-load.c (auto_load_expand_dir_vars): New function.
6015         (auto_load_safe_path_vec_update): Use it, remove the
6016         substitute_path_component call thanks to it.
6017         (auto_load_objfile_script): Remove the debug_file_directory processing.
6018         Use auto_load_expand_dir_vars, remove the substitute_path_component
6019         call thanks to it.
6020         * configure: Regenerate.
6021         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
6022         path.  Escape $ also for $debugdir.
6023         (--with_auto_load_safe_path): Escape $ also for $debugdir.
6024         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
6025
6026 2012-05-20  Doug Evans  <dje@google.com>
6027
6028         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
6029         before use.  Check for symtab->includes == NULL before scanning it.
6030
6031 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6032
6033         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
6034
6035 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6036
6037         * NEWS: Add microMIPS support and "set mips compression",
6038         "show mips compression" commands.
6039         * mips-tdep.h (mips_isa): New enum.
6040         (gdbarch_tdep): Add mips_isa.
6041         (mips_pc_is_mips16): Update prototype.
6042         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
6043         * mips-tdep.c (mips_compression_mips16): New variable.
6044         (mips_compression_micromips): Likewise.
6045         (mips_compression_strings): Likewise.
6046         (mips_compression_string): Likewise.
6047         (is_mips16_isa, is_micromips_isa): New functions.
6048         (is_mips16_addr): Rename to...
6049         (is_compact_addr): ... this.
6050         (unmake_mips16_addr): Likewise to...
6051         (unmake_compact_addr): ... this.
6052         (make_mips16_addr): Likewise to...
6053         (make_compact_addr): ... this.
6054         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
6055         functions.
6056         (mips_elf_make_msymbol_special): Handle microMIPS code.
6057         (msymbol_is_special): Rename to...
6058         (msymbol_is_mips16): ... this.
6059         (mips_make_symbol_special, mips_pc_is_mips16): Update
6060         accordingly.
6061         (msymbol_is_mips, msymbol_is_micromips): New functions.
6062         (mips16_to_32_reg): Rename to...
6063         (mips_reg3_to_reg): ... this.
6064         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
6065         (mips_pc_isa): Likewise.
6066         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
6067         code.
6068         (mips_fetch_instruction): Pass return status instead of printing
6069         an error message if requested.  Handle microMIPS code.  Bail out
6070         on an invalid ISA.
6071         (micromips_op): New macro.
6072         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
6073         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
6074         (b6s4_op, b7s3_reg): Likewise.
6075         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
6076         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
6077         (mips_insn_size): New function.
6078         (mips32_next_pc): Update mips_fetch_instruction call.
6079         (micromips_relative_offset7): New function.
6080         (micromips_relative_offset10): Likewise.
6081         (micromips_relative_offset16): Likewise.
6082         (micromips_pc_insn_size): Likewise.
6083         (micromips_bc1_pc): Likewise.
6084         (micromips_next_pc): Likewise.
6085         (unpack_mips16): Update mips_fetch_instruction call.
6086         (extended_mips16_next_pc): Update according to change to
6087         mips16_to_32_reg.
6088         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
6089         code.
6090         (mips16_scan_prologue): Update mips_fetch_instruction call.
6091         Update according to change to mips16_to_32_reg.
6092         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
6093         (mips_insn16_frame_base_sniffer): Likewise.
6094         (micromips_decode_imm9): New function.
6095         (micromips_scan_prologue): Likewise.
6096         (mips_micro_frame_cache): Likewise.
6097         (mips_micro_frame_this_id): Likewise.
6098         (mips_micro_frame_prev_register): Likewise.
6099         (mips_micro_frame_sniffer): Likewise.
6100         (mips_micro_frame_unwind): New variable.
6101         (mips_micro_frame_base_address): New function.
6102         (mips_micro_frame_base): New variable.
6103         (mips_micro_frame_base_sniffer): New function.
6104         (mips32_scan_prologue): Update mips_fetch_instruction call.
6105         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
6106         rather than for MIPS16.
6107         (mips_insn32_frame_base_sniffer): Likewise.
6108         (mips_addr_bits_remove): Handle microMIPS code.
6109         (deal_with_atomic_sequence): Rename to...
6110         (mips_deal_with_atomic_sequence): ... this.  Update the type
6111         of the variable used to hold an instruction.  Remove the ISA bit
6112         check.  Update mips_fetch_instruction call.
6113         (micromips_deal_with_atomic_sequence): New function.
6114         (deal_with_atomic_sequence): Likewise.
6115         (mips_about_to_return): Handle microMIPS code.  Update
6116         mips_fetch_instruction call.
6117         (heuristic_proc_start): Check for the standard MIPS ISA rather
6118         than for MIPS16.  Update mips_pc_is_mips16 and
6119         mips_fetch_instruction calls.  Handle microMIPS code.
6120         (mips_push_dummy_code): Handle microMIPS code.
6121         (mips_eabi_push_dummy_call): Likewise.
6122         (mips_o32_return_value): Update mips_pc_is_mips16 call.
6123         (mips_o64_push_dummy_call): Handle microMIPS code.
6124         (mips_o64_return_value): Update mips_pc_is_mips16 call.
6125         (is_delayed): Remove function.
6126         (mips_single_step_through_delay): Replace the call to is_delayed
6127         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
6128         Handle microMIPS code.
6129         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
6130         microMIPS code.
6131         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
6132         call.
6133         (micromips_in_function_epilogue_p): New function.
6134         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
6135         call.
6136         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
6137         Handle microMIPS.
6138         (gdb_print_insn_mips): Likewise.
6139         (mips_breakpoint_from_pc): Likewise.
6140         (mips_remote_breakpoint_from_pc): New function.
6141         (mips32_instruction_has_delay_slot): Simplify making use of the
6142         updated mips_fetch_instruction interface.
6143         (micromips_instruction_has_delay_slot): New function.
6144         (mips16_instruction_has_delay_slot): Simplify making use of the
6145         updated mips_fetch_instruction interface.
6146         (mips_adjust_breakpoint_address): Check for the standard MIPS
6147         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
6148         calls.  Handle microMIPS code.
6149         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
6150         (mips_skip_trampoline_code): Handle microMIPS code.
6151         (global_mips_compression): New function.
6152         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
6153         file flags.  Register the microMIPS remote breakpoint handler
6154         and heuristic frame unwinder.
6155         (show_mips_compression): New function.
6156         (_initialize_mips_tdep): Add the "set mips compression" and
6157         "show mips compression" commands.
6158
6159 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
6160
6161         * ada-lang.c:
6162         * ada-tasks.c:
6163         * ada-varobj.c:
6164         * amd64-darwin-tdep.c:
6165         * arm-symbian-tdep.c:
6166         * arm-tdep.c:
6167         * avr-tdep.c:
6168         * ax-gdb.c:
6169         * bfin-linux-tdep.c:
6170         * breakpoint.c:
6171         * c-valprint.c:
6172         * cli/cli-cmds.c:
6173         * coffread.c:
6174         * cp-support.c:
6175         * cris-tdep.c:
6176         * dwarf2-frame-tailcall.c:
6177         * dwarf2-frame.c:
6178         * dwarf2expr.c:
6179         * dwarf2loc.c:
6180         * dwarf2read.c:
6181         * elfread.c:
6182         * eval.c:
6183         * expprint.c:
6184         * f-valprint.c:
6185         * frv-tdep.c:
6186         * h8300-tdep.c:
6187         * hppa-hpux-tdep.c:
6188         * hppa-tdep.c:
6189         * hppanbsd-tdep.c:
6190         * i386-nto-tdep.c:
6191         * i386-tdep.c:
6192         * i387-tdep.c:
6193         * ia64-tdep.c:
6194         * jit.c:
6195         * linespec.c:
6196         * linux-tdep.c:
6197         * lm32-tdep.c:
6198         * m2-valprint.c:
6199         * m32c-tdep.c:
6200         * m32r-rom.c:
6201         * m32r-tdep.c:
6202         * m68k-tdep.c:
6203         * m68klinux-tdep.c:
6204         * mi/mi-main.c:
6205         * microblaze-tdep.c:
6206         * mips-linux-tdep.c:
6207         * mips-tdep.c:
6208         * mn10300-tdep.c:
6209         * p-valprint.c:
6210         * parse.c:
6211         * ppc-linux-tdep.c:
6212         * ppc-sysv-tdep.c:
6213         * printcmd.c:
6214         * python/py-finishbreakpoint.c:
6215         * python/py-inferior.c:
6216         * python/py-infthread.c:
6217         * python/py-type.c:
6218         * python/python.c:
6219         * remote-fileio.c:
6220         * remote-m32r-sdi.c:
6221         * remote-mips.c:
6222         * reverse.c:
6223         * rl78-tdep.c:
6224         * rs6000-aix-tdep.c:
6225         * rs6000-tdep.c:
6226         * s390-tdep.c:
6227         * score-tdep.c:
6228         * sh64-tdep.c:
6229         * skip.c:
6230         * solib-darwin.c:
6231         * solib-dsbt.c:
6232         * solib-frv.c:
6233         * sparc-tdep.c:
6234         * spu-multiarch.c:
6235         * spu-tdep.c:
6236         * stack.c:
6237         * symfile.c:
6238         * symtab.c:
6239         * tic6x-tdep.c:
6240         * tracepoint.c:
6241         * v850-tdep.c:
6242         * valarith.c:
6243         * valprint.c:
6244         * value.c:
6245         * xcoffread.c:
6246         * xtensa-tdep.c:
6247         * ada-lang.c:
6248         * ada-tasks.c:
6249         * ada-varobj.c:
6250         * amd64-darwin-tdep.c:
6251         * arm-symbian-tdep.c:
6252         * arm-tdep.c: Delete unused variables.
6253
6254 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6255
6256         Rename $ddir to $datadir.
6257         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
6258         * auto-load.c (auto_load_safe_path_vec_update)
6259         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
6260         * configure: Regenerate.
6261         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
6262         Likewise.  Remove the 'use $ddir' help string.
6263
6264 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6265
6266         * auto-load.c (show_auto_load_safe_path): Accept any combination of
6267         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
6268
6269 2012-05-18  Tom Tromey  <tromey@redhat.com>
6270
6271         PR exp/13907:
6272         * valprint.h (struct value_print_options) <symbol_print>: New
6273         field.
6274         * valprint.c (user_print_options): Add default for symbol_print.
6275         (show_symbol_print): New function.
6276         (generic_val_print): Respect symbol_print.
6277         (_initialize_valprint): Add "print symbol" setting.
6278         * f-valprint.c (f_val_print): Respect symbol_print.
6279         * c-valprint.c (c_val_print): Respect symbol_print.
6280         * NEWS: Update.
6281         * printcmd.c (print_address_symbolic): Return int.  Ignore some
6282         zero-size symbols.
6283         (print_address_demangle): Return int.
6284         * defs.h: (print_address_symbolic): Return int.
6285         * value.h (print_address_demangle): Return int.
6286
6287 2012-05-18  Tom Tromey  <tromey@redhat.com>
6288
6289         * valprint.c (val_print_string): Don't print leading space.
6290         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
6291         print space before string or vtbl.
6292         * m2-valprint.c (print_unpacked_pointer): Optionally print space
6293         before string.
6294         * jv-valprint.c (java_value_print): Print space before string.
6295         * go-valprint.c (print_go_string): Print space before string.
6296         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
6297         space before string.
6298         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
6299         space before string or vtbl.
6300         * auxv.c (fprint_target_auxv): Print space after address.
6301
6302 2012-05-18  Tom Tromey  <tromey@redhat.com>
6303
6304         * printcmd.c (print_address_demangle): Remove special case for 0.
6305
6306 2012-05-18  Tom Tromey  <tromey@redhat.com>
6307
6308         * printcmd.c (print_address_demangle): Add 'opts' argument.
6309         * p-valprint.c (pascal_val_print): Update.
6310         * jv-valprint.c (java_val_print): Update.
6311         * value.h: Update.
6312         * valprint.c (generic_val_print): Update.
6313         (print_function_pointer_address): Add 'options' argument.  Remove
6314         'addressprint' argument.  Update.
6315         * m2-valprint.c (print_unpacked_pointer): Update.
6316         * gnu-v3-abi.c (print_one_vtable): Update.
6317         (gnuv3_print_method_ptr): Update.
6318         * f-valprint.c (f_val_print): Update.
6319         * cp-valprint.c (cp_print_value_fields): Update.
6320         * valprint.h (print_function_pointer_address): Update.
6321         * c-valprint.c (c_val_print): Update.
6322
6323 2012-05-18  Tom Tromey  <tromey@redhat.com>
6324
6325         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
6326         directly corresponding to the found psymtab.
6327         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
6328         (dw2_find_pc_sect_symtab): Use it.
6329         * block.h (blockvector_contains_pc): Declare.
6330         * block.c (find_block_in_blockvector): New function.
6331         (blockvector_for_pc_sect): Use it.
6332         (blockvector_contains_pc): New function.
6333
6334 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6335
6336         * mips-tdep.h (mips_write_pc): New prototype.
6337         * mips-tdep.c (mips_write_pc): Make external, add description.
6338         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
6339         add description.
6340
6341 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
6342
6343         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
6344         mips_regnum->pc.
6345         (mips_unwind_pc, mips_write_pc): Likewise.
6346         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
6347         gdbarch_read_pc.
6348
6349 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
6350
6351         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
6352         proc_warn, proc_error, proc_get_status, proc_flags,
6353         proc_why, proc_what, proc_nsysarg, proc_sysargs,
6354         proc_set_run_on_last_close, proc_unset_run_on_last_close,
6355         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
6356         proc_stop_process, proc_wait_for_stop, proc_run_process,
6357         proc_set_traced_signals, proc_set_traced_faults,
6358         proc_set_traced_sysentry, proc_set_traced_sysexit,
6359         proc_set_held_signals, proc_get_held_signals,
6360         proc_get_traced_signals, proc_get_traced_faults,
6361         proc_get_traced_sysentry, proc_get_traced_sysexit,
6362         proc_clear_current_fault, proc_set_current_signal,
6363         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
6364         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
6365         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
6366         proc_get_current_thread, proc_get_current_thread,
6367         proc_get_current_thread, proc_update_threads,
6368         proc_update_threads, proc_update_threads, proc_update_threads,
6369         proc_iterate_over_threads, procfs_find_new_threads,
6370         procfs_pid_to_str): Make static.  Remove advance declaration.
6371         (proc_cursig): Make static.  Conditionalized defintion on
6372         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
6373         (proc_syscall, proc_set_kill_on_last_close,
6374         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
6375         proc_get_pending_signals, proc_get_signal_actions,
6376         proc_trace_signal, proc_ignore_signal): Delete.
6377
6378 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
6379
6380         * coffread.c (cs_section_address): Passing proper argument for
6381         `bfd_get_section_vma'.
6382         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
6383         `bfd_get_section_flags'.
6384         * remote.c (remote_trace_set_readonly_regions): Likewise, for
6385         `bfd_get_section_vma'.
6386
6387 2012-05-16  Tom Tromey  <tromey@redhat.com>
6388
6389         PR macros/13205:
6390         * macrotab.h: (macro_define_special): Declare.
6391         (enum macro_special_kind): New.
6392         (struct macro_definition) <argc, replacement>: Update comments.
6393         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
6394         (macro_define_object_internal): New function.
6395         (macro_define_object): Use it.
6396         (macro_define_special): New function.
6397         (fixup_definition): New function.
6398         (macro_lookup_definition, foreach_macro_in_scope)
6399         (foreach_macro): Use fixup_definition.
6400         * macroexp.h (macro_stringify): Declare.
6401         * macroexp.c (free_buffer_return_text): New function.
6402         (stringify): Constify "arg".
6403         (macro_stringify): New function.
6404         * dwarf2read.c (macro_start_file): Call macro_define_special.
6405
6406 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6407             Maciej W. Rozycki  <macro@mips.com>
6408
6409         * breakpoint.h (bp_location): Add related_address member.
6410         * inferior.h (get_return_value): Take a pointer to struct value
6411         instead of struct type for the function requested.
6412         * value.h (using_struct_return): Likewise.
6413         * gdbarch.sh (return_value): Take a pointer to struct value
6414         instead of struct type for the function requested.
6415         * breakpoint.c (set_breakpoint_location_function): Initialize
6416         related_address for bp_gnu_ifunc_resolver breakpoints.
6417         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
6418         requested function's address to gdbarch_return_value.
6419         * eval.c (evaluate_subexp_standard): Pass the requested
6420         function's address to using_struct_return.
6421         * infcall.c (call_function_by_hand): Pass the requested
6422         function's address to using_struct_return and
6423         gdbarch_return_value.
6424         * infcmd.c (get_return_value): Take a pointer to struct value
6425         instead of struct type for the function requested.
6426         (print_return_value): Update accordingly.
6427         (finish_command_continuation): Likewise.
6428         * stack.c (return_command): Pass the requested function's
6429         address to using_struct_return and gdbarch_return_value.
6430         * value.c (using_struct_return): Take a pointer to struct value
6431         instead of struct type for the function requested.  Pass the
6432         requested function's address to gdbarch_return_value.
6433         * python/py-finishbreakpoint.c (finish_breakpoint_object):
6434         New function_value member, replacing function_type.
6435         (bpfinishpy_dealloc): Update accordingly.
6436         (bpfinishpy_pre_stop_hook): Likewise.
6437         (bpfinishpy_init): Likewise.  Record the requested function's
6438         address.
6439         * mips-tdep.c (mips_fval_reg): New enum.
6440         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
6441         words put in GP registers.
6442         (mips_o64_push_dummy_call): Update a comment.
6443         (mips_o32_return_value): Take a pointer to struct value instead
6444         of struct type for the function requested and use it to check if
6445         using the MIPS16 calling convention.  Return the designated
6446         general purpose registers for floating-point values returned in
6447         MIPS16 mode.
6448         (mips_o64_return_value): Likewise.
6449         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
6450         (ppc_sysv_abi_broken_return_value): Likewise.
6451         (ppc64_sysv_abi_return_value): Likewise.
6452         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
6453         value instead of struct type for the function requested.
6454         * amd64-tdep.c (amd64_return_value): Likewise.
6455         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
6456         * arm-tdep.c (arm_return_value): Likewise.
6457         * avr-tdep.c (avr_return_value): Likewise.
6458         * bfin-tdep.c (bfin_return_value): Likewise.
6459         * cris-tdep.c (cris_return_value): Likewise.
6460         * frv-tdep.c (frv_return_value): Likewise.
6461         * h8300-tdep.c (h8300_return_value): Likewise.
6462         (h8300h_return_value): Likewise.
6463         * hppa-tdep.c (hppa32_return_value): Likewise.
6464         (hppa64_return_value): Likewise.
6465         * i386-tdep.c (i386_return_value): Likewise.
6466         * ia64-tdep.c (ia64_return_value): Likewise.
6467         * iq2000-tdep.c (iq2000_return_value): Likewise.
6468         * lm32-tdep.c (lm32_return_value): Likewise.
6469         * m32c-tdep.c (m32c_return_value): Likewise.
6470         * m32r-tdep.c (m32r_return_value): Likewise.
6471         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
6472         * m68k-tdep.c (m68k_return_value): Likewise.
6473         (m68k_svr4_return_value): Likewise.
6474         * m88k-tdep.c (m88k_return_value): Likewise.
6475         * mep-tdep.c (mep_return_value): Likewise.
6476         * microblaze-tdep.c (microblaze_return_value): Likewise.
6477         * mn10300-tdep.c (mn10300_return_value): Likewise.
6478         * moxie-tdep.c (moxie_return_value): Likewise.
6479         * mt-tdep.c (mt_return_value): Likewise.
6480         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
6481         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
6482         (ppc_sysv_abi_broken_return_value): Likewise.
6483         (ppc64_sysv_abi_return_value): Likewise.
6484         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
6485         * rl78-tdep.c (rl78_return_value): Likewise.
6486         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
6487         * rx-tdep.c (rx_return_value): Likewise.
6488         * s390-tdep.c (s390_return_value): Likewise.
6489         * score-tdep.c (score_return_value): Likewise.
6490         * sh-tdep.c (sh_return_value_nofpu): Likewise.
6491         (sh_return_value_fpu): Likewise.
6492         * sh64-tdep.c (sh64_return_value): Likewise.
6493         * sparc-tdep.c (sparc32_return_value): Likewise.
6494         * sparc64-tdep.c (sparc64_return_value): Likewise.
6495         * spu-tdep.c (spu_return_value): Likewise.
6496         * tic6x-tdep.c (tic6x_return_value): Likewise.
6497         * v850-tdep.c (v850_return_value): Likewise.
6498         * vax-tdep.c (vax_return_value): Likewise.
6499         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
6500         * xtensa-tdep.c (xtensa_return_value): Likewise.
6501         * gdbarch.c: Regenerate.
6502         * gdbarch.h: Regenerate.
6503
6504 2012-05-15  Tom Tromey  <tromey@redhat.com>
6505
6506         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
6507
6508 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6509
6510         * breakpoint.c (init_breakpoint_sal): Add quotes around part
6511         of command in two error message.
6512
6513 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6514
6515         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
6516
6517 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
6518
6519         * breakpoint.c (find_condition_and_thread): Minor reformatting.
6520
6521 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6522
6523         * NEWS (show auto-load scripts-directory): Add forgotten command.
6524
6525 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6526
6527         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
6528         parameters.
6529
6530 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
6531
6532         * amd64-tdep.c: Include features/i386/x32.c and
6533         features/i386/x32-avx.c.
6534         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
6535         initialize_tdesc_x32_avx.
6536
6537 2012-05-14  Stan Shebs  <stan@codesourcery.com>
6538
6539         Add dynamic printf.
6540         * breakpoint.h (enum bptype): New type bp_dprintf.
6541         (struct breakpoint): New field extra_string.
6542         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
6543         (create_breakpoint): Add extra_string arg.
6544         * breakpoint.c (dprintf_breakpoint_ops): New.
6545         (is_breakpoint): Add bp_dprintf.
6546         (bpstat_what): Add dprintf case.
6547         (bptype_string): Ditto.
6548         (print_one_breakpoint_location): Ditto.
6549         (init_bp_location): Ditto.
6550         (bkpt_print_mention): Ditto.
6551         (dprintf_style_enums): New array.
6552         (dprintf_style): New global.
6553         (dprintf_function): New global.
6554         (dprintf_channel): New global.
6555         (update_dprintf_command_list): New function.
6556         (update_dprintf_commands): New function.
6557         (init_breakpoint_sal): Add extra_string argument, handle it.
6558         (create_breakpoint_sal): Add extra_string argument.
6559         (create_breakpoints_sal): Add extra_string argument, update callers.
6560         (find_condition_and_thread): Add extra argument.
6561         (create_breakpoint): Add extra_string argument, record it.
6562         (dprintf_command): New function.
6563         (break_command_1): Add arg to create_breakpoint call.
6564         (handle_gnu_v3_exceptions): Ditto.
6565         (trace_command): Ditto.
6566         (ftrace_command): Ditto.
6567         (strace_command): Ditto.
6568         (bkpt_print_mention): Add dprintf case.
6569         (create_breakpoint_sal_default): Add extra_string argument.
6570         (_initialize_breakpoint): Add new commands.
6571         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
6572         * python/py-breakpoint.c (bppy_init): Ditto.
6573         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
6574
6575 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
6576
6577         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
6578
6579 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
6580
6581         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
6582         unsigned long long.
6583
6584 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
6585
6586         Add a new function gdb.find_pc_line to the Python API.
6587         * NEWS (Python Scripting): Add entry about the new function.
6588         * python/python.c (gdbpy_find_pc_line): New function which
6589         implements gdb.find_pc_line.
6590         (GdbMethods): Add entry for the new function.
6591
6592 2012-05-12  Pedro Alves  <palves@redhat.com>
6593
6594         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
6595         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
6596
6597 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
6598
6599         * inferior.c: Include completer.h
6600         (initialize_inferiors): Set completer of add-inferior to
6601         filename_completer.
6602
6603 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6604
6605         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
6606         gdbarch_ptr_bit for x32 core dump.
6607
6608 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6609
6610         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
6611         and features/i386/x32-avx-linux.c.
6612
6613 2012-05-11  Stan Shebs  <stan@codesourcery.com>
6614             Kwok Cheung Yeung  <kcy@codesourcery.com>
6615
6616         * NEWS: Describe new info os commands.
6617         * common/linux-osdata.c (PID_T, TIME_T): Define.
6618         (MAX_PID_T_STRLEN): New.
6619         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
6620         MAX_PID_T_STRLEN.
6621         (command_from_pid): Add comment.  Change to use PID_T.
6622         (commandline_from_pid):  Change to use PID_T.
6623         (user_from_pid): Add comment.
6624         (get_process_owner): Add comment. Change to use PID_T and
6625         MAX_PID_T_STRLEN.
6626         (get_number_of_cpu_cores): Add comment.
6627         (get_cores_used_by_process): Add comment.  Change to use PID_T and
6628         MAX_PID_T_STRLEN.
6629         (linux_xfer_osdata_processes): Change to use PID_T and
6630         MAX_PID_T_STRLEN.
6631         (compare_processes): New function.
6632         (linux_xfer_osdata_processgroups): New function.
6633         (linux_xfer_osdata_threads): Change to use PID_T.
6634         (linux_xfer_osdata_fds): New function.
6635         (format_socket_state, print_sockets): New functions.
6636         (union socket_addr): New union.
6637         (linux_xfer_osdata_isockets): New function.
6638         (time_from_time_t, group_from_gid): New functions.
6639         (linux_xfer_osdata_shm): New function.
6640         (linux_xfer_osdata_sem): New function.
6641         (linux_xfer_osdata_msg): New function.
6642         (linux_xfer_osdata_modules): New function.
6643         (osdata_table): Add new entries.
6644         * common/buffer.c (buffer_xml_printf): Add support for long and
6645         long long format specifiers.
6646
6647 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
6648
6649         * amd64-linux-tdep.h (tdesc_x32_linux): New.
6650         (tdesc_x32_avx_linux): Likewise.
6651
6652 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6653
6654         Implement multi-component --with-auto-load-dir.
6655         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
6656         entries.
6657         (--with-auto-load-safe-path): Update the default value description.
6658         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
6659         New.
6660         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
6661         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
6662         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
6663         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
6664         "set auto-load scripts-directory".
6665         * config.in: Regenerate.
6666         * configure: Regenerate.
6667         * configure.ac (--with-auto-load-dir): New configure option.
6668         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
6669
6670 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6671
6672         Provide $ddir substitution for --with-auto-load-safe-path.
6673         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
6674         entries.
6675         * auto-load.c: Include observer.h.
6676         (auto_load_safe_path_vec_update): Call substitute_path_component for
6677         each component.  New variable ddir_subst.
6678         (auto_load_gdb_datadir_changed): New function.
6679         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6680         AUTO_LOAD_SAFE_PATH.  New comment.
6681         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
6682         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
6683         * config.in: Regenerate.
6684         * configure: Regenerate.
6685         * configure.ac (--auto-load-safe-path): Rename
6686         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
6687         GDB_DATADIR/auto-load.
6688         * defs.h (substitute_path_component): New declaration.
6689         * top.c: Include observer.h.
6690         (set_gdb_datadir): New function.
6691         (init_main): Install it for "set data-directory".
6692         * utils.c (substitute_path_component): New function.
6693
6694 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6695
6696         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
6697         * auto-load.c (auto_load_objfile_script): Remove check for NULL
6698         DEBUG_FILE_DIRECTORY.  Handle multiple components of
6699         DEBUG_FILE_DIRECTORY.
6700
6701 2012-05-10  Tom Tromey  <tromey@redhat.com>
6702
6703         * dwarf2read.c (recursively_write_psymbols): New function.
6704         (write_psymtabs_to_index): Use it.
6705
6706         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
6707         field.
6708         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
6709         (load_partial_comp_unit): Update.
6710         (queue_comp_unit): Add argument 'pretend_language'.
6711         (process_queue): Update.
6712         (psymtab_to_symtab_1): Skip dependencies that have a user.
6713         (load_partial_comp_unit_reader): Give meaning to the 'data'
6714         argument.
6715         (load_full_comp_unit): Add 'pretend_language' argument.
6716         (process_full_comp_unit): Add 'pretend_language' argument.  Set
6717         language on CU.
6718         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
6719         Update.
6720         (maybe_queue_comp_unit): Add 'pretend_language' argument.
6721         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
6722         Update.
6723         (prepare_one_comp_unit): Add 'pretend_language' argument.
6724
6725         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
6726         (struct dwarf2_per_objfile) <just_read_cus>: New field.
6727         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
6728         (dw2_do_instantiate_symtab): Check whether symtab was read in
6729         before queueing.
6730         (dw2_instantiate_symtab): Add assertion.  Call
6731         process_cu_includes.
6732         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
6733         (partial_symtab_p): New typedef.
6734         (set_partial_user): New function.
6735         (dwarf2_build_psymtabs_hard): Use set_partial_user.
6736         (scan_partial_symbols): Add imported CU to imported_symtabs.
6737         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
6738         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
6739         (get_symtab, recursively_compute_inclusions)
6740         (compute_symtab_includes, process_cu_includes)
6741         (process_imported_unit_die): New functions.
6742         (process_die) <DW_TAG_imported_unit>: New case.
6743         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
6744
6745         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
6746         comment.
6747         (struct partial_die_info) <locdesc>: Remove.
6748         <d>: New field.
6749         (process_psymtab_comp_unit): Add 'read_partial' argument.
6750         Update.
6751         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
6752         (scan_partial_symbols): Handle DW_TAG_imported_unit.
6753         (add_partial_symbol): Update.
6754         (process_die): Handle DW_TAG_partial_unit.
6755         (read_file_scope): Update comment.
6756         (load_partial_dies): Handle DW_TAG_imported_unit.
6757         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
6758         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
6759
6760 2012-05-10  Tom Tromey  <tromey@redhat.com>
6761
6762         * cc-with-dwz.sh: New file.
6763
6764 2012-05-10  Tom Tromey  <tromey@redhat.com>
6765
6766         * symtab.h (struct symtab) <includes, user>: New fields.
6767         * block.h (struct block_iterator) <d, idx, which>: New fields.
6768         * block.c (initialize_block_iterator, find_iterator_symtab)
6769         (block_iterator_step, block_iter_name_step)
6770         (block_iter_match_step): New functions.
6771         (block_iterator_first, block_iterator_next)
6772         (block_iter_name_first, block_iter_name_next)
6773         (block_iter_match_first, block_iter_match_next): Rewrite.
6774         (get_block_symtab): New function.
6775
6776 2012-05-10  Tom Tromey  <tromey@redhat.com>
6777
6778         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
6779         set_block_symtab.
6780         * jit.c (finalize_symtab): Use allocate_global_block,
6781         set_block_symtab.
6782         * buildsym.c (finish_block_internal): New function, from old
6783         finish_block.
6784         (finish_block): Rewrite.
6785         (end_symtab): Use finish_block_internal, set_block_symtab.
6786         * block.h (struct global_block): New.
6787         (allocate_global_block, set_block_symtab): Declare.
6788         * block.c (allocate_global_block, set_block_symtab): New
6789         functions.
6790
6791 2012-05-10  Tom Tromey  <tromey@redhat.com>
6792
6793         * psymtab.c (partial_map_expand_apply): Add assertion.
6794         (partial_map_symtabs_matching_filename): Skip included psymtabs.
6795         (psymtab_to_symtab): Find unshared psymtab.
6796         (dump_psymtab): Print including psymtabs.
6797         (recursively_search_psymtabs): New function.
6798         (expand_symtabs_matching_via_partial): Use it.
6799         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
6800         fields.
6801         (enum psymtab_search_status): New.
6802
6803 2012-05-10  Tom Tromey  <tromey@redhat.com>
6804
6805         * tracepoint.c (scope_info): Update.
6806         * symtab.c (lookup_block_symbol, iterate_over_symbols)
6807         (find_pc_sect_symtab, search_symbols)
6808         (default_make_symbol_completion_list_break_on)
6809         (make_file_symbol_completion_list): Update.
6810         * symmisc.c (dump_symtab_1): Update.
6811         * stack.c (print_frame_args, iterate_over_block_locals)
6812         (print_frame_labels, iterate_over_block_arg_vars): Update.
6813         * python/py-block.c (block_object) <dict>: Remove.
6814         <block>: New field.
6815         <iter>: Change type.
6816         (blpy_iter): Update.
6817         (blpy_block_syms_iternext): Update.
6818         * psymtab.c (map_block): Use block iterators.
6819         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
6820         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
6821         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
6822         * infrun.c (check_exception_resume): Update.
6823         * cp-support.c (make_symbol_overload_list_block): Update.
6824         * coffread.c (patch_opaque_types): Update.
6825         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
6826         * block.h (struct block_iterator): New.
6827         (block_iterator_first, block_iterator_next, block_iter_name_first)
6828         (block_iter_name_next, block_iter_match_first)
6829         (block_iter_match_next): Declare.
6830         (ALL_BLOCK_SYMBOLS): Redefine.
6831         * block.c (block_iterator_first, block_iterator_next)
6832         (block_iter_name_first, block_iter_name_next)
6833         (block_iter_match_first, block_iter_match_next): New functions.
6834         * ada-lang.c (ada_add_block_symbols)
6835         (ada_make_symbol_completion_list): Use block iterator.
6836
6837 2012-05-10  Tom Tromey  <tromey@redhat.com>
6838
6839         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
6840         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
6841         (lookup_partial_symbol, find_last_source_symtab_from_partial)
6842         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
6843         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
6844         Update.
6845
6846 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6847
6848         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
6849         print-file-var-lib2.c, print-file-var-main.c and
6850         print-file-var.exp (located in gdb/testsuite/gdb.base).
6851
6852 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6853
6854         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
6855         try locating the symbol in the symbol's own objfile first, before
6856         extending the search to all objfiles.
6857         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
6858         out of lookup_symbol_aux_symtabs.
6859         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
6860         Replace extracted-out code by call to lookup_symbol_aux_objfile.
6861         Do not search EXCLUDE_OBJFILE.
6862         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
6863         (lookup_symbol_global): Search for matches in the block's objfile
6864         first, before searching all other objfiles.
6865
6866 2012-05-10  Tristan Gingold  <gingold@adacore.com>
6867
6868         * printcmd.c (set_command): Add pre/post inc/dec.
6869
6870 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
6871
6872         * gdb.1: Document -ex option.
6873
6874 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6875
6876         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
6877         * inferior.h (AT_SYMBOL): Delete.
6878
6879 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
6880
6881         * mips-tdep.c (mips_push_dummy_code): New function.
6882         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
6883         ON_STACK and install mips_push_dummy_code as our gdbarch
6884         push_dummy_code routine.
6885
6886 2012-05-09  Pedro Alves  <palves@redhat.com>
6887
6888         * target.c (set_maintenance_target_async_permitted): Rename to ...
6889         (set_target_async_command): ... this.
6890         (show_maintenance_target_async_permitted): Rename to ...
6891         (show_target_async_command): ... this.
6892         (initialize_targets): Adjust.
6893
6894 2012-05-08  Doug Evans  <dje@google.com>
6895
6896         * go-exp.y (classify_name): Add missing assignment of fields of
6897         yylval.ssym.
6898
6899 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
6900
6901         Display the ">" prompt in interactive mode while reading canned
6902         commands, even when the current interpreter is MI.
6903
6904         * interps.c (interp_set_temp): New function.
6905
6906         * interps.h (interp_set_temp): Add prototype.
6907
6908         * cli/cli-script.c (restore_interp): New cleanup function.
6909         (read_command_lines): Temporarily override the current interpreter
6910         with CLI and arrange for restoring the original one.
6911
6912 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
6913
6914         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
6915
6916 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
6917
6918         * probe.c (parse_probes): Move conditional to check for
6919         debuginfo files from here...
6920         * stap-probe.c (stap_get_probes): ... to here.
6921
6922 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
6923             H.J. Lu  <hongjiu.lu@intel.com>
6924
6925         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
6926         `movl %esp, %ebp' for the X32 ABI.
6927
6928 2012-05-07  Tom Tromey  <tromey@redhat.com>
6929
6930         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
6931         get_DW_TAG_name.
6932         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
6933         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
6934         (dwarf_stack_op_name): Remove.
6935         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
6936         (decode_locdesc): Use get_DW_OP_name.
6937         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
6938         (dwarf2_compile_expr_to_ax): Likewise.
6939         (disassemble_dwarf_expression): Likewise.
6940         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
6941
6942 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
6943
6944         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
6945         (sh_linux_sigtramp_cache): New function.
6946         (sh_linux_sigreturn_init): New function.
6947         (sh_linux_rt_sigreturn_init): New function.
6948         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
6949         patterns.
6950         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
6951         syscall codes.
6952         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
6953         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
6954         (sh_linux_init_abi): Add init calls to register new tramp_frame
6955         definitions under 32-bit SH, update comments.
6956
6957 2012-05-07  Pedro Alves  <palves@redhat.com>
6958
6959         PR gdb/10952
6960
6961         * amd64-linux-tdep.c: Include glibc-tdep.h.
6962         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
6963         gdbarch_skip_solib_resolver callback.
6964
6965 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6966
6967         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
6968         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
6969         (show_auto_load_safe_path): Check any-directory by comparison with "/".
6970         (add_auto_load_safe_path): Change the error message.
6971         (_initialize_auto_load): Change the "safe-path" help text.
6972         * configure: Regenerate
6973         * configure.ac (--without-auto-load-safe-path): Set
6974         WITH_AUTO_LOAD_SAFE_PATH to /.
6975
6976 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
6977
6978         * stap-probe.h: Do not include unecessary `probe.h'.
6979
6980 2012-05-05  Alan Modra  <amodra@gmail.com>
6981
6982         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
6983         bfd_und_section_ptr.
6984         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
6985         and bfd_com_section_ptr.
6986
6987 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6988
6989         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
6990
6991 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
6992
6993         * windows-nat.h (segment_register_p_ftype): New typedef.
6994         (windows_set_segment_register_p): Add declaration.
6995         * windows-nat.c (segment_register_p): New static global.
6996         (windows_set_segment_register_p): New function.
6997         (do_windows_fetch_inferior_registers): Add special handling
6998         for segment registers.
6999         * amd64-windows-nat.c: #include "amd64-tdep.h".
7000         (amd64_windows_segment_register_p): New function.
7001         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
7002         * i386-windows-nat.c: #include "i386-tdep.h".
7003         (i386_windows_segment_register_p): New function.
7004         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
7005
7006 2012-05-04  Tristan Gingold  <gingold@adacore.com>
7007
7008         * printcmd.c (set_command): Emit a warning if the expression is not
7009         an assignment.
7010
7011 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
7012
7013         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
7014         Make static.
7015
7016 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
7017
7018         * stap-probe.c (stap_is_operator): Change declaration.
7019         (stap_get_opcode): Change return value.
7020         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
7021         `stap_parse_argument_1'.
7022
7023 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
7024
7025         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
7026         debug log.
7027
7028 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
7029
7030         Add two new methods global_block and static_block to gdb.Symtab
7031         objects.
7032         * NEWS (Python scripting): Add entry about the new methods.
7033         * python/py-symtab.c (stpy_global_block): New function which
7034         implements the gdb.Symtab.global_block() method.
7035         (stpy_static_block): New function which implements the
7036         gdb.Symtab.static_block() method.
7037         (symtab_object_methods): Add entries for the two new methods.
7038
7039 2012-05-03  Doug Evans  <dje@google.com>
7040
7041         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
7042         files.
7043
7044 2012-05-03  Yao Qi  <yao@codesourcery.com>
7045
7046         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
7047         space.
7048         (i386_process_record): Ditto.
7049
7050 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7051
7052         * infcall.c (unwind_on_signal_p): Make static.
7053
7054 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7055
7056         * sol-thread.c (solaris_pid_to_str): Make static.
7057         (_initialize_sol_thread): Add prototype.
7058
7059 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7060
7061         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
7062
7063 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
7064
7065         * MAINTAINERS: Remove myself.
7066
7067 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7068
7069         Fix --without-auto-load-safe-path for MS-Windows host platform.
7070         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
7071
7072 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
7073
7074         * gdb_curses.h: Undefine KEY_EVENT before including curses
7075         headers.  Move "#undef MOUSE_MOVED" before any curses header
7076         inclusion.
7077
7078 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7079
7080         * features/i386/i386-mmx-linux.c: Regenerate.
7081         * features/rs6000/powerpc-32.c: Likewise.
7082         * features/rs6000/powerpc-32l.c: Likewise.
7083         * features/rs6000/powerpc-403.c: Likewise.
7084         * features/rs6000/powerpc-403gc.c: Likewise.
7085         * features/rs6000/powerpc-405.c: Likewise.
7086         * features/rs6000/powerpc-505.c: Likewise.
7087         * features/rs6000/powerpc-601.c: Likewise.
7088         * features/rs6000/powerpc-602.c: Likewise.
7089         * features/rs6000/powerpc-603.c: Likewise.
7090         * features/rs6000/powerpc-604.c: Likewise.
7091         * features/rs6000/powerpc-64.c: Likewise.
7092         * features/rs6000/powerpc-64l.c: Likewise.
7093         * features/rs6000/powerpc-750.c: Likewise.
7094         * features/rs6000/powerpc-860.c: Likewise.
7095         * features/rs6000/powerpc-e500.c: Likewise.
7096         * features/rs6000/powerpc-e500l.c: Likewise.
7097         * features/rs6000/powerpc-isa205-32l.c: Likewise.
7098         * features/rs6000/powerpc-isa205-64l.c: Likewise.
7099         * features/rs6000/rs6000.c: Likewise.
7100
7101 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
7102
7103         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
7104         variable.
7105         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
7106         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
7107         (stap_parse_argument) <e>: Likewise.
7108         (handle_stap_probe) <byte_order>: Likewise.
7109
7110 2012-04-30  Doug Evans  <dje@google.com>
7111
7112         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
7113         init_and_read_dies_worker.  All callers updated.
7114         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
7115         replaced with init_cutu_and_read_dies.
7116         (load_partial_comp_unit): Pass 1 for use_existing_cu.
7117         (find_partial_die): Remove FIXME.  Don't free current CU.
7118
7119 2012-04-30  Sterling Augustine  <saugustine@google.com>
7120
7121         * contrib: New directory.
7122         * contrib/test_pubnames_and_indexes.py: New file.
7123
7124 2012-04-30  Doug Evans  <dje@google.com>
7125
7126         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
7127         All callers updated.
7128         (init_cu_die_reader): Verify the section is non-empty.
7129         (dwarf_decode_line_header): Don't dereference section->asection
7130         until we know the section is present.
7131
7132 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
7133
7134         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
7135         probes.
7136
7137 2012-04-29  Yao Qi  <yao@codesourcery.com>
7138
7139         * gdb-code-style.el: New hook gdb-markup-hook
7140         and gdb-comment-hook.
7141
7142 2012-04-28  Doug Evans  <dje@google.com>
7143
7144         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
7145         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
7146         objfile->obfd.
7147         * symfile.h (dwarf2_debug_sections): New member addr.
7148         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
7149         (ctx_no_get_addr_index): New function.
7150         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
7151         (ctx_no_get_addr_index): Declare.
7152         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
7153         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
7154         (dwarf_expr_ctx_funcs): Update.
7155         (needs_get_addr_index): New function.
7156         (needs_frame_ctx_funcs): Update.
7157         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
7158         * dwarf2read.c: #include "gdbcore.h".
7159         (dwarf2_per_objfile): New members addr, dwo_files.
7160         (dwarf2_elf_names): Add entry for addr.
7161         (struct dwo_section_names): New type.
7162         (dwo_section_names): New static global.
7163         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
7164         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
7165         old debug_types_section member updated to use this.
7166         Rename member debug_types_section to info_or_types_section,
7167         all uses updated.
7168         (signatured_type): Rename member type_offset to type_offset_in_tu,
7169         all uses updated.  New member type_offset_in_section.
7170         (struct dwo_sections): New type.
7171         (struct dwo_unit): New type.
7172         (struct dwo_file): New type.
7173         (die_reader_specs): New member dwo_file.
7174         (dwarf2_locate_sections): Watch for .debug_addr.
7175         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
7176         (dwarf2_read_section): Get bfd of section from bfd's asection,
7177         instead of objfile.
7178         (create_cus_from_index): Initialize the_cu->info_or_types_section.
7179         (create_signatured_type_table_from_index): Initialize
7180         sig_type->info_or_types_section.
7181         (dw2_get_file_names): Statement lists for type units with DWO files
7182         live in the DWO file.
7183         (create_debug_types_hash_table): New function.
7184         (create_all_type_units): Rewrite.
7185         (init_cu_die_reader): New arg dwo_file, all callers updated.
7186         (init_and_read_dies_worker): Get section from
7187         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
7188         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
7189         continue reading the CU/TU from there.
7190         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
7191         updated.  Get section from this_cu->info_or_types_section.
7192         (create_all_comp_units): Initialize this_cu->info_or_types_section.
7193         (skip_one_die): New cases DW_FORM_GNU_addr_index,
7194         DW_FORM_GNU_str_index.
7195         (hash_dwo_file, eq_dwo_file): New functions.
7196         (allocate_dwo_file_hash_table): New function.
7197         (hash_dwo_unit, eq_dwo_unit): New functions.
7198         (allocate_dwo_unit_table): New function.
7199         (dwarf2_locate_dwo_sections): New function.
7200         (struct create_dwo_info_table_data): New type.
7201         (create_debug_info_hash_table_reader): New function.
7202         (create_debug_info_hash_table): New function.
7203         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
7204         (lookup_dwo_file): New function.
7205         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
7206         (free_dwo_file, free_dwo_file_cleanup): New functions.
7207         (free_dwo_file_from_slot, free_dwo_files): New functions.
7208         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
7209         (dwarf2_record_block_ranges): Ditto.
7210         (read_partial_die): Ditto.
7211         (process_enumeration_scope): Update to use type_offset_in_section.
7212         (read_full_die_1): New function.
7213         (read_full_die): Rewrite.
7214         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
7215         DW_FORM_GNU_str_index.
7216         (read_addr_index_1, read_addr_index): New functions.
7217         (read_addr_index_from_leb128): New function.
7218         (struct dwarf2_read_addr_index_data): New type.
7219         (dwarf2_read_addr_index_reader): New function.
7220         (dwarf2_read_addr_index): New function.
7221         (read_str_index): New function.
7222         (leb128_size): New function.
7223         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
7224         If processing a type unit from a DWO file, get the line section
7225         from the DWO file.
7226         (var_decode_location): Watch for DW_OP_GNU_addr_index.
7227         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
7228         DW_FORM_GNU_str_index.
7229         (lookup_die_type): Check whether section offset of type's die is
7230         known before looking it up.  Remove assert.  Condition can
7231         legimately happen for inter-cu type references.
7232         (dwarf_attr_name): Handle Fission attributes.
7233         (dwarf_form_name): Handle Fission forms.
7234         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
7235         DW_FORM_GNU_str_index.
7236         (follow_die_sig): Update to use type_offset_in_section.
7237         (decode_locdesc): New case DW_OP_GNU_addr_index.
7238         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
7239         DW_FORM_GNU_str_index.
7240         (cu_debug_loc_section): New function.
7241         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
7242         (dwarf2_per_objfile_free): Unmap .debug_addr section.
7243         Free DWO files if present.
7244         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
7245
7246         Refactor DIE reading.
7247         * dwarf2read.c (dwarf2_per_objfile): Replace members
7248         debug_info_type_hash and debug_types_type_hash with die_type_hash.
7249         (die_reader_specs): New member "die_section".  Temporarily make
7250         member "buffer" non-const, pending constifying all info_ptr uses.
7251         (die_reader_func_ftype): New typedef.
7252         (dw2_get_file_names_reader): New function.
7253         (dw2_get_file_names): Rewrite.
7254         (read_and_check_type_unit_head): Rename arg type_offset to
7255         type_offset_in_tu.
7256         (create_all_type_units): Improve debugging message.
7257         Improve dummy type unit check.
7258         (init_cu_die_reader): New arg "section".  All callers updated.
7259         (init_and_read_dies_worker): New function.
7260         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
7261         (init_cutu_and_read_dies_no_follow): New function.
7262         (init_cutu_and_read_dies_simple): New function.
7263         (process_psymtab_comp_unit_reader): New function.
7264         (process_psymtab_comp_unit): Delete args section,
7265         is_debug_types_section.  Rewrite.  All callers updated.
7266         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
7267         All callers updated.  Rewrite.
7268         (load_partial_comp_unit_reader): New function.
7269         (load_partial_comp_unit): Rewrite.
7270         (skip_children): New arg reader.  Delete args buffer, cu.
7271         All callers updated.
7272         (skip_one_die): New arg reader.  Delete args buffer, cu.
7273         All callers updated.
7274         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
7275         All callers updated.
7276         (load_full_comp_unit_reader): New function.
7277         (load_full_comp_unit): Rewrite.
7278         (read_comp_unit): Delete.
7279         (read_die_and_children_1): Delete, contents moved ...
7280         (read_die_and_children): ... here.
7281         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
7282         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
7283         All callers updated.
7284         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
7285         All callers updated.
7286         (find_partial_die): Rewrite load_all_dies support.
7287         (read_attribute_value): New arg reader.  Delete args abfd, cu.
7288         All callers updated.
7289         (read_attribute): New arg reader.  Delete args abfd, cu.
7290         All callers updated.
7291         (load_full_type_unit): Add assert.
7292         (read_signatured_type_reader): New function.
7293         (read_signatured_type): Rewrite.
7294         (free_stack_comp_unit): Remove call to age_cached_comp_units.
7295         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
7296         All callers updated.  Set per_cu->cu = NULL after freeing it.
7297         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
7298         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
7299         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
7300         (set_die_type): Update.
7301         (get_die_type_at_offset): Update.
7302         (read_file_scope): Call prepare_one_comp_unit.
7303         (read_type_unit_scope): Ditto.
7304         (prepare_one_comp_unit): Set producer if present.
7305
7306 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
7307
7308         * probe.c (compile_rx_or_error): Silence ARI warning about missing
7309          gettext function on `error'.
7310
7311 2012-04-27  Doug Evans  <dje@google.com>
7312
7313         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
7314         is empty.
7315
7316 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7317             Tom Tromey  <tromey@redhat.com>
7318
7319         * breakpoint.c (struct breakpoint_objfile_data)
7320         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
7321         <exception_probes>: New fields.
7322         (free_breakpoint_probes): New function.
7323         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
7324         `_Unwind_DebugHook'.
7325         (create_exception_master_breakpoint): Likewise.
7326         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
7327         * infrun.c: Including necessary header files for handling SystemTap
7328         probes.
7329         (handle_inferior_event): Handling longjmp breakpoint and exceptions
7330         via SystemTap probes.
7331         (check_exception_resume): Remove `func' argument.  Handle exception
7332         unwinding breakpoint set via a SystemTap probe.
7333         (insert_exception_resume_from_probe): New function.
7334
7335 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7336             Tom Tromey  <tromey@redhat.com>
7337             Jan Kratochvil  <jan.kratochvil@redhat.com>
7338
7339         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
7340         (COMMON_OBS): Likewise.
7341         (HFILES_NO_SRCDIR): Add `probe'.
7342         * NEWS: Mention support for static and SystemTap probes.
7343         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
7344         SystemTap probes' arguments parser.
7345         * arm-linux-tdep.c: Including headers needed to perform the parsing
7346         of SystemTap probes' arguments.
7347         (arm_stap_is_single_operand): New function.
7348         (arm_stap_parse_special_token): Likewise.
7349         (arm_linux_init_abi): Initializing proper fields used by SystemTap
7350         probes' arguments parser.
7351         * ax-gdb.c (require_rvalue): Removing static declaration.
7352         (gen_expr): Likewise.
7353         * ax-gdb.h (gen_expr): Declaring function.
7354         (require_rvalue): Likewise.
7355         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
7356         (bkpt_probe_breakpoint_ops): New variable.
7357         (momentary_breakpoint_from_master): Set the `probe' value.
7358         (add_location_to_breakpoint): Likewise.
7359         (break_command_1): Using proper breakpoint_ops according to the
7360         argument passed by the user in the command line.
7361         (bkpt_probe_insert_location): New function.
7362         (bkpt_probe_remove_location): Likewise.
7363         (bkpt_probe_create_sals_from_address): Likewise.
7364         (bkpt_probe_decode_linespec): Likewise.
7365         (tracepoint_probe_create_sals_from_address): Likewise.
7366         (tracepoint_probe_decode_linespec): Likewise.
7367         (tracepoint_probe_breakpoint_ops): New variable.
7368         (trace_command): Using proper breakpoint_ops according to the
7369         argument passed by the user in the command line.
7370         (initialize_breakpoint_ops): Initializing breakpoint_ops for
7371         static probes on breakpoints and tracepoints.
7372         * breakpoint.h (struct bp_location) <probe>: New field.
7373         * cli-utils.c (skip_spaces_const): New function.
7374         (extract_arg): Likewise.
7375         * cli-utils.h (skip_spaces_const): Likewise.
7376         (extract_arg): Likewise.
7377         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
7378         * configure.ac: Append `stap-probe.o' to be generated when ELF
7379         support is present.
7380         * configure: Regenerate.
7381         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
7382         * elfread.c: Include `probe.h' and `arch-utils.h'.
7383         (probe_key): New variable.
7384         (elf_get_probes): New function.
7385         (elf_get_probe_argument_count): Likewise.
7386         (elf_evaluate_probe_argument): Likewise.
7387         (elf_compile_to_ax): Likewise.
7388         (elf_symfile_relocate_probe): Likewise.
7389         (stap_probe_key_free): Likewise.
7390         (elf_probe_fns): New variable.
7391         (elf_sym_fns): Add `sym_probe_fns' value.
7392         (elf_sym_fns_lazy_psyms): Likewise.
7393         (elf_sym_fns_gdb_index): Likewise.
7394         (_initialize_elfread): Initialize objfile cache for static
7395         probes.
7396         * gdb_vecs.h (struct probe): New forward declaration.
7397         (probe_p): New VEC declaration.
7398         * gdbarch.c: Regenerate.
7399         * gdbarch.h: Regenerate.
7400         * gdbarch.sh (stap_integer_prefix): New variable.
7401         (stap_integer_suffix): Likewise.
7402         (stap_register_prefix): Likewise.
7403         (stap_register_suffix): Likewise.
7404         (stap_register_indirection_prefix): Likewise.
7405         (stap_register_indirection_suffix): Likewise.
7406         (stap_gdb_register_prefix): Likewise.
7407         (stap_gdb_register_suffix): Likewise.
7408         (stap_is_single_operand): New function.
7409         (stap_parse_special_token): Likewise.
7410         (struct stap_parse_info): Forward declaration.
7411         * i386-tdep.c: Including headers needed to perform the parsing
7412         of SystemTap probes' arguments.
7413         (i386_stap_is_single_operand): New function.
7414         (i386_stap_parse_special_token): Likewise.
7415         (i386_elf_init_abi): Initializing proper fields used by SystemTap
7416         probes' arguments parser.
7417         * i386-tdep.h (i386_stap_is_single_operand): New function.
7418         (i386_stap_parse_special_token): Likewise.
7419         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
7420         * mipsread.c (ecoff_sym_fns): Likewise.
7421         * objfiles.c (objfile_relocate1): Support relocation for static
7422         probes.
7423         * parse.c (prefixify_expression): Remove static declaration.
7424         (initialize_expout): Likewise.
7425         (reallocate_expout): Likewise.
7426         * parser-defs.h (initialize_expout): Declare function.
7427         (reallocate_expout): Likewise.
7428         (prefixify_expression): Likewise.
7429         * ppc-linux-tdep.c: Including headers needed to perform the parsing
7430         of SystemTap probes' arguments.
7431         (ppc_stap_is_single_operand): New function.
7432         (ppc_stap_parse_special_token): Likewise.
7433         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
7434         probes' arguments parser.
7435         * probe.c: New file, for generic statically defined probe support.
7436         * probe.h: Likewise.
7437         * s390-tdep.c: Including headers needed to perform the parsing of
7438         SystemTap probes' arguments.
7439         (s390_stap_is_single_operand): New function.
7440         (s390_gdbarch_init): Initializing proper fields used by SystemTap
7441         probes' arguments parser.
7442         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
7443         * stap-probe.c: New file, for SystemTap probe support.
7444         * stap-probe.h: Likewise.
7445         * symfile.h: Include `gdb_vecs.h'.
7446         (struct sym_probe_fns): New struct.
7447         (struct sym_fns) <sym_probe_fns>: New field.
7448         * symtab.c (init_sal): Initialize `probe' field.
7449         * symtab.h (struct probe): Forward declaration.
7450         (struct symtab_and_line) <probe>: New field.
7451         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
7452         locations.
7453         (stop_tracing): Likewise.
7454         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
7455
7456 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
7457             Tom Tromey  <tromey@redhat.com>
7458
7459         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
7460         and to compile agent expressions.
7461         * infrun.c (siginfo_make_value): New argument `ignore'.
7462         (siginfo_funcs): New struct.
7463         (_initialize_infrun): New argument when calling
7464         `create_internalvar_type_lazy'.
7465         * thread.c (thread_id_make_value): New argument `ignore'.
7466         (thread_funcs): New struct.
7467         (_initialize_thread): New argument when calling
7468         `create_internalvar_type_lazy'.
7469         * tracepoint.c (sdata_make_value): New argument `ignore'.
7470         (sdata_funcs): New struct.
7471         (_initialize_tracepoint): New argument when calling
7472         `create_internalvar_type_lazy'.
7473         * value.c (make_value): New struct.
7474         (create_internalvar_type_lazy): New argument `data'.
7475         (compile_internalvar_to_ax): New function.
7476         (value_of_internalvar): Properly handling `make_value' case.
7477         (clear_internalvar): Likewise.
7478         (show_convenience): Adding `TRY_CATCH' block.
7479         * value.h (internalvar_make_value): Delete, replace by...
7480         (struct internalvar_funcs): ... this.
7481         (create_internalvar_type_lazy) <fun>: Delete argument.
7482         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
7483         (compile_internalvar_to_ax): New function.
7484         * windows-tdep.c (tlb_make_value): New argument `ignore'.
7485         (tlb_funcs): New struct.
7486         (_initialize_windows_tdep): New argument when calling
7487         `create_internalvar_type_lazy'.
7488
7489 2012-04-27  Mark Wielaard  <mjw@redhat.com>
7490
7491         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
7492         see whether it is an address or a constant offset from DW_AT_low_pc.
7493         (dwarf2_record_block_ranges): Likewise.
7494         (read_partial_die): Likewise.
7495
7496 2012-04-26  Mark Wielaard  <mjw@redhat.com>
7497
7498         * MAINTAINERS (Write After Approval): Add myself to the list.
7499
7500 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7501
7502         * proc-utils.h (proc_prettyprint_signalset): New prototype.
7503         (proc_prettyprint_signal): Likewise.
7504         (proc_prettyprint_faultset): Likewise.
7505         (proc_prettyprint_fault): Likewise.
7506         (proc_prettyprint_actionset): Likewise.
7507         (proc_prettyprint_flags): Move to new proc-flags.c section.
7508         (proc_prettyfprint_flags): New prototype.
7509         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
7510         (proc_syscall, proc_cursig): Likewise.
7511         (proc_set_kill_on_last_close): Likewise.
7512         (proc_unset_kill_on_last_close): Likewise.
7513         (proc_set_watchpoint): Make static.
7514         (proc_delete_dead_threads): Likewise.
7515         (procfs_set_watchpoint): Likewise.
7516         (_initialize_procfs): Add prototype.
7517         * proc-events.c: Include proc-utils.h.
7518         (init_syscall_table): Make static.
7519         * proc-api.c (_initialize_proc_api): Add prototype.
7520         * proc-flags.c: Include proc-utils.h.
7521
7522 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
7523
7524         * configure.ac: Add AC_ARG_PROGRAM.
7525         * configure: Regenerate.
7526
7527 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7528
7529         Fix DW_AT_lower_bound defaults for DWARF-4+.
7530         * dwarf2read.c (read_subrange_type): Remove initialization of low and
7531         high.  New variable low_default_is_valid.  Implement DWARF-4+
7532         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
7533         no default by the DWARF standard.
7534
7535 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
7536             Maciej W. Rozycki  <macro@codesourcery.com>
7537
7538         * infrun.c (handle_inferior_event): Move the check for return
7539         trampolines ahead of the check for function trampolines.
7540         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
7541         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
7542         (mips_str_mips16_ret_stub): Likewise.
7543         (mips_str_call_fp_stub): Likewise.
7544         (mips_str_call_stub): Likewise.
7545         (mips_str_fn_stub): Likewise.
7546         (mips_str_pic): Likewise.
7547         (mips_in_frame_stub): New function.
7548         (mips_unwind_pc): Return the return address rather than the PC
7549         if the PC of an intermediate frame is inside a call thunk.
7550         (mips_is_stub_suffix): New function.
7551         (mips_is_stub_mode): Likewise.
7552         (mips_get_mips16_fn_stub_pc): Likewise.
7553         (mips_skip_mips16_trampoline_code): Update to handle all the
7554         currently generated stub types.  Don't recurse into __fn_stub
7555         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
7556         Use cooked register accesses.
7557         (mips_in_return_stub): Reintroduce function.
7558         (mips_skip_trampoline_code): Traverse trampolines recursively.
7559         (mips_gdbarch_init): Handle MIPS16 return trampolines.
7560
7561 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
7562
7563         GDB 7.4.1 released.
7564
7565 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
7566
7567         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
7568         * features/arm-with-m-vfp-d16.xml: New file. Describes
7569         Cortex-M with VFPv4-sp-d16 FPU register layout.
7570         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
7571         * features/arm-with-m-vfp-d16.c: New. Generated from above.
7572         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
7573         (arm-register_g_packet_guesses): Add vfp-d16 guess.
7574         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
7575
7576 2012-04-25  Doug Evans  <dje@google.com>
7577
7578         * cli/cli-decode.c (print_doc_line): Use stream instead of
7579         current_uiout.
7580
7581 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
7582
7583         * features/arm-with-iwmmxt.c: Regenerate.
7584         * features/arm-with-m-fpa-layout.c: Likewise.
7585         * features/arm-with-m.c: Likewise.
7586         * features/arm-with-neon.c: Likewise.
7587         * features/arm-with-vfpv2.c: Likewise.
7588         * features/arm-with-vfpv3.c: Likewise.
7589         * features/mips-dsp-linux.c: Likewise.
7590         * features/mips-linux.c: Likewise.
7591         * features/mips64-dsp-linux.c: Likewise.
7592         * features/mips64-linux.c: Likewise.
7593         * features/s390-linux32.c: Likewise.
7594         * features/s390-linux32v1.c: Likewise.
7595         * features/s390-linux32v2.c: Likewise.
7596         * features/s390-linux64.c: Likewise.
7597         * features/s390-linux64v1.c: Likewise.
7598         * features/s390-linux64v2.c: Likewise.
7599         * features/s390x-linux64.c: Likewise.
7600         * features/s390x-linux64v1.c: Likewise.
7601         * features/s390x-linux64v2.c: Likewise.
7602         * features/tic6x-c62x-linux.c: Likewise.
7603         * features/tic6x-c62x.c: Likewise.
7604         * features/tic6x-c64x-linux.c: Likewise.
7605         * features/tic6x-c64x.c: Likewise.
7606         * features/tic6x-c64xp-linux.c: Likewise.
7607         * features/tic6x-c64xp.c: Likewise.
7608         * target-descriptions.c: Only generate `field_type' and `type'
7609         variables when needed.
7610
7611 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
7612
7613         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
7614
7615 2012-04-25  Doug Evans  <dje@google.com>
7616
7617         Initial pass at Go language support.
7618         * NEWS: Mention Go.
7619         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
7620         go-valprint.c.
7621         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
7622         (YYFILES): Add go-exp.c.
7623         (YYOBJ): Add go-exp.o.
7624         (local-maintainer-clean): Delete go-exp.c.
7625         * defs.h (enum language): Add language_go.
7626         * dwarf2read.c: #include "go-lang.h".
7627         (fixup_go_packaging): New function.
7628         (process_full_comp_unit): Call it when processing Go CUs.
7629         (dwarf2_physname): Add Go support.
7630         (read_file_scope): Handle missing language spec for GNU Go.
7631         (set_cu_language): Handle DW_LANG_Go.
7632         * go-exp.y: New file.
7633         * go-lang.h: New file.
7634         * go-lang.c: New file.
7635         * go-typeprint.c: New file.
7636         * go-valprint.c: New file.
7637         * symtab.c: #include "go-lang.h".
7638         (symbol_set_language): Handle language_go.
7639         (symbol_find_demangled_name, symbol_set_names): Ditto.
7640         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
7641
7642 2012-04-24  Jim Meyering  <meyering@redhat.com>
7643
7644         avoid a few strncpy-induced buffer overruns
7645         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
7646         fname and psargs before trying to concatenate.
7647         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
7648         "name" before applying strchr.
7649
7650 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
7651
7652         * CONTRIBUTE: Use unified diff instead of context diff when
7653         generating patches.
7654
7655 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7656
7657         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
7658         code.  Handle JR.HB correctly.
7659
7660 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
7661
7662         * mips-tdep.c
7663         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
7664         with the other MIPS16 helpers.
7665
7666 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
7667
7668         * observer.sh: Conditionally declare `args', thus cleaning up
7669         unused instances of this variable.
7670
7671 2012-04-24  Yao Qi  <yao@codesourcery.com>
7672
7673         Revert this patch to allow breakpoint always-inserted
7674         in record target.
7675         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
7676         * breakpoint.c: Include record.h.
7677         (breakpoints_always_inserted_mode): Return false when the record
7678         target is in use.
7679
7680         * breakpoint.c (iterate_over_bp_locations): New.
7681         * breakpoint.h: Declare.
7682         New typedef walk_bp_location_callback.
7683         * record.c (record_open): Call record_init_record_breakpoints.
7684         (record_sync_record_breakpoints): New.
7685         (record_init_record_breakpoints): New.
7686         * NEWS: Mention supporting breakpoint always-inserted mode in
7687         record target.
7688
7689 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
7690
7691         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
7692         any thread.
7693
7694 2012-04-24  Yao Qi  <yao@codesourcery.com>
7695
7696         * breakpoint.c (ep_is_catchpoint): Renamed to ...
7697         (is_catchpoint): ... it.
7698         (print_one_breakpoint_location): Caller update.
7699         * breakpoint.h: Update declaration.
7700
7701 2012-04-23  David S. Miller  <davem@davemloft.net>
7702
7703         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
7704
7705 2012-04-23  Tom Tromey  <tromey@redhat.com>
7706
7707         * buildsym.c (add_free_pendings): Remove.
7708         * buildsym.h (add_free_pendings): Remove.
7709
7710 2012-04-23  Doug Evans  <dje@google.com>
7711
7712         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
7713         attr.u.unsnd instead of attr.u.addr.
7714         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
7715         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
7716         DW_FORM_ref_udata.
7717         (dump_die_shallow): Update cases DW_FORM_ref_addr,
7718         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
7719         DW_FORM_ref_udata.
7720         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
7721
7722 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
7723
7724         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
7725         (mips_o32_return_value): Likewise.
7726         (mips_o64_return_value): Likewise.
7727
7728 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
7729
7730         * ada-lang.c (ada_evaluate_subexp): Add cases for
7731         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
7732         their treatment in eval.c.
7733
7734 2012-04-21  David S. Miller  <davem@davemloft.net>
7735
7736         * sparc-tdep.c (X_DISP10): Define.
7737         (sparc_analyze_control_transfer): Handle compare-and-branch.
7738
7739 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
7740
7741         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
7742         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
7743
7744 2012-04-20  Nigel Stephens  <nigel@mips.com>
7745             Maciej W. Rozycki  <macro@codesourcery.com>
7746
7747         * mips-tdep.c (mips_float_register_p): New function.
7748         (mips_convert_register_float_case_p): Use mips_float_register_p.
7749         (mips_register_type): Likewise.
7750         (mips_print_register): Likewise.
7751         (print_gp_register_row): Likewise.
7752         (mips_print_registers_info): Likewise.
7753
7754 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
7755
7756         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
7757         of mips16 symbols.
7758
7759 2012-04-20  Andrew Pinski  <apinski@cavium.com>
7760
7761         * MAINTAINERS (Write After Approval): Add myself to the list.
7762
7763 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7764
7765         * MAINTAINERS: Update my e-mail address.
7766
7767 2012-04-20  Pedro Alves  <palves@redhat.com>
7768
7769         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
7770         $srcdir.
7771         * configure: Regenerate.
7772
7773 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
7774
7775         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
7776         declaration.
7777         * gdb_vecs.h: Declare `const_char_ptr' VEC.
7778
7779 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7780
7781         Fix compilation compatibility with python-2.4
7782         * python/py-type.c (convert_field): Cast ADDRSTRING for
7783         PyObject_SetAttrString as non-const.  New comment.
7784
7785 2012-04-19  Tom Tromey  <tromey@redhat.com>
7786
7787         * top.c (quit_target): Use all_cleanups.
7788         * main.c (captured_command_loop): Use all_cleanups.
7789         * exceptions.c (throw_exception): Use all_cleanups.
7790
7791 2012-04-19  Pedro Alves  <palves@redhat.com>
7792
7793         * Makefile.in (GNULIB_BUILDDIR): New.
7794         (LIBGNU, INCGNU, GNULIB_H): Adjust.
7795         (SUBDIRS): Add $(GNULIB_BUILDDIR).
7796         (CLEANDIRS). Remove gnulib/import.
7797         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
7798         (all-lib): Ditto.
7799         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
7800         (gnulib/import/Makefile): Replace gnulib/import with
7801         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
7802         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
7803         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
7804         acx_configure_dir.m4.
7805         * acinclude.m4: Include acx_configure_dir.m4.
7806         * acx_configure_dir.m4: New file.
7807         * aclocal.m4: Regenerate.
7808         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
7809         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
7810         (GNULIB): New variable.
7811         (GNULIB_STDINT_H): Adjust.
7812         (AC_OUTPUT): Don't output gnulib/Makefile.
7813         * gdb/defs.h: Include build-gnulib/config.h.
7814         * aclocal.m4: Regenerate.
7815         * config.in: Regenerate.
7816         * configure: Regenerate.
7817
7818         * gnulib/Makefile.in: New file.
7819         * gnulib/configure.ac: New file.
7820         * gnulib/aclocal.m4: New file.
7821         * gnulib/config.in: New file.
7822         * gnulib/configure: New file.
7823         * gnulib/: Re-run gnulib-tool to adjust.
7824
7825 2012-04-19  Doug Evans  <dje@google.com>
7826
7827         * cleanups.h (struct cleanup): Move to cleanups.c.
7828         (make_cleanup_dtor_ftype): New typedef.
7829         (make_cleanup_dtor): Use it.
7830         (ALL_CLEANUPS): Replace with ...
7831         (all_cleanups): ... this.  Declare.  All uses updated.
7832         * cleanups.c: #include "gdb_assert.h".
7833         (sentinel_cleanup): New static global.
7834         (SENTINEL_CLEANUP): Define.
7835         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
7836         (make_my_cleanup2): Assert result is non-NULL.
7837         (all_cleanups): New function.
7838         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
7839         of NULL.
7840
7841 2012-04-19  Pedro Alves  <palves@redhat.com>
7842
7843         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
7844         Adjust paths to gnulib imported files.
7845
7846 2012-04-19  Pedro Alves  <palves@redhat.com>
7847
7848         * gnulib/: Move whole directory ...
7849         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
7850         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
7851         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
7852         (aclocal_m4_deps): Adjust.
7853         * aclocal.m4: Regenerate.
7854         * configure: Regenerate.
7855         * configure.ac: Adjust AC_OUTPUT output.
7856
7857 2012-04-19  Yao Qi  <yao@codesourcery.com>
7858
7859         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
7860         (vec.o): New rule.
7861         * vec.c: Move it ...
7862         * common/vec.c: ... here.
7863         * vec.h: Move it ...
7864         * common/vec.h: ... here.
7865
7866 2012-04-19  Yao Qi  <yao@codesourcery.com>
7867
7868         * gdb-code-style.el: New.
7869
7870 2012-04-18  Pedro Alves  <palves@redhat.com>
7871
7872         Update gnulib from latest git.
7873         (639ea5ae15e39fe48d43e04864b2997301e4b969)
7874
7875         * gnulib/Makefile.am: Update.
7876         * gnulib/dummy.c: Update.
7877         * gnulib/extra/arg-nonnull.h: Update.
7878         * gnulib/extra/c++defs.h: Update.
7879         * gnulib/extra/update-copyright: Update.
7880         * gnulib/extra/warn-on-use.h: Update.
7881         * gnulib/inttypes.in.h: Update.
7882         * gnulib/m4/00gnulib.m4: Update.
7883         * gnulib/m4/extensions.m4: Update.
7884         * gnulib/m4/gnulib-cache.m4: Update.
7885         * gnulib/m4/gnulib-common.m4: Update.
7886         * gnulib/m4/gnulib-comp.m4: Update.
7887         * gnulib/m4/gnulib-tool.m4: Update.
7888         * gnulib/m4/include_next.m4: Update.
7889         * gnulib/m4/inttypes-pri.m4: Update.
7890         * gnulib/m4/inttypes.m4: Update.
7891         * gnulib/m4/longlong.m4: Update.
7892         * gnulib/m4/memchr.m4: Update.
7893         * gnulib/m4/memmem.m4: Update.
7894         * gnulib/m4/mmap-anon.m4: Update.
7895         * gnulib/m4/multiarch.m4: Update.
7896         * gnulib/m4/onceonly.m4: Update.
7897         * gnulib/m4/stddef_h.m4: Update.
7898         * gnulib/m4/stdint.m4: Update.
7899         * gnulib/m4/string_h.m4: Update.
7900         * gnulib/m4/warn-on-use.m4: Update.
7901         * gnulib/m4/wchar_h.m4: Update.
7902         * gnulib/m4/wchar_t.m4: Update.
7903         * gnulib/m4/wint_t.m4: Update.
7904         * gnulib/memchr.c: Update.
7905         * gnulib/memmem.c: Update.
7906         * gnulib/stddef.in.h: Update.
7907         * gnulib/stdint.in.h: Update.
7908         * gnulib/str-two-way.h: Update.
7909         * gnulib/string.in.h: Update.
7910         * gnulib/wchar.in.h: Update.
7911
7912         * gnulib/extra/arg-nonnull.h: Delete.
7913         * gnulib/extra/c++defs.h: Delete.
7914         * gnulib/extra/warn-on-use.h: Delete.
7915         * gnulib/m4/wchar_h.m4: Delete.
7916         * gnulib/m4/wint_t.m4: Delete.
7917         * gnulib/wchar.in.h: Delete.
7918
7919         * gnulib/extra/snippets/arg-nonnull.h: New.
7920         * gnulib/extra/snippets/c++defs.h: New.
7921         * gnulib/extra/snippets/warn-on-use.h: New.
7922
7923         * aclocal.m4: Regenerate.
7924         * config.in: Regenerate.
7925         * configure: Regenerate.
7926         * gnulib/Makefile.in: Regenerate.
7927
7928 2012-04-18  Pedro Alves  <palves@redhat.com>
7929
7930         Reimport the update-copyright module from gnulib
7931         (250b80067c1e1d8faa0c42fb572f721975b929c5).
7932
7933         * configure: Regenerate.
7934         * gnulib/Makefile.am: Update.
7935         * gnulib/Makefile.in: Regenerate.
7936         * gnulib/extra/update-copyright: Update.
7937         * gnulib/m4/gnulib-cache.m4: Update.
7938         * gnulib/m4/gnulib-comp.m4: Update.
7939
7940 2012-04-18  Tristan Gingold  <gingold@adacore.com>
7941
7942         * configure.ac (aix): Put -lpthread into libs.
7943         * configure: Regenerate.
7944
7945 2012-04-18  Tom Tromey  <tromey@redhat.com>
7946
7947         * linespec.c (convert_linespec_to_sals): Don't use
7948         SYMBOL_OBJ_SECTION.
7949         (compare_msymbols): Arguments are minsym_and_objfile, not
7950         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
7951
7952 2012-04-18  Pedro Alves  <palves@redhat.com>
7953
7954         Revert gnulib/ part of:
7955         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
7956         Copyright year update in most files (performed by copyright.sh).
7957
7958 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
7959
7960         Fix 64-bit constants on 32-bit hosts.
7961         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
7962         from unsigned long to ULONGEST.
7963         (read_signed_leb128): Change declaration return type from long to
7964         LONGEST.
7965         (dwarf2_const_value_attr): Change declaration parameter value from long
7966         to LONGEST.
7967         (dwarf2_compute_name): Change variable value from long to LONGEST.
7968         (read_unsigned_leb128): Change return type, variable result and some
7969         casts from unsigned long to ULONGEST.
7970         (read_signed_leb128): Change return type, variable result and some
7971         casts from long to LONGEST.
7972         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
7973         value from long to LONGEST.
7974         (dwarf2_const_value): Change variable value from long to LONGEST.
7975         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
7976         plongest and hex_string.
7977         * symtab.h (struct general_symbol_info): Change ivalue from long to
7978         LONGEST, remove the comment.
7979         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
7980         Change SYMBOL_VALUE format strings to use plongest and hex_string.
7981
7982 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
7983
7984         PR symtab/7259:
7985         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
7986         * ada-lang.c (ada_discrete_type_high_bound)
7987         (ada_discrete_type_low_bound): Fix function comment.  Use
7988         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7989         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
7990         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7991         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
7992         Use TYPE_FIELD_ENUMVAL.
7993         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
7994         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
7995         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
7996         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
7997         TYPE_CODE_ENUM.
7998         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
7999         * dwarf2read.c (process_enumeration_scope): Likewise.
8000         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
8001         field.bitpos.
8002         (class StructMainTypePrettyPrinter): Support also
8003         FIELD_LOC_KIND_ENUMVAL.
8004         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
8005         TYPE_CODE_ENUM.
8006         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8007         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
8008         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
8009         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
8010         field enumval.
8011         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
8012         accommodate enumval.
8013         (struct call_site): Adjust loc_kind to accommodate enumval.
8014         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
8015         (TYPE_FIELD_ENUMVAL): New macros.
8016         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
8017         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
8018         TYPE_CODE_ENUM.
8019         * p-typeprint.c (pascal_type_print_base): Likewise.
8020         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
8021         enumval.
8022         * python/lib/gdb/types.py (make_enum_dict): Likewise.
8023         * python/py-type.c (convert_field): New variable addrstring.  Use
8024         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
8025         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
8026         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
8027         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
8028         TYPE_CODE_ENUM.
8029         * valprint.c (generic_val_print): Likewise.
8030
8031 2012-04-17  Doug Evans  <dje@google.com>
8032
8033         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
8034
8035         * dwarf2read.c: Whitespace fixes.
8036         (lookup_signatured_type): Tweak comment.
8037         (get_die_type_at_offset): Fix comment.
8038
8039 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8040
8041         * xcoffread.c (xcoff_secnum_to_sections): New function.
8042         (secnum_to_section, secnum_to_bfd_section): Reimplement
8043         using xcoff_secnum_to_sections.  Rename "secnum" parameter
8044         into "n_scnum".
8045         (RECORD_MINIMAL_SYMBOL): Delete.
8046         (record_minimal_symbol): New function.
8047         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
8048         by call to record_minimal_symbol and set misc_func_recorded
8049         to 1.  Set last_csect_sec to the XCOFF section index instead
8050         of GDB's section_offset index.  Update calls to
8051         prim_record_minimal_symbol_and_info to pass the BFD section
8052         as well.
8053
8054 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
8055
8056         * xcoffread.c (read_xcoff_symtab): Delete variables
8057         last_csect_val and last_csect_sec and associated code.
8058
8059 2012-04-17  Doug Evans  <dje@google.com>
8060
8061         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
8062         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8063         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
8064         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
8065
8066         * cleanups.h: New file.
8067         * cleanups.c: New file.
8068         * Makefile.in (SFILES): Add cleanups.c.
8069         (HFILES_NO_SRCDIR): Add cleanups.h.
8070         (COMMON_OBS): Add cleanups.o.
8071         * defs.h (struct cleanup): Moved to cleanups.h.
8072         (do_cleanups,do_final_cleanups): Ditto.
8073         (discard_cleanups,discard_final_cleanups): Ditto
8074         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8075         (save_cleanups,save_final_cleanups): Ditto.
8076         (restore_cleanups,restore_final_cleanups): Ditto.
8077         (null_cleanup): Ditto.
8078         (make_my_cleanup,make_my_cleanup2): Ditto.
8079         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8080         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
8081         (do_cleanups,do_final_cleanups): Ditto.
8082         (discard_cleanups,discard_final_cleanups): Ditto
8083         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
8084         (save_cleanups,save_final_cleanups): Ditto.
8085         (restore_cleanups,restore_final_cleanups): Ditto.
8086         (null_cleanup): Ditto.
8087         (make_my_cleanup,make_my_cleanup2): Ditto.
8088         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
8089
8090         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
8091         make_my_cleanup.
8092         (make_cleanup_dyn_string_delete): Ditto.
8093         (make_cleanup_ui_file_delete): Ditto.
8094         (make_cleanup_ui_out_redirect_pop): Ditto.
8095         (make_cleanup_free_section_addr_info): Ditto.
8096         (make_cleanup_restore_integer): Ditto.
8097         (make_cleanup_unpush_target): Ditto.
8098         (make_cleanup_value_free_to_mark): Ditto.
8099         (make_cleanup_value_free): Ditto.
8100         (make_cleanup_free_so): Ditto.
8101
8102 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8103
8104         New option "set debug auto-load".
8105         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
8106         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
8107         (auto_load_safe_path_vec_update)
8108         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
8109         if DEBUG_AUTO_LOAD.
8110         (file_is_auto_load_safe): New parameters debug_fmt and ....
8111         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
8112         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
8113         caller by explanatory string.
8114         (_initialize_auto_load): Register "set debug auto-load".
8115         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
8116         and ....
8117         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8118         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
8119         by explanatory string.
8120         * main.c (captured_main): Likewise.
8121         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
8122         (source_section_scripts): Likewise.
8123
8124 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8125
8126         New option "set auto-load safe-path".
8127         * NEWS: New commands "set auto-load safe-path"
8128         and "show auto-load safe-path".
8129         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
8130         (auto_load_safe_path, auto_load_safe_path_vec)
8131         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
8132         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
8133         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
8134         (source_gdb_script_for_objfile): New variable is_safe.  Call
8135         file_is_auto_load_safe.  Return if it is not.
8136         (struct loaded_script): New field loaded.
8137         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
8138         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
8139         output "Missing" to "No".
8140         (_initialize_auto_load): New variable cmd.  Initialize
8141         auto_load_safe_path.  Register "set auto-load safe-path",
8142         "show auto-load safe-path" and "add-auto-load-safe-path".
8143         * auto-load.h (maybe_add_script): Add parameter loaded.
8144         (file_is_auto_load_safe): New declaration.
8145         * config.in: Regenerate.
8146         * configure: Regenerate.
8147         * configure.ac: New parameters --with-auto-load-safe-path
8148         and --without-auto-load-safe-path.
8149         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
8150         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
8151         * main.c (captured_main): Check file_is_auto_load_safe for
8152         LOCAL_GDBINIT.
8153         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
8154         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
8155         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
8156         not.
8157
8158 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8159
8160         auto-load: Implementation.
8161         * NEWS: New descriptions for "info auto-load",
8162         "info auto-load gdb-scripts", "info auto-load python-scripts",
8163         "info auto-load local-gdbinit" and "info auto-load libthread-db".
8164         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
8165         and "show auto-load-scripts".  New description for "set auto-load",
8166         "show auto-load", "set auto-load gdb-scripts",
8167         "show auto-load gdb-scripts", "set auto-load python-scripts",
8168         "show auto-load python-scripts", "set auto-load local-gdbinit",
8169         "show auto-load local-gdbinit", "set auto-load libthread-db" and
8170         "show auto-load libthread-db".
8171         * auto-load.c: Remove include python/python-internal.h.  Add includes
8172         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
8173         cli/cli-setshow.h.
8174         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
8175         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
8176         (gdbpy_global_auto_load): Rename to ...
8177         (global_auto_load): ... here.
8178         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8179         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
8180         (script_language_gdb, source_gdb_script_for_objfile): New.
8181         (struct loaded_script): New field language.
8182         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
8183         LANGUAGE.
8184         (maybe_add_script): Add parameter language.  Drop redundant
8185         entry.full_path initialization.  Initialize entry.language and
8186         (*slot)->language.
8187         (auto_load_objfile_script): Change parameter suffix to language.
8188         Remove the call of maybe_add_script.
8189         Call language->source_script_for_objfile.
8190         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
8191         New.
8192         (collect_matching_scripts): Adjust it for
8193         struct collect_matching_scripts_data.
8194         (auto_load_info_scripts_pattern_nl): New variable.
8195         (info_auto_load_scripts): Rename to ...
8196         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
8197         for struct collect_matching_scripts_data.
8198         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
8199         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
8200         (auto_load_show_cmdlist_get, info_auto_load_cmd)
8201         (auto_load_info_cmdlist_get): New.
8202         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
8203         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
8204         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
8205         "info auto-load local-gdbinit".
8206         * auto-load.h (struct script_language): New.
8207         (gdbpy_global_auto_load): Rename to ...
8208         (global_auto_load): ... here.
8209         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
8210         (auto_load_local_gdbinit_loaded): New declarations.
8211         (maybe_add_script): New parameter language.
8212         (auto_load_objfile_script): Change parameter suffix to language.
8213         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
8214         (auto_load_info_scripts, auto_load_set_cmdlist_get)
8215         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
8216         declarations.
8217         * linux-thread-db.c: Include auto-load.h and ctype.h.
8218         (auto_load_thread_db, show_auto_load_thread_db): New.
8219         (struct thread_db_info): New field filename.
8220         (delete_thread_db_info): Call xfree for FILENAME.
8221         (try_thread_db_load): Initialize FILENAME.
8222         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
8223         if !AUTO_LOAD_THREAD_DB.
8224         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
8225         (_initialize_thread_db): Install auto_load_thread_db
8226         as "set auto-load libthread-db" and install info_auto_load_libthread_db
8227         as "info auto-load libthread-db".
8228         * main.c (captured_main): Rename gdbpy_global_auto_load to
8229         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
8230         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
8231         (print_gdb_help): Extend the help for 'local init file'.
8232         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
8233         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
8234         (auto_load_scripts): Rename to ...
8235         (auto_load_python_scripts): ... here, update the comment.
8236         (gdbpy_load_auto_script_for_objfile): New declaration.
8237         (show_auto_load_python_scripts, script_language_python)
8238         (gdbpy_load_auto_script_for_objfile): New.
8239         (source_section_scripts): Refactor the code.
8240         (load_auto_scripts_for_objfile): Rename to ...
8241         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
8242         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
8243         (info_auto_load_python_scripts): New.
8244         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
8245         Rename "set auto-load-scripts" to "set auto-load python-scripts".
8246         Register "set auto-load-scripts" as its deprecated alias.  Register
8247         "info auto-load python-scripts".  Register "info auto-load-scripts" as
8248         its deprecated alias.
8249         (load_auto_scripts_for_objfile): Rename to ...
8250         (gdbpy_load_auto_scripts_for_objfile): ... here.
8251         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
8252         (gdbpy_load_auto_scripts_for_objfile): ... here.
8253
8254 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8255
8256         auto-load: Move files.
8257         * Makefile.in (SFILES): Add auto-load.c.
8258         (HFILES_NO_SRCDIR): Add auto-load.h.
8259         (COMMON_OBS): Add auto-load.o.
8260         (distclean): Change .gdbinit for gdb-gdb.gdb.
8261         * auto-load.c: New file, with parts from python/py-auto-load.c.
8262         * auto-load.h: New file, with parts from python/python.h.
8263         * configure: Regenerate.
8264         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
8265         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
8266         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
8267         * main.c: Include auto-load.h.
8268         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
8269         command.h, observer.h and progspace.h to auto-load.c.  Add include
8270         auto-load.h.
8271         (gdbpy_global_auto_load, struct auto_load_pspace_info)
8272         (struct loaded_script, auto_load_pspace_data)
8273         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
8274         (hash_loaded_script_entry, eq_loaded_script_entry)
8275         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
8276         (maybe_add_script): Move to auto-load.c.
8277         (source_section_scripts): Change maybe_add_script parameters passing,
8278         use script_not_found_warning_print.
8279         (clear_section_scripts, auto_load_objfile_script)
8280         (auto_load_new_objfile, loaded_script_ptr)
8281         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
8282         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
8283         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
8284         auto_load_new_objfile and info_auto_load_scripts initizations to
8285         auto-load.c.
8286         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
8287
8288 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8289
8290         Code cleanup.
8291         * charset.c (find_charset_names): Remove variables ix and elt.
8292         Use free_char_ptr_vec.
8293         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
8294         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8295         debugdir_end.  New variable debugdir_len.
8296         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
8297         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
8298         declarations.
8299         * progspace.c (clear_program_space_solib_cache): Remove variables ix
8300         and elt.  Use free_char_ptr_vec.
8301         * source.c (add_path): Remove variables argv, arg and argv_index.
8302         New variables dir_vec, back_to, ix and name.
8303         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
8304         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
8305         no longer expecting DIRNAME_SEPARATOR.
8306         (openp): Remove variable p, p1 and len.  New variables dir_vec,
8307         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
8308         no longer expecting DIRNAME_SEPARATOR.
8309         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
8310         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
8311         debugdir_end.
8312         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
8313         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
8314         (dirnames_to_char_ptr_vec): New functions.
8315
8316 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8317
8318         Code cleanup.
8319         * source.c (add_path): Remove always true conditional 'p == 0' and
8320         unindent its code block.
8321
8322 2012-04-17  Pedro Alves  <palves@redhat.com>
8323
8324         * gdbtypes.h (FIELD_BITPOS): Rename to ...
8325         (FIELD_BITPOS_LVAL): ... this.
8326         (FIELD_BITPOS): New.
8327         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
8328         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
8329         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
8330         SET_FIELD_BITPOS.
8331         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
8332         SET_FIELD_BITPOS.
8333         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
8334         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
8335         * target-descriptions.c (tdesc_gdb_type): Adjust to use
8336         SET_FIELD_BITPOS.
8337
8338 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8339
8340         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
8341         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
8342         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
8343         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
8344         * jv-lang.c (java_link_class_type): Likewise, once.
8345         * stabsread.c (read_enum_type): Likewise.
8346
8347 2012-04-16  Yao Qi  <yao@codesourcery.com>
8348
8349         * common/agent.c (agent_run_command): Add one more parameter `len'.
8350         Update callers.
8351         * common/agent.h: Update declaration.
8352         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8353         Update.
8354         (linux_child_static_tracepoint_markers_by_strid): Ditto.
8355
8356 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
8357
8358         PR mi/13393
8359         * value.c (value_actual_type): New function.
8360         * value.h (value_actual_type): New declaration.
8361         * varobj.c (update_type_if_necessary): New function.
8362         (varobj_create): Call value_actual_type instead of
8363         value_type.
8364         (install_dynamic_child): distinct changed and type changed MI variable
8365         objects.
8366         (update_dynamic_varobj_children): Updated for install_dynamic_child
8367         change.  All callers updated.
8368         (varobj_update): Support for MI variable object type change if
8369         the value changed and RTTI is used to determine the type.
8370         (create_child_with_value): Call value_actual_type instead of
8371         value_type.
8372         (adjust_value_for_child_access): Extended with a new parameter which
8373         specify whether the given value should be casted to enclosing type.
8374         All callers updated.
8375
8376 2012-04-14  Yao Qi  <yao@codesourcery.com>
8377
8378         Import gnulib module inttypes from git
8379         (250b80067c1e1d8faa0c42fb572f721975b929c5)
8380         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
8381         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
8382         gnulib/m4/inttypes-pri.m4
8383         * aclocal.m4, config.in, configure: Regenerated.
8384         * gnulib/Makefile.am: Update.
8385         * gnulib/Makefile.in: Update.
8386         * gnulib/m4/gnulib-cache.m4: Update.
8387         * gnulib/m4/gnulib-comp.m4: Update.
8388         * gnulib/inttypes.in.h: New.
8389         * gnulib/m4/inttypes-pri.m4: New.
8390         * gnulib/m4/inttypes.m4: New.
8391
8392 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
8393
8394         * infrun.c (resume): Update PC address to the real PC after
8395         preparing to do displaced stepping.
8396
8397 2012-04-12  Doug Evans  <dje@google.com>
8398
8399         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
8400         All callers updated.
8401
8402 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
8403
8404         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
8405
8406 2012-04-12  Doug Evans  <dje@google.com>
8407
8408         * dwarf2read.c (create_all_type_units): Renamed from
8409         create_debug_types_hash_table.  All callers updated.
8410
8411         * dwarf2read.c (create_signatured_type_table_from_index): Rename
8412         local type_sig to sig_type, type_offset to type_offset_in_tu.
8413         (hash_signatured_type): Renamed from hash_type_signature,
8414         all callers updated.
8415         (eq_signatured_type): Renamed from eq_type_signature,
8416         all callers updated.
8417         (create_debug_types_hash_table): Rename local type_sig to sig_type.
8418         (process_enumeration_scope): Ditto.
8419         (lookup_signatured_type_at_offset): Ditto.
8420         (load_full_type_unit, read_signatured_type): Ditto.
8421
8422 2012-04-12  Yao Qi  <yao@codesourcery.com>
8423
8424         * remote.c (async_remote_interrupt): Correct function name in
8425         debug message.
8426         (async_remote_interrupt_twice): Ditto.
8427
8428 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
8429
8430         * source.c (find_and_open_source): Consistently pass resulting
8431         full path through xfullpath.
8432
8433 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8434
8435         Provide more specific displaced-stepping memory error message.
8436         * infrun.c (displaced_step_prepare): New variable status.  Call
8437         target_read_memory instead of read_memory, provide more specific
8438         error message.
8439
8440 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8441
8442         PR gdb/13901
8443         * darwin-nat.c (darwin_execvp): Revert previous patch.
8444
8445 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8446
8447         PR gdb/13901
8448         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
8449         in case of change.
8450
8451 2012-04-11  Tristan Gingold  <gingold@adacore.com>
8452
8453         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8454         warning.
8455
8456 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
8457
8458         New command 'explore' which helps explore values and types in
8459         scope.
8460         * NEWS: Add an entry about the new 'explore' command.
8461         * data-directory/Makefile.in: Add gdb/command/explore.py
8462         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
8463         command using the GDB Python API.
8464
8465 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8466
8467         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
8468         extension in jump target calculation.
8469
8470 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
8471
8472         * mips-tdep.c (mips32_next_pc): Handle JALX.
8473
8474 2012-04-10  Yao Qi  <yao@codesourcery.com>
8475
8476         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
8477
8478 2012-04-10  Yao Qi  <yao@codesourcery.com>
8479
8480         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
8481         and gnulib/m4/gnulib-tool.m4.
8482
8483 2012-04-10  Doug Evans  <dje@google.com>
8484
8485         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
8486         (load_partial_dies): Clarify comment.
8487         (find_partial_die): Support rereading type units.
8488         Clarify CU handling, if we know offset is in CU, don't search for the
8489         containing CU.  Add comment regarding memory waste.
8490
8491 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
8492
8493         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
8494         i386/x32-avx and i386/x32-avx-linux.
8495         (i386/x32-expedite): New.
8496         (i386/x32-linux-expedite): Likewise.
8497         (i386/x32-avx-expedite): Likewise.
8498         (i386/x32-avx-linux-expedite): Likewise.
8499         ($(outdir)/i386/x32.dat): Likewise.
8500         ($(outdir)/i386/x32-linux.dat): Likewise.
8501         ($(outdir)/i386/x32-avx.dat): Likewise.
8502         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
8503
8504         * features/i386/x32-avx-linux.xml: New file.
8505         * features/i386/x32-avx.xml: Likewise.
8506         * features/i386/x32-core.xml: Likewise.
8507         * features/i386/x32-linux.xml: Likewise.
8508         * features/i386/x32.xml: Likewise.
8509
8510         * features/i386/x32-avx-linux.c: New.  Generated.
8511         * features/i386/x32-avx.c: Likewise.
8512         * features/i386/x32-linux.c: Likewise.
8513         * features/i386/x32.c: Likewise.
8514         * regformats/i386/x32-avx-linux.dat: Likewise.
8515         * regformats/i386/x32-avx.dat: Likewise.
8516         * regformats/i386/x32-linux.dat: Likewise.
8517         * regformats/i386/x32.dat: Likewise.
8518
8519 2012-04-10  Tristan Gingold  <gingold@adacore.com>
8520
8521         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
8522         code to kill the inferior.
8523
8524 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8525
8526         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8527         defines.
8528         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8529         defines.
8530         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
8531         (yyvsp): New defines.
8532         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8533         defines.
8534         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8535         defines.
8536         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8537         defines.
8538         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8539         defines.
8540         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
8541         defines.
8542
8543 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
8544
8545         * sparc64-tdep.c (sparc64_store_arguments)
8546         (sparc64_store_arguments): Fix coding style.
8547
8548 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
8549
8550         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
8551         complex floats, adjust some related comments and tighten a related
8552         assertion.
8553         (sparc64_extract_return_value): Handle complex floats.
8554
8555 2012-04-07  Doug Evans  <dje@google.com>
8556
8557         * dwarf2read.c (load_partial_dies): Change condition to assert.
8558
8559 2012-04-06  Doug Evans  <dje@google.com>
8560
8561         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
8562         "mov %rsp,%rbp".
8563
8564 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
8565
8566         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
8567         fencepost error.
8568         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
8569         (v850_gdbarch_init): Set `num_regs' as appropriate for the
8570         architecture.
8571
8572 2012-04-05  Keith Seitz  <keiths@redhat.com>
8573
8574         * linespec.c (decode_compound): Remove.
8575         (enum offset_relative_sign): New enum.
8576         (struct line_offset): New struct.
8577         (struct linespec): New struct.
8578         (struct linespec_state): Move file_symtabs,
8579         user_filename, and user_function into struct linespec.
8580         Make result an anonymous struct holding vectors of
8581         symbolp and minsym_and_objfile_d.
8582         Add language member.
8583         (enum ls_token_type): New enum.
8584         (linespec_keywords): New array.
8585         (struct ls_token): New struct.
8586         (struct ls_parser): New struct.
8587         (linespec_lexer_lex_number): New function.
8588         (linespec_lexer_lex_keyword): New function.
8589         (is_ada_operator): New function.
8590         (skip_quote_char): New function.
8591         (copy_token_string): New function.
8592         (is_closing_quote_enclosed): New function.
8593         (find_parameter_list_end): New function.
8594         (linespec_lexer_lex_string): New function.
8595         (linespec_lexer_lex_one): New function.
8596         (linespec_lexer_consume_token): New function.
8597         (linespec_lexer_peek_token): New function.
8598         (cplusplus_error): Remove unused function.
8599         (find_methods): Update comment.
8600         (find_toplevel_char): Return const.
8601         (is_objc_method_format): Remove unused function.
8602         (find_toplevel_string): New function.
8603         (is_linespec_boundary): Remove.
8604         (symbol_not_found_error): New function.
8605         (find_method_overload_end): Remove function.
8606         (unexpected_linespec_error): New function.
8607         (keep_name_info): Remove.
8608         (linespec_parse_line_offset): New function.
8609         (linespec_parse_basic): New function.
8610         (canonicalize_linespec): New function.
8611         (decode_line_internal): Remove.
8612         (create_sals_line_offset): New function adapted from
8613         decode_all_digits.
8614         (convert_linespec_to_sals): New function.
8615         (parse_linespec): New function.
8616         (linespec_parser_new): New function.
8617         (linespec_state_destructor): Change parameter type to
8618         struct linespec_state *.
8619         Add language parameter.
8620         Remove freeing of moved members.
8621         (linespec_parser_delete): New function.
8622         (decode_line_full): Use parse_linespec and linespec_parser_new.
8623         (decode_line_1): Likewise.
8624         (decode_indirect): Rename to ...
8625         (linespec_expression_to_pc): ... this and rewrite
8626         to simply find CORE_ADDR, storing this result for later
8627         conversion to SALs.
8628         (locate_first_half): Remove.
8629         (deocde_objc): Add parameter LS.
8630         Initialize new struct collect_info members.
8631         Handle minimal symbols, too.
8632         (decode_compound): Delete.
8633         (lookup_prefix_sym): Rewrite.
8634         (compare_msymbols): New function.
8635         (find_method): Rewrite.
8636         Do not call cplusplus_error.
8637         (symtabs_from_filename): Rewrite.
8638         (collect_function_symbols): Delete.
8639         (find_function_symbols): Rewrite without ARGPTR-style
8640         processing.
8641         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
8642         (decode_dollar): Adapted and renamed to ...
8643         (linespec_parse_variable): ... this.
8644         (find_linespec_symbols): New function.
8645         (decode_label): Adapted and renamed to ...
8646         (find_label_symbols): ... this.
8647         (decode_digits_list_mode): Add and use LS argument.
8648         (decode_digits_ordinary): Likewise.
8649         (collect_symbols): Do not collect SALs, just symbols and msymbols.
8650         If in list mode, allow any symbol class.  Otherwise, only
8651         permit LOC_BLOCK symbols.
8652         (minsym_found): Update comments.
8653         (search_minsyms_for_name): Do not convert the matching symbol
8654         into a SAL.  Simply push the symbol and objfile into the
8655         result vector.
8656         (decode_variable): Delete. Contents adapted into
8657         find_linespec_symbols.
8658
8659         * cp-support.c (SKIP_SPACE): Remove.
8660         (operator_tokens): Remove unused global.
8661         (cp_validate_operator): Remove.
8662         * cp-support.h (cp_validate_operator): Remove declaration.
8663
8664 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8665
8666         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
8667         for TYPE_VPTR_FIELDNO.
8668         * valprint.c (valprint_check_validity): Make it global, move the
8669         function comment ...
8670         * value.h (valprint_check_validity): ... to this new declaration.
8671
8672 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8673
8674         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
8675         the STATE32 api for i386 state.
8676         (i386_darwin_store_inferior_registers): Likewise.
8677
8678 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8679
8680         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
8681         SS offset.
8682         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
8683         format_string.
8684
8685 2012-04-02  Tristan Gingold  <gingold@adacore.com>
8686
8687         PR gdb/13901
8688         * darwin-nat.c (darwin_execvp): Set binary preference.
8689
8690 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8691
8692         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
8693
8694 2012-03-30  Tom Tromey  <tromey@redhat.com>
8695
8696         * python/python.c (gdbpy_decode_line): Move cleanup creation out
8697         of TRY_CATCH.  Fix error handling.
8698         * python/py-value.c (convert_value_from_python): Move 'old'
8699         declaration to innermost scope.
8700
8701 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8702             Andrey Smirnov  <andrew.smirnov@gmail.com>
8703
8704         -Wshadow warning fix.
8705         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
8706         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
8707         Adjust code accordingly.
8708
8709 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8710
8711         * ada-lang.c (symbol_completion_add): Rename parameter
8712         "encoded" into "encoded_p".  Ajust code and documentation
8713         accordingly.
8714
8715 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8716             Andrey Smirnov  <andrew.smirnov@gmail.com>
8717
8718         -Wshadow warning fix.
8719         * ada-lang.c (symbol_completion_add): Rename parameter
8720         "wild_match" into wild_match_p.  Update code and documentation
8721         accordingly.
8722
8723 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8724
8725         * ada-lang.c (symbol_completion_match): Rename parameter
8726         "encoded" into "encoded_p".  Ajust code and documentation
8727         accordingly.
8728
8729 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8730             Andrey Smirnov  <andrew.smirnov@gmail.com>
8731
8732         -Wshadow warning fix.
8733         * ada-lang.c (symbol_completion_match): Rename parameter
8734         "wild_match" into "wild_match_p".  Adjust code and function
8735         documentation accordingly.
8736
8737 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8738             Andrey Smirnov  <andrew.smirnov@gmail.com>
8739
8740         -Wshadow warning fix.
8741         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
8742         "symbol_info" into "info".  Adjust code accordingly.
8743         (ada_lookup_symbol): Likewise.
8744
8745 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8746
8747         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
8748         of this function's documentation.
8749
8750 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8751             Andrey Smirnov  <andrew.smirnov@gmail.com>
8752
8753         -Wshadow warning fix.
8754         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
8755         variable into "wild_match_p".  Adjust code accordingly.
8756
8757 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8758             Andrey Smirnov  <andrew.smirnov@gmail.com>
8759
8760         -Wshadow warning fix.
8761         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
8762         parameter into "wild_match_p".  Adjust code accordingly.
8763         Document this parameter in the function description.
8764
8765 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8766             Andrey Smirnov  <andrew.smirnov@gmail.com>
8767
8768         -Wshadow warning fix.
8769         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
8770         "wild_match" parameter to "wild_match_p" (-Wshadow).
8771
8772 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8773
8774         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
8775         in function documentation.
8776
8777 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8778             Andrey Smirnov  <andrew.smirnov@gmail.com>
8779
8780         -Wshadow warning fix.
8781         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
8782         variable into wild_match_p.  Adjust code accordingly.
8783
8784 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8785             Andrey Smirnov  <andrew.smirnov@gmail.com>
8786
8787         * ada-valprint.c (ada_val_print_1): Move the code handling
8788         TYPE_CODE_ENUM inside its own lexical block.  Declare
8789         variables len and val there, instead of in the function's
8790         top level block.  Avoid declaring deref_val again in a way
8791         that shadows another variable of the same name declared
8792         in one of the up-level blocks.  Just re-use the up-level
8793         variable instead.
8794
8795 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8796
8797         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
8798         Replace block_found argument by symbol_info.  Adjust
8799         implementation accordingly.  Add function documentation.
8800         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
8801         Fix documentation.
8802         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
8803         * ada-exp.y (write_object_renaming): Adjust to new
8804         ada_lookup_encoded_symbol API.
8805
8806 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
8807
8808         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
8809         documentation.
8810
8811 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
8812
8813         * v850-tdep.c: Add the enum values for mpu and fpu registers.
8814         (v850_register_name): Add the mpu and fpu register names.
8815         (v850e_register_name): Add the mpu and fpu register names.
8816         (v850e2_register_name): New function.
8817         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
8818         bfd_mach_v850e2v3.
8819
8820 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8821
8822         * NEWS: Add entry for Ada varobj support.
8823
8824 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8825
8826         * varobj.c (default_value_is_changeable_p): New function,
8827         extracted from varobj_value_is_changeable_p.  Add declaration.
8828         (ada_value_is_changeable_p): New function, extracted from
8829         varobj_value_is_changeable_p.  Add declaration.
8830         (struct language_specific): New field "value_is_changeable_p".
8831         (languages): Add entries for new field.
8832         (varobj_create): Set language before calling install_new_value.
8833         (varobj_value_is_changeable_p): Reimplement to call the varobj's
8834         "value_is_changeable_p" language callback.
8835
8836 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8837
8838         * ada-varobj.h, ada-varobj.c: New files.
8839         * Makefile.in (SFILES): Add ada-varobj.c.
8840         (HFILES_NO_SRCDIR): Add ada-varobj.h.
8841         (COMMON_OBS): Add ada-varobj.o.
8842
8843 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8844
8845         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
8846         (struct language_specific): New field "value_has_mutated".
8847         (languages): Set field "value_has_mutated" in each entry of array.
8848         (varobj_value_has_mutated): New function.
8849         (varobj_udpdate): Add handling of type mutation.
8850         (value_of_root): Add handling of type mutation.
8851         (ada_value_has_mutated): New function.
8852
8853 2012-03-28  Pedro Alves  <palves@redhat.com>
8854
8855         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
8856         Always supply $fr0 as 0.0 and $fr1 as 1.0.
8857
8858 2012-03-28  Tom Tromey  <tromey@redhat.com>
8859
8860         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
8861         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
8862         before returning.
8863
8864 2012-03-28  Tom Tromey  <tromey@redhat.com>
8865
8866         * .dir-locals.el: New file.
8867
8868 2012-03-28  Pedro Alves  <palves@redhat.com>
8869
8870         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
8871
8872 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
8873
8874         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
8875         handling for r0.
8876
8877 2012-03-27  Pedro Alves  <palves@redhat.com>
8878
8879         Eliminate struct ui_stream.
8880
8881         * ui-out.h (struct ui_stream): Delete.
8882         (ui_out_field_stream): Adjust prototype.
8883         (ui_out_stream_new, ui_out_stream_delete)
8884         (make_cleanup_ui_out_stream_delete): Delete declarations.
8885         * ui-out.c (ui_out_field_stream): Change prototype to take a
8886         ui_file instead of a ui_stream.  Adjust.
8887         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
8888         (make_cleanup_ui_out_stream_delete): Delete.
8889         * breakpoint.c (print_breakpoint_location)
8890         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
8891         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8892         * disasm.c (dump_insns): Ditto.
8893         (do_mixed_source_and_assembly, do_assembly_only): Adjust
8894         prototype.
8895         (gdb_disassembly): Use ui_file/mem_fileopen instead of
8896         ui_stream/ui_out_stream_new.
8897         * infcmd.c (print_return_value): Ditto.
8898         * osdata.c (info_osdata_command): Don't allocate a local
8899         ui_stream.
8900         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
8901         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
8902         * tracepoint.c (print_one_static_tracepoint_marker): Don't
8903         allocate a local ui_stream.
8904         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
8905         instead of ui_stream/ui_out_stream_new.
8906         (list_args_or_locals): Don't allocate a local ui_stream.
8907         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
8908         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
8909         ui_stream/ui_out_stream_new.
8910         * cli/cli-setshow.c (do_setshow_command): Ditto.
8911
8912 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
8913
8914         * arm-linux-tdep.c (arm_linux_init_abi): Call
8915         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
8916         * arm-tdep.c (arm_process_record): New function.
8917         (deallocate_reg_mem): New function.
8918         (decode_insn): New function.
8919         (thumb_record_branch): New function.
8920         (thumb_record_ldm_stm_swi(): New function.
8921         (thumb_record_misc): New function.
8922         (thumb_record_ld_st_stack): New function.
8923         (thumb_record_ld_st_imm_offset): New function.
8924         (thumb_record_ld_st_reg_offset(): New function.
8925         (thumb_record_add_sub_cmp_mov): New function.
8926         (thumb_record_shift_add_sub): New function.
8927         (arm_record_coproc_data_proc): New function.
8928         (arm_record_coproc): New function.
8929         (arm_record_b_bl): New function.
8930         (arm_record_ld_st_multiple): New function.
8931         (arm_record_ld_st_reg_offset): New function.
8932         (arm_record_ld_st_imm_offset): New function.
8933         (arm_record_data_proc_imm): New function.
8934         (arm_record_data_proc_misc_ld_str): New function.
8935         (arm_record_extension_space): New function.
8936         (arm_record_strx): New function.
8937         (sbo_sbz): New function.
8938         (struct insn_decode_record): New structure for arm insn record.
8939         (REG_ALLOC): New macro for reg allocations.
8940         (MEM_ALLOC): New macro for memory allocations.
8941         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
8942
8943 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
8944
8945         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
8946         (store_register): Likewise.
8947
8948 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
8949
8950         * MAINTAINERS (Write After Approval): Add myself to the list.
8951
8952 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8953
8954         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
8955         Describe also the option "auto".
8956
8957 2012-03-22  Richard Henderson  <rth@redhat.com>
8958
8959         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
8960         * sparc-nat.c (sparc_xfer_wcookie): Make static.
8961
8962 2012-03-22  Richard Henderson  <rth@redhat.com>
8963
8964         * jit.c (jit_read_code_entry): Compute alignment and offset of
8965         int64_t member before computing entry_size.
8966
8967 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8968
8969         Python scripting: Add new method Value.referenced_value to
8970         gdb.Value which can dereference pointer as well as reference
8971         values.
8972         * NEWS: Add entry under 'Python scripting' about the new method
8973         Value.referenced_value on gdb.Value objects.
8974         * python/py-value.c (valpy_referenced_value): New function
8975         defining a new method on gdb.Value objects which can dereference
8976         pointer and reference values.
8977
8978 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
8979
8980         * MAINTAINERS (Write After Approval): Add myself to the list.
8981
8982 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
8983
8984         * symtab.c (skip_prologue_sal): Change test to check for "main()"
8985         in addition to "main".
8986
8987 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
8988
8989         * expression.h (op_name): Add declaration.
8990         * expprint.c (op_name): Remove declaration.  Make non-static.
8991         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
8992
8993 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
8994
8995         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
8996         of struct siginfo.
8997         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
8998         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
8999         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
9000         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
9001         (linux_nat_get_siginfo): Likewise.
9002         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
9003         (linux_nat_get_siginfo): Likewise.
9004         * linux-tdep.c (linux_get_siginfo_type): Likewise.
9005         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
9006         * procfs.c (gdb_siginfo_t): Likewise.
9007
9008 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
9009
9010         * .gitignore: Ignore more files.
9011
9012 2012-03-20  Pedro Alves  <palves@redhat.com>
9013
9014         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
9015         returns.
9016
9017 2012-03-20  Yao Qi  <yao@codesourcery.com>
9018
9019         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
9020         comment.
9021
9022 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9023
9024         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
9025         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
9026         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
9027         sect_offset.
9028         * dwarf2expr.h (cu_offset, sect_offset): New types.
9029         (struct dwarf_expr_context_funcs) <dwarf_call>
9030         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
9031         sect_offset.
9032         (struct dwarf_expr_context) <len>: Improve the comment.
9033         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
9034         cu_offset and sect_offset.
9035         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
9036         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
9037         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
9038         * dwarf2loc.h: Include dwarf2expr.h.
9039         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
9040         and sect_offset.
9041         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
9042         Improve the comment.
9043         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
9044         (struct signatured_type, struct line_header, struct partial_die_info)
9045         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
9046         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
9047         (get_die_type_at_offset, create_cus_from_index)
9048         (create_signatured_type_table_from_index, dw2_get_file_names)
9049         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
9050         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
9051         (create_debug_types_hash_table, process_psymtab_comp_unit)
9052         (load_partial_comp_unit, create_all_comp_units)
9053         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
9054         (load_full_comp_unit, dwarf2_physname, read_import_statement)
9055         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
9056         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
9057         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
9058         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
9059         (find_partial_die, read_attribute_value, lookup_die_type)
9060         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
9061         (is_ref_attr): New function comment.
9062         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
9063         Use cu_offset and sect_offset.
9064         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
9065         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
9066         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
9067         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
9068         (offset_and_type_hash, offset_and_type_eq, set_die_type)
9069         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
9070         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
9071         sect_offset.
9072
9073 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9074
9075         Code cleanup.
9076         * python/py-auto-load.c (source_section_scripts): New variable back_to.
9077         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
9078         with xfree.
9079         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
9080
9081 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9082
9083         * NEWS: Describe new options --init-command=FILE, -ix and
9084         --init-eval-command=COMMAND, -iex.
9085         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
9086         CMDARG_INIT_COMMAND.
9087         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
9088         "init-command", "init-eval-command", "ix" and "iex" to the variable
9089         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
9090         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
9091         (print_gdb_help): Describe --init-command=FILE, -ix and
9092         --init-eval-command=COMMAND, -iex.
9093
9094 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9095
9096         Code cleanup.
9097         * main.c (struct cmdarg): Move it here from main.  Add more comments.
9098         (cmdarg_s, VEC (cmdarg_s)): New.
9099         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
9100         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
9101         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
9102         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
9103         of CMDARG.
9104
9105 2012-03-19  Tom Tromey  <tromey@redhat.com>
9106
9107         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
9108
9109 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9110
9111         PR symtab/13777
9112         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
9113         GCC >=4.5.
9114
9115 2012-03-16  Chris January  <chris.january@allinea.com>
9116
9117         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
9118         of clear.
9119
9120 2012-03-16  Chris January  <chris.january@allinea.com>
9121
9122         * source.c (add_path): Use memmove instead of strcpy because the
9123         strings overlap.
9124
9125 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
9126
9127         * value.h (set_value_parent): Add declaration.
9128         * value.c (set_value_parent): New function.
9129         (value_address): If VALUE->PARENT is not NULL, then use it as
9130         the base address instead of VALUE->LOCATION.address.
9131         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
9132         the same as OBJ's address.  Adjust V's offset accordingly.
9133         Set V's parent.
9134
9135 2012-03-16  Gary Benson  <gbenson@redhat.com>
9136
9137         PR breakpoints/10738
9138         * dwarf2read.c (use_deprecated_index_sections): New global.
9139         (struct partial_die_info): New member may_be_inlined.
9140         (read_partial_die): Set may_be_inlined where appropriate.
9141         (add_partial_subprogram): Add partial symbols for partial
9142         DIEs that may be inlined.
9143         (new_symbol_full): Add inlined subroutines to the current
9144         scope.
9145         (write_psymtabs_to_index): Bump version number.
9146         (dwarf2_read_index): Read only version 6 indices unless
9147         use_deprecated_index_sections is set.
9148         * linespec.c (symbol_and_data_callback): New structure.
9149         (iterate_inline_only): New function.
9150         (iterate_over_all_matching_symtabs): New argument
9151         "include_inline".  If nonzero, also call the callback for
9152         symbols representing inlined subroutines.
9153         (lookup_prefix_sym): Pass extra argument to the above.
9154         (find_function_symbols): Likewise.
9155         (add_matching_symbols_to_info): Likewise.
9156         * NEWS: Mention that GDB can now set breakpoints on inlined
9157         functions.
9158
9159 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9160
9161         * p-typeprint.c (pascal_type_print_method_args):
9162         Fix display of parameter of methods.
9163
9164 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
9165
9166         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
9167         Add missing prototype.
9168
9169 2012-03-16  Yao Qi  <yao@codesourcery.com>
9170             Jan Kratochvil  <jan.kratochvil@redhat.com>
9171
9172         Fix false compilation warning.
9173         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
9174
9175 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
9176             Pedro Alves  <pedro@codesourcery.com>
9177
9178         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
9179         (arm_register_g_packet_guesses): New function.
9180         (arm_gdbarch_init): Don't force a target description with
9181         registers when the executable is detected as M-profile.  Instead
9182         set gdbarch->tdep->is_m.  Register `g' packet guesses.
9183         (_initialize_arm_tdep): Initialize the new target description.
9184         * features/arm-with-m-fpa-layout.xml: New description.
9185         * features/arm-with-m-fpa-layout.c: New, generated.
9186
9187 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
9188
9189         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
9190         Update function description.
9191         (insert_bp_location): Do not wipe bl->target_info out.
9192         * mem-break.c: #include "gdb_string.h".
9193         (default_memory_insert_breakpoint): Do not call target_read_memory
9194         with a pointer to the breakpoint's shadow_contents buffer.  Use
9195         a local buffer instead.
9196         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
9197
9198 2012-03-15  Tom Tromey  <tromey@redhat.com>
9199
9200         * NEWS: Mention "info vtbl", not "info vtable".
9201         * cp-support.c (info_vtbl_command): Fix comment.
9202         (_initialize_cp_support): Fix text.
9203
9204 2012-03-15  Tom Tromey  <tromey@redhat.com>
9205
9206         * cp-valprint.c (cp_print_value_fields): Use
9207         print_function_pointer_address for vtable slot.
9208
9209 2012-03-15  Tom Tromey  <tromey@redhat.com>
9210
9211         * gnu-v3-abi.c (struct value_and_voffset): New.
9212         (hash_value_and_voffset, eq_value_and_voffset)
9213         (compare_value_and_voffset, compute_vtable_size)
9214         (print_one_vtable, gnuv3_print_vtable): New functions.
9215         (init_gnuv3_ops): Initialize 'print_vtable' field.
9216         * cp-support.c (info_vtbl_command): New function.
9217         (_initialize_cp_support): Add "info vtbl".
9218         * cp-abi.h (cplus_print_vtable): Declare.
9219         (struct cp_abi_ops) <print_vtable>: New field.
9220         * cp-abi.c (cplus_print_vtable): New function.
9221         * NEWS: Update.
9222
9223 2012-03-15  Tom Tromey  <tromey@redhat.com>
9224
9225         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
9226         iterate_over_symbols.
9227
9228 2012-03-14  Doug Evans  <dje@google.com>
9229
9230         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
9231         DW_OP_GNU_parameter_ref.
9232
9233 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9234
9235         Fix double prompt of 'interpreter-exec mi'.
9236         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
9237         (mi_interpreter_resume): use it.
9238         (mi_execute_command_input_handler): New function.
9239         * mi/mi-main.c (mi_execute_command): Move prompt printing to
9240         mi_execute_command_input_handler.
9241
9242 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
9243
9244         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
9245         prototype.
9246         (darwin_debug_port_info): Make static.
9247         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
9248         * machoread.c (_initialize_machoread): Add prototype.
9249         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
9250         (i386_darwin_set_control, i386_darwin_get_control)
9251         i386_darwin_dr_set_addr, i386_darwin_get_addr)
9252         i386_darwin_get_status, i386_darwin_get_control):
9253         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
9254
9255 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9256
9257         * ax-gdb.c (gen_usual_unary): Remove special handling of
9258         enum and bool types.
9259
9260 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9261
9262         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
9263
9264 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
9265
9266         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
9267
9268 2012-03-13  Chris January  <chris.january@allinea.com>
9269
9270         * aix-thread.c (fill_sprs): Store the floating point registers
9271         at the correct offsets into vals.
9272
9273 2012-03-13  Doug Evans  <dje@google.com>
9274
9275         * NEWS: Mention symbol-reloading has been deleted.
9276         * symfile.c (symbol_reloading): Delete.
9277         (show_symbol_reloading): Delete.
9278         (_initialize_symfile): Delete set/show symbol-reloading.
9279
9280         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
9281         read_in_chain until we have successfully read it in.
9282         (load_full_comp_unit): Ditto.
9283         (read_signatured_type): Add comment.
9284
9285 2012-03-13  Chris January  <chris.january@allinea.com>
9286
9287         * stabsread.c (fix_common_block): Change type of valu argument
9288         to CORE_ADDR.
9289
9290 2012-03-13  Chris January  <chris.january@allinea.com>
9291
9292         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
9293         instruction.
9294
9295 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9296
9297         * common/linux-procfs.c (linux_proc_get_int): New, from
9298         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
9299         field.
9300         (linux_proc_get_tgid): Only call linux_proc_get_int.
9301         (linux_proc_get_tracerpid): New.
9302         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
9303         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
9304         linux_proc_pid_has_state.
9305         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
9306         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
9307         (linux_ptrace_attach_warnings): New.
9308         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
9309         New declaration.
9310         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
9311         (linux_nat_attach): New variables ex, buffer, message and message_s.
9312         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
9313
9314 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9315
9316         * Makefile.in (linux-ptrace.o): New.
9317         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
9318         from linux-nat.c.
9319         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
9320         * common/linux-ptrace.c: New file.
9321         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
9322         * config/arm/linux.mh: Likewise.
9323         * config/i386/linux.mh: Likewise.
9324         * config/i386/linux64.mh: Likewise.
9325         * config/ia64/linux.mh: Likewise.
9326         * config/m32r/linux.mh: Likewise.
9327         * config/m68k/linux.mh: Likewise.
9328         * config/mips/linux.mh: Likewise.
9329         * config/pa/linux.mh: Likewise.
9330         * config/powerpc/linux.mh: Likewise.
9331         * config/powerpc/ppc64-linux.mh: Likewise.
9332         * config/powerpc/spu-linux.mh: Likewise.
9333         * config/s390/s390.mh: Likewise.
9334         * config/sparc/linux.mh: Likewise.
9335         * config/sparc/linux64.mh: Likewise.
9336         * config/xtensa/linux.mh: Likewise.
9337         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
9338         common/linux-procfs.c.
9339         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
9340
9341 2012-03-13  Hui Zhu  <teawater@gmail.com>
9342             Pedro Alves  <palves@redhat.com>
9343
9344         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
9345         CREATE_BREAKPOINT_FLAGS_INSERTED.
9346         (create_breakpoint_sal, create_breakpoints_sal)
9347         (base_breakpoint_create_breakpoints_sal)
9348         (tracepoint_create_breakpoints_sal)
9349         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
9350         down.
9351         (break_command_1, handle_gnu_v3_exceptions, trace_command)
9352         (ftrace_command, strace_command): Adjust.
9353         (create_tracepoint_from_upload): Pass
9354         CREATE_BREAKPOINT_FLAGS_INSERTED.
9355         * breakpoint.h (enum breakpoint_create_flags): New.
9356         (create_breakpoint): New flags parameter.
9357         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
9358         * python/py-breakpoint.c (bppy_init): Adjust.
9359         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
9360         * spu-tdep.c (spu_catch_start): Adjust.
9361
9362 2012-03-13  Pedro Alves  <palves@redhat.com>
9363             Hui Zhu  <teawater@gmail.com>
9364             Yao Qi  <yao@codesourcery.com>
9365
9366         * remote.c (struct remote_state): New field `starting_up'.
9367         (remote_start_remote): Set and clear it.
9368         (remote_can_download_tracepoint): If starting up, return false.
9369
9370 2012-03-13  Yao Qi  <yao@codesourcery.com>
9371
9372         * inferior.h (struct inferior): Remove fields any_syscall_count,
9373         syscalls_counts and total_syscalls_count.  Move them to new
9374         struct catch_syscall_inferior_data in breakpoint.c.
9375         * breakpoint.c: Call DEF_VEC_I(int).
9376         (struct catch_syscall_inferior_data): New.
9377         (get_catch_syscall_inferior_data): New.
9378         (catch_syscall_inferior_data_cleanup): New.
9379         (insert_catch_syscall): Update to access data in
9380         struct catch_syscall_inferior_data.
9381         (insert_catch_syscall): Likewise.
9382         (remove_catch_syscall): Likewise.
9383         (remove_catch_syscall): Likewise.
9384         (is_syscall_catchpoint_enabled): Likewise.
9385         (add_catch_command): Likewise.
9386         (_initialize_breakpoint): Register cleanup.
9387         * breakpoint.h: Removed DEF_VEC_I(int).
9388         * dwarf2loc.c: Call DEF_VEC_I(int).
9389         * mi/mi-main.c: Likewise.
9390
9391 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
9392
9393         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
9394
9395 2012-03-12  Chris January  <chris.january@allinea.com>
9396
9397         * aix-thread.c (_initialize_aix_thread): Add prototype.
9398         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
9399         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
9400
9401 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
9402
9403         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
9404         include of "amd64-nat.h".
9405
9406 2012-03-12  Tom Tromey  <tromey@redhat.com>
9407
9408         * buildsym.c (record_pending_block): Now static.
9409         * buildsym.h: (record_pending_block): Remove.
9410
9411 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
9412
9413         * amd64bsd-nat.c: Include amd64bsd-nat.h.
9414
9415 2012-03-09  Tom Tromey  <tromey@redhat.com>
9416
9417         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
9418         producer_is_gxx_lt_4_6>: New fields.
9419         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
9420
9421 2012-03-09  Tom Tromey  <tromey@redhat.com>
9422
9423         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
9424
9425 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9426
9427         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
9428         prototype.
9429
9430 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9431
9432         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
9433
9434 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9435
9436         Fix -Wmissing-prototypes build.
9437         * arm-linux-nat.c (get_thread_id): Make it static.
9438         * xtensa-linux-nat.c (get_thread_id): Likewise.
9439
9440 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9441
9442         * server.c (process_point_options): If a conditional expression
9443         is found, only print a message if remote_debug is nonzero.
9444
9445 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
9446
9447         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
9448         of internal error for unknown/unsupported types.
9449
9450 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9451
9452         Fix CU relative vs. absolute DIE offsets.
9453         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
9454         offset to offset_in_cu.
9455         * dwarf2read.c (process_enumeration_scope): Add CU offset to
9456         TYPE_OFFSET.
9457         (dwarf2_fetch_die_location_block): Rename parameter offset to
9458         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
9459
9460 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9461
9462         * libunwind-frame.c: Rename to ...
9463         * ia64-libunwind-tdep.c: ... here.
9464         * libunwind-frame.h: Rename to ...
9465         * ia64-libunwind-tdep.h: ... here.
9466         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
9467         ia64-libunwind-tdep.h.
9468         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
9469         * README (--with-libunwind): Rename to ...
9470         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
9471         * config.in: Regenerate.
9472         * configure: Regenerate.
9473         * configure.ac: New option --with-libunwind-ia64, make the
9474         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
9475         Remove AC_DEFINE for HAVE_LIBUNWIND.
9476         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
9477         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
9478         Rename libunwind-frame in the general comment.
9479         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
9480         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
9481         Move forward declarations inside #ifndef.  Rename libunwind-frame in
9482         the general comment.
9483         * ia64-tdep.c: Rename libunwind-frame.h #include to
9484         ia64-libunwind-tdep.h.
9485         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
9486         (ia64_libunwind_descr): Rename libunwind-frame to
9487         ia64-libunwind-tdep in these function comments.
9488         * ia64-tdep.h: Rename libunwind-frame.h #include to
9489         ia64-libunwind-tdep.h.
9490         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
9491         ia64-libunwind-tdep in that data comment.
9492
9493 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9494
9495         * libunwind-frame.h (struct frame_unwind): New declaration.
9496
9497 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
9498
9499         * breakpoint.c (_initialize_breakpoint): Fix error in help of
9500         "set breakpoint condition-evaluation" command.
9501
9502 2012-03-08  Tristan Gingold  <gingold@adacore.com>
9503
9504         * sparc-stub.c: Move to stubs/
9505         * sh-stub.c: Likewise.
9506         * m68k-stub.c: Likewise.
9507         * m32r-stub.c: Likewise.
9508         * i386-stub.c: Likewise.
9509
9510 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
9511
9512         * m68klinux-tdep.c (m68k_linux_init_abi): Register
9513         linux_get_siginfo_type.
9514
9515         * m68klinux-nat.c: Include "gdb_proc_service.h".
9516         (PTRACE_GET_THREAD_AREA): Define.
9517         (ps_get_thread_area): New function.
9518
9519 2012-03-08  Yao Qi  <yao@codesourcery.com>
9520
9521         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
9522         `xsnprintf'.
9523         (remote_query_attached): Likewise.
9524         (remote_static_tracepoint_marker_at): Likewise.
9525         (remote_set_permissions): Likewise.
9526         (remote_detach_1, extended_remote_attach_1): Likewise.
9527         (send_g_packet, remote_vkill): Likewise.
9528         (extended_remote_disable_randomization): Likewise.
9529         (remote_add_target_side_condition): Likewise.
9530         (remote_insert_breakpoint): Likewise.
9531         (remote_remove_breakpoint): Likewise.
9532         (remote_insert_watchpoint): Likewise.
9533         (remote_remove_watchpoint): Likewise.
9534         (remote_insert_hw_breakpoint): Likewise.
9535         (remote_insert_hw_breakpoint): Likewise.
9536         (remote_remove_hw_breakpoint): Likewise.
9537         (remote_download_command_source): Likewise.
9538         (remote_download_tracepoint): Likewise.
9539         (remote_download_trace_state_variable): Likewise.
9540         (remote_disable_tracepoint): Likewise.
9541         (remote_trace_set_readonly_regions): Likewise.
9542         (remote_get_tracepoint_status): Likewise.
9543         (remote_trace_find): Likewise.
9544         (remote_get_trace_state_variable_value): Likewise.
9545         (remote_set_disconnected_tracing): Likewise.
9546         (remote_set_circular_trace_buffer): Likewise.
9547         (remote_get_min_fast_tracepoint_insn_len): Likewise.
9548         (remote_use_agent): Likewise.
9549         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
9550         Update callers.
9551
9552 2012-03-07  Pedro Alves  <palves@redhat.com>
9553
9554         * NEWS: Mention QProgramSignals.
9555         * inferior.h (update_signals_program_target): Declare.
9556         * infrun.c: (update_signals_program_target): New.
9557         (handle_command): Update the target of the new program signals
9558         array changes.
9559         * remote.c (PACKET_QProgramSignals): New enum.
9560         (last_program_signals_packet): New global.
9561         (remote_program_signals): New.
9562         (remote_start_remote): Update the target with the program signals
9563         list.
9564         (remote_protocol_features): Add entry for QPassSignals.
9565         (remote_open_1): Free anc clear last_program_signals_packet.
9566         (init_remote_ops): Install remote_program_signals.
9567         * target.c (update_current_target): Adjust.
9568         (target_program_signals): New.
9569         * target.h (struct target_ops) <to_program_signals>: New field.
9570         (target_program_signals): Declare.
9571
9572 2012-03-07  Pedro Alves  <palves@redhat.com>
9573
9574         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
9575         extensions.
9576
9577 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
9578
9579         * m68klinux-nat.c (getregs_supplies): Make static.
9580         (getfpregs_supplies): Likewise.
9581         (have_ptrace_getregs): Likewise.
9582
9583 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
9584
9585         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
9586         in call to get_die_type_at_offset.
9587
9588 2012-03-06  Stan Shebs  <stan@codesourcery.com>
9589
9590         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
9591         * mi/mi-cmd-disas.c: Ditto.
9592         * mi/mi-cmd-env.c: Ditto.
9593         * mi/mi-cmd-file.c: Ditto.
9594         * mi/mi-cmd-stack.c: Ditto.
9595         * mi/mi-cmd-target.c: Ditto.
9596         * mi/mi-cmd-var.c: Ditto.
9597         * mi/mi-cmds.c: Ditto.
9598         * mi/mi-cmds.h: Ditto.
9599         * mi/mi-console.c: Ditto.
9600         * mi/mi-getopt.c: Ditto.
9601         * mi/mi-getopt.h: Ditto.
9602         * mi/mi-interp.c: Ditto.
9603         * mi/mi-main.c: Ditto.
9604         * mi/mi-out.c: Ditto.
9605         * mi/mi-parse.c: Ditto.
9606         * mi/mi-parse.h: Ditto.
9607         * mi/mi-symbol-cmds.c: Ditto.
9608
9609         * mi/mi-getopt.h: Move mi_opt struct up.
9610         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
9611         return.
9612         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
9613
9614 2012-03-06  Tom Tromey  <tromey@redhat.com>
9615
9616         * proc-service.c (ps_pglobal_lookup): Set the current program
9617         space.
9618
9619 2012-03-06  Pedro Alves  <palves@redhat.com>
9620
9621         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
9622
9623 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
9624
9625         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
9626
9627 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9628
9629         Code cleanup.
9630         * common/linux-osdata.c (linux_common_core_of_thread): New function
9631         comment.
9632         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
9633         call by linux_common_core_of_thread.
9634         (linux_nat_core_of_thread_1): Remove.
9635         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
9636         * linux-thread-db.c: Include linux-osdata.h.
9637         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
9638         linux_common_core_of_thread.
9639
9640 2012-03-05  Tom Tromey  <tromey@redhat.com>
9641
9642         * value.c (value_primitive_field): Don't fetch contents for
9643         non-virtual bases.
9644
9645 2012-03-05  Tom Tromey  <tromey@redhat.com>
9646
9647         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
9648
9649 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
9650
9651         * s390-nat.c: Include "gregset.h".
9652
9653 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
9654
9655         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
9656         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
9657         (libunwind_load): New variable so_error, use it for dlerror.  Try to
9658         load also LIBUNWIND_SO_7.
9659
9660 2012-03-05  Pedro Alves  <palves@redhat.com>
9661
9662         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
9663         is not NULL, and remove resulting dead code.
9664
9665 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
9666
9667         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
9668         prologue to sh_analyze_prologue.
9669         (sh_analyze_prologue): Make better use of such an upper limit, and
9670         generally be more cautious about accessing memory.
9671
9672 2012-03-05  Tom Tromey  <tromey@redhat.com>
9673
9674         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
9675         _initialize_ia64_hpux_tdep.
9676
9677 2012-03-05  Pedro Alves  <palves@redhat.com>
9678
9679         PR gdb/13766
9680
9681         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
9682         the register state is clear, supply explicit zero, instead of
9683         marking the register unavailable.
9684
9685 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9686
9687         * NEWS: Mention OpenVMS ia64 new target.
9688
9689 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9690
9691         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
9692         (ia64_unw_accessors, ia64_unw_rse_accessors)
9693         (ia64_libunwind_descr): Declare.
9694         * ia64-vms-tdep.c: New file.
9695         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
9696         (ia64_libunwind_descr): Make them public.
9697         * configure.tgt: Add ia64-*-*vms*.
9698         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
9699         (ALLDEPFILES): Add ia64-vms-tdep.c
9700
9701 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9702
9703         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
9704         * remote.c (PACKET_qXfer_uib): New enum value.
9705         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
9706         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
9707         (_initialize_remote): Call add_packet_config_cmd for
9708         xfer:uib packet.
9709
9710 2012-03-05  Tristan Gingold  <gingold@adacore.com>
9711
9712         * osabi.c (gdb_osabi_names): Add OpenVMS.
9713         (generic_elf_osabi_sniffer): Likewise.
9714         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
9715
9716 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
9717
9718         Removed unused code.
9719         * libunwind-frame.c (libunwind_frame_unwind)
9720         (libunwind_frame_base_address): Remove.
9721         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
9722
9723 2012-03-04  Yao Qi  <yao@codesourcery.com>
9724
9725         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
9726         remove trailing new line.
9727         (agent_run_command, agent_run_command): Add _ markup.
9728         (agent_capability_check): Likewise.
9729
9730 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
9731
9732         * breakpoint.c (set_condition_evaluation_mode): Set
9733         CONDITION_EVALUATION_MODE unconditionally.
9734
9735 2012-03-03  Yao Qi  <yao@codesourcery.com>
9736
9737         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
9738         * common/agent.h: Update declaration.
9739         * inf-child.c (inf_child_use_agent): New.
9740         (inf_child_can_use_agent): New.
9741         (inf_child_target): Initialize fields `to_use_agent'
9742         and `to_can_use_agent'.
9743         * agent.c (agent_new_objfile): New.
9744         (_initialize_agent): Add agent_new_objfile to new_objfile
9745         observer.
9746
9747         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
9748         New.
9749         (linux_target_install_ops): Initialize field
9750         `to_static_tracepoint_markers_by_strid'.
9751         * remote.c (free_current_marker): Move it to ...
9752         * tracepoint.c (free_current_marker): ... here.  New.
9753         (cleanup_target_stop): New.
9754         * tracepoint.h: Declare free_current_marker.
9755         * NEWS: Add one entry about `info static-tracepoint-marker'.
9756
9757 2012-03-03  Yao Qi  <yao@codesourcery.com>
9758
9759         * common/agent.c (agent_loaded_p): New.
9760         (agent_look_up_symbols): New global.
9761         * common/agent.h: Declare agent_loaded_p.
9762
9763 2012-03-03  Yao Qi  <yao@codesourcery.com>
9764
9765         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
9766         (agent_capability_check, agent_capability_invalidate): New.
9767         (symbol_list): New array element.
9768         * common/agent.h (enum agent_capa): New.
9769         * target.c (target_pre_inferior): Call agent_capability_invalidate.
9770
9771 2012-03-03  Yao Qi  <yao@codesourcery.com>
9772
9773         * target.h (struct target_ops) <to_use_agent>: New field.
9774         (struct target_ops) <to_can_use_agent>: New field.
9775         (target_use_agent, target_can_use_agent): New macro.
9776         * target.c (update_current_target): Update.
9777         * remote.c: New enum `PACKET_QAgent'.
9778         (remote_protocol_features): Add a new element.
9779         (remote_use_agent, remote_can_use_agent): New.
9780         (init_remote_ops): Initialize field `can_use_agent' with
9781         remote_can_use_agent.  Intiailize field `use_agent' with
9782         remote_use_agent.
9783         * common/agent.c (use_agent): New global.
9784         * common/agent.h: Declare it.
9785         * tracepoint.c (info_static_tracepoint_markers_command): Add
9786         comment.
9787         * Makefile.in (SFILES): Add common/agent.c and agent.c.
9788         (COMMON_OBS): Add common/agent.o and agent.o
9789         (common-agent.o): New rule.
9790         * agent.c: New.
9791
9792 2012-03-03  Yao Qi  <yao@codesourcery.com>
9793
9794         * common/agent.c: New.
9795         * common/agent.h: New.
9796         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
9797         AC_CHECK_HEADERS.
9798         * configure, configh.in: Regenerated.
9799
9800 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
9801
9802         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
9803         unless it exists for this architecture.
9804
9805 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9806
9807         * language.h (struct language_defn): New "method" la_read_var_value.
9808         * findvar.c: #include "language.h".
9809         (default_read_var_value): Renames read_var_value.  Rewrite
9810         function description.
9811         (read_var_value): New function.
9812         * value.h (default_read_var_value): Add prototype.
9813         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
9814         New functions.
9815         (ada_language_defn): Add entry for la_read_var_value.
9816         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
9817         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
9818         language_defn structures to add entry for new la_read_var_value
9819         field.
9820
9821 2012-03-02  Tom Tromey  <tromey@redhat.com>
9822             Pedro Alves  <palves@redhat.com>
9823
9824         PR breakpoints/13776:
9825         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
9826         breakpoints.
9827         (delete_longjmp_breakpoint_at_next_stop): New.
9828         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
9829         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
9830         before deleting the inferior.  Add comments.
9831         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
9832         breakpoints immediately, but only on next stop.  Move that code
9833         next to where we mark other breakpoints for deletion.
9834
9835 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
9836
9837         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
9838         marker.
9839         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
9840         violation.
9841
9842 2012-03-02  Pedro Alves  <palves@redhat.com>
9843
9844         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
9845
9846 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
9847
9848         Fix -Wmissing-prototypes build.
9849         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
9850         * remote-sim.c (gdbsim_has_all_memory): Likewise.
9851         (gdbsim_has_memory): Likewise.
9852
9853 2012-03-02  Yao Qi  <yao@codesourcery.com>
9854
9855         Fix -Wmissing-prototypes build.
9856         * charset.c (phony_iconv_open): Make static.
9857         (phony_iconv_close, phony_iconv): Likewise.
9858         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
9859         * i386-windows-nat.c (_initialize_i386_windows_nat): New
9860         prototype.
9861         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
9862         * ser-mingw.c (create_select_thread): Make static.
9863         * windows-termcap.c (tgetent): New prototype.
9864         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
9865
9866 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
9867
9868         Fix -Wmissing-prototypes build.
9869         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
9870         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
9871         (_initialize_loadable): New prototypes.
9872
9873 2012-03-02  Doug Evans  <dje@google.com>
9874
9875         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
9876         abbrev table, read_comp_unit will do it.
9877
9878 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9879
9880         Fix -Wmissing-prototypes build.
9881         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
9882         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
9883         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
9884         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
9885         (_initialize_arm_symbian_tdep): New prototype.
9886         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
9887         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
9888         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
9889         static.
9890         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
9891         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
9892         prototype.
9893         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
9894         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
9895         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
9896         static.
9897         * moxie-tdep.c (moxie_process_record): Likewise.
9898         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
9899         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
9900         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
9901         (_initialize_rl78_tdep): New prototype.
9902         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
9903         (_initialize_rx_tdep): New prototype.
9904         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
9905         (_initialize_darwin_solib): New prototype.
9906         * solib-spu.c: Include solib-spu.h.
9907         (_initialize_spu_solib): New prototype.
9908         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
9909         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
9910         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
9911         (tic6x_software_single_step): Make it static.
9912         (_initialize_tic6x_tdep): New prototype.
9913
9914 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9915
9916         Fix -Wmissing-prototypes build.
9917         * cris-tdep.c (cris_can_use_hardware_watchpoint)
9918         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
9919
9920 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9921
9922         Fix -Wmissing-prototypes build.
9923         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
9924         (frv_have_stopped_data_address): Remove.
9925
9926 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9927
9928         Fix -Wmissing-prototypes build.
9929         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
9930         * sh-tdep.c: Include sh64-tdep.h.
9931         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
9932         * sh64-tdep.c: Include sh64-tdep.h.
9933         * sh64-tdep.h: New file.
9934
9935 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
9936
9937         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
9938
9939 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9940
9941         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
9942         sp_regnum once the gdbarch_init_osabi hook has been called.
9943
9944 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
9945
9946         * mips-tdep.c (mips32_bc1_pc): New function.
9947         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
9948         BPOSGE32 and BPOSGE64 instructions.
9949         (deal_with_atomic_sequence): Likewise.
9950         (mips32_instruction_has_delay_slot): Likewise.
9951
9952 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
9953             Chris Dearman  <chris@mips.com>
9954             Maciej W. Rozycki  <macro@codesourcery.com>
9955             Joseph Myers  <joseph@codesourcery.com>
9956
9957         * features/mips-dsp.xml: New file.
9958         * features/mips64-dsp.xml: New file.
9959         * features/mips-dsp-linux.xml: New file.
9960         * features/mips64-dsp-linux.xml: New file.
9961         * features/Makefile (WHICH): Add mips-dsp-linux and
9962         mips64-dsp-linux.
9963         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
9964         * features/mips-dsp-linux.c: New file.
9965         * features/mips64-dsp-linux.c: New file.
9966         * regformats/mips-dsp-linux.dat: New file.
9967         * regformats/mips64-dsp-linux.dat: New file.
9968         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
9969         registers.
9970         (mips64_linux_register_addr): Likewise.
9971         (mips64_linux_regsets_fetch_registers): Likewise.
9972         (mips64_linux_regsets_store_registers): Likewise.
9973         (mips64_linux_fetch_registers): Update call to
9974         mips64_linux_regsets_fetch_registers.
9975         (mips64_linux_store_registers): Update call to
9976         mips64_linux_regsets_store_registers.
9977         (mips_linux_read_description): Probe for DSP registers.
9978         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
9979         and initialize_tdesc_mips64_dsp_linux.
9980         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
9981         Remove padding of no longer used embedded register slots.
9982         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
9983         (MIPS_RESTART_REGNUM): Redefine enum value.
9984         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
9985         strings.
9986         (mips_tx39_reg_names): Likewise.
9987         (mips_linux_reg_names): New array of register names for Linux
9988         targets.
9989         (mips_register_name): Check for a null pointer in
9990         mips_processor_reg_names and return an empty string.
9991         (mips_register_type): Exclude embedded registers for the IRIX
9992         and Linux ABIs.
9993         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
9994         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
9995         DSP registers.
9996         (mips_stab_reg_to_regnum): Handle DSP accumulators.
9997         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
9998         (mips_gdbarch_init): Likewise.  Initialize internal register
9999         indices for the Linux ABI.  Use dynamic numbers to refer to
10000         registers, as applicable, while parsing the target description.
10001         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
10002
10003 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10004
10005         * frame.h (read_frame_register_unsigned): Fix typo in function
10006         description.
10007
10008 2012-03-01  Pedro Alves  <palves@redhat.com>
10009
10010         * jit-reader.in [!__cplusplus]
10011         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
10012
10013 2012-03-01  Pedro Alves  <palves@redhat.com>
10014
10015         * configure.ac (build_warnings): Add -Wmissing-prototypes.
10016         * configure: Regenerate.
10017
10018 2012-03-01  Pedro Alves  <palves@redhat.com>
10019
10020         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
10021         * breakpoint.c (create_exception_master_breakpoint, trace_command)
10022         (ftrace_command, strace_command): Make static.
10023         * d-lang.c (_initialize_d_language): Declare.
10024         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
10025         * dwarf2loc.c (_initialize_dwarf2loc):
10026         * dwarf2read.c (process_psymtab_comp_unit): Make static.
10027         * exec.c (exec_get_section_table): Make static.
10028         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
10029         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
10030         * inferior.c (remove_inferior_command, add_inferior_command)
10031         (clone_inferior_command): Make static.
10032         * linux-nat.c (linux_nat_thread_address_space)
10033         (linux_nat_core_of_thread): Make static.
10034         * linux-tdep.c (_initialize_linux_tdep): Declare.
10035         * objc-lang.c (_initialize_objc_lang): Declare.
10036         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
10037         Make static.
10038         (_initialize_opencl_language): Declare.
10039         * record.c (_initialize_record): Declare.
10040         * remote.c (demand_private_info, remote_get_tib_address)
10041         (remote_supports_cond_tracepoints)
10042         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
10043         Make static.
10044         * skip.c (_initialize_step_skip): Declare.
10045         * symtab.c (skip_prologue_using_lineinfo): Make static.
10046         * tracepoint.c (delete_trace_state_variable)
10047         (trace_variable_command, delete_trace_variable_command)
10048         (get_uploaded_tsv, find_matching_tracepoint_location)
10049         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
10050         Make static.
10051         * value.c (pack_unsigned_long): Make static.
10052         * varobj.c (varobj_ensure_python_env): Make static.
10053         * windows-tdep.c (_initialize_windows_tdep): Declare.
10054         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
10055
10056 2012-03-01  Pedro Alves  <palves@redhat.com>
10057
10058         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
10059         gdbarch parameter.
10060         (linux_init_abi): Install it as has_shared_address_space gdbarch
10061         callback.
10062
10063 2012-03-01  Pedro Alves  <palves@redhat.com>
10064
10065         * observer.c (observer_test_first_notification_function)
10066         (observer_test_second_notification_function)
10067         (observer_test_third_notification_function): Add declarations.
10068
10069 2012-03-01  Pedro Alves  <palves@redhat.com>
10070
10071         * common/signals.c (default_target_signal_to_host)
10072         (default_target_signal_from_host): Move ...
10073         * arch-utils.c: ... here.
10074         * arch-utils.h (default_target_signal_to_host)
10075         (default_target_signal_from_host): Declare.
10076
10077         * common/signals.c (target_signal_from_command): Move ...
10078         * infrun.c: ... here.
10079         * inferior.h (target_signal_from_command): Declare.
10080         * target.h (target_signal_from_command)
10081         (default_target_signal_from_host, default_target_signal_to_host):
10082         Delete declarations.
10083
10084         * common/signals.c (_initialize_signals): Delete.
10085
10086 2012-03-01  Pedro Alves  <palves@redhat.com>
10087
10088         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
10089         both __cplusplus and !__cplusplus.
10090
10091 2012-03-01  Pedro Alves  <palves@redhat.com>
10092
10093         * psymtab.c (find_and_open_source): Delete declaration.
10094         * source.c (find_and_open_source): Move comment ...
10095         * source.h (find_and_open_source): ... to this new declaration.
10096
10097 2012-03-01  Pedro Alves  <palves@redhat.com>
10098
10099         * inline-frame.c: Include inline-frame.h.
10100
10101 2012-03-01  Pedro Alves  <palves@redhat.com>
10102
10103         * tui/tui-data.c (set_gen_win_origin): Delete.
10104         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
10105         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
10106
10107 2012-03-01  Pedro Alves  <palves@redhat.com>
10108
10109         * remote.c (encode_actions): Delete declaration.
10110         * tracepoint.c (encode_actions): Make extern.
10111         * tracepoint.h (encode_actions): Declare.
10112
10113 2012-03-01  Pedro Alves  <palves@redhat.com>
10114
10115         * python/py-breakpoint.c: Include python.h.
10116         * python/py-continueevent.c (create_continue_event_object): Make
10117         static.
10118         * python/py-lazy-string.c (stpy_get_type): Make static.
10119         * python/py-newobjfileevent.c (create_new_objfile_event_object):
10120         Make static.
10121         * python/py-utils.c (unicode_to_target_python_string): Make
10122         static.
10123         * python/py-value.c: Include python.h.
10124
10125 2012-03-01  Pedro Alves  <palves@redhat.com>
10126
10127         * inferior.c (delete_threads_of_inferior): Delete.
10128
10129 2012-03-01  Pedro Alves  <palves@redhat.com>
10130
10131         Import fallback definitions from glibc.
10132
10133         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
10134         ps_prochandle): Forward declare.
10135         (ps_err_e): Use glibc's comments.
10136         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
10137         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
10138         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
10139         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
10140         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
10141         (struct ps_prochandle): Adjust comment.
10142
10143 2012-03-01  Pedro Alves  <palves@redhat.com>
10144
10145         * ada-lang.c (ada_modulus_from_name): Delete.
10146         * ada-lex.l (lexer_init): Make static.
10147
10148 2012-03-01  Pedro Alves  <palves@redhat.com>
10149
10150         PR gdb/13767
10151
10152         * frame.c (read_frame_register_unsigned): New.
10153         * frame.h (read_frame_register_unsigned): Declare.
10154         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
10155         Handle it.
10156         (print_i387_control_word): New parameter `control_p'.  Handle it.
10157         (i387_print_float_info): Handle unavailable float registers.
10158
10159 2012-03-01  Keith Seitz  <keiths@redhat.com>
10160
10161         * linespec.c (decode_line_2): Sort the list of methods
10162         alphabetically before presenting the user with a selection
10163         menu.
10164
10165 2012-03-01  Doug Evans  <dje@google.com>
10166
10167         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
10168         has_namespace_info.
10169         (dwarf2_read_abbrevs): Remove corresponding initialization.
10170
10171 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
10172
10173         * NEWS: Mention new python command class gdb.COMMAND_USER.
10174         * cli/cli-cmds.c (show_user): Print error when used on a python
10175         command.
10176         (init_cli_cmds): Update documentation strings for "show user" and
10177         "set/show max-user-call-depth" to clarify that it does not apply to
10178         python commands.
10179         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
10180         error check.
10181         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
10182         gdb python api.
10183         * top.c (execute_command): Only execute a user-defined command as a
10184         legacy macro if c->user_commands is set.
10185
10186 2012-03-01  Tom Tromey  <tromey@redhat.com>
10187
10188         * valprint.h (struct generic_val_print_decorations): New.
10189         (generic_val_print): Declare.
10190         * valprint.c (generic_val_print): New function.
10191         * p-valprint.c (p_decorations): New global.
10192         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
10193         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
10194         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
10195         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
10196         * m2-valprint.c (m2_decorations): New global.
10197         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
10198         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
10199         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
10200         TYPE_CODE_ERROR>: Call generic_val_print.
10201         * f-valprint.c (f_decorations): New global.
10202         (f_val_print): Use print_function_pointer_address.
10203         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
10204         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
10205         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
10206         generic_val_print.
10207         * c-valprint.c (c_decorations): New global.
10208         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
10209         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
10210         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
10211         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
10212         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
10213         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
10214         case.
10215
10216 2012-03-01  Tom Tromey  <tromey@redhat.com>
10217
10218         * valprint.c (val_print): Update.
10219         * p-valprint (pascal_val_print): Return void.
10220         * p-lang.h (pascal_val_print): Return void.
10221         * m2-valprint.c (m2_val_print): Return void.
10222         * m2-lang.h (m2_val_print): Return void.
10223         * language.h (struct language_defn) <la_val_print>: Return void.
10224         * language.c (unk_lang_val_print): Return void.
10225         * jv-valprint.c (java_val_print): Return void.
10226         * jv-lang.h (java_val_print): Return void.
10227         * f-valprint.c (f_val_print): Return void.
10228         * f-lang.h (f_val_print): Return void.
10229         * d-valprint.c (d_val_print): Return void.
10230         (dynamic_array_type): Update.
10231         * d-lang.h (d_val_print): Return void.
10232         * c-valprint.c (c_val_print): Return void.
10233         * c-lang.h (c_val_print): Return void.
10234         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
10235         void.
10236         * ada-lang.h (ada_val_print): Return void.
10237
10238 2012-03-01  Tom Tromey  <tromey@redhat.com>
10239
10240         * value.h (val_print): Return void.
10241         * valprint.c (val_print): Return void.
10242
10243 2012-03-01  Tom Tromey  <tromey@redhat.com>
10244
10245         * value.h (common_val_print): Return void.
10246         * valprint.c (common_val_print): Return void.
10247
10248 2012-03-01  Tom Tromey  <tromey@redhat.com>
10249
10250         * value.h (value_print): Return void.
10251         * valprint.c (value_print): Return void.
10252         * p-valprint.c (pascal_value_print): Return void.
10253         * p-lang.h (pascal_value_print): Return void.
10254         * language.h (struct language_defn) <la_value_print>: Return
10255         void.
10256         * language.c (unk_lang_value_print): Return void.
10257         * jv-valprint.c (java_value_print): Return void.
10258         * jv-lang.h (java_value_print): Return void.
10259         * f-valprint.c (c_value_print): Don't declare.
10260         Include c-lang.h.
10261         * c-valprint.c (c_value_print): Return void.
10262         * c-lang.h (c_value_print): Return void.
10263         * ada-valprint.c (ada_value_print): Return void.
10264         * ada-lang.h (ada_value_print): Return void.
10265
10266 2012-03-01  Tom Tromey  <tromey@redhat.com>
10267
10268         * value.c (value_primitive_field): Handle virtual base classes.
10269
10270 2012-03-01  Tom Tromey  <tromey@redhat.com>
10271
10272         * gdbtypes.h (struct vbase): Remove.
10273
10274 2012-03-01  Tom Tromey  <tromey@redhat.com>
10275
10276         * c-valprint.c (print_function_pointer_address): Move...
10277         * valprint.c: ... here.  Make non-static.
10278         * m2-valprint.c (print_function_pointer_address): Remove.
10279         * valprint.h (print_function_pointer_address): Declare.
10280
10281 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10282
10283         * NEWS: Document the fact that one can provide a condition when
10284         creating an Ada exception catchpoint.
10285
10286 2012-03-01  Tom Tromey  <tromey@redhat.com>
10287
10288         * valprint.c (val_print_type_code_flags): Fix placement of
10289         trailing brace.
10290
10291 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10292
10293         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
10294         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
10295         environment variable before calling update-copyright.
10296
10297 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
10298
10299         * gnulib/extra/update-copyright: Update to the latest from
10300         gnulib's git repository.
10301         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
10302         variable to 2 instead of 1.
10303
10304 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10305
10306         * varobj.c (c_value_of_variable): Remove dead code.
10307
10308 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10309
10310         * ada-lex.p (processId): Do not modify already encoded IDs.
10311         Update function documentation.
10312
10313 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10314
10315         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
10316         "name" with "struct symbol *name_sym".
10317         * ada-exp.y (write_var_or_type): Update call to
10318         ada_find_renaming_symbol.
10319         "name" with "struct symbol *name_sym". Adjust Implementation
10320         accordingly.  Adjust the function documentation.
10321
10322 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10323
10324         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
10325         * ada-lang.c (ada_find_any_type): Add advance declaration.
10326         Make static.  Replace ada_find_any_symbol by
10327         ada_find_any_type_symbol.
10328         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
10329         Improve function description.  Make static.
10330         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
10331         Replace ada_find_any_symbol by ada_find_any_type_symbol.
10332
10333 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10334
10335         * ada-lang.c (struct tag_args): Delete.
10336         (ada_get_tsd_type): Function body moved up in source file.
10337         (ada_tag_name_1, ada_tag_name_2): Delete.
10338         (ada_get_tsd_from_tag): New function.
10339         (ada_tag_name_from_tsd): New function.
10340         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
10341         to determine the tag name.
10342
10343 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10344
10345         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
10346         declaration.
10347         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
10348         function.
10349
10350 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10351
10352         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
10353
10354 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10355
10356         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
10357         full searches.
10358
10359 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10360
10361         * ada-lang.c (constrained_packed_array_type): If there is a
10362         parallel XA type, use it to determine the array index type.
10363
10364 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10365
10366         * ada-valprint.c (ada_val_print_1): If our value is a reference
10367         to an array descriptor, dereference it before converting it
10368         to a simple array.
10369
10370 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10371
10372         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
10373         creating fixed value.
10374         (ada_value_ind, ada_coerce_ref, assign_component)
10375         (ada_evaluate_subexp): Remove call to unwrap_value before
10376         call to ada_to_fixed_value.
10377
10378 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10379
10380         * ada-lang.c (to_fixed_array_type): Set result's type name.
10381
10382 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
10383
10384         * ada-lang.c (catch_ada_exception_command_split): Add new
10385         argument cond_string.  Add support for condition at end of
10386         "catch exception" commands.
10387         (ada_decode_exception_location): Add new argument cond_string.
10388         Update call to catch_ada_exception_command_split.
10389         (create_ada_exception_catchpoint): Add new argument cond_string.
10390         Set the breakpoint condition if needed.
10391         (catch_ada_exception_command): Update call to
10392         ada_decode_exception_location.
10393         (ada_decode_assert_location): Add function documentation.
10394         Add support for condition at end of "catch assert" command.
10395         (catch_assert_command): Update calls to ada_decode_assert_location
10396         and create_ada_exception_catchpoint.
10397
10398 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10399
10400         Fix disp-step-syscall.exp: fork: single step over fork.
10401         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
10402         (i386_linux_get_syscall_number_from_regcache): ... here, new function
10403         comment, change parameters gdbarch and ptid to regcache.  Remove
10404         parameter regcache, initialize gdbarch from regcache here.
10405         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
10406         New functions.
10407         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
10408         instead.
10409         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
10410         'syscall'.  Make the 'int' check more strict.
10411
10412 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10413
10414         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
10415         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
10416         (i386_linux_intx80_sysenter_syscall_record): ... here.
10417         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
10418         Use the renamed function name.
10419
10420 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
10421
10422         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
10423         * breakpoint.c (until_break_command): Likewise.
10424         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
10425         * infcall.c (call_function_by_hand): Likewise.
10426         * infcmd.c (finish_forward): Likewise.
10427         * infrun.c (insert_exception_resume_breakpoint): Likewise.
10428
10429 2012-02-28  Tristan Gingold  <gingold@adacore.com>
10430
10431         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
10432         avoid variable assignments inside condition.
10433
10434 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10435
10436         Fix static analysis issue found by cppcheck.
10437         * microblaze-tdep.c (microblaze_extract_return_value): Fix
10438         uninitialized BUF for size 2.
10439
10440 2012-02-27  Chris Dearman  <chris@mips.com>
10441             Nathan Froyd  <froydnj@codesourcery.com>
10442             Maciej W. Rozycki  <macro@codesourcery.com>
10443
10444         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
10445         (mips16_instruction_has_delay_slot): Likewise.
10446         (mips_segment_boundary): Likewise.
10447         (mips_adjust_breakpoint_address): Likewise.
10448         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
10449
10450 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
10451             Maciej W. Rozycki  <macro@codesourcery.com>
10452
10453         * infrun.c (handle_inferior_event): Don't proceed through
10454         shared library trampolines if stepping at the machine
10455         instruction level.
10456
10457 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
10458
10459         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
10460         too.
10461
10462 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
10463
10464         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
10465         (sh_stub_unwind_sniffer): New functions.
10466         (sh_stub_unwind): New variable.
10467         (sh_gdbarch_init): Wire everything.
10468
10469 2012-02-27  Pedro Alves  <palves@redhat.com>
10470
10471         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
10472         (linux_nat_post_attach_wait): Adjust to use
10473         linux_proc_pid_is_stopped.
10474         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
10475         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
10476         based on pid_is_stopped from both linux-nat.c and
10477         gdbserver/linux-low.c, and renamed.
10478
10479 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10480
10481         * remote.c (remote_watchpoint_addr_within_range): New function.
10482         (init_remote_ops): Use it.
10483
10484 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
10485
10486         * target.h (target_watchpoint_addr_within_range): Document macro.
10487
10488 2012-02-24  Pedro Alves  <palves@redhat.com>
10489
10490         * stack.c (set_last_displayed_sal): Issue internal_error instead
10491         of warning, and issue it after clearing the last displayed sal.
10492
10493 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10494             Pedro Alves  <palves@redhat.com>
10495
10496         * breakpoint.c (until_break_command): Install breakpoints after
10497         all frame manipulations.
10498
10499 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10500
10501         * remote.c (remote_supports_cond_breakpoints): New forward
10502         declaration.
10503         (remote_add_target_side_condition): New function.
10504         (remote_insert_breakpoint): Add target-side breakpoint
10505         conditional if supported.
10506         (remote_insert_hw_breakpoint): Likewise.
10507         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
10508         hook.
10509
10510         * target.c (update_current_target): Inherit
10511         to_supports_evaluation_of_breakpoint_conditions.
10512         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
10513
10514         * target.h (struct target_ops)
10515         <to_supports_evaluation_of_breakpoint_conditions>: New field.
10516         (target_supports_evaluation_of_breakpoint_conditions): New #define.
10517
10518         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
10519         (condition_evaluation_both, condition_evaluation_auto,
10520         condition_evaluation_host, condition_evaluation_target,
10521         condition_evaluation_enums, condition_evaluation_mode_1,
10522         condition_evaluation_mode): New static globals.
10523         (translate_condition_evaluation_mode): New function.
10524         (breakpoint_condition_evaluation_mode): New function.
10525         (gdb_evaluates_breakpoint_condition_p): New function.
10526         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
10527         (mark_breakpoint_modified): New function.
10528         (mark_breakpoint_location_modified): New function.
10529         (set_condition_evaluation_mode): New function.
10530         (show_condition_evaluation_mode): New function.
10531         (bp_location_compare_addrs): New function.
10532         (get_first_location_gte_addr): New helper function.
10533         (set_breakpoint_condition): Free condition bytecode if locations
10534         has become unconditional.  Call mark_breakpoint_modified (...).
10535         (condition_command): Call update_global_location_list (1) for
10536         breakpoints.
10537         (breakpoint_xfer_memory): Use is_breakpoint (...).
10538         (is_breakpoint): New function.
10539         (parse_cond_to_aexpr): New function.
10540         (build_target_condition_list): New function.
10541         (insert_bp_location): Handle target-side conditional
10542         breakpoints and call build_target_condition_list (...).
10543         (update_inserted_breakpoint_locations): New function.
10544         (insert_breakpoint_locations): Handle target-side conditional
10545         breakpoints.
10546         (bpstat_check_breakpoint_conditions): Add comment.
10547         (bp_condition_evaluator): New function.
10548         (bp_location_condition_evaluator): New function.
10549         (print_breakpoint_location): Print information on where the condition
10550         will be evaluated.
10551         (print_one_breakpoint_location): Likewise.
10552         (init_bp_location): Call mark_breakpoint_location_modified (...) for
10553         breakpoint location.
10554         (force_breakpoint_reinsertion): New functions.
10555         (update_global_location_list): Handle target-side breakpoint
10556         conditions.
10557         Reinsert locations that are already inserted if conditions have
10558         changed.
10559         (bp_location_dtor): Free agent expression bytecode.
10560         (disable_breakpoint): Call mark_breakpoint_modified (...).
10561         Call update_global_location_list (...) with parameter 1 for breakpoints.
10562         (disable_command): Call mark_breakpoint_location_modified (...).
10563         Call update_global_location_list (...) with parameter 1 for breakpoints.
10564         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
10565         (enable_command): mark_breakpoint_location_modified (...).
10566         (_initialize_breakpoint): Update documentation and add
10567         condition-evaluation breakpoint subcommand.
10568
10569         * breakpoint.h: Include ax.h.
10570         (condition_list): New data structure.
10571         (condition_status): New enum.
10572         (bp_target_info) <cond_list>: New field.
10573         (bp_location) <condition_changed, cond_bytecode>: New fields.
10574         (is_breakpoint): New prototype.
10575
10576 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10577
10578         * remote.c (remote_state) <cond_breakpoints>: New field.
10579         (PACKET_ConditionalBreakpoints): New enum.
10580         (remote_cond_breakpoint_feature): New function.
10581         (remote_protocol_features): Add new ConditionalBreakpoints entry.
10582         (remote_supports_cond_breakpoints): New function.
10583         (_initialize_remote): Add new packet configuration for
10584         target-side conditional breakpoints.
10585
10586 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10587
10588         * NEWS: Mention target-side conditional breakpoint support,
10589         new condition-evaluation breakpoint subcommand and remote
10590         packet extensions.
10591
10592 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
10593
10594         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
10595         number.
10596
10597 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
10598
10599         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
10600         (after_prologue): Remove.
10601
10602 2012-02-23  Tom Tromey  <tromey@redhat.com>
10603
10604         * jv-valprint.c (java_val_print): Remove dead code.
10605
10606 2012-02-23  Tristan Gingold  <gingold@adacore.com>
10607
10608         * ada-tasks.c (struct ada_tasks_inferior_data): Add
10609         known_tasks_element and known_tasks_length fields.
10610         (read_known_tasks_array): Change argument type.  Use pointer type
10611         and number of elements from DATA.  Adjust.
10612         (read_known_tasks_list): Likewise.
10613         (get_known_tasks_addr): Remove.
10614         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
10615         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
10616         type and array length.  Merge former get_known_tasks_addr code.
10617
10618 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
10619
10620         PR backtrace/13716
10621         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
10622         it after set_momentary_breakpoint.
10623
10624 2012-02-22  Sterling Augustine  <saugustine@google.com>
10625
10626         PR 13689:
10627         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
10628
10629 2012-02-22  Gary Benson  <gbenson@redhat.com>
10630
10631         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
10632         (find_slot_in_mapped_hash): Likewise.
10633
10634 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
10635
10636         PR build/13638
10637         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
10638         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
10639         * configure: Regenerate.
10640
10641 2012-02-21  Tristan Gingold  <gingold@adacore.com>
10642             Pedro Alves  <palves@redhat.com>
10643
10644         * ia64-tdep.c: Do not include libunwind-ia64.h.
10645         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
10646         Include libunwind-ia64.h instead of libunwind.h.
10647         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
10648         for libunwind.h existence.
10649         * configure, config.in: Regenerate.
10650
10651 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10652
10653         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
10654         instead of value_rtti_target_type.
10655         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
10656         instead of value_rtti_target_type.
10657         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
10658         value_rtti_target_type.
10659         * valops.c (value_ind): Extract function readjust_indirect_value_type.
10660         (value_rtti_target_type): Rename to ...
10661         (value_rtti_indirect_type): ... here and make it indirect.  Update
10662         function comment.
10663         * value.c (readjust_indirect_value_type): New function.
10664         (coerce_ref): Support for enclosing type setting for references
10665         with readjust_indirect_value_type.
10666         * value.h (readjust_value_type): New declaration.
10667         (value_rtti_target_type): Rename to ...
10668         (value_rtti_indirect_type): ... here.
10669
10670 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
10671
10672         * MAINTAINERS (Write After Approval): Add myself to the list.
10673
10674 2012-02-20  Doug Evans  <dje@google.com>
10675
10676         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
10677         Rename objfile_p_char parameter to objfilep.
10678         (build_objfile_section_table): Result is now void.  All callers
10679         updated.
10680         * objfiles.h (struct objfile): Tweak comments, whitespace.
10681         (build_objfile_section_table): Update.
10682
10683         * elfread.c (elf_symfile_segments): Fix warning text.
10684
10685 2012-02-20  Tom Tromey  <tromey@redhat.com>
10686
10687         PR gdb/13498:
10688         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
10689         particular set of file names once.
10690         (dw2_map_symbol_filenames): Likewise.
10691
10692 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10693
10694         Code cleanup.
10695         * main.c (write_files): Remove the declaration.
10696         (external_editor_command): Move the declaration ...
10697         [GDBTK] (external_editor_command): ... here.  Fix the comment.
10698
10699 2012-02-20  Tom Tromey  <tromey@redhat.com>
10700
10701         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
10702         extraneous block.
10703
10704 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10705
10706         * darwin-nat.h (enum darwin_msg_state): Add comments.
10707
10708 2012-02-20  Tristan Gingold  <gingold@adacore.com>
10709
10710         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
10711         value.
10712
10713 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
10714
10715         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
10716         between function description and implementation.
10717
10718 2012-02-17  Tom Tromey  <tromey@redhat.com>
10719
10720         PR python/12070:
10721         * python/py-event.c (event_object_getset): New global.
10722         (event_object_type): Reference it.
10723         * python/py-type.c (field_object_getset): New global.
10724         (field_object_type): Reference it.
10725         * python/python-internal.h (gdb_py_generic_dict): Declare.
10726         * python/py-utils.c (gdb_py_generic_dict): New function.
10727
10728 2012-02-17  Tristan Gingold  <gingold@adacore.com>
10729
10730         * solib-darwin.c (darwin_current_sos): Check magic and filetype
10731
10732 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
10733
10734         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
10735         TYPE_CALLING_CONVENTION annotation.
10736
10737 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
10738
10739         * MAINTAINERS: Add rx to target ISA section.
10740         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
10741         (ALLDEPFILES): Add rx-tdep.c.
10742
10743 2012-02-16  Tom Tromey  <tromey@redhat.com>
10744
10745         * symfile.c (symbol_file_add_main_1): Use inferior's
10746         symfile_flags.
10747         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
10748         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
10749         inferior.
10750         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
10751         inferior.
10752         (follow_exec): Use inferior's symfile_flags.
10753         * inferior.h (struct inferior) <symfile_flags>: New field.
10754
10755 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
10756
10757         PR gdb/9734:
10758         * remote-sim.c (gdbsim_create_inferior): Call error() when
10759         sim_create_inferior() fails.
10760
10761 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
10762
10763         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
10764
10765 2012-02-16  Tom Tromey  <tromey@redhat.com>
10766
10767         PR c++/13653:
10768         * thread.c (struct current_thread_cleanup) <was_removable>: New
10769         field.
10770         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
10771         (make_cleanup_restore_current_thread): Initialize new field.
10772
10773 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
10774
10775         * MAINTAINERS: Add rl78 to target ISA section.
10776         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
10777         (ALLDEPFILES): Add rl78-tdep.c.
10778         * NEWS: Mention rl78 as a new target.
10779
10780 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
10781
10782         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
10783         data.
10784         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
10785
10786 2012-02-15  Tom Tromey  <tromey@redhat.com>
10787
10788         PR gdb/12659:
10789         * infcmd.c (registers_info): Print just the current register's
10790         name.
10791
10792 2012-02-15  Tom Tromey  <tromey@redhat.com>
10793
10794         * python/py-symbol.c (sympy_value): Use _().
10795
10796 2012-02-15  Pedro Alves  <palves@redhat.com>
10797
10798         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
10799         output to be like native targets'.
10800         (remote_pid_to_str): Special case the null ptid.
10801
10802 2012-02-14  Stan Shebs  <stan@codesourcery.com>
10803
10804         * NEWS: Mention enable count command.
10805         * breakpoint.h (struct breakpoint): New field enable_count.
10806         * breakpoint.c (enable_breakpoint_disp): Add count argument.
10807         (enable_breakpoint): Add arg to call.
10808         (struct disp_data): New struct.
10809         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
10810         (do_map_enable_once_breakpoint): Create a struct and pass it.
10811         (do_map_enable_delete_breakpoint): Ditto.
10812         (do_map_enable_count_breakpoint): New function.
10813         (enable_count_command): New function.
10814         (bpstat_stop_status): Decrement enable_count.
10815         (print_one_breakpoint_location): Report enable count.
10816         (_initialize_breakpoint): Add enable count command.
10817
10818 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10819
10820         * rl78-tdep.c (reggroups.h): Include.
10821         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
10822         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
10823         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
10824         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
10825         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
10826         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
10827         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
10828         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
10829         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
10830         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
10831         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
10832         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
10833         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
10834         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
10835         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
10836         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
10837         beginning of register list.
10838         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
10839         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
10840         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
10841         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
10842         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
10843         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
10844         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
10845         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
10846         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
10847         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
10848         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
10849         the pseudo registers.  Rearrange other pseudo registers too so
10850         that the bank registers appear at the end.
10851         (rl78_register_type): Account for the fact that the byte sized
10852         bank registers are now pseudo-registers.
10853         (rl78_register_name): Rearrange the register name array.  Make
10854         initial set of raw banked registers inaccessible.
10855         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
10856         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
10857         case for copying bytes back and forth between raw and pseudo
10858         versions of the banked registers.  Update other cases to reflect
10859         the changed names.
10860         (rl78_return_value): Update to account for changed names of
10861         raw registers.
10862         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
10863         rl78_register_sim_regno().
10864
10865 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
10866
10867         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
10868         the name parameter being passed to find_pc_partial_function().
10869
10870 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
10871
10872         * MAINTAINERS: Step down from being ia64 target maintainer.
10873
10874 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10875
10876         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
10877         compilation warning.
10878
10879 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10880
10881         Fix crash on loaded shlibs without loaded exec_bfd.
10882         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
10883         (set_section_command): Replace exec_bfd by p->bfd.
10884
10885 2012-02-10  Tom Tromey  <tromey@redhat.com>
10886
10887         * linespec.c (decode_line_internal): Skip symtabs_from_filename
10888         when we have a C++ qualified name.
10889
10890 2012-02-10  Pedro Alves  <palves@redhat.com>
10891
10892         * inferior.c (inferior_pid_to_str): New.
10893         (print_inferior, inferior_command): Use it.
10894
10895 2012-02-10  Pedro Alves  <palves@redhat.com>
10896
10897         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
10898         the test CFLAGS.
10899         * configure: Regenerate.
10900
10901 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10902
10903         * linespec.c (decode_line_internal): Fix comment correctness.
10904
10905 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
10906
10907         PR gdb/12953
10908         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
10909         * amd64bsd-nat.c: Add support for debug registers (adapted from
10910         i386bsd-nat.c).
10911         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
10912         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
10913         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
10914         (amd64bsd_dr_get_control): New functions.
10915         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
10916         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
10917         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
10918         watchpoints initialization.
10919         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
10920
10921 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10922
10923         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
10924         flds_bnds.fields.
10925         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
10926
10927 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10928
10929         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
10930
10931 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10932
10933         * language.h (symbol_name_cmp_ftype): Renames
10934         symbol_name_match_p_ftype.
10935         (struct language_defn)[la_get_symbol_name_cmp]: Renames
10936         la_get_symbol_name_match_p.
10937         * ada-lang.c (ada_get_symbol_name_cmp): Renames
10938         ada_get_symbol_name_match_p.  Update comment.
10939         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
10940         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
10941         Renames symbol_name_match_p.  Update field type.
10942         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
10943         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
10944         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
10945         "la_get_symbol_name_cmp" in comments.
10946         * language.c: Likewise.
10947
10948 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
10949
10950         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
10951         %eflags offset.
10952         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
10953         (amd64_sol2_gregset32_reg_offs): Likewise.
10954
10955 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
10956
10957         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
10958         of the returned BFD is allocated by GDB.
10959
10960 2012-02-07  Tom Tromey  <tromey@redhat.com>
10961
10962         PR python/12027:
10963         * python/python-internal.h (frame_object_type): Declare.
10964         * python/py-symbol.c (sympy_needs_frame): New function.
10965         (sympy_value): New function.
10966         (symbol_object_getset): Add "needs_frame".
10967         (symbol_object_methods): Add "value".
10968         * python/py-frame.c (frame_object_type): No longer static.
10969
10970 2012-02-07  Tom Tromey  <tromey@redhat.com>
10971
10972         PR python/13599:
10973         * python/py-symbol.c (sympy_line): New function.
10974         (symbol_object_getset): Add "line".
10975
10976 2012-02-07  Tom Tromey  <tromey@redhat.com>
10977
10978         * charset.c (find_charset_names): Check 'in' against NULL.
10979
10980 2012-02-06  Doug Evans  <dje@google.com>
10981
10982         * gdbtypes.h (struct main_type): Change type of name,tag_name,
10983         and fields.name members from char * to const char *.  All uses updated.
10984         (struct cplus_struct_type): Change type of fn_fieldlists.name member
10985         from char * to const char *.  All uses updated.
10986         (type_name_no_tag): Update.
10987         (lookup_unsigned_typename, lookup_signed_typename): Update.
10988         * gdbtypes.c (type_name_no_tag): Change result type
10989         from char * to const char *.  All callers updated.
10990         (lookup_unsigned_typename, lookup_signed_typename): Change type of
10991         name parameter from char * to const char *.
10992         * symtab.h (struct cplus_specific): Change type of demangled_name
10993         member from char * to const char *.  All uses updated.
10994         (struct general_symbol_info): Change type of name and
10995         mangled_lang.demangled_name members from char * to const char *.
10996         All uses updated.
10997         (symbol_get_demangled_name, symbol_natural_name): Update.
10998         (symbol_demangled_name, symbol_search_name): Update.
10999         * symtab.c (symbol_get_demangled_name): Change result type
11000         from char * to const char *.  All callers updated.
11001         (symbol_natural_name, symbol_demangled_name): Ditto.
11002         (symbol_search_name): Ditto.
11003         (completion_list_add_name): Change type of symname,sym_text,
11004         text,word parameters from char * to const char *.
11005         (completion_list_objc_symbol): Change type of sym_text,
11006         text,word parameters from char * to const char *.
11007         * ada-lang.c (find_struct_field): Change type of name parameter
11008         from char * to const char *.
11009         (encoded_ordered_before): Similarly for N0,N1 parameters.
11010         (old_renaming_is_invisible): Similarly for function_name parameter.
11011         (ada_type_name): Change result type from char * to const char *.
11012         All callers updated.
11013         * ada-lang.h (ada_type_name): Update.
11014         * buildsym.c (hashname): Change type of name parameter
11015         from char * to const char *.
11016         * buildsym.h (hashname): Update.
11017         * dbxread.c (end_psymtab): Change type of include_list parameter
11018         from char ** to const char **.
11019         * dwarf2read.c (determine_prefix): Change result type
11020         from char * to const char *.  All callers updated.
11021         * f-lang.c (find_common_for_function): Change type of name, funcname
11022         parameters from char * to const char *.
11023         * f-lang.c (find_common_for_function): Update.
11024         * f-valprint.c (list_all_visible_commons): Change type of funcname
11025         parameters from char * to const char *.
11026         * gdbarch.sh (static_transform_name): Change type of name parameter
11027         and result from char * to const char *.
11028         * gdbarch.c: Regenerate.
11029         * gdbarch.h: Regenerate.
11030         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
11031         of name parameter from char * to const char *.
11032         * jv-lang.c (java_primitive_type_from_name): Ditto.
11033         (java_demangled_signature_length): Similarly for signature parameter.
11034         (java_demangled_signature_copy): Ditto.
11035         (java_demangle_type_signature): Ditto.
11036         * jv-lang.h (java_primitive_type_from_name): Update.
11037         (java_demangle_type_signature): Update.
11038         * objc-lang.c (specialcmp): Change type of a,b parameters
11039         from char * to const char *.
11040         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
11041         from char * to const char *.  All callers updated.
11042         * p-lang.h (is_pascal_string_type): Update.
11043         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
11044         of name parameter from char * to const char *.
11045         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
11046         * utils.c (fprintf_symbol_filtered): Ditto.
11047         * defs.h (fprintf_symbol_filtered): Update.
11048         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
11049         * stabsread.h (end_psymtab): Update.
11050         * stack.c (find_frame_funname): Change type of funname parameter
11051         from char ** to const char **.
11052         * stack.h (find_frame_funname): Update.
11053         * typeprint.c (type_print): Change type of varstring parameter
11054         from char * to const char *.
11055         * value.h (type_print): Update.
11056         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
11057         from char * to const char *.  All callers updated.
11058         (xcoff_end_psymtab): Change type of include_list parameter
11059         from char ** to const char **.  All callers updated.
11060         (swap_sym): Similarly for name parameter.  All callers updated.
11061         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
11062         Use xstrdup.
11063         (process_coff_symbol): Use xstrdup.
11064         * stabsread.c (stabs_method_name_from_physname): Renamed from
11065         update_method_name_from_physname.  Change result type from void
11066         to char *.  All callers updated.
11067         (read_member_functions): In has_destructor case, store name in objfile
11068         obstack instead of malloc space.  In !has_stub case, fix mem leak.
11069
11070 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
11071
11072         * configure: Rebuild.
11073         * configure.ac: Put -L../bfd and -L../libiberty at the front of
11074         LDFLAGS.
11075
11076 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
11077
11078         * configure.tgt (rl78-*-elf): New target.
11079         * rl78-tdep.c: New file.
11080
11081 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
11082
11083         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
11084         and continue the loop.  Add QUIT statement.
11085
11086 2012-02-03  Tom Tromey  <tromey@redhat.com>
11087
11088         PR gdb/13596:
11089         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
11090         bfd_lookup_symbol_from_symtab.
11091         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
11092         gdb_bfd_lookup_symbol_from_symtab.
11093
11094 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
11095
11096         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
11097         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
11098         symbol.  Add assertion that sym2 is never NULL.
11099
11100 2012-02-02  Doug Evans  <dje@google.com>
11101
11102         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
11103         "name" parameter to const char ** from char **.  All callers updated.
11104         (find_pc_partial_function): Ditto.
11105         (cache_pc_function_name): Change type to const char * from char *.
11106         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
11107         (find_pc_partial_function): Update.
11108         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
11109         type of "name" parameter to const char * from char *.
11110         All uses updated.
11111         * arch-utils.c (generic_in_solib_return_trampoline): Change
11112         type of "name" parameter to const char * from char *.
11113         * arch-utils.h (generic_in_solib_return_trampoline): Update.
11114         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
11115         type of "name" parameter to const char * from char *.
11116         * gdbarch.sh (in_solib_return_trampoline): Ditto.
11117         * gdbarch.c: Regenerate.
11118         * gdbarch.h: Regenerate.
11119         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
11120         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
11121         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
11122         type of "name" parameter to const char * from char *.
11123         * skip.c (skip_function_pc): Ditto.
11124         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
11125         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
11126         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
11127         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
11128         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
11129         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
11130         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
11131         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
11132         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
11133
11134 2012-02-02  Pedro Alves  <palves@redhat.com>
11135
11136         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
11137         the current inferior has no execution.  Make sure the current
11138         remote process matches gdb's current inferior.
11139
11140 2012-02-02  Tom Tromey  <tromey@redhat.com>
11141
11142         PR gdb/13405:
11143         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
11144         read-only memory.
11145
11146 2012-02-02  Tom Tromey  <tromey@redhat.com>
11147
11148         PR gdb/9307:
11149         * symtab.c (lookup_language_this): Set block_found.
11150
11151 2012-02-01  Tom Tromey  <tromey@redhat.com>
11152
11153         PR gdb/13431:
11154         * jit.c (struct jit_inferior_data): Rewrite.
11155         (struct jit_objfile_data): New.
11156         (get_jit_objfile_data): New function.
11157         (add_objfile_entry): Update.
11158         (jit_read_descriptor): Return int.  Replace descriptor_addr
11159         argument with inf_data.  Update.  Don't call error.
11160         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
11161         descriptor here.
11162         (jit_inferior_init): Don't look up descriptor.  Don't call error.
11163         (jit_reset_inferior_data_and_breakpoints)
11164         (jit_inferior_created_observer): Remove.
11165         (jit_inferior_exit_hook): Update.
11166         (jit_executable_changed_observer): Remove.
11167         (jit_event_handler): Update.
11168         (free_objfile_data): Reset inferior data if needed.
11169         (_initialize_jit): Update.
11170
11171 2012-02-01  Tom Tromey  <tromey@redhat.com>
11172
11173         * jit.c (bfd_open_from_target_memory): Move higher in file.
11174
11175 2012-02-01  Tristan Gingold  <gingold@adacore.com>
11176
11177         * libunwind-frame.c (libunwind_load): Display message if dlopen
11178         failed.
11179
11180 2012-02-01  Gary Benson  <gbenson@redhat.com>
11181
11182         * symtab.h (symbol_found_callback_ftype): New typedef.
11183         (iterate_over_symbols): Use the above.
11184         * symtab.c (iterate_over_symbols): Likewise.
11185         * language.h (language_defn->la_iterate_over_symbols): Likewise.
11186         * ada-lang.c (ada_iterate_over_symbols): Likewise.
11187         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
11188         (iterate_name_matcher): Document return values.
11189         (collect_one_symbol): Likewise.
11190         (collect_function_symbols): Likewise.
11191         (collect_symbols): Likewise.
11192
11193 2012-02-01  Tom Tromey  <tromey@redhat.com>
11194
11195         * ada-lang.c (resolve_subexp): Update.
11196         (ada_lookup_symbol_list): Add 'full_search' argument.
11197         (ada_iterate_over_symbols): Pass 0 as full_search argument to
11198         ada_lookup_symbol_list.
11199         (ada_lookup_encoded_symbol): Update.
11200         (get_var_value): Update.
11201         * ada-exp.y (block_lookup): Update.
11202         (write_var_or_type): Update.
11203         (write_name_assoc): Update.
11204         * ada-lang.h (ada_lookup_symbol_list): Update.
11205
11206 2012-01-31  Tom Tromey  <tromey@redhat.com>
11207
11208         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
11209         comment.
11210
11211 2012-01-31  Doug Evans  <dje@google.com>
11212
11213         * symtab.h: Remove outdated comment.
11214         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
11215
11216 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
11217
11218         Fix build error in Darwin port.
11219         * i386-darwin-nat.c: Include i386-nat.h.
11220
11221 2012-01-30  Tom Tromey  <tromey@redhat.com>
11222
11223         PR breakpoints/13568:
11224         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
11225         argument.  Check for recursive includes.
11226         (dwarf_decode_macros): Create an include hash.
11227
11228 2012-01-30  Michael Eager  <eager@eagercon.com>
11229
11230         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
11231         * ppc-linux-tdep.c: Include glibc-tdep.h.
11232         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
11233         (powerpc_linux_in_plt_stub): New function.
11234         (powerpc_linux_in_dynsym_resolve_code): New function.
11235         (ppc_skip_trampoline_code): New function.
11236         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
11237         Use glibc_skip_solib_resolver.
11238
11239 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11240
11241         Code cleanup: Make 1440 bytes of data segment read-only.
11242         * arch-utils.c (endian_enum): Make it const char *const [].
11243         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
11244         Likewise.
11245         * breakpoint.c (always_inserted_enums): Likewise.
11246         * cli/cli-cmds.c (script_ext_enums): Likewise.
11247         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
11248         enumlist parameter const char *const *.
11249         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
11250         const char *const *.
11251         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
11252         parameter const char *const *.
11253         * cris-tdep.c (cris_modes): Make it const char *const [].
11254         * filesystem.c (target_file_system_kinds): Likewise.
11255         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
11256         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
11257         (can_use_displaced_stepping_enum, scheduler_enums)
11258         (exec_direction_names): Likewise.
11259         * language.c (_initialize_language): Make the type_or_range_names and
11260         case_sensitive_names variables const char *const [].
11261         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
11262         * python/python.c (python_excp_enums): Likewise.
11263         * remote.c (interrupt_sequence_modes): Likewise.
11264         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
11265         * serial.c (logbase_enums): Likewise.
11266         * sh-tdep.c (sh_cc_enum): Likewise.
11267         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
11268         Likewise.
11269         * symtab.c (multiple_symbols_modes): Likewise.
11270         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
11271         Likewise.
11272         * utils.c (internal_problem_modes): Likewise.
11273
11274 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
11275
11276         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
11277         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
11278         result.
11279
11280 2012-01-27  Doug Evans  <dje@google.com>
11281
11282         * configure.ac (with_python): Fix absolute path handling for win32.
11283         * configure: Regenerate.
11284
11285 2012-01-26  Doug Evans  <dje@google.com>
11286
11287         * symtab.c: Whitespace cleanup, no code changes.
11288
11289         * symtab.c (lookup_symbol_in_language): Improve comment.
11290         (lookup_symbol_aux): Fix comment.
11291
11292         * psymtab.c (add_psymbol_to_list): Result is now "void".
11293         * psympriv.h (add_psymbol_to_list): Update.
11294
11295         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
11296
11297 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
11298
11299         Do not open script filenames twice.
11300         * cli/cli-cmds.c (source_script_from_stream): Pass to
11301         source_python_script also STREAM.
11302         * python/py-auto-load.c (source_section_scripts): Pass to
11303         source_python_script_for_objfile also STREAM.
11304         (auto_load_objfile_script): Pass to source_python_script_for_objfile
11305         also INPUT.
11306         * python/python-internal.h (source_python_script_for_objfile): New
11307         parameter file, rename parameter file to filename.
11308         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
11309         instead if !_WIN32.  Update the function comment.
11310         (source_python_script, source_python_script_for_objfile)
11311         (source_python_script): New parameter file, rename parameter file to
11312         filename.  Pass FILENAME to python_run_simple_file.
11313         * python/python.h (source_python_script): New parameter file, rename
11314         parameter file to filename.
11315
11316 2012-01-26  Pedro Alves  <palves@redhat.com>
11317
11318         * corelow.c (core_has_fake_pid): Delete.
11319         (core_close): Delete references to `core_has_fake_pid'.
11320         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
11321         (core_open): Delete references to `core_has_fake_pid'.
11322         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
11323         the removed global.
11324
11325 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11326
11327         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
11328         Remove language parameter from name_matcher.  Adjust the comment.
11329         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
11330         Remove language parameter.
11331         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
11332         * linespec.c (iterate_name_matcher): Likewise.
11333         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
11334         name_matcher.  Adjust call accordingly.
11335         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
11336         (maintenance_check_symtabs): Adjust type of parameter "fun".
11337         * psymtab.h (maintenance_check_symtabs): Likewise.
11338
11339 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
11340
11341         * language.h (symbol_name_match_p_ftype): New typedef.
11342         (struct language_defn): Replace field la_symbol_name_compare
11343         by la_get_symbol_name_match_p.
11344         * ada-lang.c (ada_get_symbol_name_match_p): New function.
11345         (ada_language_defn): Use it.
11346         * linespec.c (struct symbol_matcher_data): New type.
11347         (iterate_name_matcher): Rewrite.
11348         (iterate_over_all_matching_symtabs): Pass a pointer to
11349         a symbol_matcher_data struct to expand_symtabs_matching
11350         instead of just the lookup name.
11351         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
11352         opencl-lang.c, p-lang.c, language.c: Delete field
11353         la_symbol_name_compare, and replace by NULL for new field
11354         la_get_symbol_name_match_p.
11355         * symfile.h (struct quick_symbol_functions): Update comment.
11356
11357 2012-01-25  Tom Tromey  <tromey@redhat.com>
11358
11359         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
11360         dereferencing.
11361
11362 2012-01-24  Tom Tromey  <tromey@redhat.com>
11363
11364         PR symtab/12406:
11365         * solib.c (update_solib_list): Update the program space's
11366         added_solibs and deleted_solibs fields.
11367         * progspace.h (struct program_space) <added_solibs,
11368         deleted_solibs>: New fields.
11369         (clear_program_space_solib_cache): Declare.
11370         * progspace.c (release_program_space): Call
11371         clear_program_space_solib_cache.
11372         (clear_program_space_solib_cache): New function.
11373         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
11374         bpstat_stop_status.  Use handle_solib_event.
11375         * breakpoint.c: Include gdb_regex.h.
11376         (print_solib_event): New function.
11377         (bpstat_print): Use print_solib_event.
11378         (bpstat_stop_status): Add special case for bp_shlib_event.
11379         (handle_solib_event): New function.
11380         (bpstat_what): Use handle_solib_event.
11381         (struct solib_catchpoint): New.
11382         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
11383         (breakpoint_hit_catch_solib, check_status_catch_solib)
11384         (print_it_catch_solib, print_one_catch_solib)
11385         (print_mention_catch_solib, print_recreate_catch_solib): New
11386         functions.
11387         (catch_solib_breakpoint_ops): New global.
11388         (catch_load_or_unload, catch_load_command_1)
11389         (catch_unload_command_1): New functions.
11390         (internal_bkpt_check_status): Add special case for
11391         bp_shlib_event.
11392         (internal_bkpt_print_it): Use print_solib_event.
11393         (initialize_breakpoint_ops): Initialize
11394         catch_solib_breakpoint_ops.
11395         (_initialize_breakpoint): Register "catch load" and "catch
11396         unload".
11397         * breakpoint.h (handle_solib_event): Declare.
11398         * NEWS: Add entry for "catch load" and "catch unload".
11399
11400 2012-01-24  Tom Tromey  <tromey@redhat.com>
11401
11402         * ada-lang.c: Include gdb_vecs.h.
11403         * charset.c: Include gdb_vecs.h.
11404         * tracepoint.h: Include gdb_vecs.h.
11405         * gdb_vecs.h: New file.
11406
11407 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
11408
11409         * breakpoint.c (breakpoint_hit_catch_fork)
11410         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
11411         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
11412         * infrun.c (inferior_has_forked, inferior_has_vforked)
11413         (inferior_has_execd, inferior_has_called_syscall): Delete.
11414         (handle_syscall_event): Get syscall_number from the execution
11415         control state's wait status.
11416         (wait_for_inferior): Don't clear syscall_number.
11417
11418 2012-01-24  Pedro Alves  <palves@redhat.com>
11419
11420         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
11421         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
11422         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
11423         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
11424         `ws' parameter.
11425         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
11426         false for events other than TARGET_SIGNAL_TRAP.
11427         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
11428         Add `ws' parameter.
11429         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
11430         events other than TARGET_SIGNAL_TRAP.
11431         (tracepoint_breakpoint_hit): Add `ws' parameter.
11432         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
11433         parameter.
11434         (bpstat_stop_status): Same.
11435         (pc_at_non_inline_function): Same.
11436         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
11437         to pass the current event's waitstatus to bpstat_stop_status
11438         and pc_at_non_inline_function.
11439
11440 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11441
11442         Code cleanup.
11443         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
11444         Update the function comment for it.
11445         (source_script_with_search): Call make_cleanup_fclose for STREAM.
11446         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
11447         for STREAM.
11448
11449 2012-01-24  Pedro Alves  <palves@redhat.com>
11450
11451         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
11452         outside `bs->stop' block.
11453         (bpstat_what): Rework bp_shlib_event handling.
11454         (internal_bkpt_check_status): If the breakpoint is a
11455         bp_shlib_event, then set bs->stop and bs->print if
11456         stop_on_solib_events is set.
11457
11458 2012-01-24  Gary Benson  <gbenson@redhat.com>
11459
11460         Delete #if 0'd out code.
11461         * stack.c (print_frame_label_vars): Remove.
11462         (catch_info): Likewise.
11463         (_initialize_stack): Remove "info catch" command.
11464         * NEWS: Mention the above.
11465
11466 2012-01-24  Pedro Alves  <palves@redhat.com>
11467
11468         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
11469         it.
11470         (remote_notice_new_inferior): If the remote end doesn't support
11471         the multiprocess extensions, then the PID is fake.
11472         (add_current_inferior_and_thread): New.
11473         (remote_start_remote): Use it.
11474         (extended_remote_attach_1): Adjust.
11475         (extended_remote_create_inferior_1): Use
11476         add_current_inferior_and_thread.
11477
11478 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11479
11480         Fix watchpoints to be specific for each inferior.
11481         * breakpoint.c (watchpoint_in_thread_scope): Verify also
11482         current_program_space.
11483         * i386-nat.c (i386_inferior_data_cleanup): New.
11484         (i386_inferior_data_get): Replace variable inf_data_local by an
11485         inferior_data call.
11486         (i386_use_watchpoints): Initialize i386_inferior_data.
11487         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
11488         specific iterate_over_lwps.
11489
11490 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11491
11492         Fix watchpoints across inferior fork.
11493         * amd64-linux-nat.c (update_debug_registers_callback): Update the
11494         comment for linux_nat_iterate_watchpoint_lwps.
11495         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
11496         linux_nat_iterate_watchpoint_lwps.
11497         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
11498         * i386-linux-nat.c (update_debug_registers_callback): Update the
11499         comment for linux_nat_iterate_watchpoint_lwps.
11500         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
11501         linux_nat_iterate_watchpoint_lwps.
11502         (i386_linux_prepare_to_resume): New comment on Linux kernel.
11503         * i386-nat.c: Include inferior.h.
11504         (dr_mirror): Remove.
11505         (i386_inferior_data, struct i386_inferior_data)
11506         (i386_inferior_data_get): New.
11507         (i386_debug_reg_state): Use i386_inferior_data_get.
11508         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
11509         (i386_insert_watchpoint, i386_remove_watchpoint)
11510         (i386_stopped_data_address, i386_insert_hw_breakpoint)
11511         (i386_remove_hw_breakpoint): New variable state, use
11512         i386_debug_reg_state instead of DR_MIRROR.
11513         * linux-nat.c (delete_lwp): New declaration.
11514         (num_lwps): Move here from downwards.
11515         (delete_lwp_cleanup): New.
11516         (linux_child_follow_fork): Create new child_lp, call
11517         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
11518         PTRACE_DETACH.
11519         (num_lwps): Move upwards.
11520         (linux_nat_iterate_watchpoint_lwps): New.
11521         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
11522         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
11523
11524 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
11525
11526         GDB 7.4 released.
11527
11528 2012-01-23  Pedro Alves  <palves@redhat.com>
11529
11530         * top.c (caution): Rename to ...
11531         (confirm): ... this.
11532         (show_caution): Rename to ...
11533         (show_confirm): ... this.
11534         (quit_cover): Adjust.
11535         (init_main): Adjust.
11536         * top.h (caution): Rename to ...
11537         (confirm): ... this.
11538         * utils.c (internal_vproblem, defaulted_query): Adjust.
11539
11540 2012-01-23  Pedro Alves  <palves@redhat.com>
11541
11542         * top.c (caution): Update comment.
11543         (execute_command): Don't consider the current value of `caution'.
11544
11545 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
11546
11547         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
11548
11549 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
11550
11551         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
11552         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
11553         * target.c (target_fileio_pwrite): Remove buffer address from
11554         debug output.
11555         (target_fileio_pread): Likewise.
11556
11557 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11558
11559         * NEWS: Document remote "info proc" and "generate-core-file".
11560
11561 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11562
11563         * gdbarch.sh (find_memory_regions): New callback.
11564         * gdbarch.c, gdbarch.h: Regenerate.
11565
11566         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
11567         callback before falling back to target method.
11568
11569         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
11570         (linux_target_install_ops): No longer install it.
11571
11572         * linux-tdep.c (linux_find_memory_regions): New function.
11573         (linux_init_abi): Install it.
11574
11575 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11576
11577         * gdbarch.sh (make_corefile_notes): New architecture callback.
11578         * gdbarch.c: Regenerate.
11579         * gdbarch.h: Likewise.
11580
11581         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
11582         before target_make_corefile_notes.  If NULL is returned, the
11583         target does not support core file generation.
11584
11585         * linux-nat.c: Include "linux-tdep.h".
11586         (find_signalled_thread, find_stop_signal): Remove.
11587         (linux_nat_do_thread_registers): Likewise.
11588         (struct linux_nat_corefile_thread_data): Likewise.
11589         (linux_nat_corefile_thread_callback): Likewise.
11590         (iterate_over_spus): Likewise.
11591         (struct linux_spu_corefile_data): Likewise.
11592         (linux_spu_corefile_callback): Likewise.
11593         (linux_spu_make_corefile_notes): Likewise.
11594         (linux_nat_collect_thread_registers): New function.
11595         (linux_nat_make_corefile_notes): Replace contents by call to
11596         linux_make_corefile_notes passing linux_nat_collect_thread_registers
11597         as native-only callback.
11598
11599         * linux-tdep.h: Include "bfd.h".
11600         (struct regcache): Add forward declaration.
11601         (linux_collect_thread_registers_ftype): New typedef.
11602         (linux_make_corefile_notes): Add prototype.
11603         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
11604         "regset.h", and "elf-bfd.h".
11605         (find_signalled_thread, find_stop_signal): New functions.
11606         (linux_spu_make_corefile_notes): Likewise.
11607         (linux_collect_thread_registers): Likewise.
11608         (struct linux_corefile_thread_data): New data structure.
11609         (linux_corefile_thread_callback): New funcion.
11610         (linux_make_corefile_notes): Likewise.
11611         (linux_make_corefile_notes_1): Likewise.
11612         (linux_init_abi): Install it.
11613
11614 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11615
11616         * gdbarch.sh (info_proc): New callback.
11617         * gdbarch.c, gdbarch.h: Regenerate.
11618
11619         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
11620         before falling back to the target info_proc callback.
11621
11622         * linux-nat.c: Do not include "cli/cli-utils.h".
11623         (linux_nat_info_proc): Remove.
11624         (linux_target_install_ops): No longer install it.
11625
11626         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
11627         (read_mapping): New function.
11628         (linux_info_proc): Likewise.
11629         (linux_init_abi): Install it.
11630
11631 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11632
11633         * defs.h (enum info_proc_what): Moved here from linux-nat.c
11634         * infcmd.c: (info_proc_cmd_1): New function.
11635         (info_proc_cmd): New function, moved here from equivalent routine
11636         orignally in linux-nat.c.
11637         (info_proc_cmd_mappings): Likewise.
11638         (info_proc_cmd_stat): Likewise.
11639         (info_proc_cmd_status): Likewise.
11640         (info_proc_cmd_cwd): Likewise.
11641         (info_proc_cmd_cmdline): Likewise.
11642         (info_proc_cmd_exe): Likewise.
11643         (info_proc_cmd_all): Likewise.
11644         (_initialize_infcmd): Install "info proc" command and subcommands.
11645
11646         * target.h (struct target_ops): Add to_info_proc.
11647         (target_info_proc): Add prototype.
11648         * target.c (target_info_proc): New function.
11649
11650         * procfs.c (procfs_info_proc): Add prototype.
11651         (info_proc_cmd): Rename into ...
11652         (procfs_info_proc): ... this.  Update argument types as appropriate
11653         for a to_info_proc implementation.  Handle "what" argument.
11654         (procfs_target): Install procfs_info_proc.
11655         (_initialize_procfs): No longer install "info proc" command.
11656
11657         * linux-nat.c: (enum info_proc_what): Remove.
11658         (linux_nat_info_proc_cmd_1): Rename into ...
11659         (linux_nat_info_proc): ... this.  Update argument types as appropriate
11660         for a to_info_proc implementation.
11661         (linux_nat_info_proc_cmd): Remove.
11662         (linux_nat_info_proc_cmd_mappings): Likewise.
11663         (linux_nat_info_proc_cmd_stat): Likewise.
11664         (linux_nat_info_proc_cmd_status): Likewise.
11665         (linux_nat_info_proc_cmd_cwd): Likewise.
11666         (linux_nat_info_proc_cmd_cmdline): Likewise.
11667         (linux_nat_info_proc_cmd_exe): Likewise.
11668         (linux_nat_info_proc_cmd_all): Likewise.
11669         (linux_target_install_ops): Install linux_nat_info_proc.
11670         (_initialize_linux_nat): No longer install "info proc" command
11671         and subcommands.
11672
11673 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
11674
11675         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
11676         * config.in, configure: Regenerate.
11677
11678         * target.h (struct target_ops): Add to_fileio_readlink.
11679         (target_fileio_readlink): Add prototype.
11680         * target.c (target_fileio_readlink): New function.
11681
11682         * inf-child.c: Conditionally include <sys/param.h>.
11683         (inf_child_fileio_readlink): New function.
11684         (inf_child_target): Install it.
11685
11686         * remote.c (PACKET_vFile_readlink): New enum value.
11687         (remote_hostio_readlink): New function.
11688         (init_remote_ops): Install it.
11689         (_initialize_remote): Handle vFile:readlink packet type.
11690
11691 2012-01-20  Pedro Alves  <palves@redhat.com>
11692             Ulrich Weigand  <ulrich.weigand@linaro.org>
11693
11694         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
11695         * config.in, configure: Regenerate.
11696
11697         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
11698         to_fileio_pread, to_fileio_close, to_fileio_unlink.
11699         (target_fileio_open): Add prototype.
11700         (target_fileio_pwrite): Likewise.
11701         (target_fileio_pread): Likewise.
11702         (target_fileio_close): Likewise.
11703         (target_fileio_unlink): Likewise.
11704         (target_fileio_read_alloc): Likewise.
11705         (target_fileio_read_stralloc): Likewise.
11706
11707         * target.c: Include "gdb/fileio.h".
11708         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
11709         (default_fileio_target): New function.
11710         (target_fileio_open): Likewise.
11711         (target_fileio_pwrite): Likewise.
11712         (target_fileio_pread): Likewise.
11713         (target_fileio_close): Likewise.
11714         (target_fileio_unlink): Likewise.
11715         (target_fileio_close_cleanup): Likewise.
11716         (target_fileio_read_alloc_1): Likewise.
11717         (target_fileio_read_alloc): Likewise.
11718         (target_fileio_read_stralloc): Likewise.
11719
11720         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
11721         <fcntl.h>, and <unistd.h>.
11722         (inf_child_fileio_open_flags_to_host): New function.
11723         (inf_child_errno_to_fileio_error): Likewise.
11724         (inf_child_fileio_open): Likewise.
11725         (inf_child_fileio_pwrite): Likewise.
11726         (inf_child_fileio_pread): Likewise.
11727         (inf_child_fileio_close): Likewise.
11728         (inf_child_fileio_unlink): Likewise.
11729         (inf_child_target): Install to_fileio routines.
11730
11731         * remote.c (init_remote_ops): Install to_fileio routines.
11732
11733 2012-01-20  Pedro Alves  <palves@redhat.com>
11734             Ulrich Weigand  <ulrich.weigand@linaro.org>
11735
11736         * remote.c (remote_multi_process_p): Only check for multi-process
11737         protocol feature, do not check for extended protocol.
11738         (remote_supports_multi_process): Check for extended protocol here.
11739         (set_general_process): Likewise.
11740         (extended_remote_kill): Likewise.
11741         (remote_pid_to_str): Likewise.
11742         (remote_query_supported): Always query multiprocess mode.
11743
11744 2012-01-20  Pedro Alves  <palves@redhat.com>
11745             Ulrich Weigand  <ulrich.weigand@linaro.org>
11746
11747         * inferior.h (struct inferior): Add fake_pid_p.
11748         * inferior.c (exit_inferior_1): Clear fake_pid_p.
11749         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
11750         magic_null_ptid since the remote side doesn't provide a real PID.
11751
11752 2012-01-19  Tom Tromey  <tromey@redhat.com>
11753
11754         * NEWS: Combine the two Python sections.
11755
11756 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
11757
11758         * target.h (target_close): Update comment on the target's unpush state.
11759
11760 2012-01-19  Pedro Alves  <palves@redhat.com>
11761
11762         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
11763         linux_nat_async directly instead of going through the target
11764         vector.
11765         * target.c (unpush_target): Close target after unpushing it, not
11766         before.
11767
11768 2012-01-19  Gary Benson  <gbenson@redhat.com>
11769
11770         * mdebugread.c (sort_blocks): Replace integer constants with ones
11771         derived from FIRST_LOCAL_BLOCK.
11772
11773 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
11774             Jan Kratochvil  <jan.kratochvil@redhat.com>
11775
11776         PR gdb/9538
11777         * symfile.c (find_separate_debug_file): New function.
11778         (terminate_after_last_dir_separator): Likewise.
11779         (find_separate_debug_file_by_debuglink): Also try realpath.
11780         * configure.ac (AC_CHECK_FUNCS): Add lstat.
11781         * configure: Regenerate.
11782         * config.in: Regenerate.
11783
11784 2012-01-18  Doug Evans  <dje@google.com>
11785
11786         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
11787         (main.o): Remove rule.
11788         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
11789         (--with-sysroot): Rewrite.
11790         * configure: Regenerate.
11791         * config.in: Regenerate.
11792
11793 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
11794
11795         * parse.c (initialize_expout): New function.
11796         (reallocate_expout): Likewise.
11797         (parse_exp_in_context): Use `initialize_expout' and
11798         `reallocate_expout' when appropriate.
11799
11800 2012-01-18  Pedro Alves  <palves@redhat.com>
11801
11802         * record.c (struct record_breakpoint, record_breakpoint_p)
11803         (record_breakpoints): New.
11804         (record_insert_breakpoint, record_remove_breakpoint): Manage
11805         record breakpoints list.  Only remove breakpoints from the
11806         inferior if they had been inserted there in the first place.
11807
11808 2012-01-17  Doug Evans  <dje@google.com>
11809
11810         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
11811         if we know we don't have a file name to look for.
11812
11813 2012-01-17  Pedro Alves  <palves@redhat.com>
11814
11815         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
11816         the frame's stop reason is UNWIND_UNAVAILABLE.
11817
11818 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11819
11820         Fix compilation error.
11821         * m2-exp.y (yyerror): Use ANSI C prototype.
11822
11823 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11824
11825         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
11826         (growbuf_by_size): Likewise.
11827         (yyerror): Likewise.
11828         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
11829         (modblock): Remove variable (was #if 0'ed).
11830         (parse_number): Convert prototype from K&R to ANSI C.
11831         (yyerror): Likewise.
11832         * objc-exp.y (parse_number): Likewise.
11833         (yyerror): Likewise.
11834         (yylex): Remove #if 0'ed code.
11835         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
11836         (yyerror): Likewise.
11837
11838 2012-01-16  Tom Tromey  <tromey@redhat.com>
11839
11840         * NEWS: Add item.
11841         * symtab.h (compare_filenames_for_search): Declare.
11842         * symtab.c (compare_filenames_for_search): New function.
11843         (iterate_over_some_symtabs): Use it.
11844         * symfile.h (struct quick_symbol_functions)
11845         <map_symtabs_matching_filename>: Change spec.
11846         * psymtab.c (partial_map_symtabs_matching_filename): Use
11847         compare_filenames_for_search.  Update for new spec.
11848         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
11849         compare_filenames_for_search.  Update for new spec.
11850         * breakpoint.c (clear_command): Use compare_filenames_for_search.
11851
11852 2012-01-16  Tom Tromey  <tromey@redhat.com>
11853
11854         PR python/13281:
11855         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
11856         (struct main_type) <flag_flag_enum>: New field.
11857         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
11858         * NEWS: Add entries.
11859         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
11860         enums.
11861         * python/lib/gdb/printing.py (_EnumInstance): New class.
11862         (FlagEnumerationPrinter): Likewise.
11863
11864 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
11865
11866         * breakpoint.c (create_sals_from_address_default): New function.
11867         (create_breakpoints_sal_default): Likewise.
11868         (decode_linespec_default): Likewise.
11869         (is_marker_spec): Removed.
11870         (strace_marker_p): New function.
11871         (init_breakpoint_sal): Using `strace_marker_p' instead of
11872         `is_marker_spec'.
11873         (create_breakpoint): Call method `create_sals_from_address' from
11874         breakpoint_ops, replacing code that created SALs conditionally
11875         on the type of the breakpoint.  Call method `create_breakpoints_sal',
11876         replacing code that created breakpoints conditionally on the type
11877         wanted.
11878         (base_breakpoint_create_sals_from_address): New function.
11879         (base_breakpoint_create_breakpoints_sal): Likewise.
11880         (base_breakpoint_decode_linespec): Likewise.
11881         (base_breakpoint_ops): Add methods
11882         `base_breakpoint_create_sals_from_address',
11883         `base_breakpoint_create_breakpoints_sal' and
11884         `base_breakpoint_decode_linespec'.
11885         (bkpt_create_sals_from_address): New function.
11886         (bkpt_create_breakpoints_sal): Likewise.
11887         (bkpt_decode_linespec): Likewise.
11888         (tracepoint_create_sals_from_address): Likewise.
11889         (tracepoint_create_breakpoints_sal): Likewise.
11890         (tracepoint_decode_linespec): Likewise.
11891         (strace_marker_create_sals_from_address): Likewise.
11892         (strace_marker_create_breakpoints_sal): Likewise.
11893         (strace_marker_decode_linespec): Likewise.
11894         (strace_marker_breakpoint_ops): New variable.
11895         (addr_string_to_sals): Remove `marker_spec'.  Call method
11896         `decode_linespec' from breakpoint_ops, replacing code that decoded
11897         an address string into a SAL.  Use `strace_marker_p' instead of
11898         `marker_spec'.
11899         (strace_command): Decide whether we are dealing with a static
11900         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
11901         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
11902         * breakpoint.h (linespec_result, linespec_sals): New forward
11903         declarations.
11904         (breakpoint_ops) <create_sals_from_address>,
11905         <create_breakpoints_sal>, <decode_linespec>: New methods.
11906
11907 2012-01-14  Doug Evans  <dje@google.com>
11908
11909         * NEWS: Update text for "maint set python print-stack".
11910         It is deprecated in gdb 7.4 and deleted in 7.5.
11911
11912 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
11913
11914         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
11915         including curses.h.
11916
11917 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11918
11919         * configure: Regenerate.
11920         * config.in: Regenerate.
11921
11922 2012-01-12  Keith Seitz  <keiths@redhat.com>
11923
11924         PR mi/10586
11925         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
11926         (ANONYMOUS_UNION_NAME): Define.
11927         (is_path_expr_parent): New function.
11928         (get_path_expr_parent): New function.
11929         (is_anonymous_child): New function.
11930         (create_child_with_value): If the child is anonymous and without
11931         a name, assign an object name to it.
11932         (c_describe_child): Use get_path_expr_parent to determine
11933         the parent expression.
11934         If there field represents an anonymous struct or union and
11935         has no name, set an appropriate display name and expression.
11936         (cplus_describe_child): Likewise.
11937
11938 2012-01-12  Pedro Alves  <palves@redhat.com>
11939
11940         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
11941         available when %ebp is found to be zero (outermost).
11942
11943 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
11944
11945         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
11946         an internal gdb_static_assert.
11947         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
11948
11949 2012-01-11  Tom Tromey  <tromey@redhat.com>
11950
11951         PR gdb/9598:
11952         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
11953         catch" and "catch throw".
11954
11955 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
11956
11957         * blockframe.c (block_innermost_frame): Start search from selected
11958         frame, if present, or otherwise the current frame.
11959
11960         * c-exp.y (variable): Update innermost_block for
11961         'block COLONCOLON NAME' clause.
11962         * m2-exp.y (variable): Ditto.
11963         * objc-exp.y (variable): Ditto.
11964
11965 2012-01-10  Tom Tromey  <tromey@redhat.com>
11966
11967         PR python/13199:
11968         * python/python.c (finish_python_initialization): Set sys.argv.
11969
11970 2012-01-10  Doug Evans  <dje@google.com>
11971
11972         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
11973         "want_line_info".  All callers updated.
11974         (dwarf_decode_lines_1): New function.
11975         (handle_DW_AT_stmt_list): Add function comment.
11976         New arg "want_line_info".  All callers updated.
11977         (read_file_scope,read_type_unit_scope): Move comment from
11978         handle_DW_AT_stmt_list to here.
11979
11980 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11981
11982         Fix regression after libiberty/ update for GCC PR 6057 and others.
11983         * c-exp.y (operator) <OPERATOR DELETE>
11984         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11985         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
11986         (make_builtin_type, make_name): New variable i, add gdb_assert.
11987         (operator) <OPERATOR NEW>: Update ARGS to 3.
11988         (operator) <OPERATOR DELETE>: Add trailing space.
11989         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
11990         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
11991         * cp-support.c (cp_canonicalize_string): Check NULL from
11992         cp_comp_to_string, call warning and return.
11993
11994 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
11995
11996         Fix duplicate .o files after omitting libbfd.a.
11997         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
11998         (SFILES): Add corelow.c.
11999         (COMMON_OBS): Add corelow.o.
12000         (ALLDEPFILES): Remove corelow.c.
12001         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
12002         * config/alpha/alpha-osf3.mh: Likewise.
12003         * config/alpha/fbsd.mh: Likewise.
12004         * config/arm/nbsdaout.mh: Likewise.
12005         * config/arm/nbsdelf.mh: Likewise.
12006         * config/i386/i386gnu.mh: Likewise.
12007         * config/ia64/hpux.mh: Likewise.
12008         * config/ia64/linux.mh: Likewise.
12009         * config/m32r/linux.mh: Likewise.
12010         * config/m68k/linux.mh: Likewise.
12011         * config/mips/irix5.mh: Likewise.
12012         * config/mips/irix6.mh: Likewise.
12013         * config/pa/hpux.mh: Likewise.
12014         * config/pa/linux.mh: Likewise.
12015         * config/powerpc/aix.mh: Likewise.
12016         * config/sparc/linux.mh: Likewise.
12017         * config/sparc/linux64.mh: Likewise.
12018         * config/sparc/sol2.mh: Likewise.
12019         * config/vax/vax.mh: Likewise.
12020         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
12021         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
12022         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
12023         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
12024         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
12025         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
12026         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
12027         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
12028         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
12029         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
12030         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
12031         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
12032         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12033         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
12034         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
12035         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12036         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
12037         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
12038         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
12039         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
12040         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
12041         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
12042         corelow.o from gdb_target_obs.
12043         * corefile.c (core_target): Update the comment on NULL value.
12044         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
12045         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
12046         MATCHES.  Drop YUMMY set on NULL.
12047         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
12048         reclaim CORE_DATA if it is already NULL.
12049
12050 2012-01-09  Doug Evans  <dje@google.com>
12051
12052         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
12053         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
12054
12055 2012-01-09  Keith Seitz  <keiths@redhat.com>
12056
12057         * breakpoint.c (wrapper.h): Don't include.
12058
12059 2012-01-09  Keith Seitz  <keiths@redhat.com>
12060
12061         * Makefile.in (SFILES): Remove wrapper.c.
12062         (HFILES_NO_SRCDIR): Remove wrapper.h.
12063         (COMMON_OBS): Remove wrapper.o.
12064         * cli/cli-interp.c: Don't inlude wrapper.h.
12065         * corelow.c: Likewise.
12066         (core_open): Replace gdb_target_find_new_threads with
12067         TRY_CATCH around target_find_new_threads.
12068         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
12069         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
12070         * varobj.c (varobj_create): Likewise for parse_exp_1 and
12071         evaluate_expression.
12072         (varobj_set_value): Likewise for evaluate_expression and
12073         value_assign.
12074         (install_new_variable): Likewise for value_fetch_lazy.
12075         (adjust_value_for_child_access): Likewise for value_ind.
12076         (c_describe_child): Likewise for value_subscript and
12077         value_ind.
12078         (c_value_of_root): Likewise for evaluate_expression.
12079         * wrapper.c: Remove.
12080         * wrapper.h: Remove.
12081
12082 2012-01-09  Doug Evans  <dje@google.com>
12083
12084         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
12085         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
12086         "abfd" args with "section".  All callers updated.
12087         Error checking code moved ...
12088         (error_check_comp_unit_head): ... here.  New function.
12089         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
12090         Delete arg "abfd".  New arg "type_offset".  All callers updated.
12091         (create_debug_types_hash_table): Simplify by using
12092         read_and_check_type_unit_head.
12093
12094         * parser-defs.h (namecopy): Delete.
12095         * parse.c (namecopy, namecopy_size): Move into copy_name.
12096
12097 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
12098
12099         Partially fix duplicate .o files after omitting libbfd.a.
12100         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
12101         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12102         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
12103         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12104         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
12105         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
12106         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
12107
12108 2012-01-09  Pedro Alves  <palves@redhat.com>
12109
12110         * MAINTAINERS: Update my email address.
12111
12112 2012-01-08  Doug Evans  <dje@google.com>
12113
12114         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
12115         n_type_units.  Rename type_comp_units to all_type_units.
12116         All uses updated.
12117         (add_signatured_type_cu_to_table): Renamed from
12118         add_signatured_type_cu_to_list.  All callers updated.
12119
12120         * gdbtypes.h (struct cplus_struct_type): Delete member
12121         nfn_fields_total.  All uses removed.
12122
12123 2012-01-06  Doug Evans  <dje@google.com>
12124
12125         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
12126         to top of file.
12127         (dwarf2_find_comp_unit): Delete.
12128         (process_psymtab_comp_unit): Make result "void".
12129         Delete args buffer, info_ptr, buffer_size, and replace with
12130         "section".  All callers updated.
12131         (dwarf2_build_psymtabs_hard): Simplify.
12132
12133 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
12134             Thiago Jung Bauermann  <bauerman@br.ibm.com>
12135
12136         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
12137         before `struct gdb_exception'.
12138         * breakpoint.c (update_global_location_list_nothrow)
12139         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
12140         * cp-abi.c (value_rtti_type): Likewise.
12141         * cp-support.c (cp_validate_operator): Likewise.
12142         * infrun.c (insert_exception_resume_breakpoint)
12143         (check_exception_resume, keep_going): Likewise.
12144         * mi-interp.c (mi_breakpoint_created)
12145         (mi_breakpoint_modified): Likewise.
12146         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
12147         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
12148         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
12149
12150 2012-01-05  Doug Evans  <dje@google.com>
12151
12152         * dwarf2read.c (statement_prologue): Delete, unused.
12153
12154         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
12155         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
12156
12157         * dwarf2read.c (comp_unit_header): Delete, unused.
12158
12159 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
12160
12161         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
12162         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
12163
12164 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
12165
12166         * infrun.c (normal_stop): Don't skip calling the normal_stop
12167         observers if the thread was doing a multi-step, but stopped for
12168         some reason other than stepping.
12169
12170 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
12171
12172         * cli/cli-decode.h: Add comments.
12173         (CMD_LIST_AMBIGUOUS): Moved to command.h
12174         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
12175         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
12176         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
12177         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
12178         (add_com, add_com_alias, add_info, add_info_alias)
12179         (complete_on_cmdlist, complete_on_enum, help_list): Remove
12180         declarations.
12181         * command.h: Add and adjust comments.
12182         (CMD_LIST_AMBIGUOUS): Moved here.
12183         (help_cmd, help_cmd_list): Delete declarations.
12184
12185 2012-01-04  Doug Evans  <dje@google.com>
12186
12187         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
12188         All callers updated.
12189         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
12190         Replace all arguments with "per_cu".  All callers updated.
12191
12192         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
12193
12194         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
12195         New arg "per_cu".  All callers updated.
12196
12197         Delete #if 0'd out code.
12198         * language.c (binop_result_type): Delete.
12199         (simple_type, ordered_type, same_type, integral_type): Delete.
12200         (numeric_type, character_type, string_type, boolean_type): Delete.
12201         (float_type, structured_type): Delete.
12202         * language.h: Update.
12203
12204 2012-01-04  Tom Tromey  <tromey@redhat.com>
12205
12206         * python/py-value.c (valpy_binop): Initialize 'res_val'.
12207
12208 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12209
12210         * corefile.c (close_exec_file): Delete.
12211         (reopen_exec_file): Remove commented out code that seems related
12212         to close_exec_file, which is being deleted here.
12213         * inferior.h (close_exec_file): Delete.
12214         * fork-child.c (fork_inferior): Remove call to fork_inferior.
12215
12216 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12217
12218         * ada-lang.c: #include "cli/cli-utils.h".
12219         (get_selections): Use skip_spaces.
12220         (ada_get_next_arg): Use skip_spaces and skip_to_space.
12221         (catch_ada_exception_command_split): Use skip_spaces.
12222         (ada_decode_assert_location): Likewise.
12223
12224 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12225
12226         * linespec.c (decode_line_internal): Check for C++ or Java
12227         compound constructs only if the current language is C, C++
12228         or Java.
12229
12230 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12231
12232         Revert:
12233         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12234                     Joel Brobecker  <brobecker@adacore.com>
12235         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12236         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12237         3 times.
12238         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12239         fall through into AT_ENTRY_POINT.
12240         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12241         DUMMY_ADDR with it.
12242         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12243         PPC_INSN_SIZE skip to 3 times.
12244
12245 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12246
12247         * linespec.c (add_minsym): Preserve function descriptors.
12248
12249 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
12250
12251         * breakpoint.c (all_locations_are_pending): Consider locations
12252         in program spaces executing during startup pending as well.
12253
12254 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12255
12256         Copyright year update in most files of the GDB Project.
12257
12258 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12259
12260         * copyright.sh: Delete.
12261         * copyright.py: Rewrite.
12262
12263 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12264
12265         * gnulib/extra/update-copyright: New file, imported from gnulib.
12266
12267 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
12268
12269         * README (Copyright and License Notices): New section.
12270
12271 2012-01-03  Tom Tromey  <tromey@redhat.com>
12272
12273         PR python/12533:
12274         * python/py-value.c (valpy_dereference, valpy_get_address
12275         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
12276         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
12277         (valpy_absolute, valpy_richcompare): Free intermediate values.
12278
12279 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
12280
12281         * ada-lang.c: Reformat the copyright notice.
12282
12283 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12284
12285         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
12286         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
12287         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
12288         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
12289         Revert this part of:
12290         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12291         Build gdb directly from *.o files not using libgdb.a.
12292         * Makefile.in (COMMON_OBS): Remove solib-target.o.
12293
12294 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12295
12296         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
12297         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
12298         Reformat the copyright header.
12299
12300 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12301
12302         Revert this part of:
12303         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12304         Remove the gdbtui binary.
12305         * gdb.c (main): Remove args.interpreter_p initialization.
12306         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12307         * main.h (struct captured_main_args): Remove interpreter_p.
12308
12309 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12310
12311         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
12312
12313 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
12314
12315         * top.c (print_gdb_version): Update copyright year.
12316
12317 2012-01-02  Yao Qi  <yao@codesourcery.com>
12318
12319         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
12320
12321 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12322             Joel Brobecker  <brobecker@adacore.com>
12323
12324         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
12325         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
12326         3 times.
12327         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
12328         fall through into AT_ENTRY_POINT.
12329         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
12330         DUMMY_ADDR with it.
12331         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
12332         PPC_INSN_SIZE skip to 3 times.
12333
12334 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12335
12336         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
12337         the return value.
12338         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
12339
12340 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12341
12342         Build gdb directly from *.o files not using libgdb.a.
12343         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
12344         (COMMON_OBS): Remove solib-target.o.
12345         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
12346         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
12347         (LIBGDB_OBS, libgdb.a): Move it above.
12348         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
12349         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
12350         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
12351         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
12352         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
12353         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
12354         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
12355         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
12356         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
12357         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
12358         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
12359         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
12360         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
12361         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
12362         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
12363         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
12364         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
12365         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
12366         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
12367         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
12368         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
12369         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
12370         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
12371         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
12372         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
12373         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
12374         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
12375
12376 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12377
12378         Remove the gdbtui binary.
12379         * .gitignore (/gdbtui): Remove.
12380         * Makefile.in (TUI): Remove.
12381         (SUBDIR_TUI_OBS): Remove tui-main.o.
12382         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
12383         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
12384         (tui-main.o): Remove.
12385         (all_object_files): Remove tui-main.o.
12386         * NEWS: New note for the gdbtui removal.
12387         * configure: Rebuilt.
12388         * configure.ac: No longer add all-tui, clean-tui, install-tui and
12389         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
12390         CONFIG_UNINSTALL respectively.
12391         * gdb.c (main): Remove args.interpreter_p initialization.
12392         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
12393         * main.h (struct captured_main_args): Remove interpreter_p.
12394         * tui/tui-main.c: Remove.
12395
12396 2012-01-01  Doug Evans  <dje@google.com>
12397
12398         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
12399         (dwarf2_physname, read_import_statement): Ditto.
12400         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
12401         (process_structure_scope read_subroutine_type): Ditto.
12402         (read_typedef, load_partial_dies, read_partial_die): Ditto.
12403         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
12404         (dwarf2_fetch_die_location_block): Ditto.
12405         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
12406
12407         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
12408         All callers updated.
12409         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
12410         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
12411         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
12412
12413         * dwarf2read.c (load_cu): Move assert to more useful location.
12414
12415         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
12416         All callers updated.
12417
12418         * dwarf2read.c (dwarf2_per_objfile): Add comment.
12419         (dwarf2_elf_names): Minor reformat.
12420         (dwarf2_per_cu_data): Tweak comment.
12421         (dwarf2_read_section): Fix comment.
12422         (create_all_comp_units): Fix comment.
12423         (load_full_comp_unit): Fix comment.
12424         (process_full_comp_unit): Fix comment.
12425         (read_signatured_type): Fix comment.
12426
12427 For older changes see ChangeLog-2011.
12428 \f
12429 Local Variables:
12430 mode: change-log
12431 left-margin: 8
12432 fill-column: 74
12433 version-control: never
12434 coding: utf-8
12435 End: