Fix -Wmissing-prototypes errors in sol-thread.c
[external/binutils.git] / gdb / ChangeLog
1 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
2
3         * sol-thread.c (solaris_pid_to_str): Make static.
4         (_initialize_sol_thread): Add prototype.
5
6 2012-05-02  Joel Brobecker  <brobecker@adacore.com>
7
8         * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
9
10 2012-05-02  Christopher Faylor  <me.cygwin2012@cgf.cx>
11
12         * MAINTAINERS: Remove myself.
13
14 2012-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
15
16         Fix --without-auto-load-safe-path for MS-Windows host platform.
17         * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
18
19 2012-05-02  Eli Zaretskii  <eliz@gnu.org>
20
21         * gdb_curses.h: Undefine KEY_EVENT before including curses
22         headers.  Move "#undef MOUSE_MOVED" before any curses header
23         inclusion.
24
25 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
26
27         * features/i386/i386-mmx-linux.c: Regenerate.
28         * features/rs6000/powerpc-32.c: Likewise.
29         * features/rs6000/powerpc-32l.c: Likewise.
30         * features/rs6000/powerpc-403.c: Likewise.
31         * features/rs6000/powerpc-403gc.c: Likewise.
32         * features/rs6000/powerpc-405.c: Likewise.
33         * features/rs6000/powerpc-505.c: Likewise.
34         * features/rs6000/powerpc-601.c: Likewise.
35         * features/rs6000/powerpc-602.c: Likewise.
36         * features/rs6000/powerpc-603.c: Likewise.
37         * features/rs6000/powerpc-604.c: Likewise.
38         * features/rs6000/powerpc-64.c: Likewise.
39         * features/rs6000/powerpc-64l.c: Likewise.
40         * features/rs6000/powerpc-750.c: Likewise.
41         * features/rs6000/powerpc-860.c: Likewise.
42         * features/rs6000/powerpc-e500.c: Likewise.
43         * features/rs6000/powerpc-e500l.c: Likewise.
44         * features/rs6000/powerpc-isa205-32l.c: Likewise.
45         * features/rs6000/powerpc-isa205-64l.c: Likewise.
46         * features/rs6000/rs6000.c: Likewise.
47
48 2012-05-02  Sergio Durigan Junior  <sergiodj@gmail.com>
49
50         * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
51         variable.
52         * stap-probe.c (stap_parse_single_operand) <reg_suffix,
53         reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
54         (stap_parse_argument) <e>: Likewise.
55         (handle_stap_probe) <byte_order>: Likewise.
56
57 2012-04-30  Doug Evans  <dje@google.com>
58
59         * dwarf2read.c (init_cutu_and_read_dies): Renamed from
60         init_and_read_dies_worker.  All callers updated.
61         (init_cu_and_read_dies, init_tu_and_read_dies): Delete.  All calls
62         replaced with init_cutu_and_read_dies.
63         (load_partial_comp_unit): Pass 1 for use_existing_cu.
64         (find_partial_die): Remove FIXME.  Don't free current CU.
65
66 2012-04-30  Sterling Augustine  <saugustine@google.com>
67
68         * contrib: New directory.
69         * contrib/test_pubnames_and_indexes.py: New file.
70
71 2012-04-30  Doug Evans  <dje@google.com>
72
73         * dwarf2read.c (dwarf_decode_macros): New arg section_name.
74         All callers updated.
75         (init_cu_die_reader): Verify the section is non-empty.
76         (dwarf_decode_line_header): Don't dereference section->asection
77         until we know the section is present.
78
79 2012-04-29  Sergio Durigan Junior  <sergiodj@redhat.com>
80
81         * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
82         probes.
83
84 2012-04-29  Yao Qi  <yao@codesourcery.com>
85
86         * gdb-code-style.el: New hook gdb-markup-hook
87         and gdb-comment-hook.
88
89 2012-04-28  Doug Evans  <dje@google.com>
90
91         Initial support for Fission.  http://gcc.gnu.org/wiki/DebugFission
92         * symfile.c (default_symfile_relocate): Use sectp->owner instead of
93         objfile->obfd.
94         * symfile.h (dwarf2_debug_sections): New member addr.
95         * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
96         (ctx_no_get_addr_index): New function.
97         * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
98         (ctx_no_get_addr_index): Declare.
99         * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
100         * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
101         (dwarf_expr_ctx_funcs): Update.
102         (needs_get_addr_index): New function.
103         (needs_frame_ctx_funcs): Update.
104         * dwarf2loc.h (dwarf2_read_addr_index): Declare.
105         * dwarf2read.c: #include "gdbcore.h".
106         (dwarf2_per_objfile): New members addr, dwo_files.
107         (dwarf2_elf_names): Add entry for addr.
108         (struct dwo_section_names): New type.
109         (dwo_section_names): New static global.
110         (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
111         (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
112         old debug_types_section member updated to use this.
113         Rename member debug_types_section to info_or_types_section,
114         all uses updated.
115         (signatured_type): Rename member type_offset to type_offset_in_tu,
116         all uses updated.  New member type_offset_in_section.
117         (struct dwo_sections): New type.
118         (struct dwo_unit): New type.
119         (struct dwo_file): New type.
120         (die_reader_specs): New member dwo_file.
121         (dwarf2_locate_sections): Watch for .debug_addr.
122         (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
123         (dwarf2_read_section): Get bfd of section from bfd's asection,
124         instead of objfile.
125         (create_cus_from_index): Initialize the_cu->info_or_types_section.
126         (create_signatured_type_table_from_index): Initialize
127         sig_type->info_or_types_section.
128         (dw2_get_file_names): Statement lists for type units with DWO files
129         live in the DWO file.
130         (create_debug_types_hash_table): New function.
131         (create_all_type_units): Rewrite.
132         (init_cu_die_reader): New arg dwo_file, all callers updated.
133         (init_and_read_dies_worker): Get section from
134         this_cu->info_or_types_section.  Set sig_type->type_offset_in_section.
135         Watch for DW_AT_GNU_dwo_name and if present lookup the file and
136         continue reading the CU/TU from there.
137         (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
138         updated.  Get section from this_cu->info_or_types_section.
139         (create_all_comp_units): Initialize this_cu->info_or_types_section.
140         (skip_one_die): New cases DW_FORM_GNU_addr_index,
141         DW_FORM_GNU_str_index.
142         (hash_dwo_file, eq_dwo_file): New functions.
143         (allocate_dwo_file_hash_table): New function.
144         (hash_dwo_unit, eq_dwo_unit): New functions.
145         (allocate_dwo_unit_table): New function.
146         (dwarf2_locate_dwo_sections): New function.
147         (struct create_dwo_info_table_data): New type.
148         (create_debug_info_hash_table_reader): New function.
149         (create_debug_info_hash_table): New function.
150         (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
151         (lookup_dwo_file): New function.
152         (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
153         (free_dwo_file, free_dwo_file_cleanup): New functions.
154         (free_dwo_file_from_slot, free_dwo_files): New functions.
155         (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
156         (dwarf2_record_block_ranges): Ditto.
157         (read_partial_die): Ditto.
158         (process_enumeration_scope): Update to use type_offset_in_section.
159         (read_full_die_1): New function.
160         (read_full_die): Rewrite.
161         (read_attribute_value): New cases DW_FORM_GNU_addr_index,
162         DW_FORM_GNU_str_index.
163         (read_addr_index_1, read_addr_index): New functions.
164         (read_addr_index_from_leb128): New function.
165         (struct dwarf2_read_addr_index_data): New type.
166         (dwarf2_read_addr_index_reader): New function.
167         (dwarf2_read_addr_index): New function.
168         (read_str_index): New function.
169         (leb128_size): New function.
170         (dwarf_decode_line_header): Delete arg abfd, all callers updated.
171         If processing a type unit from a DWO file, get the line section
172         from the DWO file.
173         (var_decode_location): Watch for DW_OP_GNU_addr_index.
174         (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
175         DW_FORM_GNU_str_index.
176         (lookup_die_type): Check whether section offset of type's die is
177         known before looking it up.  Remove assert.  Condition can
178         legimately happen for inter-cu type references.
179         (dwarf_attr_name): Handle Fission attributes.
180         (dwarf_form_name): Handle Fission forms.
181         (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
182         DW_FORM_GNU_str_index.
183         (follow_die_sig): Update to use type_offset_in_section.
184         (decode_locdesc): New case DW_OP_GNU_addr_index.
185         (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
186         DW_FORM_GNU_str_index.
187         (cu_debug_loc_section): New function.
188         (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
189         (dwarf2_per_objfile_free): Unmap .debug_addr section.
190         Free DWO files if present.
191         * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
192
193         Refactor DIE reading.
194         * dwarf2read.c (dwarf2_per_objfile): Replace members
195         debug_info_type_hash and debug_types_type_hash with die_type_hash.
196         (die_reader_specs): New member "die_section".  Temporarily make
197         member "buffer" non-const, pending constifying all info_ptr uses.
198         (die_reader_func_ftype): New typedef.
199         (dw2_get_file_names_reader): New function.
200         (dw2_get_file_names): Rewrite.
201         (read_and_check_type_unit_head): Rename arg type_offset to
202         type_offset_in_tu.
203         (create_all_type_units): Improve debugging message.
204         Improve dummy type unit check.
205         (init_cu_die_reader): New arg "section".  All callers updated.
206         (init_and_read_dies_worker): New function.
207         (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
208         (init_cutu_and_read_dies_no_follow): New function.
209         (init_cutu_and_read_dies_simple): New function.
210         (process_psymtab_comp_unit_reader): New function.
211         (process_psymtab_comp_unit): Delete args section,
212         is_debug_types_section.  Rewrite.  All callers updated.
213         (process_psymtab_type_unit): Renamed from process_type_comp_unit.
214         All callers updated.  Rewrite.
215         (load_partial_comp_unit_reader): New function.
216         (load_partial_comp_unit): Rewrite.
217         (skip_children): New arg reader.  Delete args buffer, cu.
218         All callers updated.
219         (skip_one_die): New arg reader.  Delete args buffer, cu.
220         All callers updated.
221         (locate_pdi_sibling): New arg reader.  Delete args buffer, abfd, cu.
222         All callers updated.
223         (load_full_comp_unit_reader): New function.
224         (load_full_comp_unit): Rewrite.
225         (read_comp_unit): Delete.
226         (read_die_and_children_1): Delete, contents moved ...
227         (read_die_and_children): ... here.
228         (dwarf2_read_abbrevs): New arg abbrev_section.  All callers updated.
229         (load_partial_dies): New arg reader.  Delete args abfd, buffer, cu.
230         All callers updated.
231         (read_partial_die): New arg reader.  Delete args abfd, buffer, cu.
232         All callers updated.
233         (find_partial_die): Rewrite load_all_dies support.
234         (read_attribute_value): New arg reader.  Delete args abfd, cu.
235         All callers updated.
236         (read_attribute): New arg reader.  Delete args abfd, cu.
237         All callers updated.
238         (load_full_type_unit): Add assert.
239         (read_signatured_type_reader): New function.
240         (read_signatured_type): Rewrite.
241         (free_stack_comp_unit): Remove call to age_cached_comp_units.
242         (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
243         All callers updated.  Set per_cu->cu = NULL after freeing it.
244         (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
245         (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
246         (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
247         (set_die_type): Update.
248         (get_die_type_at_offset): Update.
249         (read_file_scope): Call prepare_one_comp_unit.
250         (read_type_unit_scope): Ditto.
251         (prepare_one_comp_unit): Set producer if present.
252
253 2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
254
255         * probe.c (compile_rx_or_error): Silence ARI warning about missing
256          gettext function on `error'.
257
258 2012-04-27  Doug Evans  <dje@google.com>
259
260         * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
261         is empty.
262
263 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
264             Tom Tromey  <tromey@redhat.com>
265
266         * breakpoint.c (struct breakpoint_objfile_data)
267         <longjmp_searched>,<longjmp_probes>,<exception_searched>,
268         <exception_probes>: New fields.
269         (free_breakpoint_probes): New function.
270         (create_longjmp_master_breakpoint): Prefer SystemTap probe over
271         `_Unwind_DebugHook'.
272         (create_exception_master_breakpoint): Likewise.
273         (_initialize_breakpoint): Registering cleanup for SystemTap probes.
274         * infrun.c: Including necessary header files for handling SystemTap
275         probes.
276         (handle_inferior_event): Handling longjmp breakpoint and exceptions
277         via SystemTap probes.
278         (check_exception_resume): Remove `func' argument.  Handle exception
279         unwinding breakpoint set via a SystemTap probe.
280         (insert_exception_resume_from_probe): New function.
281
282 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
283             Tom Tromey  <tromey@redhat.com>
284             Jan Kratochvil  <jan.kratochvil@redhat.com>
285
286         * Makefile.in (SFILES): Add `probe' and `stap-probe'.
287         (COMMON_OBS): Likewise.
288         (HFILES_NO_SRCDIR): Add `probe'.
289         * NEWS: Mention support for static and SystemTap probes.
290         * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
291         SystemTap probes' arguments parser.
292         * arm-linux-tdep.c: Including headers needed to perform the parsing
293         of SystemTap probes' arguments.
294         (arm_stap_is_single_operand): New function.
295         (arm_stap_parse_special_token): Likewise.
296         (arm_linux_init_abi): Initializing proper fields used by SystemTap
297         probes' arguments parser.
298         * ax-gdb.c (require_rvalue): Removing static declaration.
299         (gen_expr): Likewise.
300         * ax-gdb.h (gen_expr): Declaring function.
301         (require_rvalue): Likewise.
302         * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
303         (bkpt_probe_breakpoint_ops): New variable.
304         (momentary_breakpoint_from_master): Set the `probe' value.
305         (add_location_to_breakpoint): Likewise.
306         (break_command_1): Using proper breakpoint_ops according to the
307         argument passed by the user in the command line.
308         (bkpt_probe_insert_location): New function.
309         (bkpt_probe_remove_location): Likewise.
310         (bkpt_probe_create_sals_from_address): Likewise.
311         (bkpt_probe_decode_linespec): Likewise.
312         (tracepoint_probe_create_sals_from_address): Likewise.
313         (tracepoint_probe_decode_linespec): Likewise.
314         (tracepoint_probe_breakpoint_ops): New variable.
315         (trace_command): Using proper breakpoint_ops according to the
316         argument passed by the user in the command line.
317         (initialize_breakpoint_ops): Initializing breakpoint_ops for
318         static probes on breakpoints and tracepoints.
319         * breakpoint.h (struct bp_location) <probe>: New field.
320         * cli-utils.c (skip_spaces_const): New function.
321         (extract_arg): Likewise.
322         * cli-utils.h (skip_spaces_const): Likewise.
323         (extract_arg): Likewise.
324         * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
325         * configure.ac: Append `stap-probe.o' to be generated when ELF
326         support is present.
327         * configure: Regenerate.
328         * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
329         * elfread.c: Include `probe.h' and `arch-utils.h'.
330         (probe_key): New variable.
331         (elf_get_probes): New function.
332         (elf_get_probe_argument_count): Likewise.
333         (elf_evaluate_probe_argument): Likewise.
334         (elf_compile_to_ax): Likewise.
335         (elf_symfile_relocate_probe): Likewise.
336         (stap_probe_key_free): Likewise.
337         (elf_probe_fns): New variable.
338         (elf_sym_fns): Add `sym_probe_fns' value.
339         (elf_sym_fns_lazy_psyms): Likewise.
340         (elf_sym_fns_gdb_index): Likewise.
341         (_initialize_elfread): Initialize objfile cache for static
342         probes.
343         * gdb_vecs.h (struct probe): New forward declaration.
344         (probe_p): New VEC declaration.
345         * gdbarch.c: Regenerate.
346         * gdbarch.h: Regenerate.
347         * gdbarch.sh (stap_integer_prefix): New variable.
348         (stap_integer_suffix): Likewise.
349         (stap_register_prefix): Likewise.
350         (stap_register_suffix): Likewise.
351         (stap_register_indirection_prefix): Likewise.
352         (stap_register_indirection_suffix): Likewise.
353         (stap_gdb_register_prefix): Likewise.
354         (stap_gdb_register_suffix): Likewise.
355         (stap_is_single_operand): New function.
356         (stap_parse_special_token): Likewise.
357         (struct stap_parse_info): Forward declaration.
358         * i386-tdep.c: Including headers needed to perform the parsing
359         of SystemTap probes' arguments.
360         (i386_stap_is_single_operand): New function.
361         (i386_stap_parse_special_token): Likewise.
362         (i386_elf_init_abi): Initializing proper fields used by SystemTap
363         probes' arguments parser.
364         * i386-tdep.h (i386_stap_is_single_operand): New function.
365         (i386_stap_parse_special_token): Likewise.
366         * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
367         * mipsread.c (ecoff_sym_fns): Likewise.
368         * objfiles.c (objfile_relocate1): Support relocation for static
369         probes.
370         * parse.c (prefixify_expression): Remove static declaration.
371         (initialize_expout): Likewise.
372         (reallocate_expout): Likewise.
373         * parser-defs.h (initialize_expout): Declare function.
374         (reallocate_expout): Likewise.
375         (prefixify_expression): Likewise.
376         * ppc-linux-tdep.c: Including headers needed to perform the parsing
377         of SystemTap probes' arguments.
378         (ppc_stap_is_single_operand): New function.
379         (ppc_stap_parse_special_token): Likewise.
380         (ppc_linux_init_abi): Initializing proper fields used by SystemTap
381         probes' arguments parser.
382         * probe.c: New file, for generic statically defined probe support.
383         * probe.h: Likewise.
384         * s390-tdep.c: Including headers needed to perform the parsing of
385         SystemTap probes' arguments.
386         (s390_stap_is_single_operand): New function.
387         (s390_gdbarch_init): Initializing proper fields used by SystemTap
388         probes' arguments parser.
389         * somread.c (som_sym_fns): Add `sym_probe_fns' value.
390         * stap-probe.c: New file, for SystemTap probe support.
391         * stap-probe.h: Likewise.
392         * symfile.h: Include `gdb_vecs.h'.
393         (struct sym_probe_fns): New struct.
394         (struct sym_fns) <sym_probe_fns>: New field.
395         * symtab.c (init_sal): Initialize `probe' field.
396         * symtab.h (struct probe): Forward declaration.
397         (struct symtab_and_line) <probe>: New field.
398         * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
399         locations.
400         (stop_tracing): Likewise.
401         * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
402
403 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
404             Tom Tromey  <tromey@redhat.com>
405
406         * ax-gdb.c (gen_expr): Clean up code to handle internal variables
407         and to compile agent expressions.
408         * infrun.c (siginfo_make_value): New argument `ignore'.
409         (siginfo_funcs): New struct.
410         (_initialize_infrun): New argument when calling
411         `create_internalvar_type_lazy'.
412         * thread.c (thread_id_make_value): New argument `ignore'.
413         (thread_funcs): New struct.
414         (_initialize_thread): New argument when calling
415         `create_internalvar_type_lazy'.
416         * tracepoint.c (sdata_make_value): New argument `ignore'.
417         (sdata_funcs): New struct.
418         (_initialize_tracepoint): New argument when calling
419         `create_internalvar_type_lazy'.
420         * value.c (make_value): New struct.
421         (create_internalvar_type_lazy): New argument `data'.
422         (compile_internalvar_to_ax): New function.
423         (value_of_internalvar): Properly handling `make_value' case.
424         (clear_internalvar): Likewise.
425         (show_convenience): Adding `TRY_CATCH' block.
426         * value.h (internalvar_make_value): Delete, replace by...
427         (struct internalvar_funcs): ... this.
428         (create_internalvar_type_lazy) <fun>: Delete argument.
429         (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
430         (compile_internalvar_to_ax): New function.
431         * windows-tdep.c (tlb_make_value): New argument `ignore'.
432         (tlb_funcs): New struct.
433         (_initialize_windows_tdep): New argument when calling
434         `create_internalvar_type_lazy'.
435
436 2012-04-27  Mark Wielaard  <mjw@redhat.com>
437
438         * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
439         see whether it is an address or a constant offset from DW_AT_low_pc.
440         (dwarf2_record_block_ranges): Likewise.
441         (read_partial_die): Likewise.
442
443 2012-04-26  Mark Wielaard  <mjw@redhat.com>
444
445         * MAINTAINERS (Write After Approval): Add myself to the list.
446
447 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
448
449         * proc-utils.h (proc_prettyprint_signalset): New prototype.
450         (proc_prettyprint_signal): Likewise.
451         (proc_prettyprint_faultset): Likewise.
452         (proc_prettyprint_fault): Likewise.
453         (proc_prettyprint_actionset): Likewise.
454         (proc_prettyprint_flags): Move to new proc-flags.c section.
455         (proc_prettyfprint_flags): New prototype.
456         * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
457         (proc_syscall, proc_cursig): Likewise.
458         (proc_set_kill_on_last_close): Likewise.
459         (proc_unset_kill_on_last_close): Likewise.
460         (proc_set_watchpoint): Make static.
461         (proc_delete_dead_threads): Likewise.
462         (procfs_set_watchpoint): Likewise.
463         (_initialize_procfs): Add prototype.
464         * proc-events.c: Include proc-utils.h.
465         (init_syscall_table): Make static.
466         * proc-api.c (_initialize_proc_api): Add prototype.
467         * proc-flags.c: Include proc-utils.h.
468
469 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
470
471         * configure.ac: Add AC_ARG_PROGRAM.
472         * configure: Regenerate.
473
474 2012-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
475
476         Fix DW_AT_lower_bound defaults for DWARF-4+.
477         * dwarf2read.c (read_subrange_type): Remove initialization of low and
478         high.  New variable low_default_is_valid.  Implement DWARF-4+
479         DW_AT_lower_bound defaults.  Print complaint for DW_AT_lower_bound with
480         no default by the DWARF standard.
481
482 2012-04-26  Maciej W. Rozycki  <macro@mips.com>
483             Maciej W. Rozycki  <macro@codesourcery.com>
484
485         * infrun.c (handle_inferior_event): Move the check for return
486         trampolines ahead of the check for function trampolines.
487         * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
488         * mips-tdep.c (mips_str_mips16_call_stub): New variable.
489         (mips_str_mips16_ret_stub): Likewise.
490         (mips_str_call_fp_stub): Likewise.
491         (mips_str_call_stub): Likewise.
492         (mips_str_fn_stub): Likewise.
493         (mips_str_pic): Likewise.
494         (mips_in_frame_stub): New function.
495         (mips_unwind_pc): Return the return address rather than the PC
496         if the PC of an intermediate frame is inside a call thunk.
497         (mips_is_stub_suffix): New function.
498         (mips_is_stub_mode): Likewise.
499         (mips_get_mips16_fn_stub_pc): Likewise.
500         (mips_skip_mips16_trampoline_code): Update to handle all the
501         currently generated stub types.  Don't recurse into __fn_stub
502         thunks.  Remove heuristics to handle stubs beyond etext/_etext.
503         Use cooked register accesses.
504         (mips_in_return_stub): Reintroduce function.
505         (mips_skip_trampoline_code): Traverse trampolines recursively.
506         (mips_gdbarch_init): Handle MIPS16 return trampolines.
507
508 2012-04-26  Joel Brobecker  <brobecker@adacore.com>
509
510         GDB 7.4.1 released.
511
512 2012-04-26  Jonathan Larmour  <jifl@eCosCentric.com>
513
514         * arm-tdep.h (VFP_REGISTER_SIZE): Define.
515         * features/arm-with-m-vfp-d16.xml: New file. Describes
516         Cortex-M with VFPv4-sp-d16 FPU register layout.
517         * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
518         * features/arm-with-m-vfp-d16.c: New. Generated from above.
519         * arm-tdep.c: Include arm-with-m-vfp-d16.c.
520         (arm-register_g_packet_guesses): Add vfp-d16 guess.
521         (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
522
523 2012-04-25  Doug Evans  <dje@google.com>
524
525         * cli/cli-decode.c (print_doc_line): Use stream instead of
526         current_uiout.
527
528 2012-04-25  Sergio Durigan Junior  <sergiodj@redhat.com>
529
530         * features/arm-with-iwmmxt.c: Regenerate.
531         * features/arm-with-m-fpa-layout.c: Likewise.
532         * features/arm-with-m.c: Likewise.
533         * features/arm-with-neon.c: Likewise.
534         * features/arm-with-vfpv2.c: Likewise.
535         * features/arm-with-vfpv3.c: Likewise.
536         * features/mips-dsp-linux.c: Likewise.
537         * features/mips-linux.c: Likewise.
538         * features/mips64-dsp-linux.c: Likewise.
539         * features/mips64-linux.c: Likewise.
540         * features/s390-linux32.c: Likewise.
541         * features/s390-linux32v1.c: Likewise.
542         * features/s390-linux32v2.c: Likewise.
543         * features/s390-linux64.c: Likewise.
544         * features/s390-linux64v1.c: Likewise.
545         * features/s390-linux64v2.c: Likewise.
546         * features/s390x-linux64.c: Likewise.
547         * features/s390x-linux64v1.c: Likewise.
548         * features/s390x-linux64v2.c: Likewise.
549         * features/tic6x-c62x-linux.c: Likewise.
550         * features/tic6x-c62x.c: Likewise.
551         * features/tic6x-c64x-linux.c: Likewise.
552         * features/tic6x-c64x.c: Likewise.
553         * features/tic6x-c64xp-linux.c: Likewise.
554         * features/tic6x-c64xp.c: Likewise.
555         * target-descriptions.c: Only generate `field_type' and `type'
556         variables when needed.
557
558 2012-04-25  Fredrik Hederstierna  <fredrikh.hederstierna@securitas-direct.com>
559
560         * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
561
562 2012-04-25  Doug Evans  <dje@google.com>
563
564         Initial pass at Go language support.
565         * NEWS: Mention Go.
566         * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
567         go-valprint.c.
568         (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
569         (YYFILES): Add go-exp.c.
570         (YYOBJ): Add go-exp.o.
571         (local-maintainer-clean): Delete go-exp.c.
572         * defs.h (enum language): Add language_go.
573         * dwarf2read.c: #include "go-lang.h".
574         (fixup_go_packaging): New function.
575         (process_full_comp_unit): Call it when processing Go CUs.
576         (dwarf2_physname): Add Go support.
577         (read_file_scope): Handle missing language spec for GNU Go.
578         (set_cu_language): Handle DW_LANG_Go.
579         * go-exp.y: New file.
580         * go-lang.h: New file.
581         * go-lang.c: New file.
582         * go-typeprint.c: New file.
583         * go-valprint.c: New file.
584         * symtab.c: #include "go-lang.h".
585         (symbol_set_language): Handle language_go.
586         (symbol_find_demangled_name, symbol_set_names): Ditto.
587         (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
588
589 2012-04-24  Jim Meyering  <meyering@redhat.com>
590
591         avoid a few strncpy-induced buffer overruns
592         * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
593         fname and psargs before trying to concatenate.
594         * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
595         "name" before applying strchr.
596
597 2012-04-25  Siva Chandra Reddy  <sivachandra@google.com>
598
599         * CONTRIBUTE: Use unified diff instead of context diff when
600         generating patches.
601
602 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
603
604         * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
605         code.  Handle JR.HB correctly.
606
607 2012-04-24  Maciej W. Rozycki  <macro@codesourcery.com>
608
609         * mips-tdep.c
610         (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
611         with the other MIPS16 helpers.
612
613 2012-04-24  Sergio Durigan Junior  <sergiodj@redhat.com>
614
615         * observer.sh: Conditionally declare `args', thus cleaning up
616         unused instances of this variable.
617
618 2012-04-24  Yao Qi  <yao@codesourcery.com>
619
620         Revert this patch to allow breakpoint always-inserted
621         in record target.
622         2011-12-05  Pedro Alves  <pedro@codesourcery.com>
623         * breakpoint.c: Include record.h.
624         (breakpoints_always_inserted_mode): Return false when the record
625         target is in use.
626
627         * breakpoint.c (iterate_over_bp_locations): New.
628         * breakpoint.h: Declare.
629         New typedef walk_bp_location_callback.
630         * record.c (record_open): Call record_init_record_breakpoints.
631         (record_sync_record_breakpoints): New.
632         (record_init_record_breakpoints): New.
633         * NEWS: Mention supporting breakpoint always-inserted mode in
634         record target.
635
636 2012-04-24  Marc Khouzam  <marc.khouzam@ericsson.com>
637
638         * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
639         any thread.
640
641 2012-04-24  Yao Qi  <yao@codesourcery.com>
642
643         * breakpoint.c (ep_is_catchpoint): Renamed to ...
644         (is_catchpoint): ... it.
645         (print_one_breakpoint_location): Caller update.
646         * breakpoint.h: Update declaration.
647
648 2012-04-23  David S. Miller  <davem@davemloft.net>
649
650         * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
651
652 2012-04-23  Tom Tromey  <tromey@redhat.com>
653
654         * buildsym.c (add_free_pendings): Remove.
655         * buildsym.h (add_free_pendings): Remove.
656
657 2012-04-23  Doug Evans  <dje@google.com>
658
659         * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
660         attr.u.unsnd instead of attr.u.addr.
661         (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
662         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
663         DW_FORM_ref_udata.
664         (dump_die_shallow): Update cases DW_FORM_ref_addr,
665         DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4.  Add cases DW_FORM_ref8,
666         DW_FORM_ref_udata.
667         (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
668
669 2012-04-23  Maciej W. Rozycki  <macro@codesourcery.com>
670
671         * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
672         (mips_o32_return_value): Likewise.
673         (mips_o64_return_value): Likewise.
674
675 2012-04-21  Paul Hilfinger  <hilfinger@adacore.com>
676
677         * ada-lang.c (ada_evaluate_subexp): Add cases for
678         TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
679         their treatment in eval.c.
680
681 2012-04-21  David S. Miller  <davem@davemloft.net>
682
683         * sparc-tdep.c (X_DISP10): Define.
684         (sparc_analyze_control_transfer): Handle compare-and-branch.
685
686 2012-04-21  Jonathan Larmour  <jifl@eCosCentric.com>
687
688         * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
689         * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
690
691 2012-04-20  Nigel Stephens  <nigel@mips.com>
692             Maciej W. Rozycki  <macro@codesourcery.com>
693
694         * mips-tdep.c (mips_float_register_p): New function.
695         (mips_convert_register_float_case_p): Use mips_float_register_p.
696         (mips_register_type): Likewise.
697         (mips_print_register): Likewise.
698         (print_gp_register_row): Likewise.
699         (mips_print_registers_info): Likewise.
700
701 2012-04-20  Shun-Yen Lu  <dark.asparagus@gmail.com>
702
703         * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
704         of mips16 symbols.
705
706 2012-04-20  Andrew Pinski  <apinski@cavium.com>
707
708         * MAINTAINERS (Write After Approval): Add myself to the list.
709
710 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
711
712         * MAINTAINERS: Update my e-mail address.
713
714 2012-04-20  Pedro Alves  <palves@redhat.com>
715
716         * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
717         $srcdir.
718         * configure: Regenerate.
719
720 2012-04-20  Sergio Durigan Junior  <sergiodj@redhat.com>
721
722         * cp-support.h: Include `gdb_vecs.h'.  Delete `const_char_ptr' VEC
723         declaration.
724         * gdb_vecs.h: Declare `const_char_ptr' VEC.
725
726 2012-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
727
728         Fix compilation compatibility with python-2.4
729         * python/py-type.c (convert_field): Cast ADDRSTRING for
730         PyObject_SetAttrString as non-const.  New comment.
731
732 2012-04-19  Tom Tromey  <tromey@redhat.com>
733
734         * top.c (quit_target): Use all_cleanups.
735         * main.c (captured_command_loop): Use all_cleanups.
736         * exceptions.c (throw_exception): Use all_cleanups.
737
738 2012-04-19  Pedro Alves  <palves@redhat.com>
739
740         * Makefile.in (GNULIB_BUILDDIR): New.
741         (LIBGNU, INCGNU, GNULIB_H): Adjust.
742         (SUBDIRS): Add $(GNULIB_BUILDDIR).
743         (CLEANDIRS). Remove gnulib/import.
744         (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
745         (all-lib): Ditto.
746         (distclean): Remove the $(GNULIB_BUILDDIR) directory.
747         (gnulib/import/Makefile): Replace gnulib/import with
748         $(GNULIB_BUILDDIR).  Set CONFIG_FILES to just Makefile.
749         (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
750         (aclocal_m4_deps): Remove the gnulib dependencies.  Add
751         acx_configure_dir.m4.
752         * acinclude.m4: Include acx_configure_dir.m4.
753         * acx_configure_dir.m4: New file.
754         * aclocal.m4: Regenerate.
755         * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
756         calls.  Configure gnulib using ACX_CONFIGURE_DIR.
757         (GNULIB): New variable.
758         (GNULIB_STDINT_H): Adjust.
759         (AC_OUTPUT): Don't output gnulib/Makefile.
760         * gdb/defs.h: Include build-gnulib/config.h.
761         * aclocal.m4: Regenerate.
762         * config.in: Regenerate.
763         * configure: Regenerate.
764
765         * gnulib/Makefile.in: New file.
766         * gnulib/configure.ac: New file.
767         * gnulib/aclocal.m4: New file.
768         * gnulib/config.in: New file.
769         * gnulib/configure: New file.
770         * gnulib/: Re-run gnulib-tool to adjust.
771
772 2012-04-19  Doug Evans  <dje@google.com>
773
774         * cleanups.h (struct cleanup): Move to cleanups.c.
775         (make_cleanup_dtor_ftype): New typedef.
776         (make_cleanup_dtor): Use it.
777         (ALL_CLEANUPS): Replace with ...
778         (all_cleanups): ... this.  Declare.  All uses updated.
779         * cleanups.c: #include "gdb_assert.h".
780         (sentinel_cleanup): New static global.
781         (SENTINEL_CLEANUP): Define.
782         (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
783         (make_my_cleanup2): Assert result is non-NULL.
784         (all_cleanups): New function.
785         (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
786         of NULL.
787
788 2012-04-19  Pedro Alves  <palves@redhat.com>
789
790         * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
791         Adjust paths to gnulib imported files.
792
793 2012-04-19  Pedro Alves  <palves@redhat.com>
794
795         * gnulib/: Move whole directory ...
796         * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
797         * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
798         (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
799         (aclocal_m4_deps): Adjust.
800         * aclocal.m4: Regenerate.
801         * configure: Regenerate.
802         * configure.ac: Adjust AC_OUTPUT output.
803
804 2012-04-19  Yao Qi  <yao@codesourcery.com>
805
806         * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
807         (vec.o): New rule.
808         * vec.c: Move it ...
809         * common/vec.c: ... here.
810         * vec.h: Move it ...
811         * common/vec.h: ... here.
812
813 2012-04-19  Yao Qi  <yao@codesourcery.com>
814
815         * gdb-code-style.el: New.
816
817 2012-04-18  Pedro Alves  <palves@redhat.com>
818
819         Update gnulib from latest git.
820         (639ea5ae15e39fe48d43e04864b2997301e4b969)
821
822         * gnulib/Makefile.am: Update.
823         * gnulib/dummy.c: Update.
824         * gnulib/extra/arg-nonnull.h: Update.
825         * gnulib/extra/c++defs.h: Update.
826         * gnulib/extra/update-copyright: Update.
827         * gnulib/extra/warn-on-use.h: Update.
828         * gnulib/inttypes.in.h: Update.
829         * gnulib/m4/00gnulib.m4: Update.
830         * gnulib/m4/extensions.m4: Update.
831         * gnulib/m4/gnulib-cache.m4: Update.
832         * gnulib/m4/gnulib-common.m4: Update.
833         * gnulib/m4/gnulib-comp.m4: Update.
834         * gnulib/m4/gnulib-tool.m4: Update.
835         * gnulib/m4/include_next.m4: Update.
836         * gnulib/m4/inttypes-pri.m4: Update.
837         * gnulib/m4/inttypes.m4: Update.
838         * gnulib/m4/longlong.m4: Update.
839         * gnulib/m4/memchr.m4: Update.
840         * gnulib/m4/memmem.m4: Update.
841         * gnulib/m4/mmap-anon.m4: Update.
842         * gnulib/m4/multiarch.m4: Update.
843         * gnulib/m4/onceonly.m4: Update.
844         * gnulib/m4/stddef_h.m4: Update.
845         * gnulib/m4/stdint.m4: Update.
846         * gnulib/m4/string_h.m4: Update.
847         * gnulib/m4/warn-on-use.m4: Update.
848         * gnulib/m4/wchar_h.m4: Update.
849         * gnulib/m4/wchar_t.m4: Update.
850         * gnulib/m4/wint_t.m4: Update.
851         * gnulib/memchr.c: Update.
852         * gnulib/memmem.c: Update.
853         * gnulib/stddef.in.h: Update.
854         * gnulib/stdint.in.h: Update.
855         * gnulib/str-two-way.h: Update.
856         * gnulib/string.in.h: Update.
857         * gnulib/wchar.in.h: Update.
858
859         * gnulib/extra/arg-nonnull.h: Delete.
860         * gnulib/extra/c++defs.h: Delete.
861         * gnulib/extra/warn-on-use.h: Delete.
862         * gnulib/m4/wchar_h.m4: Delete.
863         * gnulib/m4/wint_t.m4: Delete.
864         * gnulib/wchar.in.h: Delete.
865
866         * gnulib/extra/snippets/arg-nonnull.h: New.
867         * gnulib/extra/snippets/c++defs.h: New.
868         * gnulib/extra/snippets/warn-on-use.h: New.
869
870         * aclocal.m4: Regenerate.
871         * config.in: Regenerate.
872         * configure: Regenerate.
873         * gnulib/Makefile.in: Regenerate.
874
875 2012-04-18  Pedro Alves  <palves@redhat.com>
876
877         Reimport the update-copyright module from gnulib
878         (250b80067c1e1d8faa0c42fb572f721975b929c5).
879
880         * configure: Regenerate.
881         * gnulib/Makefile.am: Update.
882         * gnulib/Makefile.in: Regenerate.
883         * gnulib/extra/update-copyright: Update.
884         * gnulib/m4/gnulib-cache.m4: Update.
885         * gnulib/m4/gnulib-comp.m4: Update.
886
887 2012-04-18  Tristan Gingold  <gingold@adacore.com>
888
889         * configure.ac (aix): Put -lpthread into libs.
890         * configure: Regenerate.
891
892 2012-04-18  Tom Tromey  <tromey@redhat.com>
893
894         * linespec.c (convert_linespec_to_sals): Don't use
895         SYMBOL_OBJ_SECTION.
896         (compare_msymbols): Arguments are minsym_and_objfile, not
897         minimal_symbol*.  Don't use SYMBOL_OBJ_SECTION.
898
899 2012-04-18  Pedro Alves  <palves@redhat.com>
900
901         Revert gnulib/ part of:
902         2011-01-01  Joel Brobecker  <brobecker@adacore.com>
903         Copyright year update in most files (performed by copyright.sh).
904
905 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
906
907         Fix 64-bit constants on 32-bit hosts.
908         * dwarf2read.c (read_unsigned_leb128): Change declaration return type
909         from unsigned long to ULONGEST.
910         (read_signed_leb128): Change declaration return type from long to
911         LONGEST.
912         (dwarf2_const_value_attr): Change declaration parameter value from long
913         to LONGEST.
914         (dwarf2_compute_name): Change variable value from long to LONGEST.
915         (read_unsigned_leb128): Change return type, variable result and some
916         casts from unsigned long to ULONGEST.
917         (read_signed_leb128): Change return type, variable result and some
918         casts from long to LONGEST.
919         (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
920         value from long to LONGEST.
921         (dwarf2_const_value): Change variable value from long to LONGEST.
922         * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
923         plongest and hex_string.
924         * symtab.h (struct general_symbol_info): Change ivalue from long to
925         LONGEST, remove the comment.
926         * tracepoint.c (validate_actionline, collect_symbol, scope_info):
927         Change SYMBOL_VALUE format strings to use plongest and hex_string.
928
929 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
930
931         PR symtab/7259:
932         * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
933         * ada-lang.c (ada_discrete_type_high_bound)
934         (ada_discrete_type_low_bound): Fix function comment.  Use
935         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
936         (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
937         (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
938         * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
939         Use TYPE_FIELD_ENUMVAL.
940         * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
941         (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
942         * c-typeprint.c (c_type_print_base): Move variable lastval to inner
943         block, change it to LONGEST.  Use TYPE_FIELD_ENUMVAL for
944         TYPE_CODE_ENUM.
945         * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
946         * dwarf2read.c (process_enumeration_scope): Likewise.
947         * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
948         field.bitpos.
949         (class StructMainTypePrettyPrinter): Support also
950         FIELD_LOC_KIND_ENUMVAL.
951         * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
952         TYPE_CODE_ENUM.
953         (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
954         (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
955         * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
956         (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment.  New
957         field enumval.
958         (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
959         accommodate enumval.
960         (struct call_site): Adjust loc_kind to accommodate enumval.
961         (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
962         (TYPE_FIELD_ENUMVAL): New macros.
963         * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
964         * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
965         TYPE_CODE_ENUM.
966         * p-typeprint.c (pascal_type_print_base): Likewise.
967         * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
968         enumval.
969         * python/lib/gdb/types.py (make_enum_dict): Likewise.
970         * python/py-type.c (convert_field): New variable addrstring.  Use
971         TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
972         (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
973         * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
974         * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
975         TYPE_CODE_ENUM.
976         * valprint.c (generic_val_print): Likewise.
977
978 2012-04-17  Doug Evans  <dje@google.com>
979
980         * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
981
982         * dwarf2read.c: Whitespace fixes.
983         (lookup_signatured_type): Tweak comment.
984         (get_die_type_at_offset): Fix comment.
985
986 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
987
988         * xcoffread.c (xcoff_secnum_to_sections): New function.
989         (secnum_to_section, secnum_to_bfd_section): Reimplement
990         using xcoff_secnum_to_sections.  Rename "secnum" parameter
991         into "n_scnum".
992         (RECORD_MINIMAL_SYMBOL): Delete.
993         (record_minimal_symbol): New function.
994         (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
995         by call to record_minimal_symbol and set misc_func_recorded
996         to 1.  Set last_csect_sec to the XCOFF section index instead
997         of GDB's section_offset index.  Update calls to
998         prim_record_minimal_symbol_and_info to pass the BFD section
999         as well.
1000
1001 2012-04-17  Joel Brobecker  <brobecker@adacore.com>
1002
1003         * xcoffread.c (read_xcoff_symtab): Delete variables
1004         last_csect_val and last_csect_sec and associated code.
1005
1006 2012-04-17  Doug Evans  <dje@google.com>
1007
1008         * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
1009         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
1010         * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
1011         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
1012
1013         * cleanups.h: New file.
1014         * cleanups.c: New file.
1015         * Makefile.in (SFILES): Add cleanups.c.
1016         (HFILES_NO_SRCDIR): Add cleanups.h.
1017         (COMMON_OBS): Add cleanups.o.
1018         * defs.h (struct cleanup): Moved to cleanups.h.
1019         (do_cleanups,do_final_cleanups): Ditto.
1020         (discard_cleanups,discard_final_cleanups): Ditto
1021         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
1022         (save_cleanups,save_final_cleanups): Ditto.
1023         (restore_cleanups,restore_final_cleanups): Ditto.
1024         (null_cleanup): Ditto.
1025         (make_my_cleanup,make_my_cleanup2): Ditto.
1026         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
1027         * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
1028         (do_cleanups,do_final_cleanups): Ditto.
1029         (discard_cleanups,discard_final_cleanups): Ditto
1030         (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
1031         (save_cleanups,save_final_cleanups): Ditto.
1032         (restore_cleanups,restore_final_cleanups): Ditto.
1033         (null_cleanup): Ditto.
1034         (make_my_cleanup,make_my_cleanup2): Ditto.
1035         (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
1036
1037         * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
1038         make_my_cleanup.
1039         (make_cleanup_dyn_string_delete): Ditto.
1040         (make_cleanup_ui_file_delete): Ditto.
1041         (make_cleanup_ui_out_redirect_pop): Ditto.
1042         (make_cleanup_free_section_addr_info): Ditto.
1043         (make_cleanup_restore_integer): Ditto.
1044         (make_cleanup_unpush_target): Ditto.
1045         (make_cleanup_value_free_to_mark): Ditto.
1046         (make_cleanup_value_free): Ditto.
1047         (make_cleanup_free_so): Ditto.
1048
1049 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1050
1051         New option "set debug auto-load".
1052         * NEWS: New commands "set debug auto-load" and "show debug auto-load".
1053         * auto-load.c (debug_auto_load, show_debug_auto_load: New.
1054         (auto_load_safe_path_vec_update)
1055         (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
1056         if DEBUG_AUTO_LOAD.
1057         (file_is_auto_load_safe): New parameters debug_fmt and ....
1058         Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
1059         (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
1060         caller by explanatory string.
1061         (_initialize_auto_load): Register "set debug auto-load".
1062         * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
1063         and ....
1064         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
1065         (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
1066         by explanatory string.
1067         * main.c (captured_main): Likewise.
1068         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
1069         (source_section_scripts): Likewise.
1070
1071 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1072
1073         New option "set auto-load safe-path".
1074         * NEWS: New commands "set auto-load safe-path"
1075         and "show auto-load safe-path".
1076         * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
1077         (auto_load_safe_path, auto_load_safe_path_vec)
1078         (auto_load_safe_path_vec_update, set_auto_load_safe_path)
1079         (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
1080         (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
1081         (source_gdb_script_for_objfile): New variable is_safe.  Call
1082         file_is_auto_load_safe.  Return if it is not.
1083         (struct loaded_script): New field loaded.
1084         (maybe_add_script): Add parameter loaded.  Initialize SLOT with it.
1085         (print_script): Use LOADED indicator instead of FULL_PATH.  Change
1086         output "Missing" to "No".
1087         (_initialize_auto_load): New variable cmd.  Initialize
1088         auto_load_safe_path.  Register "set auto-load safe-path",
1089         "show auto-load safe-path" and "add-auto-load-safe-path".
1090         * auto-load.h (maybe_add_script): Add parameter loaded.
1091         (file_is_auto_load_safe): New declaration.
1092         * config.in: Regenerate.
1093         * configure: Regenerate.
1094         * configure.ac: New parameters --with-auto-load-safe-path
1095         and --without-auto-load-safe-path.
1096         * linux-thread-db.c (try_thread_db_load_from_pdir_1)
1097         (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
1098         * main.c (captured_main): Check file_is_auto_load_safe for
1099         LOCAL_GDBINIT.
1100         * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
1101         variable is_safe.  Call file_is_auto_load_safe.  Return if it is not.
1102         (source_section_scripts): Call file_is_auto_load_safe.  Return if it is
1103         not.
1104
1105 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1106
1107         auto-load: Implementation.
1108         * NEWS: New descriptions for "info auto-load",
1109         "info auto-load gdb-scripts", "info auto-load python-scripts",
1110         "info auto-load local-gdbinit" and "info auto-load libthread-db".
1111         Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
1112         and "show auto-load-scripts".  New description for "set auto-load",
1113         "show auto-load", "set auto-load gdb-scripts",
1114         "show auto-load gdb-scripts", "set auto-load python-scripts",
1115         "show auto-load python-scripts", "set auto-load local-gdbinit",
1116         "show auto-load local-gdbinit", "set auto-load libthread-db" and
1117         "show auto-load libthread-db".
1118         * auto-load.c: Remove include python/python-internal.h.  Add includes
1119         exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
1120         cli/cli-setshow.h.
1121         (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
1122         (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
1123         (gdbpy_global_auto_load): Rename to ...
1124         (global_auto_load): ... here.
1125         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
1126         (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
1127         (script_language_gdb, source_gdb_script_for_objfile): New.
1128         (struct loaded_script): New field language.
1129         (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
1130         LANGUAGE.
1131         (maybe_add_script): Add parameter language.  Drop redundant
1132         entry.full_path initialization.  Initialize entry.language and
1133         (*slot)->language.
1134         (auto_load_objfile_script): Change parameter suffix to language.
1135         Remove the call of maybe_add_script.
1136         Call language->source_script_for_objfile.
1137         (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
1138         New.
1139         (collect_matching_scripts): Adjust it for
1140         struct collect_matching_scripts_data.
1141         (auto_load_info_scripts_pattern_nl): New variable.
1142         (info_auto_load_scripts): Rename to ...
1143         (auto_load_info_scripts): ... here, add parameter language.  Adjust it
1144         for struct collect_matching_scripts_data.
1145         (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
1146         (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
1147         (auto_load_show_cmdlist_get, info_auto_load_cmd)
1148         (auto_load_info_cmdlist_get): New.
1149         (_initialize_auto_load): Move add_info of "auto-load-scripts" to
1150         python/py-auto-load.c.  New installment for "set auto-load gdb-scripts",
1151         "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
1152         "info auto-load local-gdbinit".
1153         * auto-load.h (struct script_language): New.
1154         (gdbpy_global_auto_load): Rename to ...
1155         (global_auto_load): ... here.
1156         (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
1157         (auto_load_local_gdbinit_loaded): New declarations.
1158         (maybe_add_script): New parameter language.
1159         (auto_load_objfile_script): Change parameter suffix to language.
1160         (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
1161         (auto_load_info_scripts, auto_load_set_cmdlist_get)
1162         (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
1163         declarations.
1164         * linux-thread-db.c: Include auto-load.h and ctype.h.
1165         (auto_load_thread_db, show_auto_load_thread_db): New.
1166         (struct thread_db_info): New field filename.
1167         (delete_thread_db_info): Call xfree for FILENAME.
1168         (try_thread_db_load): Initialize FILENAME.
1169         (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
1170         if !AUTO_LOAD_THREAD_DB.
1171         (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
1172         (_initialize_thread_db): Install auto_load_thread_db
1173         as "set auto-load libthread-db" and install info_auto_load_libthread_db
1174         as "info auto-load libthread-db".
1175         * main.c (captured_main): Rename gdbpy_global_auto_load to
1176         global_auto_load.  Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
1177         AUTO_LOAD_LOCAL_GDBINIT_LOADED.
1178         (print_gdb_help): Extend the help for 'local init file'.
1179         * python/py-auto-load.c: Remove a comment about gdb scripts extension.
1180         (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
1181         (auto_load_scripts): Rename to ...
1182         (auto_load_python_scripts): ... here, update the comment.
1183         (gdbpy_load_auto_script_for_objfile): New declaration.
1184         (show_auto_load_python_scripts, script_language_python)
1185         (gdbpy_load_auto_script_for_objfile): New.
1186         (source_section_scripts): Refactor the code.
1187         (load_auto_scripts_for_objfile): Rename to ...
1188         (gdbpy_load_auto_scripts_for_objfile): ... here, update the
1189         auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
1190         (info_auto_load_python_scripts): New.
1191         (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
1192         Rename "set auto-load-scripts" to "set auto-load python-scripts".
1193         Register "set auto-load-scripts" as its deprecated alias.  Register
1194         "info auto-load python-scripts".  Register "info auto-load-scripts" as
1195         its deprecated alias.
1196         (load_auto_scripts_for_objfile): Rename to ...
1197         (gdbpy_load_auto_scripts_for_objfile): ... here.
1198         * python/python.h (load_auto_scripts_for_objfile): Rename to ...
1199         (gdbpy_load_auto_scripts_for_objfile): ... here.
1200
1201 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1202
1203         auto-load: Move files.
1204         * Makefile.in (SFILES): Add auto-load.c.
1205         (HFILES_NO_SRCDIR): Add auto-load.h.
1206         (COMMON_OBS): Add auto-load.o.
1207         (distclean): Change .gdbinit for gdb-gdb.gdb.
1208         * auto-load.c: New file, with parts from python/py-auto-load.c.
1209         * auto-load.h: New file, with parts from python/python.h.
1210         * configure: Regenerate.
1211         * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
1212         * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
1213         * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
1214         * main.c: Include auto-load.h.
1215         * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
1216         command.h, observer.h and progspace.h to auto-load.c.  Add include
1217         auto-load.h.
1218         (gdbpy_global_auto_load, struct auto_load_pspace_info)
1219         (struct loaded_script, auto_load_pspace_data)
1220         (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
1221         (hash_loaded_script_entry, eq_loaded_script_entry)
1222         (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
1223         (maybe_add_script): Move to auto-load.c.
1224         (source_section_scripts): Change maybe_add_script parameters passing,
1225         use script_not_found_warning_print.
1226         (clear_section_scripts, auto_load_objfile_script)
1227         (auto_load_new_objfile, loaded_script_ptr)
1228         (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
1229         (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
1230         (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
1231         auto_load_new_objfile and info_auto_load_scripts initizations to
1232         auto-load.c.
1233         * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
1234
1235 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1236
1237         Code cleanup.
1238         * charset.c (find_charset_names): Remove variables ix and elt.
1239         Use free_char_ptr_vec.
1240         * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
1241         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
1242         debugdir_end.  New variable debugdir_len.
1243         * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
1244         (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
1245         declarations.
1246         * progspace.c (clear_program_space_solib_cache): Remove variables ix
1247         and elt.  Use free_char_ptr_vec.
1248         * source.c (add_path): Remove variables argv, arg and argv_index.
1249         New variables dir_vec, back_to, ix and name.
1250         Use dirnames_to_char_ptr_vec_append.  Use freeargv instead of
1251         make_cleanup_freeargv.  Remove variable separator.  Simplify the code
1252         no longer expecting DIRNAME_SEPARATOR.
1253         (openp): Remove variable p, p1 and len.  New variables dir_vec,
1254         back_to, ix and dir.  Use dirnames_to_char_ptr_vec.  Simplify the code
1255         no longer expecting DIRNAME_SEPARATOR.
1256         * symfile.c (find_separate_debug_file): New variables debugdir_vec,
1257         back_to and ix.  Use dirnames_to_char_ptr_vec.  Remove variable
1258         debugdir_end.
1259         * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
1260         (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
1261         (dirnames_to_char_ptr_vec): New functions.
1262
1263 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1264
1265         Code cleanup.
1266         * source.c (add_path): Remove always true conditional 'p == 0' and
1267         unindent its code block.
1268
1269 2012-04-17  Pedro Alves  <palves@redhat.com>
1270
1271         * gdbtypes.h (FIELD_BITPOS): Rename to ...
1272         (FIELD_BITPOS_LVAL): ... this.
1273         (FIELD_BITPOS): New.
1274         (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
1275         * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
1276         * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
1277         SET_FIELD_BITPOS.
1278         * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
1279         SET_FIELD_BITPOS.
1280         * stabsread.c (read_cpp_abbrev, read_one_struct_field)
1281         (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
1282         * target-descriptions.c (tdesc_gdb_type): Adjust to use
1283         SET_FIELD_BITPOS.
1284
1285 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
1286
1287         Do not rely on FIELD_LOC_KIND_BITPOS being zero.
1288         * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
1289         TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
1290         * gdbtypes.c (append_flags_type_flag): Likewise, twice.
1291         * jv-lang.c (java_link_class_type): Likewise, once.
1292         * stabsread.c (read_enum_type): Likewise.
1293
1294 2012-04-16  Yao Qi  <yao@codesourcery.com>
1295
1296         * common/agent.c (agent_run_command): Add one more parameter `len'.
1297         Update callers.
1298         * common/agent.h: Update declaration.
1299         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
1300         Update.
1301         (linux_child_static_tracepoint_markers_by_strid): Ditto.
1302
1303 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
1304
1305         PR mi/13393
1306         * value.c (value_actual_type): New function.
1307         * value.h (value_actual_type): New declaration.
1308         * varobj.c (update_type_if_necessary): New function.
1309         (varobj_create): Call value_actual_type instead of
1310         value_type.
1311         (install_dynamic_child): distinct changed and type changed MI variable
1312         objects.
1313         (update_dynamic_varobj_children): Updated for install_dynamic_child
1314         change.  All callers updated.
1315         (varobj_update): Support for MI variable object type change if
1316         the value changed and RTTI is used to determine the type.
1317         (create_child_with_value): Call value_actual_type instead of
1318         value_type.
1319         (adjust_value_for_child_access): Extended with a new parameter which
1320         specify whether the given value should be casted to enclosing type.
1321         All callers updated.
1322
1323 2012-04-14  Yao Qi  <yao@codesourcery.com>
1324
1325         Import gnulib module inttypes from git
1326         (250b80067c1e1d8faa0c42fb572f721975b929c5)
1327         * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
1328         (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
1329         gnulib/m4/inttypes-pri.m4
1330         * aclocal.m4, config.in, configure: Regenerated.
1331         * gnulib/Makefile.am: Update.
1332         * gnulib/Makefile.in: Update.
1333         * gnulib/m4/gnulib-cache.m4: Update.
1334         * gnulib/m4/gnulib-comp.m4: Update.
1335         * gnulib/inttypes.in.h: New.
1336         * gnulib/m4/inttypes-pri.m4: New.
1337         * gnulib/m4/inttypes.m4: New.
1338
1339 2012-04-13  Luis Machado  <lgustavo@codesourcery.com>
1340
1341         * infrun.c (resume): Update PC address to the real PC after
1342         preparing to do displaced stepping.
1343
1344 2012-04-12  Doug Evans  <dje@google.com>
1345
1346         * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
1347         All callers updated.
1348
1349 2012-04-12  Mark Kettenis  <kettenis@gnu.org>
1350
1351         * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
1352
1353 2012-04-12  Doug Evans  <dje@google.com>
1354
1355         * dwarf2read.c (create_all_type_units): Renamed from
1356         create_debug_types_hash_table.  All callers updated.
1357
1358         * dwarf2read.c (create_signatured_type_table_from_index): Rename
1359         local type_sig to sig_type, type_offset to type_offset_in_tu.
1360         (hash_signatured_type): Renamed from hash_type_signature,
1361         all callers updated.
1362         (eq_signatured_type): Renamed from eq_type_signature,
1363         all callers updated.
1364         (create_debug_types_hash_table): Rename local type_sig to sig_type.
1365         (process_enumeration_scope): Ditto.
1366         (lookup_signatured_type_at_offset): Ditto.
1367         (load_full_type_unit, read_signatured_type): Ditto.
1368
1369 2012-04-12  Yao Qi  <yao@codesourcery.com>
1370
1371         * remote.c (async_remote_interrupt): Correct function name in
1372         debug message.
1373         (async_remote_interrupt_twice): Ditto.
1374
1375 2012-04-11  Yuanhui Zhang  <asmwarrior@gmail.com>
1376
1377         * source.c (find_and_open_source): Consistently pass resulting
1378         full path through xfullpath.
1379
1380 2012-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1381
1382         Provide more specific displaced-stepping memory error message.
1383         * infrun.c (displaced_step_prepare): New variable status.  Call
1384         target_read_memory instead of read_memory, provide more specific
1385         error message.
1386
1387 2012-04-11  Tristan Gingold  <gingold@adacore.com>
1388
1389         PR gdb/13901
1390         * darwin-nat.c (darwin_execvp): Revert previous patch.
1391
1392 2012-04-11  Tristan Gingold  <gingold@adacore.com>
1393
1394         PR gdb/13901
1395         * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
1396         in case of change.
1397
1398 2012-04-11  Tristan Gingold  <gingold@adacore.com>
1399
1400         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
1401         warning.
1402
1403 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
1404
1405         New command 'explore' which helps explore values and types in
1406         scope.
1407         * NEWS: Add an entry about the new 'explore' command.
1408         * data-directory/Makefile.in: Add gdb/command/explore.py
1409         * python/lib/gdb/command/explore.py: Implemention of the 'explore'
1410         command using the GDB Python API.
1411
1412 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
1413
1414         * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
1415         extension in jump target calculation.
1416
1417 2012-04-10  Maciej W. Rozycki  <macro@codesourcery.com>
1418
1419         * mips-tdep.c (mips32_next_pc): Handle JALX.
1420
1421 2012-04-10  Yao Qi  <yao@codesourcery.com>
1422
1423         * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
1424
1425 2012-04-10  Yao Qi  <yao@codesourcery.com>
1426
1427         * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
1428         and gnulib/m4/gnulib-tool.m4.
1429
1430 2012-04-10  Doug Evans  <dje@google.com>
1431
1432         * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
1433         (load_partial_dies): Clarify comment.
1434         (find_partial_die): Support rereading type units.
1435         Clarify CU handling, if we know offset is in CU, don't search for the
1436         containing CU.  Add comment regarding memory waste.
1437
1438 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
1439
1440         * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
1441         i386/x32-avx and i386/x32-avx-linux.
1442         (i386/x32-expedite): New.
1443         (i386/x32-linux-expedite): Likewise.
1444         (i386/x32-avx-expedite): Likewise.
1445         (i386/x32-avx-linux-expedite): Likewise.
1446         ($(outdir)/i386/x32.dat): Likewise.
1447         ($(outdir)/i386/x32-linux.dat): Likewise.
1448         ($(outdir)/i386/x32-avx.dat): Likewise.
1449         ($(outdir)/i386/x32-avx-linux.dat): Likewise.
1450
1451         * features/i386/x32-avx-linux.xml: New file.
1452         * features/i386/x32-avx.xml: Likewise.
1453         * features/i386/x32-core.xml: Likewise.
1454         * features/i386/x32-linux.xml: Likewise.
1455         * features/i386/x32.xml: Likewise.
1456
1457         * features/i386/x32-avx-linux.c: New.  Generated.
1458         * features/i386/x32-avx.c: Likewise.
1459         * features/i386/x32-linux.c: Likewise.
1460         * features/i386/x32.c: Likewise.
1461         * regformats/i386/x32-avx-linux.dat: Likewise.
1462         * regformats/i386/x32-avx.dat: Likewise.
1463         * regformats/i386/x32-linux.dat: Likewise.
1464         * regformats/i386/x32.dat: Likewise.
1465
1466 2012-04-10  Tristan Gingold  <gingold@adacore.com>
1467
1468         * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
1469         code to kill the inferior.
1470
1471 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
1472
1473         * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1474         defines.
1475         * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1476         defines.
1477         * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
1478         (yyvsp): New defines.
1479         * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1480         defines.
1481         * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1482         defines.
1483         * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1484         defines.
1485         * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1486         defines.
1487         * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
1488         defines.
1489
1490 2012-04-09  Mark Kettenis  <kettenis@gnu.org>
1491
1492         * sparc64-tdep.c (sparc64_store_arguments)
1493         (sparc64_store_arguments): Fix coding style.
1494
1495 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
1496
1497         * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
1498         complex floats, adjust some related comments and tighten a related
1499         assertion.
1500         (sparc64_extract_return_value): Handle complex floats.
1501
1502 2012-04-07  Doug Evans  <dje@google.com>
1503
1504         * dwarf2read.c (load_partial_dies): Change condition to assert.
1505
1506 2012-04-06  Doug Evans  <dje@google.com>
1507
1508         * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
1509         "mov %rsp,%rbp".
1510
1511 2012-04-05  Kevin Buettner  <kevinb@redhat.com>
1512
1513         * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
1514         fencepost error.
1515         (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
1516         (v850_gdbarch_init): Set `num_regs' as appropriate for the
1517         architecture.
1518
1519 2012-04-05  Keith Seitz  <keiths@redhat.com>
1520
1521         * linespec.c (decode_compound): Remove.
1522         (enum offset_relative_sign): New enum.
1523         (struct line_offset): New struct.
1524         (struct linespec): New struct.
1525         (struct linespec_state): Move file_symtabs,
1526         user_filename, and user_function into struct linespec.
1527         Make result an anonymous struct holding vectors of
1528         symbolp and minsym_and_objfile_d.
1529         Add language member.
1530         (enum ls_token_type): New enum.
1531         (linespec_keywords): New array.
1532         (struct ls_token): New struct.
1533         (struct ls_parser): New struct.
1534         (linespec_lexer_lex_number): New function.
1535         (linespec_lexer_lex_keyword): New function.
1536         (is_ada_operator): New function.
1537         (skip_quote_char): New function.
1538         (copy_token_string): New function.
1539         (is_closing_quote_enclosed): New function.
1540         (find_parameter_list_end): New function.
1541         (linespec_lexer_lex_string): New function.
1542         (linespec_lexer_lex_one): New function.
1543         (linespec_lexer_consume_token): New function.
1544         (linespec_lexer_peek_token): New function.
1545         (cplusplus_error): Remove unused function.
1546         (find_methods): Update comment.
1547         (find_toplevel_char): Return const.
1548         (is_objc_method_format): Remove unused function.
1549         (find_toplevel_string): New function.
1550         (is_linespec_boundary): Remove.
1551         (symbol_not_found_error): New function.
1552         (find_method_overload_end): Remove function.
1553         (unexpected_linespec_error): New function.
1554         (keep_name_info): Remove.
1555         (linespec_parse_line_offset): New function.
1556         (linespec_parse_basic): New function.
1557         (canonicalize_linespec): New function.
1558         (decode_line_internal): Remove.
1559         (create_sals_line_offset): New function adapted from
1560         decode_all_digits.
1561         (convert_linespec_to_sals): New function.
1562         (parse_linespec): New function.
1563         (linespec_parser_new): New function.
1564         (linespec_state_destructor): Change parameter type to
1565         struct linespec_state *.
1566         Add language parameter.
1567         Remove freeing of moved members.
1568         (linespec_parser_delete): New function.
1569         (decode_line_full): Use parse_linespec and linespec_parser_new.
1570         (decode_line_1): Likewise.
1571         (decode_indirect): Rename to ...
1572         (linespec_expression_to_pc): ... this and rewrite
1573         to simply find CORE_ADDR, storing this result for later
1574         conversion to SALs.
1575         (locate_first_half): Remove.
1576         (deocde_objc): Add parameter LS.
1577         Initialize new struct collect_info members.
1578         Handle minimal symbols, too.
1579         (decode_compound): Delete.
1580         (lookup_prefix_sym): Rewrite.
1581         (compare_msymbols): New function.
1582         (find_method): Rewrite.
1583         Do not call cplusplus_error.
1584         (symtabs_from_filename): Rewrite.
1585         (collect_function_symbols): Delete.
1586         (find_function_symbols): Rewrite without ARGPTR-style
1587         processing.
1588         (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
1589         (decode_dollar): Adapted and renamed to ...
1590         (linespec_parse_variable): ... this.
1591         (find_linespec_symbols): New function.
1592         (decode_label): Adapted and renamed to ...
1593         (find_label_symbols): ... this.
1594         (decode_digits_list_mode): Add and use LS argument.
1595         (decode_digits_ordinary): Likewise.
1596         (collect_symbols): Do not collect SALs, just symbols and msymbols.
1597         If in list mode, allow any symbol class.  Otherwise, only
1598         permit LOC_BLOCK symbols.
1599         (minsym_found): Update comments.
1600         (search_minsyms_for_name): Do not convert the matching symbol
1601         into a SAL.  Simply push the symbol and objfile into the
1602         result vector.
1603         (decode_variable): Delete. Contents adapted into
1604         find_linespec_symbols.
1605
1606         * cp-support.c (SKIP_SPACE): Remove.
1607         (operator_tokens): Remove unused global.
1608         (cp_validate_operator): Remove.
1609         * cp-support.h (cp_validate_operator): Remove declaration.
1610
1611 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
1612
1613         * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
1614         for TYPE_VPTR_FIELDNO.
1615         * valprint.c (valprint_check_validity): Make it global, move the
1616         function comment ...
1617         * value.h (valprint_check_validity): ... to this new declaration.
1618
1619 2012-04-02  Tristan Gingold  <gingold@adacore.com>
1620
1621         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
1622         the STATE32 api for i386 state.
1623         (i386_darwin_store_inferior_registers): Likewise.
1624
1625 2012-04-02  Tristan Gingold  <gingold@adacore.com>
1626
1627         * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
1628         SS offset.
1629         * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
1630         format_string.
1631
1632 2012-04-02  Tristan Gingold  <gingold@adacore.com>
1633
1634         PR gdb/13901
1635         * darwin-nat.c (darwin_execvp): Set binary preference.
1636
1637 2012-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
1638
1639         * NEWS (set breakpoint condition-evaluation): Use imperative mood.
1640
1641 2012-03-30  Tom Tromey  <tromey@redhat.com>
1642
1643         * python/python.c (gdbpy_decode_line): Move cleanup creation out
1644         of TRY_CATCH.  Fix error handling.
1645         * python/py-value.c (convert_value_from_python): Move 'old'
1646         declaration to innermost scope.
1647
1648 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1649             Andrey Smirnov  <andrew.smirnov@gmail.com>
1650
1651         -Wshadow warning fix.
1652         * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
1653         "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
1654         Adjust code accordingly.
1655
1656 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1657
1658         * ada-lang.c (symbol_completion_add): Rename parameter
1659         "encoded" into "encoded_p".  Ajust code and documentation
1660         accordingly.
1661
1662 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1663             Andrey Smirnov  <andrew.smirnov@gmail.com>
1664
1665         -Wshadow warning fix.
1666         * ada-lang.c (symbol_completion_add): Rename parameter
1667         "wild_match" into wild_match_p.  Update code and documentation
1668         accordingly.
1669
1670 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1671
1672         * ada-lang.c (symbol_completion_match): Rename parameter
1673         "encoded" into "encoded_p".  Ajust code and documentation
1674         accordingly.
1675
1676 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1677             Andrey Smirnov  <andrew.smirnov@gmail.com>
1678
1679         -Wshadow warning fix.
1680         * ada-lang.c (symbol_completion_match): Rename parameter
1681         "wild_match" into "wild_match_p".  Adjust code and function
1682         documentation accordingly.
1683
1684 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1685             Andrey Smirnov  <andrew.smirnov@gmail.com>
1686
1687         -Wshadow warning fix.
1688         * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
1689         "symbol_info" into "info".  Adjust code accordingly.
1690         (ada_lookup_symbol): Likewise.
1691
1692 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1693
1694         * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
1695         of this function's documentation.
1696
1697 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1698             Andrey Smirnov  <andrew.smirnov@gmail.com>
1699
1700         -Wshadow warning fix.
1701         * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
1702         variable into "wild_match_p".  Adjust code accordingly.
1703
1704 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1705             Andrey Smirnov  <andrew.smirnov@gmail.com>
1706
1707         -Wshadow warning fix.
1708         * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
1709         parameter into "wild_match_p".  Adjust code accordingly.
1710         Document this parameter in the function description.
1711
1712 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1713             Andrey Smirnov  <andrew.smirnov@gmail.com>
1714
1715         -Wshadow warning fix.
1716         * ada-lang.c (add_symbols_from_enclosing_procs): Rename
1717         "wild_match" parameter to "wild_match_p" (-Wshadow).
1718
1719 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1720
1721         * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
1722         in function documentation.
1723
1724 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1725             Andrey Smirnov  <andrew.smirnov@gmail.com>
1726
1727         -Wshadow warning fix.
1728         * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
1729         variable into wild_match_p.  Adjust code accordingly.
1730
1731 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1732             Andrey Smirnov  <andrew.smirnov@gmail.com>
1733
1734         * ada-valprint.c (ada_val_print_1): Move the code handling
1735         TYPE_CODE_ENUM inside its own lexical block.  Declare
1736         variables len and val there, instead of in the function's
1737         top level block.  Avoid declaring deref_val again in a way
1738         that shadows another variable of the same name declared
1739         in one of the up-level blocks.  Just re-use the up-level
1740         variable instead.
1741
1742 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1743
1744         * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
1745         Replace block_found argument by symbol_info.  Adjust
1746         implementation accordingly.  Add function documentation.
1747         (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
1748         Fix documentation.
1749         * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
1750         * ada-exp.y (write_object_renaming): Adjust to new
1751         ada_lookup_encoded_symbol API.
1752
1753 2012-03-29  Joel Brobecker  <brobecker@adacore.com>
1754
1755         * ada-lang.h (struct ada_symbol_info): Reformat.  Improve
1756         documentation.
1757
1758 2012-03-28  Rathish C  <rathish.c@kpitcummins.com>
1759
1760         * v850-tdep.c: Add the enum values for mpu and fpu registers.
1761         (v850_register_name): Add the mpu and fpu register names.
1762         (v850e_register_name): Add the mpu and fpu register names.
1763         (v850e2_register_name): New function.
1764         (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
1765         bfd_mach_v850e2v3.
1766
1767 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
1768
1769         * NEWS: Add entry for Ada varobj support.
1770
1771 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
1772
1773         * varobj.c (default_value_is_changeable_p): New function,
1774         extracted from varobj_value_is_changeable_p.  Add declaration.
1775         (ada_value_is_changeable_p): New function, extracted from
1776         varobj_value_is_changeable_p.  Add declaration.
1777         (struct language_specific): New field "value_is_changeable_p".
1778         (languages): Add entries for new field.
1779         (varobj_create): Set language before calling install_new_value.
1780         (varobj_value_is_changeable_p): Reimplement to call the varobj's
1781         "value_is_changeable_p" language callback.
1782
1783 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
1784
1785         * ada-varobj.h, ada-varobj.c: New files.
1786         * Makefile.in (SFILES): Add ada-varobj.c.
1787         (HFILES_NO_SRCDIR): Add ada-varobj.h.
1788         (COMMON_OBS): Add ada-varobj.o.
1789
1790 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
1791
1792         * varobj.c (ada_value_has_mutated): Add declaration.  New function.
1793         (struct language_specific): New field "value_has_mutated".
1794         (languages): Set field "value_has_mutated" in each entry of array.
1795         (varobj_value_has_mutated): New function.
1796         (varobj_udpdate): Add handling of type mutation.
1797         (value_of_root): Add handling of type mutation.
1798         (ada_value_has_mutated): New function.
1799
1800 2012-03-28  Pedro Alves  <palves@redhat.com>
1801
1802         * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
1803         Always supply $fr0 as 0.0 and $fr1 as 1.0.
1804
1805 2012-03-28  Tom Tromey  <tromey@redhat.com>
1806
1807         * python/py-inferior.c (infpy_read_memory): Remove cleanups and
1808         explicitly free 'buffer' on exit paths.  Decref 'membuf_object'
1809         before returning.
1810
1811 2012-03-28  Tom Tromey  <tromey@redhat.com>
1812
1813         * .dir-locals.el: New file.
1814
1815 2012-03-28  Pedro Alves  <palves@redhat.com>
1816
1817         * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
1818
1819 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
1820
1821         * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
1822         handling for r0.
1823
1824 2012-03-27  Pedro Alves  <palves@redhat.com>
1825
1826         Eliminate struct ui_stream.
1827
1828         * ui-out.h (struct ui_stream): Delete.
1829         (ui_out_field_stream): Adjust prototype.
1830         (ui_out_stream_new, ui_out_stream_delete)
1831         (make_cleanup_ui_out_stream_delete): Delete declarations.
1832         * ui-out.c (ui_out_field_stream): Change prototype to take a
1833         ui_file instead of a ui_stream.  Adjust.
1834         (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
1835         (make_cleanup_ui_out_stream_delete): Delete.
1836         * breakpoint.c (print_breakpoint_location)
1837         (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
1838         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
1839         * disasm.c (dump_insns): Ditto.
1840         (do_mixed_source_and_assembly, do_assembly_only): Adjust
1841         prototype.
1842         (gdb_disassembly): Use ui_file/mem_fileopen instead of
1843         ui_stream/ui_out_stream_new.
1844         * infcmd.c (print_return_value): Ditto.
1845         * osdata.c (info_osdata_command): Don't allocate a local
1846         ui_stream.
1847         * stack.c (print_frame_arg, print_frame_args, print_frame): Use
1848         ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
1849         * tracepoint.c (print_one_static_tracepoint_marker): Don't
1850         allocate a local ui_stream.
1851         * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
1852         instead of ui_stream/ui_out_stream_new.
1853         (list_args_or_locals): Don't allocate a local ui_stream.
1854         * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
1855         (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
1856         ui_stream/ui_out_stream_new.
1857         * cli/cli-setshow.c (do_setshow_command): Ditto.
1858
1859 2012-03-27  Oza Pawandeep  <oza.pawandeep@gmail.com>
1860
1861         * arm-linux-tdep.c (arm_linux_init_abi): Call
1862         set_gdbarch_process_record.  Initialize `arm_swi_record' field.
1863         * arm-tdep.c (arm_process_record): New function.
1864         (deallocate_reg_mem): New function.
1865         (decode_insn): New function.
1866         (thumb_record_branch): New function.
1867         (thumb_record_ldm_stm_swi(): New function.
1868         (thumb_record_misc): New function.
1869         (thumb_record_ld_st_stack): New function.
1870         (thumb_record_ld_st_imm_offset): New function.
1871         (thumb_record_ld_st_reg_offset(): New function.
1872         (thumb_record_add_sub_cmp_mov): New function.
1873         (thumb_record_shift_add_sub): New function.
1874         (arm_record_coproc_data_proc): New function.
1875         (arm_record_coproc): New function.
1876         (arm_record_b_bl): New function.
1877         (arm_record_ld_st_multiple): New function.
1878         (arm_record_ld_st_reg_offset): New function.
1879         (arm_record_ld_st_imm_offset): New function.
1880         (arm_record_data_proc_imm): New function.
1881         (arm_record_data_proc_misc_ld_str): New function.
1882         (arm_record_extension_space): New function.
1883         (arm_record_strx): New function.
1884         (sbo_sbz): New function.
1885         (struct insn_decode_record): New structure for arm insn record.
1886         (REG_ALLOC): New macro for reg allocations.
1887         (MEM_ALLOC): New macro for memory allocations.
1888         * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
1889
1890 2012-03-27  Andreas Schwab  <schwab@linux-m68k.org>
1891
1892         * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
1893         (store_register): Likewise.
1894
1895 2012-03-26  Oza Pawandeep  <oza.pawandeep@gmail.com>
1896
1897         * MAINTAINERS (Write After Approval): Add myself to the list.
1898
1899 2012-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
1900
1901         * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
1902         Describe also the option "auto".
1903
1904 2012-03-22  Richard Henderson  <rth@redhat.com>
1905
1906         * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
1907         * sparc-nat.c (sparc_xfer_wcookie): Make static.
1908
1909 2012-03-22  Richard Henderson  <rth@redhat.com>
1910
1911         * jit.c (jit_read_code_entry): Compute alignment and offset of
1912         int64_t member before computing entry_size.
1913
1914 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
1915
1916         Python scripting: Add new method Value.referenced_value to
1917         gdb.Value which can dereference pointer as well as reference
1918         values.
1919         * NEWS: Add entry under 'Python scripting' about the new method
1920         Value.referenced_value on gdb.Value objects.
1921         * python/py-value.c (valpy_referenced_value): New function
1922         defining a new method on gdb.Value objects which can dereference
1923         pointer and reference values.
1924
1925 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
1926
1927         * MAINTAINERS (Write After Approval): Add myself to the list.
1928
1929 2012-03-21  Kevin Buettner  <kevinb@redhat.com>
1930
1931         * symtab.c (skip_prologue_sal): Change test to check for "main()"
1932         in addition to "main".
1933
1934 2012-03-21  Joel Brobecker  <brobecker@adacore.com>
1935
1936         * expression.h (op_name): Add declaration.
1937         * expprint.c (op_name): Remove declaration.  Make non-static.
1938         * ax-gdb.c (gen_expr): Use op_name instead of op_string.
1939
1940 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
1941
1942         * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
1943         of struct siginfo.
1944         * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
1945         * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
1946         * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
1947         (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
1948         (linux_nat_get_siginfo): Likewise.
1949         * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
1950         (linux_nat_get_siginfo): Likewise.
1951         * linux-tdep.c (linux_get_siginfo_type): Likewise.
1952         * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
1953         * procfs.c (gdb_siginfo_t): Likewise.
1954
1955 2012-03-21  Mike Frysinger  <vapier@gentoo.org>
1956
1957         * .gitignore: Ignore more files.
1958
1959 2012-03-20  Pedro Alves  <palves@redhat.com>
1960
1961         * remote.c (remote_start_remote): Clear `rs->starting_up' on early
1962         returns.
1963
1964 2012-03-20  Yao Qi  <yao@codesourcery.com>
1965
1966         * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
1967         comment.
1968
1969 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
1970
1971         Code cleanupp: Use cu_offset and sect_offset compile time type checking.
1972         * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
1973         (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
1974         sect_offset.
1975         * dwarf2expr.h (cu_offset, sect_offset): New types.
1976         (struct dwarf_expr_context_funcs) <dwarf_call>
1977         (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
1978         sect_offset.
1979         (struct dwarf_expr_context) <len>: Improve the comment.
1980         (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
1981         cu_offset and sect_offset.
1982         * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
1983         (dwarf_expr_get_base_type, needs_frame_dwarf_call)
1984         (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
1985         * dwarf2loc.h: Include dwarf2expr.h.
1986         (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
1987         and sect_offset.
1988         * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
1989         Improve the comment.
1990         (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
1991         (struct signatured_type, struct line_header, struct partial_die_info)
1992         (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
1993         (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
1994         (get_die_type_at_offset, create_cus_from_index)
1995         (create_signatured_type_table_from_index, dw2_get_file_names)
1996         (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
1997         (read_and_check_comp_unit_head, read_and_check_type_unit_head)
1998         (create_debug_types_hash_table, process_psymtab_comp_unit)
1999         (load_partial_comp_unit, create_all_comp_units)
2000         (partial_die_parent_scope, partial_die_full_name, skip_one_die)
2001         (load_full_comp_unit, dwarf2_physname, read_import_statement)
2002         (inherit_abstract_dies, read_func_scope, read_call_site_scope)
2003         (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
2004         (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
2005         (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
2006         (find_partial_die, read_attribute_value, lookup_die_type)
2007         (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
2008         (is_ref_attr): New function comment.
2009         (dwarf2_get_ref_die_offset): New function comment, new variable retval.
2010         Use cu_offset and sect_offset.
2011         (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
2012         (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
2013         (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
2014         (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
2015         (offset_and_type_hash, offset_and_type_eq, set_die_type)
2016         (get_die_type_at_offset, partial_die_hash, partial_die_eq)
2017         (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
2018         sect_offset.
2019
2020 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2021
2022         Code cleanup.
2023         * python/py-auto-load.c (source_section_scripts): New variable back_to.
2024         Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
2025         with xfree.
2026         (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
2027
2028 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2029
2030         * NEWS: Describe new options --init-command=FILE, -ix and
2031         --init-eval-command=COMMAND, -iex.
2032         * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
2033         CMDARG_INIT_COMMAND.
2034         (captured_main): New enum items OPT_IX and OPT_IEX.  Add
2035         "init-command", "init-eval-command", "ix" and "iex" to the variable
2036         long_options.  Handle OPT_IX and OPT_IEX.  Process them from CMDARG_VEC.
2037         New comment for CMDARG_FILE and CMDARG_COMMAND processing.
2038         (print_gdb_help): Describe --init-command=FILE, -ix and
2039         --init-eval-command=COMMAND, -iex.
2040
2041 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
2042
2043         Code cleanup.
2044         * main.c (struct cmdarg): Move it here from main.  Add more comments.
2045         (cmdarg_s, VEC (cmdarg_s)): New.
2046         (main): Move struct cmdarg from here.  New variables cmdarg_vec and
2047         cmdarg_p.  Remove variables cmdsize and ncmd and their initialization.
2048         Install cleanup for cmdarg_vec.  Update filling for options 'x' and
2049         'X'.  Replace cmdarg processing by cmdarg_vec processing.  Remove xfree
2050         of CMDARG.
2051
2052 2012-03-19  Tom Tromey  <tromey@redhat.com>
2053
2054         * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
2055
2056 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2057
2058         PR symtab/13777
2059         * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
2060         GCC >=4.5.
2061
2062 2012-03-16  Chris January  <chris.january@allinea.com>
2063
2064         * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
2065         of clear.
2066
2067 2012-03-16  Chris January  <chris.january@allinea.com>
2068
2069         * source.c (add_path): Use memmove instead of strcpy because the
2070         strings overlap.
2071
2072 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
2073
2074         * value.h (set_value_parent): Add declaration.
2075         * value.c (set_value_parent): New function.
2076         (value_address): If VALUE->PARENT is not NULL, then use it as
2077         the base address instead of VALUE->LOCATION.address.
2078         * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
2079         the same as OBJ's address.  Adjust V's offset accordingly.
2080         Set V's parent.
2081
2082 2012-03-16  Gary Benson  <gbenson@redhat.com>
2083
2084         PR breakpoints/10738
2085         * dwarf2read.c (use_deprecated_index_sections): New global.
2086         (struct partial_die_info): New member may_be_inlined.
2087         (read_partial_die): Set may_be_inlined where appropriate.
2088         (add_partial_subprogram): Add partial symbols for partial
2089         DIEs that may be inlined.
2090         (new_symbol_full): Add inlined subroutines to the current
2091         scope.
2092         (write_psymtabs_to_index): Bump version number.
2093         (dwarf2_read_index): Read only version 6 indices unless
2094         use_deprecated_index_sections is set.
2095         * linespec.c (symbol_and_data_callback): New structure.
2096         (iterate_inline_only): New function.
2097         (iterate_over_all_matching_symtabs): New argument
2098         "include_inline".  If nonzero, also call the callback for
2099         symbols representing inlined subroutines.
2100         (lookup_prefix_sym): Pass extra argument to the above.
2101         (find_function_symbols): Likewise.
2102         (add_matching_symbols_to_info): Likewise.
2103         * NEWS: Mention that GDB can now set breakpoints on inlined
2104         functions.
2105
2106 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
2107
2108         * p-typeprint.c (pascal_type_print_method_args):
2109         Fix display of parameter of methods.
2110
2111 2012-03-16  Pierre Muller  <muller@ics.u-strasbg.fr>
2112
2113         * amd64-windows-nat.c (_initialize_amd64_windows_nat):
2114         Add missing prototype.
2115
2116 2012-03-16  Yao Qi  <yao@codesourcery.com>
2117             Jan Kratochvil  <jan.kratochvil@redhat.com>
2118
2119         Fix false compilation warning.
2120         * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
2121
2122 2012-03-15  Jonathan Larmour  <jifl@eCosCentric.com>
2123             Pedro Alves  <pedro@codesourcery.com>
2124
2125         * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
2126         (arm_register_g_packet_guesses): New function.
2127         (arm_gdbarch_init): Don't force a target description with
2128         registers when the executable is detected as M-profile.  Instead
2129         set gdbarch->tdep->is_m.  Register `g' packet guesses.
2130         (_initialize_arm_tdep): Initialize the new target description.
2131         * features/arm-with-m-fpa-layout.xml: New description.
2132         * features/arm-with-m-fpa-layout.c: New, generated.
2133
2134 2012-03-15  Joel Brobecker  <brobecker@adacore.com>
2135
2136         * breakpoint.c (breakpoint_xfer_memory): Add assertion.
2137         Update function description.
2138         (insert_bp_location): Do not wipe bl->target_info out.
2139         * mem-break.c: #include "gdb_string.h".
2140         (default_memory_insert_breakpoint): Do not call target_read_memory
2141         with a pointer to the breakpoint's shadow_contents buffer.  Use
2142         a local buffer instead.
2143         * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
2144
2145 2012-03-15  Tom Tromey  <tromey@redhat.com>
2146
2147         * NEWS: Mention "info vtbl", not "info vtable".
2148         * cp-support.c (info_vtbl_command): Fix comment.
2149         (_initialize_cp_support): Fix text.
2150
2151 2012-03-15  Tom Tromey  <tromey@redhat.com>
2152
2153         * cp-valprint.c (cp_print_value_fields): Use
2154         print_function_pointer_address for vtable slot.
2155
2156 2012-03-15  Tom Tromey  <tromey@redhat.com>
2157
2158         * gnu-v3-abi.c (struct value_and_voffset): New.
2159         (hash_value_and_voffset, eq_value_and_voffset)
2160         (compare_value_and_voffset, compute_vtable_size)
2161         (print_one_vtable, gnuv3_print_vtable): New functions.
2162         (init_gnuv3_ops): Initialize 'print_vtable' field.
2163         * cp-support.c (info_vtbl_command): New function.
2164         (_initialize_cp_support): Add "info vtbl".
2165         * cp-abi.h (cplus_print_vtable): Declare.
2166         (struct cp_abi_ops) <print_vtable>: New field.
2167         * cp-abi.c (cplus_print_vtable): New function.
2168         * NEWS: Update.
2169
2170 2012-03-15  Tom Tromey  <tromey@redhat.com>
2171
2172         * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
2173         iterate_over_symbols.
2174
2175 2012-03-14  Doug Evans  <dje@google.com>
2176
2177         * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
2178         DW_OP_GNU_parameter_ref.
2179
2180 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
2181
2182         Fix double prompt of 'interpreter-exec mi'.
2183         * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
2184         (mi_interpreter_resume): use it.
2185         (mi_execute_command_input_handler): New function.
2186         * mi/mi-main.c (mi_execute_command): Move prompt printing to
2187         mi_execute_command_input_handler.
2188
2189 2012-03-13  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
2190
2191         * darwin-nat-info.c (_initialize_darwin_info_commands): Add
2192         prototype.
2193         (darwin_debug_port_info): Make static.
2194         * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
2195         * machoread.c (_initialize_machoread): Add prototype.
2196         * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
2197         (i386_darwin_set_control, i386_darwin_get_control)
2198         i386_darwin_dr_set_addr, i386_darwin_get_addr)
2199         i386_darwin_get_status, i386_darwin_get_control):
2200         Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
2201
2202 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
2203
2204         * ax-gdb.c (gen_usual_unary): Remove special handling of
2205         enum and bool types.
2206
2207 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
2208
2209         * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
2210
2211 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
2212
2213         * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
2214
2215 2012-03-13  Chris January  <chris.january@allinea.com>
2216
2217         * aix-thread.c (fill_sprs): Store the floating point registers
2218         at the correct offsets into vals.
2219
2220 2012-03-13  Doug Evans  <dje@google.com>
2221
2222         * NEWS: Mention symbol-reloading has been deleted.
2223         * symfile.c (symbol_reloading): Delete.
2224         (show_symbol_reloading): Delete.
2225         (_initialize_symfile): Delete set/show symbol-reloading.
2226
2227         * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
2228         read_in_chain until we have successfully read it in.
2229         (load_full_comp_unit): Ditto.
2230         (read_signatured_type): Add comment.
2231
2232 2012-03-13  Chris January  <chris.january@allinea.com>
2233
2234         * stabsread.c (fix_common_block): Change type of valu argument
2235         to CORE_ADDR.
2236
2237 2012-03-13  Chris January  <chris.january@allinea.com>
2238
2239         * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
2240         instruction.
2241
2242 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2243
2244         * common/linux-procfs.c (linux_proc_get_int): New, from
2245         linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
2246         field.
2247         (linux_proc_get_tgid): Only call linux_proc_get_int.
2248         (linux_proc_get_tracerpid): New.
2249         (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
2250         (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
2251         linux_proc_pid_has_state.
2252         * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
2253         * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
2254         (linux_ptrace_attach_warnings): New.
2255         * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
2256         New declaration.
2257         * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
2258         (linux_nat_attach): New variables ex, buffer, message and message_s.
2259         Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
2260
2261 2012-03-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2262
2263         * Makefile.in (linux-ptrace.o): New.
2264         * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
2265         from linux-nat.c.
2266         * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
2267         * common/linux-ptrace.c: New file.
2268         * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
2269         * config/arm/linux.mh: Likewise.
2270         * config/i386/linux.mh: Likewise.
2271         * config/i386/linux64.mh: Likewise.
2272         * config/ia64/linux.mh: Likewise.
2273         * config/m32r/linux.mh: Likewise.
2274         * config/m68k/linux.mh: Likewise.
2275         * config/mips/linux.mh: Likewise.
2276         * config/pa/linux.mh: Likewise.
2277         * config/powerpc/linux.mh: Likewise.
2278         * config/powerpc/ppc64-linux.mh: Likewise.
2279         * config/powerpc/spu-linux.mh: Likewise.
2280         * config/s390/s390.mh: Likewise.
2281         * config/sparc/linux.mh: Likewise.
2282         * config/sparc/linux64.mh: Likewise.
2283         * config/xtensa/linux.mh: Likewise.
2284         * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
2285         common/linux-procfs.c.
2286         (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
2287
2288 2012-03-13  Hui Zhu  <teawater@gmail.com>
2289             Pedro Alves  <palves@redhat.com>
2290
2291         * breakpoint.c (init_breakpoint_sal): New flags parameter.  Handle
2292         CREATE_BREAKPOINT_FLAGS_INSERTED.
2293         (create_breakpoint_sal, create_breakpoints_sal)
2294         (base_breakpoint_create_breakpoints_sal)
2295         (tracepoint_create_breakpoints_sal)
2296         (strace_marker_create_breakpoints_sal): New flags parameter.  Pass
2297         down.
2298         (break_command_1, handle_gnu_v3_exceptions, trace_command)
2299         (ftrace_command, strace_command): Adjust.
2300         (create_tracepoint_from_upload): Pass
2301         CREATE_BREAKPOINT_FLAGS_INSERTED.
2302         * breakpoint.h (enum breakpoint_create_flags): New.
2303         (create_breakpoint): New flags parameter.
2304         * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
2305         * python/py-breakpoint.c (bppy_init): Adjust.
2306         * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
2307         * spu-tdep.c (spu_catch_start): Adjust.
2308
2309 2012-03-13  Pedro Alves  <palves@redhat.com>
2310             Hui Zhu  <teawater@gmail.com>
2311             Yao Qi  <yao@codesourcery.com>
2312
2313         * remote.c (struct remote_state): New field `starting_up'.
2314         (remote_start_remote): Set and clear it.
2315         (remote_can_download_tracepoint): If starting up, return false.
2316
2317 2012-03-13  Yao Qi  <yao@codesourcery.com>
2318
2319         * inferior.h (struct inferior): Remove fields any_syscall_count,
2320         syscalls_counts and total_syscalls_count.  Move them to new
2321         struct catch_syscall_inferior_data in breakpoint.c.
2322         * breakpoint.c: Call DEF_VEC_I(int).
2323         (struct catch_syscall_inferior_data): New.
2324         (get_catch_syscall_inferior_data): New.
2325         (catch_syscall_inferior_data_cleanup): New.
2326         (insert_catch_syscall): Update to access data in
2327         struct catch_syscall_inferior_data.
2328         (insert_catch_syscall): Likewise.
2329         (remove_catch_syscall): Likewise.
2330         (remove_catch_syscall): Likewise.
2331         (is_syscall_catchpoint_enabled): Likewise.
2332         (add_catch_command): Likewise.
2333         (_initialize_breakpoint): Register cleanup.
2334         * breakpoint.h: Removed DEF_VEC_I(int).
2335         * dwarf2loc.c: Call DEF_VEC_I(int).
2336         * mi/mi-main.c: Likewise.
2337
2338 2012-03-12  Mark Kettenis  <kettenis@gnu.org>
2339
2340         * inf-ptrace.c (inf_ptrace_post_attach): Make static.
2341
2342 2012-03-12  Chris January  <chris.january@allinea.com>
2343
2344         * aix-thread.c (_initialize_aix_thread): Add prototype.
2345         * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
2346         * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
2347
2348 2012-03-12  Joel Brobecker  <brobecker@adacore.com>
2349
2350         * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
2351         include of "amd64-nat.h".
2352
2353 2012-03-12  Tom Tromey  <tromey@redhat.com>
2354
2355         * buildsym.c (record_pending_block): Now static.
2356         * buildsym.h: (record_pending_block): Remove.
2357
2358 2012-03-12  Andreas Tobler  <andreast@fgznet.ch>
2359
2360         * amd64bsd-nat.c: Include amd64bsd-nat.h.
2361
2362 2012-03-09  Tom Tromey  <tromey@redhat.com>
2363
2364         * dwarf2read.c (struct dwarf2_cu) <checked_producer,
2365         producer_is_gxx_lt_4_6>: New fields.
2366         (producer_is_gxx_lt_4_6): Use and update producer cache fields.
2367
2368 2012-03-09  Tom Tromey  <tromey@redhat.com>
2369
2370         * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
2371
2372 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
2373
2374         * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
2375         prototype.
2376
2377 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
2378
2379         * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
2380
2381 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2382
2383         Fix -Wmissing-prototypes build.
2384         * arm-linux-nat.c (get_thread_id): Make it static.
2385         * xtensa-linux-nat.c (get_thread_id): Likewise.
2386
2387 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
2388
2389         * server.c (process_point_options): If a conditional expression
2390         is found, only print a message if remote_debug is nonzero.
2391
2392 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
2393
2394         * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
2395         of internal error for unknown/unsupported types.
2396
2397 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2398
2399         Fix CU relative vs. absolute DIE offsets.
2400         * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
2401         offset to offset_in_cu.
2402         * dwarf2read.c (process_enumeration_scope): Add CU offset to
2403         TYPE_OFFSET.
2404         (dwarf2_fetch_die_location_block): Rename parameter offset to
2405         offset_in_cu.  New variable offset, add CU offset to OFFSET_IN_CU.
2406
2407 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2408
2409         * libunwind-frame.c: Rename to ...
2410         * ia64-libunwind-tdep.c: ... here.
2411         * libunwind-frame.h: Rename to ...
2412         * ia64-libunwind-tdep.h: ... here.
2413         * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
2414         ia64-libunwind-tdep.h.
2415         (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
2416         * README (--with-libunwind): Rename to ...
2417         (--with-libunwind-ia64): ... here, note it is ia64 specific now.
2418         * config.in: Regenerate.
2419         * configure: Regenerate.
2420         * configure.ac: New option --with-libunwind-ia64, make the
2421         AS_HELP_STRING ia64 specific.  Deprecate option --with-libunwind.
2422         Remove AC_DEFINE for HAVE_LIBUNWIND.
2423         * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
2424         Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
2425         Rename libunwind-frame in the general comment.
2426         * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
2427         Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
2428         Move forward declarations inside #ifndef.  Rename libunwind-frame in
2429         the general comment.
2430         * ia64-tdep.c: Rename libunwind-frame.h #include to
2431         ia64-libunwind-tdep.h.
2432         (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
2433         (ia64_libunwind_descr): Rename libunwind-frame to
2434         ia64-libunwind-tdep in these function comments.
2435         * ia64-tdep.h: Rename libunwind-frame.h #include to
2436         ia64-libunwind-tdep.h.
2437         * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
2438         ia64-libunwind-tdep in that data comment.
2439
2440 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2441
2442         * libunwind-frame.h (struct frame_unwind): New declaration.
2443
2444 2012-03-08  Joel Brobecker  <brobecker@adacore.com>
2445
2446         * breakpoint.c (_initialize_breakpoint): Fix error in help of
2447         "set breakpoint condition-evaluation" command.
2448
2449 2012-03-08  Tristan Gingold  <gingold@adacore.com>
2450
2451         * sparc-stub.c: Move to stubs/
2452         * sh-stub.c: Likewise.
2453         * m68k-stub.c: Likewise.
2454         * m32r-stub.c: Likewise.
2455         * i386-stub.c: Likewise.
2456
2457 2012-03-08  Andreas Schwab  <schwab@linux-m68k.org>
2458
2459         * m68klinux-tdep.c (m68k_linux_init_abi): Register
2460         linux_get_siginfo_type.
2461
2462         * m68klinux-nat.c: Include "gdb_proc_service.h".
2463         (PTRACE_GET_THREAD_AREA): Define.
2464         (ps_get_thread_area): New function.
2465
2466 2012-03-08  Yao Qi  <yao@codesourcery.com>
2467
2468         * remote.c (remote_get_noisy_reply): Replace `sprintf' with
2469         `xsnprintf'.
2470         (remote_query_attached): Likewise.
2471         (remote_static_tracepoint_marker_at): Likewise.
2472         (remote_set_permissions): Likewise.
2473         (remote_detach_1, extended_remote_attach_1): Likewise.
2474         (send_g_packet, remote_vkill): Likewise.
2475         (extended_remote_disable_randomization): Likewise.
2476         (remote_add_target_side_condition): Likewise.
2477         (remote_insert_breakpoint): Likewise.
2478         (remote_remove_breakpoint): Likewise.
2479         (remote_insert_watchpoint): Likewise.
2480         (remote_remove_watchpoint): Likewise.
2481         (remote_insert_hw_breakpoint): Likewise.
2482         (remote_insert_hw_breakpoint): Likewise.
2483         (remote_remove_hw_breakpoint): Likewise.
2484         (remote_download_command_source): Likewise.
2485         (remote_download_tracepoint): Likewise.
2486         (remote_download_trace_state_variable): Likewise.
2487         (remote_disable_tracepoint): Likewise.
2488         (remote_trace_set_readonly_regions): Likewise.
2489         (remote_get_tracepoint_status): Likewise.
2490         (remote_trace_find): Likewise.
2491         (remote_get_trace_state_variable_value): Likewise.
2492         (remote_set_disconnected_tracing): Likewise.
2493         (remote_set_circular_trace_buffer): Likewise.
2494         (remote_get_min_fast_tracepoint_insn_len): Likewise.
2495         (remote_use_agent): Likewise.
2496         (remote_add_target_side_condition): Add one parameter BUF_SIZE.
2497         Update callers.
2498
2499 2012-03-07  Pedro Alves  <palves@redhat.com>
2500
2501         * NEWS: Mention QProgramSignals.
2502         * inferior.h (update_signals_program_target): Declare.
2503         * infrun.c: (update_signals_program_target): New.
2504         (handle_command): Update the target of the new program signals
2505         array changes.
2506         * remote.c (PACKET_QProgramSignals): New enum.
2507         (last_program_signals_packet): New global.
2508         (remote_program_signals): New.
2509         (remote_start_remote): Update the target with the program signals
2510         list.
2511         (remote_protocol_features): Add entry for QPassSignals.
2512         (remote_open_1): Free anc clear last_program_signals_packet.
2513         (init_remote_ops): Install remote_program_signals.
2514         * target.c (update_current_target): Adjust.
2515         (target_program_signals): New.
2516         * target.h (struct target_ops) <to_program_signals>: New field.
2517         (target_program_signals): Declare.
2518
2519 2012-03-07  Pedro Alves  <palves@redhat.com>
2520
2521         * NEWS: Add subtitle for new z0/z1 conditional breakpoint
2522         extensions.
2523
2524 2012-03-07  Andreas Schwab  <schwab@linux-m68k.org>
2525
2526         * m68klinux-nat.c (getregs_supplies): Make static.
2527         (getfpregs_supplies): Likewise.
2528         (have_ptrace_getregs): Likewise.
2529
2530 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
2531
2532         * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
2533         in call to get_die_type_at_offset.
2534
2535 2012-03-06  Stan Shebs  <stan@codesourcery.com>
2536
2537         * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
2538         * mi/mi-cmd-disas.c: Ditto.
2539         * mi/mi-cmd-env.c: Ditto.
2540         * mi/mi-cmd-file.c: Ditto.
2541         * mi/mi-cmd-stack.c: Ditto.
2542         * mi/mi-cmd-target.c: Ditto.
2543         * mi/mi-cmd-var.c: Ditto.
2544         * mi/mi-cmds.c: Ditto.
2545         * mi/mi-cmds.h: Ditto.
2546         * mi/mi-console.c: Ditto.
2547         * mi/mi-getopt.c: Ditto.
2548         * mi/mi-getopt.h: Ditto.
2549         * mi/mi-interp.c: Ditto.
2550         * mi/mi-main.c: Ditto.
2551         * mi/mi-out.c: Ditto.
2552         * mi/mi-parse.c: Ditto.
2553         * mi/mi-parse.h: Ditto.
2554         * mi/mi-symbol-cmds.c: Ditto.
2555
2556         * mi/mi-getopt.h: Move mi_opt struct up.
2557         * mi/mi-main.c (captured_mi_execute_command): Remove redundant
2558         return.
2559         * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
2560
2561 2012-03-06  Tom Tromey  <tromey@redhat.com>
2562
2563         * proc-service.c (ps_pglobal_lookup): Set the current program
2564         space.
2565
2566 2012-03-06  Pedro Alves  <palves@redhat.com>
2567
2568         * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
2569
2570 2012-03-05  Joel Brobecker  <brobecker@adacore.com>
2571
2572         * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
2573
2574 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2575
2576         Code cleanup.
2577         * common/linux-osdata.c (linux_common_core_of_thread): New function
2578         comment.
2579         * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
2580         call by linux_common_core_of_thread.
2581         (linux_nat_core_of_thread_1): Remove.
2582         * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
2583         * linux-thread-db.c: Include linux-osdata.h.
2584         (update_thread_core): Replace linux_nat_core_of_thread_1 call by
2585         linux_common_core_of_thread.
2586
2587 2012-03-05  Tom Tromey  <tromey@redhat.com>
2588
2589         * value.c (value_primitive_field): Don't fetch contents for
2590         non-virtual bases.
2591
2592 2012-03-05  Tom Tromey  <tromey@redhat.com>
2593
2594         * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
2595
2596 2012-03-05  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2597
2598         * s390-nat.c: Include "gregset.h".
2599
2600 2012-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2601
2602         * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
2603         [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
2604         (libunwind_load): New variable so_error, use it for dlerror.  Try to
2605         load also LIBUNWIND_SO_7.
2606
2607 2012-03-05  Pedro Alves  <palves@redhat.com>
2608
2609         * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
2610         is not NULL, and remove resulting dead code.
2611
2612 2012-03-05  Thomas Schwinge  <thomas@codesourcery.com>
2613
2614         * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
2615         prologue to sh_analyze_prologue.
2616         (sh_analyze_prologue): Make better use of such an upper limit, and
2617         generally be more cautious about accessing memory.
2618
2619 2012-03-05  Tom Tromey  <tromey@redhat.com>
2620
2621         * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
2622         _initialize_ia64_hpux_tdep.
2623
2624 2012-03-05  Pedro Alves  <palves@redhat.com>
2625
2626         PR gdb/13766
2627
2628         * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
2629         the register state is clear, supply explicit zero, instead of
2630         marking the register unavailable.
2631
2632 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2633
2634         * NEWS: Mention OpenVMS ia64 new target.
2635
2636 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2637
2638         * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
2639         (ia64_unw_accessors, ia64_unw_rse_accessors)
2640         (ia64_libunwind_descr): Declare.
2641         * ia64-vms-tdep.c: New file.
2642         * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
2643         (ia64_libunwind_descr): Make them public.
2644         * configure.tgt: Add ia64-*-*vms*.
2645         * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
2646         (ALLDEPFILES): Add ia64-vms-tdep.c
2647
2648 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2649
2650         * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
2651         * remote.c (PACKET_qXfer_uib): New enum value.
2652         (remote_protocol_features): Add entry for PACKET_qXfer_uib.
2653         (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
2654         (_initialize_remote): Call add_packet_config_cmd for
2655         xfer:uib packet.
2656
2657 2012-03-05  Tristan Gingold  <gingold@adacore.com>
2658
2659         * osabi.c (gdb_osabi_names): Add OpenVMS.
2660         (generic_elf_osabi_sniffer): Likewise.
2661         * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
2662
2663 2012-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2664
2665         Removed unused code.
2666         * libunwind-frame.c (libunwind_frame_unwind)
2667         (libunwind_frame_base_address): Remove.
2668         * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
2669
2670 2012-03-04  Yao Qi  <yao@codesourcery.com>
2671
2672         * common/agent.c (gdb_connect_sync_socket): Add _ markup and
2673         remove trailing new line.
2674         (agent_run_command, agent_run_command): Add _ markup.
2675         (agent_capability_check): Likewise.
2676
2677 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
2678
2679         * breakpoint.c (set_condition_evaluation_mode): Set
2680         CONDITION_EVALUATION_MODE unconditionally.
2681
2682 2012-03-03  Yao Qi  <yao@codesourcery.com>
2683
2684         * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
2685         * common/agent.h: Update declaration.
2686         * inf-child.c (inf_child_use_agent): New.
2687         (inf_child_can_use_agent): New.
2688         (inf_child_target): Initialize fields `to_use_agent'
2689         and `to_can_use_agent'.
2690         * agent.c (agent_new_objfile): New.
2691         (_initialize_agent): Add agent_new_objfile to new_objfile
2692         observer.
2693
2694         * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
2695         New.
2696         (linux_target_install_ops): Initialize field
2697         `to_static_tracepoint_markers_by_strid'.
2698         * remote.c (free_current_marker): Move it to ...
2699         * tracepoint.c (free_current_marker): ... here.  New.
2700         (cleanup_target_stop): New.
2701         * tracepoint.h: Declare free_current_marker.
2702         * NEWS: Add one entry about `info static-tracepoint-marker'.
2703
2704 2012-03-03  Yao Qi  <yao@codesourcery.com>
2705
2706         * common/agent.c (agent_loaded_p): New.
2707         (agent_look_up_symbols): New global.
2708         * common/agent.h: Declare agent_loaded_p.
2709
2710 2012-03-03  Yao Qi  <yao@codesourcery.com>
2711
2712         * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
2713         (agent_capability_check, agent_capability_invalidate): New.
2714         (symbol_list): New array element.
2715         * common/agent.h (enum agent_capa): New.
2716         * target.c (target_pre_inferior): Call agent_capability_invalidate.
2717
2718 2012-03-03  Yao Qi  <yao@codesourcery.com>
2719
2720         * target.h (struct target_ops) <to_use_agent>: New field.
2721         (struct target_ops) <to_can_use_agent>: New field.
2722         (target_use_agent, target_can_use_agent): New macro.
2723         * target.c (update_current_target): Update.
2724         * remote.c: New enum `PACKET_QAgent'.
2725         (remote_protocol_features): Add a new element.
2726         (remote_use_agent, remote_can_use_agent): New.
2727         (init_remote_ops): Initialize field `can_use_agent' with
2728         remote_can_use_agent.  Intiailize field `use_agent' with
2729         remote_use_agent.
2730         * common/agent.c (use_agent): New global.
2731         * common/agent.h: Declare it.
2732         * tracepoint.c (info_static_tracepoint_markers_command): Add
2733         comment.
2734         * Makefile.in (SFILES): Add common/agent.c and agent.c.
2735         (COMMON_OBS): Add common/agent.o and agent.o
2736         (common-agent.o): New rule.
2737         * agent.c: New.
2738
2739 2012-03-03  Yao Qi  <yao@codesourcery.com>
2740
2741         * common/agent.c: New.
2742         * common/agent.h: New.
2743         * configure.ac: Add `sys/socket.h' and `sys/un.h' to
2744         AC_CHECK_HEADERS.
2745         * configure, configh.in: Regenerated.
2746
2747 2012-03-02  Kevin Buettner  <kevinb@redhat.com>
2748
2749         * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
2750         unless it exists for this architecture.
2751
2752 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
2753
2754         * language.h (struct language_defn): New "method" la_read_var_value.
2755         * findvar.c: #include "language.h".
2756         (default_read_var_value): Renames read_var_value.  Rewrite
2757         function description.
2758         (read_var_value): New function.
2759         * value.h (default_read_var_value): Add prototype.
2760         * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
2761         New functions.
2762         (ada_language_defn): Add entry for la_read_var_value.
2763         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
2764         * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
2765         language_defn structures to add entry for new la_read_var_value
2766         field.
2767
2768 2012-03-02  Tom Tromey  <tromey@redhat.com>
2769             Pedro Alves  <palves@redhat.com>
2770
2771         PR breakpoints/13776:
2772         * breakpoint.c (breakpoint_init_inferior): Delete step-resume
2773         breakpoints.
2774         (delete_longjmp_breakpoint_at_next_stop): New.
2775         * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
2776         * target.c (generic_mourn_inferior): Call mark_breakpoints_out
2777         before deleting the inferior.  Add comments.
2778         * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
2779         breakpoints immediately, but only on next stop.  Move that code
2780         next to where we mark other breakpoints for deletion.
2781
2782 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
2783
2784         * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
2785         marker.
2786         * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
2787         violation.
2788
2789 2012-03-02  Pedro Alves  <palves@redhat.com>
2790
2791         * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
2792
2793 2012-03-02  Ulrich Weigand  <uweigand@de.ibm.com>
2794
2795         Fix -Wmissing-prototypes build.
2796         * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
2797         * remote-sim.c (gdbsim_has_all_memory): Likewise.
2798         (gdbsim_has_memory): Likewise.
2799
2800 2012-03-02  Yao Qi  <yao@codesourcery.com>
2801
2802         Fix -Wmissing-prototypes build.
2803         * charset.c (phony_iconv_open): Make static.
2804         (phony_iconv_close, phony_iconv): Likewise.
2805         * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
2806         * i386-windows-nat.c (_initialize_i386_windows_nat): New
2807         prototype.
2808         * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
2809         * ser-mingw.c (create_select_thread): Make static.
2810         * windows-termcap.c (tgetent): New prototype.
2811         (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
2812
2813 2012-03-02  Zhang Yuanhui  <asmwarrior@gmail.com>
2814
2815         Fix -Wmissing-prototypes build.
2816         * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
2817         (_initialize_windows_nat, _initialize_check_for_gdb_ini)
2818         (_initialize_loadable): New prototypes.
2819
2820 2012-03-02  Doug Evans  <dje@google.com>
2821
2822         * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
2823         abbrev table, read_comp_unit will do it.
2824
2825 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2826
2827         Fix -Wmissing-prototypes build.
2828         * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
2829         * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
2830         * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
2831         * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
2832         (_initialize_arm_symbian_tdep): New prototype.
2833         * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
2834         * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
2835         * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
2836         static.
2837         * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
2838         * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
2839         prototype.
2840         * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
2841         (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
2842         * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
2843         static.
2844         * moxie-tdep.c (moxie_process_record): Likewise.
2845         * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
2846         (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
2847         * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
2848         (_initialize_rl78_tdep): New prototype.
2849         * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
2850         (_initialize_rx_tdep): New prototype.
2851         * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
2852         (_initialize_darwin_solib): New prototype.
2853         * solib-spu.c: Include solib-spu.h.
2854         (_initialize_spu_solib): New prototype.
2855         * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
2856         * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
2857         (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
2858         (tic6x_software_single_step): Make it static.
2859         (_initialize_tic6x_tdep): New prototype.
2860
2861 2012-03-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2862
2863         Fix -Wmissing-prototypes build.
2864         * cris-tdep.c (cris_can_use_hardware_watchpoint)
2865         (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
2866
2867 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2868
2869         Fix -Wmissing-prototypes build.
2870         * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
2871         (frv_have_stopped_data_address): Remove.
2872
2873 2012-03-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
2874
2875         Fix -Wmissing-prototypes build.
2876         * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
2877         * sh-tdep.c: Include sh64-tdep.h.
2878         * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
2879         * sh64-tdep.c: Include sh64-tdep.h.
2880         * sh64-tdep.h: New file.
2881
2882 2012-03-01  Maciej W. Rozycki <macro@codesourcery.com>
2883
2884         * mips-tdep.c (mips32_scan_prologue): Correct indentation.
2885
2886 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
2887
2888         * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
2889         sp_regnum once the gdbarch_init_osabi hook has been called.
2890
2891 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
2892
2893         * mips-tdep.c (mips32_bc1_pc): New function.
2894         (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
2895         BPOSGE32 and BPOSGE64 instructions.
2896         (deal_with_atomic_sequence): Likewise.
2897         (mips32_instruction_has_delay_slot): Likewise.
2898
2899 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
2900             Chris Dearman  <chris@mips.com>
2901             Maciej W. Rozycki  <macro@codesourcery.com>
2902             Joseph Myers  <joseph@codesourcery.com>
2903
2904         * features/mips-dsp.xml: New file.
2905         * features/mips64-dsp.xml: New file.
2906         * features/mips-dsp-linux.xml: New file.
2907         * features/mips64-dsp-linux.xml: New file.
2908         * features/Makefile (WHICH): Add mips-dsp-linux and
2909         mips64-dsp-linux.
2910         (mips-dsp-expedite, mips64-dsp-expedite): New variables.
2911         * features/mips-dsp-linux.c: New file.
2912         * features/mips64-dsp-linux.c: New file.
2913         * regformats/mips-dsp-linux.dat: New file.
2914         * regformats/mips64-dsp-linux.dat: New file.
2915         * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
2916         registers.
2917         (mips64_linux_register_addr): Likewise.
2918         (mips64_linux_regsets_fetch_registers): Likewise.
2919         (mips64_linux_regsets_store_registers): Likewise.
2920         (mips64_linux_fetch_registers): Update call to
2921         mips64_linux_regsets_fetch_registers.
2922         (mips64_linux_store_registers): Update call to
2923         mips64_linux_regsets_store_registers.
2924         (mips_linux_read_description): Probe for DSP registers.
2925         (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
2926         and initialize_tdesc_mips64_dsp_linux.
2927         * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
2928         Remove padding of no longer used embedded register slots.
2929         * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
2930         (MIPS_RESTART_REGNUM): Redefine enum value.
2931         * mips-tdep.c (mips_generic_reg_names): Remove trailing null
2932         strings.
2933         (mips_tx39_reg_names): Likewise.
2934         (mips_linux_reg_names): New array of register names for Linux
2935         targets.
2936         (mips_register_name): Check for a null pointer in
2937         mips_processor_reg_names and return an empty string.
2938         (mips_register_type): Exclude embedded registers for the IRIX
2939         and Linux ABIs.
2940         (mips_pseudo_register_type): Likewise.  Use dynamic numbers to
2941         refer to FP registers, LO, HI, BadVAddr, Cause and PC.  Handle
2942         DSP registers.
2943         (mips_stab_reg_to_regnum): Handle DSP accumulators.
2944         (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
2945         (mips_gdbarch_init): Likewise.  Initialize internal register
2946         indices for the Linux ABI.  Use dynamic numbers to refer to
2947         registers, as applicable, while parsing the target description.
2948         * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
2949
2950 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
2951
2952         * frame.h (read_frame_register_unsigned): Fix typo in function
2953         description.
2954
2955 2012-03-01  Pedro Alves  <palves@redhat.com>
2956
2957         * jit-reader.in [!__cplusplus]
2958         (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
2959
2960 2012-03-01  Pedro Alves  <palves@redhat.com>
2961
2962         * configure.ac (build_warnings): Add -Wmissing-prototypes.
2963         * configure: Regenerate.
2964
2965 2012-03-01  Pedro Alves  <palves@redhat.com>
2966
2967         * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
2968         * breakpoint.c (create_exception_master_breakpoint, trace_command)
2969         (ftrace_command, strace_command): Make static.
2970         * d-lang.c (_initialize_d_language): Declare.
2971         * dwarf2expr.c (_initialize_dwarf2expr): Declare.
2972         * dwarf2loc.c (_initialize_dwarf2loc):
2973         * dwarf2read.c (process_psymtab_comp_unit): Make static.
2974         * exec.c (exec_get_section_table): Make static.
2975         * i386-linux-tdep.c (i386_linux_record_signal): Make static.
2976         * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
2977         * inferior.c (remove_inferior_command, add_inferior_command)
2978         (clone_inferior_command): Make static.
2979         * linux-nat.c (linux_nat_thread_address_space)
2980         (linux_nat_core_of_thread): Make static.
2981         * linux-tdep.c (_initialize_linux_tdep): Declare.
2982         * objc-lang.c (_initialize_objc_lang): Declare.
2983         * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
2984         Make static.
2985         (_initialize_opencl_language): Declare.
2986         * record.c (_initialize_record): Declare.
2987         * remote.c (demand_private_info, remote_get_tib_address)
2988         (remote_supports_cond_tracepoints)
2989         (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
2990         Make static.
2991         * skip.c (_initialize_step_skip): Declare.
2992         * symtab.c (skip_prologue_using_lineinfo): Make static.
2993         * tracepoint.c (delete_trace_state_variable)
2994         (trace_variable_command, delete_trace_variable_command)
2995         (get_uploaded_tsv, find_matching_tracepoint_location)
2996         (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
2997         Make static.
2998         * value.c (pack_unsigned_long): Make static.
2999         * varobj.c (varobj_ensure_python_env): Make static.
3000         * windows-tdep.c (_initialize_windows_tdep): Declare.
3001         * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
3002
3003 2012-03-01  Pedro Alves  <palves@redhat.com>
3004
3005         * linux-tdep.c (linux_has_shared_address_space): Make static.  Add
3006         gdbarch parameter.
3007         (linux_init_abi): Install it as has_shared_address_space gdbarch
3008         callback.
3009
3010 2012-03-01  Pedro Alves  <palves@redhat.com>
3011
3012         * observer.c (observer_test_first_notification_function)
3013         (observer_test_second_notification_function)
3014         (observer_test_third_notification_function): Add declarations.
3015
3016 2012-03-01  Pedro Alves  <palves@redhat.com>
3017
3018         * common/signals.c (default_target_signal_to_host)
3019         (default_target_signal_from_host): Move ...
3020         * arch-utils.c: ... here.
3021         * arch-utils.h (default_target_signal_to_host)
3022         (default_target_signal_from_host): Declare.
3023
3024         * common/signals.c (target_signal_from_command): Move ...
3025         * infrun.c: ... here.
3026         * inferior.h (target_signal_from_command): Declare.
3027         * target.h (target_signal_from_command)
3028         (default_target_signal_from_host, default_target_signal_to_host):
3029         Delete declarations.
3030
3031         * common/signals.c (_initialize_signals): Delete.
3032
3033 2012-03-01  Pedro Alves  <palves@redhat.com>
3034
3035         * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
3036         both __cplusplus and !__cplusplus.
3037
3038 2012-03-01  Pedro Alves  <palves@redhat.com>
3039
3040         * psymtab.c (find_and_open_source): Delete declaration.
3041         * source.c (find_and_open_source): Move comment ...
3042         * source.h (find_and_open_source): ... to this new declaration.
3043
3044 2012-03-01  Pedro Alves  <palves@redhat.com>
3045
3046         * inline-frame.c: Include inline-frame.h.
3047
3048 2012-03-01  Pedro Alves  <palves@redhat.com>
3049
3050         * tui/tui-data.c (set_gen_win_origin): Delete.
3051         * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
3052         * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
3053
3054 2012-03-01  Pedro Alves  <palves@redhat.com>
3055
3056         * remote.c (encode_actions): Delete declaration.
3057         * tracepoint.c (encode_actions): Make extern.
3058         * tracepoint.h (encode_actions): Declare.
3059
3060 2012-03-01  Pedro Alves  <palves@redhat.com>
3061
3062         * python/py-breakpoint.c: Include python.h.
3063         * python/py-continueevent.c (create_continue_event_object): Make
3064         static.
3065         * python/py-lazy-string.c (stpy_get_type): Make static.
3066         * python/py-newobjfileevent.c (create_new_objfile_event_object):
3067         Make static.
3068         * python/py-utils.c (unicode_to_target_python_string): Make
3069         static.
3070         * python/py-value.c: Include python.h.
3071
3072 2012-03-01  Pedro Alves  <palves@redhat.com>
3073
3074         * inferior.c (delete_threads_of_inferior): Delete.
3075
3076 2012-03-01  Pedro Alves  <palves@redhat.com>
3077
3078         Import fallback definitions from glibc.
3079
3080         * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
3081         ps_prochandle): Forward declare.
3082         (ps_err_e): Use glibc's comments.
3083         [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
3084         (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
3085         (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
3086         (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
3087         (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
3088         (struct ps_prochandle): Adjust comment.
3089
3090 2012-03-01  Pedro Alves  <palves@redhat.com>
3091
3092         * ada-lang.c (ada_modulus_from_name): Delete.
3093         * ada-lex.l (lexer_init): Make static.
3094
3095 2012-03-01  Pedro Alves  <palves@redhat.com>
3096
3097         PR gdb/13767
3098
3099         * frame.c (read_frame_register_unsigned): New.
3100         * frame.h (read_frame_register_unsigned): Declare.
3101         * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
3102         Handle it.
3103         (print_i387_control_word): New parameter `control_p'.  Handle it.
3104         (i387_print_float_info): Handle unavailable float registers.
3105
3106 2012-03-01  Keith Seitz  <keiths@redhat.com>
3107
3108         * linespec.c (decode_line_2): Sort the list of methods
3109         alphabetically before presenting the user with a selection
3110         menu.
3111
3112 2012-03-01  Doug Evans  <dje@google.com>
3113
3114         * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
3115         has_namespace_info.
3116         (dwarf2_read_abbrevs): Remove corresponding initialization.
3117
3118 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3119
3120         * NEWS: Mention new python command class gdb.COMMAND_USER.
3121         * cli/cli-cmds.c (show_user): Print error when used on a python
3122         command.
3123         (init_cli_cmds): Update documentation strings for "show user" and
3124         "set/show max-user-call-depth" to clarify that it does not apply to
3125         python commands.
3126         * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
3127         error check.
3128         (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
3129         gdb python api.
3130         * top.c (execute_command): Only execute a user-defined command as a
3131         legacy macro if c->user_commands is set.
3132
3133 2012-03-01  Tom Tromey  <tromey@redhat.com>
3134
3135         * valprint.h (struct generic_val_print_decorations): New.
3136         (generic_val_print): Declare.
3137         * valprint.c (generic_val_print): New function.
3138         * p-valprint.c (p_decorations): New global.
3139         (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
3140         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
3141         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
3142         TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
3143         * m2-valprint.c (m2_decorations): New global.
3144         (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
3145         TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
3146         TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
3147         TYPE_CODE_ERROR>: Call generic_val_print.
3148         * f-valprint.c (f_decorations): New global.
3149         (f_val_print): Use print_function_pointer_address.
3150         <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
3151         TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
3152         TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
3153         generic_val_print.
3154         * c-valprint.c (c_decorations): New global.
3155         (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
3156         TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
3157         TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
3158         TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
3159         TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
3160         * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
3161         case.
3162
3163 2012-03-01  Tom Tromey  <tromey@redhat.com>
3164
3165         * valprint.c (val_print): Update.
3166         * p-valprint (pascal_val_print): Return void.
3167         * p-lang.h (pascal_val_print): Return void.
3168         * m2-valprint.c (m2_val_print): Return void.
3169         * m2-lang.h (m2_val_print): Return void.
3170         * language.h (struct language_defn) <la_val_print>: Return void.
3171         * language.c (unk_lang_val_print): Return void.
3172         * jv-valprint.c (java_val_print): Return void.
3173         * jv-lang.h (java_val_print): Return void.
3174         * f-valprint.c (f_val_print): Return void.
3175         * f-lang.h (f_val_print): Return void.
3176         * d-valprint.c (d_val_print): Return void.
3177         (dynamic_array_type): Update.
3178         * d-lang.h (d_val_print): Return void.
3179         * c-valprint.c (c_val_print): Return void.
3180         * c-lang.h (c_val_print): Return void.
3181         * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
3182         void.
3183         * ada-lang.h (ada_val_print): Return void.
3184
3185 2012-03-01  Tom Tromey  <tromey@redhat.com>
3186
3187         * value.h (val_print): Return void.
3188         * valprint.c (val_print): Return void.
3189
3190 2012-03-01  Tom Tromey  <tromey@redhat.com>
3191
3192         * value.h (common_val_print): Return void.
3193         * valprint.c (common_val_print): Return void.
3194
3195 2012-03-01  Tom Tromey  <tromey@redhat.com>
3196
3197         * value.h (value_print): Return void.
3198         * valprint.c (value_print): Return void.
3199         * p-valprint.c (pascal_value_print): Return void.
3200         * p-lang.h (pascal_value_print): Return void.
3201         * language.h (struct language_defn) <la_value_print>: Return
3202         void.
3203         * language.c (unk_lang_value_print): Return void.
3204         * jv-valprint.c (java_value_print): Return void.
3205         * jv-lang.h (java_value_print): Return void.
3206         * f-valprint.c (c_value_print): Don't declare.
3207         Include c-lang.h.
3208         * c-valprint.c (c_value_print): Return void.
3209         * c-lang.h (c_value_print): Return void.
3210         * ada-valprint.c (ada_value_print): Return void.
3211         * ada-lang.h (ada_value_print): Return void.
3212
3213 2012-03-01  Tom Tromey  <tromey@redhat.com>
3214
3215         * value.c (value_primitive_field): Handle virtual base classes.
3216
3217 2012-03-01  Tom Tromey  <tromey@redhat.com>
3218
3219         * gdbtypes.h (struct vbase): Remove.
3220
3221 2012-03-01  Tom Tromey  <tromey@redhat.com>
3222
3223         * c-valprint.c (print_function_pointer_address): Move...
3224         * valprint.c: ... here.  Make non-static.
3225         * m2-valprint.c (print_function_pointer_address): Remove.
3226         * valprint.h (print_function_pointer_address): Declare.
3227
3228 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
3229
3230         * NEWS: Document the fact that one can provide a condition when
3231         creating an Ada exception catchpoint.
3232
3233 2012-03-01  Tom Tromey  <tromey@redhat.com>
3234
3235         * valprint.c (val_print_type_code_flags): Fix placement of
3236         trailing brace.
3237
3238 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
3239
3240         * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
3241         (update_files): Do not set MULTILINE_COMMENT_PREFIXES
3242         environment variable before calling update-copyright.
3243
3244 2012-03-01  Joel Brobecker  <brobecker@adacore.com>
3245
3246         * gnulib/extra/update-copyright: Update to the latest from
3247         gnulib's git repository.
3248         * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
3249         variable to 2 instead of 1.
3250
3251 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3252
3253         * varobj.c (c_value_of_variable): Remove dead code.
3254
3255 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3256
3257         * ada-lex.p (processId): Do not modify already encoded IDs.
3258         Update function documentation.
3259
3260 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3261
3262         * ada-lang.h (ada_find_renaming_symbol): Replace parameter
3263         "name" with "struct symbol *name_sym".
3264         * ada-exp.y (write_var_or_type): Update call to
3265         ada_find_renaming_symbol.
3266         "name" with "struct symbol *name_sym". Adjust Implementation
3267         accordingly.  Adjust the function documentation.
3268
3269 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3270
3271         * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
3272         * ada-lang.c (ada_find_any_type): Add advance declaration.
3273         Make static.  Replace ada_find_any_symbol by
3274         ada_find_any_type_symbol.
3275         (ada_find_any_type_symbol): Renames ada_find_any_symbol.
3276         Improve function description.  Make static.
3277         (ada_find_renaming_symbol, find_old_style_renaming_symbol):
3278         Replace ada_find_any_symbol by ada_find_any_type_symbol.
3279
3280 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3281
3282         * ada-lang.c (struct tag_args): Delete.
3283         (ada_get_tsd_type): Function body moved up in source file.
3284         (ada_tag_name_1, ada_tag_name_2): Delete.
3285         (ada_get_tsd_from_tag): New function.
3286         (ada_tag_name_from_tsd): New function.
3287         (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
3288         to determine the tag name.
3289
3290 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3291
3292         * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
3293         declaration.
3294         * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
3295         function.
3296
3297 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3298
3299         * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
3300
3301 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3302
3303         * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
3304         full searches.
3305
3306 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3307
3308         * ada-lang.c (constrained_packed_array_type): If there is a
3309         parallel XA type, use it to determine the array index type.
3310
3311 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3312
3313         * ada-valprint.c (ada_val_print_1): If our value is a reference
3314         to an array descriptor, dereference it before converting it
3315         to a simple array.
3316
3317 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3318
3319         * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
3320         creating fixed value.
3321         (ada_value_ind, ada_coerce_ref, assign_component)
3322         (ada_evaluate_subexp): Remove call to unwrap_value before
3323         call to ada_to_fixed_value.
3324
3325 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3326
3327         * ada-lang.c (to_fixed_array_type): Set result's type name.
3328
3329 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
3330
3331         * ada-lang.c (catch_ada_exception_command_split): Add new
3332         argument cond_string.  Add support for condition at end of
3333         "catch exception" commands.
3334         (ada_decode_exception_location): Add new argument cond_string.
3335         Update call to catch_ada_exception_command_split.
3336         (create_ada_exception_catchpoint): Add new argument cond_string.
3337         Set the breakpoint condition if needed.
3338         (catch_ada_exception_command): Update call to
3339         ada_decode_exception_location.
3340         (ada_decode_assert_location): Add function documentation.
3341         Add support for condition at end of "catch assert" command.
3342         (catch_assert_command): Update calls to ada_decode_assert_location
3343         and create_ada_exception_catchpoint.
3344
3345 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3346
3347         Fix disp-step-syscall.exp: fork: single step over fork.
3348         * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
3349         (i386_linux_get_syscall_number_from_regcache): ... here, new function
3350         comment, change parameters gdbarch and ptid to regcache.  Remove
3351         parameter regcache, initialize gdbarch from regcache here.
3352         (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
3353         New functions.
3354         (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
3355         instead.
3356         * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
3357         'syscall'.  Make the 'int' check more strict.
3358
3359 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3360
3361         Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
3362         * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
3363         (i386_linux_intx80_sysenter_syscall_record): ... here.
3364         (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
3365         Use the renamed function name.
3366
3367 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
3368
3369         * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
3370         * breakpoint.c (until_break_command): Likewise.
3371         * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
3372         * infcall.c (call_function_by_hand): Likewise.
3373         * infcmd.c (finish_forward): Likewise.
3374         * infrun.c (insert_exception_resume_breakpoint): Likewise.
3375
3376 2012-02-28  Tristan Gingold  <gingold@adacore.com>
3377
3378         * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
3379         avoid variable assignments inside condition.
3380
3381 2012-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3382
3383         Fix static analysis issue found by cppcheck.
3384         * microblaze-tdep.c (microblaze_extract_return_value): Fix
3385         uninitialized BUF for size 2.
3386
3387 2012-02-27  Chris Dearman  <chris@mips.com>
3388             Nathan Froyd  <froydnj@codesourcery.com>
3389             Maciej W. Rozycki  <macro@codesourcery.com>
3390
3391         * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
3392         (mips16_instruction_has_delay_slot): Likewise.
3393         (mips_segment_boundary): Likewise.
3394         (mips_adjust_breakpoint_address): Likewise.
3395         (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
3396
3397 2012-02-27  Maciej W. Rozycki  <macro@mips.com>
3398             Maciej W. Rozycki  <macro@codesourcery.com>
3399
3400         * infrun.c (handle_inferior_event): Don't proceed through
3401         shared library trampolines if stepping at the machine
3402         instruction level.
3403
3404 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
3405
3406         * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
3407         too.
3408
3409 2012-02-27  Thomas Schwinge  <thomas@codesourcery.com>
3410
3411         * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
3412         (sh_stub_unwind_sniffer): New functions.
3413         (sh_stub_unwind): New variable.
3414         (sh_gdbarch_init): Wire everything.
3415
3416 2012-02-27  Pedro Alves  <palves@redhat.com>
3417
3418         * linux-nat.c (pid_is_stopped): Delete, moved to common/.
3419         (linux_nat_post_attach_wait): Adjust to use
3420         linux_proc_pid_is_stopped.
3421         * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
3422         * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
3423         based on pid_is_stopped from both linux-nat.c and
3424         gdbserver/linux-low.c, and renamed.
3425
3426 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
3427
3428         * remote.c (remote_watchpoint_addr_within_range): New function.
3429         (init_remote_ops): Use it.
3430
3431 2012-02-24  Maciej W. Rozycki  <macro@codesourcery.com>
3432
3433         * target.h (target_watchpoint_addr_within_range): Document macro.
3434
3435 2012-02-24  Pedro Alves  <palves@redhat.com>
3436
3437         * stack.c (set_last_displayed_sal): Issue internal_error instead
3438         of warning, and issue it after clearing the last displayed sal.
3439
3440 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3441             Pedro Alves  <palves@redhat.com>
3442
3443         * breakpoint.c (until_break_command): Install breakpoints after
3444         all frame manipulations.
3445
3446 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3447
3448         * remote.c (remote_supports_cond_breakpoints): New forward
3449         declaration.
3450         (remote_add_target_side_condition): New function.
3451         (remote_insert_breakpoint): Add target-side breakpoint
3452         conditional if supported.
3453         (remote_insert_hw_breakpoint): Likewise.
3454         (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
3455         hook.
3456
3457         * target.c (update_current_target): Inherit
3458         to_supports_evaluation_of_breakpoint_conditions.
3459         Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
3460
3461         * target.h (struct target_ops)
3462         <to_supports_evaluation_of_breakpoint_conditions>: New field.
3463         (target_supports_evaluation_of_breakpoint_conditions): New #define.
3464
3465         * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
3466         (condition_evaluation_both, condition_evaluation_auto,
3467         condition_evaluation_host, condition_evaluation_target,
3468         condition_evaluation_enums, condition_evaluation_mode_1,
3469         condition_evaluation_mode): New static globals.
3470         (translate_condition_evaluation_mode): New function.
3471         (breakpoint_condition_evaluation_mode): New function.
3472         (gdb_evaluates_breakpoint_condition_p): New function.
3473         (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
3474         (mark_breakpoint_modified): New function.
3475         (mark_breakpoint_location_modified): New function.
3476         (set_condition_evaluation_mode): New function.
3477         (show_condition_evaluation_mode): New function.
3478         (bp_location_compare_addrs): New function.
3479         (get_first_location_gte_addr): New helper function.
3480         (set_breakpoint_condition): Free condition bytecode if locations
3481         has become unconditional.  Call mark_breakpoint_modified (...).
3482         (condition_command): Call update_global_location_list (1) for
3483         breakpoints.
3484         (breakpoint_xfer_memory): Use is_breakpoint (...).
3485         (is_breakpoint): New function.
3486         (parse_cond_to_aexpr): New function.
3487         (build_target_condition_list): New function.
3488         (insert_bp_location): Handle target-side conditional
3489         breakpoints and call build_target_condition_list (...).
3490         (update_inserted_breakpoint_locations): New function.
3491         (insert_breakpoint_locations): Handle target-side conditional
3492         breakpoints.
3493         (bpstat_check_breakpoint_conditions): Add comment.
3494         (bp_condition_evaluator): New function.
3495         (bp_location_condition_evaluator): New function.
3496         (print_breakpoint_location): Print information on where the condition
3497         will be evaluated.
3498         (print_one_breakpoint_location): Likewise.
3499         (init_bp_location): Call mark_breakpoint_location_modified (...) for
3500         breakpoint location.
3501         (force_breakpoint_reinsertion): New functions.
3502         (update_global_location_list): Handle target-side breakpoint
3503         conditions.
3504         Reinsert locations that are already inserted if conditions have
3505         changed.
3506         (bp_location_dtor): Free agent expression bytecode.
3507         (disable_breakpoint): Call mark_breakpoint_modified (...).
3508         Call update_global_location_list (...) with parameter 1 for breakpoints.
3509         (disable_command): Call mark_breakpoint_location_modified (...).
3510         Call update_global_location_list (...) with parameter 1 for breakpoints.
3511         (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
3512         (enable_command): mark_breakpoint_location_modified (...).
3513         (_initialize_breakpoint): Update documentation and add
3514         condition-evaluation breakpoint subcommand.
3515
3516         * breakpoint.h: Include ax.h.
3517         (condition_list): New data structure.
3518         (condition_status): New enum.
3519         (bp_target_info) <cond_list>: New field.
3520         (bp_location) <condition_changed, cond_bytecode>: New fields.
3521         (is_breakpoint): New prototype.
3522
3523 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3524
3525         * remote.c (remote_state) <cond_breakpoints>: New field.
3526         (PACKET_ConditionalBreakpoints): New enum.
3527         (remote_cond_breakpoint_feature): New function.
3528         (remote_protocol_features): Add new ConditionalBreakpoints entry.
3529         (remote_supports_cond_breakpoints): New function.
3530         (_initialize_remote): Add new packet configuration for
3531         target-side conditional breakpoints.
3532
3533 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3534
3535         * NEWS: Mention target-side conditional breakpoint support,
3536         new condition-evaluation breakpoint subcommand and remote
3537         packet extensions.
3538
3539 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3540
3541         * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
3542         number.
3543
3544 2012-02-24  Thomas Schwinge  <thomas@codesourcery.com>
3545
3546         * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
3547         (after_prologue): Remove.
3548
3549 2012-02-23  Tom Tromey  <tromey@redhat.com>
3550
3551         * jv-valprint.c (java_val_print): Remove dead code.
3552
3553 2012-02-23  Tristan Gingold  <gingold@adacore.com>
3554
3555         * ada-tasks.c (struct ada_tasks_inferior_data): Add
3556         known_tasks_element and known_tasks_length fields.
3557         (read_known_tasks_array): Change argument type.  Use pointer type
3558         and number of elements from DATA.  Adjust.
3559         (read_known_tasks_list): Likewise.
3560         (get_known_tasks_addr): Remove.
3561         (ada_set_current_inferior_known_tasks_addr): Renamed to ...
3562         (ada_tasks_inferior_data_sniffer): ... this.  Use symtab for element
3563         type and array length.  Merge former get_known_tasks_addr code.
3564
3565 2012-02-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3566
3567         PR backtrace/13716
3568         * infcmd.c (finish_forward): New variable frame_id, initialize it, use
3569         it after set_momentary_breakpoint.
3570
3571 2012-02-22  Sterling Augustine  <saugustine@google.com>
3572
3573         PR 13689:
3574         * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
3575
3576 2012-02-22  Gary Benson  <gbenson@redhat.com>
3577
3578         * dwarf2read.c (dwarf2_read_index): Correct misspelling.
3579         (find_slot_in_mapped_hash): Likewise.
3580
3581 2012-02-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
3582
3583         PR build/13638
3584         * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
3585         (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
3586         * configure: Regenerate.
3587
3588 2012-02-21  Tristan Gingold  <gingold@adacore.com>
3589             Pedro Alves  <palves@redhat.com>
3590
3591         * ia64-tdep.c: Do not include libunwind-ia64.h.
3592         * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
3593         Include libunwind-ia64.h instead of libunwind.h.
3594         * configure.ac (--with-libunwind, $enable_libunwind): Don't check
3595         for libunwind.h existence.
3596         * configure, config.in: Regenerate.
3597
3598 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
3599
3600         * c-valprint.c (c_value_print): Use value_rtti_indirect_type
3601         instead of value_rtti_target_type.
3602         * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
3603         instead of value_rtti_target_type.
3604         * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
3605         value_rtti_target_type.
3606         * valops.c (value_ind): Extract function readjust_indirect_value_type.
3607         (value_rtti_target_type): Rename to ...
3608         (value_rtti_indirect_type): ... here and make it indirect.  Update
3609         function comment.
3610         * value.c (readjust_indirect_value_type): New function.
3611         (coerce_ref): Support for enclosing type setting for references
3612         with readjust_indirect_value_type.
3613         * value.h (readjust_value_type): New declaration.
3614         (value_rtti_target_type): Rename to ...
3615         (value_rtti_indirect_type): ... here.
3616
3617 2012-02-21  Anton Gorenkov  <xgsa@yandex.ru>
3618
3619         * MAINTAINERS (Write After Approval): Add myself to the list.
3620
3621 2012-02-20  Doug Evans  <dje@google.com>
3622
3623         * objfiles.c (add_to_objfile_sections): Remove outdated comments.
3624         Rename objfile_p_char parameter to objfilep.
3625         (build_objfile_section_table): Result is now void.  All callers
3626         updated.
3627         * objfiles.h (struct objfile): Tweak comments, whitespace.
3628         (build_objfile_section_table): Update.
3629
3630         * elfread.c (elf_symfile_segments): Fix warning text.
3631
3632 2012-02-20  Tom Tromey  <tromey@redhat.com>
3633
3634         PR gdb/13498:
3635         * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
3636         particular set of file names once.
3637         (dw2_map_symbol_filenames): Likewise.
3638
3639 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3640
3641         Code cleanup.
3642         * main.c (write_files): Remove the declaration.
3643         (external_editor_command): Move the declaration ...
3644         [GDBTK] (external_editor_command): ... here.  Fix the comment.
3645
3646 2012-02-20  Tom Tromey  <tromey@redhat.com>
3647
3648         * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
3649         extraneous block.
3650
3651 2012-02-20  Tristan Gingold  <gingold@adacore.com>
3652
3653         * darwin-nat.h (enum darwin_msg_state): Add comments.
3654
3655 2012-02-20  Tristan Gingold  <gingold@adacore.com>
3656
3657         * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
3658         value.
3659
3660 2012-20-18  Joel Brobecker  <brobecker@adacore.com>
3661
3662         * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
3663         between function description and implementation.
3664
3665 2012-02-17  Tom Tromey  <tromey@redhat.com>
3666
3667         PR python/12070:
3668         * python/py-event.c (event_object_getset): New global.
3669         (event_object_type): Reference it.
3670         * python/py-type.c (field_object_getset): New global.
3671         (field_object_type): Reference it.
3672         * python/python-internal.h (gdb_py_generic_dict): Declare.
3673         * python/py-utils.c (gdb_py_generic_dict): New function.
3674
3675 2012-02-17  Tristan Gingold  <gingold@adacore.com>
3676
3677         * solib-darwin.c (darwin_current_sos): Check magic and filetype
3678
3679 2012-02-17  Thomas Schwinge  <thomas@codesourcery.com>
3680
3681         * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
3682         TYPE_CALLING_CONVENTION annotation.
3683
3684 2012-02-16  Kevin Buettner  <kevinb@redhat.com>
3685
3686         * MAINTAINERS: Add rx to target ISA section.
3687         * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
3688         (ALLDEPFILES): Add rx-tdep.c.
3689
3690 2012-02-16  Tom Tromey  <tromey@redhat.com>
3691
3692         * symfile.c (symbol_file_add_main_1): Use inferior's
3693         symfile_flags.
3694         * solib.c (solib_read_symbols): Use inferior's symfile_flags.
3695         * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
3696         inferior.
3697         * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
3698         inferior.
3699         (follow_exec): Use inferior's symfile_flags.
3700         * inferior.h (struct inferior) <symfile_flags>: New field.
3701
3702 2012-02-16  Mike Frysinger  <vapier@gentoo.org>
3703
3704         PR gdb/9734:
3705         * remote-sim.c (gdbsim_create_inferior): Call error() when
3706         sim_create_inferior() fails.
3707
3708 2012-02-16  Josh Matthews  <josh@joshmatthews.net>
3709
3710         * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
3711
3712 2012-02-16  Tom Tromey  <tromey@redhat.com>
3713
3714         PR c++/13653:
3715         * thread.c (struct current_thread_cleanup) <was_removable>: New
3716         field.
3717         (restore_current_thread_cleanup_dtor): Restore 'removable' field.
3718         (make_cleanup_restore_current_thread): Initialize new field.
3719
3720 2012-02-15  Kevin Buettner  <kevinb@redhat.com>
3721
3722         * MAINTAINERS: Add rl78 to target ISA section.
3723         * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
3724         (ALLDEPFILES): Add rl78-tdep.c.
3725         * NEWS: Mention rl78 as a new target.
3726
3727 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
3728
3729         * frame.c (find_frame_sal): Initialize sal->pspace field from frame
3730         data.
3731         * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
3732
3733 2012-02-15  Tom Tromey  <tromey@redhat.com>
3734
3735         PR gdb/12659:
3736         * infcmd.c (registers_info): Print just the current register's
3737         name.
3738
3739 2012-02-15  Tom Tromey  <tromey@redhat.com>
3740
3741         * python/py-symbol.c (sympy_value): Use _().
3742
3743 2012-02-15  Pedro Alves  <palves@redhat.com>
3744
3745         * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
3746         output to be like native targets'.
3747         (remote_pid_to_str): Special case the null ptid.
3748
3749 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3750
3751         * NEWS: Mention enable count command.
3752         * breakpoint.h (struct breakpoint): New field enable_count.
3753         * breakpoint.c (enable_breakpoint_disp): Add count argument.
3754         (enable_breakpoint): Add arg to call.
3755         (struct disp_data): New struct.
3756         (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
3757         (do_map_enable_once_breakpoint): Create a struct and pass it.
3758         (do_map_enable_delete_breakpoint): Ditto.
3759         (do_map_enable_count_breakpoint): New function.
3760         (enable_count_command): New function.
3761         (bpstat_stop_status): Decrement enable_count.
3762         (print_one_breakpoint_location): Report enable count.
3763         (_initialize_breakpoint): Add enable count command.
3764
3765 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
3766
3767         * rl78-tdep.c (reggroups.h): Include.
3768         (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
3769         (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
3770         (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
3771         (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
3772         (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
3773         (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
3774         (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
3775         (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
3776         (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
3777         (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
3778         (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
3779         (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
3780         (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
3781         (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
3782         (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
3783         (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
3784         beginning of register list.
3785         (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
3786         (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
3787         (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
3788         (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
3789         (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
3790         (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
3791         (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
3792         (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
3793         (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
3794         (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
3795         (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
3796         the pseudo registers.  Rearrange other pseudo registers too so
3797         that the bank registers appear at the end.
3798         (rl78_register_type): Account for the fact that the byte sized
3799         bank registers are now pseudo-registers.
3800         (rl78_register_name): Rearrange the register name array.  Make
3801         initial set of raw banked registers inaccessible.
3802         (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
3803         (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
3804         case for copying bytes back and forth between raw and pseudo
3805         versions of the banked registers.  Update other cases to reflect
3806         the changed names.
3807         (rl78_return_value): Update to account for changed names of
3808         raw registers.
3809         (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
3810         rl78_register_sim_regno().
3811
3812 2012-02-14  Kevin Buettner  <kevinb@redhat.com>
3813
3814         * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
3815         the name parameter being passed to find_pc_partial_function().
3816
3817 2012-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3818
3819         * MAINTAINERS: Step down from being ia64 target maintainer.
3820
3821 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3822
3823         * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
3824         compilation warning.
3825
3826 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3827
3828         Fix crash on loaded shlibs without loaded exec_bfd.
3829         * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
3830         (set_section_command): Replace exec_bfd by p->bfd.
3831
3832 2012-02-10  Tom Tromey  <tromey@redhat.com>
3833
3834         * linespec.c (decode_line_internal): Skip symtabs_from_filename
3835         when we have a C++ qualified name.
3836
3837 2012-02-10  Pedro Alves  <palves@redhat.com>
3838
3839         * inferior.c (inferior_pid_to_str): New.
3840         (print_inferior, inferior_command): Use it.
3841
3842 2012-02-10  Pedro Alves  <palves@redhat.com>
3843
3844         * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
3845         the test CFLAGS.
3846         * configure: Regenerate.
3847
3848 2012-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3849
3850         * linespec.c (decode_line_internal): Fix comment correctness.
3851
3852 2012-02-09  Valery Khromov  <valery.khromov@gmail.com>
3853
3854         PR gdb/12953
3855         * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
3856         * amd64bsd-nat.c: Add support for debug registers (adapted from
3857         i386bsd-nat.c).
3858         [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
3859         (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
3860         (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
3861         (amd64bsd_dr_get_control): New functions.
3862         * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
3863         * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
3864         [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
3865         watchpoints initialization.
3866         * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
3867
3868 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3869
3870         * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
3871         flds_bnds.fields.
3872         (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
3873
3874 2012-02-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3875
3876         * breakpoint.c (bp_location_compare): Fix comment.  Reindent the code.
3877
3878 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
3879
3880         * language.h (symbol_name_cmp_ftype): Renames
3881         symbol_name_match_p_ftype.
3882         (struct language_defn)[la_get_symbol_name_cmp]: Renames
3883         la_get_symbol_name_match_p.
3884         * ada-lang.c (ada_get_symbol_name_cmp): Renames
3885         ada_get_symbol_name_match_p.  Update comment.
3886         (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
3887         * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
3888         Renames symbol_name_match_p.  Update field type.
3889         (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
3890         * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
3891         opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
3892         "la_get_symbol_name_cmp" in comments.
3893         * language.c: Likewise.
3894
3895 2012-02-08  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3896
3897         * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
3898         %eflags offset.
3899         * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
3900         (amd64_sol2_gregset32_reg_offs): Likewise.
3901
3902 2012-02-08  Joel Brobecker  <brobecker@adacore.com>
3903
3904         * solib-darwin.c (darwin_bfd_open): Make sure that the filename
3905         of the returned BFD is allocated by GDB.
3906
3907 2012-02-07  Tom Tromey  <tromey@redhat.com>
3908
3909         PR python/12027:
3910         * python/python-internal.h (frame_object_type): Declare.
3911         * python/py-symbol.c (sympy_needs_frame): New function.
3912         (sympy_value): New function.
3913         (symbol_object_getset): Add "needs_frame".
3914         (symbol_object_methods): Add "value".
3915         * python/py-frame.c (frame_object_type): No longer static.
3916
3917 2012-02-07  Tom Tromey  <tromey@redhat.com>
3918
3919         PR python/13599:
3920         * python/py-symbol.c (sympy_line): New function.
3921         (symbol_object_getset): Add "line".
3922
3923 2012-02-07  Tom Tromey  <tromey@redhat.com>
3924
3925         * charset.c (find_charset_names): Check 'in' against NULL.
3926
3927 2012-02-06  Doug Evans  <dje@google.com>
3928
3929         * gdbtypes.h (struct main_type): Change type of name,tag_name,
3930         and fields.name members from char * to const char *.  All uses updated.
3931         (struct cplus_struct_type): Change type of fn_fieldlists.name member
3932         from char * to const char *.  All uses updated.
3933         (type_name_no_tag): Update.
3934         (lookup_unsigned_typename, lookup_signed_typename): Update.
3935         * gdbtypes.c (type_name_no_tag): Change result type
3936         from char * to const char *.  All callers updated.
3937         (lookup_unsigned_typename, lookup_signed_typename): Change type of
3938         name parameter from char * to const char *.
3939         * symtab.h (struct cplus_specific): Change type of demangled_name
3940         member from char * to const char *.  All uses updated.
3941         (struct general_symbol_info): Change type of name and
3942         mangled_lang.demangled_name members from char * to const char *.
3943         All uses updated.
3944         (symbol_get_demangled_name, symbol_natural_name): Update.
3945         (symbol_demangled_name, symbol_search_name): Update.
3946         * symtab.c (symbol_get_demangled_name): Change result type
3947         from char * to const char *.  All callers updated.
3948         (symbol_natural_name, symbol_demangled_name): Ditto.
3949         (symbol_search_name): Ditto.
3950         (completion_list_add_name): Change type of symname,sym_text,
3951         text,word parameters from char * to const char *.
3952         (completion_list_objc_symbol): Change type of sym_text,
3953         text,word parameters from char * to const char *.
3954         * ada-lang.c (find_struct_field): Change type of name parameter
3955         from char * to const char *.
3956         (encoded_ordered_before): Similarly for N0,N1 parameters.
3957         (old_renaming_is_invisible): Similarly for function_name parameter.
3958         (ada_type_name): Change result type from char * to const char *.
3959         All callers updated.
3960         * ada-lang.h (ada_type_name): Update.
3961         * buildsym.c (hashname): Change type of name parameter
3962         from char * to const char *.
3963         * buildsym.h (hashname): Update.
3964         * dbxread.c (end_psymtab): Change type of include_list parameter
3965         from char ** to const char **.
3966         * dwarf2read.c (determine_prefix): Change result type
3967         from char * to const char *.  All callers updated.
3968         * f-lang.c (find_common_for_function): Change type of name, funcname
3969         parameters from char * to const char *.
3970         * f-lang.c (find_common_for_function): Update.
3971         * f-valprint.c (list_all_visible_commons): Change type of funcname
3972         parameters from char * to const char *.
3973         * gdbarch.sh (static_transform_name): Change type of name parameter
3974         and result from char * to const char *.
3975         * gdbarch.c: Regenerate.
3976         * gdbarch.h: Regenerate.
3977         * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
3978         of name parameter from char * to const char *.
3979         * jv-lang.c (java_primitive_type_from_name): Ditto.
3980         (java_demangled_signature_length): Similarly for signature parameter.
3981         (java_demangled_signature_copy): Ditto.
3982         (java_demangle_type_signature): Ditto.
3983         * jv-lang.h (java_primitive_type_from_name): Update.
3984         (java_demangle_type_signature): Update.
3985         * objc-lang.c (specialcmp): Change type of a,b parameters
3986         from char * to const char *.
3987         * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
3988         from char * to const char *.  All callers updated.
3989         * p-lang.h (is_pascal_string_type): Update.
3990         * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
3991         of name parameter from char * to const char *.
3992         * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
3993         * utils.c (fprintf_symbol_filtered): Ditto.
3994         * defs.h (fprintf_symbol_filtered): Update.
3995         * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
3996         * stabsread.h (end_psymtab): Update.
3997         * stack.c (find_frame_funname): Change type of funname parameter
3998         from char ** to const char **.
3999         * stack.h (find_frame_funname): Update.
4000         * typeprint.c (type_print): Change type of varstring parameter
4001         from char * to const char *.
4002         * value.h (type_print): Update.
4003         * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
4004         from char * to const char *.  All callers updated.
4005         (xcoff_end_psymtab): Change type of include_list parameter
4006         from char ** to const char **.  All callers updated.
4007         (swap_sym): Similarly for name parameter.  All callers updated.
4008         * coffread.c (patch_type): Add (char*) cast to xfree parameter.
4009         Use xstrdup.
4010         (process_coff_symbol): Use xstrdup.
4011         * stabsread.c (stabs_method_name_from_physname): Renamed from
4012         update_method_name_from_physname.  Change result type from void
4013         to char *.  All callers updated.
4014         (read_member_functions): In has_destructor case, store name in objfile
4015         obstack instead of malloc space.  In !has_stub case, fix mem leak.
4016
4017 2012-02-06  Luca Pizzamiglio  <luca.pizzamiglio@gmail.com>
4018
4019         * configure: Rebuild.
4020         * configure.ac: Put -L../bfd and -L../libiberty at the front of
4021         LDFLAGS.
4022
4023 2012-02-03  Kevin Buettner  <kevinb@redhat.com>
4024
4025         * configure.tgt (rl78-*-elf): New target.
4026         * rl78-tdep.c: New file.
4027
4028 2012-02-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
4029
4030         * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
4031         and continue the loop.  Add QUIT statement.
4032
4033 2012-02-03  Tom Tromey  <tromey@redhat.com>
4034
4035         PR gdb/13596:
4036         * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
4037         bfd_lookup_symbol_from_symtab.
4038         * solib-pa64.c (pa64_solib_create_inferior_hook): Use
4039         gdb_bfd_lookup_symbol_from_symtab.
4040
4041 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
4042
4043         * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
4044         use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
4045         symbol.  Add assertion that sym2 is never NULL.
4046
4047 2012-02-02  Doug Evans  <dje@google.com>
4048
4049         * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
4050         "name" parameter to const char ** from char **.  All callers updated.
4051         (find_pc_partial_function): Ditto.
4052         (cache_pc_function_name): Change type to const char * from char *.
4053         * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
4054         (find_pc_partial_function): Update.
4055         * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
4056         type of "name" parameter to const char * from char *.
4057         All uses updated.
4058         * arch-utils.c (generic_in_solib_return_trampoline): Change
4059         type of "name" parameter to const char * from char *.
4060         * arch-utils.h (generic_in_solib_return_trampoline): Update.
4061         * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
4062         type of "name" parameter to const char * from char *.
4063         * gdbarch.sh (in_solib_return_trampoline): Ditto.
4064         * gdbarch.c: Regenerate.
4065         * gdbarch.h: Regenerate.
4066         * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
4067         * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
4068         * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
4069         type of "name" parameter to const char * from char *.
4070         * skip.c (skip_function_pc): Ditto.
4071         * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
4072         * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
4073         * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
4074         * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
4075         * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
4076         * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
4077         * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
4078         * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
4079         * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
4080
4081 2012-02-02  Pedro Alves  <palves@redhat.com>
4082
4083         * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
4084         the current inferior has no execution.  Make sure the current
4085         remote process matches gdb's current inferior.
4086
4087 2012-02-02  Tom Tromey  <tromey@redhat.com>
4088
4089         PR gdb/13405:
4090         * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
4091         read-only memory.
4092
4093 2012-02-02  Tom Tromey  <tromey@redhat.com>
4094
4095         PR gdb/9307:
4096         * symtab.c (lookup_language_this): Set block_found.
4097
4098 2012-02-01  Tom Tromey  <tromey@redhat.com>
4099
4100         PR gdb/13431:
4101         * jit.c (struct jit_inferior_data): Rewrite.
4102         (struct jit_objfile_data): New.
4103         (get_jit_objfile_data): New function.
4104         (add_objfile_entry): Update.
4105         (jit_read_descriptor): Return int.  Replace descriptor_addr
4106         argument with inf_data.  Update.  Don't call error.
4107         (jit_breakpoint_re_set_internal): Reorder logic.  Update.  Look up
4108         descriptor here.
4109         (jit_inferior_init): Don't look up descriptor.  Don't call error.
4110         (jit_reset_inferior_data_and_breakpoints)
4111         (jit_inferior_created_observer): Remove.
4112         (jit_inferior_exit_hook): Update.
4113         (jit_executable_changed_observer): Remove.
4114         (jit_event_handler): Update.
4115         (free_objfile_data): Reset inferior data if needed.
4116         (_initialize_jit): Update.
4117
4118 2012-02-01  Tom Tromey  <tromey@redhat.com>
4119
4120         * jit.c (bfd_open_from_target_memory): Move higher in file.
4121
4122 2012-02-01  Tristan Gingold  <gingold@adacore.com>
4123
4124         * libunwind-frame.c (libunwind_load): Display message if dlopen
4125         failed.
4126
4127 2012-02-01  Gary Benson  <gbenson@redhat.com>
4128
4129         * symtab.h (symbol_found_callback_ftype): New typedef.
4130         (iterate_over_symbols): Use the above.
4131         * symtab.c (iterate_over_symbols): Likewise.
4132         * language.h (language_defn->la_iterate_over_symbols): Likewise.
4133         * ada-lang.c (ada_iterate_over_symbols): Likewise.
4134         * linespec.c (iterate_over_all_matching_symtabs): Likewise.
4135         (iterate_name_matcher): Document return values.
4136         (collect_one_symbol): Likewise.
4137         (collect_function_symbols): Likewise.
4138         (collect_symbols): Likewise.
4139
4140 2012-02-01  Tom Tromey  <tromey@redhat.com>
4141
4142         * ada-lang.c (resolve_subexp): Update.
4143         (ada_lookup_symbol_list): Add 'full_search' argument.
4144         (ada_iterate_over_symbols): Pass 0 as full_search argument to
4145         ada_lookup_symbol_list.
4146         (ada_lookup_encoded_symbol): Update.
4147         (get_var_value): Update.
4148         * ada-exp.y (block_lookup): Update.
4149         (write_var_or_type): Update.
4150         (write_name_assoc): Update.
4151         * ada-lang.h (ada_lookup_symbol_list): Update.
4152
4153 2012-01-31  Tom Tromey  <tromey@redhat.com>
4154
4155         * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
4156         comment.
4157
4158 2012-01-31  Doug Evans  <dje@google.com>
4159
4160         * symtab.h: Remove outdated comment.
4161         (SYMBOL_MATCHES_NATURAL_NAME): Delete.
4162
4163 2012-02-01  Josh Matthews  <josh@joshmatthews.net>  (tiny change)
4164
4165         Fix build error in Darwin port.
4166         * i386-darwin-nat.c: Include i386-nat.h.
4167
4168 2012-01-30  Tom Tromey  <tromey@redhat.com>
4169
4170         PR breakpoints/13568:
4171         * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
4172         argument.  Check for recursive includes.
4173         (dwarf_decode_macros): Create an include hash.
4174
4175 2012-01-30  Michael Eager  <eager@eagercon.com>
4176
4177         * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
4178         * ppc-linux-tdep.c: Include glibc-tdep.h.
4179         (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
4180         (powerpc_linux_in_plt_stub): New function.
4181         (powerpc_linux_in_dynsym_resolve_code): New function.
4182         (ppc_skip_trampoline_code): New function.
4183         (ppc_linux_init_abi): Use PPC specific functions rather than generic.
4184         Use glibc_skip_solib_resolver.
4185
4186 2012-01-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4187
4188         Code cleanup: Make 1440 bytes of data segment read-only.
4189         * arch-utils.c (endian_enum): Make it const char *const [].
4190         * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
4191         Likewise.
4192         * breakpoint.c (always_inserted_enums): Likewise.
4193         * cli/cli-cmds.c (script_ext_enums): Likewise.
4194         * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
4195         enumlist parameter const char *const *.
4196         * cli/cli-decode.h (struct cmd_list_element): Make the enums field
4197         const char *const *.
4198         * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
4199         parameter const char *const *.
4200         * cris-tdep.c (cris_modes): Make it const char *const [].
4201         * filesystem.c (target_file_system_kinds): Likewise.
4202         * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
4203         * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
4204         (can_use_displaced_stepping_enum, scheduler_enums)
4205         (exec_direction_names): Likewise.
4206         * language.c (_initialize_language): Make the type_or_range_names and
4207         case_sensitive_names variables const char *const [].
4208         * mips-tdep.c (mips_abi_strings): Make it const char *const [].
4209         * python/python.c (python_excp_enums): Likewise.
4210         * remote.c (interrupt_sequence_modes): Likewise.
4211         * rs6000-tdep.c (powerpc_vector_strings): Likewise.
4212         * serial.c (logbase_enums): Likewise.
4213         * sh-tdep.c (sh_cc_enum): Likewise.
4214         * stack.c (print_frame_arguments_choices, print_entry_values_choices):
4215         Likewise.
4216         * symtab.c (multiple_symbols_modes): Likewise.
4217         * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
4218         Likewise.
4219         * utils.c (internal_problem_modes): Likewise.
4220
4221 2012-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4222
4223         Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
4224         * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
4225         result.
4226
4227 2012-01-27  Doug Evans  <dje@google.com>
4228
4229         * configure.ac (with_python): Fix absolute path handling for win32.
4230         * configure: Regenerate.
4231
4232 2012-01-26  Doug Evans  <dje@google.com>
4233
4234         * symtab.c: Whitespace cleanup, no code changes.
4235
4236         * symtab.c (lookup_symbol_in_language): Improve comment.
4237         (lookup_symbol_aux): Fix comment.
4238
4239         * psymtab.c (add_psymbol_to_list): Result is now "void".
4240         * psympriv.h (add_psymbol_to_list): Update.
4241
4242         * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
4243
4244 2012-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4245
4246         Do not open script filenames twice.
4247         * cli/cli-cmds.c (source_script_from_stream): Pass to
4248         source_python_script also STREAM.
4249         * python/py-auto-load.c (source_section_scripts): Pass to
4250         source_python_script_for_objfile also STREAM.
4251         (auto_load_objfile_script): Pass to source_python_script_for_objfile
4252         also INPUT.
4253         * python/python-internal.h (source_python_script_for_objfile): New
4254         parameter file, rename parameter file to filename.
4255         * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
4256         instead if !_WIN32.  Update the function comment.
4257         (source_python_script, source_python_script_for_objfile)
4258         (source_python_script): New parameter file, rename parameter file to
4259         filename.  Pass FILENAME to python_run_simple_file.
4260         * python/python.h (source_python_script): New parameter file, rename
4261         parameter file to filename.
4262
4263 2012-01-26  Pedro Alves  <palves@redhat.com>
4264
4265         * corelow.c (core_has_fake_pid): Delete.
4266         (core_close): Delete references to `core_has_fake_pid'.
4267         (add_to_thread_list): Adjust to mark the inferior's pid as fake.
4268         (core_open): Delete references to `core_has_fake_pid'.
4269         (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
4270         the removed global.
4271
4272 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
4273
4274         * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
4275         Remove language parameter from name_matcher.  Adjust the comment.
4276         * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
4277         Remove language parameter.
4278         * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
4279         * linespec.c (iterate_name_matcher): Likewise.
4280         * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
4281         name_matcher.  Adjust call accordingly.
4282         * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
4283         (maintenance_check_symtabs): Adjust type of parameter "fun".
4284         * psymtab.h (maintenance_check_symtabs): Likewise.
4285
4286 2012-01-26  Joel Brobecker  <brobecker@adacore.com>
4287
4288         * language.h (symbol_name_match_p_ftype): New typedef.
4289         (struct language_defn): Replace field la_symbol_name_compare
4290         by la_get_symbol_name_match_p.
4291         * ada-lang.c (ada_get_symbol_name_match_p): New function.
4292         (ada_language_defn): Use it.
4293         * linespec.c (struct symbol_matcher_data): New type.
4294         (iterate_name_matcher): Rewrite.
4295         (iterate_over_all_matching_symtabs): Pass a pointer to
4296         a symbol_matcher_data struct to expand_symtabs_matching
4297         instead of just the lookup name.
4298         * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
4299         opencl-lang.c, p-lang.c, language.c: Delete field
4300         la_symbol_name_compare, and replace by NULL for new field
4301         la_get_symbol_name_match_p.
4302         * symfile.h (struct quick_symbol_functions): Update comment.
4303
4304 2012-01-25  Tom Tromey  <tromey@redhat.com>
4305
4306         * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
4307         dereferencing.
4308
4309 2012-01-24  Tom Tromey  <tromey@redhat.com>
4310
4311         PR symtab/12406:
4312         * solib.c (update_solib_list): Update the program space's
4313         added_solibs and deleted_solibs fields.
4314         * progspace.h (struct program_space) <added_solibs,
4315         deleted_solibs>: New fields.
4316         (clear_program_space_solib_cache): Declare.
4317         * progspace.c (release_program_space): Call
4318         clear_program_space_solib_cache.
4319         (clear_program_space_solib_cache): New function.
4320         * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
4321         bpstat_stop_status.  Use handle_solib_event.
4322         * breakpoint.c: Include gdb_regex.h.
4323         (print_solib_event): New function.
4324         (bpstat_print): Use print_solib_event.
4325         (bpstat_stop_status): Add special case for bp_shlib_event.
4326         (handle_solib_event): New function.
4327         (bpstat_what): Use handle_solib_event.
4328         (struct solib_catchpoint): New.
4329         (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
4330         (breakpoint_hit_catch_solib, check_status_catch_solib)
4331         (print_it_catch_solib, print_one_catch_solib)
4332         (print_mention_catch_solib, print_recreate_catch_solib): New
4333         functions.
4334         (catch_solib_breakpoint_ops): New global.
4335         (catch_load_or_unload, catch_load_command_1)
4336         (catch_unload_command_1): New functions.
4337         (internal_bkpt_check_status): Add special case for
4338         bp_shlib_event.
4339         (internal_bkpt_print_it): Use print_solib_event.
4340         (initialize_breakpoint_ops): Initialize
4341         catch_solib_breakpoint_ops.
4342         (_initialize_breakpoint): Register "catch load" and "catch
4343         unload".
4344         * breakpoint.h (handle_solib_event): Declare.
4345         * NEWS: Add entry for "catch load" and "catch unload".
4346
4347 2012-01-24  Tom Tromey  <tromey@redhat.com>
4348
4349         * ada-lang.c: Include gdb_vecs.h.
4350         * charset.c: Include gdb_vecs.h.
4351         * tracepoint.h: Include gdb_vecs.h.
4352         * gdb_vecs.h: New file.
4353
4354 2012-01-24  Pedro Alves  <pedro@codesourcery.com>
4355
4356         * breakpoint.c (breakpoint_hit_catch_fork)
4357         (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
4358         (breakpoint_hit_catch_exec): Make use of the `ws' argument.
4359         * infrun.c (inferior_has_forked, inferior_has_vforked)
4360         (inferior_has_execd, inferior_has_called_syscall): Delete.
4361         (handle_syscall_event): Get syscall_number from the execution
4362         control state's wait status.
4363         (wait_for_inferior): Don't clear syscall_number.
4364
4365 2012-01-24  Pedro Alves  <palves@redhat.com>
4366
4367         * breakpoint.c (bpstat_check_location, bpstat_stop_status,
4368         pc_at_non_inline_function): Add `ws' parameter, and pass it down.
4369         (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
4370         (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
4371         `ws' parameter.
4372         (breakpoint_hit_ranged_breakpoint): Add `ws' parameter.  Return
4373         false for events other than TARGET_SIGNAL_TRAP.
4374         (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
4375         Add `ws' parameter.
4376         (bkpt_breakpoint_hit): Add `ws' parameter.  Return false for
4377         events other than TARGET_SIGNAL_TRAP.
4378         (tracepoint_breakpoint_hit): Add `ws' parameter.
4379         * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
4380         parameter.
4381         (bpstat_stop_status): Same.
4382         (pc_at_non_inline_function): Same.
4383         * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
4384         to pass the current event's waitstatus to bpstat_stop_status
4385         and pc_at_non_inline_function.
4386
4387 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4388
4389         Code cleanup.
4390         * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
4391         Update the function comment for it.
4392         (source_script_with_search): Call make_cleanup_fclose for STREAM.
4393         * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
4394         for STREAM.
4395
4396 2012-01-24  Pedro Alves  <palves@redhat.com>
4397
4398         * breakpoint.c (bpstat_stop_status): Moving clearing print_it
4399         outside `bs->stop' block.
4400         (bpstat_what): Rework bp_shlib_event handling.
4401         (internal_bkpt_check_status): If the breakpoint is a
4402         bp_shlib_event, then set bs->stop and bs->print if
4403         stop_on_solib_events is set.
4404
4405 2012-01-24  Gary Benson  <gbenson@redhat.com>
4406
4407         Delete #if 0'd out code.
4408         * stack.c (print_frame_label_vars): Remove.
4409         (catch_info): Likewise.
4410         (_initialize_stack): Remove "info catch" command.
4411         * NEWS: Mention the above.
4412
4413 2012-01-24  Pedro Alves  <palves@redhat.com>
4414
4415         * remote.c (remote_add_inferior): New `fake_pid_p' parameter.  Use
4416         it.
4417         (remote_notice_new_inferior): If the remote end doesn't support
4418         the multiprocess extensions, then the PID is fake.
4419         (add_current_inferior_and_thread): New.
4420         (remote_start_remote): Use it.
4421         (extended_remote_attach_1): Adjust.
4422         (extended_remote_create_inferior_1): Use
4423         add_current_inferior_and_thread.
4424
4425 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4426
4427         Fix watchpoints to be specific for each inferior.
4428         * breakpoint.c (watchpoint_in_thread_scope): Verify also
4429         current_program_space.
4430         * i386-nat.c (i386_inferior_data_cleanup): New.
4431         (i386_inferior_data_get): Replace variable inf_data_local by an
4432         inferior_data call.
4433         (i386_use_watchpoints): Initialize i386_inferior_data.
4434         * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
4435         specific iterate_over_lwps.
4436
4437 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4438
4439         Fix watchpoints across inferior fork.
4440         * amd64-linux-nat.c (update_debug_registers_callback): Update the
4441         comment for linux_nat_iterate_watchpoint_lwps.
4442         (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
4443         linux_nat_iterate_watchpoint_lwps.
4444         (amd64_linux_prepare_to_resume): New comment on Linux kernel.
4445         * i386-linux-nat.c (update_debug_registers_callback): Update the
4446         comment for linux_nat_iterate_watchpoint_lwps.
4447         (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
4448         linux_nat_iterate_watchpoint_lwps.
4449         (i386_linux_prepare_to_resume): New comment on Linux kernel.
4450         * i386-nat.c: Include inferior.h.
4451         (dr_mirror): Remove.
4452         (i386_inferior_data, struct i386_inferior_data)
4453         (i386_inferior_data_get): New.
4454         (i386_debug_reg_state): Use i386_inferior_data_get.
4455         (i386_cleanup_dregs, i386_update_inferior_debug_regs)
4456         (i386_insert_watchpoint, i386_remove_watchpoint)
4457         (i386_stopped_data_address, i386_insert_hw_breakpoint)
4458         (i386_remove_hw_breakpoint): New variable state, use
4459         i386_debug_reg_state instead of DR_MIRROR.
4460         * linux-nat.c (delete_lwp): New declaration.
4461         (num_lwps): Move here from downwards.
4462         (delete_lwp_cleanup): New.
4463         (linux_child_follow_fork): Create new child_lp, call
4464         linux_nat_new_thread and linux_nat_prepare_to_resume before calling
4465         PTRACE_DETACH.
4466         (num_lwps): Move upwards.
4467         (linux_nat_iterate_watchpoint_lwps): New.
4468         * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
4469         (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
4470
4471 2012-01-24  Joel Brobecker  <brobecker@adacore.com>
4472
4473         GDB 7.4 released.
4474
4475 2012-01-23  Pedro Alves  <palves@redhat.com>
4476
4477         * top.c (caution): Rename to ...
4478         (confirm): ... this.
4479         (show_caution): Rename to ...
4480         (show_confirm): ... this.
4481         (quit_cover): Adjust.
4482         (init_main): Adjust.
4483         * top.h (caution): Rename to ...
4484         (confirm): ... this.
4485         * utils.c (internal_vproblem, defaulted_query): Adjust.
4486
4487 2012-01-23  Pedro Alves  <palves@redhat.com>
4488
4489         * top.c (caution): Update comment.
4490         (execute_command): Don't consider the current value of `caution'.
4491
4492 2012-01-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
4493
4494         * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
4495
4496 2012-01-23  Ulrich Weigand  <ulrich.weigand@linaro.org>
4497
4498         * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
4499         * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
4500         * target.c (target_fileio_pwrite): Remove buffer address from
4501         debug output.
4502         (target_fileio_pread): Likewise.
4503
4504 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4505
4506         * NEWS: Document remote "info proc" and "generate-core-file".
4507
4508 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4509
4510         * gdbarch.sh (find_memory_regions): New callback.
4511         * gdbarch.c, gdbarch.h: Regenerate.
4512
4513         * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
4514         callback before falling back to target method.
4515
4516         * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
4517         (linux_target_install_ops): No longer install it.
4518
4519         * linux-tdep.c (linux_find_memory_regions): New function.
4520         (linux_init_abi): Install it.
4521
4522 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4523
4524         * gdbarch.sh (make_corefile_notes): New architecture callback.
4525         * gdbarch.c: Regenerate.
4526         * gdbarch.h: Likewise.
4527
4528         * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
4529         before target_make_corefile_notes.  If NULL is returned, the
4530         target does not support core file generation.
4531
4532         * linux-nat.c: Include "linux-tdep.h".
4533         (find_signalled_thread, find_stop_signal): Remove.
4534         (linux_nat_do_thread_registers): Likewise.
4535         (struct linux_nat_corefile_thread_data): Likewise.
4536         (linux_nat_corefile_thread_callback): Likewise.
4537         (iterate_over_spus): Likewise.
4538         (struct linux_spu_corefile_data): Likewise.
4539         (linux_spu_corefile_callback): Likewise.
4540         (linux_spu_make_corefile_notes): Likewise.
4541         (linux_nat_collect_thread_registers): New function.
4542         (linux_nat_make_corefile_notes): Replace contents by call to
4543         linux_make_corefile_notes passing linux_nat_collect_thread_registers
4544         as native-only callback.
4545
4546         * linux-tdep.h: Include "bfd.h".
4547         (struct regcache): Add forward declaration.
4548         (linux_collect_thread_registers_ftype): New typedef.
4549         (linux_make_corefile_notes): Add prototype.
4550         * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
4551         "regset.h", and "elf-bfd.h".
4552         (find_signalled_thread, find_stop_signal): New functions.
4553         (linux_spu_make_corefile_notes): Likewise.
4554         (linux_collect_thread_registers): Likewise.
4555         (struct linux_corefile_thread_data): New data structure.
4556         (linux_corefile_thread_callback): New funcion.
4557         (linux_make_corefile_notes): Likewise.
4558         (linux_make_corefile_notes_1): Likewise.
4559         (linux_init_abi): Install it.
4560
4561 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4562
4563         * gdbarch.sh (info_proc): New callback.
4564         * gdbarch.c, gdbarch.h: Regenerate.
4565
4566         * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
4567         before falling back to the target info_proc callback.
4568
4569         * linux-nat.c: Do not include "cli/cli-utils.h".
4570         (linux_nat_info_proc): Remove.
4571         (linux_target_install_ops): No longer install it.
4572
4573         * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
4574         (read_mapping): New function.
4575         (linux_info_proc): Likewise.
4576         (linux_init_abi): Install it.
4577
4578 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4579
4580         * defs.h (enum info_proc_what): Moved here from linux-nat.c
4581         * infcmd.c: (info_proc_cmd_1): New function.
4582         (info_proc_cmd): New function, moved here from equivalent routine
4583         orignally in linux-nat.c.
4584         (info_proc_cmd_mappings): Likewise.
4585         (info_proc_cmd_stat): Likewise.
4586         (info_proc_cmd_status): Likewise.
4587         (info_proc_cmd_cwd): Likewise.
4588         (info_proc_cmd_cmdline): Likewise.
4589         (info_proc_cmd_exe): Likewise.
4590         (info_proc_cmd_all): Likewise.
4591         (_initialize_infcmd): Install "info proc" command and subcommands.
4592
4593         * target.h (struct target_ops): Add to_info_proc.
4594         (target_info_proc): Add prototype.
4595         * target.c (target_info_proc): New function.
4596
4597         * procfs.c (procfs_info_proc): Add prototype.
4598         (info_proc_cmd): Rename into ...
4599         (procfs_info_proc): ... this.  Update argument types as appropriate
4600         for a to_info_proc implementation.  Handle "what" argument.
4601         (procfs_target): Install procfs_info_proc.
4602         (_initialize_procfs): No longer install "info proc" command.
4603
4604         * linux-nat.c: (enum info_proc_what): Remove.
4605         (linux_nat_info_proc_cmd_1): Rename into ...
4606         (linux_nat_info_proc): ... this.  Update argument types as appropriate
4607         for a to_info_proc implementation.
4608         (linux_nat_info_proc_cmd): Remove.
4609         (linux_nat_info_proc_cmd_mappings): Likewise.
4610         (linux_nat_info_proc_cmd_stat): Likewise.
4611         (linux_nat_info_proc_cmd_status): Likewise.
4612         (linux_nat_info_proc_cmd_cwd): Likewise.
4613         (linux_nat_info_proc_cmd_cmdline): Likewise.
4614         (linux_nat_info_proc_cmd_exe): Likewise.
4615         (linux_nat_info_proc_cmd_all): Likewise.
4616         (linux_target_install_ops): Install linux_nat_info_proc.
4617         (_initialize_linux_nat): No longer install "info proc" command
4618         and subcommands.
4619
4620 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4621
4622         * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
4623         * config.in, configure: Regenerate.
4624
4625         * target.h (struct target_ops): Add to_fileio_readlink.
4626         (target_fileio_readlink): Add prototype.
4627         * target.c (target_fileio_readlink): New function.
4628
4629         * inf-child.c: Conditionally include <sys/param.h>.
4630         (inf_child_fileio_readlink): New function.
4631         (inf_child_target): Install it.
4632
4633         * remote.c (PACKET_vFile_readlink): New enum value.
4634         (remote_hostio_readlink): New function.
4635         (init_remote_ops): Install it.
4636         (_initialize_remote): Handle vFile:readlink packet type.
4637
4638 2012-01-20  Pedro Alves  <palves@redhat.com>
4639             Ulrich Weigand  <ulrich.weigand@linaro.org>
4640
4641         * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
4642         * config.in, configure: Regenerate.
4643
4644         * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
4645         to_fileio_pread, to_fileio_close, to_fileio_unlink.
4646         (target_fileio_open): Add prototype.
4647         (target_fileio_pwrite): Likewise.
4648         (target_fileio_pread): Likewise.
4649         (target_fileio_close): Likewise.
4650         (target_fileio_unlink): Likewise.
4651         (target_fileio_read_alloc): Likewise.
4652         (target_fileio_read_stralloc): Likewise.
4653
4654         * target.c: Include "gdb/fileio.h".
4655         (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
4656         (default_fileio_target): New function.
4657         (target_fileio_open): Likewise.
4658         (target_fileio_pwrite): Likewise.
4659         (target_fileio_pread): Likewise.
4660         (target_fileio_close): Likewise.
4661         (target_fileio_unlink): Likewise.
4662         (target_fileio_close_cleanup): Likewise.
4663         (target_fileio_read_alloc_1): Likewise.
4664         (target_fileio_read_alloc): Likewise.
4665         (target_fileio_read_stralloc): Likewise.
4666
4667         * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
4668         <fcntl.h>, and <unistd.h>.
4669         (inf_child_fileio_open_flags_to_host): New function.
4670         (inf_child_errno_to_fileio_error): Likewise.
4671         (inf_child_fileio_open): Likewise.
4672         (inf_child_fileio_pwrite): Likewise.
4673         (inf_child_fileio_pread): Likewise.
4674         (inf_child_fileio_close): Likewise.
4675         (inf_child_fileio_unlink): Likewise.
4676         (inf_child_target): Install to_fileio routines.
4677
4678         * remote.c (init_remote_ops): Install to_fileio routines.
4679
4680 2012-01-20  Pedro Alves  <palves@redhat.com>
4681             Ulrich Weigand  <ulrich.weigand@linaro.org>
4682
4683         * remote.c (remote_multi_process_p): Only check for multi-process
4684         protocol feature, do not check for extended protocol.
4685         (remote_supports_multi_process): Check for extended protocol here.
4686         (set_general_process): Likewise.
4687         (extended_remote_kill): Likewise.
4688         (remote_pid_to_str): Likewise.
4689         (remote_query_supported): Always query multiprocess mode.
4690
4691 2012-01-20  Pedro Alves  <palves@redhat.com>
4692             Ulrich Weigand  <ulrich.weigand@linaro.org>
4693
4694         * inferior.h (struct inferior): Add fake_pid_p.
4695         * inferior.c (exit_inferior_1): Clear fake_pid_p.
4696         * remote.c (remote_start_remote): Set fake_pid_p if we have to use
4697         magic_null_ptid since the remote side doesn't provide a real PID.
4698
4699 2012-01-19  Tom Tromey  <tromey@redhat.com>
4700
4701         * NEWS: Combine the two Python sections.
4702
4703 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4704
4705         * target.h (target_close): Update comment on the target's unpush state.
4706
4707 2012-01-19  Pedro Alves  <palves@redhat.com>
4708
4709         * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
4710         linux_nat_async directly instead of going through the target
4711         vector.
4712         * target.c (unpush_target): Close target after unpushing it, not
4713         before.
4714
4715 2012-01-19  Gary Benson  <gbenson@redhat.com>
4716
4717         * mdebugread.c (sort_blocks): Replace integer constants with ones
4718         derived from FIRST_LOCAL_BLOCK.
4719
4720 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
4721             Jan Kratochvil  <jan.kratochvil@redhat.com>
4722
4723         PR gdb/9538
4724         * symfile.c (find_separate_debug_file): New function.
4725         (terminate_after_last_dir_separator): Likewise.
4726         (find_separate_debug_file_by_debuglink): Also try realpath.
4727         * configure.ac (AC_CHECK_FUNCS): Add lstat.
4728         * configure: Regenerate.
4729         * config.in: Regenerate.
4730
4731 2012-01-18  Doug Evans  <dje@google.com>
4732
4733         * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
4734         (main.o): Remove rule.
4735         * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
4736         (--with-sysroot): Rewrite.
4737         * configure: Regenerate.
4738         * config.in: Regenerate.
4739
4740 2012-01-18  Sergio Durigan Junior  <sergiodj@redhat.com>
4741
4742         * parse.c (initialize_expout): New function.
4743         (reallocate_expout): Likewise.
4744         (parse_exp_in_context): Use `initialize_expout' and
4745         `reallocate_expout' when appropriate.
4746
4747 2012-01-18  Pedro Alves  <palves@redhat.com>
4748
4749         * record.c (struct record_breakpoint, record_breakpoint_p)
4750         (record_breakpoints): New.
4751         (record_insert_breakpoint, record_remove_breakpoint): Manage
4752         record breakpoints list.  Only remove breakpoints from the
4753         inferior if they had been inserted there in the first place.
4754
4755 2012-01-17  Doug Evans  <dje@google.com>
4756
4757         * linespec.c (decode_line_internal): Don't call symtabs_from_filename
4758         if we know we don't have a file name to look for.
4759
4760 2012-01-17  Pedro Alves  <palves@redhat.com>
4761
4762         * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
4763         the frame's stop reason is UNWIND_UNAVAILABLE.
4764
4765 2012-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4766
4767         Fix compilation error.
4768         * m2-exp.y (yyerror): Use ANSI C prototype.
4769
4770 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
4771
4772         * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
4773         (growbuf_by_size): Likewise.
4774         (yyerror): Likewise.
4775         * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
4776         (modblock): Remove variable (was #if 0'ed).
4777         (parse_number): Convert prototype from K&R to ANSI C.
4778         (yyerror): Likewise.
4779         * objc-exp.y (parse_number): Likewise.
4780         (yyerror): Likewise.
4781         (yylex): Remove #if 0'ed code.
4782         * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
4783         (yyerror): Likewise.
4784
4785 2012-01-16  Tom Tromey  <tromey@redhat.com>
4786
4787         * NEWS: Add item.
4788         * symtab.h (compare_filenames_for_search): Declare.
4789         * symtab.c (compare_filenames_for_search): New function.
4790         (iterate_over_some_symtabs): Use it.
4791         * symfile.h (struct quick_symbol_functions)
4792         <map_symtabs_matching_filename>: Change spec.
4793         * psymtab.c (partial_map_symtabs_matching_filename): Use
4794         compare_filenames_for_search.  Update for new spec.
4795         * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
4796         compare_filenames_for_search.  Update for new spec.
4797         * breakpoint.c (clear_command): Use compare_filenames_for_search.
4798
4799 2012-01-16  Tom Tromey  <tromey@redhat.com>
4800
4801         PR python/13281:
4802         * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
4803         (struct main_type) <flag_flag_enum>: New field.
4804         * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
4805         * NEWS: Add entries.
4806         * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
4807         enums.
4808         * python/lib/gdb/printing.py (_EnumInstance): New class.
4809         (FlagEnumerationPrinter): Likewise.
4810
4811 2012-01-16  Sergio Durigan Junior  <sergiodj@redhat.com>
4812
4813         * breakpoint.c (create_sals_from_address_default): New function.
4814         (create_breakpoints_sal_default): Likewise.
4815         (decode_linespec_default): Likewise.
4816         (is_marker_spec): Removed.
4817         (strace_marker_p): New function.
4818         (init_breakpoint_sal): Using `strace_marker_p' instead of
4819         `is_marker_spec'.
4820         (create_breakpoint): Call method `create_sals_from_address' from
4821         breakpoint_ops, replacing code that created SALs conditionally
4822         on the type of the breakpoint.  Call method `create_breakpoints_sal',
4823         replacing code that created breakpoints conditionally on the type
4824         wanted.
4825         (base_breakpoint_create_sals_from_address): New function.
4826         (base_breakpoint_create_breakpoints_sal): Likewise.
4827         (base_breakpoint_decode_linespec): Likewise.
4828         (base_breakpoint_ops): Add methods
4829         `base_breakpoint_create_sals_from_address',
4830         `base_breakpoint_create_breakpoints_sal' and
4831         `base_breakpoint_decode_linespec'.
4832         (bkpt_create_sals_from_address): New function.
4833         (bkpt_create_breakpoints_sal): Likewise.
4834         (bkpt_decode_linespec): Likewise.
4835         (tracepoint_create_sals_from_address): Likewise.
4836         (tracepoint_create_breakpoints_sal): Likewise.
4837         (tracepoint_decode_linespec): Likewise.
4838         (strace_marker_create_sals_from_address): Likewise.
4839         (strace_marker_create_breakpoints_sal): Likewise.
4840         (strace_marker_decode_linespec): Likewise.
4841         (strace_marker_breakpoint_ops): New variable.
4842         (addr_string_to_sals): Remove `marker_spec'.  Call method
4843         `decode_linespec' from breakpoint_ops, replacing code that decoded
4844         an address string into a SAL.  Use `strace_marker_p' instead of
4845         `marker_spec'.
4846         (strace_command): Decide whether we are dealing with a static
4847         tracepoint with marker or not.  Use the appropriate breakpoint_ops.
4848         (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
4849         * breakpoint.h (linespec_result, linespec_sals): New forward
4850         declarations.
4851         (breakpoint_ops) <create_sals_from_address>,
4852         <create_breakpoints_sal>, <decode_linespec>: New methods.
4853
4854 2012-01-14  Doug Evans  <dje@google.com>
4855
4856         * NEWS: Update text for "maint set python print-stack".
4857         It is deprecated in gdb 7.4 and deleted in 7.5.
4858
4859 2012-01-13  Eli Zaretskii  <eliz@gnu.org>
4860
4861         * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
4862         including curses.h.
4863
4864 2012-01-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4865
4866         * configure: Regenerate.
4867         * config.in: Regenerate.
4868
4869 2012-01-12  Keith Seitz  <keiths@redhat.com>
4870
4871         PR mi/10586
4872         * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
4873         (ANONYMOUS_UNION_NAME): Define.
4874         (is_path_expr_parent): New function.
4875         (get_path_expr_parent): New function.
4876         (is_anonymous_child): New function.
4877         (create_child_with_value): If the child is anonymous and without
4878         a name, assign an object name to it.
4879         (c_describe_child): Use get_path_expr_parent to determine
4880         the parent expression.
4881         If there field represents an anonymous struct or union and
4882         has no name, set an appropriate display name and expression.
4883         (cplus_describe_child): Likewise.
4884
4885 2012-01-12  Pedro Alves  <palves@redhat.com>
4886
4887         * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
4888         available when %ebp is found to be zero (outermost).
4889
4890 2012-01-11  Andreas Tobler  <andreast@fgznet.ch>
4891
4892         * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
4893         an internal gdb_static_assert.
4894         * mi/mi-common.c: Rename static_assert to gdb_static_assert.
4895
4896 2012-01-11  Tom Tromey  <tromey@redhat.com>
4897
4898         PR gdb/9598:
4899         * breakpoint.c (_initialize_breakpoint): Fix help for "catch
4900         catch" and "catch throw".
4901
4902 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
4903
4904         * blockframe.c (block_innermost_frame): Start search from selected
4905         frame, if present, or otherwise the current frame.
4906
4907         * c-exp.y (variable): Update innermost_block for
4908         'block COLONCOLON NAME' clause.
4909         * m2-exp.y (variable): Ditto.
4910         * objc-exp.y (variable): Ditto.
4911
4912 2012-01-10  Tom Tromey  <tromey@redhat.com>
4913
4914         PR python/13199:
4915         * python/python.c (finish_python_initialization): Set sys.argv.
4916
4917 2012-01-10  Doug Evans  <dje@google.com>
4918
4919         * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd".  New arg
4920         "want_line_info".  All callers updated.
4921         (dwarf_decode_lines_1): New function.
4922         (handle_DW_AT_stmt_list): Add function comment.
4923         New arg "want_line_info".  All callers updated.
4924         (read_file_scope,read_type_unit_scope): Move comment from
4925         handle_DW_AT_stmt_list to here.
4926
4927 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4928
4929         Fix regression after libiberty/ update for GCC PR 6057 and others.
4930         * c-exp.y (operator) <OPERATOR DELETE>
4931         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
4932         * cp-name-parser.y (fill_comp, make_operator, make_dtor)
4933         (make_builtin_type, make_name): New variable i, add gdb_assert.
4934         (operator) <OPERATOR NEW>: Update ARGS to 3.
4935         (operator) <OPERATOR DELETE>: Add trailing space.
4936         (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
4937         (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
4938         * cp-support.c (cp_canonicalize_string): Check NULL from
4939         cp_comp_to_string, call warning and return.
4940
4941 2012-01-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
4942
4943         Fix duplicate .o files after omitting libbfd.a.
4944         * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
4945         (SFILES): Add corelow.c.
4946         (COMMON_OBS): Add corelow.o.
4947         (ALLDEPFILES): Remove corelow.c.
4948         * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
4949         * config/alpha/alpha-osf3.mh: Likewise.
4950         * config/alpha/fbsd.mh: Likewise.
4951         * config/arm/nbsdaout.mh: Likewise.
4952         * config/arm/nbsdelf.mh: Likewise.
4953         * config/i386/i386gnu.mh: Likewise.
4954         * config/ia64/hpux.mh: Likewise.
4955         * config/ia64/linux.mh: Likewise.
4956         * config/m32r/linux.mh: Likewise.
4957         * config/m68k/linux.mh: Likewise.
4958         * config/mips/irix5.mh: Likewise.
4959         * config/mips/irix6.mh: Likewise.
4960         * config/pa/hpux.mh: Likewise.
4961         * config/pa/linux.mh: Likewise.
4962         * config/powerpc/aix.mh: Likewise.
4963         * config/sparc/linux.mh: Likewise.
4964         * config/sparc/linux64.mh: Likewise.
4965         * config/sparc/sol2.mh: Likewise.
4966         * config/vax/vax.mh: Likewise.
4967         * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
4968         (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
4969         (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
4970         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
4971         (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
4972         (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
4973         (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
4974         (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
4975         (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
4976         (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
4977         (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
4978         (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
4979         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
4980         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
4981         (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
4982         (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
4983         (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
4984         (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
4985         (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
4986         (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
4987         (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
4988         (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
4989         corelow.o from gdb_target_obs.
4990         * corefile.c (core_target): Update the comment on NULL value.
4991         (core_file_command): Replace error by gdb_assert on CORE_TARGET.
4992         * corelow.c (sniff_core_bfd): Call error instead of warning on zero
4993         MATCHES.  Drop YUMMY set on NULL.
4994         (core_close): Do not call exit_inferior_silent on zero PID.  Do not
4995         reclaim CORE_DATA if it is already NULL.
4996
4997 2012-01-09  Doug Evans  <dje@google.com>
4998
4999         * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
5000         * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
5001
5002 2012-01-09  Keith Seitz  <keiths@redhat.com>
5003
5004         * breakpoint.c (wrapper.h): Don't include.
5005
5006 2012-01-09  Keith Seitz  <keiths@redhat.com>
5007
5008         * Makefile.in (SFILES): Remove wrapper.c.
5009         (HFILES_NO_SRCDIR): Remove wrapper.h.
5010         (COMMON_OBS): Remove wrapper.o.
5011         * cli/cli-interp.c: Don't inlude wrapper.h.
5012         * corelow.c: Likewise.
5013         (core_open): Replace gdb_target_find_new_threads with
5014         TRY_CATCH around target_find_new_threads.
5015         * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
5016         * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
5017         * varobj.c (varobj_create): Likewise for parse_exp_1 and
5018         evaluate_expression.
5019         (varobj_set_value): Likewise for evaluate_expression and
5020         value_assign.
5021         (install_new_variable): Likewise for value_fetch_lazy.
5022         (adjust_value_for_child_access): Likewise for value_ind.
5023         (c_describe_child): Likewise for value_subscript and
5024         value_ind.
5025         (c_value_of_root): Likewise for evaluate_expression.
5026         * wrapper.c: Remove.
5027         * wrapper.h: Remove.
5028
5029 2012-01-09  Doug Evans  <dje@google.com>
5030
5031         * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
5032         partial_read_comp_unit_head.  Replace "buffer", "buffer_size" and
5033         "abfd" args with "section".  All callers updated.
5034         Error checking code moved ...
5035         (error_check_comp_unit_head): ... here.  New function.
5036         (read_and_check_type_unit_head): Renamed from read_type_unit_head.
5037         Delete arg "abfd".  New arg "type_offset".  All callers updated.
5038         (create_debug_types_hash_table): Simplify by using
5039         read_and_check_type_unit_head.
5040
5041         * parser-defs.h (namecopy): Delete.
5042         * parse.c (namecopy, namecopy_size): Move into copy_name.
5043
5044 2012-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
5045
5046         Partially fix duplicate .o files after omitting libbfd.a.
5047         * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
5048         * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
5049         * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
5050         * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
5051         * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
5052         * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
5053         * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
5054
5055 2012-01-09  Pedro Alves  <palves@redhat.com>
5056
5057         * MAINTAINERS: Update my email address.
5058
5059 2012-01-08  Doug Evans  <dje@google.com>
5060
5061         * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
5062         n_type_units.  Rename type_comp_units to all_type_units.
5063         All uses updated.
5064         (add_signatured_type_cu_to_table): Renamed from
5065         add_signatured_type_cu_to_list.  All callers updated.
5066
5067         * gdbtypes.h (struct cplus_struct_type): Delete member
5068         nfn_fields_total.  All uses removed.
5069
5070 2012-01-06  Doug Evans  <dje@google.com>
5071
5072         * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
5073         to top of file.
5074         (dwarf2_find_comp_unit): Delete.
5075         (process_psymtab_comp_unit): Make result "void".
5076         Delete args buffer, info_ptr, buffer_size, and replace with
5077         "section".  All callers updated.
5078         (dwarf2_build_psymtabs_hard): Simplify.
5079
5080 2012-01-06  Sergio Durigan Junior  <sergiodj@redhat.com>
5081             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5082
5083         * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
5084         before `struct gdb_exception'.
5085         * breakpoint.c (update_global_location_list_nothrow)
5086         (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
5087         * cp-abi.c (value_rtti_type): Likewise.
5088         * cp-support.c (cp_validate_operator): Likewise.
5089         * infrun.c (insert_exception_resume_breakpoint)
5090         (check_exception_resume, keep_going): Likewise.
5091         * mi-interp.c (mi_breakpoint_created)
5092         (mi_breakpoint_modified): Likewise.
5093         * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
5094         * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
5095         (ia64_hpux_handle_dld_breakpoint_1): Likewise.
5096
5097 2012-01-05  Doug Evans  <dje@google.com>
5098
5099         * dwarf2read.c (statement_prologue): Delete, unused.
5100
5101         * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
5102         * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
5103
5104         * dwarf2read.c (comp_unit_header): Delete, unused.
5105
5106 2012-01-05  Ulrich Weigand  <uweigand@de.ibm.com>
5107
5108         * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
5109         * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
5110
5111 2012-01-05  Khoo Yit Phang  <khooyp@cs.umd.edu>
5112
5113         * infrun.c (normal_stop): Don't skip calling the normal_stop
5114         observers if the thread was doing a multi-step, but stopped for
5115         some reason other than stepping.
5116
5117 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
5118
5119         * cli/cli-decode.h: Add comments.
5120         (CMD_LIST_AMBIGUOUS): Moved to command.h
5121         (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
5122         (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
5123         (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
5124         (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
5125         (add_com, add_com_alias, add_info, add_info_alias)
5126         (complete_on_cmdlist, complete_on_enum, help_list): Remove
5127         declarations.
5128         * command.h: Add and adjust comments.
5129         (CMD_LIST_AMBIGUOUS): Moved here.
5130         (help_cmd, help_cmd_list): Delete declarations.
5131
5132 2012-01-04  Doug Evans  <dje@google.com>
5133
5134         * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
5135         All callers updated.
5136         (load_full_type_unit): Renamed from read_signatured_type_at_offset.
5137         Replace all arguments with "per_cu".  All callers updated.
5138
5139         * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
5140
5141         * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
5142         New arg "per_cu".  All callers updated.
5143
5144         Delete #if 0'd out code.
5145         * language.c (binop_result_type): Delete.
5146         (simple_type, ordered_type, same_type, integral_type): Delete.
5147         (numeric_type, character_type, string_type, boolean_type): Delete.
5148         (float_type, structured_type): Delete.
5149         * language.h: Update.
5150
5151 2012-01-04  Tom Tromey  <tromey@redhat.com>
5152
5153         * python/py-value.c (valpy_binop): Initialize 'res_val'.
5154
5155 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
5156
5157         * corefile.c (close_exec_file): Delete.
5158         (reopen_exec_file): Remove commented out code that seems related
5159         to close_exec_file, which is being deleted here.
5160         * inferior.h (close_exec_file): Delete.
5161         * fork-child.c (fork_inferior): Remove call to fork_inferior.
5162
5163 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
5164
5165         * ada-lang.c: #include "cli/cli-utils.h".
5166         (get_selections): Use skip_spaces.
5167         (ada_get_next_arg): Use skip_spaces and skip_to_space.
5168         (catch_ada_exception_command_split): Use skip_spaces.
5169         (ada_decode_assert_location): Likewise.
5170
5171 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
5172
5173         * linespec.c (decode_line_internal): Check for C++ or Java
5174         compound constructs only if the current language is C, C++
5175         or Java.
5176
5177 2012-01-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5178
5179         Revert:
5180         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5181                     Joel Brobecker  <brobecker@adacore.com>
5182         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
5183         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
5184         3 times.
5185         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
5186         fall through into AT_ENTRY_POINT.
5187         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
5188         DUMMY_ADDR with it.
5189         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
5190         PPC_INSN_SIZE skip to 3 times.
5191
5192 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
5193
5194         * linespec.c (add_minsym): Preserve function descriptors.
5195
5196 2012-01-04  Ulrich Weigand  <uweigand@de.ibm.com>
5197
5198         * breakpoint.c (all_locations_are_pending): Consider locations
5199         in program spaces executing during startup pending as well.
5200
5201 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
5202
5203         Copyright year update in most files of the GDB Project.
5204
5205 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
5206
5207         * copyright.sh: Delete.
5208         * copyright.py: Rewrite.
5209
5210 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
5211
5212         * gnulib/extra/update-copyright: New file, imported from gnulib.
5213
5214 2012-01-04  Joel Brobecker  <brobecker@adacore.com>
5215
5216         * README (Copyright and License Notices): New section.
5217
5218 2012-01-03  Tom Tromey  <tromey@redhat.com>
5219
5220         PR python/12533:
5221         * python/py-value.c (valpy_dereference, valpy_get_address
5222         valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
5223         (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
5224         (valpy_absolute, valpy_richcompare): Free intermediate values.
5225
5226 2011-01-03  Joel Brobecker  <brobecker@adacore.com>
5227
5228         * ada-lang.c: Reformat the copyright notice.
5229
5230 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5231
5232         * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
5233         * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
5234         (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
5235         (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
5236         Revert this part of:
5237         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5238         Build gdb directly from *.o files not using libgdb.a.
5239         * Makefile.in (COMMON_OBS): Remove solib-target.o.
5240
5241 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
5242
5243         * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
5244         gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
5245         Reformat the copyright header.
5246
5247 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5248
5249         Revert this part of:
5250         2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5251         Remove the gdbtui binary.
5252         * gdb.c (main): Remove args.interpreter_p initialization.
5253         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
5254         * main.h (struct captured_main_args): Remove interpreter_p.
5255
5256 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
5257
5258         * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
5259
5260 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
5261
5262         * top.c (print_gdb_version): Update copyright year.
5263
5264 2012-01-02  Yao Qi  <yao@codesourcery.com>
5265
5266         * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
5267
5268 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5269             Joel Brobecker  <brobecker@adacore.com>
5270
5271         Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
5272         * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
5273         3 times.
5274         * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
5275         fall through into AT_ENTRY_POINT.
5276         (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len.  Adjust
5277         DUMMY_ADDR with it.
5278         * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
5279         PPC_INSN_SIZE skip to 3 times.
5280
5281 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5282
5283         * amd64-linux-nat.c (update_debug_registers_callback): New comment on
5284         the return value.
5285         * i386-linux-nat.c (update_debug_registers_callback): Likewise.
5286
5287 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5288
5289         Build gdb directly from *.o files not using libgdb.a.
5290         * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
5291         (COMMON_OBS): Remove solib-target.o.
5292         (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
5293         (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
5294         (LIBGDB_OBS, libgdb.a): Move it above.
5295         * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
5296         (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
5297         (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
5298         (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
5299         (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
5300         (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
5301         (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
5302         (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
5303         (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
5304         (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
5305         (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
5306         (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
5307         (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
5308         (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
5309         (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
5310         (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
5311         (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
5312         (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
5313         (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
5314         (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
5315         (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
5316         (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
5317         (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
5318         (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
5319         (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
5320         (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
5321         (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
5322
5323 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5324
5325         Remove the gdbtui binary.
5326         * .gitignore (/gdbtui): Remove.
5327         * Makefile.in (TUI): Remove.
5328         (SUBDIR_TUI_OBS): Remove tui-main.o.
5329         (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
5330         (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
5331         (tui-main.o): Remove.
5332         (all_object_files): Remove tui-main.o.
5333         * NEWS: New note for the gdbtui removal.
5334         * configure: Rebuilt.
5335         * configure.ac: No longer add all-tui, clean-tui, install-tui and
5336         uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
5337         CONFIG_UNINSTALL respectively.
5338         * gdb.c (main): Remove args.interpreter_p initialization.
5339         * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
5340         * main.h (struct captured_main_args): Remove interpreter_p.
5341         * tui/tui-main.c: Remove.
5342
5343 2012-01-01  Doug Evans  <dje@google.com>
5344
5345         * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
5346         (dwarf2_physname, read_import_statement): Ditto.
5347         (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
5348         (process_structure_scope read_subroutine_type): Ditto.
5349         (read_typedef, load_partial_dies, read_partial_die): Ditto.
5350         (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
5351         (dwarf2_fetch_die_location_block): Ditto.
5352         (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
5353
5354         * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
5355         All callers updated.
5356         (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
5357         (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
5358         (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
5359
5360         * dwarf2read.c (load_cu): Move assert to more useful location.
5361
5362         * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
5363         All callers updated.
5364
5365         * dwarf2read.c (dwarf2_per_objfile): Add comment.
5366         (dwarf2_elf_names): Minor reformat.
5367         (dwarf2_per_cu_data): Tweak comment.
5368         (dwarf2_read_section): Fix comment.
5369         (create_all_comp_units): Fix comment.
5370         (load_full_comp_unit): Fix comment.
5371         (process_full_comp_unit): Fix comment.
5372         (read_signatured_type): Fix comment.
5373
5374 For older changes see ChangeLog-2011.
5375 \f
5376 Local Variables:
5377 mode: change-log
5378 left-margin: 8
5379 fill-column: 74
5380 version-control: never
5381 coding: utf-8
5382 End: