* dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
[external/binutils.git] / gdb / ChangeLog
1 2012-10-10  Doug Evans  <dje@google.com>
2
3         * dwarf2read.c (process_psymtab_comp_unit_reader): Remove duplicate
4         "0x" prefix on address in log message.
5
6         * dwarf2read.c (read_1_byte): Add const to buf parameter.
7         (read_1_signed_byte, read_2_bytes, read_2_signed_bytes): Ditto.
8         (read_4_bytes, read_4_signed_bytes, read_8_bytes): Ditto.
9         (lookup_dwo_file): Add const to dwo_name parameter.
10         (lookup_dwo_comp_unit, lookup_dwo_type_unit): Ditto.
11
12 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
13
14         Fix crash during stepping on ppc32.
15         * ppc-linux-tdep.c (powerpc_linux_in_dynsym_resolve_code): Test NULL
16         SYM.
17
18 2012-10-03  Doug Evans  <dje@google.com>
19
20         PR symtab/14601
21         * buildsym.c (buildsym_init): Reset using_directives to NULL.
22
23 2012-10-02  Andrew Burgess  <aburgess@broadcom.com>
24
25         * remote-sim.c (dump_mem): Always dump buffer contents, zero fill
26         output and use uint32_t not long to ensure 4 byte size.
27
28 2012-10-02  Joel Brobecker  <brobecker@adacore.com>
29
30         * rs6000-nat.c (add_vmap): Set "last" to "next" after having
31         unref'ed it.
32
33 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
34
35         * target.c (simple_search_memory): Include access length in
36         warning message.
37
38 2012-09-28  Nathan Miller  <nathanm2@us.ibm.com>
39             Edjunior Machado  <emachado@linux.vnet.ibm.com>
40
41         PR gdb/13989
42         * solib.c (solib_find): Prevent GDB from loading native libraries when
43         debugging a cross-target corefile.
44
45 2012-09-28  selven  <pcthegreat@gmail.com>
46
47         Make definition match declaration.
48
49         * regcache.c (regcache_register_status): Change return type to
50         enum register_status.
51
52 2012-09-28  Yao Qi  <yao@codesourcery.com>
53
54         * mi/mi-main.c (mi_cmd_data_write_memory): Call
55         write_memory_with_notification instead of write_memory.
56         (mi_cmd_data_write_memory_bytes): Call write_memory_with_notification
57         instead of target_write_memory.
58
59 2012-09-28  Yao Qi  <yao@codesourcery.com>
60
61         * mi/mi-main.c (mi_cmd_data_write_memory_bytes): Emit error
62         when the length of content is not an even number.
63
64 2012-09-27  Tom Tromey  <tromey@redhat.com>
65
66         Fix https://bugzilla.redhat.com/show_bug.cgi?id=849357
67         * cp-valprint.c (cp_print_value_fields): Use get_vptr_fieldno.
68
69 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
70
71         * sol-thread.c (sol_thread_fetch_registers)
72         (sol_thread_store_registers): Delete commented out code.
73
74 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
75
76         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
77         Move these functions to sparc-sol-thread.c.
78         * sparc-sol-thread.c: New file.
79         * configure.ac: Add sparc-sol-thread.o to CONFIG_OBS and
80         sparc-sol-thread.c to CONFIG_SRCS for sparc-solaris native
81         configurations.
82         * configure: Regenerate.
83
84 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
85
86         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
87         Remove commented-out code.
88
89 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
90
91         * sol-thread.c (ps_lgetxregsize, ps_lgetxregs, ps_lsetxregs):
92         Enable this code for sparc hosts only.
93
94 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
95
96         * procfs.h (procfs_find_LDT_entry): Add declaration.
97         * sol-thread.c (ps_lgetLDT): Delete local declaration of
98         function procfs_find_LDT_entry.
99
100 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
101
102         * procfs.c (proc_get_LDT_entry): Make static.
103
104 2012-09-27  Joel Brobecker  <brobecker@adacore.com>
105
106         * procfs.c (proc_find_memory_regions): Fix declaration.
107
108 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
109
110         * amd64-tdep.c (amd64_return_value): Revert previous change
111         that used TYPE_LENGTH directly.
112         * bfin-tdep.c (bfin_extract_return_value): Likewise.
113         (bfin_store_return_value): Likewise.
114         * cris-tdep.c (cris_store_return_value): Likewise.
115         (cris_extract_return_value): Likewise.
116         * h8300-tdep.c (h8300_extract_return_value): Likewise.
117         * hppa-tdep.c (hppa64_return_value): Likewise.
118         * lm32-tdep.c (lm32_store_return_value): Likewise.
119         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
120         * spu-tdep.c (spu_value_from_register): Likewise.
121         * vax-tdep.c (vax_return_value): Likewise.
122
123 2012-09-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
124
125         * gdbtypes.c (lookup_array_range_type): Expand parameters
126         LOW_BOUND and HIGH_BOUND to LONGEST.
127         (lookup_string_range_type): Likewise.
128         * gdbtypes.h (lookup_array_range_type): Likewise.
129         (lookup_string_range_type): Likewise.
130         * valops.c (value_cstring): Expand parameter LEN to ssize_t.
131         Expand HIGHBOUND to ssize_t.
132         (value_string): Likewise.
133         * value.h (value_cstring): Expand parameter LEN to ssize_t.
134         (value_string): Likewise.
135
136 2012-09-27  Yao Qi  <yao@codesourcery.com>
137
138         PR breakpoints/13898
139         * breakpoint.h (tracepoint_breakpoint_ops): Forward declaration.
140         * mi/mi-cmd-break.c (mi_cmd_break_insert): Set breakpoint_ops
141         per breakpoint type.
142
143 2012-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
144
145         * procfs.c: Add gdb_bfd header.
146         * rs6000-nat.c: Likewise.
147         * solib-pa64.c: Likewise.
148         * spu-linux-nat.c: Likewise.
149         * windows-nat.c: Likewise.
150
151 2012-09-26  Tom Tromey  <tromey@redhat.com>
152
153         * f-lang.h (BLANK_COMMON_NAME_LOCAL): Remove.
154
155 2012-09-26  Tom Tromey  <tromey@redhat.com>
156
157         * dwarf2read.c (mark_common_block_symbol_computed): New function.
158         (read_common_block): Handle child DIEs with
159         DW_AT_data_member_location.
160         (new_symbol_full): Add special case for common blocks.
161
162 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
163             Tom Tromey  <tromey@redhat.com>
164
165         * dwarf2read.c (read_common_block): Rewrite.
166         (new_symbol_full): Handle DW_TAG_common_block.
167         * f-lang.c (head_common_list, find_common_for_function):
168         Remove.
169         * f-lang.h (struct common_entry, struct saved_f77_common,
170         SAVED_F77_COMMON, SAVED_F77_COMMON_PTR, COMMON_ENTRY,
171         COMMON_ENTRY_PTR, head_common_list, find_common_for_function,
172         BLANK_COMMON_NAME_LOCAL): Remove.
173         (struct common_block): New.
174         * f-valprint.c (list_all_visible_commons): Remove.
175         (info_common_command_for_block): New function.
176         (info_common_command): Use it.
177         * stack.c (iterate_over_block_locals): Special case for
178         COMMON_BLOCK_DOMAIN.
179         * symtab.h (enum domain_enum_tag) <COMMON_BLOCK_DOMAIN>: New
180         constant.
181         (struct general_symbol_info) <value.common_block>: New field.
182         (SYMBOL_VALUE_COMMON_BLOCK): New define.
183
184 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
185             Tom Tromey  <tromey@redhat.com>
186
187         * f-lang.c (allocate_saved_bf_node,
188         allocate_saved_function_node, allocate_saved_f77_common_node,
189         allocate_common_entry_node, tail_common_list, current_common,
190         saved_bf_list, saved_bf_list_end, current_head_bf_list,
191         tmp_bf_ptr, add_common_block, add_common_entry,
192         find_first_common_named, patch_common_entries,
193         patch_all_commons_by_name, ADD_BF_SYMNUM, clear_bf_list,
194         global_remote_debug, get_bf_for_fcn, saved_function_list,
195         saved_function_list_end, clear_function_list, struct saved_fcn,
196         struct saved_bf_symnum, SAVED_FUNCTION, SAVED_FUNCTION_PTR,
197         SAVED_BF, SAVED_BF_PTR): Remove.
198         * f-lang.h (tail_common_list, current_common,
199         UNINITIALIZED_SECNUM, COMMON_NEEDS_PATCHING,
200         BLANK_COMMON_NAME_ORIGINAL, BLANK_COMMON_NAME_MF77,
201         DEFAULT_UPPER_BOUND, DEFAULT_LOWER_BOUND, real_main_name,
202         real_main_c_value): Remove.
203         * f-valprint.c (there_is_a_visible_common_named): Remove.
204
205 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
206
207         * breakpoint.c (update_global_location_list): Ignore previous
208         duplicate status of a breakpoint when starting a new scan for
209         duplicate breakpoints.
210
211 2012-09-26  Karthik Bhat  <kv.bhat@samsung.com>
212         PR breakpoints/14419
213         * arm-tdep.c (arm_skip_prologue): Extending producer check to
214         support LLVM compiler.
215
216 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
217
218         * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.
219         * bfin-tdep.c (bfin_extract_return_value): Likewise.
220         (bfin_store_return_value): Likewise.
221         * cris-tdep.c (cris_store_return_value): Likewise.
222         (cris_extract_return_value): Likewise.
223         * h8300-tdep.c (h8300_extract_return_value): Likewise.
224         * hppa-tdep.c (hppa64_return_value): Likewise.
225         * lm32-tdep.c (lm32_store_return_value): Likewise.
226         * microblaze-tdep.c (microblaze_store_return_value): Likewise.
227         * spu-tdep.c (spu_value_from_register): Likewise.
228         * vax-tdep.c (vax_return_value): Likewise.
229
230 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
231
232         * breakpoint.c (invalidate_bp_value_on_memory_change): Expand
233         parameter LEN to ssize_t.
234
235 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
236
237         * ada-valprint.c (ada_val_print_1): Eliminate single-use
238         variable LEN.
239         * alpha-tdep.c (alpha_extract_return_value): Use TYPE_LENGTH
240         directly.
241         (alpha_store_return_value): Likewise.
242         * amd64-tdep.c (amd64_classify_aggregate): Likewise.
243         (amd64_push_arguments): Likewise.
244         * ax-gdb.c (gen_trace_static_fields): Likewise.
245         (gen_traced_pop): Likewise.
246         * bfin-tdep.c (bfin_push_dummy_call): Likewise.
247         * breakpoint.c (update_watchpoint): Likewise.
248         * findcmd.c (parse_find_args): Use local variable for type
249         instead of length.
250         * findvar.c (default_read_var_value): Use TYPE_LENGTH directly.
251         * h8300-tdep.c (h8300h_extract_return_value): Likewise.
252         (h8300_store_return_value): Likewise.
253         * i386-darwin-tdep.c (i386_darwin_push_dummy_call): Likewise.
254         Use i386_darwin_arg_type_alignment directly.
255         * infcall.c (call_function_by_hand): Use TYPE_LENGTH directly.
256         * lm32-tdep.c (lm32_push_dummy_call): Likewise.
257         * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
258         (m68hc11_extract_return_value): Likewise.
259         * mep-tdep.c (mep_push_dummy_call): Likewise.
260         * printcmd.c (float_type_from_length): Likewise.
261         * s390-tdep.c (s390_value_from_register): Likewise.
262         * stack.c (read_frame_arg): Likewise.
263         * tracepoint.c (encode_actions_1): Likewise.
264         * valops.c (value_fetch_lazy): Use local variable for type
265         instead of length.  Use TYPE_LENGTH directly.
266         * value.c (value_contents_equal): Use TYPE_LENGTH directly.
267
268 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
269
270         * symtab.c (skip_prologue_sal): Fix typo in comment.
271
272 2012-09-25  Joel Brobecker  <brobecker@adacore.com>
273
274         * linespec.c (create_sals_line_offset): Fix typo in comment.
275
276 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
277
278         * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and
279         use plongest to print the array size.
280
281 2012-09-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
282
283         * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.
284         * p-valprint.c (pascal_type_print_base): Likewise.
285
286 2012-09-22  Yao Qi  <yao@codesourcery.com>
287
288         * remote.c (remote_get_trace_status): Remove setting default
289         values of fields of 'ts'.
290
291 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
292
293         Fix internal error on canonicalization of clang types.
294         * cp-name-parser.y (operator): New comment at make_operator call for
295         new, delete, new[] and delete[].
296         (exp): Use "sizeof ".  Add new comment at make_operator call.
297
298 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
299
300         Fix disassemble without parameters in tailcall frame.
301         * cli/cli-cmds.c (disassemble_current_function): Use
302         get_frame_address_in_block.
303
304 2012-09-21  Tom Tromey  <tromey@redhat.com>
305
306         * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT,
307         TYPE_CODE_UNION>: Unify, removing a goto.
308
309 2012-09-21  Tom Tromey  <tromey@redhat.com>
310
311         * c-typeprint.c (cp_type_print_derivation_info): Fix comment.
312
313 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
314
315         * findvar.c (read_frame_register_value): Mark the result value as
316         optimized out if any of the input registers have been optimized out.
317
318 2012-09-21  Andreas Schwab  <schwab@linux-m68k.org>
319
320         * python/python.c (finalize_python): Only define if HAVE_PYTHON.
321
322 2012-09-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
323
324         * eval.c (evaluate_subexp_standard): Eliminate single-use
325         variable LOWER.
326
327 2012-09-21  Yao Qi  <yao@codesourcery.com>
328
329         * mi/mi-interp.c: Declare mi_record_changed.
330         (mi_interpreter_init): Call observer_attach_record_changed.
331         (mi_record_changed): New.
332         * record.c (record_open): Call observer_notify_record_changed.
333         (cmd_record_stop): Call observer_notify_record_changed.
334         * NEWS: Mention it.
335
336 2012-09-20  Tom Tromey  <tromey@redhat.com>
337
338         * NEWS: Update.
339         * python/python.c (finalize_python): New function.
340         (_initialize_python): Make a final cleanup.
341
342 2012-09-19  Doug Evans  <dje@google.com>
343
344         * buildsym.h (param_symbols): Delete, unused.
345         (context_stack): Delete member "params", unused.
346         * buildsym.c (push_context): Update.
347         * dwarf2read.c (read_func_scope): Update.
348
349 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
350
351         * sh-tdep.c (sh_register_convert_to_virtual)
352         (sh_register_convert_to_raw): Add a gdbarch parameter.  Update
353         all callers.  Just do a memcpy if not the little-endian case.
354
355         * h8300-tdep.c (h8300_gdbarch_init): Invoke
356         set_gdbarch_double_format and set_gdbarch_long_double_format.
357         * m68hc11-tdep.c (m68hc11_gdbarch_init): Invoke
358         set_gdbarch_double_format.
359         * sh-tdep.c (sh_gdbarch_init): Likewise.
360
361         * NEWS: Document the removal of SH's 'regs' command.
362         * sh-tdep.c (_initialize_sh_tdep): Remove the deprecated 'regs'
363         command.
364
365 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
366
367         * infcmd.c (_initialize_infcmd): Register `j' as an alias for
368         `jump'.
369
370 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
371
372         * linespec.c (iterate_over_all_matching_symtabs): Use the correct
373         language when iterating over symbols.
374
375 2012-09-18  Yao Qi  <yao@codesourcery.com>
376
377         * mi/mi-interp.c: Declare mi_tsv_created and mi_tsv_deleted.
378         (mi_interpreter_init): Call observer_attach_tsv_created and
379         observer_attach_tsv_deleted.
380         (mi_tsv_created, mi_tsv_deleted): New.
381         * tracepoint.c (delete_trace_state_variable): Call
382         observer_notify_tsv_deleted.
383         (trace_variable_command): Call observer_notify_tsv_created.
384         (delete_trace_variable_command): Call
385         observer_notify_tsv_deleted.
386         (create_tsv_from_upload): Call observer_notify_tsv_created.
387         * NEWS: Mention it.
388
389 2012-09-18  Yao Qi  <yao@codesourcery.com>
390
391         * tracepoint.c (tfind_1): Call observer_notify_traceframe_changed
392         if traceframe changed.
393         * mi/mi-cmds.c (mi_cmd mi_cmds): Adjust for command
394         "trace-find".
395         * mi/mi-interp.c: Declare 'mi_traceframe_changed'.
396         (mi_interpreter_init): Hook mi_traceframe_changed to observer
397         'traceframe_changed'.
398         (mi_traceframe_changed): New.
399         * mi/mi-main.h (struct mi_suppress_notification) <traceframe>:
400         New field.
401         * NEWS: Mention the new MI notification.
402
403 2012-09-17  Mike Wrighton  <wrighton@codesourcery.com>
404
405         * MAINTAINERS (Write After Approval): Add "Mike Wrighton".
406
407 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
408
409         * common/linux-ptrace.c: Change __i386__ to __i386__ || __x86_64__.
410         (linux_ptrace_test_ret_to_nx): Extend comment for x86_64.  Change
411         __i386__ to __i386__ || __x86_64__. Extend code also for __x86_64__.
412         Extend code also for PaX support.  Convert all gdb_assert to warning
413         calls.
414
415 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
416
417         Implement auto-load user conveniences suggested by Doug Evans.
418         * auto-load.c: Include top.h.
419         (file_is_auto_load_safe): New variable advice_printed.  Print advice.
420         (_initialize_auto_load): New variable scripts_directory_help.  Mention
421         GDBPY_AUTO_FILE_NAME and GDB_AUTO_FILE_NAME for set auto-load
422         scripts-directory.  Document in online help one can use also files for
423         set auto-load safe-path.
424         * python/py-auto-load.c: (GDBPY_AUTO_FILE_NAME): Move it from here ...
425         * python/python.h (GDBPY_AUTO_FILE_NAME): ... to here.
426
427 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
428
429         * tic6x-tdep.c (tic6x_push_dummy_call): Remove unused definition
430         of LEN.
431
432 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
433
434         * m2-valprint.c (m2_print_array_contents): Eliminate variable
435         ELTLEN and use TYPE_LENGTH directly.
436         (m2_val_print): Likewise.
437         * m68k-tdep.c (m68k_svr4_extract_return_value): Eliminate
438         variable LEN and use TYPE_LENGTH directly.
439         (m68k_svr4_store_return_value): Likewise.
440         * mips-tdep.c (mips_o32_push_dummy_call): Eliminate variable
441         ARGLEN and use TYPE_LENGTH directly.
442         (mips_o64_push_dummy_call): Likewise.
443         * s390-tdep (s390_function_arg_pass_by_reference): Eliminate
444         variable LENGTH and use TYPE_LENGTH directly.
445         (s390_function_arg_float): Likewise.
446         (s390_function_arg_integer): Likewise.
447         (s390_push_dummy_call): Likewise.
448         (s390_return_value_convention): Likewise.
449         * spu-tdep.c (spu_push_dummy_call): Eliminate LEN and use
450         TYPE_LENGTH directly.
451
452 2012-09-17  Yao Qi  <yao@codesourcery.com>
453
454         * cli/cli-decode.c (add_setshow_zuinteger_unlimited_cmd): New.
455         Update comment to add_setshow_integer_cmd.
456         * cli/cli-setshow.c (do_set_command): Handle case
457         'var_zuinteger_unlimited'.
458         (do_show_command): Likewise.
459         * cli/cli-cmds.c (init_cmds): Call add_setshow_zuinteger_unlimited_cmd
460         for command 'remotetimeout'.
461         * command.h (enum var_types): New zuinteger_unlimited.  Update comment
462         to var_integer.
463         * source.c (_initialize_source): Call add_setshow_zuinteger_unlimited_cmd
464         for command 'set listsize'.
465
466 2012-09-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
467
468         * infrun.c (restore_infcall_suspend_state): Eliminate single-use
469         variable LEN.
470
471 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
472
473         PR 14119
474         * frame.c (skip_inlined_frames): Skip also TAILCALL_FRAME frames.
475         (frame_pop): Drop also TAILCALL_FRAME frames.
476         * infcmd.c (finish_command): Ignore also TAILCALL_FRAME frames.
477
478 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
479             Pedro Alves  <palves@redhat.com>
480
481         PR 14548
482         * infrun.c (handle_inferior_event): Do not reverse-continue back to the
483         function start if we are already at function start.  Both for
484         reverse-next and for reverse-step into function without line number
485         info.
486
487 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
488
489         Code cleanup - rename 'inline' depth to 'artificial' depth.
490         * breakpoint.c (set_momentary_breakpoint): Rename at a caller to
491         frame_id_artificial_p, extend the comment.
492         * dwarf2-frame-tailcall.c (tailcall_frame_this_id): Rename at a user.
493         * frame.c (fprint_frame_id): Rename at a user, change debug output
494         text to "artificial=".
495         (skip_inlined_frames): Rename to ...
496         (skip_artificial_frames): ... here.  Extend the comment.
497         (get_stack_frame_id, frame_unwind_caller_id): Rename at a caller.
498         (frame_id_inlined_p): Rename to ...
499         (frame_id_artificial_p): ... here.  Rename at a user.
500         (frame_id_eq, frame_id_inner, frame_unwind_caller_pc)
501         (frame_unwind_caller_pc_if_available, frame_unwind_caller_arch): Rename
502         at a user.
503         * frame.h (struct frame_id): Rename inline_depth to artificial_depth.
504         Extend the comment.
505         (frame_id_inlined_p): Rename to ...
506         (frame_id_artificial_p): ... here.
507         * inline-frame.c (inline_frame_this_id): Rename at a user.
508
509 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
510
511         * c-typeprint.c (c_type_print_varspec_suffix): Display the size of
512         vector variables using vector_size syntax rather than array
513         syntax.
514
515 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
516
517         * valarith.c (value_concat): Replace unsafe ALLOCA with
518         XMALLOC/XFREE.
519
520 2012-09-14  Pedro Alves  <palves@redhat.com>
521
522         * gdb.1 (SEE ALSO): Expand pointer to GDB's Texinfo manual.
523
524 2012-09-14  Khoo Yit Phang  <khooyp@cs.umd.edu>
525
526         Point contrib/cc-with-tweaks.sh to the build-local data-directory.
527         * contrib/cc-with-tweaks.sh (GDB): Add -data-directory
528         data-directory as appropriate.
529
530 2012-09-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
531
532         * printcmd.c (ui_printf): Eliminate single-use variable
533         PARAM_LEN.
534
535 2012-09-14  Yao Qi  <yao@codesourcery.com>
536             Pedro Alves  <palves@redhat.com>
537
538         * valops.c (value_assign): Move observer_notify_target_changed
539         below to replace reinit_frame_cache.
540
541 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
542
543         Refactor Python "gdb" module into a proper Python package, by
544         introducing a new "_gdb" module for code implemented in C, and
545         using reload/__import__ instead of exec.
546         * python/lib/gdb/__init__.py: Import * from _gdb.
547         (GdbOutputFile, sys.stdout, GdbOutputErrorFile, sys.stderr,
548         prompt_hook, sys.argv): Moved from finish_python_initialization.
549         (pretty_printers, PYTHONDIR): Moved from _initialize_python.
550         (packages, auto_load_packages): New list and function replacing
551         module_dict and auto-loading code, using __file__ instead of
552         gdb.PYTHONDIR and reload/__import__ instead of exec.
553         (GdbSetPythonDirectory): Replacing function of the same name
554         from finish_python_initialization, using reload/__import__ instead
555         of exec, as well as call auto_load_packages.
556         * python/py-prettyprint.c (find_pretty_printer_from_gdb): Check
557         gdb_python_module and not gdb_module.
558         * python/python-internal.h (gdb_python_module): Declare.
559         * python/python.c (gdb_python_module): New global.
560         (before_prompt_hook): Check gdb_python_module and not gdb_module.
561         (_initialize_python): Rename gdb module to _gdb.
562         Move gdb.PYTHONDIR and gdb.pretty_printer to lib/gdb/__init__.py.
563         (finish_python_initialization): Move Python code to
564         lib/gdb/__init__.py; instead, set up sys.path and import gdb into
565         __main__.
566
567 2012-09-13  Pedro Alves  <palves@redhat.com>
568
569         * Makefile.in (COMMON_OBS): Add registry.o.
570         * registry.c: New file.
571         * registry.h (struct registry_container): Declare.
572         (registry_data_callback): New typedef.
573         (struct registry_data, struct registry_data_registration, struct
574         registry_data_registry): New type.
575         (register_data_with_cleanup, registry_alloc_data)
576         (registry_callback_adaptor, registry_clear_data)
577         (registry_container_free_data, registry_set_data, registry_data):
578         Declare.
579         (DEFINE_REGISTRY): Refactor structures and functions as shims over
580         the new common structures and functions.
581         (DECLARE_REGISTRY): Declare struct TAG ## _data.  Use the tagged
582         callback typedefs.
583
584 2012-09-12  Mike Wrighton  <wrighton@codesourcery.com>
585
586         * remote.c (remote_insert_hw_breakpoint): Throw exception if
587         there is an error inserting hardware breakpoints and use the
588         error message from the target.
589
590         * breakpoint.c (insert_bp_location, insert_breakpoint_locations):
591         Catch this exception and print the error message contained within. Do not
592         print the default hardware error breakpoint message in this case.
593
594 2012-09-12  Doug Evans  <dje@google.com>
595
596         * dwarf2read.c (dwarf2_read_addr_index): Fix handling the case where
597         cu == NULL.
598
599 2012-09-11  Doug Evans  <dje@google.com>
600
601         * dwarf2read.c (dw2_do_expand_symtabs_matching): Don't examine
602         .gdb_index symbol attributes if there are none.
603
604 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
605
606         * symtab.h (struct minimal_symbol) [has_size]: New field.
607         (MSYMBOL_SIZE): Adjust to forbid macro from being used as lvalue.
608         (SET_MSYMBOL_SIZE, MSYMBOL_HAS_SIZE): New macros.
609         * printcmd.c (build_address_symbolic): Only filter out zero-sized
610         minimal symbols if the symbol's size is actually known.
611         * minsyms.c (prim_record_minimal_symbol_full): Adjust setting
612         of msymbol's size field.  Add comment.
613         * elfread.c (elf_symtab_read, elf_rel_plt_read): Use
614         SET_MSYMBOL_SIZE to set the minimal symbol size.
615
616 2012-09-11  Joel Brobecker  <brobecker@adacore.com>
617
618         * minsyms.c (install_minimal_symbols): Use memset to fill entire
619         minimal_symbol struct object, rather than setting some of its
620         fields one by one.
621
622 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
623
624         * c-typeprint.c (c_type_print_varspec_prefix): Pass through the
625         passed_a_ptr flag when displaying typedef types.
626
627 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
628
629         * ada-lang.c (coerce_unspec_val_to_type): Make sure that
630         the optimized_out flag is preserved.
631
632 2012-09-10  Anthony Green  <green@moxielogic.com>
633
634         * moxie-tdep.c (moxie_analyze_prologue): Update for function
635         prologue changes in GCC.
636
637 2012-09-10  Keith Seitz  <keiths@redhat.com>
638
639         PR gdb/13483
640         * gdbtypes.h (BOOL_PTR_CONVERSION_BADNESS): Rename to ...
641         (BOOL_CONVERSION_BADNESS): ... this.
642         * gdbtypes.c (BOOL_PTR_CONVERSION_BADNESS): Likewise.
643         (rank_one_type): Allow all boolean conversions
644         permitted by the standard.
645
646 2012-09-06  Tom Tromey  <tromey@redhat.com>
647
648         * python/py-newobjfileevent.c (create_new_objfile_event_object):
649         Don't decref py_objfile.
650
651 2012-09-02  Khoo Yit Phang  <khooyp@cs.umd.edu>
652
653         Do not enable -lmcheck by default when Python is enabled with
654         threading support.
655         * configure.ac: (python_has_threads) New variable, by testing
656         if WITH_THREAD is defined in Python.h.
657         Move --enable-lmcheck after --with-python.
658         Do not enable -lmcheck by default if python_has_threads=yes.
659         Warn if --enable-lmcheck and python_has_threads=yes.
660         * configure: Regenerate.
661
662 2012-08-31  Yao Qi  <yao@codesourcery.com>
663
664         * mi/mi-cmds.c (mi_cmds): New macros DEF_MI_CMD_CLI
665         DEF_MI_CMD_MI DEF_MI_CMD_CLI_1 and DEF_MI_CMD_CLI_1.
666         Update some commands.
667         * mi/mi-cmds.h (struct mi_cmd) <suppress_notification>: New field.
668         * mi/mi-main.c (mi_cmd_execute): Set '*parse->cmd->suppress_notification'
669         to 1.
670
671 2012-08-31  Yao Qi  <yao@codesourcery.com>
672
673         * mi/mi-cmds.c (mi_cmds): Add 'static'.
674
675 2012-08-30  Khoo Yit Phang  <khooyp@cs.umd.edu>
676
677         * MAINTAINERS (Write After Approval): Add "Khoo Yit Phang".
678
679 2012-08-29  Doug Evans  <dje@google.com>
680
681         * main.c (print_gdb_help): Remove reference to
682         --use-deprecated-index-sections.
683
684 2012-08-28  Yao Qi  <yao@codesourcery.com>
685
686         * cli/cli-cmds.c (max_user_call_depth): Add 'unsigned'.
687         (init_cmds): Call add_setshow_uinteger_cmd for command
688         'max-user-call-depth'.
689         * cli/cli-script.c (execute_user_command): Add 'unsigned' to the
690         declaration of 'max_user_call_depth'.
691         * frame.c (backtrace_limit): Add 'unsigned'.
692         (_initialize_frame): Call add_setshow_uinteger_cmd for command
693         'limit'.
694         * remote.c (remoteaddresssize): Add 'unsigned'.
695         (remote_address_masked): Change local var 'address_size' to
696         'unsigned'.
697         (_initialize_remote): Call add_setshow_uinteger_cmd for
698         'remoteaddresssize'.
699         * top.c (history_size): Add 'unsigned'.
700         (show_commands): Change local variables to 'unsigned'.
701         (set_history_size_command): Don't check history_size is negative.
702         Adjust the condition to call unstifle_history and set history_size
703         to UNIT_MAX.
704
705 2012-08-28  Pedro Alves  <palves@redhat.com>
706
707         PR gdb/14428
708
709         * infcmd.c (default_print_one_register_info): New, factored out
710         from default_print_registers_info.
711         (default_print_registers_info): Use it.  Mark value unavailable if
712         necessary.
713         (registers_info): Print user registers with
714         default_print_one_register_info.
715
716 2010-08-27  H.J. Lu  <hongjiu.lu@intel.com>
717
718         PR tui/14486
719         * tui/tui-source.c (tui_source_is_displayed): Check if TUI_SRC_WIN
720         is not NULL before referencing it.
721
722 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
723
724         * breakpoint.c (parse_breakpoint_sals) <(*address) == NULL>: New
725         variable pc.  Call find_pc_line instead of find_pc_overlay, restore
726         original PC for it.
727
728 2012-08-27  Eli Zaretskii  <eliz@gnu.org>
729             Jan Kratochvil  <jan.kratochvil@redhat.com>
730
731         * auto-load.c (auto_load_objfile_script): Rename to ...
732         (auto_load_objfile_script_1): ... here, change variable realname to
733         parameter realname, document it, add return value, add variable retval.
734         (auto_load_objfile_script): New function.
735
736 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
737
738         * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
739         followed by a whitespace.
740
741 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
742
743         PR gdb/14494.
744         * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here.
745         Move the SEC_HAS_CONTENTS check here - for any NAMES use.
746         (dwarf2_locate_sections) <eh_frame>: Move the variable and check from
747         here.
748
749 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
750
751         * memattr.c (create_mem_region): Fix memory region overlapping
752         checking.
753
754 2012-08-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
755
756         * h8300-tdep.c (h8300_push_dummy_call): Replace unsafe alloca
757         with xmalloc/cleanup.
758         * mt-tdep.c (mt_push_dummy_call): Likewise.
759         * tilegx-tdep.c (tilegx_push_dummy_call): Likewise.
760         * xstormy16-tdep.c (xstormy16_push_dummy_call): Likewise.
761
762 2012-08-24  Yao Qi  <yao@codesourcery.com>
763
764         * jv-exp.y (push_expression_name): Add "." at the end of error
765         message.
766
767 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
768
769         Document how to return from "python-interactive" to GDB.
770         * python/python.c (_initialize_python): Update documentation.
771
772 2012-08-23  Pedro Alves  <palves@redhat.com>
773
774         * infrun.c (_initialize_infrun) <handle command help text>:
775         Mention that multiple signals are supported.
776
777 2012-08-23  Pedro Alves  <palves@redhat.com>
778
779         * infcmd.c (_initialize_infcmd) <signal command>: Fix typo in help
780         string.
781
782 2012-08-23  Yao Qi  <yao@codesourcery.com>
783
784         * tracepoint.c (disconnect_tracing): Call set_tracepoint_num.
785         (tfind_1): Don't call registers_changed, set_traceframe_num,
786         and clear_traceframe_info.
787         Call set_current_traceframe.
788         (set_current_traceframe): call set_traceframe_num.
789
790 2012-08-22  Sergio Durigan Junior  <sergiodj@redhat.com>
791
792         * remote-sim.c (_initialize_remote_sim): Pass NULL argument to
793         `register_inferior_data_with_cleanup', fixing regression on PowerPC64.
794
795 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
796
797         Enable readline in Python in a GDB-specific way and block the
798         standard Python readline module to prevent conflicts with GDB.
799         * Makefile.in (SUBDIR_PYTHON_OBS): Add py-gdb-readline.o.
800         (SUBDIR_PYTHON_SRCS): Add python/py-gdb-readline.c.
801         (py-gdb-readline.o): Add rule to compile python/py-gdb-readline.c.
802         * python/py-gdb-readline.c: New file.
803         * python/python-internal.h (gdbpy_initialize_gdb_readline): New
804         prototype.
805         * python/python.c (_initialize_python): Call
806         gdbpy_initialize_gdb_readline.
807
808 2012-08-22  Keith Seitz  <keiths@redhat.com>
809
810         * defs.h: Include build-gnulib/config.h
811
812 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
813
814         * arm-tdep.c (thumb_get_next_pc_raw): Mask off low bits for bx pc
815         and blx pc.
816
817 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
818
819         Add a new "python-interactive" command that starts a standard
820         Python interactive prompt with "pi" as alias, and add "py" as
821         an alias to "python".
822         * NEWS: Mention the new commands.
823         * python/python.c (eval_python_command): New function.
824         (python_interactive_command): For "python-interactive" with
825         arguments, call eval_python_command.  For "python-interactive"
826         without arguments, call PyRun_InteractiveLoop.
827         (_initialize_python): Add "python-interactive" command with
828         "pi" as alias, and add "py" as an alias to "python".
829
830 2012-08-22  Tom Tromey  <tromey@redhat.com>
831
832         * defs.h (quit_flag): Don't declare.
833         (clear_quit_flag, check_quit_flag, set_quit_flag): Declare.
834         (QUIT): Use new functions.
835         * event-top.c (command_handler): Use clear_quit_flag.
836         (handle_sigint): Use set_quit_flag.
837         (async_request_quit): Use check_quit_flag.  Don't check
838         immediate_quit.
839         * exceptions.c (throw_exception): Use clear_quit_flag.
840         * main.c (captured_main): Use clear_quit_flag.
841         * python/python.c (clear_quit_flag, set_quit_flag)
842         (check_quit_flag): New functions.
843         * remote-sim.c (gdb_os_poll_quit): Use check_quit_flag,
844         clear_quit_flag.
845         * remote.c (remote_wait_as): Use check_quit_flag,
846         clear_quit_flag.
847         (remote_start_remote): Call QUIT.
848         * symfile.c (load_progress): Use check_quit_flag.
849         * top.c (command_loop): Use clear_quit_flag.
850         (command_line_input): Call QUIT.
851         * utils.c (quit_flag): Conditionally define.
852         (clear_quit_flag, check_quit_flag, set_quit_flag): New
853         functions.
854         (prompt_for_continue): Call QUIT.  Use quit, not
855         async_request_quit.
856         * remote-mips.c (mips_expect_timeout): Call QUIT.
857         * monitor.c (monitor_expect): Call QUIT.
858
859 2012-08-22  Tom Tromey  <tromey@redhat.com>
860
861         * event-top.c (sigwinch_token, handle_sigwinch): Remove.
862         (async_init_signals): Update.
863         * utils.c (init_page_info): Don't use SIGWINCH_HANDLER.
864         (SIGWINCH_HANDLER_BODY): Remove.
865
866 2012-08-22  Tom Tromey  <tromey@redhat.com>
867
868         * jit.c (jit_object_close_impl): Don't malloc the objfile
869         name.
870         * objfiles.c (allocate_objfile): Don't malloc the objfile
871         name.
872         (free_objfile): Don't free the objfile name.
873         * objfiles.h (struct objfile) <name>: Update comment.
874         * symfile.c (reread_symbols): Fix reference counting.  Don't
875         malloc objfile name.
876
877 2012-08-22  Tom Tromey  <tromey@redhat.com>
878
879         * windows-nat.c (windows_make_so): Use gdb_bfd_open.
880         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_open.
881         (symfile_bfd_open): Likewise.
882         (generic_load): Likewise.
883         * solib.c (solib_bfd_fopen): Use gdb_bfd_open.
884         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
885         gdb_bfd_open.
886         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
887         Use gdb_bfd_open.
888         * rs6000-nat.c (add_vmap): Use gdb_bfd_open.
889         * remote-mips.c (mips_load_srec): Use gdb_bfd_open.
890         (pmon_load_fast): Likewise.
891         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_open.
892         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_open.
893         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_open.
894         (macho_check_dsym): Likewise.
895         * m32r-rom.c (m32r_load): Use gdb_bfd_open.
896         (m32r_upload_command): Likewise.
897         * gdb_bfd.h (gdb_bfd_cache): Declare.
898         * gdb_bfd.c (struct gdb_bfd_data): New.
899         (gdb_bfd_cache): New global.
900         (struct gdb_bfd_cache_search): New.
901         (hash_bfd): New function.
902         (eq_bfd): Likewise.
903         (gdb_bfd_open): Likewise.
904         (gdb_bfd_ref): Allocate a gdb_bfd_data and attach to the BFD.
905         (gdb_bfd_unref): Remove closed BFD from cache.  Update for
906         gdb_bfd_data.
907         * exec.c (exec_file_attach): Use gdb_bfd_open.
908         * dsrec.c (load_srec): Use gdb_bfd_open.
909
910 2012-08-22  Tom Tromey  <tromey@redhat.com>
911
912         * dwarf2read.c (macro_start_file): Update.
913         * objfiles.c (get_objfile_bfd_data): Initialize macro_cache.
914         (free_objfile_per_bfd_storage): Destroy macro_cache.
915         (allocate_objfile, free_objfile): Update.
916         * objfiles.h (struct objfile_per_bfd_storage) <macro_cache>:
917         New field.
918         (struct objfile) <macro_cache>: Remove.
919         * symfile.c (reread_symbols): Update.
920         * symmisc.c (print_symbol_bcache_statistics): Update.
921         (print_objfile_statistics): Update.
922
923 2012-08-22  Tom Tromey  <tromey@redhat.com>
924
925         * elfread.c (elf_symtab_read): Update.
926         * objfiles.c (objfiles_bfd_data): New global.
927         (get_objfile_bfd_data, free_objfile_per_bfd_storage)
928         (objfile_bfd_data_free, set_objfile_per_bfd): New functions.
929         (allocate_objfile, free_objfile): Update.
930         (_initialize_objfiles): Initialize objfiles_bfd_data.
931         * objfiles.h (struct objfile_per_bfd_storage): New.
932         (struct objfile) <per_bfd>: New field.
933         <filename_cache>: Remove.
934         (set_objfile_per_bfd): Declare.
935         * symfile.c (reread_symbols): Update.  Call
936         set_objfile_per_bfd.
937         (allocate_symtab): Update.
938         * symmisc.c (print_symbol_bcache_statistics): Update.
939         (print_objfile_statistics): Print the size of the BFD obstack.
940
941 2012-08-22  Tom Tromey  <tromey@redhat.com>
942
943         * gdb_bfd.h: Include registry.h.  Use DECLARE_REGISTRY.
944         * gdb_bfd.c: Use DEFINE_REGISTRY.
945         (struct gdb_bfd_data): Add REGISTRY_FIELDS.
946         (gdb_bfd_ref): Call bfd_alloc_data.
947         (gdb_bfd_unref): Call bfd_free_data.
948
949 2012-08-22  Tom Tromey  <tromey@redhat.com>
950
951         * registry.h (struct registry_fields): New.
952         (REGISTRY_FIELDS): Redefine.
953         (REGISTRY_ACCESS_FIELD): New macro.
954         (DEFINE_REGISTRY): Add ACCESS argument.  Update defined
955         functions.
956
957 2012-08-22  Tom Tromey  <tromey@redhat.com>
958
959         * auto-load.c (_initialize_auto_load): Update.
960         * solib-svr4.c (_initialize_svr4_solib): Update
961         * solib-dsbt.c (_initialize_dsbt_solib): Update.
962         * solib-darwin.c (_initialize_darwin_solib): Update.
963         * registry.h: New file.
964         * python/py-progspace.c (gdbpy_initialize_pspace): Update.
965         * python/py-inferior.c (gdbpy_initialize_inferior): Update.
966         * progspace.h: Include registry.h.  Use DECLARE_REGISTRY.
967         (register_program_space_data_with_cleanup)
968         (register_program_space_data, program_space_alloc_data)
969         (clear_program_space_data, set_program_space_data)
970         (program_space_data): Don't declare.
971         * progspace.c: Use DEFINE_REGISTRY.
972         (struct program_space_data, struct
973         program_space_data_registration, struct
974         program_space_data_registry, program_space_data_registry)
975         (register_program_space_data_with_cleanup)
976         (register_program_space_data, program_space_alloc_data)
977         (program_space_free_data, clear_program_space_data)
978         (set_program_space_data, program_space_data): Remove.
979         * objfiles.h: Include registry.h.  Use DECLARE_REGISTRY.
980         (struct objfile) <data, num_data>: Replace with REGISTRY_FIELDS.
981         (register_objfile_data_with_cleanup, register_objfile_data)
982         (clear_objfile_data, set_objfile_data, objfile_data): Don't
983         declare.
984         * objfiles.c: Use DEFINE_REGISTRY.
985         (struct objfile_data, struct objfile_data_registration, struct
986         objfile_data_registry, objfile_data_registry)
987         (register_objfile_data_with_cleanup, register_objfile_data)
988         (objfile_alloc_data, objfile_free_data, clear_objfile_data)
989         (set_objfile_data, objfile_data): Remove.
990         (_initialize_objfiles): Update.
991         * jit.c (_initialize_jit): Update.
992         * inflow.c (_initialize_inflow): Update.
993         * inferior.h: Include registry.h.  Use DECLARE_REGISTRY.
994         (struct inferior) <data, num_data>: Replace with REGISTRY_FIELDS.
995         (register_inferior_data_with_cleanup, register_inferior_data)
996         (clear_inferior_data, set_inferior_data, inferior_data): Don't
997         declare.
998         * inferior.c: Use DEFINE_REGISTRY.
999         (struct inferior_data, struct inferior_data_registration, struct
1000         inferior_data_registry, inferior_data_registry)
1001         (register_inferior_data_with_cleanup, register_inferior_data)
1002         (inferior_alloc_data, inferior_free_data  clear_inferior_data)
1003         (set_inferior_data, inferior_data): Remove.
1004         * auxv.c (_initialize_auxv): Update.
1005         * ada-lang.c (_initialize_ada_language): Update.
1006         * breakpoint.c (_initialize_breakpoint): Update.
1007         * i386-nat.c (i386_use_watchpoints): Update.
1008
1009 2012-08-22  Tom Tromey  <tromey@redhat.com>
1010
1011         * exec.c (exec_close, exec_file_attach): Update.
1012         (add_to_section_table): Initialize 'key' field.
1013         (add_target_sections, remove_target_sections): Add 'key' argument.
1014         * exec.h (add_target_sections, remove_target_sections): Add
1015         'key' argument.
1016         * solib.c (solib_map_sections, update_solib_list, clear_solib)
1017         (reload_shared_libraries_1): Update.
1018         * target.h (struct target_section) <key>: New field.
1019
1020 2012-08-22  Tom Tromey  <tromey@redhat.com>
1021
1022         * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case.
1023
1024 2012-08-21  Pierre Muller  <muller@ics.u-strasbg.fr>
1025
1026         * symfile.c (allocate_symtab): Use host_address_to_string
1027         function instead of cast of pointer to long which is not
1028         compatible with x86_64-w64-mingw32 build.
1029
1030 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1031
1032         * mips-tdep.c (is_octeon): New function.
1033         (is_octeon_bbit_op): New function.
1034         (mips32_next_pc): Handle Octeon's bbit instructions.
1035         (mips32_instruction_has_delay_slot): Likewise.
1036
1037 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1038
1039         * mips-tdep.c (mips32_next_pc): Fix line spacing of the comment
1040         before the function.
1041
1042 2012-08-19  Andrew Pinski  <apinski@cavium.com>
1043
1044         * mips-tdep.c (mips32_next_pc): Consolidate calls to itype_op.
1045
1046 2012-08-19  Keith Seitz  <keiths@redhat.com>
1047
1048         PR c++/14365
1049         * c-typeprint.c (c_type_print_varspec_prefix): Pass
1050         -1 for SHOW to c_type_print_base for METHODPTR and MEMBERPTR.
1051
1052 2012-08-18  Eli Zaretskii  <eliz@gnu.org>
1053
1054         * Makefile.in (HFILES_NO_SRCDIR): Fix a typo: golang.h -> go-lang.h.
1055         The typo broke "make TAGS".
1056
1057 2012-08-17  Joel Brobecker  <brobecker@adacore.com>
1058
1059         GDB 7.5 released.
1060
1061 2012-08-17  Keith Seitz  <keiths@redhat.com>
1062
1063         PR c++/13356
1064         * gdbtypes.c (strict_type_checking): New variable.
1065         (show_strict_type_checking): New function.
1066         (rank_one_type): Return NS_POINTER_INTEGER_CONVERSION_BADNESS
1067         if strict type checking is disabled.
1068         (_initialize_gdbtypes): Add "check type" subcommand.
1069         * gdbtypes.h (NS_INTEGER_POINTER_CONVERSION_BADNESS): New struct.
1070
1071 2012-08-17  Keith Seitz  <keiths@redhat.com>
1072
1073         * language.h (type_mode): Remove.
1074         (type_check): Remove.
1075         (struct language_defn): Remove la_type_check.
1076         (STRICT_TYPE): Remove unused macro.
1077         (type_error): Remove.
1078         * language.c (set_type_range_case): Renamed to ...
1079         (set_range_case): ... this.  Update all callers.
1080         Remove type_mode/type_check.
1081         (type_mode): Remove.
1082         (type_check): Remove.
1083         (show_type_command): Remove.
1084         (set_type_command): Remove.
1085         (language_info): Remove type checking output.
1086         (type_error): Remove unused function.
1087         (range_error): Update comment.
1088         (unknown_language_defn): Remove la_type_check.
1089         (auto_language_defn): Likewise.
1090         (local_language_defn): Likewise.
1091         (_initialize_language): Remove "check type" subcommand.
1092         * ada-lang.c (ada_language_defn): Remove la_type_check.
1093         * c-lang.c (c_language_defn): Likewise.
1094         (cplus_language_defn): Likewise.
1095         (asm_language_defn): Likewise.
1096         (minimal_language_defn): Likewise.
1097         * d-lang.c (d_language_defn): Likewise.
1098         * f-lang.c (f_language_defn): Likewise.
1099         * go-lang.c (go_language_defn): Likewise.
1100         * jv-lang.c (java_language_defn): Likewise.
1101         * m2-lang.c (m2_language_defn): Likewise.
1102         * objc-lang.c (objc_language_defn): Likewise.
1103         * opencl-lang.c (opencl_language_defn): Likewise.
1104         * p-lang.c (pascal_language_defn): Likewise.
1105
1106 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
1107
1108         * infcmd.c (_initialize_infcmd): Remove trailing ) in next help text.
1109
1110 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1111
1112         * ia64-hpux-nat.c (ia64_hpux_get_register_from_save_state_t):
1113         New function.
1114         (ia64_hpux_xfer_memory): Check if inferior_ptid is known before
1115         using the regache.  Use ia64_hpux_get_register_from_save_state_t
1116         to access the bsp and bspstore registers if not.
1117
1118 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1119
1120         * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
1121         * breakpoint.c (detach_breakpoints): Change pid parameter into
1122         a ptid.  Adjust code accordingly.
1123         * infrun.c (handle_inferior_event): Delete variable child_pid.
1124         Update call to detach_breakpoints to pass the child ptid for
1125         fork events.
1126         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
1127         assert that inferior_ptid's lwp is zero.
1128         (linux_handle_extended_wait): Update call to detach_breakpoints.
1129         * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
1130         detach_breakpoints.
1131
1132 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1133
1134         * inf-ttrace.c (inf_ttrace_follow_fork): When following the
1135         parent, only call detach_breakpoints if tts.tts_event ==
1136         TTEVT_VFORK.
1137
1138 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
1139
1140         * dwarf2-frame.c (dwarf2_frame_cache): Use
1141         get_frame_address_in_block instead of get_frame_pc as
1142         the bound for executing the frame's FDE.
1143
1144 2012-08-16  Yao Qi  <yao@codesourcery.com>
1145
1146         * gdbtypes.h (enum type_code): Define TYPE_CODE_BITSTRING -1.
1147         * arm-tdep.c (arm_type_align): Remove code handling TYPE_CODE_BITSTRING.
1148         * c-typeprint.c (c_type_print_varspec_prefix): Likewise.
1149         (c_type_print_varspec_suffix): Likewise.
1150         * eval.c (evaluate_subexp_standard): Likewise.
1151         * f-typeprint.c (f_type_print_varspec_prefix): Likewise.
1152         (f_type_print_varspec_suffix): Likewise.
1153         * gdbtypes.c (is_scalar_type): Likewise.
1154         (recursive_dump_type): Likewise.
1155         * infcall.c (value_arg_coerce): Likewise.
1156         * m2-valprint.c (m2_val_print): Likewise.
1157         * p-typeprint.c (pascal_type_print_varspec_prefix): Likewise.
1158         (pascal_type_print_varspec_suffix): Likewise.
1159         (pascal_type_print_base): Likewise.
1160         * p-valprint.c (pascal_val_print): Likewise.
1161         (pascal_val_print): Likewise.
1162         * valops.c (value_slice): Likewise.
1163         * valprint.c (scalar_type_p): Likewise.
1164         * valarith.c (value_bitstring_subscript): Remove.
1165         (value_concat): Remove code handling TYPE_CODE_BITSTRING.
1166         Remove comment on TYPE_CODE_BITSTRING.
1167
1168         * stabsread.c (read_type): Don't set TYPE_CODE (type) to
1169         TYPE_CODE_BITSTRING.
1170
1171         * python/py-type.c (pyty_codes): Move ENTRY (TYPE_CODE_BITSTRING) to
1172         slot 0.
1173
1174 2012-08-16  Yao Qi  <yao@codesourcery.com>
1175
1176         * tracepoint.c (trace_find_none_command): Remove.
1177         (_initialize_tracepoint): Call add_alias_cmd for "tfind none".
1178
1179 2012-08-16  Yao Qi  <yao@codesourcery.com>
1180
1181         * remote.c (handle_notification): Remove parameter 'length'.
1182         (putpkt_binary, getpkt_or_notif_sane_1): Caller update.
1183
1184 2012-08-15  Keith Seitz  <keiths@redhat.com>
1185
1186         * gdbtypes.c (opaque_type_resolution): Make static.
1187         Add missing comment.
1188         (overload_debug): Add missing comment.
1189         (show_opaque_type_resolution): Likewise.
1190         (show_overload_debug): Likewise.
1191         (print_bit_vector): Remove unnecessary forward declaration.
1192         (print_arg_types): Likewise.
1193         (dump_fn_fieldlists): Likewise.
1194         (print_cplus_stuff): Likewise.
1195
1196 2012-08-15  Tom Tromey  <tromey@redhat.com>
1197
1198         * gdb_bfd.c (struct gdb_bfd_data) <archive_bfd>: New field.
1199         (gdb_bfd_ref): Initialize new field.
1200         (gdb_bfd_unref): Unref the archive BFD.
1201         (gdb_bfd_openr_next_archived_file): Acquire a reference to the
1202         parent archive.
1203
1204 2012-08-15  Tom Tromey  <tromey@redhat.com>
1205
1206         PR python/14387:
1207         * python/py-bpevent.c (create_breakpoint_event_object): Update
1208         comment.
1209         * python/py-event.c (evpy_add_attribute): Update comment.
1210         * python/py-exitedevent.c (create_exited_event_object): Fix
1211         reference counting and error handling.
1212         * python/py-newobjfileevent.c (create_new_objfile_event_object):
1213         Fix reference counting.
1214         * python/py-signalevent.c (create_signal_event_object): Fix
1215         reference counting and error handling.
1216         * python/py-stopevent.c (emit_stop_event): Fix reference
1217         counting.
1218         * python/py-threadevent.c (get_event_thread): Return a
1219         borrowed reference.
1220         * python/py-type.c (convert_field): Fix reference counting.
1221
1222 2012-08-15  Tom Tromey  <tromey@redhat.com>
1223
1224         * dwarf2read.c (dwarf_decode_macro_bytes)
1225         <DW_MACRO_GNU_transparent_include>: Use pointer to included data
1226         as hash key.
1227
1228 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
1229
1230         * infcmd.c (_initialize_infcmd): Update help text for the signal,
1231         stepi, nexti, finish, next, step, jump, and continue commands.
1232         * infrun.c (_initialize_infrun): Update help text for the handle
1233         command.
1234
1235 2012-08-14  Doug Evans  <dje@google.com>
1236
1237         * gdbtypes.c (struct extra): Delete, unused.
1238
1239         * gdbtypes.c: Whitespace cleanup.
1240         (address_space_name_to_int): Remove "extern" from definition.
1241         (_initialize_gdbtypes): Declare with initialize_file_ftype.
1242
1243         * gdbtypes.c (make_pointer_type): Remove redundant setting of
1244         TYPE_POINTER_TYPE (type).
1245
1246 2012-08-14  Gary Benson  <gbenson@redhat.com>
1247
1248         * solib-svr4.c (svr4_free_library_list): Use free_so.
1249
1250 2012-08-13  Mike Frysinger  <vapier@gentoo.org>
1251
1252         * .gitignore: Add go-exp.c.
1253
1254 2012-08-13  Doug Evans  <dje@google.com>
1255
1256         * value.c (show_convenience): Tweak comment.
1257         (_initialize_values): Mention convenience functions in the help text
1258         for "show convenience".
1259
1260 2012-08-13  Yao Qi  <yao@codesourcery.com>
1261
1262         * std-operator.def: Remove TERNOP_SLICE_COUNT.
1263         * breakpoint.c (watchpoint_exp_is_const): Remove handling to
1264         TERNOP_SLICE_COUNT.
1265         * eval.c (evaluate_subexp_standard): Likewise.
1266         * expprint.c (print_subexp_standard): Likewise.
1267         (dump_subexp_body_standard): Likewise.
1268         * parse.c (operator_length_standard): Likewise.
1269
1270 2012-08-13  Yao Qi  <yao@codesourcery.com>
1271
1272         * std-operator.def: Remove OP_BITSTRING.
1273         * breakpoint.c (watchpoint_exp_is_const): Update.
1274         * eval.c (evaluate_subexp_standard): Remove handling to
1275         OP_BITSTRING.
1276         * expprint.c (print_subexp_standard): Likewise.
1277         (dump_subexp_body_standard): Likewise.
1278         * parse.c (operator_length_standard): Likewise.
1279         * valops.c (value_bitstring): Remove.
1280         * value.h: Remove the declaration of 'value_bitstring'.
1281
1282 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1283
1284         * linespec.c (find_methods): Remove unused variables `i1' and
1285         `name_len'.
1286         (decode_line_full): Likewise for `arg_start'.
1287
1288 2012-08-10  Sergio Durigan Junior  <sergiodj@redhat.com>
1289
1290         * gdb_bfd.c (gdb_bfd_unref): Remove unused variable `slot'.
1291         (zlib_decompress_section): Likewise for `section_data'.
1292         (gdb_bfd_map_section): Likewise for `buf' and `retbuf'.
1293
1294 2012-08-10  Doug Evans  <dje@google.com>
1295
1296         Add $_memeq, $_regex, $_streq, $_strlen convenience functions.
1297         * NEWS: Document them.
1298         * data-directory/Makefile.in (PYTHON_FILES): Add function/__init__.py,
1299         function/strfns.py.
1300         * python/py-type.c (typy_array_1): New function.
1301         (typy_array): Call it.
1302         (typy_vector): New function.
1303         (type_object_methods): Add "vector".
1304         * python/lib/gdb/function/__init__.py: New file.
1305         * python/lib/gdb/function/strfns.py: New file.
1306
1307 2012-08-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
1308
1309         * python/py-type.c (convert_field): Use gdb_py_long_from_longest
1310         for TYPE_FIELD_BITPOS.
1311         (typy_get_sizeof): Likewise for TYPE_LENGTH.
1312
1313 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
1314
1315         PR cli/10436:
1316         * common/vec.h (VEC_merge): Define.
1317         (DEF_VEC_ALLOC_FUNC_I): Add a merge helper.
1318         (DEF_VEC_ALLOC_FUNC_P): Likewise.
1319         (DEF_VEC_ALLOC_FUNC_O): Likewise.
1320         * completer.c: Include gdb_signals.h.
1321         (signal_completer): Define.
1322         * completer.h (signal_completer): Add prototype.
1323         * infcmd.c (_initialize_infcmd): Assign the command
1324         completer for "signal" to handle_completer.
1325         * infrun.c: Include completer.h.
1326         (handle_completer): Define.
1327         (_initialize_infrun): Declare a new local variable c.  Store the
1328         result of add_com("handle") to it.  Assign the command
1329         completer for "handle" to handle_completer.
1330
1331 2012-08-09  Yao Qi  <yao@codesourcery.com>
1332
1333         * cli/cli-decode.c (set_cmd_prefix): New.
1334         (lookup_cmd_for_prefixlist): New.
1335         (add_prefix_cmd): Call set_cmd_prefix and update field 'prefix'
1336         of each cmd_list_element in *prefixlist.
1337         (add_setshow_cmd_full): set_cmd_prefix.
1338         (add_alias_cmd): Likewise.
1339         * cli/cli-decode.h (struct cmd_list_element) <prefix>: New field.
1340         Declare 'auto_boolean_enums'.
1341         * cli/cli-setshow.c: Include "observer.h".
1342         (notify_command_param_changed_p): New.
1343         (add_setshow_auto_boolean_cmd): Move auto_boolean_enums out.
1344         Remove 'static'.
1345         (do_setshow_command): Split it to ...
1346         (do_set_command, do_show_command): ... them.  New.
1347         (do_set_command): Call observer_notify_command_param_changed if
1348         notify_command_param_changed_p returns true.
1349         (cmd_show_list): Caller update.
1350         * auto-load.c (set_auto_load_cmd): Likewise.
1351         * remote.c (show_remote_cmd): Likewise.
1352         * cli/cli-setshow.h: Update declarations.
1353         * top.c (execute_command): Call do_set_command and do_show_command.
1354
1355         * NEWS: Mention new MI notification.
1356         * mi/mi-interp.c: Declare mi_command_param_changed.
1357         (mi_interpreter_init): Attach mi_command_param_changed to
1358         observer command_param_changed.
1359         (mi_command_param_changed): New.
1360         Remove mi_suppress_breakpoint_notifications.
1361         Define global variable mi_suppress_notification.
1362         (mi_breakpoint_created): Update.
1363         (mi_breakpoint_deleted): Likewise.
1364         (mi_breakpoint_modified): Likewise.
1365         * mi/mi-main.c (mi_cmd_execute): Likewise.  Check command
1366         'gdb-set' and set mi_suppress_notification.
1367         * mi/mi-main.h: (mi_suppress_notification): New struct.
1368
1369 2012-08-09  Andreas Tobler  <andreast@fgznet.ch>
1370             Jan Kratochvil  <jan.kratochvil@redhat.com>
1371
1372         * fbsd-nat.h (fbsd_find_memory_regions): Use find_memory_region_ftype.
1373
1374 2012-08-09  Yao Qi  <yao@codesourcery.com>
1375
1376         * cli/cli-cmds.c (enablebreaklist): Move it to breakpoint.c.
1377         (skiplist): Move it to skip.c.
1378         (init_cmd_lists): Remove code setting enablebreaklist and
1379         skiplist to NULL.
1380         * breakpoint.c (enablebreaklist): Moved from cli/cli-cmds.c.
1381         * cli/cli-cmds.h: Remove declaration of enablebreaklist and
1382         skiplist.
1383         * gdbcmd.h: Likewise.
1384         * skip.c (_initialize_step_skip): Move 'skiplist' from
1385         cli/cli-cmds.c.
1386
1387 2012-08-09  Yao Qi  <yao@codesourcery.com>
1388
1389         * cli/cli-dump.c: Add 'static' to some cmd_list_element variables.
1390         * gnu-nat.c, symfile.c: Likewise.
1391
1392 2012-08-08  Aaron Gamble  <agamble@google.com>
1393
1394         * utils.c (prompt_for_continue_wait_time): New static global.
1395         (make_command_stats_cleanup): Initialize it.
1396         (report_command_stats): Subtract time waiting for user.
1397         (prompt_for_continue): Track time waiting for user.
1398         (defaulted_query): Track time waiting for user.
1399
1400 2012-08-08  Doug Evans  <dje@google.com>
1401
1402         * eval.c (evaluate_subexp_standard): Fix thinko in handling
1403         UNOP_MEMVAL_TYPE.
1404         * expprint.c (print_subexp_standard, case OP_TYPE): New.
1405         (print_subexp_standard, case UNOP_CAST_TYPE): Don't increment pos.
1406         (print_subexp_standard, case UNOP_DYNAMIC_CAST): Ditto.
1407         (print_subexp_standard, case UNOP_REINTERPRET_CAST): Ditto.
1408         (print_subexp_standard, case UNOP_MEMVAL_TYPE): Ditto.
1409         (dump_subexp_body_standard, case UNOP_DYNAMIC_CAST): Don't increment
1410         elt.
1411         (dump_subexp_body_standard, case UNOP_REINTERPRET_CAST): Ditto.
1412         (dump_subexp_body_standard, case UNOP_CAST_TYPE): Ditto.
1413         (dump_subexp_body_standard, case UNOP_MEMVAL_TYPE): Ditto.
1414         (dump_prefix_expression): Handle OP_TYPE.
1415
1416 2012-08-08  Keith Seitz  <keiths@redhat.com>
1417
1418         * breakpoint.c (parse_breakpoint_sals): Remove unused variable
1419         addr_start.
1420
1421 2012-08-08  Doug Evans  <dje@google.com>
1422
1423         * linux-thread-db.c: #include "gdb_vecs.h".
1424         (try_thread_db_load_from_pdir_1): New arg "subdir".  All callers
1425         updated.
1426         (try_thread_db_load_from_pdir): New arg "subdir".  All callers updated.
1427         (thread_db_load_search): Use a vector to iterate over path elements.
1428         Handle text appearing after "$pdir".
1429
1430         * gdb_string.h: Moved to ...
1431         * common/gdb_string.h: ... here.
1432         * common/vec.h: Remove #ifndef GDBSERVER conditional inclusion of
1433         gdb_string.h and gdb_assert.h.
1434
1435 2012-08-08  Yao Qi  <yao@codesourcery.com>
1436
1437         * tic6x-tdep.c (tic6x_register_to_value): Remove.
1438         (tic6x_value_to_register): Likewise.
1439         (tic6x_gdbarch_init): Don't call set_gdbarch_register_to_value
1440         and set_gdbarch_value_to_register.
1441
1442 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
1443             Jean-Marc Saffroy  <saffroy@gmail.com>
1444
1445         PR 11804
1446         * defs.h (find_memory_region_ftype): New comment.  New arg modified.
1447         * fbsd-nat.c (fbsd_find_memory_regions): Add the passed modified value.
1448         * gcore.c (gcore_create_callback): New function comment.  Add modified
1449         parameter.  Only write modified regions.  Set SEC_READONLY exactly
1450         according to MODIFIED.
1451         (objfile_find_memory_regions): Ignore separate debug info files.  Ass
1452         the passed modified value to FUNC.
1453         * gnu-nat.c (gnu_find_memory_regions): Add the passed modified value.
1454         * linux-tdep.c (linux_find_memory_regions): Try to reads smaps file
1455         first.  New variables modified and has_anonymous.  Parse the lines of
1456         smaps file.  Add the passed MODIFIED value to FUNC.
1457         * procfs.c (find_memory_regions_callback): Add the passed modified
1458         value.
1459
1460 2012-08-06  Tom Tromey  <tromey@redhat.com>
1461
1462         * dwarf2-frame.c (clear_pointer_cleanup): New function.
1463         (dwarf2_frame_cache): Use it.
1464         * frame-unwind.h (frame_sniffer_ftype): Document prologue
1465         cache initialization constraint.
1466
1467 2012-08-06  Tom Tromey  <tromey@redhat.com>
1468
1469         PR python/14386:
1470         * varobj.c (update_dynamic_varobj_children): Don't call
1471         PyIter_Check.
1472
1473 2012-08-06  Tom Tromey  <tromey@redhat.com>
1474
1475         PR cli/14392:
1476         * cli/cli-cmds.c (list_command): Filter 'sals_end'.
1477
1478 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
1479
1480         * NEWS: New entry for 'cd' default parameters.
1481         * cli/cli-cmds.c (cd_command): Replace error_no_arg by DIR assignment.
1482
1483 2012-08-03  Tom Tromey  <tromey@redhat.com>
1484
1485         * dwarf2-frame.c (dwarf2_frame_cache): Call do_cleanups before
1486         return.
1487
1488 2012-08-02  Ulrich Weigand  <ulrich.weigand@linaro.org>
1489
1490         * inf-child.c (inf_child_fileio_pwrite): If pwrite fails, fall back
1491         to attempting lseek/write.
1492         (inf_child_fileio_pread): Likewise for pread.
1493
1494 2012-08-02  Yao Qi  <yao@codesourcery.com>
1495
1496         * dwarf2loc.c (entry_values_debug): Add 'unsigned'.
1497         (_initialize_dwarf2loc): Call add_setshow_zuinteger_cmd instead of
1498         add_setshow_zinteger_cmd.
1499         * dwarf2loc.h: Update the declaration of 'entry_values_debug'.
1500         * dwarf2read.c (dwarf2_die_debug): Add 'unsigned'.
1501         (_initialize_dwarf2_read): Call add_setshow_zuinteger_cmd
1502         instead of add_setshow_zinteger_cmd.
1503         * darwin-nat.c (dwarwin_debug_flag): Add 'unsigned'.
1504         (_initialize_darwin_inferior): Call add_setshow_zuinteger_cmd
1505         instead of add_setshow_zinteger_cmd.
1506         * frame.c (frame_debug): Add 'unsigned'.
1507         (_intialize_frame): Call add_setshow_zuinteger_cmd instead of
1508         add_setshow_zinteger_cmd.
1509         * frame.h: Update the declaration of 'frame_debug'.
1510         * gdbtypes.c (overload_debug): Add 'unsigned'.
1511         (_initialize_gdbtypes): Call add_setshow_zuinteger_cmd instead of
1512         add_setshow_zinteger_cmd.
1513         * inferior.h: Update declaration of 'debug_infrun'.
1514         * infrun.c (debug_infrun): Add 'unsigned'.
1515         (_initialize_infrun): Call add_setshow_zuinteger_cmd instead of
1516         add_setshow_zinteger_cmd.
1517         * jit.c (jit_debug): Add 'unsigned'.
1518         (_initialize_jit): Call add_setshow_zuinteger_cmd instead of
1519         add_setshow_zinteger_cmd.
1520         * linux-nat.c (debug_linux_nat): Add 'unsigned'.
1521         (_initialize_linux_nat): Call add_setshow_zuinteger_cmd
1522         instead of add_setshow_zinteger_cmd.
1523         * linux-thread-db.c (libthread_db_debug): Add 'unsigned'.
1524         (_initialize_thread_db): Call add_setshow_zuinteger_cmd instead of
1525         add_setshow_zinteger_cmd.
1526         * machoread.c (mach_o_debug_level): Add 'unsigned'.
1527         (_initialize_machoread): Call add_setshow_zuinteger_cmd
1528         instead of add_setshow_zinteger_cmd.
1529         * mi/mi-cmd-var.c: Update the declaration of 'varobjdebug'.
1530         * microblaze-tdep.c (microblaze_debug_flag): Add 'unsigned'.
1531         (_initialize_microblaze_tdep): Call add_setshow_zuinteger_cmd
1532         intead of add_setshow_zinteger_cmd.
1533         * mips-tdep.c (mips_debug): Add 'unsigned'.
1534         (_initialize_mips_tdep): Call add_setshow_zuinteger_cmd
1535         instead of add_setshow_zinteger_cmd.
1536         * monitor.c (monitor_debug): Add 'unsigned'.
1537         (_initialize_remote_monitors): Call add_setshow_zuinteger_cmd instead of
1538         add_setshow_zinteger_cmd.
1539         * observer.c (observer_debug): Add 'unsigned'.
1540         (_initialize_observer): Call add_setshow_zuinteger_cmd instead of
1541         add_setshow_zinteger_cmd.
1542         * parse.c (expressiondebug): Add 'unsigned'.
1543         (_initialize_parse): Call add_setshow_zuinteger_cmd instead of
1544         add_setshow_zinteger_cmd.
1545         * record.c (record_debug): Add 'unsigned'.
1546         (_initialize_record): Call add_setshow_zuinteger_cmd instead of
1547         add_setshow_zinteger_cmd.
1548         * record.h: Update the declaration of 'record_debug'.
1549         * stap-probe.c (stap_expression_debug): Add 'unsigned'.
1550         (_initialize_stap_probe): Call add_setshow_zuinteger_cmd instead of
1551         add_setshow_zinteger_cmd.
1552         * serial.c (global_serial_debug_p): Add 'unsigned'.
1553         (_initialize_serial): Call add_setshow_zuinteger_cmd instead of
1554         add_setshow_zinteger_cmd.
1555         * solib-dsbt.c (solib_dsbt_debug): Add 'unsigned'.
1556         (_initialize_dsbt_solib): Call add_setshow_zuinteger_cmd instead of
1557         add_setshow_zinteger_cmd.
1558         * solib-frv.c (solib_frv_debug): Add 'unsigned'.
1559         (_initialize_frv_solib): Call add_setshow_zuinteger_cmd instead of
1560         add_setshow_zinteger_cmd.
1561         * target.c (targetdebug): Add 'unsigned'.
1562         (initialize_targets): Call add_setshow_zuinteger_cmd instead of
1563         add_setshow_zinteger_cmd.
1564         * valops.c (overload_debug): Add 'unsigned'.
1565         * varobj.c (varobjdebug): Add 'unsigned'.
1566         (_initialize_varobj): Call add_setshow_zuinteger_cmd instead of
1567         add_setshow_zinteger_cmd.
1568         * xtensa-tdep.c (xtensa_debug_level): Add 'unsigned'.
1569         (_initialize_xtensa_tdep): Call add_setshow_zuinteger_cmd
1570         instead of add_setshow_zinteger_cmd.
1571
1572         * arch-utils.h: Remove the declaration of 'gdbarch_debug'.
1573         * gdbarch.sh (gdbarch_debug): Add 'unsigned'.
1574         (extern void _initialize_gdbarch): Call add_setshow_zuinteger_cmd
1575         instead of add_setshow_zinteger_cmd.
1576         * gdbarch.c, gdbarch.h: Re-generated.
1577
1578 2012-08-02  Yao Qi  <yao@codesourcery.com>
1579
1580         * nto-tdep.c: Don't include cli/cli-decode.h and
1581         cli/cli-cmds.h.
1582         (_initialize_nto_tdep): Remove.
1583         * nto-tdep.h (struct nto_target_ops) <internal_debugging>:
1584         Remove field.
1585         Remove macro nto_internal_debugging.
1586
1587 2012-08-01  Richard Henderson  <rth@redhat.com>
1588
1589         * configure.tgt (m32c-*-*) [gdb_target_obs]: Remove prologue-value.o.
1590         (mep-*-*) [gdb_target_obs]: Likewise.
1591
1592 2012-07-31  Andreas Schwab  <schwab@linux-m68k.org>
1593
1594         * ppc-linux-tdep.c (ppc_linux_init_abi): Register
1595         linux_get_siginfo_type.
1596
1597 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
1598
1599         * infcall.c (call_function_by_hand): Move BP_ADDR comment to
1600         AT_ENTRY_POINT.
1601         (call_function_by_hand) <ON_STACK>: Call write_memory with
1602         gdbarch_breakpoint_from_pc, if possible.
1603         (call_function_by_hand) <AT_ENTRY_POINT>: The BP_ADDR comment is moved
1604         here.
1605
1606 2012-07-31  Yao Qi  <yao@codesourcery.com>
1607
1608         * tracepoint.c: Add 'static' for some variables.
1609
1610 2012-07-31  Yao Qi  <yao@codesourcery.com>
1611
1612         * go32-nat.c: Declare _initialize_go32_nat.
1613         * ser-go32.c: Declare _initialize_ser_dos.
1614         * top.c (do_chdir_cleanup): Add 'static'.
1615
1616 2012-07-30  Keith Seitz  <keiths@redhat.com>
1617
1618         * linespec.c (linespec_lex_number): A number followed
1619         by quotes is a valid number, too.
1620
1621 2012-07-30  Tom Tromey  <tromey@redhat.com>
1622
1623         * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
1624
1625 2012-07-30  Ulrich Weigand  <ulrich.weigand@linaro.org>
1626
1627         * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not
1628         attempt to 4-byte-align HW breakpoint addresses for Thumb.
1629
1630 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
1631
1632         * varobj.c (varobj_invalidate_iter): All varobj must be marked as
1633         invalid or reevaluated to prevent prevent references to possibly
1634         delete'd type objects being left in the varobj.
1635
1636 2012-07-27  Tom Tromey  <tromey@redhat.com>
1637             Jan Kratochvil  <jan.kratochvil@redhat.com>
1638
1639         * copying.awk: Print buffer-read-only and vi ro markers.
1640         * copying.c: Rebuild.
1641         * gdbarch.sh (copyright): Print buffer-read-only and vi ro markers.
1642         * gdbarch.c, gdbarch.h: Rebuild.
1643         * target-descriptions.c (maint_print_c_tdesc_cmd): Print
1644         buffer-read-only and vi ro markers.
1645         * features/arm-with-iwmmxt.c: Rebuild.
1646         * features/arm-with-m-fpa-layout.c: Rebuild.
1647         * features/arm-with-m-vfp-d16.c: Rebuild.
1648         * features/arm-with-m.c: Rebuild.
1649         * features/arm-with-neon.c: Rebuild.
1650         * features/arm-with-vfpv2.c: Rebuild.
1651         * features/arm-with-vfpv3.c: Rebuild.
1652         * features/i386/amd64-avx-linux.c: Rebuild.
1653         * features/i386/amd64-avx.c: Rebuild.
1654         * features/i386/amd64-linux.c: Rebuild.
1655         * features/i386/amd64.c: Rebuild.
1656         * features/i386/i386-avx-linux.c: Rebuild.
1657         * features/i386/i386-avx.c: Rebuild.
1658         * features/i386/i386-linux.c: Rebuild.
1659         * features/i386/i386-mmx-linux.c: Rebuild.
1660         * features/i386/i386-mmx.c: Rebuild.
1661         * features/i386/i386.c: Rebuild.
1662         * features/i386/x32-avx-linux.c: Rebuild.
1663         * features/i386/x32-avx.c: Rebuild.
1664         * features/i386/x32-linux.c: Rebuild.
1665         * features/i386/x32.c: Rebuild.
1666         * features/mips-dsp-linux.c: Rebuild.
1667         * features/mips-linux.c: Rebuild.
1668         * features/mips64-dsp-linux.c: Rebuild.
1669         * features/mips64-linux.c: Rebuild.
1670         * features/rs6000/powerpc-32.c: Rebuild.
1671         * features/rs6000/powerpc-32l.c: Rebuild.
1672         * features/rs6000/powerpc-403.c: Rebuild.
1673         * features/rs6000/powerpc-403gc.c: Rebuild.
1674         * features/rs6000/powerpc-405.c: Rebuild.
1675         * features/rs6000/powerpc-505.c: Rebuild.
1676         * features/rs6000/powerpc-601.c: Rebuild.
1677         * features/rs6000/powerpc-602.c: Rebuild.
1678         * features/rs6000/powerpc-603.c: Rebuild.
1679         * features/rs6000/powerpc-604.c: Rebuild.
1680         * features/rs6000/powerpc-64.c: Rebuild.
1681         * features/rs6000/powerpc-64l.c: Rebuild.
1682         * features/rs6000/powerpc-7400.c: Rebuild.
1683         * features/rs6000/powerpc-750.c: Rebuild.
1684         * features/rs6000/powerpc-860.c: Rebuild.
1685         * features/rs6000/powerpc-altivec32.c: Rebuild.
1686         * features/rs6000/powerpc-altivec32l.c: Rebuild.
1687         * features/rs6000/powerpc-altivec64.c: Rebuild.
1688         * features/rs6000/powerpc-altivec64l.c: Rebuild.
1689         * features/rs6000/powerpc-cell32l.c: Rebuild.
1690         * features/rs6000/powerpc-cell64l.c: Rebuild.
1691         * features/rs6000/powerpc-e500.c: Rebuild.
1692         * features/rs6000/powerpc-e500l.c: Rebuild.
1693         * features/rs6000/powerpc-isa205-32l.c: Rebuild.
1694         * features/rs6000/powerpc-isa205-64l.c: Rebuild.
1695         * features/rs6000/powerpc-isa205-altivec32l.c: Rebuild.
1696         * features/rs6000/powerpc-isa205-altivec64l.c: Rebuild.
1697         * features/rs6000/powerpc-isa205-vsx32l.c: Rebuild.
1698         * features/rs6000/powerpc-isa205-vsx64l.c: Rebuild.
1699         * features/rs6000/powerpc-vsx32.c: Rebuild.
1700         * features/rs6000/powerpc-vsx32l.c: Rebuild.
1701         * features/rs6000/powerpc-vsx64.c: Rebuild.
1702         * features/rs6000/powerpc-vsx64l.c: Rebuild.
1703         * features/rs6000/rs6000.c: Rebuild.
1704         * features/s390-linux32.c: Rebuild.
1705         * features/s390-linux32v1.c: Rebuild.
1706         * features/s390-linux32v2.c: Rebuild.
1707         * features/s390-linux64.c: Rebuild.
1708         * features/s390-linux64v1.c: Rebuild.
1709         * features/s390-linux64v2.c: Rebuild.
1710         * features/s390x-linux64.c: Rebuild.
1711         * features/s390x-linux64v1.c: Rebuild.
1712         * features/s390x-linux64v2.c: Rebuild.
1713         * features/tic6x-c62x-linux.c: Rebuild.
1714         * features/tic6x-c62x.c: Rebuild.
1715         * features/tic6x-c64x-linux.c: Rebuild.
1716         * features/tic6x-c64x.c: Rebuild.
1717         * features/tic6x-c64xp-linux.c: Rebuild.
1718         * features/tic6x-c64xp.c: Rebuild.
1719
1720 2012-07-27  Tom Tromey  <tromey@redhat.com>
1721
1722         * c-exp.y (classify_name): Avoid assignment in condition.
1723
1724 2012-07-27  Roland Schwingel  <roland.schwingel@onevision.com>
1725
1726         * amd64-windows-tdep.c: Include "frame.h".
1727         (amd64_windows_skip_trampoline_code): New function.
1728         (amd64_windows_init_abi): Add trampoline registration.
1729
1730 2012-07-27  Yao Qi  <yao@codesourcery.com>
1731
1732         * tracepoint.c (cur_traceframe_number): Remove.
1733         (set_tfile_traceframe): Remove.
1734         (tfile_trace_find, tfile_fetch_registers): Update callers.
1735         (tfile_xfer_partial, tfile_get_trace_state_variable_value): Likewise.
1736         (tfile_open, tfile_trace_find): Likewise.
1737
1738 2012-07-27  Yao Qi  <yao@codesourcery.com>
1739
1740         * thread.c (switch_to_thread): Don't call registers_changed.
1741
1742 2012-07-26  Tom Tromey  <tromey@redhat.com>
1743
1744         * Makefile.in (SFILES): Remove objc-exp.y.
1745         (YYFILES): Remove objc-exp.c.
1746         (YYOBJ): Remove objc-exp.o.
1747         (local-maintainer-clean): Don't mention objc-exp.c.
1748         * c-exp.y: Include objc-lang.h.
1749         (%union) <class>: New field.
1750         (NSSTRING, SELECTOR, CLASSNAME, OBJC_LBRAC): New tokens.
1751         (exp): Clone subscript production for OBJC_LBRAC.  Add various
1752         Objective C productions.
1753         (msglist, msgarglist, msgarg): New productions.
1754         (array_mod, func_mod, operator): Clone productions for
1755         OBJC_LBRAC.
1756         (parse_string_or_char): Handle '@' strings.
1757         (lex_one_token): Return OBJC_LBRAC.  Recognize @selector.
1758         (classify_name): Check la_name_of_this.  Recognize ObjC class
1759         names.
1760         * objc-exp.y: Remove.
1761         * objc-lang.c (objc_language_defn): Use c_parse, c_error.
1762         * objc-lang.h (objc_parse, objc_error): Don't declare.
1763
1764 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
1765
1766         * python/py-inferior.c (infpy_threads): Call update_thread_list ().
1767
1768 2012-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
1769
1770         * auto-load.c (auto_load_info_scripts): Remove immediate_quit increment
1771         and decrement.
1772
1773 2012-07-26  Tom Tromey  <tromey@redhat.com>
1774
1775         * copying.c: Rebuild.
1776         * copying.awk: Don't use immediate_quit.  Use 'no_set_class', not
1777         'no_class'.
1778
1779 2012-07-26  Tom Tromey  <tromey@redhat.com>
1780
1781         * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not
1782         immediate_quit.
1783         (print_objfile_statistics): Likewise.
1784         (maintenance_print_symbols): Likewise.
1785         (maintenance_print_msymbols): Likewise.
1786         (maintenance_print_objfiles): Likewise.
1787         * psymtab.c (print_partial_symbols): Call QUIT.
1788         (maintenance_print_psymbols): Likewise.  Don't modify
1789         immediate_quit.
1790         * copying.c (show_copying_command): Don't modify immediate_quit.
1791         (show_warranty_command): Likewise.
1792         * cli/cli-cmds.c (show_version): Don't modify immediate_quit.
1793
1794 2012-07-26  Keith Seitz  <keiths@redhat.com>
1795
1796         * linespec.c (linespec_lexer_lex_number): The input
1797         is also a valid number if the next character is a comma
1798         or colon.
1799
1800 2012-07-26  Joel Brobecker  <brobecker@adacore.com>
1801
1802         * NEWS: Document new --enable-libmcheck/--disable-libmcheck
1803         configure options.
1804
1805 2012-07-26  Tristan Gingold  <gingold@adacore.com>
1806
1807         * machoread.c: Include gdb_bfd.h.
1808
1809 2012-07-26  Tristan Gingold  <gingold@adacore.com>
1810
1811         * dwarf2loc.c (locexpr_describe_location_piece): Use uint64_t for
1812         offset.
1813
1814 2012-07-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1815
1816         * dwarf2loc.c (dwarf2_evaluate_loc_desc_full): Expand parameter
1817         SIZE to size_t.
1818         (dwarf2_evaluate_loc_desc): Likewise.
1819         (dwarf2_loc_desc_needs_frame): Likewise.
1820         (locexpr_describe_location_1): Likewise.
1821         * dwarf2loc.h (struct dwarf2_locexpr_baton): Make SIZE as
1822         size_t.
1823         (struct dwarf2_loclist_baton): Likewise.
1824         * dwarf2read.c (struct dwarf_block): Likewise.
1825         (dump_die_shallow): Use pulongest to print dwarf_block.size.
1826         (decode_locdesc): Expand SIZE and I to size_t.
1827
1828 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1829
1830         * contrib/cc-with-tweaks.sh: Put into comment path gdb/contrib/.
1831
1832 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
1833
1834         * doublest.c (convert_doublest_to_floatformat): If the exponent
1835         is too small, treat the value as zero.  If the exponent is too
1836         large, treat the value as infinity.
1837
1838 2012-07-25  Joel Brobecker  <brobecker@adacore.com>
1839
1840         * configure.ac: Add --enable-lmcheck configure option.
1841         * configure: Regenerate.
1842
1843 2012-07-25  Tom Tromey  <tromey@redhat.com>
1844
1845         * NEWS: Mention maint info bfds.
1846         * gdb_bfd.c (all_bfds): New global.
1847         (gdb_bfd_ref, gdb_bfd_unref): Update all_bfds.
1848         (print_one_bfd, maintenance_info_bfds, _initialize_gdb_bfd):
1849         New functions.
1850
1851 2012-07-25  Ralf Corsépius  <ralf.corsepius@rtems.org>
1852
1853         * configure.tgt: Add v850*-*-rtems*.
1854
1855 2012-07-25  Tom Tromey  <tromey@redhat.com>
1856
1857         * macrotab.c (macro_bcache_str): Remove cast.
1858
1859 2012-07-25  Hui Zhu  <hui_zhu@mentor.com>
1860
1861         * linespec.c (linespec_lexer_lex_number): Update comments,
1862         change the return and add check to make sure the input is
1863         the decimal numbers.
1864         (linespec_lexer_lex_one): If linespec_lexer_lex_number return
1865         false, call linespec_lexer_lex_string.
1866
1867 2012-07-24  Tom Tromey  <tromey@redhat.com>
1868
1869         * symfile.c (symbol_file_add): Don't open BFD twice.
1870
1871 2012-07-24  Marc Khouzam  <marc.khouzam@ericsson.com>
1872
1873         * breakpoint.c (create_breakpoint): Store condition for pending
1874         breakpoints.
1875
1876 2012-07-24  Andreas Schwab  <schwab@linux-m68k.org>
1877
1878         * m68k-tdep.c (m68k_reg_struct_return_p): Accept complex types.
1879         (m68k_return_value): Handle complex types like structures.
1880         (m68k_svr4_return_value): Likewise.
1881
1882 2012-07-24  Marcus Shawcroft  <marcus.shawcroft@arm.com>
1883
1884         * gdb_bfd.c (zlib_decompress_section) <!HAVE_ZLIB_H>: Adjust
1885         parameters to bfd_get_section_name.
1886
1887 2012-07-24  Yao Qi  <yao@codesourcery.com>
1888
1889         * cli/cli-setshow.c: Handle case 'var_uinteger'
1890         and 'var_zuninteger' together.  Handle case 'var_integer' and
1891         'var_zinteger' together.
1892
1893 2012-07-23  Keith Seitz  <keiths@redhat.com>
1894
1895         * linespec.c (convert_linespec_to_sal): Don't add
1896         any symbols to the result vector if symbol_to_sal
1897         returns zero.
1898
1899 2012-07-23  Keith Seitz  <keiths@redhat.com>
1900
1901         * linespec.c (decode_objc): Record the function name
1902         in the linespec.
1903
1904 2012-07-23  Tom Tromey  <tromey@redhat.com>
1905
1906         * rs6000-nat.c (add_vmap): Rewrite archive loop.  Fix reference
1907         counting.
1908         * exec.c (exec_close_1): Unconditionally release vmap's BFD.
1909         (map_vmap): Acquire a reference to the BFD.
1910
1911 2012-07-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
1912
1913         * p-valprint.c (pascal_object_print_value): Replace potentially
1914         unsafe alloca with xmalloc/xfree.
1915         * valops.c (search_struct_method): Likewise.
1916
1917 2012-07-23  Tom Tromey  <tromey@redhat.com>
1918
1919         * solib-svr4.c (enable_break): Update.
1920         * bfd-target.h (target_bfd_reopen): Update documentation.
1921
1922 2012-07-23  Tom Tromey  <tromey@redhat.com>
1923
1924         * symfile.c (separate_debug_file_exists): Update.
1925         (gdb_bfd_open_maybe_remote): Rename from bfd_open_maybe_remote.
1926         (reread_symbols): Update.
1927         * elfread.c (build_id_verify): Update.
1928         * symfile.h (gdb_bfd_open_maybe_remote): Rename from
1929         bfd_open_maybe_remote.
1930
1931 2012-07-23  Tom Tromey  <tromey@redhat.com>
1932
1933         * gdb_bfd.c (gdb_bfd_ref, gdb_bfd_unref): Fix comment.
1934
1935 2012-07-23  Tom Tromey  <tromey@redhat.com>
1936
1937         * coffread.c (coff_symfile_read): Make a cleanup for 'debugfile'
1938         and 'abfd'.
1939         * elfread.c (elf_symfile_read): Make a cleanup for 'debugfile'
1940         and 'abfd'.
1941         * jit.c (jit_bfd_try_read_symtab): Make a cleanup for 'nbfd'.
1942         * machoread.c (macho_add_oso_symfile): Make a cleanup for
1943         'abfd'.
1944         (macho_symfile_read): Make a cleanup for 'dsym_bfd'.
1945         * objfiles.c (allocate_objfile): Acquire a new reference.
1946         * rs6000-nat.c (add_vmap): Don't acquire a BFD reference.
1947         * solib.c (solib_read_symbols): Don't acquire a BFD reference.
1948         * spu-linux-nat.c (spu_symbol_file_add_from_memory): Make
1949         a cleanup for 'nbfd'.
1950         * symfile-mem.c (symbol_file_add_from_memory): Make a cleanup
1951         for 'nbfd'.
1952         * symfile.c (symbol_file_add_with_addrs_or_offsets): Don't
1953         make a cleanup for 'abfd'.
1954         (symbol_file_add): Make a BFD cleanup.
1955
1956 2012-07-23  Tom Tromey  <tromey@redhat.com>
1957
1958         * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr.
1959         (bfd_openw_with_cleanup): Use gdb_bfd_openw.
1960         * corelow.c (core_open): Use gdb_bfd_fopen.
1961         * dsrec.c (load_srec): Use gdb_bfd_openr.
1962         * exec.c (exec_file_attach): Use gdb_bfd_fopen.
1963         * gcore.c (gcore_memory_sections): Use gdb_bfd_openw.
1964         * gdb_bfd.c (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1965         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1966         (gdb_bfd_fdopenr): New functions.
1967         * gdb_bfd.h (gdb_bfd_fopen, gdb_bfd_openr, gdb_bfd_openw)
1968         (gdb_bfd_openr_iovec, gdb_bfd_openr_next_archived_file)
1969         (gdb_bfd_fdopenr): Declare.
1970         * jit.c (bfd_open_from_target_memory): Use gdb_bfd_openr_iovec.
1971         * m32-rom.c (m32r_load, m32r_upload_command): Use gdb_bfd_openr.
1972         * machoread.c (macho_symfile_read_all_oso): Use gdb_bfd_openr,
1973         gdb_bfd_openr_next_archived_file.
1974         (macho_check_dsym): Use gdb_bfd_openr.
1975         (macho_add_oso_symfile): Don't call gdb_bfd_stash_filename.
1976         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_fdopenr.
1977         * remote-m32r-sdi.c (m32r_load): Use gdb_bfd_openr.
1978         * remote-mips.c (mips_load_srec, pmon_load_fast): Use
1979         gdb_bfd_openr.
1980         * remote.c (remote_bfd_open): Use gdb_bfd_openr_iovec.
1981         * rs6000-nat.c (add_vmap): Use gdb_bfd_openr, gdb_bfd_fdopenr,
1982         gdb_bfd_openr_next_archived_file.
1983         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
1984         Use gdb_bfd_openr.
1985         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
1986         gdb_bfd_openr.
1987         * solib-spu.c (spu_bfd_fopen): Use gdb_bfd_openr_iovec.
1988         * solib.c (solib_bfd_fopen): Use gdb_bfd_fopen.
1989         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_openr_iovec.
1990         * symfile.c (bfd_open_maybe_remote): Use gdb_bfd_openr.
1991         (symfile_bfd_open): Use gdb_bfd_fopen.
1992         (generic_load): Use gdb_bfd_openr.
1993         * windows-nat.c (windows_make_so): Use gdb_bfd_openr.
1994
1995 2012-07-23  Tom Tromey  <tromey@redhat.com>
1996
1997         * bfd-target.c (target_bfd_reopen): Update.
1998         * cli/cli-dump.c (bfd_openr_with_cleanup)
1999         (bfd_openw_with_cleanup): Update.
2000         * corelow.c (core_open): Update.
2001         * dsrec.c (load_srec): Update.
2002         * exec.c (exec_file_attach): Update.
2003         * gcore.c (create_gcore_bfd): Update.
2004         * gdb_bfd.c (gdb_bfd_ref): Return void.
2005         (gdb_bfd_open): Update.
2006         * gdb_bfd.h (gdb_bfd_ref): Return void.
2007         Update comments.
2008         * jit.c (jit_bfd_try_read_symtab): Update.
2009         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2010         * machoread.c (macho_symfile_read_all_oso): Update.
2011         (macho_check_dsym): Update.
2012         * procfs.c (insert_dbx_link_bpt_in_file): Update.
2013         * remote-m32r-sdi.c (m32r_load): Update.
2014         * remote-mips.c (mips_load_srec, pmon_load_fast): Update.
2015         * rs6000-nat.c (add_vmap): Update.
2016         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2017         Update.
2018         * solib-pa64.c (pa64_solib_create_inferior_hook): Update.
2019         * solib-spu.c (spu_bfd_open): Update.
2020         * solib.c (solib_bfd_fopen, solib_read_symbols): Update.
2021         * spu-linux-nat.c (spu_bfd_open): Update.
2022         * symfile.c (bfd_open_maybe_remote, symfile_bfd_open)
2023         (generic_load): Update.
2024         * windows-nat.c (windows_make_so): Update.
2025
2026 2012-07-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
2027
2028         * sh-tdep.c (sh_treat_as_flt_p): Remove unused variable LEN.
2029
2030 2012-07-20  Jeff Kenton  <jkenton@tilera.com>
2031
2032         * tilegx-linux-tdep.c (tilegx_linux_sigframe_init): Fix
2033         SIGTRAMP_FRAME unwinding.
2034
2035 2012-07-20  Doug Evans  <dje@google.com>
2036
2037         * NEWS: Document new options "set/show use-deprecated-index-sections",
2038         and delete reference to --use-deprecated-index-sections.
2039         * symfile.h (use_deprecated_index_sections): Delete.
2040         * dwarf2read.c (use_deprecated_index_sections): Make static.
2041         (read_index_from_section): Update wording of how to load
2042         deprecated index sections.
2043         (_initialize_dwarf2_read): New options
2044         "set/show use-deprecated-index-sections".
2045         * main.c (captured_main): Delete --use-deprecated-index-sections.
2046
2047 2012-07-20  Pedro Alves  <palves@redhat.com>
2048
2049         PR threads/11692
2050         PR gdb/12203
2051
2052         * infrun.c (handle_inferior_event) <new thread>: Don't special
2053         case minus_one_ptid.
2054         <TARGET_WAITKIND_SPURIOUS>: Ditto.
2055         * linux-thread-db.c (thread_get_info_callback): Don't return early
2056         if the thread is zombie.
2057         (thread_from_lwp): Change return type to void.  Rewrite stale
2058         comment.
2059         (attach_thread): Don't return early if the thread is zombie,
2060         instead set its "dying" flag.
2061         (thread_db_wait): Don't return TARGET_WAITKIND_SPURIOUS anymore.
2062         (find_new_threads_callback): Don't return early if the thread is
2063         zombie.
2064
2065 2012-07-20  Pedro Alves  <palves@redhat.com>
2066
2067         * linux-nat.c (linux_nat_wait): Dump the passed in target options.
2068         * target.c (target_wait): Likewise.
2069         (str_comma_list_concat_elem, do_option, target_options_to_string):
2070         New functions.
2071         * target.h (target_options_to_string): Declare.
2072
2073 2012-07-20  Jan Kratochvil <jan.kratochvil@redhat.com>
2074             Tom Tromey  <tromey@redhat.com>
2075
2076         * dwarf2read.c (dwarf_decode_macros)
2077         <DW_MACRO_GNU_define_indirect_alt, DW_MACRO_GNU_undef_indirect_alt,
2078         DW_MACRO_GNU_transparent_include_alt>: New cases.
2079         (dwarf_decode_macro_bytes) <DW_MACRO_GNU_define_indirect,
2080         DW_MACRO_GNU_undef_indirect>: Examine 'section_is_dwz'.
2081
2082 2012-07-20  Tom Tromey  <tromey@redhat.com>
2083
2084         * dwarf2read.c (try_open_dwo_file): Don't call
2085         gdb_bfd_stash_filename.
2086
2087 2012-07-20  Pedro Alves  <palves@redhat.com>
2088
2089         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2090         (i386_record_lea_modrm, i386_record_push, i386_record_floats)
2091         (i386_process_record): Tweak description comments.
2092
2093 2012-07-20  Pedro Alves  <palves@redhat.com>
2094
2095         * i386-tdep.c (i386_record_modrm, i386_record_lea_modrm_addr)
2096         (i386_process_record): Use record_read_memory.
2097         * record.c (record_read_memory): New function.
2098         (record_arch_list_add_mem, record_exec_insn): Use
2099         record_read_memory.
2100         * record.h (record_read_memory): Declare.
2101
2102 2012-07-20  Yao Qi  <yao@codesourcery.com>
2103
2104         * cli/cli-setshow.c (do_setshow_command): Don't check pointer is
2105         NULL for xfree.
2106
2107 2012-07-19  Pedro Alves  <palves@redhat.com>
2108
2109         * record.c (record_resume): Ask the target beneath to report all
2110         signals.
2111
2112 2012-07-19  Doug Evans  <dje@google.com>
2113
2114         * dwarf2read.c (dwarf2_ranges_read): Ignore ranges starting at zero if
2115         there's no section at address zero.
2116         (dwarf2_record_block_ranges): Ditto.
2117
2118 2012-07-19  Yao Qi  <yao@codesourcery.com>
2119
2120         * command.h, remote.c: Fix a typo in comment.
2121
2122 2012-07-19  Tom Tromey  <tromey@redhat.com>
2123
2124         PR exp/13206:
2125         * ax-gdb.c (gen_expr) <OP_TYPEOF, OP_DECLTYPE>: New cases.
2126         * breakpoint.c (watchpoint_exp_is_const) <OP_TYPEOF,
2127         OP_DECLTYPE>: New cases.
2128         * c-exp.y (TYPEOF, DECLTYPE): New tokens.
2129         (type_exp): Add new productions.
2130         (ident_tokens): Add __typeof__, typeof, __typeof, __decltype,
2131         and decltype.
2132         * eval.c (evaluate_subexp_standard) <OP_TYPEOF, OP_DECLTYPE>:
2133         New case.
2134         * expprint.c (dump_subexp_body_standard) <OP_TYPEOF,
2135         OP_DECLTYPE>: New case.
2136         * parse.c (operator_length_standard) <OP_TYPEOF, OP_DECLTYPE>:
2137         New case.
2138         * std-operator.def (OP_TYPEOF, OP_DECLTYPE): New constants.
2139         * varobj.c (varobj_create): Handle OP_TYPEOF, OP_DECLTYPE.
2140
2141 2012-07-19  Tom Tromey  <tromey@redhat.com>
2142
2143         * c-exp.y (enum token_flags): New.
2144         (struct token) <cxx_only>: Remove.
2145         <flags>: New field.
2146         (tokentab3, tokentab2, ident_tokens): Update.
2147         (lex_one_token): Update.  Handle FLAG_SHADOW.
2148
2149 2012-07-19  Tom Tromey  <tromey@redhat.com>
2150
2151         * ax-gdb.c (gen_expr): Handle UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE.
2152         * breakpoint.c (watchpoint_exp_is_const): Handle UNOP_CAST_TYPE,
2153         UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.
2154         * c-exp.y (exp): Emit UNOP_MEMVAL_TYPE, UNOP_CAST_TYPE.  Update
2155         for changes to UNOP_REINTERPRET_CAST, UNOP_DYNAMIC_CAST.  Use
2156         type_exp production where appropriate.
2157         * eval.c (evaluate_subexp_standard) <UNOP_CAST_TYPE>: New case.
2158         <UNOP_DYNAMIC_CAST, UNOP_REINTERPRET_CAST>: Update.
2159         <UNOP_MEMVAL_TYPE>: New case.
2160         (evaluate_subexp_for_address) <UNOP_MEMVAL_TYPE>: New case.
2161         (evaluate_subexp_for_sizeof) <UNOP_MEMVAL_TYPE>: New case.
2162         * expprint.c (print_subexp_standard) <UNOP_CAST_TYPE>: New case.
2163         <UNOP_MEMVAL_TYPE>: New case.
2164         (dump_subexp_body_standard) <UNOP_DYNAMIC_CAST,
2165         UNOP_REINTERPRET_CAST>: Update.
2166         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2167         * parse.c (operator_length_standard) <UNOP_DYNAMIC_CAST,
2168         UNOP_REINTERPRET_CAST>: Update.
2169         <UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE>: New cases.
2170         * stack.c (return_command): Also check for UNOP_CAST_TYPE.
2171         * std-operator.def (UNOP_CAST_TYPE, UNOP_MEMVAL_TYPE): New
2172         constants.
2173
2174 2012-07-19  Yao Qi  <yao@codesourcery.com>
2175             Jan Kratochvil <jan.kratochvil@redhat.com>
2176
2177         * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename'
2178         and case 'var_optional_filename' together.
2179         * infcmd.c (_initialize_infcmd): Call add_setshow_string_noescape_cmd
2180         instead of add_setshow_optional_filename_cmd for setshow command
2181         'args'.  Set completer for 'set args'.
2182
2183 2012-07-18  Doug Evans  <dje@google.com>
2184
2185         * common/gdb_vecs.h: Moved here from ./gdb_vecs.h.
2186         * common/gdb_vecs.c: New file, contents from utils.c.
2187         * common/host-defs.h: New file, contents from defs.h.
2188         * utils.h: New file, contents from defs.h.
2189         * defs.h: Move all declarations of objects defined in utils.c
2190         to utils.h (except QUIT() and related).
2191         #include "utils.h", "host-defs.h".
2192         * probe.h (probe_p): Move here from gdb_vecs.h.
2193         * symfile.c: #include "probe.h" instead of "gdb_vecs.h".
2194         * utils.c (free_char_ptr_vec): Moved to common/gdb_vecs.c.
2195         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): Ditto.
2196         * Makefile.in (SFILES): Add common/gdb_vecs.c.
2197         (HFILES_NO_SRCDIR): Add common/gdb_vecs.h, common/host-defs.h, utils.h.
2198         (COMMON_OBS): Add gdb_vecs.o.
2199         (gdb_vecs.o): New rule.
2200
2201 2012-07-18  Keith Seitz  <keiths@redhat.com>
2202
2203         * linespec.c (add_sal_to_sals): Add LITERAL_CANONICAL
2204         parameter.  If non-zero, use SYMNAME as the canonical name
2205         for the SaL.
2206         Update all callers.
2207         (convert_linespec_to_sals): Use add_sal_to_sals for
2208         expressions, too.
2209         (decode_line_full): No need to "fill in missing canonical names"
2210         anymore. Simply make cleanups for the allocated names.
2211
2212 2012-07-18  Keith Seitz  <keiths@redhat.com>
2213
2214         * linespec.c (struct linespec): Constify expression,
2215         source_filename, function_name, and label_name.
2216         (symbol_not_found_error): Make all parameters const.
2217         (linespec_parser_delete): No need to check for NULL
2218         when using xfree. Cast const char * to char * for xfree.
2219
2220 2012-07-18  Keith Seitz  <keiths@redhat.com>
2221
2222         * breakpoint.c (invalid_thread_id_error): New function.
2223         (find_condition_and_thread): Use invalid_thread_id_error.
2224         (watch_command_1): Likewise.
2225
2226 2012-07-18  Tom Tromey  <tromey@redhat.com>
2227
2228         * cc-with-index.sh, cc-with-dwz.sh: Remove.
2229         * contrib/cc-with-tweaks.sh: New file.
2230
2231 2012-07-18  Tom Tromey  <tromey@redhat.com>
2232
2233         * dwarf2read.c (struct dwz_file) <gdb_index>: New field.
2234         (locate_dwz_sections): Recognize .gdb_index.
2235         (create_cus_from_index_list): New function.
2236         (create_cus_from_index): Use it.  Handle .dwz data.
2237         (read_index_from_section): New function, extracted from
2238         dwarf2_read_index.
2239         (dwarf2_read_index): Use it.  Read .gdb_index from dwz file,
2240         if needed.
2241
2242 2012-07-18  Tom Tromey  <tromey@redhat.com>
2243
2244         * dwarf2read.c (struct dwarf2_per_objfile) <dwz_file>: New field.
2245         (struct dwarf2_per_cu_data) <length>: No longer bitfield.
2246         <is_dwz>: New field.
2247         (struct dwz_file): New.
2248         (struct partial_die_info) <is_dwz, spec_is_dwz>: New fields.
2249         (locate_dwz_sections, dwarf2_get_dwz_file)
2250         (get_abbrev_section_for_cu): New functions.
2251         (error_check_comp_unit_head, read_and_check_comp_unit_head)
2252         (read_and_check_type_unit_head): Add abbrev_section argument.
2253         (create_debug_types_hash_table): Update.
2254         (init_cutu_and_read_dies): Use proper abbrev section.
2255         (init_cutu_and_read_dies_no_follow): Likewise.
2256         (set_partial_user): Do nothing if PST==NULL.
2257         (read_comp_units_from_section): New function.
2258         (create_all_comp_units): Use it.
2259         (scan_partial_symbols, partial_die_parent_scope): Update.
2260         (skip_one_die): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2261         (process_imported_unit_die, read_partial_die): Handle .dwz files.
2262         (find_partial_die): Add offset_in_dwz argument.  Update.
2263         (guess_partial_die_structure_name, fixup_partial_die): Update.
2264         (read_attribute_value): Handle DW_FORM_GNU_ref_alt,
2265         DW_FORM_GNU_strp_alt.
2266         (read_indirect_string_from_dwz): New function.
2267         (dwarf2_const_value_attr): Handle DW_FORM_GNU_strp_alt.
2268         (dump_die_shallow): Handle DW_FORM_GNU_ref_alt, DW_FORM_GNU_strp_alt.
2269         (is_ref_attr): Handle DW_FORM_GNU_ref_alt.
2270         (follow_die_offset): Add offset_in_dwz argument.
2271         (follow_die_ref, dwarf2_fetch_die_location_block): Update.
2272         (skip_form_bytes): Handle DW_FORM_GNU_strp_alt.
2273         (dwarf_decode_macro_bytes): Add section_is_dwz argument.
2274         Handle new macro forms.
2275         (dwarf_decode_macros): Update.
2276         (dwarf2_find_containing_comp_unit): Add offset_in_dwz argument.
2277         (dwarf2_per_objfile_free): Unref dwz_bfd, if it exists
2278         (lookup_die_type): Handle DW_FORM_GNU_ref_alt.
2279         (create_debug_types_hash_table): Use correct abbrev section.
2280         (get_debug_line_section): New function.
2281         (dwarf_decode_line_header, dwarf_decode_lines_1): Use it.
2282         (process_full_comp_unit): Pass 'required' argument to
2283         end_symtab_get_static_block.
2284         * buildsym.h (end_symtab_get_static_block): Update.
2285         * buildsym.c (end_symtab_get_static_block): Add 'required'
2286         argument.
2287         (end_symtab, end_expandable_symtab): Update.
2288
2289 2012-07-18  Tom Tromey  <tromey@redhat.com>
2290
2291         * dwarf2read.c: Don't include zlib.h or sys/mman.h.
2292         (pagesize): Remove.
2293         (struct dwarf2_section_info) <map_addr, map_len>: Remove.
2294         (zlib_decompress_section): Remove.
2295         (dwarf2_read_section): Use gdb_bfd_map_section.
2296         (munmap_section_buffer): Remove.
2297         (free_dwo_file, dwarf2_per_objfile_free): Don't use
2298         munmap_section_buffer.
2299         * gdb_bfd.c: Include zlib.h, sys/mman.h.
2300         (struct gdb_bfd_section_data): New.
2301         (free_one_bfd_section): New function.
2302         (gdb_bfd_close_or_warn): Use free_one_bfd_section.
2303         (get_section_descriptor, zlib_decompress_section)
2304         (gdb_bfd_map_section): New functions.
2305         * gdb_bfd.h (gdb_bfd_map_section): Declare.
2306
2307 2012-07-18  Tom Tromey  <tromey@redhat.com>
2308
2309         * dwarf2read.c (try_open_dwo_file): use gdb_bfd_open.
2310
2311 2012-07-18  Tom Tromey  <tromey@redhat.com>
2312
2313         * gdb_bfd.c (struct gdb_bfd_data): New.
2314         (gdb_bfd_cache): New global.
2315         (struct gdb_bfd_cache_search): New.
2316         (hash_bfd, eq_bfd, gdb_bfd_open): New functions.
2317         (gdb_bfd_ref, gdb_bfd_unref): Use gdb_bfd_data.
2318         * gdb_bfd.h (gdb_bfd_open): Declare.
2319
2320 2012-07-18  Tom Tromey  <tromey@redhat.com>
2321
2322         * utils.c (make_cleanup_bfd_unref): Rename from
2323         make_cleanup_bfd_close.
2324         * defs.h (make_cleanup_bfd_unref): Rename from
2325         make_cleanup_bfd_close.
2326         * cli/cli-dump.c (bfd_openr_with_cleanup): Update.
2327         (bfd_openw_with_cleanup): Update.
2328         * corelow.c (core_open): Update.
2329         * dsrec.c (load_srec): Update.
2330         * m32r-rom.c (m32r_load, m32r_upload_command): Update.
2331         * remote-m32r-sdi.c (m32r_load): Update.
2332         * remote-mips.c (mips_load_srec): Update.
2333         (pmon_load_fast): Update.
2334         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2335         Update.
2336         (darwin_bfd_open): Update.
2337         * solib.c (solib_bfd_fopen): Update.
2338         * symfile-mem.c (symbol_file_add_from_memory): Update.
2339         * symfile.c (symbol_file_add_with_addrs_or_offsets): Update.
2340         (symfile_bfd_open): Update.
2341         (generic_load): Update.
2342
2343 2012-07-18  Tom Tromey  <tromey@redhat.com>
2344
2345         * remote-mips.c (mips_load_srec): Use make_cleanup_bfd_close.
2346         (pmon_load_fast): Likewise.
2347         * m32r-rom.c (m32r_load): Use make_cleanup_bfd_close.
2348         (m32r_upload_command): Likewise.
2349         * dsrec.c (load_srec): Use make_cleanup_bfd_close.
2350         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2351         Use make_cleanup_bfd_close.
2352
2353 2012-07-18  Tom Tromey  <tromey@redhat.com>
2354
2355         * symfile.c (symfile_bfd_open): Don't copy name.  Call
2356         gdb_bfd_stash_filename.
2357         (load_command): Open the new BFD before freeing the old.
2358         (bfd_open_maybe_remote): Call gdb_bfd_stash_filename.
2359         * symfile-mem.c (symbol_file_add_from_memory): Don't copy name.
2360         Call gdb_bfd_stash_filename.
2361         * spu-linux-nat.c (spu_bfd_open): Don't copy name.
2362         * solib-spu.c (spu_bfd_fopen): Don't copy name.  Call
2363         gdb_bfd_stash_filename.
2364         * solib-darwin.c (darwin_solib_get_all_image_info_addr_at_init):
2365         Free found_pathname.
2366         * rs6000-nat.c (add_vmap): Don't copy filename.  Call
2367         gdb_bfd_stash_filename.
2368         * remote.c (remote_bfd_open): Call gdb_bfd_stash_filename.
2369         * machoread.c (macho_add_oso_symfile): Call
2370         gdb_bfd_stash_filename.
2371         (macho_symfile_read_all_oso): Arrange to free archive_name.  Call
2372         gdb_bfd_stash_filename.
2373         (macho_check_dsym): Don't copy filename.  Call
2374         gdb_bfd_stash_filename.
2375         * jit.c (bfd_open_from_target_memory): Don't copy the filename.
2376         * gdb_bfd.c (gdb_bfd_stash_filename): New function.
2377         * gdb_bfd.h (gdb_bfd_stash_filename): Declare.
2378         * gcore.c (create_gcore_bfd): Call gdb_bfd_stash_filename.
2379         * exec.c (exec_close): Don't free the BFD's filename.
2380         (exec_file_attach): Don't copy the filename.  Call
2381         gdb_bfd_stash_filename.
2382         * corelow.c (core_close): Don't free the BFD's filename.
2383         (core_open): Call gdb_bfd_stash_filename.
2384         * corefile.c (reopen_exec_file): Remove #if 0 code.
2385         * solib.c (solib_bfd_fopen): Call gdb_bfd_stash_filename.  Free
2386         pathname.
2387         * dwarf2read.c (try_open_dwo_file): Call gdb_bfd_stash_filename.
2388
2389 2012-07-18  Tom Tromey  <tromey@redhat.com>
2390
2391         * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and
2392         gdb_bfd_unref.
2393         (free_dwo_file): Use gdb_bfd_unref.
2394         * cli/cli-dump.c: Include gdb_bfd.h.
2395         (bfd_openw_with_cleanup): Use gdb_bfd_ref.
2396         (bfd_openr_with_cleanup): Likewise.
2397         * windows-nat.c (windows_make_so): Use gdb_bfd_ref,
2398         gdb_bfd_unref.
2399         * utils.c: Include gdb_bfd.h.
2400         (do_bfd_close_cleanup): Use gdb_bfd_unref.
2401         * symfile.c: Include gdb_bfd.h.
2402         (separate_debug_file_exists): Use gdb_bfd_unref.
2403         (bfd_open_maybe_remote): Use gdb_bfd_ref.
2404         (symfile_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2405         (generic_load): Use gdb_bfd_ref.
2406         (reread_symbols): Use gdb_bfd_unref.
2407         * symfile-mem.c: Include gdb_bfd.h.
2408         (symbol_file_add_from_memory): Use make_cleanup_bfd_close.
2409         * spu-linux-nat.c (spu_bfd_open): Use gdb_bfd_ref, gdb_bfd_unref.
2410         * solib.c: Include gdb_bfd.h.
2411         (solib_bfd_fopen): Use gdb_bfd_ref.
2412         (solib_bfd_open): Use gdb_bfd_unref.
2413         (free_so_symbols): Use gdb_bfd_unref.
2414         (reload_shared_libraries_1): Use gdb_bfd_unref.
2415         * solib-spu.c: Include gdb_bfd.h.
2416         (spu_bfd_fopen): Use gdb_bfd_ref, gdb_bfd_unref.
2417         * solib-pa64.c (pa64_solib_create_inferior_hook): Use gdb_bfd_ref,
2418         gdb_bfd_unref.
2419         * solib-frv.c: Include gdb_bfd.h.
2420         (enable_break2): Use gdb_bfd_unref.
2421         * solib-dsbt.c: Include gdb_bfd.h.
2422         (enable_break2): Use gdb_bfd_unref.
2423         * solib-darwin.c: Include gdb_bfd.h.
2424         (darwin_solib_get_all_image_info_addr_at_init): Use gdb_bfd_ref,
2425         gdb_bfd_unref.
2426         (darwin_bfd_open): Use gdb_bfd_unref.
2427         * rs6000-nat.c (add_vmap): Use gdb_bfd_ref, gdb_bfd_unref.
2428         * remote-mips.c: Include gdb_bfd.h.
2429         (mips_load_srec): Use gdb_bfd_ref.
2430         (pmon_load_fast): Use gdb_bfd_ref.
2431         * remote-m32r-sdi.c: Include gdb_bfd.h.
2432         (m32r_load): Use gdb_bfd_ref.
2433         * record.c: Include gdb_bfd.h.
2434         (record_save_cleanups): Use gdb_bfd_unref.
2435         (cmd_record_save): Use gdb_bfd_unref.
2436         * procfs.c (insert_dbx_link_bpt_in_file): Use gdb_bfd_ref,
2437         gdb_bfd_unref.
2438         * objfiles.h (gdb_bfd_close_or_warn): Remove.
2439         (gdb_bfd_ref, gdb_bfd_unref): Move to gdb_bfd.h.
2440         * objfiles.c: Include gdb_bfd.h.
2441         (free_objfile): Use gdb_bfd_unref.
2442         (gdb_bfd_close_or_warn, gdb_bfd_ref, gdb_bfd_unref): Move to
2443         gdb_bfd.c.
2444         * machoread.c (macho_add_oso_symfile): Use gdb_bfd_unref.
2445         (macho_symfile_read_all_oso): Use gdb_bfd_ref, gdb_bfd_unref.
2446         (macho_check_dsym): Likewise.
2447         * m32r-rom.c: Include gdb_bfd.h.
2448         (m32r_load): Use gdb_bfd_ref.
2449         (m32r_upload_command): Use gdb_bfd_ref.
2450         * jit.c: Include gdb_bfd.h.
2451         (jit_bfd_try_read_symtab): Use gdb_bfd_ref, gdb_bfd_unref.
2452         * gdb_bfd.h: New file.
2453         * gdb_bfd.c: New file.
2454         * gcore.c: Include gdb_bfd.h.
2455         (create_gcore_bfd): Use gdb_bfd_ref.
2456         (do_bfd_delete_cleanup): Use gdb_bfd_unref.
2457         (gcore_command): Use gdb_bfd_unref.
2458         * exec.c: Include gdb_bfd.h.
2459         (exec_close): Use gdb_bfd_unref.
2460         (exec_close_1): Use gdb_bfd_unref.
2461         (exec_file_attach): Use gdb_bfd_ref.
2462         * elfread.c: Include gdb_bfd.h.
2463         (build_id_verify): Use gdb_bfd_unref.
2464         * dsrec.c: Include gdb_bfd.h.
2465         (load_srec): Use gdb_bfd_ref.
2466         * corelow.c: Include gdb_bfd.h.
2467         (core_close): Use gdb_bfd_unref.
2468         (core_open): Use gdb_bfd_ref.
2469         * bfd-target.c: Include gdb_bfd.h.
2470         (target_bfd_xclose): Use gdb_bfd_unref.
2471         (target_bfd_reopen): Use gdb_bfd_ref.
2472         * Makefile.in (SFILES): Add gdb_bfd.c.
2473         (HFILES_NO_SRCDIR): Add gdb_bfd.h.
2474         (COMMON_OBS): Add gdb_bfd.o.
2475
2476 2012-07-18  Keith Seitz  <keiths@redhat.com>
2477
2478         * breakpoint.c (find_condition_and_thread): Initialize
2479         TASK and REST.
2480         (create_breakpiont): find_condition_and_thread will now
2481         initialize COND_STRING, THREAD, and REST (and TASK).
2482         (addr_string_to_sals): Likewise.
2483
2484 2012-07-18  Pedro Alves  <palves@redhat.com>
2485
2486         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_NO_HISTORY>:
2487         Pull the single step breakpoints out of the target.
2488
2489 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2490
2491         * probe.c (probe_safe_evaluate_at_pc): Rename variable `n_probes'.
2492         * stap-probe.c (compile_probe_arg): Likewise.
2493
2494 2012-07-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2495
2496         * elfread.c (elf_get_probe_argument_count): Remove `objfile' argument.
2497         (elf_compile_to_ax): Likewise.
2498         * infrun.c (insert_exception_resume_from_probe): Likewise.
2499         (check_exception_resume): Remove `objfile' variable.
2500         * probe.c (find_probe_by_pc): Remove `objfile' argument.
2501         (struct probe_and_objfile, probe_and_objfile_s): Delete.
2502         (collect_probes): Adjust return value to `VEC (probe_p) *'.
2503         (compare_entries): Rename to...
2504         (compare_probes): ...this.  Adjust function to work with
2505         `struct probe *'.  Rename variables `ea' and `eb' to `pa' and `pb'
2506         respectively.
2507         (gen_ui_out_table_header_info): Adjust `probes' argument to be
2508         `VEC (probe_p) *'.
2509         (print_ui_out_info): Adjust argument to be `struct probe *'.
2510         (info_probes_for_ops): Adjust internal computations to use
2511         `VEC (probe_p) *'.
2512         (probe_safe_evaluate_at_pc): Refactor to not pass `objfile' anymore.
2513         * probe.h (struct probe_ops) <get_probe_argument_count, compile_to_ax,
2514         gen_info_probes_table_values>: Remove `objfile' argument.
2515         (struct probe) <objfile>: New field.
2516         (find_probe_by_pc): Remove `objfile' argument.
2517         * stap-probe.c (stap_parse_probe_arguments): Likewise.
2518         (stap_get_probe_argument_count): Likewise.
2519         (stap_get_arg): Likewise.
2520         (stap_evaluate_probe_argument): Likewise.
2521         (stap_compile_to_ax): Likewise.
2522         (compile_probe_arg): Refactor not to pass `objfile' anymore.
2523         (handle_stap_probe): Fill `objfile' field from `struct probe'.
2524         (stap_gen_info_probes_table_header): Remove `objfile' argument.
2525         * symfile.h (struct sym_probe_fns) <sym_evaluate_probe_argument,
2526         sym_compile_to_ax>: Likewise.
2527
2528 2012-07-18  Terry Guo  <terry.guo@arm.com>
2529
2530         PR 14329
2531         * defs.h (GDB_MI_MSG_WIDTH): New.
2532         * ser_base (ser_base_read_error_fd): New function.
2533         (do_ser_base_readchar): Poll error file descriptor as well as
2534         standard output.
2535         (generic_readchar): Refactor error handling.
2536
2537 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
2538
2539         * NEWS: Create a new section for the next release branch.
2540         Rename the section of the current branch, now that it has
2541         been cut.
2542
2543 2012-07-18  Joel Brobecker  <brobecker@adacore.com>
2544
2545         GDB 7.5 branch created (branch timestamp: 2012-07-18 03:22 UTC)
2546         * version.in: Bump version to 7.5.50.20120718-cvs.
2547
2548 2012-07-17  Keith Seitz  <keiths@redhat.com>
2549
2550         * linespec.c (linespec_parse_line_offset): Make parameter
2551         const.
2552
2553 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2554
2555         PR 11914
2556         * f-valprint.c (info_common_command): New variable frame_id.
2557         Reinitialize FI form FRAME_ID after each print_variable_and_value.
2558         * printcmd.c (print_variable_and_value): Extend function comment.
2559         Add comment for invalidated FRAME.
2560         * stack.c (backtrace_command_1): New variable frame_id.  Reinitialize
2561         FI form FRAME_ID after each print_frame_local_vars.
2562         (struct print_variable_and_value_data): Change frame to frame_id.
2563         (do_print_variable_and_value): New variable frame, initialize it from
2564         p->frame_id.  Add comment for invalidated FRAME.
2565         (print_frame_local_vars, print_frame_arg_vars): New function comment.
2566         Update CB_DATA.FRAME to CB_DATA.FRAME_ID initialization.  Add comment
2567         for invalidated FRAME.
2568
2569 2012-07-16  Marc Khouzam  <marc.khouzam@ericsson.com>
2570             Pedro Alves  <palves@redhat.com>
2571
2572         * linux-nat.c (linux_nat_detach): Don't unregister from the event
2573         loop.
2574
2575 2012-07-16  Tom Tromey  <tromey@redhat.com>
2576
2577         * jv-typeprint.c (c_type_print_varspec_suffix): Don't declare.
2578
2579 2012-07-15  Doug Evans  <dje@google.com>
2580
2581         * dwarf2read.c (stmt_list_hash): New struct.
2582         (type_unit_group): Embed "per_cu" member, remove pointer.
2583         New union member "t", move member "tus" into it, all uses updated.
2584         New member "hash", replaces member "line_offset, all uses updated.
2585         (quick_file_names): Replace member "offset" with "hash", all uses
2586         updated.
2587         (hash_stmt_list_entry, eq_stmt_list_entry): New functions.
2588         (hash_file_name_entry, eq_file_name_entry): Call them.
2589         (hash_type_unit_group, eq_type_unit_group): Ditto.
2590         (dw2_get_cu, dw2_get_primary_cu): Replace assert with a better one.
2591         (dw2_get_file_names_reader): Fix file name table calculation for TUs.
2592         (dw2_get_file_names): Update.
2593         (create_type_unit_group): Replace "per_cu" arg with "cu".
2594         All callers updated.  Fix "quick" (.gdb_index) handling.
2595         (get_type_unit_group): Replace "per_cu" arg with "cu".
2596         All callers updated.
2597         (build_type_unit_groups): Don't reset tu_stats.
2598
2599         * symtab.c (filename_seen_cache): Delete members "tab_alloc_size",
2600         "tab_cur_size".  Change member "tab" to be a htab_t.
2601         (create_filename_seen_cache): Update.
2602         (clear_filename_seen_cache, delete_filename_seen_cache): Update.
2603         (filename_seen): Update.
2604
2605 2012-07-13  Doug Evans  <dje@google.com>
2606
2607         * symtab.c (filename_seen): Update comment.
2608
2609 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2610             Doug Evans  <dje@google.com>
2611
2612         * buildsym.c (end_symtab_1): Split it to ...
2613         (end_symtab_get_static_block): ... this ...
2614         (end_symtab_from_static_block): ... and this function.
2615         (end_symtab, end_expandable_symtab): Call them.
2616         * buildsym.h (end_symtab_get_static_block)
2617         (end_symtab_from_static_block): New declarations.
2618         * dwarf2read.c (process_full_comp_unit): New variable static_block.
2619         Set its valid CU ranges.
2620
2621 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2622
2623         * dwarf2loc.c (disassemble_dwarf_expression): Handle
2624         DW_OP_GNU_parameter_ref.
2625
2626 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2627
2628         * dwarf2read.c (read_call_site_scope): Do not gdb_assert for invalid
2629         read-in CALL_SITE_PARAMETER_PARAM_OFFSET.
2630
2631 2012-07-13  Doug Evans  <dje@google.com>
2632
2633         * symtab.c (output_source_filename): Delete unnecessary forward decl.
2634         (filename_seen_cache): New struct.
2635         (INITIAL_FILENAME_SEEN_CACHE_SIZE): New macro.
2636         (create_filename_seen_cache): New function.
2637         (clear_filename_seen_cache, delete_filename_seen_cache): New functions.
2638         (filename_seen): Delete arg "first".  New arg "cache".  All callers
2639         updated.
2640         (output_source_filename_data): New struct.
2641         (output_source_filename): Delete arg "first".  New arg "data".
2642         All callers updated.
2643         (sources_info): Delete local "first".  New locals "data", "cleanups".
2644         Rewrite to use filename_seen_cache.
2645         (add_partial_filename_data): Delete member "first".  New member
2646         "filename_seen_cache".  All uses updated.
2647         (make_source_files_completion_list): Rewrite to use
2648         filename_seen_cache.
2649
2650 2012-07-12  Doug Evans  <dje@google.com>
2651
2652         * psymtab.c (map_symbol_filenames_psymtab): Skip shared psymtabs.
2653
2654 2012-07-10  Doug Evans  <dje@google.com>
2655
2656         PR gdb/13498
2657         * dwarf2read.c (dwarf2_per_objfile): New members n_type_unit_groups,
2658         all_type_unit_groups, type_unit_groups, tu_stats.
2659         (dwarf2_per_cu_data): Move "imported_symtabs" into new union "s".
2660         All uses updated.  Add type_unit_group to union "s".
2661         (type_unit_group): New struct.
2662         (IS_TYPE_UNIT_GROUP): New macro.
2663         (abbrev_table): Delete unused member "section".
2664         (dw2_do_instantiate_symtab): Early exit if type_unit_group.
2665         (dw2_get_cu): Assert not used with type_unit_group.
2666         (dw2_get_primary_cu): New function.
2667         (dw2_build_type_unit_groups_reader): New function.
2668         (dw2_build_type_unit_groups): New function.
2669         (dw2_get_file_names): Assert not called on type units.
2670         (dw2_map_symtabs_matching_filename): Call dw2_build_type_unit_groups.
2671         Redo loop to iterate over type unit groups instead of type units.
2672         (dw2_expand_symtabs_matching, dw2_map_symbol_filenames): Ditto.
2673         (read_abbrev_offset): New function.
2674         (init_cutu_and_read_dies): New arg "abbrev_table".  All callers
2675         updated.
2676         (create_partial_symtab): New function.
2677         (process_psymtab_comp_unit_reader): Assert not used with type units.
2678         Call create_partial_symtab.
2679         (process_psymtab_type_unit): Delete.
2680         (hash_type_unit_group, eq_type_unit_group): New functions.
2681         (allocate_type_unit_groups_table): New function.
2682         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB): New macro.
2683         (NO_STMT_LIST_TYPE_UNIT_PSYMTAB_SIZE): New macro.
2684         (create_type_unit_group, get_type_unit_group): New functions.
2685         (tu_abbrev_offset): New struct.
2686         (sort_tu_by_abbrev_offset): New function.
2687         (add_type_unit_group_to_table): New function.
2688         (build_type_unit_groups): New function.
2689         (build_type_psymtabs_reader): New function.
2690         (build_type_psymtab_dependencies): New function.
2691         (build_type_psymtabs): Rewrite.
2692         (scan_partial_symbols): Flag an error if a DW_TAG_imported_unit
2693         is seen in a type unit.
2694         (process_queue): Move symtab expansion debugging printfs here.
2695         Call process_full_type_unit for type units.
2696         (compute_symtab_includes): Assert not called for type units.
2697         (process_cu_includes): Don't call compute_symtab_includes for
2698         type units.
2699         (process_full_type_unit): New function.
2700         (process_imported_unit_die): Flag an error if called for type units.
2701         (handle_DW_AT_stmt_list): Delete arg "want_line_info".  All callers
2702         updated.  Assert not called for type units.
2703         (read_file_scope): Call dwarf2_start_symtab.
2704         (setup_type_unit_groups): New function.
2705         (read_type_unit_scope): Rewrite.
2706         (abbrev_table_read_table): Initialize abbrev_table->offset.
2707         (abbrev_table_free_cleanup): New function.
2708         (dwarf2_start_symtab): New function.
2709         (load_full_type_unit): Assert not called for type unit groups.
2710         * buildsym.c (finish_block_internal): New arg "expandable".
2711         All callers updated.
2712         (start_symtab): Move most contents to ...
2713         (restart_symtab): ... here.  New function.
2714         (reset_symtab_globals): New function.
2715         (end_symtab_1): Renamed from end_symtab.  New arg "expandable".
2716         Call reset_symtab_globals.
2717         (end_symtab, end_expandable_symtab): New functions.
2718         (set_missing_symtab, augment_type_symtab): New functions.
2719         * buildsym.h (end_expandable_symtab): Declare.
2720         (augment_type_symtab, restart_symtab): Declare.
2721         * psympriv.h (struct partial_symtab): New member "anonymous".
2722         * psymtab.c (partial_map_symtabs_matching_filename): Ignore
2723         anonymous psymtabs.
2724         (read_psymtabs_with_filename): Ditto.
2725         (map_symbol_filenames_psymtab, psymtab_to_fullname): Ditto.
2726         (expand_symtabs_matching_via_partial): Ditto.
2727         (dump_psymtab): Update.
2728         * dictionary.c (dict_add_pending): New function.
2729         * dictionary.h (dict_add_pending): Declare.
2730
2731 2012-07-09  Doug Evans  <dje@google.com>
2732
2733         * buildsym.c (start_subfile): Remove unnecessary check for
2734         name == NULL.
2735
2736         * psymtab.c (allocate_psymtab): Use host_address_to_string.
2737
2738         * dwarf2read.c (load_full_type_unit): Simplify.
2739
2740         * dwarf2read.c (dwarf2_per_objfile): Change type of all_type_units
2741         to struct signatured_type **.  All uses updated.
2742
2743         * dwarf2read.c (dwarf2_attr_no_follow): Delete unused arg "cu".
2744         All callers updated.
2745
2746 2012-07-09  Tom Tromey  <tromey@redhat.com>
2747
2748         * c-exp.y (check_parameter_typelist): New function.
2749         (parameter_typelist): Call it.
2750         * eval.c (make_params): Handle '(void)' case.
2751         * gdbtypes.c (lookup_function_type_with_arguments): Handle
2752         '(void)' case.
2753
2754 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2755
2756         * common/linux-ptrace.c: Include gdb_assert.h.
2757         <__i386__> (linux_ptrace_test_ret_to_nx_instr): New declaration.
2758         <__i386__>: Include sys/reg.h, sys/mman.h, signal.h, sys/wait.h and
2759         stdint.h.
2760         (linux_ptrace_test_ret_to_nx, linux_ptrace_init_warnings): New
2761         functions.
2762         * common/linux-ptrace.h (linux_ptrace_init_warnings): New declarations.
2763         * linux-nat.c (linux_child_post_attach)
2764         (linux_child_post_startup_inferior): Call linux_ptrace_init_warnings.
2765
2766 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2767
2768         * linux-thread-db.c (thread_db_find_new_threads_silently): Do not apply
2769         nptl <2.7 bug workaround for core files.
2770
2771 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2772
2773         * linux-nat.c (resume_lwp, linux_nat_resume): Remove LP->SIGINFO
2774         clearing.
2775         (save_siginfo): Remove.
2776         (stop_wait_callback, linux_nat_filter_event): Remove the save_siginfo
2777         call.
2778         (resume_stopped_resumed_lwps): Remove LP->SIGINFO clearing.
2779         (linux_nat_get_siginfo): Use PTRACE_GETSIGINFO.
2780         * linux-nat.h (struct lwp_info): Remove field siginfo.
2781
2782 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2783
2784         Code cleanup for the next patch.
2785         * arm-linux-nat.c (arm_linux_stopped_data_address): Change variable
2786         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2787         call for it.
2788         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
2789         (ia64_linux_stopped_data_address):
2790         * linux-nat.c (linux_nat_get_siginfo): Add parameter siginfo, change
2791         the return value.
2792         * linux-nat.h (linux_nat_get_siginfo): Likewise.
2793         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Change variable
2794         siginfo_p to siginfo, update its users incl. the linux_nat_get_siginfo
2795         call for it.
2796
2797 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2798
2799         PR 14321
2800         * findcmd.c (parse_find_args): New variable pattern_buf_size_need.
2801         Increase buffer sizes to 2x we need, not just 2x of the previous size.
2802
2803 2012-07-06  Tom Tromey  <tromey@redhat.com>
2804
2805         * c-exp.y (DOTDOTDOT): New token.
2806         (func_mod, exp): Use parameter_typelist.
2807         (parameter_typelist): New production.
2808         (tokentab3): Add "..." token.
2809         * eval.c (make_params): Handle varargs.
2810         * gdbtypes.c (lookup_function_type_with_arguments): Handle
2811         varargs.
2812
2813 2012-07-06  Tom Tromey  <tromey@redhat.com>
2814
2815         PR exp/9608:
2816         * c-exp.y (%union) <tvec>: Change type.
2817         (func_mod): Now uses <tvec> type.
2818         (exp): Update for tvec change.
2819         (direct_abs_decl): Push the typelist.
2820         (func_mod): Return a typelist.
2821         (nonempty_typelist): Update for tvec change.
2822         * gdbtypes.c (lookup_function_type_with_arguments): New function.
2823         * gdbtypes.h (lookup_function_type_with_arguments): Declare.
2824         * parse.c (pop_type_list): New function.
2825         (push_typelist): New function.
2826         (follow_types): Handle tp_function_with_arguments.
2827         * parser-defs.h (type_ptr): New typedef.  Define a VEC.
2828         (enum type_pieces) <tp_function_with_arguments>: New constant.
2829         (union type_stack_elt) <typelist_val>: New field.
2830         (push_typelist): Declare.
2831
2832 2012-07-06  Tom Tromey  <tromey@redhat.com>
2833
2834         * c-exp.y (%union) <type_stack>: New field.
2835         (abs_decl, direct_abs_decl): Use <type_stack> type.  Update.
2836         (ptr_operator_ts): New production.
2837         (ptype): Update.
2838         * parse.c (type_stack_reserve): New function.
2839         (check_type_stack_depth): Use it.
2840         (pop_type_stack, append_type_stack, push_type_stack)
2841         (get_type_stack, type_stack_cleanup): New functions.
2842         (follow_types): Handle tp_type_stack.
2843         (_initialize_parse): Simplify initialization.
2844         * parser-defs.h (enum type_pieces) <tp_type_stack>: New
2845         constant.
2846         (union type_stack_elt) <stack_val>: New field.
2847         (get_type_stack, append_type_stack, push_type_stack)
2848         (type_stack_cleanup): Declare.
2849
2850 2012-07-06  Tom Tromey  <tromey@redhat.com>
2851
2852         * parser-defs.h (type_stack, type_stack_size, type_stack_depth):
2853         Remove.
2854         (struct type_stack): New.
2855         * parse.c (type_stack, type_stack_size, type_stack_depth):
2856         Remove.
2857         (type_stack): New global.
2858         (parse_exp_in_context, check_type_stack_depth)
2859         (insert_into_type_stack, insert_type, push_type, push_type_int)
2860         (insert_type_address_space, pop_type, pop_type_int)
2861         (_initialize_parse): Update.
2862
2863 2012-07-06  Tom Tromey  <tromey@redhat.com>
2864
2865         * c-exp.y (func_mod, direct_abs_decl, abs_decl, ptr_operator):
2866         Remove %type.
2867
2868 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
2869
2870         * c-lang.c (c_printstr): Remove ununsed variable WIDTH.
2871
2872 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
2873             Jan Kratochvil  <jan.kratochvil@redhat.com>
2874
2875         * cp-valprint.c (cp_print_value): Replace potentially unsafe
2876         alloca with xmalloc/xfree.
2877
2878 2012-07-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
2879
2880         * MAINTAINERS (Write After Approval): Add myself to the list.
2881
2882 2012-07-05  Doug Evans  <dje@google.com>
2883
2884         * dwarf2read.c (dw2_expand_symtabs_matching): Fix typo.
2885
2886 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2887
2888         * ax-gdb.c (cli/cli-utils.h): New include.
2889         (linespec.h): Ditto.
2890         (agent_eval_command_one): New function.
2891         (agent_command_1): Ditto.
2892         (agent_command): Call function agent_command_1.
2893         (agent_eval_command): Ditto.
2894         (_initialize_ax_gdb): Change help for "maint agent"
2895         and "maint agent-eval".
2896
2897 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2898
2899         * breakpoint.c (check_for_argument): Move to file cli/cli-utils.c.
2900         * cli/cli-utils.c (check_for_argument): New function.
2901         * cli/cli-utils.h (check_for_argument): Ditto.
2902
2903 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
2904
2905         * NEWS: Mention x32 ABI support.
2906
2907 2012-07-04  H.J. Lu  <hongjiu.lu@intel.com>
2908
2909         * amd64-tdep.c (amd64_x32_init_abi): Set sp_regnum_from_eax to
2910         AMD64_RSP_REGNUM and pc_regnum_from_eax to AMD64_RIP_REGNUM.
2911
2912         * i386-tdep.c (i386_gdbarch_init): Initialize sp_regnum_from_eax
2913         and pc_regnum_from_eax to -1.  Update SP regnum from
2914         sp_regnum_from_eax and PC regnum from pc_regnum_from_eax if
2915         needed.
2916
2917         * i386-tdep.h (gdbarch_tdep): Add sp_regnum_from_eax and
2918         pc_regnum_from_eax.
2919
2920 2012-07-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2921
2922         Fix 'warning: parameter has incomplete type' with gcc-3.4.6.
2923         * dwarf2expr.h: Include gdbtypes.h.
2924         (enum call_site_parameter_kind, union call_site_parameter_u): Remove
2925         these forward declarations.
2926         (cu_offset, sect_offset): Move these ...
2927         * gdbtypes.h: Remove include dwarf2expr.h.
2928         (cu_offset, sect_offset): ... here.
2929
2930 2012-07-03  H.J. Lu  <hongjiu.lu@intel.com>
2931
2932         * amd64-linux-tdep.c (linux_sigtramp_code): Renamed to ...
2933         (amd64_linux_sigtramp_code): This.
2934         (amd64_x32_linux_sigtramp_code): New.
2935         (LINUX_SIGTRAMP_LEN): Updated.
2936         (amd64_linux_sigtramp_start): Check x32 sigtramp.
2937
2938 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2939
2940         * linux-thread-db.c (thread_db_new_objfile): Fix comment typos.
2941
2942 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2943
2944         * config.in: Regenerate.
2945         * configure: Regenerate.
2946         * configure.ac: Remove check for gnu/libc-version.h.
2947         * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of
2948         gnu/libc-version.h.
2949         (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove
2950         variables libc_version, libc_major and libc_minor.  Replace sscanf by
2951         inferior_has_bug.  Extend the comment.
2952
2953 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2954
2955         * linux-thread-db.c (inferior_has_bug): New function.
2956         (thread_db_find_new_threads_silently): Return boolean as checked by
2957         inferior_has_bug, describe it in the comments.
2958         (try_thread_db_load_1): Move call to thread_db_find_new_threads_silently
2959         earlier.  Abort the initialization if it returned non-zero.
2960         (thread_db_new_objfile): Exclude debug files.
2961         (thread_db_find_new_threads_2): Preinitialize ERR.  Check errors also
2962         if UNTIL_NO_NEW,
2963
2964 2012-07-02  Doug Evans  <dje@google.com>
2965
2966         * dwarf2read.c (maybe_queue_comp_unit): Move definition next to others
2967         related to queue management.
2968
2969         * dwarf2read.c (create_debug_types_hash_table): Use "debug dwarf2-read"
2970         instead of "debug dwarf2-die" in debugging printfs.
2971         (create_debug_info_hash_table_reader): Ditto.
2972         (create_debug_info_hash_table): Ditto.
2973         (init_dwo_file): Ditto.
2974         (init_cutu_and_read_dies): Add debugging printf.
2975         (init_cutu_and_read_dies_no_follow): Ditto.
2976         (process_psymtab_comp_unit_reader): Ditto.
2977
2978 2012-07-02  Stan Shebs  <stan@codesourcery.com>
2979
2980         Add target-side support for dynamic printf.
2981         * NEWS: Mention the additional style.
2982         * breakpoint.h (struct bp_target_info): New fields tcommands, persist.
2983         (struct bp_location): New field cmd_bytecode.
2984         * breakpoint.c: Include format.h.
2985         (disconnected_dprintf): New global.
2986         (parse_cmd_to_aexpr): New function.
2987         (build_target_command_list): New function.
2988         (insert_bp_location): Call it.
2989         (remove_breakpoints_pid): Skip dprintf breakpoints.
2990         (print_one_breakpoint_location): Ditto.
2991         (dprintf_style_agent): New global.
2992         (dprintf_style_enums): Add dprintf_style_agent.
2993         (update_dprintf_command_list): Add agent case.
2994         (agent_printf_command): New function.
2995         (_initialize_breakpoint): Add new commands.
2996         * common/ax.def (printf): New bytecode.
2997         * ax.h (ax_string): Declare.
2998         * ax-gdb.h (gen_printf): Declare.
2999         * ax-gdb.c: Include cli-utils.h, format.h.
3000         (gen_printf): New function.
3001         (maint_agent_print_command): New function.
3002         (_initialize_ax_gdb): Add maint agent-printf command.
3003         * ax-general.c (ax_string): New function.
3004         (ax_print): Add printf disassembly.
3005         * Makefile.in (SFILES): Add format.c
3006         (COMMON_OBS): Add format.o.
3007         * common/format.h: New file.
3008         * common/format.c: New file.
3009         * printcmd.c: Include format.h.
3010         (ui_printf): Call parse_format_string.
3011         * remote.c (remote_state): New field breakpoint_commands.
3012         (PACKET_BreakpointCommands): New enum.
3013         (remote_breakpoint_commands_feature): New function.
3014         (remote_protocol_features): Add new BreakpointCommands entry.
3015         (remote_can_run_breakpoint_commands): New function.
3016         (remote_add_target_side_commands): New function.
3017         (remote_insert_breakpoint): Call it.
3018         (remote_insert_hw_breakpoint): Ditto.
3019         (_initialize_remote): Add new packet configuration for
3020         target-side breakpoint commands.
3021         * target.h (struct target_ops): New field
3022         to_can_run_breakpoint_commands.
3023         (target_can_run_breakpoint_commands): New macro.
3024         * target.c (update_current_target): Handle
3025         to_can_run_breakpoint_commands.
3026
3027 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3028
3029         Execute -ix and -iex only after system and user gdbinit files.
3030         * main.c (captured_main): Move CMDARG_INIT_FILE and CMDARG_INIT_COMMAND
3031         processing down after gdbinit files.
3032
3033 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3034
3035         Add fnmatch-gnu module.
3036         * gnulib/Makefile.in (aclocal_m4_deps): Add new files and remove one.
3037         * gnulib/configure.ac (AC_INIT): Use now import/memmem.c.
3038         * gnulib/aclocal.m4: Regenerate.
3039         * gnulib/config.in: Regenerate.
3040         * gnulib/configure: Regenerate.
3041         * gnulib/import/dummy.c: Remove.
3042         * gnulib/import/Makefile.am: Regenerate.
3043         * gnulib/import/Makefile.in: Likewise.
3044         * gnulib/import/m4/gnulib-cache.m4: Likewise.
3045         * gnulib/import/m4/gnulib-comp.m4: Likewise.
3046         * gnulib/import/alloca.c: New file.
3047         * gnulib/import/alloca.in.h: Likewise.
3048         * gnulib/import/config.charset: Likewise.
3049         * gnulib/import/fnmatch.c: Likewise.
3050         * gnulib/import/fnmatch.in.h: Likewise.
3051         * gnulib/import/fnmatch_loop.c: Likewise.
3052         * gnulib/import/localcharset.c: Likewise.
3053         * gnulib/import/localcharset.h: Likewise.
3054         * gnulib/import/m4/alloca.m4: Likewise.
3055         * gnulib/import/m4/codeset.m4: Likewise.
3056         * gnulib/import/m4/configmake.m4: Likewise.
3057         * gnulib/import/m4/fcntl-o.m4: Likewise.
3058         * gnulib/import/m4/fnmatch.m4: Likewise.
3059         * gnulib/import/m4/glibc21.m4: Likewise.
3060         * gnulib/import/m4/localcharset.m4: Likewise.
3061         * gnulib/import/m4/locale-fr.m4: Likewise.
3062         * gnulib/import/m4/locale-ja.m4: Likewise.
3063         * gnulib/import/m4/locale-zh.m4: Likewise.
3064         * gnulib/import/m4/mbrtowc.m4: Likewise.
3065         * gnulib/import/m4/mbsinit.m4: Likewise.
3066         * gnulib/import/m4/mbsrtowcs.m4: Likewise.
3067         * gnulib/import/m4/mbstate_t.m4: Likewise.
3068         * gnulib/import/m4/stdbool.m4: Likewise.
3069         * gnulib/import/m4/wchar_h.m4: Likewise.
3070         * gnulib/import/m4/wctype_h.m4: Likewise.
3071         * gnulib/import/m4/wint_t.m4: Likewise.
3072         * gnulib/import/mbrtowc.c: Likewise.
3073         * gnulib/import/mbsinit.c: Likewise.
3074         * gnulib/import/mbsrtowcs-impl.h: Likewise.
3075         * gnulib/import/mbsrtowcs-state.c: Likewise.
3076         * gnulib/import/mbsrtowcs.c: Likewise.
3077         * gnulib/import/ref-add.sin: Likewise.
3078         * gnulib/import/ref-del.sin: Likewise.
3079         * gnulib/import/stdbool.in.h: Likewise.
3080         * gnulib/import/streq.h: Likewise.
3081         * gnulib/import/strnlen1.c: Likewise.
3082         * gnulib/import/strnlen1.h: Likewise.
3083         * gnulib/import/verify.h: Likewise.
3084         * gnulib/import/wchar.in.h: Likewise.
3085         * gnulib/import/wctype.in.h: Likewise.
3086
3087 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3088
3089         Support shell wildcards for 'set auto-load safe-path'.
3090         * auto-load.c: Include fnmatch.h.
3091         (filename_is_in_dir): Rename to ...
3092         (filename_is_in_pattern_1, filename_is_in_pattern): ... here and split
3093         it.  Update function comment.  Rename dir_len to pattern_len.  New
3094         variables filename_len, pattern and filename.  Add more DEBUG_AUTO_LOAD
3095         messages.  Use gdb_filename_fnmatch.
3096         (filename_is_in_auto_load_safe_path_vec): Rename variable dir to
3097         pattern.
3098         (_initialize_auto_load): Extend the "set auto-load safe-path" help text.
3099         * defs.h (gdb_filename_fnmatch): New declaration.
3100         * utils.c: Include fnmatch.h.
3101         (gdb_filename_fnmatch): New function.
3102
3103 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
3104
3105         * breakpoint.c (BREAK_ARGS_HELP): Include help message for the new
3106         `-probe' and `-probe-stap' options.
3107
3108 2012-07-01  Yao Qi  <yao@codesourcery.com>
3109
3110         * breakpoint.c: Removed always_inserted_auto, always_inserted_on,
3111         always_inserted_off, and always_inserted_enums.
3112         Change always_inserted_mode's type to 'enum auto_boolean'.
3113         (show_always_inserted_mode, breakpoint_always_inserted_mode): Update
3114         callers.
3115         (_initialize_breakpoint): Call add_setshow_auto_boolean_cmd instead
3116         of add_setshow_enum_cmd.
3117         * infrun.c: Remove can_use_displaced_stepping_auto,
3118         can_use_displaced_stepping_on, can_use_displaced_stepping_off, and
3119         can_use_displaced_stepping_enum.
3120         Change can_use_displaced_stepping's type to 'enum auto_boolean'.
3121         (show_can_use_displaced_stepping, use_displaced_stepping): Update callers.
3122         (_initialize_infrun): Call add_setshow_auto_boolean_cmd instead of
3123         add_setshow_enum_cmd.
3124
3125 2012-06-30  Doug Evans  <dje@google.com>
3126
3127         * dwarf2read.c (signatured_type): Make "per_cu" member first.
3128         (init_cutu_and_read_dies): Handle rereading a DWO CU while it's
3129         currently being read.  Propagate DW_AT_comp_dir to DWO DIE.
3130
3131 2012-06-29  Doug Evans  <dje@google.com>
3132
3133         * linespec.c: #include "stack.h".
3134         (decode_line_with_current_source): Moved here from symtab.c and
3135         renamed from decode_line_spec.  All callers updated.
3136         (decode_line_with_last_displayed): Moved here from breakpoint.c and
3137         renamed from decode_line_spec_1.  All callers updated.
3138         * linespec.h (decode_line_with_current_source): Move declaration here
3139         from symtab.h and renamed from decode_line_spec.
3140         (decode_line_with_last_displayed): Move declaration here from symtab.h
3141         and renamed from decode_line_spec_1.
3142         * macrocmd.c: #include "linespec.h".
3143         * symtab.c: Remove #include "linespec.h".
3144
3145 2012-06-28  Doug Evans  <dje@google.com>
3146
3147         * dwarf2read.c (get_cu_length): New function.
3148         (offset_in_cu_p, error_check_comp_unit_head): Call it.
3149         (create_debug_types_hash_table): Ditto.
3150         (init_cutu_and_read_dies): Ditto.
3151         (init_cutu_and_read_dies_no_follow): Ditto.
3152
3153         * dwarf2read.c (dwarf2_find_base_address): Move definition.
3154
3155         * dwarf2read.c (ABBREV_HASH_SIZE): Remove enclosing #ifndef/#endif.
3156         (struct abbrev_table): Define.
3157         (dwarf2_cu): Replace members dwarf2_abbrevs, abbrev_obstack with
3158         abbrev_table.
3159         (init_cutu_and_read_dies): Update.
3160         (abbrev_table_alloc_abbrev): New function.  Replaces
3161         dwarf_alloc_abbrev.  All callers updated.
3162         (abbrev_table_add_abbrev): New function.
3163         (abbrev_table_lookup_abbrev): New function.  Replaces
3164         dwarf2_lookup_abbrev.  All callers updated.
3165         (abbrev_table_read_table): New function.  Contents moved here from
3166         dwarf2_read_abbrevs.
3167         (dwarf2_read_abbrevs): Call it.
3168         (abbrev_table_free): New function.
3169         (dwarf2_free_abbrev_table): Call it.
3170
3171 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3172
3173         * osdata.c (info_osdata_command): Filter out "Title" columns
3174         from non-MI uses.
3175         * common/linux-osdata.c (struct osdata_type): Add title field.
3176         (osdata_table): Add titles to each entry.
3177         (linux_command_xfer_osdata): Add a column for title data.
3178
3179 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3180
3181         Make logging work for MI.
3182         * NEWS: Mention it.
3183         * interps.h (interp_set_logging_ftype): New typedef.
3184         (struct interp_procs): New field set_logging_proc.
3185         (current_interp_set_logging): Declare.
3186         * interps.c (current_interp_set_logging): New function.
3187         * cli/cli-logging.c: Include interps.h.
3188         (set_logging_redirect): Call current_interp_set_logging.
3189         (pop_output_files): Ditto.
3190         (handle_redirections): Ditto, plus skip ui-out redirect if MI.
3191         * mi/mi-console.h (mi_console_set_raw): Declare.
3192         * mi/mi-console.c (mi_console_set_raw): New function.
3193         * mi/mi-interp.c (saved_raw_stdout): New global.
3194         (mi_set_logging): New function.
3195         (_initialize_mi_interp): Add it to interp procs.
3196
3197 2012-06-28  Doug Evans  <dje@google.com>
3198
3199         * symtab.c (lookup_symbol_aux_objfile): Use
3200         ALL_OBJFILE_PRIMARY_SYMTABS.
3201
3202         * gdbtypes.c (lookup_typename): Rename local variable "tmp" to "type".
3203
3204 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3205
3206         * common/buffer.c: Include inttypes.h and stdint.h.
3207         (buffer_xml_printf): Use PRId64, PRIu64, PRIx64 and PRIo64.
3208
3209 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3210             Pedro Alves  <palves@redhat.com>
3211
3212         * gdbthread.h (ALL_THREADS): New macro.
3213         (thread_list): Declare.
3214         * infrun.c (handle_inferior_event) <spurious signal>: Don't keep
3215         going, but instead fall through to the stepping handling.
3216         * linux-nat.c (resume_lwp): New parameter 'signo'.  Resume with
3217         the passed in signal.  Adjust debug output.
3218         (resume_callback): Rename to ...
3219         (linux_nat_resume_callback): ... this.  Pass the thread's last
3220         stop signal, if in "pass" state.
3221         (linux_nat_resume): Adjust to rename.
3222         (stop_wait_callback): New assertion.  Don't respawn signals;
3223         instead let the LWP remain with SIGNALLED set.
3224         (linux_nat_wait_1): Remove flushing of pending SIGSTOPs.
3225         * remote.c (append_pending_thread_resumptions): New.
3226         (remote_vcont_resume): Call it.
3227         * target.h (target_resume): Extend comment.
3228
3229 2012-06-28  Iain Sandoe  <iain@codesourcery.com>
3230
3231         * auxv.c (fprint_target_auxv): Handle extended cache data tags.
3232
3233 2012-06-27  Doug Evans  <dje@google.com>
3234
3235         * dwarf2read.c (dwarf2_cu): Add ranges_base.
3236         Delete have_addr_base, unused.  All uses updated.
3237         (init_cutu_and_read_dies): Process DW_AT_GNU_ranges_base.
3238         (dwarf2_get_pc_bounds): Add ranges_base.
3239         (dwarf2_record_block_ranges): Ditto.
3240
3241 2012-06-27  Tom Tromey  <tromey@redhat.com>
3242
3243         PR macros/7961:
3244         * varobj.c (varobj_create): Update.
3245         (varobj_set_value): Update.
3246         * tracepoint.c (validate_actionline): Update.
3247         (encode_actions_1): Update.
3248         * parse.c (parse_exp_1): Add 'pc' argument.
3249         (parse_exp_in_context): Add 'pc' argument.  Change how
3250         expression_context_pc is set.
3251         (parse_expression): Update.
3252         (parse_field_expression): Update.
3253         * expression.h (parse_exp_1): Update.
3254         * eval.c (parse_to_comma_and_eval): Update.
3255         * breakpoint.c (set_breakpoint_condition): Update.
3256         (update_watchpoint): Update.
3257         (init_breakpoint_sal): Update
3258         (find_condition_and_thread): Update.
3259         (watch_command_1): Update.
3260         (update_breakpoint_locations): Update.
3261         * ada-lang.c (ada_read_renaming_var_value): Update.
3262         (create_excep_cond_exprs): Update.
3263
3264 2012-06-27  Doug Evans  <dje@google.com>
3265
3266         * dwarf2read.c (per_cu_header_read_in): Simplify, and handle
3267         type units.
3268
3269 2012-06-26  Doug Evans  <dje@google.com>
3270
3271         * dwarf2read.c (read_and_check_comp_unit_head): Delete unnecessary
3272         prototype.
3273         (error_check_comp_unit_head): New arg abbrev_section.  All callers
3274         updated.
3275         (read_and_check_comp_unit_head): Ditto.
3276         (read_and_check_type_unit_head): Ditto.
3277
3278 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3279
3280         New attribute 'last' for gdb.Symtab_and_line.
3281         * NEWS (Python Scripting): Add entry about the new attribute.
3282         * python/py-symtab.c (salpy_get_last): New function which
3283         implements the get method for the 'last' attribute of
3284         gdb.Symtab_and_line.
3285         (sal_object_getset): Add entry for the 'last' attribute.
3286
3287 2012-06-26  Doug Evans  <dje@google.com>
3288
3289         * dwarf2read.c (dwo_section_names): Add macinfo_dwo, macro_dwo.
3290         (dwo_sections): Add macinfo, macro.
3291         (dwarf2_locate_dwo_sections): Watch for macro sections.
3292         (dwarf_decode_macros): Remove args lh, abfd, section, section_name.
3293         All callers updated.  Handle DWO files.
3294
3295         * NEWS: Mention new options "set debug dwarf2-read" and
3296         "set debug symtab-create".
3297         * dwarf2read.c (dwarf2_read_debug): New static global.
3298         (dwarf2_build_psymtabs_hard): Add debugging printfs.
3299         (process_queue): Ditto.
3300         (process_full_comp_unit): Ditto.
3301         (_initialize_dwarf2_read): Add new option "set debug dwarf2-read".
3302         * elfread.c (elf_symfile_read): Add debugging printf.
3303         * minsyms.c (install_minimal_symbols): Ditto.
3304         * psymtab.c (allocate_psymtab): Ditto.
3305         * symfile.c (allocate_symtab): Ditto.
3306         * symtab.c (symtab_create_debug): New global.
3307         (_initialize_symtab): Add new option "set debug symtab-create".
3308         * symtab.h (symtab_create_debug): Declare.
3309
3310         * dwarf2read.c (lookup_dwo_comp_unit): Enhance comment.
3311         (lookup_dwo_type_unit): Ditto.
3312
3313 2012-06-26  Roland McGrath  <roland@hack.frob.com>
3314             H.J. Lu  <hongjiu.lu@intel.com>
3315
3316         * amd64-linux-nat.c: Include <sys/user.h>.
3317         (ps_get_thread_area): Use PTRACE_PEEKUSER to get fs_base/gs_base
3318         if HAVE_STRUCT_USER_REGS_STRUCT_FS_BASE or
3319         HAVE_STRUCT_USER_REGS_STRUCT_GS_BASE is defined.
3320
3321         * configure.ac: Check if the fs_base and gs_base members of
3322         `struct user_regs_struct' exist.
3323         * config.in: Regenerated.
3324         * configure: Likewise.
3325
3326 2012-06-25  Michael Eager  <eager@eagercon.com>
3327
3328         PR python/14291
3329         * python/python.c (gdbpy_write): Check for interrupted output.
3330
3331 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
3332
3333         * arm-tdep.c (arm_in_function_epilogue_p): Recognize POP with a single
3334         register as a stack alignment in ARM mode.
3335
3336 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3337
3338         Update gnulib to GIT commit a39f53ccb70a613e647e1019fb4c63645220267e.
3339         * gnulib/config.in: Regenerate.
3340         * gnulib/configure: Likewise.
3341         * gnulib/import/m4/extensions.m4: Update it.
3342         * gnulib/import/m4/gnulib-common.m4: Likewise.
3343         * gnulib/import/m4/memmem.m4: Likewise.
3344         * gnulib/import/m4/mmap-anon.m4: Likewise.
3345         * gnulib/import/m4/multiarch.m4: Likewise.
3346         * gnulib/import/stdint.in.h: Likewise.
3347
3348 2012-06-24  Yao Qi  <yao@codesourcery.com>
3349
3350         * corefile.c (write_memory_with_notification): New.
3351         * gdbcore.h: Declare write_memory_with_notification.
3352         * ada-lang.c (ada_value_assign): Replace 'write_memory' and
3353         'observer_notify_memory_changed' with 'write_memory_with_notification'.
3354         * valops.c (value_assign): Likewise.
3355         * python/py-inferior.c (infpy_write_memory): Call
3356         'write_memory_with_notification'.
3357
3358 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3359
3360         * cc-with-index.sh: Use also -ex "set auto-load no".
3361
3362 2012-06-23  Doug Evans  <dje@google.com>
3363
3364         PR 14125
3365         * NEWS: Document additions to .gdb_index.
3366         * dwarf2read.c: #include "gdb/gdb-index.h".
3367         (DW2_GDB_INDEX_SYMBOL_STATIC_SET_VALUE): New macro.
3368         (DW2_GDB_INDEX_SYMBOL_KIND_SET_VALUE): New macro.
3369         (DW2_GDB_INDEX_CU_SET_VALUE): New macro.
3370         (dwarf2_read_index): Recognize version 7.
3371         (dw2_do_expand_symtabs_matching): New args want_specific_block,
3372         block_kind, domain): All callers updated.
3373         (dw2_find_symbol_file): Handle new index CU values.
3374         (dw2_expand_symtabs_matching): Match symbol kind if requested.
3375         (add_index_entry): New args is_static, kind.  All callers updated.
3376         (offset_type_compare, uniquify_cu_indices): New functions
3377         (symbol_kind): New function.
3378         (write_psymtabs_to_index): Remove duplicate CU values.
3379         (write_psymtabs_to_index): Write .gdb_index version 7.
3380
3381 2012-06-22  Joel Brobecker  <brobecker@adacore.com>
3382
3383         * configure.ac (build_warnings): Add -Wdeclaration-after-statement.
3384         * configure: Regenerate.
3385
3386 2012-06-20  Yao Qi  <yao@codesourcery.com>
3387
3388         * python/py-inferior.c: Update comments of infpy_read_memory
3389         and infpy_write_memory.
3390
3391 2012-06-19  Tom Tromey  <tromey@redhat.com>
3392
3393         PR exp/9514:
3394         * parser-defs.h (insert_type, insert_type_address_space): Declare.
3395         (push_type_address_space): Remove.
3396         * parse.c (insert_into_type_stack): New function.
3397         (insert_type): Likewise.
3398         (insert_type_address_space): Rename from push_type_address_space.
3399         Insert tp_space_identifier.
3400         * c-exp.y (ptr_operator): New production.
3401         (abs_decl): Use ptr_operator.
3402         (space_identifier): Call insert_type_address_space.
3403         (ptype): Don't use const_or_volatile_or_space_identifier.
3404         (const_or_volatile_noopt): Call insert_type.
3405         (conversion_type_id, conversion_declarator): New productions.
3406         (operator): Use conversion_type_id.
3407
3408 2012-06-18  Doug Evans  <dje@google.com>
3409
3410         * symtab.h (minimal_symbol): New member created_by_gdb.
3411         * elfread.c (elf_symtab_read): Set created_by_gdb for @plt minsym
3412         created by gdb.
3413         * symtab.c (lookup_symbol_in_objfile_from_linkage_name): New function.
3414         (search_symbols): Call it instead of lookup_symbol.
3415         Skip symbols created by gdb.  Only scan minsyms if nfiles == 0.
3416
3417         * dwarf2expr.c (execute_stack_op): Handle DW_OP_GNU_const_index.
3418         Adjust address for DW_OP_GNU_addr_index.
3419         * dwarf2expr.h (dwarf_expr_context): Update comment.
3420         * dwarf2loc.c (locexpr_describe_location_piece): New arg per_cu,
3421         all callers updated.  Handle TLS vars described with
3422         DW_OP_GNU_const_index.
3423         (disassemble_dwarf_expression): Handle DW_OP_GNU_addr_index
3424         and DW_OP_GNU_const_index.
3425         * dwarf2read.c (decode_locdesc): Handle DW_OP_GNU_addr_index.
3426
3427         * block.c (find_block_in_blockvector): Make explicit the fact that we
3428         ignore GLOBAL_BLOCK.
3429
3430 2012-06-18  Tom Tromey  <tromey@redhat.com>
3431
3432         * c-exp.y (operator): Remove trailing space after "delete" and
3433         "delete[]".
3434
3435 2012-06-18  Mark Kettenis  <kettenis@gnu.org>
3436             Jan Kratochvil  <jan.kratochvil@redhat.com>
3437
3438         Switch i386 and derived targets to ON_STACK.
3439         * amd64-dicos-tdep.c (amd64_dicos_push_dummy_code): Remove.
3440         (amd64_dicos_init_abi): Remove its installment.
3441         * dicos-tdep.c (dicos_init_abi): Remove the
3442         set_gdbarch_call_dummy_location call.  Update the comment here.
3443         * i386-dicos-tdep.c (i386_dicos_push_dummy_code): Remove.
3444         (i386_dicos_init_abi): Remove its installment.
3445         * i386-tdep.c (i386_push_dummy_code): New function.
3446         (i386_gdbarch_init): Call set_gdbarch_call_dummy_location, install
3447         i386_push_dummy_code.
3448
3449 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3450
3451         Remove stale dummy frames.
3452         * breakpoint.c: Include dummy-frame.h.
3453         (longjmp_breakpoint_ops): New variable.
3454         (update_breakpoints_after_exec, breakpoint_init_inferior): Delete also
3455         bp_longjmp_call_dummy.
3456         (bpstat_what, bptype_string, print_one_breakpoint_location)
3457         (init_bp_location): Support bp_longjmp_call_dummy.
3458         (set_longjmp_breakpoint): Use longjmp_breakpoint_ops.  Comment why.
3459         (set_longjmp_breakpoint_for_call_dummy)
3460         (check_longjmp_breakpoint_for_call_dummy, longjmp_bkpt_dtor): New
3461         functions.
3462         (initialize_breakpoint_ops): Initialize longjmp_breakpoint_ops.
3463         * breakpoint.h (enum bptype): New item bp_longjmp_call_dummy.  Delete
3464         FIXME comment and extend the other comment for bp_call_dummy.
3465         (set_longjmp_breakpoint_for_call_dummy)
3466         (check_longjmp_breakpoint_for_call_dummy): New declarations.
3467         * dummy-frame.c: Include gdbthread.h.
3468         (pop_dummy_frame_bpt): New function.
3469         (pop_dummy_frame): Call pop_dummy_frame_bpt.
3470         (dummy_frame_discard): New function.
3471         (cleanup_dummy_frames): Update the comment about longjmps.
3472         * dummy-frame.h (dummy_frame_discard): New declaration.
3473         * gdbthread.h (struct thread_info): Extend initiating_frame comment.
3474         * infcall.c (call_function_by_hand): New variable longjmp_b.  Call
3475         set_longjmp_breakpoint_for_call_dummy.  Chain its breakpoints with BPT.
3476         * infrun.c (handle_inferior_event) <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>:
3477         Add case 4 comment.  Call check_longjmp_breakpoint_for_call_dummy and
3478         keep_going if IS_LONGJMP and there is no other reason to stop.
3479
3480 2012-06-18  Greta Yorsh  <Greta.Yorsh@arm.com>
3481
3482         * remote-sim.c (sim_command_completer): Initialize
3483         variable 'result'.
3484
3485 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3486
3487         * dwarf2expr.c (execute_stack_op): Support DW_OP_GNU_parameter_ref.
3488         * dwarf2loc.c (call_site_parameter_matches): Support
3489         CALL_SITE_PARAMETER_PARAM_OFFSET.
3490         (needs_dwarf_reg_entry_value): Push stub value.
3491         * dwarf2read.c (read_call_site_scope): New variable origin.  Support
3492         CALL_SITE_PARAMETER_PARAM_OFFSET and its DW_AT_abstract_origin.
3493         * gdbtypes.h (enum call_site_parameter_kind): New item
3494         CALL_SITE_PARAMETER_PARAM_OFFSET.
3495         (struct call_site.parameter.u): New field param_offset.
3496
3497 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3498
3499         Code cleanup: Generalize call_site.parameter key.
3500         * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_entry_value>: Remove
3501         variable dwarf_reg.  New variable kind_u.  Update parameters to
3502         push_dwarf_reg_entry_value.
3503         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3504         * dwarf2expr.h (enum call_site_parameter_kind)
3505         (union call_site_parameter_u): Forward declarations.
3506         (struct dwarf_expr_context_funcs): Update parameters and their
3507         description for push_dwarf_reg_entry_value.
3508         (ctx_no_push_dwarf_reg_entry_value): Update parameters.
3509         * dwarf2loc.c (call_site_parameter_matches): New function.
3510         (dwarf_expr_reg_to_entry_parameter): Update parameters and their
3511         description.  Use call_site_parameter_matches.
3512         (dwarf_expr_push_dwarf_reg_entry_value, value_of_dwarf_reg_entry):
3513         Update parameters and their description.
3514         (value_of_dwarf_block_entry): Remove variables dwarf_reg and fb_offset.
3515         New variable kind_u.  Adjust the caller for updated parameters.
3516         (needs_dwarf_reg_entry_value): Update parameters.
3517         * dwarf2read.c (read_call_site_scope): New variable loc.  Use it
3518         instead of attr.  Update for the changed fields of struct
3519         call_site_parameter.
3520         * gdbtypes.h: Include dwarf2expr.h.
3521         (enum call_site_parameter_kind): New.
3522         (struct call_site.parameter): New field kind.  Wrap dwarf_reg and
3523         fb_offset into new union u.
3524
3525 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
3526
3527         * amd64-tdep.c (amd64_x32_analyze_stack_align): New function.
3528         (amd64_analyze_prologue): Call amd64_x32_analyze_stack_align
3529         for x32.
3530
3531 2012-06-16  H.J. Lu  <hongjiu.lu@intel.com>
3532
3533         * amd64-linux-nat.c (compat_x32_clock_t): New.
3534         (compat_x32_siginfo_t): Likewise.
3535         (compat_x32_siginfo_from_siginfo): Likewise.
3536         (siginfo_from_compat_x32_siginfo): Likewise.
3537         (amd64_linux_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
3538         and siginfo_from_compat_x32_siginfo for x32.
3539
3540 2012-06-15  Hui Zhu  <hui_zhu@mentor.com>
3541
3542         * tracepoint.c (tfile_xfer_partial): Add a lseek.
3543
3544 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
3545
3546         * amd64-linux-nat.c (ps_get_thread_area): Check bits_per_word
3547         instead of gdbarch_ptr_bit.
3548         * amd64-nat.c (amd64_native_gregset_reg_offset): Likewise.
3549         (amd64_supply_native_gregset): Likewise.
3550         (amd64_collect_native_gregset): Likewise.
3551         * amd64-tdep.c (amd64_supply_fxsave): Likewise.
3552         (amd64_supply_xsave): Likewise.
3553         (amd64_collect_fxsave): Likewise.
3554         (amd64_collect_xsave): Likewise.
3555
3556 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
3557
3558         * amd64-linux-nat.c (AMD64_LINUX_X32_DS): New.
3559         (amd64_linux_read_description): Check DS segment register for
3560         x32 process.
3561
3562 2012-06-15  Tom Tromey  <tromey@redhat.com>
3563
3564         * dwarf2read.c (dw2_find_symbol_file): Unconditionally use
3565         init_cutu_and_read_dies.
3566
3567 2012-06-15  Iain Sandoe <iain@codesourcery.com>
3568
3569         * MAINTAINERS (Write After Approval): Add myself to the list.
3570
3571 2012-06-15  Tom Tromey  <tromey@redhat.com>
3572
3573         * valops.c (value_find_oload_method_list): Now static.
3574         * value.h (value_find_oload_method_list): Don't declare.
3575
3576 2012-06-15  Tom Tromey  <tromey@redhat.com>
3577
3578         * valops.c (find_overload_match): Use value_ind.
3579
3580 2012-06-15  Maciej W. Rozycki  <macro@codesourcery.com>
3581
3582         * infrun.c (handle_inferior_event): Correct indentation.
3583
3584 2012-06-14  Doug Evans  <dje@google.com>
3585
3586         * dwarf2loc.c (debug_loc_kind): Add DEBUG_LOC_START_LENGTH.
3587         (DEBUG_LOC_START_END): Renamed from DEBUG_LOC_NORMAL.
3588         All uses updated.
3589         (decode_debug_loc_dwo_addresses): New arg "byte_order".  All callers
3590         updated.  Handle DEBUG_LOC_START_LENGTH.
3591         (dwarf2_find_location_expression): Handle DEBUG_LOC_START_LENGTH.
3592         (loclist_describe_location): Ditto.
3593
3594 2012-06-14  Maciej W. Rozycki  <macro@codesourcery.com>
3595
3596         PR backtrace/13866
3597         * infrun.c (handle_inferior_event): Re-fetch frame and gdbarch
3598         after hiding inline functions.
3599
3600 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
3601
3602         * inf-ttrace.c (_initialize_hppa_hpux_nat): Rename into
3603         _initialize_inf_ttrace.
3604
3605 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
3606
3607         * ia64-hpux-nat.c (_initialize_ia64_hpux_nat): Renames
3608         _initialize_hppa_hpux_nat.
3609
3610 2012-06-13  Joel Brobecker  <brobecker@adacore.com>
3611
3612         * remote-sim.c (sim_command_completer): Change type of return
3613         value to "VEC (char_ptr) *".  Adjust implementation accordingly.
3614
3615 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
3616             Jan Kratochvil  <jan.kratochvil@redhat.com>
3617
3618         PR tdep/14222
3619         * i386-tdep.c (i386_push_dummy_call): Unconditionally align the
3620         stack on a 16-byte boundary.
3621
3622 2012-06-13  Kaushik Srenevasan  <kaushik@twitter.com>
3623
3624         * jit.c (finalize_symtab): Set function's return type to 'void' by
3625         default.
3626
3627 2012-06-13  Mark Kettenis  <kettenis@gnu.org>
3628             H.J. Lu  <hongjiu.lu@intel.com>
3629
3630         * amd64-linux-tdep.c (amd64_linux_init_abi_common): New function.
3631         Move bits common to both the classic LP64 and the new x32 ILP32
3632         ABI here.
3633         (amd64_linux_init_abi): Call amd64_linux_init_abi_common.
3634         (amd64_x32_linux_init_abi): New function.
3635         (_initialize_amd64_linux_tdep): Register osabi for bfd_mach_x64_32
3636         subtype.
3637
3638         * i386-tdep.h (i386_pseudo_register_name): New prototype.
3639         * i386-tdep.c (i386_pseudo_register_name): Make public.
3640         * amd64-tdep.h (amd64_x32_init_abi): New prototype.
3641         * amd64-tdep.c (amd64_dword_names): Add "eip".
3642         (amd64_x32_pseudo_register_type): New function
3643         (amd64_x32_init_abi): New function.
3644
3645 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3646
3647         PR build/14003
3648         * inferior.h (struct inferior_suspend_state): Comment out.
3649         (struct inferior): Comment out the field suspend.
3650         * infrun.c (struct infcall_suspend_state): Comment out the field
3651         inferior_suspend.
3652         (save_infcall_suspend_state, restore_infcall_suspend_state): Comment
3653         out its assignment.
3654
3655 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3656
3657         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
3658         * c-exp.y (classify_inner_name): Remove caller assumptions in the
3659         function comment.  Return ERROR for unresolved cases.  Implement
3660         returning proper NAME.
3661         (yylex): Accept also NAME from classify_inner_name.
3662         * cp-namespace.c (cp_lookup_nested_type): Rename to ...
3663         (cp_lookup_nested_symbol): ... here.  Return any found symbol, not just
3664         LOC_TYPEDEF type.
3665         * cp-support.h (cp_lookup_nested_type): Update its declaration.
3666
3667 2012-06-13  Tom Tromey  <tromey@redhat.com>
3668
3669         * breakpoint.c (condition_completer): New function.
3670         (_initialize_breakpoint): Use it.
3671         * value.c (complete_internalvar): New function.
3672         * value.h (complete_internalvar): Declare.
3673
3674 2012-06-13  Tom Tromey  <tromey@redhat.com>
3675
3676         * ada-lang.c (ada_make_symbol_completion_list): Return a VEC.
3677         * breakpoint.c (catch_syscall_completer): Return a VEC.
3678         * cli/cli-cmds.c (complete_command): Update.
3679         * cli/cli-decode.c (complete_on_cmdlist): Return a VEC.
3680         (complete_on_enum): Likewise.
3681         * command.h: Include gdb_vecs.h.
3682         (completer_ftype): Change return type.
3683         (complete_on_cmdlist, complete_on_enum): Likewise.
3684         * completer.c (noop_completer, filename_completer)
3685         (location_completer): Return a VEC.
3686         (add_struct_fields): Remove 'nextp' argument.  Change 'output'
3687         to a VEC.
3688         (expression_completer, complete_line_internal, complete_line)
3689         (command_completer): Return a VEC.
3690         (gdb_completion_word_break_characters, line_completion_function):
3691         Update.
3692         * completer.h: Include gdb_vecs.h.
3693         (complete_line, noop_completer, filename_completer)
3694         (expression_completer, location_completer, command_completer):
3695         Update.
3696         * f-lang.c (f_word_break_characters): Return a VEC.
3697         * interps.c (interpreter_completer): Return a VEC.
3698         * language.h (struct language_defn)
3699         <la_make_symbol_completion_list>: Return a VEC.
3700         * python/py-cmd.c (cmdpy_completer): Return a VEC.
3701         * symtab.c (free_completion_list): Take a VEC.
3702         (return_val_size, return_val_index): Remove.
3703         (return_val): Now a VEC.
3704         (completion_list_add_name): Update.
3705         (default_make_symbol_completion_list_break_on)
3706         (default_make_symbol_completion_list, make_symbol_completion_list)
3707         (make_symbol_completion_list_fn, make_file_symbol_completion_list):
3708         Return a VEC.
3709         (add_filename_to_list): Update.
3710         (struct add_partial_filename_data) <list_used, list_alloced>: Remove.
3711         <list>: Now a VEC.
3712         (maybe_add_partial_symtab_filename): Update.
3713         (make_source_files_completion_list): Return a VEC.
3714         * symtab.h (default_make_symbol_completion_list_break_on)
3715         (default_make_symbol_completion_list, make_symbol_completion_list)
3716         (make_symbol_completion_list_fn, make_file_symbol_completion_list)
3717         (make_source_files_completion_list): Update.
3718
3719 2012-06-13  Tom Tromey  <tromey@redhat.com>
3720
3721         * breakpoint.c (add_catch_command): Use completer_ftype.
3722         * breakpoint.h: Include command.h.
3723         (add_catch_command): Use completer_ftype.
3724         * cli/cli-decode.c (set_cmd_completer): Use completer_ftype.
3725         * cli/cli-decode.h (struct cmd_list_element) <completer>:
3726         Use completer_ftype.
3727         * command.h (completer_ftype): New typedef.
3728         (set_cmd_completer): Use it.
3729         * python/py-cmd.c (struct cmdpy_completer) <completer>: Use
3730         completer_ftype.
3731
3732 2012-06-13  Pedro Alves  <palves@redhat.com>
3733
3734         Partial revert of previous change.
3735
3736         * serial.c (scb_base): New global.
3737         (serial_for_fd): New.
3738         (serial_open, serial_fdopen_ops): Link new serial in open serials
3739         chain.
3740         (do_serial_close): Unlink serial from the open serials chain.
3741
3742 2012-06-12  Pedro Alves  <palves@redhat.com>
3743
3744         * infrun.c (infrun_thread_stop_requested_callback): Don't switch
3745         threads here.
3746         (prepare_for_detach): No longer context switch here in non-stop
3747         mode.
3748         (fetch_inferior_event): Ditto.
3749         (handle_inferior_event) <STOP_QUIETLY || NO_STOP_QUIETLY>: Switch
3750         to the event thread before removing breakpoints.  Switch to the
3751         event thread before inserting breakpoints and resuming.
3752         (handle_inferior_event) <TARGET_WAITKIND_SPURIOUS>: Switch to the
3753         event thread before resuming.
3754         (handle_inferior_event) <stepping_past_singlestep_breakpoint>:
3755         Switch to the event thread before removing breakpoints.
3756
3757 2012-06-12  Eli Zaretskii  <eliz@gnu.org>
3758
3759         * infcmd.c (construct_inferior_arguments) [__MINGW32__]: Quote
3760         special characters correctly for the Windows shells.  See
3761         http://sourceware.org/ml/gdb/2012-06/msg00047.html for the bug
3762         report.
3763         [!__MINGW32__]: Remove extra double quote character from special
3764         characters.
3765
3766 2012-06-11  Stan Shebs  <stan@codesourcery.com>
3767
3768         * ui-out.h: Remove #if 0 declarations.
3769         * ui-out.c: Remove #if 0 functions.
3770
3771 2012-06-11  Pedro Alves  <palves@redhat.com>
3772
3773         * ser-base.c (run_async_handler_and_reschedule): New.
3774         (fd_event, push_event): Use it.
3775         * serial.c (serial_open, serial_fdopen_ops): Set the initial
3776         reference count to 1.
3777         (do_serial_close): Set the bufp field to NULL.  Use serial_unref
3778         instead of xfree.
3779         (serial_is_open, serial_ref, serial_unref): New.
3780         * serial.h (serial_open): Adjust comment.
3781         (serial_is_open): Declare.
3782         (serial_close): Adjust comment.
3783         (serial_ref, serial_unref) Declare.
3784         (struct serial): New field 'refcnt'.
3785
3786 2012-06-11  Pedro Alves  <palves@redhat.com>
3787
3788         Remove #if 0'd "connect" command, and unnecessary associated
3789         refcounting and serial reuse bits.
3790
3791         * serial.h (struct serial): Remove fields 'next' and 'refcnt'.
3792         * serial.c (last_serial_opened): Delete.
3793         (scb_base): Delete.
3794         (serial_open): Adjust.
3795         (serial_for_fd): Delete.
3796         (serial_fdopen_ops, do_serial_close): Adjust.
3797         (serial_fdopen_ops): Adjust.
3798
3799 2012-06-11  Pedro Alves  <palves@redhat.com>
3800
3801         * serial.c (do_serial_close): Remove early return when SCB is
3802         null.
3803
3804 2012-06-11  Tom Tromey  <tromey@redhat.com>
3805
3806         * dwarf2read.c (dw2_get_file_names_reader): Ignore partial units.
3807
3808 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3809
3810         Fix regression by the "ambiguous linespec" series.
3811         * breakpoint.c (parse_breakpoint_sals): New variable cursal.  Use
3812         get_last_displayed_symtab and get_last_displayed_line and depending
3813         on CURSAL.
3814
3815 2012-06-11  Tom Tromey  <tromey@redhat.com>
3816
3817         * dwarf2read.c (dw2_get_primary_filename_reader): New function.
3818         (dw2_find_symbol_file): Use it.
3819
3820 2012-06-11  Michael Eager  <eager@eagercon.com>
3821
3822         * mips-linux-tdep.c (mips_gdb_signal_from_target): New
3823         * mips-linux-tdep.h (mips_signals): New
3824
3825 2012-06-11  Tom Tromey  <tromey@redhat.com>
3826
3827         * infrun.c (handle_inferior_event)
3828         <BPSTAT_WHAT_SET_LONGJMP_RESUME>: Don't delete the step-resume
3829         breakpoint.
3830         <BPSTAT_WHAT_CLEAR_LONGJMP_RESUME>: Remove longjmp logic; use
3831         exception logic in all cases.  Update comments.
3832         (insert_longjmp_resume_breakpoint): Set the exception resume
3833         breakpoint.
3834
3835 2012-06-11  Maciej W. Rozycki  <macro@codesourcery.com>
3836
3837         * mips-tdep.c (mips_push_dummy_code): Handle microMIPS code.
3838
3839 2012-06-09  Siva Chandra Reddy  <sivachandra@google.com>
3840
3841         * valarith.c (binop_types_user_defined_p): Fix a typo.
3842
3843 2012-06-08  Yao Qi  <yao@codesourcery.com>
3844             Chung-Lin Tang <cltang@codesourcery.com>
3845
3846         * arch-utils.c (default_return_in_first_hidden_param_p): New.
3847         * arch-utils.h: Declare.
3848         * gdbarch.sh: Add return_in_first_hidden_param_p.
3849         * gdbarch.c, gdbarch.h: Regenerated.
3850         * infcall.c (call_function_by_hand): Call
3851         gdbarch_return_in_first_hidden_param_p instead of
3852         language_pass_by_reference.
3853
3854         * m68k-tdep.c (m68k_return_in_first_hidden_param_p): New.
3855         (m68k_gdbarch_init): Install m68k_return_in_first_hidden_param_p.
3856         * sh-tdep.c (sh_return_in_first_hidden_param_p): New.
3857         (sh_gdbarch_init): Install sh_return_in_first_hidden_param_p.
3858         * tic6x-tdep.c (tic6x_push_dummy_call): Remove local variable
3859         `cplus_return_struct_by_reference'.
3860         (tic6x_return_value): Handle language cplusplus.
3861         (tic6x_return_in_first_hidden_param_p): New.
3862         (tic6x_gdbarch_init): Install tic6x_return_in_first_hidden_param_p.
3863
3864 2012-06-07  Doug Evans  <dje@google.com>
3865
3866         * dwarf2read.c (dwarf2_cu): Add comment.
3867
3868 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
3869
3870         * mips-tdep.c (mips_pseudo_register_type): Remove tdep local
3871         variable.
3872         (mips_eabi_push_dummy_call): Likewise.
3873         (mips_n32n64_push_dummy_call): Likewise.
3874         (mips_o32_push_dummy_call): Likewise.
3875         (mips_o64_push_dummy_call): Likewise.
3876
3877 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
3878
3879         * mips-tdep.c (mips_convert_register_p): Correct coding style.
3880
3881 2012-06-06  Maciej W. Rozycki  <macro@codesourcery.com>
3882
3883         * mips-tdep.c (mips_pseudo_register_type): Use
3884         mips_float_register_p.
3885
3886 2012-06-06  Pedro Alves  <palves@redhat.com>
3887
3888         * infrun.c (handle_inferior_event): Remove calls to
3889         reinit_frame_cache that follow a context_switch call.
3890
3891 2012-06-06  Pedro Alves  <palves@redhat.com>
3892
3893         * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
3894         context_switch and remove stale comment.
3895
3896 2012-06-06  Pedro Alves  <palves@redhat.com>
3897
3898         * infrun.c (struct execution_control_state): Remove
3899         `new_thread_event' field.
3900         (handle_inferior_event): Simplify new threads handling; don't
3901         resume the inferior if we find a new thread.
3902
3903 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
3904
3905         * NEWS: Document the deprecation of SH's 'regs' command.
3906         * inferior.h (all_registers_info): Add function declaration.
3907         * sh-tdep.c (sh_show_regs): Remove variable.
3908         (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
3909         (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
3910         (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
3911         (sh_show_regs_command): Remove functions.
3912         (sh_gdbarch_init): Don't set sh_show_regs.
3913         (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
3914         'info all-registers'.
3915         * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
3916         (sh64_show_regs): Remove functions.
3917         * sh64-tdep.h (sh64_show_regs): Remove function declaration.
3918
3919 2012-06-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3920
3921         * configure.ac: Move development=true below AC_INIT.
3922         * configure: Regenerate.
3923
3924 2012-06-05  Stan Shebs  <stan@codesourcery.com>
3925
3926         * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
3927         gdb_stdout.
3928
3929 2012-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
3930
3931         * corefile.c (read_memory, read_stack, write_memory): Accept LEN
3932         argument as ssize_t.
3933         * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
3934         * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
3935         * target.c (target_read_stack, target_write_memory)
3936         (target_write_raw_memory): Likewise.
3937         * target.h (target_read_stack, target_write_memory)
3938         (target_write_raw_memory): Likewise.
3939
3940 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3941
3942         * symfile-mem.c: Change gdb_static_assert to ssize_t.
3943         (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
3944         * target.c (target_read_memory): Change LEN to ssize_t.
3945         * target.h (target_read_memory): Change LEN to ssize_t.
3946
3947 2012-06-05  Pedro Alves  <palves@redhat.com>
3948
3949         PR backtrace/13866
3950
3951         * breakpoint.c (until_break_command): Only fetch the selected
3952         frame after decode_line_1.
3953
3954 2012-06-05  Joakim Tjernlund  <Joakim.Tjernlund@transmode.se>
3955
3956         * solib-svr4.c (enable_break): Don't fallback to setting the solib
3957         event breakpoint at _start, __start or main if a program
3958         interpreter is not found.
3959
3960 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
3961
3962         * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
3963         Add declaration.
3964         * windows-tdep.c: #include "objfiles.h".
3965         (windows_iterate_over_objfiles_in_search_order): New function.
3966         * amd64-windows-tdep.c (amd64_windows_init_abi): Set
3967         iterate_over_objfiles_in_search_order gdbarch method to
3968         windows_iterate_over_objfiles_in_search_order.
3969         * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
3970
3971 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
3972
3973         * gdbarch.sh: Add generation of
3974         "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
3975         gdbarch.h.  Add include of "objfiles.h" in gdbarch.c.
3976         (iterate_over_objfiles_in_search_order): New gdbarch method.
3977         * gdbarch.h, gdbarch.c: Regenerate.
3978         * objfiles.h (default_iterate_over_objfiles_in_search_order):
3979         Add declaration.
3980         * objfiles.c (default_iterate_over_objfiles_in_search_order):
3981         New function.
3982         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
3983         out of lookup_symbol_aux_symtabs.
3984         (lookup_symbol_aux_symtabs): Replace extracted-out code by
3985         call to lookup_symbol_aux_objfile.
3986         (struct global_sym_lookup_data): New type.
3987         (lookup_symbol_global_iterator_cb): New function.
3988         (lookup_symbol_global): Search for symbol using
3989         gdbarch_iterate_over_objfiles_in_search_order and
3990         lookup_symbol_global_iterator_cb.
3991         * findvar.c (struct minsym_lookup_data): New type.
3992         (minsym_lookup_iterator_cb): New function.
3993         (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
3994         symbol's address via gdbarch_iterate_over_objfiles_in_search_order
3995         and minsym_lookup_iterator_cb.
3996
3997 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
3998
3999         Revert the following patch:
4000         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
4001         try locating the symbol in the symbol's own objfile first, before
4002         extending the search to all objfiles.
4003         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
4004         out of lookup_symbol_aux_symtabs.
4005         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
4006         Replace extracted-out code by call to lookup_symbol_aux_objfile.
4007         Do not search EXCLUDE_OBJFILE.
4008         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
4009         (lookup_symbol_global): Search for matches in the block's objfile
4010         first, before searching all other objfiles.
4011
4012 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4013
4014         * breakpoint.c (find_condition_and_thread): Stop parsing
4015         as soon as the first invalid keyword is found.
4016
4017 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4018
4019         * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
4020
4021 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4022
4023         * config/djgpp/djcheck.sh: Add copyright header.
4024
4025 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4026
4027         * copyright.py (update_files, main): Fix path to update-copyright
4028         script.
4029
4030 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
4031
4032         * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
4033         (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
4034         for which a reminder to update by hand is printed.
4035
4036 2012-06-04  Doug Evans  <dje@google.com>
4037
4038         * buildsym.c (make_blockvector): Add comment.
4039
4040 2012-06-04  Pedro Alves  <palves@redhat.com>
4041
4042         * arch-utils.c (default_gdb_signal_from_target): Delete.
4043         * arch-utils.h (default_gdb_signal_from_target): Delete.
4044         * corelow.c (core_open) <signal mapping>: Extended comment.  Check
4045         gdbarch_gdb_signal_from_target_p.
4046         * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
4047         predicate).
4048         * gdbarch.h: Regenerate.
4049         * gdbarch.c: Regenerate.
4050
4051 2012-06-04  Pedro Alves  <palves@redhat.com>
4052
4053         * gdbarch.sh (gdb_signal_from_target): Mention that the
4054         implementation of the method must be host independent.
4055         * gdbarch.h: Regenerate.
4056
4057 2012-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
4058
4059         * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
4060         parameters.
4061         (target_read_memory_bfd): New function.
4062         (symbol_file_add_from_memory): Use it.
4063
4064 2012-06-03  Doug Evans  <dje@google.com>
4065
4066         * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
4067         of primary symtab.
4068         (basic_lookup_transparent_type): Ditto.
4069
4070         * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
4071         (ALL_PRIMARY_SYMTABS): Use it.
4072         (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
4073         * dwarf2read.c (dw2_find_symbol_file): Ditto.
4074         * linespec.c (iterate_over_all_matching_symtabs): Ditto.
4075         * symtab.c (lookup_symbol_aux_objfile): Ditto.
4076         (basic_lookup_transparent_type): Ditto.
4077
4078 2012-06-02  Sergio Durigan Junior  <sergiodj@redhat.com>
4079
4080         * symtab.c (symbol_demangled_name): New variable `dem_name'.  Use
4081         it to optimize resolution of demangled name.
4082
4083 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4084
4085         * configure.ac (development): Define new variable.
4086         Call AC_CHECK_LIB for mcheck if $development.
4087         (ERROR_ON_WARNING): Enable it by default only if $development.
4088         * config.in: Regenerate.
4089         * configure: Regenerate.
4090
4091 2012-06-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
4092
4093         * target.c (target_read_memory): Make LEN argument as size_t.
4094         * target.h (target_read_memory): Likewise.
4095
4096 2012-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
4097
4098         * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
4099
4100 2012-05-31  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4101
4102         * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
4103         BookE interface for PowerPC server processors if not available
4104         in the Linux Kernel.
4105
4106 2012-05-31  Keith Seitz  <keiths@redhat.com>
4107
4108         * linespec.c (decode_objc): Add cleanup to free
4109         INFO.FILE_SYMTABS.
4110         (find_linespec_symbols): Add cleanup to free CLASSES.
4111         * symfile.c (find_separate_debug_file_by_debuglink): Add
4112         cleanup to free DEBUGLINK.
4113         * ui-out.c (clear_header_list): No need to check if
4114         HEADER_NEXT.COLHDR is NULL.
4115         Free HEADER_NEXT.COL_NAME.
4116
4117 2012-05-31  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
4118
4119         * ada-lang.c (standard_lookup): Prevent uninitialized variable
4120         warning.
4121
4122 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
4123
4124         * configure.host (gdb_host_cpu): Handle tilegx*.
4125         (gdb_host): Handle tilegx-*-linux*.
4126         * tilegx-linux-nat.c: New file.
4127         * config/tilegx/linux.mh: New file.
4128
4129 2012-05-30  Jeff Kenton  <jkenton@tilera.com>
4130
4131         * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
4132         tilegx-linux-tdep.o.
4133         (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
4134         tilegx-linux-tdep.c.
4135         * configure.tgt: Handle tilegx-*-linux*.
4136         * tilegx-tdep.h: New file.
4137         * tilegx-tdep.c: New file.
4138         * tilegx-linux-tdep.c: New file.
4139         * regformats/reg-tilegx.dat: New file.
4140
4141 2012-05-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
4142
4143         * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
4144         accounting of hw watchpoints on ppc.
4145
4146 2012-05-30  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
4147
4148         * source.c (openp): Expand tilde in path entries.
4149
4150 2012-05-29  Doug Evans  <dje@google.com>
4151
4152         * buildsym.c (block_compar): Fix comment.
4153         (end_symtab): Fix and clarify some comments.
4154
4155         * stabsread.h (cleanup_undefined_stabs_types): Renamed from
4156         cleanup_undefined_types.
4157         * stabsread.c (cleanup_undefined_stabs_types): Ditto.
4158         All callers updated.
4159
4160 2012-05-29  Tom Tromey  <tromey@redhat.com>
4161
4162         * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
4163         fails.
4164         * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
4165         * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
4166         fails.
4167         * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
4168         fails.
4169
4170 2012-05-29  Tristan Gingold  <gingold@adacore.com>
4171
4172         * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
4173         (struct darwin_info): ... New struct.
4174         (solib_darwin_pspace_data): New variable.
4175         (darwin_pspace_data_cleanup): New function.
4176         (get_darwin_info): Likewise.
4177         (darwin_dyld_version_ok, darwin_load_image_infos)
4178         (darwin_solib_get_all_image_info_addr_at_init)
4179         (darwin_solib_read_all_image_info_addr): Add info argument.
4180         Adjust code.
4181         (darwin_current_sos): Use per pspace structure.
4182         (darwin_solib_create_inferior_hook): Likewise.
4183         (darwin_clear_solib): Likewise.
4184         (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
4185
4186 2012-05-28  Pedro Alves  <palves@redhat.com>
4187
4188         * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
4189         block that uses them.  Clear ecss before handling each event.
4190
4191 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4192
4193         * solib-svr4.c (svr4_current_sos): New comment on
4194         svr4_current_sos_via_xfer_libraries fall back.
4195
4196 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4197
4198         * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best.  Use
4199         it as a fallback for TYPE_IS_OPAQUE.
4200         * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
4201         symbols for lookup_symbol.
4202
4203 2012-05-24  John Steele Scott  <toojays@toojays.net>
4204
4205         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
4206         * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
4207         (producer_is_gxx_lt_4_6): Move the checking and caching to...
4208         (check_producer): ... this new function, which also checks for ICC
4209         and caches the result.
4210         (producer_is_icc): New function.
4211         (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
4212         producer was ICC.
4213
4214 2012-05-24  Pedro Alves  <palves@redhat.com>
4215
4216         PR gdb/7205
4217
4218         * arch-utils.c (default_gdb_signal_to_host): Rename to ...
4219         (default_gdb_signal_to_target): ... this.  Add comment.
4220         (default_gdb_signal_from_host): Rename to ...
4221         (default_gdb_signal_from_target): ... this.  Add comment.
4222         * arch-utils.h (default_gdb_signal_to_host): Rename to ...
4223         (default_gdb_signal_to_target): ... this.
4224         (default_gdb_signal_from_host): Rename to ...
4225         (default_gdb_signal_from_target): ... this.
4226         * corelow.c (core_open): Adjust to naming change.  Replace comment.
4227         * gdbarch.sh (gdb_signal_from_host): Rename to ...
4228         (gdb_signal_from_target): ... this.  Adjust to
4229         default_gdb_signal_from_host naming change.  Extend comment.
4230         (gdb_signal_to_host): Rename to ...
4231         (gdb_signal_to_target): ... this.  Adjust to
4232         default_gdb_signal_to_host naming change.
4233         * gdbarch.h, gdbarch.c: Renegerate.
4234
4235 2012-05-24  Pedro Alves  <palves@redhat.com>
4236
4237         PR gdb/7205
4238
4239         Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
4240
4241 2012-05-24  Pedro Alves  <palves@redhat.com>
4242
4243         PR gdb/7205
4244
4245         Replace target_signal with gdb_signal throughout.
4246
4247 2012-05-24  Pedro Alves  <palves@redhat.com>
4248
4249         PR tui/14159
4250
4251         * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
4252         string, instead of reusing the va_list argument.
4253
4254 2012-05-24  Tom Tromey  <tromey@redhat.com>
4255
4256         * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
4257         Remove.
4258
4259 2012-05-23  Doug Evans  <dje@google.com>
4260
4261         * symtab.c (search_symbols): Formatting fixes.
4262         (print_symbol_info): Formatting fixes.
4263
4264         * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
4265         int64_t change to leb128 API.
4266         (read_encoded_value, decode_frame_entry_1): Ditto.
4267         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
4268         (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
4269         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4270         (execute_stack_op): Ditto.
4271         * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
4272         (safe_read_uleb128, safe_read_sleb128): Ditto.
4273         * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
4274         (dwarf2_compile_expr_to_ax): Ditto.
4275         (locexpr_describe_location_piece): Ditto.
4276         (disassemble_dwarf_expression): Ditto.
4277         (locexpr_describe_location_1): Ditto.
4278
4279 2012-05-23  Stan Shebs  <stan@codesourcery.com>
4280             Kwok Cheung Yeung  <kcy@codesourcery.com>
4281
4282         * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
4283         (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
4284         (mi-cmd-info.o): New rule.
4285         * osdata.h (info_osdata_command): New declaration.
4286         * osdata.c (info_osdata_command): Change to non-static.
4287         * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
4288         * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
4289         * mi/mi-cmd-info.c: New file.
4290
4291 2012-05-23  Doug Evans  <dje@google.com>
4292
4293         * symtab.c (search_symbols): Pass NULL for file_matcher to
4294         expand_symtabs_matching if there are no files to match.
4295
4296         * gdbtypes.c (lookup_typename): Simplify.
4297
4298 2012-05-23  Pedro Alves  <palves@redhat.com>
4299
4300         * arch-utils.h (default_target_signal_to_host): Delete.
4301         * arch-utils.c (default_target_signal_to_host): Delete.
4302         * gdbarch.sh (target_signal_to_host): Remove.
4303         * gdbarch.h, gdbarch.c: Regenerate.
4304
4305 2012-05-22  Doug Evans  <dje@google.com>
4306
4307         * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
4308         "const gdb_byte *".
4309         (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
4310         (execute_cfa_program): Update to match API of leb128 functions.
4311         (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
4312         "const gdb_byte *".
4313         (read_unsigned_leb128, read_signed_leb128): Delete.
4314         (read_initial_length): Change type of buf argument to
4315         "const gdb_byte *".
4316         (read_encoded_value): Update to match API of leb128 functions.
4317         (decode_frame_entry): Change result to "const gdb_byte *", and
4318         similarly for "start" parameter.
4319         (decode_frame_entry_1): Ditto.  Use new leb128 reader functions.
4320         (dwarf2_build_frame_info): Change local frame_ptr to
4321         "const gdb_byte *".
4322         * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
4323         read_uleb128, read_sleb128.  All callers updated.
4324         (safe_skip_leb128): New function.
4325         (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
4326         Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
4327         (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
4328         functions.  Call gdb_read_uleb128, gdb_read_sleb128 instead of
4329         read_uleb128, read_sleb128.
4330         (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
4331         (execute_stack_op): Update to match API of leb128 functions.
4332         * dwarf2expr.h: #include "leb128.h".
4333         (read_uleb128, read_sleb128): Delete.
4334         (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
4335         (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
4336         * dwarf2loc.c (debug_loc_kind): New enum.
4337         (decode_debug_loc_addresses): New function.
4338         (decode_debug_loc_dwo_addresses): New function.
4339         (dwarf2_find_location_expression): Rewrite.
4340         (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
4341         (locexpr_describe_location_piece): Ditto.
4342         (disassemble_dwarf_expression): Ditto.
4343         (locexpr_describe_location_1): Ditto.
4344         (loclist_describe_location): Rewrite.
4345         * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
4346         * dwarf2read.c (die_reader_specs): New member "buffer_end".
4347         (dwarf2_section_buffer_overflow_complaint): Renamed from
4348         dwarf2_macros_too_long_complaint.  All callers updated.
4349         (skip_leb128): Delete.
4350         (init_cu_die_reader): Initialize reader->buffer_end.
4351         (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
4352         (skip_form_bytes): New arg buffer_end.  All callers updated.
4353         Replace call to skip_leb128 with gdb_skip_leb128.
4354         (skip_unknown_opcode): New arg mac_end.  All callers updated.
4355         (fill_in_loclist_baton): Initialize baton->from_dwo.
4356
4357 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
4358
4359         * mips-linux-nat.c (mips_linux_read_description): Use a more
4360         verbose error message.
4361
4362 2012-05-22  Maciej W. Rozycki  <macro@codesourcery.com>
4363
4364         * NEWS: Add MIPS/Linux DSP support.
4365         * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
4366         (SIGCONTEXT_DSPCTL): New macro.
4367         (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
4368         (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
4369         (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
4370         (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
4371         (N64_SIGCONTEXT_HI3): Likewise.
4372         (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
4373         (N64_SIGCONTEXT_LO3): Likewise.
4374         (N64_SIGCONTEXT_DSPCTL): Likewise.
4375         (N64_SIGCONTEXT_FPCSR): Clarify definition.
4376         (mips_linux_o32_sigframe_init): Handle DSP registers.
4377         (mips_linux_n32n64_sigframe_init): Likewise.
4378
4379 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4380
4381         * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
4382         call to abort.
4383
4384 2012-05-22  Pedro Alves  <palves@redhat.com>
4385
4386         * target.h (store_waitstatus): Move declaration ...
4387         * inf-child.h (store_waitstatus): ... here.
4388         * target.c: Move inclusion of gdb_wait.h, and ...
4389         (store_waitstatus): ... this ...
4390         * inf-child.c: ... here.
4391         * linux-nat.c: Include inf-child.h.
4392         * rs6000-nat.c: Include inf-child.h.
4393         * spu-linux-nat.c: Include inf-child.h.
4394
4395 2012-05-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4396
4397         * tracepoint.c (start_tracing): Add missing i18n markup.
4398         (stop_tracing, set_trace_user): Ditto.
4399         (set_trace_notes, set_trace_stop_notes): Ditto.
4400
4401 2012-05-21  Tom Tromey  <tromey@redhat.com>
4402
4403         PR c++/7173:
4404         * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
4405         types.
4406         * value.h (value_cast_pointers): Update.
4407         * valops.c (value_cast_pointers): Add 'subclass_check' argument.
4408         (value_cast): Update.
4409         (update_search_result): New function.
4410         (do_search_struct_field): New, from search_struct_field.  Check
4411         for ambiguous results.
4412         (search_struct_field): Rewrite.
4413         * infcall.c (value_arg_coerce): Update.
4414         * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
4415         value_cast_pointers.
4416         * ada-lang.c (ada_convert_actual): Update.
4417
4418 2012-05-21  Tom Tromey  <tromey@redhat.com>
4419
4420         * macroexp.c (macro_stringify): Terminate the string.
4421
4422 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
4423
4424         * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
4425         Describe it.
4426         * auto-load.c (auto_load_expand_dir_vars): New function.
4427         (auto_load_safe_path_vec_update): Use it, remove the
4428         substitute_path_component call thanks to it.
4429         (auto_load_objfile_script): Remove the debug_file_directory processing.
4430         Use auto_load_expand_dir_vars, remove the substitute_path_component
4431         call thanks to it.
4432         * configure: Regenerate.
4433         * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
4434         path.  Escape $ also for $debugdir.
4435         (--with_auto_load_safe_path): Escape $ also for $debugdir.
4436         * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
4437
4438 2012-05-20  Doug Evans  <dje@google.com>
4439
4440         * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
4441         before use.  Check for symtab->includes == NULL before scanning it.
4442
4443 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
4444
4445         * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
4446
4447 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
4448
4449         * NEWS: Add microMIPS support and "set mips compression",
4450         "show mips compression" commands.
4451         * mips-tdep.h (mips_isa): New enum.
4452         (gdbarch_tdep): Add mips_isa.
4453         (mips_pc_is_mips16): Update prototype.
4454         (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
4455         * mips-tdep.c (mips_compression_mips16): New variable.
4456         (mips_compression_micromips): Likewise.
4457         (mips_compression_strings): Likewise.
4458         (mips_compression_string): Likewise.
4459         (is_mips16_isa, is_micromips_isa): New functions.
4460         (is_mips16_addr): Rename to...
4461         (is_compact_addr): ... this.
4462         (unmake_mips16_addr): Likewise to...
4463         (unmake_compact_addr): ... this.
4464         (make_mips16_addr): Likewise to...
4465         (make_compact_addr): ... this.
4466         (is_mips_addr, is_mips16_addr, is_micromips_addr): New
4467         functions.
4468         (mips_elf_make_msymbol_special): Handle microMIPS code.
4469         (msymbol_is_special): Rename to...
4470         (msymbol_is_mips16): ... this.
4471         (mips_make_symbol_special, mips_pc_is_mips16): Update
4472         accordingly.
4473         (msymbol_is_mips, msymbol_is_micromips): New functions.
4474         (mips16_to_32_reg): Rename to...
4475         (mips_reg3_to_reg): ... this.
4476         (mips_pc_is_mips, mips_pc_is_micromips): New functions.
4477         (mips_pc_isa): Likewise.
4478         (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
4479         code.
4480         (mips_fetch_instruction): Pass return status instead of printing
4481         an error message if requested.  Handle microMIPS code.  Bail out
4482         on an invalid ISA.
4483         (micromips_op): New macro.
4484         (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
4485         (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
4486         (b6s4_op, b7s3_reg): Likewise.
4487         (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
4488         (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
4489         (mips_insn_size): New function.
4490         (mips32_next_pc): Update mips_fetch_instruction call.
4491         (micromips_relative_offset7): New function.
4492         (micromips_relative_offset10): Likewise.
4493         (micromips_relative_offset16): Likewise.
4494         (micromips_pc_insn_size): Likewise.
4495         (micromips_bc1_pc): Likewise.
4496         (micromips_next_pc): Likewise.
4497         (unpack_mips16): Update mips_fetch_instruction call.
4498         (extended_mips16_next_pc): Update according to change to
4499         mips16_to_32_reg.
4500         (mips_next_pc): Update mips_pc_is_mips16 call.  Handle microMIPS
4501         code.
4502         (mips16_scan_prologue): Update mips_fetch_instruction call.
4503         Update according to change to mips16_to_32_reg.
4504         (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
4505         (mips_insn16_frame_base_sniffer): Likewise.
4506         (micromips_decode_imm9): New function.
4507         (micromips_scan_prologue): Likewise.
4508         (mips_micro_frame_cache): Likewise.
4509         (mips_micro_frame_this_id): Likewise.
4510         (mips_micro_frame_prev_register): Likewise.
4511         (mips_micro_frame_sniffer): Likewise.
4512         (mips_micro_frame_unwind): New variable.
4513         (mips_micro_frame_base_address): New function.
4514         (mips_micro_frame_base): New variable.
4515         (mips_micro_frame_base_sniffer): New function.
4516         (mips32_scan_prologue): Update mips_fetch_instruction call.
4517         (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
4518         rather than for MIPS16.
4519         (mips_insn32_frame_base_sniffer): Likewise.
4520         (mips_addr_bits_remove): Handle microMIPS code.
4521         (deal_with_atomic_sequence): Rename to...
4522         (mips_deal_with_atomic_sequence): ... this.  Update the type
4523         of the variable used to hold an instruction.  Remove the ISA bit
4524         check.  Update mips_fetch_instruction call.
4525         (micromips_deal_with_atomic_sequence): New function.
4526         (deal_with_atomic_sequence): Likewise.
4527         (mips_about_to_return): Handle microMIPS code.  Update
4528         mips_fetch_instruction call.
4529         (heuristic_proc_start): Check for the standard MIPS ISA rather
4530         than for MIPS16.  Update mips_pc_is_mips16 and
4531         mips_fetch_instruction calls.  Handle microMIPS code.
4532         (mips_push_dummy_code): Handle microMIPS code.
4533         (mips_eabi_push_dummy_call): Likewise.
4534         (mips_o32_return_value): Update mips_pc_is_mips16 call.
4535         (mips_o64_push_dummy_call): Handle microMIPS code.
4536         (mips_o64_return_value): Update mips_pc_is_mips16 call.
4537         (is_delayed): Remove function.
4538         (mips_single_step_through_delay): Replace the call to is_delayed
4539         with mips32_instruction_has_delay_slot.  Correct MIPS16 handling.
4540         Handle microMIPS code.
4541         (mips_skip_prologue): Update mips_pc_is_mips16 call.  Handle
4542         microMIPS code.
4543         (mips32_in_function_epilogue_p): Update mips_fetch_instruction
4544         call.
4545         (micromips_in_function_epilogue_p): New function.
4546         (mips16_in_function_epilogue_p): Update mips_fetch_instruction
4547         call.
4548         (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
4549         Handle microMIPS.
4550         (gdb_print_insn_mips): Likewise.
4551         (mips_breakpoint_from_pc): Likewise.
4552         (mips_remote_breakpoint_from_pc): New function.
4553         (mips32_instruction_has_delay_slot): Simplify making use of the
4554         updated mips_fetch_instruction interface.
4555         (micromips_instruction_has_delay_slot): New function.
4556         (mips16_instruction_has_delay_slot): Simplify making use of the
4557         updated mips_fetch_instruction interface.
4558         (mips_adjust_breakpoint_address): Check for the standard MIPS
4559         ISA rather than for MIPS16 ISA.  Update for unmake_compact_addr
4560         calls.  Handle microMIPS code.
4561         (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
4562         (mips_skip_trampoline_code): Handle microMIPS code.
4563         (global_mips_compression): New function.
4564         (mips_gdbarch_init): Handle the compressed ISA setting from ELF
4565         file flags.  Register the microMIPS remote breakpoint handler
4566         and heuristic frame unwinder.
4567         (show_mips_compression): New function.
4568         (_initialize_mips_tdep): Add the "set mips compression" and
4569         "show mips compression" commands.
4570
4571 2012-05-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4572
4573         * ada-lang.c:
4574         * ada-tasks.c:
4575         * ada-varobj.c:
4576         * amd64-darwin-tdep.c:
4577         * arm-symbian-tdep.c:
4578         * arm-tdep.c:
4579         * avr-tdep.c:
4580         * ax-gdb.c:
4581         * bfin-linux-tdep.c:
4582         * breakpoint.c:
4583         * c-valprint.c:
4584         * cli/cli-cmds.c:
4585         * coffread.c:
4586         * cp-support.c:
4587         * cris-tdep.c:
4588         * dwarf2-frame-tailcall.c:
4589         * dwarf2-frame.c:
4590         * dwarf2expr.c:
4591         * dwarf2loc.c:
4592         * dwarf2read.c:
4593         * elfread.c:
4594         * eval.c:
4595         * expprint.c:
4596         * f-valprint.c:
4597         * frv-tdep.c:
4598         * h8300-tdep.c:
4599         * hppa-hpux-tdep.c:
4600         * hppa-tdep.c:
4601         * hppanbsd-tdep.c:
4602         * i386-nto-tdep.c:
4603         * i386-tdep.c:
4604         * i387-tdep.c:
4605         * ia64-tdep.c:
4606         * jit.c:
4607         * linespec.c:
4608         * linux-tdep.c:
4609         * lm32-tdep.c:
4610         * m2-valprint.c:
4611         * m32c-tdep.c:
4612         * m32r-rom.c:
4613         * m32r-tdep.c:
4614         * m68k-tdep.c:
4615         * m68klinux-tdep.c:
4616         * mi/mi-main.c:
4617         * microblaze-tdep.c:
4618         * mips-linux-tdep.c:
4619         * mips-tdep.c:
4620         * mn10300-tdep.c:
4621         * p-valprint.c:
4622         * parse.c:
4623         * ppc-linux-tdep.c:
4624         * ppc-sysv-tdep.c:
4625         * printcmd.c:
4626         * python/py-finishbreakpoint.c:
4627         * python/py-inferior.c:
4628         * python/py-infthread.c:
4629         * python/py-type.c:
4630         * python/python.c:
4631         * remote-fileio.c:
4632         * remote-m32r-sdi.c:
4633         * remote-mips.c:
4634         * reverse.c:
4635         * rl78-tdep.c:
4636         * rs6000-aix-tdep.c:
4637         * rs6000-tdep.c:
4638         * s390-tdep.c:
4639         * score-tdep.c:
4640         * sh64-tdep.c:
4641         * skip.c:
4642         * solib-darwin.c:
4643         * solib-dsbt.c:
4644         * solib-frv.c:
4645         * sparc-tdep.c:
4646         * spu-multiarch.c:
4647         * spu-tdep.c:
4648         * stack.c:
4649         * symfile.c:
4650         * symtab.c:
4651         * tic6x-tdep.c:
4652         * tracepoint.c:
4653         * v850-tdep.c:
4654         * valarith.c:
4655         * valprint.c:
4656         * value.c:
4657         * xcoffread.c:
4658         * xtensa-tdep.c:
4659         * ada-lang.c:
4660         * ada-tasks.c:
4661         * ada-varobj.c:
4662         * amd64-darwin-tdep.c:
4663         * arm-symbian-tdep.c:
4664         * arm-tdep.c: Delete unused variables.
4665
4666 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4667
4668         Rename $ddir to $datadir.
4669         * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
4670         * auto-load.c (auto_load_safe_path_vec_update)
4671         (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
4672         * configure: Regenerate.
4673         * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
4674         Likewise.  Remove the 'use $ddir' help string.
4675
4676 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
4677
4678         * auto-load.c (show_auto_load_safe_path): Accept any combination of
4679         DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
4680
4681 2012-05-18  Tom Tromey  <tromey@redhat.com>
4682
4683         PR exp/13907:
4684         * valprint.h (struct value_print_options) <symbol_print>: New
4685         field.
4686         * valprint.c (user_print_options): Add default for symbol_print.
4687         (show_symbol_print): New function.
4688         (generic_val_print): Respect symbol_print.
4689         (_initialize_valprint): Add "print symbol" setting.
4690         * f-valprint.c (f_val_print): Respect symbol_print.
4691         * c-valprint.c (c_val_print): Respect symbol_print.
4692         * NEWS: Update.
4693         * printcmd.c (print_address_symbolic): Return int.  Ignore some
4694         zero-size symbols.
4695         (print_address_demangle): Return int.
4696         * defs.h: (print_address_symbolic): Return int.
4697         * value.h (print_address_demangle): Return int.
4698
4699 2012-05-18  Tom Tromey  <tromey@redhat.com>
4700
4701         * valprint.c (val_print_string): Don't print leading space.
4702         * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
4703         print space before string or vtbl.
4704         * m2-valprint.c (print_unpacked_pointer): Optionally print space
4705         before string.
4706         * jv-valprint.c (java_value_print): Print space before string.
4707         * go-valprint.c (print_go_string): Print space before string.
4708         * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
4709         space before string.
4710         * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
4711         space before string or vtbl.
4712         * auxv.c (fprint_target_auxv): Print space after address.
4713
4714 2012-05-18  Tom Tromey  <tromey@redhat.com>
4715
4716         * printcmd.c (print_address_demangle): Remove special case for 0.
4717
4718 2012-05-18  Tom Tromey  <tromey@redhat.com>
4719
4720         * printcmd.c (print_address_demangle): Add 'opts' argument.
4721         * p-valprint.c (pascal_val_print): Update.
4722         * jv-valprint.c (java_val_print): Update.
4723         * value.h: Update.
4724         * valprint.c (generic_val_print): Update.
4725         (print_function_pointer_address): Add 'options' argument.  Remove
4726         'addressprint' argument.  Update.
4727         * m2-valprint.c (print_unpacked_pointer): Update.
4728         * gnu-v3-abi.c (print_one_vtable): Update.
4729         (gnuv3_print_method_ptr): Update.
4730         * f-valprint.c (f_val_print): Update.
4731         * cp-valprint.c (cp_print_value_fields): Update.
4732         * valprint.h (print_function_pointer_address): Update.
4733         * c-valprint.c (c_val_print): Update.
4734
4735 2012-05-18  Tom Tromey  <tromey@redhat.com>
4736
4737         * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
4738         directly corresponding to the found psymtab.
4739         * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
4740         (dw2_find_pc_sect_symtab): Use it.
4741         * block.h (blockvector_contains_pc): Declare.
4742         * block.c (find_block_in_blockvector): New function.
4743         (blockvector_for_pc_sect): Use it.
4744         (blockvector_contains_pc): New function.
4745
4746 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
4747
4748         * mips-tdep.h (mips_write_pc): New prototype.
4749         * mips-tdep.c (mips_write_pc): Make external, add description.
4750         * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
4751         add description.
4752
4753 2012-05-18  Maciej W. Rozycki  <macro@codesourcery.com>
4754
4755         * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
4756         mips_regnum->pc.
4757         (mips_unwind_pc, mips_write_pc): Likewise.
4758         (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
4759         gdbarch_read_pc.
4760
4761 2012-05-17  Joel Brobecker  <brobecker@adacore.com>
4762
4763         * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
4764         proc_warn, proc_error, proc_get_status, proc_flags,
4765         proc_why, proc_what, proc_nsysarg, proc_sysargs,
4766         proc_set_run_on_last_close, proc_unset_run_on_last_close,
4767         proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
4768         proc_stop_process, proc_wait_for_stop, proc_run_process,
4769         proc_set_traced_signals, proc_set_traced_faults,
4770         proc_set_traced_sysentry, proc_set_traced_sysexit,
4771         proc_set_held_signals, proc_get_held_signals,
4772         proc_get_traced_signals, proc_get_traced_faults,
4773         proc_get_traced_sysentry, proc_get_traced_sysexit,
4774         proc_clear_current_fault, proc_set_current_signal,
4775         proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
4776         proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
4777         proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
4778         proc_get_current_thread, proc_get_current_thread,
4779         proc_get_current_thread, proc_update_threads,
4780         proc_update_threads, proc_update_threads, proc_update_threads,
4781         proc_iterate_over_threads, procfs_find_new_threads,
4782         procfs_pid_to_str): Make static.  Remove advance declaration.
4783         (proc_cursig): Make static.  Conditionalized defintion on
4784         PROCFS_DONT_PIOCSSIG_CURSIG being defined.
4785         (proc_syscall, proc_set_kill_on_last_close,
4786         proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
4787         proc_get_pending_signals, proc_get_signal_actions,
4788         proc_trace_signal, proc_ignore_signal): Delete.
4789
4790 2012-05-16  Sergio Durigan Junior  <sergiodj@redhat.com>
4791
4792         * coffread.c (cs_section_address): Passing proper argument for
4793         `bfd_get_section_vma'.
4794         * dwarf2read.c (dwarf2_locate_sections): Likewise, for
4795         `bfd_get_section_flags'.
4796         * remote.c (remote_trace_set_readonly_regions): Likewise, for
4797         `bfd_get_section_vma'.
4798
4799 2012-05-16  Tom Tromey  <tromey@redhat.com>
4800
4801         PR macros/13205:
4802         * macrotab.h: (macro_define_special): Declare.
4803         (enum macro_special_kind): New.
4804         (struct macro_definition) <argc, replacement>: Update comments.
4805         * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
4806         (macro_define_object_internal): New function.
4807         (macro_define_object): Use it.
4808         (macro_define_special): New function.
4809         (fixup_definition): New function.
4810         (macro_lookup_definition, foreach_macro_in_scope)
4811         (foreach_macro): Use fixup_definition.
4812         * macroexp.h (macro_stringify): Declare.
4813         * macroexp.c (free_buffer_return_text): New function.
4814         (stringify): Constify "arg".
4815         (macro_stringify): New function.
4816         * dwarf2read.c (macro_start_file): Call macro_define_special.
4817
4818 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
4819             Maciej W. Rozycki  <macro@mips.com>
4820
4821         * breakpoint.h (bp_location): Add related_address member.
4822         * inferior.h (get_return_value): Take a pointer to struct value
4823         instead of struct type for the function requested.
4824         * value.h (using_struct_return): Likewise.
4825         * gdbarch.sh (return_value): Take a pointer to struct value
4826         instead of struct type for the function requested.
4827         * breakpoint.c (set_breakpoint_location_function): Initialize
4828         related_address for bp_gnu_ifunc_resolver breakpoints.
4829         * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
4830         requested function's address to gdbarch_return_value.
4831         * eval.c (evaluate_subexp_standard): Pass the requested
4832         function's address to using_struct_return.
4833         * infcall.c (call_function_by_hand): Pass the requested
4834         function's address to using_struct_return and
4835         gdbarch_return_value.
4836         * infcmd.c (get_return_value): Take a pointer to struct value
4837         instead of struct type for the function requested.
4838         (print_return_value): Update accordingly.
4839         (finish_command_continuation): Likewise.
4840         * stack.c (return_command): Pass the requested function's
4841         address to using_struct_return and gdbarch_return_value.
4842         * value.c (using_struct_return): Take a pointer to struct value
4843         instead of struct type for the function requested.  Pass the
4844         requested function's address to gdbarch_return_value.
4845         * python/py-finishbreakpoint.c (finish_breakpoint_object):
4846         New function_value member, replacing function_type.
4847         (bpfinishpy_dealloc): Update accordingly.
4848         (bpfinishpy_pre_stop_hook): Likewise.
4849         (bpfinishpy_init): Likewise.  Record the requested function's
4850         address.
4851         * mips-tdep.c (mips_fval_reg): New enum.
4852         (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
4853         words put in GP registers.
4854         (mips_o64_push_dummy_call): Update a comment.
4855         (mips_o32_return_value): Take a pointer to struct value instead
4856         of struct type for the function requested and use it to check if
4857         using the MIPS16 calling convention.  Return the designated
4858         general purpose registers for floating-point values returned in
4859         MIPS16 mode.
4860         (mips_o64_return_value): Likewise.
4861         * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
4862         (ppc_sysv_abi_broken_return_value): Likewise.
4863         (ppc64_sysv_abi_return_value): Likewise.
4864         * alpha-tdep.c (alpha_return_value): Take a pointer to struct
4865         value instead of struct type for the function requested.
4866         * amd64-tdep.c (amd64_return_value): Likewise.
4867         * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
4868         * arm-tdep.c (arm_return_value): Likewise.
4869         * avr-tdep.c (avr_return_value): Likewise.
4870         * bfin-tdep.c (bfin_return_value): Likewise.
4871         * cris-tdep.c (cris_return_value): Likewise.
4872         * frv-tdep.c (frv_return_value): Likewise.
4873         * h8300-tdep.c (h8300_return_value): Likewise.
4874         (h8300h_return_value): Likewise.
4875         * hppa-tdep.c (hppa32_return_value): Likewise.
4876         (hppa64_return_value): Likewise.
4877         * i386-tdep.c (i386_return_value): Likewise.
4878         * ia64-tdep.c (ia64_return_value): Likewise.
4879         * iq2000-tdep.c (iq2000_return_value): Likewise.
4880         * lm32-tdep.c (lm32_return_value): Likewise.
4881         * m32c-tdep.c (m32c_return_value): Likewise.
4882         * m32r-tdep.c (m32r_return_value): Likewise.
4883         * m68hc11-tdep.c (m68hc11_return_value): Likewise.
4884         * m68k-tdep.c (m68k_return_value): Likewise.
4885         (m68k_svr4_return_value): Likewise.
4886         * m88k-tdep.c (m88k_return_value): Likewise.
4887         * mep-tdep.c (mep_return_value): Likewise.
4888         * microblaze-tdep.c (microblaze_return_value): Likewise.
4889         * mn10300-tdep.c (mn10300_return_value): Likewise.
4890         * moxie-tdep.c (moxie_return_value): Likewise.
4891         * mt-tdep.c (mt_return_value): Likewise.
4892         * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
4893         * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
4894         (ppc_sysv_abi_broken_return_value): Likewise.
4895         (ppc64_sysv_abi_return_value): Likewise.
4896         * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
4897         * rl78-tdep.c (rl78_return_value): Likewise.
4898         * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
4899         * rx-tdep.c (rx_return_value): Likewise.
4900         * s390-tdep.c (s390_return_value): Likewise.
4901         * score-tdep.c (score_return_value): Likewise.
4902         * sh-tdep.c (sh_return_value_nofpu): Likewise.
4903         (sh_return_value_fpu): Likewise.
4904         * sh64-tdep.c (sh64_return_value): Likewise.
4905         * sparc-tdep.c (sparc32_return_value): Likewise.
4906         * sparc64-tdep.c (sparc64_return_value): Likewise.
4907         * spu-tdep.c (spu_return_value): Likewise.
4908         * tic6x-tdep.c (tic6x_return_value): Likewise.
4909         * v850-tdep.c (v850_return_value): Likewise.
4910         * vax-tdep.c (vax_return_value): Likewise.
4911         * xstormy16-tdep.c (xstormy16_return_value): Likewise.
4912         * xtensa-tdep.c (xtensa_return_value): Likewise.
4913         * gdbarch.c: Regenerate.
4914         * gdbarch.h: Regenerate.
4915
4916 2012-05-15  Tom Tromey  <tromey@redhat.com>
4917
4918         * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
4919
4920 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
4921
4922         * breakpoint.c (init_breakpoint_sal): Add quotes around part
4923         of command in two error message.
4924
4925 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
4926
4927         * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
4928
4929 2012-05-15  Joel Brobecker  <brobecker@adacore.com>
4930
4931         * breakpoint.c (find_condition_and_thread): Minor reformatting.
4932
4933 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4934
4935         * NEWS (show auto-load scripts-directory): Add forgotten command.
4936
4937 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4938
4939         * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
4940         parameters.
4941
4942 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
4943
4944         * amd64-tdep.c: Include features/i386/x32.c and
4945         features/i386/x32-avx.c.
4946         (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
4947         initialize_tdesc_x32_avx.
4948
4949 2012-05-14  Stan Shebs  <stan@codesourcery.com>
4950
4951         Add dynamic printf.
4952         * breakpoint.h (enum bptype): New type bp_dprintf.
4953         (struct breakpoint): New field extra_string.
4954         (struct breakpoint_ops): Add arg to create_breakpoints_sal.
4955         (create_breakpoint): Add extra_string arg.
4956         * breakpoint.c (dprintf_breakpoint_ops): New.
4957         (is_breakpoint): Add bp_dprintf.
4958         (bpstat_what): Add dprintf case.
4959         (bptype_string): Ditto.
4960         (print_one_breakpoint_location): Ditto.
4961         (init_bp_location): Ditto.
4962         (bkpt_print_mention): Ditto.
4963         (dprintf_style_enums): New array.
4964         (dprintf_style): New global.
4965         (dprintf_function): New global.
4966         (dprintf_channel): New global.
4967         (update_dprintf_command_list): New function.
4968         (update_dprintf_commands): New function.
4969         (init_breakpoint_sal): Add extra_string argument, handle it.
4970         (create_breakpoint_sal): Add extra_string argument.
4971         (create_breakpoints_sal): Add extra_string argument, update callers.
4972         (find_condition_and_thread): Add extra argument.
4973         (create_breakpoint): Add extra_string argument, record it.
4974         (dprintf_command): New function.
4975         (break_command_1): Add arg to create_breakpoint call.
4976         (handle_gnu_v3_exceptions): Ditto.
4977         (trace_command): Ditto.
4978         (ftrace_command): Ditto.
4979         (strace_command): Ditto.
4980         (bkpt_print_mention): Add dprintf case.
4981         (create_breakpoint_sal_default): Add extra_string argument.
4982         (_initialize_breakpoint): Add new commands.
4983         * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
4984         * python/py-breakpoint.c (bppy_init): Ditto.
4985         * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
4986
4987 2012-05-14  Maciej W. Rozycki  <macro@codesourcery.com>
4988
4989         * mips-tdep.c (mips_push_dummy_code): Correct description typo.
4990
4991 2012-05-14  Siva Chandra Reddy  <sivachandra@google.com>
4992
4993         * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
4994         unsigned long long.
4995
4996 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
4997
4998         Add a new function gdb.find_pc_line to the Python API.
4999         * NEWS (Python Scripting): Add entry about the new function.
5000         * python/python.c (gdbpy_find_pc_line): New function which
5001         implements gdb.find_pc_line.
5002         (GdbMethods): Add entry for the new function.
5003
5004 2012-05-12  Pedro Alves  <palves@redhat.com>
5005
5006         * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
5007         initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
5008
5009 2012-05-12  Eli Zaretskii  <eliz@gnu.org>
5010
5011         * inferior.c: Include completer.h
5012         (initialize_inferiors): Set completer of add-inferior to
5013         filename_completer.
5014
5015 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5016
5017         * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
5018         gdbarch_ptr_bit for x32 core dump.
5019
5020 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5021
5022         * amd64-linux-tdep.c: Include features/i386/x32-linux.c
5023         and features/i386/x32-avx-linux.c.
5024
5025 2012-05-11  Stan Shebs  <stan@codesourcery.com>
5026             Kwok Cheung Yeung  <kcy@codesourcery.com>
5027
5028         * NEWS: Describe new info os commands.
5029         * common/linux-osdata.c (PID_T, TIME_T): Define.
5030         (MAX_PID_T_STRLEN): New.
5031         (linux_common_core_of_thread): Add comment.  Change to use PID_T and
5032         MAX_PID_T_STRLEN.
5033         (command_from_pid): Add comment.  Change to use PID_T.
5034         (commandline_from_pid):  Change to use PID_T.
5035         (user_from_pid): Add comment.
5036         (get_process_owner): Add comment. Change to use PID_T and
5037         MAX_PID_T_STRLEN.
5038         (get_number_of_cpu_cores): Add comment.
5039         (get_cores_used_by_process): Add comment.  Change to use PID_T and
5040         MAX_PID_T_STRLEN.
5041         (linux_xfer_osdata_processes): Change to use PID_T and
5042         MAX_PID_T_STRLEN.
5043         (compare_processes): New function.
5044         (linux_xfer_osdata_processgroups): New function.
5045         (linux_xfer_osdata_threads): Change to use PID_T.
5046         (linux_xfer_osdata_fds): New function.
5047         (format_socket_state, print_sockets): New functions.
5048         (union socket_addr): New union.
5049         (linux_xfer_osdata_isockets): New function.
5050         (time_from_time_t, group_from_gid): New functions.
5051         (linux_xfer_osdata_shm): New function.
5052         (linux_xfer_osdata_sem): New function.
5053         (linux_xfer_osdata_msg): New function.
5054         (linux_xfer_osdata_modules): New function.
5055         (osdata_table): Add new entries.
5056         * common/buffer.c (buffer_xml_printf): Add support for long and
5057         long long format specifiers.
5058
5059 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
5060
5061         * amd64-linux-tdep.h (tdesc_x32_linux): New.
5062         (tdesc_x32_avx_linux): Likewise.
5063
5064 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5065
5066         Implement multi-component --with-auto-load-dir.
5067         * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
5068         entries.
5069         (--with-auto-load-safe-path): Update the default value description.
5070         * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
5071         New.
5072         (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output.  Remove
5073         GDB_DATADIR NULL check.  Replace GDB_DATADIR/auto-load by
5074         AUTO_LOAD_DIR.  Support $ddir and multiple components in it.
5075         (_initialize_auto_load): Initialize also auto_load_dir.  Install new
5076         "set auto-load scripts-directory".
5077         * config.in: Regenerate.
5078         * configure: Regenerate.
5079         * configure.ac (--with-auto-load-dir): New configure option.
5080         (--auto-load-safe-path): Change the default to --with-auto-load-dir.
5081
5082 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5083
5084         Provide $ddir substitution for --with-auto-load-safe-path.
5085         * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
5086         entries.
5087         * auto-load.c: Include observer.h.
5088         (auto_load_safe_path_vec_update): Call substitute_path_component for
5089         each component.  New variable ddir_subst.
5090         (auto_load_gdb_datadir_changed): New function.
5091         (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5092         AUTO_LOAD_SAFE_PATH.  New comment.
5093         (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
5094         AUTO_LOAD_SAFE_PATH.  Install auto_load_gdb_datadir_changed.
5095         * config.in: Regenerate.
5096         * configure: Regenerate.
5097         * configure.ac (--auto-load-safe-path): Rename
5098         DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH.  Default to
5099         GDB_DATADIR/auto-load.
5100         * defs.h (substitute_path_component): New declaration.
5101         * top.c: Include observer.h.
5102         (set_gdb_datadir): New function.
5103         (init_main): Install it for "set data-directory".
5104         * utils.c (substitute_path_component): New function.
5105
5106 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
5107
5108         Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
5109         * auto-load.c (auto_load_objfile_script): Remove check for NULL
5110         DEBUG_FILE_DIRECTORY.  Handle multiple components of
5111         DEBUG_FILE_DIRECTORY.
5112
5113 2012-05-10  Tom Tromey  <tromey@redhat.com>
5114
5115         * dwarf2read.c (recursively_write_psymbols): New function.
5116         (write_psymtabs_to_index): Use it.
5117
5118         * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
5119         field.
5120         (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
5121         (load_partial_comp_unit): Update.
5122         (queue_comp_unit): Add argument 'pretend_language'.
5123         (process_queue): Update.
5124         (psymtab_to_symtab_1): Skip dependencies that have a user.
5125         (load_partial_comp_unit_reader): Give meaning to the 'data'
5126         argument.
5127         (load_full_comp_unit): Add 'pretend_language' argument.
5128         (process_full_comp_unit): Add 'pretend_language' argument.  Set
5129         language on CU.
5130         (process_imported_unit_die, read_file_scope, read_type_unit_scope):
5131         Update.
5132         (maybe_queue_comp_unit): Add 'pretend_language' argument.
5133         (follow_die_offset, follow_die_sig, read_signatured_type_reader):
5134         Update.
5135         (prepare_one_comp_unit): Add 'pretend_language' argument.
5136
5137         * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
5138         (struct dwarf2_per_objfile) <just_read_cus>: New field.
5139         (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
5140         (dw2_do_instantiate_symtab): Check whether symtab was read in
5141         before queueing.
5142         (dw2_instantiate_symtab): Add assertion.  Call
5143         process_cu_includes.
5144         (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
5145         (partial_symtab_p): New typedef.
5146         (set_partial_user): New function.
5147         (dwarf2_build_psymtabs_hard): Use set_partial_user.
5148         (scan_partial_symbols): Add imported CU to imported_symtabs.
5149         (dwarf2_psymtab_to_symtab): Call process_cu_includes.
5150         (psymtab_to_symtab_1): Do nothing if psymtab is readin.
5151         (get_symtab, recursively_compute_inclusions)
5152         (compute_symtab_includes, process_cu_includes)
5153         (process_imported_unit_die): New functions.
5154         (process_die) <DW_TAG_imported_unit>: New case.
5155         (dwarf2_per_objfile_free): Free 'imported_symtabs'.
5156
5157         * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
5158         comment.
5159         (struct partial_die_info) <locdesc>: Remove.
5160         <d>: New field.
5161         (process_psymtab_comp_unit): Add 'read_partial' argument.
5162         Update.
5163         (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
5164         (scan_partial_symbols): Handle DW_TAG_imported_unit.
5165         (add_partial_symbol): Update.
5166         (process_die): Handle DW_TAG_partial_unit.
5167         (read_file_scope): Update comment.
5168         (load_partial_dies): Handle DW_TAG_imported_unit.
5169         (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
5170         (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
5171
5172 2012-05-10  Tom Tromey  <tromey@redhat.com>
5173
5174         * cc-with-dwz.sh: New file.
5175
5176 2012-05-10  Tom Tromey  <tromey@redhat.com>
5177
5178         * symtab.h (struct symtab) <includes, user>: New fields.
5179         * block.h (struct block_iterator) <d, idx, which>: New fields.
5180         * block.c (initialize_block_iterator, find_iterator_symtab)
5181         (block_iterator_step, block_iter_name_step)
5182         (block_iter_match_step): New functions.
5183         (block_iterator_first, block_iterator_next)
5184         (block_iter_name_first, block_iter_name_next)
5185         (block_iter_match_first, block_iter_match_next): Rewrite.
5186         (get_block_symtab): New function.
5187
5188 2012-05-10  Tom Tromey  <tromey@redhat.com>
5189
5190         * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
5191         set_block_symtab.
5192         * jit.c (finalize_symtab): Use allocate_global_block,
5193         set_block_symtab.
5194         * buildsym.c (finish_block_internal): New function, from old
5195         finish_block.
5196         (finish_block): Rewrite.
5197         (end_symtab): Use finish_block_internal, set_block_symtab.
5198         * block.h (struct global_block): New.
5199         (allocate_global_block, set_block_symtab): Declare.
5200         * block.c (allocate_global_block, set_block_symtab): New
5201         functions.
5202
5203 2012-05-10  Tom Tromey  <tromey@redhat.com>
5204
5205         * psymtab.c (partial_map_expand_apply): Add assertion.
5206         (partial_map_symtabs_matching_filename): Skip included psymtabs.
5207         (psymtab_to_symtab): Find unshared psymtab.
5208         (dump_psymtab): Print including psymtabs.
5209         (recursively_search_psymtabs): New function.
5210         (expand_symtabs_matching_via_partial): Use it.
5211         * psympriv.h (struct partial_symtab) <user, searched_flag>: New
5212         fields.
5213         (enum psymtab_search_status): New.
5214
5215 2012-05-10  Tom Tromey  <tromey@redhat.com>
5216
5217         * tracepoint.c (scope_info): Update.
5218         * symtab.c (lookup_block_symbol, iterate_over_symbols)
5219         (find_pc_sect_symtab, search_symbols)
5220         (default_make_symbol_completion_list_break_on)
5221         (make_file_symbol_completion_list): Update.
5222         * symmisc.c (dump_symtab_1): Update.
5223         * stack.c (print_frame_args, iterate_over_block_locals)
5224         (print_frame_labels, iterate_over_block_arg_vars): Update.
5225         * python/py-block.c (block_object) <dict>: Remove.
5226         <block>: New field.
5227         <iter>: Change type.
5228         (blpy_iter): Update.
5229         (blpy_block_syms_iternext): Update.
5230         * psymtab.c (map_block): Use block iterators.
5231         * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
5232         * mi/mi-cmd-stack.c (list_args_or_locals): Update.
5233         * mdebugread.c (parse_symbol, mylookup_symbol): Update.
5234         * infrun.c (check_exception_resume): Update.
5235         * cp-support.c (make_symbol_overload_list_block): Update.
5236         * coffread.c (patch_opaque_types): Update.
5237         * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
5238         * block.h (struct block_iterator): New.
5239         (block_iterator_first, block_iterator_next, block_iter_name_first)
5240         (block_iter_name_next, block_iter_match_first)
5241         (block_iter_match_next): Declare.
5242         (ALL_BLOCK_SYMBOLS): Redefine.
5243         * block.c (block_iterator_first, block_iterator_next)
5244         (block_iter_name_first, block_iter_name_next)
5245         (block_iter_match_first, block_iter_match_next): New functions.
5246         * ada-lang.c (ada_add_block_symbols)
5247         (ada_make_symbol_completion_list): Use block iterator.
5248
5249 2012-05-10  Tom Tromey  <tromey@redhat.com>
5250
5251         * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
5252         (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
5253         (lookup_partial_symbol, find_last_source_symtab_from_partial)
5254         (read_psymtabs_with_filename, map_matching_symbols_psymtab)
5255         (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
5256         Update.
5257
5258 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
5259
5260         * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
5261         print-file-var-lib2.c, print-file-var-main.c and
5262         print-file-var.exp (located in gdb/testsuite/gdb.base).
5263
5264 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
5265
5266         * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
5267         try locating the symbol in the symbol's own objfile first, before
5268         extending the search to all objfiles.
5269         * symtab.c (lookup_symbol_aux_objfile): New function, extracted
5270         out of lookup_symbol_aux_symtabs.
5271         (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
5272         Replace extracted-out code by call to lookup_symbol_aux_objfile.
5273         Do not search EXCLUDE_OBJFILE.
5274         (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
5275         (lookup_symbol_global): Search for matches in the block's objfile
5276         first, before searching all other objfiles.
5277
5278 2012-05-10  Tristan Gingold  <gingold@adacore.com>
5279
5280         * printcmd.c (set_command): Add pre/post inc/dec.
5281
5282 2012-05-09  Frank Ch. Eigler  <fche@redhat.com>
5283
5284         * gdb.1: Document -ex option.
5285
5286 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
5287
5288         * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
5289         * inferior.h (AT_SYMBOL): Delete.
5290
5291 2012-05-09  Joel Brobecker  <brobecker@adacore.com>
5292
5293         * mips-tdep.c (mips_push_dummy_code): New function.
5294         (mips_gdbarch_init): Set the gdbarch call_dummy_location to
5295         ON_STACK and install mips_push_dummy_code as our gdbarch
5296         push_dummy_code routine.
5297
5298 2012-05-09  Pedro Alves  <palves@redhat.com>
5299
5300         * target.c (set_maintenance_target_async_permitted): Rename to ...
5301         (set_target_async_command): ... this.
5302         (show_maintenance_target_async_permitted): Rename to ...
5303         (show_target_async_command): ... this.
5304         (initialize_targets): Adjust.
5305
5306 2012-05-08  Doug Evans  <dje@google.com>
5307
5308         * go-exp.y (classify_name): Add missing assignment of fields of
5309         yylval.ssym.
5310
5311 2012-05-08  Eli Zaretskii  <eliz@gnu.org>
5312
5313         Display the ">" prompt in interactive mode while reading canned
5314         commands, even when the current interpreter is MI.
5315
5316         * interps.c (interp_set_temp): New function.
5317
5318         * interps.h (interp_set_temp): Add prototype.
5319
5320         * cli/cli-script.c (restore_interp): New cleanup function.
5321         (read_command_lines): Temporarily override the current interpreter
5322         with CLI and arrange for restoring the original one.
5323
5324 2012-05-12  Joel Sherrill <joel.sherrill@oarcorp.com>
5325
5326         * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
5327
5328 2012-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
5329
5330         * probe.c (parse_probes): Move conditional to check for
5331         debuginfo files from here...
5332         * stap-probe.c (stap_get_probes): ... to here.
5333
5334 2012-05-07  Mark Kettenis  <kettenis@gnu.org>
5335             H.J. Lu  <hongjiu.lu@intel.com>
5336
5337         * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
5338         `movl %esp, %ebp' for the X32 ABI.
5339
5340 2012-05-07  Tom Tromey  <tromey@redhat.com>
5341
5342         * dwarf2read.c (dwarf_tag_name): Return const char *.  Use
5343         get_DW_TAG_name.
5344         (dwarf_attr_name): Return const char *.  Use get_DW_AT_name.
5345         (dwarf_form_name): Return const char *.  Use get_DW_FORM_name.
5346         (dwarf_stack_op_name): Remove.
5347         (dwarf_cfi_name): Return const char *.  Use get_DW_ATE_name.
5348         (decode_locdesc): Use get_DW_OP_name.
5349         * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
5350         (dwarf2_compile_expr_to_ax): Likewise.
5351         (disassemble_dwarf_expression): Likewise.
5352         * dwarf2expr.h: (dwarf_stack_op_name): Remove.
5353
5354 2012-05-07  Chung-Lin Tang  <cltang@codesourcery.com>
5355
5356         * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
5357         (sh_linux_sigtramp_cache): New function.
5358         (sh_linux_sigreturn_init): New function.
5359         (sh_linux_rt_sigreturn_init): New function.
5360         (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
5361         patterns.
5362         (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
5363         syscall codes.
5364         (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
5365         (sh_linux_rt_sigreturn_tramp_frame): Likewise.
5366         (sh_linux_init_abi): Add init calls to register new tramp_frame
5367         definitions under 32-bit SH, update comments.
5368
5369 2012-05-07  Pedro Alves  <palves@redhat.com>
5370
5371         PR gdb/10952
5372
5373         * amd64-linux-tdep.c: Include glibc-tdep.h.
5374         (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
5375         gdbarch_skip_solib_resolver callback.
5376
5377 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5378
5379         * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
5380         back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
5381         (show_auto_load_safe_path): Check any-directory by comparison with "/".
5382         (add_auto_load_safe_path): Change the error message.
5383         (_initialize_auto_load): Change the "safe-path" help text.
5384         * configure: Regenerate
5385         * configure.ac (--without-auto-load-safe-path): Set
5386         WITH_AUTO_LOAD_SAFE_PATH to /.
5387
5388 2012-05-05  Sergio Durigan Junior  <sergiodj@redhat.com>
5389
5390         * stap-probe.h: Do not include unecessary `probe.h'.
5391
5392 2012-05-05  Alan Modra  <amodra@gmail.com>
5393
5394         * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
5395         bfd_und_section_ptr.
5396         * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
5397         and bfd_com_section_ptr.
5398
5399 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
5400
5401         * MAINTAINERS (Past Maintainers): Add Chris Faylor.
5402
5403 2012-05-04  Joel Brobecker  <brobecker@adacore.com>
5404
5405         * windows-nat.h (segment_register_p_ftype): New typedef.
5406         (windows_set_segment_register_p): Add declaration.
5407         * windows-nat.c (segment_register_p): New static global.
5408         (windows_set_segment_register_p): New function.
5409         (do_windows_fetch_inferior_registers): Add special handling
5410         for segment registers.
5411         * amd64-windows-nat.c: #include "amd64-tdep.h".
5412         (amd64_windows_segment_register_p): New function.
5413         (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
5414         * i386-windows-nat.c: #include "i386-tdep.h".
5415         (i386_windows_segment_register_p): New function.
5416         (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
5417
5418 2012-05-04  Tristan Gingold  <gingold@adacore.com>
5419
5420         * printcmd.c (set_command): Emit a warning if the expression is not
5421         an assignment.
5422
5423 2012-05-03  Joel Brobecker  <brobecker@adacore.com>
5424
5425         * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
5426         Make static.
5427
5428 2012-05-03  Sergio Durigan Junior  <sergiodj@redhat.com>
5429
5430         * stap-probe.c (stap_is_operator): Change declaration.
5431         (stap_get_opcode): Change return value.
5432         (stap_parse_argument_1): Update calls to `stap_get_opcode' and
5433         `stap_parse_argument_1'.
5434
5435 2012-05-03  Pedro Alves  <pedro@codesourcery.com>
5436
5437         * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
5438         debug log.
5439
5440 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
5441
5442         Add two new methods global_block and static_block to gdb.Symtab
5443         objects.
5444         * NEWS (Python scripting): Add entry about the new methods.
5445         * python/py-symtab.c (stpy_global_block): New function which
5446         implements the gdb.Symtab.global_block() method.
5447         (stpy_static_block): New function which implements the
5448         gdb.Symtab.static_block() method.
5449         (symtab_object_methods): Add entries for the two new methods.
5450
5451 2012-05-03  Doug Evans  <dje@google.com>
5452
5453         * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
5454         files.
5455
5456 2012-05-03  Yao Qi  <yao@codesourcery.com>
5457
5458         * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
5459         space.
5460         (i386_process_record): Ditto.
5461
5462 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
5463
5464         * infcall.c (unwind_on_signal_p): Make static.
5465
5466 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
5467
5468         * sol-thread.c (solaris_pid_to_str): Make static.
5469         (_initialize_sol_thread): Add prototype.
5470
5471 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
5472
5473         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
5474
5475 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
5476
5477         * MAINTAINERS: Remove myself.
5478
5479 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5480
5481         Fix --without-auto-load-safe-path for MS-Windows host platform.
5482         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
5483
5484 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
5485
5486         * gdb_curses.h: Undefine KEY_EVENT before including curses
5487         headers.  Move "#undef MOUSE_MOVED" before any curses header
5488         inclusion.
5489
5490 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
5491
5492         * features/i386/i386-mmx-linux.c: Regenerate.
5493         * features/rs6000/powerpc-32.c: Likewise.
5494         * features/rs6000/powerpc-32l.c: Likewise.
5495         * features/rs6000/powerpc-403.c: Likewise.
5496         * features/rs6000/powerpc-403gc.c: Likewise.
5497         * features/rs6000/powerpc-405.c: Likewise.
5498         * features/rs6000/powerpc-505.c: Likewise.
5499         * features/rs6000/powerpc-601.c: Likewise.
5500         * features/rs6000/powerpc-602.c: Likewise.
5501         * features/rs6000/powerpc-603.c: Likewise.
5502         * features/rs6000/powerpc-604.c: Likewise.
5503         * features/rs6000/powerpc-64.c: Likewise.
5504         * features/rs6000/powerpc-64l.c: Likewise.
5505         * features/rs6000/powerpc-750.c: Likewise.
5506         * features/rs6000/powerpc-860.c: Likewise.
5507         * features/rs6000/powerpc-e500.c: Likewise.
5508         * features/rs6000/powerpc-e500l.c: Likewise.
5509         * features/rs6000/powerpc-isa205-32l.c: Likewise.
5510         * features/rs6000/powerpc-isa205-64l.c: Likewise.
5511         * features/rs6000/rs6000.c: Likewise.
5512
5513 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
5514
5515         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
5516         variable.
5517         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
5518         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
5519         (stap_parse_argument) <e>: Likewise.
5520         (handle_stap_probe) <byte_order>: Likewise.
5521
5522 2012-04-30  Doug Evans  <dje@google.com>
5523
5524         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
5525         init_and_read_dies_worker.  All callers updated.
5526         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
5527         replaced with init_cutu_and_read_dies.
5528         (load_partial_comp_unit): Pass 1 for use_existing_cu.
5529         (find_partial_die): Remove FIXME.  Don't free current CU.
5530
5531 2012-04-30  Sterling Augustine  <saugustine@google.com>
5532
5533         * contrib: New directory.
5534         * contrib/test_pubnames_and_indexes.py: New file.
5535
5536 2012-04-30  Doug Evans  <dje@google.com>
5537
5538         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
5539         All callers updated.
5540         (init_cu_die_reader): Verify the section is non-empty.
5541         (dwarf_decode_line_header): Don't dereference section->asection
5542         until we know the section is present.
5543
5544 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
5545
5546         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
5547         probes.
5548
5549 2012-04-29  Yao Qi  <yao@codesourcery.com>
5550
5551         * gdb-code-style.el: New hook gdb-markup-hook
5552         and gdb-comment-hook.
5553
5554 2012-04-28  Doug Evans  <dje@google.com>
5555
5556         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
5557         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
5558         objfile->obfd.
5559         * symfile.h (dwarf2_debug_sections): New member addr.
5560         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
5561         (ctx_no_get_addr_index): New function.
5562         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
5563         (ctx_no_get_addr_index): Declare.
5564         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
5565         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
5566         (dwarf_expr_ctx_funcs): Update.
5567         (needs_get_addr_index): New function.
5568         (needs_frame_ctx_funcs): Update.
5569         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
5570         * dwarf2read.c: #include "gdbcore.h".
5571         (dwarf2_per_objfile): New members addr, dwo_files.
5572         (dwarf2_elf_names): Add entry for addr.
5573         (struct dwo_section_names): New type.
5574         (dwo_section_names): New static global.
5575         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
5576         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
5577         old debug_types_section member updated to use this.
5578         Rename member debug_types_section to info_or_types_section,
5579         all uses updated.
5580         (signatured_type): Rename member type_offset to type_offset_in_tu,
5581         all uses updated.  New member type_offset_in_section.
5582         (struct dwo_sections): New type.
5583         (struct dwo_unit): New type.
5584         (struct dwo_file): New type.
5585         (die_reader_specs): New member dwo_file.
5586         (dwarf2_locate_sections): Watch for .debug_addr.
5587         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
5588         (dwarf2_read_section): Get bfd of section from bfd's asection,
5589         instead of objfile.
5590         (create_cus_from_index): Initialize the_cu->info_or_types_section.
5591         (create_signatured_type_table_from_index): Initialize
5592         sig_type->info_or_types_section.
5593         (dw2_get_file_names): Statement lists for type units with DWO files
5594         live in the DWO file.
5595         (create_debug_types_hash_table): New function.
5596         (create_all_type_units): Rewrite.
5597         (init_cu_die_reader): New arg dwo_file, all callers updated.
5598         (init_and_read_dies_worker): Get section from
5599         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
5600         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
5601         continue reading the CU/TU from there.
5602         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
5603         updated.  Get section from this_cu->info_or_types_section.
5604         (create_all_comp_units): Initialize this_cu->info_or_types_section.
5605         (skip_one_die): New cases DW_FORM_GNU_addr_index,
5606         DW_FORM_GNU_str_index.
5607         (hash_dwo_file, eq_dwo_file): New functions.
5608         (allocate_dwo_file_hash_table): New function.
5609         (hash_dwo_unit, eq_dwo_unit): New functions.
5610         (allocate_dwo_unit_table): New function.
5611         (dwarf2_locate_dwo_sections): New function.
5612         (struct create_dwo_info_table_data): New type.
5613         (create_debug_info_hash_table_reader): New function.
5614         (create_debug_info_hash_table): New function.
5615         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
5616         (lookup_dwo_file): New function.
5617         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
5618         (free_dwo_file, free_dwo_file_cleanup): New functions.
5619         (free_dwo_file_from_slot, free_dwo_files): New functions.
5620         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
5621         (dwarf2_record_block_ranges): Ditto.
5622         (read_partial_die): Ditto.
5623         (process_enumeration_scope): Update to use type_offset_in_section.
5624         (read_full_die_1): New function.
5625         (read_full_die): Rewrite.
5626         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
5627         DW_FORM_GNU_str_index.
5628         (read_addr_index_1, read_addr_index): New functions.
5629         (read_addr_index_from_leb128): New function.
5630         (struct dwarf2_read_addr_index_data): New type.
5631         (dwarf2_read_addr_index_reader): New function.
5632         (dwarf2_read_addr_index): New function.
5633         (read_str_index): New function.
5634         (leb128_size): New function.
5635         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
5636         If processing a type unit from a DWO file, get the line section
5637         from the DWO file.
5638         (var_decode_location): Watch for DW_OP_GNU_addr_index.
5639         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
5640         DW_FORM_GNU_str_index.
5641         (lookup_die_type): Check whether section offset of type's die is
5642         known before looking it up.  Remove assert.  Condition can
5643         legimately happen for inter-cu type references.
5644         (dwarf_attr_name): Handle Fission attributes.
5645         (dwarf_form_name): Handle Fission forms.
5646         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
5647         DW_FORM_GNU_str_index.
5648         (follow_die_sig): Update to use type_offset_in_section.
5649         (decode_locdesc): New case DW_OP_GNU_addr_index.
5650         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
5651         DW_FORM_GNU_str_index.
5652         (cu_debug_loc_section): New function.
5653         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
5654         (dwarf2_per_objfile_free): Unmap .debug_addr section.
5655         Free DWO files if present.
5656         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
5657
5658         Refactor DIE reading.
5659         * dwarf2read.c (dwarf2_per_objfile): Replace members
5660         debug_info_type_hash and debug_types_type_hash with die_type_hash.
5661         (die_reader_specs): New member "die_section".  Temporarily make
5662         member "buffer" non-const, pending constifying all info_ptr uses.
5663         (die_reader_func_ftype): New typedef.
5664         (dw2_get_file_names_reader): New function.
5665         (dw2_get_file_names): Rewrite.
5666         (read_and_check_type_unit_head): Rename arg type_offset to
5667         type_offset_in_tu.
5668         (create_all_type_units): Improve debugging message.
5669         Improve dummy type unit check.
5670         (init_cu_die_reader): New arg "section".  All callers updated.
5671         (init_and_read_dies_worker): New function.
5672         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
5673         (init_cutu_and_read_dies_no_follow): New function.
5674         (init_cutu_and_read_dies_simple): New function.
5675         (process_psymtab_comp_unit_reader): New function.
5676         (process_psymtab_comp_unit): Delete args section,
5677         is_debug_types_section.  Rewrite.  All callers updated.
5678         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
5679         All callers updated.  Rewrite.
5680         (load_partial_comp_unit_reader): New function.
5681         (load_partial_comp_unit): Rewrite.
5682         (skip_children): New arg reader.  Delete args buffer, cu.
5683         All callers updated.
5684         (skip_one_die): New arg reader.  Delete args buffer, cu.
5685         All callers updated.
5686         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
5687         All callers updated.
5688         (load_full_comp_unit_reader): New function.
5689         (load_full_comp_unit): Rewrite.
5690         (read_comp_unit): Delete.
5691         (read_die_and_children_1): Delete, contents moved ...
5692         (read_die_and_children): ... here.
5693         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
5694         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
5695         All callers updated.
5696         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
5697         All callers updated.
5698         (find_partial_die): Rewrite load_all_dies support.
5699         (read_attribute_value): New arg reader.  Delete args abfd, cu.
5700         All callers updated.
5701         (read_attribute): New arg reader.  Delete args abfd, cu.
5702         All callers updated.
5703         (load_full_type_unit): Add assert.
5704         (read_signatured_type_reader): New function.
5705         (read_signatured_type): Rewrite.
5706         (free_stack_comp_unit): Remove call to age_cached_comp_units.
5707         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
5708         All callers updated.  Set per_cu->cu = NULL after freeing it.
5709         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
5710         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
5711         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
5712         (set_die_type): Update.
5713         (get_die_type_at_offset): Update.
5714         (read_file_scope): Call prepare_one_comp_unit.
5715         (read_type_unit_scope): Ditto.
5716         (prepare_one_comp_unit): Set producer if present.
5717
5718 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
5719
5720         * probe.c (compile_rx_or_error): Silence ARI warning about missing
5721          gettext function on `error'.
5722
5723 2012-04-27  Doug Evans  <dje@google.com>
5724
5725         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
5726         is empty.
5727
5728 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
5729             Tom Tromey  <tromey@redhat.com>
5730
5731         * breakpoint.c (struct breakpoint_objfile_data)
5732         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
5733         <exception_probes>: New fields.
5734         (free_breakpoint_probes): New function.
5735         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
5736         `_Unwind_DebugHook'.
5737         (create_exception_master_breakpoint): Likewise.
5738         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
5739         * infrun.c: Including necessary header files for handling SystemTap
5740         probes.
5741         (handle_inferior_event): Handling longjmp breakpoint and exceptions
5742         via SystemTap probes.
5743         (check_exception_resume): Remove `func' argument.  Handle exception
5744         unwinding breakpoint set via a SystemTap probe.
5745         (insert_exception_resume_from_probe): New function.
5746
5747 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
5748             Tom Tromey  <tromey@redhat.com>
5749             Jan Kratochvil  <jan.kratochvil@redhat.com>
5750
5751         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
5752         (COMMON_OBS): Likewise.
5753         (HFILES_NO_SRCDIR): Add `probe'.
5754         * NEWS: Mention support for static and SystemTap probes.
5755         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
5756         SystemTap probes' arguments parser.
5757         * arm-linux-tdep.c: Including headers needed to perform the parsing
5758         of SystemTap probes' arguments.
5759         (arm_stap_is_single_operand): New function.
5760         (arm_stap_parse_special_token): Likewise.
5761         (arm_linux_init_abi): Initializing proper fields used by SystemTap
5762         probes' arguments parser.
5763         * ax-gdb.c (require_rvalue): Removing static declaration.
5764         (gen_expr): Likewise.
5765         * ax-gdb.h (gen_expr): Declaring function.
5766         (require_rvalue): Likewise.
5767         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
5768         (bkpt_probe_breakpoint_ops): New variable.
5769         (momentary_breakpoint_from_master): Set the `probe' value.
5770         (add_location_to_breakpoint): Likewise.
5771         (break_command_1): Using proper breakpoint_ops according to the
5772         argument passed by the user in the command line.
5773         (bkpt_probe_insert_location): New function.
5774         (bkpt_probe_remove_location): Likewise.
5775         (bkpt_probe_create_sals_from_address): Likewise.
5776         (bkpt_probe_decode_linespec): Likewise.
5777         (tracepoint_probe_create_sals_from_address): Likewise.
5778         (tracepoint_probe_decode_linespec): Likewise.
5779         (tracepoint_probe_breakpoint_ops): New variable.
5780         (trace_command): Using proper breakpoint_ops according to the
5781         argument passed by the user in the command line.
5782         (initialize_breakpoint_ops): Initializing breakpoint_ops for
5783         static probes on breakpoints and tracepoints.
5784         * breakpoint.h (struct bp_location) <probe>: New field.
5785         * cli-utils.c (skip_spaces_const): New function.
5786         (extract_arg): Likewise.
5787         * cli-utils.h (skip_spaces_const): Likewise.
5788         (extract_arg): Likewise.
5789         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
5790         * configure.ac: Append `stap-probe.o' to be generated when ELF
5791         support is present.
5792         * configure: Regenerate.
5793         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
5794         * elfread.c: Include `probe.h' and `arch-utils.h'.
5795         (probe_key): New variable.
5796         (elf_get_probes): New function.
5797         (elf_get_probe_argument_count): Likewise.
5798         (elf_evaluate_probe_argument): Likewise.
5799         (elf_compile_to_ax): Likewise.
5800         (elf_symfile_relocate_probe): Likewise.
5801         (stap_probe_key_free): Likewise.
5802         (elf_probe_fns): New variable.
5803         (elf_sym_fns): Add `sym_probe_fns' value.
5804         (elf_sym_fns_lazy_psyms): Likewise.
5805         (elf_sym_fns_gdb_index): Likewise.
5806         (_initialize_elfread): Initialize objfile cache for static
5807         probes.
5808         * gdb_vecs.h (struct probe): New forward declaration.
5809         (probe_p): New VEC declaration.
5810         * gdbarch.c: Regenerate.
5811         * gdbarch.h: Regenerate.
5812         * gdbarch.sh (stap_integer_prefix): New variable.
5813         (stap_integer_suffix): Likewise.
5814         (stap_register_prefix): Likewise.
5815         (stap_register_suffix): Likewise.
5816         (stap_register_indirection_prefix): Likewise.
5817         (stap_register_indirection_suffix): Likewise.
5818         (stap_gdb_register_prefix): Likewise.
5819         (stap_gdb_register_suffix): Likewise.
5820         (stap_is_single_operand): New function.
5821         (stap_parse_special_token): Likewise.
5822         (struct stap_parse_info): Forward declaration.
5823         * i386-tdep.c: Including headers needed to perform the parsing
5824         of SystemTap probes' arguments.
5825         (i386_stap_is_single_operand): New function.
5826         (i386_stap_parse_special_token): Likewise.
5827         (i386_elf_init_abi): Initializing proper fields used by SystemTap
5828         probes' arguments parser.
5829         * i386-tdep.h (i386_stap_is_single_operand): New function.
5830         (i386_stap_parse_special_token): Likewise.
5831         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
5832         * mipsread.c (ecoff_sym_fns): Likewise.
5833         * objfiles.c (objfile_relocate1): Support relocation for static
5834         probes.
5835         * parse.c (prefixify_expression): Remove static declaration.
5836         (initialize_expout): Likewise.
5837         (reallocate_expout): Likewise.
5838         * parser-defs.h (initialize_expout): Declare function.
5839         (reallocate_expout): Likewise.
5840         (prefixify_expression): Likewise.
5841         * ppc-linux-tdep.c: Including headers needed to perform the parsing
5842         of SystemTap probes' arguments.
5843         (ppc_stap_is_single_operand): New function.
5844         (ppc_stap_parse_special_token): Likewise.
5845         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
5846         probes' arguments parser.
5847         * probe.c: New file, for generic statically defined probe support.
5848         * probe.h: Likewise.
5849         * s390-tdep.c: Including headers needed to perform the parsing of
5850         SystemTap probes' arguments.
5851         (s390_stap_is_single_operand): New function.
5852         (s390_gdbarch_init): Initializing proper fields used by SystemTap
5853         probes' arguments parser.
5854         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
5855         * stap-probe.c: New file, for SystemTap probe support.
5856         * stap-probe.h: Likewise.
5857         * symfile.h: Include `gdb_vecs.h'.
5858         (struct sym_probe_fns): New struct.
5859         (struct sym_fns) <sym_probe_fns>: New field.
5860         * symtab.c (init_sal): Initialize `probe' field.
5861         * symtab.h (struct probe): Forward declaration.
5862         (struct symtab_and_line) <probe>: New field.
5863         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
5864         locations.
5865         (stop_tracing): Likewise.
5866         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
5867
5868 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
5869             Tom Tromey  <tromey@redhat.com>
5870
5871         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
5872         and to compile agent expressions.
5873         * infrun.c (siginfo_make_value): New argument `ignore'.
5874         (siginfo_funcs): New struct.
5875         (_initialize_infrun): New argument when calling
5876         `create_internalvar_type_lazy'.
5877         * thread.c (thread_id_make_value): New argument `ignore'.
5878         (thread_funcs): New struct.
5879         (_initialize_thread): New argument when calling
5880         `create_internalvar_type_lazy'.
5881         * tracepoint.c (sdata_make_value): New argument `ignore'.
5882         (sdata_funcs): New struct.
5883         (_initialize_tracepoint): New argument when calling
5884         `create_internalvar_type_lazy'.
5885         * value.c (make_value): New struct.
5886         (create_internalvar_type_lazy): New argument `data'.
5887         (compile_internalvar_to_ax): New function.
5888         (value_of_internalvar): Properly handling `make_value' case.
5889         (clear_internalvar): Likewise.
5890         (show_convenience): Adding `TRY_CATCH' block.
5891         * value.h (internalvar_make_value): Delete, replace by...
5892         (struct internalvar_funcs): ... this.
5893         (create_internalvar_type_lazy) <fun>: Delete argument.
5894         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
5895         (compile_internalvar_to_ax): New function.
5896         * windows-tdep.c (tlb_make_value): New argument `ignore'.
5897         (tlb_funcs): New struct.
5898         (_initialize_windows_tdep): New argument when calling
5899         `create_internalvar_type_lazy'.
5900
5901 2012-04-27  Mark Wielaard  <mjw@redhat.com>
5902
5903         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
5904         see whether it is an address or a constant offset from DW_AT_low_pc.
5905         (dwarf2_record_block_ranges): Likewise.
5906         (read_partial_die): Likewise.
5907
5908 2012-04-26  Mark Wielaard  <mjw@redhat.com>
5909
5910         * MAINTAINERS (Write After Approval): Add myself to the list.
5911
5912 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
5913
5914         * proc-utils.h (proc_prettyprint_signalset): New prototype.
5915         (proc_prettyprint_signal): Likewise.
5916         (proc_prettyprint_faultset): Likewise.
5917         (proc_prettyprint_fault): Likewise.
5918         (proc_prettyprint_actionset): Likewise.
5919         (proc_prettyprint_flags): Move to new proc-flags.c section.
5920         (proc_prettyfprint_flags): New prototype.
5921         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
5922         (proc_syscall, proc_cursig): Likewise.
5923         (proc_set_kill_on_last_close): Likewise.
5924         (proc_unset_kill_on_last_close): Likewise.
5925         (proc_set_watchpoint): Make static.
5926         (proc_delete_dead_threads): Likewise.
5927         (procfs_set_watchpoint): Likewise.
5928         (_initialize_procfs): Add prototype.
5929         * proc-events.c: Include proc-utils.h.
5930         (init_syscall_table): Make static.
5931         * proc-api.c (_initialize_proc_api): Add prototype.
5932         * proc-flags.c: Include proc-utils.h.
5933
5934 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
5935
5936         * configure.ac: Add AC_ARG_PROGRAM.
5937         * configure: Regenerate.
5938
5939 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
5940
5941         Fix DW_AT_lower_bound defaults for DWARF-4+.
5942         * dwarf2read.c (read_subrange_type): Remove initialization of low and
5943         high.  New variable low_default_is_valid.  Implement DWARF-4+
5944         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
5945         no default by the DWARF standard.
5946
5947 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
5948             Maciej W. Rozycki  <macro@codesourcery.com>
5949
5950         * infrun.c (handle_inferior_event): Move the check for return
5951         trampolines ahead of the check for function trampolines.
5952         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
5953         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
5954         (mips_str_mips16_ret_stub): Likewise.
5955         (mips_str_call_fp_stub): Likewise.
5956         (mips_str_call_stub): Likewise.
5957         (mips_str_fn_stub): Likewise.
5958         (mips_str_pic): Likewise.
5959         (mips_in_frame_stub): New function.
5960         (mips_unwind_pc): Return the return address rather than the PC
5961         if the PC of an intermediate frame is inside a call thunk.
5962         (mips_is_stub_suffix): New function.
5963         (mips_is_stub_mode): Likewise.
5964         (mips_get_mips16_fn_stub_pc): Likewise.
5965         (mips_skip_mips16_trampoline_code): Update to handle all the
5966         currently generated stub types.  Don't recurse into __fn_stub
5967         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
5968         Use cooked register accesses.
5969         (mips_in_return_stub): Reintroduce function.
5970         (mips_skip_trampoline_code): Traverse trampolines recursively.
5971         (mips_gdbarch_init): Handle MIPS16 return trampolines.
5972
5973 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
5974
5975         GDB 7.4.1 released.
5976
5977 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
5978
5979         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
5980         * features/arm-with-m-vfp-d16.xml: New file. Describes
5981         Cortex-M with VFPv4-sp-d16 FPU register layout.
5982         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
5983         * features/arm-with-m-vfp-d16.c: New. Generated from above.
5984         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
5985         (arm-register_g_packet_guesses): Add vfp-d16 guess.
5986         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
5987
5988 2012-04-25  Doug Evans  <dje@google.com>
5989
5990         * cli/cli-decode.c (print_doc_line): Use stream instead of
5991         current_uiout.
5992
5993 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
5994
5995         * features/arm-with-iwmmxt.c: Regenerate.
5996         * features/arm-with-m-fpa-layout.c: Likewise.
5997         * features/arm-with-m.c: Likewise.
5998         * features/arm-with-neon.c: Likewise.
5999         * features/arm-with-vfpv2.c: Likewise.
6000         * features/arm-with-vfpv3.c: Likewise.
6001         * features/mips-dsp-linux.c: Likewise.
6002         * features/mips-linux.c: Likewise.
6003         * features/mips64-dsp-linux.c: Likewise.
6004         * features/mips64-linux.c: Likewise.
6005         * features/s390-linux32.c: Likewise.
6006         * features/s390-linux32v1.c: Likewise.
6007         * features/s390-linux32v2.c: Likewise.
6008         * features/s390-linux64.c: Likewise.
6009         * features/s390-linux64v1.c: Likewise.
6010         * features/s390-linux64v2.c: Likewise.
6011         * features/s390x-linux64.c: Likewise.
6012         * features/s390x-linux64v1.c: Likewise.
6013         * features/s390x-linux64v2.c: Likewise.
6014         * features/tic6x-c62x-linux.c: Likewise.
6015         * features/tic6x-c62x.c: Likewise.
6016         * features/tic6x-c64x-linux.c: Likewise.
6017         * features/tic6x-c64x.c: Likewise.
6018         * features/tic6x-c64xp-linux.c: Likewise.
6019         * features/tic6x-c64xp.c: Likewise.
6020         * target-descriptions.c: Only generate `field_type' and `type'
6021         variables when needed.
6022
6023 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
6024
6025         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
6026
6027 2012-04-25  Doug Evans  <dje@google.com>
6028
6029         Initial pass at Go language support.
6030         * NEWS: Mention Go.
6031         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
6032         go-valprint.c.
6033         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
6034         (YYFILES): Add go-exp.c.
6035         (YYOBJ): Add go-exp.o.
6036         (local-maintainer-clean): Delete go-exp.c.
6037         * defs.h (enum language): Add language_go.
6038         * dwarf2read.c: #include "go-lang.h".
6039         (fixup_go_packaging): New function.
6040         (process_full_comp_unit): Call it when processing Go CUs.
6041         (dwarf2_physname): Add Go support.
6042         (read_file_scope): Handle missing language spec for GNU Go.
6043         (set_cu_language): Handle DW_LANG_Go.
6044         * go-exp.y: New file.
6045         * go-lang.h: New file.
6046         * go-lang.c: New file.
6047         * go-typeprint.c: New file.
6048         * go-valprint.c: New file.
6049         * symtab.c: #include "go-lang.h".
6050         (symbol_set_language): Handle language_go.
6051         (symbol_find_demangled_name, symbol_set_names): Ditto.
6052         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
6053
6054 2012-04-24  Jim Meyering  <meyering@redhat.com>
6055
6056         avoid a few strncpy-induced buffer overruns
6057         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
6058         fname and psargs before trying to concatenate.
6059         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
6060         "name" before applying strchr.
6061
6062 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
6063
6064         * CONTRIBUTE: Use unified diff instead of context diff when
6065         generating patches.
6066
6067 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6068
6069         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
6070         code.  Handle JR.HB correctly.
6071
6072 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
6073
6074         * mips-tdep.c
6075         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
6076         with the other MIPS16 helpers.
6077
6078 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
6079
6080         * observer.sh: Conditionally declare `args', thus cleaning up
6081         unused instances of this variable.
6082
6083 2012-04-24  Yao Qi  <yao@codesourcery.com>
6084
6085         Revert this patch to allow breakpoint always-inserted
6086         in record target.
6087         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
6088         * breakpoint.c: Include record.h.
6089         (breakpoints_always_inserted_mode): Return false when the record
6090         target is in use.
6091
6092         * breakpoint.c (iterate_over_bp_locations): New.
6093         * breakpoint.h: Declare.
6094         New typedef walk_bp_location_callback.
6095         * record.c (record_open): Call record_init_record_breakpoints.
6096         (record_sync_record_breakpoints): New.
6097         (record_init_record_breakpoints): New.
6098         * NEWS: Mention supporting breakpoint always-inserted mode in
6099         record target.
6100
6101 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
6102
6103         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
6104         any thread.
6105
6106 2012-04-24  Yao Qi  <yao@codesourcery.com>
6107
6108         * breakpoint.c (ep_is_catchpoint): Renamed to ...
6109         (is_catchpoint): ... it.
6110         (print_one_breakpoint_location): Caller update.
6111         * breakpoint.h: Update declaration.
6112
6113 2012-04-23  David S. Miller  <davem@davemloft.net>
6114
6115         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
6116
6117 2012-04-23  Tom Tromey  <tromey@redhat.com>
6118
6119         * buildsym.c (add_free_pendings): Remove.
6120         * buildsym.h (add_free_pendings): Remove.
6121
6122 2012-04-23  Doug Evans  <dje@google.com>
6123
6124         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
6125         attr.u.unsnd instead of attr.u.addr.
6126         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
6127         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
6128         DW_FORM_ref_udata.
6129         (dump_die_shallow): Update cases DW_FORM_ref_addr,
6130         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
6131         DW_FORM_ref_udata.
6132         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
6133
6134 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
6135
6136         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
6137         (mips_o32_return_value): Likewise.
6138         (mips_o64_return_value): Likewise.
6139
6140 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
6141
6142         * ada-lang.c (ada_evaluate_subexp): Add cases for
6143         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
6144         their treatment in eval.c.
6145
6146 2012-04-21  David S. Miller  <davem@davemloft.net>
6147
6148         * sparc-tdep.c (X_DISP10): Define.
6149         (sparc_analyze_control_transfer): Handle compare-and-branch.
6150
6151 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
6152
6153         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
6154         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
6155
6156 2012-04-20  Nigel Stephens  <nigel@mips.com>
6157             Maciej W. Rozycki  <macro@codesourcery.com>
6158
6159         * mips-tdep.c (mips_float_register_p): New function.
6160         (mips_convert_register_float_case_p): Use mips_float_register_p.
6161         (mips_register_type): Likewise.
6162         (mips_print_register): Likewise.
6163         (print_gp_register_row): Likewise.
6164         (mips_print_registers_info): Likewise.
6165
6166 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
6167
6168         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
6169         of mips16 symbols.
6170
6171 2012-04-20  Andrew Pinski  <apinski@cavium.com>
6172
6173         * MAINTAINERS (Write After Approval): Add myself to the list.
6174
6175 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6176
6177         * MAINTAINERS: Update my e-mail address.
6178
6179 2012-04-20  Pedro Alves  <palves@redhat.com>
6180
6181         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
6182         $srcdir.
6183         * configure: Regenerate.
6184
6185 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
6186
6187         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
6188         declaration.
6189         * gdb_vecs.h: Declare `const_char_ptr' VEC.
6190
6191 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
6192
6193         Fix compilation compatibility with python-2.4
6194         * python/py-type.c (convert_field): Cast ADDRSTRING for
6195         PyObject_SetAttrString as non-const.  New comment.
6196
6197 2012-04-19  Tom Tromey  <tromey@redhat.com>
6198
6199         * top.c (quit_target): Use all_cleanups.
6200         * main.c (captured_command_loop): Use all_cleanups.
6201         * exceptions.c (throw_exception): Use all_cleanups.
6202
6203 2012-04-19  Pedro Alves  <palves@redhat.com>
6204
6205         * Makefile.in (GNULIB_BUILDDIR): New.
6206         (LIBGNU, INCGNU, GNULIB_H): Adjust.
6207         (SUBDIRS): Add $(GNULIB_BUILDDIR).
6208         (CLEANDIRS). Remove gnulib/import.
6209         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
6210         (all-lib): Ditto.
6211         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
6212         (gnulib/import/Makefile): Replace gnulib/import with
6213         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
6214         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
6215         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
6216         acx_configure_dir.m4.
6217         * acinclude.m4: Include acx_configure_dir.m4.
6218         * acx_configure_dir.m4: New file.
6219         * aclocal.m4: Regenerate.
6220         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
6221         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
6222         (GNULIB): New variable.
6223         (GNULIB_STDINT_H): Adjust.
6224         (AC_OUTPUT): Don't output gnulib/Makefile.
6225         * gdb/defs.h: Include build-gnulib/config.h.
6226         * aclocal.m4: Regenerate.
6227         * config.in: Regenerate.
6228         * configure: Regenerate.
6229
6230         * gnulib/Makefile.in: New file.
6231         * gnulib/configure.ac: New file.
6232         * gnulib/aclocal.m4: New file.
6233         * gnulib/config.in: New file.
6234         * gnulib/configure: New file.
6235         * gnulib/: Re-run gnulib-tool to adjust.
6236
6237 2012-04-19  Doug Evans  <dje@google.com>
6238
6239         * cleanups.h (struct cleanup): Move to cleanups.c.
6240         (make_cleanup_dtor_ftype): New typedef.
6241         (make_cleanup_dtor): Use it.
6242         (ALL_CLEANUPS): Replace with ...
6243         (all_cleanups): ... this.  Declare.  All uses updated.
6244         * cleanups.c: #include "gdb_assert.h".
6245         (sentinel_cleanup): New static global.
6246         (SENTINEL_CLEANUP): Define.
6247         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
6248         (make_my_cleanup2): Assert result is non-NULL.
6249         (all_cleanups): New function.
6250         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
6251         of NULL.
6252
6253 2012-04-19  Pedro Alves  <palves@redhat.com>
6254
6255         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
6256         Adjust paths to gnulib imported files.
6257
6258 2012-04-19  Pedro Alves  <palves@redhat.com>
6259
6260         * gnulib/: Move whole directory ...
6261         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
6262         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
6263         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
6264         (aclocal_m4_deps): Adjust.
6265         * aclocal.m4: Regenerate.
6266         * configure: Regenerate.
6267         * configure.ac: Adjust AC_OUTPUT output.
6268
6269 2012-04-19  Yao Qi  <yao@codesourcery.com>
6270
6271         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
6272         (vec.o): New rule.
6273         * vec.c: Move it ...
6274         * common/vec.c: ... here.
6275         * vec.h: Move it ...
6276         * common/vec.h: ... here.
6277
6278 2012-04-19  Yao Qi  <yao@codesourcery.com>
6279
6280         * gdb-code-style.el: New.
6281
6282 2012-04-18  Pedro Alves  <palves@redhat.com>
6283
6284         Update gnulib from latest git.
6285         (639ea5ae15e39fe48d43e04864b2997301e4b969)
6286
6287         * gnulib/Makefile.am: Update.
6288         * gnulib/dummy.c: Update.
6289         * gnulib/extra/arg-nonnull.h: Update.
6290         * gnulib/extra/c++defs.h: Update.
6291         * gnulib/extra/update-copyright: Update.
6292         * gnulib/extra/warn-on-use.h: Update.
6293         * gnulib/inttypes.in.h: Update.
6294         * gnulib/m4/00gnulib.m4: Update.
6295         * gnulib/m4/extensions.m4: Update.
6296         * gnulib/m4/gnulib-cache.m4: Update.
6297         * gnulib/m4/gnulib-common.m4: Update.
6298         * gnulib/m4/gnulib-comp.m4: Update.
6299         * gnulib/m4/gnulib-tool.m4: Update.
6300         * gnulib/m4/include_next.m4: Update.
6301         * gnulib/m4/inttypes-pri.m4: Update.
6302         * gnulib/m4/inttypes.m4: Update.
6303         * gnulib/m4/longlong.m4: Update.
6304         * gnulib/m4/memchr.m4: Update.
6305         * gnulib/m4/memmem.m4: Update.
6306         * gnulib/m4/mmap-anon.m4: Update.
6307         * gnulib/m4/multiarch.m4: Update.
6308         * gnulib/m4/onceonly.m4: Update.
6309         * gnulib/m4/stddef_h.m4: Update.
6310         * gnulib/m4/stdint.m4: Update.
6311         * gnulib/m4/string_h.m4: Update.
6312         * gnulib/m4/warn-on-use.m4: Update.
6313         * gnulib/m4/wchar_h.m4: Update.
6314         * gnulib/m4/wchar_t.m4: Update.
6315         * gnulib/m4/wint_t.m4: Update.
6316         * gnulib/memchr.c: Update.
6317         * gnulib/memmem.c: Update.
6318         * gnulib/stddef.in.h: Update.
6319         * gnulib/stdint.in.h: Update.
6320         * gnulib/str-two-way.h: Update.
6321         * gnulib/string.in.h: Update.
6322         * gnulib/wchar.in.h: Update.
6323
6324         * gnulib/extra/arg-nonnull.h: Delete.
6325         * gnulib/extra/c++defs.h: Delete.
6326         * gnulib/extra/warn-on-use.h: Delete.
6327         * gnulib/m4/wchar_h.m4: Delete.
6328         * gnulib/m4/wint_t.m4: Delete.
6329         * gnulib/wchar.in.h: Delete.
6330
6331         * gnulib/extra/snippets/arg-nonnull.h: New.
6332         * gnulib/extra/snippets/c++defs.h: New.
6333         * gnulib/extra/snippets/warn-on-use.h: New.
6334
6335         * aclocal.m4: Regenerate.
6336         * config.in: Regenerate.
6337         * configure: Regenerate.
6338         * gnulib/Makefile.in: Regenerate.
6339
6340 2012-04-18  Pedro Alves  <palves@redhat.com>
6341
6342         Reimport the update-copyright module from gnulib
6343         (250b80067c1e1d8faa0c42fb572f721975b929c5).
6344
6345         * configure: Regenerate.
6346         * gnulib/Makefile.am: Update.
6347         * gnulib/Makefile.in: Regenerate.
6348         * gnulib/extra/update-copyright: Update.
6349         * gnulib/m4/gnulib-cache.m4: Update.
6350         * gnulib/m4/gnulib-comp.m4: Update.
6351
6352 2012-04-18  Tristan Gingold  <gingold@adacore.com>
6353
6354         * configure.ac (aix): Put -lpthread into libs.
6355         * configure: Regenerate.
6356
6357 2012-04-18  Tom Tromey  <tromey@redhat.com>
6358
6359         * linespec.c (convert_linespec_to_sals): Don't use
6360         SYMBOL_OBJ_SECTION.
6361         (compare_msymbols): Arguments are minsym_and_objfile, not
6362         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
6363
6364 2012-04-18  Pedro Alves  <palves@redhat.com>
6365
6366         Revert gnulib/ part of:
6367         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
6368         Copyright year update in most files (performed by copyright.sh).
6369
6370 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6371
6372         Fix 64-bit constants on 32-bit hosts.
6373         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
6374         from unsigned long to ULONGEST.
6375         (read_signed_leb128): Change declaration return type from long to
6376         LONGEST.
6377         (dwarf2_const_value_attr): Change declaration parameter value from long
6378         to LONGEST.
6379         (dwarf2_compute_name): Change variable value from long to LONGEST.
6380         (read_unsigned_leb128): Change return type, variable result and some
6381         casts from unsigned long to ULONGEST.
6382         (read_signed_leb128): Change return type, variable result and some
6383         casts from long to LONGEST.
6384         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
6385         value from long to LONGEST.
6386         (dwarf2_const_value): Change variable value from long to LONGEST.
6387         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
6388         plongest and hex_string.
6389         * symtab.h (struct general_symbol_info): Change ivalue from long to
6390         LONGEST, remove the comment.
6391         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
6392         Change SYMBOL_VALUE format strings to use plongest and hex_string.
6393
6394 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
6395
6396         PR symtab/7259:
6397         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
6398         * ada-lang.c (ada_discrete_type_high_bound)
6399         (ada_discrete_type_low_bound): Fix function comment.  Use
6400         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6401         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
6402         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6403         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
6404         Use TYPE_FIELD_ENUMVAL.
6405         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
6406         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6407         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
6408         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
6409         TYPE_CODE_ENUM.
6410         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
6411         * dwarf2read.c (process_enumeration_scope): Likewise.
6412         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
6413         field.bitpos.
6414         (class StructMainTypePrettyPrinter): Support also
6415         FIELD_LOC_KIND_ENUMVAL.
6416         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
6417         TYPE_CODE_ENUM.
6418         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6419         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
6420         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
6421         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
6422         field enumval.
6423         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
6424         accommodate enumval.
6425         (struct call_site): Adjust loc_kind to accommodate enumval.
6426         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
6427         (TYPE_FIELD_ENUMVAL): New macros.
6428         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
6429         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
6430         TYPE_CODE_ENUM.
6431         * p-typeprint.c (pascal_type_print_base): Likewise.
6432         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
6433         enumval.
6434         * python/lib/gdb/types.py (make_enum_dict): Likewise.
6435         * python/py-type.c (convert_field): New variable addrstring.  Use
6436         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
6437         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
6438         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
6439         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
6440         TYPE_CODE_ENUM.
6441         * valprint.c (generic_val_print): Likewise.
6442
6443 2012-04-17  Doug Evans  <dje@google.com>
6444
6445         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
6446
6447         * dwarf2read.c: Whitespace fixes.
6448         (lookup_signatured_type): Tweak comment.
6449         (get_die_type_at_offset): Fix comment.
6450
6451 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
6452
6453         * xcoffread.c (xcoff_secnum_to_sections): New function.
6454         (secnum_to_section, secnum_to_bfd_section): Reimplement
6455         using xcoff_secnum_to_sections.  Rename "secnum" parameter
6456         into "n_scnum".
6457         (RECORD_MINIMAL_SYMBOL): Delete.
6458         (record_minimal_symbol): New function.
6459         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
6460         by call to record_minimal_symbol and set misc_func_recorded
6461         to 1.  Set last_csect_sec to the XCOFF section index instead
6462         of GDB's section_offset index.  Update calls to
6463         prim_record_minimal_symbol_and_info to pass the BFD section
6464         as well.
6465
6466 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
6467
6468         * xcoffread.c (read_xcoff_symtab): Delete variables
6469         last_csect_val and last_csect_sec and associated code.
6470
6471 2012-04-17  Doug Evans  <dje@google.com>
6472
6473         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
6474         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6475         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
6476         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
6477
6478         * cleanups.h: New file.
6479         * cleanups.c: New file.
6480         * Makefile.in (SFILES): Add cleanups.c.
6481         (HFILES_NO_SRCDIR): Add cleanups.h.
6482         (COMMON_OBS): Add cleanups.o.
6483         * defs.h (struct cleanup): Moved to cleanups.h.
6484         (do_cleanups,do_final_cleanups): Ditto.
6485         (discard_cleanups,discard_final_cleanups): Ditto
6486         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6487         (save_cleanups,save_final_cleanups): Ditto.
6488         (restore_cleanups,restore_final_cleanups): Ditto.
6489         (null_cleanup): Ditto.
6490         (make_my_cleanup,make_my_cleanup2): Ditto.
6491         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6492         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
6493         (do_cleanups,do_final_cleanups): Ditto.
6494         (discard_cleanups,discard_final_cleanups): Ditto
6495         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
6496         (save_cleanups,save_final_cleanups): Ditto.
6497         (restore_cleanups,restore_final_cleanups): Ditto.
6498         (null_cleanup): Ditto.
6499         (make_my_cleanup,make_my_cleanup2): Ditto.
6500         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
6501
6502         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
6503         make_my_cleanup.
6504         (make_cleanup_dyn_string_delete): Ditto.
6505         (make_cleanup_ui_file_delete): Ditto.
6506         (make_cleanup_ui_out_redirect_pop): Ditto.
6507         (make_cleanup_free_section_addr_info): Ditto.
6508         (make_cleanup_restore_integer): Ditto.
6509         (make_cleanup_unpush_target): Ditto.
6510         (make_cleanup_value_free_to_mark): Ditto.
6511         (make_cleanup_value_free): Ditto.
6512         (make_cleanup_free_so): Ditto.
6513
6514 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6515
6516         New option "set debug auto-load".
6517         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
6518         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
6519         (auto_load_safe_path_vec_update)
6520         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
6521         if DEBUG_AUTO_LOAD.
6522         (file_is_auto_load_safe): New parameters debug_fmt and ....
6523         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
6524         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
6525         caller by explanatory string.
6526         (_initialize_auto_load): Register "set debug auto-load".
6527         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
6528         and ....
6529         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6530         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
6531         by explanatory string.
6532         * main.c (captured_main): Likewise.
6533         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
6534         (source_section_scripts): Likewise.
6535
6536 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6537
6538         New option "set auto-load safe-path".
6539         * NEWS: New commands "set auto-load safe-path"
6540         and "show auto-load safe-path".
6541         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
6542         (auto_load_safe_path, auto_load_safe_path_vec)
6543         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
6544         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
6545         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
6546         (source_gdb_script_for_objfile): New variable is_safe.  Call
6547         file_is_auto_load_safe.  Return if it is not.
6548         (struct loaded_script): New field loaded.
6549         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
6550         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
6551         output "Missing" to "No".
6552         (_initialize_auto_load): New variable cmd.  Initialize
6553         auto_load_safe_path.  Register "set auto-load safe-path",
6554         "show auto-load safe-path" and "add-auto-load-safe-path".
6555         * auto-load.h (maybe_add_script): Add parameter loaded.
6556         (file_is_auto_load_safe): New declaration.
6557         * config.in: Regenerate.
6558         * configure: Regenerate.
6559         * configure.ac: New parameters --with-auto-load-safe-path
6560         and --without-auto-load-safe-path.
6561         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
6562         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
6563         * main.c (captured_main): Check file_is_auto_load_safe for
6564         LOCAL_GDBINIT.
6565         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
6566         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
6567         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
6568         not.
6569
6570 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6571
6572         auto-load: Implementation.
6573         * NEWS: New descriptions for "info auto-load",
6574         "info auto-load gdb-scripts", "info auto-load python-scripts",
6575         "info auto-load local-gdbinit" and "info auto-load libthread-db".
6576         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
6577         and "show auto-load-scripts".  New description for "set auto-load",
6578         "show auto-load", "set auto-load gdb-scripts",
6579         "show auto-load gdb-scripts", "set auto-load python-scripts",
6580         "show auto-load python-scripts", "set auto-load local-gdbinit",
6581         "show auto-load local-gdbinit", "set auto-load libthread-db" and
6582         "show auto-load libthread-db".
6583         * auto-load.c: Remove include python/python-internal.h.  Add includes
6584         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
6585         cli/cli-setshow.h.
6586         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
6587         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
6588         (gdbpy_global_auto_load): Rename to ...
6589         (global_auto_load): ... here.
6590         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6591         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
6592         (script_language_gdb, source_gdb_script_for_objfile): New.
6593         (struct loaded_script): New field language.
6594         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
6595         LANGUAGE.
6596         (maybe_add_script): Add parameter language.  Drop redundant
6597         entry.full_path initialization.  Initialize entry.language and
6598         (*slot)->language.
6599         (auto_load_objfile_script): Change parameter suffix to language.
6600         Remove the call of maybe_add_script.
6601         Call language->source_script_for_objfile.
6602         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
6603         New.
6604         (collect_matching_scripts): Adjust it for
6605         struct collect_matching_scripts_data.
6606         (auto_load_info_scripts_pattern_nl): New variable.
6607         (info_auto_load_scripts): Rename to ...
6608         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
6609         for struct collect_matching_scripts_data.
6610         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
6611         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
6612         (auto_load_show_cmdlist_get, info_auto_load_cmd)
6613         (auto_load_info_cmdlist_get): New.
6614         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
6615         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
6616         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
6617         "info auto-load local-gdbinit".
6618         * auto-load.h (struct script_language): New.
6619         (gdbpy_global_auto_load): Rename to ...
6620         (global_auto_load): ... here.
6621         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
6622         (auto_load_local_gdbinit_loaded): New declarations.
6623         (maybe_add_script): New parameter language.
6624         (auto_load_objfile_script): Change parameter suffix to language.
6625         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
6626         (auto_load_info_scripts, auto_load_set_cmdlist_get)
6627         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
6628         declarations.
6629         * linux-thread-db.c: Include auto-load.h and ctype.h.
6630         (auto_load_thread_db, show_auto_load_thread_db): New.
6631         (struct thread_db_info): New field filename.
6632         (delete_thread_db_info): Call xfree for FILENAME.
6633         (try_thread_db_load): Initialize FILENAME.
6634         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
6635         if !AUTO_LOAD_THREAD_DB.
6636         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
6637         (_initialize_thread_db): Install auto_load_thread_db
6638         as "set auto-load libthread-db" and install info_auto_load_libthread_db
6639         as "info auto-load libthread-db".
6640         * main.c (captured_main): Rename gdbpy_global_auto_load to
6641         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
6642         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
6643         (print_gdb_help): Extend the help for 'local init file'.
6644         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
6645         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
6646         (auto_load_scripts): Rename to ...
6647         (auto_load_python_scripts): ... here, update the comment.
6648         (gdbpy_load_auto_script_for_objfile): New declaration.
6649         (show_auto_load_python_scripts, script_language_python)
6650         (gdbpy_load_auto_script_for_objfile): New.
6651         (source_section_scripts): Refactor the code.
6652         (load_auto_scripts_for_objfile): Rename to ...
6653         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
6654         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
6655         (info_auto_load_python_scripts): New.
6656         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
6657         Rename "set auto-load-scripts" to "set auto-load python-scripts".
6658         Register "set auto-load-scripts" as its deprecated alias.  Register
6659         "info auto-load python-scripts".  Register "info auto-load-scripts" as
6660         its deprecated alias.
6661         (load_auto_scripts_for_objfile): Rename to ...
6662         (gdbpy_load_auto_scripts_for_objfile): ... here.
6663         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
6664         (gdbpy_load_auto_scripts_for_objfile): ... here.
6665
6666 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6667
6668         auto-load: Move files.
6669         * Makefile.in (SFILES): Add auto-load.c.
6670         (HFILES_NO_SRCDIR): Add auto-load.h.
6671         (COMMON_OBS): Add auto-load.o.
6672         (distclean): Change .gdbinit for gdb-gdb.gdb.
6673         * auto-load.c: New file, with parts from python/py-auto-load.c.
6674         * auto-load.h: New file, with parts from python/python.h.
6675         * configure: Regenerate.
6676         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
6677         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
6678         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
6679         * main.c: Include auto-load.h.
6680         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
6681         command.h, observer.h and progspace.h to auto-load.c.  Add include
6682         auto-load.h.
6683         (gdbpy_global_auto_load, struct auto_load_pspace_info)
6684         (struct loaded_script, auto_load_pspace_data)
6685         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
6686         (hash_loaded_script_entry, eq_loaded_script_entry)
6687         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
6688         (maybe_add_script): Move to auto-load.c.
6689         (source_section_scripts): Change maybe_add_script parameters passing,
6690         use script_not_found_warning_print.
6691         (clear_section_scripts, auto_load_objfile_script)
6692         (auto_load_new_objfile, loaded_script_ptr)
6693         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
6694         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
6695         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
6696         auto_load_new_objfile and info_auto_load_scripts initizations to
6697         auto-load.c.
6698         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
6699
6700 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6701
6702         Code cleanup.
6703         * charset.c (find_charset_names): Remove variables ix and elt.
6704         Use free_char_ptr_vec.
6705         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
6706         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
6707         debugdir_end.  New variable debugdir_len.
6708         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
6709         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
6710         declarations.
6711         * progspace.c (clear_program_space_solib_cache): Remove variables ix
6712         and elt.  Use free_char_ptr_vec.
6713         * source.c (add_path): Remove variables argv, arg and argv_index.
6714         New variables dir_vec, back_to, ix and name.
6715         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
6716         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
6717         no longer expecting DIRNAME_SEPARATOR.
6718         (openp): Remove variable p, p1 and len.  New variables dir_vec,
6719         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
6720         no longer expecting DIRNAME_SEPARATOR.
6721         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
6722         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
6723         debugdir_end.
6724         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
6725         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
6726         (dirnames_to_char_ptr_vec): New functions.
6727
6728 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6729
6730         Code cleanup.
6731         * source.c (add_path): Remove always true conditional 'p == 0' and
6732         unindent its code block.
6733
6734 2012-04-17  Pedro Alves  <palves@redhat.com>
6735
6736         * gdbtypes.h (FIELD_BITPOS): Rename to ...
6737         (FIELD_BITPOS_LVAL): ... this.
6738         (FIELD_BITPOS): New.
6739         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
6740         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
6741         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
6742         SET_FIELD_BITPOS.
6743         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
6744         SET_FIELD_BITPOS.
6745         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
6746         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
6747         * target-descriptions.c (tdesc_gdb_type): Adjust to use
6748         SET_FIELD_BITPOS.
6749
6750 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6751
6752         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
6753         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
6754         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
6755         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
6756         * jv-lang.c (java_link_class_type): Likewise, once.
6757         * stabsread.c (read_enum_type): Likewise.
6758
6759 2012-04-16  Yao Qi  <yao@codesourcery.com>
6760
6761         * common/agent.c (agent_run_command): Add one more parameter `len'.
6762         Update callers.
6763         * common/agent.h: Update declaration.
6764         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
6765         Update.
6766         (linux_child_static_tracepoint_markers_by_strid): Ditto.
6767
6768 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
6769
6770         PR mi/13393
6771         * value.c (value_actual_type): New function.
6772         * value.h (value_actual_type): New declaration.
6773         * varobj.c (update_type_if_necessary): New function.
6774         (varobj_create): Call value_actual_type instead of
6775         value_type.
6776         (install_dynamic_child): distinct changed and type changed MI variable
6777         objects.
6778         (update_dynamic_varobj_children): Updated for install_dynamic_child
6779         change.  All callers updated.
6780         (varobj_update): Support for MI variable object type change if
6781         the value changed and RTTI is used to determine the type.
6782         (create_child_with_value): Call value_actual_type instead of
6783         value_type.
6784         (adjust_value_for_child_access): Extended with a new parameter which
6785         specify whether the given value should be casted to enclosing type.
6786         All callers updated.
6787
6788 2012-04-14  Yao Qi  <yao@codesourcery.com>
6789
6790         Import gnulib module inttypes from git
6791         (250b80067c1e1d8faa0c42fb572f721975b929c5)
6792         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
6793         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
6794         gnulib/m4/inttypes-pri.m4
6795         * aclocal.m4, config.in, configure: Regenerated.
6796         * gnulib/Makefile.am: Update.
6797         * gnulib/Makefile.in: Update.
6798         * gnulib/m4/gnulib-cache.m4: Update.
6799         * gnulib/m4/gnulib-comp.m4: Update.
6800         * gnulib/inttypes.in.h: New.
6801         * gnulib/m4/inttypes-pri.m4: New.
6802         * gnulib/m4/inttypes.m4: New.
6803
6804 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
6805
6806         * infrun.c (resume): Update PC address to the real PC after
6807         preparing to do displaced stepping.
6808
6809 2012-04-12  Doug Evans  <dje@google.com>
6810
6811         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
6812         All callers updated.
6813
6814 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
6815
6816         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
6817
6818 2012-04-12  Doug Evans  <dje@google.com>
6819
6820         * dwarf2read.c (create_all_type_units): Renamed from
6821         create_debug_types_hash_table.  All callers updated.
6822
6823         * dwarf2read.c (create_signatured_type_table_from_index): Rename
6824         local type_sig to sig_type, type_offset to type_offset_in_tu.
6825         (hash_signatured_type): Renamed from hash_type_signature,
6826         all callers updated.
6827         (eq_signatured_type): Renamed from eq_type_signature,
6828         all callers updated.
6829         (create_debug_types_hash_table): Rename local type_sig to sig_type.
6830         (process_enumeration_scope): Ditto.
6831         (lookup_signatured_type_at_offset): Ditto.
6832         (load_full_type_unit, read_signatured_type): Ditto.
6833
6834 2012-04-12  Yao Qi  <yao@codesourcery.com>
6835
6836         * remote.c (async_remote_interrupt): Correct function name in
6837         debug message.
6838         (async_remote_interrupt_twice): Ditto.
6839
6840 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
6841
6842         * source.c (find_and_open_source): Consistently pass resulting
6843         full path through xfullpath.
6844
6845 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6846
6847         Provide more specific displaced-stepping memory error message.
6848         * infrun.c (displaced_step_prepare): New variable status.  Call
6849         target_read_memory instead of read_memory, provide more specific
6850         error message.
6851
6852 2012-04-11  Tristan Gingold  <gingold@adacore.com>
6853
6854         PR gdb/13901
6855         * darwin-nat.c (darwin_execvp): Revert previous patch.
6856
6857 2012-04-11  Tristan Gingold  <gingold@adacore.com>
6858
6859         PR gdb/13901
6860         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
6861         in case of change.
6862
6863 2012-04-11  Tristan Gingold  <gingold@adacore.com>
6864
6865         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
6866         warning.
6867
6868 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
6869
6870         New command 'explore' which helps explore values and types in
6871         scope.
6872         * NEWS: Add an entry about the new 'explore' command.
6873         * data-directory/Makefile.in: Add gdb/command/explore.py
6874         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
6875         command using the GDB Python API.
6876
6877 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
6878
6879         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
6880         extension in jump target calculation.
6881
6882 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
6883
6884         * mips-tdep.c (mips32_next_pc): Handle JALX.
6885
6886 2012-04-10  Yao Qi  <yao@codesourcery.com>
6887
6888         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
6889
6890 2012-04-10  Yao Qi  <yao@codesourcery.com>
6891
6892         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
6893         and gnulib/m4/gnulib-tool.m4.
6894
6895 2012-04-10  Doug Evans  <dje@google.com>
6896
6897         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
6898         (load_partial_dies): Clarify comment.
6899         (find_partial_die): Support rereading type units.
6900         Clarify CU handling, if we know offset is in CU, don't search for the
6901         containing CU.  Add comment regarding memory waste.
6902
6903 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
6904
6905         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
6906         i386/x32-avx and i386/x32-avx-linux.
6907         (i386/x32-expedite): New.
6908         (i386/x32-linux-expedite): Likewise.
6909         (i386/x32-avx-expedite): Likewise.
6910         (i386/x32-avx-linux-expedite): Likewise.
6911         ($(outdir)/i386/x32.dat): Likewise.
6912         ($(outdir)/i386/x32-linux.dat): Likewise.
6913         ($(outdir)/i386/x32-avx.dat): Likewise.
6914         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
6915
6916         * features/i386/x32-avx-linux.xml: New file.
6917         * features/i386/x32-avx.xml: Likewise.
6918         * features/i386/x32-core.xml: Likewise.
6919         * features/i386/x32-linux.xml: Likewise.
6920         * features/i386/x32.xml: Likewise.
6921
6922         * features/i386/x32-avx-linux.c: New.  Generated.
6923         * features/i386/x32-avx.c: Likewise.
6924         * features/i386/x32-linux.c: Likewise.
6925         * features/i386/x32.c: Likewise.
6926         * regformats/i386/x32-avx-linux.dat: Likewise.
6927         * regformats/i386/x32-avx.dat: Likewise.
6928         * regformats/i386/x32-linux.dat: Likewise.
6929         * regformats/i386/x32.dat: Likewise.
6930
6931 2012-04-10  Tristan Gingold  <gingold@adacore.com>
6932
6933         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
6934         code to kill the inferior.
6935
6936 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
6937
6938         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6939         defines.
6940         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6941         defines.
6942         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
6943         (yyvsp): New defines.
6944         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6945         defines.
6946         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6947         defines.
6948         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6949         defines.
6950         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6951         defines.
6952         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
6953         defines.
6954
6955 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
6956
6957         * sparc64-tdep.c (sparc64_store_arguments)
6958         (sparc64_store_arguments): Fix coding style.
6959
6960 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
6961
6962         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
6963         complex floats, adjust some related comments and tighten a related
6964         assertion.
6965         (sparc64_extract_return_value): Handle complex floats.
6966
6967 2012-04-07  Doug Evans  <dje@google.com>
6968
6969         * dwarf2read.c (load_partial_dies): Change condition to assert.
6970
6971 2012-04-06  Doug Evans  <dje@google.com>
6972
6973         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
6974         "mov %rsp,%rbp".
6975
6976 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
6977
6978         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
6979         fencepost error.
6980         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
6981         (v850_gdbarch_init): Set `num_regs' as appropriate for the
6982         architecture.
6983
6984 2012-04-05  Keith Seitz  <keiths@redhat.com>
6985
6986         * linespec.c (decode_compound): Remove.
6987         (enum offset_relative_sign): New enum.
6988         (struct line_offset): New struct.
6989         (struct linespec): New struct.
6990         (struct linespec_state): Move file_symtabs,
6991         user_filename, and user_function into struct linespec.
6992         Make result an anonymous struct holding vectors of
6993         symbolp and minsym_and_objfile_d.
6994         Add language member.
6995         (enum ls_token_type): New enum.
6996         (linespec_keywords): New array.
6997         (struct ls_token): New struct.
6998         (struct ls_parser): New struct.
6999         (linespec_lexer_lex_number): New function.
7000         (linespec_lexer_lex_keyword): New function.
7001         (is_ada_operator): New function.
7002         (skip_quote_char): New function.
7003         (copy_token_string): New function.
7004         (is_closing_quote_enclosed): New function.
7005         (find_parameter_list_end): New function.
7006         (linespec_lexer_lex_string): New function.
7007         (linespec_lexer_lex_one): New function.
7008         (linespec_lexer_consume_token): New function.
7009         (linespec_lexer_peek_token): New function.
7010         (cplusplus_error): Remove unused function.
7011         (find_methods): Update comment.
7012         (find_toplevel_char): Return const.
7013         (is_objc_method_format): Remove unused function.
7014         (find_toplevel_string): New function.
7015         (is_linespec_boundary): Remove.
7016         (symbol_not_found_error): New function.
7017         (find_method_overload_end): Remove function.
7018         (unexpected_linespec_error): New function.
7019         (keep_name_info): Remove.
7020         (linespec_parse_line_offset): New function.
7021         (linespec_parse_basic): New function.
7022         (canonicalize_linespec): New function.
7023         (decode_line_internal): Remove.
7024         (create_sals_line_offset): New function adapted from
7025         decode_all_digits.
7026         (convert_linespec_to_sals): New function.
7027         (parse_linespec): New function.
7028         (linespec_parser_new): New function.
7029         (linespec_state_destructor): Change parameter type to
7030         struct linespec_state *.
7031         Add language parameter.
7032         Remove freeing of moved members.
7033         (linespec_parser_delete): New function.
7034         (decode_line_full): Use parse_linespec and linespec_parser_new.
7035         (decode_line_1): Likewise.
7036         (decode_indirect): Rename to ...
7037         (linespec_expression_to_pc): ... this and rewrite
7038         to simply find CORE_ADDR, storing this result for later
7039         conversion to SALs.
7040         (locate_first_half): Remove.
7041         (deocde_objc): Add parameter LS.
7042         Initialize new struct collect_info members.
7043         Handle minimal symbols, too.
7044         (decode_compound): Delete.
7045         (lookup_prefix_sym): Rewrite.
7046         (compare_msymbols): New function.
7047         (find_method): Rewrite.
7048         Do not call cplusplus_error.
7049         (symtabs_from_filename): Rewrite.
7050         (collect_function_symbols): Delete.
7051         (find_function_symbols): Rewrite without ARGPTR-style
7052         processing.
7053         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
7054         (decode_dollar): Adapted and renamed to ...
7055         (linespec_parse_variable): ... this.
7056         (find_linespec_symbols): New function.
7057         (decode_label): Adapted and renamed to ...
7058         (find_label_symbols): ... this.
7059         (decode_digits_list_mode): Add and use LS argument.
7060         (decode_digits_ordinary): Likewise.
7061         (collect_symbols): Do not collect SALs, just symbols and msymbols.
7062         If in list mode, allow any symbol class.  Otherwise, only
7063         permit LOC_BLOCK symbols.
7064         (minsym_found): Update comments.
7065         (search_minsyms_for_name): Do not convert the matching symbol
7066         into a SAL.  Simply push the symbol and objfile into the
7067         result vector.
7068         (decode_variable): Delete. Contents adapted into
7069         find_linespec_symbols.
7070
7071         * cp-support.c (SKIP_SPACE): Remove.
7072         (operator_tokens): Remove unused global.
7073         (cp_validate_operator): Remove.
7074         * cp-support.h (cp_validate_operator): Remove declaration.
7075
7076 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7077
7078         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
7079         for TYPE_VPTR_FIELDNO.
7080         * valprint.c (valprint_check_validity): Make it global, move the
7081         function comment ...
7082         * value.h (valprint_check_validity): ... to this new declaration.
7083
7084 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7085
7086         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
7087         the STATE32 api for i386 state.
7088         (i386_darwin_store_inferior_registers): Likewise.
7089
7090 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7091
7092         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
7093         SS offset.
7094         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
7095         format_string.
7096
7097 2012-04-02  Tristan Gingold  <gingold@adacore.com>
7098
7099         PR gdb/13901
7100         * darwin-nat.c (darwin_execvp): Set binary preference.
7101
7102 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7103
7104         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
7105
7106 2012-03-30  Tom Tromey  <tromey@redhat.com>
7107
7108         * python/python.c (gdbpy_decode_line): Move cleanup creation out
7109         of TRY_CATCH.  Fix error handling.
7110         * python/py-value.c (convert_value_from_python): Move 'old'
7111         declaration to innermost scope.
7112
7113 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7114             Andrey Smirnov  <andrew.smirnov@gmail.com>
7115
7116         -Wshadow warning fix.
7117         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
7118         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
7119         Adjust code accordingly.
7120
7121 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7122
7123         * ada-lang.c (symbol_completion_add): Rename parameter
7124         "encoded" into "encoded_p".  Ajust code and documentation
7125         accordingly.
7126
7127 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7128             Andrey Smirnov  <andrew.smirnov@gmail.com>
7129
7130         -Wshadow warning fix.
7131         * ada-lang.c (symbol_completion_add): Rename parameter
7132         "wild_match" into wild_match_p.  Update code and documentation
7133         accordingly.
7134
7135 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7136
7137         * ada-lang.c (symbol_completion_match): Rename parameter
7138         "encoded" into "encoded_p".  Ajust code and documentation
7139         accordingly.
7140
7141 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7142             Andrey Smirnov  <andrew.smirnov@gmail.com>
7143
7144         -Wshadow warning fix.
7145         * ada-lang.c (symbol_completion_match): Rename parameter
7146         "wild_match" into "wild_match_p".  Adjust code and function
7147         documentation accordingly.
7148
7149 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7150             Andrey Smirnov  <andrew.smirnov@gmail.com>
7151
7152         -Wshadow warning fix.
7153         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
7154         "symbol_info" into "info".  Adjust code accordingly.
7155         (ada_lookup_symbol): Likewise.
7156
7157 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7158
7159         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
7160         of this function's documentation.
7161
7162 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7163             Andrey Smirnov  <andrew.smirnov@gmail.com>
7164
7165         -Wshadow warning fix.
7166         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
7167         variable into "wild_match_p".  Adjust code accordingly.
7168
7169 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7170             Andrey Smirnov  <andrew.smirnov@gmail.com>
7171
7172         -Wshadow warning fix.
7173         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
7174         parameter into "wild_match_p".  Adjust code accordingly.
7175         Document this parameter in the function description.
7176
7177 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7178             Andrey Smirnov  <andrew.smirnov@gmail.com>
7179
7180         -Wshadow warning fix.
7181         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
7182         "wild_match" parameter to "wild_match_p" (-Wshadow).
7183
7184 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7185
7186         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
7187         in function documentation.
7188
7189 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7190             Andrey Smirnov  <andrew.smirnov@gmail.com>
7191
7192         -Wshadow warning fix.
7193         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
7194         variable into wild_match_p.  Adjust code accordingly.
7195
7196 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7197             Andrey Smirnov  <andrew.smirnov@gmail.com>
7198
7199         * ada-valprint.c (ada_val_print_1): Move the code handling
7200         TYPE_CODE_ENUM inside its own lexical block.  Declare
7201         variables len and val there, instead of in the function's
7202         top level block.  Avoid declaring deref_val again in a way
7203         that shadows another variable of the same name declared
7204         in one of the up-level blocks.  Just re-use the up-level
7205         variable instead.
7206
7207 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7208
7209         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
7210         Replace block_found argument by symbol_info.  Adjust
7211         implementation accordingly.  Add function documentation.
7212         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
7213         Fix documentation.
7214         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
7215         * ada-exp.y (write_object_renaming): Adjust to new
7216         ada_lookup_encoded_symbol API.
7217
7218 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
7219
7220         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
7221         documentation.
7222
7223 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
7224
7225         * v850-tdep.c: Add the enum values for mpu and fpu registers.
7226         (v850_register_name): Add the mpu and fpu register names.
7227         (v850e_register_name): Add the mpu and fpu register names.
7228         (v850e2_register_name): New function.
7229         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
7230         bfd_mach_v850e2v3.
7231
7232 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7233
7234         * NEWS: Add entry for Ada varobj support.
7235
7236 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7237
7238         * varobj.c (default_value_is_changeable_p): New function,
7239         extracted from varobj_value_is_changeable_p.  Add declaration.
7240         (ada_value_is_changeable_p): New function, extracted from
7241         varobj_value_is_changeable_p.  Add declaration.
7242         (struct language_specific): New field "value_is_changeable_p".
7243         (languages): Add entries for new field.
7244         (varobj_create): Set language before calling install_new_value.
7245         (varobj_value_is_changeable_p): Reimplement to call the varobj's
7246         "value_is_changeable_p" language callback.
7247
7248 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7249
7250         * ada-varobj.h, ada-varobj.c: New files.
7251         * Makefile.in (SFILES): Add ada-varobj.c.
7252         (HFILES_NO_SRCDIR): Add ada-varobj.h.
7253         (COMMON_OBS): Add ada-varobj.o.
7254
7255 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7256
7257         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
7258         (struct language_specific): New field "value_has_mutated".
7259         (languages): Set field "value_has_mutated" in each entry of array.
7260         (varobj_value_has_mutated): New function.
7261         (varobj_udpdate): Add handling of type mutation.
7262         (value_of_root): Add handling of type mutation.
7263         (ada_value_has_mutated): New function.
7264
7265 2012-03-28  Pedro Alves  <palves@redhat.com>
7266
7267         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
7268         Always supply $fr0 as 0.0 and $fr1 as 1.0.
7269
7270 2012-03-28  Tom Tromey  <tromey@redhat.com>
7271
7272         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
7273         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
7274         before returning.
7275
7276 2012-03-28  Tom Tromey  <tromey@redhat.com>
7277
7278         * .dir-locals.el: New file.
7279
7280 2012-03-28  Pedro Alves  <palves@redhat.com>
7281
7282         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
7283
7284 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
7285
7286         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
7287         handling for r0.
7288
7289 2012-03-27  Pedro Alves  <palves@redhat.com>
7290
7291         Eliminate struct ui_stream.
7292
7293         * ui-out.h (struct ui_stream): Delete.
7294         (ui_out_field_stream): Adjust prototype.
7295         (ui_out_stream_new, ui_out_stream_delete)
7296         (make_cleanup_ui_out_stream_delete): Delete declarations.
7297         * ui-out.c (ui_out_field_stream): Change prototype to take a
7298         ui_file instead of a ui_stream.  Adjust.
7299         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
7300         (make_cleanup_ui_out_stream_delete): Delete.
7301         * breakpoint.c (print_breakpoint_location)
7302         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
7303         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7304         * disasm.c (dump_insns): Ditto.
7305         (do_mixed_source_and_assembly, do_assembly_only): Adjust
7306         prototype.
7307         (gdb_disassembly): Use ui_file/mem_fileopen instead of
7308         ui_stream/ui_out_stream_new.
7309         * infcmd.c (print_return_value): Ditto.
7310         * osdata.c (info_osdata_command): Don't allocate a local
7311         ui_stream.
7312         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
7313         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
7314         * tracepoint.c (print_one_static_tracepoint_marker): Don't
7315         allocate a local ui_stream.
7316         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
7317         instead of ui_stream/ui_out_stream_new.
7318         (list_args_or_locals): Don't allocate a local ui_stream.
7319         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
7320         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
7321         ui_stream/ui_out_stream_new.
7322         * cli/cli-setshow.c (do_setshow_command): Ditto.
7323
7324 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
7325
7326         * arm-linux-tdep.c (arm_linux_init_abi): Call
7327         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
7328         * arm-tdep.c (arm_process_record): New function.
7329         (deallocate_reg_mem): New function.
7330         (decode_insn): New function.
7331         (thumb_record_branch): New function.
7332         (thumb_record_ldm_stm_swi(): New function.
7333         (thumb_record_misc): New function.
7334         (thumb_record_ld_st_stack): New function.
7335         (thumb_record_ld_st_imm_offset): New function.
7336         (thumb_record_ld_st_reg_offset(): New function.
7337         (thumb_record_add_sub_cmp_mov): New function.
7338         (thumb_record_shift_add_sub): New function.
7339         (arm_record_coproc_data_proc): New function.
7340         (arm_record_coproc): New function.
7341         (arm_record_b_bl): New function.
7342         (arm_record_ld_st_multiple): New function.
7343         (arm_record_ld_st_reg_offset): New function.
7344         (arm_record_ld_st_imm_offset): New function.
7345         (arm_record_data_proc_imm): New function.
7346         (arm_record_data_proc_misc_ld_str): New function.
7347         (arm_record_extension_space): New function.
7348         (arm_record_strx): New function.
7349         (sbo_sbz): New function.
7350         (struct insn_decode_record): New structure for arm insn record.
7351         (REG_ALLOC): New macro for reg allocations.
7352         (MEM_ALLOC): New macro for memory allocations.
7353         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
7354
7355 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
7356
7357         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
7358         (store_register): Likewise.
7359
7360 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
7361
7362         * MAINTAINERS (Write After Approval): Add myself to the list.
7363
7364 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
7365
7366         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
7367         Describe also the option "auto".
7368
7369 2012-03-22  Richard Henderson  <rth@redhat.com>
7370
7371         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
7372         * sparc-nat.c (sparc_xfer_wcookie): Make static.
7373
7374 2012-03-22  Richard Henderson  <rth@redhat.com>
7375
7376         * jit.c (jit_read_code_entry): Compute alignment and offset of
7377         int64_t member before computing entry_size.
7378
7379 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
7380
7381         Python scripting: Add new method Value.referenced_value to
7382         gdb.Value which can dereference pointer as well as reference
7383         values.
7384         * NEWS: Add entry under 'Python scripting' about the new method
7385         Value.referenced_value on gdb.Value objects.
7386         * python/py-value.c (valpy_referenced_value): New function
7387         defining a new method on gdb.Value objects which can dereference
7388         pointer and reference values.
7389
7390 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
7391
7392         * MAINTAINERS (Write After Approval): Add myself to the list.
7393
7394 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
7395
7396         * symtab.c (skip_prologue_sal): Change test to check for "main()"
7397         in addition to "main".
7398
7399 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
7400
7401         * expression.h (op_name): Add declaration.
7402         * expprint.c (op_name): Remove declaration.  Make non-static.
7403         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
7404
7405 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
7406
7407         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
7408         of struct siginfo.
7409         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
7410         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
7411         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
7412         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
7413         (linux_nat_get_siginfo): Likewise.
7414         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
7415         (linux_nat_get_siginfo): Likewise.
7416         * linux-tdep.c (linux_get_siginfo_type): Likewise.
7417         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
7418         * procfs.c (gdb_siginfo_t): Likewise.
7419
7420 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
7421
7422         * .gitignore: Ignore more files.
7423
7424 2012-03-20  Pedro Alves  <palves@redhat.com>
7425
7426         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
7427         returns.
7428
7429 2012-03-20  Yao Qi  <yao@codesourcery.com>
7430
7431         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
7432         comment.
7433
7434 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7435
7436         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
7437         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
7438         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
7439         sect_offset.
7440         * dwarf2expr.h (cu_offset, sect_offset): New types.
7441         (struct dwarf_expr_context_funcs) <dwarf_call>
7442         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
7443         sect_offset.
7444         (struct dwarf_expr_context) <len>: Improve the comment.
7445         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
7446         cu_offset and sect_offset.
7447         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
7448         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
7449         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
7450         * dwarf2loc.h: Include dwarf2expr.h.
7451         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
7452         and sect_offset.
7453         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
7454         Improve the comment.
7455         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
7456         (struct signatured_type, struct line_header, struct partial_die_info)
7457         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
7458         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
7459         (get_die_type_at_offset, create_cus_from_index)
7460         (create_signatured_type_table_from_index, dw2_get_file_names)
7461         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
7462         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
7463         (create_debug_types_hash_table, process_psymtab_comp_unit)
7464         (load_partial_comp_unit, create_all_comp_units)
7465         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
7466         (load_full_comp_unit, dwarf2_physname, read_import_statement)
7467         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
7468         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
7469         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
7470         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
7471         (find_partial_die, read_attribute_value, lookup_die_type)
7472         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
7473         (is_ref_attr): New function comment.
7474         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
7475         Use cu_offset and sect_offset.
7476         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
7477         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
7478         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
7479         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
7480         (offset_and_type_hash, offset_and_type_eq, set_die_type)
7481         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
7482         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
7483         sect_offset.
7484
7485 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7486
7487         Code cleanup.
7488         * python/py-auto-load.c (source_section_scripts): New variable back_to.
7489         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
7490         with xfree.
7491         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
7492
7493 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7494
7495         * NEWS: Describe new options --init-command=FILE, -ix and
7496         --init-eval-command=COMMAND, -iex.
7497         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
7498         CMDARG_INIT_COMMAND.
7499         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
7500         "init-command", "init-eval-command", "ix" and "iex" to the variable
7501         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
7502         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
7503         (print_gdb_help): Describe --init-command=FILE, -ix and
7504         --init-eval-command=COMMAND, -iex.
7505
7506 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7507
7508         Code cleanup.
7509         * main.c (struct cmdarg): Move it here from main.  Add more comments.
7510         (cmdarg_s, VEC (cmdarg_s)): New.
7511         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
7512         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
7513         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
7514         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
7515         of CMDARG.
7516
7517 2012-03-19  Tom Tromey  <tromey@redhat.com>
7518
7519         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
7520
7521 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7522
7523         PR symtab/13777
7524         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
7525         GCC >=4.5.
7526
7527 2012-03-16  Chris January  <chris.january@allinea.com>
7528
7529         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
7530         of clear.
7531
7532 2012-03-16  Chris January  <chris.january@allinea.com>
7533
7534         * source.c (add_path): Use memmove instead of strcpy because the
7535         strings overlap.
7536
7537 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
7538
7539         * value.h (set_value_parent): Add declaration.
7540         * value.c (set_value_parent): New function.
7541         (value_address): If VALUE->PARENT is not NULL, then use it as
7542         the base address instead of VALUE->LOCATION.address.
7543         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
7544         the same as OBJ's address.  Adjust V's offset accordingly.
7545         Set V's parent.
7546
7547 2012-03-16  Gary Benson  <gbenson@redhat.com>
7548
7549         PR breakpoints/10738
7550         * dwarf2read.c (use_deprecated_index_sections): New global.
7551         (struct partial_die_info): New member may_be_inlined.
7552         (read_partial_die): Set may_be_inlined where appropriate.
7553         (add_partial_subprogram): Add partial symbols for partial
7554         DIEs that may be inlined.
7555         (new_symbol_full): Add inlined subroutines to the current
7556         scope.
7557         (write_psymtabs_to_index): Bump version number.
7558         (dwarf2_read_index): Read only version 6 indices unless
7559         use_deprecated_index_sections is set.
7560         * linespec.c (symbol_and_data_callback): New structure.
7561         (iterate_inline_only): New function.
7562         (iterate_over_all_matching_symtabs): New argument
7563         "include_inline".  If nonzero, also call the callback for
7564         symbols representing inlined subroutines.
7565         (lookup_prefix_sym): Pass extra argument to the above.
7566         (find_function_symbols): Likewise.
7567         (add_matching_symbols_to_info): Likewise.
7568         * NEWS: Mention that GDB can now set breakpoints on inlined
7569         functions.
7570
7571 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
7572
7573         * p-typeprint.c (pascal_type_print_method_args):
7574         Fix display of parameter of methods.
7575
7576 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
7577
7578         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
7579         Add missing prototype.
7580
7581 2012-03-16  Yao Qi  <yao@codesourcery.com>
7582             Jan Kratochvil  <jan.kratochvil@redhat.com>
7583
7584         Fix false compilation warning.
7585         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
7586
7587 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
7588             Pedro Alves  <pedro@codesourcery.com>
7589
7590         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
7591         (arm_register_g_packet_guesses): New function.
7592         (arm_gdbarch_init): Don't force a target description with
7593         registers when the executable is detected as M-profile.  Instead
7594         set gdbarch->tdep->is_m.  Register `g' packet guesses.
7595         (_initialize_arm_tdep): Initialize the new target description.
7596         * features/arm-with-m-fpa-layout.xml: New description.
7597         * features/arm-with-m-fpa-layout.c: New, generated.
7598
7599 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
7600
7601         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
7602         Update function description.
7603         (insert_bp_location): Do not wipe bl->target_info out.
7604         * mem-break.c: #include "gdb_string.h".
7605         (default_memory_insert_breakpoint): Do not call target_read_memory
7606         with a pointer to the breakpoint's shadow_contents buffer.  Use
7607         a local buffer instead.
7608         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
7609
7610 2012-03-15  Tom Tromey  <tromey@redhat.com>
7611
7612         * NEWS: Mention "info vtbl", not "info vtable".
7613         * cp-support.c (info_vtbl_command): Fix comment.
7614         (_initialize_cp_support): Fix text.
7615
7616 2012-03-15  Tom Tromey  <tromey@redhat.com>
7617
7618         * cp-valprint.c (cp_print_value_fields): Use
7619         print_function_pointer_address for vtable slot.
7620
7621 2012-03-15  Tom Tromey  <tromey@redhat.com>
7622
7623         * gnu-v3-abi.c (struct value_and_voffset): New.
7624         (hash_value_and_voffset, eq_value_and_voffset)
7625         (compare_value_and_voffset, compute_vtable_size)
7626         (print_one_vtable, gnuv3_print_vtable): New functions.
7627         (init_gnuv3_ops): Initialize 'print_vtable' field.
7628         * cp-support.c (info_vtbl_command): New function.
7629         (_initialize_cp_support): Add "info vtbl".
7630         * cp-abi.h (cplus_print_vtable): Declare.
7631         (struct cp_abi_ops) <print_vtable>: New field.
7632         * cp-abi.c (cplus_print_vtable): New function.
7633         * NEWS: Update.
7634
7635 2012-03-15  Tom Tromey  <tromey@redhat.com>
7636
7637         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
7638         iterate_over_symbols.
7639
7640 2012-03-14  Doug Evans  <dje@google.com>
7641
7642         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
7643         DW_OP_GNU_parameter_ref.
7644
7645 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7646
7647         Fix double prompt of 'interpreter-exec mi'.
7648         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
7649         (mi_interpreter_resume): use it.
7650         (mi_execute_command_input_handler): New function.
7651         * mi/mi-main.c (mi_execute_command): Move prompt printing to
7652         mi_execute_command_input_handler.
7653
7654 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
7655
7656         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
7657         prototype.
7658         (darwin_debug_port_info): Make static.
7659         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
7660         * machoread.c (_initialize_machoread): Add prototype.
7661         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
7662         (i386_darwin_set_control, i386_darwin_get_control)
7663         i386_darwin_dr_set_addr, i386_darwin_get_addr)
7664         i386_darwin_get_status, i386_darwin_get_control):
7665         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
7666
7667 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7668
7669         * ax-gdb.c (gen_usual_unary): Remove special handling of
7670         enum and bool types.
7671
7672 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7673
7674         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
7675
7676 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7677
7678         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
7679
7680 2012-03-13  Chris January  <chris.january@allinea.com>
7681
7682         * aix-thread.c (fill_sprs): Store the floating point registers
7683         at the correct offsets into vals.
7684
7685 2012-03-13  Doug Evans  <dje@google.com>
7686
7687         * NEWS: Mention symbol-reloading has been deleted.
7688         * symfile.c (symbol_reloading): Delete.
7689         (show_symbol_reloading): Delete.
7690         (_initialize_symfile): Delete set/show symbol-reloading.
7691
7692         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
7693         read_in_chain until we have successfully read it in.
7694         (load_full_comp_unit): Ditto.
7695         (read_signatured_type): Add comment.
7696
7697 2012-03-13  Chris January  <chris.january@allinea.com>
7698
7699         * stabsread.c (fix_common_block): Change type of valu argument
7700         to CORE_ADDR.
7701
7702 2012-03-13  Chris January  <chris.january@allinea.com>
7703
7704         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
7705         instruction.
7706
7707 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7708
7709         * common/linux-procfs.c (linux_proc_get_int): New, from
7710         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
7711         field.
7712         (linux_proc_get_tgid): Only call linux_proc_get_int.
7713         (linux_proc_get_tracerpid): New.
7714         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
7715         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
7716         linux_proc_pid_has_state.
7717         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
7718         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
7719         (linux_ptrace_attach_warnings): New.
7720         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
7721         New declaration.
7722         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
7723         (linux_nat_attach): New variables ex, buffer, message and message_s.
7724         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
7725
7726 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
7727
7728         * Makefile.in (linux-ptrace.o): New.
7729         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
7730         from linux-nat.c.
7731         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
7732         * common/linux-ptrace.c: New file.
7733         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
7734         * config/arm/linux.mh: Likewise.
7735         * config/i386/linux.mh: Likewise.
7736         * config/i386/linux64.mh: Likewise.
7737         * config/ia64/linux.mh: Likewise.
7738         * config/m32r/linux.mh: Likewise.
7739         * config/m68k/linux.mh: Likewise.
7740         * config/mips/linux.mh: Likewise.
7741         * config/pa/linux.mh: Likewise.
7742         * config/powerpc/linux.mh: Likewise.
7743         * config/powerpc/ppc64-linux.mh: Likewise.
7744         * config/powerpc/spu-linux.mh: Likewise.
7745         * config/s390/s390.mh: Likewise.
7746         * config/sparc/linux.mh: Likewise.
7747         * config/sparc/linux64.mh: Likewise.
7748         * config/xtensa/linux.mh: Likewise.
7749         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
7750         common/linux-procfs.c.
7751         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
7752
7753 2012-03-13  Hui Zhu  <teawater@gmail.com>
7754             Pedro Alves  <palves@redhat.com>
7755
7756         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
7757         CREATE_BREAKPOINT_FLAGS_INSERTED.
7758         (create_breakpoint_sal, create_breakpoints_sal)
7759         (base_breakpoint_create_breakpoints_sal)
7760         (tracepoint_create_breakpoints_sal)
7761         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
7762         down.
7763         (break_command_1, handle_gnu_v3_exceptions, trace_command)
7764         (ftrace_command, strace_command): Adjust.
7765         (create_tracepoint_from_upload): Pass
7766         CREATE_BREAKPOINT_FLAGS_INSERTED.
7767         * breakpoint.h (enum breakpoint_create_flags): New.
7768         (create_breakpoint): New flags parameter.
7769         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
7770         * python/py-breakpoint.c (bppy_init): Adjust.
7771         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
7772         * spu-tdep.c (spu_catch_start): Adjust.
7773
7774 2012-03-13  Pedro Alves  <palves@redhat.com>
7775             Hui Zhu  <teawater@gmail.com>
7776             Yao Qi  <yao@codesourcery.com>
7777
7778         * remote.c (struct remote_state): New field `starting_up'.
7779         (remote_start_remote): Set and clear it.
7780         (remote_can_download_tracepoint): If starting up, return false.
7781
7782 2012-03-13  Yao Qi  <yao@codesourcery.com>
7783
7784         * inferior.h (struct inferior): Remove fields any_syscall_count,
7785         syscalls_counts and total_syscalls_count.  Move them to new
7786         struct catch_syscall_inferior_data in breakpoint.c.
7787         * breakpoint.c: Call DEF_VEC_I(int).
7788         (struct catch_syscall_inferior_data): New.
7789         (get_catch_syscall_inferior_data): New.
7790         (catch_syscall_inferior_data_cleanup): New.
7791         (insert_catch_syscall): Update to access data in
7792         struct catch_syscall_inferior_data.
7793         (insert_catch_syscall): Likewise.
7794         (remove_catch_syscall): Likewise.
7795         (remove_catch_syscall): Likewise.
7796         (is_syscall_catchpoint_enabled): Likewise.
7797         (add_catch_command): Likewise.
7798         (_initialize_breakpoint): Register cleanup.
7799         * breakpoint.h: Removed DEF_VEC_I(int).
7800         * dwarf2loc.c: Call DEF_VEC_I(int).
7801         * mi/mi-main.c: Likewise.
7802
7803 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
7804
7805         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
7806
7807 2012-03-12  Chris January  <chris.january@allinea.com>
7808
7809         * aix-thread.c (_initialize_aix_thread): Add prototype.
7810         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
7811         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
7812
7813 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
7814
7815         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
7816         include of "amd64-nat.h".
7817
7818 2012-03-12  Tom Tromey  <tromey@redhat.com>
7819
7820         * buildsym.c (record_pending_block): Now static.
7821         * buildsym.h: (record_pending_block): Remove.
7822
7823 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
7824
7825         * amd64bsd-nat.c: Include amd64bsd-nat.h.
7826
7827 2012-03-09  Tom Tromey  <tromey@redhat.com>
7828
7829         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
7830         producer_is_gxx_lt_4_6>: New fields.
7831         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
7832
7833 2012-03-09  Tom Tromey  <tromey@redhat.com>
7834
7835         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
7836
7837 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
7838
7839         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
7840         prototype.
7841
7842 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
7843
7844         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
7845
7846 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7847
7848         Fix -Wmissing-prototypes build.
7849         * arm-linux-nat.c (get_thread_id): Make it static.
7850         * xtensa-linux-nat.c (get_thread_id): Likewise.
7851
7852 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
7853
7854         * server.c (process_point_options): If a conditional expression
7855         is found, only print a message if remote_debug is nonzero.
7856
7857 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
7858
7859         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
7860         of internal error for unknown/unsupported types.
7861
7862 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7863
7864         Fix CU relative vs. absolute DIE offsets.
7865         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
7866         offset to offset_in_cu.
7867         * dwarf2read.c (process_enumeration_scope): Add CU offset to
7868         TYPE_OFFSET.
7869         (dwarf2_fetch_die_location_block): Rename parameter offset to
7870         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
7871
7872 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7873
7874         * libunwind-frame.c: Rename to ...
7875         * ia64-libunwind-tdep.c: ... here.
7876         * libunwind-frame.h: Rename to ...
7877         * ia64-libunwind-tdep.h: ... here.
7878         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
7879         ia64-libunwind-tdep.h.
7880         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
7881         * README (--with-libunwind): Rename to ...
7882         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
7883         * config.in: Regenerate.
7884         * configure: Regenerate.
7885         * configure.ac: New option --with-libunwind-ia64, make the
7886         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
7887         Remove AC_DEFINE for HAVE_LIBUNWIND.
7888         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
7889         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
7890         Rename libunwind-frame in the general comment.
7891         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
7892         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
7893         Move forward declarations inside #ifndef.  Rename libunwind-frame in
7894         the general comment.
7895         * ia64-tdep.c: Rename libunwind-frame.h #include to
7896         ia64-libunwind-tdep.h.
7897         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
7898         (ia64_libunwind_descr): Rename libunwind-frame to
7899         ia64-libunwind-tdep in these function comments.
7900         * ia64-tdep.h: Rename libunwind-frame.h #include to
7901         ia64-libunwind-tdep.h.
7902         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
7903         ia64-libunwind-tdep in that data comment.
7904
7905 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7906
7907         * libunwind-frame.h (struct frame_unwind): New declaration.
7908
7909 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
7910
7911         * breakpoint.c (_initialize_breakpoint): Fix error in help of
7912         "set breakpoint condition-evaluation" command.
7913
7914 2012-03-08  Tristan Gingold  <gingold@adacore.com>
7915
7916         * sparc-stub.c: Move to stubs/
7917         * sh-stub.c: Likewise.
7918         * m68k-stub.c: Likewise.
7919         * m32r-stub.c: Likewise.
7920         * i386-stub.c: Likewise.
7921
7922 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
7923
7924         * m68klinux-tdep.c (m68k_linux_init_abi): Register
7925         linux_get_siginfo_type.
7926
7927         * m68klinux-nat.c: Include "gdb_proc_service.h".
7928         (PTRACE_GET_THREAD_AREA): Define.
7929         (ps_get_thread_area): New function.
7930
7931 2012-03-08  Yao Qi  <yao@codesourcery.com>
7932
7933         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
7934         `xsnprintf'.
7935         (remote_query_attached): Likewise.
7936         (remote_static_tracepoint_marker_at): Likewise.
7937         (remote_set_permissions): Likewise.
7938         (remote_detach_1, extended_remote_attach_1): Likewise.
7939         (send_g_packet, remote_vkill): Likewise.
7940         (extended_remote_disable_randomization): Likewise.
7941         (remote_add_target_side_condition): Likewise.
7942         (remote_insert_breakpoint): Likewise.
7943         (remote_remove_breakpoint): Likewise.
7944         (remote_insert_watchpoint): Likewise.
7945         (remote_remove_watchpoint): Likewise.
7946         (remote_insert_hw_breakpoint): Likewise.
7947         (remote_insert_hw_breakpoint): Likewise.
7948         (remote_remove_hw_breakpoint): Likewise.
7949         (remote_download_command_source): Likewise.
7950         (remote_download_tracepoint): Likewise.
7951         (remote_download_trace_state_variable): Likewise.
7952         (remote_disable_tracepoint): Likewise.
7953         (remote_trace_set_readonly_regions): Likewise.
7954         (remote_get_tracepoint_status): Likewise.
7955         (remote_trace_find): Likewise.
7956         (remote_get_trace_state_variable_value): Likewise.
7957         (remote_set_disconnected_tracing): Likewise.
7958         (remote_set_circular_trace_buffer): Likewise.
7959         (remote_get_min_fast_tracepoint_insn_len): Likewise.
7960         (remote_use_agent): Likewise.
7961         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
7962         Update callers.
7963
7964 2012-03-07  Pedro Alves  <palves@redhat.com>
7965
7966         * NEWS: Mention QProgramSignals.
7967         * inferior.h (update_signals_program_target): Declare.
7968         * infrun.c: (update_signals_program_target): New.
7969         (handle_command): Update the target of the new program signals
7970         array changes.
7971         * remote.c (PACKET_QProgramSignals): New enum.
7972         (last_program_signals_packet): New global.
7973         (remote_program_signals): New.
7974         (remote_start_remote): Update the target with the program signals
7975         list.
7976         (remote_protocol_features): Add entry for QPassSignals.
7977         (remote_open_1): Free anc clear last_program_signals_packet.
7978         (init_remote_ops): Install remote_program_signals.
7979         * target.c (update_current_target): Adjust.
7980         (target_program_signals): New.
7981         * target.h (struct target_ops) <to_program_signals>: New field.
7982         (target_program_signals): Declare.
7983
7984 2012-03-07  Pedro Alves  <palves@redhat.com>
7985
7986         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
7987         extensions.
7988
7989 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
7990
7991         * m68klinux-nat.c (getregs_supplies): Make static.
7992         (getfpregs_supplies): Likewise.
7993         (have_ptrace_getregs): Likewise.
7994
7995 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
7996
7997         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
7998         in call to get_die_type_at_offset.
7999
8000 2012-03-06  Stan Shebs  <stan@codesourcery.com>
8001
8002         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
8003         * mi/mi-cmd-disas.c: Ditto.
8004         * mi/mi-cmd-env.c: Ditto.
8005         * mi/mi-cmd-file.c: Ditto.
8006         * mi/mi-cmd-stack.c: Ditto.
8007         * mi/mi-cmd-target.c: Ditto.
8008         * mi/mi-cmd-var.c: Ditto.
8009         * mi/mi-cmds.c: Ditto.
8010         * mi/mi-cmds.h: Ditto.
8011         * mi/mi-console.c: Ditto.
8012         * mi/mi-getopt.c: Ditto.
8013         * mi/mi-getopt.h: Ditto.
8014         * mi/mi-interp.c: Ditto.
8015         * mi/mi-main.c: Ditto.
8016         * mi/mi-out.c: Ditto.
8017         * mi/mi-parse.c: Ditto.
8018         * mi/mi-parse.h: Ditto.
8019         * mi/mi-symbol-cmds.c: Ditto.
8020
8021         * mi/mi-getopt.h: Move mi_opt struct up.
8022         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
8023         return.
8024         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
8025
8026 2012-03-06  Tom Tromey  <tromey@redhat.com>
8027
8028         * proc-service.c (ps_pglobal_lookup): Set the current program
8029         space.
8030
8031 2012-03-06  Pedro Alves  <palves@redhat.com>
8032
8033         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
8034
8035 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
8036
8037         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
8038
8039 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8040
8041         Code cleanup.
8042         * common/linux-osdata.c (linux_common_core_of_thread): New function
8043         comment.
8044         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
8045         call by linux_common_core_of_thread.
8046         (linux_nat_core_of_thread_1): Remove.
8047         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
8048         * linux-thread-db.c: Include linux-osdata.h.
8049         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
8050         linux_common_core_of_thread.
8051
8052 2012-03-05  Tom Tromey  <tromey@redhat.com>
8053
8054         * value.c (value_primitive_field): Don't fetch contents for
8055         non-virtual bases.
8056
8057 2012-03-05  Tom Tromey  <tromey@redhat.com>
8058
8059         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
8060
8061 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
8062
8063         * s390-nat.c: Include "gregset.h".
8064
8065 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8066
8067         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
8068         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
8069         (libunwind_load): New variable so_error, use it for dlerror.  Try to
8070         load also LIBUNWIND_SO_7.
8071
8072 2012-03-05  Pedro Alves  <palves@redhat.com>
8073
8074         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
8075         is not NULL, and remove resulting dead code.
8076
8077 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
8078
8079         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
8080         prologue to sh_analyze_prologue.
8081         (sh_analyze_prologue): Make better use of such an upper limit, and
8082         generally be more cautious about accessing memory.
8083
8084 2012-03-05  Tom Tromey  <tromey@redhat.com>
8085
8086         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
8087         _initialize_ia64_hpux_tdep.
8088
8089 2012-03-05  Pedro Alves  <palves@redhat.com>
8090
8091         PR gdb/13766
8092
8093         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
8094         the register state is clear, supply explicit zero, instead of
8095         marking the register unavailable.
8096
8097 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8098
8099         * NEWS: Mention OpenVMS ia64 new target.
8100
8101 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8102
8103         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
8104         (ia64_unw_accessors, ia64_unw_rse_accessors)
8105         (ia64_libunwind_descr): Declare.
8106         * ia64-vms-tdep.c: New file.
8107         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
8108         (ia64_libunwind_descr): Make them public.
8109         * configure.tgt: Add ia64-*-*vms*.
8110         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
8111         (ALLDEPFILES): Add ia64-vms-tdep.c
8112
8113 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8114
8115         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
8116         * remote.c (PACKET_qXfer_uib): New enum value.
8117         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
8118         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
8119         (_initialize_remote): Call add_packet_config_cmd for
8120         xfer:uib packet.
8121
8122 2012-03-05  Tristan Gingold  <gingold@adacore.com>
8123
8124         * osabi.c (gdb_osabi_names): Add OpenVMS.
8125         (generic_elf_osabi_sniffer): Likewise.
8126         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
8127
8128 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
8129
8130         Removed unused code.
8131         * libunwind-frame.c (libunwind_frame_unwind)
8132         (libunwind_frame_base_address): Remove.
8133         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
8134
8135 2012-03-04  Yao Qi  <yao@codesourcery.com>
8136
8137         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
8138         remove trailing new line.
8139         (agent_run_command, agent_run_command): Add _ markup.
8140         (agent_capability_check): Likewise.
8141
8142 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8143
8144         * breakpoint.c (set_condition_evaluation_mode): Set
8145         CONDITION_EVALUATION_MODE unconditionally.
8146
8147 2012-03-03  Yao Qi  <yao@codesourcery.com>
8148
8149         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
8150         * common/agent.h: Update declaration.
8151         * inf-child.c (inf_child_use_agent): New.
8152         (inf_child_can_use_agent): New.
8153         (inf_child_target): Initialize fields `to_use_agent'
8154         and `to_can_use_agent'.
8155         * agent.c (agent_new_objfile): New.
8156         (_initialize_agent): Add agent_new_objfile to new_objfile
8157         observer.
8158
8159         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
8160         New.
8161         (linux_target_install_ops): Initialize field
8162         `to_static_tracepoint_markers_by_strid'.
8163         * remote.c (free_current_marker): Move it to ...
8164         * tracepoint.c (free_current_marker): ... here.  New.
8165         (cleanup_target_stop): New.
8166         * tracepoint.h: Declare free_current_marker.
8167         * NEWS: Add one entry about `info static-tracepoint-marker'.
8168
8169 2012-03-03  Yao Qi  <yao@codesourcery.com>
8170
8171         * common/agent.c (agent_loaded_p): New.
8172         (agent_look_up_symbols): New global.
8173         * common/agent.h: Declare agent_loaded_p.
8174
8175 2012-03-03  Yao Qi  <yao@codesourcery.com>
8176
8177         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
8178         (agent_capability_check, agent_capability_invalidate): New.
8179         (symbol_list): New array element.
8180         * common/agent.h (enum agent_capa): New.
8181         * target.c (target_pre_inferior): Call agent_capability_invalidate.
8182
8183 2012-03-03  Yao Qi  <yao@codesourcery.com>
8184
8185         * target.h (struct target_ops) <to_use_agent>: New field.
8186         (struct target_ops) <to_can_use_agent>: New field.
8187         (target_use_agent, target_can_use_agent): New macro.
8188         * target.c (update_current_target): Update.
8189         * remote.c: New enum `PACKET_QAgent'.
8190         (remote_protocol_features): Add a new element.
8191         (remote_use_agent, remote_can_use_agent): New.
8192         (init_remote_ops): Initialize field `can_use_agent' with
8193         remote_can_use_agent.  Intiailize field `use_agent' with
8194         remote_use_agent.
8195         * common/agent.c (use_agent): New global.
8196         * common/agent.h: Declare it.
8197         * tracepoint.c (info_static_tracepoint_markers_command): Add
8198         comment.
8199         * Makefile.in (SFILES): Add common/agent.c and agent.c.
8200         (COMMON_OBS): Add common/agent.o and agent.o
8201         (common-agent.o): New rule.
8202         * agent.c: New.
8203
8204 2012-03-03  Yao Qi  <yao@codesourcery.com>
8205
8206         * common/agent.c: New.
8207         * common/agent.h: New.
8208         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
8209         AC_CHECK_HEADERS.
8210         * configure, configh.in: Regenerated.
8211
8212 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
8213
8214         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
8215         unless it exists for this architecture.
8216
8217 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
8218
8219         * language.h (struct language_defn): New "method" la_read_var_value.
8220         * findvar.c: #include "language.h".
8221         (default_read_var_value): Renames read_var_value.  Rewrite
8222         function description.
8223         (read_var_value): New function.
8224         * value.h (default_read_var_value): Add prototype.
8225         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
8226         New functions.
8227         (ada_language_defn): Add entry for la_read_var_value.
8228         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
8229         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
8230         language_defn structures to add entry for new la_read_var_value
8231         field.
8232
8233 2012-03-02  Tom Tromey  <tromey@redhat.com>
8234             Pedro Alves  <palves@redhat.com>
8235
8236         PR breakpoints/13776:
8237         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
8238         breakpoints.
8239         (delete_longjmp_breakpoint_at_next_stop): New.
8240         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
8241         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
8242         before deleting the inferior.  Add comments.
8243         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
8244         breakpoints immediately, but only on next stop.  Move that code
8245         next to where we mark other breakpoints for deletion.
8246
8247 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
8248
8249         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
8250         marker.
8251         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
8252         violation.
8253
8254 2012-03-02  Pedro Alves  <palves@redhat.com>
8255
8256         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
8257
8258 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
8259
8260         Fix -Wmissing-prototypes build.
8261         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
8262         * remote-sim.c (gdbsim_has_all_memory): Likewise.
8263         (gdbsim_has_memory): Likewise.
8264
8265 2012-03-02  Yao Qi  <yao@codesourcery.com>
8266
8267         Fix -Wmissing-prototypes build.
8268         * charset.c (phony_iconv_open): Make static.
8269         (phony_iconv_close, phony_iconv): Likewise.
8270         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
8271         * i386-windows-nat.c (_initialize_i386_windows_nat): New
8272         prototype.
8273         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
8274         * ser-mingw.c (create_select_thread): Make static.
8275         * windows-termcap.c (tgetent): New prototype.
8276         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
8277
8278 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
8279
8280         Fix -Wmissing-prototypes build.
8281         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
8282         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
8283         (_initialize_loadable): New prototypes.
8284
8285 2012-03-02  Doug Evans  <dje@google.com>
8286
8287         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
8288         abbrev table, read_comp_unit will do it.
8289
8290 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8291
8292         Fix -Wmissing-prototypes build.
8293         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
8294         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
8295         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
8296         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
8297         (_initialize_arm_symbian_tdep): New prototype.
8298         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
8299         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
8300         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
8301         static.
8302         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
8303         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
8304         prototype.
8305         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
8306         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
8307         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
8308         static.
8309         * moxie-tdep.c (moxie_process_record): Likewise.
8310         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
8311         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
8312         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
8313         (_initialize_rl78_tdep): New prototype.
8314         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
8315         (_initialize_rx_tdep): New prototype.
8316         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
8317         (_initialize_darwin_solib): New prototype.
8318         * solib-spu.c: Include solib-spu.h.
8319         (_initialize_spu_solib): New prototype.
8320         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
8321         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
8322         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
8323         (tic6x_software_single_step): Make it static.
8324         (_initialize_tic6x_tdep): New prototype.
8325
8326 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8327
8328         Fix -Wmissing-prototypes build.
8329         * cris-tdep.c (cris_can_use_hardware_watchpoint)
8330         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
8331
8332 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8333
8334         Fix -Wmissing-prototypes build.
8335         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
8336         (frv_have_stopped_data_address): Remove.
8337
8338 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8339
8340         Fix -Wmissing-prototypes build.
8341         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
8342         * sh-tdep.c: Include sh64-tdep.h.
8343         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
8344         * sh64-tdep.c: Include sh64-tdep.h.
8345         * sh64-tdep.h: New file.
8346
8347 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
8348
8349         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
8350
8351 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
8352
8353         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
8354         sp_regnum once the gdbarch_init_osabi hook has been called.
8355
8356 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
8357
8358         * mips-tdep.c (mips32_bc1_pc): New function.
8359         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
8360         BPOSGE32 and BPOSGE64 instructions.
8361         (deal_with_atomic_sequence): Likewise.
8362         (mips32_instruction_has_delay_slot): Likewise.
8363
8364 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
8365             Chris Dearman  <chris@mips.com>
8366             Maciej W. Rozycki  <macro@codesourcery.com>
8367             Joseph Myers  <joseph@codesourcery.com>
8368
8369         * features/mips-dsp.xml: New file.
8370         * features/mips64-dsp.xml: New file.
8371         * features/mips-dsp-linux.xml: New file.
8372         * features/mips64-dsp-linux.xml: New file.
8373         * features/Makefile (WHICH): Add mips-dsp-linux and
8374         mips64-dsp-linux.
8375         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
8376         * features/mips-dsp-linux.c: New file.
8377         * features/mips64-dsp-linux.c: New file.
8378         * regformats/mips-dsp-linux.dat: New file.
8379         * regformats/mips64-dsp-linux.dat: New file.
8380         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
8381         registers.
8382         (mips64_linux_register_addr): Likewise.
8383         (mips64_linux_regsets_fetch_registers): Likewise.
8384         (mips64_linux_regsets_store_registers): Likewise.
8385         (mips64_linux_fetch_registers): Update call to
8386         mips64_linux_regsets_fetch_registers.
8387         (mips64_linux_store_registers): Update call to
8388         mips64_linux_regsets_store_registers.
8389         (mips_linux_read_description): Probe for DSP registers.
8390         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
8391         and initialize_tdesc_mips64_dsp_linux.
8392         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
8393         Remove padding of no longer used embedded register slots.
8394         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
8395         (MIPS_RESTART_REGNUM): Redefine enum value.
8396         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
8397         strings.
8398         (mips_tx39_reg_names): Likewise.
8399         (mips_linux_reg_names): New array of register names for Linux
8400         targets.
8401         (mips_register_name): Check for a null pointer in
8402         mips_processor_reg_names and return an empty string.
8403         (mips_register_type): Exclude embedded registers for the IRIX
8404         and Linux ABIs.
8405         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
8406         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
8407         DSP registers.
8408         (mips_stab_reg_to_regnum): Handle DSP accumulators.
8409         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
8410         (mips_gdbarch_init): Likewise.  Initialize internal register
8411         indices for the Linux ABI.  Use dynamic numbers to refer to
8412         registers, as applicable, while parsing the target description.
8413         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
8414
8415 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
8416
8417         * frame.h (read_frame_register_unsigned): Fix typo in function
8418         description.
8419
8420 2012-03-01  Pedro Alves  <palves@redhat.com>
8421
8422         * jit-reader.in [!__cplusplus]
8423         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
8424
8425 2012-03-01  Pedro Alves  <palves@redhat.com>
8426
8427         * configure.ac (build_warnings): Add -Wmissing-prototypes.
8428         * configure: Regenerate.
8429
8430 2012-03-01  Pedro Alves  <palves@redhat.com>
8431
8432         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
8433         * breakpoint.c (create_exception_master_breakpoint, trace_command)
8434         (ftrace_command, strace_command): Make static.
8435         * d-lang.c (_initialize_d_language): Declare.
8436         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
8437         * dwarf2loc.c (_initialize_dwarf2loc):
8438         * dwarf2read.c (process_psymtab_comp_unit): Make static.
8439         * exec.c (exec_get_section_table): Make static.
8440         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
8441         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
8442         * inferior.c (remove_inferior_command, add_inferior_command)
8443         (clone_inferior_command): Make static.
8444         * linux-nat.c (linux_nat_thread_address_space)
8445         (linux_nat_core_of_thread): Make static.
8446         * linux-tdep.c (_initialize_linux_tdep): Declare.
8447         * objc-lang.c (_initialize_objc_lang): Declare.
8448         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
8449         Make static.
8450         (_initialize_opencl_language): Declare.
8451         * record.c (_initialize_record): Declare.
8452         * remote.c (demand_private_info, remote_get_tib_address)
8453         (remote_supports_cond_tracepoints)
8454         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
8455         Make static.
8456         * skip.c (_initialize_step_skip): Declare.
8457         * symtab.c (skip_prologue_using_lineinfo): Make static.
8458         * tracepoint.c (delete_trace_state_variable)
8459         (trace_variable_command, delete_trace_variable_command)
8460         (get_uploaded_tsv, find_matching_tracepoint_location)
8461         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
8462         Make static.
8463         * value.c (pack_unsigned_long): Make static.
8464         * varobj.c (varobj_ensure_python_env): Make static.
8465         * windows-tdep.c (_initialize_windows_tdep): Declare.
8466         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
8467
8468 2012-03-01  Pedro Alves  <palves@redhat.com>
8469
8470         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
8471         gdbarch parameter.
8472         (linux_init_abi): Install it as has_shared_address_space gdbarch
8473         callback.
8474
8475 2012-03-01  Pedro Alves  <palves@redhat.com>
8476
8477         * observer.c (observer_test_first_notification_function)
8478         (observer_test_second_notification_function)
8479         (observer_test_third_notification_function): Add declarations.
8480
8481 2012-03-01  Pedro Alves  <palves@redhat.com>
8482
8483         * common/signals.c (default_target_signal_to_host)
8484         (default_target_signal_from_host): Move ...
8485         * arch-utils.c: ... here.
8486         * arch-utils.h (default_target_signal_to_host)
8487         (default_target_signal_from_host): Declare.
8488
8489         * common/signals.c (target_signal_from_command): Move ...
8490         * infrun.c: ... here.
8491         * inferior.h (target_signal_from_command): Declare.
8492         * target.h (target_signal_from_command)
8493         (default_target_signal_from_host, default_target_signal_to_host):
8494         Delete declarations.
8495
8496         * common/signals.c (_initialize_signals): Delete.
8497
8498 2012-03-01  Pedro Alves  <palves@redhat.com>
8499
8500         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
8501         both __cplusplus and !__cplusplus.
8502
8503 2012-03-01  Pedro Alves  <palves@redhat.com>
8504
8505         * psymtab.c (find_and_open_source): Delete declaration.
8506         * source.c (find_and_open_source): Move comment ...
8507         * source.h (find_and_open_source): ... to this new declaration.
8508
8509 2012-03-01  Pedro Alves  <palves@redhat.com>
8510
8511         * inline-frame.c: Include inline-frame.h.
8512
8513 2012-03-01  Pedro Alves  <palves@redhat.com>
8514
8515         * tui/tui-data.c (set_gen_win_origin): Delete.
8516         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
8517         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
8518
8519 2012-03-01  Pedro Alves  <palves@redhat.com>
8520
8521         * remote.c (encode_actions): Delete declaration.
8522         * tracepoint.c (encode_actions): Make extern.
8523         * tracepoint.h (encode_actions): Declare.
8524
8525 2012-03-01  Pedro Alves  <palves@redhat.com>
8526
8527         * python/py-breakpoint.c: Include python.h.
8528         * python/py-continueevent.c (create_continue_event_object): Make
8529         static.
8530         * python/py-lazy-string.c (stpy_get_type): Make static.
8531         * python/py-newobjfileevent.c (create_new_objfile_event_object):
8532         Make static.
8533         * python/py-utils.c (unicode_to_target_python_string): Make
8534         static.
8535         * python/py-value.c: Include python.h.
8536
8537 2012-03-01  Pedro Alves  <palves@redhat.com>
8538
8539         * inferior.c (delete_threads_of_inferior): Delete.
8540
8541 2012-03-01  Pedro Alves  <palves@redhat.com>
8542
8543         Import fallback definitions from glibc.
8544
8545         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
8546         ps_prochandle): Forward declare.
8547         (ps_err_e): Use glibc's comments.
8548         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
8549         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
8550         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
8551         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
8552         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
8553         (struct ps_prochandle): Adjust comment.
8554
8555 2012-03-01  Pedro Alves  <palves@redhat.com>
8556
8557         * ada-lang.c (ada_modulus_from_name): Delete.
8558         * ada-lex.l (lexer_init): Make static.
8559
8560 2012-03-01  Pedro Alves  <palves@redhat.com>
8561
8562         PR gdb/13767
8563
8564         * frame.c (read_frame_register_unsigned): New.
8565         * frame.h (read_frame_register_unsigned): Declare.
8566         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
8567         Handle it.
8568         (print_i387_control_word): New parameter `control_p'.  Handle it.
8569         (i387_print_float_info): Handle unavailable float registers.
8570
8571 2012-03-01  Keith Seitz  <keiths@redhat.com>
8572
8573         * linespec.c (decode_line_2): Sort the list of methods
8574         alphabetically before presenting the user with a selection
8575         menu.
8576
8577 2012-03-01  Doug Evans  <dje@google.com>
8578
8579         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
8580         has_namespace_info.
8581         (dwarf2_read_abbrevs): Remove corresponding initialization.
8582
8583 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
8584
8585         * NEWS: Mention new python command class gdb.COMMAND_USER.
8586         * cli/cli-cmds.c (show_user): Print error when used on a python
8587         command.
8588         (init_cli_cmds): Update documentation strings for "show user" and
8589         "set/show max-user-call-depth" to clarify that it does not apply to
8590         python commands.
8591         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
8592         error check.
8593         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
8594         gdb python api.
8595         * top.c (execute_command): Only execute a user-defined command as a
8596         legacy macro if c->user_commands is set.
8597
8598 2012-03-01  Tom Tromey  <tromey@redhat.com>
8599
8600         * valprint.h (struct generic_val_print_decorations): New.
8601         (generic_val_print): Declare.
8602         * valprint.c (generic_val_print): New function.
8603         * p-valprint.c (p_decorations): New global.
8604         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
8605         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
8606         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
8607         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
8608         * m2-valprint.c (m2_decorations): New global.
8609         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
8610         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
8611         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
8612         TYPE_CODE_ERROR>: Call generic_val_print.
8613         * f-valprint.c (f_decorations): New global.
8614         (f_val_print): Use print_function_pointer_address.
8615         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
8616         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
8617         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
8618         generic_val_print.
8619         * c-valprint.c (c_decorations): New global.
8620         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
8621         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
8622         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
8623         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
8624         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
8625         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
8626         case.
8627
8628 2012-03-01  Tom Tromey  <tromey@redhat.com>
8629
8630         * valprint.c (val_print): Update.
8631         * p-valprint (pascal_val_print): Return void.
8632         * p-lang.h (pascal_val_print): Return void.
8633         * m2-valprint.c (m2_val_print): Return void.
8634         * m2-lang.h (m2_val_print): Return void.
8635         * language.h (struct language_defn) <la_val_print>: Return void.
8636         * language.c (unk_lang_val_print): Return void.
8637         * jv-valprint.c (java_val_print): Return void.
8638         * jv-lang.h (java_val_print): Return void.
8639         * f-valprint.c (f_val_print): Return void.
8640         * f-lang.h (f_val_print): Return void.
8641         * d-valprint.c (d_val_print): Return void.
8642         (dynamic_array_type): Update.
8643         * d-lang.h (d_val_print): Return void.
8644         * c-valprint.c (c_val_print): Return void.
8645         * c-lang.h (c_val_print): Return void.
8646         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
8647         void.
8648         * ada-lang.h (ada_val_print): Return void.
8649
8650 2012-03-01  Tom Tromey  <tromey@redhat.com>
8651
8652         * value.h (val_print): Return void.
8653         * valprint.c (val_print): Return void.
8654
8655 2012-03-01  Tom Tromey  <tromey@redhat.com>
8656
8657         * value.h (common_val_print): Return void.
8658         * valprint.c (common_val_print): Return void.
8659
8660 2012-03-01  Tom Tromey  <tromey@redhat.com>
8661
8662         * value.h (value_print): Return void.
8663         * valprint.c (value_print): Return void.
8664         * p-valprint.c (pascal_value_print): Return void.
8665         * p-lang.h (pascal_value_print): Return void.
8666         * language.h (struct language_defn) <la_value_print>: Return
8667         void.
8668         * language.c (unk_lang_value_print): Return void.
8669         * jv-valprint.c (java_value_print): Return void.
8670         * jv-lang.h (java_value_print): Return void.
8671         * f-valprint.c (c_value_print): Don't declare.
8672         Include c-lang.h.
8673         * c-valprint.c (c_value_print): Return void.
8674         * c-lang.h (c_value_print): Return void.
8675         * ada-valprint.c (ada_value_print): Return void.
8676         * ada-lang.h (ada_value_print): Return void.
8677
8678 2012-03-01  Tom Tromey  <tromey@redhat.com>
8679
8680         * value.c (value_primitive_field): Handle virtual base classes.
8681
8682 2012-03-01  Tom Tromey  <tromey@redhat.com>
8683
8684         * gdbtypes.h (struct vbase): Remove.
8685
8686 2012-03-01  Tom Tromey  <tromey@redhat.com>
8687
8688         * c-valprint.c (print_function_pointer_address): Move...
8689         * valprint.c: ... here.  Make non-static.
8690         * m2-valprint.c (print_function_pointer_address): Remove.
8691         * valprint.h (print_function_pointer_address): Declare.
8692
8693 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
8694
8695         * NEWS: Document the fact that one can provide a condition when
8696         creating an Ada exception catchpoint.
8697
8698 2012-03-01  Tom Tromey  <tromey@redhat.com>
8699
8700         * valprint.c (val_print_type_code_flags): Fix placement of
8701         trailing brace.
8702
8703 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
8704
8705         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
8706         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
8707         environment variable before calling update-copyright.
8708
8709 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
8710
8711         * gnulib/extra/update-copyright: Update to the latest from
8712         gnulib's git repository.
8713         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
8714         variable to 2 instead of 1.
8715
8716 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8717
8718         * varobj.c (c_value_of_variable): Remove dead code.
8719
8720 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8721
8722         * ada-lex.p (processId): Do not modify already encoded IDs.
8723         Update function documentation.
8724
8725 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8726
8727         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
8728         "name" with "struct symbol *name_sym".
8729         * ada-exp.y (write_var_or_type): Update call to
8730         ada_find_renaming_symbol.
8731         "name" with "struct symbol *name_sym". Adjust Implementation
8732         accordingly.  Adjust the function documentation.
8733
8734 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8735
8736         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
8737         * ada-lang.c (ada_find_any_type): Add advance declaration.
8738         Make static.  Replace ada_find_any_symbol by
8739         ada_find_any_type_symbol.
8740         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
8741         Improve function description.  Make static.
8742         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
8743         Replace ada_find_any_symbol by ada_find_any_type_symbol.
8744
8745 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8746
8747         * ada-lang.c (struct tag_args): Delete.
8748         (ada_get_tsd_type): Function body moved up in source file.
8749         (ada_tag_name_1, ada_tag_name_2): Delete.
8750         (ada_get_tsd_from_tag): New function.
8751         (ada_tag_name_from_tsd): New function.
8752         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
8753         to determine the tag name.
8754
8755 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8756
8757         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
8758         declaration.
8759         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
8760         function.
8761
8762 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8763
8764         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
8765
8766 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8767
8768         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
8769         full searches.
8770
8771 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8772
8773         * ada-lang.c (constrained_packed_array_type): If there is a
8774         parallel XA type, use it to determine the array index type.
8775
8776 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8777
8778         * ada-valprint.c (ada_val_print_1): If our value is a reference
8779         to an array descriptor, dereference it before converting it
8780         to a simple array.
8781
8782 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8783
8784         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
8785         creating fixed value.
8786         (ada_value_ind, ada_coerce_ref, assign_component)
8787         (ada_evaluate_subexp): Remove call to unwrap_value before
8788         call to ada_to_fixed_value.
8789
8790 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8791
8792         * ada-lang.c (to_fixed_array_type): Set result's type name.
8793
8794 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
8795
8796         * ada-lang.c (catch_ada_exception_command_split): Add new
8797         argument cond_string.  Add support for condition at end of
8798         "catch exception" commands.
8799         (ada_decode_exception_location): Add new argument cond_string.
8800         Update call to catch_ada_exception_command_split.
8801         (create_ada_exception_catchpoint): Add new argument cond_string.
8802         Set the breakpoint condition if needed.
8803         (catch_ada_exception_command): Update call to
8804         ada_decode_exception_location.
8805         (ada_decode_assert_location): Add function documentation.
8806         Add support for condition at end of "catch assert" command.
8807         (catch_assert_command): Update calls to ada_decode_assert_location
8808         and create_ada_exception_catchpoint.
8809
8810 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8811
8812         Fix disp-step-syscall.exp: fork: single step over fork.
8813         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
8814         (i386_linux_get_syscall_number_from_regcache): ... here, new function
8815         comment, change parameters gdbarch and ptid to regcache.  Remove
8816         parameter regcache, initialize gdbarch from regcache here.
8817         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
8818         New functions.
8819         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
8820         instead.
8821         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
8822         'syscall'.  Make the 'int' check more strict.
8823
8824 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8825
8826         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
8827         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
8828         (i386_linux_intx80_sysenter_syscall_record): ... here.
8829         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
8830         Use the renamed function name.
8831
8832 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
8833
8834         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
8835         * breakpoint.c (until_break_command): Likewise.
8836         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
8837         * infcall.c (call_function_by_hand): Likewise.
8838         * infcmd.c (finish_forward): Likewise.
8839         * infrun.c (insert_exception_resume_breakpoint): Likewise.
8840
8841 2012-02-28  Tristan Gingold  <gingold@adacore.com>
8842
8843         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
8844         avoid variable assignments inside condition.
8845
8846 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8847
8848         Fix static analysis issue found by cppcheck.
8849         * microblaze-tdep.c (microblaze_extract_return_value): Fix
8850         uninitialized BUF for size 2.
8851
8852 2012-02-27  Chris Dearman  <chris@mips.com>
8853             Nathan Froyd  <froydnj@codesourcery.com>
8854             Maciej W. Rozycki  <macro@codesourcery.com>
8855
8856         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
8857         (mips16_instruction_has_delay_slot): Likewise.
8858         (mips_segment_boundary): Likewise.
8859         (mips_adjust_breakpoint_address): Likewise.
8860         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
8861
8862 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
8863             Maciej W. Rozycki  <macro@codesourcery.com>
8864
8865         * infrun.c (handle_inferior_event): Don't proceed through
8866         shared library trampolines if stepping at the machine
8867         instruction level.
8868
8869 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
8870
8871         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
8872         too.
8873
8874 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
8875
8876         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
8877         (sh_stub_unwind_sniffer): New functions.
8878         (sh_stub_unwind): New variable.
8879         (sh_gdbarch_init): Wire everything.
8880
8881 2012-02-27  Pedro Alves  <palves@redhat.com>
8882
8883         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
8884         (linux_nat_post_attach_wait): Adjust to use
8885         linux_proc_pid_is_stopped.
8886         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
8887         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
8888         based on pid_is_stopped from both linux-nat.c and
8889         gdbserver/linux-low.c, and renamed.
8890
8891 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
8892
8893         * remote.c (remote_watchpoint_addr_within_range): New function.
8894         (init_remote_ops): Use it.
8895
8896 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
8897
8898         * target.h (target_watchpoint_addr_within_range): Document macro.
8899
8900 2012-02-24  Pedro Alves  <palves@redhat.com>
8901
8902         * stack.c (set_last_displayed_sal): Issue internal_error instead
8903         of warning, and issue it after clearing the last displayed sal.
8904
8905 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
8906             Pedro Alves  <palves@redhat.com>
8907
8908         * breakpoint.c (until_break_command): Install breakpoints after
8909         all frame manipulations.
8910
8911 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
8912
8913         * remote.c (remote_supports_cond_breakpoints): New forward
8914         declaration.
8915         (remote_add_target_side_condition): New function.
8916         (remote_insert_breakpoint): Add target-side breakpoint
8917         conditional if supported.
8918         (remote_insert_hw_breakpoint): Likewise.
8919         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
8920         hook.
8921
8922         * target.c (update_current_target): Inherit
8923         to_supports_evaluation_of_breakpoint_conditions.
8924         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
8925
8926         * target.h (struct target_ops)
8927         <to_supports_evaluation_of_breakpoint_conditions>: New field.
8928         (target_supports_evaluation_of_breakpoint_conditions): New #define.
8929
8930         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
8931         (condition_evaluation_both, condition_evaluation_auto,
8932         condition_evaluation_host, condition_evaluation_target,
8933         condition_evaluation_enums, condition_evaluation_mode_1,
8934         condition_evaluation_mode): New static globals.
8935         (translate_condition_evaluation_mode): New function.
8936         (breakpoint_condition_evaluation_mode): New function.
8937         (gdb_evaluates_breakpoint_condition_p): New function.
8938         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
8939         (mark_breakpoint_modified): New function.
8940         (mark_breakpoint_location_modified): New function.
8941         (set_condition_evaluation_mode): New function.
8942         (show_condition_evaluation_mode): New function.
8943         (bp_location_compare_addrs): New function.
8944         (get_first_location_gte_addr): New helper function.
8945         (set_breakpoint_condition): Free condition bytecode if locations
8946         has become unconditional.  Call mark_breakpoint_modified (...).
8947         (condition_command): Call update_global_location_list (1) for
8948         breakpoints.
8949         (breakpoint_xfer_memory): Use is_breakpoint (...).
8950         (is_breakpoint): New function.
8951         (parse_cond_to_aexpr): New function.
8952         (build_target_condition_list): New function.
8953         (insert_bp_location): Handle target-side conditional
8954         breakpoints and call build_target_condition_list (...).
8955         (update_inserted_breakpoint_locations): New function.
8956         (insert_breakpoint_locations): Handle target-side conditional
8957         breakpoints.
8958         (bpstat_check_breakpoint_conditions): Add comment.
8959         (bp_condition_evaluator): New function.
8960         (bp_location_condition_evaluator): New function.
8961         (print_breakpoint_location): Print information on where the condition
8962         will be evaluated.
8963         (print_one_breakpoint_location): Likewise.
8964         (init_bp_location): Call mark_breakpoint_location_modified (...) for
8965         breakpoint location.
8966         (force_breakpoint_reinsertion): New functions.
8967         (update_global_location_list): Handle target-side breakpoint
8968         conditions.
8969         Reinsert locations that are already inserted if conditions have
8970         changed.
8971         (bp_location_dtor): Free agent expression bytecode.
8972         (disable_breakpoint): Call mark_breakpoint_modified (...).
8973         Call update_global_location_list (...) with parameter 1 for breakpoints.
8974         (disable_command): Call mark_breakpoint_location_modified (...).
8975         Call update_global_location_list (...) with parameter 1 for breakpoints.
8976         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
8977         (enable_command): mark_breakpoint_location_modified (...).
8978         (_initialize_breakpoint): Update documentation and add
8979         condition-evaluation breakpoint subcommand.
8980
8981         * breakpoint.h: Include ax.h.
8982         (condition_list): New data structure.
8983         (condition_status): New enum.
8984         (bp_target_info) <cond_list>: New field.
8985         (bp_location) <condition_changed, cond_bytecode>: New fields.
8986         (is_breakpoint): New prototype.
8987
8988 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
8989
8990         * remote.c (remote_state) <cond_breakpoints>: New field.
8991         (PACKET_ConditionalBreakpoints): New enum.
8992         (remote_cond_breakpoint_feature): New function.
8993         (remote_protocol_features): Add new ConditionalBreakpoints entry.
8994         (remote_supports_cond_breakpoints): New function.
8995         (_initialize_remote): Add new packet configuration for
8996         target-side conditional breakpoints.
8997
8998 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
8999
9000         * NEWS: Mention target-side conditional breakpoint support,
9001         new condition-evaluation breakpoint subcommand and remote
9002         packet extensions.
9003
9004 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
9005
9006         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
9007         number.
9008
9009 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
9010
9011         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
9012         (after_prologue): Remove.
9013
9014 2012-02-23  Tom Tromey  <tromey@redhat.com>
9015
9016         * jv-valprint.c (java_val_print): Remove dead code.
9017
9018 2012-02-23  Tristan Gingold  <gingold@adacore.com>
9019
9020         * ada-tasks.c (struct ada_tasks_inferior_data): Add
9021         known_tasks_element and known_tasks_length fields.
9022         (read_known_tasks_array): Change argument type.  Use pointer type
9023         and number of elements from DATA.  Adjust.
9024         (read_known_tasks_list): Likewise.
9025         (get_known_tasks_addr): Remove.
9026         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
9027         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
9028         type and array length.  Merge former get_known_tasks_addr code.
9029
9030 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9031
9032         PR backtrace/13716
9033         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
9034         it after set_momentary_breakpoint.
9035
9036 2012-02-22  Sterling Augustine  <saugustine@google.com>
9037
9038         PR 13689:
9039         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
9040
9041 2012-02-22  Gary Benson  <gbenson@redhat.com>
9042
9043         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
9044         (find_slot_in_mapped_hash): Likewise.
9045
9046 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
9047
9048         PR build/13638
9049         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
9050         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
9051         * configure: Regenerate.
9052
9053 2012-02-21  Tristan Gingold  <gingold@adacore.com>
9054             Pedro Alves  <palves@redhat.com>
9055
9056         * ia64-tdep.c: Do not include libunwind-ia64.h.
9057         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
9058         Include libunwind-ia64.h instead of libunwind.h.
9059         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
9060         for libunwind.h existence.
9061         * configure, config.in: Regenerate.
9062
9063 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9064
9065         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
9066         instead of value_rtti_target_type.
9067         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
9068         instead of value_rtti_target_type.
9069         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
9070         value_rtti_target_type.
9071         * valops.c (value_ind): Extract function readjust_indirect_value_type.
9072         (value_rtti_target_type): Rename to ...
9073         (value_rtti_indirect_type): ... here and make it indirect.  Update
9074         function comment.
9075         * value.c (readjust_indirect_value_type): New function.
9076         (coerce_ref): Support for enclosing type setting for references
9077         with readjust_indirect_value_type.
9078         * value.h (readjust_value_type): New declaration.
9079         (value_rtti_target_type): Rename to ...
9080         (value_rtti_indirect_type): ... here.
9081
9082 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
9083
9084         * MAINTAINERS (Write After Approval): Add myself to the list.
9085
9086 2012-02-20  Doug Evans  <dje@google.com>
9087
9088         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
9089         Rename objfile_p_char parameter to objfilep.
9090         (build_objfile_section_table): Result is now void.  All callers
9091         updated.
9092         * objfiles.h (struct objfile): Tweak comments, whitespace.
9093         (build_objfile_section_table): Update.
9094
9095         * elfread.c (elf_symfile_segments): Fix warning text.
9096
9097 2012-02-20  Tom Tromey  <tromey@redhat.com>
9098
9099         PR gdb/13498:
9100         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
9101         particular set of file names once.
9102         (dw2_map_symbol_filenames): Likewise.
9103
9104 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9105
9106         Code cleanup.
9107         * main.c (write_files): Remove the declaration.
9108         (external_editor_command): Move the declaration ...
9109         [GDBTK] (external_editor_command): ... here.  Fix the comment.
9110
9111 2012-02-20  Tom Tromey  <tromey@redhat.com>
9112
9113         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
9114         extraneous block.
9115
9116 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9117
9118         * darwin-nat.h (enum darwin_msg_state): Add comments.
9119
9120 2012-02-20  Tristan Gingold  <gingold@adacore.com>
9121
9122         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
9123         value.
9124
9125 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
9126
9127         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
9128         between function description and implementation.
9129
9130 2012-02-17  Tom Tromey  <tromey@redhat.com>
9131
9132         PR python/12070:
9133         * python/py-event.c (event_object_getset): New global.
9134         (event_object_type): Reference it.
9135         * python/py-type.c (field_object_getset): New global.
9136         (field_object_type): Reference it.
9137         * python/python-internal.h (gdb_py_generic_dict): Declare.
9138         * python/py-utils.c (gdb_py_generic_dict): New function.
9139
9140 2012-02-17  Tristan Gingold  <gingold@adacore.com>
9141
9142         * solib-darwin.c (darwin_current_sos): Check magic and filetype
9143
9144 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
9145
9146         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
9147         TYPE_CALLING_CONVENTION annotation.
9148
9149 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
9150
9151         * MAINTAINERS: Add rx to target ISA section.
9152         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
9153         (ALLDEPFILES): Add rx-tdep.c.
9154
9155 2012-02-16  Tom Tromey  <tromey@redhat.com>
9156
9157         * symfile.c (symbol_file_add_main_1): Use inferior's
9158         symfile_flags.
9159         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
9160         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
9161         inferior.
9162         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
9163         inferior.
9164         (follow_exec): Use inferior's symfile_flags.
9165         * inferior.h (struct inferior) <symfile_flags>: New field.
9166
9167 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
9168
9169         PR gdb/9734:
9170         * remote-sim.c (gdbsim_create_inferior): Call error() when
9171         sim_create_inferior() fails.
9172
9173 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
9174
9175         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
9176
9177 2012-02-16  Tom Tromey  <tromey@redhat.com>
9178
9179         PR c++/13653:
9180         * thread.c (struct current_thread_cleanup) <was_removable>: New
9181         field.
9182         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
9183         (make_cleanup_restore_current_thread): Initialize new field.
9184
9185 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
9186
9187         * MAINTAINERS: Add rl78 to target ISA section.
9188         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
9189         (ALLDEPFILES): Add rl78-tdep.c.
9190         * NEWS: Mention rl78 as a new target.
9191
9192 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
9193
9194         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
9195         data.
9196         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
9197
9198 2012-02-15  Tom Tromey  <tromey@redhat.com>
9199
9200         PR gdb/12659:
9201         * infcmd.c (registers_info): Print just the current register's
9202         name.
9203
9204 2012-02-15  Tom Tromey  <tromey@redhat.com>
9205
9206         * python/py-symbol.c (sympy_value): Use _().
9207
9208 2012-02-15  Pedro Alves  <palves@redhat.com>
9209
9210         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
9211         output to be like native targets'.
9212         (remote_pid_to_str): Special case the null ptid.
9213
9214 2012-02-14  Stan Shebs  <stan@codesourcery.com>
9215
9216         * NEWS: Mention enable count command.
9217         * breakpoint.h (struct breakpoint): New field enable_count.
9218         * breakpoint.c (enable_breakpoint_disp): Add count argument.
9219         (enable_breakpoint): Add arg to call.
9220         (struct disp_data): New struct.
9221         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
9222         (do_map_enable_once_breakpoint): Create a struct and pass it.
9223         (do_map_enable_delete_breakpoint): Ditto.
9224         (do_map_enable_count_breakpoint): New function.
9225         (enable_count_command): New function.
9226         (bpstat_stop_status): Decrement enable_count.
9227         (print_one_breakpoint_location): Report enable count.
9228         (_initialize_breakpoint): Add enable count command.
9229
9230 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
9231
9232         * rl78-tdep.c (reggroups.h): Include.
9233         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
9234         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
9235         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
9236         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
9237         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
9238         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
9239         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
9240         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
9241         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
9242         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
9243         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
9244         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
9245         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
9246         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
9247         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
9248         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
9249         beginning of register list.
9250         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
9251         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
9252         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
9253         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
9254         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
9255         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
9256         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
9257         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
9258         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
9259         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
9260         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
9261         the pseudo registers.  Rearrange other pseudo registers too so
9262         that the bank registers appear at the end.
9263         (rl78_register_type): Account for the fact that the byte sized
9264         bank registers are now pseudo-registers.
9265         (rl78_register_name): Rearrange the register name array.  Make
9266         initial set of raw banked registers inaccessible.
9267         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
9268         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
9269         case for copying bytes back and forth between raw and pseudo
9270         versions of the banked registers.  Update other cases to reflect
9271         the changed names.
9272         (rl78_return_value): Update to account for changed names of
9273         raw registers.
9274         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
9275         rl78_register_sim_regno().
9276
9277 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
9278
9279         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
9280         the name parameter being passed to find_pc_partial_function().
9281
9282 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
9283
9284         * MAINTAINERS: Step down from being ia64 target maintainer.
9285
9286 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9287
9288         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
9289         compilation warning.
9290
9291 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
9292
9293         Fix crash on loaded shlibs without loaded exec_bfd.
9294         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
9295         (set_section_command): Replace exec_bfd by p->bfd.
9296
9297 2012-02-10  Tom Tromey  <tromey@redhat.com>
9298
9299         * linespec.c (decode_line_internal): Skip symtabs_from_filename
9300         when we have a C++ qualified name.
9301
9302 2012-02-10  Pedro Alves  <palves@redhat.com>
9303
9304         * inferior.c (inferior_pid_to_str): New.
9305         (print_inferior, inferior_command): Use it.
9306
9307 2012-02-10  Pedro Alves  <palves@redhat.com>
9308
9309         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
9310         the test CFLAGS.
9311         * configure: Regenerate.
9312
9313 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9314
9315         * linespec.c (decode_line_internal): Fix comment correctness.
9316
9317 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
9318
9319         PR gdb/12953
9320         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
9321         * amd64bsd-nat.c: Add support for debug registers (adapted from
9322         i386bsd-nat.c).
9323         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
9324         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
9325         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
9326         (amd64bsd_dr_get_control): New functions.
9327         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
9328         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
9329         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
9330         watchpoints initialization.
9331         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
9332
9333 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9334
9335         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
9336         flds_bnds.fields.
9337         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
9338
9339 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9340
9341         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
9342
9343 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
9344
9345         * language.h (symbol_name_cmp_ftype): Renames
9346         symbol_name_match_p_ftype.
9347         (struct language_defn)[la_get_symbol_name_cmp]: Renames
9348         la_get_symbol_name_match_p.
9349         * ada-lang.c (ada_get_symbol_name_cmp): Renames
9350         ada_get_symbol_name_match_p.  Update comment.
9351         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
9352         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
9353         Renames symbol_name_match_p.  Update field type.
9354         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
9355         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9356         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
9357         "la_get_symbol_name_cmp" in comments.
9358         * language.c: Likewise.
9359
9360 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
9361
9362         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
9363         %eflags offset.
9364         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
9365         (amd64_sol2_gregset32_reg_offs): Likewise.
9366
9367 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
9368
9369         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
9370         of the returned BFD is allocated by GDB.
9371
9372 2012-02-07  Tom Tromey  <tromey@redhat.com>
9373
9374         PR python/12027:
9375         * python/python-internal.h (frame_object_type): Declare.
9376         * python/py-symbol.c (sympy_needs_frame): New function.
9377         (sympy_value): New function.
9378         (symbol_object_getset): Add "needs_frame".
9379         (symbol_object_methods): Add "value".
9380         * python/py-frame.c (frame_object_type): No longer static.
9381
9382 2012-02-07  Tom Tromey  <tromey@redhat.com>
9383
9384         PR python/13599:
9385         * python/py-symbol.c (sympy_line): New function.
9386         (symbol_object_getset): Add "line".
9387
9388 2012-02-07  Tom Tromey  <tromey@redhat.com>
9389
9390         * charset.c (find_charset_names): Check 'in' against NULL.
9391
9392 2012-02-06  Doug Evans  <dje@google.com>
9393
9394         * gdbtypes.h (struct main_type): Change type of name,tag_name,
9395         and fields.name members from char * to const char *.  All uses updated.
9396         (struct cplus_struct_type): Change type of fn_fieldlists.name member
9397         from char * to const char *.  All uses updated.
9398         (type_name_no_tag): Update.
9399         (lookup_unsigned_typename, lookup_signed_typename): Update.
9400         * gdbtypes.c (type_name_no_tag): Change result type
9401         from char * to const char *.  All callers updated.
9402         (lookup_unsigned_typename, lookup_signed_typename): Change type of
9403         name parameter from char * to const char *.
9404         * symtab.h (struct cplus_specific): Change type of demangled_name
9405         member from char * to const char *.  All uses updated.
9406         (struct general_symbol_info): Change type of name and
9407         mangled_lang.demangled_name members from char * to const char *.
9408         All uses updated.
9409         (symbol_get_demangled_name, symbol_natural_name): Update.
9410         (symbol_demangled_name, symbol_search_name): Update.
9411         * symtab.c (symbol_get_demangled_name): Change result type
9412         from char * to const char *.  All callers updated.
9413         (symbol_natural_name, symbol_demangled_name): Ditto.
9414         (symbol_search_name): Ditto.
9415         (completion_list_add_name): Change type of symname,sym_text,
9416         text,word parameters from char * to const char *.
9417         (completion_list_objc_symbol): Change type of sym_text,
9418         text,word parameters from char * to const char *.
9419         * ada-lang.c (find_struct_field): Change type of name parameter
9420         from char * to const char *.
9421         (encoded_ordered_before): Similarly for N0,N1 parameters.
9422         (old_renaming_is_invisible): Similarly for function_name parameter.
9423         (ada_type_name): Change result type from char * to const char *.
9424         All callers updated.
9425         * ada-lang.h (ada_type_name): Update.
9426         * buildsym.c (hashname): Change type of name parameter
9427         from char * to const char *.
9428         * buildsym.h (hashname): Update.
9429         * dbxread.c (end_psymtab): Change type of include_list parameter
9430         from char ** to const char **.
9431         * dwarf2read.c (determine_prefix): Change result type
9432         from char * to const char *.  All callers updated.
9433         * f-lang.c (find_common_for_function): Change type of name, funcname
9434         parameters from char * to const char *.
9435         * f-lang.c (find_common_for_function): Update.
9436         * f-valprint.c (list_all_visible_commons): Change type of funcname
9437         parameters from char * to const char *.
9438         * gdbarch.sh (static_transform_name): Change type of name parameter
9439         and result from char * to const char *.
9440         * gdbarch.c: Regenerate.
9441         * gdbarch.h: Regenerate.
9442         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
9443         of name parameter from char * to const char *.
9444         * jv-lang.c (java_primitive_type_from_name): Ditto.
9445         (java_demangled_signature_length): Similarly for signature parameter.
9446         (java_demangled_signature_copy): Ditto.
9447         (java_demangle_type_signature): Ditto.
9448         * jv-lang.h (java_primitive_type_from_name): Update.
9449         (java_demangle_type_signature): Update.
9450         * objc-lang.c (specialcmp): Change type of a,b parameters
9451         from char * to const char *.
9452         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
9453         from char * to const char *.  All callers updated.
9454         * p-lang.h (is_pascal_string_type): Update.
9455         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
9456         of name parameter from char * to const char *.
9457         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
9458         * utils.c (fprintf_symbol_filtered): Ditto.
9459         * defs.h (fprintf_symbol_filtered): Update.
9460         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
9461         * stabsread.h (end_psymtab): Update.
9462         * stack.c (find_frame_funname): Change type of funname parameter
9463         from char ** to const char **.
9464         * stack.h (find_frame_funname): Update.
9465         * typeprint.c (type_print): Change type of varstring parameter
9466         from char * to const char *.
9467         * value.h (type_print): Update.
9468         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
9469         from char * to const char *.  All callers updated.
9470         (xcoff_end_psymtab): Change type of include_list parameter
9471         from char ** to const char **.  All callers updated.
9472         (swap_sym): Similarly for name parameter.  All callers updated.
9473         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
9474         Use xstrdup.
9475         (process_coff_symbol): Use xstrdup.
9476         * stabsread.c (stabs_method_name_from_physname): Renamed from
9477         update_method_name_from_physname.  Change result type from void
9478         to char *.  All callers updated.
9479         (read_member_functions): In has_destructor case, store name in objfile
9480         obstack instead of malloc space.  In !has_stub case, fix mem leak.
9481
9482 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
9483
9484         * configure: Rebuild.
9485         * configure.ac: Put -L../bfd and -L../libiberty at the front of
9486         LDFLAGS.
9487
9488 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
9489
9490         * configure.tgt (rl78-*-elf): New target.
9491         * rl78-tdep.c: New file.
9492
9493 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9494
9495         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
9496         and continue the loop.  Add QUIT statement.
9497
9498 2012-02-03  Tom Tromey  <tromey@redhat.com>
9499
9500         PR gdb/13596:
9501         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
9502         bfd_lookup_symbol_from_symtab.
9503         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
9504         gdb_bfd_lookup_symbol_from_symtab.
9505
9506 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
9507
9508         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
9509         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
9510         symbol.  Add assertion that sym2 is never NULL.
9511
9512 2012-02-02  Doug Evans  <dje@google.com>
9513
9514         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
9515         "name" parameter to const char ** from char **.  All callers updated.
9516         (find_pc_partial_function): Ditto.
9517         (cache_pc_function_name): Change type to const char * from char *.
9518         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
9519         (find_pc_partial_function): Update.
9520         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
9521         type of "name" parameter to const char * from char *.
9522         All uses updated.
9523         * arch-utils.c (generic_in_solib_return_trampoline): Change
9524         type of "name" parameter to const char * from char *.
9525         * arch-utils.h (generic_in_solib_return_trampoline): Update.
9526         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
9527         type of "name" parameter to const char * from char *.
9528         * gdbarch.sh (in_solib_return_trampoline): Ditto.
9529         * gdbarch.c: Regenerate.
9530         * gdbarch.h: Regenerate.
9531         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
9532         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
9533         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
9534         type of "name" parameter to const char * from char *.
9535         * skip.c (skip_function_pc): Ditto.
9536         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
9537         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
9538         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
9539         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
9540         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
9541         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
9542         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
9543         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
9544         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
9545
9546 2012-02-02  Pedro Alves  <palves@redhat.com>
9547
9548         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
9549         the current inferior has no execution.  Make sure the current
9550         remote process matches gdb's current inferior.
9551
9552 2012-02-02  Tom Tromey  <tromey@redhat.com>
9553
9554         PR gdb/13405:
9555         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
9556         read-only memory.
9557
9558 2012-02-02  Tom Tromey  <tromey@redhat.com>
9559
9560         PR gdb/9307:
9561         * symtab.c (lookup_language_this): Set block_found.
9562
9563 2012-02-01  Tom Tromey  <tromey@redhat.com>
9564
9565         PR gdb/13431:
9566         * jit.c (struct jit_inferior_data): Rewrite.
9567         (struct jit_objfile_data): New.
9568         (get_jit_objfile_data): New function.
9569         (add_objfile_entry): Update.
9570         (jit_read_descriptor): Return int.  Replace descriptor_addr
9571         argument with inf_data.  Update.  Don't call error.
9572         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
9573         descriptor here.
9574         (jit_inferior_init): Don't look up descriptor.  Don't call error.
9575         (jit_reset_inferior_data_and_breakpoints)
9576         (jit_inferior_created_observer): Remove.
9577         (jit_inferior_exit_hook): Update.
9578         (jit_executable_changed_observer): Remove.
9579         (jit_event_handler): Update.
9580         (free_objfile_data): Reset inferior data if needed.
9581         (_initialize_jit): Update.
9582
9583 2012-02-01  Tom Tromey  <tromey@redhat.com>
9584
9585         * jit.c (bfd_open_from_target_memory): Move higher in file.
9586
9587 2012-02-01  Tristan Gingold  <gingold@adacore.com>
9588
9589         * libunwind-frame.c (libunwind_load): Display message if dlopen
9590         failed.
9591
9592 2012-02-01  Gary Benson  <gbenson@redhat.com>
9593
9594         * symtab.h (symbol_found_callback_ftype): New typedef.
9595         (iterate_over_symbols): Use the above.
9596         * symtab.c (iterate_over_symbols): Likewise.
9597         * language.h (language_defn->la_iterate_over_symbols): Likewise.
9598         * ada-lang.c (ada_iterate_over_symbols): Likewise.
9599         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
9600         (iterate_name_matcher): Document return values.
9601         (collect_one_symbol): Likewise.
9602         (collect_function_symbols): Likewise.
9603         (collect_symbols): Likewise.
9604
9605 2012-02-01  Tom Tromey  <tromey@redhat.com>
9606
9607         * ada-lang.c (resolve_subexp): Update.
9608         (ada_lookup_symbol_list): Add 'full_search' argument.
9609         (ada_iterate_over_symbols): Pass 0 as full_search argument to
9610         ada_lookup_symbol_list.
9611         (ada_lookup_encoded_symbol): Update.
9612         (get_var_value): Update.
9613         * ada-exp.y (block_lookup): Update.
9614         (write_var_or_type): Update.
9615         (write_name_assoc): Update.
9616         * ada-lang.h (ada_lookup_symbol_list): Update.
9617
9618 2012-01-31  Tom Tromey  <tromey@redhat.com>
9619
9620         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
9621         comment.
9622
9623 2012-01-31  Doug Evans  <dje@google.com>
9624
9625         * symtab.h: Remove outdated comment.
9626         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
9627
9628 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
9629
9630         Fix build error in Darwin port.
9631         * i386-darwin-nat.c: Include i386-nat.h.
9632
9633 2012-01-30  Tom Tromey  <tromey@redhat.com>
9634
9635         PR breakpoints/13568:
9636         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
9637         argument.  Check for recursive includes.
9638         (dwarf_decode_macros): Create an include hash.
9639
9640 2012-01-30  Michael Eager  <eager@eagercon.com>
9641
9642         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
9643         * ppc-linux-tdep.c: Include glibc-tdep.h.
9644         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
9645         (powerpc_linux_in_plt_stub): New function.
9646         (powerpc_linux_in_dynsym_resolve_code): New function.
9647         (ppc_skip_trampoline_code): New function.
9648         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
9649         Use glibc_skip_solib_resolver.
9650
9651 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
9652
9653         Code cleanup: Make 1440 bytes of data segment read-only.
9654         * arch-utils.c (endian_enum): Make it const char *const [].
9655         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
9656         Likewise.
9657         * breakpoint.c (always_inserted_enums): Likewise.
9658         * cli/cli-cmds.c (script_ext_enums): Likewise.
9659         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
9660         enumlist parameter const char *const *.
9661         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
9662         const char *const *.
9663         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
9664         parameter const char *const *.
9665         * cris-tdep.c (cris_modes): Make it const char *const [].
9666         * filesystem.c (target_file_system_kinds): Likewise.
9667         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
9668         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
9669         (can_use_displaced_stepping_enum, scheduler_enums)
9670         (exec_direction_names): Likewise.
9671         * language.c (_initialize_language): Make the type_or_range_names and
9672         case_sensitive_names variables const char *const [].
9673         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
9674         * python/python.c (python_excp_enums): Likewise.
9675         * remote.c (interrupt_sequence_modes): Likewise.
9676         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
9677         * serial.c (logbase_enums): Likewise.
9678         * sh-tdep.c (sh_cc_enum): Likewise.
9679         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
9680         Likewise.
9681         * symtab.c (multiple_symbols_modes): Likewise.
9682         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
9683         Likewise.
9684         * utils.c (internal_problem_modes): Likewise.
9685
9686 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9687
9688         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
9689         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
9690         result.
9691
9692 2012-01-27  Doug Evans  <dje@google.com>
9693
9694         * configure.ac (with_python): Fix absolute path handling for win32.
9695         * configure: Regenerate.
9696
9697 2012-01-26  Doug Evans  <dje@google.com>
9698
9699         * symtab.c: Whitespace cleanup, no code changes.
9700
9701         * symtab.c (lookup_symbol_in_language): Improve comment.
9702         (lookup_symbol_aux): Fix comment.
9703
9704         * psymtab.c (add_psymbol_to_list): Result is now "void".
9705         * psympriv.h (add_psymbol_to_list): Update.
9706
9707         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
9708
9709 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9710
9711         Do not open script filenames twice.
9712         * cli/cli-cmds.c (source_script_from_stream): Pass to
9713         source_python_script also STREAM.
9714         * python/py-auto-load.c (source_section_scripts): Pass to
9715         source_python_script_for_objfile also STREAM.
9716         (auto_load_objfile_script): Pass to source_python_script_for_objfile
9717         also INPUT.
9718         * python/python-internal.h (source_python_script_for_objfile): New
9719         parameter file, rename parameter file to filename.
9720         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
9721         instead if !_WIN32.  Update the function comment.
9722         (source_python_script, source_python_script_for_objfile)
9723         (source_python_script): New parameter file, rename parameter file to
9724         filename.  Pass FILENAME to python_run_simple_file.
9725         * python/python.h (source_python_script): New parameter file, rename
9726         parameter file to filename.
9727
9728 2012-01-26  Pedro Alves  <palves@redhat.com>
9729
9730         * corelow.c (core_has_fake_pid): Delete.
9731         (core_close): Delete references to `core_has_fake_pid'.
9732         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
9733         (core_open): Delete references to `core_has_fake_pid'.
9734         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
9735         the removed global.
9736
9737 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
9738
9739         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
9740         Remove language parameter from name_matcher.  Adjust the comment.
9741         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
9742         Remove language parameter.
9743         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
9744         * linespec.c (iterate_name_matcher): Likewise.
9745         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
9746         name_matcher.  Adjust call accordingly.
9747         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
9748         (maintenance_check_symtabs): Adjust type of parameter "fun".
9749         * psymtab.h (maintenance_check_symtabs): Likewise.
9750
9751 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
9752
9753         * language.h (symbol_name_match_p_ftype): New typedef.
9754         (struct language_defn): Replace field la_symbol_name_compare
9755         by la_get_symbol_name_match_p.
9756         * ada-lang.c (ada_get_symbol_name_match_p): New function.
9757         (ada_language_defn): Use it.
9758         * linespec.c (struct symbol_matcher_data): New type.
9759         (iterate_name_matcher): Rewrite.
9760         (iterate_over_all_matching_symtabs): Pass a pointer to
9761         a symbol_matcher_data struct to expand_symtabs_matching
9762         instead of just the lookup name.
9763         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
9764         opencl-lang.c, p-lang.c, language.c: Delete field
9765         la_symbol_name_compare, and replace by NULL for new field
9766         la_get_symbol_name_match_p.
9767         * symfile.h (struct quick_symbol_functions): Update comment.
9768
9769 2012-01-25  Tom Tromey  <tromey@redhat.com>
9770
9771         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
9772         dereferencing.
9773
9774 2012-01-24  Tom Tromey  <tromey@redhat.com>
9775
9776         PR symtab/12406:
9777         * solib.c (update_solib_list): Update the program space's
9778         added_solibs and deleted_solibs fields.
9779         * progspace.h (struct program_space) <added_solibs,
9780         deleted_solibs>: New fields.
9781         (clear_program_space_solib_cache): Declare.
9782         * progspace.c (release_program_space): Call
9783         clear_program_space_solib_cache.
9784         (clear_program_space_solib_cache): New function.
9785         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
9786         bpstat_stop_status.  Use handle_solib_event.
9787         * breakpoint.c: Include gdb_regex.h.
9788         (print_solib_event): New function.
9789         (bpstat_print): Use print_solib_event.
9790         (bpstat_stop_status): Add special case for bp_shlib_event.
9791         (handle_solib_event): New function.
9792         (bpstat_what): Use handle_solib_event.
9793         (struct solib_catchpoint): New.
9794         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
9795         (breakpoint_hit_catch_solib, check_status_catch_solib)
9796         (print_it_catch_solib, print_one_catch_solib)
9797         (print_mention_catch_solib, print_recreate_catch_solib): New
9798         functions.
9799         (catch_solib_breakpoint_ops): New global.
9800         (catch_load_or_unload, catch_load_command_1)
9801         (catch_unload_command_1): New functions.
9802         (internal_bkpt_check_status): Add special case for
9803         bp_shlib_event.
9804         (internal_bkpt_print_it): Use print_solib_event.
9805         (initialize_breakpoint_ops): Initialize
9806         catch_solib_breakpoint_ops.
9807         (_initialize_breakpoint): Register "catch load" and "catch
9808         unload".
9809         * breakpoint.h (handle_solib_event): Declare.
9810         * NEWS: Add entry for "catch load" and "catch unload".
9811
9812 2012-01-24  Tom Tromey  <tromey@redhat.com>
9813
9814         * ada-lang.c: Include gdb_vecs.h.
9815         * charset.c: Include gdb_vecs.h.
9816         * tracepoint.h: Include gdb_vecs.h.
9817         * gdb_vecs.h: New file.
9818
9819 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
9820
9821         * breakpoint.c (breakpoint_hit_catch_fork)
9822         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
9823         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
9824         * infrun.c (inferior_has_forked, inferior_has_vforked)
9825         (inferior_has_execd, inferior_has_called_syscall): Delete.
9826         (handle_syscall_event): Get syscall_number from the execution
9827         control state's wait status.
9828         (wait_for_inferior): Don't clear syscall_number.
9829
9830 2012-01-24  Pedro Alves  <palves@redhat.com>
9831
9832         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
9833         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
9834         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
9835         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
9836         `ws' parameter.
9837         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
9838         false for events other than TARGET_SIGNAL_TRAP.
9839         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
9840         Add `ws' parameter.
9841         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
9842         events other than TARGET_SIGNAL_TRAP.
9843         (tracepoint_breakpoint_hit): Add `ws' parameter.
9844         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
9845         parameter.
9846         (bpstat_stop_status): Same.
9847         (pc_at_non_inline_function): Same.
9848         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
9849         to pass the current event's waitstatus to bpstat_stop_status
9850         and pc_at_non_inline_function.
9851
9852 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9853
9854         Code cleanup.
9855         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
9856         Update the function comment for it.
9857         (source_script_with_search): Call make_cleanup_fclose for STREAM.
9858         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
9859         for STREAM.
9860
9861 2012-01-24  Pedro Alves  <palves@redhat.com>
9862
9863         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
9864         outside `bs->stop' block.
9865         (bpstat_what): Rework bp_shlib_event handling.
9866         (internal_bkpt_check_status): If the breakpoint is a
9867         bp_shlib_event, then set bs->stop and bs->print if
9868         stop_on_solib_events is set.
9869
9870 2012-01-24  Gary Benson  <gbenson@redhat.com>
9871
9872         Delete #if 0'd out code.
9873         * stack.c (print_frame_label_vars): Remove.
9874         (catch_info): Likewise.
9875         (_initialize_stack): Remove "info catch" command.
9876         * NEWS: Mention the above.
9877
9878 2012-01-24  Pedro Alves  <palves@redhat.com>
9879
9880         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
9881         it.
9882         (remote_notice_new_inferior): If the remote end doesn't support
9883         the multiprocess extensions, then the PID is fake.
9884         (add_current_inferior_and_thread): New.
9885         (remote_start_remote): Use it.
9886         (extended_remote_attach_1): Adjust.
9887         (extended_remote_create_inferior_1): Use
9888         add_current_inferior_and_thread.
9889
9890 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9891
9892         Fix watchpoints to be specific for each inferior.
9893         * breakpoint.c (watchpoint_in_thread_scope): Verify also
9894         current_program_space.
9895         * i386-nat.c (i386_inferior_data_cleanup): New.
9896         (i386_inferior_data_get): Replace variable inf_data_local by an
9897         inferior_data call.
9898         (i386_use_watchpoints): Initialize i386_inferior_data.
9899         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
9900         specific iterate_over_lwps.
9901
9902 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
9903
9904         Fix watchpoints across inferior fork.
9905         * amd64-linux-nat.c (update_debug_registers_callback): Update the
9906         comment for linux_nat_iterate_watchpoint_lwps.
9907         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
9908         linux_nat_iterate_watchpoint_lwps.
9909         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
9910         * i386-linux-nat.c (update_debug_registers_callback): Update the
9911         comment for linux_nat_iterate_watchpoint_lwps.
9912         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
9913         linux_nat_iterate_watchpoint_lwps.
9914         (i386_linux_prepare_to_resume): New comment on Linux kernel.
9915         * i386-nat.c: Include inferior.h.
9916         (dr_mirror): Remove.
9917         (i386_inferior_data, struct i386_inferior_data)
9918         (i386_inferior_data_get): New.
9919         (i386_debug_reg_state): Use i386_inferior_data_get.
9920         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
9921         (i386_insert_watchpoint, i386_remove_watchpoint)
9922         (i386_stopped_data_address, i386_insert_hw_breakpoint)
9923         (i386_remove_hw_breakpoint): New variable state, use
9924         i386_debug_reg_state instead of DR_MIRROR.
9925         * linux-nat.c (delete_lwp): New declaration.
9926         (num_lwps): Move here from downwards.
9927         (delete_lwp_cleanup): New.
9928         (linux_child_follow_fork): Create new child_lp, call
9929         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
9930         PTRACE_DETACH.
9931         (num_lwps): Move upwards.
9932         (linux_nat_iterate_watchpoint_lwps): New.
9933         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
9934         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
9935
9936 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
9937
9938         GDB 7.4 released.
9939
9940 2012-01-23  Pedro Alves  <palves@redhat.com>
9941
9942         * top.c (caution): Rename to ...
9943         (confirm): ... this.
9944         (show_caution): Rename to ...
9945         (show_confirm): ... this.
9946         (quit_cover): Adjust.
9947         (init_main): Adjust.
9948         * top.h (caution): Rename to ...
9949         (confirm): ... this.
9950         * utils.c (internal_vproblem, defaulted_query): Adjust.
9951
9952 2012-01-23  Pedro Alves  <palves@redhat.com>
9953
9954         * top.c (caution): Update comment.
9955         (execute_command): Don't consider the current value of `caution'.
9956
9957 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
9958
9959         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
9960
9961 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
9962
9963         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
9964         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
9965         * target.c (target_fileio_pwrite): Remove buffer address from
9966         debug output.
9967         (target_fileio_pread): Likewise.
9968
9969 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
9970
9971         * NEWS: Document remote "info proc" and "generate-core-file".
9972
9973 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
9974
9975         * gdbarch.sh (find_memory_regions): New callback.
9976         * gdbarch.c, gdbarch.h: Regenerate.
9977
9978         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
9979         callback before falling back to target method.
9980
9981         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
9982         (linux_target_install_ops): No longer install it.
9983
9984         * linux-tdep.c (linux_find_memory_regions): New function.
9985         (linux_init_abi): Install it.
9986
9987 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
9988
9989         * gdbarch.sh (make_corefile_notes): New architecture callback.
9990         * gdbarch.c: Regenerate.
9991         * gdbarch.h: Likewise.
9992
9993         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
9994         before target_make_corefile_notes.  If NULL is returned, the
9995         target does not support core file generation.
9996
9997         * linux-nat.c: Include "linux-tdep.h".
9998         (find_signalled_thread, find_stop_signal): Remove.
9999         (linux_nat_do_thread_registers): Likewise.
10000         (struct linux_nat_corefile_thread_data): Likewise.
10001         (linux_nat_corefile_thread_callback): Likewise.
10002         (iterate_over_spus): Likewise.
10003         (struct linux_spu_corefile_data): Likewise.
10004         (linux_spu_corefile_callback): Likewise.
10005         (linux_spu_make_corefile_notes): Likewise.
10006         (linux_nat_collect_thread_registers): New function.
10007         (linux_nat_make_corefile_notes): Replace contents by call to
10008         linux_make_corefile_notes passing linux_nat_collect_thread_registers
10009         as native-only callback.
10010
10011         * linux-tdep.h: Include "bfd.h".
10012         (struct regcache): Add forward declaration.
10013         (linux_collect_thread_registers_ftype): New typedef.
10014         (linux_make_corefile_notes): Add prototype.
10015         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
10016         "regset.h", and "elf-bfd.h".
10017         (find_signalled_thread, find_stop_signal): New functions.
10018         (linux_spu_make_corefile_notes): Likewise.
10019         (linux_collect_thread_registers): Likewise.
10020         (struct linux_corefile_thread_data): New data structure.
10021         (linux_corefile_thread_callback): New funcion.
10022         (linux_make_corefile_notes): Likewise.
10023         (linux_make_corefile_notes_1): Likewise.
10024         (linux_init_abi): Install it.
10025
10026 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10027
10028         * gdbarch.sh (info_proc): New callback.
10029         * gdbarch.c, gdbarch.h: Regenerate.
10030
10031         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
10032         before falling back to the target info_proc callback.
10033
10034         * linux-nat.c: Do not include "cli/cli-utils.h".
10035         (linux_nat_info_proc): Remove.
10036         (linux_target_install_ops): No longer install it.
10037
10038         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
10039         (read_mapping): New function.
10040         (linux_info_proc): Likewise.
10041         (linux_init_abi): Install it.
10042
10043 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10044
10045         * defs.h (enum info_proc_what): Moved here from linux-nat.c
10046         * infcmd.c: (info_proc_cmd_1): New function.
10047         (info_proc_cmd): New function, moved here from equivalent routine
10048         orignally in linux-nat.c.
10049         (info_proc_cmd_mappings): Likewise.
10050         (info_proc_cmd_stat): Likewise.
10051         (info_proc_cmd_status): Likewise.
10052         (info_proc_cmd_cwd): Likewise.
10053         (info_proc_cmd_cmdline): Likewise.
10054         (info_proc_cmd_exe): Likewise.
10055         (info_proc_cmd_all): Likewise.
10056         (_initialize_infcmd): Install "info proc" command and subcommands.
10057
10058         * target.h (struct target_ops): Add to_info_proc.
10059         (target_info_proc): Add prototype.
10060         * target.c (target_info_proc): New function.
10061
10062         * procfs.c (procfs_info_proc): Add prototype.
10063         (info_proc_cmd): Rename into ...
10064         (procfs_info_proc): ... this.  Update argument types as appropriate
10065         for a to_info_proc implementation.  Handle "what" argument.
10066         (procfs_target): Install procfs_info_proc.
10067         (_initialize_procfs): No longer install "info proc" command.
10068
10069         * linux-nat.c: (enum info_proc_what): Remove.
10070         (linux_nat_info_proc_cmd_1): Rename into ...
10071         (linux_nat_info_proc): ... this.  Update argument types as appropriate
10072         for a to_info_proc implementation.
10073         (linux_nat_info_proc_cmd): Remove.
10074         (linux_nat_info_proc_cmd_mappings): Likewise.
10075         (linux_nat_info_proc_cmd_stat): Likewise.
10076         (linux_nat_info_proc_cmd_status): Likewise.
10077         (linux_nat_info_proc_cmd_cwd): Likewise.
10078         (linux_nat_info_proc_cmd_cmdline): Likewise.
10079         (linux_nat_info_proc_cmd_exe): Likewise.
10080         (linux_nat_info_proc_cmd_all): Likewise.
10081         (linux_target_install_ops): Install linux_nat_info_proc.
10082         (_initialize_linux_nat): No longer install "info proc" command
10083         and subcommands.
10084
10085 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
10086
10087         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
10088         * config.in, configure: Regenerate.
10089
10090         * target.h (struct target_ops): Add to_fileio_readlink.
10091         (target_fileio_readlink): Add prototype.
10092         * target.c (target_fileio_readlink): New function.
10093
10094         * inf-child.c: Conditionally include <sys/param.h>.
10095         (inf_child_fileio_readlink): New function.
10096         (inf_child_target): Install it.
10097
10098         * remote.c (PACKET_vFile_readlink): New enum value.
10099         (remote_hostio_readlink): New function.
10100         (init_remote_ops): Install it.
10101         (_initialize_remote): Handle vFile:readlink packet type.
10102
10103 2012-01-20  Pedro Alves  <palves@redhat.com>
10104             Ulrich Weigand  <ulrich.weigand@linaro.org>
10105
10106         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
10107         * config.in, configure: Regenerate.
10108
10109         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
10110         to_fileio_pread, to_fileio_close, to_fileio_unlink.
10111         (target_fileio_open): Add prototype.
10112         (target_fileio_pwrite): Likewise.
10113         (target_fileio_pread): Likewise.
10114         (target_fileio_close): Likewise.
10115         (target_fileio_unlink): Likewise.
10116         (target_fileio_read_alloc): Likewise.
10117         (target_fileio_read_stralloc): Likewise.
10118
10119         * target.c: Include "gdb/fileio.h".
10120         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
10121         (default_fileio_target): New function.
10122         (target_fileio_open): Likewise.
10123         (target_fileio_pwrite): Likewise.
10124         (target_fileio_pread): Likewise.
10125         (target_fileio_close): Likewise.
10126         (target_fileio_unlink): Likewise.
10127         (target_fileio_close_cleanup): Likewise.
10128         (target_fileio_read_alloc_1): Likewise.
10129         (target_fileio_read_alloc): Likewise.
10130         (target_fileio_read_stralloc): Likewise.
10131
10132         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
10133         <fcntl.h>, and <unistd.h>.
10134         (inf_child_fileio_open_flags_to_host): New function.
10135         (inf_child_errno_to_fileio_error): Likewise.
10136         (inf_child_fileio_open): Likewise.
10137         (inf_child_fileio_pwrite): Likewise.
10138         (inf_child_fileio_pread): Likewise.
10139         (inf_child_fileio_close): Likewise.
10140         (inf_child_fileio_unlink): Likewise.
10141         (inf_child_target): Install to_fileio routines.
10142
10143         * remote.c (init_remote_ops): Install to_fileio routines.
10144
10145 2012-01-20  Pedro Alves  <palves@redhat.com>
10146             Ulrich Weigand  <ulrich.weigand@linaro.org>
10147
10148         * remote.c (remote_multi_process_p): Only check for multi-process
10149         protocol feature, do not check for extended protocol.
10150         (remote_supports_multi_process): Check for extended protocol here.
10151         (set_general_process): Likewise.
10152         (extended_remote_kill): Likewise.
10153         (remote_pid_to_str): Likewise.
10154         (remote_query_supported): Always query multiprocess mode.
10155
10156 2012-01-20  Pedro Alves  <palves@redhat.com>
10157             Ulrich Weigand  <ulrich.weigand@linaro.org>
10158
10159         * inferior.h (struct inferior): Add fake_pid_p.
10160         * inferior.c (exit_inferior_1): Clear fake_pid_p.
10161         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
10162         magic_null_ptid since the remote side doesn't provide a real PID.
10163
10164 2012-01-19  Tom Tromey  <tromey@redhat.com>
10165
10166         * NEWS: Combine the two Python sections.
10167
10168 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
10169
10170         * target.h (target_close): Update comment on the target's unpush state.
10171
10172 2012-01-19  Pedro Alves  <palves@redhat.com>
10173
10174         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
10175         linux_nat_async directly instead of going through the target
10176         vector.
10177         * target.c (unpush_target): Close target after unpushing it, not
10178         before.
10179
10180 2012-01-19  Gary Benson  <gbenson@redhat.com>
10181
10182         * mdebugread.c (sort_blocks): Replace integer constants with ones
10183         derived from FIRST_LOCAL_BLOCK.
10184
10185 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
10186             Jan Kratochvil  <jan.kratochvil@redhat.com>
10187
10188         PR gdb/9538
10189         * symfile.c (find_separate_debug_file): New function.
10190         (terminate_after_last_dir_separator): Likewise.
10191         (find_separate_debug_file_by_debuglink): Also try realpath.
10192         * configure.ac (AC_CHECK_FUNCS): Add lstat.
10193         * configure: Regenerate.
10194         * config.in: Regenerate.
10195
10196 2012-01-18  Doug Evans  <dje@google.com>
10197
10198         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
10199         (main.o): Remove rule.
10200         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
10201         (--with-sysroot): Rewrite.
10202         * configure: Regenerate.
10203         * config.in: Regenerate.
10204
10205 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
10206
10207         * parse.c (initialize_expout): New function.
10208         (reallocate_expout): Likewise.
10209         (parse_exp_in_context): Use `initialize_expout' and
10210         `reallocate_expout' when appropriate.
10211
10212 2012-01-18  Pedro Alves  <palves@redhat.com>
10213
10214         * record.c (struct record_breakpoint, record_breakpoint_p)
10215         (record_breakpoints): New.
10216         (record_insert_breakpoint, record_remove_breakpoint): Manage
10217         record breakpoints list.  Only remove breakpoints from the
10218         inferior if they had been inserted there in the first place.
10219
10220 2012-01-17  Doug Evans  <dje@google.com>
10221
10222         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
10223         if we know we don't have a file name to look for.
10224
10225 2012-01-17  Pedro Alves  <palves@redhat.com>
10226
10227         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
10228         the frame's stop reason is UNWIND_UNAVAILABLE.
10229
10230 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10231
10232         Fix compilation error.
10233         * m2-exp.y (yyerror): Use ANSI C prototype.
10234
10235 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
10236
10237         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
10238         (growbuf_by_size): Likewise.
10239         (yyerror): Likewise.
10240         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
10241         (modblock): Remove variable (was #if 0'ed).
10242         (parse_number): Convert prototype from K&R to ANSI C.
10243         (yyerror): Likewise.
10244         * objc-exp.y (parse_number): Likewise.
10245         (yyerror): Likewise.
10246         (yylex): Remove #if 0'ed code.
10247         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
10248         (yyerror): Likewise.
10249
10250 2012-01-16  Tom Tromey  <tromey@redhat.com>
10251
10252         * NEWS: Add item.
10253         * symtab.h (compare_filenames_for_search): Declare.
10254         * symtab.c (compare_filenames_for_search): New function.
10255         (iterate_over_some_symtabs): Use it.
10256         * symfile.h (struct quick_symbol_functions)
10257         <map_symtabs_matching_filename>: Change spec.
10258         * psymtab.c (partial_map_symtabs_matching_filename): Use
10259         compare_filenames_for_search.  Update for new spec.
10260         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
10261         compare_filenames_for_search.  Update for new spec.
10262         * breakpoint.c (clear_command): Use compare_filenames_for_search.
10263
10264 2012-01-16  Tom Tromey  <tromey@redhat.com>
10265
10266         PR python/13281:
10267         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
10268         (struct main_type) <flag_flag_enum>: New field.
10269         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
10270         * NEWS: Add entries.
10271         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
10272         enums.
10273         * python/lib/gdb/printing.py (_EnumInstance): New class.
10274         (FlagEnumerationPrinter): Likewise.
10275
10276 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
10277
10278         * breakpoint.c (create_sals_from_address_default): New function.
10279         (create_breakpoints_sal_default): Likewise.
10280         (decode_linespec_default): Likewise.
10281         (is_marker_spec): Removed.
10282         (strace_marker_p): New function.
10283         (init_breakpoint_sal): Using `strace_marker_p' instead of
10284         `is_marker_spec'.
10285         (create_breakpoint): Call method `create_sals_from_address' from
10286         breakpoint_ops, replacing code that created SALs conditionally
10287         on the type of the breakpoint.  Call method `create_breakpoints_sal',
10288         replacing code that created breakpoints conditionally on the type
10289         wanted.
10290         (base_breakpoint_create_sals_from_address): New function.
10291         (base_breakpoint_create_breakpoints_sal): Likewise.
10292         (base_breakpoint_decode_linespec): Likewise.
10293         (base_breakpoint_ops): Add methods
10294         `base_breakpoint_create_sals_from_address',
10295         `base_breakpoint_create_breakpoints_sal' and
10296         `base_breakpoint_decode_linespec'.
10297         (bkpt_create_sals_from_address): New function.
10298         (bkpt_create_breakpoints_sal): Likewise.
10299         (bkpt_decode_linespec): Likewise.
10300         (tracepoint_create_sals_from_address): Likewise.
10301         (tracepoint_create_breakpoints_sal): Likewise.
10302         (tracepoint_decode_linespec): Likewise.
10303         (strace_marker_create_sals_from_address): Likewise.
10304         (strace_marker_create_breakpoints_sal): Likewise.
10305         (strace_marker_decode_linespec): Likewise.
10306         (strace_marker_breakpoint_ops): New variable.
10307         (addr_string_to_sals): Remove `marker_spec'.  Call method
10308         `decode_linespec' from breakpoint_ops, replacing code that decoded
10309         an address string into a SAL.  Use `strace_marker_p' instead of
10310         `marker_spec'.
10311         (strace_command): Decide whether we are dealing with a static
10312         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
10313         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
10314         * breakpoint.h (linespec_result, linespec_sals): New forward
10315         declarations.
10316         (breakpoint_ops) <create_sals_from_address>,
10317         <create_breakpoints_sal>, <decode_linespec>: New methods.
10318
10319 2012-01-14  Doug Evans  <dje@google.com>
10320
10321         * NEWS: Update text for "maint set python print-stack".
10322         It is deprecated in gdb 7.4 and deleted in 7.5.
10323
10324 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
10325
10326         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
10327         including curses.h.
10328
10329 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
10330
10331         * configure: Regenerate.
10332         * config.in: Regenerate.
10333
10334 2012-01-12  Keith Seitz  <keiths@redhat.com>
10335
10336         PR mi/10586
10337         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
10338         (ANONYMOUS_UNION_NAME): Define.
10339         (is_path_expr_parent): New function.
10340         (get_path_expr_parent): New function.
10341         (is_anonymous_child): New function.
10342         (create_child_with_value): If the child is anonymous and without
10343         a name, assign an object name to it.
10344         (c_describe_child): Use get_path_expr_parent to determine
10345         the parent expression.
10346         If there field represents an anonymous struct or union and
10347         has no name, set an appropriate display name and expression.
10348         (cplus_describe_child): Likewise.
10349
10350 2012-01-12  Pedro Alves  <palves@redhat.com>
10351
10352         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
10353         available when %ebp is found to be zero (outermost).
10354
10355 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
10356
10357         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
10358         an internal gdb_static_assert.
10359         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
10360
10361 2012-01-11  Tom Tromey  <tromey@redhat.com>
10362
10363         PR gdb/9598:
10364         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
10365         catch" and "catch throw".
10366
10367 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
10368
10369         * blockframe.c (block_innermost_frame): Start search from selected
10370         frame, if present, or otherwise the current frame.
10371
10372         * c-exp.y (variable): Update innermost_block for
10373         'block COLONCOLON NAME' clause.
10374         * m2-exp.y (variable): Ditto.
10375         * objc-exp.y (variable): Ditto.
10376
10377 2012-01-10  Tom Tromey  <tromey@redhat.com>
10378
10379         PR python/13199:
10380         * python/python.c (finish_python_initialization): Set sys.argv.
10381
10382 2012-01-10  Doug Evans  <dje@google.com>
10383
10384         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
10385         "want_line_info".  All callers updated.
10386         (dwarf_decode_lines_1): New function.
10387         (handle_DW_AT_stmt_list): Add function comment.
10388         New arg "want_line_info".  All callers updated.
10389         (read_file_scope,read_type_unit_scope): Move comment from
10390         handle_DW_AT_stmt_list to here.
10391
10392 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10393
10394         Fix regression after libiberty/ update for GCC PR 6057 and others.
10395         * c-exp.y (operator) <OPERATOR DELETE>
10396         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10397         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
10398         (make_builtin_type, make_name): New variable i, add gdb_assert.
10399         (operator) <OPERATOR NEW>: Update ARGS to 3.
10400         (operator) <OPERATOR DELETE>: Add trailing space.
10401         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
10402         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
10403         * cp-support.c (cp_canonicalize_string): Check NULL from
10404         cp_comp_to_string, call warning and return.
10405
10406 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
10407
10408         Fix duplicate .o files after omitting libbfd.a.
10409         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
10410         (SFILES): Add corelow.c.
10411         (COMMON_OBS): Add corelow.o.
10412         (ALLDEPFILES): Remove corelow.c.
10413         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
10414         * config/alpha/alpha-osf3.mh: Likewise.
10415         * config/alpha/fbsd.mh: Likewise.
10416         * config/arm/nbsdaout.mh: Likewise.
10417         * config/arm/nbsdelf.mh: Likewise.
10418         * config/i386/i386gnu.mh: Likewise.
10419         * config/ia64/hpux.mh: Likewise.
10420         * config/ia64/linux.mh: Likewise.
10421         * config/m32r/linux.mh: Likewise.
10422         * config/m68k/linux.mh: Likewise.
10423         * config/mips/irix5.mh: Likewise.
10424         * config/mips/irix6.mh: Likewise.
10425         * config/pa/hpux.mh: Likewise.
10426         * config/pa/linux.mh: Likewise.
10427         * config/powerpc/aix.mh: Likewise.
10428         * config/sparc/linux.mh: Likewise.
10429         * config/sparc/linux64.mh: Likewise.
10430         * config/sparc/sol2.mh: Likewise.
10431         * config/vax/vax.mh: Likewise.
10432         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
10433         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
10434         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
10435         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
10436         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
10437         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
10438         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
10439         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
10440         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
10441         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
10442         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
10443         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
10444         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10445         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
10446         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
10447         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10448         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
10449         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
10450         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
10451         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
10452         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
10453         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
10454         corelow.o from gdb_target_obs.
10455         * corefile.c (core_target): Update the comment on NULL value.
10456         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
10457         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
10458         MATCHES.  Drop YUMMY set on NULL.
10459         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
10460         reclaim CORE_DATA if it is already NULL.
10461
10462 2012-01-09  Doug Evans  <dje@google.com>
10463
10464         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
10465         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
10466
10467 2012-01-09  Keith Seitz  <keiths@redhat.com>
10468
10469         * breakpoint.c (wrapper.h): Don't include.
10470
10471 2012-01-09  Keith Seitz  <keiths@redhat.com>
10472
10473         * Makefile.in (SFILES): Remove wrapper.c.
10474         (HFILES_NO_SRCDIR): Remove wrapper.h.
10475         (COMMON_OBS): Remove wrapper.o.
10476         * cli/cli-interp.c: Don't inlude wrapper.h.
10477         * corelow.c: Likewise.
10478         (core_open): Replace gdb_target_find_new_threads with
10479         TRY_CATCH around target_find_new_threads.
10480         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
10481         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
10482         * varobj.c (varobj_create): Likewise for parse_exp_1 and
10483         evaluate_expression.
10484         (varobj_set_value): Likewise for evaluate_expression and
10485         value_assign.
10486         (install_new_variable): Likewise for value_fetch_lazy.
10487         (adjust_value_for_child_access): Likewise for value_ind.
10488         (c_describe_child): Likewise for value_subscript and
10489         value_ind.
10490         (c_value_of_root): Likewise for evaluate_expression.
10491         * wrapper.c: Remove.
10492         * wrapper.h: Remove.
10493
10494 2012-01-09  Doug Evans  <dje@google.com>
10495
10496         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
10497         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
10498         "abfd" args with "section".  All callers updated.
10499         Error checking code moved ...
10500         (error_check_comp_unit_head): ... here.  New function.
10501         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
10502         Delete arg "abfd".  New arg "type_offset".  All callers updated.
10503         (create_debug_types_hash_table): Simplify by using
10504         read_and_check_type_unit_head.
10505
10506         * parser-defs.h (namecopy): Delete.
10507         * parse.c (namecopy, namecopy_size): Move into copy_name.
10508
10509 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
10510
10511         Partially fix duplicate .o files after omitting libbfd.a.
10512         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
10513         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10514         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
10515         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10516         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
10517         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
10518         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
10519
10520 2012-01-09  Pedro Alves  <palves@redhat.com>
10521
10522         * MAINTAINERS: Update my email address.
10523
10524 2012-01-08  Doug Evans  <dje@google.com>
10525
10526         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
10527         n_type_units.  Rename type_comp_units to all_type_units.
10528         All uses updated.
10529         (add_signatured_type_cu_to_table): Renamed from
10530         add_signatured_type_cu_to_list.  All callers updated.
10531
10532         * gdbtypes.h (struct cplus_struct_type): Delete member
10533         nfn_fields_total.  All uses removed.
10534
10535 2012-01-06  Doug Evans  <dje@google.com>
10536
10537         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
10538         to top of file.
10539         (dwarf2_find_comp_unit): Delete.
10540         (process_psymtab_comp_unit): Make result "void".
10541         Delete args buffer, info_ptr, buffer_size, and replace with
10542         "section".  All callers updated.
10543         (dwarf2_build_psymtabs_hard): Simplify.
10544
10545 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
10546             Thiago Jung Bauermann  <bauerman@br.ibm.com>
10547
10548         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
10549         before `struct gdb_exception'.
10550         * breakpoint.c (update_global_location_list_nothrow)
10551         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
10552         * cp-abi.c (value_rtti_type): Likewise.
10553         * cp-support.c (cp_validate_operator): Likewise.
10554         * infrun.c (insert_exception_resume_breakpoint)
10555         (check_exception_resume, keep_going): Likewise.
10556         * mi-interp.c (mi_breakpoint_created)
10557         (mi_breakpoint_modified): Likewise.
10558         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
10559         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
10560         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
10561
10562 2012-01-05  Doug Evans  <dje@google.com>
10563
10564         * dwarf2read.c (statement_prologue): Delete, unused.
10565
10566         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
10567         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
10568
10569         * dwarf2read.c (comp_unit_header): Delete, unused.
10570
10571 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
10572
10573         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
10574         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
10575
10576 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
10577
10578         * infrun.c (normal_stop): Don't skip calling the normal_stop
10579         observers if the thread was doing a multi-step, but stopped for
10580         some reason other than stepping.
10581
10582 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
10583
10584         * cli/cli-decode.h: Add comments.
10585         (CMD_LIST_AMBIGUOUS): Moved to command.h
10586         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
10587         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
10588         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
10589         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
10590         (add_com, add_com_alias, add_info, add_info_alias)
10591         (complete_on_cmdlist, complete_on_enum, help_list): Remove
10592         declarations.
10593         * command.h: Add and adjust comments.
10594         (CMD_LIST_AMBIGUOUS): Moved here.
10595         (help_cmd, help_cmd_list): Delete declarations.
10596
10597 2012-01-04  Doug Evans  <dje@google.com>
10598
10599         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
10600         All callers updated.
10601         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
10602         Replace all arguments with "per_cu".  All callers updated.
10603
10604         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
10605
10606         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
10607         New arg "per_cu".  All callers updated.
10608
10609         Delete #if 0'd out code.
10610         * language.c (binop_result_type): Delete.
10611         (simple_type, ordered_type, same_type, integral_type): Delete.
10612         (numeric_type, character_type, string_type, boolean_type): Delete.
10613         (float_type, structured_type): Delete.
10614         * language.h: Update.
10615
10616 2012-01-04  Tom Tromey  <tromey@redhat.com>
10617
10618         * python/py-value.c (valpy_binop): Initialize 'res_val'.
10619
10620 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10621
10622         * corefile.c (close_exec_file): Delete.
10623         (reopen_exec_file): Remove commented out code that seems related
10624         to close_exec_file, which is being deleted here.
10625         * inferior.h (close_exec_file): Delete.
10626         * fork-child.c (fork_inferior): Remove call to fork_inferior.
10627
10628 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10629
10630         * ada-lang.c: #include "cli/cli-utils.h".
10631         (get_selections): Use skip_spaces.
10632         (ada_get_next_arg): Use skip_spaces and skip_to_space.
10633         (catch_ada_exception_command_split): Use skip_spaces.
10634         (ada_decode_assert_location): Likewise.
10635
10636 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10637
10638         * linespec.c (decode_line_internal): Check for C++ or Java
10639         compound constructs only if the current language is C, C++
10640         or Java.
10641
10642 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10643
10644         Revert:
10645         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10646                     Joel Brobecker  <brobecker@adacore.com>
10647         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10648         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10649         3 times.
10650         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10651         fall through into AT_ENTRY_POINT.
10652         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
10653         DUMMY_ADDR with it.
10654         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10655         PPC_INSN_SIZE skip to 3 times.
10656
10657 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10658
10659         * linespec.c (add_minsym): Preserve function descriptors.
10660
10661 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
10662
10663         * breakpoint.c (all_locations_are_pending): Consider locations
10664         in program spaces executing during startup pending as well.
10665
10666 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10667
10668         Copyright year update in most files of the GDB Project.
10669
10670 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10671
10672         * copyright.sh: Delete.
10673         * copyright.py: Rewrite.
10674
10675 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10676
10677         * gnulib/extra/update-copyright: New file, imported from gnulib.
10678
10679 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
10680
10681         * README (Copyright and License Notices): New section.
10682
10683 2012-01-03  Tom Tromey  <tromey@redhat.com>
10684
10685         PR python/12533:
10686         * python/py-value.c (valpy_dereference, valpy_get_address
10687         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
10688         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
10689         (valpy_absolute, valpy_richcompare): Free intermediate values.
10690
10691 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
10692
10693         * ada-lang.c: Reformat the copyright notice.
10694
10695 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10696
10697         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
10698         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
10699         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
10700         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
10701         Revert this part of:
10702         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10703         Build gdb directly from *.o files not using libgdb.a.
10704         * Makefile.in (COMMON_OBS): Remove solib-target.o.
10705
10706 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
10707
10708         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
10709         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
10710         Reformat the copyright header.
10711
10712 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10713
10714         Revert this part of:
10715         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10716         Remove the gdbtui binary.
10717         * gdb.c (main): Remove args.interpreter_p initialization.
10718         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10719         * main.h (struct captured_main_args): Remove interpreter_p.
10720
10721 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
10722
10723         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
10724
10725 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
10726
10727         * top.c (print_gdb_version): Update copyright year.
10728
10729 2012-01-02  Yao Qi  <yao@codesourcery.com>
10730
10731         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
10732
10733 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10734             Joel Brobecker  <brobecker@adacore.com>
10735
10736         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
10737         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
10738         3 times.
10739         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
10740         fall through into AT_ENTRY_POINT.
10741         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
10742         DUMMY_ADDR with it.
10743         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
10744         PPC_INSN_SIZE skip to 3 times.
10745
10746 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10747
10748         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
10749         the return value.
10750         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
10751
10752 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10753
10754         Build gdb directly from *.o files not using libgdb.a.
10755         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
10756         (COMMON_OBS): Remove solib-target.o.
10757         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
10758         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
10759         (LIBGDB_OBS, libgdb.a): Move it above.
10760         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
10761         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
10762         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
10763         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
10764         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
10765         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
10766         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
10767         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
10768         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
10769         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
10770         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
10771         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
10772         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
10773         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
10774         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
10775         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
10776         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
10777         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
10778         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
10779         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
10780         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
10781         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
10782         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
10783         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
10784         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
10785         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
10786         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
10787
10788 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
10789
10790         Remove the gdbtui binary.
10791         * .gitignore (/gdbtui): Remove.
10792         * Makefile.in (TUI): Remove.
10793         (SUBDIR_TUI_OBS): Remove tui-main.o.
10794         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
10795         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
10796         (tui-main.o): Remove.
10797         (all_object_files): Remove tui-main.o.
10798         * NEWS: New note for the gdbtui removal.
10799         * configure: Rebuilt.
10800         * configure.ac: No longer add all-tui, clean-tui, install-tui and
10801         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
10802         CONFIG_UNINSTALL respectively.
10803         * gdb.c (main): Remove args.interpreter_p initialization.
10804         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
10805         * main.h (struct captured_main_args): Remove interpreter_p.
10806         * tui/tui-main.c: Remove.
10807
10808 2012-01-01  Doug Evans  <dje@google.com>
10809
10810         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
10811         (dwarf2_physname, read_import_statement): Ditto.
10812         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
10813         (process_structure_scope read_subroutine_type): Ditto.
10814         (read_typedef, load_partial_dies, read_partial_die): Ditto.
10815         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
10816         (dwarf2_fetch_die_location_block): Ditto.
10817         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
10818
10819         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
10820         All callers updated.
10821         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
10822         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
10823         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
10824
10825         * dwarf2read.c (load_cu): Move assert to more useful location.
10826
10827         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
10828         All callers updated.
10829
10830         * dwarf2read.c (dwarf2_per_objfile): Add comment.
10831         (dwarf2_elf_names): Minor reformat.
10832         (dwarf2_per_cu_data): Tweak comment.
10833         (dwarf2_read_section): Fix comment.
10834         (create_all_comp_units): Fix comment.
10835         (load_full_comp_unit): Fix comment.
10836         (process_full_comp_unit): Fix comment.
10837         (read_signatured_type): Fix comment.
10838
10839 For older changes see ChangeLog-2011.
10840 \f
10841 Local Variables:
10842 mode: change-log
10843 left-margin: 8
10844 fill-column: 74
10845 version-control: never
10846 coding: utf-8
10847 End: