2012-07-18 Sergio Durigan Junior <sergiodj@redhat.com>
[external/binutils.git] / gdb / ChangeLog
1 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2
3         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
4         (elf_compile_to_ax): Likewise.
5         * infrun.c (insert_exception_resume_from_probe): Likewise.
6         (check_exception_resume): Remove `objfile' variable.
7         * probe.c (find_probe_by_pc): Remove `objfile' argument.
8         (struct probe_and_objfile, probe_and_objfile_s): Delete.
9         (collect_probes): Adjust return value to `VEC (probe_p) *'.
10         (compare_entries): Rename to...
11         (compare_probes): ...this.  Adjust function to work with
12         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
13         respectively.
14         (gen_ui_out_table_header_info): Adjust `probes' argument to be
15         `VEC (probe_p) *'.
16         (print_ui_out_info): Adjust argument to be `struct probe *'.
17         (info_probes_for_ops): Adjust internal computations to use
18         `VEC (probe_p) *'.
19         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
20         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
21         gen_info_probes_table_values>: Remove `objfile' argument.
22         (struct probe) <objfile>: New field.
23         (find_probe_by_pc): Remove `objfile' argument.
24         * stap-probe.c (stap_parse_probe_arguments): Likewise.
25         (stap_get_probe_argument_count): Likewise.
26         (stap_get_arg): Likewise.
27         (stap_evaluate_probe_argument): Likewise.
28         (stap_compile_to_ax): Likewise.
29         (compile_probe_arg): Refactor not to pass `objfile' anymore.
30         (handle_stap_probe): Fill `objfile' field from `struct probe'.
31         (stap_gen_info_probes_table_header): Remove `objfile' argument.
32         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
33         sym_compile_to_ax>: Likewise.
34
35 2012-07-18  Terry Guo  <terry.guo@arm.com>
36
37         PR 14329
38         * defs.h (GDB_MI_MSG_WIDTH): New.
39         * ser_base (ser_base_read_error_fd): New function.
40         (do_ser_base_readchar): Poll error file descriptor as well as
41         standard output.
42         (generic_readchar): Refactor error handling. 
43
44 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
45
46         * NEWS: Create a new section for the next release branch.
47         Rename the section of the current branch, now that it has
48         been cut.
49
50 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
51
52         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
53         * version.in: Bump version to 7.5.50.20120718-cvs.
54
55 2012-07-17  Keith Seitz  <keiths@redhat.com>
56
57         * linespec.c (linespec_parse_line_offset): Make parameter
58         const.
59
60 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
61
62         PR 11914
63         * f-valprint.c (info_common_command): New variable frame_id.
64         Reinitialize FI form FRAME_ID after each print_variable_and_value.
65         * printcmd.c (print_variable_and_value): Extend function comment.
66         Add comment for invalidated FRAME.
67         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
68         FI form FRAME_ID after each print_frame_local_vars.
69         (struct print_variable_and_value_data): Change frame to frame_id.
70         (do_print_variable_and_value): New variable frame, initialize it from
71         p->frame_id.  Add comment for invalidated FRAME.
72         (print_frame_local_vars, print_frame_arg_vars): New function comment.
73         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
74         for invalidated FRAME.
75
76 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
77             Pedro Alves  <palves@redhat.com>
78
79         * linux-nat.c (linux_nat_detach): Don't unregister from the event
80         loop.
81
82 2012-07-16  Tom Tromey  <tromey@redhat.com>
83
84         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
85
86 2012-07-15  Doug Evans  <dje@google.com>
87
88         * dwarf2read.c (stmt_list_hash): New struct.
89         (type_unit_group): Embed "per_cu" member, remove pointer.
90         New union member "t", move member "tus" into it, all uses updated.
91         New member "hash", replaces member "line_offset, all uses updated.
92         (quick_file_names): Replace member "offset" with "hash", all uses
93         updated.
94         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
95         (hash_file_name_entry, eq_file_name_entry): Call them.
96         (hash_type_unit_group, eq_type_unit_group): Ditto.
97         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
98         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
99         (dw2_get_file_names): Update.
100         (create_type_unit_group): Replace "per_cu" arg with "cu".
101         All callers updated.  Fix "quick" (.gdb_index) handling.
102         (get_type_unit_group): Replace "per_cu" arg with "cu".
103         All callers updated.
104         (build_type_unit_groups): Don't reset tu_stats.
105
106         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
107         "tab_cur_size".  Change member "tab" to be a htab_t.
108         (create_filename_seen_cache): Update.
109         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
110         (filename_seen): Update.
111
112 2012-07-13  Doug Evans  <dje@google.com>
113
114         * symtab.c (filename_seen): Update comment.
115
116 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
117             Doug Evans  <dje@google.com>
118
119         * buildsym.c (end_symtab_1): Split it to ...
120         (end_symtab_get_static_block): ... this ...
121         (end_symtab_from_static_block): ... and this function.
122         (end_symtab, end_expandable_symtab): Call them.
123         * buildsym.h (end_symtab_get_static_block)
124         (end_symtab_from_static_block): New declarations.
125         * dwarf2read.c (process_full_comp_unit): New variable static_block.
126         Set its valid CU ranges.
127
128 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
129
130         * dwarf2loc.c (disassemble_dwarf_expression): Handle
131         DW_OP_GNU_parameter_ref.
132
133 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
134
135         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
136         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
137
138 2012-07-13  Doug Evans  <dje@google.com>
139
140         * symtab.c (output_source_filename): Delete unnecessary forward decl.
141         (filename_seen_cache): New struct.
142         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
143         (create_filename_seen_cache): New function.
144         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
145         (filename_seen): Delete arg "first".  New arg "cache".  All callers
146         updated.
147         (output_source_filename_data): New struct.
148         (output_source_filename): Delete arg "first".  New arg "data".
149         All callers updated.
150         (sources_info): Delete local "first".  New locals "data", "cleanups".
151         Rewrite to use filename_seen_cache.
152         (add_partial_filename_data): Delete member "first".  New member
153         "filename_seen_cache".  All uses updated.
154         (make_source_files_completion_list): Rewrite to use
155         filename_seen_cache.
156
157 2012-07-12  Doug Evans  <dje@google.com>
158
159         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
160
161 2012-07-10  Doug Evans  <dje@google.com>
162
163         PR gdb/13498
164         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
165         all_type_unit_groups, type_unit_groups, tu_stats.
166         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
167         All uses updated.  Add type_unit_group to union "s".
168         (type_unit_group): New struct.
169         (IS_TYPE_UNIT_GROUP): New macro.
170         (abbrev_table): Delete unused member "section".
171         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
172         (dw2_get_cu): Assert not used with type_unit_group.
173         (dw2_get_primary_cu): New function.
174         (dw2_build_type_unit_groups_reader): New function.
175         (dw2_build_type_unit_groups): New function.
176         (dw2_get_file_names): Assert not called on type units.
177         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
178         Redo loop to iterate over type unit groups instead of type units.
179         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
180         (read_abbrev_offset): New function.
181         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
182         updated.
183         (create_partial_symtab): New function.
184         (process_psymtab_comp_unit_reader): Assert not used with type units.
185         Call create_partial_symtab.
186         (process_psymtab_type_unit): Delete.
187         (hash_type_unit_group, eq_type_unit_group): New functions.
188         (allocate_type_unit_groups_table): New function.
189         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
190         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
191         (create_type_unit_group, get_type_unit_group): New functions.
192         (tu_abbrev_offset): New struct.
193         (sort_tu_by_abbrev_offset): New function.
194         (add_type_unit_group_to_table): New function.
195         (build_type_unit_groups): New function.
196         (build_type_psymtabs_reader): New function.
197         (build_type_psymtab_dependencies): New function.
198         (build_type_psymtabs): Rewrite.
199         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
200         is seen in a type unit.
201         (process_queue): Move symtab expansion debugging printfs here.
202         Call process_full_type_unit for type units.
203         (compute_symtab_includes): Assert not called for type units.
204         (process_cu_includes): Don't call compute_symtab_includes for
205         type units.
206         (process_full_type_unit): New function.
207         (process_imported_unit_die): Flag an error if called for type units.
208         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
209         updated.  Assert not called for type units.
210         (read_file_scope): Call dwarf2_start_symtab.
211         (setup_type_unit_groups): New function.
212         (read_type_unit_scope): Rewrite.
213         (abbrev_table_read_table): Initialize abbrev_table->offset.
214         (abbrev_table_free_cleanup): New function.
215         (dwarf2_start_symtab): New function.
216         (load_full_type_unit): Assert not called for type unit groups.
217         * buildsym.c (finish_block_internal): New arg "expandable".
218         All callers updated.
219         (start_symtab): Move most contents to ...
220         (restart_symtab): ... here.  New function.
221         (reset_symtab_globals): New function.
222         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
223         Call reset_symtab_globals.
224         (end_symtab, end_expandable_symtab): New functions.
225         (set_missing_symtab, augment_type_symtab): New functions.
226         * buildsym.h (end_expandable_symtab): Declare.
227         (augment_type_symtab, restart_symtab): Declare.
228         * psympriv.h (struct partial_symtab): New member "anonymous".
229         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
230         anonymous psymtabs.
231         (read_psymtabs_with_filename): Ditto.
232         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
233         (expand_symtabs_matching_via_partial): Ditto.
234         (dump_psymtab): Update.
235         * dictionary.c (dict_add_pending): New function.
236         * dictionary.h (dict_add_pending): Declare.
237
238 2012-07-09  Doug Evans  <dje@google.com>
239
240         * buildsym.c (start_subfile): Remove unnecessary check for
241         name == NULL.
242
243         * psymtab.c (allocate_psymtab): Use host_address_to_string.
244
245         * dwarf2read.c (load_full_type_unit): Simplify.
246
247         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
248         to struct signatured_type **.  All uses updated.
249
250         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
251         All callers updated.
252
253 2012-07-09  Tom Tromey  <tromey@redhat.com>
254
255         * c-exp.y (check_parameter_typelist): New function.
256         (parameter_typelist): Call it.
257         * eval.c (make_params): Handle '(void)' case.
258         * gdbtypes.c (lookup_function_type_with_arguments): Handle
259         '(void)' case.
260
261 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
262
263         * common/linux-ptrace.c: Include gdb_assert.h.
264         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
265         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
266         stdint.h.
267         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
268         functions.
269         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
270         * linux-nat.c (linux_child_post_attach)
271         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
272
273 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
274
275         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
276         nptl <2.7 bug workaround for core files.
277
278 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
279
280         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
281         clearing.
282         (save_siginfo): Remove.
283         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
284         call.
285         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
286         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
287         * linux-nat.h (struct lwp_info): Remove field siginfo.
288
289 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
290
291         Code cleanup for the next patch.
292         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
293         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
294         call for it.
295         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
296         (ia64_linux_stopped_data_address):
297         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
298         the return value.
299         * linux-nat.h (linux_nat_get_siginfo): Likewise.
300         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
301         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
302         call for it.
303
304 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
305
306         PR 14321
307         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
308         Increase buffer sizes to 2x we need, not just 2x of the previous size.
309
310 2012-07-06  Tom Tromey  <tromey@redhat.com>
311
312         * c-exp.y (DOTDOTDOT): New token.
313         (func_mod, exp): Use parameter_typelist.
314         (parameter_typelist): New production.
315         (tokentab3): Add "..." token.
316         * eval.c (make_params): Handle varargs.
317         * gdbtypes.c (lookup_function_type_with_arguments): Handle
318         varargs.
319
320 2012-07-06  Tom Tromey  <tromey@redhat.com>
321
322         PR exp/9608:
323         * c-exp.y (%union) <tvec>: Change type.
324         (func_mod): Now uses <tvec> type.
325         (exp): Update for tvec change.
326         (direct_abs_decl): Push the typelist.
327         (func_mod): Return a typelist.
328         (nonempty_typelist): Update for tvec change.
329         * gdbtypes.c (lookup_function_type_with_arguments): New function.
330         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
331         * parse.c (pop_type_list): New function.
332         (push_typelist): New function.
333         (follow_types): Handle tp_function_with_arguments.
334         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
335         (enum type_pieces) <tp_function_with_arguments>: New constant.
336         (union type_stack_elt) <typelist_val>: New field.
337         (push_typelist): Declare.
338
339 2012-07-06  Tom Tromey  <tromey@redhat.com>
340
341         * c-exp.y (%union) <type_stack>: New field.
342         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
343         (ptr_operator_ts): New production.
344         (ptype): Update.
345         * parse.c (type_stack_reserve): New function.
346         (check_type_stack_depth): Use it.
347         (pop_type_stack, append_type_stack, push_type_stack)
348         (get_type_stack, type_stack_cleanup): New functions.
349         (follow_types): Handle tp_type_stack.
350         (_initialize_parse): Simplify initialization.
351         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
352         constant.
353         (union type_stack_elt) <stack_val>: New field.
354         (get_type_stack, append_type_stack, push_type_stack)
355         (type_stack_cleanup): Declare.
356
357 2012-07-06  Tom Tromey  <tromey@redhat.com>
358
359         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
360         Remove.
361         (struct type_stack): New.
362         * parse.c (type_stack, type_stack_size, type_stack_depth):
363         Remove.
364         (type_stack): New global.
365         (parse_exp_in_context, check_type_stack_depth)
366         (insert_into_type_stack, insert_type, push_type, push_type_int)
367         (insert_type_address_space, pop_type, pop_type_int)
368         (_initialize_parse): Update.
369
370 2012-07-06  Tom Tromey  <tromey@redhat.com>
371
372         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
373         Remove %type.
374
375 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
376
377         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
378
379 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
380             Jan Kratochvil  <jan.kratochvil@redhat.com>
381
382         * cp-valprint.c (cp_print_value): Replace potentially unsafe
383         alloca with xmalloc/xfree.
384
385 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
386
387         * MAINTAINERS (Write After Approval): Add myself to the list.
388
389 2012-07-05  Doug Evans  <dje@google.com>
390
391         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
392
393 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
394
395         * ax-gdb.c (cli/cli-utils.h): New include.
396         (linespec.h): Ditto.
397         (agent_eval_command_one): New function.
398         (agent_command_1): Ditto.
399         (agent_command): Call function agent_command_1.
400         (agent_eval_command): Ditto.
401         (_initialize_ax_gdb): Change help for "maint agent"
402         and "maint agent-eval".
403
404 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
405
406         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
407         * cli/cli-utils.c (check_for_argument): New function.
408         * cli/cli-utils.h (check_for_argument): Ditto.
409
410 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
411
412         * NEWS: Mention x32 ABI support.
413
414 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
415
416         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
417         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
418
419         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
420         and pc_regnum_from_eax to -1.  Update SP regnum from
421         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
422         needed.
423
424         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
425         pc_regnum_from_eax.
426
427 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
428
429         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
430         * dwarf2expr.h: Include gdbtypes.h.
431         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
432         these forward declarations.
433         (cu_offset, sect_offset): Move these ...
434         * gdbtypes.h: Remove include dwarf2expr.h.
435         (cu_offset, sect_offset): ... here.
436
437 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
438
439         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
440         (amd64_linux_sigtramp_code): This.
441         (amd64_x32_linux_sigtramp_code): New.
442         (LINUX_SIGTRAMP_LEN): Updated.
443         (amd64_linux_sigtramp_start): Check x32 sigtramp.
444
445 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
446
447         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
448
449 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
450
451         * config.in: Regenerate.
452         * configure: Regenerate.
453         * configure.ac: Remove check for gnu/libc-version.h.
454         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
455         gnu/libc-version.h.
456         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
457         variables libc_version, libc_major and libc_minor.  Replace sscanf by
458         inferior_has_bug.  Extend the comment.
459
460 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
461
462         * linux-thread-db.c (inferior_has_bug): New function.
463         (thread_db_find_new_threads_silently): Return boolean as checked by
464         inferior_has_bug, describe it in the comments.
465         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
466         earlier.  Abort the initialization if it returned non-zero.
467         (thread_db_new_objfile): Exclude debug files.
468         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
469         if UNTIL_NO_NEW,
470
471 2012-07-02  Doug Evans  <dje@google.com>
472
473         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
474         related to queue management.
475
476         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
477         instead of "debug dwarf2-die" in debugging printfs.
478         (create_debug_info_hash_table_reader): Ditto.
479         (create_debug_info_hash_table): Ditto.
480         (init_dwo_file): Ditto.
481         (init_cutu_and_read_dies): Add debugging printf.
482         (init_cutu_and_read_dies_no_follow): Ditto.
483         (process_psymtab_comp_unit_reader): Ditto.
484
485 2012-07-02  Stan Shebs  <stan@codesourcery.com>
486
487         Add target-side support for dynamic printf.
488         * NEWS: Mention the additional style.
489         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
490         (struct bp_location): New field cmd_bytecode.
491         * breakpoint.c: Include format.h.
492         (disconnected_dprintf): New global.
493         (parse_cmd_to_aexpr): New function.
494         (build_target_command_list): New function.
495         (insert_bp_location): Call it.
496         (remove_breakpoints_pid): Skip dprintf breakpoints.
497         (print_one_breakpoint_location): Ditto.
498         (dprintf_style_agent): New global.
499         (dprintf_style_enums): Add dprintf_style_agent.
500         (update_dprintf_command_list): Add agent case.
501         (agent_printf_command): New function.
502         (_initialize_breakpoint): Add new commands.
503         * common/ax.def (printf): New bytecode.
504         * ax.h (ax_string): Declare.
505         * ax-gdb.h (gen_printf): Declare.
506         * ax-gdb.c: Include cli-utils.h, format.h.
507         (gen_printf): New function.
508         (maint_agent_print_command): New function.
509         (_initialize_ax_gdb): Add maint agent-printf command.
510         * ax-general.c (ax_string): New function.
511         (ax_print): Add printf disassembly.
512         * Makefile.in (SFILES): Add format.c
513         (COMMON_OBS): Add format.o.
514         * common/format.h: New file.
515         * common/format.c: New file.
516         * printcmd.c: Include format.h.
517         (ui_printf): Call parse_format_string.
518         * remote.c (remote_state): New field breakpoint_commands.
519         (PACKET_BreakpointCommands): New enum.
520         (remote_breakpoint_commands_feature): New function.
521         (remote_protocol_features): Add new BreakpointCommands entry.
522         (remote_can_run_breakpoint_commands): New function.
523         (remote_add_target_side_commands): New function.
524         (remote_insert_breakpoint): Call it.
525         (remote_insert_hw_breakpoint): Ditto.
526         (_initialize_remote): Add new packet configuration for
527         target-side breakpoint commands.
528         * target.h (struct target_ops): New field
529         to_can_run_breakpoint_commands.
530         (target_can_run_breakpoint_commands): New macro.
531         * target.c (update_current_target): Handle
532         to_can_run_breakpoint_commands.
533
534 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
535
536         Execute -ix and -iex only after system and user gdbinit files.
537         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
538         processing down after gdbinit files.
539
540 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
541
542         Add fnmatch-gnu module.
543         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
544         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
545         * gnulib/aclocal.m4: Regenerate.
546         * gnulib/config.in: Regenerate.
547         * gnulib/configure: Regenerate.
548         * gnulib/import/dummy.c: Remove.
549         * gnulib/import/Makefile.am: Regenerate.
550         * gnulib/import/Makefile.in: Likewise.
551         * gnulib/import/m4/gnulib-cache.m4: Likewise.
552         * gnulib/import/m4/gnulib-comp.m4: Likewise.
553         * gnulib/import/alloca.c: New file.
554         * gnulib/import/alloca.in.h: Likewise.
555         * gnulib/import/config.charset: Likewise.
556         * gnulib/import/fnmatch.c: Likewise.
557         * gnulib/import/fnmatch.in.h: Likewise.
558         * gnulib/import/fnmatch_loop.c: Likewise.
559         * gnulib/import/localcharset.c: Likewise.
560         * gnulib/import/localcharset.h: Likewise.
561         * gnulib/import/m4/alloca.m4: Likewise.
562         * gnulib/import/m4/codeset.m4: Likewise.
563         * gnulib/import/m4/configmake.m4: Likewise.
564         * gnulib/import/m4/fcntl-o.m4: Likewise.
565         * gnulib/import/m4/fnmatch.m4: Likewise.
566         * gnulib/import/m4/glibc21.m4: Likewise.
567         * gnulib/import/m4/localcharset.m4: Likewise.
568         * gnulib/import/m4/locale-fr.m4: Likewise.
569         * gnulib/import/m4/locale-ja.m4: Likewise.
570         * gnulib/import/m4/locale-zh.m4: Likewise.
571         * gnulib/import/m4/mbrtowc.m4: Likewise.
572         * gnulib/import/m4/mbsinit.m4: Likewise.
573         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
574         * gnulib/import/m4/mbstate_t.m4: Likewise.
575         * gnulib/import/m4/stdbool.m4: Likewise.
576         * gnulib/import/m4/wchar_h.m4: Likewise.
577         * gnulib/import/m4/wctype_h.m4: Likewise.
578         * gnulib/import/m4/wint_t.m4: Likewise.
579         * gnulib/import/mbrtowc.c: Likewise.
580         * gnulib/import/mbsinit.c: Likewise.
581         * gnulib/import/mbsrtowcs-impl.h: Likewise.
582         * gnulib/import/mbsrtowcs-state.c: Likewise.
583         * gnulib/import/mbsrtowcs.c: Likewise.
584         * gnulib/import/ref-add.sin: Likewise.
585         * gnulib/import/ref-del.sin: Likewise.
586         * gnulib/import/stdbool.in.h: Likewise.
587         * gnulib/import/streq.h: Likewise.
588         * gnulib/import/strnlen1.c: Likewise.
589         * gnulib/import/strnlen1.h: Likewise.
590         * gnulib/import/verify.h: Likewise.
591         * gnulib/import/wchar.in.h: Likewise.
592         * gnulib/import/wctype.in.h: Likewise.
593
594 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
595
596         Support shell wildcards for 'set auto-load safe-path'.
597         * auto-load.c: Include fnmatch.h.
598         (filename_is_in_dir): Rename to ...
599         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
600         it.  Update function comment.  Rename dir_len to pattern_len.  New
601         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
602         messages.  Use gdb_filename_fnmatch.
603         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
604         pattern.
605         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
606         * defs.h (gdb_filename_fnmatch): New declaration.
607         * utils.c: Include fnmatch.h.
608         (gdb_filename_fnmatch): New function.
609
610 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
611
612         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
613         `-probe' and `-probe-stap' options.
614
615 2012-07-01  Yao Qi  <yao@codesourcery.com>
616
617         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
618         always_inserted_off, and always_inserted_enums.
619         Change always_inserted_mode's type to 'enum auto_boolean'.
620         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
621         callers.
622         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
623         of add_setshow_enum_cmd.
624         * infrun.c: Remove can_use_displaced_stepping_auto,
625         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
626         can_use_displaced_stepping_enum.
627         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
628         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
629         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
630         add_setshow_enum_cmd.
631
632 2012-06-30  Doug Evans  <dje@google.com>
633
634         * dwarf2read.c (signatured_type): Make "per_cu" member first.
635         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
636         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
637
638 2012-06-29  Doug Evans  <dje@google.com>
639
640         * linespec.c: #include "stack.h".
641         (decode_line_with_current_source): Moved here from symtab.c and
642         renamed from decode_line_spec.  All callers updated.
643         (decode_line_with_last_displayed): Moved here from breakpoint.c and
644         renamed from decode_line_spec_1.  All callers updated.
645         * linespec.h (decode_line_with_current_source): Move declaration here
646         from symtab.h and renamed from decode_line_spec.
647         (decode_line_with_last_displayed): Move declaration here from symtab.h
648         and renamed from decode_line_spec_1.
649         * macrocmd.c: #include "linespec.h".
650         * symtab.c: Remove #include "linespec.h".
651
652 2012-06-28  Doug Evans  <dje@google.com>
653
654         * dwarf2read.c (get_cu_length): New function.
655         (offset_in_cu_p, error_check_comp_unit_head): Call it.
656         (create_debug_types_hash_table): Ditto.
657         (init_cutu_and_read_dies): Ditto.
658         (init_cutu_and_read_dies_no_follow): Ditto.
659
660         * dwarf2read.c (dwarf2_find_base_address): Move definition.
661
662         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
663         (struct abbrev_table): Define.
664         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
665         abbrev_table.
666         (init_cutu_and_read_dies): Update.
667         (abbrev_table_alloc_abbrev): New function.  Replaces
668         dwarf_alloc_abbrev.  All callers updated.
669         (abbrev_table_add_abbrev): New function.
670         (abbrev_table_lookup_abbrev): New function.  Replaces
671         dwarf2_lookup_abbrev.  All callers updated.
672         (abbrev_table_read_table): New function.  Contents moved here from
673         dwarf2_read_abbrevs.
674         (dwarf2_read_abbrevs): Call it.
675         (abbrev_table_free): New function.
676         (dwarf2_free_abbrev_table): Call it.
677
678 2012-06-28  Stan Shebs  <stan@codesourcery.com>
679
680         * osdata.c (info_osdata_command): Filter out "Title" columns
681         from non-MI uses.
682         * common/linux-osdata.c (struct osdata_type): Add title field.
683         (osdata_table): Add titles to each entry.
684         (linux_command_xfer_osdata): Add a column for title data.
685
686 2012-06-28  Stan Shebs  <stan@codesourcery.com>
687
688         Make logging work for MI.
689         * NEWS: Mention it.
690         * interps.h (interp_set_logging_ftype): New typedef.
691         (struct interp_procs): New field set_logging_proc.
692         (current_interp_set_logging): Declare.
693         * interps.c (current_interp_set_logging): New function.
694         * cli/cli-logging.c: Include interps.h.
695         (set_logging_redirect): Call current_interp_set_logging.
696         (pop_output_files): Ditto.
697         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
698         * mi/mi-console.h (mi_console_set_raw): Declare.
699         * mi/mi-console.c (mi_console_set_raw): New function.
700         * mi/mi-interp.c (saved_raw_stdout): New global.
701         (mi_set_logging): New function.
702         (_initialize_mi_interp): Add it to interp procs.
703
704 2012-06-28  Doug Evans  <dje@google.com>
705
706         * symtab.c (lookup_symbol_aux_objfile): Use
707         ALL_OBJFILE_PRIMARY_SYMTABS.
708
709         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
710
711 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
712
713         * common/buffer.c: Include inttypes.h and stdint.h.
714         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
715
716 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
717             Pedro Alves  <palves@redhat.com>
718
719         * gdbthread.h (ALL_THREADS): New macro.
720         (thread_list): Declare.
721         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
722         going, but instead fall through to the stepping handling.
723         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
724         the passed in signal.  Adjust debug output.
725         (resume_callback): Rename to ...
726         (linux_nat_resume_callback): ... this.  Pass the thread's last
727         stop signal, if in "pass" state.
728         (linux_nat_resume): Adjust to rename.
729         (stop_wait_callback): New assertion.  Don't respawn signals;
730         instead let the LWP remain with SIGNALLED set.
731         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
732         * remote.c (append_pending_thread_resumptions): New.
733         (remote_vcont_resume): Call it.
734         * target.h (target_resume): Extend comment.
735
736 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
737
738         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
739
740 2012-06-27  Doug Evans  <dje@google.com>
741
742         * dwarf2read.c (dwarf2_cu): Add ranges_base.
743         Delete have_addr_base, unused.  All uses updated.
744         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
745         (dwarf2_get_pc_bounds): Add ranges_base.
746         (dwarf2_record_block_ranges): Ditto.
747
748 2012-06-27  Tom Tromey  <tromey@redhat.com>
749
750         PR macros/7961:
751         * varobj.c (varobj_create): Update.
752         (varobj_set_value): Update.
753         * tracepoint.c (validate_actionline): Update.
754         (encode_actions_1): Update.
755         * parse.c (parse_exp_1): Add 'pc' argument.
756         (parse_exp_in_context): Add 'pc' argument.  Change how
757         expression_context_pc is set.
758         (parse_expression): Update.
759         (parse_field_expression): Update.
760         * expression.h (parse_exp_1): Update.
761         * eval.c (parse_to_comma_and_eval): Update.
762         * breakpoint.c (set_breakpoint_condition): Update.
763         (update_watchpoint): Update.
764         (init_breakpoint_sal): Update
765         (find_condition_and_thread): Update.
766         (watch_command_1): Update.
767         (update_breakpoint_locations): Update.
768         * ada-lang.c (ada_read_renaming_var_value): Update.
769         (create_excep_cond_exprs): Update.
770
771 2012-06-27  Doug Evans  <dje@google.com>
772
773         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
774         type units.
775
776 2012-06-26  Doug Evans  <dje@google.com>
777
778         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
779         prototype.
780         (error_check_comp_unit_head): New arg abbrev_section.  All callers
781         updated.
782         (read_and_check_comp_unit_head): Ditto.
783         (read_and_check_type_unit_head): Ditto.
784
785 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
786
787         New attribute 'last' for gdb.Symtab_and_line.
788         * NEWS (Python Scripting): Add entry about the new attribute.
789         * python/py-symtab.c (salpy_get_last): New function which
790         implements the get method for the 'last' attribute of
791         gdb.Symtab_and_line.
792         (sal_object_getset): Add entry for the 'last' attribute.
793
794 2012-06-26  Doug Evans  <dje@google.com>
795
796         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
797         (dwo_sections): Add macinfo, macro.
798         (dwarf2_locate_dwo_sections): Watch for macro sections.
799         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
800         All callers updated.  Handle DWO files.
801
802         * NEWS: Mention new options "set debug dwarf2-read" and
803         "set debug symtab-create".
804         * dwarf2read.c (dwarf2_read_debug): New static global.
805         (dwarf2_build_psymtabs_hard): Add debugging printfs.
806         (process_queue): Ditto.
807         (process_full_comp_unit): Ditto.
808         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
809         * elfread.c (elf_symfile_read): Add debugging printf.
810         * minsyms.c (install_minimal_symbols): Ditto.
811         * psymtab.c (allocate_psymtab): Ditto.
812         * symfile.c (allocate_symtab): Ditto.
813         * symtab.c (symtab_create_debug): New global.
814         (_initialize_symtab): Add new option "set debug symtab-create".
815         * symtab.h (symtab_create_debug): Declare.
816
817         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
818         (lookup_dwo_type_unit): Ditto.
819
820 2012-06-26  Roland McGrath  <roland@hack.frob.com>
821             H.J. Lu  <hongjiu.lu@intel.com>
822
823         * amd64-linux-nat.c: Include <sys/user.h>.
824         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
825         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
826         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
827
828         * configure.ac: Check if the fs_base and gs_base members of
829         `struct user_regs_struct' exist.
830         * config.in: Regenerated.
831         * configure: Likewise.
832
833 2012-06-25  Michael Eager  <eager@eagercon.com>
834
835         PR python/14291
836         * python/python.c (gdbpy_write): Check for interrupted output. 
837
838 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
839
840         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
841         register as a stack alignment in ARM mode.
842
843 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
844
845         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
846         * gnulib/config.in: Regenerate.
847         * gnulib/configure: Likewise.
848         * gnulib/import/m4/extensions.m4: Update it.
849         * gnulib/import/m4/gnulib-common.m4: Likewise.
850         * gnulib/import/m4/memmem.m4: Likewise.
851         * gnulib/import/m4/mmap-anon.m4: Likewise.
852         * gnulib/import/m4/multiarch.m4: Likewise.
853         * gnulib/import/stdint.in.h: Likewise.
854
855 2012-06-24  Yao Qi  <yao@codesourcery.com>
856
857         * corefile.c (write_memory_with_notification): New.
858         * gdbcore.h: Declare write_memory_with_notification.
859         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
860         'observer_notify_memory_changed' with 'write_memory_with_notification'.
861         * valops.c (value_assign): Likewise.
862         * python/py-inferior.c (infpy_write_memory): Call
863         'write_memory_with_notification'.
864
865 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
866
867         * cc-with-index.sh: Use also -ex "set auto-load no".
868
869 2012-06-23  Doug Evans  <dje@google.com>
870
871         PR 14125
872         * NEWS: Document additions to .gdb_index.
873         * dwarf2read.c: #include "gdb/gdb-index.h".
874         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
875         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
876         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
877         (dwarf2_read_index): Recognize version 7.
878         (dw2_do_expand_symtabs_matching): New args want_specific_block,
879         block_kind, domain): All callers updated.
880         (dw2_find_symbol_file): Handle new index CU values.
881         (dw2_expand_symtabs_matching): Match symbol kind if requested.
882         (add_index_entry): New args is_static, kind.  All callers updated.
883         (offset_type_compare, uniquify_cu_indices): New functions
884         (symbol_kind): New function.
885         (write_psymtabs_to_index): Remove duplicate CU values.
886         (write_psymtabs_to_index): Write .gdb_index version 7.
887
888 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
889
890         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
891         * configure: Regenerate.
892
893 2012-06-20  Yao Qi  <yao@codesourcery.com>
894
895         * python/py-inferior.c: Update comments of infpy_read_memory
896         and infpy_write_memory.
897
898 2012-06-19  Tom Tromey  <tromey@redhat.com>
899
900         PR exp/9514:
901         * parser-defs.h (insert_type, insert_type_address_space): Declare.
902         (push_type_address_space): Remove.
903         * parse.c (insert_into_type_stack): New function.
904         (insert_type): Likewise.
905         (insert_type_address_space): Rename from push_type_address_space.
906         Insert tp_space_identifier.
907         * c-exp.y (ptr_operator): New production.
908         (abs_decl): Use ptr_operator.
909         (space_identifier): Call insert_type_address_space.
910         (ptype): Don't use const_or_volatile_or_space_identifier.
911         (const_or_volatile_noopt): Call insert_type.
912         (conversion_type_id, conversion_declarator): New productions.
913         (operator): Use conversion_type_id.
914
915 2012-06-18  Doug Evans  <dje@google.com>
916
917         * symtab.h (minimal_symbol): New member created_by_gdb.
918         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
919         created by gdb.
920         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
921         (search_symbols): Call it instead of lookup_symbol.
922         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
923
924         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
925         Adjust address for DW_OP_GNU_addr_index.
926         * dwarf2expr.h (dwarf_expr_context): Update comment.
927         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
928         all callers updated.  Handle TLS vars described with
929         DW_OP_GNU_const_index.
930         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
931         and DW_OP_GNU_const_index.
932         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
933
934         * block.c (find_block_in_blockvector): Make explicit the fact that we
935         ignore GLOBAL_BLOCK.
936
937 2012-06-18  Tom Tromey  <tromey@redhat.com>
938
939         * c-exp.y (operator): Remove trailing space after "delete" and
940         "delete[]".
941
942 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
943             Jan Kratochvil  <jan.kratochvil@redhat.com>
944
945         Switch i386 and derived targets to ON_STACK.
946         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
947         (amd64_dicos_init_abi): Remove its installment.
948         * dicos-tdep.c (dicos_init_abi): Remove the
949         set_gdbarch_call_dummy_location call.  Update the comment here.
950         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
951         (i386_dicos_init_abi): Remove its installment.
952         * i386-tdep.c (i386_push_dummy_code): New function.
953         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
954         i386_push_dummy_code.
955
956 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
957
958         Remove stale dummy frames.
959         * breakpoint.c: Include dummy-frame.h.
960         (longjmp_breakpoint_ops): New variable.
961         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
962         bp_longjmp_call_dummy.
963         (bpstat_what, bptype_string, print_one_breakpoint_location)
964         (init_bp_location): Support bp_longjmp_call_dummy.
965         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
966         (set_longjmp_breakpoint_for_call_dummy)
967         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
968         functions.
969         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
970         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
971         FIXME comment and extend the other comment for bp_call_dummy.
972         (set_longjmp_breakpoint_for_call_dummy)
973         (check_longjmp_breakpoint_for_call_dummy): New declarations.
974         * dummy-frame.c: Include gdbthread.h.
975         (pop_dummy_frame_bpt): New function.
976         (pop_dummy_frame): Call pop_dummy_frame_bpt.
977         (dummy_frame_discard): New function.
978         (cleanup_dummy_frames): Update the comment about longjmps.
979         * dummy-frame.h (dummy_frame_discard): New declaration.
980         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
981         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
982         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
983         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
984         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
985         keep_going if IS_LONGJMP and there is no other reason to stop.
986
987 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
988
989         * remote-sim.c (sim_command_completer): Initialize
990         variable 'result'.
991
992 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
993
994         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
995         * dwarf2loc.c (call_site_parameter_matches): Support
996         CALL_SITE_PARAMETER_PARAM_OFFSET.
997         (needs_dwarf_reg_entry_value): Push stub value.
998         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
999         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
1000         * gdbtypes.h (enum call_site_parameter_kind): New item
1001         CALL_SITE_PARAMETER_PARAM_OFFSET.
1002         (struct call_site.parameter.u): New field param_offset.
1003
1004 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1005
1006         Code cleanup: Generalize call_site.parameter key.
1007         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
1008         variable dwarf_reg.  New variable kind_u.  Update parameters to
1009         push_dwarf_reg_entry_value.
1010         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
1011         * dwarf2expr.h (enum call_site_parameter_kind)
1012         (union call_site_parameter_u): Forward declarations.
1013         (struct dwarf_expr_context_funcs): Update parameters and their
1014         description for push_dwarf_reg_entry_value.
1015         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
1016         * dwarf2loc.c (call_site_parameter_matches): New function.
1017         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
1018         description.  Use call_site_parameter_matches.
1019         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
1020         Update parameters and their description.
1021         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
1022         New variable kind_u.  Adjust the caller for updated parameters.
1023         (needs_dwarf_reg_entry_value): Update parameters.
1024         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
1025         instead of attr.  Update for the changed fields of struct
1026         call_site_parameter.
1027         * gdbtypes.h: Include dwarf2expr.h.
1028         (enum call_site_parameter_kind): New.
1029         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
1030         fb_offset into new union u.
1031
1032 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
1033
1034         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
1035         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
1036         for x32.
1037
1038 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
1039
1040         * amd64-linux-nat.c (compat_x32_clock_t): New.
1041         (compat_x32_siginfo_t): Likewise.
1042         (compat_x32_siginfo_from_siginfo): Likewise.
1043         (siginfo_from_compat_x32_siginfo): Likewise.
1044         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
1045         and siginfo_from_compat_x32_siginfo for x32.
1046
1047 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
1048
1049         * tracepoint.c (tfile_xfer_partial): Add a lseek.
1050
1051 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
1052
1053         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
1054         instead of gdbarch_ptr_bit.
1055         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
1056         (amd64_supply_native_gregset): Likewise.
1057         (amd64_collect_native_gregset): Likewise.
1058         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
1059         (amd64_supply_xsave): Likewise.
1060         (amd64_collect_fxsave): Likewise.
1061         (amd64_collect_xsave): Likewise.
1062
1063 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
1064
1065         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
1066         (amd64_linux_read_description): Check DS segment register for
1067         x32 process.
1068
1069 2012-06-15  Tom Tromey  <tromey@redhat.com>
1070
1071         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
1072         init_cutu_and_read_dies.
1073
1074 2012-06-15  Iain Sandoe <iain@codesourcery.com>
1075
1076         * MAINTAINERS (Write After Approval): Add myself to the list.
1077
1078 2012-06-15  Tom Tromey  <tromey@redhat.com>
1079
1080         * valops.c (value_find_oload_method_list): Now static.
1081         * value.h (value_find_oload_method_list): Don't declare.
1082
1083 2012-06-15  Tom Tromey  <tromey@redhat.com>
1084
1085         * valops.c (find_overload_match): Use value_ind.
1086
1087 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
1088
1089         * infrun.c (handle_inferior_event): Correct indentation.
1090
1091 2012-06-14  Doug Evans  <dje@google.com>
1092
1093         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
1094         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
1095         All uses updated.
1096         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
1097         updated.  Handle DEBUG_LOC_START_LENGTH.
1098         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
1099         (loclist_describe_location): Ditto.
1100
1101 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
1102
1103         PR backtrace/13866
1104         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
1105         after hiding inline functions.
1106
1107 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
1108
1109         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
1110         _initialize_inf_ttrace.
1111
1112 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
1113
1114         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
1115         _initialize_hppa_hpux_nat.
1116
1117 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
1118
1119         * remote-sim.c (sim_command_completer): Change type of return
1120         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
1121
1122 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
1123             Jan Kratochvil  <jan.kratochvil@redhat.com>
1124
1125         PR tdep/14222
1126         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
1127         stack on a 16-byte boundary.
1128
1129 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
1130
1131         * jit.c (finalize_symtab): Set function's return type to 'void' by
1132         default.
1133
1134 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
1135             H.J. Lu  <hongjiu.lu@intel.com>
1136
1137         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
1138         Move bits common to both the classic LP64 and the new x32 ILP32
1139         ABI here.
1140         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
1141         (amd64_x32_linux_init_abi): New function.
1142         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
1143         subtype.
1144
1145         * i386-tdep.h (i386_pseudo_register_name): New prototype.
1146         * i386-tdep.c (i386_pseudo_register_name): Make public.
1147         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
1148         * amd64-tdep.c (amd64_dword_names): Add "eip".
1149         (amd64_x32_pseudo_register_type): New function
1150         (amd64_x32_init_abi): New function.
1151
1152 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1153
1154         PR build/14003
1155         * inferior.h (struct inferior_suspend_state): Comment out.
1156         (struct inferior): Comment out the field suspend.
1157         * infrun.c (struct infcall_suspend_state): Comment out the field
1158         inferior_suspend.
1159         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
1160         out its assignment.
1161
1162 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1163
1164         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
1165         * c-exp.y (classify_inner_name): Remove caller assumptions in the
1166         function comment.  Return ERROR for unresolved cases.  Implement
1167         returning proper NAME.
1168         (yylex): Accept also NAME from classify_inner_name.
1169         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
1170         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
1171         LOC_TYPEDEF type.
1172         * cp-support.h (cp_lookup_nested_type): Update its declaration.
1173
1174 2012-06-13  Tom Tromey  <tromey@redhat.com>
1175
1176         * breakpoint.c (condition_completer): New function.
1177         (_initialize_breakpoint): Use it.
1178         * value.c (complete_internalvar): New function.
1179         * value.h (complete_internalvar): Declare.
1180
1181 2012-06-13  Tom Tromey  <tromey@redhat.com>
1182
1183         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
1184         * breakpoint.c (catch_syscall_completer): Return a VEC.
1185         * cli/cli-cmds.c (complete_command): Update.
1186         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
1187         (complete_on_enum): Likewise.
1188         * command.h: Include gdb_vecs.h.
1189         (completer_ftype): Change return type.
1190         (complete_on_cmdlist, complete_on_enum): Likewise.
1191         * completer.c (noop_completer, filename_completer)
1192         (location_completer): Return a VEC.
1193         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
1194         to a VEC.
1195         (expression_completer, complete_line_internal, complete_line)
1196         (command_completer): Return a VEC.
1197         (gdb_completion_word_break_characters, line_completion_function):
1198         Update.
1199         * completer.h: Include gdb_vecs.h.
1200         (complete_line, noop_completer, filename_completer)
1201         (expression_completer, location_completer, command_completer):
1202         Update.
1203         * f-lang.c (f_word_break_characters): Return a VEC.
1204         * interps.c (interpreter_completer): Return a VEC.
1205         * language.h (struct language_defn)
1206         <la_make_symbol_completion_list>: Return a VEC.
1207         * python/py-cmd.c (cmdpy_completer): Return a VEC.
1208         * symtab.c (free_completion_list): Take a VEC.
1209         (return_val_size, return_val_index): Remove.
1210         (return_val): Now a VEC.
1211         (completion_list_add_name): Update.
1212         (default_make_symbol_completion_list_break_on)
1213         (default_make_symbol_completion_list, make_symbol_completion_list)
1214         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
1215         Return a VEC.
1216         (add_filename_to_list): Update.
1217         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
1218         <list>: Now a VEC.
1219         (maybe_add_partial_symtab_filename): Update.
1220         (make_source_files_completion_list): Return a VEC.
1221         * symtab.h (default_make_symbol_completion_list_break_on)
1222         (default_make_symbol_completion_list, make_symbol_completion_list)
1223         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
1224         (make_source_files_completion_list): Update.
1225
1226 2012-06-13  Tom Tromey  <tromey@redhat.com>
1227
1228         * breakpoint.c (add_catch_command): Use completer_ftype.
1229         * breakpoint.h: Include command.h.
1230         (add_catch_command): Use completer_ftype.
1231         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
1232         * cli/cli-decode.h (struct cmd_list_element) <completer>:
1233         Use completer_ftype.
1234         * command.h (completer_ftype): New typedef.
1235         (set_cmd_completer): Use it.
1236         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
1237         completer_ftype.
1238
1239 2012-06-13  Pedro Alves  <palves@redhat.com>
1240
1241         Partial revert of previous change.
1242
1243         * serial.c (scb_base): New global.
1244         (serial_for_fd): New.
1245         (serial_open, serial_fdopen_ops): Link new serial in open serials
1246         chain.
1247         (do_serial_close): Unlink serial from the open serials chain.
1248
1249 2012-06-12  Pedro Alves  <palves@redhat.com>
1250
1251         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
1252         threads here.
1253         (prepare_for_detach): No longer context switch here in non-stop
1254         mode.
1255         (fetch_inferior_event): Ditto.
1256         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
1257         to the event thread before removing breakpoints.  Switch to the
1258         event thread before inserting breakpoints and resuming.
1259         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
1260         event thread before resuming.
1261         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
1262         Switch to the event thread before removing breakpoints.
1263
1264 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
1265
1266         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
1267         special characters correctly for the Windows shells.  See
1268         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
1269         report.
1270         [!__MINGW32__]: Remove extra double quote character from special
1271         characters.
1272
1273 2012-06-11  Stan Shebs  <stan@codesourcery.com>
1274
1275         * ui-out.h: Remove #if 0 declarations.
1276         * ui-out.c: Remove #if 0 functions.
1277
1278 2012-06-11  Pedro Alves  <palves@redhat.com>
1279
1280         * ser-base.c (run_async_handler_and_reschedule): New.
1281         (fd_event, push_event): Use it.
1282         * serial.c (serial_open, serial_fdopen_ops): Set the initial
1283         reference count to 1.
1284         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
1285         instead of xfree.
1286         (serial_is_open, serial_ref, serial_unref): New.
1287         * serial.h (serial_open): Adjust comment.
1288         (serial_is_open): Declare.
1289         (serial_close): Adjust comment.
1290         (serial_ref, serial_unref) Declare.
1291         (struct serial): New field 'refcnt'.
1292
1293 2012-06-11  Pedro Alves  <palves@redhat.com>
1294
1295         Remove #if 0'd "connect" command, and unnecessary associated
1296         refcounting and serial reuse bits.
1297
1298         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
1299         * serial.c (last_serial_opened): Delete.
1300         (scb_base): Delete.
1301         (serial_open): Adjust.
1302         (serial_for_fd): Delete.
1303         (serial_fdopen_ops, do_serial_close): Adjust.
1304         (serial_fdopen_ops): Adjust.
1305
1306 2012-06-11  Pedro Alves  <palves@redhat.com>
1307
1308         * serial.c (do_serial_close): Remove early return when SCB is
1309         null.
1310
1311 2012-06-11  Tom Tromey  <tromey@redhat.com>
1312
1313         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
1314
1315 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1316
1317         Fix regression by the "ambiguous linespec" series.
1318         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
1319         get_last_displayed_symtab and get_last_displayed_line and depending
1320         on CURSAL.
1321
1322 2012-06-11  Tom Tromey  <tromey@redhat.com>
1323
1324         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
1325         (dw2_find_symbol_file): Use it.
1326
1327 2012-06-11  Michael Eager  <eager@eagercon.com>
1328
1329         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
1330         * mips-linux-tdep.h (mips_signals): New
1331
1332 2012-06-11  Tom Tromey  <tromey@redhat.com>
1333
1334         * infrun.c (handle_inferior_event)
1335         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
1336         breakpoint.
1337         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
1338         exception logic in all cases.  Update comments.
1339         (insert_longjmp_resume_breakpoint): Set the exception resume
1340         breakpoint.
1341
1342 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
1343
1344         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
1345
1346 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1347
1348         * valarith.c (binop_types_user_defined_p): Fix a typo.
1349
1350 2012-06-08  Yao Qi  <yao@codesourcery.com>
1351             Chung-Lin Tang <cltang@codesourcery.com>
1352
1353         * arch-utils.c (default_return_in_first_hidden_param_p): New.
1354         * arch-utils.h: Declare.
1355         * gdbarch.sh: Add return_in_first_hidden_param_p.
1356         * gdbarch.c, gdbarch.h: Regenerated.
1357         * infcall.c (call_function_by_hand): Call
1358         gdbarch_return_in_first_hidden_param_p instead of
1359         language_pass_by_reference.
1360
1361         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
1362         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
1363         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
1364         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
1365         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
1366         `cplus_return_struct_by_reference'.
1367         (tic6x_return_value): Handle language cplusplus.
1368         (tic6x_return_in_first_hidden_param_p): New.
1369         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
1370
1371 2012-06-07  Doug Evans  <dje@google.com>
1372
1373         * dwarf2read.c (dwarf2_cu): Add comment.
1374
1375 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
1376
1377         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
1378         variable.
1379         (mips_eabi_push_dummy_call): Likewise.
1380         (mips_n32n64_push_dummy_call): Likewise.
1381         (mips_o32_push_dummy_call): Likewise.
1382         (mips_o64_push_dummy_call): Likewise.
1383
1384 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
1385
1386         * mips-tdep.c (mips_convert_register_p): Correct coding style.
1387
1388 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
1389
1390         * mips-tdep.c (mips_pseudo_register_type): Use
1391         mips_float_register_p.
1392
1393 2012-06-06  Pedro Alves  <palves@redhat.com>
1394
1395         * infrun.c (handle_inferior_event): Remove calls to
1396         reinit_frame_cache that follow a context_switch call.
1397
1398 2012-06-06  Pedro Alves  <palves@redhat.com>
1399
1400         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
1401         context_switch and remove stale comment.
1402
1403 2012-06-06  Pedro Alves  <palves@redhat.com>
1404
1405         * infrun.c (struct execution_control_state): Remove
1406         `new_thread_event' field.
1407         (handle_inferior_event): Simplify new threads handling; don't
1408         resume the inferior if we find a new thread.
1409
1410 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
1411
1412         * NEWS: Document the deprecation of SH's 'regs' command.
1413         * inferior.h (all_registers_info): Add function declaration.
1414         * sh-tdep.c (sh_show_regs): Remove variable.
1415         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
1416         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
1417         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
1418         (sh_show_regs_command): Remove functions.
1419         (sh_gdbarch_init): Don't set sh_show_regs.
1420         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
1421         'info all-registers'.
1422         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
1423         (sh64_show_regs): Remove functions.
1424         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
1425
1426 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
1427
1428         * configure.ac: Move development=true below AC_INIT.
1429         * configure: Regenerate.
1430
1431 2012-06-05  Stan Shebs  <stan@codesourcery.com>
1432
1433         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
1434         gdb_stdout.
1435
1436 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
1437
1438         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
1439         argument as ssize_t.
1440         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
1441         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
1442         * target.c (target_read_stack, target_write_memory)
1443         (target_write_raw_memory): Likewise.
1444         * target.h (target_read_stack, target_write_memory)
1445         (target_write_raw_memory): Likewise.
1446
1447 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
1448
1449         * symfile-mem.c: Change gdb_static_assert to ssize_t.
1450         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
1451         * target.c (target_read_memory): Change LEN to ssize_t.
1452         * target.h (target_read_memory): Change LEN to ssize_t.
1453
1454 2012-06-05  Pedro Alves  <palves@redhat.com>
1455
1456         PR backtrace/13866
1457
1458         * breakpoint.c (until_break_command): Only fetch the selected
1459         frame after decode_line_1.
1460
1461 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
1462
1463         * solib-svr4.c (enable_break): Don't fallback to setting the solib
1464         event breakpoint at _start, __start or main if a program
1465         interpreter is not found.
1466
1467 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
1468
1469         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
1470         Add declaration.
1471         * windows-tdep.c: #include "objfiles.h".
1472         (windows_iterate_over_objfiles_in_search_order): New function.
1473         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
1474         iterate_over_objfiles_in_search_order gdbarch method to
1475         windows_iterate_over_objfiles_in_search_order.
1476         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
1477
1478 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
1479
1480         * gdbarch.sh: Add generation of
1481         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
1482         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
1483         (iterate_over_objfiles_in_search_order): New gdbarch method.
1484         * gdbarch.h, gdbarch.c: Regenerate.
1485         * objfiles.h (default_iterate_over_objfiles_in_search_order):
1486         Add declaration.
1487         * objfiles.c (default_iterate_over_objfiles_in_search_order):
1488         New function.
1489         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
1490         out of lookup_symbol_aux_symtabs.
1491         (lookup_symbol_aux_symtabs): Replace extracted-out code by
1492         call to lookup_symbol_aux_objfile.
1493         (struct global_sym_lookup_data): New type.
1494         (lookup_symbol_global_iterator_cb): New function.
1495         (lookup_symbol_global): Search for symbol using
1496         gdbarch_iterate_over_objfiles_in_search_order and
1497         lookup_symbol_global_iterator_cb.
1498         * findvar.c (struct minsym_lookup_data): New type.
1499         (minsym_lookup_iterator_cb): New function.
1500         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
1501         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
1502         and minsym_lookup_iterator_cb.
1503
1504 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
1505
1506         Revert the following patch:
1507         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
1508         try locating the symbol in the symbol's own objfile first, before
1509         extending the search to all objfiles.
1510         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
1511         out of lookup_symbol_aux_symtabs.
1512         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
1513         Replace extracted-out code by call to lookup_symbol_aux_objfile.
1514         Do not search EXCLUDE_OBJFILE.
1515         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
1516         (lookup_symbol_global): Search for matches in the block's objfile
1517         first, before searching all other objfiles.
1518
1519 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
1520
1521         * breakpoint.c (find_condition_and_thread): Stop parsing
1522         as soon as the first invalid keyword is found.
1523
1524 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
1525
1526         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
1527
1528 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
1529
1530         * config/djgpp/djcheck.sh: Add copyright header.
1531
1532 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
1533
1534         * copyright.py (update_files, main): Fix path to update-copyright
1535         script.
1536
1537 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
1538
1539         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
1540         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
1541         for which a reminder to update by hand is printed.
1542
1543 2012-06-04  Doug Evans  <dje@google.com>
1544
1545         * buildsym.c (make_blockvector): Add comment.
1546
1547 2012-06-04  Pedro Alves  <palves@redhat.com>
1548
1549         * arch-utils.c (default_gdb_signal_from_target): Delete.
1550         * arch-utils.h (default_gdb_signal_from_target): Delete.
1551         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
1552         gdbarch_gdb_signal_from_target_p.
1553         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
1554         predicate).
1555         * gdbarch.h: Regenerate.
1556         * gdbarch.c: Regenerate.
1557
1558 2012-06-04  Pedro Alves  <palves@redhat.com>
1559
1560         * gdbarch.sh (gdb_signal_from_target): Mention that the
1561         implementation of the method must be host independent.
1562         * gdbarch.h: Regenerate.
1563
1564 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
1565
1566         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
1567         parameters.
1568         (target_read_memory_bfd): New function.
1569         (symbol_file_add_from_memory): Use it.
1570
1571 2012-06-03  Doug Evans  <dje@google.com>
1572
1573         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
1574         of primary symtab.
1575         (basic_lookup_transparent_type): Ditto.
1576
1577         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
1578         (ALL_PRIMARY_SYMTABS): Use it.
1579         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
1580         * dwarf2read.c (dw2_find_symbol_file): Ditto.
1581         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
1582         * symtab.c (lookup_symbol_aux_objfile): Ditto.
1583         (basic_lookup_transparent_type): Ditto.
1584
1585 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
1586
1587         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
1588         it to optimize resolution of demangled name.
1589
1590 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1591
1592         * configure.ac (development): Define new variable.
1593         Call AC_CHECK_LIB for mcheck if $development.
1594         (ERROR_ON_WARNING): Enable it by default only if $development.
1595         * config.in: Regenerate.
1596         * configure: Regenerate.
1597
1598 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1599
1600         * target.c (target_read_memory): Make LEN argument as size_t.
1601         * target.h (target_read_memory): Likewise.
1602
1603 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
1604
1605         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
1606
1607 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1608
1609         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
1610         BookE interface for PowerPC server processors if not available
1611         in the Linux Kernel.
1612
1613 2012-05-31  Keith Seitz  <keiths@redhat.com>
1614
1615         * linespec.c (decode_objc): Add cleanup to free
1616         INFO.FILE_SYMTABS.
1617         (find_linespec_symbols): Add cleanup to free CLASSES.
1618         * symfile.c (find_separate_debug_file_by_debuglink): Add
1619         cleanup to free DEBUGLINK.
1620         * ui-out.c (clear_header_list): No need to check if
1621         HEADER_NEXT.COLHDR is NULL.
1622         Free HEADER_NEXT.COL_NAME.
1623
1624 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
1625
1626         * ada-lang.c (standard_lookup): Prevent uninitialized variable
1627         warning.
1628
1629 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
1630
1631         * configure.host (gdb_host_cpu): Handle tilegx*.
1632         (gdb_host): Handle tilegx-*-linux*.
1633         * tilegx-linux-nat.c: New file.
1634         * config/tilegx/linux.mh: New file.
1635
1636 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
1637
1638         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
1639         tilegx-linux-tdep.o.
1640         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
1641         tilegx-linux-tdep.c.
1642         * configure.tgt: Handle tilegx-*-linux*.
1643         * tilegx-tdep.h: New file.
1644         * tilegx-tdep.c: New file.
1645         * tilegx-linux-tdep.c: New file.
1646         * regformats/reg-tilegx.dat: New file.
1647
1648 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
1649
1650         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
1651         accounting of hw watchpoints on ppc.
1652
1653 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
1654
1655         * source.c (openp): Expand tilde in path entries.
1656
1657 2012-05-29  Doug Evans  <dje@google.com>
1658
1659         * buildsym.c (block_compar): Fix comment.
1660         (end_symtab): Fix and clarify some comments.
1661
1662         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
1663         cleanup_undefined_types.
1664         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
1665         All callers updated.
1666
1667 2012-05-29  Tom Tromey  <tromey@redhat.com>
1668
1669         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
1670         fails.
1671         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
1672         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
1673         fails.
1674         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
1675         fails.
1676
1677 2012-05-29  Tristan Gingold  <gingold@adacore.com>
1678
1679         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
1680         (struct darwin_info): ... New struct.
1681         (solib_darwin_pspace_data): New variable.
1682         (darwin_pspace_data_cleanup): New function.
1683         (get_darwin_info): Likewise.
1684         (darwin_dyld_version_ok, darwin_load_image_infos)
1685         (darwin_solib_get_all_image_info_addr_at_init)
1686         (darwin_solib_read_all_image_info_addr): Add info argument.
1687         Adjust code.
1688         (darwin_current_sos): Use per pspace structure.
1689         (darwin_solib_create_inferior_hook): Likewise.
1690         (darwin_clear_solib): Likewise.
1691         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
1692
1693 2012-05-28  Pedro Alves  <palves@redhat.com>
1694
1695         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
1696         block that uses them.  Clear ecss before handling each event.
1697
1698 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1699
1700         * solib-svr4.c (svr4_current_sos): New comment on
1701         svr4_current_sos_via_xfer_libraries fall back.
1702
1703 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1704
1705         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
1706         it as a fallback for TYPE_IS_OPAQUE.
1707         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
1708         symbols for lookup_symbol.
1709
1710 2012-05-24  John Steele Scott  <toojays@toojays.net>
1711
1712         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
1713         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
1714         (producer_is_gxx_lt_4_6): Move the checking and caching to...
1715         (check_producer): ... this new function, which also checks for ICC
1716         and caches the result.
1717         (producer_is_icc): New function.
1718         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
1719         producer was ICC.
1720
1721 2012-05-24  Pedro Alves  <palves@redhat.com>
1722
1723         PR gdb/7205
1724
1725         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
1726         (default_gdb_signal_to_target): ... this.  Add comment.
1727         (default_gdb_signal_from_host): Rename to ...
1728         (default_gdb_signal_from_target): ... this.  Add comment.
1729         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
1730         (default_gdb_signal_to_target): ... this.
1731         (default_gdb_signal_from_host): Rename to ...
1732         (default_gdb_signal_from_target): ... this.
1733         * corelow.c (core_open): Adjust to naming change.  Replace comment.
1734         * gdbarch.sh (gdb_signal_from_host): Rename to ...
1735         (gdb_signal_from_target): ... this.  Adjust to
1736         default_gdb_signal_from_host naming change.  Extend comment.
1737         (gdb_signal_to_host): Rename to ...
1738         (gdb_signal_to_target): ... this.  Adjust to
1739         default_gdb_signal_to_host naming change.
1740         * gdbarch.h, gdbarch.c: Renegerate.
1741
1742 2012-05-24  Pedro Alves  <palves@redhat.com>
1743
1744         PR gdb/7205
1745
1746         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
1747
1748 2012-05-24  Pedro Alves  <palves@redhat.com>
1749
1750         PR gdb/7205
1751
1752         Replace target_signal with gdb_signal throughout.
1753
1754 2012-05-24  Pedro Alves  <palves@redhat.com>
1755
1756         PR tui/14159
1757
1758         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
1759         string, instead of reusing the va_list argument.
1760
1761 2012-05-24  Tom Tromey  <tromey@redhat.com>
1762
1763         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
1764         Remove.
1765
1766 2012-05-23  Doug Evans  <dje@google.com>
1767
1768         * symtab.c (search_symbols): Formatting fixes.
1769         (print_symbol_info): Formatting fixes.
1770
1771         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
1772         int64_t change to leb128 API.
1773         (read_encoded_value, decode_frame_entry_1): Ditto.
1774         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
1775         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
1776         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
1777         (execute_stack_op): Ditto.
1778         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
1779         (safe_read_uleb128, safe_read_sleb128): Ditto.
1780         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
1781         (dwarf2_compile_expr_to_ax): Ditto.
1782         (locexpr_describe_location_piece): Ditto.
1783         (disassemble_dwarf_expression): Ditto.
1784         (locexpr_describe_location_1): Ditto.
1785
1786 2012-05-23  Stan Shebs  <stan@codesourcery.com>
1787             Kwok Cheung Yeung  <kcy@codesourcery.com>
1788
1789         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
1790         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
1791         (mi-cmd-info.o): New rule.
1792         * osdata.h (info_osdata_command): New declaration.
1793         * osdata.c (info_osdata_command): Change to non-static.
1794         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
1795         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
1796         * mi/mi-cmd-info.c: New file.
1797
1798 2012-05-23  Doug Evans  <dje@google.com>
1799
1800         * symtab.c (search_symbols): Pass NULL for file_matcher to
1801         expand_symtabs_matching if there are no files to match.
1802
1803         * gdbtypes.c (lookup_typename): Simplify.
1804
1805 2012-05-23  Pedro Alves  <palves@redhat.com>
1806
1807         * arch-utils.h (default_target_signal_to_host): Delete.
1808         * arch-utils.c (default_target_signal_to_host): Delete.
1809         * gdbarch.sh (target_signal_to_host): Remove.
1810         * gdbarch.h, gdbarch.c: Regenerate.
1811
1812 2012-05-22  Doug Evans  <dje@google.com>
1813
1814         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
1815         "const gdb_byte *".
1816         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
1817         (execute_cfa_program): Update to match API of leb128 functions.
1818         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
1819         "const gdb_byte *".
1820         (read_unsigned_leb128, read_signed_leb128): Delete.
1821         (read_initial_length): Change type of buf argument to
1822         "const gdb_byte *".
1823         (read_encoded_value): Update to match API of leb128 functions.
1824         (decode_frame_entry): Change result to "const gdb_byte *", and
1825         similarly for "start" parameter.
1826         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
1827         (dwarf2_build_frame_info): Change local frame_ptr to
1828         "const gdb_byte *".
1829         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
1830         read_uleb128, read_sleb128.  All callers updated.
1831         (safe_skip_leb128): New function.
1832         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
1833         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
1834         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
1835         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
1836         read_uleb128, read_sleb128.
1837         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
1838         (execute_stack_op): Update to match API of leb128 functions.
1839         * dwarf2expr.h: #include "leb128.h".
1840         (read_uleb128, read_sleb128): Delete.
1841         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
1842         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
1843         * dwarf2loc.c (debug_loc_kind): New enum.
1844         (decode_debug_loc_addresses): New function.
1845         (decode_debug_loc_dwo_addresses): New function.
1846         (dwarf2_find_location_expression): Rewrite.
1847         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
1848         (locexpr_describe_location_piece): Ditto.
1849         (disassemble_dwarf_expression): Ditto.
1850         (locexpr_describe_location_1): Ditto.
1851         (loclist_describe_location): Rewrite.
1852         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
1853         * dwarf2read.c (die_reader_specs): New member "buffer_end".
1854         (dwarf2_section_buffer_overflow_complaint): Renamed from
1855         dwarf2_macros_too_long_complaint.  All callers updated.
1856         (skip_leb128): Delete.
1857         (init_cu_die_reader): Initialize reader->buffer_end.
1858         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
1859         (skip_form_bytes): New arg buffer_end.  All callers updated.
1860         Replace call to skip_leb128 with gdb_skip_leb128.
1861         (skip_unknown_opcode): New arg mac_end.  All callers updated.
1862         (fill_in_loclist_baton): Initialize baton->from_dwo.
1863
1864 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
1865
1866         * mips-linux-nat.c (mips_linux_read_description): Use a more
1867         verbose error message.
1868
1869 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
1870
1871         * NEWS: Add MIPS/Linux DSP support.
1872         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
1873         (SIGCONTEXT_DSPCTL): New macro.
1874         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
1875         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
1876         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
1877         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
1878         (N64_SIGCONTEXT_HI3): Likewise.
1879         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
1880         (N64_SIGCONTEXT_LO3): Likewise.
1881         (N64_SIGCONTEXT_DSPCTL): Likewise.
1882         (N64_SIGCONTEXT_FPCSR): Clarify definition.
1883         (mips_linux_o32_sigframe_init): Handle DSP registers.
1884         (mips_linux_n32n64_sigframe_init): Likewise.
1885
1886 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
1887
1888         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
1889         call to abort.
1890
1891 2012-05-22  Pedro Alves  <palves@redhat.com>
1892
1893         * target.h (store_waitstatus): Move declaration ...
1894         * inf-child.h (store_waitstatus): ... here.
1895         * target.c: Move inclusion of gdb_wait.h, and ...
1896         (store_waitstatus): ... this ...
1897         * inf-child.c: ... here.
1898         * linux-nat.c: Include inf-child.h.
1899         * rs6000-nat.c: Include inf-child.h.
1900         * spu-linux-nat.c: Include inf-child.h.
1901
1902 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
1903
1904         * tracepoint.c (start_tracing): Add missing i18n markup.
1905         (stop_tracing, set_trace_user): Ditto.
1906         (set_trace_notes, set_trace_stop_notes): Ditto.
1907
1908 2012-05-21  Tom Tromey  <tromey@redhat.com>
1909
1910         PR c++/7173:
1911         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
1912         types.
1913         * value.h (value_cast_pointers): Update.
1914         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
1915         (value_cast): Update.
1916         (update_search_result): New function.
1917         (do_search_struct_field): New, from search_struct_field.  Check
1918         for ambiguous results.
1919         (search_struct_field): Rewrite.
1920         * infcall.c (value_arg_coerce): Update.
1921         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
1922         value_cast_pointers.
1923         * ada-lang.c (ada_convert_actual): Update.
1924
1925 2012-05-21  Tom Tromey  <tromey@redhat.com>
1926
1927         * macroexp.c (macro_stringify): Terminate the string.
1928
1929 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
1930
1931         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
1932         Describe it.
1933         * auto-load.c (auto_load_expand_dir_vars): New function.
1934         (auto_load_safe_path_vec_update): Use it, remove the
1935         substitute_path_component call thanks to it.
1936         (auto_load_objfile_script): Remove the debug_file_directory processing.
1937         Use auto_load_expand_dir_vars, remove the substitute_path_component
1938         call thanks to it.
1939         * configure: Regenerate.
1940         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
1941         path.  Escape $ also for $debugdir.
1942         (--with_auto_load_safe_path): Escape $ also for $debugdir.
1943         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
1944
1945 2012-05-20  Doug Evans  <dje@google.com>
1946
1947         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
1948         before use.  Check for symtab->includes == NULL before scanning it.
1949
1950 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
1951
1952         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
1953
1954 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
1955
1956         * NEWS: Add microMIPS support and "set mips compression",
1957         "show mips compression" commands.
1958         * mips-tdep.h (mips_isa): New enum.
1959         (gdbarch_tdep): Add mips_isa.
1960         (mips_pc_is_mips16): Update prototype.
1961         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
1962         * mips-tdep.c (mips_compression_mips16): New variable.
1963         (mips_compression_micromips): Likewise.
1964         (mips_compression_strings): Likewise.
1965         (mips_compression_string): Likewise.
1966         (is_mips16_isa, is_micromips_isa): New functions.
1967         (is_mips16_addr): Rename to...
1968         (is_compact_addr): ... this.
1969         (unmake_mips16_addr): Likewise to...
1970         (unmake_compact_addr): ... this.
1971         (make_mips16_addr): Likewise to...
1972         (make_compact_addr): ... this.
1973         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
1974         functions.
1975         (mips_elf_make_msymbol_special): Handle microMIPS code.
1976         (msymbol_is_special): Rename to...
1977         (msymbol_is_mips16): ... this.
1978         (mips_make_symbol_special, mips_pc_is_mips16): Update
1979         accordingly.
1980         (msymbol_is_mips, msymbol_is_micromips): New functions.
1981         (mips16_to_32_reg): Rename to...
1982         (mips_reg3_to_reg): ... this.
1983         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
1984         (mips_pc_isa): Likewise.
1985         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
1986         code.
1987         (mips_fetch_instruction): Pass return status instead of printing
1988         an error message if requested.  Handle microMIPS code.  Bail out
1989         on an invalid ISA.
1990         (micromips_op): New macro.
1991         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
1992         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
1993         (b6s4_op, b7s3_reg): Likewise.
1994         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
1995         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
1996         (mips_insn_size): New function.
1997         (mips32_next_pc): Update mips_fetch_instruction call.
1998         (micromips_relative_offset7): New function.
1999         (micromips_relative_offset10): Likewise.
2000         (micromips_relative_offset16): Likewise.
2001         (micromips_pc_insn_size): Likewise.
2002         (micromips_bc1_pc): Likewise.
2003         (micromips_next_pc): Likewise.
2004         (unpack_mips16): Update mips_fetch_instruction call.
2005         (extended_mips16_next_pc): Update according to change to
2006         mips16_to_32_reg.
2007         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
2008         code.
2009         (mips16_scan_prologue): Update mips_fetch_instruction call.
2010         Update according to change to mips16_to_32_reg.
2011         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
2012         (mips_insn16_frame_base_sniffer): Likewise.
2013         (micromips_decode_imm9): New function.
2014         (micromips_scan_prologue): Likewise.
2015         (mips_micro_frame_cache): Likewise.
2016         (mips_micro_frame_this_id): Likewise.
2017         (mips_micro_frame_prev_register): Likewise.
2018         (mips_micro_frame_sniffer): Likewise.
2019         (mips_micro_frame_unwind): New variable.
2020         (mips_micro_frame_base_address): New function.
2021         (mips_micro_frame_base): New variable.
2022         (mips_micro_frame_base_sniffer): New function.
2023         (mips32_scan_prologue): Update mips_fetch_instruction call.
2024         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
2025         rather than for MIPS16.
2026         (mips_insn32_frame_base_sniffer): Likewise.
2027         (mips_addr_bits_remove): Handle microMIPS code.
2028         (deal_with_atomic_sequence): Rename to...
2029         (mips_deal_with_atomic_sequence): ... this.  Update the type
2030         of the variable used to hold an instruction.  Remove the ISA bit
2031         check.  Update mips_fetch_instruction call.
2032         (micromips_deal_with_atomic_sequence): New function.
2033         (deal_with_atomic_sequence): Likewise.
2034         (mips_about_to_return): Handle microMIPS code.  Update
2035         mips_fetch_instruction call.
2036         (heuristic_proc_start): Check for the standard MIPS ISA rather
2037         than for MIPS16.  Update mips_pc_is_mips16 and
2038         mips_fetch_instruction calls.  Handle microMIPS code.
2039         (mips_push_dummy_code): Handle microMIPS code.
2040         (mips_eabi_push_dummy_call): Likewise.
2041         (mips_o32_return_value): Update mips_pc_is_mips16 call.
2042         (mips_o64_push_dummy_call): Handle microMIPS code.
2043         (mips_o64_return_value): Update mips_pc_is_mips16 call.
2044         (is_delayed): Remove function.
2045         (mips_single_step_through_delay): Replace the call to is_delayed
2046         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
2047         Handle microMIPS code.
2048         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
2049         microMIPS code.
2050         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
2051         call.
2052         (micromips_in_function_epilogue_p): New function.
2053         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
2054         call.
2055         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
2056         Handle microMIPS.
2057         (gdb_print_insn_mips): Likewise.
2058         (mips_breakpoint_from_pc): Likewise.
2059         (mips_remote_breakpoint_from_pc): New function.
2060         (mips32_instruction_has_delay_slot): Simplify making use of the
2061         updated mips_fetch_instruction interface.
2062         (micromips_instruction_has_delay_slot): New function.
2063         (mips16_instruction_has_delay_slot): Simplify making use of the
2064         updated mips_fetch_instruction interface.
2065         (mips_adjust_breakpoint_address): Check for the standard MIPS
2066         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr 
2067         calls.  Handle microMIPS code.
2068         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
2069         (mips_skip_trampoline_code): Handle microMIPS code.
2070         (global_mips_compression): New function.
2071         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
2072         file flags.  Register the microMIPS remote breakpoint handler
2073         and heuristic frame unwinder.
2074         (show_mips_compression): New function.
2075         (_initialize_mips_tdep): Add the "set mips compression" and
2076         "show mips compression" commands.
2077
2078 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2079
2080         * ada-lang.c:
2081         * ada-tasks.c:
2082         * ada-varobj.c:
2083         * amd64-darwin-tdep.c:
2084         * arm-symbian-tdep.c:
2085         * arm-tdep.c:
2086         * avr-tdep.c:
2087         * ax-gdb.c:
2088         * bfin-linux-tdep.c:
2089         * breakpoint.c:
2090         * c-valprint.c:
2091         * cli/cli-cmds.c:
2092         * coffread.c:
2093         * cp-support.c:
2094         * cris-tdep.c:
2095         * dwarf2-frame-tailcall.c:
2096         * dwarf2-frame.c:
2097         * dwarf2expr.c:
2098         * dwarf2loc.c:
2099         * dwarf2read.c:
2100         * elfread.c:
2101         * eval.c:
2102         * expprint.c:
2103         * f-valprint.c:
2104         * frv-tdep.c:
2105         * h8300-tdep.c:
2106         * hppa-hpux-tdep.c:
2107         * hppa-tdep.c:
2108         * hppanbsd-tdep.c:
2109         * i386-nto-tdep.c:
2110         * i386-tdep.c:
2111         * i387-tdep.c:
2112         * ia64-tdep.c:
2113         * jit.c:
2114         * linespec.c:
2115         * linux-tdep.c:
2116         * lm32-tdep.c:
2117         * m2-valprint.c:
2118         * m32c-tdep.c:
2119         * m32r-rom.c:
2120         * m32r-tdep.c:
2121         * m68k-tdep.c:
2122         * m68klinux-tdep.c:
2123         * mi/mi-main.c:
2124         * microblaze-tdep.c:
2125         * mips-linux-tdep.c:
2126         * mips-tdep.c:
2127         * mn10300-tdep.c:
2128         * p-valprint.c:
2129         * parse.c:
2130         * ppc-linux-tdep.c:
2131         * ppc-sysv-tdep.c:
2132         * printcmd.c:
2133         * python/py-finishbreakpoint.c:
2134         * python/py-inferior.c:
2135         * python/py-infthread.c:
2136         * python/py-type.c:
2137         * python/python.c:
2138         * remote-fileio.c:
2139         * remote-m32r-sdi.c:
2140         * remote-mips.c:
2141         * reverse.c:
2142         * rl78-tdep.c:
2143         * rs6000-aix-tdep.c:
2144         * rs6000-tdep.c:
2145         * s390-tdep.c:
2146         * score-tdep.c:
2147         * sh64-tdep.c:
2148         * skip.c:
2149         * solib-darwin.c:
2150         * solib-dsbt.c:
2151         * solib-frv.c:
2152         * sparc-tdep.c:
2153         * spu-multiarch.c:
2154         * spu-tdep.c:
2155         * stack.c:
2156         * symfile.c:
2157         * symtab.c:
2158         * tic6x-tdep.c:
2159         * tracepoint.c:
2160         * v850-tdep.c:
2161         * valarith.c:
2162         * valprint.c:
2163         * value.c:
2164         * xcoffread.c:
2165         * xtensa-tdep.c:
2166         * ada-lang.c:
2167         * ada-tasks.c:
2168         * ada-varobj.c:
2169         * amd64-darwin-tdep.c:
2170         * arm-symbian-tdep.c:
2171         * arm-tdep.c: Delete unused variables.
2172
2173 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2174
2175         Rename $ddir to $datadir.
2176         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
2177         * auto-load.c (auto_load_safe_path_vec_update)
2178         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
2179         * configure: Regenerate.
2180         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
2181         Likewise.  Remove the 'use $ddir' help string.
2182
2183 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2184
2185         * auto-load.c (show_auto_load_safe_path): Accept any combination of
2186         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
2187
2188 2012-05-18  Tom Tromey  <tromey@redhat.com>
2189
2190         PR exp/13907:
2191         * valprint.h (struct value_print_options) <symbol_print>: New
2192         field.
2193         * valprint.c (user_print_options): Add default for symbol_print.
2194         (show_symbol_print): New function.
2195         (generic_val_print): Respect symbol_print.
2196         (_initialize_valprint): Add "print symbol" setting.
2197         * f-valprint.c (f_val_print): Respect symbol_print.
2198         * c-valprint.c (c_val_print): Respect symbol_print.
2199         * NEWS: Update.
2200         * printcmd.c (print_address_symbolic): Return int.  Ignore some
2201         zero-size symbols.
2202         (print_address_demangle): Return int.
2203         * defs.h: (print_address_symbolic): Return int.
2204         * value.h (print_address_demangle): Return int.
2205
2206 2012-05-18  Tom Tromey  <tromey@redhat.com>
2207
2208         * valprint.c (val_print_string): Don't print leading space.
2209         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
2210         print space before string or vtbl.
2211         * m2-valprint.c (print_unpacked_pointer): Optionally print space
2212         before string.
2213         * jv-valprint.c (java_value_print): Print space before string.
2214         * go-valprint.c (print_go_string): Print space before string.
2215         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
2216         space before string.
2217         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
2218         space before string or vtbl.
2219         * auxv.c (fprint_target_auxv): Print space after address.
2220
2221 2012-05-18  Tom Tromey  <tromey@redhat.com>
2222
2223         * printcmd.c (print_address_demangle): Remove special case for 0.
2224
2225 2012-05-18  Tom Tromey  <tromey@redhat.com>
2226
2227         * printcmd.c (print_address_demangle): Add 'opts' argument.
2228         * p-valprint.c (pascal_val_print): Update.
2229         * jv-valprint.c (java_val_print): Update.
2230         * value.h: Update.
2231         * valprint.c (generic_val_print): Update.
2232         (print_function_pointer_address): Add 'options' argument.  Remove
2233         'addressprint' argument.  Update.
2234         * m2-valprint.c (print_unpacked_pointer): Update.
2235         * gnu-v3-abi.c (print_one_vtable): Update.
2236         (gnuv3_print_method_ptr): Update.
2237         * f-valprint.c (f_val_print): Update.
2238         * cp-valprint.c (cp_print_value_fields): Update.
2239         * valprint.h (print_function_pointer_address): Update.
2240         * c-valprint.c (c_val_print): Update.
2241
2242 2012-05-18  Tom Tromey  <tromey@redhat.com>
2243
2244         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
2245         directly corresponding to the found psymtab.
2246         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
2247         (dw2_find_pc_sect_symtab): Use it.
2248         * block.h (blockvector_contains_pc): Declare.
2249         * block.c (find_block_in_blockvector): New function.
2250         (blockvector_for_pc_sect): Use it.
2251         (blockvector_contains_pc): New function.
2252
2253 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
2254
2255         * mips-tdep.h (mips_write_pc): New prototype.
2256         * mips-tdep.c (mips_write_pc): Make external, add description.
2257         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
2258         add description.
2259
2260 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
2261
2262         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
2263         mips_regnum->pc.
2264         (mips_unwind_pc, mips_write_pc): Likewise.
2265         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
2266         gdbarch_read_pc.
2267
2268 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
2269
2270         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
2271         proc_warn, proc_error, proc_get_status, proc_flags,
2272         proc_why, proc_what, proc_nsysarg, proc_sysargs,
2273         proc_set_run_on_last_close, proc_unset_run_on_last_close,
2274         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
2275         proc_stop_process, proc_wait_for_stop, proc_run_process,
2276         proc_set_traced_signals, proc_set_traced_faults,
2277         proc_set_traced_sysentry, proc_set_traced_sysexit,
2278         proc_set_held_signals, proc_get_held_signals,
2279         proc_get_traced_signals, proc_get_traced_faults,
2280         proc_get_traced_sysentry, proc_get_traced_sysexit,
2281         proc_clear_current_fault, proc_set_current_signal,
2282         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
2283         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
2284         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
2285         proc_get_current_thread, proc_get_current_thread,
2286         proc_get_current_thread, proc_update_threads,
2287         proc_update_threads, proc_update_threads, proc_update_threads,
2288         proc_iterate_over_threads, procfs_find_new_threads,
2289         procfs_pid_to_str): Make static.  Remove advance declaration.
2290         (proc_cursig): Make static.  Conditionalized defintion on
2291         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
2292         (proc_syscall, proc_set_kill_on_last_close,
2293         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
2294         proc_get_pending_signals, proc_get_signal_actions,
2295         proc_trace_signal, proc_ignore_signal): Delete.
2296
2297 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2298
2299         * coffread.c (cs_section_address): Passing proper argument for
2300         `bfd_get_section_vma'.
2301         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
2302         `bfd_get_section_flags'.
2303         * remote.c (remote_trace_set_readonly_regions): Likewise, for
2304         `bfd_get_section_vma'.
2305
2306 2012-05-16  Tom Tromey  <tromey@redhat.com>
2307
2308         PR macros/13205:
2309         * macrotab.h: (macro_define_special): Declare.
2310         (enum macro_special_kind): New.
2311         (struct macro_definition) <argc, replacement>: Update comments.
2312         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
2313         (macro_define_object_internal): New function.
2314         (macro_define_object): Use it.
2315         (macro_define_special): New function.
2316         (fixup_definition): New function.
2317         (macro_lookup_definition, foreach_macro_in_scope)
2318         (foreach_macro): Use fixup_definition.
2319         * macroexp.h (macro_stringify): Declare.
2320         * macroexp.c (free_buffer_return_text): New function.
2321         (stringify): Constify "arg".
2322         (macro_stringify): New function.
2323         * dwarf2read.c (macro_start_file): Call macro_define_special.
2324
2325 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
2326             Maciej W. Rozycki  <macro@mips.com>
2327
2328         * breakpoint.h (bp_location): Add related_address member.
2329         * inferior.h (get_return_value): Take a pointer to struct value
2330         instead of struct type for the function requested.
2331         * value.h (using_struct_return): Likewise.
2332         * gdbarch.sh (return_value): Take a pointer to struct value
2333         instead of struct type for the function requested.
2334         * breakpoint.c (set_breakpoint_location_function): Initialize
2335         related_address for bp_gnu_ifunc_resolver breakpoints.
2336         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
2337         requested function's address to gdbarch_return_value.
2338         * eval.c (evaluate_subexp_standard): Pass the requested
2339         function's address to using_struct_return.
2340         * infcall.c (call_function_by_hand): Pass the requested
2341         function's address to using_struct_return and
2342         gdbarch_return_value.
2343         * infcmd.c (get_return_value): Take a pointer to struct value
2344         instead of struct type for the function requested.
2345         (print_return_value): Update accordingly.
2346         (finish_command_continuation): Likewise.
2347         * stack.c (return_command): Pass the requested function's
2348         address to using_struct_return and gdbarch_return_value.
2349         * value.c (using_struct_return): Take a pointer to struct value
2350         instead of struct type for the function requested.  Pass the
2351         requested function's address to gdbarch_return_value.
2352         * python/py-finishbreakpoint.c (finish_breakpoint_object):
2353         New function_value member, replacing function_type.
2354         (bpfinishpy_dealloc): Update accordingly.
2355         (bpfinishpy_pre_stop_hook): Likewise.
2356         (bpfinishpy_init): Likewise.  Record the requested function's
2357         address.
2358         * mips-tdep.c (mips_fval_reg): New enum.
2359         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
2360         words put in GP registers.
2361         (mips_o64_push_dummy_call): Update a comment.
2362         (mips_o32_return_value): Take a pointer to struct value instead
2363         of struct type for the function requested and use it to check if
2364         using the MIPS16 calling convention.  Return the designated
2365         general purpose registers for floating-point values returned in
2366         MIPS16 mode.
2367         (mips_o64_return_value): Likewise.
2368         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
2369         (ppc_sysv_abi_broken_return_value): Likewise.
2370         (ppc64_sysv_abi_return_value): Likewise.
2371         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
2372         value instead of struct type for the function requested.
2373         * amd64-tdep.c (amd64_return_value): Likewise.
2374         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
2375         * arm-tdep.c (arm_return_value): Likewise.
2376         * avr-tdep.c (avr_return_value): Likewise.
2377         * bfin-tdep.c (bfin_return_value): Likewise.
2378         * cris-tdep.c (cris_return_value): Likewise.
2379         * frv-tdep.c (frv_return_value): Likewise.
2380         * h8300-tdep.c (h8300_return_value): Likewise.
2381         (h8300h_return_value): Likewise.
2382         * hppa-tdep.c (hppa32_return_value): Likewise.
2383         (hppa64_return_value): Likewise.
2384         * i386-tdep.c (i386_return_value): Likewise.
2385         * ia64-tdep.c (ia64_return_value): Likewise.
2386         * iq2000-tdep.c (iq2000_return_value): Likewise.
2387         * lm32-tdep.c (lm32_return_value): Likewise.
2388         * m32c-tdep.c (m32c_return_value): Likewise.
2389         * m32r-tdep.c (m32r_return_value): Likewise.
2390         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
2391         * m68k-tdep.c (m68k_return_value): Likewise.
2392         (m68k_svr4_return_value): Likewise.
2393         * m88k-tdep.c (m88k_return_value): Likewise.
2394         * mep-tdep.c (mep_return_value): Likewise.
2395         * microblaze-tdep.c (microblaze_return_value): Likewise.
2396         * mn10300-tdep.c (mn10300_return_value): Likewise.
2397         * moxie-tdep.c (moxie_return_value): Likewise.
2398         * mt-tdep.c (mt_return_value): Likewise.
2399         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
2400         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
2401         (ppc_sysv_abi_broken_return_value): Likewise.
2402         (ppc64_sysv_abi_return_value): Likewise.
2403         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
2404         * rl78-tdep.c (rl78_return_value): Likewise.
2405         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
2406         * rx-tdep.c (rx_return_value): Likewise.
2407         * s390-tdep.c (s390_return_value): Likewise.
2408         * score-tdep.c (score_return_value): Likewise.
2409         * sh-tdep.c (sh_return_value_nofpu): Likewise.
2410         (sh_return_value_fpu): Likewise.
2411         * sh64-tdep.c (sh64_return_value): Likewise.
2412         * sparc-tdep.c (sparc32_return_value): Likewise.
2413         * sparc64-tdep.c (sparc64_return_value): Likewise.
2414         * spu-tdep.c (spu_return_value): Likewise.
2415         * tic6x-tdep.c (tic6x_return_value): Likewise.
2416         * v850-tdep.c (v850_return_value): Likewise.
2417         * vax-tdep.c (vax_return_value): Likewise.
2418         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
2419         * xtensa-tdep.c (xtensa_return_value): Likewise.
2420         * gdbarch.c: Regenerate.
2421         * gdbarch.h: Regenerate.
2422
2423 2012-05-15  Tom Tromey  <tromey@redhat.com>
2424
2425         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
2426
2427 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
2428
2429         * breakpoint.c (init_breakpoint_sal): Add quotes around part
2430         of command in two error message.
2431
2432 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
2433
2434         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
2435
2436 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
2437
2438         * breakpoint.c (find_condition_and_thread): Minor reformatting.
2439
2440 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2441
2442         * NEWS (show auto-load scripts-directory): Add forgotten command.
2443
2444 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
2445
2446         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
2447         parameters.
2448
2449 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
2450
2451         * amd64-tdep.c: Include features/i386/x32.c and
2452         features/i386/x32-avx.c.
2453         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
2454         initialize_tdesc_x32_avx.
2455
2456 2012-05-14  Stan Shebs  <stan@codesourcery.com>
2457
2458         Add dynamic printf.
2459         * breakpoint.h (enum bptype): New type bp_dprintf.
2460         (struct breakpoint): New field extra_string.
2461         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
2462         (create_breakpoint): Add extra_string arg.
2463         * breakpoint.c (dprintf_breakpoint_ops): New.
2464         (is_breakpoint): Add bp_dprintf.
2465         (bpstat_what): Add dprintf case.
2466         (bptype_string): Ditto.
2467         (print_one_breakpoint_location): Ditto.
2468         (init_bp_location): Ditto.
2469         (bkpt_print_mention): Ditto.
2470         (dprintf_style_enums): New array.
2471         (dprintf_style): New global.
2472         (dprintf_function): New global.
2473         (dprintf_channel): New global.
2474         (update_dprintf_command_list): New function.
2475         (update_dprintf_commands): New function.
2476         (init_breakpoint_sal): Add extra_string argument, handle it.
2477         (create_breakpoint_sal): Add extra_string argument.
2478         (create_breakpoints_sal): Add extra_string argument, update callers.
2479         (find_condition_and_thread): Add extra argument.
2480         (create_breakpoint): Add extra_string argument, record it.
2481         (dprintf_command): New function.
2482         (break_command_1): Add arg to create_breakpoint call.
2483         (handle_gnu_v3_exceptions): Ditto.
2484         (trace_command): Ditto.
2485         (ftrace_command): Ditto.
2486         (strace_command): Ditto.
2487         (bkpt_print_mention): Add dprintf case.
2488         (create_breakpoint_sal_default): Add extra_string argument.
2489         (_initialize_breakpoint): Add new commands.
2490         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
2491         * python/py-breakpoint.c (bppy_init): Ditto.
2492         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
2493
2494 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
2495
2496         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
2497
2498 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
2499
2500         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
2501         unsigned long long.
2502
2503 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
2504
2505         Add a new function gdb.find_pc_line to the Python API.
2506         * NEWS (Python Scripting): Add entry about the new function.
2507         * python/python.c (gdbpy_find_pc_line): New function which
2508         implements gdb.find_pc_line.
2509         (GdbMethods): Add entry for the new function.
2510
2511 2012-05-12  Pedro Alves  <palves@redhat.com>
2512
2513         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
2514         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
2515
2516 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
2517
2518         * inferior.c: Include completer.h
2519         (initialize_inferiors): Set completer of add-inferior to
2520         filename_completer.
2521
2522 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2523
2524         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
2525         gdbarch_ptr_bit for x32 core dump.
2526
2527 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2528
2529         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
2530         and features/i386/x32-avx-linux.c.
2531
2532 2012-05-11  Stan Shebs  <stan@codesourcery.com>
2533             Kwok Cheung Yeung  <kcy@codesourcery.com>
2534
2535         * NEWS: Describe new info os commands.
2536         * common/linux-osdata.c (PID_T, TIME_T): Define.
2537         (MAX_PID_T_STRLEN): New.
2538         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
2539         MAX_PID_T_STRLEN.
2540         (command_from_pid): Add comment.  Change to use PID_T.
2541         (commandline_from_pid):  Change to use PID_T.
2542         (user_from_pid): Add comment.
2543         (get_process_owner): Add comment. Change to use PID_T and
2544         MAX_PID_T_STRLEN.
2545         (get_number_of_cpu_cores): Add comment.
2546         (get_cores_used_by_process): Add comment.  Change to use PID_T and
2547         MAX_PID_T_STRLEN.
2548         (linux_xfer_osdata_processes): Change to use PID_T and
2549         MAX_PID_T_STRLEN.
2550         (compare_processes): New function.
2551         (linux_xfer_osdata_processgroups): New function.
2552         (linux_xfer_osdata_threads): Change to use PID_T.
2553         (linux_xfer_osdata_fds): New function.
2554         (format_socket_state, print_sockets): New functions.
2555         (union socket_addr): New union.
2556         (linux_xfer_osdata_isockets): New function.
2557         (time_from_time_t, group_from_gid): New functions.
2558         (linux_xfer_osdata_shm): New function.
2559         (linux_xfer_osdata_sem): New function.
2560         (linux_xfer_osdata_msg): New function.
2561         (linux_xfer_osdata_modules): New function.
2562         (osdata_table): Add new entries.
2563         * common/buffer.c (buffer_xml_printf): Add support for long and
2564         long long format specifiers.
2565
2566 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
2567
2568         * amd64-linux-tdep.h (tdesc_x32_linux): New.
2569         (tdesc_x32_avx_linux): Likewise.
2570
2571 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2572
2573         Implement multi-component --with-auto-load-dir.
2574         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
2575         entries.
2576         (--with-auto-load-safe-path): Update the default value description.
2577         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
2578         New.
2579         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
2580         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
2581         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
2582         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
2583         "set auto-load scripts-directory".
2584         * config.in: Regenerate.
2585         * configure: Regenerate.
2586         * configure.ac (--with-auto-load-dir): New configure option.
2587         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
2588
2589 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2590
2591         Provide $ddir substitution for --with-auto-load-safe-path.
2592         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
2593         entries.
2594         * auto-load.c: Include observer.h.
2595         (auto_load_safe_path_vec_update): Call substitute_path_component for
2596         each component.  New variable ddir_subst.
2597         (auto_load_gdb_datadir_changed): New function.
2598         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
2599         AUTO_LOAD_SAFE_PATH.  New comment.
2600         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
2601         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
2602         * config.in: Regenerate.
2603         * configure: Regenerate.
2604         * configure.ac (--auto-load-safe-path): Rename
2605         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
2606         GDB_DATADIR/auto-load.
2607         * defs.h (substitute_path_component): New declaration.
2608         * top.c: Include observer.h.
2609         (set_gdb_datadir): New function.
2610         (init_main): Install it for "set data-directory".
2611         * utils.c (substitute_path_component): New function.
2612
2613 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2614
2615         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
2616         * auto-load.c (auto_load_objfile_script): Remove check for NULL
2617         DEBUG_FILE_DIRECTORY.  Handle multiple components of
2618         DEBUG_FILE_DIRECTORY.
2619
2620 2012-05-10  Tom Tromey  <tromey@redhat.com>
2621
2622         * dwarf2read.c (recursively_write_psymbols): New function.
2623         (write_psymtabs_to_index): Use it.
2624
2625         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
2626         field.
2627         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
2628         (load_partial_comp_unit): Update.
2629         (queue_comp_unit): Add argument 'pretend_language'.
2630         (process_queue): Update.
2631         (psymtab_to_symtab_1): Skip dependencies that have a user.
2632         (load_partial_comp_unit_reader): Give meaning to the 'data'
2633         argument.
2634         (load_full_comp_unit): Add 'pretend_language' argument.
2635         (process_full_comp_unit): Add 'pretend_language' argument.  Set
2636         language on CU.
2637         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
2638         Update.
2639         (maybe_queue_comp_unit): Add 'pretend_language' argument.
2640         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
2641         Update.
2642         (prepare_one_comp_unit): Add 'pretend_language' argument.
2643
2644         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
2645         (struct dwarf2_per_objfile) <just_read_cus>: New field.
2646         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
2647         (dw2_do_instantiate_symtab): Check whether symtab was read in
2648         before queueing.
2649         (dw2_instantiate_symtab): Add assertion.  Call
2650         process_cu_includes.
2651         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
2652         (partial_symtab_p): New typedef.
2653         (set_partial_user): New function.
2654         (dwarf2_build_psymtabs_hard): Use set_partial_user.
2655         (scan_partial_symbols): Add imported CU to imported_symtabs.
2656         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
2657         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
2658         (get_symtab, recursively_compute_inclusions)
2659         (compute_symtab_includes, process_cu_includes)
2660         (process_imported_unit_die): New functions.
2661         (process_die) <DW_TAG_imported_unit>: New case.
2662         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
2663
2664         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
2665         comment.
2666         (struct partial_die_info) <locdesc>: Remove.
2667         <d>: New field.
2668         (process_psymtab_comp_unit): Add 'read_partial' argument.
2669         Update.
2670         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
2671         (scan_partial_symbols): Handle DW_TAG_imported_unit.
2672         (add_partial_symbol): Update.
2673         (process_die): Handle DW_TAG_partial_unit.
2674         (read_file_scope): Update comment.
2675         (load_partial_dies): Handle DW_TAG_imported_unit.
2676         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
2677         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
2678
2679 2012-05-10  Tom Tromey  <tromey@redhat.com>
2680
2681         * cc-with-dwz.sh: New file.
2682
2683 2012-05-10  Tom Tromey  <tromey@redhat.com>
2684
2685         * symtab.h (struct symtab) <includes, user>: New fields.
2686         * block.h (struct block_iterator) <d, idx, which>: New fields.
2687         * block.c (initialize_block_iterator, find_iterator_symtab)
2688         (block_iterator_step, block_iter_name_step)
2689         (block_iter_match_step): New functions.
2690         (block_iterator_first, block_iterator_next)
2691         (block_iter_name_first, block_iter_name_next)
2692         (block_iter_match_first, block_iter_match_next): Rewrite.
2693         (get_block_symtab): New function.
2694
2695 2012-05-10  Tom Tromey  <tromey@redhat.com>
2696
2697         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
2698         set_block_symtab.
2699         * jit.c (finalize_symtab): Use allocate_global_block,
2700         set_block_symtab.
2701         * buildsym.c (finish_block_internal): New function, from old
2702         finish_block.
2703         (finish_block): Rewrite.
2704         (end_symtab): Use finish_block_internal, set_block_symtab.
2705         * block.h (struct global_block): New.
2706         (allocate_global_block, set_block_symtab): Declare.
2707         * block.c (allocate_global_block, set_block_symtab): New
2708         functions.
2709
2710 2012-05-10  Tom Tromey  <tromey@redhat.com>
2711
2712         * psymtab.c (partial_map_expand_apply): Add assertion.
2713         (partial_map_symtabs_matching_filename): Skip included psymtabs.
2714         (psymtab_to_symtab): Find unshared psymtab.
2715         (dump_psymtab): Print including psymtabs.
2716         (recursively_search_psymtabs): New function.
2717         (expand_symtabs_matching_via_partial): Use it.
2718         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
2719         fields.
2720         (enum psymtab_search_status): New.
2721
2722 2012-05-10  Tom Tromey  <tromey@redhat.com>
2723
2724         * tracepoint.c (scope_info): Update.
2725         * symtab.c (lookup_block_symbol, iterate_over_symbols)
2726         (find_pc_sect_symtab, search_symbols)
2727         (default_make_symbol_completion_list_break_on)
2728         (make_file_symbol_completion_list): Update.
2729         * symmisc.c (dump_symtab_1): Update.
2730         * stack.c (print_frame_args, iterate_over_block_locals)
2731         (print_frame_labels, iterate_over_block_arg_vars): Update.
2732         * python/py-block.c (block_object) <dict>: Remove.
2733         <block>: New field.
2734         <iter>: Change type.
2735         (blpy_iter): Update.
2736         (blpy_block_syms_iternext): Update.
2737         * psymtab.c (map_block): Use block iterators.
2738         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
2739         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
2740         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
2741         * infrun.c (check_exception_resume): Update.
2742         * cp-support.c (make_symbol_overload_list_block): Update.
2743         * coffread.c (patch_opaque_types): Update.
2744         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
2745         * block.h (struct block_iterator): New.
2746         (block_iterator_first, block_iterator_next, block_iter_name_first)
2747         (block_iter_name_next, block_iter_match_first)
2748         (block_iter_match_next): Declare.
2749         (ALL_BLOCK_SYMBOLS): Redefine.
2750         * block.c (block_iterator_first, block_iterator_next)
2751         (block_iter_name_first, block_iter_name_next)
2752         (block_iter_match_first, block_iter_match_next): New functions.
2753         * ada-lang.c (ada_add_block_symbols)
2754         (ada_make_symbol_completion_list): Use block iterator.
2755
2756 2012-05-10  Tom Tromey  <tromey@redhat.com>
2757
2758         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
2759         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
2760         (lookup_partial_symbol, find_last_source_symtab_from_partial)
2761         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
2762         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
2763         Update.
2764
2765 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
2766
2767         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
2768         print-file-var-lib2.c, print-file-var-main.c and
2769         print-file-var.exp (located in gdb/testsuite/gdb.base).
2770
2771 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
2772
2773         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
2774         try locating the symbol in the symbol's own objfile first, before
2775         extending the search to all objfiles.
2776         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
2777         out of lookup_symbol_aux_symtabs.
2778         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
2779         Replace extracted-out code by call to lookup_symbol_aux_objfile.
2780         Do not search EXCLUDE_OBJFILE.
2781         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
2782         (lookup_symbol_global): Search for matches in the block's objfile
2783         first, before searching all other objfiles.
2784
2785 2012-05-10  Tristan Gingold  <gingold@adacore.com>
2786
2787         * printcmd.c (set_command): Add pre/post inc/dec.
2788
2789 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
2790
2791         * gdb.1: Document -ex option.
2792
2793 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
2794
2795         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
2796         * inferior.h (AT_SYMBOL): Delete.
2797
2798 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
2799
2800         * mips-tdep.c (mips_push_dummy_code): New function.
2801         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
2802         ON_STACK and install mips_push_dummy_code as our gdbarch
2803         push_dummy_code routine.
2804
2805 2012-05-09  Pedro Alves  <palves@redhat.com>
2806
2807         * target.c (set_maintenance_target_async_permitted): Rename to ...
2808         (set_target_async_command): ... this.
2809         (show_maintenance_target_async_permitted): Rename to ...
2810         (show_target_async_command): ... this.
2811         (initialize_targets): Adjust.
2812
2813 2012-05-08  Doug Evans  <dje@google.com>
2814
2815         * go-exp.y (classify_name): Add missing assignment of fields of
2816         yylval.ssym.
2817
2818 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
2819
2820         Display the ">" prompt in interactive mode while reading canned
2821         commands, even when the current interpreter is MI.
2822
2823         * interps.c (interp_set_temp): New function.
2824
2825         * interps.h (interp_set_temp): Add prototype.
2826
2827         * cli/cli-script.c (restore_interp): New cleanup function.
2828         (read_command_lines): Temporarily override the current interpreter
2829         with CLI and arrange for restoring the original one.
2830
2831 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
2832
2833         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
2834
2835 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
2836
2837         * probe.c (parse_probes): Move conditional to check for
2838         debuginfo files from here...
2839         * stap-probe.c (stap_get_probes): ... to here.
2840
2841 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
2842             H.J. Lu  <hongjiu.lu@intel.com>
2843
2844         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
2845         `movl %esp, %ebp' for the X32 ABI.
2846
2847 2012-05-07  Tom Tromey  <tromey@redhat.com>
2848
2849         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
2850         get_DW_TAG_name.
2851         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
2852         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
2853         (dwarf_stack_op_name): Remove.
2854         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
2855         (decode_locdesc): Use get_DW_OP_name.
2856         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
2857         (dwarf2_compile_expr_to_ax): Likewise.
2858         (disassemble_dwarf_expression): Likewise.
2859         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
2860
2861 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
2862
2863         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
2864         (sh_linux_sigtramp_cache): New function.
2865         (sh_linux_sigreturn_init): New function.
2866         (sh_linux_rt_sigreturn_init): New function.
2867         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
2868         patterns.
2869         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
2870         syscall codes.
2871         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
2872         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
2873         (sh_linux_init_abi): Add init calls to register new tramp_frame
2874         definitions under 32-bit SH, update comments.
2875
2876 2012-05-07  Pedro Alves  <palves@redhat.com>
2877
2878         PR gdb/10952
2879
2880         * amd64-linux-tdep.c: Include glibc-tdep.h.
2881         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
2882         gdbarch_skip_solib_resolver callback.
2883
2884 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2885
2886         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
2887         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
2888         (show_auto_load_safe_path): Check any-directory by comparison with "/".
2889         (add_auto_load_safe_path): Change the error message.
2890         (_initialize_auto_load): Change the "safe-path" help text.
2891         * configure: Regenerate
2892         * configure.ac (--without-auto-load-safe-path): Set
2893         WITH_AUTO_LOAD_SAFE_PATH to /.
2894
2895 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
2896
2897         * stap-probe.h: Do not include unecessary `probe.h'.
2898
2899 2012-05-05  Alan Modra  <amodra@gmail.com>
2900
2901         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
2902         bfd_und_section_ptr.
2903         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
2904         and bfd_com_section_ptr.
2905
2906 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
2907
2908         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
2909
2910 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
2911
2912         * windows-nat.h (segment_register_p_ftype): New typedef.
2913         (windows_set_segment_register_p): Add declaration.
2914         * windows-nat.c (segment_register_p): New static global.
2915         (windows_set_segment_register_p): New function.
2916         (do_windows_fetch_inferior_registers): Add special handling
2917         for segment registers.
2918         * amd64-windows-nat.c: #include "amd64-tdep.h".
2919         (amd64_windows_segment_register_p): New function.
2920         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
2921         * i386-windows-nat.c: #include "i386-tdep.h".
2922         (i386_windows_segment_register_p): New function.
2923         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
2924
2925 2012-05-04  Tristan Gingold  <gingold@adacore.com>
2926
2927         * printcmd.c (set_command): Emit a warning if the expression is not
2928         an assignment.
2929
2930 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
2931
2932         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
2933         Make static.
2934
2935 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
2936
2937         * stap-probe.c (stap_is_operator): Change declaration.
2938         (stap_get_opcode): Change return value.
2939         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
2940         `stap_parse_argument_1'.
2941
2942 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
2943
2944         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
2945         debug log.
2946
2947 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
2948
2949         Add two new methods global_block and static_block to gdb.Symtab
2950         objects.
2951         * NEWS (Python scripting): Add entry about the new methods.
2952         * python/py-symtab.c (stpy_global_block): New function which
2953         implements the gdb.Symtab.global_block() method.
2954         (stpy_static_block): New function which implements the
2955         gdb.Symtab.static_block() method.
2956         (symtab_object_methods): Add entries for the two new methods.
2957
2958 2012-05-03  Doug Evans  <dje@google.com>
2959
2960         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
2961         files.
2962
2963 2012-05-03  Yao Qi  <yao@codesourcery.com>
2964
2965         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
2966         space.
2967         (i386_process_record): Ditto.
2968
2969 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
2970
2971         * infcall.c (unwind_on_signal_p): Make static.
2972
2973 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
2974
2975         * sol-thread.c (solaris_pid_to_str): Make static.
2976         (_initialize_sol_thread): Add prototype.
2977
2978 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
2979
2980         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
2981
2982 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
2983
2984         * MAINTAINERS: Remove myself.
2985
2986 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2987
2988         Fix --without-auto-load-safe-path for MS-Windows host platform.
2989         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
2990
2991 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
2992
2993         * gdb_curses.h: Undefine KEY_EVENT before including curses
2994         headers.  Move "#undef MOUSE_MOVED" before any curses header
2995         inclusion.
2996
2997 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
2998
2999         * features/i386/i386-mmx-linux.c: Regenerate.
3000         * features/rs6000/powerpc-32.c: Likewise.
3001         * features/rs6000/powerpc-32l.c: Likewise.
3002         * features/rs6000/powerpc-403.c: Likewise.
3003         * features/rs6000/powerpc-403gc.c: Likewise.
3004         * features/rs6000/powerpc-405.c: Likewise.
3005         * features/rs6000/powerpc-505.c: Likewise.
3006         * features/rs6000/powerpc-601.c: Likewise.
3007         * features/rs6000/powerpc-602.c: Likewise.
3008         * features/rs6000/powerpc-603.c: Likewise.
3009         * features/rs6000/powerpc-604.c: Likewise.
3010         * features/rs6000/powerpc-64.c: Likewise.
3011         * features/rs6000/powerpc-64l.c: Likewise.
3012         * features/rs6000/powerpc-750.c: Likewise.
3013         * features/rs6000/powerpc-860.c: Likewise.
3014         * features/rs6000/powerpc-e500.c: Likewise.
3015         * features/rs6000/powerpc-e500l.c: Likewise.
3016         * features/rs6000/powerpc-isa205-32l.c: Likewise.
3017         * features/rs6000/powerpc-isa205-64l.c: Likewise.
3018         * features/rs6000/rs6000.c: Likewise.
3019
3020 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
3021
3022         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
3023         variable.
3024         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
3025         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
3026         (stap_parse_argument) <e>: Likewise.
3027         (handle_stap_probe) <byte_order>: Likewise.
3028
3029 2012-04-30  Doug Evans  <dje@google.com>
3030
3031         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
3032         init_and_read_dies_worker.  All callers updated.
3033         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
3034         replaced with init_cutu_and_read_dies.
3035         (load_partial_comp_unit): Pass 1 for use_existing_cu.
3036         (find_partial_die): Remove FIXME.  Don't free current CU.
3037
3038 2012-04-30  Sterling Augustine  <saugustine@google.com>
3039
3040         * contrib: New directory.
3041         * contrib/test_pubnames_and_indexes.py: New file.
3042
3043 2012-04-30  Doug Evans  <dje@google.com>
3044
3045         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
3046         All callers updated.
3047         (init_cu_die_reader): Verify the section is non-empty.
3048         (dwarf_decode_line_header): Don't dereference section->asection
3049         until we know the section is present.
3050
3051 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
3052
3053         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
3054         probes.
3055
3056 2012-04-29  Yao Qi  <yao@codesourcery.com>
3057
3058         * gdb-code-style.el: New hook gdb-markup-hook
3059         and gdb-comment-hook.
3060
3061 2012-04-28  Doug Evans  <dje@google.com>
3062
3063         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
3064         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
3065         objfile->obfd.
3066         * symfile.h (dwarf2_debug_sections): New member addr.
3067         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
3068         (ctx_no_get_addr_index): New function.
3069         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
3070         (ctx_no_get_addr_index): Declare.
3071         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
3072         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
3073         (dwarf_expr_ctx_funcs): Update.
3074         (needs_get_addr_index): New function.
3075         (needs_frame_ctx_funcs): Update.
3076         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
3077         * dwarf2read.c: #include "gdbcore.h".
3078         (dwarf2_per_objfile): New members addr, dwo_files.
3079         (dwarf2_elf_names): Add entry for addr.
3080         (struct dwo_section_names): New type.
3081         (dwo_section_names): New static global.
3082         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
3083         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
3084         old debug_types_section member updated to use this.
3085         Rename member debug_types_section to info_or_types_section,
3086         all uses updated.
3087         (signatured_type): Rename member type_offset to type_offset_in_tu,
3088         all uses updated.  New member type_offset_in_section.
3089         (struct dwo_sections): New type.
3090         (struct dwo_unit): New type.
3091         (struct dwo_file): New type.
3092         (die_reader_specs): New member dwo_file.
3093         (dwarf2_locate_sections): Watch for .debug_addr.
3094         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
3095         (dwarf2_read_section): Get bfd of section from bfd's asection,
3096         instead of objfile.
3097         (create_cus_from_index): Initialize the_cu->info_or_types_section.
3098         (create_signatured_type_table_from_index): Initialize
3099         sig_type->info_or_types_section.
3100         (dw2_get_file_names): Statement lists for type units with DWO files
3101         live in the DWO file.
3102         (create_debug_types_hash_table): New function.
3103         (create_all_type_units): Rewrite.
3104         (init_cu_die_reader): New arg dwo_file, all callers updated.
3105         (init_and_read_dies_worker): Get section from
3106         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
3107         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
3108         continue reading the CU/TU from there.
3109         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
3110         updated.  Get section from this_cu->info_or_types_section.
3111         (create_all_comp_units): Initialize this_cu->info_or_types_section.
3112         (skip_one_die): New cases DW_FORM_GNU_addr_index,
3113         DW_FORM_GNU_str_index.
3114         (hash_dwo_file, eq_dwo_file): New functions.
3115         (allocate_dwo_file_hash_table): New function.
3116         (hash_dwo_unit, eq_dwo_unit): New functions.
3117         (allocate_dwo_unit_table): New function.
3118         (dwarf2_locate_dwo_sections): New function.
3119         (struct create_dwo_info_table_data): New type.
3120         (create_debug_info_hash_table_reader): New function.
3121         (create_debug_info_hash_table): New function.
3122         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
3123         (lookup_dwo_file): New function.
3124         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
3125         (free_dwo_file, free_dwo_file_cleanup): New functions.
3126         (free_dwo_file_from_slot, free_dwo_files): New functions.
3127         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
3128         (dwarf2_record_block_ranges): Ditto.
3129         (read_partial_die): Ditto.
3130         (process_enumeration_scope): Update to use type_offset_in_section.
3131         (read_full_die_1): New function.
3132         (read_full_die): Rewrite.
3133         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
3134         DW_FORM_GNU_str_index.
3135         (read_addr_index_1, read_addr_index): New functions.
3136         (read_addr_index_from_leb128): New function.
3137         (struct dwarf2_read_addr_index_data): New type.
3138         (dwarf2_read_addr_index_reader): New function.
3139         (dwarf2_read_addr_index): New function.
3140         (read_str_index): New function.
3141         (leb128_size): New function.
3142         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
3143         If processing a type unit from a DWO file, get the line section
3144         from the DWO file.
3145         (var_decode_location): Watch for DW_OP_GNU_addr_index.
3146         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
3147         DW_FORM_GNU_str_index.
3148         (lookup_die_type): Check whether section offset of type's die is
3149         known before looking it up.  Remove assert.  Condition can
3150         legimately happen for inter-cu type references.
3151         (dwarf_attr_name): Handle Fission attributes.
3152         (dwarf_form_name): Handle Fission forms.
3153         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
3154         DW_FORM_GNU_str_index.
3155         (follow_die_sig): Update to use type_offset_in_section.
3156         (decode_locdesc): New case DW_OP_GNU_addr_index.
3157         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
3158         DW_FORM_GNU_str_index.
3159         (cu_debug_loc_section): New function.
3160         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
3161         (dwarf2_per_objfile_free): Unmap .debug_addr section.
3162         Free DWO files if present.
3163         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
3164
3165         Refactor DIE reading.
3166         * dwarf2read.c (dwarf2_per_objfile): Replace members
3167         debug_info_type_hash and debug_types_type_hash with die_type_hash.
3168         (die_reader_specs): New member "die_section".  Temporarily make
3169         member "buffer" non-const, pending constifying all info_ptr uses.
3170         (die_reader_func_ftype): New typedef.
3171         (dw2_get_file_names_reader): New function.
3172         (dw2_get_file_names): Rewrite.
3173         (read_and_check_type_unit_head): Rename arg type_offset to
3174         type_offset_in_tu.
3175         (create_all_type_units): Improve debugging message.
3176         Improve dummy type unit check.
3177         (init_cu_die_reader): New arg "section".  All callers updated.
3178         (init_and_read_dies_worker): New function.
3179         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
3180         (init_cutu_and_read_dies_no_follow): New function.
3181         (init_cutu_and_read_dies_simple): New function.
3182         (process_psymtab_comp_unit_reader): New function.
3183         (process_psymtab_comp_unit): Delete args section,
3184         is_debug_types_section.  Rewrite.  All callers updated.
3185         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
3186         All callers updated.  Rewrite.
3187         (load_partial_comp_unit_reader): New function.
3188         (load_partial_comp_unit): Rewrite.
3189         (skip_children): New arg reader.  Delete args buffer, cu.
3190         All callers updated.
3191         (skip_one_die): New arg reader.  Delete args buffer, cu.
3192         All callers updated.
3193         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
3194         All callers updated.
3195         (load_full_comp_unit_reader): New function.
3196         (load_full_comp_unit): Rewrite.
3197         (read_comp_unit): Delete.
3198         (read_die_and_children_1): Delete, contents moved ...
3199         (read_die_and_children): ... here.
3200         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
3201         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
3202         All callers updated.
3203         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
3204         All callers updated.
3205         (find_partial_die): Rewrite load_all_dies support.
3206         (read_attribute_value): New arg reader.  Delete args abfd, cu.
3207         All callers updated.
3208         (read_attribute): New arg reader.  Delete args abfd, cu.
3209         All callers updated.
3210         (load_full_type_unit): Add assert.
3211         (read_signatured_type_reader): New function.
3212         (read_signatured_type): Rewrite.
3213         (free_stack_comp_unit): Remove call to age_cached_comp_units.
3214         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
3215         All callers updated.  Set per_cu->cu = NULL after freeing it.
3216         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
3217         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
3218         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
3219         (set_die_type): Update.
3220         (get_die_type_at_offset): Update.
3221         (read_file_scope): Call prepare_one_comp_unit.
3222         (read_type_unit_scope): Ditto.
3223         (prepare_one_comp_unit): Set producer if present.
3224
3225 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
3226
3227         * probe.c (compile_rx_or_error): Silence ARI warning about missing
3228          gettext function on `error'.
3229
3230 2012-04-27  Doug Evans  <dje@google.com>
3231
3232         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
3233         is empty.
3234
3235 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3236             Tom Tromey  <tromey@redhat.com>
3237
3238         * breakpoint.c (struct breakpoint_objfile_data)
3239         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
3240         <exception_probes>: New fields.
3241         (free_breakpoint_probes): New function.
3242         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
3243         `_Unwind_DebugHook'.
3244         (create_exception_master_breakpoint): Likewise.
3245         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
3246         * infrun.c: Including necessary header files for handling SystemTap
3247         probes.
3248         (handle_inferior_event): Handling longjmp breakpoint and exceptions
3249         via SystemTap probes.
3250         (check_exception_resume): Remove `func' argument.  Handle exception
3251         unwinding breakpoint set via a SystemTap probe.
3252         (insert_exception_resume_from_probe): New function.
3253
3254 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3255             Tom Tromey  <tromey@redhat.com>
3256             Jan Kratochvil  <jan.kratochvil@redhat.com>
3257
3258         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
3259         (COMMON_OBS): Likewise.
3260         (HFILES_NO_SRCDIR): Add `probe'.
3261         * NEWS: Mention support for static and SystemTap probes.
3262         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
3263         SystemTap probes' arguments parser.
3264         * arm-linux-tdep.c: Including headers needed to perform the parsing
3265         of SystemTap probes' arguments.
3266         (arm_stap_is_single_operand): New function.
3267         (arm_stap_parse_special_token): Likewise.
3268         (arm_linux_init_abi): Initializing proper fields used by SystemTap
3269         probes' arguments parser.
3270         * ax-gdb.c (require_rvalue): Removing static declaration.
3271         (gen_expr): Likewise.
3272         * ax-gdb.h (gen_expr): Declaring function.
3273         (require_rvalue): Likewise.
3274         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
3275         (bkpt_probe_breakpoint_ops): New variable.
3276         (momentary_breakpoint_from_master): Set the `probe' value.
3277         (add_location_to_breakpoint): Likewise.
3278         (break_command_1): Using proper breakpoint_ops according to the
3279         argument passed by the user in the command line.
3280         (bkpt_probe_insert_location): New function.
3281         (bkpt_probe_remove_location): Likewise.
3282         (bkpt_probe_create_sals_from_address): Likewise.
3283         (bkpt_probe_decode_linespec): Likewise.
3284         (tracepoint_probe_create_sals_from_address): Likewise.
3285         (tracepoint_probe_decode_linespec): Likewise.
3286         (tracepoint_probe_breakpoint_ops): New variable.
3287         (trace_command): Using proper breakpoint_ops according to the
3288         argument passed by the user in the command line.
3289         (initialize_breakpoint_ops): Initializing breakpoint_ops for
3290         static probes on breakpoints and tracepoints.
3291         * breakpoint.h (struct bp_location) <probe>: New field.
3292         * cli-utils.c (skip_spaces_const): New function.
3293         (extract_arg): Likewise.
3294         * cli-utils.h (skip_spaces_const): Likewise.
3295         (extract_arg): Likewise.
3296         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
3297         * configure.ac: Append `stap-probe.o' to be generated when ELF
3298         support is present.
3299         * configure: Regenerate.
3300         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
3301         * elfread.c: Include `probe.h' and `arch-utils.h'.
3302         (probe_key): New variable.
3303         (elf_get_probes): New function.
3304         (elf_get_probe_argument_count): Likewise.
3305         (elf_evaluate_probe_argument): Likewise.
3306         (elf_compile_to_ax): Likewise.
3307         (elf_symfile_relocate_probe): Likewise.
3308         (stap_probe_key_free): Likewise.
3309         (elf_probe_fns): New variable.
3310         (elf_sym_fns): Add `sym_probe_fns' value.
3311         (elf_sym_fns_lazy_psyms): Likewise.
3312         (elf_sym_fns_gdb_index): Likewise.
3313         (_initialize_elfread): Initialize objfile cache for static
3314         probes.
3315         * gdb_vecs.h (struct probe): New forward declaration.
3316         (probe_p): New VEC declaration.
3317         * gdbarch.c: Regenerate.
3318         * gdbarch.h: Regenerate.
3319         * gdbarch.sh (stap_integer_prefix): New variable.
3320         (stap_integer_suffix): Likewise.
3321         (stap_register_prefix): Likewise.
3322         (stap_register_suffix): Likewise.
3323         (stap_register_indirection_prefix): Likewise.
3324         (stap_register_indirection_suffix): Likewise.
3325         (stap_gdb_register_prefix): Likewise.
3326         (stap_gdb_register_suffix): Likewise.
3327         (stap_is_single_operand): New function.
3328         (stap_parse_special_token): Likewise.
3329         (struct stap_parse_info): Forward declaration.
3330         * i386-tdep.c: Including headers needed to perform the parsing
3331         of SystemTap probes' arguments.
3332         (i386_stap_is_single_operand): New function.
3333         (i386_stap_parse_special_token): Likewise.
3334         (i386_elf_init_abi): Initializing proper fields used by SystemTap
3335         probes' arguments parser.
3336         * i386-tdep.h (i386_stap_is_single_operand): New function.
3337         (i386_stap_parse_special_token): Likewise.
3338         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
3339         * mipsread.c (ecoff_sym_fns): Likewise.
3340         * objfiles.c (objfile_relocate1): Support relocation for static
3341         probes.
3342         * parse.c (prefixify_expression): Remove static declaration.
3343         (initialize_expout): Likewise.
3344         (reallocate_expout): Likewise.
3345         * parser-defs.h (initialize_expout): Declare function.
3346         (reallocate_expout): Likewise.
3347         (prefixify_expression): Likewise.
3348         * ppc-linux-tdep.c: Including headers needed to perform the parsing
3349         of SystemTap probes' arguments.
3350         (ppc_stap_is_single_operand): New function.
3351         (ppc_stap_parse_special_token): Likewise.
3352         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
3353         probes' arguments parser.
3354         * probe.c: New file, for generic statically defined probe support.
3355         * probe.h: Likewise.
3356         * s390-tdep.c: Including headers needed to perform the parsing of
3357         SystemTap probes' arguments.
3358         (s390_stap_is_single_operand): New function.
3359         (s390_gdbarch_init): Initializing proper fields used by SystemTap
3360         probes' arguments parser.
3361         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
3362         * stap-probe.c: New file, for SystemTap probe support.
3363         * stap-probe.h: Likewise.
3364         * symfile.h: Include `gdb_vecs.h'.
3365         (struct sym_probe_fns): New struct.
3366         (struct sym_fns) <sym_probe_fns>: New field.
3367         * symtab.c (init_sal): Initialize `probe' field.
3368         * symtab.h (struct probe): Forward declaration.
3369         (struct symtab_and_line) <probe>: New field.
3370         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
3371         locations.
3372         (stop_tracing): Likewise.
3373         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
3374
3375 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3376             Tom Tromey  <tromey@redhat.com>
3377
3378         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
3379         and to compile agent expressions.
3380         * infrun.c (siginfo_make_value): New argument `ignore'.
3381         (siginfo_funcs): New struct.
3382         (_initialize_infrun): New argument when calling
3383         `create_internalvar_type_lazy'.
3384         * thread.c (thread_id_make_value): New argument `ignore'.
3385         (thread_funcs): New struct.
3386         (_initialize_thread): New argument when calling
3387         `create_internalvar_type_lazy'.
3388         * tracepoint.c (sdata_make_value): New argument `ignore'.
3389         (sdata_funcs): New struct.
3390         (_initialize_tracepoint): New argument when calling
3391         `create_internalvar_type_lazy'.
3392         * value.c (make_value): New struct.
3393         (create_internalvar_type_lazy): New argument `data'.
3394         (compile_internalvar_to_ax): New function.
3395         (value_of_internalvar): Properly handling `make_value' case.
3396         (clear_internalvar): Likewise.
3397         (show_convenience): Adding `TRY_CATCH' block.
3398         * value.h (internalvar_make_value): Delete, replace by...
3399         (struct internalvar_funcs): ... this.
3400         (create_internalvar_type_lazy) <fun>: Delete argument.
3401         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
3402         (compile_internalvar_to_ax): New function.
3403         * windows-tdep.c (tlb_make_value): New argument `ignore'.
3404         (tlb_funcs): New struct.
3405         (_initialize_windows_tdep): New argument when calling
3406         `create_internalvar_type_lazy'.
3407
3408 2012-04-27  Mark Wielaard  <mjw@redhat.com>
3409
3410         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
3411         see whether it is an address or a constant offset from DW_AT_low_pc.
3412         (dwarf2_record_block_ranges): Likewise.
3413         (read_partial_die): Likewise.
3414
3415 2012-04-26  Mark Wielaard  <mjw@redhat.com>
3416
3417         * MAINTAINERS (Write After Approval): Add myself to the list.
3418
3419 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
3420
3421         * proc-utils.h (proc_prettyprint_signalset): New prototype.
3422         (proc_prettyprint_signal): Likewise.
3423         (proc_prettyprint_faultset): Likewise.
3424         (proc_prettyprint_fault): Likewise.
3425         (proc_prettyprint_actionset): Likewise.
3426         (proc_prettyprint_flags): Move to new proc-flags.c section.
3427         (proc_prettyfprint_flags): New prototype.
3428         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
3429         (proc_syscall, proc_cursig): Likewise.
3430         (proc_set_kill_on_last_close): Likewise.
3431         (proc_unset_kill_on_last_close): Likewise.
3432         (proc_set_watchpoint): Make static.
3433         (proc_delete_dead_threads): Likewise.
3434         (procfs_set_watchpoint): Likewise.
3435         (_initialize_procfs): Add prototype.
3436         * proc-events.c: Include proc-utils.h.
3437         (init_syscall_table): Make static.
3438         * proc-api.c (_initialize_proc_api): Add prototype.
3439         * proc-flags.c: Include proc-utils.h.
3440
3441 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
3442
3443         * configure.ac: Add AC_ARG_PROGRAM.
3444         * configure: Regenerate.
3445
3446 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3447
3448         Fix DW_AT_lower_bound defaults for DWARF-4+.
3449         * dwarf2read.c (read_subrange_type): Remove initialization of low and
3450         high.  New variable low_default_is_valid.  Implement DWARF-4+
3451         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
3452         no default by the DWARF standard.
3453
3454 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
3455             Maciej W. Rozycki  <macro@codesourcery.com>
3456
3457         * infrun.c (handle_inferior_event): Move the check for return
3458         trampolines ahead of the check for function trampolines.
3459         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
3460         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
3461         (mips_str_mips16_ret_stub): Likewise.
3462         (mips_str_call_fp_stub): Likewise.
3463         (mips_str_call_stub): Likewise.
3464         (mips_str_fn_stub): Likewise.
3465         (mips_str_pic): Likewise.
3466         (mips_in_frame_stub): New function.
3467         (mips_unwind_pc): Return the return address rather than the PC
3468         if the PC of an intermediate frame is inside a call thunk.
3469         (mips_is_stub_suffix): New function.
3470         (mips_is_stub_mode): Likewise.
3471         (mips_get_mips16_fn_stub_pc): Likewise.
3472         (mips_skip_mips16_trampoline_code): Update to handle all the
3473         currently generated stub types.  Don't recurse into __fn_stub
3474         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
3475         Use cooked register accesses.
3476         (mips_in_return_stub): Reintroduce function.
3477         (mips_skip_trampoline_code): Traverse trampolines recursively.
3478         (mips_gdbarch_init): Handle MIPS16 return trampolines.
3479
3480 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
3481
3482         GDB 7.4.1 released.
3483
3484 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
3485
3486         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
3487         * features/arm-with-m-vfp-d16.xml: New file. Describes
3488         Cortex-M with VFPv4-sp-d16 FPU register layout.
3489         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
3490         * features/arm-with-m-vfp-d16.c: New. Generated from above.
3491         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
3492         (arm-register_g_packet_guesses): Add vfp-d16 guess.
3493         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
3494
3495 2012-04-25  Doug Evans  <dje@google.com>
3496
3497         * cli/cli-decode.c (print_doc_line): Use stream instead of
3498         current_uiout.
3499
3500 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
3501
3502         * features/arm-with-iwmmxt.c: Regenerate.
3503         * features/arm-with-m-fpa-layout.c: Likewise.
3504         * features/arm-with-m.c: Likewise.
3505         * features/arm-with-neon.c: Likewise.
3506         * features/arm-with-vfpv2.c: Likewise.
3507         * features/arm-with-vfpv3.c: Likewise.
3508         * features/mips-dsp-linux.c: Likewise.
3509         * features/mips-linux.c: Likewise.
3510         * features/mips64-dsp-linux.c: Likewise.
3511         * features/mips64-linux.c: Likewise.
3512         * features/s390-linux32.c: Likewise.
3513         * features/s390-linux32v1.c: Likewise.
3514         * features/s390-linux32v2.c: Likewise.
3515         * features/s390-linux64.c: Likewise.
3516         * features/s390-linux64v1.c: Likewise.
3517         * features/s390-linux64v2.c: Likewise.
3518         * features/s390x-linux64.c: Likewise.
3519         * features/s390x-linux64v1.c: Likewise.
3520         * features/s390x-linux64v2.c: Likewise.
3521         * features/tic6x-c62x-linux.c: Likewise.
3522         * features/tic6x-c62x.c: Likewise.
3523         * features/tic6x-c64x-linux.c: Likewise.
3524         * features/tic6x-c64x.c: Likewise.
3525         * features/tic6x-c64xp-linux.c: Likewise.
3526         * features/tic6x-c64xp.c: Likewise.
3527         * target-descriptions.c: Only generate `field_type' and `type'
3528         variables when needed.
3529
3530 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
3531
3532         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
3533
3534 2012-04-25  Doug Evans  <dje@google.com>
3535
3536         Initial pass at Go language support.
3537         * NEWS: Mention Go.
3538         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
3539         go-valprint.c.
3540         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
3541         (YYFILES): Add go-exp.c.
3542         (YYOBJ): Add go-exp.o.
3543         (local-maintainer-clean): Delete go-exp.c.
3544         * defs.h (enum language): Add language_go.
3545         * dwarf2read.c: #include "go-lang.h".
3546         (fixup_go_packaging): New function.
3547         (process_full_comp_unit): Call it when processing Go CUs.
3548         (dwarf2_physname): Add Go support.
3549         (read_file_scope): Handle missing language spec for GNU Go.
3550         (set_cu_language): Handle DW_LANG_Go.
3551         * go-exp.y: New file.
3552         * go-lang.h: New file.
3553         * go-lang.c: New file.
3554         * go-typeprint.c: New file.
3555         * go-valprint.c: New file.
3556         * symtab.c: #include "go-lang.h".
3557         (symbol_set_language): Handle language_go.
3558         (symbol_find_demangled_name, symbol_set_names): Ditto.
3559         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
3560
3561 2012-04-24  Jim Meyering  <meyering@redhat.com>
3562
3563         avoid a few strncpy-induced buffer overruns
3564         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
3565         fname and psargs before trying to concatenate.
3566         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
3567         "name" before applying strchr.
3568
3569 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
3570
3571         * CONTRIBUTE: Use unified diff instead of context diff when
3572         generating patches.
3573
3574 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
3575
3576         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
3577         code.  Handle JR.HB correctly.
3578
3579 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
3580
3581         * mips-tdep.c
3582         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
3583         with the other MIPS16 helpers.
3584
3585 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
3586
3587         * observer.sh: Conditionally declare `args', thus cleaning up
3588         unused instances of this variable.
3589
3590 2012-04-24  Yao Qi  <yao@codesourcery.com>
3591
3592         Revert this patch to allow breakpoint always-inserted
3593         in record target.
3594         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
3595         * breakpoint.c: Include record.h.
3596         (breakpoints_always_inserted_mode): Return false when the record
3597         target is in use.
3598
3599         * breakpoint.c (iterate_over_bp_locations): New.
3600         * breakpoint.h: Declare.
3601         New typedef walk_bp_location_callback.
3602         * record.c (record_open): Call record_init_record_breakpoints.
3603         (record_sync_record_breakpoints): New.
3604         (record_init_record_breakpoints): New.
3605         * NEWS: Mention supporting breakpoint always-inserted mode in
3606         record target.
3607
3608 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
3609
3610         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
3611         any thread.
3612
3613 2012-04-24  Yao Qi  <yao@codesourcery.com>
3614
3615         * breakpoint.c (ep_is_catchpoint): Renamed to ...
3616         (is_catchpoint): ... it.
3617         (print_one_breakpoint_location): Caller update.
3618         * breakpoint.h: Update declaration.
3619
3620 2012-04-23  David S. Miller  <davem@davemloft.net>
3621
3622         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
3623
3624 2012-04-23  Tom Tromey  <tromey@redhat.com>
3625
3626         * buildsym.c (add_free_pendings): Remove.
3627         * buildsym.h (add_free_pendings): Remove.
3628
3629 2012-04-23  Doug Evans  <dje@google.com>
3630
3631         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
3632         attr.u.unsnd instead of attr.u.addr.
3633         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
3634         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
3635         DW_FORM_ref_udata.
3636         (dump_die_shallow): Update cases DW_FORM_ref_addr,
3637         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
3638         DW_FORM_ref_udata.
3639         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
3640
3641 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
3642
3643         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
3644         (mips_o32_return_value): Likewise.
3645         (mips_o64_return_value): Likewise.
3646
3647 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
3648
3649         * ada-lang.c (ada_evaluate_subexp): Add cases for
3650         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
3651         their treatment in eval.c.
3652
3653 2012-04-21  David S. Miller  <davem@davemloft.net>
3654
3655         * sparc-tdep.c (X_DISP10): Define.
3656         (sparc_analyze_control_transfer): Handle compare-and-branch.
3657
3658 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
3659
3660         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
3661         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
3662
3663 2012-04-20  Nigel Stephens  <nigel@mips.com>
3664             Maciej W. Rozycki  <macro@codesourcery.com>
3665
3666         * mips-tdep.c (mips_float_register_p): New function.
3667         (mips_convert_register_float_case_p): Use mips_float_register_p.
3668         (mips_register_type): Likewise.
3669         (mips_print_register): Likewise.
3670         (print_gp_register_row): Likewise.
3671         (mips_print_registers_info): Likewise.
3672
3673 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
3674
3675         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
3676         of mips16 symbols.
3677
3678 2012-04-20  Andrew Pinski  <apinski@cavium.com>
3679
3680         * MAINTAINERS (Write After Approval): Add myself to the list.
3681
3682 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
3683
3684         * MAINTAINERS: Update my e-mail address.
3685
3686 2012-04-20  Pedro Alves  <palves@redhat.com>
3687
3688         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
3689         $srcdir.
3690         * configure: Regenerate.
3691
3692 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
3693
3694         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
3695         declaration.
3696         * gdb_vecs.h: Declare `const_char_ptr' VEC.
3697
3698 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3699
3700         Fix compilation compatibility with python-2.4
3701         * python/py-type.c (convert_field): Cast ADDRSTRING for
3702         PyObject_SetAttrString as non-const.  New comment.
3703
3704 2012-04-19  Tom Tromey  <tromey@redhat.com>
3705
3706         * top.c (quit_target): Use all_cleanups.
3707         * main.c (captured_command_loop): Use all_cleanups.
3708         * exceptions.c (throw_exception): Use all_cleanups.
3709
3710 2012-04-19  Pedro Alves  <palves@redhat.com>
3711
3712         * Makefile.in (GNULIB_BUILDDIR): New.
3713         (LIBGNU, INCGNU, GNULIB_H): Adjust.
3714         (SUBDIRS): Add $(GNULIB_BUILDDIR).
3715         (CLEANDIRS). Remove gnulib/import.
3716         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
3717         (all-lib): Ditto.
3718         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
3719         (gnulib/import/Makefile): Replace gnulib/import with
3720         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
3721         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
3722         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
3723         acx_configure_dir.m4.
3724         * acinclude.m4: Include acx_configure_dir.m4.
3725         * acx_configure_dir.m4: New file.
3726         * aclocal.m4: Regenerate.
3727         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
3728         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
3729         (GNULIB): New variable.
3730         (GNULIB_STDINT_H): Adjust.
3731         (AC_OUTPUT): Don't output gnulib/Makefile.
3732         * gdb/defs.h: Include build-gnulib/config.h.
3733         * aclocal.m4: Regenerate.
3734         * config.in: Regenerate.
3735         * configure: Regenerate.
3736
3737         * gnulib/Makefile.in: New file.
3738         * gnulib/configure.ac: New file.
3739         * gnulib/aclocal.m4: New file.
3740         * gnulib/config.in: New file.
3741         * gnulib/configure: New file.
3742         * gnulib/: Re-run gnulib-tool to adjust.
3743
3744 2012-04-19  Doug Evans  <dje@google.com>
3745
3746         * cleanups.h (struct cleanup): Move to cleanups.c.
3747         (make_cleanup_dtor_ftype): New typedef.
3748         (make_cleanup_dtor): Use it.
3749         (ALL_CLEANUPS): Replace with ...
3750         (all_cleanups): ... this.  Declare.  All uses updated.
3751         * cleanups.c: #include "gdb_assert.h".
3752         (sentinel_cleanup): New static global.
3753         (SENTINEL_CLEANUP): Define.
3754         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
3755         (make_my_cleanup2): Assert result is non-NULL.
3756         (all_cleanups): New function.
3757         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
3758         of NULL.
3759
3760 2012-04-19  Pedro Alves  <palves@redhat.com>
3761
3762         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
3763         Adjust paths to gnulib imported files.
3764
3765 2012-04-19  Pedro Alves  <palves@redhat.com>
3766
3767         * gnulib/: Move whole directory ...
3768         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
3769         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
3770         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
3771         (aclocal_m4_deps): Adjust.
3772         * aclocal.m4: Regenerate.
3773         * configure: Regenerate.
3774         * configure.ac: Adjust AC_OUTPUT output.
3775
3776 2012-04-19  Yao Qi  <yao@codesourcery.com>
3777
3778         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
3779         (vec.o): New rule.
3780         * vec.c: Move it ...
3781         * common/vec.c: ... here.
3782         * vec.h: Move it ...
3783         * common/vec.h: ... here.
3784
3785 2012-04-19  Yao Qi  <yao@codesourcery.com>
3786
3787         * gdb-code-style.el: New.
3788
3789 2012-04-18  Pedro Alves  <palves@redhat.com>
3790
3791         Update gnulib from latest git.
3792         (639ea5ae15e39fe48d43e04864b2997301e4b969)
3793
3794         * gnulib/Makefile.am: Update.
3795         * gnulib/dummy.c: Update.
3796         * gnulib/extra/arg-nonnull.h: Update.
3797         * gnulib/extra/c++defs.h: Update.
3798         * gnulib/extra/update-copyright: Update.
3799         * gnulib/extra/warn-on-use.h: Update.
3800         * gnulib/inttypes.in.h: Update.
3801         * gnulib/m4/00gnulib.m4: Update.
3802         * gnulib/m4/extensions.m4: Update.
3803         * gnulib/m4/gnulib-cache.m4: Update.
3804         * gnulib/m4/gnulib-common.m4: Update.
3805         * gnulib/m4/gnulib-comp.m4: Update.
3806         * gnulib/m4/gnulib-tool.m4: Update.
3807         * gnulib/m4/include_next.m4: Update.
3808         * gnulib/m4/inttypes-pri.m4: Update.
3809         * gnulib/m4/inttypes.m4: Update.
3810         * gnulib/m4/longlong.m4: Update.
3811         * gnulib/m4/memchr.m4: Update.
3812         * gnulib/m4/memmem.m4: Update.
3813         * gnulib/m4/mmap-anon.m4: Update.
3814         * gnulib/m4/multiarch.m4: Update.
3815         * gnulib/m4/onceonly.m4: Update.
3816         * gnulib/m4/stddef_h.m4: Update.
3817         * gnulib/m4/stdint.m4: Update.
3818         * gnulib/m4/string_h.m4: Update.
3819         * gnulib/m4/warn-on-use.m4: Update.
3820         * gnulib/m4/wchar_h.m4: Update.
3821         * gnulib/m4/wchar_t.m4: Update.
3822         * gnulib/m4/wint_t.m4: Update.
3823         * gnulib/memchr.c: Update.
3824         * gnulib/memmem.c: Update.
3825         * gnulib/stddef.in.h: Update.
3826         * gnulib/stdint.in.h: Update.
3827         * gnulib/str-two-way.h: Update.
3828         * gnulib/string.in.h: Update.
3829         * gnulib/wchar.in.h: Update.
3830
3831         * gnulib/extra/arg-nonnull.h: Delete.
3832         * gnulib/extra/c++defs.h: Delete.
3833         * gnulib/extra/warn-on-use.h: Delete.
3834         * gnulib/m4/wchar_h.m4: Delete.
3835         * gnulib/m4/wint_t.m4: Delete.
3836         * gnulib/wchar.in.h: Delete.
3837
3838         * gnulib/extra/snippets/arg-nonnull.h: New.
3839         * gnulib/extra/snippets/c++defs.h: New.
3840         * gnulib/extra/snippets/warn-on-use.h: New.
3841
3842         * aclocal.m4: Regenerate.
3843         * config.in: Regenerate.
3844         * configure: Regenerate.
3845         * gnulib/Makefile.in: Regenerate.
3846
3847 2012-04-18  Pedro Alves  <palves@redhat.com>
3848
3849         Reimport the update-copyright module from gnulib
3850         (250b80067c1e1d8faa0c42fb572f721975b929c5).
3851
3852         * configure: Regenerate.
3853         * gnulib/Makefile.am: Update.
3854         * gnulib/Makefile.in: Regenerate.
3855         * gnulib/extra/update-copyright: Update.
3856         * gnulib/m4/gnulib-cache.m4: Update.
3857         * gnulib/m4/gnulib-comp.m4: Update.
3858
3859 2012-04-18  Tristan Gingold  <gingold@adacore.com>
3860
3861         * configure.ac (aix): Put -lpthread into libs.
3862         * configure: Regenerate.
3863
3864 2012-04-18  Tom Tromey  <tromey@redhat.com>
3865
3866         * linespec.c (convert_linespec_to_sals): Don't use
3867         SYMBOL_OBJ_SECTION.
3868         (compare_msymbols): Arguments are minsym_and_objfile, not
3869         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
3870
3871 2012-04-18  Pedro Alves  <palves@redhat.com>
3872
3873         Revert gnulib/ part of:
3874         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
3875         Copyright year update in most files (performed by copyright.sh).
3876
3877 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3878
3879         Fix 64-bit constants on 32-bit hosts.
3880         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
3881         from unsigned long to ULONGEST.
3882         (read_signed_leb128): Change declaration return type from long to
3883         LONGEST.
3884         (dwarf2_const_value_attr): Change declaration parameter value from long
3885         to LONGEST.
3886         (dwarf2_compute_name): Change variable value from long to LONGEST.
3887         (read_unsigned_leb128): Change return type, variable result and some
3888         casts from unsigned long to ULONGEST.
3889         (read_signed_leb128): Change return type, variable result and some
3890         casts from long to LONGEST.
3891         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
3892         value from long to LONGEST.
3893         (dwarf2_const_value): Change variable value from long to LONGEST.
3894         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
3895         plongest and hex_string.
3896         * symtab.h (struct general_symbol_info): Change ivalue from long to
3897         LONGEST, remove the comment.
3898         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
3899         Change SYMBOL_VALUE format strings to use plongest and hex_string.
3900
3901 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
3902
3903         PR symtab/7259:
3904         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
3905         * ada-lang.c (ada_discrete_type_high_bound)
3906         (ada_discrete_type_low_bound): Fix function comment.  Use
3907         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3908         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
3909         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3910         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
3911         Use TYPE_FIELD_ENUMVAL.
3912         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
3913         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3914         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
3915         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
3916         TYPE_CODE_ENUM.
3917         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
3918         * dwarf2read.c (process_enumeration_scope): Likewise.
3919         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
3920         field.bitpos.
3921         (class StructMainTypePrettyPrinter): Support also
3922         FIELD_LOC_KIND_ENUMVAL.
3923         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
3924         TYPE_CODE_ENUM.
3925         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3926         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
3927         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
3928         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
3929         field enumval.
3930         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
3931         accommodate enumval.
3932         (struct call_site): Adjust loc_kind to accommodate enumval.
3933         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
3934         (TYPE_FIELD_ENUMVAL): New macros.
3935         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
3936         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
3937         TYPE_CODE_ENUM.
3938         * p-typeprint.c (pascal_type_print_base): Likewise.
3939         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
3940         enumval.
3941         * python/lib/gdb/types.py (make_enum_dict): Likewise.
3942         * python/py-type.c (convert_field): New variable addrstring.  Use
3943         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
3944         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
3945         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
3946         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
3947         TYPE_CODE_ENUM.
3948         * valprint.c (generic_val_print): Likewise.
3949
3950 2012-04-17  Doug Evans  <dje@google.com>
3951
3952         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
3953
3954         * dwarf2read.c: Whitespace fixes.
3955         (lookup_signatured_type): Tweak comment.
3956         (get_die_type_at_offset): Fix comment.
3957
3958 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
3959
3960         * xcoffread.c (xcoff_secnum_to_sections): New function.
3961         (secnum_to_section, secnum_to_bfd_section): Reimplement
3962         using xcoff_secnum_to_sections.  Rename "secnum" parameter
3963         into "n_scnum".
3964         (RECORD_MINIMAL_SYMBOL): Delete.
3965         (record_minimal_symbol): New function.
3966         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
3967         by call to record_minimal_symbol and set misc_func_recorded
3968         to 1.  Set last_csect_sec to the XCOFF section index instead
3969         of GDB's section_offset index.  Update calls to
3970         prim_record_minimal_symbol_and_info to pass the BFD section
3971         as well.
3972
3973 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
3974
3975         * xcoffread.c (read_xcoff_symtab): Delete variables
3976         last_csect_val and last_csect_sec and associated code.
3977
3978 2012-04-17  Doug Evans  <dje@google.com>
3979
3980         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
3981         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
3982         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
3983         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
3984
3985         * cleanups.h: New file.
3986         * cleanups.c: New file.
3987         * Makefile.in (SFILES): Add cleanups.c.
3988         (HFILES_NO_SRCDIR): Add cleanups.h.
3989         (COMMON_OBS): Add cleanups.o.
3990         * defs.h (struct cleanup): Moved to cleanups.h.
3991         (do_cleanups,do_final_cleanups): Ditto.
3992         (discard_cleanups,discard_final_cleanups): Ditto
3993         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
3994         (save_cleanups,save_final_cleanups): Ditto.
3995         (restore_cleanups,restore_final_cleanups): Ditto.
3996         (null_cleanup): Ditto.
3997         (make_my_cleanup,make_my_cleanup2): Ditto.
3998         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
3999         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
4000         (do_cleanups,do_final_cleanups): Ditto.
4001         (discard_cleanups,discard_final_cleanups): Ditto
4002         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
4003         (save_cleanups,save_final_cleanups): Ditto.
4004         (restore_cleanups,restore_final_cleanups): Ditto.
4005         (null_cleanup): Ditto.
4006         (make_my_cleanup,make_my_cleanup2): Ditto.
4007         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
4008
4009         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
4010         make_my_cleanup.
4011         (make_cleanup_dyn_string_delete): Ditto.
4012         (make_cleanup_ui_file_delete): Ditto.
4013         (make_cleanup_ui_out_redirect_pop): Ditto.
4014         (make_cleanup_free_section_addr_info): Ditto.
4015         (make_cleanup_restore_integer): Ditto.
4016         (make_cleanup_unpush_target): Ditto.
4017         (make_cleanup_value_free_to_mark): Ditto.
4018         (make_cleanup_value_free): Ditto.
4019         (make_cleanup_free_so): Ditto.
4020
4021 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4022
4023         New option "set debug auto-load".
4024         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
4025         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
4026         (auto_load_safe_path_vec_update)
4027         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
4028         if DEBUG_AUTO_LOAD.
4029         (file_is_auto_load_safe): New parameters debug_fmt and ....
4030         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
4031         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
4032         caller by explanatory string.
4033         (_initialize_auto_load): Register "set debug auto-load".
4034         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
4035         and ....
4036         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
4037         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
4038         by explanatory string.
4039         * main.c (captured_main): Likewise.
4040         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
4041         (source_section_scripts): Likewise.
4042
4043 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4044
4045         New option "set auto-load safe-path".
4046         * NEWS: New commands "set auto-load safe-path"
4047         and "show auto-load safe-path".
4048         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
4049         (auto_load_safe_path, auto_load_safe_path_vec)
4050         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
4051         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
4052         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
4053         (source_gdb_script_for_objfile): New variable is_safe.  Call
4054         file_is_auto_load_safe.  Return if it is not.
4055         (struct loaded_script): New field loaded.
4056         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
4057         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
4058         output "Missing" to "No".
4059         (_initialize_auto_load): New variable cmd.  Initialize
4060         auto_load_safe_path.  Register "set auto-load safe-path",
4061         "show auto-load safe-path" and "add-auto-load-safe-path".
4062         * auto-load.h (maybe_add_script): Add parameter loaded.
4063         (file_is_auto_load_safe): New declaration.
4064         * config.in: Regenerate.
4065         * configure: Regenerate.
4066         * configure.ac: New parameters --with-auto-load-safe-path
4067         and --without-auto-load-safe-path.
4068         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
4069         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
4070         * main.c (captured_main): Check file_is_auto_load_safe for
4071         LOCAL_GDBINIT.
4072         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
4073         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
4074         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
4075         not.
4076
4077 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4078
4079         auto-load: Implementation.
4080         * NEWS: New descriptions for "info auto-load",
4081         "info auto-load gdb-scripts", "info auto-load python-scripts",
4082         "info auto-load local-gdbinit" and "info auto-load libthread-db".
4083         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
4084         and "show auto-load-scripts".  New description for "set auto-load",
4085         "show auto-load", "set auto-load gdb-scripts",
4086         "show auto-load gdb-scripts", "set auto-load python-scripts",
4087         "show auto-load python-scripts", "set auto-load local-gdbinit",
4088         "show auto-load local-gdbinit", "set auto-load libthread-db" and
4089         "show auto-load libthread-db".
4090         * auto-load.c: Remove include python/python-internal.h.  Add includes
4091         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
4092         cli/cli-setshow.h.
4093         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
4094         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
4095         (gdbpy_global_auto_load): Rename to ...
4096         (global_auto_load): ... here.
4097         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
4098         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
4099         (script_language_gdb, source_gdb_script_for_objfile): New.
4100         (struct loaded_script): New field language.
4101         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
4102         LANGUAGE.
4103         (maybe_add_script): Add parameter language.  Drop redundant
4104         entry.full_path initialization.  Initialize entry.language and
4105         (*slot)->language.
4106         (auto_load_objfile_script): Change parameter suffix to language.
4107         Remove the call of maybe_add_script.
4108         Call language->source_script_for_objfile.
4109         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
4110         New.
4111         (collect_matching_scripts): Adjust it for
4112         struct collect_matching_scripts_data.
4113         (auto_load_info_scripts_pattern_nl): New variable.
4114         (info_auto_load_scripts): Rename to ...
4115         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
4116         for struct collect_matching_scripts_data.
4117         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
4118         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
4119         (auto_load_show_cmdlist_get, info_auto_load_cmd)
4120         (auto_load_info_cmdlist_get): New.
4121         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
4122         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
4123         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
4124         "info auto-load local-gdbinit".
4125         * auto-load.h (struct script_language): New.
4126         (gdbpy_global_auto_load): Rename to ...
4127         (global_auto_load): ... here.
4128         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
4129         (auto_load_local_gdbinit_loaded): New declarations.
4130         (maybe_add_script): New parameter language.
4131         (auto_load_objfile_script): Change parameter suffix to language.
4132         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
4133         (auto_load_info_scripts, auto_load_set_cmdlist_get)
4134         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
4135         declarations.
4136         * linux-thread-db.c: Include auto-load.h and ctype.h.
4137         (auto_load_thread_db, show_auto_load_thread_db): New.
4138         (struct thread_db_info): New field filename.
4139         (delete_thread_db_info): Call xfree for FILENAME.
4140         (try_thread_db_load): Initialize FILENAME.
4141         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
4142         if !AUTO_LOAD_THREAD_DB.
4143         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
4144         (_initialize_thread_db): Install auto_load_thread_db
4145         as "set auto-load libthread-db" and install info_auto_load_libthread_db
4146         as "info auto-load libthread-db".
4147         * main.c (captured_main): Rename gdbpy_global_auto_load to
4148         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
4149         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
4150         (print_gdb_help): Extend the help for 'local init file'.
4151         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
4152         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
4153         (auto_load_scripts): Rename to ...
4154         (auto_load_python_scripts): ... here, update the comment.
4155         (gdbpy_load_auto_script_for_objfile): New declaration.
4156         (show_auto_load_python_scripts, script_language_python)
4157         (gdbpy_load_auto_script_for_objfile): New.
4158         (source_section_scripts): Refactor the code.
4159         (load_auto_scripts_for_objfile): Rename to ...
4160         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
4161         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
4162         (info_auto_load_python_scripts): New.
4163         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
4164         Rename "set auto-load-scripts" to "set auto-load python-scripts".
4165         Register "set auto-load-scripts" as its deprecated alias.  Register
4166         "info auto-load python-scripts".  Register "info auto-load-scripts" as
4167         its deprecated alias.
4168         (load_auto_scripts_for_objfile): Rename to ...
4169         (gdbpy_load_auto_scripts_for_objfile): ... here.
4170         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
4171         (gdbpy_load_auto_scripts_for_objfile): ... here.
4172
4173 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4174
4175         auto-load: Move files.
4176         * Makefile.in (SFILES): Add auto-load.c.
4177         (HFILES_NO_SRCDIR): Add auto-load.h.
4178         (COMMON_OBS): Add auto-load.o.
4179         (distclean): Change .gdbinit for gdb-gdb.gdb.
4180         * auto-load.c: New file, with parts from python/py-auto-load.c.
4181         * auto-load.h: New file, with parts from python/python.h.
4182         * configure: Regenerate.
4183         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
4184         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
4185         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
4186         * main.c: Include auto-load.h.
4187         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
4188         command.h, observer.h and progspace.h to auto-load.c.  Add include
4189         auto-load.h.
4190         (gdbpy_global_auto_load, struct auto_load_pspace_info)
4191         (struct loaded_script, auto_load_pspace_data)
4192         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
4193         (hash_loaded_script_entry, eq_loaded_script_entry)
4194         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
4195         (maybe_add_script): Move to auto-load.c.
4196         (source_section_scripts): Change maybe_add_script parameters passing,
4197         use script_not_found_warning_print.
4198         (clear_section_scripts, auto_load_objfile_script)
4199         (auto_load_new_objfile, loaded_script_ptr)
4200         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
4201         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
4202         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
4203         auto_load_new_objfile and info_auto_load_scripts initizations to
4204         auto-load.c.
4205         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
4206
4207 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4208
4209         Code cleanup.
4210         * charset.c (find_charset_names): Remove variables ix and elt.
4211         Use free_char_ptr_vec.
4212         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
4213         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
4214         debugdir_end.  New variable debugdir_len.
4215         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
4216         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
4217         declarations.
4218         * progspace.c (clear_program_space_solib_cache): Remove variables ix
4219         and elt.  Use free_char_ptr_vec.
4220         * source.c (add_path): Remove variables argv, arg and argv_index.
4221         New variables dir_vec, back_to, ix and name.
4222         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
4223         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
4224         no longer expecting DIRNAME_SEPARATOR.
4225         (openp): Remove variable p, p1 and len.  New variables dir_vec,
4226         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
4227         no longer expecting DIRNAME_SEPARATOR.
4228         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
4229         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
4230         debugdir_end.
4231         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
4232         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
4233         (dirnames_to_char_ptr_vec): New functions.
4234
4235 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4236
4237         Code cleanup.
4238         * source.c (add_path): Remove always true conditional 'p == 0' and
4239         unindent its code block.
4240
4241 2012-04-17  Pedro Alves  <palves@redhat.com>
4242
4243         * gdbtypes.h (FIELD_BITPOS): Rename to ...
4244         (FIELD_BITPOS_LVAL): ... this.
4245         (FIELD_BITPOS): New.
4246         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
4247         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
4248         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
4249         SET_FIELD_BITPOS.
4250         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
4251         SET_FIELD_BITPOS.
4252         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
4253         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
4254         * target-descriptions.c (tdesc_gdb_type): Adjust to use
4255         SET_FIELD_BITPOS.
4256
4257 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4258
4259         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
4260         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
4261         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
4262         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
4263         * jv-lang.c (java_link_class_type): Likewise, once.
4264         * stabsread.c (read_enum_type): Likewise.
4265
4266 2012-04-16  Yao Qi  <yao@codesourcery.com>
4267
4268         * common/agent.c (agent_run_command): Add one more parameter `len'.
4269         Update callers.
4270         * common/agent.h: Update declaration.
4271         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
4272         Update.
4273         (linux_child_static_tracepoint_markers_by_strid): Ditto.
4274
4275 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
4276
4277         PR mi/13393
4278         * value.c (value_actual_type): New function.
4279         * value.h (value_actual_type): New declaration.
4280         * varobj.c (update_type_if_necessary): New function.
4281         (varobj_create): Call value_actual_type instead of
4282         value_type.
4283         (install_dynamic_child): distinct changed and type changed MI variable
4284         objects.
4285         (update_dynamic_varobj_children): Updated for install_dynamic_child
4286         change.  All callers updated.
4287         (varobj_update): Support for MI variable object type change if
4288         the value changed and RTTI is used to determine the type.
4289         (create_child_with_value): Call value_actual_type instead of
4290         value_type.
4291         (adjust_value_for_child_access): Extended with a new parameter which
4292         specify whether the given value should be casted to enclosing type.
4293         All callers updated.
4294
4295 2012-04-14  Yao Qi  <yao@codesourcery.com>
4296
4297         Import gnulib module inttypes from git
4298         (250b80067c1e1d8faa0c42fb572f721975b929c5)
4299         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
4300         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
4301         gnulib/m4/inttypes-pri.m4
4302         * aclocal.m4, config.in, configure: Regenerated.
4303         * gnulib/Makefile.am: Update.
4304         * gnulib/Makefile.in: Update.
4305         * gnulib/m4/gnulib-cache.m4: Update.
4306         * gnulib/m4/gnulib-comp.m4: Update.
4307         * gnulib/inttypes.in.h: New.
4308         * gnulib/m4/inttypes-pri.m4: New.
4309         * gnulib/m4/inttypes.m4: New.
4310
4311 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
4312
4313         * infrun.c (resume): Update PC address to the real PC after
4314         preparing to do displaced stepping.
4315
4316 2012-04-12  Doug Evans  <dje@google.com>
4317
4318         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
4319         All callers updated.
4320
4321 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
4322
4323         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
4324
4325 2012-04-12  Doug Evans  <dje@google.com>
4326
4327         * dwarf2read.c (create_all_type_units): Renamed from
4328         create_debug_types_hash_table.  All callers updated.
4329
4330         * dwarf2read.c (create_signatured_type_table_from_index): Rename
4331         local type_sig to sig_type, type_offset to type_offset_in_tu.
4332         (hash_signatured_type): Renamed from hash_type_signature,
4333         all callers updated.
4334         (eq_signatured_type): Renamed from eq_type_signature,
4335         all callers updated.
4336         (create_debug_types_hash_table): Rename local type_sig to sig_type.
4337         (process_enumeration_scope): Ditto.
4338         (lookup_signatured_type_at_offset): Ditto.
4339         (load_full_type_unit, read_signatured_type): Ditto.
4340
4341 2012-04-12  Yao Qi  <yao@codesourcery.com>
4342
4343         * remote.c (async_remote_interrupt): Correct function name in
4344         debug message.
4345         (async_remote_interrupt_twice): Ditto.
4346
4347 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
4348
4349         * source.c (find_and_open_source): Consistently pass resulting
4350         full path through xfullpath.
4351
4352 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4353
4354         Provide more specific displaced-stepping memory error message.
4355         * infrun.c (displaced_step_prepare): New variable status.  Call
4356         target_read_memory instead of read_memory, provide more specific
4357         error message.
4358
4359 2012-04-11  Tristan Gingold  <gingold@adacore.com>
4360
4361         PR gdb/13901
4362         * darwin-nat.c (darwin_execvp): Revert previous patch.
4363
4364 2012-04-11  Tristan Gingold  <gingold@adacore.com>
4365
4366         PR gdb/13901
4367         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
4368         in case of change.
4369
4370 2012-04-11  Tristan Gingold  <gingold@adacore.com>
4371
4372         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
4373         warning.
4374
4375 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
4376
4377         New command 'explore' which helps explore values and types in
4378         scope.
4379         * NEWS: Add an entry about the new 'explore' command.
4380         * data-directory/Makefile.in: Add gdb/command/explore.py
4381         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
4382         command using the GDB Python API.
4383
4384 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
4385
4386         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
4387         extension in jump target calculation.
4388
4389 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
4390
4391         * mips-tdep.c (mips32_next_pc): Handle JALX.
4392
4393 2012-04-10  Yao Qi  <yao@codesourcery.com>
4394
4395         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
4396
4397 2012-04-10  Yao Qi  <yao@codesourcery.com>
4398
4399         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
4400         and gnulib/m4/gnulib-tool.m4.
4401
4402 2012-04-10  Doug Evans  <dje@google.com>
4403
4404         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
4405         (load_partial_dies): Clarify comment.
4406         (find_partial_die): Support rereading type units.
4407         Clarify CU handling, if we know offset is in CU, don't search for the
4408         containing CU.  Add comment regarding memory waste.
4409
4410 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
4411
4412         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
4413         i386/x32-avx and i386/x32-avx-linux.
4414         (i386/x32-expedite): New.
4415         (i386/x32-linux-expedite): Likewise.
4416         (i386/x32-avx-expedite): Likewise.
4417         (i386/x32-avx-linux-expedite): Likewise.
4418         ($(outdir)/i386/x32.dat): Likewise.
4419         ($(outdir)/i386/x32-linux.dat): Likewise.
4420         ($(outdir)/i386/x32-avx.dat): Likewise.
4421         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
4422
4423         * features/i386/x32-avx-linux.xml: New file.
4424         * features/i386/x32-avx.xml: Likewise.
4425         * features/i386/x32-core.xml: Likewise.
4426         * features/i386/x32-linux.xml: Likewise.
4427         * features/i386/x32.xml: Likewise.
4428
4429         * features/i386/x32-avx-linux.c: New.  Generated.
4430         * features/i386/x32-avx.c: Likewise.
4431         * features/i386/x32-linux.c: Likewise.
4432         * features/i386/x32.c: Likewise.
4433         * regformats/i386/x32-avx-linux.dat: Likewise.
4434         * regformats/i386/x32-avx.dat: Likewise.
4435         * regformats/i386/x32-linux.dat: Likewise.
4436         * regformats/i386/x32.dat: Likewise.
4437
4438 2012-04-10  Tristan Gingold  <gingold@adacore.com>
4439
4440         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
4441         code to kill the inferior.
4442
4443 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
4444
4445         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4446         defines.
4447         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4448         defines.
4449         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
4450         (yyvsp): New defines.
4451         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4452         defines.
4453         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4454         defines.
4455         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4456         defines.
4457         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4458         defines.
4459         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
4460         defines.
4461
4462 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
4463
4464         * sparc64-tdep.c (sparc64_store_arguments)
4465         (sparc64_store_arguments): Fix coding style.
4466
4467 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
4468
4469         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
4470         complex floats, adjust some related comments and tighten a related
4471         assertion.
4472         (sparc64_extract_return_value): Handle complex floats.
4473
4474 2012-04-07  Doug Evans  <dje@google.com>
4475
4476         * dwarf2read.c (load_partial_dies): Change condition to assert.
4477
4478 2012-04-06  Doug Evans  <dje@google.com>
4479
4480         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
4481         "mov %rsp,%rbp".
4482
4483 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
4484
4485         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
4486         fencepost error.
4487         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
4488         (v850_gdbarch_init): Set `num_regs' as appropriate for the
4489         architecture.
4490
4491 2012-04-05  Keith Seitz  <keiths@redhat.com>
4492
4493         * linespec.c (decode_compound): Remove.
4494         (enum offset_relative_sign): New enum.
4495         (struct line_offset): New struct.
4496         (struct linespec): New struct.
4497         (struct linespec_state): Move file_symtabs,
4498         user_filename, and user_function into struct linespec.
4499         Make result an anonymous struct holding vectors of
4500         symbolp and minsym_and_objfile_d.
4501         Add language member.
4502         (enum ls_token_type): New enum.
4503         (linespec_keywords): New array.
4504         (struct ls_token): New struct.
4505         (struct ls_parser): New struct.
4506         (linespec_lexer_lex_number): New function.
4507         (linespec_lexer_lex_keyword): New function.
4508         (is_ada_operator): New function.
4509         (skip_quote_char): New function.
4510         (copy_token_string): New function.
4511         (is_closing_quote_enclosed): New function.
4512         (find_parameter_list_end): New function.
4513         (linespec_lexer_lex_string): New function.
4514         (linespec_lexer_lex_one): New function.
4515         (linespec_lexer_consume_token): New function.
4516         (linespec_lexer_peek_token): New function.
4517         (cplusplus_error): Remove unused function.
4518         (find_methods): Update comment.
4519         (find_toplevel_char): Return const.
4520         (is_objc_method_format): Remove unused function.
4521         (find_toplevel_string): New function.
4522         (is_linespec_boundary): Remove.
4523         (symbol_not_found_error): New function.
4524         (find_method_overload_end): Remove function.
4525         (unexpected_linespec_error): New function.
4526         (keep_name_info): Remove.
4527         (linespec_parse_line_offset): New function.
4528         (linespec_parse_basic): New function.
4529         (canonicalize_linespec): New function.
4530         (decode_line_internal): Remove.
4531         (create_sals_line_offset): New function adapted from
4532         decode_all_digits.
4533         (convert_linespec_to_sals): New function.
4534         (parse_linespec): New function.
4535         (linespec_parser_new): New function.
4536         (linespec_state_destructor): Change parameter type to
4537         struct linespec_state *.
4538         Add language parameter.
4539         Remove freeing of moved members.
4540         (linespec_parser_delete): New function.
4541         (decode_line_full): Use parse_linespec and linespec_parser_new.
4542         (decode_line_1): Likewise.
4543         (decode_indirect): Rename to ...
4544         (linespec_expression_to_pc): ... this and rewrite
4545         to simply find CORE_ADDR, storing this result for later
4546         conversion to SALs.
4547         (locate_first_half): Remove.
4548         (deocde_objc): Add parameter LS.
4549         Initialize new struct collect_info members.
4550         Handle minimal symbols, too.
4551         (decode_compound): Delete.
4552         (lookup_prefix_sym): Rewrite.
4553         (compare_msymbols): New function.
4554         (find_method): Rewrite.
4555         Do not call cplusplus_error.
4556         (symtabs_from_filename): Rewrite.
4557         (collect_function_symbols): Delete.
4558         (find_function_symbols): Rewrite without ARGPTR-style
4559         processing.
4560         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
4561         (decode_dollar): Adapted and renamed to ...
4562         (linespec_parse_variable): ... this.
4563         (find_linespec_symbols): New function.
4564         (decode_label): Adapted and renamed to ...
4565         (find_label_symbols): ... this.
4566         (decode_digits_list_mode): Add and use LS argument.
4567         (decode_digits_ordinary): Likewise.
4568         (collect_symbols): Do not collect SALs, just symbols and msymbols.
4569         If in list mode, allow any symbol class.  Otherwise, only
4570         permit LOC_BLOCK symbols.
4571         (minsym_found): Update comments.
4572         (search_minsyms_for_name): Do not convert the matching symbol
4573         into a SAL.  Simply push the symbol and objfile into the
4574         result vector.
4575         (decode_variable): Delete. Contents adapted into
4576         find_linespec_symbols.
4577
4578         * cp-support.c (SKIP_SPACE): Remove.
4579         (operator_tokens): Remove unused global.
4580         (cp_validate_operator): Remove.
4581         * cp-support.h (cp_validate_operator): Remove declaration.
4582
4583 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4584
4585         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
4586         for TYPE_VPTR_FIELDNO.
4587         * valprint.c (valprint_check_validity): Make it global, move the
4588         function comment ...
4589         * value.h (valprint_check_validity): ... to this new declaration.
4590
4591 2012-04-02  Tristan Gingold  <gingold@adacore.com>
4592
4593         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
4594         the STATE32 api for i386 state.
4595         (i386_darwin_store_inferior_registers): Likewise.
4596
4597 2012-04-02  Tristan Gingold  <gingold@adacore.com>
4598
4599         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
4600         SS offset.
4601         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
4602         format_string.
4603
4604 2012-04-02  Tristan Gingold  <gingold@adacore.com>
4605
4606         PR gdb/13901
4607         * darwin-nat.c (darwin_execvp): Set binary preference.
4608
4609 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4610
4611         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
4612
4613 2012-03-30  Tom Tromey  <tromey@redhat.com>
4614
4615         * python/python.c (gdbpy_decode_line): Move cleanup creation out
4616         of TRY_CATCH.  Fix error handling.
4617         * python/py-value.c (convert_value_from_python): Move 'old'
4618         declaration to innermost scope.
4619
4620 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4621             Andrey Smirnov  <andrew.smirnov@gmail.com>
4622
4623         -Wshadow warning fix.
4624         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
4625         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
4626         Adjust code accordingly.
4627
4628 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4629
4630         * ada-lang.c (symbol_completion_add): Rename parameter
4631         "encoded" into "encoded_p".  Ajust code and documentation
4632         accordingly.
4633
4634 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4635             Andrey Smirnov  <andrew.smirnov@gmail.com>
4636
4637         -Wshadow warning fix.
4638         * ada-lang.c (symbol_completion_add): Rename parameter
4639         "wild_match" into wild_match_p.  Update code and documentation
4640         accordingly.
4641
4642 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4643
4644         * ada-lang.c (symbol_completion_match): Rename parameter
4645         "encoded" into "encoded_p".  Ajust code and documentation
4646         accordingly.
4647
4648 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4649             Andrey Smirnov  <andrew.smirnov@gmail.com>
4650
4651         -Wshadow warning fix.
4652         * ada-lang.c (symbol_completion_match): Rename parameter
4653         "wild_match" into "wild_match_p".  Adjust code and function
4654         documentation accordingly.
4655
4656 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4657             Andrey Smirnov  <andrew.smirnov@gmail.com>
4658
4659         -Wshadow warning fix.
4660         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
4661         "symbol_info" into "info".  Adjust code accordingly.
4662         (ada_lookup_symbol): Likewise.
4663
4664 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4665
4666         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
4667         of this function's documentation.
4668
4669 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4670             Andrey Smirnov  <andrew.smirnov@gmail.com>
4671
4672         -Wshadow warning fix.
4673         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
4674         variable into "wild_match_p".  Adjust code accordingly.
4675
4676 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4677             Andrey Smirnov  <andrew.smirnov@gmail.com>
4678
4679         -Wshadow warning fix.
4680         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
4681         parameter into "wild_match_p".  Adjust code accordingly.
4682         Document this parameter in the function description.
4683
4684 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4685             Andrey Smirnov  <andrew.smirnov@gmail.com>
4686
4687         -Wshadow warning fix.
4688         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
4689         "wild_match" parameter to "wild_match_p" (-Wshadow).
4690
4691 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4692
4693         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
4694         in function documentation.
4695
4696 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4697             Andrey Smirnov  <andrew.smirnov@gmail.com>
4698
4699         -Wshadow warning fix.
4700         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
4701         variable into wild_match_p.  Adjust code accordingly.
4702
4703 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4704             Andrey Smirnov  <andrew.smirnov@gmail.com>
4705
4706         * ada-valprint.c (ada_val_print_1): Move the code handling
4707         TYPE_CODE_ENUM inside its own lexical block.  Declare
4708         variables len and val there, instead of in the function's
4709         top level block.  Avoid declaring deref_val again in a way
4710         that shadows another variable of the same name declared
4711         in one of the up-level blocks.  Just re-use the up-level
4712         variable instead.
4713
4714 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4715
4716         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
4717         Replace block_found argument by symbol_info.  Adjust
4718         implementation accordingly.  Add function documentation.
4719         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
4720         Fix documentation.
4721         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
4722         * ada-exp.y (write_object_renaming): Adjust to new
4723         ada_lookup_encoded_symbol API.
4724
4725 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
4726
4727         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
4728         documentation.
4729
4730 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
4731
4732         * v850-tdep.c: Add the enum values for mpu and fpu registers.
4733         (v850_register_name): Add the mpu and fpu register names.
4734         (v850e_register_name): Add the mpu and fpu register names.
4735         (v850e2_register_name): New function.
4736         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
4737         bfd_mach_v850e2v3.
4738
4739 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
4740
4741         * NEWS: Add entry for Ada varobj support.
4742
4743 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
4744
4745         * varobj.c (default_value_is_changeable_p): New function,
4746         extracted from varobj_value_is_changeable_p.  Add declaration.
4747         (ada_value_is_changeable_p): New function, extracted from
4748         varobj_value_is_changeable_p.  Add declaration.
4749         (struct language_specific): New field "value_is_changeable_p".
4750         (languages): Add entries for new field.
4751         (varobj_create): Set language before calling install_new_value.
4752         (varobj_value_is_changeable_p): Reimplement to call the varobj's
4753         "value_is_changeable_p" language callback.
4754
4755 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
4756
4757         * ada-varobj.h, ada-varobj.c: New files.
4758         * Makefile.in (SFILES): Add ada-varobj.c.
4759         (HFILES_NO_SRCDIR): Add ada-varobj.h.
4760         (COMMON_OBS): Add ada-varobj.o.
4761
4762 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
4763
4764         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
4765         (struct language_specific): New field "value_has_mutated".
4766         (languages): Set field "value_has_mutated" in each entry of array.
4767         (varobj_value_has_mutated): New function.
4768         (varobj_udpdate): Add handling of type mutation.
4769         (value_of_root): Add handling of type mutation.
4770         (ada_value_has_mutated): New function.
4771
4772 2012-03-28  Pedro Alves  <palves@redhat.com>
4773
4774         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
4775         Always supply $fr0 as 0.0 and $fr1 as 1.0.
4776
4777 2012-03-28  Tom Tromey  <tromey@redhat.com>
4778
4779         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
4780         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
4781         before returning.
4782
4783 2012-03-28  Tom Tromey  <tromey@redhat.com>
4784
4785         * .dir-locals.el: New file.
4786
4787 2012-03-28  Pedro Alves  <palves@redhat.com>
4788
4789         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
4790
4791 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
4792
4793         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
4794         handling for r0.
4795
4796 2012-03-27  Pedro Alves  <palves@redhat.com>
4797
4798         Eliminate struct ui_stream.
4799
4800         * ui-out.h (struct ui_stream): Delete.
4801         (ui_out_field_stream): Adjust prototype.
4802         (ui_out_stream_new, ui_out_stream_delete)
4803         (make_cleanup_ui_out_stream_delete): Delete declarations.
4804         * ui-out.c (ui_out_field_stream): Change prototype to take a
4805         ui_file instead of a ui_stream.  Adjust.
4806         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
4807         (make_cleanup_ui_out_stream_delete): Delete.
4808         * breakpoint.c (print_breakpoint_location)
4809         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
4810         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
4811         * disasm.c (dump_insns): Ditto.
4812         (do_mixed_source_and_assembly, do_assembly_only): Adjust
4813         prototype.
4814         (gdb_disassembly): Use ui_file/mem_fileopen instead of
4815         ui_stream/ui_out_stream_new.
4816         * infcmd.c (print_return_value): Ditto.
4817         * osdata.c (info_osdata_command): Don't allocate a local
4818         ui_stream.
4819         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
4820         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
4821         * tracepoint.c (print_one_static_tracepoint_marker): Don't
4822         allocate a local ui_stream.
4823         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
4824         instead of ui_stream/ui_out_stream_new.
4825         (list_args_or_locals): Don't allocate a local ui_stream.
4826         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
4827         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
4828         ui_stream/ui_out_stream_new.
4829         * cli/cli-setshow.c (do_setshow_command): Ditto.
4830
4831 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
4832
4833         * arm-linux-tdep.c (arm_linux_init_abi): Call
4834         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
4835         * arm-tdep.c (arm_process_record): New function.
4836         (deallocate_reg_mem): New function.
4837         (decode_insn): New function.
4838         (thumb_record_branch): New function.
4839         (thumb_record_ldm_stm_swi(): New function.
4840         (thumb_record_misc): New function.
4841         (thumb_record_ld_st_stack): New function.
4842         (thumb_record_ld_st_imm_offset): New function.
4843         (thumb_record_ld_st_reg_offset(): New function.
4844         (thumb_record_add_sub_cmp_mov): New function.
4845         (thumb_record_shift_add_sub): New function.
4846         (arm_record_coproc_data_proc): New function.
4847         (arm_record_coproc): New function.
4848         (arm_record_b_bl): New function.
4849         (arm_record_ld_st_multiple): New function.
4850         (arm_record_ld_st_reg_offset): New function.
4851         (arm_record_ld_st_imm_offset): New function.
4852         (arm_record_data_proc_imm): New function.
4853         (arm_record_data_proc_misc_ld_str): New function.
4854         (arm_record_extension_space): New function.
4855         (arm_record_strx): New function.
4856         (sbo_sbz): New function.
4857         (struct insn_decode_record): New structure for arm insn record.
4858         (REG_ALLOC): New macro for reg allocations.
4859         (MEM_ALLOC): New macro for memory allocations.
4860         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
4861
4862 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
4863
4864         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
4865         (store_register): Likewise.
4866
4867 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
4868
4869         * MAINTAINERS (Write After Approval): Add myself to the list.
4870
4871 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
4872
4873         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
4874         Describe also the option "auto".
4875
4876 2012-03-22  Richard Henderson  <rth@redhat.com>
4877
4878         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
4879         * sparc-nat.c (sparc_xfer_wcookie): Make static.
4880
4881 2012-03-22  Richard Henderson  <rth@redhat.com>
4882
4883         * jit.c (jit_read_code_entry): Compute alignment and offset of
4884         int64_t member before computing entry_size.
4885
4886 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
4887
4888         Python scripting: Add new method Value.referenced_value to
4889         gdb.Value which can dereference pointer as well as reference
4890         values.
4891         * NEWS: Add entry under 'Python scripting' about the new method
4892         Value.referenced_value on gdb.Value objects.
4893         * python/py-value.c (valpy_referenced_value): New function
4894         defining a new method on gdb.Value objects which can dereference
4895         pointer and reference values.
4896
4897 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
4898
4899         * MAINTAINERS (Write After Approval): Add myself to the list.
4900
4901 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
4902
4903         * symtab.c (skip_prologue_sal): Change test to check for "main()"
4904         in addition to "main".
4905
4906 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
4907
4908         * expression.h (op_name): Add declaration.
4909         * expprint.c (op_name): Remove declaration.  Make non-static.
4910         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
4911
4912 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
4913
4914         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
4915         of struct siginfo.
4916         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
4917         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
4918         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
4919         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
4920         (linux_nat_get_siginfo): Likewise.
4921         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
4922         (linux_nat_get_siginfo): Likewise.
4923         * linux-tdep.c (linux_get_siginfo_type): Likewise.
4924         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
4925         * procfs.c (gdb_siginfo_t): Likewise.
4926
4927 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
4928
4929         * .gitignore: Ignore more files.
4930
4931 2012-03-20  Pedro Alves  <palves@redhat.com>
4932
4933         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
4934         returns.
4935
4936 2012-03-20  Yao Qi  <yao@codesourcery.com>
4937
4938         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
4939         comment.
4940
4941 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4942
4943         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
4944         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
4945         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
4946         sect_offset.
4947         * dwarf2expr.h (cu_offset, sect_offset): New types.
4948         (struct dwarf_expr_context_funcs) <dwarf_call>
4949         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
4950         sect_offset.
4951         (struct dwarf_expr_context) <len>: Improve the comment.
4952         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
4953         cu_offset and sect_offset.
4954         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
4955         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
4956         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
4957         * dwarf2loc.h: Include dwarf2expr.h.
4958         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
4959         and sect_offset.
4960         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
4961         Improve the comment.
4962         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
4963         (struct signatured_type, struct line_header, struct partial_die_info)
4964         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
4965         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
4966         (get_die_type_at_offset, create_cus_from_index)
4967         (create_signatured_type_table_from_index, dw2_get_file_names)
4968         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
4969         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
4970         (create_debug_types_hash_table, process_psymtab_comp_unit)
4971         (load_partial_comp_unit, create_all_comp_units)
4972         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
4973         (load_full_comp_unit, dwarf2_physname, read_import_statement)
4974         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
4975         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
4976         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
4977         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
4978         (find_partial_die, read_attribute_value, lookup_die_type)
4979         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
4980         (is_ref_attr): New function comment.
4981         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
4982         Use cu_offset and sect_offset.
4983         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
4984         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
4985         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
4986         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
4987         (offset_and_type_hash, offset_and_type_eq, set_die_type)
4988         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
4989         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
4990         sect_offset.
4991
4992 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4993
4994         Code cleanup.
4995         * python/py-auto-load.c (source_section_scripts): New variable back_to.
4996         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
4997         with xfree.
4998         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
4999
5000 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5001
5002         * NEWS: Describe new options --init-command=FILE, -ix and
5003         --init-eval-command=COMMAND, -iex.
5004         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
5005         CMDARG_INIT_COMMAND.
5006         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
5007         "init-command", "init-eval-command", "ix" and "iex" to the variable
5008         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
5009         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
5010         (print_gdb_help): Describe --init-command=FILE, -ix and
5011         --init-eval-command=COMMAND, -iex.
5012
5013 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
5014
5015         Code cleanup.
5016         * main.c (struct cmdarg): Move it here from main.  Add more comments.
5017         (cmdarg_s, VEC (cmdarg_s)): New.
5018         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
5019         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
5020         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
5021         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
5022         of CMDARG.
5023
5024 2012-03-19  Tom Tromey  <tromey@redhat.com>
5025
5026         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
5027
5028 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5029
5030         PR symtab/13777
5031         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
5032         GCC >=4.5.
5033
5034 2012-03-16  Chris January  <chris.january@allinea.com>
5035
5036         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
5037         of clear.
5038
5039 2012-03-16  Chris January  <chris.january@allinea.com>
5040
5041         * source.c (add_path): Use memmove instead of strcpy because the
5042         strings overlap.
5043
5044 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
5045
5046         * value.h (set_value_parent): Add declaration.
5047         * value.c (set_value_parent): New function.
5048         (value_address): If VALUE->PARENT is not NULL, then use it as
5049         the base address instead of VALUE->LOCATION.address.
5050         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
5051         the same as OBJ's address.  Adjust V's offset accordingly.
5052         Set V's parent.
5053
5054 2012-03-16  Gary Benson  <gbenson@redhat.com>
5055
5056         PR breakpoints/10738
5057         * dwarf2read.c (use_deprecated_index_sections): New global.
5058         (struct partial_die_info): New member may_be_inlined.
5059         (read_partial_die): Set may_be_inlined where appropriate.
5060         (add_partial_subprogram): Add partial symbols for partial
5061         DIEs that may be inlined.
5062         (new_symbol_full): Add inlined subroutines to the current
5063         scope.
5064         (write_psymtabs_to_index): Bump version number.
5065         (dwarf2_read_index): Read only version 6 indices unless
5066         use_deprecated_index_sections is set.
5067         * linespec.c (symbol_and_data_callback): New structure.
5068         (iterate_inline_only): New function.
5069         (iterate_over_all_matching_symtabs): New argument
5070         "include_inline".  If nonzero, also call the callback for
5071         symbols representing inlined subroutines.
5072         (lookup_prefix_sym): Pass extra argument to the above.
5073         (find_function_symbols): Likewise.
5074         (add_matching_symbols_to_info): Likewise.
5075         * NEWS: Mention that GDB can now set breakpoints on inlined
5076         functions.
5077
5078 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
5079
5080         * p-typeprint.c (pascal_type_print_method_args):
5081         Fix display of parameter of methods.
5082
5083 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
5084
5085         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
5086         Add missing prototype.
5087
5088 2012-03-16  Yao Qi  <yao@codesourcery.com>
5089             Jan Kratochvil  <jan.kratochvil@redhat.com>
5090
5091         Fix false compilation warning.
5092         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
5093
5094 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
5095             Pedro Alves  <pedro@codesourcery.com>
5096
5097         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
5098         (arm_register_g_packet_guesses): New function.
5099         (arm_gdbarch_init): Don't force a target description with
5100         registers when the executable is detected as M-profile.  Instead
5101         set gdbarch->tdep->is_m.  Register `g' packet guesses.
5102         (_initialize_arm_tdep): Initialize the new target description.
5103         * features/arm-with-m-fpa-layout.xml: New description.
5104         * features/arm-with-m-fpa-layout.c: New, generated.
5105
5106 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
5107
5108         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
5109         Update function description.
5110         (insert_bp_location): Do not wipe bl->target_info out.
5111         * mem-break.c: #include "gdb_string.h".
5112         (default_memory_insert_breakpoint): Do not call target_read_memory
5113         with a pointer to the breakpoint's shadow_contents buffer.  Use
5114         a local buffer instead.
5115         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
5116
5117 2012-03-15  Tom Tromey  <tromey@redhat.com>
5118
5119         * NEWS: Mention "info vtbl", not "info vtable".
5120         * cp-support.c (info_vtbl_command): Fix comment.
5121         (_initialize_cp_support): Fix text.
5122
5123 2012-03-15  Tom Tromey  <tromey@redhat.com>
5124
5125         * cp-valprint.c (cp_print_value_fields): Use
5126         print_function_pointer_address for vtable slot.
5127
5128 2012-03-15  Tom Tromey  <tromey@redhat.com>
5129
5130         * gnu-v3-abi.c (struct value_and_voffset): New.
5131         (hash_value_and_voffset, eq_value_and_voffset)
5132         (compare_value_and_voffset, compute_vtable_size)
5133         (print_one_vtable, gnuv3_print_vtable): New functions.
5134         (init_gnuv3_ops): Initialize 'print_vtable' field.
5135         * cp-support.c (info_vtbl_command): New function.
5136         (_initialize_cp_support): Add "info vtbl".
5137         * cp-abi.h (cplus_print_vtable): Declare.
5138         (struct cp_abi_ops) <print_vtable>: New field.
5139         * cp-abi.c (cplus_print_vtable): New function.
5140         * NEWS: Update.
5141
5142 2012-03-15  Tom Tromey  <tromey@redhat.com>
5143
5144         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
5145         iterate_over_symbols.
5146
5147 2012-03-14  Doug Evans  <dje@google.com>
5148
5149         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
5150         DW_OP_GNU_parameter_ref.
5151
5152 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5153
5154         Fix double prompt of 'interpreter-exec mi'.
5155         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
5156         (mi_interpreter_resume): use it.
5157         (mi_execute_command_input_handler): New function.
5158         * mi/mi-main.c (mi_execute_command): Move prompt printing to
5159         mi_execute_command_input_handler.
5160
5161 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
5162
5163         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
5164         prototype.
5165         (darwin_debug_port_info): Make static.
5166         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
5167         * machoread.c (_initialize_machoread): Add prototype.
5168         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
5169         (i386_darwin_set_control, i386_darwin_get_control)
5170         i386_darwin_dr_set_addr, i386_darwin_get_addr)
5171         i386_darwin_get_status, i386_darwin_get_control):
5172         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
5173
5174 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
5175
5176         * ax-gdb.c (gen_usual_unary): Remove special handling of
5177         enum and bool types.
5178
5179 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
5180
5181         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
5182
5183 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
5184
5185         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
5186
5187 2012-03-13  Chris January  <chris.january@allinea.com>
5188
5189         * aix-thread.c (fill_sprs): Store the floating point registers
5190         at the correct offsets into vals.
5191
5192 2012-03-13  Doug Evans  <dje@google.com>
5193
5194         * NEWS: Mention symbol-reloading has been deleted.
5195         * symfile.c (symbol_reloading): Delete.
5196         (show_symbol_reloading): Delete.
5197         (_initialize_symfile): Delete set/show symbol-reloading.
5198
5199         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
5200         read_in_chain until we have successfully read it in.
5201         (load_full_comp_unit): Ditto.
5202         (read_signatured_type): Add comment.
5203
5204 2012-03-13  Chris January  <chris.january@allinea.com>
5205
5206         * stabsread.c (fix_common_block): Change type of valu argument
5207         to CORE_ADDR.
5208
5209 2012-03-13  Chris January  <chris.january@allinea.com>
5210
5211         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
5212         instruction.
5213
5214 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5215
5216         * common/linux-procfs.c (linux_proc_get_int): New, from
5217         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
5218         field.
5219         (linux_proc_get_tgid): Only call linux_proc_get_int.
5220         (linux_proc_get_tracerpid): New.
5221         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
5222         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
5223         linux_proc_pid_has_state.
5224         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
5225         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
5226         (linux_ptrace_attach_warnings): New.
5227         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
5228         New declaration.
5229         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
5230         (linux_nat_attach): New variables ex, buffer, message and message_s.
5231         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
5232
5233 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5234
5235         * Makefile.in (linux-ptrace.o): New.
5236         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
5237         from linux-nat.c.
5238         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
5239         * common/linux-ptrace.c: New file.
5240         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
5241         * config/arm/linux.mh: Likewise.
5242         * config/i386/linux.mh: Likewise.
5243         * config/i386/linux64.mh: Likewise.
5244         * config/ia64/linux.mh: Likewise.
5245         * config/m32r/linux.mh: Likewise.
5246         * config/m68k/linux.mh: Likewise.
5247         * config/mips/linux.mh: Likewise.
5248         * config/pa/linux.mh: Likewise.
5249         * config/powerpc/linux.mh: Likewise.
5250         * config/powerpc/ppc64-linux.mh: Likewise.
5251         * config/powerpc/spu-linux.mh: Likewise.
5252         * config/s390/s390.mh: Likewise.
5253         * config/sparc/linux.mh: Likewise.
5254         * config/sparc/linux64.mh: Likewise.
5255         * config/xtensa/linux.mh: Likewise.
5256         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
5257         common/linux-procfs.c.
5258         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
5259
5260 2012-03-13  Hui Zhu  <teawater@gmail.com>
5261             Pedro Alves  <palves@redhat.com>
5262
5263         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
5264         CREATE_BREAKPOINT_FLAGS_INSERTED.
5265         (create_breakpoint_sal, create_breakpoints_sal)
5266         (base_breakpoint_create_breakpoints_sal)
5267         (tracepoint_create_breakpoints_sal)
5268         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
5269         down.
5270         (break_command_1, handle_gnu_v3_exceptions, trace_command)
5271         (ftrace_command, strace_command): Adjust.
5272         (create_tracepoint_from_upload): Pass
5273         CREATE_BREAKPOINT_FLAGS_INSERTED.
5274         * breakpoint.h (enum breakpoint_create_flags): New.
5275         (create_breakpoint): New flags parameter.
5276         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
5277         * python/py-breakpoint.c (bppy_init): Adjust.
5278         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
5279         * spu-tdep.c (spu_catch_start): Adjust.
5280
5281 2012-03-13  Pedro Alves  <palves@redhat.com>
5282             Hui Zhu  <teawater@gmail.com>
5283             Yao Qi  <yao@codesourcery.com>
5284
5285         * remote.c (struct remote_state): New field `starting_up'.
5286         (remote_start_remote): Set and clear it.
5287         (remote_can_download_tracepoint): If starting up, return false.
5288
5289 2012-03-13  Yao Qi  <yao@codesourcery.com>
5290
5291         * inferior.h (struct inferior): Remove fields any_syscall_count,
5292         syscalls_counts and total_syscalls_count.  Move them to new
5293         struct catch_syscall_inferior_data in breakpoint.c.
5294         * breakpoint.c: Call DEF_VEC_I(int).
5295         (struct catch_syscall_inferior_data): New.
5296         (get_catch_syscall_inferior_data): New.
5297         (catch_syscall_inferior_data_cleanup): New.
5298         (insert_catch_syscall): Update to access data in
5299         struct catch_syscall_inferior_data.
5300         (insert_catch_syscall): Likewise.
5301         (remove_catch_syscall): Likewise.
5302         (remove_catch_syscall): Likewise.
5303         (is_syscall_catchpoint_enabled): Likewise.
5304         (add_catch_command): Likewise.
5305         (_initialize_breakpoint): Register cleanup.
5306         * breakpoint.h: Removed DEF_VEC_I(int).
5307         * dwarf2loc.c: Call DEF_VEC_I(int).
5308         * mi/mi-main.c: Likewise.
5309
5310 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
5311
5312         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
5313
5314 2012-03-12  Chris January  <chris.january@allinea.com>
5315
5316         * aix-thread.c (_initialize_aix_thread): Add prototype.
5317         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
5318         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
5319
5320 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
5321
5322         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
5323         include of "amd64-nat.h".
5324
5325 2012-03-12  Tom Tromey  <tromey@redhat.com>
5326
5327         * buildsym.c (record_pending_block): Now static.
5328         * buildsym.h: (record_pending_block): Remove.
5329
5330 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
5331
5332         * amd64bsd-nat.c: Include amd64bsd-nat.h.
5333
5334 2012-03-09  Tom Tromey  <tromey@redhat.com>
5335
5336         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
5337         producer_is_gxx_lt_4_6>: New fields.
5338         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
5339
5340 2012-03-09  Tom Tromey  <tromey@redhat.com>
5341
5342         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
5343
5344 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
5345
5346         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
5347         prototype.
5348
5349 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
5350
5351         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
5352
5353 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5354
5355         Fix -Wmissing-prototypes build.
5356         * arm-linux-nat.c (get_thread_id): Make it static.
5357         * xtensa-linux-nat.c (get_thread_id): Likewise.
5358
5359 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
5360
5361         * server.c (process_point_options): If a conditional expression
5362         is found, only print a message if remote_debug is nonzero.
5363
5364 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
5365
5366         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
5367         of internal error for unknown/unsupported types.
5368
5369 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5370
5371         Fix CU relative vs. absolute DIE offsets.
5372         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
5373         offset to offset_in_cu.
5374         * dwarf2read.c (process_enumeration_scope): Add CU offset to
5375         TYPE_OFFSET.
5376         (dwarf2_fetch_die_location_block): Rename parameter offset to
5377         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
5378
5379 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5380
5381         * libunwind-frame.c: Rename to ...
5382         * ia64-libunwind-tdep.c: ... here.
5383         * libunwind-frame.h: Rename to ...
5384         * ia64-libunwind-tdep.h: ... here.
5385         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
5386         ia64-libunwind-tdep.h.
5387         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
5388         * README (--with-libunwind): Rename to ...
5389         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
5390         * config.in: Regenerate.
5391         * configure: Regenerate.
5392         * configure.ac: New option --with-libunwind-ia64, make the
5393         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
5394         Remove AC_DEFINE for HAVE_LIBUNWIND.
5395         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
5396         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
5397         Rename libunwind-frame in the general comment.
5398         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
5399         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
5400         Move forward declarations inside #ifndef.  Rename libunwind-frame in
5401         the general comment.
5402         * ia64-tdep.c: Rename libunwind-frame.h #include to
5403         ia64-libunwind-tdep.h.
5404         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
5405         (ia64_libunwind_descr): Rename libunwind-frame to
5406         ia64-libunwind-tdep in these function comments.
5407         * ia64-tdep.h: Rename libunwind-frame.h #include to
5408         ia64-libunwind-tdep.h.
5409         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
5410         ia64-libunwind-tdep in that data comment.
5411
5412 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5413
5414         * libunwind-frame.h (struct frame_unwind): New declaration.
5415
5416 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
5417
5418         * breakpoint.c (_initialize_breakpoint): Fix error in help of
5419         "set breakpoint condition-evaluation" command.
5420
5421 2012-03-08  Tristan Gingold  <gingold@adacore.com>
5422
5423         * sparc-stub.c: Move to stubs/
5424         * sh-stub.c: Likewise.
5425         * m68k-stub.c: Likewise.
5426         * m32r-stub.c: Likewise.
5427         * i386-stub.c: Likewise.
5428
5429 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
5430
5431         * m68klinux-tdep.c (m68k_linux_init_abi): Register
5432         linux_get_siginfo_type.
5433
5434         * m68klinux-nat.c: Include "gdb_proc_service.h".
5435         (PTRACE_GET_THREAD_AREA): Define.
5436         (ps_get_thread_area): New function.
5437
5438 2012-03-08  Yao Qi  <yao@codesourcery.com>
5439
5440         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
5441         `xsnprintf'.
5442         (remote_query_attached): Likewise.
5443         (remote_static_tracepoint_marker_at): Likewise.
5444         (remote_set_permissions): Likewise.
5445         (remote_detach_1, extended_remote_attach_1): Likewise.
5446         (send_g_packet, remote_vkill): Likewise.
5447         (extended_remote_disable_randomization): Likewise.
5448         (remote_add_target_side_condition): Likewise.
5449         (remote_insert_breakpoint): Likewise.
5450         (remote_remove_breakpoint): Likewise.
5451         (remote_insert_watchpoint): Likewise.
5452         (remote_remove_watchpoint): Likewise.
5453         (remote_insert_hw_breakpoint): Likewise.
5454         (remote_insert_hw_breakpoint): Likewise.
5455         (remote_remove_hw_breakpoint): Likewise.
5456         (remote_download_command_source): Likewise.
5457         (remote_download_tracepoint): Likewise.
5458         (remote_download_trace_state_variable): Likewise.
5459         (remote_disable_tracepoint): Likewise.
5460         (remote_trace_set_readonly_regions): Likewise.
5461         (remote_get_tracepoint_status): Likewise.
5462         (remote_trace_find): Likewise.
5463         (remote_get_trace_state_variable_value): Likewise.
5464         (remote_set_disconnected_tracing): Likewise.
5465         (remote_set_circular_trace_buffer): Likewise.
5466         (remote_get_min_fast_tracepoint_insn_len): Likewise.
5467         (remote_use_agent): Likewise.
5468         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
5469         Update callers.
5470
5471 2012-03-07  Pedro Alves  <palves@redhat.com>
5472
5473         * NEWS: Mention QProgramSignals.
5474         * inferior.h (update_signals_program_target): Declare.
5475         * infrun.c: (update_signals_program_target): New.
5476         (handle_command): Update the target of the new program signals
5477         array changes.
5478         * remote.c (PACKET_QProgramSignals): New enum.
5479         (last_program_signals_packet): New global.
5480         (remote_program_signals): New.
5481         (remote_start_remote): Update the target with the program signals
5482         list.
5483         (remote_protocol_features): Add entry for QPassSignals.
5484         (remote_open_1): Free anc clear last_program_signals_packet.
5485         (init_remote_ops): Install remote_program_signals.
5486         * target.c (update_current_target): Adjust.
5487         (target_program_signals): New.
5488         * target.h (struct target_ops) <to_program_signals>: New field.
5489         (target_program_signals): Declare.
5490
5491 2012-03-07  Pedro Alves  <palves@redhat.com>
5492
5493         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
5494         extensions.
5495
5496 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
5497
5498         * m68klinux-nat.c (getregs_supplies): Make static.
5499         (getfpregs_supplies): Likewise.
5500         (have_ptrace_getregs): Likewise.
5501
5502 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
5503
5504         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
5505         in call to get_die_type_at_offset.
5506
5507 2012-03-06  Stan Shebs  <stan@codesourcery.com>
5508
5509         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
5510         * mi/mi-cmd-disas.c: Ditto.
5511         * mi/mi-cmd-env.c: Ditto.
5512         * mi/mi-cmd-file.c: Ditto.
5513         * mi/mi-cmd-stack.c: Ditto.
5514         * mi/mi-cmd-target.c: Ditto.
5515         * mi/mi-cmd-var.c: Ditto.
5516         * mi/mi-cmds.c: Ditto.
5517         * mi/mi-cmds.h: Ditto.
5518         * mi/mi-console.c: Ditto.
5519         * mi/mi-getopt.c: Ditto.
5520         * mi/mi-getopt.h: Ditto.
5521         * mi/mi-interp.c: Ditto.
5522         * mi/mi-main.c: Ditto.
5523         * mi/mi-out.c: Ditto.
5524         * mi/mi-parse.c: Ditto.
5525         * mi/mi-parse.h: Ditto.
5526         * mi/mi-symbol-cmds.c: Ditto.
5527
5528         * mi/mi-getopt.h: Move mi_opt struct up.
5529         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
5530         return.
5531         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
5532
5533 2012-03-06  Tom Tromey  <tromey@redhat.com>
5534
5535         * proc-service.c (ps_pglobal_lookup): Set the current program
5536         space.
5537
5538 2012-03-06  Pedro Alves  <palves@redhat.com>
5539
5540         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
5541
5542 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
5543
5544         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
5545
5546 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5547
5548         Code cleanup.
5549         * common/linux-osdata.c (linux_common_core_of_thread): New function
5550         comment.
5551         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
5552         call by linux_common_core_of_thread.
5553         (linux_nat_core_of_thread_1): Remove.
5554         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
5555         * linux-thread-db.c: Include linux-osdata.h.
5556         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
5557         linux_common_core_of_thread.
5558
5559 2012-03-05  Tom Tromey  <tromey@redhat.com>
5560
5561         * value.c (value_primitive_field): Don't fetch contents for
5562         non-virtual bases.
5563
5564 2012-03-05  Tom Tromey  <tromey@redhat.com>
5565
5566         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
5567
5568 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
5569
5570         * s390-nat.c: Include "gregset.h".
5571
5572 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
5573
5574         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
5575         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
5576         (libunwind_load): New variable so_error, use it for dlerror.  Try to
5577         load also LIBUNWIND_SO_7.
5578
5579 2012-03-05  Pedro Alves  <palves@redhat.com>
5580
5581         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
5582         is not NULL, and remove resulting dead code.
5583
5584 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
5585
5586         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
5587         prologue to sh_analyze_prologue.
5588         (sh_analyze_prologue): Make better use of such an upper limit, and
5589         generally be more cautious about accessing memory.
5590
5591 2012-03-05  Tom Tromey  <tromey@redhat.com>
5592
5593         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
5594         _initialize_ia64_hpux_tdep.
5595
5596 2012-03-05  Pedro Alves  <palves@redhat.com>
5597
5598         PR gdb/13766
5599
5600         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
5601         the register state is clear, supply explicit zero, instead of
5602         marking the register unavailable.
5603
5604 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5605
5606         * NEWS: Mention OpenVMS ia64 new target.
5607
5608 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5609
5610         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
5611         (ia64_unw_accessors, ia64_unw_rse_accessors)
5612         (ia64_libunwind_descr): Declare.
5613         * ia64-vms-tdep.c: New file.
5614         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
5615         (ia64_libunwind_descr): Make them public.
5616         * configure.tgt: Add ia64-*-*vms*.
5617         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
5618         (ALLDEPFILES): Add ia64-vms-tdep.c
5619
5620 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5621
5622         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
5623         * remote.c (PACKET_qXfer_uib): New enum value.
5624         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
5625         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
5626         (_initialize_remote): Call add_packet_config_cmd for
5627         xfer:uib packet.
5628
5629 2012-03-05  Tristan Gingold  <gingold@adacore.com>
5630
5631         * osabi.c (gdb_osabi_names): Add OpenVMS.
5632         (generic_elf_osabi_sniffer): Likewise.
5633         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
5634
5635 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5636
5637         Removed unused code.
5638         * libunwind-frame.c (libunwind_frame_unwind)
5639         (libunwind_frame_base_address): Remove.
5640         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
5641
5642 2012-03-04  Yao Qi  <yao@codesourcery.com>
5643
5644         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
5645         remove trailing new line.
5646         (agent_run_command, agent_run_command): Add _ markup.
5647         (agent_capability_check): Likewise.
5648
5649 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
5650
5651         * breakpoint.c (set_condition_evaluation_mode): Set
5652         CONDITION_EVALUATION_MODE unconditionally.
5653
5654 2012-03-03  Yao Qi  <yao@codesourcery.com>
5655
5656         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
5657         * common/agent.h: Update declaration.
5658         * inf-child.c (inf_child_use_agent): New.
5659         (inf_child_can_use_agent): New.
5660         (inf_child_target): Initialize fields `to_use_agent'
5661         and `to_can_use_agent'.
5662         * agent.c (agent_new_objfile): New.
5663         (_initialize_agent): Add agent_new_objfile to new_objfile
5664         observer.
5665
5666         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
5667         New.
5668         (linux_target_install_ops): Initialize field
5669         `to_static_tracepoint_markers_by_strid'.
5670         * remote.c (free_current_marker): Move it to ...
5671         * tracepoint.c (free_current_marker): ... here.  New.
5672         (cleanup_target_stop): New.
5673         * tracepoint.h: Declare free_current_marker.
5674         * NEWS: Add one entry about `info static-tracepoint-marker'.
5675
5676 2012-03-03  Yao Qi  <yao@codesourcery.com>
5677
5678         * common/agent.c (agent_loaded_p): New.
5679         (agent_look_up_symbols): New global.
5680         * common/agent.h: Declare agent_loaded_p.
5681
5682 2012-03-03  Yao Qi  <yao@codesourcery.com>
5683
5684         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
5685         (agent_capability_check, agent_capability_invalidate): New.
5686         (symbol_list): New array element.
5687         * common/agent.h (enum agent_capa): New.
5688         * target.c (target_pre_inferior): Call agent_capability_invalidate.
5689
5690 2012-03-03  Yao Qi  <yao@codesourcery.com>
5691
5692         * target.h (struct target_ops) <to_use_agent>: New field.
5693         (struct target_ops) <to_can_use_agent>: New field.
5694         (target_use_agent, target_can_use_agent): New macro.
5695         * target.c (update_current_target): Update.
5696         * remote.c: New enum `PACKET_QAgent'.
5697         (remote_protocol_features): Add a new element.
5698         (remote_use_agent, remote_can_use_agent): New.
5699         (init_remote_ops): Initialize field `can_use_agent' with
5700         remote_can_use_agent.  Intiailize field `use_agent' with
5701         remote_use_agent.
5702         * common/agent.c (use_agent): New global.
5703         * common/agent.h: Declare it.
5704         * tracepoint.c (info_static_tracepoint_markers_command): Add
5705         comment.
5706         * Makefile.in (SFILES): Add common/agent.c and agent.c.
5707         (COMMON_OBS): Add common/agent.o and agent.o
5708         (common-agent.o): New rule.
5709         * agent.c: New.
5710
5711 2012-03-03  Yao Qi  <yao@codesourcery.com>
5712
5713         * common/agent.c: New.
5714         * common/agent.h: New.
5715         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
5716         AC_CHECK_HEADERS.
5717         * configure, configh.in: Regenerated.
5718
5719 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
5720
5721         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
5722         unless it exists for this architecture.
5723
5724 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
5725
5726         * language.h (struct language_defn): New "method" la_read_var_value.
5727         * findvar.c: #include "language.h".
5728         (default_read_var_value): Renames read_var_value.  Rewrite
5729         function description.
5730         (read_var_value): New function.
5731         * value.h (default_read_var_value): Add prototype.
5732         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
5733         New functions.
5734         (ada_language_defn): Add entry for la_read_var_value.
5735         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
5736         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
5737         language_defn structures to add entry for new la_read_var_value
5738         field.
5739
5740 2012-03-02  Tom Tromey  <tromey@redhat.com>
5741             Pedro Alves  <palves@redhat.com>
5742
5743         PR breakpoints/13776:
5744         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
5745         breakpoints.
5746         (delete_longjmp_breakpoint_at_next_stop): New.
5747         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
5748         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
5749         before deleting the inferior.  Add comments.
5750         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
5751         breakpoints immediately, but only on next stop.  Move that code
5752         next to where we mark other breakpoints for deletion.
5753
5754 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
5755
5756         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
5757         marker.
5758         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
5759         violation.
5760
5761 2012-03-02  Pedro Alves  <palves@redhat.com>
5762
5763         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
5764
5765 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
5766
5767         Fix -Wmissing-prototypes build.
5768         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
5769         * remote-sim.c (gdbsim_has_all_memory): Likewise.
5770         (gdbsim_has_memory): Likewise.
5771
5772 2012-03-02  Yao Qi  <yao@codesourcery.com>
5773
5774         Fix -Wmissing-prototypes build.
5775         * charset.c (phony_iconv_open): Make static.
5776         (phony_iconv_close, phony_iconv): Likewise.
5777         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
5778         * i386-windows-nat.c (_initialize_i386_windows_nat): New
5779         prototype.
5780         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
5781         * ser-mingw.c (create_select_thread): Make static.
5782         * windows-termcap.c (tgetent): New prototype.
5783         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
5784
5785 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
5786
5787         Fix -Wmissing-prototypes build.
5788         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
5789         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
5790         (_initialize_loadable): New prototypes.
5791
5792 2012-03-02  Doug Evans  <dje@google.com>
5793
5794         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
5795         abbrev table, read_comp_unit will do it.
5796
5797 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5798
5799         Fix -Wmissing-prototypes build.
5800         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
5801         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
5802         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
5803         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
5804         (_initialize_arm_symbian_tdep): New prototype.
5805         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
5806         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
5807         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
5808         static.
5809         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
5810         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
5811         prototype.
5812         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
5813         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
5814         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
5815         static.
5816         * moxie-tdep.c (moxie_process_record): Likewise.
5817         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
5818         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
5819         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
5820         (_initialize_rl78_tdep): New prototype.
5821         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
5822         (_initialize_rx_tdep): New prototype.
5823         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
5824         (_initialize_darwin_solib): New prototype.
5825         * solib-spu.c: Include solib-spu.h.
5826         (_initialize_spu_solib): New prototype.
5827         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
5828         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
5829         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
5830         (tic6x_software_single_step): Make it static.
5831         (_initialize_tic6x_tdep): New prototype.
5832
5833 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5834
5835         Fix -Wmissing-prototypes build.
5836         * cris-tdep.c (cris_can_use_hardware_watchpoint)
5837         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
5838
5839 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5840
5841         Fix -Wmissing-prototypes build.
5842         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
5843         (frv_have_stopped_data_address): Remove.
5844
5845 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5846
5847         Fix -Wmissing-prototypes build.
5848         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
5849         * sh-tdep.c: Include sh64-tdep.h.
5850         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
5851         * sh64-tdep.c: Include sh64-tdep.h.
5852         * sh64-tdep.h: New file.
5853
5854 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
5855
5856         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
5857
5858 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
5859
5860         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
5861         sp_regnum once the gdbarch_init_osabi hook has been called.
5862
5863 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
5864
5865         * mips-tdep.c (mips32_bc1_pc): New function.
5866         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
5867         BPOSGE32 and BPOSGE64 instructions.
5868         (deal_with_atomic_sequence): Likewise.
5869         (mips32_instruction_has_delay_slot): Likewise.
5870
5871 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
5872             Chris Dearman  <chris@mips.com>
5873             Maciej W. Rozycki  <macro@codesourcery.com>
5874             Joseph Myers  <joseph@codesourcery.com>
5875
5876         * features/mips-dsp.xml: New file.
5877         * features/mips64-dsp.xml: New file.
5878         * features/mips-dsp-linux.xml: New file.
5879         * features/mips64-dsp-linux.xml: New file.
5880         * features/Makefile (WHICH): Add mips-dsp-linux and
5881         mips64-dsp-linux.
5882         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
5883         * features/mips-dsp-linux.c: New file.
5884         * features/mips64-dsp-linux.c: New file.
5885         * regformats/mips-dsp-linux.dat: New file.
5886         * regformats/mips64-dsp-linux.dat: New file.
5887         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
5888         registers.
5889         (mips64_linux_register_addr): Likewise.
5890         (mips64_linux_regsets_fetch_registers): Likewise.
5891         (mips64_linux_regsets_store_registers): Likewise.
5892         (mips64_linux_fetch_registers): Update call to
5893         mips64_linux_regsets_fetch_registers.
5894         (mips64_linux_store_registers): Update call to
5895         mips64_linux_regsets_store_registers.
5896         (mips_linux_read_description): Probe for DSP registers.
5897         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
5898         and initialize_tdesc_mips64_dsp_linux.
5899         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
5900         Remove padding of no longer used embedded register slots.
5901         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
5902         (MIPS_RESTART_REGNUM): Redefine enum value.
5903         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
5904         strings.
5905         (mips_tx39_reg_names): Likewise.
5906         (mips_linux_reg_names): New array of register names for Linux
5907         targets.
5908         (mips_register_name): Check for a null pointer in
5909         mips_processor_reg_names and return an empty string.
5910         (mips_register_type): Exclude embedded registers for the IRIX
5911         and Linux ABIs.
5912         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
5913         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
5914         DSP registers.
5915         (mips_stab_reg_to_regnum): Handle DSP accumulators.
5916         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
5917         (mips_gdbarch_init): Likewise.  Initialize internal register
5918         indices for the Linux ABI.  Use dynamic numbers to refer to
5919         registers, as applicable, while parsing the target description.
5920         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
5921
5922 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
5923
5924         * frame.h (read_frame_register_unsigned): Fix typo in function
5925         description.
5926
5927 2012-03-01  Pedro Alves  <palves@redhat.com>
5928
5929         * jit-reader.in [!__cplusplus]
5930         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
5931
5932 2012-03-01  Pedro Alves  <palves@redhat.com>
5933
5934         * configure.ac (build_warnings): Add -Wmissing-prototypes.
5935         * configure: Regenerate.
5936
5937 2012-03-01  Pedro Alves  <palves@redhat.com>
5938
5939         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
5940         * breakpoint.c (create_exception_master_breakpoint, trace_command)
5941         (ftrace_command, strace_command): Make static.
5942         * d-lang.c (_initialize_d_language): Declare.
5943         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
5944         * dwarf2loc.c (_initialize_dwarf2loc):
5945         * dwarf2read.c (process_psymtab_comp_unit): Make static.
5946         * exec.c (exec_get_section_table): Make static.
5947         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
5948         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
5949         * inferior.c (remove_inferior_command, add_inferior_command)
5950         (clone_inferior_command): Make static.
5951         * linux-nat.c (linux_nat_thread_address_space)
5952         (linux_nat_core_of_thread): Make static.
5953         * linux-tdep.c (_initialize_linux_tdep): Declare.
5954         * objc-lang.c (_initialize_objc_lang): Declare.
5955         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
5956         Make static.
5957         (_initialize_opencl_language): Declare.
5958         * record.c (_initialize_record): Declare.
5959         * remote.c (demand_private_info, remote_get_tib_address)
5960         (remote_supports_cond_tracepoints)
5961         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
5962         Make static.
5963         * skip.c (_initialize_step_skip): Declare.
5964         * symtab.c (skip_prologue_using_lineinfo): Make static.
5965         * tracepoint.c (delete_trace_state_variable)
5966         (trace_variable_command, delete_trace_variable_command)
5967         (get_uploaded_tsv, find_matching_tracepoint_location)
5968         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
5969         Make static.
5970         * value.c (pack_unsigned_long): Make static.
5971         * varobj.c (varobj_ensure_python_env): Make static.
5972         * windows-tdep.c (_initialize_windows_tdep): Declare.
5973         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
5974
5975 2012-03-01  Pedro Alves  <palves@redhat.com>
5976
5977         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
5978         gdbarch parameter.
5979         (linux_init_abi): Install it as has_shared_address_space gdbarch
5980         callback.
5981
5982 2012-03-01  Pedro Alves  <palves@redhat.com>
5983
5984         * observer.c (observer_test_first_notification_function)
5985         (observer_test_second_notification_function)
5986         (observer_test_third_notification_function): Add declarations.
5987
5988 2012-03-01  Pedro Alves  <palves@redhat.com>
5989
5990         * common/signals.c (default_target_signal_to_host)
5991         (default_target_signal_from_host): Move ...
5992         * arch-utils.c: ... here.
5993         * arch-utils.h (default_target_signal_to_host)
5994         (default_target_signal_from_host): Declare.
5995
5996         * common/signals.c (target_signal_from_command): Move ...
5997         * infrun.c: ... here.
5998         * inferior.h (target_signal_from_command): Declare.
5999         * target.h (target_signal_from_command)
6000         (default_target_signal_from_host, default_target_signal_to_host):
6001         Delete declarations.
6002
6003         * common/signals.c (_initialize_signals): Delete.
6004
6005 2012-03-01  Pedro Alves  <palves@redhat.com>
6006
6007         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
6008         both __cplusplus and !__cplusplus.
6009
6010 2012-03-01  Pedro Alves  <palves@redhat.com>
6011
6012         * psymtab.c (find_and_open_source): Delete declaration.
6013         * source.c (find_and_open_source): Move comment ...
6014         * source.h (find_and_open_source): ... to this new declaration.
6015
6016 2012-03-01  Pedro Alves  <palves@redhat.com>
6017
6018         * inline-frame.c: Include inline-frame.h.
6019
6020 2012-03-01  Pedro Alves  <palves@redhat.com>
6021
6022         * tui/tui-data.c (set_gen_win_origin): Delete.
6023         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
6024         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
6025
6026 2012-03-01  Pedro Alves  <palves@redhat.com>
6027
6028         * remote.c (encode_actions): Delete declaration.
6029         * tracepoint.c (encode_actions): Make extern.
6030         * tracepoint.h (encode_actions): Declare.
6031
6032 2012-03-01  Pedro Alves  <palves@redhat.com>
6033
6034         * python/py-breakpoint.c: Include python.h.
6035         * python/py-continueevent.c (create_continue_event_object): Make
6036         static.
6037         * python/py-lazy-string.c (stpy_get_type): Make static.
6038         * python/py-newobjfileevent.c (create_new_objfile_event_object):
6039         Make static.
6040         * python/py-utils.c (unicode_to_target_python_string): Make
6041         static.
6042         * python/py-value.c: Include python.h.
6043
6044 2012-03-01  Pedro Alves  <palves@redhat.com>
6045
6046         * inferior.c (delete_threads_of_inferior): Delete.
6047
6048 2012-03-01  Pedro Alves  <palves@redhat.com>
6049
6050         Import fallback definitions from glibc.
6051
6052         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
6053         ps_prochandle): Forward declare.
6054         (ps_err_e): Use glibc's comments.
6055         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
6056         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
6057         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
6058         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
6059         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
6060         (struct ps_prochandle): Adjust comment.
6061
6062 2012-03-01  Pedro Alves  <palves@redhat.com>
6063
6064         * ada-lang.c (ada_modulus_from_name): Delete.
6065         * ada-lex.l (lexer_init): Make static.
6066
6067 2012-03-01  Pedro Alves  <palves@redhat.com>
6068
6069         PR gdb/13767
6070
6071         * frame.c (read_frame_register_unsigned): New.
6072         * frame.h (read_frame_register_unsigned): Declare.
6073         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
6074         Handle it.
6075         (print_i387_control_word): New parameter `control_p'.  Handle it.
6076         (i387_print_float_info): Handle unavailable float registers.
6077
6078 2012-03-01  Keith Seitz  <keiths@redhat.com>
6079
6080         * linespec.c (decode_line_2): Sort the list of methods
6081         alphabetically before presenting the user with a selection
6082         menu.
6083
6084 2012-03-01  Doug Evans  <dje@google.com>
6085
6086         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
6087         has_namespace_info.
6088         (dwarf2_read_abbrevs): Remove corresponding initialization.
6089
6090 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
6091
6092         * NEWS: Mention new python command class gdb.COMMAND_USER.
6093         * cli/cli-cmds.c (show_user): Print error when used on a python
6094         command.
6095         (init_cli_cmds): Update documentation strings for "show user" and
6096         "set/show max-user-call-depth" to clarify that it does not apply to
6097         python commands.
6098         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
6099         error check.
6100         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
6101         gdb python api.
6102         * top.c (execute_command): Only execute a user-defined command as a
6103         legacy macro if c->user_commands is set.
6104
6105 2012-03-01  Tom Tromey  <tromey@redhat.com>
6106
6107         * valprint.h (struct generic_val_print_decorations): New.
6108         (generic_val_print): Declare.
6109         * valprint.c (generic_val_print): New function.
6110         * p-valprint.c (p_decorations): New global.
6111         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
6112         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
6113         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
6114         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
6115         * m2-valprint.c (m2_decorations): New global.
6116         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
6117         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
6118         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
6119         TYPE_CODE_ERROR>: Call generic_val_print.
6120         * f-valprint.c (f_decorations): New global.
6121         (f_val_print): Use print_function_pointer_address.
6122         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
6123         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
6124         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
6125         generic_val_print.
6126         * c-valprint.c (c_decorations): New global.
6127         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
6128         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
6129         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
6130         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
6131         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
6132         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
6133         case.
6134
6135 2012-03-01  Tom Tromey  <tromey@redhat.com>
6136
6137         * valprint.c (val_print): Update.
6138         * p-valprint (pascal_val_print): Return void.
6139         * p-lang.h (pascal_val_print): Return void.
6140         * m2-valprint.c (m2_val_print): Return void.
6141         * m2-lang.h (m2_val_print): Return void.
6142         * language.h (struct language_defn) <la_val_print>: Return void.
6143         * language.c (unk_lang_val_print): Return void.
6144         * jv-valprint.c (java_val_print): Return void.
6145         * jv-lang.h (java_val_print): Return void.
6146         * f-valprint.c (f_val_print): Return void.
6147         * f-lang.h (f_val_print): Return void.
6148         * d-valprint.c (d_val_print): Return void.
6149         (dynamic_array_type): Update.
6150         * d-lang.h (d_val_print): Return void.
6151         * c-valprint.c (c_val_print): Return void.
6152         * c-lang.h (c_val_print): Return void.
6153         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
6154         void.
6155         * ada-lang.h (ada_val_print): Return void.
6156
6157 2012-03-01  Tom Tromey  <tromey@redhat.com>
6158
6159         * value.h (val_print): Return void.
6160         * valprint.c (val_print): Return void.
6161
6162 2012-03-01  Tom Tromey  <tromey@redhat.com>
6163
6164         * value.h (common_val_print): Return void.
6165         * valprint.c (common_val_print): Return void.
6166
6167 2012-03-01  Tom Tromey  <tromey@redhat.com>
6168
6169         * value.h (value_print): Return void.
6170         * valprint.c (value_print): Return void.
6171         * p-valprint.c (pascal_value_print): Return void.
6172         * p-lang.h (pascal_value_print): Return void.
6173         * language.h (struct language_defn) <la_value_print>: Return
6174         void.
6175         * language.c (unk_lang_value_print): Return void.
6176         * jv-valprint.c (java_value_print): Return void.
6177         * jv-lang.h (java_value_print): Return void.
6178         * f-valprint.c (c_value_print): Don't declare.
6179         Include c-lang.h.
6180         * c-valprint.c (c_value_print): Return void.
6181         * c-lang.h (c_value_print): Return void.
6182         * ada-valprint.c (ada_value_print): Return void.
6183         * ada-lang.h (ada_value_print): Return void.
6184
6185 2012-03-01  Tom Tromey  <tromey@redhat.com>
6186
6187         * value.c (value_primitive_field): Handle virtual base classes.
6188
6189 2012-03-01  Tom Tromey  <tromey@redhat.com>
6190
6191         * gdbtypes.h (struct vbase): Remove.
6192
6193 2012-03-01  Tom Tromey  <tromey@redhat.com>
6194
6195         * c-valprint.c (print_function_pointer_address): Move...
6196         * valprint.c: ... here.  Make non-static.
6197         * m2-valprint.c (print_function_pointer_address): Remove.
6198         * valprint.h (print_function_pointer_address): Declare.
6199
6200 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
6201
6202         * NEWS: Document the fact that one can provide a condition when
6203         creating an Ada exception catchpoint.
6204
6205 2012-03-01  Tom Tromey  <tromey@redhat.com>
6206
6207         * valprint.c (val_print_type_code_flags): Fix placement of
6208         trailing brace.
6209
6210 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
6211
6212         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
6213         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
6214         environment variable before calling update-copyright.
6215
6216 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
6217
6218         * gnulib/extra/update-copyright: Update to the latest from
6219         gnulib's git repository.
6220         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
6221         variable to 2 instead of 1.
6222
6223 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6224
6225         * varobj.c (c_value_of_variable): Remove dead code.
6226
6227 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6228
6229         * ada-lex.p (processId): Do not modify already encoded IDs.
6230         Update function documentation.
6231
6232 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6233
6234         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
6235         "name" with "struct symbol *name_sym".
6236         * ada-exp.y (write_var_or_type): Update call to
6237         ada_find_renaming_symbol.
6238         "name" with "struct symbol *name_sym". Adjust Implementation
6239         accordingly.  Adjust the function documentation.
6240
6241 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6242
6243         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
6244         * ada-lang.c (ada_find_any_type): Add advance declaration.
6245         Make static.  Replace ada_find_any_symbol by
6246         ada_find_any_type_symbol.
6247         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
6248         Improve function description.  Make static.
6249         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
6250         Replace ada_find_any_symbol by ada_find_any_type_symbol.
6251
6252 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6253
6254         * ada-lang.c (struct tag_args): Delete.
6255         (ada_get_tsd_type): Function body moved up in source file.
6256         (ada_tag_name_1, ada_tag_name_2): Delete.
6257         (ada_get_tsd_from_tag): New function.
6258         (ada_tag_name_from_tsd): New function.
6259         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
6260         to determine the tag name.
6261
6262 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6263
6264         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
6265         declaration.
6266         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
6267         function.
6268
6269 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6270
6271         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
6272
6273 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6274
6275         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
6276         full searches.
6277
6278 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6279
6280         * ada-lang.c (constrained_packed_array_type): If there is a
6281         parallel XA type, use it to determine the array index type.
6282
6283 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6284
6285         * ada-valprint.c (ada_val_print_1): If our value is a reference
6286         to an array descriptor, dereference it before converting it
6287         to a simple array.
6288
6289 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6290
6291         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
6292         creating fixed value.
6293         (ada_value_ind, ada_coerce_ref, assign_component)
6294         (ada_evaluate_subexp): Remove call to unwrap_value before
6295         call to ada_to_fixed_value.
6296
6297 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6298
6299         * ada-lang.c (to_fixed_array_type): Set result's type name.
6300
6301 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
6302
6303         * ada-lang.c (catch_ada_exception_command_split): Add new
6304         argument cond_string.  Add support for condition at end of
6305         "catch exception" commands.
6306         (ada_decode_exception_location): Add new argument cond_string.
6307         Update call to catch_ada_exception_command_split.
6308         (create_ada_exception_catchpoint): Add new argument cond_string.
6309         Set the breakpoint condition if needed.
6310         (catch_ada_exception_command): Update call to
6311         ada_decode_exception_location.
6312         (ada_decode_assert_location): Add function documentation.
6313         Add support for condition at end of "catch assert" command.
6314         (catch_assert_command): Update calls to ada_decode_assert_location
6315         and create_ada_exception_catchpoint.
6316
6317 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6318
6319         Fix disp-step-syscall.exp: fork: single step over fork.
6320         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
6321         (i386_linux_get_syscall_number_from_regcache): ... here, new function
6322         comment, change parameters gdbarch and ptid to regcache.  Remove
6323         parameter regcache, initialize gdbarch from regcache here.
6324         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
6325         New functions.
6326         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
6327         instead.
6328         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
6329         'syscall'.  Make the 'int' check more strict.
6330
6331 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6332
6333         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
6334         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
6335         (i386_linux_intx80_sysenter_syscall_record): ... here.
6336         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
6337         Use the renamed function name.
6338
6339 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6340
6341         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
6342         * breakpoint.c (until_break_command): Likewise.
6343         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
6344         * infcall.c (call_function_by_hand): Likewise.
6345         * infcmd.c (finish_forward): Likewise.
6346         * infrun.c (insert_exception_resume_breakpoint): Likewise.
6347
6348 2012-02-28  Tristan Gingold  <gingold@adacore.com>
6349
6350         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
6351         avoid variable assignments inside condition.
6352
6353 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6354
6355         Fix static analysis issue found by cppcheck.
6356         * microblaze-tdep.c (microblaze_extract_return_value): Fix
6357         uninitialized BUF for size 2.
6358
6359 2012-02-27  Chris Dearman  <chris@mips.com>
6360             Nathan Froyd  <froydnj@codesourcery.com>
6361             Maciej W. Rozycki  <macro@codesourcery.com>
6362
6363         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
6364         (mips16_instruction_has_delay_slot): Likewise.
6365         (mips_segment_boundary): Likewise.
6366         (mips_adjust_breakpoint_address): Likewise.
6367         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
6368
6369 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
6370             Maciej W. Rozycki  <macro@codesourcery.com>
6371
6372         * infrun.c (handle_inferior_event): Don't proceed through
6373         shared library trampolines if stepping at the machine
6374         instruction level.
6375
6376 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
6377
6378         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
6379         too.
6380
6381 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
6382
6383         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
6384         (sh_stub_unwind_sniffer): New functions.
6385         (sh_stub_unwind): New variable.
6386         (sh_gdbarch_init): Wire everything.
6387
6388 2012-02-27  Pedro Alves  <palves@redhat.com>
6389
6390         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
6391         (linux_nat_post_attach_wait): Adjust to use
6392         linux_proc_pid_is_stopped.
6393         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
6394         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
6395         based on pid_is_stopped from both linux-nat.c and
6396         gdbserver/linux-low.c, and renamed.
6397
6398 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
6399
6400         * remote.c (remote_watchpoint_addr_within_range): New function.
6401         (init_remote_ops): Use it.
6402
6403 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
6404
6405         * target.h (target_watchpoint_addr_within_range): Document macro.
6406
6407 2012-02-24  Pedro Alves  <palves@redhat.com>
6408
6409         * stack.c (set_last_displayed_sal): Issue internal_error instead
6410         of warning, and issue it after clearing the last displayed sal.
6411
6412 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6413             Pedro Alves  <palves@redhat.com>
6414
6415         * breakpoint.c (until_break_command): Install breakpoints after
6416         all frame manipulations.
6417
6418 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
6419
6420         * remote.c (remote_supports_cond_breakpoints): New forward
6421         declaration.
6422         (remote_add_target_side_condition): New function.
6423         (remote_insert_breakpoint): Add target-side breakpoint
6424         conditional if supported.
6425         (remote_insert_hw_breakpoint): Likewise.
6426         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
6427         hook.
6428
6429         * target.c (update_current_target): Inherit
6430         to_supports_evaluation_of_breakpoint_conditions.
6431         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
6432
6433         * target.h (struct target_ops)
6434         <to_supports_evaluation_of_breakpoint_conditions>: New field.
6435         (target_supports_evaluation_of_breakpoint_conditions): New #define.
6436
6437         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
6438         (condition_evaluation_both, condition_evaluation_auto,
6439         condition_evaluation_host, condition_evaluation_target,
6440         condition_evaluation_enums, condition_evaluation_mode_1,
6441         condition_evaluation_mode): New static globals.
6442         (translate_condition_evaluation_mode): New function.
6443         (breakpoint_condition_evaluation_mode): New function.
6444         (gdb_evaluates_breakpoint_condition_p): New function.
6445         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
6446         (mark_breakpoint_modified): New function.
6447         (mark_breakpoint_location_modified): New function.
6448         (set_condition_evaluation_mode): New function.
6449         (show_condition_evaluation_mode): New function.
6450         (bp_location_compare_addrs): New function.
6451         (get_first_location_gte_addr): New helper function.
6452         (set_breakpoint_condition): Free condition bytecode if locations
6453         has become unconditional.  Call mark_breakpoint_modified (...).
6454         (condition_command): Call update_global_location_list (1) for
6455         breakpoints.
6456         (breakpoint_xfer_memory): Use is_breakpoint (...).
6457         (is_breakpoint): New function.
6458         (parse_cond_to_aexpr): New function.
6459         (build_target_condition_list): New function.
6460         (insert_bp_location): Handle target-side conditional
6461         breakpoints and call build_target_condition_list (...).
6462         (update_inserted_breakpoint_locations): New function.
6463         (insert_breakpoint_locations): Handle target-side conditional
6464         breakpoints.
6465         (bpstat_check_breakpoint_conditions): Add comment.
6466         (bp_condition_evaluator): New function.
6467         (bp_location_condition_evaluator): New function.
6468         (print_breakpoint_location): Print information on where the condition
6469         will be evaluated.
6470         (print_one_breakpoint_location): Likewise.
6471         (init_bp_location): Call mark_breakpoint_location_modified (...) for
6472         breakpoint location.
6473         (force_breakpoint_reinsertion): New functions.
6474         (update_global_location_list): Handle target-side breakpoint
6475         conditions.
6476         Reinsert locations that are already inserted if conditions have
6477         changed.
6478         (bp_location_dtor): Free agent expression bytecode.
6479         (disable_breakpoint): Call mark_breakpoint_modified (...).
6480         Call update_global_location_list (...) with parameter 1 for breakpoints.
6481         (disable_command): Call mark_breakpoint_location_modified (...).
6482         Call update_global_location_list (...) with parameter 1 for breakpoints.
6483         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
6484         (enable_command): mark_breakpoint_location_modified (...).
6485         (_initialize_breakpoint): Update documentation and add
6486         condition-evaluation breakpoint subcommand.
6487
6488         * breakpoint.h: Include ax.h.
6489         (condition_list): New data structure.
6490         (condition_status): New enum.
6491         (bp_target_info) <cond_list>: New field.
6492         (bp_location) <condition_changed, cond_bytecode>: New fields.
6493         (is_breakpoint): New prototype.
6494
6495 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
6496
6497         * remote.c (remote_state) <cond_breakpoints>: New field.
6498         (PACKET_ConditionalBreakpoints): New enum.
6499         (remote_cond_breakpoint_feature): New function.
6500         (remote_protocol_features): Add new ConditionalBreakpoints entry.
6501         (remote_supports_cond_breakpoints): New function.
6502         (_initialize_remote): Add new packet configuration for
6503         target-side conditional breakpoints.
6504
6505 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
6506
6507         * NEWS: Mention target-side conditional breakpoint support,
6508         new condition-evaluation breakpoint subcommand and remote
6509         packet extensions.
6510
6511 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
6512
6513         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
6514         number.
6515
6516 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
6517
6518         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
6519         (after_prologue): Remove.
6520
6521 2012-02-23  Tom Tromey  <tromey@redhat.com>
6522
6523         * jv-valprint.c (java_val_print): Remove dead code.
6524
6525 2012-02-23  Tristan Gingold  <gingold@adacore.com>
6526
6527         * ada-tasks.c (struct ada_tasks_inferior_data): Add
6528         known_tasks_element and known_tasks_length fields.
6529         (read_known_tasks_array): Change argument type.  Use pointer type
6530         and number of elements from DATA.  Adjust.
6531         (read_known_tasks_list): Likewise.
6532         (get_known_tasks_addr): Remove.
6533         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
6534         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
6535         type and array length.  Merge former get_known_tasks_addr code.
6536
6537 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
6538
6539         PR backtrace/13716
6540         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
6541         it after set_momentary_breakpoint.
6542
6543 2012-02-22  Sterling Augustine  <saugustine@google.com>
6544
6545         PR 13689:
6546         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
6547
6548 2012-02-22  Gary Benson  <gbenson@redhat.com>
6549
6550         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
6551         (find_slot_in_mapped_hash): Likewise.
6552
6553 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
6554
6555         PR build/13638
6556         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
6557         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
6558         * configure: Regenerate.
6559
6560 2012-02-21  Tristan Gingold  <gingold@adacore.com>
6561             Pedro Alves  <palves@redhat.com>
6562
6563         * ia64-tdep.c: Do not include libunwind-ia64.h.
6564         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
6565         Include libunwind-ia64.h instead of libunwind.h.
6566         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
6567         for libunwind.h existence.
6568         * configure, config.in: Regenerate.
6569
6570 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
6571
6572         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
6573         instead of value_rtti_target_type.
6574         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
6575         instead of value_rtti_target_type.
6576         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
6577         value_rtti_target_type.
6578         * valops.c (value_ind): Extract function readjust_indirect_value_type.
6579         (value_rtti_target_type): Rename to ...
6580         (value_rtti_indirect_type): ... here and make it indirect.  Update
6581         function comment.
6582         * value.c (readjust_indirect_value_type): New function.
6583         (coerce_ref): Support for enclosing type setting for references
6584         with readjust_indirect_value_type.
6585         * value.h (readjust_value_type): New declaration.
6586         (value_rtti_target_type): Rename to ...
6587         (value_rtti_indirect_type): ... here.
6588
6589 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
6590
6591         * MAINTAINERS (Write After Approval): Add myself to the list.
6592
6593 2012-02-20  Doug Evans  <dje@google.com>
6594
6595         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
6596         Rename objfile_p_char parameter to objfilep.
6597         (build_objfile_section_table): Result is now void.  All callers
6598         updated.
6599         * objfiles.h (struct objfile): Tweak comments, whitespace.
6600         (build_objfile_section_table): Update.
6601
6602         * elfread.c (elf_symfile_segments): Fix warning text.
6603
6604 2012-02-20  Tom Tromey  <tromey@redhat.com>
6605
6606         PR gdb/13498:
6607         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
6608         particular set of file names once.
6609         (dw2_map_symbol_filenames): Likewise.
6610
6611 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6612
6613         Code cleanup.
6614         * main.c (write_files): Remove the declaration.
6615         (external_editor_command): Move the declaration ...
6616         [GDBTK] (external_editor_command): ... here.  Fix the comment.
6617
6618 2012-02-20  Tom Tromey  <tromey@redhat.com>
6619
6620         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
6621         extraneous block.
6622
6623 2012-02-20  Tristan Gingold  <gingold@adacore.com>
6624
6625         * darwin-nat.h (enum darwin_msg_state): Add comments.
6626
6627 2012-02-20  Tristan Gingold  <gingold@adacore.com>
6628
6629         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
6630         value.
6631
6632 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
6633
6634         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
6635         between function description and implementation.
6636
6637 2012-02-17  Tom Tromey  <tromey@redhat.com>
6638
6639         PR python/12070:
6640         * python/py-event.c (event_object_getset): New global.
6641         (event_object_type): Reference it.
6642         * python/py-type.c (field_object_getset): New global.
6643         (field_object_type): Reference it.
6644         * python/python-internal.h (gdb_py_generic_dict): Declare.
6645         * python/py-utils.c (gdb_py_generic_dict): New function.
6646
6647 2012-02-17  Tristan Gingold  <gingold@adacore.com>
6648
6649         * solib-darwin.c (darwin_current_sos): Check magic and filetype
6650
6651 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
6652
6653         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
6654         TYPE_CALLING_CONVENTION annotation.
6655
6656 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
6657
6658         * MAINTAINERS: Add rx to target ISA section.
6659         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
6660         (ALLDEPFILES): Add rx-tdep.c.
6661
6662 2012-02-16  Tom Tromey  <tromey@redhat.com>
6663
6664         * symfile.c (symbol_file_add_main_1): Use inferior's
6665         symfile_flags.
6666         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
6667         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
6668         inferior.
6669         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
6670         inferior.
6671         (follow_exec): Use inferior's symfile_flags.
6672         * inferior.h (struct inferior) <symfile_flags>: New field.
6673
6674 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
6675
6676         PR gdb/9734:
6677         * remote-sim.c (gdbsim_create_inferior): Call error() when
6678         sim_create_inferior() fails.
6679
6680 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
6681
6682         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
6683
6684 2012-02-16  Tom Tromey  <tromey@redhat.com>
6685
6686         PR c++/13653:
6687         * thread.c (struct current_thread_cleanup) <was_removable>: New
6688         field.
6689         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
6690         (make_cleanup_restore_current_thread): Initialize new field.
6691
6692 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
6693
6694         * MAINTAINERS: Add rl78 to target ISA section.
6695         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
6696         (ALLDEPFILES): Add rl78-tdep.c.
6697         * NEWS: Mention rl78 as a new target.
6698
6699 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
6700
6701         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
6702         data.
6703         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
6704
6705 2012-02-15  Tom Tromey  <tromey@redhat.com>
6706
6707         PR gdb/12659:
6708         * infcmd.c (registers_info): Print just the current register's
6709         name.
6710
6711 2012-02-15  Tom Tromey  <tromey@redhat.com>
6712
6713         * python/py-symbol.c (sympy_value): Use _().
6714
6715 2012-02-15  Pedro Alves  <palves@redhat.com>
6716
6717         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
6718         output to be like native targets'.
6719         (remote_pid_to_str): Special case the null ptid.
6720
6721 2012-02-14  Stan Shebs  <stan@codesourcery.com>
6722
6723         * NEWS: Mention enable count command.
6724         * breakpoint.h (struct breakpoint): New field enable_count.
6725         * breakpoint.c (enable_breakpoint_disp): Add count argument.
6726         (enable_breakpoint): Add arg to call.
6727         (struct disp_data): New struct.
6728         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
6729         (do_map_enable_once_breakpoint): Create a struct and pass it.
6730         (do_map_enable_delete_breakpoint): Ditto.
6731         (do_map_enable_count_breakpoint): New function.
6732         (enable_count_command): New function.
6733         (bpstat_stop_status): Decrement enable_count.
6734         (print_one_breakpoint_location): Report enable count.
6735         (_initialize_breakpoint): Add enable count command.
6736
6737 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
6738
6739         * rl78-tdep.c (reggroups.h): Include.
6740         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
6741         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
6742         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
6743         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
6744         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
6745         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
6746         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
6747         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
6748         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
6749         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
6750         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
6751         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
6752         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
6753         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
6754         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
6755         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
6756         beginning of register list.
6757         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
6758         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
6759         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
6760         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
6761         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
6762         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
6763         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
6764         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
6765         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
6766         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
6767         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
6768         the pseudo registers.  Rearrange other pseudo registers too so
6769         that the bank registers appear at the end.
6770         (rl78_register_type): Account for the fact that the byte sized
6771         bank registers are now pseudo-registers.
6772         (rl78_register_name): Rearrange the register name array.  Make
6773         initial set of raw banked registers inaccessible.
6774         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
6775         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
6776         case for copying bytes back and forth between raw and pseudo
6777         versions of the banked registers.  Update other cases to reflect
6778         the changed names.
6779         (rl78_return_value): Update to account for changed names of
6780         raw registers.
6781         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
6782         rl78_register_sim_regno().
6783
6784 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
6785
6786         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
6787         the name parameter being passed to find_pc_partial_function().
6788
6789 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
6790
6791         * MAINTAINERS: Step down from being ia64 target maintainer.
6792
6793 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6794
6795         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
6796         compilation warning.
6797
6798 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
6799
6800         Fix crash on loaded shlibs without loaded exec_bfd.
6801         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
6802         (set_section_command): Replace exec_bfd by p->bfd.
6803
6804 2012-02-10  Tom Tromey  <tromey@redhat.com>
6805
6806         * linespec.c (decode_line_internal): Skip symtabs_from_filename
6807         when we have a C++ qualified name.
6808
6809 2012-02-10  Pedro Alves  <palves@redhat.com>
6810
6811         * inferior.c (inferior_pid_to_str): New.
6812         (print_inferior, inferior_command): Use it.
6813
6814 2012-02-10  Pedro Alves  <palves@redhat.com>
6815
6816         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
6817         the test CFLAGS.
6818         * configure: Regenerate.
6819
6820 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6821
6822         * linespec.c (decode_line_internal): Fix comment correctness.
6823
6824 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
6825
6826         PR gdb/12953
6827         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
6828         * amd64bsd-nat.c: Add support for debug registers (adapted from
6829         i386bsd-nat.c).
6830         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
6831         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
6832         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
6833         (amd64bsd_dr_get_control): New functions.
6834         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
6835         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
6836         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
6837         watchpoints initialization.
6838         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
6839
6840 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6841
6842         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
6843         flds_bnds.fields.
6844         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
6845
6846 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
6847
6848         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
6849
6850 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
6851
6852         * language.h (symbol_name_cmp_ftype): Renames
6853         symbol_name_match_p_ftype.
6854         (struct language_defn)[la_get_symbol_name_cmp]: Renames
6855         la_get_symbol_name_match_p.
6856         * ada-lang.c (ada_get_symbol_name_cmp): Renames
6857         ada_get_symbol_name_match_p.  Update comment.
6858         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
6859         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
6860         Renames symbol_name_match_p.  Update field type.
6861         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
6862         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
6863         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
6864         "la_get_symbol_name_cmp" in comments.
6865         * language.c: Likewise.
6866
6867 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
6868
6869         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
6870         %eflags offset.
6871         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
6872         (amd64_sol2_gregset32_reg_offs): Likewise.
6873
6874 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
6875
6876         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
6877         of the returned BFD is allocated by GDB.
6878
6879 2012-02-07  Tom Tromey  <tromey@redhat.com>
6880
6881         PR python/12027:
6882         * python/python-internal.h (frame_object_type): Declare.
6883         * python/py-symbol.c (sympy_needs_frame): New function.
6884         (sympy_value): New function.
6885         (symbol_object_getset): Add "needs_frame".
6886         (symbol_object_methods): Add "value".
6887         * python/py-frame.c (frame_object_type): No longer static.
6888
6889 2012-02-07  Tom Tromey  <tromey@redhat.com>
6890
6891         PR python/13599:
6892         * python/py-symbol.c (sympy_line): New function.
6893         (symbol_object_getset): Add "line".
6894
6895 2012-02-07  Tom Tromey  <tromey@redhat.com>
6896
6897         * charset.c (find_charset_names): Check 'in' against NULL.
6898
6899 2012-02-06  Doug Evans  <dje@google.com>
6900
6901         * gdbtypes.h (struct main_type): Change type of name,tag_name,
6902         and fields.name members from char * to const char *.  All uses updated.
6903         (struct cplus_struct_type): Change type of fn_fieldlists.name member
6904         from char * to const char *.  All uses updated.
6905         (type_name_no_tag): Update.
6906         (lookup_unsigned_typename, lookup_signed_typename): Update.
6907         * gdbtypes.c (type_name_no_tag): Change result type
6908         from char * to const char *.  All callers updated.
6909         (lookup_unsigned_typename, lookup_signed_typename): Change type of
6910         name parameter from char * to const char *.
6911         * symtab.h (struct cplus_specific): Change type of demangled_name
6912         member from char * to const char *.  All uses updated.
6913         (struct general_symbol_info): Change type of name and
6914         mangled_lang.demangled_name members from char * to const char *.
6915         All uses updated.
6916         (symbol_get_demangled_name, symbol_natural_name): Update.
6917         (symbol_demangled_name, symbol_search_name): Update.
6918         * symtab.c (symbol_get_demangled_name): Change result type
6919         from char * to const char *.  All callers updated.
6920         (symbol_natural_name, symbol_demangled_name): Ditto.
6921         (symbol_search_name): Ditto.
6922         (completion_list_add_name): Change type of symname,sym_text,
6923         text,word parameters from char * to const char *.
6924         (completion_list_objc_symbol): Change type of sym_text,
6925         text,word parameters from char * to const char *.
6926         * ada-lang.c (find_struct_field): Change type of name parameter
6927         from char * to const char *.
6928         (encoded_ordered_before): Similarly for N0,N1 parameters.
6929         (old_renaming_is_invisible): Similarly for function_name parameter.
6930         (ada_type_name): Change result type from char * to const char *.
6931         All callers updated.
6932         * ada-lang.h (ada_type_name): Update.
6933         * buildsym.c (hashname): Change type of name parameter
6934         from char * to const char *.
6935         * buildsym.h (hashname): Update.
6936         * dbxread.c (end_psymtab): Change type of include_list parameter
6937         from char ** to const char **.
6938         * dwarf2read.c (determine_prefix): Change result type
6939         from char * to const char *.  All callers updated.
6940         * f-lang.c (find_common_for_function): Change type of name, funcname
6941         parameters from char * to const char *.
6942         * f-lang.c (find_common_for_function): Update.
6943         * f-valprint.c (list_all_visible_commons): Change type of funcname
6944         parameters from char * to const char *.
6945         * gdbarch.sh (static_transform_name): Change type of name parameter
6946         and result from char * to const char *.
6947         * gdbarch.c: Regenerate.
6948         * gdbarch.h: Regenerate.
6949         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
6950         of name parameter from char * to const char *.
6951         * jv-lang.c (java_primitive_type_from_name): Ditto.
6952         (java_demangled_signature_length): Similarly for signature parameter.
6953         (java_demangled_signature_copy): Ditto.
6954         (java_demangle_type_signature): Ditto.
6955         * jv-lang.h (java_primitive_type_from_name): Update.
6956         (java_demangle_type_signature): Update.
6957         * objc-lang.c (specialcmp): Change type of a,b parameters
6958         from char * to const char *.
6959         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
6960         from char * to const char *.  All callers updated.
6961         * p-lang.h (is_pascal_string_type): Update.
6962         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
6963         of name parameter from char * to const char *.
6964         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
6965         * utils.c (fprintf_symbol_filtered): Ditto.
6966         * defs.h (fprintf_symbol_filtered): Update.
6967         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
6968         * stabsread.h (end_psymtab): Update.
6969         * stack.c (find_frame_funname): Change type of funname parameter
6970         from char ** to const char **.
6971         * stack.h (find_frame_funname): Update.
6972         * typeprint.c (type_print): Change type of varstring parameter
6973         from char * to const char *.
6974         * value.h (type_print): Update.
6975         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
6976         from char * to const char *.  All callers updated.
6977         (xcoff_end_psymtab): Change type of include_list parameter
6978         from char ** to const char **.  All callers updated.
6979         (swap_sym): Similarly for name parameter.  All callers updated.
6980         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
6981         Use xstrdup.
6982         (process_coff_symbol): Use xstrdup.
6983         * stabsread.c (stabs_method_name_from_physname): Renamed from
6984         update_method_name_from_physname.  Change result type from void
6985         to char *.  All callers updated.
6986         (read_member_functions): In has_destructor case, store name in objfile
6987         obstack instead of malloc space.  In !has_stub case, fix mem leak.
6988
6989 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
6990
6991         * configure: Rebuild.
6992         * configure.ac: Put -L../bfd and -L../libiberty at the front of
6993         LDFLAGS.
6994
6995 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
6996
6997         * configure.tgt (rl78-*-elf): New target.
6998         * rl78-tdep.c: New file.
6999
7000 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
7001
7002         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
7003         and continue the loop.  Add QUIT statement.
7004
7005 2012-02-03  Tom Tromey  <tromey@redhat.com>
7006
7007         PR gdb/13596:
7008         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
7009         bfd_lookup_symbol_from_symtab.
7010         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
7011         gdb_bfd_lookup_symbol_from_symtab.
7012
7013 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
7014
7015         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
7016         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
7017         symbol.  Add assertion that sym2 is never NULL.
7018
7019 2012-02-02  Doug Evans  <dje@google.com>
7020
7021         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
7022         "name" parameter to const char ** from char **.  All callers updated.
7023         (find_pc_partial_function): Ditto.
7024         (cache_pc_function_name): Change type to const char * from char *.
7025         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
7026         (find_pc_partial_function): Update.
7027         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
7028         type of "name" parameter to const char * from char *.
7029         All uses updated.
7030         * arch-utils.c (generic_in_solib_return_trampoline): Change
7031         type of "name" parameter to const char * from char *.
7032         * arch-utils.h (generic_in_solib_return_trampoline): Update.
7033         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
7034         type of "name" parameter to const char * from char *.
7035         * gdbarch.sh (in_solib_return_trampoline): Ditto.
7036         * gdbarch.c: Regenerate.
7037         * gdbarch.h: Regenerate.
7038         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
7039         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
7040         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
7041         type of "name" parameter to const char * from char *.
7042         * skip.c (skip_function_pc): Ditto.
7043         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
7044         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
7045         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
7046         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
7047         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
7048         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
7049         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
7050         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
7051         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
7052
7053 2012-02-02  Pedro Alves  <palves@redhat.com>
7054
7055         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
7056         the current inferior has no execution.  Make sure the current
7057         remote process matches gdb's current inferior.
7058
7059 2012-02-02  Tom Tromey  <tromey@redhat.com>
7060
7061         PR gdb/13405:
7062         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
7063         read-only memory.
7064
7065 2012-02-02  Tom Tromey  <tromey@redhat.com>
7066
7067         PR gdb/9307:
7068         * symtab.c (lookup_language_this): Set block_found.
7069
7070 2012-02-01  Tom Tromey  <tromey@redhat.com>
7071
7072         PR gdb/13431:
7073         * jit.c (struct jit_inferior_data): Rewrite.
7074         (struct jit_objfile_data): New.
7075         (get_jit_objfile_data): New function.
7076         (add_objfile_entry): Update.
7077         (jit_read_descriptor): Return int.  Replace descriptor_addr
7078         argument with inf_data.  Update.  Don't call error.
7079         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
7080         descriptor here.
7081         (jit_inferior_init): Don't look up descriptor.  Don't call error.
7082         (jit_reset_inferior_data_and_breakpoints)
7083         (jit_inferior_created_observer): Remove.
7084         (jit_inferior_exit_hook): Update.
7085         (jit_executable_changed_observer): Remove.
7086         (jit_event_handler): Update.
7087         (free_objfile_data): Reset inferior data if needed.
7088         (_initialize_jit): Update.
7089
7090 2012-02-01  Tom Tromey  <tromey@redhat.com>
7091
7092         * jit.c (bfd_open_from_target_memory): Move higher in file.
7093
7094 2012-02-01  Tristan Gingold  <gingold@adacore.com>
7095
7096         * libunwind-frame.c (libunwind_load): Display message if dlopen
7097         failed.
7098
7099 2012-02-01  Gary Benson  <gbenson@redhat.com>
7100
7101         * symtab.h (symbol_found_callback_ftype): New typedef.
7102         (iterate_over_symbols): Use the above.
7103         * symtab.c (iterate_over_symbols): Likewise.
7104         * language.h (language_defn->la_iterate_over_symbols): Likewise.
7105         * ada-lang.c (ada_iterate_over_symbols): Likewise.
7106         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
7107         (iterate_name_matcher): Document return values.
7108         (collect_one_symbol): Likewise.
7109         (collect_function_symbols): Likewise.
7110         (collect_symbols): Likewise.
7111
7112 2012-02-01  Tom Tromey  <tromey@redhat.com>
7113
7114         * ada-lang.c (resolve_subexp): Update.
7115         (ada_lookup_symbol_list): Add 'full_search' argument.
7116         (ada_iterate_over_symbols): Pass 0 as full_search argument to
7117         ada_lookup_symbol_list.
7118         (ada_lookup_encoded_symbol): Update.
7119         (get_var_value): Update.
7120         * ada-exp.y (block_lookup): Update.
7121         (write_var_or_type): Update.
7122         (write_name_assoc): Update.
7123         * ada-lang.h (ada_lookup_symbol_list): Update.
7124
7125 2012-01-31  Tom Tromey  <tromey@redhat.com>
7126
7127         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
7128         comment.
7129
7130 2012-01-31  Doug Evans  <dje@google.com>
7131
7132         * symtab.h: Remove outdated comment.
7133         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
7134
7135 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
7136
7137         Fix build error in Darwin port.
7138         * i386-darwin-nat.c: Include i386-nat.h.
7139
7140 2012-01-30  Tom Tromey  <tromey@redhat.com>
7141
7142         PR breakpoints/13568:
7143         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
7144         argument.  Check for recursive includes.
7145         (dwarf_decode_macros): Create an include hash.
7146
7147 2012-01-30  Michael Eager  <eager@eagercon.com>
7148
7149         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
7150         * ppc-linux-tdep.c: Include glibc-tdep.h.
7151         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
7152         (powerpc_linux_in_plt_stub): New function.
7153         (powerpc_linux_in_dynsym_resolve_code): New function.
7154         (ppc_skip_trampoline_code): New function.
7155         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
7156         Use glibc_skip_solib_resolver.
7157
7158 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
7159
7160         Code cleanup: Make 1440 bytes of data segment read-only.
7161         * arch-utils.c (endian_enum): Make it const char *const [].
7162         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
7163         Likewise.
7164         * breakpoint.c (always_inserted_enums): Likewise.
7165         * cli/cli-cmds.c (script_ext_enums): Likewise.
7166         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
7167         enumlist parameter const char *const *.
7168         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
7169         const char *const *.
7170         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
7171         parameter const char *const *.
7172         * cris-tdep.c (cris_modes): Make it const char *const [].
7173         * filesystem.c (target_file_system_kinds): Likewise.
7174         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
7175         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
7176         (can_use_displaced_stepping_enum, scheduler_enums)
7177         (exec_direction_names): Likewise.
7178         * language.c (_initialize_language): Make the type_or_range_names and
7179         case_sensitive_names variables const char *const [].
7180         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
7181         * python/python.c (python_excp_enums): Likewise.
7182         * remote.c (interrupt_sequence_modes): Likewise.
7183         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
7184         * serial.c (logbase_enums): Likewise.
7185         * sh-tdep.c (sh_cc_enum): Likewise.
7186         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
7187         Likewise.
7188         * symtab.c (multiple_symbols_modes): Likewise.
7189         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
7190         Likewise.
7191         * utils.c (internal_problem_modes): Likewise.
7192
7193 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
7194
7195         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
7196         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
7197         result.
7198
7199 2012-01-27  Doug Evans  <dje@google.com>
7200
7201         * configure.ac (with_python): Fix absolute path handling for win32.
7202         * configure: Regenerate.
7203
7204 2012-01-26  Doug Evans  <dje@google.com>
7205
7206         * symtab.c: Whitespace cleanup, no code changes.
7207
7208         * symtab.c (lookup_symbol_in_language): Improve comment.
7209         (lookup_symbol_aux): Fix comment.
7210
7211         * psymtab.c (add_psymbol_to_list): Result is now "void".
7212         * psympriv.h (add_psymbol_to_list): Update.
7213
7214         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
7215
7216 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
7217
7218         Do not open script filenames twice.
7219         * cli/cli-cmds.c (source_script_from_stream): Pass to
7220         source_python_script also STREAM.
7221         * python/py-auto-load.c (source_section_scripts): Pass to
7222         source_python_script_for_objfile also STREAM.
7223         (auto_load_objfile_script): Pass to source_python_script_for_objfile
7224         also INPUT.
7225         * python/python-internal.h (source_python_script_for_objfile): New
7226         parameter file, rename parameter file to filename.
7227         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
7228         instead if !_WIN32.  Update the function comment.
7229         (source_python_script, source_python_script_for_objfile)
7230         (source_python_script): New parameter file, rename parameter file to
7231         filename.  Pass FILENAME to python_run_simple_file.
7232         * python/python.h (source_python_script): New parameter file, rename
7233         parameter file to filename.
7234
7235 2012-01-26  Pedro Alves  <palves@redhat.com>
7236
7237         * corelow.c (core_has_fake_pid): Delete.
7238         (core_close): Delete references to `core_has_fake_pid'.
7239         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
7240         (core_open): Delete references to `core_has_fake_pid'.
7241         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
7242         the removed global.
7243
7244 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
7245
7246         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
7247         Remove language parameter from name_matcher.  Adjust the comment.
7248         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
7249         Remove language parameter.
7250         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
7251         * linespec.c (iterate_name_matcher): Likewise.
7252         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
7253         name_matcher.  Adjust call accordingly.
7254         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
7255         (maintenance_check_symtabs): Adjust type of parameter "fun".
7256         * psymtab.h (maintenance_check_symtabs): Likewise.
7257
7258 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
7259
7260         * language.h (symbol_name_match_p_ftype): New typedef.
7261         (struct language_defn): Replace field la_symbol_name_compare
7262         by la_get_symbol_name_match_p.
7263         * ada-lang.c (ada_get_symbol_name_match_p): New function.
7264         (ada_language_defn): Use it.
7265         * linespec.c (struct symbol_matcher_data): New type.
7266         (iterate_name_matcher): Rewrite.
7267         (iterate_over_all_matching_symtabs): Pass a pointer to
7268         a symbol_matcher_data struct to expand_symtabs_matching
7269         instead of just the lookup name.
7270         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
7271         opencl-lang.c, p-lang.c, language.c: Delete field
7272         la_symbol_name_compare, and replace by NULL for new field
7273         la_get_symbol_name_match_p.
7274         * symfile.h (struct quick_symbol_functions): Update comment.
7275
7276 2012-01-25  Tom Tromey  <tromey@redhat.com>
7277
7278         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
7279         dereferencing.
7280
7281 2012-01-24  Tom Tromey  <tromey@redhat.com>
7282
7283         PR symtab/12406:
7284         * solib.c (update_solib_list): Update the program space's
7285         added_solibs and deleted_solibs fields.
7286         * progspace.h (struct program_space) <added_solibs,
7287         deleted_solibs>: New fields.
7288         (clear_program_space_solib_cache): Declare.
7289         * progspace.c (release_program_space): Call
7290         clear_program_space_solib_cache.
7291         (clear_program_space_solib_cache): New function.
7292         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
7293         bpstat_stop_status.  Use handle_solib_event.
7294         * breakpoint.c: Include gdb_regex.h.
7295         (print_solib_event): New function.
7296         (bpstat_print): Use print_solib_event.
7297         (bpstat_stop_status): Add special case for bp_shlib_event.
7298         (handle_solib_event): New function.
7299         (bpstat_what): Use handle_solib_event.
7300         (struct solib_catchpoint): New.
7301         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
7302         (breakpoint_hit_catch_solib, check_status_catch_solib)
7303         (print_it_catch_solib, print_one_catch_solib)
7304         (print_mention_catch_solib, print_recreate_catch_solib): New
7305         functions.
7306         (catch_solib_breakpoint_ops): New global.
7307         (catch_load_or_unload, catch_load_command_1)
7308         (catch_unload_command_1): New functions.
7309         (internal_bkpt_check_status): Add special case for
7310         bp_shlib_event.
7311         (internal_bkpt_print_it): Use print_solib_event.
7312         (initialize_breakpoint_ops): Initialize
7313         catch_solib_breakpoint_ops.
7314         (_initialize_breakpoint): Register "catch load" and "catch
7315         unload".
7316         * breakpoint.h (handle_solib_event): Declare.
7317         * NEWS: Add entry for "catch load" and "catch unload".
7318
7319 2012-01-24  Tom Tromey  <tromey@redhat.com>
7320
7321         * ada-lang.c: Include gdb_vecs.h.
7322         * charset.c: Include gdb_vecs.h.
7323         * tracepoint.h: Include gdb_vecs.h.
7324         * gdb_vecs.h: New file.
7325
7326 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
7327
7328         * breakpoint.c (breakpoint_hit_catch_fork)
7329         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
7330         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
7331         * infrun.c (inferior_has_forked, inferior_has_vforked)
7332         (inferior_has_execd, inferior_has_called_syscall): Delete.
7333         (handle_syscall_event): Get syscall_number from the execution
7334         control state's wait status.
7335         (wait_for_inferior): Don't clear syscall_number.
7336
7337 2012-01-24  Pedro Alves  <palves@redhat.com>
7338
7339         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
7340         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
7341         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
7342         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
7343         `ws' parameter.
7344         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
7345         false for events other than TARGET_SIGNAL_TRAP.
7346         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
7347         Add `ws' parameter.
7348         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
7349         events other than TARGET_SIGNAL_TRAP.
7350         (tracepoint_breakpoint_hit): Add `ws' parameter.
7351         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
7352         parameter.
7353         (bpstat_stop_status): Same.
7354         (pc_at_non_inline_function): Same.
7355         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
7356         to pass the current event's waitstatus to bpstat_stop_status
7357         and pc_at_non_inline_function.
7358
7359 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7360
7361         Code cleanup.
7362         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
7363         Update the function comment for it.
7364         (source_script_with_search): Call make_cleanup_fclose for STREAM.
7365         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
7366         for STREAM.
7367
7368 2012-01-24  Pedro Alves  <palves@redhat.com>
7369
7370         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
7371         outside `bs->stop' block.
7372         (bpstat_what): Rework bp_shlib_event handling.
7373         (internal_bkpt_check_status): If the breakpoint is a
7374         bp_shlib_event, then set bs->stop and bs->print if
7375         stop_on_solib_events is set.
7376
7377 2012-01-24  Gary Benson  <gbenson@redhat.com>
7378
7379         Delete #if 0'd out code.
7380         * stack.c (print_frame_label_vars): Remove.
7381         (catch_info): Likewise.
7382         (_initialize_stack): Remove "info catch" command.
7383         * NEWS: Mention the above.
7384
7385 2012-01-24  Pedro Alves  <palves@redhat.com>
7386
7387         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
7388         it.
7389         (remote_notice_new_inferior): If the remote end doesn't support
7390         the multiprocess extensions, then the PID is fake.
7391         (add_current_inferior_and_thread): New.
7392         (remote_start_remote): Use it.
7393         (extended_remote_attach_1): Adjust.
7394         (extended_remote_create_inferior_1): Use
7395         add_current_inferior_and_thread.
7396
7397 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7398
7399         Fix watchpoints to be specific for each inferior.
7400         * breakpoint.c (watchpoint_in_thread_scope): Verify also
7401         current_program_space.
7402         * i386-nat.c (i386_inferior_data_cleanup): New.
7403         (i386_inferior_data_get): Replace variable inf_data_local by an
7404         inferior_data call.
7405         (i386_use_watchpoints): Initialize i386_inferior_data.
7406         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
7407         specific iterate_over_lwps.
7408
7409 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7410
7411         Fix watchpoints across inferior fork.
7412         * amd64-linux-nat.c (update_debug_registers_callback): Update the
7413         comment for linux_nat_iterate_watchpoint_lwps.
7414         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
7415         linux_nat_iterate_watchpoint_lwps.
7416         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
7417         * i386-linux-nat.c (update_debug_registers_callback): Update the
7418         comment for linux_nat_iterate_watchpoint_lwps.
7419         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
7420         linux_nat_iterate_watchpoint_lwps.
7421         (i386_linux_prepare_to_resume): New comment on Linux kernel.
7422         * i386-nat.c: Include inferior.h.
7423         (dr_mirror): Remove.
7424         (i386_inferior_data, struct i386_inferior_data)
7425         (i386_inferior_data_get): New.
7426         (i386_debug_reg_state): Use i386_inferior_data_get.
7427         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
7428         (i386_insert_watchpoint, i386_remove_watchpoint)
7429         (i386_stopped_data_address, i386_insert_hw_breakpoint)
7430         (i386_remove_hw_breakpoint): New variable state, use
7431         i386_debug_reg_state instead of DR_MIRROR.
7432         * linux-nat.c (delete_lwp): New declaration.
7433         (num_lwps): Move here from downwards.
7434         (delete_lwp_cleanup): New.
7435         (linux_child_follow_fork): Create new child_lp, call
7436         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
7437         PTRACE_DETACH.
7438         (num_lwps): Move upwards.
7439         (linux_nat_iterate_watchpoint_lwps): New.
7440         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
7441         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
7442
7443 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
7444
7445         GDB 7.4 released.
7446
7447 2012-01-23  Pedro Alves  <palves@redhat.com>
7448
7449         * top.c (caution): Rename to ...
7450         (confirm): ... this.
7451         (show_caution): Rename to ...
7452         (show_confirm): ... this.
7453         (quit_cover): Adjust.
7454         (init_main): Adjust.
7455         * top.h (caution): Rename to ...
7456         (confirm): ... this.
7457         * utils.c (internal_vproblem, defaulted_query): Adjust.
7458
7459 2012-01-23  Pedro Alves  <palves@redhat.com>
7460
7461         * top.c (caution): Update comment.
7462         (execute_command): Don't consider the current value of `caution'.
7463
7464 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
7465
7466         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
7467
7468 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
7469
7470         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
7471         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
7472         * target.c (target_fileio_pwrite): Remove buffer address from
7473         debug output.
7474         (target_fileio_pread): Likewise.
7475
7476 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
7477
7478         * NEWS: Document remote "info proc" and "generate-core-file".
7479
7480 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
7481
7482         * gdbarch.sh (find_memory_regions): New callback.
7483         * gdbarch.c, gdbarch.h: Regenerate.
7484
7485         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
7486         callback before falling back to target method.
7487
7488         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
7489         (linux_target_install_ops): No longer install it.
7490
7491         * linux-tdep.c (linux_find_memory_regions): New function.
7492         (linux_init_abi): Install it.
7493
7494 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
7495
7496         * gdbarch.sh (make_corefile_notes): New architecture callback.
7497         * gdbarch.c: Regenerate.
7498         * gdbarch.h: Likewise.
7499
7500         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
7501         before target_make_corefile_notes.  If NULL is returned, the
7502         target does not support core file generation.
7503
7504         * linux-nat.c: Include "linux-tdep.h".
7505         (find_signalled_thread, find_stop_signal): Remove.
7506         (linux_nat_do_thread_registers): Likewise.
7507         (struct linux_nat_corefile_thread_data): Likewise.
7508         (linux_nat_corefile_thread_callback): Likewise.
7509         (iterate_over_spus): Likewise.
7510         (struct linux_spu_corefile_data): Likewise.
7511         (linux_spu_corefile_callback): Likewise.
7512         (linux_spu_make_corefile_notes): Likewise.
7513         (linux_nat_collect_thread_registers): New function.
7514         (linux_nat_make_corefile_notes): Replace contents by call to
7515         linux_make_corefile_notes passing linux_nat_collect_thread_registers
7516         as native-only callback.
7517
7518         * linux-tdep.h: Include "bfd.h".
7519         (struct regcache): Add forward declaration.
7520         (linux_collect_thread_registers_ftype): New typedef.
7521         (linux_make_corefile_notes): Add prototype.
7522         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
7523         "regset.h", and "elf-bfd.h".
7524         (find_signalled_thread, find_stop_signal): New functions.
7525         (linux_spu_make_corefile_notes): Likewise.
7526         (linux_collect_thread_registers): Likewise.
7527         (struct linux_corefile_thread_data): New data structure.
7528         (linux_corefile_thread_callback): New funcion.
7529         (linux_make_corefile_notes): Likewise.
7530         (linux_make_corefile_notes_1): Likewise.
7531         (linux_init_abi): Install it.
7532
7533 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
7534
7535         * gdbarch.sh (info_proc): New callback.
7536         * gdbarch.c, gdbarch.h: Regenerate.
7537
7538         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
7539         before falling back to the target info_proc callback.
7540
7541         * linux-nat.c: Do not include "cli/cli-utils.h".
7542         (linux_nat_info_proc): Remove.
7543         (linux_target_install_ops): No longer install it.
7544
7545         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
7546         (read_mapping): New function.
7547         (linux_info_proc): Likewise.
7548         (linux_init_abi): Install it.
7549
7550 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
7551
7552         * defs.h (enum info_proc_what): Moved here from linux-nat.c
7553         * infcmd.c: (info_proc_cmd_1): New function.
7554         (info_proc_cmd): New function, moved here from equivalent routine
7555         orignally in linux-nat.c.
7556         (info_proc_cmd_mappings): Likewise.
7557         (info_proc_cmd_stat): Likewise.
7558         (info_proc_cmd_status): Likewise.
7559         (info_proc_cmd_cwd): Likewise.
7560         (info_proc_cmd_cmdline): Likewise.
7561         (info_proc_cmd_exe): Likewise.
7562         (info_proc_cmd_all): Likewise.
7563         (_initialize_infcmd): Install "info proc" command and subcommands.
7564
7565         * target.h (struct target_ops): Add to_info_proc.
7566         (target_info_proc): Add prototype.
7567         * target.c (target_info_proc): New function.
7568
7569         * procfs.c (procfs_info_proc): Add prototype.
7570         (info_proc_cmd): Rename into ...
7571         (procfs_info_proc): ... this.  Update argument types as appropriate
7572         for a to_info_proc implementation.  Handle "what" argument.
7573         (procfs_target): Install procfs_info_proc.
7574         (_initialize_procfs): No longer install "info proc" command.
7575
7576         * linux-nat.c: (enum info_proc_what): Remove.
7577         (linux_nat_info_proc_cmd_1): Rename into ...
7578         (linux_nat_info_proc): ... this.  Update argument types as appropriate
7579         for a to_info_proc implementation.
7580         (linux_nat_info_proc_cmd): Remove.
7581         (linux_nat_info_proc_cmd_mappings): Likewise.
7582         (linux_nat_info_proc_cmd_stat): Likewise.
7583         (linux_nat_info_proc_cmd_status): Likewise.
7584         (linux_nat_info_proc_cmd_cwd): Likewise.
7585         (linux_nat_info_proc_cmd_cmdline): Likewise.
7586         (linux_nat_info_proc_cmd_exe): Likewise.
7587         (linux_nat_info_proc_cmd_all): Likewise.
7588         (linux_target_install_ops): Install linux_nat_info_proc.
7589         (_initialize_linux_nat): No longer install "info proc" command
7590         and subcommands.
7591
7592 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
7593
7594         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
7595         * config.in, configure: Regenerate.
7596
7597         * target.h (struct target_ops): Add to_fileio_readlink.
7598         (target_fileio_readlink): Add prototype.
7599         * target.c (target_fileio_readlink): New function.
7600
7601         * inf-child.c: Conditionally include <sys/param.h>.
7602         (inf_child_fileio_readlink): New function.
7603         (inf_child_target): Install it.
7604
7605         * remote.c (PACKET_vFile_readlink): New enum value.
7606         (remote_hostio_readlink): New function.
7607         (init_remote_ops): Install it.
7608         (_initialize_remote): Handle vFile:readlink packet type.
7609
7610 2012-01-20  Pedro Alves  <palves@redhat.com>
7611             Ulrich Weigand  <ulrich.weigand@linaro.org>
7612
7613         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
7614         * config.in, configure: Regenerate.
7615
7616         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
7617         to_fileio_pread, to_fileio_close, to_fileio_unlink.
7618         (target_fileio_open): Add prototype.
7619         (target_fileio_pwrite): Likewise.
7620         (target_fileio_pread): Likewise.
7621         (target_fileio_close): Likewise.
7622         (target_fileio_unlink): Likewise.
7623         (target_fileio_read_alloc): Likewise.
7624         (target_fileio_read_stralloc): Likewise.
7625
7626         * target.c: Include "gdb/fileio.h".
7627         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
7628         (default_fileio_target): New function.
7629         (target_fileio_open): Likewise.
7630         (target_fileio_pwrite): Likewise.
7631         (target_fileio_pread): Likewise.
7632         (target_fileio_close): Likewise.
7633         (target_fileio_unlink): Likewise.
7634         (target_fileio_close_cleanup): Likewise.
7635         (target_fileio_read_alloc_1): Likewise.
7636         (target_fileio_read_alloc): Likewise.
7637         (target_fileio_read_stralloc): Likewise.
7638
7639         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
7640         <fcntl.h>, and <unistd.h>.
7641         (inf_child_fileio_open_flags_to_host): New function.
7642         (inf_child_errno_to_fileio_error): Likewise.
7643         (inf_child_fileio_open): Likewise.
7644         (inf_child_fileio_pwrite): Likewise.
7645         (inf_child_fileio_pread): Likewise.
7646         (inf_child_fileio_close): Likewise.
7647         (inf_child_fileio_unlink): Likewise.
7648         (inf_child_target): Install to_fileio routines.
7649
7650         * remote.c (init_remote_ops): Install to_fileio routines.
7651
7652 2012-01-20  Pedro Alves  <palves@redhat.com>
7653             Ulrich Weigand  <ulrich.weigand@linaro.org>
7654
7655         * remote.c (remote_multi_process_p): Only check for multi-process
7656         protocol feature, do not check for extended protocol.
7657         (remote_supports_multi_process): Check for extended protocol here.
7658         (set_general_process): Likewise.
7659         (extended_remote_kill): Likewise.
7660         (remote_pid_to_str): Likewise.
7661         (remote_query_supported): Always query multiprocess mode.
7662
7663 2012-01-20  Pedro Alves  <palves@redhat.com>
7664             Ulrich Weigand  <ulrich.weigand@linaro.org>
7665
7666         * inferior.h (struct inferior): Add fake_pid_p.
7667         * inferior.c (exit_inferior_1): Clear fake_pid_p.
7668         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
7669         magic_null_ptid since the remote side doesn't provide a real PID.
7670
7671 2012-01-19  Tom Tromey  <tromey@redhat.com>
7672
7673         * NEWS: Combine the two Python sections.
7674
7675 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7676
7677         * target.h (target_close): Update comment on the target's unpush state.
7678
7679 2012-01-19  Pedro Alves  <palves@redhat.com>
7680
7681         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
7682         linux_nat_async directly instead of going through the target
7683         vector.
7684         * target.c (unpush_target): Close target after unpushing it, not
7685         before.
7686
7687 2012-01-19  Gary Benson  <gbenson@redhat.com>
7688
7689         * mdebugread.c (sort_blocks): Replace integer constants with ones
7690         derived from FIRST_LOCAL_BLOCK.
7691
7692 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
7693             Jan Kratochvil  <jan.kratochvil@redhat.com>
7694
7695         PR gdb/9538
7696         * symfile.c (find_separate_debug_file): New function.
7697         (terminate_after_last_dir_separator): Likewise.
7698         (find_separate_debug_file_by_debuglink): Also try realpath.
7699         * configure.ac (AC_CHECK_FUNCS): Add lstat.
7700         * configure: Regenerate.
7701         * config.in: Regenerate.
7702
7703 2012-01-18  Doug Evans  <dje@google.com>
7704
7705         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
7706         (main.o): Remove rule.
7707         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
7708         (--with-sysroot): Rewrite.
7709         * configure: Regenerate.
7710         * config.in: Regenerate.
7711
7712 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
7713
7714         * parse.c (initialize_expout): New function.
7715         (reallocate_expout): Likewise.
7716         (parse_exp_in_context): Use `initialize_expout' and
7717         `reallocate_expout' when appropriate.
7718
7719 2012-01-18  Pedro Alves  <palves@redhat.com>
7720
7721         * record.c (struct record_breakpoint, record_breakpoint_p)
7722         (record_breakpoints): New.
7723         (record_insert_breakpoint, record_remove_breakpoint): Manage
7724         record breakpoints list.  Only remove breakpoints from the
7725         inferior if they had been inserted there in the first place.
7726
7727 2012-01-17  Doug Evans  <dje@google.com>
7728
7729         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
7730         if we know we don't have a file name to look for.
7731
7732 2012-01-17  Pedro Alves  <palves@redhat.com>
7733
7734         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
7735         the frame's stop reason is UNWIND_UNAVAILABLE.
7736
7737 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
7738
7739         Fix compilation error.
7740         * m2-exp.y (yyerror): Use ANSI C prototype.
7741
7742 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
7743
7744         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
7745         (growbuf_by_size): Likewise.
7746         (yyerror): Likewise.
7747         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
7748         (modblock): Remove variable (was #if 0'ed).
7749         (parse_number): Convert prototype from K&R to ANSI C.
7750         (yyerror): Likewise.
7751         * objc-exp.y (parse_number): Likewise.
7752         (yyerror): Likewise.
7753         (yylex): Remove #if 0'ed code.
7754         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
7755         (yyerror): Likewise.
7756
7757 2012-01-16  Tom Tromey  <tromey@redhat.com>
7758
7759         * NEWS: Add item.
7760         * symtab.h (compare_filenames_for_search): Declare.
7761         * symtab.c (compare_filenames_for_search): New function.
7762         (iterate_over_some_symtabs): Use it.
7763         * symfile.h (struct quick_symbol_functions)
7764         <map_symtabs_matching_filename>: Change spec.
7765         * psymtab.c (partial_map_symtabs_matching_filename): Use
7766         compare_filenames_for_search.  Update for new spec.
7767         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
7768         compare_filenames_for_search.  Update for new spec.
7769         * breakpoint.c (clear_command): Use compare_filenames_for_search.
7770
7771 2012-01-16  Tom Tromey  <tromey@redhat.com>
7772
7773         PR python/13281:
7774         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
7775         (struct main_type) <flag_flag_enum>: New field.
7776         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
7777         * NEWS: Add entries.
7778         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
7779         enums.
7780         * python/lib/gdb/printing.py (_EnumInstance): New class.
7781         (FlagEnumerationPrinter): Likewise.
7782
7783 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
7784
7785         * breakpoint.c (create_sals_from_address_default): New function.
7786         (create_breakpoints_sal_default): Likewise.
7787         (decode_linespec_default): Likewise.
7788         (is_marker_spec): Removed.
7789         (strace_marker_p): New function.
7790         (init_breakpoint_sal): Using `strace_marker_p' instead of
7791         `is_marker_spec'.
7792         (create_breakpoint): Call method `create_sals_from_address' from
7793         breakpoint_ops, replacing code that created SALs conditionally
7794         on the type of the breakpoint.  Call method `create_breakpoints_sal',
7795         replacing code that created breakpoints conditionally on the type
7796         wanted.
7797         (base_breakpoint_create_sals_from_address): New function.
7798         (base_breakpoint_create_breakpoints_sal): Likewise.
7799         (base_breakpoint_decode_linespec): Likewise.
7800         (base_breakpoint_ops): Add methods
7801         `base_breakpoint_create_sals_from_address',
7802         `base_breakpoint_create_breakpoints_sal' and
7803         `base_breakpoint_decode_linespec'.
7804         (bkpt_create_sals_from_address): New function.
7805         (bkpt_create_breakpoints_sal): Likewise.
7806         (bkpt_decode_linespec): Likewise.
7807         (tracepoint_create_sals_from_address): Likewise.
7808         (tracepoint_create_breakpoints_sal): Likewise.
7809         (tracepoint_decode_linespec): Likewise.
7810         (strace_marker_create_sals_from_address): Likewise.
7811         (strace_marker_create_breakpoints_sal): Likewise.
7812         (strace_marker_decode_linespec): Likewise.
7813         (strace_marker_breakpoint_ops): New variable.
7814         (addr_string_to_sals): Remove `marker_spec'.  Call method
7815         `decode_linespec' from breakpoint_ops, replacing code that decoded
7816         an address string into a SAL.  Use `strace_marker_p' instead of
7817         `marker_spec'.
7818         (strace_command): Decide whether we are dealing with a static
7819         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
7820         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
7821         * breakpoint.h (linespec_result, linespec_sals): New forward
7822         declarations.
7823         (breakpoint_ops) <create_sals_from_address>,
7824         <create_breakpoints_sal>, <decode_linespec>: New methods.
7825
7826 2012-01-14  Doug Evans  <dje@google.com>
7827
7828         * NEWS: Update text for "maint set python print-stack".
7829         It is deprecated in gdb 7.4 and deleted in 7.5.
7830
7831 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
7832
7833         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
7834         including curses.h.
7835
7836 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7837
7838         * configure: Regenerate.
7839         * config.in: Regenerate.
7840
7841 2012-01-12  Keith Seitz  <keiths@redhat.com>
7842
7843         PR mi/10586
7844         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
7845         (ANONYMOUS_UNION_NAME): Define.
7846         (is_path_expr_parent): New function.
7847         (get_path_expr_parent): New function.
7848         (is_anonymous_child): New function.
7849         (create_child_with_value): If the child is anonymous and without
7850         a name, assign an object name to it.
7851         (c_describe_child): Use get_path_expr_parent to determine
7852         the parent expression.
7853         If there field represents an anonymous struct or union and
7854         has no name, set an appropriate display name and expression.
7855         (cplus_describe_child): Likewise.
7856
7857 2012-01-12  Pedro Alves  <palves@redhat.com>
7858
7859         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
7860         available when %ebp is found to be zero (outermost).
7861
7862 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
7863
7864         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
7865         an internal gdb_static_assert.
7866         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
7867
7868 2012-01-11  Tom Tromey  <tromey@redhat.com>
7869
7870         PR gdb/9598:
7871         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
7872         catch" and "catch throw".
7873
7874 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
7875
7876         * blockframe.c (block_innermost_frame): Start search from selected
7877         frame, if present, or otherwise the current frame.
7878
7879         * c-exp.y (variable): Update innermost_block for
7880         'block COLONCOLON NAME' clause.
7881         * m2-exp.y (variable): Ditto.
7882         * objc-exp.y (variable): Ditto.
7883
7884 2012-01-10  Tom Tromey  <tromey@redhat.com>
7885
7886         PR python/13199:
7887         * python/python.c (finish_python_initialization): Set sys.argv.
7888
7889 2012-01-10  Doug Evans  <dje@google.com>
7890
7891         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
7892         "want_line_info".  All callers updated.
7893         (dwarf_decode_lines_1): New function.
7894         (handle_DW_AT_stmt_list): Add function comment.
7895         New arg "want_line_info".  All callers updated.
7896         (read_file_scope,read_type_unit_scope): Move comment from
7897         handle_DW_AT_stmt_list to here.
7898
7899 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7900
7901         Fix regression after libiberty/ update for GCC PR 6057 and others.
7902         * c-exp.y (operator) <OPERATOR DELETE>
7903         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
7904         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
7905         (make_builtin_type, make_name): New variable i, add gdb_assert.
7906         (operator) <OPERATOR NEW>: Update ARGS to 3.
7907         (operator) <OPERATOR DELETE>: Add trailing space.
7908         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
7909         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
7910         * cp-support.c (cp_canonicalize_string): Check NULL from
7911         cp_comp_to_string, call warning and return.
7912
7913 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
7914
7915         Fix duplicate .o files after omitting libbfd.a.
7916         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
7917         (SFILES): Add corelow.c.
7918         (COMMON_OBS): Add corelow.o.
7919         (ALLDEPFILES): Remove corelow.c.
7920         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
7921         * config/alpha/alpha-osf3.mh: Likewise.
7922         * config/alpha/fbsd.mh: Likewise.
7923         * config/arm/nbsdaout.mh: Likewise.
7924         * config/arm/nbsdelf.mh: Likewise.
7925         * config/i386/i386gnu.mh: Likewise.
7926         * config/ia64/hpux.mh: Likewise.
7927         * config/ia64/linux.mh: Likewise.
7928         * config/m32r/linux.mh: Likewise.
7929         * config/m68k/linux.mh: Likewise.
7930         * config/mips/irix5.mh: Likewise.
7931         * config/mips/irix6.mh: Likewise.
7932         * config/pa/hpux.mh: Likewise.
7933         * config/pa/linux.mh: Likewise.
7934         * config/powerpc/aix.mh: Likewise.
7935         * config/sparc/linux.mh: Likewise.
7936         * config/sparc/linux64.mh: Likewise.
7937         * config/sparc/sol2.mh: Likewise.
7938         * config/vax/vax.mh: Likewise.
7939         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
7940         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
7941         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
7942         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
7943         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
7944         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
7945         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
7946         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
7947         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
7948         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
7949         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
7950         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
7951         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
7952         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
7953         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
7954         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
7955         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
7956         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
7957         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
7958         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
7959         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
7960         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
7961         corelow.o from gdb_target_obs.
7962         * corefile.c (core_target): Update the comment on NULL value.
7963         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
7964         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
7965         MATCHES.  Drop YUMMY set on NULL.
7966         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
7967         reclaim CORE_DATA if it is already NULL.
7968
7969 2012-01-09  Doug Evans  <dje@google.com>
7970
7971         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
7972         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
7973
7974 2012-01-09  Keith Seitz  <keiths@redhat.com>
7975
7976         * breakpoint.c (wrapper.h): Don't include.
7977
7978 2012-01-09  Keith Seitz  <keiths@redhat.com>
7979
7980         * Makefile.in (SFILES): Remove wrapper.c.
7981         (HFILES_NO_SRCDIR): Remove wrapper.h.
7982         (COMMON_OBS): Remove wrapper.o.
7983         * cli/cli-interp.c: Don't inlude wrapper.h.
7984         * corelow.c: Likewise.
7985         (core_open): Replace gdb_target_find_new_threads with
7986         TRY_CATCH around target_find_new_threads.
7987         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
7988         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
7989         * varobj.c (varobj_create): Likewise for parse_exp_1 and
7990         evaluate_expression.
7991         (varobj_set_value): Likewise for evaluate_expression and
7992         value_assign.
7993         (install_new_variable): Likewise for value_fetch_lazy.
7994         (adjust_value_for_child_access): Likewise for value_ind.
7995         (c_describe_child): Likewise for value_subscript and
7996         value_ind.
7997         (c_value_of_root): Likewise for evaluate_expression.
7998         * wrapper.c: Remove.
7999         * wrapper.h: Remove.
8000
8001 2012-01-09  Doug Evans  <dje@google.com>
8002
8003         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
8004         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
8005         "abfd" args with "section".  All callers updated.
8006         Error checking code moved ...
8007         (error_check_comp_unit_head): ... here.  New function.
8008         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
8009         Delete arg "abfd".  New arg "type_offset".  All callers updated.
8010         (create_debug_types_hash_table): Simplify by using
8011         read_and_check_type_unit_head.
8012
8013         * parser-defs.h (namecopy): Delete.
8014         * parse.c (namecopy, namecopy_size): Move into copy_name.
8015
8016 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8017
8018         Partially fix duplicate .o files after omitting libbfd.a.
8019         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
8020         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
8021         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
8022         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
8023         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
8024         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
8025         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
8026
8027 2012-01-09  Pedro Alves  <palves@redhat.com>
8028
8029         * MAINTAINERS: Update my email address.
8030
8031 2012-01-08  Doug Evans  <dje@google.com>
8032
8033         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
8034         n_type_units.  Rename type_comp_units to all_type_units.
8035         All uses updated.
8036         (add_signatured_type_cu_to_table): Renamed from
8037         add_signatured_type_cu_to_list.  All callers updated.
8038
8039         * gdbtypes.h (struct cplus_struct_type): Delete member
8040         nfn_fields_total.  All uses removed.
8041
8042 2012-01-06  Doug Evans  <dje@google.com>
8043
8044         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
8045         to top of file.
8046         (dwarf2_find_comp_unit): Delete.
8047         (process_psymtab_comp_unit): Make result "void".
8048         Delete args buffer, info_ptr, buffer_size, and replace with
8049         "section".  All callers updated.
8050         (dwarf2_build_psymtabs_hard): Simplify.
8051
8052 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
8053             Thiago Jung Bauermann  <bauerman@br.ibm.com>
8054
8055         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
8056         before `struct gdb_exception'.
8057         * breakpoint.c (update_global_location_list_nothrow)
8058         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
8059         * cp-abi.c (value_rtti_type): Likewise.
8060         * cp-support.c (cp_validate_operator): Likewise.
8061         * infrun.c (insert_exception_resume_breakpoint)
8062         (check_exception_resume, keep_going): Likewise.
8063         * mi-interp.c (mi_breakpoint_created)
8064         (mi_breakpoint_modified): Likewise.
8065         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
8066         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
8067         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
8068
8069 2012-01-05  Doug Evans  <dje@google.com>
8070
8071         * dwarf2read.c (statement_prologue): Delete, unused.
8072
8073         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
8074         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
8075
8076         * dwarf2read.c (comp_unit_header): Delete, unused.
8077
8078 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
8079
8080         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
8081         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
8082
8083 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
8084
8085         * infrun.c (normal_stop): Don't skip calling the normal_stop
8086         observers if the thread was doing a multi-step, but stopped for
8087         some reason other than stepping.
8088
8089 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
8090
8091         * cli/cli-decode.h: Add comments.
8092         (CMD_LIST_AMBIGUOUS): Moved to command.h
8093         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
8094         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
8095         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
8096         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
8097         (add_com, add_com_alias, add_info, add_info_alias)
8098         (complete_on_cmdlist, complete_on_enum, help_list): Remove
8099         declarations.
8100         * command.h: Add and adjust comments.
8101         (CMD_LIST_AMBIGUOUS): Moved here.
8102         (help_cmd, help_cmd_list): Delete declarations.
8103
8104 2012-01-04  Doug Evans  <dje@google.com>
8105
8106         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
8107         All callers updated.
8108         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
8109         Replace all arguments with "per_cu".  All callers updated.
8110
8111         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
8112
8113         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
8114         New arg "per_cu".  All callers updated.
8115
8116         Delete #if 0'd out code.
8117         * language.c (binop_result_type): Delete.
8118         (simple_type, ordered_type, same_type, integral_type): Delete.
8119         (numeric_type, character_type, string_type, boolean_type): Delete.
8120         (float_type, structured_type): Delete.
8121         * language.h: Update.
8122
8123 2012-01-04  Tom Tromey  <tromey@redhat.com>
8124
8125         * python/py-value.c (valpy_binop): Initialize 'res_val'.
8126
8127 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8128
8129         * corefile.c (close_exec_file): Delete.
8130         (reopen_exec_file): Remove commented out code that seems related
8131         to close_exec_file, which is being deleted here.
8132         * inferior.h (close_exec_file): Delete.
8133         * fork-child.c (fork_inferior): Remove call to fork_inferior.
8134
8135 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8136
8137         * ada-lang.c: #include "cli/cli-utils.h".
8138         (get_selections): Use skip_spaces.
8139         (ada_get_next_arg): Use skip_spaces and skip_to_space.
8140         (catch_ada_exception_command_split): Use skip_spaces.
8141         (ada_decode_assert_location): Likewise.
8142
8143 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8144
8145         * linespec.c (decode_line_internal): Check for C++ or Java
8146         compound constructs only if the current language is C, C++
8147         or Java.
8148
8149 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8150
8151         Revert:
8152         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8153                     Joel Brobecker  <brobecker@adacore.com>
8154         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
8155         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
8156         3 times.
8157         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
8158         fall through into AT_ENTRY_POINT.
8159         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
8160         DUMMY_ADDR with it.
8161         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
8162         PPC_INSN_SIZE skip to 3 times.
8163
8164 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8165
8166         * linespec.c (add_minsym): Preserve function descriptors.
8167
8168 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
8169
8170         * breakpoint.c (all_locations_are_pending): Consider locations
8171         in program spaces executing during startup pending as well.
8172
8173 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8174
8175         Copyright year update in most files of the GDB Project.
8176
8177 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8178
8179         * copyright.sh: Delete.
8180         * copyright.py: Rewrite.
8181
8182 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8183
8184         * gnulib/extra/update-copyright: New file, imported from gnulib.
8185
8186 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
8187
8188         * README (Copyright and License Notices): New section.
8189
8190 2012-01-03  Tom Tromey  <tromey@redhat.com>
8191
8192         PR python/12533:
8193         * python/py-value.c (valpy_dereference, valpy_get_address
8194         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
8195         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
8196         (valpy_absolute, valpy_richcompare): Free intermediate values.
8197
8198 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
8199
8200         * ada-lang.c: Reformat the copyright notice.
8201
8202 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8203
8204         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
8205         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
8206         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
8207         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
8208         Revert this part of:
8209         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8210         Build gdb directly from *.o files not using libgdb.a.
8211         * Makefile.in (COMMON_OBS): Remove solib-target.o.
8212
8213 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
8214
8215         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
8216         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
8217         Reformat the copyright header.
8218
8219 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8220
8221         Revert this part of:
8222         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8223         Remove the gdbtui binary.
8224         * gdb.c (main): Remove args.interpreter_p initialization.
8225         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
8226         * main.h (struct captured_main_args): Remove interpreter_p.
8227
8228 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
8229
8230         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
8231
8232 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
8233
8234         * top.c (print_gdb_version): Update copyright year.
8235
8236 2012-01-02  Yao Qi  <yao@codesourcery.com>
8237
8238         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
8239
8240 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8241             Joel Brobecker  <brobecker@adacore.com>
8242
8243         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
8244         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
8245         3 times.
8246         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
8247         fall through into AT_ENTRY_POINT.
8248         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
8249         DUMMY_ADDR with it.
8250         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
8251         PPC_INSN_SIZE skip to 3 times.
8252
8253 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8254
8255         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
8256         the return value.
8257         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
8258
8259 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8260
8261         Build gdb directly from *.o files not using libgdb.a.
8262         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
8263         (COMMON_OBS): Remove solib-target.o.
8264         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
8265         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
8266         (LIBGDB_OBS, libgdb.a): Move it above.
8267         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
8268         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
8269         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
8270         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
8271         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
8272         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
8273         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
8274         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
8275         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
8276         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
8277         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
8278         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
8279         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
8280         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
8281         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
8282         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
8283         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
8284         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
8285         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
8286         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
8287         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
8288         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
8289         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
8290         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
8291         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
8292         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
8293         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
8294
8295 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8296
8297         Remove the gdbtui binary.
8298         * .gitignore (/gdbtui): Remove.
8299         * Makefile.in (TUI): Remove.
8300         (SUBDIR_TUI_OBS): Remove tui-main.o.
8301         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
8302         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
8303         (tui-main.o): Remove.
8304         (all_object_files): Remove tui-main.o.
8305         * NEWS: New note for the gdbtui removal.
8306         * configure: Rebuilt.
8307         * configure.ac: No longer add all-tui, clean-tui, install-tui and
8308         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
8309         CONFIG_UNINSTALL respectively.
8310         * gdb.c (main): Remove args.interpreter_p initialization.
8311         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
8312         * main.h (struct captured_main_args): Remove interpreter_p.
8313         * tui/tui-main.c: Remove.
8314
8315 2012-01-01  Doug Evans  <dje@google.com>
8316
8317         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
8318         (dwarf2_physname, read_import_statement): Ditto.
8319         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
8320         (process_structure_scope read_subroutine_type): Ditto.
8321         (read_typedef, load_partial_dies, read_partial_die): Ditto.
8322         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
8323         (dwarf2_fetch_die_location_block): Ditto.
8324         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
8325
8326         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
8327         All callers updated.
8328         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
8329         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
8330         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
8331
8332         * dwarf2read.c (load_cu): Move assert to more useful location.
8333
8334         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
8335         All callers updated.
8336
8337         * dwarf2read.c (dwarf2_per_objfile): Add comment.
8338         (dwarf2_elf_names): Minor reformat.
8339         (dwarf2_per_cu_data): Tweak comment.
8340         (dwarf2_read_section): Fix comment.
8341         (create_all_comp_units): Fix comment.
8342         (load_full_comp_unit): Fix comment.
8343         (process_full_comp_unit): Fix comment.
8344         (read_signatured_type): Fix comment.
8345
8346 For older changes see ChangeLog-2011.
8347 \f
8348 Local Variables:
8349 mode: change-log
8350 left-margin: 8
8351 fill-column: 74
8352 version-control: never
8353 coding: utf-8
8354 End: