1 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
3 * mips-tdep.c (mips_convert_register_p): Correct coding style.
5 2012-06-06 Maciej W. Rozycki <macro@codesourcery.com>
7 * mips-tdep.c (mips_pseudo_register_type): Use
10 2012-06-06 Pedro Alves <palves@redhat.com>
12 * infrun.c (handle_inferior_event): Remove calls to
13 reinit_frame_cache that follow a context_switch call.
15 2012-06-06 Pedro Alves <palves@redhat.com>
17 * infrun.c (handle_inferior_event) <deferred_step_ptid>: Use
18 context_switch and remove stale comment.
20 2012-06-06 Pedro Alves <palves@redhat.com>
22 * infrun.c (struct execution_control_state): Remove
23 `new_thread_event' field.
24 (handle_inferior_event): Simplify new threads handling; don't
25 resume the inferior if we find a new thread.
27 2012-06-06 Thomas Schwinge <thomas@codesourcery.com>
29 * NEWS: Document the deprecation of SH's 'regs' command.
30 * inferior.h (all_registers_info): Add function declaration.
31 * sh-tdep.c (sh_show_regs): Remove variable.
32 (sh_generic_show_regs, sh3_show_regs, sh2e_show_regs, sh2a_show_regs)
33 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs)
34 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs)
35 (sh_show_regs_command): Remove functions.
36 (sh_gdbarch_init): Don't set sh_show_regs.
37 (_initialize_sh_tdep): Make the 'regs' command an deprecated alias to
39 * sh64-tdep.c (sh64_show_media_regs, sh64_show_compact_regs)
40 (sh64_show_regs): Remove functions.
41 * sh64-tdep.h (sh64_show_regs): Remove function declaration.
43 2012-06-06 Jan Kratochvil <jan.kratochvil@redhat.com>
45 * configure.ac: Move development=true below AC_INIT.
46 * configure: Regenerate.
48 2012-06-05 Stan Shebs <stan@codesourcery.com>
50 * mi/mi-interp.c (mi_interpreter_init): Set raw_stdout from
53 2012-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
55 * corefile.c (read_memory, read_stack, write_memory): Accept LEN
57 * gdbcore.h (read_memory, read_stack, write_memory): Likewise.
58 * remote.c (remote_write_bytes_aux, remote_write_bytes): Likewise.
59 * target.c (target_read_stack, target_write_memory)
60 (target_write_raw_memory): Likewise.
61 * target.h (target_read_stack, target_write_memory)
62 (target_write_raw_memory): Likewise.
64 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
66 * symfile-mem.c: Change gdb_static_assert to ssize_t.
67 (target_read_memory_bfd): Cast gdb_assert LEN to ssize_t.
68 * target.c (target_read_memory): Change LEN to ssize_t.
69 * target.h (target_read_memory): Change LEN to ssize_t.
71 2012-06-05 Pedro Alves <palves@redhat.com>
75 * breakpoint.c (until_break_command): Only fetch the selected
76 frame after decode_line_1.
78 2012-06-05 Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
80 * solib-svr4.c (enable_break): Don't fallback to setting the solib
81 event breakpoint at _start, __start or main if a program
82 interpreter is not found.
84 2012-06-05 Joel Brobecker <brobecker@adacore.com>
86 * windows-tdep.h (windows_iterate_over_objfiles_in_search_order):
88 * windows-tdep.c: #include "objfiles.h".
89 (windows_iterate_over_objfiles_in_search_order): New function.
90 * amd64-windows-tdep.c (amd64_windows_init_abi): Set
91 iterate_over_objfiles_in_search_order gdbarch method to
92 windows_iterate_over_objfiles_in_search_order.
93 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Likewise.
95 2012-06-05 Joel Brobecker <brobecker@adacore.com>
97 * gdbarch.sh: Add generation of
98 "iterate_over_objfiles_in_search_order_cb_ftype" typedef in
99 gdbarch.h. Add include of "objfiles.h" in gdbarch.c.
100 (iterate_over_objfiles_in_search_order): New gdbarch method.
101 * gdbarch.h, gdbarch.c: Regenerate.
102 * objfiles.h (default_iterate_over_objfiles_in_search_order):
104 * objfiles.c (default_iterate_over_objfiles_in_search_order):
106 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
107 out of lookup_symbol_aux_symtabs.
108 (lookup_symbol_aux_symtabs): Replace extracted-out code by
109 call to lookup_symbol_aux_objfile.
110 (struct global_sym_lookup_data): New type.
111 (lookup_symbol_global_iterator_cb): New function.
112 (lookup_symbol_global): Search for symbol using
113 gdbarch_iterate_over_objfiles_in_search_order and
114 lookup_symbol_global_iterator_cb.
115 * findvar.c (struct minsym_lookup_data): New type.
116 (minsym_lookup_iterator_cb): New function.
117 (default_read_var_value) [case LOC_UNRESOLVED]: Resolve the
118 symbol's address via gdbarch_iterate_over_objfiles_in_search_order
119 and minsym_lookup_iterator_cb.
121 2012-06-05 Joel Brobecker <brobecker@adacore.com>
123 Revert the following patch:
124 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
125 try locating the symbol in the symbol's own objfile first, before
126 extending the search to all objfiles.
127 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
128 out of lookup_symbol_aux_symtabs.
129 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
130 Replace extracted-out code by call to lookup_symbol_aux_objfile.
131 Do not search EXCLUDE_OBJFILE.
132 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
133 (lookup_symbol_global): Search for matches in the block's objfile
134 first, before searching all other objfiles.
136 2012-06-05 Joel Brobecker <brobecker@adacore.com>
138 * breakpoint.c (find_condition_and_thread): Stop parsing
139 as soon as the first invalid keyword is found.
141 2012-06-05 Joel Brobecker <brobecker@adacore.com>
143 * copyright.py (EXCLUDE_LIST): Add 'gdb/CONTRIBUTE' to list.
145 2012-06-05 Joel Brobecker <brobecker@adacore.com>
147 * config/djgpp/djcheck.sh: Add copyright header.
149 2012-06-05 Joel Brobecker <brobecker@adacore.com>
151 * copyright.py (update_files, main): Fix path to update-copyright
154 2012-06-05 Joel Brobecker <brobecker@adacore.com>
156 * copyright.py (MULTIPLE_COPYRIGHT_HEADERS): New constant.
157 (main): Add MULTIPLE_COPYRIGHT_HEADERS to the list of files
158 for which a reminder to update by hand is printed.
160 2012-06-04 Doug Evans <dje@google.com>
162 * buildsym.c (make_blockvector): Add comment.
164 2012-06-04 Pedro Alves <palves@redhat.com>
166 * arch-utils.c (default_gdb_signal_from_target): Delete.
167 * arch-utils.h (default_gdb_signal_from_target): Delete.
168 * corelow.c (core_open) <signal mapping>: Extended comment. Check
169 gdbarch_gdb_signal_from_target_p.
170 * gdbarch.sh (gdb_signal_from_target): Make it an M method (with
172 * gdbarch.h: Regenerate.
173 * gdbarch.c: Regenerate.
175 2012-06-04 Pedro Alves <palves@redhat.com>
177 * gdbarch.sh (gdb_signal_from_target): Mention that the
178 implementation of the method must be host independent.
179 * gdbarch.h: Regenerate.
181 2012-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
183 * symfile-mem.c: 3 new gdb_static_assert for target_read_memory_bfd
185 (target_read_memory_bfd): New function.
186 (symbol_file_add_from_memory): Use it.
188 2012-06-03 Doug Evans <dje@google.com>
190 * symtab.c (lookup_global_symbol_from_objfile): Only scan blockvector
192 (basic_lookup_transparent_type): Ditto.
194 * objfiles.h (ALL_OBJFILE_PRIMARY_SYMTABS): New macro.
195 (ALL_PRIMARY_SYMTABS): Use it.
196 (ALL_PSPACE_PRIMARY_SYMTABS): Ditto.
197 * dwarf2read.c (dw2_find_symbol_file): Ditto.
198 * linespec.c (iterate_over_all_matching_symtabs): Ditto.
199 * symtab.c (lookup_symbol_aux_objfile): Ditto.
200 (basic_lookup_transparent_type): Ditto.
202 2012-06-02 Sergio Durigan Junior <sergiodj@redhat.com>
204 * symtab.c (symbol_demangled_name): New variable `dem_name'. Use
205 it to optimize resolution of demangled name.
207 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
209 * configure.ac (development): Define new variable.
210 Call AC_CHECK_LIB for mcheck if $development.
211 (ERROR_ON_WARNING): Enable it by default only if $development.
212 * config.in: Regenerate.
213 * configure: Regenerate.
215 2012-06-01 Siddhesh Poyarekar <siddhesh@redhat.com>
217 * target.c (target_read_memory): Make LEN argument as size_t.
218 * target.h (target_read_memory): Likewise.
220 2012-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
222 * tilegx-linux-tdep.c (tilegx_l): Use ULL for 64-bit values.
224 2012-05-31 Edjunior Machado <emachado@linux.vnet.ibm.com>
226 * ppc-linux-nat.c (have_ptrace_booke_interface): Disable ptrace
227 BookE interface for PowerPC server processors if not available
230 2012-05-31 Keith Seitz <keiths@redhat.com>
232 * linespec.c (decode_objc): Add cleanup to free
234 (find_linespec_symbols): Add cleanup to free CLASSES.
235 * symfile.c (find_separate_debug_file_by_debuglink): Add
236 cleanup to free DEBUGLINK.
237 * ui-out.c (clear_header_list): No need to check if
238 HEADER_NEXT.COLHDR is NULL.
239 Free HEADER_NEXT.COL_NAME.
241 2012-05-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
243 * ada-lang.c (standard_lookup): Prevent uninitialized variable
246 2012-05-30 Jeff Kenton <jkenton@tilera.com>
248 * configure.host (gdb_host_cpu): Handle tilegx*.
249 (gdb_host): Handle tilegx-*-linux*.
250 * tilegx-linux-nat.c: New file.
251 * config/tilegx/linux.mh: New file.
253 2012-05-30 Jeff Kenton <jkenton@tilera.com>
255 * Makefile.in (ALL_TARGET_OBJS): Add tilegx-tdep.o and
257 (ALLDEPFILES): Add tilegx-linux-nat.c, tilegx-tdep.c and
259 * configure.tgt: Handle tilegx-*-linux*.
260 * tilegx-tdep.h: New file.
261 * tilegx-tdep.c: New file.
262 * tilegx-linux-tdep.c: New file.
263 * regformats/reg-tilegx.dat: New file.
265 2012-05-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
267 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): fix
268 accounting of hw watchpoints on ppc.
270 2012-05-30 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
272 * source.c (openp): Expand tilde in path entries.
274 2012-05-29 Doug Evans <dje@google.com>
276 * buildsym.c (block_compar): Fix comment.
277 (end_symtab): Fix and clarify some comments.
279 * stabsread.h (cleanup_undefined_stabs_types): Renamed from
280 cleanup_undefined_types.
281 * stabsread.c (cleanup_undefined_stabs_types): Ditto.
284 2012-05-29 Tom Tromey <tromey@redhat.com>
286 * symfile.c (symfile_bfd_open): Don't close desc if bfd_fopen
288 * solib.c (solib_bfd_fopen): Don't close fd if bfd_fopen fails.
289 * exec.c (exec_file_attach): Don't close scratch_chan if bfd_fopen
291 * dwarf2read.c (try_open_dwo_file): Don't close fd if bfd_fopen
294 2012-05-29 Tristan Gingold <gingold@adacore.com>
296 * solib-darwin.c (dyld_all_image_addr, dyld_all_image): Move into...
297 (struct darwin_info): ... New struct.
298 (solib_darwin_pspace_data): New variable.
299 (darwin_pspace_data_cleanup): New function.
300 (get_darwin_info): Likewise.
301 (darwin_dyld_version_ok, darwin_load_image_infos)
302 (darwin_solib_get_all_image_info_addr_at_init)
303 (darwin_solib_read_all_image_info_addr): Add info argument.
305 (darwin_current_sos): Use per pspace structure.
306 (darwin_solib_create_inferior_hook): Likewise.
307 (darwin_clear_solib): Likewise.
308 (_initialize_darwin_solib): Initialize solib_darwin_pspace_data.
310 2012-05-28 Pedro Alves <palves@redhat.com>
312 * infrun.c (wait_for_inferior): Move ecss and ecs locals to the
313 block that uses them. Clear ecss before handling each event.
315 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
317 * solib-svr4.c (svr4_current_sos): New comment on
318 svr4_current_sos_via_xfer_libraries fall back.
320 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
322 * psymtab.c (lookup_symbol_aux_psymtabs): New variable stab_best. Use
323 it as a fallback for TYPE_IS_OPAQUE.
324 * symfile.h (struct quick_symbol_functions): Mention TYPE_OPAQUE
325 symbols for lookup_symbol.
327 2012-05-24 John Steele Scott <toojays@toojays.net>
329 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
330 * dwarf2read.c (struct dwarf2_cu) <producer_is_icc>: New field.
331 (producer_is_gxx_lt_4_6): Move the checking and caching to...
332 (check_producer): ... this new function, which also checks for ICC
333 and caches the result.
334 (producer_is_icc): New function.
335 (read_structure_type): Don't set TYPE_STUB_SUPPORTED if the
338 2012-05-24 Pedro Alves <palves@redhat.com>
342 * arch-utils.c (default_gdb_signal_to_host): Rename to ...
343 (default_gdb_signal_to_target): ... this. Add comment.
344 (default_gdb_signal_from_host): Rename to ...
345 (default_gdb_signal_from_target): ... this. Add comment.
346 * arch-utils.h (default_gdb_signal_to_host): Rename to ...
347 (default_gdb_signal_to_target): ... this.
348 (default_gdb_signal_from_host): Rename to ...
349 (default_gdb_signal_from_target): ... this.
350 * corelow.c (core_open): Adjust to naming change. Replace comment.
351 * gdbarch.sh (gdb_signal_from_host): Rename to ...
352 (gdb_signal_from_target): ... this. Adjust to
353 default_gdb_signal_from_host naming change. Extend comment.
354 (gdb_signal_to_host): Rename to ...
355 (gdb_signal_to_target): ... this. Adjust to
356 default_gdb_signal_to_host naming change.
357 * gdbarch.h, gdbarch.c: Renegerate.
359 2012-05-24 Pedro Alves <palves@redhat.com>
363 Replace TARGET_SIGNAL_ with GDB_SIGNAL_ throughout.
365 2012-05-24 Pedro Alves <palves@redhat.com>
369 Replace target_signal with gdb_signal throughout.
371 2012-05-24 Pedro Alves <palves@redhat.com>
375 * tui/tui-hooks.c (tui_query_hook): Pre-compute the question
376 string, instead of reusing the va_list argument.
378 2012-05-24 Tom Tromey <tromey@redhat.com>
380 * cp-support.h (cp_finalize_namespace, cp_initialize_namespace):
383 2012-05-23 Doug Evans <dje@google.com>
385 * symtab.c (search_symbols): Formatting fixes.
386 (print_symbol_info): Formatting fixes.
388 * dwarf2-frame.c (execute_cfa_program): Update to handle long long ->
389 int64_t change to leb128 API.
390 (read_encoded_value, decode_frame_entry_1): Ditto.
391 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Ditto.
392 (dwarf_block_to_dwarf_reg, dwarf_block_to_dwarf_reg_deref): Ditto.
393 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
394 (execute_stack_op): Ditto.
395 * dwarf2expr.h (gdb_read_uleb128, gdb_read_sleb128): Ditto.
396 (safe_read_uleb128, safe_read_sleb128): Ditto.
397 * dwarf2loc.c (decode_debug_loc_dwo_addresses): Ditto.
398 (dwarf2_compile_expr_to_ax): Ditto.
399 (locexpr_describe_location_piece): Ditto.
400 (disassemble_dwarf_expression): Ditto.
401 (locexpr_describe_location_1): Ditto.
403 2012-05-23 Stan Shebs <stan@codesourcery.com>
404 Kwok Cheung Yeung <kcy@codesourcery.com>
406 * Makefile.in (SUBDIR_MI_OBS): Add mi-cmd-info.o.
407 (SUBDIR_MI_SRCS): Add mi-cmd-info.c.
408 (mi-cmd-info.o): New rule.
409 * osdata.h (info_osdata_command): New declaration.
410 * osdata.c (info_osdata_command): Change to non-static.
411 * mi/mi-cmds.h (mi_cmd_info_os): New declaration.
412 * mi/mi-cmds.c (mi_cmds): Add -info-os MI command.
413 * mi/mi-cmd-info.c: New file.
415 2012-05-23 Doug Evans <dje@google.com>
417 * symtab.c (search_symbols): Pass NULL for file_matcher to
418 expand_symtabs_matching if there are no files to match.
420 * gdbtypes.c (lookup_typename): Simplify.
422 2012-05-23 Pedro Alves <palves@redhat.com>
424 * arch-utils.h (default_target_signal_to_host): Delete.
425 * arch-utils.c (default_target_signal_to_host): Delete.
426 * gdbarch.sh (target_signal_to_host): Remove.
427 * gdbarch.h, gdbarch.c: Regenerate.
429 2012-05-22 Doug Evans <dje@google.com>
431 * dwarf2-frame.c (struct dwarf2_cie): Make initial_instructions, end
433 (struct dwarf2_fde): Make instructions, end "const gdb_byte *".
434 (execute_cfa_program): Update to match API of leb128 functions.
435 (read_1_byte, read_4_bytes, read_8_bytes): Make buf parameter
437 (read_unsigned_leb128, read_signed_leb128): Delete.
438 (read_initial_length): Change type of buf argument to
440 (read_encoded_value): Update to match API of leb128 functions.
441 (decode_frame_entry): Change result to "const gdb_byte *", and
442 similarly for "start" parameter.
443 (decode_frame_entry_1): Ditto. Use new leb128 reader functions.
444 (dwarf2_build_frame_info): Change local frame_ptr to
446 * dwarf2expr.c (safe_read_uleb128, safe_read_sleb128): Replaces
447 read_uleb128, read_sleb128. All callers updated.
448 (safe_skip_leb128): New function.
449 (dwarf_block_to_dwarf_reg): Update to match API of leb128 functions.
450 Call gdb_read_uleb128, gdb_skip_leb128 instead of read_uleb128.
451 (dwarf_block_to_dwarf_reg_deref): Update to match API of leb128
452 functions. Call gdb_read_uleb128, gdb_read_sleb128 instead of
453 read_uleb128, read_sleb128.
454 (dwarf_block_to_fb_offset, dwarf_block_to_sp_offset): Ditto.
455 (execute_stack_op): Update to match API of leb128 functions.
456 * dwarf2expr.h: #include "leb128.h".
457 (read_uleb128, read_sleb128): Delete.
458 (gdb_read_uleb128, gdb_read_sleb128, gdb_skip_leb128): New functions.
459 (safe_read_uleb128, safe_read_sleb128, safe_skip_leb128): Declare.
460 * dwarf2loc.c (debug_loc_kind): New enum.
461 (decode_debug_loc_addresses): New function.
462 (decode_debug_loc_dwo_addresses): New function.
463 (dwarf2_find_location_expression): Rewrite.
464 (dwarf2_compile_expr_to_ax): Update to match API of leb128 functions.
465 (locexpr_describe_location_piece): Ditto.
466 (disassemble_dwarf_expression): Ditto.
467 (locexpr_describe_location_1): Ditto.
468 (loclist_describe_location): Rewrite.
469 * dwarf2loc.h (dwarf2_loclist_baton): New member "from_dwo".
470 * dwarf2read.c (die_reader_specs): New member "buffer_end".
471 (dwarf2_section_buffer_overflow_complaint): Renamed from
472 dwarf2_macros_too_long_complaint. All callers updated.
473 (skip_leb128): Delete.
474 (init_cu_die_reader): Initialize reader->buffer_end.
475 (skip_one_die): Replace call to skip_leb128 with safe_skip_leb128.
476 (skip_form_bytes): New arg buffer_end. All callers updated.
477 Replace call to skip_leb128 with gdb_skip_leb128.
478 (skip_unknown_opcode): New arg mac_end. All callers updated.
479 (fill_in_loclist_baton): Initialize baton->from_dwo.
481 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
483 * mips-linux-nat.c (mips_linux_read_description): Use a more
484 verbose error message.
486 2012-05-22 Maciej W. Rozycki <macro@codesourcery.com>
488 * NEWS: Add MIPS/Linux DSP support.
489 * mips-linux-tdep.c: Document post-2.6.12 o32 sigcontext layout.
490 (SIGCONTEXT_DSPCTL): New macro.
491 (SIGCONTEXT_HI1, SIGCONTEXT_LO1): Likewise.
492 (SIGCONTEXT_HI2, SIGCONTEXT_LO2): Likewise.
493 (SIGCONTEXT_HI3, SIGCONTEXT_LO3): Likewise.
494 (N64_SIGCONTEXT_HI1, N64_SIGCONTEXT_HI2): Likewise.
495 (N64_SIGCONTEXT_HI3): Likewise.
496 (N64_SIGCONTEXT_LO1, N64_SIGCONTEXT_LO2): Likewise.
497 (N64_SIGCONTEXT_LO3): Likewise.
498 (N64_SIGCONTEXT_DSPCTL): Likewise.
499 (N64_SIGCONTEXT_FPCSR): Clarify definition.
500 (mips_linux_o32_sigframe_init): Handle DSP registers.
501 (mips_linux_n32n64_sigframe_init): Likewise.
503 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
505 * common/buffer.c (buffer_grow): ARI fix: Remove unneeded
508 2012-05-22 Pedro Alves <palves@redhat.com>
510 * target.h (store_waitstatus): Move declaration ...
511 * inf-child.h (store_waitstatus): ... here.
512 * target.c: Move inclusion of gdb_wait.h, and ...
513 (store_waitstatus): ... this ...
514 * inf-child.c: ... here.
515 * linux-nat.c: Include inf-child.h.
516 * rs6000-nat.c: Include inf-child.h.
517 * spu-linux-nat.c: Include inf-child.h.
519 2012-05-22 Pierre Muller <muller@ics.u-strasbg.fr>
521 * tracepoint.c (start_tracing): Add missing i18n markup.
522 (stop_tracing, set_trace_user): Ditto.
523 (set_trace_notes, set_trace_stop_notes): Ditto.
525 2012-05-21 Tom Tromey <tromey@redhat.com>
528 * gnu-v3-abi.c (gnuv3_baseclass_offset): Return early for Java
530 * value.h (value_cast_pointers): Update.
531 * valops.c (value_cast_pointers): Add 'subclass_check' argument.
532 (value_cast): Update.
533 (update_search_result): New function.
534 (do_search_struct_field): New, from search_struct_field. Check
535 for ambiguous results.
536 (search_struct_field): Rewrite.
537 * infcall.c (value_arg_coerce): Update.
538 * eval.c (evaluate_subexp_standard) <STRUCTOP_MEMBER>: Use
540 * ada-lang.c (ada_convert_actual): Update.
542 2012-05-21 Tom Tromey <tromey@redhat.com>
544 * macroexp.c (macro_stringify): Terminate the string.
546 2012-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
548 * NEWS (--with-auto-load-dir): Prepend $debugdir to the default path.
550 * auto-load.c (auto_load_expand_dir_vars): New function.
551 (auto_load_safe_path_vec_update): Use it, remove the
552 substitute_path_component call thanks to it.
553 (auto_load_objfile_script): Remove the debug_file_directory processing.
554 Use auto_load_expand_dir_vars, remove the substitute_path_component
556 * configure: Regenerate.
557 * configure.ac (--with-auto-load-dir): Prepend $debugdir to the default
558 path. Escape $ also for $debugdir.
559 (--with_auto_load_safe_path): Escape $ also for $debugdir.
560 * utils.c (substitute_path_component): Accept also DIRNAME_SEPARATOR.
562 2012-05-20 Doug Evans <dje@google.com>
564 * dwarf2read.c (recursively_find_pc_sect_symtab): Initialize "s"
565 before use. Check for symtab->includes == NULL before scanning it.
567 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
569 * mips-tdep.c (mips_reg3_to_reg): Optimize storage.
571 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
573 * NEWS: Add microMIPS support and "set mips compression",
574 "show mips compression" commands.
575 * mips-tdep.h (mips_isa): New enum.
576 (gdbarch_tdep): Add mips_isa.
577 (mips_pc_is_mips16): Update prototype.
578 (mips_pc_is_mips, mips_pc_is_micromips): New prototypes.
579 * mips-tdep.c (mips_compression_mips16): New variable.
580 (mips_compression_micromips): Likewise.
581 (mips_compression_strings): Likewise.
582 (mips_compression_string): Likewise.
583 (is_mips16_isa, is_micromips_isa): New functions.
584 (is_mips16_addr): Rename to...
585 (is_compact_addr): ... this.
586 (unmake_mips16_addr): Likewise to...
587 (unmake_compact_addr): ... this.
588 (make_mips16_addr): Likewise to...
589 (make_compact_addr): ... this.
590 (is_mips_addr, is_mips16_addr, is_micromips_addr): New
592 (mips_elf_make_msymbol_special): Handle microMIPS code.
593 (msymbol_is_special): Rename to...
594 (msymbol_is_mips16): ... this.
595 (mips_make_symbol_special, mips_pc_is_mips16): Update
597 (msymbol_is_mips, msymbol_is_micromips): New functions.
598 (mips16_to_32_reg): Rename to...
599 (mips_reg3_to_reg): ... this.
600 (mips_pc_is_mips, mips_pc_is_micromips): New functions.
601 (mips_pc_isa): Likewise.
602 (mips_read_pc, mips_unwind_pc, mips_write_pc): Handle microMIPS
604 (mips_fetch_instruction): Pass return status instead of printing
605 an error message if requested. Handle microMIPS code. Bail out
607 (micromips_op): New macro.
608 (b0s4_imm, b0s5_imm, b0s5_reg, b0s7_imm, b0s10_imm): Likewise.
609 (b1s9_imm, b2s3_cc, b4s2_regl, b5s5_op, b5s5_reg): Likewise.
610 (b6s4_op, b7s3_reg): Likewise.
611 (b0s6_op, b0s11_op, b0s12_imm, b0s16_imm, b0s26_imm): Likewise.
612 (b6s10_ext, b11s5_reg, b12s4_op): Likewise.
613 (mips_insn_size): New function.
614 (mips32_next_pc): Update mips_fetch_instruction call.
615 (micromips_relative_offset7): New function.
616 (micromips_relative_offset10): Likewise.
617 (micromips_relative_offset16): Likewise.
618 (micromips_pc_insn_size): Likewise.
619 (micromips_bc1_pc): Likewise.
620 (micromips_next_pc): Likewise.
621 (unpack_mips16): Update mips_fetch_instruction call.
622 (extended_mips16_next_pc): Update according to change to
624 (mips_next_pc): Update mips_pc_is_mips16 call. Handle microMIPS
626 (mips16_scan_prologue): Update mips_fetch_instruction call.
627 Update according to change to mips16_to_32_reg.
628 (mips_insn16_frame_sniffer): Update mips_pc_is_mips16 call.
629 (mips_insn16_frame_base_sniffer): Likewise.
630 (micromips_decode_imm9): New function.
631 (micromips_scan_prologue): Likewise.
632 (mips_micro_frame_cache): Likewise.
633 (mips_micro_frame_this_id): Likewise.
634 (mips_micro_frame_prev_register): Likewise.
635 (mips_micro_frame_sniffer): Likewise.
636 (mips_micro_frame_unwind): New variable.
637 (mips_micro_frame_base_address): New function.
638 (mips_micro_frame_base): New variable.
639 (mips_micro_frame_base_sniffer): New function.
640 (mips32_scan_prologue): Update mips_fetch_instruction call.
641 (mips_insn32_frame_sniffer): Check for the standard MIPS ISA
642 rather than for MIPS16.
643 (mips_insn32_frame_base_sniffer): Likewise.
644 (mips_addr_bits_remove): Handle microMIPS code.
645 (deal_with_atomic_sequence): Rename to...
646 (mips_deal_with_atomic_sequence): ... this. Update the type
647 of the variable used to hold an instruction. Remove the ISA bit
648 check. Update mips_fetch_instruction call.
649 (micromips_deal_with_atomic_sequence): New function.
650 (deal_with_atomic_sequence): Likewise.
651 (mips_about_to_return): Handle microMIPS code. Update
652 mips_fetch_instruction call.
653 (heuristic_proc_start): Check for the standard MIPS ISA rather
654 than for MIPS16. Update mips_pc_is_mips16 and
655 mips_fetch_instruction calls. Handle microMIPS code.
656 (mips_push_dummy_code): Handle microMIPS code.
657 (mips_eabi_push_dummy_call): Likewise.
658 (mips_o32_return_value): Update mips_pc_is_mips16 call.
659 (mips_o64_push_dummy_call): Handle microMIPS code.
660 (mips_o64_return_value): Update mips_pc_is_mips16 call.
661 (is_delayed): Remove function.
662 (mips_single_step_through_delay): Replace the call to is_delayed
663 with mips32_instruction_has_delay_slot. Correct MIPS16 handling.
664 Handle microMIPS code.
665 (mips_skip_prologue): Update mips_pc_is_mips16 call. Handle
667 (mips32_in_function_epilogue_p): Update mips_fetch_instruction
669 (micromips_in_function_epilogue_p): New function.
670 (mips16_in_function_epilogue_p): Update mips_fetch_instruction
672 (mips_in_function_epilogue_p): Update mips_pc_is_mips16 call.
674 (gdb_print_insn_mips): Likewise.
675 (mips_breakpoint_from_pc): Likewise.
676 (mips_remote_breakpoint_from_pc): New function.
677 (mips32_instruction_has_delay_slot): Simplify making use of the
678 updated mips_fetch_instruction interface.
679 (micromips_instruction_has_delay_slot): New function.
680 (mips16_instruction_has_delay_slot): Simplify making use of the
681 updated mips_fetch_instruction interface.
682 (mips_adjust_breakpoint_address): Check for the standard MIPS
683 ISA rather than for MIPS16 ISA. Update for unmake_compact_addr
684 calls. Handle microMIPS code.
685 (mips_get_mips16_fn_stub_pc): Update mips_fetch_instruction call.
686 (mips_skip_trampoline_code): Handle microMIPS code.
687 (global_mips_compression): New function.
688 (mips_gdbarch_init): Handle the compressed ISA setting from ELF
689 file flags. Register the microMIPS remote breakpoint handler
690 and heuristic frame unwinder.
691 (show_mips_compression): New function.
692 (_initialize_mips_tdep): Add the "set mips compression" and
693 "show mips compression" commands.
695 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>
700 * amd64-darwin-tdep.c:
701 * arm-symbian-tdep.c:
712 * dwarf2-frame-tailcall.c:
750 * python/py-finishbreakpoint.c:
751 * python/py-inferior.c:
752 * python/py-infthread.c:
786 * amd64-darwin-tdep.c:
787 * arm-symbian-tdep.c:
788 * arm-tdep.c: Delete unused variables.
790 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
792 Rename $ddir to $datadir.
793 * NEWS (--with-auto-load-dir): Rename $ddir to $datadir.
794 * auto-load.c (auto_load_safe_path_vec_update)
795 (auto_load_gdb_datadir_changed, auto_load_objfile_script): Likewise.
796 * configure: Regenerate.
797 * configure.ac (--with-auto-load-dir, --with-auto-load-safe-path):
798 Likewise. Remove the 'use $ddir' help string.
800 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
802 * auto-load.c (show_auto_load_safe_path): Accept any combination of
803 DIRNAME_SEPARATOR and IS_DIR_SEPARATOR for wild-match.
805 2012-05-18 Tom Tromey <tromey@redhat.com>
808 * valprint.h (struct value_print_options) <symbol_print>: New
810 * valprint.c (user_print_options): Add default for symbol_print.
811 (show_symbol_print): New function.
812 (generic_val_print): Respect symbol_print.
813 (_initialize_valprint): Add "print symbol" setting.
814 * f-valprint.c (f_val_print): Respect symbol_print.
815 * c-valprint.c (c_val_print): Respect symbol_print.
817 * printcmd.c (print_address_symbolic): Return int. Ignore some
819 (print_address_demangle): Return int.
820 * defs.h: (print_address_symbolic): Return int.
821 * value.h (print_address_demangle): Return int.
823 2012-05-18 Tom Tromey <tromey@redhat.com>
825 * valprint.c (val_print_string): Don't print leading space.
826 * p-valprint.c (pascal_val_print) <TYPE_CODE_PTR>: Optionally
827 print space before string or vtbl.
828 * m2-valprint.c (print_unpacked_pointer): Optionally print space
830 * jv-valprint.c (java_value_print): Print space before string.
831 * go-valprint.c (print_go_string): Print space before string.
832 * f-valprint.c (f_val_print) <TYPE_CODE_PTR>: Optionally print
834 * c-valprint.c (c_val_print) <TYPE_CODE_PTR>: Optionally print
835 space before string or vtbl.
836 * auxv.c (fprint_target_auxv): Print space after address.
838 2012-05-18 Tom Tromey <tromey@redhat.com>
840 * printcmd.c (print_address_demangle): Remove special case for 0.
842 2012-05-18 Tom Tromey <tromey@redhat.com>
844 * printcmd.c (print_address_demangle): Add 'opts' argument.
845 * p-valprint.c (pascal_val_print): Update.
846 * jv-valprint.c (java_val_print): Update.
848 * valprint.c (generic_val_print): Update.
849 (print_function_pointer_address): Add 'options' argument. Remove
850 'addressprint' argument. Update.
851 * m2-valprint.c (print_unpacked_pointer): Update.
852 * gnu-v3-abi.c (print_one_vtable): Update.
853 (gnuv3_print_method_ptr): Update.
854 * f-valprint.c (f_val_print): Update.
855 * cp-valprint.c (cp_print_value_fields): Update.
856 * valprint.h (print_function_pointer_address): Update.
857 * c-valprint.c (c_val_print): Update.
859 2012-05-18 Tom Tromey <tromey@redhat.com>
861 * psymtab.c (find_pc_sect_symtab_from_partial): Return the symtab
862 directly corresponding to the found psymtab.
863 * dwarf2read.c (recursively_find_pc_sect_symtab): New function.
864 (dw2_find_pc_sect_symtab): Use it.
865 * block.h (blockvector_contains_pc): Declare.
866 * block.c (find_block_in_blockvector): New function.
867 (blockvector_for_pc_sect): Use it.
868 (blockvector_contains_pc): New function.
870 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
872 * mips-tdep.h (mips_write_pc): New prototype.
873 * mips-tdep.c (mips_write_pc): Make external, add description.
874 * mips-linux-tdep.c (mips_linux_write_pc): Use mips_write_pc,
877 2012-05-18 Maciej W. Rozycki <macro@codesourcery.com>
879 * mips-tdep.c (mips_read_pc): Use gdbarch_pc_regnum instead of
881 (mips_unwind_pc, mips_write_pc): Likewise.
882 (mips_gdbarch_init): Remove a comment on gdbarch_pc_regnum and
885 2012-05-17 Joel Brobecker <brobecker@adacore.com>
887 * procfs.c (procfs_find_new_threads, procfs_pid_to_str,
888 proc_warn, proc_error, proc_get_status, proc_flags,
889 proc_why, proc_what, proc_nsysarg, proc_sysargs,
890 proc_set_run_on_last_close, proc_unset_run_on_last_close,
891 proc_unset_inherit_on_fork, proc_set_async, proc_unset_async,
892 proc_stop_process, proc_wait_for_stop, proc_run_process,
893 proc_set_traced_signals, proc_set_traced_faults,
894 proc_set_traced_sysentry, proc_set_traced_sysexit,
895 proc_set_held_signals, proc_get_held_signals,
896 proc_get_traced_signals, proc_get_traced_faults,
897 proc_get_traced_sysentry, proc_get_traced_sysexit,
898 proc_clear_current_fault, proc_set_current_signal,
899 proc_clear_current_signal, proc_get_gregs, proc_get_fpregs,
900 proc_set_gregs, proc_set_fpregs, proc_kill, proc_parent_pid,
901 proc_get_nthreads, proc_get_nthreads, proc_get_nthreads,
902 proc_get_current_thread, proc_get_current_thread,
903 proc_get_current_thread, proc_update_threads,
904 proc_update_threads, proc_update_threads, proc_update_threads,
905 proc_iterate_over_threads, procfs_find_new_threads,
906 procfs_pid_to_str): Make static. Remove advance declaration.
907 (proc_cursig): Make static. Conditionalized defintion on
908 PROCFS_DONT_PIOCSSIG_CURSIG being defined.
909 (proc_syscall, proc_set_kill_on_last_close,
910 proc_unset_kill_on_last_close, proc_set_inherit_on_fork,
911 proc_get_pending_signals, proc_get_signal_actions,
912 proc_trace_signal, proc_ignore_signal): Delete.
914 2012-05-16 Sergio Durigan Junior <sergiodj@redhat.com>
916 * coffread.c (cs_section_address): Passing proper argument for
917 `bfd_get_section_vma'.
918 * dwarf2read.c (dwarf2_locate_sections): Likewise, for
919 `bfd_get_section_flags'.
920 * remote.c (remote_trace_set_readonly_regions): Likewise, for
921 `bfd_get_section_vma'.
923 2012-05-16 Tom Tromey <tromey@redhat.com>
926 * macrotab.h: (macro_define_special): Declare.
927 (enum macro_special_kind): New.
928 (struct macro_definition) <argc, replacement>: Update comments.
929 * macrotab.c (new_macro_definition): Unconditionally set 'argc'.
930 (macro_define_object_internal): New function.
931 (macro_define_object): Use it.
932 (macro_define_special): New function.
933 (fixup_definition): New function.
934 (macro_lookup_definition, foreach_macro_in_scope)
935 (foreach_macro): Use fixup_definition.
936 * macroexp.h (macro_stringify): Declare.
937 * macroexp.c (free_buffer_return_text): New function.
938 (stringify): Constify "arg".
939 (macro_stringify): New function.
940 * dwarf2read.c (macro_start_file): Call macro_define_special.
942 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
943 Maciej W. Rozycki <macro@mips.com>
945 * breakpoint.h (bp_location): Add related_address member.
946 * inferior.h (get_return_value): Take a pointer to struct value
947 instead of struct type for the function requested.
948 * value.h (using_struct_return): Likewise.
949 * gdbarch.sh (return_value): Take a pointer to struct value
950 instead of struct type for the function requested.
951 * breakpoint.c (set_breakpoint_location_function): Initialize
952 related_address for bp_gnu_ifunc_resolver breakpoints.
953 * elfread.c (elf_gnu_ifunc_resolver_return_stop): Pass the
954 requested function's address to gdbarch_return_value.
955 * eval.c (evaluate_subexp_standard): Pass the requested
956 function's address to using_struct_return.
957 * infcall.c (call_function_by_hand): Pass the requested
958 function's address to using_struct_return and
959 gdbarch_return_value.
960 * infcmd.c (get_return_value): Take a pointer to struct value
961 instead of struct type for the function requested.
962 (print_return_value): Update accordingly.
963 (finish_command_continuation): Likewise.
964 * stack.c (return_command): Pass the requested function's
965 address to using_struct_return and gdbarch_return_value.
966 * value.c (using_struct_return): Take a pointer to struct value
967 instead of struct type for the function requested. Pass the
968 requested function's address to gdbarch_return_value.
969 * python/py-finishbreakpoint.c (finish_breakpoint_object):
970 New function_value member, replacing function_type.
971 (bpfinishpy_dealloc): Update accordingly.
972 (bpfinishpy_pre_stop_hook): Likewise.
973 (bpfinishpy_init): Likewise. Record the requested function's
975 * mips-tdep.c (mips_fval_reg): New enum.
976 (mips_o32_push_dummy_call): For MIPS16 FP doubles do not swap
977 words put in GP registers.
978 (mips_o64_push_dummy_call): Update a comment.
979 (mips_o32_return_value): Take a pointer to struct value instead
980 of struct type for the function requested and use it to check if
981 using the MIPS16 calling convention. Return the designated
982 general purpose registers for floating-point values returned in
984 (mips_o64_return_value): Likewise.
985 * ppc-tdep.h (ppc_sysv_abi_return_value): Update prototype.
986 (ppc_sysv_abi_broken_return_value): Likewise.
987 (ppc64_sysv_abi_return_value): Likewise.
988 * alpha-tdep.c (alpha_return_value): Take a pointer to struct
989 value instead of struct type for the function requested.
990 * amd64-tdep.c (amd64_return_value): Likewise.
991 * amd64-windows-tdep.c (amd64_windows_return_value): Likewise.
992 * arm-tdep.c (arm_return_value): Likewise.
993 * avr-tdep.c (avr_return_value): Likewise.
994 * bfin-tdep.c (bfin_return_value): Likewise.
995 * cris-tdep.c (cris_return_value): Likewise.
996 * frv-tdep.c (frv_return_value): Likewise.
997 * h8300-tdep.c (h8300_return_value): Likewise.
998 (h8300h_return_value): Likewise.
999 * hppa-tdep.c (hppa32_return_value): Likewise.
1000 (hppa64_return_value): Likewise.
1001 * i386-tdep.c (i386_return_value): Likewise.
1002 * ia64-tdep.c (ia64_return_value): Likewise.
1003 * iq2000-tdep.c (iq2000_return_value): Likewise.
1004 * lm32-tdep.c (lm32_return_value): Likewise.
1005 * m32c-tdep.c (m32c_return_value): Likewise.
1006 * m32r-tdep.c (m32r_return_value): Likewise.
1007 * m68hc11-tdep.c (m68hc11_return_value): Likewise.
1008 * m68k-tdep.c (m68k_return_value): Likewise.
1009 (m68k_svr4_return_value): Likewise.
1010 * m88k-tdep.c (m88k_return_value): Likewise.
1011 * mep-tdep.c (mep_return_value): Likewise.
1012 * microblaze-tdep.c (microblaze_return_value): Likewise.
1013 * mn10300-tdep.c (mn10300_return_value): Likewise.
1014 * moxie-tdep.c (moxie_return_value): Likewise.
1015 * mt-tdep.c (mt_return_value): Likewise.
1016 * ppc-linux-tdep.c (ppc_linux_return_value): Likewise.
1017 * ppc-sysv-tdep.c (ppc_sysv_abi_return_value): Likewise.
1018 (ppc_sysv_abi_broken_return_value): Likewise.
1019 (ppc64_sysv_abi_return_value): Likewise.
1020 * ppcnbsd-tdep.c (ppcnbsd_return_value): Likewise.
1021 * rl78-tdep.c (rl78_return_value): Likewise.
1022 * rs6000-aix-tdep.c (rs6000_return_value): Likewise.
1023 * rx-tdep.c (rx_return_value): Likewise.
1024 * s390-tdep.c (s390_return_value): Likewise.
1025 * score-tdep.c (score_return_value): Likewise.
1026 * sh-tdep.c (sh_return_value_nofpu): Likewise.
1027 (sh_return_value_fpu): Likewise.
1028 * sh64-tdep.c (sh64_return_value): Likewise.
1029 * sparc-tdep.c (sparc32_return_value): Likewise.
1030 * sparc64-tdep.c (sparc64_return_value): Likewise.
1031 * spu-tdep.c (spu_return_value): Likewise.
1032 * tic6x-tdep.c (tic6x_return_value): Likewise.
1033 * v850-tdep.c (v850_return_value): Likewise.
1034 * vax-tdep.c (vax_return_value): Likewise.
1035 * xstormy16-tdep.c (xstormy16_return_value): Likewise.
1036 * xtensa-tdep.c (xtensa_return_value): Likewise.
1037 * gdbarch.c: Regenerate.
1038 * gdbarch.h: Regenerate.
1040 2012-05-15 Tom Tromey <tromey@redhat.com>
1042 * python/python.c (gdbpy_find_pc_line): Use gdb_py_ulongest.
1044 2012-05-15 Joel Brobecker <brobecker@adacore.com>
1046 * breakpoint.c (init_breakpoint_sal): Add quotes around part
1047 of command in two error message.
1049 2012-05-15 Joel Brobecker <brobecker@adacore.com>
1051 * breakpoint.c (init_breakpoint_sal): Remove trailing spaces.
1053 2012-05-15 Joel Brobecker <brobecker@adacore.com>
1055 * breakpoint.c (find_condition_and_thread): Minor reformatting.
1057 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1059 * NEWS (show auto-load scripts-directory): Add forgotten command.
1061 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
1063 * spu-tdep.c (spu_catch_start): Update create_breakpoint caller
1066 2012-05-14 H.J. Lu <hongjiu.lu@intel.com>
1068 * amd64-tdep.c: Include features/i386/x32.c and
1069 features/i386/x32-avx.c.
1070 (_initialize_amd64_tdep): Call initialize_tdesc_x32 and
1071 initialize_tdesc_x32_avx.
1073 2012-05-14 Stan Shebs <stan@codesourcery.com>
1076 * breakpoint.h (enum bptype): New type bp_dprintf.
1077 (struct breakpoint): New field extra_string.
1078 (struct breakpoint_ops): Add arg to create_breakpoints_sal.
1079 (create_breakpoint): Add extra_string arg.
1080 * breakpoint.c (dprintf_breakpoint_ops): New.
1081 (is_breakpoint): Add bp_dprintf.
1082 (bpstat_what): Add dprintf case.
1083 (bptype_string): Ditto.
1084 (print_one_breakpoint_location): Ditto.
1085 (init_bp_location): Ditto.
1086 (bkpt_print_mention): Ditto.
1087 (dprintf_style_enums): New array.
1088 (dprintf_style): New global.
1089 (dprintf_function): New global.
1090 (dprintf_channel): New global.
1091 (update_dprintf_command_list): New function.
1092 (update_dprintf_commands): New function.
1093 (init_breakpoint_sal): Add extra_string argument, handle it.
1094 (create_breakpoint_sal): Add extra_string argument.
1095 (create_breakpoints_sal): Add extra_string argument, update callers.
1096 (find_condition_and_thread): Add extra argument.
1097 (create_breakpoint): Add extra_string argument, record it.
1098 (dprintf_command): New function.
1099 (break_command_1): Add arg to create_breakpoint call.
1100 (handle_gnu_v3_exceptions): Ditto.
1101 (trace_command): Ditto.
1102 (ftrace_command): Ditto.
1103 (strace_command): Ditto.
1104 (bkpt_print_mention): Add dprintf case.
1105 (create_breakpoint_sal_default): Add extra_string argument.
1106 (_initialize_breakpoint): Add new commands.
1107 * mi/mi-cmd-break.c (mi_cmd_break_insert): Add arg to call.
1108 * python/py-breakpoint.c (bppy_init): Ditto.
1109 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
1111 2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
1113 * mips-tdep.c (mips_push_dummy_code): Correct description typo.
1115 2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
1117 * python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
1120 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
1122 Add a new function gdb.find_pc_line to the Python API.
1123 * NEWS (Python Scripting): Add entry about the new function.
1124 * python/python.c (gdbpy_find_pc_line): New function which
1125 implements gdb.find_pc_line.
1126 (GdbMethods): Add entry for the new function.
1128 2012-05-12 Pedro Alves <palves@redhat.com>
1130 * amd64-linux-tdep.c (_initialize_amd64_linux_tdep): Call
1131 initialize_tdesc_x32_linux and initialize_tdesc_x32_avx_linux.
1133 2012-05-12 Eli Zaretskii <eliz@gnu.org>
1135 * inferior.c: Include completer.h
1136 (initialize_inferiors): Set completer of add-inferior to
1139 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
1141 * amd64-linux-tdep.c (amd64_linux_core_read_description): Check
1142 gdbarch_ptr_bit for x32 core dump.
1144 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
1146 * amd64-linux-tdep.c: Include features/i386/x32-linux.c
1147 and features/i386/x32-avx-linux.c.
1149 2012-05-11 Stan Shebs <stan@codesourcery.com>
1150 Kwok Cheung Yeung <kcy@codesourcery.com>
1152 * NEWS: Describe new info os commands.
1153 * common/linux-osdata.c (PID_T, TIME_T): Define.
1154 (MAX_PID_T_STRLEN): New.
1155 (linux_common_core_of_thread): Add comment. Change to use PID_T and
1157 (command_from_pid): Add comment. Change to use PID_T.
1158 (commandline_from_pid): Change to use PID_T.
1159 (user_from_pid): Add comment.
1160 (get_process_owner): Add comment. Change to use PID_T and
1162 (get_number_of_cpu_cores): Add comment.
1163 (get_cores_used_by_process): Add comment. Change to use PID_T and
1165 (linux_xfer_osdata_processes): Change to use PID_T and
1167 (compare_processes): New function.
1168 (linux_xfer_osdata_processgroups): New function.
1169 (linux_xfer_osdata_threads): Change to use PID_T.
1170 (linux_xfer_osdata_fds): New function.
1171 (format_socket_state, print_sockets): New functions.
1172 (union socket_addr): New union.
1173 (linux_xfer_osdata_isockets): New function.
1174 (time_from_time_t, group_from_gid): New functions.
1175 (linux_xfer_osdata_shm): New function.
1176 (linux_xfer_osdata_sem): New function.
1177 (linux_xfer_osdata_msg): New function.
1178 (linux_xfer_osdata_modules): New function.
1179 (osdata_table): Add new entries.
1180 * common/buffer.c (buffer_xml_printf): Add support for long and
1181 long long format specifiers.
1183 2012-05-11 H.J. Lu <hongjiu.lu@intel.com>
1185 * amd64-linux-tdep.h (tdesc_x32_linux): New.
1186 (tdesc_x32_avx_linux): Likewise.
1188 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1190 Implement multi-component --with-auto-load-dir.
1191 * NEWS (set auto-load scripts-directory, --with-auto-load-dir): New
1193 (--with-auto-load-safe-path): Update the default value description.
1194 * auto-load.c (auto_load_dir, set_auto_load_dir, show_auto_load_dir):
1196 (auto_load_objfile_script): Add DEBUG_AUTO_LOAD output. Remove
1197 GDB_DATADIR NULL check. Replace GDB_DATADIR/auto-load by
1198 AUTO_LOAD_DIR. Support $ddir and multiple components in it.
1199 (_initialize_auto_load): Initialize also auto_load_dir. Install new
1200 "set auto-load scripts-directory".
1201 * config.in: Regenerate.
1202 * configure: Regenerate.
1203 * configure.ac (--with-auto-load-dir): New configure option.
1204 (--auto-load-safe-path): Change the default to --with-auto-load-dir.
1206 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1208 Provide $ddir substitution for --with-auto-load-safe-path.
1209 * NEWS (--with-auto-load-safe-path, --without-auto-load-safe-path): New
1211 * auto-load.c: Include observer.h.
1212 (auto_load_safe_path_vec_update): Call substitute_path_component for
1213 each component. New variable ddir_subst.
1214 (auto_load_gdb_datadir_changed): New function.
1215 (set_auto_load_safe_path): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
1216 AUTO_LOAD_SAFE_PATH. New comment.
1217 (_initialize_auto_load): Rename DEFAULT_AUTO_LOAD_SAFE_PATH to
1218 AUTO_LOAD_SAFE_PATH. Install auto_load_gdb_datadir_changed.
1219 * config.in: Regenerate.
1220 * configure: Regenerate.
1221 * configure.ac (--auto-load-safe-path): Rename
1222 DEFAULT_AUTO_LOAD_SAFE_PATH to AUTO_LOAD_SAFE_PATH. Default to
1223 GDB_DATADIR/auto-load.
1224 * defs.h (substitute_path_component): New declaration.
1225 * top.c: Include observer.h.
1226 (set_gdb_datadir): New function.
1227 (init_main): Install it for "set data-directory".
1228 * utils.c (substitute_path_component): New function.
1230 2012-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1232 Make auto-load handle multiple components of DEBUG_FILE_DIRECTORY.
1233 * auto-load.c (auto_load_objfile_script): Remove check for NULL
1234 DEBUG_FILE_DIRECTORY. Handle multiple components of
1235 DEBUG_FILE_DIRECTORY.
1237 2012-05-10 Tom Tromey <tromey@redhat.com>
1239 * dwarf2read.c (recursively_write_psymbols): New function.
1240 (write_psymtabs_to_index): Use it.
1242 * dwarf2read.c (struct dwarf2_queue_item) <pretend_language>: New
1244 (load_cu, dw2_do_instantiate_symtab, process_psymtab_comp_unit)
1245 (load_partial_comp_unit): Update.
1246 (queue_comp_unit): Add argument 'pretend_language'.
1247 (process_queue): Update.
1248 (psymtab_to_symtab_1): Skip dependencies that have a user.
1249 (load_partial_comp_unit_reader): Give meaning to the 'data'
1251 (load_full_comp_unit): Add 'pretend_language' argument.
1252 (process_full_comp_unit): Add 'pretend_language' argument. Set
1254 (process_imported_unit_die, read_file_scope, read_type_unit_scope):
1256 (maybe_queue_comp_unit): Add 'pretend_language' argument.
1257 (follow_die_offset, follow_die_sig, read_signatured_type_reader):
1259 (prepare_one_comp_unit): Add 'pretend_language' argument.
1261 * dwarf2read.c: (dwarf2_per_cu_ptr): New typedef.
1262 (struct dwarf2_per_objfile) <just_read_cus>: New field.
1263 (struct dwarf2_per_cu_data) <imported_symtabs>: New field.
1264 (dw2_do_instantiate_symtab): Check whether symtab was read in
1266 (dw2_instantiate_symtab): Add assertion. Call
1267 process_cu_includes.
1268 (process_psymtab_comp_unit): Compute 'dependencies' for psymtab.
1269 (partial_symtab_p): New typedef.
1270 (set_partial_user): New function.
1271 (dwarf2_build_psymtabs_hard): Use set_partial_user.
1272 (scan_partial_symbols): Add imported CU to imported_symtabs.
1273 (dwarf2_psymtab_to_symtab): Call process_cu_includes.
1274 (psymtab_to_symtab_1): Do nothing if psymtab is readin.
1275 (get_symtab, recursively_compute_inclusions)
1276 (compute_symtab_includes, process_cu_includes)
1277 (process_imported_unit_die): New functions.
1278 (process_die) <DW_TAG_imported_unit>: New case.
1279 (dwarf2_per_objfile_free): Free 'imported_symtabs'.
1281 * dwarf2read.c (struct dwarf2_per_cu_data) <psymtab>: Update
1283 (struct partial_die_info) <locdesc>: Remove.
1285 (process_psymtab_comp_unit): Add 'read_partial' argument.
1287 (process_type_comp_unit, dwarf2_build_psymtabs_hard): Update.
1288 (scan_partial_symbols): Handle DW_TAG_imported_unit.
1289 (add_partial_symbol): Update.
1290 (process_die): Handle DW_TAG_partial_unit.
1291 (read_file_scope): Update comment.
1292 (load_partial_dies): Handle DW_TAG_imported_unit.
1293 (read_partial_die): Handle DW_TAG_partial_unit, DW_AT_import.
1294 (determine_prefix, dwarf2_name): Handle DW_TAG_partial_unit.
1296 2012-05-10 Tom Tromey <tromey@redhat.com>
1298 * cc-with-dwz.sh: New file.
1300 2012-05-10 Tom Tromey <tromey@redhat.com>
1302 * symtab.h (struct symtab) <includes, user>: New fields.
1303 * block.h (struct block_iterator) <d, idx, which>: New fields.
1304 * block.c (initialize_block_iterator, find_iterator_symtab)
1305 (block_iterator_step, block_iter_name_step)
1306 (block_iter_match_step): New functions.
1307 (block_iterator_first, block_iterator_next)
1308 (block_iter_name_first, block_iter_name_next)
1309 (block_iter_match_first, block_iter_match_next): Rewrite.
1310 (get_block_symtab): New function.
1312 2012-05-10 Tom Tromey <tromey@redhat.com>
1314 * jv-lang.c (get_java_class_symtab): Use allocate_global_block,
1316 * jit.c (finalize_symtab): Use allocate_global_block,
1318 * buildsym.c (finish_block_internal): New function, from old
1320 (finish_block): Rewrite.
1321 (end_symtab): Use finish_block_internal, set_block_symtab.
1322 * block.h (struct global_block): New.
1323 (allocate_global_block, set_block_symtab): Declare.
1324 * block.c (allocate_global_block, set_block_symtab): New
1327 2012-05-10 Tom Tromey <tromey@redhat.com>
1329 * psymtab.c (partial_map_expand_apply): Add assertion.
1330 (partial_map_symtabs_matching_filename): Skip included psymtabs.
1331 (psymtab_to_symtab): Find unshared psymtab.
1332 (dump_psymtab): Print including psymtabs.
1333 (recursively_search_psymtabs): New function.
1334 (expand_symtabs_matching_via_partial): Use it.
1335 * psympriv.h (struct partial_symtab) <user, searched_flag>: New
1337 (enum psymtab_search_status): New.
1339 2012-05-10 Tom Tromey <tromey@redhat.com>
1341 * tracepoint.c (scope_info): Update.
1342 * symtab.c (lookup_block_symbol, iterate_over_symbols)
1343 (find_pc_sect_symtab, search_symbols)
1344 (default_make_symbol_completion_list_break_on)
1345 (make_file_symbol_completion_list): Update.
1346 * symmisc.c (dump_symtab_1): Update.
1347 * stack.c (print_frame_args, iterate_over_block_locals)
1348 (print_frame_labels, iterate_over_block_arg_vars): Update.
1349 * python/py-block.c (block_object) <dict>: Remove.
1351 <iter>: Change type.
1352 (blpy_iter): Update.
1353 (blpy_block_syms_iternext): Update.
1354 * psymtab.c (map_block): Use block iterators.
1355 * objfiles.c (objfile_relocate1): Use ALL_DICT_SYMBOLS.
1356 * mi/mi-cmd-stack.c (list_args_or_locals): Update.
1357 * mdebugread.c (parse_symbol, mylookup_symbol): Update.
1358 * infrun.c (check_exception_resume): Update.
1359 * cp-support.c (make_symbol_overload_list_block): Update.
1360 * coffread.c (patch_opaque_types): Update.
1361 * buildsym.c (finish_block, end_symtab): Use ALL_DICT_SYMBOLS.
1362 * block.h (struct block_iterator): New.
1363 (block_iterator_first, block_iterator_next, block_iter_name_first)
1364 (block_iter_name_next, block_iter_match_first)
1365 (block_iter_match_next): Declare.
1366 (ALL_BLOCK_SYMBOLS): Redefine.
1367 * block.c (block_iterator_first, block_iterator_next)
1368 (block_iter_name_first, block_iter_name_next)
1369 (block_iter_match_first, block_iter_match_next): New functions.
1370 * ada-lang.c (ada_add_block_symbols)
1371 (ada_make_symbol_completion_list): Use block iterator.
1373 2012-05-10 Tom Tromey <tromey@redhat.com>
1375 * psymtab.c (PSYMTAB_TO_SYMTAB): Remove.
1376 (find_pc_sect_symtab_from_partial, lookup_symbol_aux_psymtabs)
1377 (lookup_partial_symbol, find_last_source_symtab_from_partial)
1378 (read_psymtabs_with_filename, map_matching_symbols_psymtab)
1379 (expand_symtabs_matching_via_partial, maintenance_check_symtabs):
1382 2012-05-10 Joel Brobecker <brobecker@adacore.com>
1384 * config/djgpp/fnchange.lst: Add entries for print-file-var-lib1.c,
1385 print-file-var-lib2.c, print-file-var-main.c and
1386 print-file-var.exp (located in gdb/testsuite/gdb.base).
1388 2012-05-10 Joel Brobecker <brobecker@adacore.com>
1390 * findvar.c (default_read_var_value): For LOC_UNRESOLVED symbols,
1391 try locating the symbol in the symbol's own objfile first, before
1392 extending the search to all objfiles.
1393 * symtab.c (lookup_symbol_aux_objfile): New function, extracted
1394 out of lookup_symbol_aux_symtabs.
1395 (lookup_symbol_aux_symtabs): Add new parameter "exclude_objfile".
1396 Replace extracted-out code by call to lookup_symbol_aux_objfile.
1397 Do not search EXCLUDE_OBJFILE.
1398 (lookup_static_symbol_aux): Update call to lookup_symbol_aux_symtabs.
1399 (lookup_symbol_global): Search for matches in the block's objfile
1400 first, before searching all other objfiles.
1402 2012-05-10 Tristan Gingold <gingold@adacore.com>
1404 * printcmd.c (set_command): Add pre/post inc/dec.
1406 2012-05-09 Frank Ch. Eigler <fche@redhat.com>
1408 * gdb.1: Document -ex option.
1410 2012-05-09 Joel Brobecker <brobecker@adacore.com>
1412 * infcall.c (call_function_by_hand): Remove AT_SYMBOL handling.
1413 * inferior.h (AT_SYMBOL): Delete.
1415 2012-05-09 Joel Brobecker <brobecker@adacore.com>
1417 * mips-tdep.c (mips_push_dummy_code): New function.
1418 (mips_gdbarch_init): Set the gdbarch call_dummy_location to
1419 ON_STACK and install mips_push_dummy_code as our gdbarch
1420 push_dummy_code routine.
1422 2012-05-09 Pedro Alves <palves@redhat.com>
1424 * target.c (set_maintenance_target_async_permitted): Rename to ...
1425 (set_target_async_command): ... this.
1426 (show_maintenance_target_async_permitted): Rename to ...
1427 (show_target_async_command): ... this.
1428 (initialize_targets): Adjust.
1430 2012-05-08 Doug Evans <dje@google.com>
1432 * go-exp.y (classify_name): Add missing assignment of fields of
1435 2012-05-08 Eli Zaretskii <eliz@gnu.org>
1437 Display the ">" prompt in interactive mode while reading canned
1438 commands, even when the current interpreter is MI.
1440 * interps.c (interp_set_temp): New function.
1442 * interps.h (interp_set_temp): Add prototype.
1444 * cli/cli-script.c (restore_interp): New cleanup function.
1445 (read_command_lines): Temporarily override the current interpreter
1446 with CLI and arrange for restoring the original one.
1448 2012-05-12 Joel Sherrill <joel.sherrill@oarcorp.com>
1450 * microblaze-rom.c (_initialize_picobug_rom): Add prototype.
1452 2012-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
1454 * probe.c (parse_probes): Move conditional to check for
1455 debuginfo files from here...
1456 * stap-probe.c (stap_get_probes): ... to here.
1458 2012-05-07 Mark Kettenis <kettenis@gnu.org>
1459 H.J. Lu <hongjiu.lu@intel.com>
1461 * amd64-tdep.c (amd64_analyze_prologue): Additionally check for
1462 `movl %esp, %ebp' for the X32 ABI.
1464 2012-05-07 Tom Tromey <tromey@redhat.com>
1466 * dwarf2read.c (dwarf_tag_name): Return const char *. Use
1468 (dwarf_attr_name): Return const char *. Use get_DW_AT_name.
1469 (dwarf_form_name): Return const char *. Use get_DW_FORM_name.
1470 (dwarf_stack_op_name): Remove.
1471 (dwarf_cfi_name): Return const char *. Use get_DW_ATE_name.
1472 (decode_locdesc): Use get_DW_OP_name.
1473 * dwarf2loc.c (unimplemented): Use get_DW_OP_name.
1474 (dwarf2_compile_expr_to_ax): Likewise.
1475 (disassemble_dwarf_expression): Likewise.
1476 * dwarf2expr.h: (dwarf_stack_op_name): Remove.
1478 2012-05-07 Chung-Lin Tang <cltang@codesourcery.com>
1480 * sh-linux-tdep.c: Include trad-frame.h and tramp-frame.h.
1481 (sh_linux_sigtramp_cache): New function.
1482 (sh_linux_sigreturn_init): New function.
1483 (sh_linux_rt_sigreturn_init): New function.
1484 (SH_MOVW,SH_TRAP,SH_OR_R0_R0): New symbols for instruction
1486 (SH_NR_SIGRETURN,SH_NR_RT_SIGRETURN): New symbols for sigreturn
1488 (sh_linux_sigreturn_tramp_frame): New tramp_frame definition.
1489 (sh_linux_rt_sigreturn_tramp_frame): Likewise.
1490 (sh_linux_init_abi): Add init calls to register new tramp_frame
1491 definitions under 32-bit SH, update comments.
1493 2012-05-07 Pedro Alves <palves@redhat.com>
1497 * amd64-linux-tdep.c: Include glibc-tdep.h.
1498 (amd64_linux_init_abi): Install glibc_skip_solib_resolver as
1499 gdbarch_skip_solib_resolver callback.
1501 2012-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
1503 * auto-load.c (set_auto_load_safe_path): Reset AUTO_LOAD_SAFE_PATH
1504 back to DEFAULT_AUTO_LOAD_SAFE_PATH if it is being set to "".
1505 (show_auto_load_safe_path): Check any-directory by comparison with "/".
1506 (add_auto_load_safe_path): Change the error message.
1507 (_initialize_auto_load): Change the "safe-path" help text.
1508 * configure: Regenerate
1509 * configure.ac (--without-auto-load-safe-path): Set
1510 WITH_AUTO_LOAD_SAFE_PATH to /.
1512 2012-05-05 Sergio Durigan Junior <sergiodj@redhat.com>
1514 * stap-probe.h: Do not include unecessary `probe.h'.
1516 2012-05-05 Alan Modra <amodra@gmail.com>
1518 * elfread.c (elf_symtab_read): Use bfd_abs_section_ptr and
1519 bfd_und_section_ptr.
1520 * machoread.c (macho_symtab_add_minsym): Use bfd_abs_section_ptr
1521 and bfd_com_section_ptr.
1523 2012-05-04 Joel Brobecker <brobecker@adacore.com>
1525 * MAINTAINERS (Past Maintainers): Add Chris Faylor.
1527 2012-05-04 Joel Brobecker <brobecker@adacore.com>
1529 * windows-nat.h (segment_register_p_ftype): New typedef.
1530 (windows_set_segment_register_p): Add declaration.
1531 * windows-nat.c (segment_register_p): New static global.
1532 (windows_set_segment_register_p): New function.
1533 (do_windows_fetch_inferior_registers): Add special handling
1534 for segment registers.
1535 * amd64-windows-nat.c: #include "amd64-tdep.h".
1536 (amd64_windows_segment_register_p): New function.
1537 (_initialize_amd64_windows_nat): Call windows_set_segment_register_p.
1538 * i386-windows-nat.c: #include "i386-tdep.h".
1539 (i386_windows_segment_register_p): New function.
1540 (_initialize_i386_windows_nat): Call windows_set_segment_register_p.
1542 2012-05-04 Tristan Gingold <gingold@adacore.com>
1544 * printcmd.c (set_command): Emit a warning if the expression is not
1547 2012-05-03 Joel Brobecker <brobecker@adacore.com>
1549 * nto-procfs.c (procfs_find_new_threads, procfs_pid_to_str):
1552 2012-05-03 Sergio Durigan Junior <sergiodj@redhat.com>
1554 * stap-probe.c (stap_is_operator): Change declaration.
1555 (stap_get_opcode): Change return value.
1556 (stap_parse_argument_1): Update calls to `stap_get_opcode' and
1557 `stap_parse_argument_1'.
1559 2012-05-03 Pedro Alves <pedro@codesourcery.com>
1561 * infrun.c (displaced_step_fixup): Add "displaced:" prefix to
1564 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
1566 Add two new methods global_block and static_block to gdb.Symtab
1568 * NEWS (Python scripting): Add entry about the new methods.
1569 * python/py-symtab.c (stpy_global_block): New function which
1570 implements the gdb.Symtab.global_block() method.
1571 (stpy_static_block): New function which implements the
1572 gdb.Symtab.static_block() method.
1573 (symtab_object_methods): Add entries for the two new methods.
1575 2012-05-03 Doug Evans <dje@google.com>
1577 * dwarf2read.c (dw2_find_symbol_file): Don't crash if there are no
1580 2012-05-03 Yao Qi <yao@codesourcery.com>
1582 * i386-tdep.c (i386_fetch_pointer_argument): Remove extra
1584 (i386_process_record): Ditto.
1586 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1588 * infcall.c (unwind_on_signal_p): Make static.
1590 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1592 * sol-thread.c (solaris_pid_to_str): Make static.
1593 (_initialize_sol_thread): Add prototype.
1595 2012-05-02 Joel Brobecker <brobecker@adacore.com>
1597 * sol-thread.c (procfs_pid_to_str): Delete extern declaration.
1599 2012-05-02 Christopher Faylor <me.cygwin2012@cgf.cx>
1601 * MAINTAINERS: Remove myself.
1603 2012-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
1605 Fix --without-auto-load-safe-path for MS-Windows host platform.
1606 * auto-load.c (filename_is_in_dir): Return 1 for DIR_LEN 0.
1608 2012-05-02 Eli Zaretskii <eliz@gnu.org>
1610 * gdb_curses.h: Undefine KEY_EVENT before including curses
1611 headers. Move "#undef MOUSE_MOVED" before any curses header
1614 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
1616 * features/i386/i386-mmx-linux.c: Regenerate.
1617 * features/rs6000/powerpc-32.c: Likewise.
1618 * features/rs6000/powerpc-32l.c: Likewise.
1619 * features/rs6000/powerpc-403.c: Likewise.
1620 * features/rs6000/powerpc-403gc.c: Likewise.
1621 * features/rs6000/powerpc-405.c: Likewise.
1622 * features/rs6000/powerpc-505.c: Likewise.
1623 * features/rs6000/powerpc-601.c: Likewise.
1624 * features/rs6000/powerpc-602.c: Likewise.
1625 * features/rs6000/powerpc-603.c: Likewise.
1626 * features/rs6000/powerpc-604.c: Likewise.
1627 * features/rs6000/powerpc-64.c: Likewise.
1628 * features/rs6000/powerpc-64l.c: Likewise.
1629 * features/rs6000/powerpc-750.c: Likewise.
1630 * features/rs6000/powerpc-860.c: Likewise.
1631 * features/rs6000/powerpc-e500.c: Likewise.
1632 * features/rs6000/powerpc-e500l.c: Likewise.
1633 * features/rs6000/powerpc-isa205-32l.c: Likewise.
1634 * features/rs6000/powerpc-isa205-64l.c: Likewise.
1635 * features/rs6000/rs6000.c: Likewise.
1637 2012-05-02 Sergio Durigan Junior <sergiodj@gmail.com>
1639 * i386-tdep.c (i386_stap_parse_special_token) <s>: Remove unused
1641 * stap-probe.c (stap_parse_single_operand) <reg_suffix,
1642 reg_ind_suffix, reg_suffix_len, reg_ind_suffix_len>: Likewise.
1643 (stap_parse_argument) <e>: Likewise.
1644 (handle_stap_probe) <byte_order>: Likewise.
1646 2012-04-30 Doug Evans <dje@google.com>
1648 * dwarf2read.c (init_cutu_and_read_dies): Renamed from
1649 init_and_read_dies_worker. All callers updated.
1650 (init_cu_and_read_dies, init_tu_and_read_dies): Delete. All calls
1651 replaced with init_cutu_and_read_dies.
1652 (load_partial_comp_unit): Pass 1 for use_existing_cu.
1653 (find_partial_die): Remove FIXME. Don't free current CU.
1655 2012-04-30 Sterling Augustine <saugustine@google.com>
1657 * contrib: New directory.
1658 * contrib/test_pubnames_and_indexes.py: New file.
1660 2012-04-30 Doug Evans <dje@google.com>
1662 * dwarf2read.c (dwarf_decode_macros): New arg section_name.
1663 All callers updated.
1664 (init_cu_die_reader): Verify the section is non-empty.
1665 (dwarf_decode_line_header): Don't dereference section->asection
1666 until we know the section is present.
1668 2012-04-29 Sergio Durigan Junior <sergiodj@redhat.com>
1670 * tracepoint.c (start_tracing, stop_tracing): Checking for NULL
1673 2012-04-29 Yao Qi <yao@codesourcery.com>
1675 * gdb-code-style.el: New hook gdb-markup-hook
1676 and gdb-comment-hook.
1678 2012-04-28 Doug Evans <dje@google.com>
1680 Initial support for Fission. http://gcc.gnu.org/wiki/DebugFission
1681 * symfile.c (default_symfile_relocate): Use sectp->owner instead of
1683 * symfile.h (dwarf2_debug_sections): New member addr.
1684 * dwarf2expr.c (execute_stack_op): New case DW_OP_GNU_addr_index.
1685 (ctx_no_get_addr_index): New function.
1686 * dwarf2expr.h (dwarf_expr_context_funcs): New member get_addr_index.
1687 (ctx_no_get_addr_index): Declare.
1688 * dwarf2-frame.c (dwarf2_frame_ctx_funcs): Update.
1689 * dwarf2loc.c (dwarf_expr_get_addr_index): New function.
1690 (dwarf_expr_ctx_funcs): Update.
1691 (needs_get_addr_index): New function.
1692 (needs_frame_ctx_funcs): Update.
1693 * dwarf2loc.h (dwarf2_read_addr_index): Declare.
1694 * dwarf2read.c: #include "gdbcore.h".
1695 (dwarf2_per_objfile): New members addr, dwo_files.
1696 (dwarf2_elf_names): Add entry for addr.
1697 (struct dwo_section_names): New type.
1698 (dwo_section_names): New static global.
1699 (dwarf2_cu): New members dwo_unit, addr_base, have_addr_base.
1700 (dwarf2_per_cu_data): New member is_debug_types, all boolean uses of
1701 old debug_types_section member updated to use this.
1702 Rename member debug_types_section to info_or_types_section,
1704 (signatured_type): Rename member type_offset to type_offset_in_tu,
1705 all uses updated. New member type_offset_in_section.
1706 (struct dwo_sections): New type.
1707 (struct dwo_unit): New type.
1708 (struct dwo_file): New type.
1709 (die_reader_specs): New member dwo_file.
1710 (dwarf2_locate_sections): Watch for .debug_addr.
1711 (zlib_decompress_section): Use sectp->owner instead of objfile->obfd.
1712 (dwarf2_read_section): Get bfd of section from bfd's asection,
1714 (create_cus_from_index): Initialize the_cu->info_or_types_section.
1715 (create_signatured_type_table_from_index): Initialize
1716 sig_type->info_or_types_section.
1717 (dw2_get_file_names): Statement lists for type units with DWO files
1718 live in the DWO file.
1719 (create_debug_types_hash_table): New function.
1720 (create_all_type_units): Rewrite.
1721 (init_cu_die_reader): New arg dwo_file, all callers updated.
1722 (init_and_read_dies_worker): Get section from
1723 this_cu->info_or_types_section. Set sig_type->type_offset_in_section.
1724 Watch for DW_AT_GNU_dwo_name and if present lookup the file and
1725 continue reading the CU/TU from there.
1726 (init_cutu_and_read_dies_no_follow): New arg dwo_file, all callers
1727 updated. Get section from this_cu->info_or_types_section.
1728 (create_all_comp_units): Initialize this_cu->info_or_types_section.
1729 (skip_one_die): New cases DW_FORM_GNU_addr_index,
1730 DW_FORM_GNU_str_index.
1731 (hash_dwo_file, eq_dwo_file): New functions.
1732 (allocate_dwo_file_hash_table): New function.
1733 (hash_dwo_unit, eq_dwo_unit): New functions.
1734 (allocate_dwo_unit_table): New function.
1735 (dwarf2_locate_dwo_sections): New function.
1736 (struct create_dwo_info_table_data): New type.
1737 (create_debug_info_hash_table_reader): New function.
1738 (create_debug_info_hash_table): New function.
1739 (try_open_dwo_file, open_dwo_file, init_dwo_file): New function.
1740 (lookup_dwo_file): New function.
1741 (lookup_dwo_comp_unit, lookup_dwo_type_unit): New functions.
1742 (free_dwo_file, free_dwo_file_cleanup): New functions.
1743 (free_dwo_file_from_slot, free_dwo_files): New functions.
1744 (dwarf2_get_pc_bounds): Handle DW_FORM_GNU_addr_index.
1745 (dwarf2_record_block_ranges): Ditto.
1746 (read_partial_die): Ditto.
1747 (process_enumeration_scope): Update to use type_offset_in_section.
1748 (read_full_die_1): New function.
1749 (read_full_die): Rewrite.
1750 (read_attribute_value): New cases DW_FORM_GNU_addr_index,
1751 DW_FORM_GNU_str_index.
1752 (read_addr_index_1, read_addr_index): New functions.
1753 (read_addr_index_from_leb128): New function.
1754 (struct dwarf2_read_addr_index_data): New type.
1755 (dwarf2_read_addr_index_reader): New function.
1756 (dwarf2_read_addr_index): New function.
1757 (read_str_index): New function.
1758 (leb128_size): New function.
1759 (dwarf_decode_line_header): Delete arg abfd, all callers updated.
1760 If processing a type unit from a DWO file, get the line section
1762 (var_decode_location): Watch for DW_OP_GNU_addr_index.
1763 (dwarf2_const_value_attr): New cases DW_FORM_GNU_addr_index,
1764 DW_FORM_GNU_str_index.
1765 (lookup_die_type): Check whether section offset of type's die is
1766 known before looking it up. Remove assert. Condition can
1767 legimately happen for inter-cu type references.
1768 (dwarf_attr_name): Handle Fission attributes.
1769 (dwarf_form_name): Handle Fission forms.
1770 (dump_die_shallow): New cases DW_FORM_GNU_addr_index,
1771 DW_FORM_GNU_str_index.
1772 (follow_die_sig): Update to use type_offset_in_section.
1773 (decode_locdesc): New case DW_OP_GNU_addr_index.
1774 (skip_form_bytes): New cases DW_FORM_GNU_addr_index,
1775 DW_FORM_GNU_str_index.
1776 (cu_debug_loc_section): New function.
1777 (fill_in_loclist_baton, dwarf2_symbol_mark_computed): Call it.
1778 (dwarf2_per_objfile_free): Unmap .debug_addr section.
1779 Free DWO files if present.
1780 * xcoffread.c (dwarf2_xcoff_names): Add .debug_addr.
1782 Refactor DIE reading.
1783 * dwarf2read.c (dwarf2_per_objfile): Replace members
1784 debug_info_type_hash and debug_types_type_hash with die_type_hash.
1785 (die_reader_specs): New member "die_section". Temporarily make
1786 member "buffer" non-const, pending constifying all info_ptr uses.
1787 (die_reader_func_ftype): New typedef.
1788 (dw2_get_file_names_reader): New function.
1789 (dw2_get_file_names): Rewrite.
1790 (read_and_check_type_unit_head): Rename arg type_offset to
1792 (create_all_type_units): Improve debugging message.
1793 Improve dummy type unit check.
1794 (init_cu_die_reader): New arg "section". All callers updated.
1795 (init_and_read_dies_worker): New function.
1796 (init_cu_and_read_dies, init_tu_and_read_dies): New functions.
1797 (init_cutu_and_read_dies_no_follow): New function.
1798 (init_cutu_and_read_dies_simple): New function.
1799 (process_psymtab_comp_unit_reader): New function.
1800 (process_psymtab_comp_unit): Delete args section,
1801 is_debug_types_section. Rewrite. All callers updated.
1802 (process_psymtab_type_unit): Renamed from process_type_comp_unit.
1803 All callers updated. Rewrite.
1804 (load_partial_comp_unit_reader): New function.
1805 (load_partial_comp_unit): Rewrite.
1806 (skip_children): New arg reader. Delete args buffer, cu.
1807 All callers updated.
1808 (skip_one_die): New arg reader. Delete args buffer, cu.
1809 All callers updated.
1810 (locate_pdi_sibling): New arg reader. Delete args buffer, abfd, cu.
1811 All callers updated.
1812 (load_full_comp_unit_reader): New function.
1813 (load_full_comp_unit): Rewrite.
1814 (read_comp_unit): Delete.
1815 (read_die_and_children_1): Delete, contents moved ...
1816 (read_die_and_children): ... here.
1817 (dwarf2_read_abbrevs): New arg abbrev_section. All callers updated.
1818 (load_partial_dies): New arg reader. Delete args abfd, buffer, cu.
1819 All callers updated.
1820 (read_partial_die): New arg reader. Delete args abfd, buffer, cu.
1821 All callers updated.
1822 (find_partial_die): Rewrite load_all_dies support.
1823 (read_attribute_value): New arg reader. Delete args abfd, cu.
1824 All callers updated.
1825 (read_attribute): New arg reader. Delete args abfd, cu.
1826 All callers updated.
1827 (load_full_type_unit): Add assert.
1828 (read_signatured_type_reader): New function.
1829 (read_signatured_type): Rewrite.
1830 (free_stack_comp_unit): Remove call to age_cached_comp_units.
1831 (free_one_cached_comp_unit): Change target_cu arg to target_per_cu.
1832 All callers updated. Set per_cu->cu = NULL after freeing it.
1833 (dwarf2_per_cu_offset_and_type): Renamed from dwarf2_offset_and_type.
1834 (per_cu_offset_and_type_hash): Renamed from offset_and_type_hash.
1835 (per_cu_offset_and_type_eq): Renamed from offset_and_type_eq.
1836 (set_die_type): Update.
1837 (get_die_type_at_offset): Update.
1838 (read_file_scope): Call prepare_one_comp_unit.
1839 (read_type_unit_scope): Ditto.
1840 (prepare_one_comp_unit): Set producer if present.
1842 2012-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
1844 * probe.c (compile_rx_or_error): Silence ARI warning about missing
1845 gettext function on `error'.
1847 2012-04-27 Doug Evans <dje@google.com>
1849 * dwarf2read.c (dwarf2_read_index): Don't use index if symbol table
1852 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1853 Tom Tromey <tromey@redhat.com>
1855 * breakpoint.c (struct breakpoint_objfile_data)
1856 <longjmp_searched>,<longjmp_probes>,<exception_searched>,
1857 <exception_probes>: New fields.
1858 (free_breakpoint_probes): New function.
1859 (create_longjmp_master_breakpoint): Prefer SystemTap probe over
1860 `_Unwind_DebugHook'.
1861 (create_exception_master_breakpoint): Likewise.
1862 (_initialize_breakpoint): Registering cleanup for SystemTap probes.
1863 * infrun.c: Including necessary header files for handling SystemTap
1865 (handle_inferior_event): Handling longjmp breakpoint and exceptions
1866 via SystemTap probes.
1867 (check_exception_resume): Remove `func' argument. Handle exception
1868 unwinding breakpoint set via a SystemTap probe.
1869 (insert_exception_resume_from_probe): New function.
1871 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1872 Tom Tromey <tromey@redhat.com>
1873 Jan Kratochvil <jan.kratochvil@redhat.com>
1875 * Makefile.in (SFILES): Add `probe' and `stap-probe'.
1876 (COMMON_OBS): Likewise.
1877 (HFILES_NO_SRCDIR): Add `probe'.
1878 * NEWS: Mention support for static and SystemTap probes.
1879 * amd64-tdep.c (amd64_init_abi): Initializing proper fields used by
1880 SystemTap probes' arguments parser.
1881 * arm-linux-tdep.c: Including headers needed to perform the parsing
1882 of SystemTap probes' arguments.
1883 (arm_stap_is_single_operand): New function.
1884 (arm_stap_parse_special_token): Likewise.
1885 (arm_linux_init_abi): Initializing proper fields used by SystemTap
1886 probes' arguments parser.
1887 * ax-gdb.c (require_rvalue): Removing static declaration.
1888 (gen_expr): Likewise.
1889 * ax-gdb.h (gen_expr): Declaring function.
1890 (require_rvalue): Likewise.
1891 * breakpoint.c: Include `gdb_regex.h' and `probe.h'.
1892 (bkpt_probe_breakpoint_ops): New variable.
1893 (momentary_breakpoint_from_master): Set the `probe' value.
1894 (add_location_to_breakpoint): Likewise.
1895 (break_command_1): Using proper breakpoint_ops according to the
1896 argument passed by the user in the command line.
1897 (bkpt_probe_insert_location): New function.
1898 (bkpt_probe_remove_location): Likewise.
1899 (bkpt_probe_create_sals_from_address): Likewise.
1900 (bkpt_probe_decode_linespec): Likewise.
1901 (tracepoint_probe_create_sals_from_address): Likewise.
1902 (tracepoint_probe_decode_linespec): Likewise.
1903 (tracepoint_probe_breakpoint_ops): New variable.
1904 (trace_command): Using proper breakpoint_ops according to the
1905 argument passed by the user in the command line.
1906 (initialize_breakpoint_ops): Initializing breakpoint_ops for
1907 static probes on breakpoints and tracepoints.
1908 * breakpoint.h (struct bp_location) <probe>: New field.
1909 * cli-utils.c (skip_spaces_const): New function.
1910 (extract_arg): Likewise.
1911 * cli-utils.h (skip_spaces_const): Likewise.
1912 (extract_arg): Likewise.
1913 * coffread.c (coff_sym_fns): Add `sym_probe_fns' value.
1914 * configure.ac: Append `stap-probe.o' to be generated when ELF
1916 * configure: Regenerate.
1917 * dbxread.c (aout_sym_fns): Add `sym_probe_fns' value.
1918 * elfread.c: Include `probe.h' and `arch-utils.h'.
1919 (probe_key): New variable.
1920 (elf_get_probes): New function.
1921 (elf_get_probe_argument_count): Likewise.
1922 (elf_evaluate_probe_argument): Likewise.
1923 (elf_compile_to_ax): Likewise.
1924 (elf_symfile_relocate_probe): Likewise.
1925 (stap_probe_key_free): Likewise.
1926 (elf_probe_fns): New variable.
1927 (elf_sym_fns): Add `sym_probe_fns' value.
1928 (elf_sym_fns_lazy_psyms): Likewise.
1929 (elf_sym_fns_gdb_index): Likewise.
1930 (_initialize_elfread): Initialize objfile cache for static
1932 * gdb_vecs.h (struct probe): New forward declaration.
1933 (probe_p): New VEC declaration.
1934 * gdbarch.c: Regenerate.
1935 * gdbarch.h: Regenerate.
1936 * gdbarch.sh (stap_integer_prefix): New variable.
1937 (stap_integer_suffix): Likewise.
1938 (stap_register_prefix): Likewise.
1939 (stap_register_suffix): Likewise.
1940 (stap_register_indirection_prefix): Likewise.
1941 (stap_register_indirection_suffix): Likewise.
1942 (stap_gdb_register_prefix): Likewise.
1943 (stap_gdb_register_suffix): Likewise.
1944 (stap_is_single_operand): New function.
1945 (stap_parse_special_token): Likewise.
1946 (struct stap_parse_info): Forward declaration.
1947 * i386-tdep.c: Including headers needed to perform the parsing
1948 of SystemTap probes' arguments.
1949 (i386_stap_is_single_operand): New function.
1950 (i386_stap_parse_special_token): Likewise.
1951 (i386_elf_init_abi): Initializing proper fields used by SystemTap
1952 probes' arguments parser.
1953 * i386-tdep.h (i386_stap_is_single_operand): New function.
1954 (i386_stap_parse_special_token): Likewise.
1955 * machoread.c (macho_sym_fns): Add `sym_probe_fns' value.
1956 * mipsread.c (ecoff_sym_fns): Likewise.
1957 * objfiles.c (objfile_relocate1): Support relocation for static
1959 * parse.c (prefixify_expression): Remove static declaration.
1960 (initialize_expout): Likewise.
1961 (reallocate_expout): Likewise.
1962 * parser-defs.h (initialize_expout): Declare function.
1963 (reallocate_expout): Likewise.
1964 (prefixify_expression): Likewise.
1965 * ppc-linux-tdep.c: Including headers needed to perform the parsing
1966 of SystemTap probes' arguments.
1967 (ppc_stap_is_single_operand): New function.
1968 (ppc_stap_parse_special_token): Likewise.
1969 (ppc_linux_init_abi): Initializing proper fields used by SystemTap
1970 probes' arguments parser.
1971 * probe.c: New file, for generic statically defined probe support.
1972 * probe.h: Likewise.
1973 * s390-tdep.c: Including headers needed to perform the parsing of
1974 SystemTap probes' arguments.
1975 (s390_stap_is_single_operand): New function.
1976 (s390_gdbarch_init): Initializing proper fields used by SystemTap
1977 probes' arguments parser.
1978 * somread.c (som_sym_fns): Add `sym_probe_fns' value.
1979 * stap-probe.c: New file, for SystemTap probe support.
1980 * stap-probe.h: Likewise.
1981 * symfile.h: Include `gdb_vecs.h'.
1982 (struct sym_probe_fns): New struct.
1983 (struct sym_fns) <sym_probe_fns>: New field.
1984 * symtab.c (init_sal): Initialize `probe' field.
1985 * symtab.h (struct probe): Forward declaration.
1986 (struct symtab_and_line) <probe>: New field.
1987 * tracepoint.c (start_tracing): Adjust semaphore on breakpoints
1989 (stop_tracing): Likewise.
1990 * xcoffread.c (xcoff_sym_fns): Add `sym_probe_fns' value.
1992 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
1993 Tom Tromey <tromey@redhat.com>
1995 * ax-gdb.c (gen_expr): Clean up code to handle internal variables
1996 and to compile agent expressions.
1997 * infrun.c (siginfo_make_value): New argument `ignore'.
1998 (siginfo_funcs): New struct.
1999 (_initialize_infrun): New argument when calling
2000 `create_internalvar_type_lazy'.
2001 * thread.c (thread_id_make_value): New argument `ignore'.
2002 (thread_funcs): New struct.
2003 (_initialize_thread): New argument when calling
2004 `create_internalvar_type_lazy'.
2005 * tracepoint.c (sdata_make_value): New argument `ignore'.
2006 (sdata_funcs): New struct.
2007 (_initialize_tracepoint): New argument when calling
2008 `create_internalvar_type_lazy'.
2009 * value.c (make_value): New struct.
2010 (create_internalvar_type_lazy): New argument `data'.
2011 (compile_internalvar_to_ax): New function.
2012 (value_of_internalvar): Properly handling `make_value' case.
2013 (clear_internalvar): Likewise.
2014 (show_convenience): Adding `TRY_CATCH' block.
2015 * value.h (internalvar_make_value): Delete, replace by...
2016 (struct internalvar_funcs): ... this.
2017 (create_internalvar_type_lazy) <fun>: Delete argument.
2018 (create_internalvar_type_lazy) <funcs>, <data>: New arguments.
2019 (compile_internalvar_to_ax): New function.
2020 * windows-tdep.c (tlb_make_value): New argument `ignore'.
2021 (tlb_funcs): New struct.
2022 (_initialize_windows_tdep): New argument when calling
2023 `create_internalvar_type_lazy'.
2025 2012-04-27 Mark Wielaard <mjw@redhat.com>
2027 * dwarf2read.c (dwarf2_get_pc_bounds): Check DW_AT_high_pc form to
2028 see whether it is an address or a constant offset from DW_AT_low_pc.
2029 (dwarf2_record_block_ranges): Likewise.
2030 (read_partial_die): Likewise.
2032 2012-04-26 Mark Wielaard <mjw@redhat.com>
2034 * MAINTAINERS (Write After Approval): Add myself to the list.
2036 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
2038 * proc-utils.h (proc_prettyprint_signalset): New prototype.
2039 (proc_prettyprint_signal): Likewise.
2040 (proc_prettyprint_faultset): Likewise.
2041 (proc_prettyprint_fault): Likewise.
2042 (proc_prettyprint_actionset): Likewise.
2043 (proc_prettyprint_flags): Move to new proc-flags.c section.
2044 (proc_prettyfprint_flags): New prototype.
2045 * procfs.c (proc_nsysarg, proc_sysargs): Add prototypes.
2046 (proc_syscall, proc_cursig): Likewise.
2047 (proc_set_kill_on_last_close): Likewise.
2048 (proc_unset_kill_on_last_close): Likewise.
2049 (proc_set_watchpoint): Make static.
2050 (proc_delete_dead_threads): Likewise.
2051 (procfs_set_watchpoint): Likewise.
2052 (_initialize_procfs): Add prototype.
2053 * proc-events.c: Include proc-utils.h.
2054 (init_syscall_table): Make static.
2055 * proc-api.c (_initialize_proc_api): Add prototype.
2056 * proc-flags.c: Include proc-utils.h.
2058 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
2060 * configure.ac: Add AC_ARG_PROGRAM.
2061 * configure: Regenerate.
2063 2012-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
2065 Fix DW_AT_lower_bound defaults for DWARF-4+.
2066 * dwarf2read.c (read_subrange_type): Remove initialization of low and
2067 high. New variable low_default_is_valid. Implement DWARF-4+
2068 DW_AT_lower_bound defaults. Print complaint for DW_AT_lower_bound with
2069 no default by the DWARF standard.
2071 2012-04-26 Maciej W. Rozycki <macro@mips.com>
2072 Maciej W. Rozycki <macro@codesourcery.com>
2074 * infrun.c (handle_inferior_event): Move the check for return
2075 trampolines ahead of the check for function trampolines.
2076 * mips-tdep.h (MIPS_S2_REGNUM, MIPS_GP_REGNUM): New macros.
2077 * mips-tdep.c (mips_str_mips16_call_stub): New variable.
2078 (mips_str_mips16_ret_stub): Likewise.
2079 (mips_str_call_fp_stub): Likewise.
2080 (mips_str_call_stub): Likewise.
2081 (mips_str_fn_stub): Likewise.
2082 (mips_str_pic): Likewise.
2083 (mips_in_frame_stub): New function.
2084 (mips_unwind_pc): Return the return address rather than the PC
2085 if the PC of an intermediate frame is inside a call thunk.
2086 (mips_is_stub_suffix): New function.
2087 (mips_is_stub_mode): Likewise.
2088 (mips_get_mips16_fn_stub_pc): Likewise.
2089 (mips_skip_mips16_trampoline_code): Update to handle all the
2090 currently generated stub types. Don't recurse into __fn_stub
2091 thunks. Remove heuristics to handle stubs beyond etext/_etext.
2092 Use cooked register accesses.
2093 (mips_in_return_stub): Reintroduce function.
2094 (mips_skip_trampoline_code): Traverse trampolines recursively.
2095 (mips_gdbarch_init): Handle MIPS16 return trampolines.
2097 2012-04-26 Joel Brobecker <brobecker@adacore.com>
2101 2012-04-26 Jonathan Larmour <jifl@eCosCentric.com>
2103 * arm-tdep.h (VFP_REGISTER_SIZE): Define.
2104 * features/arm-with-m-vfp-d16.xml: New file. Describes
2105 Cortex-M with VFPv4-sp-d16 FPU register layout.
2106 * features/Makefile (WHICH): Add arm-with-m-vfp-d16.
2107 * features/arm-with-m-vfp-d16.c: New. Generated from above.
2108 * arm-tdep.c: Include arm-with-m-vfp-d16.c.
2109 (arm-register_g_packet_guesses): Add vfp-d16 guess.
2110 (_initialise_arm_tdep): Initialize arm-with-m-vfp-d16 tdesc.
2112 2012-04-25 Doug Evans <dje@google.com>
2114 * cli/cli-decode.c (print_doc_line): Use stream instead of
2117 2012-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2119 * features/arm-with-iwmmxt.c: Regenerate.
2120 * features/arm-with-m-fpa-layout.c: Likewise.
2121 * features/arm-with-m.c: Likewise.
2122 * features/arm-with-neon.c: Likewise.
2123 * features/arm-with-vfpv2.c: Likewise.
2124 * features/arm-with-vfpv3.c: Likewise.
2125 * features/mips-dsp-linux.c: Likewise.
2126 * features/mips-linux.c: Likewise.
2127 * features/mips64-dsp-linux.c: Likewise.
2128 * features/mips64-linux.c: Likewise.
2129 * features/s390-linux32.c: Likewise.
2130 * features/s390-linux32v1.c: Likewise.
2131 * features/s390-linux32v2.c: Likewise.
2132 * features/s390-linux64.c: Likewise.
2133 * features/s390-linux64v1.c: Likewise.
2134 * features/s390-linux64v2.c: Likewise.
2135 * features/s390x-linux64.c: Likewise.
2136 * features/s390x-linux64v1.c: Likewise.
2137 * features/s390x-linux64v2.c: Likewise.
2138 * features/tic6x-c62x-linux.c: Likewise.
2139 * features/tic6x-c62x.c: Likewise.
2140 * features/tic6x-c64x-linux.c: Likewise.
2141 * features/tic6x-c64x.c: Likewise.
2142 * features/tic6x-c64xp-linux.c: Likewise.
2143 * features/tic6x-c64xp.c: Likewise.
2144 * target-descriptions.c: Only generate `field_type' and `type'
2145 variables when needed.
2147 2012-04-25 Fredrik Hederstierna <fredrikh.hederstierna@securitas-direct.com>
2149 * cli/cli-cmds.c (cd_command): Use memmove instead of strcpy.
2151 2012-04-25 Doug Evans <dje@google.com>
2153 Initial pass at Go language support.
2155 * Makefile.in (SFILES): Add go-exp.y, go-lang.c, go-typeprint.c,
2157 (COMMON_OBS): Add go-lang.o, go-val.print.o, go-typeprint.o.
2158 (YYFILES): Add go-exp.c.
2159 (YYOBJ): Add go-exp.o.
2160 (local-maintainer-clean): Delete go-exp.c.
2161 * defs.h (enum language): Add language_go.
2162 * dwarf2read.c: #include "go-lang.h".
2163 (fixup_go_packaging): New function.
2164 (process_full_comp_unit): Call it when processing Go CUs.
2165 (dwarf2_physname): Add Go support.
2166 (read_file_scope): Handle missing language spec for GNU Go.
2167 (set_cu_language): Handle DW_LANG_Go.
2168 * go-exp.y: New file.
2169 * go-lang.h: New file.
2170 * go-lang.c: New file.
2171 * go-typeprint.c: New file.
2172 * go-valprint.c: New file.
2173 * symtab.c: #include "go-lang.h".
2174 (symbol_set_language): Handle language_go.
2175 (symbol_find_demangled_name, symbol_set_names): Ditto.
2176 (symbol_natural_name, demangle_for_lookup, find_main_name): Ditto.
2178 2012-04-24 Jim Meyering <meyering@redhat.com>
2180 avoid a few strncpy-induced buffer overruns
2181 * procfs.c (procfs_make_note_section): Be sure to NUL-terminate
2182 fname and psargs before trying to concatenate.
2183 * tui/tui-stack.c (tui_get_function_from_frame): NUL-terminate
2184 "name" before applying strchr.
2186 2012-04-25 Siva Chandra Reddy <sivachandra@google.com>
2188 * CONTRIBUTE: Use unified diff instead of context diff when
2191 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
2193 * mips-tdep.c (mips_about_to_return): Remove dead MIPS16 support
2194 code. Handle JR.HB correctly.
2196 2012-04-24 Maciej W. Rozycki <macro@codesourcery.com>
2199 (is_mips16_addr, unmake_mips16_addr, make_mips16_addr): Group
2200 with the other MIPS16 helpers.
2202 2012-04-24 Sergio Durigan Junior <sergiodj@redhat.com>
2204 * observer.sh: Conditionally declare `args', thus cleaning up
2205 unused instances of this variable.
2207 2012-04-24 Yao Qi <yao@codesourcery.com>
2209 Revert this patch to allow breakpoint always-inserted
2211 2011-12-05 Pedro Alves <pedro@codesourcery.com>
2212 * breakpoint.c: Include record.h.
2213 (breakpoints_always_inserted_mode): Return false when the record
2216 * breakpoint.c (iterate_over_bp_locations): New.
2217 * breakpoint.h: Declare.
2218 New typedef walk_bp_location_callback.
2219 * record.c (record_open): Call record_init_record_breakpoints.
2220 (record_sync_record_breakpoints): New.
2221 (record_init_record_breakpoints): New.
2222 * NEWS: Mention supporting breakpoint always-inserted mode in
2225 2012-04-24 Marc Khouzam <marc.khouzam@ericsson.com>
2227 * mi/mi-main.c (mi_cmd_execute): Choose a live thread not just
2230 2012-04-24 Yao Qi <yao@codesourcery.com>
2232 * breakpoint.c (ep_is_catchpoint): Renamed to ...
2233 (is_catchpoint): ... it.
2234 (print_one_breakpoint_location): Caller update.
2235 * breakpoint.h: Update declaration.
2237 2012-04-23 David S. Miller <davem@davemloft.net>
2239 * configure.tgt (sparc-*-linux*): Set build_gdbserver to yes.
2241 2012-04-23 Tom Tromey <tromey@redhat.com>
2243 * buildsym.c (add_free_pendings): Remove.
2244 * buildsym.h (add_free_pendings): Remove.
2246 2012-04-23 Doug Evans <dje@google.com>
2248 * dwarf2read.c (partial_die_full_name): Record DW_FORM_ref_addr in
2249 attr.u.unsnd instead of attr.u.addr.
2250 (read_attribute_value) Ditto for cases DW_FORM_ref_addr,
2251 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4, DW_FORM_reg8,
2253 (dump_die_shallow): Update cases DW_FORM_ref_addr,
2254 DW_FORM_ref1, DW_FORM_ref2, DW_FORM_ref4. Add cases DW_FORM_ref8,
2256 (dwarf2_get_ref_die_offset): Use DW_UNSND for reference attributes.
2258 2012-04-23 Maciej W. Rozycki <macro@codesourcery.com>
2260 * mips-tdep.c (mips_n32n64_return_value): Fix coding style.
2261 (mips_o32_return_value): Likewise.
2262 (mips_o64_return_value): Likewise.
2264 2012-04-21 Paul Hilfinger <hilfinger@adacore.com>
2266 * ada-lang.c (ada_evaluate_subexp): Add cases for
2267 TYPE_CODE_INTERNAL_FUNCTION and for TYPE_GNU_IFUNC, following
2268 their treatment in eval.c.
2270 2012-04-21 David S. Miller <davem@davemloft.net>
2272 * sparc-tdep.c (X_DISP10): Define.
2273 (sparc_analyze_control_transfer): Handle compare-and-branch.
2275 2012-04-21 Jonathan Larmour <jifl@eCosCentric.com>
2277 * features/Makefile (WHICH): Add arm-with-m and arm-with-m-fpa-layout.
2278 * arm-tdep.c (arm_register_g_packet_guesses): Fix comment.
2280 2012-04-20 Nigel Stephens <nigel@mips.com>
2281 Maciej W. Rozycki <macro@codesourcery.com>
2283 * mips-tdep.c (mips_float_register_p): New function.
2284 (mips_convert_register_float_case_p): Use mips_float_register_p.
2285 (mips_register_type): Likewise.
2286 (mips_print_register): Likewise.
2287 (print_gp_register_row): Likewise.
2288 (mips_print_registers_info): Likewise.
2290 2012-04-20 Shun-Yen Lu <dark.asparagus@gmail.com>
2292 * mips-tdep.c (mips_elf_make_msymbol_special): Fix identification
2295 2012-04-20 Andrew Pinski <apinski@cavium.com>
2297 * MAINTAINERS (Write After Approval): Add myself to the list.
2299 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
2301 * MAINTAINERS: Update my e-mail address.
2303 2012-04-20 Pedro Alves <palves@redhat.com>
2305 * acx_configure_dir.m4 (ACX_CONFIGURE_DIR): Handle absolute
2307 * configure: Regenerate.
2309 2012-04-20 Sergio Durigan Junior <sergiodj@redhat.com>
2311 * cp-support.h: Include `gdb_vecs.h'. Delete `const_char_ptr' VEC
2313 * gdb_vecs.h: Declare `const_char_ptr' VEC.
2315 2012-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2317 Fix compilation compatibility with python-2.4
2318 * python/py-type.c (convert_field): Cast ADDRSTRING for
2319 PyObject_SetAttrString as non-const. New comment.
2321 2012-04-19 Tom Tromey <tromey@redhat.com>
2323 * top.c (quit_target): Use all_cleanups.
2324 * main.c (captured_command_loop): Use all_cleanups.
2325 * exceptions.c (throw_exception): Use all_cleanups.
2327 2012-04-19 Pedro Alves <palves@redhat.com>
2329 * Makefile.in (GNULIB_BUILDDIR): New.
2330 (LIBGNU, INCGNU, GNULIB_H): Adjust.
2331 (SUBDIRS): Add $(GNULIB_BUILDDIR).
2332 (CLEANDIRS). Remove gnulib/import.
2333 (REQUIRED_SUBDIRS): Replace gnulib/import with $(GNULIB_BUILDDIR).
2335 (distclean): Remove the $(GNULIB_BUILDDIR) directory.
2336 (gnulib/import/Makefile): Replace gnulib/import with
2337 $(GNULIB_BUILDDIR). Set CONFIG_FILES to just Makefile.
2338 (ACLOCAL_AMFLAGS): Remove '-I gnulib/import/m4'.
2339 (aclocal_m4_deps): Remove the gnulib dependencies. Add
2340 acx_configure_dir.m4.
2341 * acinclude.m4: Include acx_configure_dir.m4.
2342 * acx_configure_dir.m4: New file.
2343 * aclocal.m4: Regenerate.
2344 * configure.ac: Remove gl_EARLY, gl_INIT and AM_INIT_AUTOMAKE
2345 calls. Configure gnulib using ACX_CONFIGURE_DIR.
2346 (GNULIB): New variable.
2347 (GNULIB_STDINT_H): Adjust.
2348 (AC_OUTPUT): Don't output gnulib/Makefile.
2349 * gdb/defs.h: Include build-gnulib/config.h.
2350 * aclocal.m4: Regenerate.
2351 * config.in: Regenerate.
2352 * configure: Regenerate.
2354 * gnulib/Makefile.in: New file.
2355 * gnulib/configure.ac: New file.
2356 * gnulib/aclocal.m4: New file.
2357 * gnulib/config.in: New file.
2358 * gnulib/configure: New file.
2359 * gnulib/: Re-run gnulib-tool to adjust.
2361 2012-04-19 Doug Evans <dje@google.com>
2363 * cleanups.h (struct cleanup): Move to cleanups.c.
2364 (make_cleanup_dtor_ftype): New typedef.
2365 (make_cleanup_dtor): Use it.
2366 (ALL_CLEANUPS): Replace with ...
2367 (all_cleanups): ... this. Declare. All uses updated.
2368 * cleanups.c: #include "gdb_assert.h".
2369 (sentinel_cleanup): New static global.
2370 (SENTINEL_CLEANUP): Define.
2371 (cleanup_chain, final_cleanup_chain): Initialize to SENTINEL_CLEANUP.
2372 (make_my_cleanup2): Assert result is non-NULL.
2373 (all_cleanups): New function.
2374 (save_my_cleanups): Initialize new chain to SENTINEL_CLEANUP instead
2377 2012-04-19 Pedro Alves <palves@redhat.com>
2379 * Makefile.in (HFILES_NO_SRCDIR): Remove gnulib/wchar.in.h.
2380 Adjust paths to gnulib imported files.
2382 2012-04-19 Pedro Alves <palves@redhat.com>
2384 * gnulib/: Move whole directory ...
2385 * gnulib/import/: ... here, and re-rerun gnulib-tool to adjust.
2386 * Makefile.in (LIBGNU, INCGNU, GNULIB_H, CLEANDIRS)
2387 (REQUIRED_SUBDIRS, all-lib, gnulib/Makefile, ACLOCAL_AMFLAGS)
2388 (aclocal_m4_deps): Adjust.
2389 * aclocal.m4: Regenerate.
2390 * configure: Regenerate.
2391 * configure.ac: Adjust AC_OUTPUT output.
2393 2012-04-19 Yao Qi <yao@codesourcery.com>
2395 * Makefile.in (SFILES): Add common/vec.c and remove vec.c.
2397 * vec.c: Move it ...
2398 * common/vec.c: ... here.
2399 * vec.h: Move it ...
2400 * common/vec.h: ... here.
2402 2012-04-19 Yao Qi <yao@codesourcery.com>
2404 * gdb-code-style.el: New.
2406 2012-04-18 Pedro Alves <palves@redhat.com>
2408 Update gnulib from latest git.
2409 (639ea5ae15e39fe48d43e04864b2997301e4b969)
2411 * gnulib/Makefile.am: Update.
2412 * gnulib/dummy.c: Update.
2413 * gnulib/extra/arg-nonnull.h: Update.
2414 * gnulib/extra/c++defs.h: Update.
2415 * gnulib/extra/update-copyright: Update.
2416 * gnulib/extra/warn-on-use.h: Update.
2417 * gnulib/inttypes.in.h: Update.
2418 * gnulib/m4/00gnulib.m4: Update.
2419 * gnulib/m4/extensions.m4: Update.
2420 * gnulib/m4/gnulib-cache.m4: Update.
2421 * gnulib/m4/gnulib-common.m4: Update.
2422 * gnulib/m4/gnulib-comp.m4: Update.
2423 * gnulib/m4/gnulib-tool.m4: Update.
2424 * gnulib/m4/include_next.m4: Update.
2425 * gnulib/m4/inttypes-pri.m4: Update.
2426 * gnulib/m4/inttypes.m4: Update.
2427 * gnulib/m4/longlong.m4: Update.
2428 * gnulib/m4/memchr.m4: Update.
2429 * gnulib/m4/memmem.m4: Update.
2430 * gnulib/m4/mmap-anon.m4: Update.
2431 * gnulib/m4/multiarch.m4: Update.
2432 * gnulib/m4/onceonly.m4: Update.
2433 * gnulib/m4/stddef_h.m4: Update.
2434 * gnulib/m4/stdint.m4: Update.
2435 * gnulib/m4/string_h.m4: Update.
2436 * gnulib/m4/warn-on-use.m4: Update.
2437 * gnulib/m4/wchar_h.m4: Update.
2438 * gnulib/m4/wchar_t.m4: Update.
2439 * gnulib/m4/wint_t.m4: Update.
2440 * gnulib/memchr.c: Update.
2441 * gnulib/memmem.c: Update.
2442 * gnulib/stddef.in.h: Update.
2443 * gnulib/stdint.in.h: Update.
2444 * gnulib/str-two-way.h: Update.
2445 * gnulib/string.in.h: Update.
2446 * gnulib/wchar.in.h: Update.
2448 * gnulib/extra/arg-nonnull.h: Delete.
2449 * gnulib/extra/c++defs.h: Delete.
2450 * gnulib/extra/warn-on-use.h: Delete.
2451 * gnulib/m4/wchar_h.m4: Delete.
2452 * gnulib/m4/wint_t.m4: Delete.
2453 * gnulib/wchar.in.h: Delete.
2455 * gnulib/extra/snippets/arg-nonnull.h: New.
2456 * gnulib/extra/snippets/c++defs.h: New.
2457 * gnulib/extra/snippets/warn-on-use.h: New.
2459 * aclocal.m4: Regenerate.
2460 * config.in: Regenerate.
2461 * configure: Regenerate.
2462 * gnulib/Makefile.in: Regenerate.
2464 2012-04-18 Pedro Alves <palves@redhat.com>
2466 Reimport the update-copyright module from gnulib
2467 (250b80067c1e1d8faa0c42fb572f721975b929c5).
2469 * configure: Regenerate.
2470 * gnulib/Makefile.am: Update.
2471 * gnulib/Makefile.in: Regenerate.
2472 * gnulib/extra/update-copyright: Update.
2473 * gnulib/m4/gnulib-cache.m4: Update.
2474 * gnulib/m4/gnulib-comp.m4: Update.
2476 2012-04-18 Tristan Gingold <gingold@adacore.com>
2478 * configure.ac (aix): Put -lpthread into libs.
2479 * configure: Regenerate.
2481 2012-04-18 Tom Tromey <tromey@redhat.com>
2483 * linespec.c (convert_linespec_to_sals): Don't use
2485 (compare_msymbols): Arguments are minsym_and_objfile, not
2486 minimal_symbol*. Don't use SYMBOL_OBJ_SECTION.
2488 2012-04-18 Pedro Alves <palves@redhat.com>
2490 Revert gnulib/ part of:
2491 2011-01-01 Joel Brobecker <brobecker@adacore.com>
2492 Copyright year update in most files (performed by copyright.sh).
2494 2012-04-18 Jan Kratochvil <jan.kratochvil@redhat.com>
2496 Fix 64-bit constants on 32-bit hosts.
2497 * dwarf2read.c (read_unsigned_leb128): Change declaration return type
2498 from unsigned long to ULONGEST.
2499 (read_signed_leb128): Change declaration return type from long to
2501 (dwarf2_const_value_attr): Change declaration parameter value from long
2503 (dwarf2_compute_name): Change variable value from long to LONGEST.
2504 (read_unsigned_leb128): Change return type, variable result and some
2505 casts from unsigned long to ULONGEST.
2506 (read_signed_leb128): Change return type, variable result and some
2507 casts from long to LONGEST.
2508 (dwarf2_const_value_data, dwarf2_const_value_attr): Change parameter
2509 value from long to LONGEST.
2510 (dwarf2_const_value): Change variable value from long to LONGEST.
2511 * symmisc.c (print_symbol): Change SYMBOL_VALUE format strings to use
2512 plongest and hex_string.
2513 * symtab.h (struct general_symbol_info): Change ivalue from long to
2514 LONGEST, remove the comment.
2515 * tracepoint.c (validate_actionline, collect_symbol, scope_info):
2516 Change SYMBOL_VALUE format strings to use plongest and hex_string.
2518 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
2521 * ada-exp.y (convert_char_literal): Use TYPE_FIELD_ENUMVAL.
2522 * ada-lang.c (ada_discrete_type_high_bound)
2523 (ada_discrete_type_low_bound): Fix function comment. Use
2524 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2525 (ada_identical_enum_types_p): Use TYPE_FIELD_ENUMVAL.
2526 (pos_atr, value_val_atr): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2527 * ada-typeprint.c (print_enum_type): Change variable lastval to LONGEST.
2528 Use TYPE_FIELD_ENUMVAL.
2529 * ada-valprint.c (print_optional_low_bound, ada_print_scalar)
2530 (ada_val_print_1): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2531 * c-typeprint.c (c_type_print_base): Move variable lastval to inner
2532 block, change it to LONGEST. Use TYPE_FIELD_ENUMVAL for
2534 * coffread.c (coff_read_enum_type): Use SET_FIELD_ENUMVAL.
2535 * dwarf2read.c (process_enumeration_scope): Likewise.
2536 * gdb-gdb.py (TypeFlagsPrinter): Use field.enumval instead of
2538 (class StructMainTypePrettyPrinter): Support also
2539 FIELD_LOC_KIND_ENUMVAL.
2540 * gdbtypes.c (get_discrete_bounds): Use TYPE_FIELD_ENUMVAL for
2542 (recursive_dump_type): Use TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2543 (copy_type_recursive): Support also FIELD_LOC_KIND_ENUMVAL.
2544 * gdbtypes.h (enum field_loc_kind): New FIELD_LOC_KIND_ENUMVAL.
2545 (struct main_type.flds_bnds.fields.loc): Adjust bitpos comment. New
2547 (struct main_type.flds_bnds.bields): Adjust loc_kind and bitsize to
2548 accommodate enumval.
2549 (struct call_site): Adjust loc_kind to accommodate enumval.
2550 (FIELD_ENUMVAL, FIELD_ENUMVAL_LVAL, SET_FIELD_ENUMVAL)
2551 (TYPE_FIELD_ENUMVAL): New macros.
2552 * m2-typeprint.c (m2_enum): Use TYPE_FIELD_ENUMVAL.
2553 * mdebugread.c (parse_symbol): Use TYPE_FIELD_ENUMVAL for
2555 * p-typeprint.c (pascal_type_print_base): Likewise.
2556 * python/lib/gdb/printing.py (class FlagEnumerationPrinter): Use
2558 * python/lib/gdb/types.py (make_enum_dict): Likewise.
2559 * python/py-type.c (convert_field): New variable addrstring. Use
2560 TYPE_FIELD_ENUMVAL for TYPE_CODE_ENUM.
2561 (check_types_equal): Support also FIELD_LOC_KIND_ENUMVAL.
2562 * stabsread.c (read_enum_type): Use SET_FIELD_ENUMVAL.
2563 * typepint.c (print_type_scalar): Use TYPE_FIELD_ENUMVAL for
2565 * valprint.c (generic_val_print): Likewise.
2567 2012-04-17 Doug Evans <dje@google.com>
2569 * dwarf2read.c (lookup_signatured_type): Return NULL instead of 0.
2571 * dwarf2read.c: Whitespace fixes.
2572 (lookup_signatured_type): Tweak comment.
2573 (get_die_type_at_offset): Fix comment.
2575 2012-04-17 Joel Brobecker <brobecker@adacore.com>
2577 * xcoffread.c (xcoff_secnum_to_sections): New function.
2578 (secnum_to_section, secnum_to_bfd_section): Reimplement
2579 using xcoff_secnum_to_sections. Rename "secnum" parameter
2581 (RECORD_MINIMAL_SYMBOL): Delete.
2582 (record_minimal_symbol): New function.
2583 (scan_xcoff_symtab): Replace uses of RECORD_MINIMAL_SYMBOL
2584 by call to record_minimal_symbol and set misc_func_recorded
2585 to 1. Set last_csect_sec to the XCOFF section index instead
2586 of GDB's section_offset index. Update calls to
2587 prim_record_minimal_symbol_and_info to pass the BFD section
2590 2012-04-17 Joel Brobecker <brobecker@adacore.com>
2592 * xcoffread.c (read_xcoff_symtab): Delete variables
2593 last_csect_val and last_csect_sec and associated code.
2595 2012-04-17 Doug Evans <dje@google.com>
2597 * cleanups.c (make_my_cleanup,make_my_cleanup2): Make static.
2598 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2599 * cleanups.h (make_my_cleanup,make_my_cleanup2): Delete
2600 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Delete.
2602 * cleanups.h: New file.
2603 * cleanups.c: New file.
2604 * Makefile.in (SFILES): Add cleanups.c.
2605 (HFILES_NO_SRCDIR): Add cleanups.h.
2606 (COMMON_OBS): Add cleanups.o.
2607 * defs.h (struct cleanup): Moved to cleanups.h.
2608 (do_cleanups,do_final_cleanups): Ditto.
2609 (discard_cleanups,discard_final_cleanups): Ditto
2610 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
2611 (save_cleanups,save_final_cleanups): Ditto.
2612 (restore_cleanups,restore_final_cleanups): Ditto.
2613 (null_cleanup): Ditto.
2614 (make_my_cleanup,make_my_cleanup2): Ditto.
2615 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2616 * utils.c (cleanup_chain,final_cleanup_chain): Moved to cleanups.c.
2617 (do_cleanups,do_final_cleanups): Ditto.
2618 (discard_cleanups,discard_final_cleanups): Ditto
2619 (make_cleanup,make_cleanup_dtor,make_final_cleanup): Ditto.
2620 (save_cleanups,save_final_cleanups): Ditto.
2621 (restore_cleanups,restore_final_cleanups): Ditto.
2622 (null_cleanup): Ditto.
2623 (make_my_cleanup,make_my_cleanup2): Ditto.
2624 (discard_my_cleanups,save_my_cleanups,restore_my_cleanups): Ditto.
2626 * utils.c (make_cleanup_freeargv): Use make_cleanup instead of
2628 (make_cleanup_dyn_string_delete): Ditto.
2629 (make_cleanup_ui_file_delete): Ditto.
2630 (make_cleanup_ui_out_redirect_pop): Ditto.
2631 (make_cleanup_free_section_addr_info): Ditto.
2632 (make_cleanup_restore_integer): Ditto.
2633 (make_cleanup_unpush_target): Ditto.
2634 (make_cleanup_value_free_to_mark): Ditto.
2635 (make_cleanup_value_free): Ditto.
2636 (make_cleanup_free_so): Ditto.
2638 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2640 New option "set debug auto-load".
2641 * NEWS: New commands "set debug auto-load" and "show debug auto-load".
2642 * auto-load.c (debug_auto_load, show_debug_auto_load: New.
2643 (auto_load_safe_path_vec_update)
2644 (filename_is_in_auto_load_safe_path_vec): Call fprintf_unfiltered
2646 (file_is_auto_load_safe): New parameters debug_fmt and ....
2647 Call fprintf_unfiltered if DEBUG_AUTO_LOAD.
2648 (source_gdb_script_for_objfile): Extend the file_is_auto_load_safe
2649 caller by explanatory string.
2650 (_initialize_auto_load): Register "set debug auto-load".
2651 * auto-load.h (file_is_auto_load_safe): New parameters debug_fmt
2653 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
2654 (try_thread_db_load_from_dir): Extend the file_is_auto_load_safe caller
2655 by explanatory string.
2656 * main.c (captured_main): Likewise.
2657 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile)
2658 (source_section_scripts): Likewise.
2660 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2662 New option "set auto-load safe-path".
2663 * NEWS: New commands "set auto-load safe-path"
2664 and "show auto-load safe-path".
2665 * auto-load.c: Include gdb_vecs.h, readline/tilde.h and completer.h.
2666 (auto_load_safe_path, auto_load_safe_path_vec)
2667 (auto_load_safe_path_vec_update, set_auto_load_safe_path)
2668 (show_auto_load_safe_path, add_auto_load_safe_path, filename_is_in_dir)
2669 (filename_is_in_auto_load_safe_path_vec, file_is_auto_load_safe): New.
2670 (source_gdb_script_for_objfile): New variable is_safe. Call
2671 file_is_auto_load_safe. Return if it is not.
2672 (struct loaded_script): New field loaded.
2673 (maybe_add_script): Add parameter loaded. Initialize SLOT with it.
2674 (print_script): Use LOADED indicator instead of FULL_PATH. Change
2675 output "Missing" to "No".
2676 (_initialize_auto_load): New variable cmd. Initialize
2677 auto_load_safe_path. Register "set auto-load safe-path",
2678 "show auto-load safe-path" and "add-auto-load-safe-path".
2679 * auto-load.h (maybe_add_script): Add parameter loaded.
2680 (file_is_auto_load_safe): New declaration.
2681 * config.in: Regenerate.
2682 * configure: Regenerate.
2683 * configure.ac: New parameters --with-auto-load-safe-path
2684 and --without-auto-load-safe-path.
2685 * linux-thread-db.c (try_thread_db_load_from_pdir_1)
2686 (try_thread_db_load_from_dir): Check file_is_auto_load_safe first.
2687 * main.c (captured_main): Check file_is_auto_load_safe for
2689 * python/py-auto-load.c (gdbpy_load_auto_script_for_objfile): New
2690 variable is_safe. Call file_is_auto_load_safe. Return if it is not.
2691 (source_section_scripts): Call file_is_auto_load_safe. Return if it is
2694 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2696 auto-load: Implementation.
2697 * NEWS: New descriptions for "info auto-load",
2698 "info auto-load gdb-scripts", "info auto-load python-scripts",
2699 "info auto-load local-gdbinit" and "info auto-load libthread-db".
2700 Deprecate "info auto-load-scripts", "set auto-load-scripts on|off"
2701 and "show auto-load-scripts". New description for "set auto-load",
2702 "show auto-load", "set auto-load gdb-scripts",
2703 "show auto-load gdb-scripts", "set auto-load python-scripts",
2704 "show auto-load python-scripts", "set auto-load local-gdbinit",
2705 "show auto-load local-gdbinit", "set auto-load libthread-db" and
2706 "show auto-load libthread-db".
2707 * auto-load.c: Remove include python/python-internal.h. Add includes
2708 exceptions.h, cli/cli-script.h, gdbcmd.h, cli/cli-decode.h and
2710 (GDB_AUTO_FILE_NAME, source_gdb_script_for_objfile)
2711 (auto_load_gdb_scripts, show_auto_load_gdb_scripts): New.
2712 (gdbpy_global_auto_load): Rename to ...
2713 (global_auto_load): ... here.
2714 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
2715 (auto_load_local_gdbinit_loaded, show_auto_load_local_gdbinit)
2716 (script_language_gdb, source_gdb_script_for_objfile): New.
2717 (struct loaded_script): New field language.
2718 (hash_loaded_script_entry, eq_loaded_script_entry): Calculate also
2720 (maybe_add_script): Add parameter language. Drop redundant
2721 entry.full_path initialization. Initialize entry.language and
2723 (auto_load_objfile_script): Change parameter suffix to language.
2724 Remove the call of maybe_add_script.
2725 Call language->source_script_for_objfile.
2726 (load_auto_scripts_for_objfile, struct collect_matching_scripts_data):
2728 (collect_matching_scripts): Adjust it for
2729 struct collect_matching_scripts_data.
2730 (auto_load_info_scripts_pattern_nl): New variable.
2731 (info_auto_load_scripts): Rename to ...
2732 (auto_load_info_scripts): ... here, add parameter language. Adjust it
2733 for struct collect_matching_scripts_data.
2734 (info_auto_load_gdb_scripts, info_auto_load_local_gdbinit)
2735 (set_auto_load_cmd, auto_load_set_cmdlist_get, show_auto_load_cmd)
2736 (auto_load_show_cmdlist_get, info_auto_load_cmd)
2737 (auto_load_info_cmdlist_get): New.
2738 (_initialize_auto_load): Move add_info of "auto-load-scripts" to
2739 python/py-auto-load.c. New installment for "set auto-load gdb-scripts",
2740 "info auto-load gdb-scripts", "set auto-load local-gdbinit" and
2741 "info auto-load local-gdbinit".
2742 * auto-load.h (struct script_language): New.
2743 (gdbpy_global_auto_load): Rename to ...
2744 (global_auto_load): ... here.
2745 (auto_load_local_gdbinit, auto_load_local_gdbinit_pathname)
2746 (auto_load_local_gdbinit_loaded): New declarations.
2747 (maybe_add_script): New parameter language.
2748 (auto_load_objfile_script): Change parameter suffix to language.
2749 (load_auto_scripts_for_objfile, auto_load_info_scripts_pattern_nl)
2750 (auto_load_info_scripts, auto_load_set_cmdlist_get)
2751 (auto_load_show_cmdlist_get, auto_load_info_cmdlist_get): New
2753 * linux-thread-db.c: Include auto-load.h and ctype.h.
2754 (auto_load_thread_db, show_auto_load_thread_db): New.
2755 (struct thread_db_info): New field filename.
2756 (delete_thread_db_info): Call xfree for FILENAME.
2757 (try_thread_db_load): Initialize FILENAME.
2758 (try_thread_db_load_from_pdir, try_thread_db_load_from_dir): Return
2759 if !AUTO_LOAD_THREAD_DB.
2760 (info_auto_load_libthread_db_compare, info_auto_load_libthread_db): New.
2761 (_initialize_thread_db): Install auto_load_thread_db
2762 as "set auto-load libthread-db" and install info_auto_load_libthread_db
2763 as "info auto-load libthread-db".
2764 * main.c (captured_main): Rename gdbpy_global_auto_load to
2765 global_auto_load. Initialize AUTO_LOAD_LOCAL_GDBINIT_PATHNAME and
2766 AUTO_LOAD_LOCAL_GDBINIT_LOADED.
2767 (print_gdb_help): Extend the help for 'local init file'.
2768 * python/py-auto-load.c: Remove a comment about gdb scripts extension.
2769 (GDBPY_AUTO_SECTION_NAME): Extend the comment it is Python specific.
2770 (auto_load_scripts): Rename to ...
2771 (auto_load_python_scripts): ... here, update the comment.
2772 (gdbpy_load_auto_script_for_objfile): New declaration.
2773 (show_auto_load_python_scripts, script_language_python)
2774 (gdbpy_load_auto_script_for_objfile): New.
2775 (source_section_scripts): Refactor the code.
2776 (load_auto_scripts_for_objfile): Rename to ...
2777 (gdbpy_load_auto_scripts_for_objfile): ... here, update the
2778 auto_load_objfile_script caller, drop GDBPY_GLOBAL_AUTO_LOAD checking.
2779 (info_auto_load_python_scripts): New.
2780 (gdbpy_initialize_auto_load): New variables cmd and cmd_name.
2781 Rename "set auto-load-scripts" to "set auto-load python-scripts".
2782 Register "set auto-load-scripts" as its deprecated alias. Register
2783 "info auto-load python-scripts". Register "info auto-load-scripts" as
2784 its deprecated alias.
2785 (load_auto_scripts_for_objfile): Rename to ...
2786 (gdbpy_load_auto_scripts_for_objfile): ... here.
2787 * python/python.h (load_auto_scripts_for_objfile): Rename to ...
2788 (gdbpy_load_auto_scripts_for_objfile): ... here.
2790 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2792 auto-load: Move files.
2793 * Makefile.in (SFILES): Add auto-load.c.
2794 (HFILES_NO_SRCDIR): Add auto-load.h.
2795 (COMMON_OBS): Add auto-load.o.
2796 (distclean): Change .gdbinit for gdb-gdb.gdb.
2797 * auto-load.c: New file, with parts from python/py-auto-load.c.
2798 * auto-load.h: New file, with parts from python/python.h.
2799 * configure: Regenerate.
2800 * configure.ac (AC_OUTPUT): Change .gdbinit for gdb-gdb.gdb.
2801 * gdb-gdb.gdb.in: New file, renamed from gdbinit.in.
2802 * gdbinit.in: Remove file, rename it to gdb-gdb.gdb.in.
2803 * main.c: Include auto-load.h.
2804 * python/py-auto-load.c: Move include filenames.h, gdb_regex.h,
2805 command.h, observer.h and progspace.h to auto-load.c. Add include
2807 (gdbpy_global_auto_load, struct auto_load_pspace_info)
2808 (struct loaded_script, auto_load_pspace_data)
2809 (auto_load_pspace_data_cleanup, get_auto_load_pspace_data)
2810 (hash_loaded_script_entry, eq_loaded_script_entry)
2811 (init_loaded_scripts_info, get_auto_load_pspace_data_for_loading)
2812 (maybe_add_script): Move to auto-load.c.
2813 (source_section_scripts): Change maybe_add_script parameters passing,
2814 use script_not_found_warning_print.
2815 (clear_section_scripts, auto_load_objfile_script)
2816 (auto_load_new_objfile, loaded_script_ptr)
2817 (DEF_VEC_P (loaded_script_ptr), collect_matching_scripts, print_script)
2818 (sort_scripts_by_name, info_auto_load_scripts): Move to auto-load.c.
2819 (gdbpy_initialize_auto_load): Move auto_load_pspace_data,
2820 auto_load_new_objfile and info_auto_load_scripts initizations to
2822 * python/python.h (gdbpy_global_auto_load): Move to auto-load.h.
2824 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2827 * charset.c (find_charset_names): Remove variables ix and elt.
2828 Use free_char_ptr_vec.
2829 * elfread.c (build_id_to_debug_filename): New variables debugdir_vec,
2830 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
2831 debugdir_end. New variable debugdir_len.
2832 * gdb_vecs.h (free_char_ptr_vec, make_cleanup_free_char_ptr_vec)
2833 (dirnames_to_char_ptr_vec_append, dirnames_to_char_ptr_vec): New
2835 * progspace.c (clear_program_space_solib_cache): Remove variables ix
2836 and elt. Use free_char_ptr_vec.
2837 * source.c (add_path): Remove variables argv, arg and argv_index.
2838 New variables dir_vec, back_to, ix and name.
2839 Use dirnames_to_char_ptr_vec_append. Use freeargv instead of
2840 make_cleanup_freeargv. Remove variable separator. Simplify the code
2841 no longer expecting DIRNAME_SEPARATOR.
2842 (openp): Remove variable p, p1 and len. New variables dir_vec,
2843 back_to, ix and dir. Use dirnames_to_char_ptr_vec. Simplify the code
2844 no longer expecting DIRNAME_SEPARATOR.
2845 * symfile.c (find_separate_debug_file): New variables debugdir_vec,
2846 back_to and ix. Use dirnames_to_char_ptr_vec. Remove variable
2848 * utils.c (free_char_ptr_vec, do_free_char_ptr_vec)
2849 (make_cleanup_free_char_ptr_vec, dirnames_to_char_ptr_vec_append)
2850 (dirnames_to_char_ptr_vec): New functions.
2852 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2855 * source.c (add_path): Remove always true conditional 'p == 0' and
2856 unindent its code block.
2858 2012-04-17 Pedro Alves <palves@redhat.com>
2860 * gdbtypes.h (FIELD_BITPOS): Rename to ...
2861 (FIELD_BITPOS_LVAL): ... this.
2862 (FIELD_BITPOS): New.
2863 (SET_FIELD_BITPOS): Adjust to use FIELD_BITPOS_LVAL.
2864 * dwarf2read.c (dwarf2_add_field): Use SET_FIELD_BITPOS.
2865 * gdbtypes.c (append_composite_type_field_aligned): Adjust to use
2867 * gnu-v3-abi.c (build_gdb_vtable_type): Adjust to use
2869 * stabsread.c (read_cpp_abbrev, read_one_struct_field)
2870 (read_baseclasses): Adjust to use SET_FIELD_BITPOS.
2871 * target-descriptions.c (tdesc_gdb_type): Adjust to use
2874 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
2876 Do not rely on FIELD_LOC_KIND_BITPOS being zero.
2877 * ada-lang.c (ada_template_to_fixed_record_type_1): Replace
2878 TYPE_FIELD_BITPOS used as lvalue by SET_FIELD_BITPOS.
2879 * gdbtypes.c (append_flags_type_flag): Likewise, twice.
2880 * jv-lang.c (java_link_class_type): Likewise, once.
2881 * stabsread.c (read_enum_type): Likewise.
2883 2012-04-16 Yao Qi <yao@codesourcery.com>
2885 * common/agent.c (agent_run_command): Add one more parameter `len'.
2887 * common/agent.h: Update declaration.
2888 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
2890 (linux_child_static_tracepoint_markers_by_strid): Ditto.
2892 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
2895 * value.c (value_actual_type): New function.
2896 * value.h (value_actual_type): New declaration.
2897 * varobj.c (update_type_if_necessary): New function.
2898 (varobj_create): Call value_actual_type instead of
2900 (install_dynamic_child): distinct changed and type changed MI variable
2902 (update_dynamic_varobj_children): Updated for install_dynamic_child
2903 change. All callers updated.
2904 (varobj_update): Support for MI variable object type change if
2905 the value changed and RTTI is used to determine the type.
2906 (create_child_with_value): Call value_actual_type instead of
2908 (adjust_value_for_child_access): Extended with a new parameter which
2909 specify whether the given value should be casted to enclosing type.
2910 All callers updated.
2912 2012-04-14 Yao Qi <yao@codesourcery.com>
2914 Import gnulib module inttypes from git
2915 (250b80067c1e1d8faa0c42fb572f721975b929c5)
2916 * Makefile.in (HFILES_NO_SRCDIR): Add gnulib/inttypes.in.h.
2917 (aclocal_m4_deps): Add gnulib/m4/inttypes.m4 and
2918 gnulib/m4/inttypes-pri.m4
2919 * aclocal.m4, config.in, configure: Regenerated.
2920 * gnulib/Makefile.am: Update.
2921 * gnulib/Makefile.in: Update.
2922 * gnulib/m4/gnulib-cache.m4: Update.
2923 * gnulib/m4/gnulib-comp.m4: Update.
2924 * gnulib/inttypes.in.h: New.
2925 * gnulib/m4/inttypes-pri.m4: New.
2926 * gnulib/m4/inttypes.m4: New.
2928 2012-04-13 Luis Machado <lgustavo@codesourcery.com>
2930 * infrun.c (resume): Update PC address to the real PC after
2931 preparing to do displaced stepping.
2933 2012-04-12 Doug Evans <dje@google.com>
2935 * dwarf2read.c (lookup_signatured_type): Remove arg "objfile", unused.
2936 All callers updated.
2938 2012-04-12 Mark Kettenis <kettenis@gnu.org>
2940 * i386bsd-nat.c (_initialize_i386bsd_nat): Add missing prototype.
2942 2012-04-12 Doug Evans <dje@google.com>
2944 * dwarf2read.c (create_all_type_units): Renamed from
2945 create_debug_types_hash_table. All callers updated.
2947 * dwarf2read.c (create_signatured_type_table_from_index): Rename
2948 local type_sig to sig_type, type_offset to type_offset_in_tu.
2949 (hash_signatured_type): Renamed from hash_type_signature,
2950 all callers updated.
2951 (eq_signatured_type): Renamed from eq_type_signature,
2952 all callers updated.
2953 (create_debug_types_hash_table): Rename local type_sig to sig_type.
2954 (process_enumeration_scope): Ditto.
2955 (lookup_signatured_type_at_offset): Ditto.
2956 (load_full_type_unit, read_signatured_type): Ditto.
2958 2012-04-12 Yao Qi <yao@codesourcery.com>
2960 * remote.c (async_remote_interrupt): Correct function name in
2962 (async_remote_interrupt_twice): Ditto.
2964 2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
2966 * source.c (find_and_open_source): Consistently pass resulting
2967 full path through xfullpath.
2969 2012-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2971 Provide more specific displaced-stepping memory error message.
2972 * infrun.c (displaced_step_prepare): New variable status. Call
2973 target_read_memory instead of read_memory, provide more specific
2976 2012-04-11 Tristan Gingold <gingold@adacore.com>
2979 * darwin-nat.c (darwin_execvp): Revert previous patch.
2981 2012-04-11 Tristan Gingold <gingold@adacore.com>
2984 * darwin-nat.c (darwin_resume_thread): Call darwin_set_sstep only
2987 2012-04-11 Tristan Gingold <gingold@adacore.com>
2989 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
2992 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
2994 New command 'explore' which helps explore values and types in
2996 * NEWS: Add an entry about the new 'explore' command.
2997 * data-directory/Makefile.in: Add gdb/command/explore.py
2998 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
2999 command using the GDB Python API.
3001 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
3003 * mips-tdep.c (mips_skip_pic_trampoline_code): Correct sign
3004 extension in jump target calculation.
3006 2012-04-10 Maciej W. Rozycki <macro@codesourcery.com>
3008 * mips-tdep.c (mips32_next_pc): Handle JALX.
3010 2012-04-10 Yao Qi <yao@codesourcery.com>
3012 * Makefile.in (gnulib/Makefile): Remove duplicated dependency.
3014 2012-04-10 Yao Qi <yao@codesourcery.com>
3016 * Makefile.in (aclocal_m4_deps): Add gnulib/m4/gnulib-cache.m4
3017 and gnulib/m4/gnulib-tool.m4.
3019 2012-04-10 Doug Evans <dje@google.com>
3021 * dwarf2read.c (dwarf2_per_cu_data). Clarify comment.
3022 (load_partial_dies): Clarify comment.
3023 (find_partial_die): Support rereading type units.
3024 Clarify CU handling, if we know offset is in CU, don't search for the
3025 containing CU. Add comment regarding memory waste.
3027 2012-04-10 H.J. Lu <hongjiu.lu@intel.com>
3029 * features/Makefile (WHICH): Add i386/x32, i386/x32-linux,
3030 i386/x32-avx and i386/x32-avx-linux.
3031 (i386/x32-expedite): New.
3032 (i386/x32-linux-expedite): Likewise.
3033 (i386/x32-avx-expedite): Likewise.
3034 (i386/x32-avx-linux-expedite): Likewise.
3035 ($(outdir)/i386/x32.dat): Likewise.
3036 ($(outdir)/i386/x32-linux.dat): Likewise.
3037 ($(outdir)/i386/x32-avx.dat): Likewise.
3038 ($(outdir)/i386/x32-avx-linux.dat): Likewise.
3040 * features/i386/x32-avx-linux.xml: New file.
3041 * features/i386/x32-avx.xml: Likewise.
3042 * features/i386/x32-core.xml: Likewise.
3043 * features/i386/x32-linux.xml: Likewise.
3044 * features/i386/x32.xml: Likewise.
3046 * features/i386/x32-avx-linux.c: New. Generated.
3047 * features/i386/x32-avx.c: Likewise.
3048 * features/i386/x32-linux.c: Likewise.
3049 * features/i386/x32.c: Likewise.
3050 * regformats/i386/x32-avx-linux.dat: Likewise.
3051 * regformats/i386/x32-avx.dat: Likewise.
3052 * regformats/i386/x32-linux.dat: Likewise.
3053 * regformats/i386/x32.dat: Likewise.
3055 2012-04-10 Tristan Gingold <gingold@adacore.com>
3057 * darwin-nat.c (darwin_kill_inferior): Always use the no ptrace
3058 code to kill the inferior.
3060 2012-04-09 Mark Kettenis <kettenis@gnu.org>
3062 * ada-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3064 * c-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3066 * cp-name-parser.y (yyss, yysslim, yyssp, yystacksize, yyvs)
3067 (yyvsp): New defines.
3068 * f-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3070 * jv-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3072 * m2-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3074 * objc-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3076 * p-exp.y (yyss, yysslim, yyssp, yystacksize, yyvs, yyvsp): New
3079 2012-04-09 Mark Kettenis <kettenis@gnu.org>
3081 * sparc64-tdep.c (sparc64_store_arguments)
3082 (sparc64_store_arguments): Fix coding style.
3084 2012-04-07 Mark Kettenis <kettenis@gnu.org>
3086 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
3087 complex floats, adjust some related comments and tighten a related
3089 (sparc64_extract_return_value): Handle complex floats.
3091 2012-04-07 Doug Evans <dje@google.com>
3093 * dwarf2read.c (load_partial_dies): Change condition to assert.
3095 2012-04-06 Doug Evans <dje@google.com>
3097 * amd64-tdep.c (amd64_analyze_prologue): Recognize both variations of
3100 2012-04-05 Kevin Buettner <kevinb@redhat.com>
3102 * v850-tdep.c (E_NUM_OF_V850_REGS, E_NUM_OF_V850E_REGS): Fix
3104 (v850_frame_cache): Use gdbarch_num_regs() instead of E_NUM_REGS.
3105 (v850_gdbarch_init): Set `num_regs' as appropriate for the
3108 2012-04-05 Keith Seitz <keiths@redhat.com>
3110 * linespec.c (decode_compound): Remove.
3111 (enum offset_relative_sign): New enum.
3112 (struct line_offset): New struct.
3113 (struct linespec): New struct.
3114 (struct linespec_state): Move file_symtabs,
3115 user_filename, and user_function into struct linespec.
3116 Make result an anonymous struct holding vectors of
3117 symbolp and minsym_and_objfile_d.
3118 Add language member.
3119 (enum ls_token_type): New enum.
3120 (linespec_keywords): New array.
3121 (struct ls_token): New struct.
3122 (struct ls_parser): New struct.
3123 (linespec_lexer_lex_number): New function.
3124 (linespec_lexer_lex_keyword): New function.
3125 (is_ada_operator): New function.
3126 (skip_quote_char): New function.
3127 (copy_token_string): New function.
3128 (is_closing_quote_enclosed): New function.
3129 (find_parameter_list_end): New function.
3130 (linespec_lexer_lex_string): New function.
3131 (linespec_lexer_lex_one): New function.
3132 (linespec_lexer_consume_token): New function.
3133 (linespec_lexer_peek_token): New function.
3134 (cplusplus_error): Remove unused function.
3135 (find_methods): Update comment.
3136 (find_toplevel_char): Return const.
3137 (is_objc_method_format): Remove unused function.
3138 (find_toplevel_string): New function.
3139 (is_linespec_boundary): Remove.
3140 (symbol_not_found_error): New function.
3141 (find_method_overload_end): Remove function.
3142 (unexpected_linespec_error): New function.
3143 (keep_name_info): Remove.
3144 (linespec_parse_line_offset): New function.
3145 (linespec_parse_basic): New function.
3146 (canonicalize_linespec): New function.
3147 (decode_line_internal): Remove.
3148 (create_sals_line_offset): New function adapted from
3150 (convert_linespec_to_sals): New function.
3151 (parse_linespec): New function.
3152 (linespec_parser_new): New function.
3153 (linespec_state_destructor): Change parameter type to
3154 struct linespec_state *.
3155 Add language parameter.
3156 Remove freeing of moved members.
3157 (linespec_parser_delete): New function.
3158 (decode_line_full): Use parse_linespec and linespec_parser_new.
3159 (decode_line_1): Likewise.
3160 (decode_indirect): Rename to ...
3161 (linespec_expression_to_pc): ... this and rewrite
3162 to simply find CORE_ADDR, storing this result for later
3164 (locate_first_half): Remove.
3165 (deocde_objc): Add parameter LS.
3166 Initialize new struct collect_info members.
3167 Handle minimal symbols, too.
3168 (decode_compound): Delete.
3169 (lookup_prefix_sym): Rewrite.
3170 (compare_msymbols): New function.
3171 (find_method): Rewrite.
3172 Do not call cplusplus_error.
3173 (symtabs_from_filename): Rewrite.
3174 (collect_function_symbols): Delete.
3175 (find_function_symbols): Rewrite without ARGPTR-style
3177 (decode_all_digits): Delete. (Rewritten as create_sals_line_offset.)
3178 (decode_dollar): Adapted and renamed to ...
3179 (linespec_parse_variable): ... this.
3180 (find_linespec_symbols): New function.
3181 (decode_label): Adapted and renamed to ...
3182 (find_label_symbols): ... this.
3183 (decode_digits_list_mode): Add and use LS argument.
3184 (decode_digits_ordinary): Likewise.
3185 (collect_symbols): Do not collect SALs, just symbols and msymbols.
3186 If in list mode, allow any symbol class. Otherwise, only
3187 permit LOC_BLOCK symbols.
3188 (minsym_found): Update comments.
3189 (search_minsyms_for_name): Do not convert the matching symbol
3190 into a SAL. Simply push the symbol and objfile into the
3192 (decode_variable): Delete. Contents adapted into
3193 find_linespec_symbols.
3195 * cp-support.c (SKIP_SPACE): Remove.
3196 (operator_tokens): Remove unused global.
3197 (cp_validate_operator): Remove.
3198 * cp-support.h (cp_validate_operator): Remove declaration.
3200 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3202 * cp-valprint.c (cp_print_value_fields): Check valprint_check_validity
3203 for TYPE_VPTR_FIELDNO.
3204 * valprint.c (valprint_check_validity): Make it global, move the
3205 function comment ...
3206 * value.h (valprint_check_validity): ... to this new declaration.
3208 2012-04-02 Tristan Gingold <gingold@adacore.com>
3210 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Use
3211 the STATE32 api for i386 state.
3212 (i386_darwin_store_inferior_registers): Likewise.
3214 2012-04-02 Tristan Gingold <gingold@adacore.com>
3216 * i386-darwin-tdep.c (i386_darwin_thread_state_reg_offset): Fix
3218 * i386-darwin-nat.c (i386_darwin_fetch_inferior_registers): Fix
3221 2012-04-02 Tristan Gingold <gingold@adacore.com>
3224 * darwin-nat.c (darwin_execvp): Set binary preference.
3226 2012-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3228 * NEWS (set breakpoint condition-evaluation): Use imperative mood.
3230 2012-03-30 Tom Tromey <tromey@redhat.com>
3232 * python/python.c (gdbpy_decode_line): Move cleanup creation out
3233 of TRY_CATCH. Fix error handling.
3234 * python/py-value.c (convert_value_from_python): Move 'old'
3235 declaration to innermost scope.
3237 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3238 Andrey Smirnov <andrew.smirnov@gmail.com>
3240 -Wshadow warning fix.
3241 * ada-lang.c (ada_make_symbol_completion_list): Rename parameters
3242 "wild_match" and "encoded" into "wild_match_p" and "encoded_p".
3243 Adjust code accordingly.
3245 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3247 * ada-lang.c (symbol_completion_add): Rename parameter
3248 "encoded" into "encoded_p". Ajust code and documentation
3251 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3252 Andrey Smirnov <andrew.smirnov@gmail.com>
3254 -Wshadow warning fix.
3255 * ada-lang.c (symbol_completion_add): Rename parameter
3256 "wild_match" into wild_match_p. Update code and documentation
3259 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3261 * ada-lang.c (symbol_completion_match): Rename parameter
3262 "encoded" into "encoded_p". Ajust code and documentation
3265 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3266 Andrey Smirnov <andrew.smirnov@gmail.com>
3268 -Wshadow warning fix.
3269 * ada-lang.c (symbol_completion_match): Rename parameter
3270 "wild_match" into "wild_match_p". Adjust code and function
3271 documentation accordingly.
3273 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3274 Andrey Smirnov <andrew.smirnov@gmail.com>
3276 -Wshadow warning fix.
3277 * ada-lang.c (ada_lookup_encoded_symbol): Rename parameter
3278 "symbol_info" into "info". Adjust code accordingly.
3279 (ada_lookup_symbol): Likewise.
3281 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3283 * ada-lang.c (ada_lookup_symbol_list): Minor reformatting
3284 of this function's documentation.
3286 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3287 Andrey Smirnov <andrew.smirnov@gmail.com>
3289 -Wshadow warning fix.
3290 * ada-lang.c (ada_lookup_symbol_list): Rename "wild_match"
3291 variable into "wild_match_p". Adjust code accordingly.
3293 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3294 Andrey Smirnov <andrew.smirnov@gmail.com>
3296 -Wshadow warning fix.
3297 * ada-lang.c (ada_add_local_symbols): Rename "wild_match"
3298 parameter into "wild_match_p". Adjust code accordingly.
3299 Document this parameter in the function description.
3301 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3302 Andrey Smirnov <andrew.smirnov@gmail.com>
3304 -Wshadow warning fix.
3305 * ada-lang.c (add_symbols_from_enclosing_procs): Rename
3306 "wild_match" parameter to "wild_match_p" (-Wshadow).
3308 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3310 * ada-lang.c (ada_lookup_simple_minsym): Remove trailing spaces
3311 in function documentation.
3313 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3314 Andrey Smirnov <andrew.smirnov@gmail.com>
3316 -Wshadow warning fix.
3317 * ada-lang.c (ada_lookup_simple_minsym): Rename wild_match local
3318 variable into wild_match_p. Adjust code accordingly.
3320 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3321 Andrey Smirnov <andrew.smirnov@gmail.com>
3323 * ada-valprint.c (ada_val_print_1): Move the code handling
3324 TYPE_CODE_ENUM inside its own lexical block. Declare
3325 variables len and val there, instead of in the function's
3326 top level block. Avoid declaring deref_val again in a way
3327 that shadows another variable of the same name declared
3328 in one of the up-level blocks. Just re-use the up-level
3331 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3333 * ada-lang.c (ada_lookup_encoded_symbol): Now returns void.
3334 Replace block_found argument by symbol_info. Adjust
3335 implementation accordingly. Add function documentation.
3336 (ada_lookup_symbol): Adjust to new ada_lookup_encoded_symbol.
3338 * ada-lang.h (ada_lookup_encoded_symbol): Update declaration.
3339 * ada-exp.y (write_object_renaming): Adjust to new
3340 ada_lookup_encoded_symbol API.
3342 2012-03-29 Joel Brobecker <brobecker@adacore.com>
3344 * ada-lang.h (struct ada_symbol_info): Reformat. Improve
3347 2012-03-28 Rathish C <rathish.c@kpitcummins.com>
3349 * v850-tdep.c: Add the enum values for mpu and fpu registers.
3350 (v850_register_name): Add the mpu and fpu register names.
3351 (v850e_register_name): Add the mpu and fpu register names.
3352 (v850e2_register_name): New function.
3353 (v850_gdbarch_init): Add case for bfd_mach_v850e2 and
3356 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3358 * NEWS: Add entry for Ada varobj support.
3360 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3362 * varobj.c (default_value_is_changeable_p): New function,
3363 extracted from varobj_value_is_changeable_p. Add declaration.
3364 (ada_value_is_changeable_p): New function, extracted from
3365 varobj_value_is_changeable_p. Add declaration.
3366 (struct language_specific): New field "value_is_changeable_p".
3367 (languages): Add entries for new field.
3368 (varobj_create): Set language before calling install_new_value.
3369 (varobj_value_is_changeable_p): Reimplement to call the varobj's
3370 "value_is_changeable_p" language callback.
3372 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3374 * ada-varobj.h, ada-varobj.c: New files.
3375 * Makefile.in (SFILES): Add ada-varobj.c.
3376 (HFILES_NO_SRCDIR): Add ada-varobj.h.
3377 (COMMON_OBS): Add ada-varobj.o.
3379 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3381 * varobj.c (ada_value_has_mutated): Add declaration. New function.
3382 (struct language_specific): New field "value_has_mutated".
3383 (languages): Set field "value_has_mutated" in each entry of array.
3384 (varobj_value_has_mutated): New function.
3385 (varobj_udpdate): Add handling of type mutation.
3386 (value_of_root): Add handling of type mutation.
3387 (ada_value_has_mutated): New function.
3389 2012-03-28 Pedro Alves <palves@redhat.com>
3391 * ia64-linux-nat.c (supply_fpregset, ia64_linux_fetch_register):
3392 Always supply $fr0 as 0.0 and $fr1 as 1.0.
3394 2012-03-28 Tom Tromey <tromey@redhat.com>
3396 * python/py-inferior.c (infpy_read_memory): Remove cleanups and
3397 explicitly free 'buffer' on exit paths. Decref 'membuf_object'
3400 2012-03-28 Tom Tromey <tromey@redhat.com>
3402 * .dir-locals.el: New file.
3404 2012-03-28 Pedro Alves <palves@redhat.com>
3406 * ia64-linux-nat.c (u_offsets): Map IA64_EC_REGNUM to PT_AR_EC.
3408 2012-03-28 Joel Brobecker <brobecker@adacore.com>
3410 * ia64-linux-nat.c (ia64_linux_fetch_register): Add special
3413 2012-03-27 Pedro Alves <palves@redhat.com>
3415 Eliminate struct ui_stream.
3417 * ui-out.h (struct ui_stream): Delete.
3418 (ui_out_field_stream): Adjust prototype.
3419 (ui_out_stream_new, ui_out_stream_delete)
3420 (make_cleanup_ui_out_stream_delete): Delete declarations.
3421 * ui-out.c (ui_out_field_stream): Change prototype to take a
3422 ui_file instead of a ui_stream. Adjust.
3423 (ui_out_stream_new, ui_out_stream_delete, do_stream_delete)
3424 (make_cleanup_ui_out_stream_delete): Delete.
3425 * breakpoint.c (print_breakpoint_location)
3426 (print_one_detail_ranged_breakpoint, print_it_watchpoint): Use
3427 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
3428 * disasm.c (dump_insns): Ditto.
3429 (do_mixed_source_and_assembly, do_assembly_only): Adjust
3431 (gdb_disassembly): Use ui_file/mem_fileopen instead of
3432 ui_stream/ui_out_stream_new.
3433 * infcmd.c (print_return_value): Ditto.
3434 * osdata.c (info_osdata_command): Don't allocate a local
3436 * stack.c (print_frame_arg, print_frame_args, print_frame): Use
3437 ui_file/mem_fileopen instead of ui_stream/ui_out_stream_new.
3438 * tracepoint.c (print_one_static_tracepoint_marker): Don't
3439 allocate a local ui_stream.
3440 * mi/mi-cmd-stack.c (list_arg_or_local): Use ui_file/mem_fileopen
3441 instead of ui_stream/ui_out_stream_new.
3442 (list_args_or_locals): Don't allocate a local ui_stream.
3443 * mi/mi-main.c (get_register, mi_cmd_data_evaluate_expression)
3444 (mi_cmd_data_read_memory): Use ui_file/mem_fileopen instead of
3445 ui_stream/ui_out_stream_new.
3446 * cli/cli-setshow.c (do_setshow_command): Ditto.
3448 2012-03-27 Oza Pawandeep <oza.pawandeep@gmail.com>
3450 * arm-linux-tdep.c (arm_linux_init_abi): Call
3451 set_gdbarch_process_record. Initialize `arm_swi_record' field.
3452 * arm-tdep.c (arm_process_record): New function.
3453 (deallocate_reg_mem): New function.
3454 (decode_insn): New function.
3455 (thumb_record_branch): New function.
3456 (thumb_record_ldm_stm_swi(): New function.
3457 (thumb_record_misc): New function.
3458 (thumb_record_ld_st_stack): New function.
3459 (thumb_record_ld_st_imm_offset): New function.
3460 (thumb_record_ld_st_reg_offset(): New function.
3461 (thumb_record_add_sub_cmp_mov): New function.
3462 (thumb_record_shift_add_sub): New function.
3463 (arm_record_coproc_data_proc): New function.
3464 (arm_record_coproc): New function.
3465 (arm_record_b_bl): New function.
3466 (arm_record_ld_st_multiple): New function.
3467 (arm_record_ld_st_reg_offset): New function.
3468 (arm_record_ld_st_imm_offset): New function.
3469 (arm_record_data_proc_imm): New function.
3470 (arm_record_data_proc_misc_ld_str): New function.
3471 (arm_record_extension_space): New function.
3472 (arm_record_strx): New function.
3473 (sbo_sbz): New function.
3474 (struct insn_decode_record): New structure for arm insn record.
3475 (REG_ALLOC): New macro for reg allocations.
3476 (MEM_ALLOC): New macro for memory allocations.
3477 * arm-tdep.h (struct gdbarch_tdep): New field 'arm_swi_record'.
3479 2012-03-27 Andreas Schwab <schwab@linux-m68k.org>
3481 * m68klinux-nat.c (fetch_register): Fix strict-aliasing violation.
3482 (store_register): Likewise.
3484 2012-03-26 Oza Pawandeep <oza.pawandeep@gmail.com>
3486 * MAINTAINERS (Write After Approval): Add myself to the list.
3488 2012-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3490 * NEWS (set breakpoint condition-evaluation): Change "gdb" to "host".
3491 Describe also the option "auto".
3493 2012-03-22 Richard Henderson <rth@redhat.com>
3495 * sparc-linux-nat.c (_initialize_sparc_linux_nat): Fix prototype.
3496 * sparc-nat.c (sparc_xfer_wcookie): Make static.
3498 2012-03-22 Richard Henderson <rth@redhat.com>
3500 * jit.c (jit_read_code_entry): Compute alignment and offset of
3501 int64_t member before computing entry_size.
3503 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3505 Python scripting: Add new method Value.referenced_value to
3506 gdb.Value which can dereference pointer as well as reference
3508 * NEWS: Add entry under 'Python scripting' about the new method
3509 Value.referenced_value on gdb.Value objects.
3510 * python/py-value.c (valpy_referenced_value): New function
3511 defining a new method on gdb.Value objects which can dereference
3512 pointer and reference values.
3514 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
3516 * MAINTAINERS (Write After Approval): Add myself to the list.
3518 2012-03-21 Kevin Buettner <kevinb@redhat.com>
3520 * symtab.c (skip_prologue_sal): Change test to check for "main()"
3521 in addition to "main".
3523 2012-03-21 Joel Brobecker <brobecker@adacore.com>
3525 * expression.h (op_name): Add declaration.
3526 * expprint.c (op_name): Remove declaration. Make non-static.
3527 * ax-gdb.c (gen_expr): Use op_name instead of op_string.
3529 2012-03-21 Thomas Schwinge <thomas@codesourcery.com>
3531 * amd64-linux-nat.c (amd64_linux_siginfo_fixup): Use siginfo_t instead
3533 * arm-linux-nat.c (arm_linux_stopped_data_address): Likewise.
3534 * ia64-linux-nat.c (ia64_linux_stopped_data_address): Likewise.
3535 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
3536 (linux_xfer_siginfo, linux_nat_set_siginfo_fixup)
3537 (linux_nat_get_siginfo): Likewise.
3538 * linux-nat.h (struct lwp_info, linux_nat_set_siginfo_fixup)
3539 (linux_nat_get_siginfo): Likewise.
3540 * linux-tdep.c (linux_get_siginfo_type): Likewise.
3541 * ppc-linux-nat.c (ppc_linux_stopped_data_address): Likewise.
3542 * procfs.c (gdb_siginfo_t): Likewise.
3544 2012-03-21 Mike Frysinger <vapier@gentoo.org>
3546 * .gitignore: Ignore more files.
3548 2012-03-20 Pedro Alves <palves@redhat.com>
3550 * remote.c (remote_start_remote): Clear `rs->starting_up' on early
3553 2012-03-20 Yao Qi <yao@codesourcery.com>
3555 * amd64-tdep.c (amd64_displaced_step_copy_insn): Complete missing "}" in
3558 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3560 Code cleanupp: Use cu_offset and sect_offset compile time type checking.
3561 * dwarf2expr.c (add_piece, dwarf_get_base_type, execute_stack_op)
3562 (ctx_no_dwarf_call, ctx_no_get_base_type): Use cu_offset and
3564 * dwarf2expr.h (cu_offset, sect_offset): New types.
3565 (struct dwarf_expr_context_funcs) <dwarf_call>
3566 (struct dwarf_expr_context_funcs) <get_base_type>: Use cu_offset and
3568 (struct dwarf_expr_context) <len>: Improve the comment.
3569 (struct dwarf_expr_piece, ctx_no_dwarf_call, ctx_no_get_base_type): Use
3570 cu_offset and sect_offset.
3571 * dwarf2loc.c (per_cu_dwarf_call, dwarf_expr_dwarf_call)
3572 (dwarf_expr_get_base_type, needs_frame_dwarf_call)
3573 (dwarf2_compile_expr_to_ax, disassemble_dwarf_expression): Likewise.
3574 * dwarf2loc.h: Include dwarf2expr.h.
3575 (dwarf2_fetch_die_location_block, dwarf2_get_die_type): Use cu_offset
3577 * dwarf2read.c (struct dwarf2_per_objfile) <debug_types_type_hash>:
3578 Improve the comment.
3579 (struct comp_unit_head, struct dwarf2_cu, struct dwarf2_per_cu_data)
3580 (struct signatured_type, struct line_header, struct partial_die_info)
3581 (struct die_info, find_partial_die, dwarf2_get_ref_die_offset)
3582 (lookup_signatured_type_at_offset, dwarf2_find_containing_comp_unit)
3583 (get_die_type_at_offset, create_cus_from_index)
3584 (create_signatured_type_table_from_index, dw2_get_file_names)
3585 (offset_in_cu_p, read_comp_unit_head, error_check_comp_unit_head)
3586 (read_and_check_comp_unit_head, read_and_check_type_unit_head)
3587 (create_debug_types_hash_table, process_psymtab_comp_unit)
3588 (load_partial_comp_unit, create_all_comp_units)
3589 (partial_die_parent_scope, partial_die_full_name, skip_one_die)
3590 (load_full_comp_unit, dwarf2_physname, read_import_statement)
3591 (inherit_abstract_dies, read_func_scope, read_call_site_scope)
3592 (dwarf2_add_member_fn, process_enumeration_scope, read_module_type)
3593 (read_typedef, die_hash, die_eq, read_full_die, dwarf2_read_abbrevs)
3594 (load_partial_dies, read_partial_die, find_partial_die_in_comp_unit)
3595 (find_partial_die, read_attribute_value, lookup_die_type)
3596 (dump_die_shallow, store_in_ref_table): Use cu_offset and sect_offset.
3597 (is_ref_attr): New function comment.
3598 (dwarf2_get_ref_die_offset): New function comment, new variable retval.
3599 Use cu_offset and sect_offset.
3600 (follow_die_offset, follow_die_ref, dwarf2_fetch_die_location_block)
3601 (dwarf2_get_die_type, follow_die_sig, lookup_signatured_type_at_offset)
3602 (load_full_type_unit, read_signatured_type, per_cu_header_read_in)
3603 (dwarf2_find_containing_comp_unit, struct dwarf2_offset_and_type)
3604 (offset_and_type_hash, offset_and_type_eq, set_die_type)
3605 (get_die_type_at_offset, partial_die_hash, partial_die_eq)
3606 (write_one_signatured_type, write_psymtabs_to_index): Use cu_offset and
3609 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3612 * python/py-auto-load.c (source_section_scripts): New variable back_to.
3613 Turn fclose and xfree calls into make_cleanup_fclose and make_cleanup
3615 (auto_load_objfile_script): Turn fclose into make_cleanup_fclose.
3617 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3619 * NEWS: Describe new options --init-command=FILE, -ix and
3620 --init-eval-command=COMMAND, -iex.
3621 * main.c (struct cmdarg): New enum items CMDARG_INIT_FILE and
3622 CMDARG_INIT_COMMAND.
3623 (captured_main): New enum items OPT_IX and OPT_IEX. Add
3624 "init-command", "init-eval-command", "ix" and "iex" to the variable
3625 long_options. Handle OPT_IX and OPT_IEX. Process them from CMDARG_VEC.
3626 New comment for CMDARG_FILE and CMDARG_COMMAND processing.
3627 (print_gdb_help): Describe --init-command=FILE, -ix and
3628 --init-eval-command=COMMAND, -iex.
3630 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
3633 * main.c (struct cmdarg): Move it here from main. Add more comments.
3634 (cmdarg_s, VEC (cmdarg_s)): New.
3635 (main): Move struct cmdarg from here. New variables cmdarg_vec and
3636 cmdarg_p. Remove variables cmdsize and ncmd and their initialization.
3637 Install cleanup for cmdarg_vec. Update filling for options 'x' and
3638 'X'. Replace cmdarg processing by cmdarg_vec processing. Remove xfree
3641 2012-03-19 Tom Tromey <tromey@redhat.com>
3643 * gnu-v3-abi.c (gnuv3_print_vtable): Initialize 'result_vec'.
3645 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
3648 * dwarf2read.c (process_full_comp_unit): Set LOCATIONS_VALID only for
3651 2012-03-16 Chris January <chris.january@allinea.com>
3653 * tui-tui.win.c (tui_resize_all): Use erase and clearok instead
3656 2012-03-16 Chris January <chris.january@allinea.com>
3658 * source.c (add_path): Use memmove instead of strcpy because the
3661 2012-03-16 Joel Brobecker <brobecker@adacore.com>
3663 * value.h (set_value_parent): Add declaration.
3664 * value.c (set_value_parent): New function.
3665 (value_address): If VALUE->PARENT is not NULL, then use it as
3666 the base address instead of VALUE->LOCATION.address.
3667 * ada-lang.c (ada_value_primitive_packed_val): Keep V's address
3668 the same as OBJ's address. Adjust V's offset accordingly.
3671 2012-03-16 Gary Benson <gbenson@redhat.com>
3673 PR breakpoints/10738
3674 * dwarf2read.c (use_deprecated_index_sections): New global.
3675 (struct partial_die_info): New member may_be_inlined.
3676 (read_partial_die): Set may_be_inlined where appropriate.
3677 (add_partial_subprogram): Add partial symbols for partial
3678 DIEs that may be inlined.
3679 (new_symbol_full): Add inlined subroutines to the current
3681 (write_psymtabs_to_index): Bump version number.
3682 (dwarf2_read_index): Read only version 6 indices unless
3683 use_deprecated_index_sections is set.
3684 * linespec.c (symbol_and_data_callback): New structure.
3685 (iterate_inline_only): New function.
3686 (iterate_over_all_matching_symtabs): New argument
3687 "include_inline". If nonzero, also call the callback for
3688 symbols representing inlined subroutines.
3689 (lookup_prefix_sym): Pass extra argument to the above.
3690 (find_function_symbols): Likewise.
3691 (add_matching_symbols_to_info): Likewise.
3692 * NEWS: Mention that GDB can now set breakpoints on inlined
3695 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
3697 * p-typeprint.c (pascal_type_print_method_args):
3698 Fix display of parameter of methods.
3700 2012-03-16 Pierre Muller <muller@ics.u-strasbg.fr>
3702 * amd64-windows-nat.c (_initialize_amd64_windows_nat):
3703 Add missing prototype.
3705 2012-03-16 Yao Qi <yao@codesourcery.com>
3706 Jan Kratochvil <jan.kratochvil@redhat.com>
3708 Fix false compilation warning.
3709 * gnu-v3-abi.c (print_one_vtable): Initialize ADDR.
3711 2012-03-15 Jonathan Larmour <jifl@eCosCentric.com>
3712 Pedro Alves <pedro@codesourcery.com>
3714 * arm-tdep.c: Include "remote.h" and "features/arm-with-m-fpa-layout.c".
3715 (arm_register_g_packet_guesses): New function.
3716 (arm_gdbarch_init): Don't force a target description with
3717 registers when the executable is detected as M-profile. Instead
3718 set gdbarch->tdep->is_m. Register `g' packet guesses.
3719 (_initialize_arm_tdep): Initialize the new target description.
3720 * features/arm-with-m-fpa-layout.xml: New description.
3721 * features/arm-with-m-fpa-layout.c: New, generated.
3723 2012-03-15 Joel Brobecker <brobecker@adacore.com>
3725 * breakpoint.c (breakpoint_xfer_memory): Add assertion.
3726 Update function description.
3727 (insert_bp_location): Do not wipe bl->target_info out.
3728 * mem-break.c: #include "gdb_string.h".
3729 (default_memory_insert_breakpoint): Do not call target_read_memory
3730 with a pointer to the breakpoint's shadow_contents buffer. Use
3731 a local buffer instead.
3732 * m32r-tdep.c (m32r_memory_insert_breakpoint): Ditto.
3734 2012-03-15 Tom Tromey <tromey@redhat.com>
3736 * NEWS: Mention "info vtbl", not "info vtable".
3737 * cp-support.c (info_vtbl_command): Fix comment.
3738 (_initialize_cp_support): Fix text.
3740 2012-03-15 Tom Tromey <tromey@redhat.com>
3742 * cp-valprint.c (cp_print_value_fields): Use
3743 print_function_pointer_address for vtable slot.
3745 2012-03-15 Tom Tromey <tromey@redhat.com>
3747 * gnu-v3-abi.c (struct value_and_voffset): New.
3748 (hash_value_and_voffset, eq_value_and_voffset)
3749 (compare_value_and_voffset, compute_vtable_size)
3750 (print_one_vtable, gnuv3_print_vtable): New functions.
3751 (init_gnuv3_ops): Initialize 'print_vtable' field.
3752 * cp-support.c (info_vtbl_command): New function.
3753 (_initialize_cp_support): Add "info vtbl".
3754 * cp-abi.h (cplus_print_vtable): Declare.
3755 (struct cp_abi_ops) <print_vtable>: New field.
3756 * cp-abi.c (cplus_print_vtable): New function.
3759 2012-03-15 Tom Tromey <tromey@redhat.com>
3761 * d-lang.c (d_language_defn) <la_iterate_over_symbols>: Set to
3762 iterate_over_symbols.
3764 2012-03-14 Doug Evans <dje@google.com>
3766 * dwarf2read.c (dwarf_stack_op_name): Add DW_OP_GNU_encoded_addr,
3767 DW_OP_GNU_parameter_ref.
3769 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3771 Fix double prompt of 'interpreter-exec mi'.
3772 * mi/mi-interp.c (mi_execute_command_input_handler): New prototype.
3773 (mi_interpreter_resume): use it.
3774 (mi_execute_command_input_handler): New function.
3775 * mi/mi-main.c (mi_execute_command): Move prompt printing to
3776 mi_execute_command_input_handler.
3778 2012-03-13 Josh Matthews <josh@joshmatthews.net> (tiny change)
3780 * darwin-nat-info.c (_initialize_darwin_info_commands): Add
3782 (darwin_debug_port_info): Make static.
3783 * darwin-nat.c (_initialize_darwin_inferior): Add prototype.
3784 * machoread.c (_initialize_machoread): Add prototype.
3785 * i386-darwin-nat.c (i386_darwin_dr_set, i386_darwin_dr_get)
3786 (i386_darwin_set_control, i386_darwin_get_control)
3787 i386_darwin_dr_set_addr, i386_darwin_get_addr)
3788 i386_darwin_get_status, i386_darwin_get_control):
3789 Comment out with HW_WATCHPOINT_NOT_YET_ENABLED macro.
3791 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3793 * ax-gdb.c (gen_usual_unary): Remove special handling of
3794 enum and bool types.
3796 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3798 * ax-gdb.c (gen_fetch): Add handling for TYPE_CODE_RANGE types.
3800 2012-03-13 Joel Brobecker <brobecker@adacore.com>
3802 * aix-thread.c (supply_fprs): Make more consistent with fill_fprs.
3804 2012-03-13 Chris January <chris.january@allinea.com>
3806 * aix-thread.c (fill_sprs): Store the floating point registers
3807 at the correct offsets into vals.
3809 2012-03-13 Doug Evans <dje@google.com>
3811 * NEWS: Mention symbol-reloading has been deleted.
3812 * symfile.c (symbol_reloading): Delete.
3813 (show_symbol_reloading): Delete.
3814 (_initialize_symfile): Delete set/show symbol-reloading.
3816 * dwarf2read.c (load_partial_comp_unit): Defer adding cu to
3817 read_in_chain until we have successfully read it in.
3818 (load_full_comp_unit): Ditto.
3819 (read_signatured_type): Add comment.
3821 2012-03-13 Chris January <chris.january@allinea.com>
3823 * stabsread.c (fix_common_block): Change type of valu argument
3826 2012-03-13 Chris January <chris.january@allinea.com>
3828 * rs6000-tdep.c (skip_prologue): Support the oril r29, r1, 0x0
3831 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3833 * common/linux-procfs.c (linux_proc_get_int): New, from
3834 linux_proc_get_tgid, change its LWPID type to pid_t, add parameter
3836 (linux_proc_get_tgid): Only call linux_proc_get_int.
3837 (linux_proc_get_tracerpid): New.
3838 (linux_proc_pid_has_state): New, from linux_proc_pid_is_zombie.
3839 (linux_proc_pid_is_stopped, linux_proc_pid_is_zombie): Only call
3840 linux_proc_pid_has_state.
3841 * common/linux-procfs.h (linux_proc_get_tracerpid): New declaration.
3842 * common/linux-ptrace.c: Include linux-procfs.h and buffer.h.
3843 (linux_ptrace_attach_warnings): New.
3844 * common/linux-ptrace.h (struct buffer, linux_ptrace_attach_warnings):
3846 * linux-nat.c: Include exceptions.h, linux-ptrace.h and buffer.h.
3847 (linux_nat_attach): New variables ex, buffer, message and message_s.
3848 Wrap to_attach by TRY_CATCH and call linux_ptrace_attach_warnings.
3850 2012-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
3852 * Makefile.in (linux-ptrace.o): New.
3853 * common/linux-procfs.c (linux_proc_pid_is_zombie): New,
3855 * common/linux-procfs.h (linux_proc_pid_is_zombie): New declaration.
3856 * common/linux-ptrace.c: New file.
3857 * config/alpha/alpha-linux.mh (NATDEPFILES): Add linux-ptrace.o.
3858 * config/arm/linux.mh: Likewise.
3859 * config/i386/linux.mh: Likewise.
3860 * config/i386/linux64.mh: Likewise.
3861 * config/ia64/linux.mh: Likewise.
3862 * config/m32r/linux.mh: Likewise.
3863 * config/m68k/linux.mh: Likewise.
3864 * config/mips/linux.mh: Likewise.
3865 * config/pa/linux.mh: Likewise.
3866 * config/powerpc/linux.mh: Likewise.
3867 * config/powerpc/ppc64-linux.mh: Likewise.
3868 * config/powerpc/spu-linux.mh: Likewise.
3869 * config/s390/s390.mh: Likewise.
3870 * config/sparc/linux.mh: Likewise.
3871 * config/sparc/linux64.mh: Likewise.
3872 * config/xtensa/linux.mh: Likewise.
3873 * linux-nat.c (linux_lwp_is_zombie): Remove, move it to
3874 common/linux-procfs.c.
3875 (wait_lwp): Rename linux_lwp_is_zombie to linux_proc_pid_is_zombie.
3877 2012-03-13 Hui Zhu <teawater@gmail.com>
3878 Pedro Alves <palves@redhat.com>
3880 * breakpoint.c (init_breakpoint_sal): New flags parameter. Handle
3881 CREATE_BREAKPOINT_FLAGS_INSERTED.
3882 (create_breakpoint_sal, create_breakpoints_sal)
3883 (base_breakpoint_create_breakpoints_sal)
3884 (tracepoint_create_breakpoints_sal)
3885 (strace_marker_create_breakpoints_sal): New flags parameter. Pass
3887 (break_command_1, handle_gnu_v3_exceptions, trace_command)
3888 (ftrace_command, strace_command): Adjust.
3889 (create_tracepoint_from_upload): Pass
3890 CREATE_BREAKPOINT_FLAGS_INSERTED.
3891 * breakpoint.h (enum breakpoint_create_flags): New.
3892 (create_breakpoint): New flags parameter.
3893 * mi/mi-cmd-break.c (mi_cmd_break_insert): Adjust.
3894 * python/py-breakpoint.c (bppy_init): Adjust.
3895 * python/py-finishbreakpoint.c (bpfinishpy_init): Adjust.
3896 * spu-tdep.c (spu_catch_start): Adjust.
3898 2012-03-13 Pedro Alves <palves@redhat.com>
3899 Hui Zhu <teawater@gmail.com>
3900 Yao Qi <yao@codesourcery.com>
3902 * remote.c (struct remote_state): New field `starting_up'.
3903 (remote_start_remote): Set and clear it.
3904 (remote_can_download_tracepoint): If starting up, return false.
3906 2012-03-13 Yao Qi <yao@codesourcery.com>
3908 * inferior.h (struct inferior): Remove fields any_syscall_count,
3909 syscalls_counts and total_syscalls_count. Move them to new
3910 struct catch_syscall_inferior_data in breakpoint.c.
3911 * breakpoint.c: Call DEF_VEC_I(int).
3912 (struct catch_syscall_inferior_data): New.
3913 (get_catch_syscall_inferior_data): New.
3914 (catch_syscall_inferior_data_cleanup): New.
3915 (insert_catch_syscall): Update to access data in
3916 struct catch_syscall_inferior_data.
3917 (insert_catch_syscall): Likewise.
3918 (remove_catch_syscall): Likewise.
3919 (remove_catch_syscall): Likewise.
3920 (is_syscall_catchpoint_enabled): Likewise.
3921 (add_catch_command): Likewise.
3922 (_initialize_breakpoint): Register cleanup.
3923 * breakpoint.h: Removed DEF_VEC_I(int).
3924 * dwarf2loc.c: Call DEF_VEC_I(int).
3925 * mi/mi-main.c: Likewise.
3927 2012-03-12 Mark Kettenis <kettenis@gnu.org>
3929 * inf-ptrace.c (inf_ptrace_post_attach): Make static.
3931 2012-03-12 Chris January <chris.january@allinea.com>
3933 * aix-thread.c (_initialize_aix_thread): Add prototype.
3934 * rs6000-nat.c (_initialize_rs6000_nat): Ditto.
3935 * xcoffsolib.c (_initialize_xcoffsolib): Ditto.
3937 2012-03-12 Joel Brobecker <brobecker@adacore.com>
3939 * amd64bsd-nat.c: Move #include of "amd64bsd-nat.h" after
3940 include of "amd64-nat.h".
3942 2012-03-12 Tom Tromey <tromey@redhat.com>
3944 * buildsym.c (record_pending_block): Now static.
3945 * buildsym.h: (record_pending_block): Remove.
3947 2012-03-12 Andreas Tobler <andreast@fgznet.ch>
3949 * amd64bsd-nat.c: Include amd64bsd-nat.h.
3951 2012-03-09 Tom Tromey <tromey@redhat.com>
3953 * dwarf2read.c (struct dwarf2_cu) <checked_producer,
3954 producer_is_gxx_lt_4_6>: New fields.
3955 (producer_is_gxx_lt_4_6): Use and update producer cache fields.
3957 2012-03-09 Tom Tromey <tromey@redhat.com>
3959 * dwarf2read.c (dwarf2_attr): Avoid tail-recursive call.
3961 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3963 * ravenscar-sparc-thread.c (_initialize_ravenscar_sparc): Add
3966 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3968 * ravenscar-thread.c (_initialize_ravenscar): Add prototype.
3970 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3972 Fix -Wmissing-prototypes build.
3973 * arm-linux-nat.c (get_thread_id): Make it static.
3974 * xtensa-linux-nat.c (get_thread_id): Likewise.
3976 2012-03-08 Joel Brobecker <brobecker@adacore.com>
3978 * server.c (process_point_options): If a conditional expression
3979 is found, only print a message if remote_debug is nonzero.
3981 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
3983 * ax-gdb.c (gen_fetch): Fail gracefully and use error instead
3984 of internal error for unknown/unsupported types.
3986 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3988 Fix CU relative vs. absolute DIE offsets.
3989 * dwarf2loc.h (dwarf2_fetch_die_location_block): Rename parameter
3990 offset to offset_in_cu.
3991 * dwarf2read.c (process_enumeration_scope): Add CU offset to
3993 (dwarf2_fetch_die_location_block): Rename parameter offset to
3994 offset_in_cu. New variable offset, add CU offset to OFFSET_IN_CU.
3996 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3998 * libunwind-frame.c: Rename to ...
3999 * ia64-libunwind-tdep.c: ... here.
4000 * libunwind-frame.h: Rename to ...
4001 * ia64-libunwind-tdep.h: ... here.
4002 * Makefile.in (HFILES_NO_SRCDIR): Rename libunwind-frame.h to
4003 ia64-libunwind-tdep.h.
4004 (ALLDEPFILES): Rename libunwind-frame.c to ia64-libunwind-tdep.c.
4005 * README (--with-libunwind): Rename to ...
4006 (--with-libunwind-ia64): ... here, note it is ia64 specific now.
4007 * config.in: Regenerate.
4008 * configure: Regenerate.
4009 * configure.ac: New option --with-libunwind-ia64, make the
4010 AS_HELP_STRING ia64 specific. Deprecate option --with-libunwind.
4011 Remove AC_DEFINE for HAVE_LIBUNWIND.
4012 * ia64-libunwind-tdep.c: Make the file top comment ia64 specific.
4013 Rename libunwind-frame.h #include to ia64-libunwind-tdep.h.
4014 Rename libunwind-frame in the general comment.
4015 * ia64-libunwind-tdep.h: Make the file top comment ia64 specific.
4016 Rename symbol LIBUNWIND_FRAME_H to IA64_TDEP_LIBUNWIND_FRAME_H.
4017 Move forward declarations inside #ifndef. Rename libunwind-frame in
4018 the general comment.
4019 * ia64-tdep.c: Rename libunwind-frame.h #include to
4020 ia64-libunwind-tdep.h.
4021 (ia64_gdb2uw_regnum, ia64_uw2gdb_regnum, ia64_is_fpreg)
4022 (ia64_libunwind_descr): Rename libunwind-frame to
4023 ia64-libunwind-tdep in these function comments.
4024 * ia64-tdep.h: Rename libunwind-frame.h #include to
4025 ia64-libunwind-tdep.h.
4026 * ia64-vms-tdep.c (ia64_vms_libunwind_descr): Rename libunwind-frame to
4027 ia64-libunwind-tdep in that data comment.
4029 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4031 * libunwind-frame.h (struct frame_unwind): New declaration.
4033 2012-03-08 Joel Brobecker <brobecker@adacore.com>
4035 * breakpoint.c (_initialize_breakpoint): Fix error in help of
4036 "set breakpoint condition-evaluation" command.
4038 2012-03-08 Tristan Gingold <gingold@adacore.com>
4040 * sparc-stub.c: Move to stubs/
4041 * sh-stub.c: Likewise.
4042 * m68k-stub.c: Likewise.
4043 * m32r-stub.c: Likewise.
4044 * i386-stub.c: Likewise.
4046 2012-03-08 Andreas Schwab <schwab@linux-m68k.org>
4048 * m68klinux-tdep.c (m68k_linux_init_abi): Register
4049 linux_get_siginfo_type.
4051 * m68klinux-nat.c: Include "gdb_proc_service.h".
4052 (PTRACE_GET_THREAD_AREA): Define.
4053 (ps_get_thread_area): New function.
4055 2012-03-08 Yao Qi <yao@codesourcery.com>
4057 * remote.c (remote_get_noisy_reply): Replace `sprintf' with
4059 (remote_query_attached): Likewise.
4060 (remote_static_tracepoint_marker_at): Likewise.
4061 (remote_set_permissions): Likewise.
4062 (remote_detach_1, extended_remote_attach_1): Likewise.
4063 (send_g_packet, remote_vkill): Likewise.
4064 (extended_remote_disable_randomization): Likewise.
4065 (remote_add_target_side_condition): Likewise.
4066 (remote_insert_breakpoint): Likewise.
4067 (remote_remove_breakpoint): Likewise.
4068 (remote_insert_watchpoint): Likewise.
4069 (remote_remove_watchpoint): Likewise.
4070 (remote_insert_hw_breakpoint): Likewise.
4071 (remote_insert_hw_breakpoint): Likewise.
4072 (remote_remove_hw_breakpoint): Likewise.
4073 (remote_download_command_source): Likewise.
4074 (remote_download_tracepoint): Likewise.
4075 (remote_download_trace_state_variable): Likewise.
4076 (remote_disable_tracepoint): Likewise.
4077 (remote_trace_set_readonly_regions): Likewise.
4078 (remote_get_tracepoint_status): Likewise.
4079 (remote_trace_find): Likewise.
4080 (remote_get_trace_state_variable_value): Likewise.
4081 (remote_set_disconnected_tracing): Likewise.
4082 (remote_set_circular_trace_buffer): Likewise.
4083 (remote_get_min_fast_tracepoint_insn_len): Likewise.
4084 (remote_use_agent): Likewise.
4085 (remote_add_target_side_condition): Add one parameter BUF_SIZE.
4088 2012-03-07 Pedro Alves <palves@redhat.com>
4090 * NEWS: Mention QProgramSignals.
4091 * inferior.h (update_signals_program_target): Declare.
4092 * infrun.c: (update_signals_program_target): New.
4093 (handle_command): Update the target of the new program signals
4095 * remote.c (PACKET_QProgramSignals): New enum.
4096 (last_program_signals_packet): New global.
4097 (remote_program_signals): New.
4098 (remote_start_remote): Update the target with the program signals
4100 (remote_protocol_features): Add entry for QPassSignals.
4101 (remote_open_1): Free anc clear last_program_signals_packet.
4102 (init_remote_ops): Install remote_program_signals.
4103 * target.c (update_current_target): Adjust.
4104 (target_program_signals): New.
4105 * target.h (struct target_ops) <to_program_signals>: New field.
4106 (target_program_signals): Declare.
4108 2012-03-07 Pedro Alves <palves@redhat.com>
4110 * NEWS: Add subtitle for new z0/z1 conditional breakpoint
4113 2012-03-07 Andreas Schwab <schwab@linux-m68k.org>
4115 * m68klinux-nat.c (getregs_supplies): Make static.
4116 (getfpregs_supplies): Likewise.
4117 (have_ptrace_getregs): Likewise.
4119 2012-03-06 Joel Brobecker <brobecker@adacore.com>
4121 * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset
4122 in call to get_die_type_at_offset.
4124 2012-03-06 Stan Shebs <stan@codesourcery.com>
4126 * mi/mi-cmd-break.c: Enforce coding standards, fix comments.
4127 * mi/mi-cmd-disas.c: Ditto.
4128 * mi/mi-cmd-env.c: Ditto.
4129 * mi/mi-cmd-file.c: Ditto.
4130 * mi/mi-cmd-stack.c: Ditto.
4131 * mi/mi-cmd-target.c: Ditto.
4132 * mi/mi-cmd-var.c: Ditto.
4133 * mi/mi-cmds.c: Ditto.
4134 * mi/mi-cmds.h: Ditto.
4135 * mi/mi-console.c: Ditto.
4136 * mi/mi-getopt.c: Ditto.
4137 * mi/mi-getopt.h: Ditto.
4138 * mi/mi-interp.c: Ditto.
4139 * mi/mi-main.c: Ditto.
4140 * mi/mi-out.c: Ditto.
4141 * mi/mi-parse.c: Ditto.
4142 * mi/mi-parse.h: Ditto.
4143 * mi/mi-symbol-cmds.c: Ditto.
4145 * mi/mi-getopt.h: Move mi_opt struct up.
4146 * mi/mi-main.c (captured_mi_execute_command): Remove redundant
4148 * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
4150 2012-03-06 Tom Tromey <tromey@redhat.com>
4152 * proc-service.c (ps_pglobal_lookup): Set the current program
4155 2012-03-06 Pedro Alves <palves@redhat.com>
4157 * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
4159 2012-03-05 Joel Brobecker <brobecker@adacore.com>
4161 * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
4163 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4166 * common/linux-osdata.c (linux_common_core_of_thread): New function
4168 * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1
4169 call by linux_common_core_of_thread.
4170 (linux_nat_core_of_thread_1): Remove.
4171 * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration.
4172 * linux-thread-db.c: Include linux-osdata.h.
4173 (update_thread_core): Replace linux_nat_core_of_thread_1 call by
4174 linux_common_core_of_thread.
4176 2012-03-05 Tom Tromey <tromey@redhat.com>
4178 * value.c (value_primitive_field): Don't fetch contents for
4181 2012-03-05 Tom Tromey <tromey@redhat.com>
4183 * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.
4185 2012-03-05 Andreas Arnez <arnez@linux.vnet.ibm.com>
4187 * s390-nat.c: Include "gregset.h".
4189 2012-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4191 * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8.
4192 [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define.
4193 (libunwind_load): New variable so_error, use it for dlerror. Try to
4194 load also LIBUNWIND_SO_7.
4196 2012-03-05 Pedro Alves <palves@redhat.com>
4198 * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer
4199 is not NULL, and remove resulting dead code.
4201 2012-03-05 Thomas Schwinge <thomas@codesourcery.com>
4203 * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the function
4204 prologue to sh_analyze_prologue.
4205 (sh_analyze_prologue): Make better use of such an upper limit, and
4206 generally be more cautious about accessing memory.
4208 2012-03-05 Tom Tromey <tromey@redhat.com>
4210 * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename from
4211 _initialize_ia64_hpux_tdep.
4213 2012-03-05 Pedro Alves <palves@redhat.com>
4217 * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and
4218 the register state is clear, supply explicit zero, instead of
4219 marking the register unavailable.
4221 2012-03-05 Tristan Gingold <gingold@adacore.com>
4223 * NEWS: Mention OpenVMS ia64 new target.
4225 2012-03-05 Tristan Gingold <gingold@adacore.com>
4227 * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h.
4228 (ia64_unw_accessors, ia64_unw_rse_accessors)
4229 (ia64_libunwind_descr): Declare.
4230 * ia64-vms-tdep.c: New file.
4231 * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors)
4232 (ia64_libunwind_descr): Make them public.
4233 * configure.tgt: Add ia64-*-*vms*.
4234 * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o
4235 (ALLDEPFILES): Add ia64-vms-tdep.c
4237 2012-03-05 Tristan Gingold <gingold@adacore.com>
4239 * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB.
4240 * remote.c (PACKET_qXfer_uib): New enum value.
4241 (remote_protocol_features): Add entry for PACKET_qXfer_uib.
4242 (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB.
4243 (_initialize_remote): Call add_packet_config_cmd for
4246 2012-03-05 Tristan Gingold <gingold@adacore.com>
4248 * osabi.c (gdb_osabi_names): Add OpenVMS.
4249 (generic_elf_osabi_sniffer): Likewise.
4250 * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
4252 2012-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4254 Removed unused code.
4255 * libunwind-frame.c (libunwind_frame_unwind)
4256 (libunwind_frame_base_address): Remove.
4257 * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
4259 2012-03-04 Yao Qi <yao@codesourcery.com>
4261 * common/agent.c (gdb_connect_sync_socket): Add _ markup and
4262 remove trailing new line.
4263 (agent_run_command, agent_run_command): Add _ markup.
4264 (agent_capability_check): Likewise.
4266 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4268 * breakpoint.c (set_condition_evaluation_mode): Set
4269 CONDITION_EVALUATION_MODE unconditionally.
4271 2012-03-03 Yao Qi <yao@codesourcery.com>
4273 * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'.
4274 * common/agent.h: Update declaration.
4275 * inf-child.c (inf_child_use_agent): New.
4276 (inf_child_can_use_agent): New.
4277 (inf_child_target): Initialize fields `to_use_agent'
4278 and `to_can_use_agent'.
4279 * agent.c (agent_new_objfile): New.
4280 (_initialize_agent): Add agent_new_objfile to new_objfile
4283 * linux-nat.c (linux_child_static_tracepoint_markers_by_strid):
4285 (linux_target_install_ops): Initialize field
4286 `to_static_tracepoint_markers_by_strid'.
4287 * remote.c (free_current_marker): Move it to ...
4288 * tracepoint.c (free_current_marker): ... here. New.
4289 (cleanup_target_stop): New.
4290 * tracepoint.h: Declare free_current_marker.
4291 * NEWS: Add one entry about `info static-tracepoint-marker'.
4293 2012-03-03 Yao Qi <yao@codesourcery.com>
4295 * common/agent.c (agent_loaded_p): New.
4296 (agent_look_up_symbols): New global.
4297 * common/agent.h: Declare agent_loaded_p.
4299 2012-03-03 Yao Qi <yao@codesourcery.com>
4301 * common/agent.c (struct ipa_sym_addresses) <addr_capability>: New.
4302 (agent_capability_check, agent_capability_invalidate): New.
4303 (symbol_list): New array element.
4304 * common/agent.h (enum agent_capa): New.
4305 * target.c (target_pre_inferior): Call agent_capability_invalidate.
4307 2012-03-03 Yao Qi <yao@codesourcery.com>
4309 * target.h (struct target_ops) <to_use_agent>: New field.
4310 (struct target_ops) <to_can_use_agent>: New field.
4311 (target_use_agent, target_can_use_agent): New macro.
4312 * target.c (update_current_target): Update.
4313 * remote.c: New enum `PACKET_QAgent'.
4314 (remote_protocol_features): Add a new element.
4315 (remote_use_agent, remote_can_use_agent): New.
4316 (init_remote_ops): Initialize field `can_use_agent' with
4317 remote_can_use_agent. Intiailize field `use_agent' with
4319 * common/agent.c (use_agent): New global.
4320 * common/agent.h: Declare it.
4321 * tracepoint.c (info_static_tracepoint_markers_command): Add
4323 * Makefile.in (SFILES): Add common/agent.c and agent.c.
4324 (COMMON_OBS): Add common/agent.o and agent.o
4325 (common-agent.o): New rule.
4328 2012-03-03 Yao Qi <yao@codesourcery.com>
4330 * common/agent.c: New.
4331 * common/agent.h: New.
4332 * configure.ac: Add `sys/socket.h' and `sys/un.h' to
4334 * configure, configh.in: Regenerated.
4336 2012-03-02 Kevin Buettner <kevinb@redhat.com>
4338 * sh-tdep.c (sh_frame_cache): Don't fetch the FPSCR register
4339 unless it exists for this architecture.
4341 2012-03-02 Joel Brobecker <brobecker@adacore.com>
4343 * language.h (struct language_defn): New "method" la_read_var_value.
4344 * findvar.c: #include "language.h".
4345 (default_read_var_value): Renames read_var_value. Rewrite
4346 function description.
4347 (read_var_value): New function.
4348 * value.h (default_read_var_value): Add prototype.
4349 * ada-lang.c (ada_read_renaming_var_value, ada_read_var_value):
4351 (ada_language_defn): Add entry for la_read_var_value.
4352 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, language.c,
4353 * m2-lang.c, objc-lang.c, opencl-lang.c, p-lang.c: Update
4354 language_defn structures to add entry for new la_read_var_value
4357 2012-03-02 Tom Tromey <tromey@redhat.com>
4358 Pedro Alves <palves@redhat.com>
4360 PR breakpoints/13776:
4361 * breakpoint.c (breakpoint_init_inferior): Delete step-resume
4363 (delete_longjmp_breakpoint_at_next_stop): New.
4364 * breakpoint.h (delete_longjmp_breakpoint_at_next_stop): Declare.
4365 * target.c (generic_mourn_inferior): Call mark_breakpoints_out
4366 before deleting the inferior. Add comments.
4367 * thread.c (clear_thread_inferior_resources): Don't delete lonjmp
4368 breakpoints immediately, but only on next stop. Move that code
4369 next to where we mark other breakpoints for deletion.
4371 2012-03-02 Joel Brobecker <brobecker@adacore.com>
4373 * mips-linux-nat.c (mips_linux_read_description): Add missing i18n
4375 * mips-tdep.c (mips_linux_reg_names): Improve comment to avoid ARI
4378 2012-03-02 Pedro Alves <palves@redhat.com>
4380 * linux-thread-db.c (attach_thread): Avoid in_thread_list call.
4382 2012-03-02 Ulrich Weigand <uweigand@de.ibm.com>
4384 Fix -Wmissing-prototypes build.
4385 * ppc-linux-nat.c (ppc_linux_get_hwcap): Make static.
4386 * remote-sim.c (gdbsim_has_all_memory): Likewise.
4387 (gdbsim_has_memory): Likewise.
4389 2012-03-02 Yao Qi <yao@codesourcery.com>
4391 Fix -Wmissing-prototypes build.
4392 * charset.c (phony_iconv_open): Make static.
4393 (phony_iconv_close, phony_iconv): Likewise.
4394 * i386-linux-nat.c (_initialize_i386_linux_nat): New prototype.
4395 * i386-windows-nat.c (_initialize_i386_windows_nat): New
4397 * mingw-hdep.c (_initialize_mingw_hdep): New prototype.
4398 * ser-mingw.c (create_select_thread): Make static.
4399 * windows-termcap.c (tgetent): New prototype.
4400 (tgetnum, tgetflag, tgetstr, tputs, tgoto): Likewise.
4402 2012-03-02 Zhang Yuanhui <asmwarrior@gmail.com>
4404 Fix -Wmissing-prototypes build.
4405 * windows-nat.c (dll_symbol_command, ctrl_c_handler): Make them static.
4406 (_initialize_windows_nat, _initialize_check_for_gdb_ini)
4407 (_initialize_loadable): New prototypes.
4409 2012-03-02 Doug Evans <dje@google.com>
4411 * dwarf2read.c (load_full_comp_unit): Remove unnecessary reading of
4412 abbrev table, read_comp_unit will do it.
4414 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4416 Fix -Wmissing-prototypes build.
4417 * alpha-tdep.c (alpha_deal_with_atomic_sequence): Make it static.
4418 * amd64-darwin-tdep.c (_initialize_amd64_darwin_tdep): New prototype.
4419 * amd64-windows-tdep.c (_initialize_amd64_windows_tdep): Likewise.
4420 * arm-symbian-tdep.c (arm_symbian_skip_trampoline_code): Make it static.
4421 (_initialize_arm_symbian_tdep): New prototype.
4422 * arm-wince-tdep.c (arm_wince_skip_main_prologue): Make it static.
4423 * i386-darwin-tdep.c (_initialize_i386_darwin_tdep): New prototype.
4424 * i386-linux-tdep.c (i386_linux_displaced_step_copy_insn): Make it
4426 * lm32-tdep.c (_initialize_lm32_tdep): New prototype.
4427 * microblaze-linux-tdep.c (_initialize_microblaze_linux_tdep): New
4429 * microblaze-tdep.c (microblaze_debug, microblaze_fetch_instruction)
4430 (microblaze_skip_prologue, microblaze_frame_cache): Make them static.
4431 * mips-linux-tdep.c (mips_linux_regset_from_core_section): Make it
4433 * moxie-tdep.c (moxie_process_record): Likewise.
4434 * remote-mips.c (mips_can_use_watchpoint, mips_insert_watchpoint)
4435 (mips_remove_watchpoint, mips_stopped_by_watchpoint): Make them static.
4436 * rl78-tdep.c (rl78_breakpoint_from_pc): Make it static.
4437 (_initialize_rl78_tdep): New prototype.
4438 * rx-tdep.c (rx_breakpoint_from_pc): Make it static.
4439 (_initialize_rx_tdep): New prototype.
4440 * solib-darwin.c (darwin_in_dynsym_resolve_code): Make it static.
4441 (_initialize_darwin_solib): New prototype.
4442 * solib-spu.c: Include solib-spu.h.
4443 (_initialize_spu_solib): New prototype.
4444 * spu-multiarch.c (_initialize_spu_multiarch): New prototype.
4445 * tic6x-tdep.c (tic6x_analyze_prologue, tic6x_skip_prologue)
4446 (tic6x_breakpoint_from_pc, tic6x_frame_unwind_cache)
4447 (tic6x_software_single_step): Make it static.
4448 (_initialize_tic6x_tdep): New prototype.
4450 2012-03-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4452 Fix -Wmissing-prototypes build.
4453 * cris-tdep.c (cris_can_use_hardware_watchpoint)
4454 (cris_region_ok_for_watchpoint, cris_stopped_data_address): Remove.
4456 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4458 Fix -Wmissing-prototypes build.
4459 * frv-tdep.c (frv_check_watch_resources, frv_stopped_data_address)
4460 (frv_have_stopped_data_address): Remove.
4462 2012-03-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4464 Fix -Wmissing-prototypes build.
4465 * Makefile.in (HFILES_NO_SRCDIR): Add sh64-tdep.h.
4466 * sh-tdep.c: Include sh64-tdep.h.
4467 * sh-tdep.h (sh64_gdbarch_init, sh64_show_regs): Remove declarations.
4468 * sh64-tdep.c: Include sh64-tdep.h.
4469 * sh64-tdep.h: New file.
4471 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4473 * mips-tdep.c (mips32_scan_prologue): Correct indentation.
4475 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4477 * mips-tdep.c (mips_gdbarch_init): Only set pc_regnum and
4478 sp_regnum once the gdbarch_init_osabi hook has been called.
4480 2012-03-01 Maciej W. Rozycki <macro@codesourcery.com>
4482 * mips-tdep.c (mips32_bc1_pc): New function.
4483 (mips32_next_pc): Handle BC1ANY2F, BC1ANY2T, BC1ANY4F, BC1ANY4T,
4484 BPOSGE32 and BPOSGE64 instructions.
4485 (deal_with_atomic_sequence): Likewise.
4486 (mips32_instruction_has_delay_slot): Likewise.
4488 2012-03-01 Maciej W. Rozycki <macro@mips.com>
4489 Chris Dearman <chris@mips.com>
4490 Maciej W. Rozycki <macro@codesourcery.com>
4491 Joseph Myers <joseph@codesourcery.com>
4493 * features/mips-dsp.xml: New file.
4494 * features/mips64-dsp.xml: New file.
4495 * features/mips-dsp-linux.xml: New file.
4496 * features/mips64-dsp-linux.xml: New file.
4497 * features/Makefile (WHICH): Add mips-dsp-linux and
4499 (mips-dsp-expedite, mips64-dsp-expedite): New variables.
4500 * features/mips-dsp-linux.c: New file.
4501 * features/mips64-dsp-linux.c: New file.
4502 * regformats/mips-dsp-linux.dat: New file.
4503 * regformats/mips64-dsp-linux.dat: New file.
4504 * mips-linux-nat.c (mips_linux_register_addr): Handle DSP
4506 (mips64_linux_register_addr): Likewise.
4507 (mips64_linux_regsets_fetch_registers): Likewise.
4508 (mips64_linux_regsets_store_registers): Likewise.
4509 (mips64_linux_fetch_registers): Update call to
4510 mips64_linux_regsets_fetch_registers.
4511 (mips64_linux_store_registers): Update call to
4512 mips64_linux_regsets_store_registers.
4513 (mips_linux_read_description): Probe for DSP registers.
4514 (_initialize_mips_linux_nat): Call initialize_tdesc_mips_dsp_linux
4515 and initialize_tdesc_mips64_dsp_linux.
4516 * mips-linux-tdep.c (supply_gregset, mips64_supply_gregset):
4517 Remove padding of no longer used embedded register slots.
4518 * mips-linux-tdep.h (DSP_BASE, DSP_CONTROL): New macros.
4519 (MIPS_RESTART_REGNUM): Redefine enum value.
4520 * mips-tdep.c (mips_generic_reg_names): Remove trailing null
4522 (mips_tx39_reg_names): Likewise.
4523 (mips_linux_reg_names): New array of register names for Linux
4525 (mips_register_name): Check for a null pointer in
4526 mips_processor_reg_names and return an empty string.
4527 (mips_register_type): Exclude embedded registers for the IRIX
4529 (mips_pseudo_register_type): Likewise. Use dynamic numbers to
4530 refer to FP registers, LO, HI, BadVAddr, Cause and PC. Handle
4532 (mips_stab_reg_to_regnum): Handle DSP accumulators.
4533 (mips_dwarf_dwarf2_ecoff_reg_to_regnum): Likewise.
4534 (mips_gdbarch_init): Likewise. Initialize internal register
4535 indices for the Linux ABI. Use dynamic numbers to refer to
4536 registers, as applicable, while parsing the target description.
4537 * mips-tdep.h (struct mips_regnum): Add dspacc/dspctl offsets.
4539 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4541 * frame.h (read_frame_register_unsigned): Fix typo in function
4544 2012-03-01 Pedro Alves <palves@redhat.com>
4546 * jit-reader.in [!__cplusplus]
4547 (GDB_DECLARE_GPL_COMPATIBLE_READER): Add missing backslash.
4549 2012-03-01 Pedro Alves <palves@redhat.com>
4551 * configure.ac (build_warnings): Add -Wmissing-prototypes.
4552 * configure: Regenerate.
4554 2012-03-01 Pedro Alves <palves@redhat.com>
4556 * amd64-linux-tdep.c (amd64_linux_record_signal): Make static.
4557 * breakpoint.c (create_exception_master_breakpoint, trace_command)
4558 (ftrace_command, strace_command): Make static.
4559 * d-lang.c (_initialize_d_language): Declare.
4560 * dwarf2expr.c (_initialize_dwarf2expr): Declare.
4561 * dwarf2loc.c (_initialize_dwarf2loc):
4562 * dwarf2read.c (process_psymtab_comp_unit): Make static.
4563 * exec.c (exec_get_section_table): Make static.
4564 * i386-linux-tdep.c (i386_linux_record_signal): Make static.
4565 * infcmd.c (ensure_valid_thread, ensure_not_tfind_mode): Make static.
4566 * inferior.c (remove_inferior_command, add_inferior_command)
4567 (clone_inferior_command): Make static.
4568 * linux-nat.c (linux_nat_thread_address_space)
4569 (linux_nat_core_of_thread): Make static.
4570 * linux-tdep.c (_initialize_linux_tdep): Declare.
4571 * objc-lang.c (_initialize_objc_lang): Declare.
4572 * opencl-lang.c (builtin_opencl_type, opencl_language_arch_info):
4574 (_initialize_opencl_language): Declare.
4575 * record.c (_initialize_record): Declare.
4576 * remote.c (demand_private_info, remote_get_tib_address)
4577 (remote_supports_cond_tracepoints)
4578 (remote_supports_fast_tracepoints, remote_get_tracepoint_status):
4580 * skip.c (_initialize_step_skip): Declare.
4581 * symtab.c (skip_prologue_using_lineinfo): Make static.
4582 * tracepoint.c (delete_trace_state_variable)
4583 (trace_variable_command, delete_trace_variable_command)
4584 (get_uploaded_tsv, find_matching_tracepoint_location)
4585 (find_matching_tsv, create_tsv_from_upload, get_traceframe_info):
4587 * value.c (pack_unsigned_long): Make static.
4588 * varobj.c (varobj_ensure_python_env): Make static.
4589 * windows-tdep.c (_initialize_windows_tdep): Declare.
4590 * xml-syscall.c (make_cleanup_free_syscalls_info): Make static.
4592 2012-03-01 Pedro Alves <palves@redhat.com>
4594 * linux-tdep.c (linux_has_shared_address_space): Make static. Add
4596 (linux_init_abi): Install it as has_shared_address_space gdbarch
4599 2012-03-01 Pedro Alves <palves@redhat.com>
4601 * observer.c (observer_test_first_notification_function)
4602 (observer_test_second_notification_function)
4603 (observer_test_third_notification_function): Add declarations.
4605 2012-03-01 Pedro Alves <palves@redhat.com>
4607 * common/signals.c (default_target_signal_to_host)
4608 (default_target_signal_from_host): Move ...
4609 * arch-utils.c: ... here.
4610 * arch-utils.h (default_target_signal_to_host)
4611 (default_target_signal_from_host): Declare.
4613 * common/signals.c (target_signal_from_command): Move ...
4614 * infrun.c: ... here.
4615 * inferior.h (target_signal_from_command): Declare.
4616 * target.h (target_signal_from_command)
4617 (default_target_signal_from_host, default_target_signal_to_host):
4618 Delete declarations.
4620 * common/signals.c (_initialize_signals): Delete.
4622 2012-03-01 Pedro Alves <palves@redhat.com>
4624 * jit-reader.in (plugin_is_GPL_compatible): Add declarations for
4625 both __cplusplus and !__cplusplus.
4627 2012-03-01 Pedro Alves <palves@redhat.com>
4629 * psymtab.c (find_and_open_source): Delete declaration.
4630 * source.c (find_and_open_source): Move comment ...
4631 * source.h (find_and_open_source): ... to this new declaration.
4633 2012-03-01 Pedro Alves <palves@redhat.com>
4635 * inline-frame.c: Include inline-frame.h.
4637 2012-03-01 Pedro Alves <palves@redhat.com>
4639 * tui/tui-data.c (set_gen_win_origin): Delete.
4640 * tui/tui-data.h (tui_set_gen_win_origin): Delete declaration.
4641 * tui/tui-regs.c (tui_last_reg_element_no_in_line): Delete.
4643 2012-03-01 Pedro Alves <palves@redhat.com>
4645 * remote.c (encode_actions): Delete declaration.
4646 * tracepoint.c (encode_actions): Make extern.
4647 * tracepoint.h (encode_actions): Declare.
4649 2012-03-01 Pedro Alves <palves@redhat.com>
4651 * python/py-breakpoint.c: Include python.h.
4652 * python/py-continueevent.c (create_continue_event_object): Make
4654 * python/py-lazy-string.c (stpy_get_type): Make static.
4655 * python/py-newobjfileevent.c (create_new_objfile_event_object):
4657 * python/py-utils.c (unicode_to_target_python_string): Make
4659 * python/py-value.c: Include python.h.
4661 2012-03-01 Pedro Alves <palves@redhat.com>
4663 * inferior.c (delete_threads_of_inferior): Delete.
4665 2012-03-01 Pedro Alves <palves@redhat.com>
4667 Import fallback definitions from glibc.
4669 * gdb_proc_service.h [!HAVE_PROC_SERVICE_H] (struct
4670 ps_prochandle): Forward declare.
4671 (ps_err_e): Use glibc's comments.
4672 [!HAVE_PROC_SERVICE_H] (ps_pdread, ps_pdwrite, ps_ptread)
4673 (ps_ptwrite, ps_lgetregs, ps_lsetregs, ps_lgetfpregs)
4674 (ps_lsetfpregs, ps_getpid, ps_get_thread_area, ps_pglobal_lookup)
4675 (ps_pstop, ps_pcontinue, ps_lstop, ps_lcontinue, ps_lgetxregsize)
4676 (ps_lgetxregs, ps_lsetxregs, ps_plog): Declare.
4677 (struct ps_prochandle): Adjust comment.
4679 2012-03-01 Pedro Alves <palves@redhat.com>
4681 * ada-lang.c (ada_modulus_from_name): Delete.
4682 * ada-lex.l (lexer_init): Make static.
4684 2012-03-01 Pedro Alves <palves@redhat.com>
4688 * frame.c (read_frame_register_unsigned): New.
4689 * frame.h (read_frame_register_unsigned): Declare.
4690 * i387-tdep.c (print_i387_status_word): New parameter `status_p'.
4692 (print_i387_control_word): New parameter `control_p'. Handle it.
4693 (i387_print_float_info): Handle unavailable float registers.
4695 2012-03-01 Keith Seitz <keiths@redhat.com>
4697 * linespec.c (decode_line_2): Sort the list of methods
4698 alphabetically before presenting the user with a selection
4701 2012-03-01 Doug Evans <dje@google.com>
4703 * dwarf2read.c (dwarf2_cu): Remove unused members has_form_ref_addr,
4705 (dwarf2_read_abbrevs): Remove corresponding initialization.
4707 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
4709 * NEWS: Mention new python command class gdb.COMMAND_USER.
4710 * cli/cli-cmds.c (show_user): Print error when used on a python
4712 (init_cli_cmds): Update documentation strings for "show user" and
4713 "set/show max-user-call-depth" to clarify that it does not apply to
4715 * python/py-cmd.c (cmdpy_init): Treat class_user as a valid class in
4717 (gdbpy_initialize_commands): Add COMMAND_USER as a constant in
4719 * top.c (execute_command): Only execute a user-defined command as a
4720 legacy macro if c->user_commands is set.
4722 2012-03-01 Tom Tromey <tromey@redhat.com>
4724 * valprint.h (struct generic_val_print_decorations): New.
4725 (generic_val_print): Declare.
4726 * valprint.c (generic_val_print): New function.
4727 * p-valprint.c (p_decorations): New global.
4728 (pascal_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM,
4729 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_RANGE, TYPE_CODE_INT,
4730 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ERROR, TYPE_CODE_UNDEF,
4731 TYPE_CODE_BOOL, TYPE_CODE_CHAR>: Call generic_val_print.
4732 * m2-valprint.c (m2_decorations): New global.
4733 (m2_val_print) <TYPE_CODE_REF, TYPE_CODE_ENUM, TYPE_CODE_FUNC,
4734 TYPE_CODE_BOOL, TYPE_CODE_RANGE, TYPE_CODE_INT, TYPE_CODE_CHAR,
4735 TYPE_CODE_FLT, TYPE_CODE_METHOD, TYPE_CODE_VOID, TYPE_CODE_UNDEF,
4736 TYPE_CODE_ERROR>: Call generic_val_print.
4737 * f-valprint.c (f_decorations): New global.
4738 (f_val_print): Use print_function_pointer_address.
4739 <TYPE_CODE_REF, TYPE_CODE_FUNC, TYPE_CODE_CHAR, TYPE_CODE_FLAGS,
4740 TYPE_CODE_FLT, TYPE_CODE_VOID, TYPE_CODE_ENUM, TYPE_CODE_RANGE,
4741 TYPE_CODE_BOOL, TYPE_CODE_COMPLEX, TYPE_CODE_UNDEF>: Call
4743 * c-valprint.c (c_decorations): New global.
4744 (c_val_print) <TYPE_CODE_MEMBERPTR, TYPE_CODE_REF, TYPE_CODE_ENUM,
4745 TYPE_CODE_FLAGS, TYPE_CODE_FUNC, TYPE_CODE_METHOD, TYPE_CODE_BOOL,
4746 TYPE_CODE_RANGE, TYPE_CODE_CHAR, TYPE_CODE_FLT,
4747 TYPE_CODE_DECFLOAT, TYPE_CODE_VOID, TYPE_CODE_ERROR,
4748 TYPE_CODE_UNDEF, TYPE_CODE_COMPLEX>: Call generic_val_print.
4749 * ada-valprint.c (ada_val_print_1) <TYPE_CODE_FLAGS>: Remove
4752 2012-03-01 Tom Tromey <tromey@redhat.com>
4754 * valprint.c (val_print): Update.
4755 * p-valprint (pascal_val_print): Return void.
4756 * p-lang.h (pascal_val_print): Return void.
4757 * m2-valprint.c (m2_val_print): Return void.
4758 * m2-lang.h (m2_val_print): Return void.
4759 * language.h (struct language_defn) <la_val_print>: Return void.
4760 * language.c (unk_lang_val_print): Return void.
4761 * jv-valprint.c (java_val_print): Return void.
4762 * jv-lang.h (java_val_print): Return void.
4763 * f-valprint.c (f_val_print): Return void.
4764 * f-lang.h (f_val_print): Return void.
4765 * d-valprint.c (d_val_print): Return void.
4766 (dynamic_array_type): Update.
4767 * d-lang.h (d_val_print): Return void.
4768 * c-valprint.c (c_val_print): Return void.
4769 * c-lang.h (c_val_print): Return void.
4770 * ada-valprint.c (ada_vada_val_print, ada_val_print_1): Return
4772 * ada-lang.h (ada_val_print): Return void.
4774 2012-03-01 Tom Tromey <tromey@redhat.com>
4776 * value.h (val_print): Return void.
4777 * valprint.c (val_print): Return void.
4779 2012-03-01 Tom Tromey <tromey@redhat.com>
4781 * value.h (common_val_print): Return void.
4782 * valprint.c (common_val_print): Return void.
4784 2012-03-01 Tom Tromey <tromey@redhat.com>
4786 * value.h (value_print): Return void.
4787 * valprint.c (value_print): Return void.
4788 * p-valprint.c (pascal_value_print): Return void.
4789 * p-lang.h (pascal_value_print): Return void.
4790 * language.h (struct language_defn) <la_value_print>: Return
4792 * language.c (unk_lang_value_print): Return void.
4793 * jv-valprint.c (java_value_print): Return void.
4794 * jv-lang.h (java_value_print): Return void.
4795 * f-valprint.c (c_value_print): Don't declare.
4797 * c-valprint.c (c_value_print): Return void.
4798 * c-lang.h (c_value_print): Return void.
4799 * ada-valprint.c (ada_value_print): Return void.
4800 * ada-lang.h (ada_value_print): Return void.
4802 2012-03-01 Tom Tromey <tromey@redhat.com>
4804 * value.c (value_primitive_field): Handle virtual base classes.
4806 2012-03-01 Tom Tromey <tromey@redhat.com>
4808 * gdbtypes.h (struct vbase): Remove.
4810 2012-03-01 Tom Tromey <tromey@redhat.com>
4812 * c-valprint.c (print_function_pointer_address): Move...
4813 * valprint.c: ... here. Make non-static.
4814 * m2-valprint.c (print_function_pointer_address): Remove.
4815 * valprint.h (print_function_pointer_address): Declare.
4817 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4819 * NEWS: Document the fact that one can provide a condition when
4820 creating an Ada exception catchpoint.
4822 2012-03-01 Tom Tromey <tromey@redhat.com>
4824 * valprint.c (val_print_type_code_flags): Fix placement of
4827 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4829 * copyright.py (MULTILINE_COMMENT_PREFIXES): Delete.
4830 (update_files): Do not set MULTILINE_COMMENT_PREFIXES
4831 environment variable before calling update-copyright.
4833 2012-03-01 Joel Brobecker <brobecker@adacore.com>
4835 * gnulib/extra/update-copyright: Update to the latest from
4836 gnulib's git repository.
4837 * copyright.py: Set UPDATE_COPYRIGHT_USE_INTERVALS environment
4838 variable to 2 instead of 1.
4840 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4842 * varobj.c (c_value_of_variable): Remove dead code.
4844 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4846 * ada-lex.p (processId): Do not modify already encoded IDs.
4847 Update function documentation.
4849 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4851 * ada-lang.h (ada_find_renaming_symbol): Replace parameter
4852 "name" with "struct symbol *name_sym".
4853 * ada-exp.y (write_var_or_type): Update call to
4854 ada_find_renaming_symbol.
4855 "name" with "struct symbol *name_sym". Adjust Implementation
4856 accordingly. Adjust the function documentation.
4858 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4860 * ada-lang.h (ada_find_any_symbol, ada_find_any_type): Delete.
4861 * ada-lang.c (ada_find_any_type): Add advance declaration.
4862 Make static. Replace ada_find_any_symbol by
4863 ada_find_any_type_symbol.
4864 (ada_find_any_type_symbol): Renames ada_find_any_symbol.
4865 Improve function description. Make static.
4866 (ada_find_renaming_symbol, find_old_style_renaming_symbol):
4867 Replace ada_find_any_symbol by ada_find_any_type_symbol.
4869 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4871 * ada-lang.c (struct tag_args): Delete.
4872 (ada_get_tsd_type): Function body moved up in source file.
4873 (ada_tag_name_1, ada_tag_name_2): Delete.
4874 (ada_get_tsd_from_tag): New function.
4875 (ada_tag_name_from_tsd): New function.
4876 (ada_tag_name): Use a TRY_CATCH block instead of catch_errors
4877 to determine the tag name.
4879 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4881 * ada-lang.h (ada_get_decoded_value, ada_get_decoded_type): Add
4883 * ada-lang.c (ada_get_decoded_value, ada_get_decoded_type): New
4886 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4888 * ada-lang.c (ada_is_ignored_field): Rewrite wrong comment.
4890 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4892 * ada-lang.c (ada_lookup_symbol_list): Only cache the result of
4895 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4897 * ada-lang.c (constrained_packed_array_type): If there is a
4898 parallel XA type, use it to determine the array index type.
4900 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4902 * ada-valprint.c (ada_val_print_1): If our value is a reference
4903 to an array descriptor, dereference it before converting it
4906 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4908 * ada-lang.c (ada_to_fixed_value): Call unwrap_value before
4909 creating fixed value.
4910 (ada_value_ind, ada_coerce_ref, assign_component)
4911 (ada_evaluate_subexp): Remove call to unwrap_value before
4912 call to ada_to_fixed_value.
4914 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4916 * ada-lang.c (to_fixed_array_type): Set result's type name.
4918 2012-02-29 Joel Brobecker <brobecker@adacore.com>
4920 * ada-lang.c (catch_ada_exception_command_split): Add new
4921 argument cond_string. Add support for condition at end of
4922 "catch exception" commands.
4923 (ada_decode_exception_location): Add new argument cond_string.
4924 Update call to catch_ada_exception_command_split.
4925 (create_ada_exception_catchpoint): Add new argument cond_string.
4926 Set the breakpoint condition if needed.
4927 (catch_ada_exception_command): Update call to
4928 ada_decode_exception_location.
4929 (ada_decode_assert_location): Add function documentation.
4930 Add support for condition at end of "catch assert" command.
4931 (catch_assert_command): Update calls to ada_decode_assert_location
4932 and create_ada_exception_catchpoint.
4934 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4936 Fix disp-step-syscall.exp: fork: single step over fork.
4937 * i386-linux-tdep.c (-i386_linux_get_syscall_number): Rename to ...
4938 (i386_linux_get_syscall_number_from_regcache): ... here, new function
4939 comment, change parameters gdbarch and ptid to regcache. Remove
4940 parameter regcache, initialize gdbarch from regcache here.
4941 (i386_linux_get_syscall_number, i386_linux_displaced_step_copy_insn):
4943 (i386_linux_init_abi): Install i386_linux_displaced_step_copy_insn
4945 * i386-tdep.c (i386_syscall_p): Check also for 'sysenter' and
4946 'syscall'. Make the 'int' check more strict.
4948 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4950 Fix reverse mode for syscall on AMD CPUs in 32-bit mode.
4951 * i386-linux-tdep.c (i386_linux_intx80_sysenter_record): Rename to ...
4952 (i386_linux_intx80_sysenter_syscall_record): ... here.
4953 (i386_linux_init_abi): Initialize also I386_SYSCALL_RECORD.
4954 Use the renamed function name.
4956 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
4958 * arm-linux-tdep.c (arm_linux_copy_svc): Reset stale FRAME.
4959 * breakpoint.c (until_break_command): Likewise.
4960 * elfread.c (elf_gnu_ifunc_resolver_stop): Likewise.
4961 * infcall.c (call_function_by_hand): Likewise.
4962 * infcmd.c (finish_forward): Likewise.
4963 * infrun.c (insert_exception_resume_breakpoint): Likewise.
4965 2012-02-28 Tristan Gingold <gingold@adacore.com>
4967 * ada-tasks.c (ada_tasks_inferior_data_sniffer): Rework code to
4968 avoid variable assignments inside condition.
4970 2012-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4972 Fix static analysis issue found by cppcheck.
4973 * microblaze-tdep.c (microblaze_extract_return_value): Fix
4974 uninitialized BUF for size 2.
4976 2012-02-27 Chris Dearman <chris@mips.com>
4977 Nathan Froyd <froydnj@codesourcery.com>
4978 Maciej W. Rozycki <macro@codesourcery.com>
4980 * mips-tdep.c (mips32_instruction_has_delay_slot): New function.
4981 (mips16_instruction_has_delay_slot): Likewise.
4982 (mips_segment_boundary): Likewise.
4983 (mips_adjust_breakpoint_address): Likewise.
4984 (mips_gdbarch_init): Use mips_adjust_breakpoint_address.
4986 2012-02-27 Maciej W. Rozycki <macro@mips.com>
4987 Maciej W. Rozycki <macro@codesourcery.com>
4989 * infrun.c (handle_inferior_event): Don't proceed through
4990 shared library trampolines if stepping at the machine
4993 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
4995 * mips-linux-tdep.c (mips_linux_init_abi): Set num_pseudo_regs
4998 2012-02-27 Thomas Schwinge <thomas@codesourcery.com>
5000 * sh-tdep.c (sh_make_stub_cache, sh_stub_this_id)
5001 (sh_stub_unwind_sniffer): New functions.
5002 (sh_stub_unwind): New variable.
5003 (sh_gdbarch_init): Wire everything.
5005 2012-02-27 Pedro Alves <palves@redhat.com>
5007 * linux-nat.c (pid_is_stopped): Delete, moved to common/.
5008 (linux_nat_post_attach_wait): Adjust to use
5009 linux_proc_pid_is_stopped.
5010 * common/linux-procfs.h (linux_proc_pid_is_stopped): Declare.
5011 * common/linux-procfs.c (linux_proc_pid_is_stopped): New function,
5012 based on pid_is_stopped from both linux-nat.c and
5013 gdbserver/linux-low.c, and renamed.
5015 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
5017 * remote.c (remote_watchpoint_addr_within_range): New function.
5018 (init_remote_ops): Use it.
5020 2012-02-24 Maciej W. Rozycki <macro@codesourcery.com>
5022 * target.h (target_watchpoint_addr_within_range): Document macro.
5024 2012-02-24 Pedro Alves <palves@redhat.com>
5026 * stack.c (set_last_displayed_sal): Issue internal_error instead
5027 of warning, and issue it after clearing the last displayed sal.
5029 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5030 Pedro Alves <palves@redhat.com>
5032 * breakpoint.c (until_break_command): Install breakpoints after
5033 all frame manipulations.
5035 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5037 * remote.c (remote_supports_cond_breakpoints): New forward
5039 (remote_add_target_side_condition): New function.
5040 (remote_insert_breakpoint): Add target-side breakpoint
5041 conditional if supported.
5042 (remote_insert_hw_breakpoint): Likewise.
5043 (init_remote_ops): Set to_supports_evaluation_of_breakpoint_conditions
5046 * target.c (update_current_target): Inherit
5047 to_supports_evaluation_of_breakpoint_conditions.
5048 Default to_supports_evaluation_of_breakpoint_conditions to return_zero.
5050 * target.h (struct target_ops)
5051 <to_supports_evaluation_of_breakpoint_conditions>: New field.
5052 (target_supports_evaluation_of_breakpoint_conditions): New #define.
5054 * breakpoint.c (get_first_locp_gte_addr): New forward declaration.
5055 (condition_evaluation_both, condition_evaluation_auto,
5056 condition_evaluation_host, condition_evaluation_target,
5057 condition_evaluation_enums, condition_evaluation_mode_1,
5058 condition_evaluation_mode): New static globals.
5059 (translate_condition_evaluation_mode): New function.
5060 (breakpoint_condition_evaluation_mode): New function.
5061 (gdb_evaluates_breakpoint_condition_p): New function.
5062 (ALL_BP_LOCATIONS_AT_ADDR): New helper macro.
5063 (mark_breakpoint_modified): New function.
5064 (mark_breakpoint_location_modified): New function.
5065 (set_condition_evaluation_mode): New function.
5066 (show_condition_evaluation_mode): New function.
5067 (bp_location_compare_addrs): New function.
5068 (get_first_location_gte_addr): New helper function.
5069 (set_breakpoint_condition): Free condition bytecode if locations
5070 has become unconditional. Call mark_breakpoint_modified (...).
5071 (condition_command): Call update_global_location_list (1) for
5073 (breakpoint_xfer_memory): Use is_breakpoint (...).
5074 (is_breakpoint): New function.
5075 (parse_cond_to_aexpr): New function.
5076 (build_target_condition_list): New function.
5077 (insert_bp_location): Handle target-side conditional
5078 breakpoints and call build_target_condition_list (...).
5079 (update_inserted_breakpoint_locations): New function.
5080 (insert_breakpoint_locations): Handle target-side conditional
5082 (bpstat_check_breakpoint_conditions): Add comment.
5083 (bp_condition_evaluator): New function.
5084 (bp_location_condition_evaluator): New function.
5085 (print_breakpoint_location): Print information on where the condition
5087 (print_one_breakpoint_location): Likewise.
5088 (init_bp_location): Call mark_breakpoint_location_modified (...) for
5089 breakpoint location.
5090 (force_breakpoint_reinsertion): New functions.
5091 (update_global_location_list): Handle target-side breakpoint
5093 Reinsert locations that are already inserted if conditions have
5095 (bp_location_dtor): Free agent expression bytecode.
5096 (disable_breakpoint): Call mark_breakpoint_modified (...).
5097 Call update_global_location_list (...) with parameter 1 for breakpoints.
5098 (disable_command): Call mark_breakpoint_location_modified (...).
5099 Call update_global_location_list (...) with parameter 1 for breakpoints.
5100 (enable_breakpoint_disp): Call mark_breakpoint_modified (...).
5101 (enable_command): mark_breakpoint_location_modified (...).
5102 (_initialize_breakpoint): Update documentation and add
5103 condition-evaluation breakpoint subcommand.
5105 * breakpoint.h: Include ax.h.
5106 (condition_list): New data structure.
5107 (condition_status): New enum.
5108 (bp_target_info) <cond_list>: New field.
5109 (bp_location) <condition_changed, cond_bytecode>: New fields.
5110 (is_breakpoint): New prototype.
5112 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5114 * remote.c (remote_state) <cond_breakpoints>: New field.
5115 (PACKET_ConditionalBreakpoints): New enum.
5116 (remote_cond_breakpoint_feature): New function.
5117 (remote_protocol_features): Add new ConditionalBreakpoints entry.
5118 (remote_supports_cond_breakpoints): New function.
5119 (_initialize_remote): Add new packet configuration for
5120 target-side conditional breakpoints.
5122 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5124 * NEWS: Mention target-side conditional breakpoint support,
5125 new condition-evaluation breakpoint subcommand and remote
5128 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
5130 * breakpoint.c (bp_location_compare): Sort by pspace before sorting by
5133 2012-02-24 Thomas Schwinge <thomas@codesourcery.com>
5135 * sh-tdep.c (sh_skip_prologue): Use skip_prologue_using_sal.
5136 (after_prologue): Remove.
5138 2012-02-23 Tom Tromey <tromey@redhat.com>
5140 * jv-valprint.c (java_val_print): Remove dead code.
5142 2012-02-23 Tristan Gingold <gingold@adacore.com>
5144 * ada-tasks.c (struct ada_tasks_inferior_data): Add
5145 known_tasks_element and known_tasks_length fields.
5146 (read_known_tasks_array): Change argument type. Use pointer type
5147 and number of elements from DATA. Adjust.
5148 (read_known_tasks_list): Likewise.
5149 (get_known_tasks_addr): Remove.
5150 (ada_set_current_inferior_known_tasks_addr): Renamed to ...
5151 (ada_tasks_inferior_data_sniffer): ... this. Use symtab for element
5152 type and array length. Merge former get_known_tasks_addr code.
5154 2012-02-23 Jan Kratochvil <jan.kratochvil@redhat.com>
5157 * infcmd.c (finish_forward): New variable frame_id, initialize it, use
5158 it after set_momentary_breakpoint.
5160 2012-02-22 Sterling Augustine <saugustine@google.com>
5163 * breakpoint.c (watchpoint_exp_is_constant): Add UNOP_CAST to switch.
5165 2012-02-22 Gary Benson <gbenson@redhat.com>
5167 * dwarf2read.c (dwarf2_read_index): Correct misspelling.
5168 (find_slot_in_mapped_hash): Likewise.
5170 2012-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5173 * configure.ac (MAKEINFO): Replace AC_CHECK_PROG by AC_ARG_VAR.
5174 (MAKEINFOFLAGS): Replace static string by AC_ARG_VAR.
5175 * configure: Regenerate.
5177 2012-02-21 Tristan Gingold <gingold@adacore.com>
5178 Pedro Alves <palves@redhat.com>
5180 * ia64-tdep.c: Do not include libunwind-ia64.h.
5181 * libunwind-frame.h: Remove #ifdef HAVE_LIBUNWIND_H guard.
5182 Include libunwind-ia64.h instead of libunwind.h.
5183 * configure.ac (--with-libunwind, $enable_libunwind): Don't check
5184 for libunwind.h existence.
5185 * configure, config.in: Regenerate.
5187 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
5189 * c-valprint.c (c_value_print): Use value_rtti_indirect_type
5190 instead of value_rtti_target_type.
5191 * eval.c (evaluate_subexp_standard): Use value_rtti_indirect_type
5192 instead of value_rtti_target_type.
5193 * typeprint.c (whatis_exp): Use value_rtti_indirect_type instead of
5194 value_rtti_target_type.
5195 * valops.c (value_ind): Extract function readjust_indirect_value_type.
5196 (value_rtti_target_type): Rename to ...
5197 (value_rtti_indirect_type): ... here and make it indirect. Update
5199 * value.c (readjust_indirect_value_type): New function.
5200 (coerce_ref): Support for enclosing type setting for references
5201 with readjust_indirect_value_type.
5202 * value.h (readjust_value_type): New declaration.
5203 (value_rtti_target_type): Rename to ...
5204 (value_rtti_indirect_type): ... here.
5206 2012-02-21 Anton Gorenkov <xgsa@yandex.ru>
5208 * MAINTAINERS (Write After Approval): Add myself to the list.
5210 2012-02-20 Doug Evans <dje@google.com>
5212 * objfiles.c (add_to_objfile_sections): Remove outdated comments.
5213 Rename objfile_p_char parameter to objfilep.
5214 (build_objfile_section_table): Result is now void. All callers
5216 * objfiles.h (struct objfile): Tweak comments, whitespace.
5217 (build_objfile_section_table): Update.
5219 * elfread.c (elf_symfile_segments): Fix warning text.
5221 2012-02-20 Tom Tromey <tromey@redhat.com>
5224 * dwarf2read.c (dw2_expand_symtabs_matching): Only visit a
5225 particular set of file names once.
5226 (dw2_map_symbol_filenames): Likewise.
5228 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5231 * main.c (write_files): Remove the declaration.
5232 (external_editor_command): Move the declaration ...
5233 [GDBTK] (external_editor_command): ... here. Fix the comment.
5235 2012-02-20 Tom Tromey <tromey@redhat.com>
5237 * dwarf2read.c (dw2_map_symtabs_matching_filename): Remove
5240 2012-02-20 Tristan Gingold <gingold@adacore.com>
5242 * darwin-nat.h (enum darwin_msg_state): Add comments.
5244 2012-02-20 Tristan Gingold <gingold@adacore.com>
5246 * amd64-darwin-tdep.c (x86_darwin_init_abi_64): Fix jb_pc_offset
5249 2012-20-18 Joel Brobecker <brobecker@adacore.com>
5251 * breakpoint.c (watchpoint_exp_is_const): Add missing empty line
5252 between function description and implementation.
5254 2012-02-17 Tom Tromey <tromey@redhat.com>
5257 * python/py-event.c (event_object_getset): New global.
5258 (event_object_type): Reference it.
5259 * python/py-type.c (field_object_getset): New global.
5260 (field_object_type): Reference it.
5261 * python/python-internal.h (gdb_py_generic_dict): Declare.
5262 * python/py-utils.c (gdb_py_generic_dict): New function.
5264 2012-02-17 Tristan Gingold <gingold@adacore.com>
5266 * solib-darwin.c (darwin_current_sos): Check magic and filetype
5268 2012-02-17 Thomas Schwinge <thomas@codesourcery.com>
5270 * sh-tdep.c (sh_is_renesas_calling_convention): Fix handling of
5271 TYPE_CALLING_CONVENTION annotation.
5273 2012-02-16 Kevin Buettner <kevinb@redhat.com>
5275 * MAINTAINERS: Add rx to target ISA section.
5276 * Makefile.in (ALL_TARGET_OBS): Add rx-tdep.o.
5277 (ALLDEPFILES): Add rx-tdep.c.
5279 2012-02-16 Tom Tromey <tromey@redhat.com>
5281 * symfile.c (symbol_file_add_main_1): Use inferior's
5283 * solib.c (solib_read_symbols): Use inferior's symfile_flags.
5284 * linux-nat.c (linux_child_follow_fork): Set symfile_flags on
5286 * infrun.c (handle_vfork_child_exec_or_exit): Set symfile_flags on
5288 (follow_exec): Use inferior's symfile_flags.
5289 * inferior.h (struct inferior) <symfile_flags>: New field.
5291 2012-02-16 Mike Frysinger <vapier@gentoo.org>
5294 * remote-sim.c (gdbsim_create_inferior): Call error() when
5295 sim_create_inferior() fails.
5297 2012-02-16 Josh Matthews <josh@joshmatthews.net>
5299 * machoread.c: Initialize nbr_syms to avoid warnings-as-errors failure.
5301 2012-02-16 Tom Tromey <tromey@redhat.com>
5304 * thread.c (struct current_thread_cleanup) <was_removable>: New
5306 (restore_current_thread_cleanup_dtor): Restore 'removable' field.
5307 (make_cleanup_restore_current_thread): Initialize new field.
5309 2012-02-15 Kevin Buettner <kevinb@redhat.com>
5311 * MAINTAINERS: Add rl78 to target ISA section.
5312 * Makefile.in (ALL_TARGET_OBS): Add rl78-tdep.o.
5313 (ALLDEPFILES): Add rl78-tdep.c.
5314 * NEWS: Mention rl78 as a new target.
5316 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
5318 * frame.c (find_frame_sal): Initialize sal->pspace field from frame
5320 * stack.c (set_last_displayed_sal): Validate that PSPACE is not NULL.
5322 2012-02-15 Tom Tromey <tromey@redhat.com>
5325 * infcmd.c (registers_info): Print just the current register's
5328 2012-02-15 Tom Tromey <tromey@redhat.com>
5330 * python/py-symbol.c (sympy_value): Use _().
5332 2012-02-15 Pedro Alves <palves@redhat.com>
5334 * remote.c (remote_detach_1, extended_remote_attach_1): Tweak
5335 output to be like native targets'.
5336 (remote_pid_to_str): Special case the null ptid.
5338 2012-02-14 Stan Shebs <stan@codesourcery.com>
5340 * NEWS: Mention enable count command.
5341 * breakpoint.h (struct breakpoint): New field enable_count.
5342 * breakpoint.c (enable_breakpoint_disp): Add count argument.
5343 (enable_breakpoint): Add arg to call.
5344 (struct disp_data): New struct.
5345 (do_enable_breakpoint_disp): Interp arg as disp_data and unpack.
5346 (do_map_enable_once_breakpoint): Create a struct and pass it.
5347 (do_map_enable_delete_breakpoint): Ditto.
5348 (do_map_enable_count_breakpoint): New function.
5349 (enable_count_command): New function.
5350 (bpstat_stop_status): Decrement enable_count.
5351 (print_one_breakpoint_location): Report enable count.
5352 (_initialize_breakpoint): Add enable count command.
5354 2012-02-14 Kevin Buettner <kevinb@redhat.com>
5356 * rl78-tdep.c (reggroups.h): Include.
5357 (RL78_RAW_BANK0_R0_REGNUM, RL78_RAW_BANK0_R1_REGNUM)
5358 (RL78_RAW_BANK0_R2_REGNUM, RL78_RAW_BANK0_R3_REGNUM)
5359 (RL78_RAW_BANK0_R4_REGNUM, RL78_RAW_BANK0_R5_REGNUM)
5360 (RL78_RAW_BANK0_R6_REGNUM, RL78_RAW_BANK0_R7_REGNUM)
5361 (RL78_RAW_BANK1_R0_REGNUM, RL78_RAW_BANK1_R1_REGNUM)
5362 (RL78_RAW_BANK1_R2_REGNUM, RL78_RAW_BANK1_R3_REGNUM)
5363 (RL78_RAW_BANK1_R4_REGNUM, RL78_RAW_BANK1_R5_REGNUM)
5364 (RL78_RAW_BANK1_R6_REGNUM, RL78_RAW_BANK1_R7_REGNUM)
5365 (RL78_RAW_BANK2_R0_REGNUM, RL78_RAW_BANK2_R1_REGNUM)
5366 (RL78_RAW_BANK2_R2_REGNUM, RL78_RAW_BANK2_R3_REGNUM)
5367 (RL78_RAW_BANK2_R4_REGNUM, RL78_RAW_BANK2_R5_REGNUM)
5368 (RL78_RAW_BANK2_R6_REGNUM, RL78_RAW_BANK2_R7_REGNUM)
5369 (RL78_RAW_BANK3_R0_REGNUM, RL78_RAW_BANK3_R1_REGNUM)
5370 (RL78_RAW_BANK3_R2_REGNUM, RL78_RAW_BANK3_R3_REGNUM)
5371 (RL78_RAW_BANK3_R4_REGNUM, RL78_RAW_BANK3_R5_REGNUM)
5372 (RL78_RAW_BANK3_R6_REGNUM, RL78_RAW_BANK3_R7_REGNUM): Add to
5373 beginning of register list.
5374 (RL78_BANK0_R0_REGNUM, RL78_BANK0_R1_REGNUM, RL78_BANK0_R2_REGNUM)
5375 (RL78_BANK0_R3_REGNUM, RL78_BANK0_R4_REGNUM, RL78_BANK0_R5_REGNUM)
5376 (RL78_BANK0_R6_REGNUM, RL78_BANK0_R7_REGNUM, RL78_BANK1_R0_REGNUM)
5377 (RL78_BANK1_R1_REGNUM, RL78_BANK1_R2_REGNUM, RL78_BANK1_R3_REGNUM)
5378 (RL78_BANK1_R4_REGNUM, RL78_BANK1_R5_REGNUM, RL78_BANK1_R6_REGNUM)
5379 (RL78_BANK1_R7_REGNUM, RL78_BANK2_R0_REGNUM, RL78_BANK2_R1_REGNUM)
5380 (RL78_BANK2_R2_REGNUM, RL78_BANK2_R3_REGNUM, RL78_BANK2_R4_REGNUM)
5381 (RL78_BANK2_R5_REGNUM, RL78_BANK2_R6_REGNUM, RL78_BANK2_R7_REGNUM)
5382 (RL78_BANK3_R0_REGNUM, RL78_BANK3_R1_REGNUM, RL78_BANK3_R2_REGNUM)
5383 (RL78_BANK3_R3_REGNUM, RL78_BANK3_R4_REGNUM, RL78_BANK3_R5_REGNUM)
5384 (RL78_BANK3_R6_REGNUM, RL78_BANK3_R7_REGNUM): Move these into
5385 the pseudo registers. Rearrange other pseudo registers too so
5386 that the bank registers appear at the end.
5387 (rl78_register_type): Account for the fact that the byte sized
5388 bank registers are now pseudo-registers.
5389 (rl78_register_name): Rearrange the register name array. Make
5390 initial set of raw banked registers inaccessible.
5391 (rl78_register_reggroup_p, rl78_register_sim_regno): New functions.
5392 (rl78_pseudo_register_read, rl78_pseudo_register_write): Add
5393 case for copying bytes back and forth between raw and pseudo
5394 versions of the banked registers. Update other cases to reflect
5396 (rl78_return_value): Update to account for changed names of
5398 (rl78_gdbarch_init): Register rl78_register_reggroup_p() and
5399 rl78_register_sim_regno().
5401 2012-02-14 Kevin Buettner <kevinb@redhat.com>
5403 * rl78-tdep.c (rl78_skip_prologue): Make `const' the type of
5404 the name parameter being passed to find_pc_partial_function().
5406 2012-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5408 * MAINTAINERS: Step down from being ia64 target maintainer.
5410 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5412 * ppc-linux-nat.c (fetch_register, store_register): Fix GCC aliasing
5413 compilation warning.
5415 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5417 Fix crash on loaded shlibs without loaded exec_bfd.
5418 * exec.c (exec_files_info): Do not crash on NULL EXEC_BFD.
5419 (set_section_command): Replace exec_bfd by p->bfd.
5421 2012-02-10 Tom Tromey <tromey@redhat.com>
5423 * linespec.c (decode_line_internal): Skip symtabs_from_filename
5424 when we have a C++ qualified name.
5426 2012-02-10 Pedro Alves <palves@redhat.com>
5428 * inferior.c (inferior_pid_to_str): New.
5429 (print_inferior, inferior_command): Use it.
5431 2012-02-10 Pedro Alves <palves@redhat.com>
5433 * configure.ac (HAVE_ELF test): Put the old CFLAGS at the end of
5435 * configure: Regenerate.
5437 2012-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5439 * linespec.c (decode_line_internal): Fix comment correctness.
5441 2012-02-09 Valery Khromov <valery.khromov@gmail.com>
5444 * Makefile.in (HFILES_NO_SRCDIR): Add amd64bsd-nat.h.
5445 * amd64bsd-nat.c: Add support for debug registers (adapted from
5447 [HAVE_PT_GETDBREGS] (amd64bsd_dr_get, amd64bsd_dr_set)
5448 (amd64bsd_dr_set_control, amd64bsd_dr_set_addr)
5449 (amd64bsd_dr_get_addr, amd64bsd_dr_get_status)
5450 (amd64bsd_dr_get_control): New functions.
5451 * amd64bsd-nat.h: New file (adapted from i386bsd-nat.h).
5452 * amd64fbsd-nat.c: Include "amd64bsd-nat.h", "i386-nat.h".
5453 [HAVE_PT_GETDBREGS] (_initialize_amd64fbsd_nat): Add hardware
5454 watchpoints initialization.
5455 * config/i386/fbsd64.mh (NATDEPFILES): Add i386-nat.o.
5457 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5459 * gdb-gdb.py (StructMainTypePrettyPrinter) <struct_field_img>: Print
5461 (StructMainTypePrettyPrinter) <bounds_img>: Print flds_bnds.bounds.
5463 2012-02-09 Jan Kratochvil <jan.kratochvil@redhat.com>
5465 * breakpoint.c (bp_location_compare): Fix comment. Reindent the code.
5467 2012-02-08 Joel Brobecker <brobecker@adacore.com>
5469 * language.h (symbol_name_cmp_ftype): Renames
5470 symbol_name_match_p_ftype.
5471 (struct language_defn)[la_get_symbol_name_cmp]: Renames
5472 la_get_symbol_name_match_p.
5473 * ada-lang.c (ada_get_symbol_name_cmp): Renames
5474 ada_get_symbol_name_match_p. Update comment.
5475 (ada_language_defn)[la_get_symbol_name_cmp]: Update value.
5476 * linespec.c (struct symbol_matcher_data)[symbol_name_cmp]:
5477 Renames symbol_name_match_p. Update field type.
5478 (iterate_name_matcher, iterate_over_all_matching_symtabs): Adjust.
5479 * c-lang.c, d-lang.c, f-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
5480 opencl-lang.c, p-lang.c: Replace "la_get_symbol_name_match_p" by
5481 "la_get_symbol_name_cmp" in comments.
5482 * language.c: Likewise.
5484 2012-02-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5486 * amd64-sol2-tdep.c (amd64_sol2_gregset_reg_offset): Correct
5488 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offs)
5489 (amd64_sol2_gregset32_reg_offs): Likewise.
5491 2012-02-08 Joel Brobecker <brobecker@adacore.com>
5493 * solib-darwin.c (darwin_bfd_open): Make sure that the filename
5494 of the returned BFD is allocated by GDB.
5496 2012-02-07 Tom Tromey <tromey@redhat.com>
5499 * python/python-internal.h (frame_object_type): Declare.
5500 * python/py-symbol.c (sympy_needs_frame): New function.
5501 (sympy_value): New function.
5502 (symbol_object_getset): Add "needs_frame".
5503 (symbol_object_methods): Add "value".
5504 * python/py-frame.c (frame_object_type): No longer static.
5506 2012-02-07 Tom Tromey <tromey@redhat.com>
5509 * python/py-symbol.c (sympy_line): New function.
5510 (symbol_object_getset): Add "line".
5512 2012-02-07 Tom Tromey <tromey@redhat.com>
5514 * charset.c (find_charset_names): Check 'in' against NULL.
5516 2012-02-06 Doug Evans <dje@google.com>
5518 * gdbtypes.h (struct main_type): Change type of name,tag_name,
5519 and fields.name members from char * to const char *. All uses updated.
5520 (struct cplus_struct_type): Change type of fn_fieldlists.name member
5521 from char * to const char *. All uses updated.
5522 (type_name_no_tag): Update.
5523 (lookup_unsigned_typename, lookup_signed_typename): Update.
5524 * gdbtypes.c (type_name_no_tag): Change result type
5525 from char * to const char *. All callers updated.
5526 (lookup_unsigned_typename, lookup_signed_typename): Change type of
5527 name parameter from char * to const char *.
5528 * symtab.h (struct cplus_specific): Change type of demangled_name
5529 member from char * to const char *. All uses updated.
5530 (struct general_symbol_info): Change type of name and
5531 mangled_lang.demangled_name members from char * to const char *.
5533 (symbol_get_demangled_name, symbol_natural_name): Update.
5534 (symbol_demangled_name, symbol_search_name): Update.
5535 * symtab.c (symbol_get_demangled_name): Change result type
5536 from char * to const char *. All callers updated.
5537 (symbol_natural_name, symbol_demangled_name): Ditto.
5538 (symbol_search_name): Ditto.
5539 (completion_list_add_name): Change type of symname,sym_text,
5540 text,word parameters from char * to const char *.
5541 (completion_list_objc_symbol): Change type of sym_text,
5542 text,word parameters from char * to const char *.
5543 * ada-lang.c (find_struct_field): Change type of name parameter
5544 from char * to const char *.
5545 (encoded_ordered_before): Similarly for N0,N1 parameters.
5546 (old_renaming_is_invisible): Similarly for function_name parameter.
5547 (ada_type_name): Change result type from char * to const char *.
5548 All callers updated.
5549 * ada-lang.h (ada_type_name): Update.
5550 * buildsym.c (hashname): Change type of name parameter
5551 from char * to const char *.
5552 * buildsym.h (hashname): Update.
5553 * dbxread.c (end_psymtab): Change type of include_list parameter
5554 from char ** to const char **.
5555 * dwarf2read.c (determine_prefix): Change result type
5556 from char * to const char *. All callers updated.
5557 * f-lang.c (find_common_for_function): Change type of name, funcname
5558 parameters from char * to const char *.
5559 * f-lang.c (find_common_for_function): Update.
5560 * f-valprint.c (list_all_visible_commons): Change type of funcname
5561 parameters from char * to const char *.
5562 * gdbarch.sh (static_transform_name): Change type of name parameter
5563 and result from char * to const char *.
5564 * gdbarch.c: Regenerate.
5565 * gdbarch.h: Regenerate.
5566 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Change type
5567 of name parameter from char * to const char *.
5568 * jv-lang.c (java_primitive_type_from_name): Ditto.
5569 (java_demangled_signature_length): Similarly for signature parameter.
5570 (java_demangled_signature_copy): Ditto.
5571 (java_demangle_type_signature): Ditto.
5572 * jv-lang.h (java_primitive_type_from_name): Update.
5573 (java_demangle_type_signature): Update.
5574 * objc-lang.c (specialcmp): Change type of a,b parameters
5575 from char * to const char *.
5576 * p-lang.c (is_pascal_string_type): Change type of arrayname parameter
5577 from char * to const char *. All callers updated.
5578 * p-lang.h (is_pascal_string_type): Update.
5579 * solib-frv.c (find_canonical_descriptor_in_load_object): Change type
5580 of name parameter from char * to const char *.
5581 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Ditto.
5582 * utils.c (fprintf_symbol_filtered): Ditto.
5583 * defs.h (fprintf_symbol_filtered): Update.
5584 * sparc-tdep.h (sparc_sol2_static_transform_name): Update.
5585 * stabsread.h (end_psymtab): Update.
5586 * stack.c (find_frame_funname): Change type of funname parameter
5587 from char ** to const char **.
5588 * stack.h (find_frame_funname): Update.
5589 * typeprint.c (type_print): Change type of varstring parameter
5590 from char * to const char *.
5591 * value.h (type_print): Update.
5592 * xcoffread.c (xcoff_start_psymtab): Change type of filename parameter
5593 from char * to const char *. All callers updated.
5594 (xcoff_end_psymtab): Change type of include_list parameter
5595 from char ** to const char **. All callers updated.
5596 (swap_sym): Similarly for name parameter. All callers updated.
5597 * coffread.c (patch_type): Add (char*) cast to xfree parameter.
5599 (process_coff_symbol): Use xstrdup.
5600 * stabsread.c (stabs_method_name_from_physname): Renamed from
5601 update_method_name_from_physname. Change result type from void
5602 to char *. All callers updated.
5603 (read_member_functions): In has_destructor case, store name in objfile
5604 obstack instead of malloc space. In !has_stub case, fix mem leak.
5606 2012-02-06 Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
5608 * configure: Rebuild.
5609 * configure.ac: Put -L../bfd and -L../libiberty at the front of
5612 2012-02-03 Kevin Buettner <kevinb@redhat.com>
5614 * configure.tgt (rl78-*-elf): New target.
5615 * rl78-tdep.c: New file.
5617 2012-02-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5619 * remote.c (remote_rcmd): Use getpkt_sane to detect timeout
5620 and continue the loop. Add QUIT statement.
5622 2012-02-03 Tom Tromey <tromey@redhat.com>
5625 * solib.h (gdb_bfd_lookup_symbol_from_symtab): Rename from
5626 bfd_lookup_symbol_from_symtab.
5627 * solib-pa64.c (pa64_solib_create_inferior_hook): Use
5628 gdb_bfd_lookup_symbol_from_symtab.
5630 2012-02-03 Joel Brobecker <brobecker@adacore.com>
5632 * mi/mi-cmd-stack.c (list_args_or_locals): For argument symbols,
5633 use SYMBOL_LINKAGE_NAME to find the corresponding non-argument
5634 symbol. Add assertion that sym2 is never NULL.
5636 2012-02-02 Doug Evans <dje@google.com>
5638 * blockframe.c (find_pc_partial_function_gnu_ifunc): Change type of
5639 "name" parameter to const char ** from char **. All callers updated.
5640 (find_pc_partial_function): Ditto.
5641 (cache_pc_function_name): Change type to const char * from char *.
5642 * symtab.h ((find_pc_partial_function_gnu_ifunc): Update.
5643 (find_pc_partial_function): Update.
5644 * alpha-tdep.h (struct gdbarch_tdep, member pc_in_sigtramp): Change
5645 type of "name" parameter to const char * from char *.
5647 * arch-utils.c (generic_in_solib_return_trampoline): Change
5648 type of "name" parameter to const char * from char *.
5649 * arch-utils.h (generic_in_solib_return_trampoline): Update.
5650 * frv-linux-tdep.c (frv_linux_pc_in_sigtramp): Change
5651 type of "name" parameter to const char * from char *.
5652 * gdbarch.sh (in_solib_return_trampoline): Ditto.
5653 * gdbarch.c: Regenerate.
5654 * gdbarch.h: Regenerate.
5655 * hppa-hpux-tdep.c (hppa_hpux_in_solib_return_trampoline): Update.
5656 * rs6000-tdep.c (rs6000_in_solib_return_trampoline): Update.
5657 * m32r-linux-tdep.c (m32r_linux_pc_in_sigtramp): Change
5658 type of "name" parameter to const char * from char *.
5659 * skip.c (skip_function_pc): Ditto.
5660 * sparc-sol2-tdep.c (sparc_sol2_pc_in_sigtramp): Ditto.
5661 * sparc-tdep.h (sparc_sol2_pc_in_sigtramp): Update.
5662 * sparc64fbsd-tdep.c (sparc64fbsd_pc_in_sigtramp): Ditto.
5663 * sparc64nbsd-tdep.c (sparc64nbsd_pc_in_sigtramp): Ditto.
5664 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Ditto.
5665 * sparcnbsd-tdep.c (sparc32nbsd_pc_in_sigtramp): Ditto.
5666 * sparcobsd-tdep.c (sparc32obsd_pc_in_sigtramp): Ditto.
5667 * nbsd-tdep.c (nbsd_pc_in_sigtramp): Similary for "func_name".
5668 * nbsd-tdep.h (nbsd_pc_in_sigtramp): Update.
5670 2012-02-02 Pedro Alves <palves@redhat.com>
5672 * remote.c (remote_get_min_fast_tracepoint_insn_len): Return 0 if
5673 the current inferior has no execution. Make sure the current
5674 remote process matches gdb's current inferior.
5676 2012-02-02 Tom Tromey <tromey@redhat.com>
5679 * tui/tui-win.c (parse_scrolling_args): Don't write to possibly
5682 2012-02-02 Tom Tromey <tromey@redhat.com>
5685 * symtab.c (lookup_language_this): Set block_found.
5687 2012-02-01 Tom Tromey <tromey@redhat.com>
5690 * jit.c (struct jit_inferior_data): Rewrite.
5691 (struct jit_objfile_data): New.
5692 (get_jit_objfile_data): New function.
5693 (add_objfile_entry): Update.
5694 (jit_read_descriptor): Return int. Replace descriptor_addr
5695 argument with inf_data. Update. Don't call error.
5696 (jit_breakpoint_re_set_internal): Reorder logic. Update. Look up
5698 (jit_inferior_init): Don't look up descriptor. Don't call error.
5699 (jit_reset_inferior_data_and_breakpoints)
5700 (jit_inferior_created_observer): Remove.
5701 (jit_inferior_exit_hook): Update.
5702 (jit_executable_changed_observer): Remove.
5703 (jit_event_handler): Update.
5704 (free_objfile_data): Reset inferior data if needed.
5705 (_initialize_jit): Update.
5707 2012-02-01 Tom Tromey <tromey@redhat.com>
5709 * jit.c (bfd_open_from_target_memory): Move higher in file.
5711 2012-02-01 Tristan Gingold <gingold@adacore.com>
5713 * libunwind-frame.c (libunwind_load): Display message if dlopen
5716 2012-02-01 Gary Benson <gbenson@redhat.com>
5718 * symtab.h (symbol_found_callback_ftype): New typedef.
5719 (iterate_over_symbols): Use the above.
5720 * symtab.c (iterate_over_symbols): Likewise.
5721 * language.h (language_defn->la_iterate_over_symbols): Likewise.
5722 * ada-lang.c (ada_iterate_over_symbols): Likewise.
5723 * linespec.c (iterate_over_all_matching_symtabs): Likewise.
5724 (iterate_name_matcher): Document return values.
5725 (collect_one_symbol): Likewise.
5726 (collect_function_symbols): Likewise.
5727 (collect_symbols): Likewise.
5729 2012-02-01 Tom Tromey <tromey@redhat.com>
5731 * ada-lang.c (resolve_subexp): Update.
5732 (ada_lookup_symbol_list): Add 'full_search' argument.
5733 (ada_iterate_over_symbols): Pass 0 as full_search argument to
5734 ada_lookup_symbol_list.
5735 (ada_lookup_encoded_symbol): Update.
5736 (get_var_value): Update.
5737 * ada-exp.y (block_lookup): Update.
5738 (write_var_or_type): Update.
5739 (write_name_assoc): Update.
5740 * ada-lang.h (ada_lookup_symbol_list): Update.
5742 2012-01-31 Tom Tromey <tromey@redhat.com>
5744 * language.h (struct language_defn) <la_iterate_over_symbols>: Fix
5747 2012-01-31 Doug Evans <dje@google.com>
5749 * symtab.h: Remove outdated comment.
5750 (SYMBOL_MATCHES_NATURAL_NAME): Delete.
5752 2012-02-01 Josh Matthews <josh@joshmatthews.net> (tiny change)
5754 Fix build error in Darwin port.
5755 * i386-darwin-nat.c: Include i386-nat.h.
5757 2012-01-30 Tom Tromey <tromey@redhat.com>
5759 PR breakpoints/13568:
5760 * dwarf2read.c (dwarf_decode_macro_bytes): Add 'include_hash'
5761 argument. Check for recursive includes.
5762 (dwarf_decode_macros): Create an include hash.
5764 2012-01-30 Michael Eager <eager@eagercon.com>
5766 * configure.tgt (powerpc-*-linux*): Add glibc-tdep.o.
5767 * ppc-linux-tdep.c: Include glibc-tdep.h.
5768 (powerpc32_plt_stub, powerpc32_plt_stub_so): Add PLT stub templates.
5769 (powerpc_linux_in_plt_stub): New function.
5770 (powerpc_linux_in_dynsym_resolve_code): New function.
5771 (ppc_skip_trampoline_code): New function.
5772 (ppc_linux_init_abi): Use PPC specific functions rather than generic.
5773 Use glibc_skip_solib_resolver.
5775 2012-01-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5777 Code cleanup: Make 1440 bytes of data segment read-only.
5778 * arch-utils.c (endian_enum): Make it const char *const [].
5779 * arm-tdep.c (fp_model_strings, arm_abi_strings, arm_mode_strings):
5781 * breakpoint.c (always_inserted_enums): Likewise.
5782 * cli/cli-cmds.c (script_ext_enums): Likewise.
5783 * cli/cli-decode.c (add_setshow_enum_cmd, complete_on_enum): Make the
5784 enumlist parameter const char *const *.
5785 * cli/cli-decode.h (struct cmd_list_element): Make the enums field
5786 const char *const *.
5787 * command.h (complete_on_enum, add_setshow_enum_cmd): Make the enumlist
5788 parameter const char *const *.
5789 * cris-tdep.c (cris_modes): Make it const char *const [].
5790 * filesystem.c (target_file_system_kinds): Likewise.
5791 * i386-tdep.c (valid_flavors, valid_conventions): Likewise.
5792 * infrun.c (follow_fork_mode_kind_names, follow_exec_mode_names)
5793 (can_use_displaced_stepping_enum, scheduler_enums)
5794 (exec_direction_names): Likewise.
5795 * language.c (_initialize_language): Make the type_or_range_names and
5796 case_sensitive_names variables const char *const [].
5797 * mips-tdep.c (mips_abi_strings): Make it const char *const [].
5798 * python/python.c (python_excp_enums): Likewise.
5799 * remote.c (interrupt_sequence_modes): Likewise.
5800 * rs6000-tdep.c (powerpc_vector_strings): Likewise.
5801 * serial.c (logbase_enums): Likewise.
5802 * sh-tdep.c (sh_cc_enum): Likewise.
5803 * stack.c (print_frame_arguments_choices, print_entry_values_choices):
5805 * symtab.c (multiple_symbols_modes): Likewise.
5806 * tui/tui-win.c (tui_border_kind_enums, tui_border_mode_enums):
5808 * utils.c (internal_problem_modes): Likewise.
5810 2012-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5812 Fix the 2012-01-26 regression by la_get_symbol_name_match_p.
5813 * linespec.c (iterate_name_matcher): Negate the SYMBOL_NAME_MATCH_P
5816 2012-01-27 Doug Evans <dje@google.com>
5818 * configure.ac (with_python): Fix absolute path handling for win32.
5819 * configure: Regenerate.
5821 2012-01-26 Doug Evans <dje@google.com>
5823 * symtab.c: Whitespace cleanup, no code changes.
5825 * symtab.c (lookup_symbol_in_language): Improve comment.
5826 (lookup_symbol_aux): Fix comment.
5828 * psymtab.c (add_psymbol_to_list): Result is now "void".
5829 * psympriv.h (add_psymbol_to_list): Update.
5831 * dwarf2read.c (add_partial_symbol): Delete local psym, unused.
5833 2012-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5835 Do not open script filenames twice.
5836 * cli/cli-cmds.c (source_script_from_stream): Pass to
5837 source_python_script also STREAM.
5838 * python/py-auto-load.c (source_section_scripts): Pass to
5839 source_python_script_for_objfile also STREAM.
5840 (auto_load_objfile_script): Pass to source_python_script_for_objfile
5842 * python/python-internal.h (source_python_script_for_objfile): New
5843 parameter file, rename parameter file to filename.
5844 * python/python.c (python_run_simple_file): Call PyRun_SimpleFile
5845 instead if !_WIN32. Update the function comment.
5846 (source_python_script, source_python_script_for_objfile)
5847 (source_python_script): New parameter file, rename parameter file to
5848 filename. Pass FILENAME to python_run_simple_file.
5849 * python/python.h (source_python_script): New parameter file, rename
5850 parameter file to filename.
5852 2012-01-26 Pedro Alves <palves@redhat.com>
5854 * corelow.c (core_has_fake_pid): Delete.
5855 (core_close): Delete references to `core_has_fake_pid'.
5856 (add_to_thread_list): Adjust to mark the inferior's pid as fake.
5857 (core_open): Delete references to `core_has_fake_pid'.
5858 (core_pid_to_str): Adjust to check inferior->fake_pid_p instead of
5861 2012-01-26 Joel Brobecker <brobecker@adacore.com>
5863 * symfile.h (struct quick_symbol_functions) [expand_symtabs_matching]:
5864 Remove language parameter from name_matcher. Adjust the comment.
5865 * symtab.c (search_symbols_name_matches, expand_partial_symbol_name):
5866 Remove language parameter.
5867 * ada-lang.c (ada_expand_partial_symbol_name): Likewise.
5868 * linespec.c (iterate_name_matcher): Likewise.
5869 * dwarf2read.c (dw2_expand_symtabs_matching): Adjust type of
5870 name_matcher. Adjust call accordingly.
5871 * psymtab.c (expand_symtabs_matching_via_partial): Likewise.
5872 (maintenance_check_symtabs): Adjust type of parameter "fun".
5873 * psymtab.h (maintenance_check_symtabs): Likewise.
5875 2012-01-26 Joel Brobecker <brobecker@adacore.com>
5877 * language.h (symbol_name_match_p_ftype): New typedef.
5878 (struct language_defn): Replace field la_symbol_name_compare
5879 by la_get_symbol_name_match_p.
5880 * ada-lang.c (ada_get_symbol_name_match_p): New function.
5881 (ada_language_defn): Use it.
5882 * linespec.c (struct symbol_matcher_data): New type.
5883 (iterate_name_matcher): Rewrite.
5884 (iterate_over_all_matching_symtabs): Pass a pointer to
5885 a symbol_matcher_data struct to expand_symtabs_matching
5886 instead of just the lookup name.
5887 * c-lang.c, d-lang.c, jv-lang.c, m2-lang.c, objc-lang.c,
5888 opencl-lang.c, p-lang.c, language.c: Delete field
5889 la_symbol_name_compare, and replace by NULL for new field
5890 la_get_symbol_name_match_p.
5891 * symfile.h (struct quick_symbol_functions): Update comment.
5893 2012-01-25 Tom Tromey <tromey@redhat.com>
5895 * breakpoint.c (bpstat_stop_status): Check 'breakpoint_at' before
5898 2012-01-24 Tom Tromey <tromey@redhat.com>
5901 * solib.c (update_solib_list): Update the program space's
5902 added_solibs and deleted_solibs fields.
5903 * progspace.h (struct program_space) <added_solibs,
5904 deleted_solibs>: New fields.
5905 (clear_program_space_solib_cache): Declare.
5906 * progspace.c (release_program_space): Call
5907 clear_program_space_solib_cache.
5908 (clear_program_space_solib_cache): New function.
5909 * infrun.c (handle_inferior_event) <TARGET_WAITKIND_LOADED>: Call
5910 bpstat_stop_status. Use handle_solib_event.
5911 * breakpoint.c: Include gdb_regex.h.
5912 (print_solib_event): New function.
5913 (bpstat_print): Use print_solib_event.
5914 (bpstat_stop_status): Add special case for bp_shlib_event.
5915 (handle_solib_event): New function.
5916 (bpstat_what): Use handle_solib_event.
5917 (struct solib_catchpoint): New.
5918 (dtor_catch_solib, insert_catch_solib, remove_catch_solib)
5919 (breakpoint_hit_catch_solib, check_status_catch_solib)
5920 (print_it_catch_solib, print_one_catch_solib)
5921 (print_mention_catch_solib, print_recreate_catch_solib): New
5923 (catch_solib_breakpoint_ops): New global.
5924 (catch_load_or_unload, catch_load_command_1)
5925 (catch_unload_command_1): New functions.
5926 (internal_bkpt_check_status): Add special case for
5928 (internal_bkpt_print_it): Use print_solib_event.
5929 (initialize_breakpoint_ops): Initialize
5930 catch_solib_breakpoint_ops.
5931 (_initialize_breakpoint): Register "catch load" and "catch
5933 * breakpoint.h (handle_solib_event): Declare.
5934 * NEWS: Add entry for "catch load" and "catch unload".
5936 2012-01-24 Tom Tromey <tromey@redhat.com>
5938 * ada-lang.c: Include gdb_vecs.h.
5939 * charset.c: Include gdb_vecs.h.
5940 * tracepoint.h: Include gdb_vecs.h.
5941 * gdb_vecs.h: New file.
5943 2012-01-24 Pedro Alves <pedro@codesourcery.com>
5945 * breakpoint.c (breakpoint_hit_catch_fork)
5946 (breakpoint_hit_catch_vfork, breakpoint_hit_catch_syscall)
5947 (breakpoint_hit_catch_exec): Make use of the `ws' argument.
5948 * infrun.c (inferior_has_forked, inferior_has_vforked)
5949 (inferior_has_execd, inferior_has_called_syscall): Delete.
5950 (handle_syscall_event): Get syscall_number from the execution
5951 control state's wait status.
5952 (wait_for_inferior): Don't clear syscall_number.
5954 2012-01-24 Pedro Alves <palves@redhat.com>
5956 * breakpoint.c (bpstat_check_location, bpstat_stop_status,
5957 pc_at_non_inline_function): Add `ws' parameter, and pass it down.
5958 (breakpoint_hit_catch_fork, breakpoint_hit_catch_vfork)
5959 (breakpoint_hit_catch_syscall, breakpoint_hit_catch_exec): Add
5961 (breakpoint_hit_ranged_breakpoint): Add `ws' parameter. Return
5962 false for events other than TARGET_SIGNAL_TRAP.
5963 (breakpoint_hit_watchpoint, base_breakpoint_breakpoint_hit):
5965 (bkpt_breakpoint_hit): Add `ws' parameter. Return false for
5966 events other than TARGET_SIGNAL_TRAP.
5967 (tracepoint_breakpoint_hit): Add `ws' parameter.
5968 * breakpoint.h (struct breakpoint_ops) <breakpoint_hit>: Add `ws'
5970 (bpstat_stop_status): Same.
5971 (pc_at_non_inline_function): Same.
5972 * infrun.c (handle_syscall_event, handle_inferior_event): Adjust
5973 to pass the current event's waitstatus to bpstat_stop_status
5974 and pc_at_non_inline_function.
5976 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5979 * cli/cli-cmds.c (source_script_from_stream): Never fclose STREAM.
5980 Update the function comment for it.
5981 (source_script_with_search): Call make_cleanup_fclose for STREAM.
5982 * cli/cli-script.c (script_from_file): Do not call make_cleanup_fclose
5985 2012-01-24 Pedro Alves <palves@redhat.com>
5987 * breakpoint.c (bpstat_stop_status): Moving clearing print_it
5988 outside `bs->stop' block.
5989 (bpstat_what): Rework bp_shlib_event handling.
5990 (internal_bkpt_check_status): If the breakpoint is a
5991 bp_shlib_event, then set bs->stop and bs->print if
5992 stop_on_solib_events is set.
5994 2012-01-24 Gary Benson <gbenson@redhat.com>
5996 Delete #if 0'd out code.
5997 * stack.c (print_frame_label_vars): Remove.
5998 (catch_info): Likewise.
5999 (_initialize_stack): Remove "info catch" command.
6000 * NEWS: Mention the above.
6002 2012-01-24 Pedro Alves <palves@redhat.com>
6004 * remote.c (remote_add_inferior): New `fake_pid_p' parameter. Use
6006 (remote_notice_new_inferior): If the remote end doesn't support
6007 the multiprocess extensions, then the PID is fake.
6008 (add_current_inferior_and_thread): New.
6009 (remote_start_remote): Use it.
6010 (extended_remote_attach_1): Adjust.
6011 (extended_remote_create_inferior_1): Use
6012 add_current_inferior_and_thread.
6014 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6016 Fix watchpoints to be specific for each inferior.
6017 * breakpoint.c (watchpoint_in_thread_scope): Verify also
6018 current_program_space.
6019 * i386-nat.c (i386_inferior_data_cleanup): New.
6020 (i386_inferior_data_get): Replace variable inf_data_local by an
6022 (i386_use_watchpoints): Initialize i386_inferior_data.
6023 * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Use INFERIOR_PTID
6024 specific iterate_over_lwps.
6026 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6028 Fix watchpoints across inferior fork.
6029 * amd64-linux-nat.c (update_debug_registers_callback): Update the
6030 comment for linux_nat_iterate_watchpoint_lwps.
6031 (amd64_linux_dr_set_control, amd64_linux_dr_set_addr): Use
6032 linux_nat_iterate_watchpoint_lwps.
6033 (amd64_linux_prepare_to_resume): New comment on Linux kernel.
6034 * i386-linux-nat.c (update_debug_registers_callback): Update the
6035 comment for linux_nat_iterate_watchpoint_lwps.
6036 (i386_linux_dr_set_control, i386_linux_dr_set_addr): Use
6037 linux_nat_iterate_watchpoint_lwps.
6038 (i386_linux_prepare_to_resume): New comment on Linux kernel.
6039 * i386-nat.c: Include inferior.h.
6040 (dr_mirror): Remove.
6041 (i386_inferior_data, struct i386_inferior_data)
6042 (i386_inferior_data_get): New.
6043 (i386_debug_reg_state): Use i386_inferior_data_get.
6044 (i386_cleanup_dregs, i386_update_inferior_debug_regs)
6045 (i386_insert_watchpoint, i386_remove_watchpoint)
6046 (i386_stopped_data_address, i386_insert_hw_breakpoint)
6047 (i386_remove_hw_breakpoint): New variable state, use
6048 i386_debug_reg_state instead of DR_MIRROR.
6049 * linux-nat.c (delete_lwp): New declaration.
6050 (num_lwps): Move here from downwards.
6051 (delete_lwp_cleanup): New.
6052 (linux_child_follow_fork): Create new child_lp, call
6053 linux_nat_new_thread and linux_nat_prepare_to_resume before calling
6055 (num_lwps): Move upwards.
6056 (linux_nat_iterate_watchpoint_lwps): New.
6057 * linux-nat.h (linux_nat_iterate_watchpoint_lwps_ftype): New.
6058 (linux_nat_iterate_watchpoint_lwps_ftype): New declaration.
6060 2012-01-24 Joel Brobecker <brobecker@adacore.com>
6064 2012-01-23 Pedro Alves <palves@redhat.com>
6066 * top.c (caution): Rename to ...
6067 (confirm): ... this.
6068 (show_caution): Rename to ...
6069 (show_confirm): ... this.
6070 (quit_cover): Adjust.
6071 (init_main): Adjust.
6072 * top.h (caution): Rename to ...
6073 (confirm): ... this.
6074 * utils.c (internal_vproblem, defaulted_query): Adjust.
6076 2012-01-23 Pedro Alves <palves@redhat.com>
6078 * top.c (caution): Update comment.
6079 (execute_command): Don't consider the current value of `caution'.
6081 2012-01-23 Jan Kratochvil <jan.kratochvil@redhat.com>
6083 * cli/cli-cmds.c (find_and_open_script): Handle failure of fdopen.
6085 2012-01-23 Ulrich Weigand <ulrich.weigand@linaro.org>
6087 * inf-child.c: Include "gdb_stat.h" instead of <sys/stat.h>.
6088 * linux-tdep.c (linux_info_proc): Avoid ARI coding style warning.
6089 * target.c (target_fileio_pwrite): Remove buffer address from
6091 (target_fileio_pread): Likewise.
6093 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6095 * NEWS: Document remote "info proc" and "generate-core-file".
6097 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6099 * gdbarch.sh (find_memory_regions): New callback.
6100 * gdbarch.c, gdbarch.h: Regenerate.
6102 * gcore.c (gcore_memory_sections): Try gdbarch find_memory_regions
6103 callback before falling back to target method.
6105 * linux-nat.c (read_mapping, linux_nat_find_memory_regions): Remove.
6106 (linux_target_install_ops): No longer install it.
6108 * linux-tdep.c (linux_find_memory_regions): New function.
6109 (linux_init_abi): Install it.
6111 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6113 * gdbarch.sh (make_corefile_notes): New architecture callback.
6114 * gdbarch.c: Regenerate.
6115 * gdbarch.h: Likewise.
6117 * gcore.c (write_gcore_file): Try gdbarch_make_corefile_notes
6118 before target_make_corefile_notes. If NULL is returned, the
6119 target does not support core file generation.
6121 * linux-nat.c: Include "linux-tdep.h".
6122 (find_signalled_thread, find_stop_signal): Remove.
6123 (linux_nat_do_thread_registers): Likewise.
6124 (struct linux_nat_corefile_thread_data): Likewise.
6125 (linux_nat_corefile_thread_callback): Likewise.
6126 (iterate_over_spus): Likewise.
6127 (struct linux_spu_corefile_data): Likewise.
6128 (linux_spu_corefile_callback): Likewise.
6129 (linux_spu_make_corefile_notes): Likewise.
6130 (linux_nat_collect_thread_registers): New function.
6131 (linux_nat_make_corefile_notes): Replace contents by call to
6132 linux_make_corefile_notes passing linux_nat_collect_thread_registers
6133 as native-only callback.
6135 * linux-tdep.h: Include "bfd.h".
6136 (struct regcache): Add forward declaration.
6137 (linux_collect_thread_registers_ftype): New typedef.
6138 (linux_make_corefile_notes): Add prototype.
6139 * linux-tdep.c: Include "gdbthread.h", "gdbcore.h", "regcache.h",
6140 "regset.h", and "elf-bfd.h".
6141 (find_signalled_thread, find_stop_signal): New functions.
6142 (linux_spu_make_corefile_notes): Likewise.
6143 (linux_collect_thread_registers): Likewise.
6144 (struct linux_corefile_thread_data): New data structure.
6145 (linux_corefile_thread_callback): New funcion.
6146 (linux_make_corefile_notes): Likewise.
6147 (linux_make_corefile_notes_1): Likewise.
6148 (linux_init_abi): Install it.
6150 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6152 * gdbarch.sh (info_proc): New callback.
6153 * gdbarch.c, gdbarch.h: Regenerate.
6155 * infcmd.c (info_proc_cmd_1): Try gdbarch info_proc callback
6156 before falling back to the target info_proc callback.
6158 * linux-nat.c: Do not include "cli/cli-utils.h".
6159 (linux_nat_info_proc): Remove.
6160 (linux_target_install_ops): No longer install it.
6162 * linux-tdep.c: Include "cli/cli-utils.h" and <ctype.h>.
6163 (read_mapping): New function.
6164 (linux_info_proc): Likewise.
6165 (linux_init_abi): Install it.
6167 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6169 * defs.h (enum info_proc_what): Moved here from linux-nat.c
6170 * infcmd.c: (info_proc_cmd_1): New function.
6171 (info_proc_cmd): New function, moved here from equivalent routine
6172 orignally in linux-nat.c.
6173 (info_proc_cmd_mappings): Likewise.
6174 (info_proc_cmd_stat): Likewise.
6175 (info_proc_cmd_status): Likewise.
6176 (info_proc_cmd_cwd): Likewise.
6177 (info_proc_cmd_cmdline): Likewise.
6178 (info_proc_cmd_exe): Likewise.
6179 (info_proc_cmd_all): Likewise.
6180 (_initialize_infcmd): Install "info proc" command and subcommands.
6182 * target.h (struct target_ops): Add to_info_proc.
6183 (target_info_proc): Add prototype.
6184 * target.c (target_info_proc): New function.
6186 * procfs.c (procfs_info_proc): Add prototype.
6187 (info_proc_cmd): Rename into ...
6188 (procfs_info_proc): ... this. Update argument types as appropriate
6189 for a to_info_proc implementation. Handle "what" argument.
6190 (procfs_target): Install procfs_info_proc.
6191 (_initialize_procfs): No longer install "info proc" command.
6193 * linux-nat.c: (enum info_proc_what): Remove.
6194 (linux_nat_info_proc_cmd_1): Rename into ...
6195 (linux_nat_info_proc): ... this. Update argument types as appropriate
6196 for a to_info_proc implementation.
6197 (linux_nat_info_proc_cmd): Remove.
6198 (linux_nat_info_proc_cmd_mappings): Likewise.
6199 (linux_nat_info_proc_cmd_stat): Likewise.
6200 (linux_nat_info_proc_cmd_status): Likewise.
6201 (linux_nat_info_proc_cmd_cwd): Likewise.
6202 (linux_nat_info_proc_cmd_cmdline): Likewise.
6203 (linux_nat_info_proc_cmd_exe): Likewise.
6204 (linux_nat_info_proc_cmd_all): Likewise.
6205 (linux_target_install_ops): Install linux_nat_info_proc.
6206 (_initialize_linux_nat): No longer install "info proc" command
6209 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
6211 * configure.ac [AC_CHECK_FUNCS]: Check for readlink.
6212 * config.in, configure: Regenerate.
6214 * target.h (struct target_ops): Add to_fileio_readlink.
6215 (target_fileio_readlink): Add prototype.
6216 * target.c (target_fileio_readlink): New function.
6218 * inf-child.c: Conditionally include <sys/param.h>.
6219 (inf_child_fileio_readlink): New function.
6220 (inf_child_target): Install it.
6222 * remote.c (PACKET_vFile_readlink): New enum value.
6223 (remote_hostio_readlink): New function.
6224 (init_remote_ops): Install it.
6225 (_initialize_remote): Handle vFile:readlink packet type.
6227 2012-01-20 Pedro Alves <palves@redhat.com>
6228 Ulrich Weigand <ulrich.weigand@linaro.org>
6230 * configure.ac [AC_CHECK_FUNCS]: Check for pread and pwrite.
6231 * config.in, configure: Regenerate.
6233 * target.h (struct target_ops): Add to_fileio_open, to_fileio_pwrite,
6234 to_fileio_pread, to_fileio_close, to_fileio_unlink.
6235 (target_fileio_open): Add prototype.
6236 (target_fileio_pwrite): Likewise.
6237 (target_fileio_pread): Likewise.
6238 (target_fileio_close): Likewise.
6239 (target_fileio_unlink): Likewise.
6240 (target_fileio_read_alloc): Likewise.
6241 (target_fileio_read_stralloc): Likewise.
6243 * target.c: Include "gdb/fileio.h".
6244 (target_read_stralloc): Accept trailing, but not embedded NUL bytes.
6245 (default_fileio_target): New function.
6246 (target_fileio_open): Likewise.
6247 (target_fileio_pwrite): Likewise.
6248 (target_fileio_pread): Likewise.
6249 (target_fileio_close): Likewise.
6250 (target_fileio_unlink): Likewise.
6251 (target_fileio_close_cleanup): Likewise.
6252 (target_fileio_read_alloc_1): Likewise.
6253 (target_fileio_read_alloc): Likewise.
6254 (target_fileio_read_stralloc): Likewise.
6256 * inf-child.c: Include "gdb/fileio.h", <sys/types.h>, <sys/stat.h>,
6257 <fcntl.h>, and <unistd.h>.
6258 (inf_child_fileio_open_flags_to_host): New function.
6259 (inf_child_errno_to_fileio_error): Likewise.
6260 (inf_child_fileio_open): Likewise.
6261 (inf_child_fileio_pwrite): Likewise.
6262 (inf_child_fileio_pread): Likewise.
6263 (inf_child_fileio_close): Likewise.
6264 (inf_child_fileio_unlink): Likewise.
6265 (inf_child_target): Install to_fileio routines.
6267 * remote.c (init_remote_ops): Install to_fileio routines.
6269 2012-01-20 Pedro Alves <palves@redhat.com>
6270 Ulrich Weigand <ulrich.weigand@linaro.org>
6272 * remote.c (remote_multi_process_p): Only check for multi-process
6273 protocol feature, do not check for extended protocol.
6274 (remote_supports_multi_process): Check for extended protocol here.
6275 (set_general_process): Likewise.
6276 (extended_remote_kill): Likewise.
6277 (remote_pid_to_str): Likewise.
6278 (remote_query_supported): Always query multiprocess mode.
6280 2012-01-20 Pedro Alves <palves@redhat.com>
6281 Ulrich Weigand <ulrich.weigand@linaro.org>
6283 * inferior.h (struct inferior): Add fake_pid_p.
6284 * inferior.c (exit_inferior_1): Clear fake_pid_p.
6285 * remote.c (remote_start_remote): Set fake_pid_p if we have to use
6286 magic_null_ptid since the remote side doesn't provide a real PID.
6288 2012-01-19 Tom Tromey <tromey@redhat.com>
6290 * NEWS: Combine the two Python sections.
6292 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
6294 * target.h (target_close): Update comment on the target's unpush state.
6296 2012-01-19 Pedro Alves <palves@redhat.com>
6298 * linux-nat.c (linux_nat_close): Call linux_nat_is_async_p and
6299 linux_nat_async directly instead of going through the target
6301 * target.c (unpush_target): Close target after unpushing it, not
6304 2012-01-19 Gary Benson <gbenson@redhat.com>
6306 * mdebugread.c (sort_blocks): Replace integer constants with ones
6307 derived from FIRST_LOCAL_BLOCK.
6309 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
6310 Jan Kratochvil <jan.kratochvil@redhat.com>
6313 * symfile.c (find_separate_debug_file): New function.
6314 (terminate_after_last_dir_separator): Likewise.
6315 (find_separate_debug_file_by_debuglink): Also try realpath.
6316 * configure.ac (AC_CHECK_FUNCS): Add lstat.
6317 * configure: Regenerate.
6318 * config.in: Regenerate.
6320 2012-01-18 Doug Evans <dje@google.com>
6322 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): Delete.
6323 (main.o): Remove rule.
6324 * configure.ac (BINDIR): Define with AC_DEFINE_DIR.
6325 (--with-sysroot): Rewrite.
6326 * configure: Regenerate.
6327 * config.in: Regenerate.
6329 2012-01-18 Sergio Durigan Junior <sergiodj@redhat.com>
6331 * parse.c (initialize_expout): New function.
6332 (reallocate_expout): Likewise.
6333 (parse_exp_in_context): Use `initialize_expout' and
6334 `reallocate_expout' when appropriate.
6336 2012-01-18 Pedro Alves <palves@redhat.com>
6338 * record.c (struct record_breakpoint, record_breakpoint_p)
6339 (record_breakpoints): New.
6340 (record_insert_breakpoint, record_remove_breakpoint): Manage
6341 record breakpoints list. Only remove breakpoints from the
6342 inferior if they had been inserted there in the first place.
6344 2012-01-17 Doug Evans <dje@google.com>
6346 * linespec.c (decode_line_internal): Don't call symtabs_from_filename
6347 if we know we don't have a file name to look for.
6349 2012-01-17 Pedro Alves <palves@redhat.com>
6351 * dwarf2-frame.c (dwarf2_frame_cfa): Throw NOT_AVAILABLE_ERROR, if
6352 the frame's stop reason is UNWIND_UNAVAILABLE.
6354 2012-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6356 Fix compilation error.
6357 * m2-exp.y (yyerror): Use ANSI C prototype.
6359 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
6361 * f-exp.y (parse_number): Convert prototype from K&R to ANSI C.
6362 (growbuf_by_size): Likewise.
6363 (yyerror): Likewise.
6364 * m2-exp.y (make_qualname): Remove function (was #if 0'ed).
6365 (modblock): Remove variable (was #if 0'ed).
6366 (parse_number): Convert prototype from K&R to ANSI C.
6367 (yyerror): Likewise.
6368 * objc-exp.y (parse_number): Likewise.
6369 (yyerror): Likewise.
6370 (yylex): Remove #if 0'ed code.
6371 * p-exp.y (uptok): Convert prototype from K&R to ANSI C.
6372 (yyerror): Likewise.
6374 2012-01-16 Tom Tromey <tromey@redhat.com>
6377 * symtab.h (compare_filenames_for_search): Declare.
6378 * symtab.c (compare_filenames_for_search): New function.
6379 (iterate_over_some_symtabs): Use it.
6380 * symfile.h (struct quick_symbol_functions)
6381 <map_symtabs_matching_filename>: Change spec.
6382 * psymtab.c (partial_map_symtabs_matching_filename): Use
6383 compare_filenames_for_search. Update for new spec.
6384 * dwarf2read.c (dw2_map_symtabs_matching_filename): Use
6385 compare_filenames_for_search. Update for new spec.
6386 * breakpoint.c (clear_command): Use compare_filenames_for_search.
6388 2012-01-16 Tom Tromey <tromey@redhat.com>
6391 * gdbtypes.h (TYPE_FLAG_ENUM): New macro.
6392 (struct main_type) <flag_flag_enum>: New field.
6393 * dwarf2read.c (process_enumeration_scope): Detect "flag" enums.
6394 * NEWS: Add entries.
6395 * c-valprint.c (c_val_print) <TYPE_CODE_ENUM>: Handle "flag"
6397 * python/lib/gdb/printing.py (_EnumInstance): New class.
6398 (FlagEnumerationPrinter): Likewise.
6400 2012-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
6402 * breakpoint.c (create_sals_from_address_default): New function.
6403 (create_breakpoints_sal_default): Likewise.
6404 (decode_linespec_default): Likewise.
6405 (is_marker_spec): Removed.
6406 (strace_marker_p): New function.
6407 (init_breakpoint_sal): Using `strace_marker_p' instead of
6409 (create_breakpoint): Call method `create_sals_from_address' from
6410 breakpoint_ops, replacing code that created SALs conditionally
6411 on the type of the breakpoint. Call method `create_breakpoints_sal',
6412 replacing code that created breakpoints conditionally on the type
6414 (base_breakpoint_create_sals_from_address): New function.
6415 (base_breakpoint_create_breakpoints_sal): Likewise.
6416 (base_breakpoint_decode_linespec): Likewise.
6417 (base_breakpoint_ops): Add methods
6418 `base_breakpoint_create_sals_from_address',
6419 `base_breakpoint_create_breakpoints_sal' and
6420 `base_breakpoint_decode_linespec'.
6421 (bkpt_create_sals_from_address): New function.
6422 (bkpt_create_breakpoints_sal): Likewise.
6423 (bkpt_decode_linespec): Likewise.
6424 (tracepoint_create_sals_from_address): Likewise.
6425 (tracepoint_create_breakpoints_sal): Likewise.
6426 (tracepoint_decode_linespec): Likewise.
6427 (strace_marker_create_sals_from_address): Likewise.
6428 (strace_marker_create_breakpoints_sal): Likewise.
6429 (strace_marker_decode_linespec): Likewise.
6430 (strace_marker_breakpoint_ops): New variable.
6431 (addr_string_to_sals): Remove `marker_spec'. Call method
6432 `decode_linespec' from breakpoint_ops, replacing code that decoded
6433 an address string into a SAL. Use `strace_marker_p' instead of
6435 (strace_command): Decide whether we are dealing with a static
6436 tracepoint with marker or not. Use the appropriate breakpoint_ops.
6437 (initialize_breakpoint_ops): Initialize new fields of breakpoint_ops.
6438 * breakpoint.h (linespec_result, linespec_sals): New forward
6440 (breakpoint_ops) <create_sals_from_address>,
6441 <create_breakpoints_sal>, <decode_linespec>: New methods.
6443 2012-01-14 Doug Evans <dje@google.com>
6445 * NEWS: Update text for "maint set python print-stack".
6446 It is deprecated in gdb 7.4 and deleted in 7.5.
6448 2012-01-13 Eli Zaretskii <eliz@gnu.org>
6450 * gdb_curses.h (MOUSE_MOVED) [__MINGW32__]: Undefine before
6453 2012-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6455 * configure: Regenerate.
6456 * config.in: Regenerate.
6458 2012-01-12 Keith Seitz <keiths@redhat.com>
6461 * varobj.c (ANONYMOUS_STRUCT_NAME): Define.
6462 (ANONYMOUS_UNION_NAME): Define.
6463 (is_path_expr_parent): New function.
6464 (get_path_expr_parent): New function.
6465 (is_anonymous_child): New function.
6466 (create_child_with_value): If the child is anonymous and without
6467 a name, assign an object name to it.
6468 (c_describe_child): Use get_path_expr_parent to determine
6469 the parent expression.
6470 If there field represents an anonymous struct or union and
6471 has no name, set an appropriate display name and expression.
6472 (cplus_describe_child): Likewise.
6474 2012-01-12 Pedro Alves <palves@redhat.com>
6476 * i386-tdep.c (i386_frame_cache_1): Also mark the frame base as
6477 available when %ebp is found to be zero (outermost).
6479 2012-01-11 Andreas Tobler <andreast@fgznet.ch>
6481 * common/gdb_assert.h (gdb_static_assert): Rename static_assert to
6482 an internal gdb_static_assert.
6483 * mi/mi-common.c: Rename static_assert to gdb_static_assert.
6485 2012-01-11 Tom Tromey <tromey@redhat.com>
6488 * breakpoint.c (_initialize_breakpoint): Fix help for "catch
6489 catch" and "catch throw".
6491 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
6493 * blockframe.c (block_innermost_frame): Start search from selected
6494 frame, if present, or otherwise the current frame.
6496 * c-exp.y (variable): Update innermost_block for
6497 'block COLONCOLON NAME' clause.
6498 * m2-exp.y (variable): Ditto.
6499 * objc-exp.y (variable): Ditto.
6501 2012-01-10 Tom Tromey <tromey@redhat.com>
6504 * python/python.c (finish_python_initialization): Set sys.argv.
6506 2012-01-10 Doug Evans <dje@google.com>
6508 * dwarf2read.c (dwarf_decode_lines): Remove arg "abfd". New arg
6509 "want_line_info". All callers updated.
6510 (dwarf_decode_lines_1): New function.
6511 (handle_DW_AT_stmt_list): Add function comment.
6512 New arg "want_line_info". All callers updated.
6513 (read_file_scope,read_type_unit_scope): Move comment from
6514 handle_DW_AT_stmt_list to here.
6516 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6518 Fix regression after libiberty/ update for GCC PR 6057 and others.
6519 * c-exp.y (operator) <OPERATOR DELETE>
6520 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
6521 * cp-name-parser.y (fill_comp, make_operator, make_dtor)
6522 (make_builtin_type, make_name): New variable i, add gdb_assert.
6523 (operator) <OPERATOR NEW>: Update ARGS to 3.
6524 (operator) <OPERATOR DELETE>: Add trailing space.
6525 (operator) <OPERATOR NEW '[' ']'>: Update ARGS to 3.
6526 (operator) <OPERATOR DELETE '[' ']'>: Add trailing space.
6527 * cp-support.c (cp_canonicalize_string): Check NULL from
6528 cp_comp_to_string, call warning and return.
6530 2012-01-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6532 Fix duplicate .o files after omitting libbfd.a.
6533 * Makefile.in (ALL_TARGET_OBS): Remove corelow.o.
6534 (SFILES): Add corelow.c.
6535 (COMMON_OBS): Add corelow.o.
6536 (ALLDEPFILES): Remove corelow.c.
6537 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove corelow.o.
6538 * config/alpha/alpha-osf3.mh: Likewise.
6539 * config/alpha/fbsd.mh: Likewise.
6540 * config/arm/nbsdaout.mh: Likewise.
6541 * config/arm/nbsdelf.mh: Likewise.
6542 * config/i386/i386gnu.mh: Likewise.
6543 * config/ia64/hpux.mh: Likewise.
6544 * config/ia64/linux.mh: Likewise.
6545 * config/m32r/linux.mh: Likewise.
6546 * config/m68k/linux.mh: Likewise.
6547 * config/mips/irix5.mh: Likewise.
6548 * config/mips/irix6.mh: Likewise.
6549 * config/pa/hpux.mh: Likewise.
6550 * config/pa/linux.mh: Likewise.
6551 * config/powerpc/aix.mh: Likewise.
6552 * config/sparc/linux.mh: Likewise.
6553 * config/sparc/linux64.mh: Likewise.
6554 * config/sparc/sol2.mh: Likewise.
6555 * config/vax/vax.mh: Likewise.
6556 * configure.tgt (alpha*-*-freebsd* alpha*-*-kfreebsd*-gnu)
6557 (alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu, alpha*-*-openbsd*)
6558 (am33_2.0*-*-linux*, arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-linux*)
6559 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-netbsd*)
6560 (hppa*-*-openbsd*, i[34567]86-*-dicos*, i[34567]86-*-freebsd*)
6561 (i[34567]86-*-kfreebsd*-gnu, i[34567]86-*-netbsd*)
6562 (i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*, i[34567]86-*-nto*)
6563 (i[34567]86-*-solaris2.1[0-9]*, x86_64-*-solaris2.1[0-9]*)
6564 (i[34567]86-*-solaris*, i[34567]86-*-linux*, i[34567]86-*-cygwin*)
6565 (i[34567]86-*-mingw32*, m68*-*-netbsd*, m68*-*-knetbsd*-gnu)
6566 (m68*-*-openbsd*, m88*-*-openbsd*, microblaze*-linux-*)
6567 (microblaze*-*-linux*, mips*-*-linux*, mips*-*-netbsd*)
6568 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
6569 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-linux*)
6570 (powerpc64-*-linux*, s390*-*-*, score-*-*, sh*-*-linux*)
6571 (sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
6572 (sparc*-*-freebsd*, sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*)
6573 (sparc-*-knetbsd*-gnu, sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu)
6574 (sparc-*-openbsd*, sparc64-*-openbsd*, tic6x-*-*linux, vax-*-netbsd*)
6575 (vax-*-knetbsd*-gnu, vax-*-openbsd*, x86_64-*-dicos*, x86_64-*-linux*)
6576 (x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu, x86_64-*-netbsd*)
6577 (x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*, xtensa*-*-linux*): Remove
6578 corelow.o from gdb_target_obs.
6579 * corefile.c (core_target): Update the comment on NULL value.
6580 (core_file_command): Replace error by gdb_assert on CORE_TARGET.
6581 * corelow.c (sniff_core_bfd): Call error instead of warning on zero
6582 MATCHES. Drop YUMMY set on NULL.
6583 (core_close): Do not call exit_inferior_silent on zero PID. Do not
6584 reclaim CORE_DATA if it is already NULL.
6586 2012-01-09 Doug Evans <dje@google.com>
6588 * gdbtypes.c (safe_parse_type): Initialize type to keep gcc happy.
6589 * varobj.c (varobj_set_value): Initialize val,value to keep gcc happy.
6591 2012-01-09 Keith Seitz <keiths@redhat.com>
6593 * breakpoint.c (wrapper.h): Don't include.
6595 2012-01-09 Keith Seitz <keiths@redhat.com>
6597 * Makefile.in (SFILES): Remove wrapper.c.
6598 (HFILES_NO_SRCDIR): Remove wrapper.h.
6599 (COMMON_OBS): Remove wrapper.o.
6600 * cli/cli-interp.c: Don't inlude wrapper.h.
6601 * corelow.c: Likewise.
6602 (core_open): Replace gdb_target_find_new_threads with
6603 TRY_CATCH around target_find_new_threads.
6604 * eval.c (fetch_subexp_value): Likewise for value_fetch_lazy.
6605 * gdbtypes.c (safe_parse_type): Likewise for parse_and_eval_type.
6606 * varobj.c (varobj_create): Likewise for parse_exp_1 and
6607 evaluate_expression.
6608 (varobj_set_value): Likewise for evaluate_expression and
6610 (install_new_variable): Likewise for value_fetch_lazy.
6611 (adjust_value_for_child_access): Likewise for value_ind.
6612 (c_describe_child): Likewise for value_subscript and
6614 (c_value_of_root): Likewise for evaluate_expression.
6615 * wrapper.c: Remove.
6616 * wrapper.h: Remove.
6618 2012-01-09 Doug Evans <dje@google.com>
6620 * dwarf2read.c (read_and_check_comp_unit_head): Renamed from
6621 partial_read_comp_unit_head. Replace "buffer", "buffer_size" and
6622 "abfd" args with "section". All callers updated.
6623 Error checking code moved ...
6624 (error_check_comp_unit_head): ... here. New function.
6625 (read_and_check_type_unit_head): Renamed from read_type_unit_head.
6626 Delete arg "abfd". New arg "type_offset". All callers updated.
6627 (create_debug_types_hash_table): Simplify by using
6628 read_and_check_type_unit_head.
6630 * parser-defs.h (namecopy): Delete.
6631 * parse.c (namecopy, namecopy_size): Move into copy_name.
6633 2012-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
6635 Partially fix duplicate .o files after omitting libbfd.a.
6636 * config/alpha/alpha-osf3.mh (NATDEPFILES): Remove solib.o.
6637 * config/i386/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6638 * config/i386/obsdaout.mh (NATDEPFILES): Remove solib.o.
6639 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6640 * config/m68k/obsd.mh (NATDEPFILES): Remove solib.o.
6641 * config/powerpc/aix.mh (NATDEPFILES): Remove xcoffread.o.
6642 * config/vax/nbsdaout.mh (NATDEPFILES): Remove solib.o.
6644 2012-01-09 Pedro Alves <palves@redhat.com>
6646 * MAINTAINERS: Update my email address.
6648 2012-01-08 Doug Evans <dje@google.com>
6650 * dwarf2read.c (dwarf2_per_objfile): Rename n_type_comp_units to
6651 n_type_units. Rename type_comp_units to all_type_units.
6653 (add_signatured_type_cu_to_table): Renamed from
6654 add_signatured_type_cu_to_list. All callers updated.
6656 * gdbtypes.h (struct cplus_struct_type): Delete member
6657 nfn_fields_total. All uses removed.
6659 2012-01-06 Doug Evans <dje@google.com>
6661 * dwarf2read.c: Move FIXME from dwarf2_build_psymtabs_hard
6663 (dwarf2_find_comp_unit): Delete.
6664 (process_psymtab_comp_unit): Make result "void".
6665 Delete args buffer, info_ptr, buffer_size, and replace with
6666 "section". All callers updated.
6667 (dwarf2_build_psymtabs_hard): Simplify.
6669 2012-01-06 Sergio Durigan Junior <sergiodj@redhat.com>
6670 Thiago Jung Bauermann <bauerman@br.ibm.com>
6672 * ada-lang.c (ada_exception_name_addr): Add `volatile' keyword
6673 before `struct gdb_exception'.
6674 * breakpoint.c (update_global_location_list_nothrow)
6675 (update_breakpoint_locations, enable_breakpoint_disp): Likewise.
6676 * cp-abi.c (value_rtti_type): Likewise.
6677 * cp-support.c (cp_validate_operator): Likewise.
6678 * infrun.c (insert_exception_resume_breakpoint)
6679 (check_exception_resume, keep_going): Likewise.
6680 * mi-interp.c (mi_breakpoint_created)
6681 (mi_breakpoint_modified): Likewise.
6682 * rs6000-aix-tdep.c (rs6000_convert_from_func_ptr_addr): Likewise.
6683 * solib-ia64-hpux.c (ia64_hpux_at_dld_breakpoint_p)
6684 (ia64_hpux_handle_dld_breakpoint_1): Likewise.
6686 2012-01-05 Doug Evans <dje@google.com>
6688 * dwarf2read.c (statement_prologue): Delete, unused.
6690 * dwarf2read.c (dwarf2_per_cu_addr_size): Make result type an int.
6691 * dwarf2loc.h (dwarf2_per_cu_addr_size): Update.
6693 * dwarf2read.c (comp_unit_header): Delete, unused.
6695 2012-01-05 Ulrich Weigand <uweigand@de.ibm.com>
6697 * configure.tgt [s390*-*-*] (gdb_target_obs): Add corelow.o.
6698 * config/s390/s390.mh (NATDEPFILES): Remove corelow.o.
6700 2012-01-05 Khoo Yit Phang <khooyp@cs.umd.edu>
6702 * infrun.c (normal_stop): Don't skip calling the normal_stop
6703 observers if the thread was doing a multi-step, but stopped for
6704 some reason other than stepping.
6706 2012-01-05 Pedro Alves <alves.ped@gmail.com>
6708 * cli/cli-decode.h: Add comments.
6709 (CMD_LIST_AMBIGUOUS): Moved to command.h
6710 (add_cmd, add_alias_cmd, add_prefix_cmd, add_abbrev_prefix_cmd)
6711 (set_cmd_cfunc, set_cmd_sfunc, set_cmd_completer, cmd_cfunc_eq)
6712 (set_cmd_context, get_cmd_context, lookup_cmd, lookup_cmd_1)
6713 (deprecate_cmd, deprecated_cmd_warning, lookup_cmd_composition)
6714 (add_com, add_com_alias, add_info, add_info_alias)
6715 (complete_on_cmdlist, complete_on_enum, help_list): Remove
6717 * command.h: Add and adjust comments.
6718 (CMD_LIST_AMBIGUOUS): Moved here.
6719 (help_cmd, help_cmd_list): Delete declarations.
6721 2012-01-04 Doug Evans <dje@google.com>
6723 * dwarf2read.c (dwarf2_read_abbrevs): Delete arg "abfd".
6724 All callers updated.
6725 (load_full_type_unit): Renamed from read_signatured_type_at_offset.
6726 Replace all arguments with "per_cu". All callers updated.
6728 * dwarf2read.c (dwarf2_per_cu_data): Remove outdated comment.
6730 * dwarf2read.c (init_one_comp_unit): Delete arg "objfile".
6731 New arg "per_cu". All callers updated.
6733 Delete #if 0'd out code.
6734 * language.c (binop_result_type): Delete.
6735 (simple_type, ordered_type, same_type, integral_type): Delete.
6736 (numeric_type, character_type, string_type, boolean_type): Delete.
6737 (float_type, structured_type): Delete.
6738 * language.h: Update.
6740 2012-01-04 Tom Tromey <tromey@redhat.com>
6742 * python/py-value.c (valpy_binop): Initialize 'res_val'.
6744 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6746 * corefile.c (close_exec_file): Delete.
6747 (reopen_exec_file): Remove commented out code that seems related
6748 to close_exec_file, which is being deleted here.
6749 * inferior.h (close_exec_file): Delete.
6750 * fork-child.c (fork_inferior): Remove call to fork_inferior.
6752 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6754 * ada-lang.c: #include "cli/cli-utils.h".
6755 (get_selections): Use skip_spaces.
6756 (ada_get_next_arg): Use skip_spaces and skip_to_space.
6757 (catch_ada_exception_command_split): Use skip_spaces.
6758 (ada_decode_assert_location): Likewise.
6760 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6762 * linespec.c (decode_line_internal): Check for C++ or Java
6763 compound constructs only if the current language is C, C++
6766 2012-01-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6769 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6770 Joel Brobecker <brobecker@adacore.com>
6771 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
6772 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
6774 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
6775 fall through into AT_ENTRY_POINT.
6776 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
6778 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
6779 PPC_INSN_SIZE skip to 3 times.
6781 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6783 * linespec.c (add_minsym): Preserve function descriptors.
6785 2012-01-04 Ulrich Weigand <uweigand@de.ibm.com>
6787 * breakpoint.c (all_locations_are_pending): Consider locations
6788 in program spaces executing during startup pending as well.
6790 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6792 Copyright year update in most files of the GDB Project.
6794 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6796 * copyright.sh: Delete.
6797 * copyright.py: Rewrite.
6799 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6801 * gnulib/extra/update-copyright: New file, imported from gnulib.
6803 2012-01-04 Joel Brobecker <brobecker@adacore.com>
6805 * README (Copyright and License Notices): New section.
6807 2012-01-03 Tom Tromey <tromey@redhat.com>
6810 * python/py-value.c (valpy_dereference, valpy_get_address
6811 valpy_get_dynamic_type, valpy_lazy_string, valpy_do_cast)
6812 (valpy_getitem, valpy_call, valpy_binop, valpy_negative)
6813 (valpy_absolute, valpy_richcompare): Free intermediate values.
6815 2011-01-03 Joel Brobecker <brobecker@adacore.com>
6817 * ada-lang.c: Reformat the copyright notice.
6819 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6821 * Makefile.in (ALL_TARGET_OBS): Remove solib-target.o.
6822 * configure.tgt (arm*-wince-pe, arm*-*-mingw32ce*, arm*-*-symbianelf*)
6823 (i[34567]86-*-dicos*, i[34567]86-*-cygwin*, i[34567]86-*-mingw32*)
6824 (x86_64-*-dicos*, x86_64-*-mingw*): Remove solib-target.o.
6825 Revert this part of:
6826 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6827 Build gdb directly from *.o files not using libgdb.a.
6828 * Makefile.in (COMMON_OBS): Remove solib-target.o.
6830 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6832 * gdb/common/gdb_thread_db.h, gdb/dbxread.c, gdb/environ.c,
6833 gdb/gcore.h, gdb/rs6000-tdep.h, gdb/s390-nat.c, gdb/tic6x-tdep.c:
6834 Reformat the copyright header.
6836 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6838 Revert this part of:
6839 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6840 Remove the gdbtui binary.
6841 * gdb.c (main): Remove args.interpreter_p initialization.
6842 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
6843 * main.h (struct captured_main_args): Remove interpreter_p.
6845 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6847 * config/djgpp/fnchange.lst: Add entry for ChangeLog-2011.
6849 2012-01-02 Joel Brobecker <brobecker@adacore.com>
6851 * top.c (print_gdb_version): Update copyright year.
6853 2012-01-02 Yao Qi <yao@codesourcery.com>
6855 * inf-ptrace.c (inf_ptrace_xfer_partial): Reindent.
6857 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6858 Joel Brobecker <brobecker@adacore.com>
6860 Fix regression for gdb.cp/gdb2495.exp with gcc-4.7.
6861 * arch-utils.c (displaced_step_at_entry_point): Incrase BP_LEN skip to
6863 * infcall.c (call_function_by_hand) <AT_SYMBOL>: Move it upwards and
6864 fall through into AT_ENTRY_POINT.
6865 (call_function_by_hand) <AT_ENTRY_POINT>: New variable bp_len. Adjust
6867 * ppc-linux-tdep.c (ppc_linux_displaced_step_location): Increase
6868 PPC_INSN_SIZE skip to 3 times.
6870 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6872 * amd64-linux-nat.c (update_debug_registers_callback): New comment on
6874 * i386-linux-nat.c (update_debug_registers_callback): Likewise.
6876 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6878 Build gdb directly from *.o files not using libgdb.a.
6879 * Makefile.in (SUBDIR_TUI_OBS): Remove duplicate tui.o.
6880 (COMMON_OBS): Remove solib-target.o.
6881 (LIBGDB_OBS, libgdb.a): Move it before the gdb$(EXEEXT) rule.
6882 (gdb$(EXEEXT)): Replace libgdb.a with $(LIBGDB_OBS).
6883 (LIBGDB_OBS, libgdb.a): Move it above.
6884 * configure.tgt (alpha*-*-linux*, alpha*-*-freebsd*)
6885 (alpha*-*-kfreebsd*-gnu, alpha*-*-netbsd*, alpha*-*-knetbsd*-gnu)
6886 (alpha*-*-openbsd*, am33_2.0*-*-linux*, arm*-wince-pe)
6887 (arm*-*-mingw32ce*, arm*-*-linux*, arm*-*-netbsd*, arm*-*-knetbsd*-gnu)
6888 (arm*-*-openbsd*, cris*, frv-*-*, hppa*-*-hpux*, hppa*-*-linux*)
6889 (hppa*-*-netbsd*, hppa*-*-openbsd*, i[34567]86-*-darwin*)
6890 (i[34567]86-*-dicos*, i[34567]86-*-freebsd*, i[34567]86-*-kfreebsd*-gnu)
6891 (i[34567]86-*-netbsd*, i[34567]86-*-knetbsd*-gnu, i[34567]86-*-openbsd*)
6892 (i[34567]86-*-nto*, i[34567]86-*-solaris2.1[0-9]*)
6893 (x86_64-*-solaris2.1[0-9]*, i[34567]86-*-solaris*, i[34567]86-*-linux*)
6894 (i[34567]86-*-gnu*, ia64-*-linux*, m32r*-*-linux*, m68*-*-linux*)
6895 (m68*-*-netbsd*, m68*-*-knetbsd*-gnu, m68*-*-openbsd*)
6896 (microblaze*-linux-*, microblaze*-*-linux*, mips*-sgi-irix5*)
6897 (mips*-sgi-irix6*, mips*-*-linux*, mips*-*-netbsd*)
6898 (mips*-*-knetbsd*-gnu, mips64*-*-openbsd*, powerpc-*-netbsd*)
6899 (powerpc-*-knetbsd*-gnu, powerpc-*-openbsd*, powerpc-*-aix*, rs6000-*-*)
6900 (powerpc-*-linux*, powerpc64-*-linux*, powerpc*-*-*, s390*-*-*)
6901 (sh*-*-linux*, sh*-*-netbsdelf*, sh*-*-knetbsd*-gnu, sh*-*-openbsd*)
6902 (sparc-*-linux*, sparc64-*-linux*, sparc*-*-freebsd*)
6903 (sparc*-*-kfreebsd*-gnu, sparc-*-netbsd*, sparc-*-knetbsd*-gnu)
6904 (sparc64-*-netbsd*, sparc64-*-knetbsd*-gnu, sparc-*-openbsd*)
6905 (sparc64-*-openbsd*, sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*)
6906 (sparc-*-solaris2*, sparcv9-*-solaris2*, sparc64-*-solaris2*)
6907 (vax-*-netbsd*, vax-*-knetbsd*-gnu, x86_64-*-darwin*, x86_64-*-dicos*)
6908 (x86_64-*-linux*, x86_64-*-freebsd*, x86_64-*-kfreebsd*-gnu)
6909 (x86_64-*-netbsd*, x86_64-*-knetbsd*-gnu, x86_64-*-openbsd*)
6910 (xtensa*-*-linux*, xtensa*): Remove solib.o from gdb_target_obs.
6912 2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6914 Remove the gdbtui binary.
6915 * .gitignore (/gdbtui): Remove.
6916 * Makefile.in (TUI): Remove.
6917 (SUBDIR_TUI_OBS): Remove tui-main.o.
6918 (SUBDIR_TUI_SRCS): Remove tui/tui-main.c.
6919 (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui)
6920 (tui-main.o): Remove.
6921 (all_object_files): Remove tui-main.o.
6922 * NEWS: New note for the gdbtui removal.
6923 * configure: Rebuilt.
6924 * configure.ac: No longer add all-tui, clean-tui, install-tui and
6925 uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and
6926 CONFIG_UNINSTALL respectively.
6927 * gdb.c (main): Remove args.interpreter_p initialization.
6928 * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE.
6929 * main.h (struct captured_main_args): Remove interpreter_p.
6930 * tui/tui-main.c: Remove.
6932 2012-01-01 Doug Evans <dje@google.com>
6934 * dwarf2read.c (dwarf2_compute_name): Simplify objfile references.
6935 (dwarf2_physname, read_import_statement): Ditto.
6936 (read_call_site_scope, dwarf2_record_block_ranges): Ditto.
6937 (process_structure_scope read_subroutine_type): Ditto.
6938 (read_typedef, load_partial_dies, read_partial_die): Ditto.
6939 (find_partial_die, dwarf_decode_lines, lookup_die_type): Ditto.
6940 (dwarf2_fetch_die_location_block): Ditto.
6941 (dwarf_decode_macros, dwarf2_symbol_mark_computed): Ditto.
6943 * dwarf2read.c (read_signatured_type): Delete `objfile' arg.
6944 All callers updated.
6945 (load_full_comp_unit, queue_comp_unit, process_queue): Ditto.
6946 (dw2_do_instantiate_symtab, dw2_instantiate_symtab): Ditto.
6947 (process_psymtab_comp_unit, load_partial_comp_unit): Ditto.
6949 * dwarf2read.c (load_cu): Move assert to more useful location.
6951 * dwarf2read.c (free_heap_comp_unit): Renamed from free_one_comp_unit.
6952 All callers updated.
6954 * dwarf2read.c (dwarf2_per_objfile): Add comment.
6955 (dwarf2_elf_names): Minor reformat.
6956 (dwarf2_per_cu_data): Tweak comment.
6957 (dwarf2_read_section): Fix comment.
6958 (create_all_comp_units): Fix comment.
6959 (load_full_comp_unit): Fix comment.
6960 (process_full_comp_unit): Fix comment.
6961 (read_signatured_type): Fix comment.
6963 For older changes see ChangeLog-2011.
6969 version-control: never