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