guile: Add as_a_scm_t_subr
[binutils-gdb.git] / gdb / ChangeLog
1 2015-09-07 Pedro Alves <palves@redhat.com>
2
3 * guile/guile-internal.h (as_a_scm_t_subr): New.
4 * guile/guile.c (misc_guile_functions): Use it.
5 * guile/scm-arch.c (arch_functions): Use it.
6 * guile/scm-block.c (block_functions, gdbscm_initialize_blocks):
7 Use it.
8 * guile/scm-breakpoint.c (breakpoint_functions): Use it.
9 * guile/scm-cmd.c (command_functions): Use it.
10 * guile/scm-disasm.c (disasm_functions): Use it.
11 * guile/scm-exception.c (exception_functions)
12 (private_exception_functions): Use it.
13 * guile/scm-frame.c (frame_functions)
14 * guile/scm-gsmob.c (gsmob_functions): Use it.
15 * guile/scm-iterator.c (iterator_functions): Use it.
16 * guile/scm-lazy-string.c (lazy_string_functions): Use it.
17 * guile/scm-math.c (math_functions): Use it.
18 * guile/scm-objfile.c (objfile_functions): Use it.
19 * guile/scm-param.c (parameter_functions): Use it.
20 * guile/scm-ports.c (port_functions, private_port_functions): Use
21 it.
22 * guile/scm-pretty-print.c (pretty_printer_functions): Use it.
23 * guile/scm-progspace.c (pspace_functions): Use it.
24 * guile/scm-string.c (string_functions): Use it.
25 * guile/scm-symbol.c (symbol_functions): Use it.
26 * guile/scm-symtab.c (symtab_functions): Use it.
27 * guile/scm-type.c (type_functions, gdbscm_initialize_types): Use
28 it.
29 * guile/scm-value.c (value_functions): Use it.
30
31 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
32
33 * tui/tui-data.c (win_with_focus): Remove cast of NULL pointer.
34 (tui_next_win): Likewise.
35 (tui_prev_win): Likewise.
36 (tui_partial_win_by_name): Likewise.
37 (tui_init_generic_part): Likewise.
38 (init_content_element): Likewise.
39 (tui_del_window): Likewise.
40 (tui_free_window): Likewise.
41 (tui_del_data_windows): Likewise.
42 (tui_free_data_content): Likewise.
43 * tui/tui-layout.c (make_source_or_disasm_window): Likewise.
44 * tui/tui-regs.c (tui_show_register_group): Likewise.
45 * tui/tui-win.c (tui_resize_all): Likewise.
46 (tui_set_focus): Likewise.
47 (tui_set_win_height): Likewise.
48 (make_invisible_and_set_new_height): Likewise.
49 * tui/tui-windata.c (tui_delete_data_content_windows): Likewise.
50 * tui/tui-wingeneral.c (make_visible): Likewise.
51
52 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
53
54 * cli/cli-decode.c (find_cmd): Remove cast of NULL pointer.
55
56 2015-09-04 Andrew Burgess <andrew.burgess@embecosm.com>
57
58 * c-valprint.c (print_unpacked_pointer): Remove cast of NULL
59 pointer.
60 * dbxread.c (dbx_end_psymtab): Likewise.
61 * gnu-nat.c (gnu_write_inferior): Likewise.
62 * mdebugread.c (cross_ref): Likewise.
63 * p-valprint.c (pascal_val_print): Likewise.
64 * xcoffread.c (xcoff_end_psymtab): Likewise.
65
66 2015-09-04 Yao Qi <yao.qi@linaro.org>
67
68 * NEWS: Mention the aarch64 multi-arch debugging support.
69
70 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
71
72 * ada-lang.c (ada_language_arch_info): Create a TYPE_CODE_CHAR
73 type instead of a TYPE_CODE_INT one for the string_char_type
74 and the ada_primitive_type_char types.
75
76 2015-09-03 Yao Qi <yao.qi@linaro.org>
77
78 * aarch64-linux-nat.c (aarch64_linux_region_ok_for_hw_watchpoint):
79 Move code to aarch64_linux_region_ok_for_watchpoint. Call
80 aarch64_linux_region_ok_for_watchpoint.
81 * nat/aarch64-linux-hw-point.c (aarch64_linux_region_ok_for_watchpoint):
82 New function.
83 * nat/aarch64-linux-hw-point.h (aarch64_linux_region_ok_for_watchpoint):
84 Declare it.
85
86 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
87
88 * gdb_obstack.h (obstack_strdup): Declare.
89 * gdb_obstack.c (obstack_strdup): Define.
90 * gdbarch.sh (gdbarch_obstack_strdup): Declare and define.
91 * gdbarch.c: Regenerate.
92 * gdbarch.h: Regenerate.
93 * gdbtypes.c (arch_type): Use gdbarch_obstack_strdup.
94
95 2015-09-02 Patrick Palka <patrick@parcs.ath.cx>
96
97 * gdbtypes.c (copy_type_recursive): Update documentation.
98
99 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
100
101 * solib-svr4.c (solib_event_probe_action): Initialize 'probe_argc'
102 as zero.
103
104 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
105
106 * solib-svr4.c (svr4_handle_solib_event): Initialize 'val' as NULL
107
108 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
109
110 * solib-svr4.c (solib_event_probe_action): Call
111 get_probe_argument_count using TRY...CATCH.
112 (svr4_handle_solib_event): Likewise, for evaluate_probe_argument.
113
114 2015-09-01 Sergio Durigan Junior <sergiodj@redhat.com>
115
116 * probe.h (struct probe_ops) <get_probe_argument_count,
117 evaluate_probe_argument, enable_probe, disable_probe>: Mention in
118 the comment that the function can throw an exception.
119 (get_probe_argument_count): Likewise.
120 (evaluate_probe_argument): Likewise.
121 * stap-probe.c (stap_get_opcode): Call error instead of
122 internal_error.
123 (stap_get_expected_argument_type): Likewise. Add argument
124 'probe'. Improve error message by mentioning the probe's name.
125 (stap_parse_probe_arguments): Adjust call to
126 stap_get_expected_argument_type.
127 (stap_get_arg): Add comment. Assert that 'probe->args_parsed' is
128 not zero. Call internal_error if GDB requests an argument but the
129 probe has no arguments.
130
131 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
132
133 * ada-lang.c (ada_resolve_function): Do not ask the user what
134 match to use when in completion mode.
135
136 2015-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * tui/tui-data.c (tui_win_name): Make local variable const, remove
139 cast of NULL.
140
141 2015-08-31 Max Filippov <jcmvbkbc@gmail.com>
142
143 * xtensa-tdep.h (XTENSA_GDBARCH_TDEP_INSTANTIATE): Initialize
144 call_abi using XSHAL_ABI macro.
145
146 2015-08-29 Doug Evans <xdje42@gmail.com>
147
148 * symtab.h (struct symbol): Tweak comment.
149
150 2015-08-29 Patrick Palka <patrick@parcs.ath.cx>
151
152 * gdbtypes.c (alloc_type_arch): Allocate the type on the given
153 gdbarch obstack instead of on the heap. Update commentary
154 accordingly.
155
156 2015-08-28 Joel Brobecker <brobecker@adacore.com>
157
158 GDB 7.10 released.
159
160 2015-08-28 Simon Marchi <simon.marchi@ericsson.com>
161
162 * NEWS: Update entry about non-8-bits addressable memory.
163
164 2015-08-28 Ulrich Weigand <uweigand@de.ibm.com>
165
166 Revert:
167 2014-11-06 Doug Evans <xdje42@gmail.com>
168 * solib.c (solib_global_lookup): Fetch arch from objfile,
169 not target_gdbarch.
170
171 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
172
173 * ppc-linux-tdep.c (ppc_linux_spe_context_lookup): Do not
174 attempt to relocate a TLS variable offset.
175
176 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
177
178 * spu-multiarch.c (parse_spufs_run): Bail out if inferior is not
179 registered yet. Set inferior_ptid while calling target_read_memory.
180
181 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
182
183 * nat/linux-ptrace.h (GDB_ARCH_TRAP_BRKPT): Replace by ...
184 (GDB_ARCH_IS_TRAP_BRKPT): ... this. Add __powerpc__ case.
185 * linux-nat.c (check_stopped_by_breakpoint): Use
186 GDB_ARCH_IS_TRAP_BRKPT instead of GDB_ARCH_TRAP_BRKPT.
187
188 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
189
190 * linux-thread-db.c (thread_db_get_thread_local_address): If the
191 thread was not yet discovered, use thread_from_lwp instead of
192 calling thread_db_find_new_threads_1.
193
194 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
195
196 * m88k-tdep.c (m88k_analyze_prologue): Fix inverted allocation
197 statements.
198
199 2015-08-27 Simon Marchi <simon.marchi@ericsson.com>
200
201 * NEWS: Document support for non-8-bits addressable memory.
202
203 2015-08-27 Pedro Alves <palves@redhat.com>
204
205 * configure.ac: Remove AC_TYPE_SIGNAL call.
206 * configure, config.in: Regenerate.
207
208 2015-08-27 Pedro Alves <palves@redhat.com>
209
210 * cp-support.c (gdb_demangle): Use sighandler_t. Remove cast.
211 * extension-priv.h: Include signal.h.
212 (struct signal_handler) <handler>: Change type to sighandler_t.
213 * extension.c (install_gdb_sigint_handler): Use sighandler_t.
214 * inflow.c (sigint_ours, sigquit_ours): Change type to
215 sighandler_t.
216 (child_terminal_inferior): Remove casts.
217 (child_terminal_ours_1, new_tty): Use sighandler_t. Remove casts.
218 (osig): Change type to sighandler_t.
219 * nto-procfs.c (ofunc): Change type to sighandler_t.
220 (procfs_wait): Remove casts.
221 * remote-m32r-sdi.c (m32r_wait, m32r_load): Use sighandler_t.
222 * remote-sim.c (gdbsim_wait): Use sighandler_t.
223 * utils.c (wait_to_die_with_timeout): Use sighandler_t.
224
225 2015-08-27 Pedro Alves <palves@redhat.com>
226
227 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add signal-h.
228 * gnulib/aclocal.m4: Renegerate.
229 * gnulib/config.in: Renegerate.
230 * gnulib/configure: Renegerate.
231 * gnulib/import/Makefile.am: Update.
232 * gnulib/import/Makefile.in: Regenerate.
233 * gnulib/import/m4/gnulib-cache.m4: Update.
234 * gnulib/import/m4/gnulib-comp.m4: Update.
235 * gnulib/import/m4/signal_h.m4: New file.
236 * gnulib/import/signal.in.h: New file.
237
238 2015-08-27 Pedro Alves <palves@redhat.com>
239
240 * remote.c (DEFAULT_MAX_MEMORY_PACKET_SIZE)
241 (MIN_MEMORY_PACKET_SIZE): New.
242 (MAX_REMOTE_PACKET_SIZE, MIN_REMOTE_PACKET_SIZE): Delete.
243 (get_memory_packet_size): Adjust. No longer limit the max packet
244 size.
245 (set_memory_packet_size): Adjust, and remove dead code.
246 (remote_check_symbols): Use xmalloc and a cleanup instead of
247 alloca.
248 (remote_packet_size): No longer cap the packet size.
249 (putpkt_binary): Use xmalloc and a cleanup instead of alloca.
250
251 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
252
253 * compile/compile.c (compile_to_object): Mention language in
254 error message.
255
256 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
257
258 * target.c (target_pre_inferior): Unset attach_flag.
259
260 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
261
262 * gdbarch.sh (append_name): Fix type in XRESIZEVEC.
263 * gdbarch.c: Re-generate.
264
265 2015-08-26 Simon Marchi <simon.marchi@ericsson.com>
266
267 * aarch64-linux-nat.c (aarch64_add_process): Replace xmalloc-family
268 function with the XNEW-family equivalent.
269 * aarch64-tdep.c (aarch64_gdbarch_init): Likewise.
270 * ada-exp.y (write_ambiguous_var): Likewise.
271 * ada-lang.c (resolve_subexp): Likewise.
272 (user_select_syms): Likewise.
273 (assign_aggregate): Likewise.
274 (ada_evaluate_subexp): Likewise.
275 (cache_symbol): Likewise.
276 * addrmap.c (allocate_key): Likewise.
277 (addrmap_create_mutable): Likewise.
278 * aix-thread.c (sync_threadlists): Likewise.
279 * alpha-tdep.c (alpha_push_dummy_call): Likewise.
280 (alpha_gdbarch_init): Likewise.
281 * amd64-windows-tdep.c (amd64_windows_push_arguments): Likewise.
282 * arm-linux-nat.c (arm_linux_add_process): Likewise.
283 * arm-linux-tdep.c (arm_linux_displaced_step_copy_insn): Likewise.
284 * arm-tdep.c (push_stack_item): Likewise.
285 (arm_displaced_step_copy_insn): Likewise.
286 (arm_gdbarch_init): Likewise.
287 (_initialize_arm_tdep): Likewise.
288 * avr-tdep.c (push_stack_item): Likewise.
289 * ax-general.c (new_agent_expr): Likewise.
290 * block.c (block_initialize_namespace): Likewise.
291 * breakpoint.c (alloc_counted_command_line): Likewise.
292 (update_dprintf_command_list): Likewise.
293 (parse_breakpoint_sals): Likewise.
294 (decode_static_tracepoint_spec): Likewise.
295 (until_break_command): Likewise.
296 (clear_command): Likewise.
297 (update_global_location_list): Likewise.
298 (get_breakpoint_objfile_data) Likewise.
299 * btrace.c (ftrace_new_function): Likewise.
300 (btrace_set_insn_history): Likewise.
301 (btrace_set_call_history): Likewise.
302 * buildsym.c (add_symbol_to_list): Likewise.
303 (record_pending_block): Likewise.
304 (start_subfile): Likewise.
305 (start_buildsym_compunit): Likewise.
306 (push_subfile): Likewise.
307 (end_symtab_get_static_block): Likewise.
308 (buildsym_init): Likewise.
309 * cli/cli-cmds.c (source_command): Likewise.
310 * cli/cli-decode.c (add_cmd): Likewise.
311 * cli/cli-script.c (build_command_line): Likewise.
312 (setup_user_args): Likewise.
313 (realloc_body_list): Likewise.
314 (process_next_line): Likewise.
315 (copy_command_lines): Likewise.
316 * cli/cli-setshow.c (do_set_command): Likewise.
317 * coff-pe-read.c (read_pe_exported_syms): Likewise.
318 * coffread.c (coff_locate_sections): Likewise.
319 (coff_symtab_read): Likewise.
320 (coff_read_struct_type): Likewise.
321 * common/cleanups.c (make_my_cleanup2): Likewise.
322 * common/common-exceptions.c (throw_it): Likewise.
323 * common/filestuff.c (make_cleanup_close): Likewise.
324 * common/format.c (parse_format_string): Likewise.
325 * common/queue.h (DEFINE_QUEUE_P): Likewise.
326 * compile/compile-object-load.c (munmap_list_add): Likewise.
327 (compile_object_load): Likewise.
328 * compile/compile-object-run.c (compile_object_run): Likewise.
329 * compile/compile.c (append_args): Likewise.
330 * corefile.c (specify_exec_file_hook): Likewise.
331 * cp-support.c (make_symbol_overload_list): Likewise.
332 * cris-tdep.c (push_stack_item): Likewise.
333 (cris_gdbarch_init): Likewise.
334 * ctf.c (ctf_trace_file_writer_new): Likewise.
335 * dbxread.c (init_header_files): Likewise.
336 (add_new_header_file): Likewise.
337 (init_bincl_list): Likewise.
338 (dbx_end_psymtab): Likewise.
339 (start_psymtab): Likewise.
340 (dbx_end_psymtab): Likewise.
341 * dcache.c (dcache_init): Likewise.
342 * dictionary.c (dict_create_hashed): Likewise.
343 (dict_create_hashed_expandable): Likewise.
344 (dict_create_linear): Likewise.
345 (dict_create_linear_expandable): Likewise.
346 * dtrace-probe.c (dtrace_process_dof_probe): Likewise.
347 * dummy-frame.c (register_dummy_frame_dtor): Likewise.
348 * dwarf2-frame-tailcall.c (cache_new_ref1): Likewise.
349 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
350 (decode_frame_entry_1): Likewise.
351 * dwarf2expr.c (new_dwarf_expr_context): Likewise.
352 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
353 * dwarf2read.c (dwarf2_has_info): Likewise.
354 (create_signatured_type_table_from_index): Likewise.
355 (dwarf2_read_index): Likewise.
356 (dw2_get_file_names_reader): Likewise.
357 (create_all_type_units): Likewise.
358 (read_cutu_die_from_dwo): Likewise.
359 (init_tu_and_read_dwo_dies): Likewise.
360 (init_cutu_and_read_dies): Likewise.
361 (create_all_comp_units): Likewise.
362 (queue_comp_unit): Likewise.
363 (inherit_abstract_dies): Likewise.
364 (read_call_site_scope): Likewise.
365 (dwarf2_add_field): Likewise.
366 (dwarf2_add_typedef): Likewise.
367 (dwarf2_add_member_fn): Likewise.
368 (attr_to_dynamic_prop): Likewise.
369 (abbrev_table_alloc_abbrev): Likewise.
370 (abbrev_table_read_table): Likewise.
371 (add_include_dir): Likewise.
372 (add_file_name): Likewise.
373 (dwarf_decode_line_header): Likewise.
374 (dwarf2_const_value_attr): Likewise.
375 (dwarf_alloc_block): Likewise.
376 (parse_macro_definition): Likewise.
377 (set_die_type): Likewise.
378 (write_psymtabs_to_index): Likewise.
379 (create_cus_from_index): Likewise.
380 (dwarf2_create_include_psymtab): Likewise.
381 (process_psymtab_comp_unit_reader): Likewise.
382 (build_type_psymtab_dependencies): Likewise.
383 (read_comp_units_from_section): Likewise.
384 (compute_compunit_symtab_includes): Likewise.
385 (create_dwo_unit_in_dwp_v1): Likewise.
386 (create_dwo_unit_in_dwp_v2): Likewise.
387 (read_func_scope): Likewise.
388 (process_structure_scope): Likewise.
389 (mark_common_block_symbol_computed): Likewise.
390 (load_partial_dies): Likewise.
391 (dwarf2_symbol_mark_computed): Likewise.
392 * elfread.c (elf_symfile_segments): Likewise.
393 (elf_read_minimal_symbols): Likewise.
394 * environ.c (make_environ): Likewise.
395 * eval.c (evaluate_subexp_standard): Likewise.
396 * event-loop.c (create_file_handler): Likewise.
397 (create_async_signal_handler): Likewise.
398 (create_async_event_handler): Likewise.
399 (create_timer): Likewise.
400 * exec.c (build_section_table): Likewise.
401 * fbsd-nat.c (fbsd_remember_child): Likewise.
402 * fork-child.c (fork_inferior): Likewise.
403 * frv-tdep.c (new_variant): Likewise.
404 * gdbarch.sh (gdbarch_alloc): Likewise.
405 (append_name): Likewise.
406 * gdbtypes.c (rank_function): Likewise.
407 (copy_type_recursive): Likewise.
408 (add_dyn_prop): Likewise.
409 * gnu-nat.c (make_proc): Likewise.
410 (make_inf): Likewise.
411 (gnu_write_inferior): Likewise.
412 * gnu-v3-abi.c (build_gdb_vtable_type): Likewise.
413 (build_std_type_info_type): Likewise.
414 * guile/scm-param.c (compute_enum_list): Likewise.
415 * guile/scm-utils.c (gdbscm_parse_function_args): Likewise.
416 * guile/scm-value.c (gdbscm_value_call): Likewise.
417 * h8300-tdep.c (h8300_gdbarch_init): Likewise.
418 * hppa-tdep.c (hppa_init_objfile_priv_data): Likewise.
419 (read_unwind_info): Likewise.
420 * ia64-tdep.c (ia64_gdbarch_init): Likewise.
421 * infcall.c (dummy_frame_context_saver_setup): Likewise.
422 (call_function_by_hand_dummy): Likewise.
423 * infcmd.c (step_once): Likewise.
424 (finish_forward): Likewise.
425 (attach_command): Likewise.
426 (notice_new_inferior): Likewise.
427 * inferior.c (add_inferior_silent): Likewise.
428 * infrun.c (add_displaced_stepping_state): Likewise.
429 (save_infcall_control_state): Likewise.
430 (save_inferior_ptid): Likewise.
431 (_initialize_infrun): Likewise.
432 * jit.c (bfd_open_from_target_memory): Likewise.
433 (jit_gdbarch_data_init): Likewise.
434 * language.c (add_language): Likewise.
435 * linespec.c (decode_line_2): Likewise.
436 * linux-nat.c (add_to_pid_list): Likewise.
437 (add_initial_lwp): Likewise.
438 * linux-thread-db.c (add_thread_db_info): Likewise.
439 (record_thread): Likewise.
440 (info_auto_load_libthread_db): Likewise.
441 * m32c-tdep.c (m32c_gdbarch_init): Likewise.
442 * m68hc11-tdep.c (m68hc11_gdbarch_init): Likewise.
443 * m68k-tdep.c (m68k_gdbarch_init): Likewise.
444 * m88k-tdep.c (m88k_analyze_prologue): Likewise.
445 * macrocmd.c (macro_define_command): Likewise.
446 * macroexp.c (gather_arguments): Likewise.
447 * macroscope.c (sal_macro_scope): Likewise.
448 * macrotab.c (new_macro_table): Likewise.
449 * mdebugread.c (push_parse_stack): Likewise.
450 (parse_partial_symbols): Likewise.
451 (parse_symbol): Likewise.
452 (psymtab_to_symtab_1): Likewise.
453 (new_block): Likewise.
454 (new_psymtab): Likewise.
455 (mdebug_build_psymtabs): Likewise.
456 (add_pending): Likewise.
457 (elfmdebug_build_psymtabs): Likewise.
458 * mep-tdep.c (mep_gdbarch_init): Likewise.
459 * mi/mi-main.c (mi_execute_command): Likewise.
460 * mi/mi-parse.c (mi_parse_argv): Likewise.
461 * minidebug.c (lzma_open): Likewise.
462 * minsyms.c (terminate_minimal_symbol_table): Likewise.
463 * mips-linux-nat.c (mips_linux_insert_watchpoint): Likewise.
464 * mips-tdep.c (mips_gdbarch_init): Likewise.
465 * mn10300-tdep.c (mn10300_gdbarch_init): Likewise.
466 * msp430-tdep.c (msp430_gdbarch_init): Likewise.
467 * mt-tdep.c (mt_registers_info): Likewise.
468 * nat/aarch64-linux.c (aarch64_linux_new_thread): Likewise.
469 * nat/linux-btrace.c (linux_enable_bts): Likewise.
470 (linux_enable_pt): Likewise.
471 * nat/linux-osdata.c (linux_xfer_osdata_processes): Likewise.
472 (linux_xfer_osdata_processgroups): Likewise.
473 * nios2-tdep.c (nios2_gdbarch_init): Likewise.
474 * nto-procfs.c (procfs_meminfo): Likewise.
475 * objc-lang.c (start_msglist): Likewise.
476 (selectors_info): Likewise.
477 (classes_info): Likewise.
478 (find_methods): Likewise.
479 * objfiles.c (allocate_objfile): Likewise.
480 (update_section_map): Likewise.
481 * osabi.c (gdbarch_register_osabi): Likewise.
482 (gdbarch_register_osabi_sniffer): Likewise.
483 * parse.c (start_arglist): Likewise.
484 * ppc-linux-nat.c (hwdebug_find_thread_points_by_tid): Likewise.
485 (hwdebug_insert_point): Likewise.
486 * printcmd.c (display_command): Likewise.
487 (ui_printf): Likewise.
488 * procfs.c (create_procinfo): Likewise.
489 (load_syscalls): Likewise.
490 (proc_get_LDT_entry): Likewise.
491 (proc_update_threads): Likewise.
492 * prologue-value.c (make_pv_area): Likewise.
493 (pv_area_store): Likewise.
494 * psymtab.c (extend_psymbol_list): Likewise.
495 (init_psymbol_list): Likewise.
496 (allocate_psymtab): Likewise.
497 * python/py-inferior.c (add_thread_object): Likewise.
498 * python/py-param.c (compute_enum_values): Likewise.
499 * python/py-value.c (valpy_call): Likewise.
500 * python/py-varobj.c (py_varobj_iter_next): Likewise.
501 * python/python.c (ensure_python_env): Likewise.
502 * record-btrace.c (record_btrace_start_replaying): Likewise.
503 * record-full.c (record_full_reg_alloc): Likewise.
504 (record_full_mem_alloc): Likewise.
505 (record_full_end_alloc): Likewise.
506 (record_full_core_xfer_partial): Likewise.
507 * regcache.c (get_thread_arch_aspace_regcache): Likewise.
508 * remote-fileio.c (remote_fileio_init_fd_map): Likewise.
509 * remote-notif.c (remote_notif_state_allocate): Likewise.
510 * remote.c (demand_private_info): Likewise.
511 (remote_notif_stop_alloc_reply): Likewise.
512 (remote_enable_btrace): Likewise.
513 * reverse.c (save_bookmark_command): Likewise.
514 * rl78-tdep.c (rl78_gdbarch_init): Likewise.
515 * rx-tdep.c (rx_gdbarch_init): Likewise.
516 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
517 * ser-go32.c (dos_get_tty_state): Likewise.
518 (dos_copy_tty_state): Likewise.
519 * ser-mingw.c (ser_windows_open): Likewise.
520 (ser_console_wait_handle): Likewise.
521 (ser_console_get_tty_state): Likewise.
522 (make_pipe_state): Likewise.
523 (net_windows_open): Likewise.
524 * ser-unix.c (hardwire_get_tty_state): Likewise.
525 (hardwire_copy_tty_state): Likewise.
526 * solib-aix.c (solib_aix_new_lm_info): Likewise.
527 * solib-dsbt.c (dsbt_current_sos): Likewise.
528 (dsbt_relocate_main_executable): Likewise.
529 * solib-frv.c (frv_current_sos): Likewise.
530 (frv_relocate_main_executable): Likewise.
531 * solib-spu.c (spu_bfd_fopen): Likewise.
532 * solib-svr4.c (lm_info_read): Likewise.
533 (svr4_copy_library_list): Likewise.
534 (svr4_default_sos): Likewise.
535 * source.c (find_source_lines): Likewise.
536 (line_info): Likewise.
537 (add_substitute_path_rule): Likewise.
538 * spu-linux-nat.c (spu_bfd_open): Likewise.
539 * spu-tdep.c (info_spu_dma_cmdlist): Likewise.
540 * stabsread.c (dbx_lookup_type): Likewise.
541 (read_type): Likewise.
542 (read_member_functions): Likewise.
543 (read_struct_fields): Likewise.
544 (read_baseclasses): Likewise.
545 (read_args): Likewise.
546 (_initialize_stabsread): Likewise.
547 * stack.c (func_command): Likewise.
548 * stap-probe.c (handle_stap_probe): Likewise.
549 * symfile.c (addrs_section_sort): Likewise.
550 (addr_info_make_relative): Likewise.
551 (load_section_callback): Likewise.
552 (add_symbol_file_command): Likewise.
553 (init_filename_language_table): Likewise.
554 * symtab.c (create_filename_seen_cache): Likewise.
555 (sort_search_symbols_remove_dups): Likewise.
556 (search_symbols): Likewise.
557 * target.c (make_cleanup_restore_target_terminal): Likewise.
558 * thread.c (new_thread): Likewise.
559 (enable_thread_stack_temporaries): Likewise.
560 (make_cleanup_restore_current_thread): Likewise.
561 (thread_apply_all_command): Likewise.
562 * tic6x-tdep.c (tic6x_gdbarch_init): Likewise.
563 * top.c (gdb_readline_wrapper): Likewise.
564 * tracefile-tfile.c (tfile_trace_file_writer_new): Likewise.
565 * tracepoint.c (trace_find_line_command): Likewise.
566 (all_tracepoint_actions_and_cleanup): Likewise.
567 (make_cleanup_restore_current_traceframe): Likewise.
568 (get_uploaded_tp): Likewise.
569 (get_uploaded_tsv): Likewise.
570 * tui/tui-data.c (tui_alloc_generic_win_info): Likewise.
571 (tui_alloc_win_info): Likewise.
572 (tui_alloc_content): Likewise.
573 (tui_add_content_elements): Likewise.
574 * tui/tui-disasm.c (tui_find_disassembly_address): Likewise.
575 (tui_set_disassem_content): Likewise.
576 * ui-file.c (ui_file_new): Likewise.
577 (stdio_file_new): Likewise.
578 (tee_file_new): Likewise.
579 * utils.c (make_cleanup_restore_integer): Likewise.
580 (add_internal_problem_command): Likewise.
581 * v850-tdep.c (v850_gdbarch_init): Likewise.
582 * valops.c (find_oload_champ): Likewise.
583 * value.c (allocate_value_lazy): Likewise.
584 (record_latest_value): Likewise.
585 (create_internalvar): Likewise.
586 * varobj.c (install_variable): Likewise.
587 (new_variable): Likewise.
588 (new_root_variable): Likewise.
589 (cppush): Likewise.
590 (_initialize_varobj): Likewise.
591 * windows-nat.c (windows_make_so): Likewise.
592 * x86-nat.c (x86_add_process): Likewise.
593 * xcoffread.c (arrange_linetable): Likewise.
594 (allocate_include_entry): Likewise.
595 (process_linenos): Likewise.
596 (SYMBOL_DUP): Likewise.
597 (xcoff_start_psymtab): Likewise.
598 (xcoff_end_psymtab): Likewise.
599 * xml-support.c (gdb_xml_parse_attr_ulongest): Likewise.
600 * xtensa-tdep.c (xtensa_register_type): Likewise.
601 * gdbarch.c: Regenerate.
602 * gdbarch.h: Regenerate.
603
604 2015-08-25 Don Breazeal <donb@codesourcery.com>
605
606 * infrun.c (follow_exec): Re-order operations for
607 handling follow-exec-mode "new".
608 (handle_inferior_event_1): Assign ecs->event_thread
609 to the current thread.
610 * remote.c (get_remote_arch_state): Add an assertion.
611
612 2015-08-26 Pedro Alves <palves@redhat.com>
613
614 * MAINTAINERS: Add Markus Metzger as btrace maintainer.
615
616 2015-08-25 Pedro Alves <palves@redhat.com>
617
618 PR gdb/18804
619 * defs.h (maybe_quit): Declare.
620 (QUIT): Now calls maybe_quit.
621 * event-loop.c (clear_async_signal_handler)
622 (async_signal_handler_is_marked): New functions.
623 * event-loop.h (async_signal_handler_is_marked)
624 (clear_async_signal_handler): New declarations.
625 * remote.c (remote_check_pending_interrupt): New function.
626 (interrupt_query): Use make_cleanup_restore_target_terminal. No
627 longer check whether the target is async. If waiting for a stop
628 reply, and a Ctrl-C as been sent to the target, offer to
629 disconnect, and throw TARGET_CLOSE_ERROR instead of a quit.
630 Otherwise do not disconnect and throw a quit.
631 (_initialize_remote): Install remote_check_pending_interrupt as
632 to_check_pending_interrupt.
633 * target.c (target_check_pending_interrupt): New function.
634 * target.h (struct target_ops) <to_check_pending_interrupt>: New
635 field.
636 (target_check_pending_interrupt): New declaration.
637 * utils.c (maybe_quit): New function.
638 * target-delegates.c: Regenerate.
639
640 2015-08-25 Yao Qi <yao.qi@linaro.org>
641
642 * nat/aarch64-linux-hw-point.c (debug_reg_change_callback):
643 Rename local variable pid to tid, and get lwpid of lwp. Update
644 debug output.
645
646 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
647
648 * ada-lang.c (ada_read_var_value): Add a var_block argument
649 and pass it to default_read_var_value.
650 * block.c (block_static_link): New accessor.
651 * block.h (block_static_link): Declare it.
652 * buildsym.c (finish_block_internal): Add a static_link
653 argument. If there is a static link, associate it to the new
654 block.
655 (finish_block): Add a static link argument and pass it to
656 finish_block_internal.
657 (end_symtab_get_static_block): Update calls to finish_block and
658 to finish_block_internal.
659 (end_symtab_with_blockvector): Update call to
660 finish_block_internal.
661 * buildsym.h: Forward-declare struct dynamic_prop.
662 (struct context_stack): Add a static_link field.
663 (finish_block): Add a static link argument.
664 * c-exp.y: Remove an obsolete comment (evaluation of variables
665 already start from the selected frame, and now they climb *up*
666 the call stack) and propagate the block information to the
667 produced expression.
668 * d-exp.y: Likewise.
669 * f-exp.y: Likewise.
670 * go-exp.y: Likewise.
671 * jv-exp.y: Likewise.
672 * m2-exp.y: Likewise.
673 * p-exp.y: Likewise.
674 * coffread.c (coff_symtab_read): Update calls to finish_block.
675 * dbxread.c (process_one_symbol): Likewise.
676 * xcoffread.c (read_xcoff_symtab): Likewise.
677 * compile/compile-c-symbols.c (convert_one_symbol): Promote the
678 "sym" parameter to struct block_symbol, update its uses and pass
679 its block to calls to read_var_value.
680 (convert_symbol_sym): Update the calls to convert_one_symbol.
681 * compile/compile-loc2c.c (do_compile_dwarf_expr_to_c): Update
682 call to read_var_value.
683 * dwarf2loc.c (block_op_get_frame_base): New.
684 (dwarf2_block_frame_base_locexpr_funcs): Implement the
685 get_frame_base method.
686 (dwarf2_block_frame_base_loclist_funcs): Likewise.
687 (dwarf2locexpr_baton_eval): Add a frame argument and use it
688 instead of the selected frame in order to evaluate the
689 expression.
690 (dwarf2_evaluate_property): Add a frame argument. Update call
691 to dwarf2_locexpr_baton_eval to provide a frame in available and
692 to handle the absence of address stack.
693 * dwarf2loc.h (dwarf2_evaluate_property): Add a frame argument.
694 * dwarf2read.c (attr_to_dynamic_prop): Add a forward
695 declaration.
696 (read_func_scope): Record any available static link description.
697 Update call to finish_block.
698 (read_lexical_block_scope): Update call to finish_block.
699 * findvar.c (follow_static_link): New.
700 (get_hosting_frame): New.
701 (default_read_var_value): Add a var_block argument. Use
702 get_hosting_frame to handle non-local references.
703 (read_var_value): Add a var_block argument and pass it to the
704 LA_READ_VAR_VALUE method.
705 * gdbtypes.c (resolve_dynamic_range): Update calls to
706 dwarf2_evaluate_property.
707 (resolve_dynamic_type_internal): Likewise.
708 * guile/scm-frame.c (gdbscm_frame_read_var): Update call to
709 read_var_value, passing it the block coming from symbol lookup.
710 * guile/scm-symbol.c (gdbscm_symbol_value): Update call to
711 read_var_value (TODO).
712 * infcmd.c (finish_command_continuation): Update call to
713 read_var_value, passing it the block coming from symbol lookup.
714 * infrun.c (insert_exception_resume_breakpoint): Likewise.
715 * language.h (struct language_defn): Add a var_block argument to
716 the LA_READ_VAR_VALUE method.
717 * objfiles.c (struct static_link_htab_entry): New.
718 (static_link_htab_entry_hash): New.
719 (static_link_htab_entry_eq): New.
720 (objfile_register_static_link): New.
721 (objfile_lookup_static_link): New.
722 (free_objfile): Free the STATIC_LINKS hashed map if needed.
723 * objfiles.h: Include hashtab.h.
724 (struct objfile): Add a static_links field.
725 (objfile_register_static_link): New.
726 (objfile_lookup_static_link): New.
727 * printcmd.c (print_variable_and_value): Update call to
728 read_var_value.
729 * python/py-finishbreakpoint.c (bpfinishpy_init): Likewise.
730 * python/py-frame.c (frapy_read_var): Update call to
731 read_var_value, passing it the block coming from symbol lookup.
732 * python/py-framefilter.c (extract_sym): Add a sym_block
733 parameter and set the pointed value to NULL (TODO).
734 (enumerate_args): Update call to extract_sym.
735 (enumerate_locals): Update calls to extract_sym and to
736 read_var_value.
737 * python/py-symbol.c (sympy_value): Update call to
738 read_var_value (TODO).
739 * stack.c (read_frame_local): Update call to read_var_value.
740 (read_frame_arg): Likewise.
741 (return_command): Likewise.
742 * symtab.h (struct symbol_block_ops): Add a get_frame_base
743 method.
744 (struct symbol): Add a block field.
745 (SYMBOL_BLOCK): New accessor.
746 * valops.c (value_of_variable): Remove frame/block handling and
747 pass the block argument to read_var_value, which does this job
748 now.
749 (value_struct_elt_for_reference): Update calls to
750 read_var_value.
751 (value_of_this): Pass the block found to read_var_value.
752 * value.h (read_var_value): Add a var_block argument.
753 (default_read_var_value): Likewise.
754
755 2015-08-25 Yao Qi <yao.qi@linaro.org>
756
757 * aarch64-linux-nat.c (aarch64_linux_new_thread): Move it to ...
758 * nat/aarch64-linux.c (aarch64_linux_new_thread): ... here.
759 * nat/aarch64-linux.h (aarch64_linux_new_thread): Declare.
760
761 2015-08-25 Yao Qi <yao.qi@linaro.org>
762
763 * Makefile.in (aarch64-liunx.o): New rule.
764 (HFILES_NO_SRCDIR): Add aarch64-linux.h.
765 * config/aarch64/linux.mh (NAT_FILE): Add aarch64-linux.o.
766 * aarch64-linux-nat.c: Include nat/aarch64-linux.h.
767 * aarch64-linux-nat.c (aarch64_get_debug_reg_state): Make it
768 extern.
769 (aarch64_linux_prepare_to_resume): Move it nat/aarch64-linux.c.
770 * nat/aarch64-linux-hw-point.h (aarch64_debug_reg_state): Declare
771 * nat/aarch64-linux.c: New file.
772 * nat/aarch64-linux.h: New file.
773
774 2015-08-25 Yao Qi <yao.qi@linaro.org>
775
776 * aarch64-linux-nat.c (aarch64_linux_prepare_to_resume): Use
777 lwp_arch_private_info and ptid_of_lwp.
778
779 2015-08-25 Yao Qi <yao.qi@linaro.org>
780
781 * aarch64-linux-nat.c (struct arch64_dr_update_callback_param):
782 Move it to nat/aarch64-linux-hw-point.c.
783 (debug_reg_change_callback): Likewise.
784 (aarch64_notify_debug_reg_change): :Likewise.
785 * nat/aarch64-linux-hw-point.c: Include nat/linux-nat.h.
786 (aarch64_dr_update_callback_param): New.
787 (debug_reg_change_callback): New function.
788 (aarch64_notify_debug_reg_change): Likewise.
789 * nat/aarch64-linux-hw-point.h (aarch64_notify_debug_reg_change):
790 Remove the declaration.
791
792 2015-08-25 Yao Qi <yao.qi@linaro.org>
793
794 * aarch64-linux-nat.c (aarch64_notify_debug_reg_change):
795 Call current_lwp_ptid.
796
797 2015-08-25 Yao Qi <yao.qi@linaro.org>
798
799 * aarch64-linux-nat.c (debug_reg_change_callback): Use
800 debug_printf.
801
802 2015-08-25 Yao Qi <yao.qi@linaro.org>
803
804 * aarch64-linux-nat.c (debug_reg_change_callback): Call
805 ptid_get_pid rather than ptid_get_lwp.
806
807 2015-08-24 Pedro Alves <palves@redhat.com>
808
809 * NEWS (New commands): Mention set/show remote
810 multiprocess-extensions-packet.
811 * remote.c (remote_query_supported): Only tell the server to use
812 the multiprocess extensions if the user hasn't force-disabled them
813 with "set remote multiprocess-extensions-packet off".
814
815 2015-08-24 Pedro Alves <palves@redhat.com>
816
817 * gnulib/update-gnulib.sh (GNULIB_COMMIT_SHA1): Set to
818 1029a8112290f6eee9d7878a391c49db42c999bd.
819 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4:
820 Regenerate.
821 * gnulib/import/Makefile.am: Update.
822 * gnulib/import/Makefile.in: Update.
823 * gnulib/import/alloca.in.h: Update.
824 * gnulib/import/basename-lgpl.c: Update.
825 * gnulib/import/canonicalize-lgpl.c: Update.
826 * gnulib/import/config.charset: Update.
827 * gnulib/import/dirent.in.h: Update.
828 * gnulib/import/dirfd.c: Update.
829 * gnulib/import/dirname-lgpl.c: Update.
830 * gnulib/import/dirname.h: Update.
831 * gnulib/import/dosname.h: Update.
832 * gnulib/import/errno.in.h: Update.
833 * gnulib/import/extra/snippet/arg-nonnull.h: Update.
834 * gnulib/import/extra/snippet/c++defs.h: Update.
835 * gnulib/import/extra/snippet/warn-on-use.h: Update.
836 * gnulib/import/extra/update-copyright: Update.
837 * gnulib/import/float+.h: Update.
838 * gnulib/import/float.c: Update.
839 * gnulib/import/float.in.h: Update.
840 * gnulib/import/fnmatch.c: Update.
841 * gnulib/import/fnmatch.in.h: Update.
842 * gnulib/import/fnmatch_loop.c: Update.
843 * gnulib/import/fpucw.h: Update.
844 * gnulib/import/frexp.c: Update.
845 * gnulib/import/frexpl.c: Update.
846 * gnulib/import/gettimeofday.c: Update.
847 * gnulib/import/inttypes.in.h: Update.
848 * gnulib/import/isnan.c: Update.
849 * gnulib/import/isnand-nolibm.h: Update.
850 * gnulib/import/isnand.c: Update.
851 * gnulib/import/isnanl-nolibm.h: Update.
852 * gnulib/import/isnanl.c: Update.
853 * gnulib/import/itold.c: Update.
854 * gnulib/import/localcharset.c: Update.
855 * gnulib/import/localcharset.h: Update.
856 * gnulib/import/lstat.c: Update.
857 * gnulib/import/m4/00gnulib.m4: Update.
858 * gnulib/import/m4/absolute-header.m4: Update.
859 * gnulib/import/m4/alloca.m4: Update.
860 * gnulib/import/m4/canonicalize.m4: Update.
861 * gnulib/import/m4/codeset.m4: Update.
862 * gnulib/import/m4/configmake.m4: Update.
863 * gnulib/import/m4/dirent_h.m4: Update.
864 * gnulib/import/m4/dirfd.m4: Update.
865 * gnulib/import/m4/dirname.m4: Update.
866 * gnulib/import/m4/double-slash-root.m4: Update.
867 * gnulib/import/m4/eealloc.m4: Update.
868 * gnulib/import/m4/errno_h.m4: Update.
869 * gnulib/import/m4/exponentd.m4: Update.
870 * gnulib/import/m4/exponentl.m4: Update.
871 * gnulib/import/m4/extensions.m4: Update.
872 * gnulib/import/m4/extern-inline.m4: Update.
873 * gnulib/import/m4/fcntl-o.m4: Update.
874 * gnulib/import/m4/float_h.m4: Update.
875 * gnulib/import/m4/fnmatch.m4: Update.
876 * gnulib/import/m4/fpieee.m4: Update.
877 * gnulib/import/m4/frexp.m4: Update.
878 * gnulib/import/m4/frexpl.m4: Update.
879 * gnulib/import/m4/gettimeofday.m4: Update.
880 * gnulib/import/m4/glibc21.m4: Update.
881 * gnulib/import/m4/gnulib-cache.m4: Update.
882 * gnulib/import/m4/gnulib-common.m4: Update.
883 * gnulib/import/m4/gnulib-comp.m4: Update.
884 * gnulib/import/m4/gnulib-tool.m4: Update.
885 * gnulib/import/m4/include_next.m4: Update.
886 * gnulib/import/m4/inttypes-pri.m4: Update.
887 * gnulib/import/m4/inttypes.m4: Update.
888 * gnulib/import/m4/isnand.m4: Update.
889 * gnulib/import/m4/isnanl.m4: Update.
890 * gnulib/import/m4/largefile.m4: Update.
891 * gnulib/import/m4/localcharset.m4: Update.
892 * gnulib/import/m4/locale-fr.m4: Update.
893 * gnulib/import/m4/locale-ja.m4: Update.
894 * gnulib/import/m4/locale-zh.m4: Update.
895 * gnulib/import/m4/longlong.m4: Update.
896 * gnulib/import/m4/lstat.m4: Update.
897 * gnulib/import/m4/malloc.m4: Update.
898 * gnulib/import/m4/malloca.m4: Update.
899 * gnulib/import/m4/math_h.m4: Update.
900 * gnulib/import/m4/mbrtowc.m4: Update.
901 * gnulib/import/m4/mbsinit.m4: Update.
902 * gnulib/import/m4/mbsrtowcs.m4: Update.
903 * gnulib/import/m4/mbstate_t.m4: Update.
904 * gnulib/import/m4/memchr.m4: Update.
905 * gnulib/import/m4/memmem.m4: Update.
906 * gnulib/import/m4/mmap-anon.m4: Update.
907 * gnulib/import/m4/multiarch.m4: Update.
908 * gnulib/import/m4/nocrash.m4: Update.
909 * gnulib/import/m4/off_t.m4: Update.
910 * gnulib/import/m4/pathmax.m4: Update.
911 * gnulib/import/m4/readlink.m4: Update.
912 * gnulib/import/m4/rename.m4: Update.
913 * gnulib/import/m4/rmdir.m4: Update.
914 * gnulib/import/m4/ssize_t.m4: Update.
915 * gnulib/import/m4/stat.m4: Update.
916 * gnulib/import/m4/stdbool.m4: Update.
917 * gnulib/import/m4/stddef_h.m4: Update.
918 * gnulib/import/m4/stdint.m4: Update.
919 * gnulib/import/m4/stdio_h.m4: Update.
920 * gnulib/import/m4/stdlib_h.m4: Update.
921 * gnulib/import/m4/string_h.m4: Update.
922 * gnulib/import/m4/strstr.m4: Update.
923 * gnulib/import/m4/strtok_r.m4: Update.
924 * gnulib/import/m4/sys_socket_h.m4: Update.
925 * gnulib/import/m4/sys_stat_h.m4: Update.
926 * gnulib/import/m4/sys_time_h.m4: Update.
927 * gnulib/import/m4/sys_types_h.m4: Update.
928 * gnulib/import/m4/time_h.m4: Update.
929 * gnulib/import/m4/unistd_h.m4: Update.
930 * gnulib/import/m4/warn-on-use.m4: Update.
931 * gnulib/import/m4/wchar_h.m4: Update.
932 * gnulib/import/m4/wchar_t.m4: Update.
933 * gnulib/import/m4/wctype_h.m4: Update.
934 * gnulib/import/m4/wint_t.m4: Update.
935 * gnulib/import/malloc.c: Update.
936 * gnulib/import/malloca.c: Update.
937 * gnulib/import/malloca.h: Update.
938 * gnulib/import/math.in.h: Update.
939 * gnulib/import/mbrtowc.c: Update.
940 * gnulib/import/mbsinit.c: Update.
941 * gnulib/import/mbsrtowcs-impl.h: Update.
942 * gnulib/import/mbsrtowcs-state.c: Update.
943 * gnulib/import/mbsrtowcs.c: Update.
944 * gnulib/import/memchr.c: Update.
945 * gnulib/import/memmem.c: Update.
946 * gnulib/import/pathmax.h: Update.
947 * gnulib/import/readlink.c: Update.
948 * gnulib/import/ref-add.sin: Update.
949 * gnulib/import/ref-del.sin: Update.
950 * gnulib/import/rename.c: Update.
951 * gnulib/import/rmdir.c: Update.
952 * gnulib/import/same-inode.h: Update.
953 * gnulib/import/stat.c: Update.
954 * gnulib/import/stdbool.in.h: Update.
955 * gnulib/import/stddef.in.h: Update.
956 * gnulib/import/stdint.in.h: Update.
957 * gnulib/import/stdio.c: Update.
958 * gnulib/import/stdio.in.h: Update.
959 * gnulib/import/stdlib.in.h: Update.
960 * gnulib/import/str-two-way.h: Update.
961 * gnulib/import/streq.h: Update.
962 * gnulib/import/string.in.h: Update.
963 * gnulib/import/stripslash.c: Update.
964 * gnulib/import/strnlen1.c: Update.
965 * gnulib/import/strnlen1.h: Update.
966 * gnulib/import/strstr.c: Update.
967 * gnulib/import/strtok_r.c: Update.
968 * gnulib/import/sys_stat.in.h: Update.
969 * gnulib/import/sys_time.in.h: Update.
970 * gnulib/import/sys_types.in.h: Update.
971 * gnulib/import/time.in.h: Update.
972 * gnulib/import/unistd.in.h: Update.
973 * gnulib/import/verify.h: Update.
974 * gnulib/import/wchar.in.h: Update.
975 * gnulib/import/wctype.in.h: Update.
976 * gnulib/import/gettimeofday.c: New file.
977 * gnulib/import/m4/absolute-header.m4: New file.
978 * gnulib/import/m4/gettimeofday.m4: New file.
979 * gnulib/import/m4/sys_socket_h.m4: New file.
980 * gnulib/import/m4/sys_time_h.m4: New file.
981 * gnulib/import/stdio.c: Delete file.
982 * gnulib/import/sys_time.in.h: New file.
983
984 2015-08-24 Pedro Alves <palves@redhat.com>
985
986 * Makefile.in (HFILES_NO_SRCDIR): Add common/gdb_sys_time.h.
987 * common/gdb_sys_time.h: New file.
988 * event-loop.c: Include gdb_sys_time.h instead of sys/time.h.
989 * gdb_select.h: Likewise.
990 * gdb_usleep.c: Likewise.
991 * maint.c: Likewise.
992 * mi/mi-main.c: Likewise.
993 * mi/mi-parse.h: Likewise.
994 * remote-fileio.c: Likewise.
995 * remote-m32r-sdi.c: Likewise.
996 * remote.c: Likewise.
997 * ser-base.c: Likewise.
998 * ser-pipe.c: Likewise.
999 * ser-tcp.c: Likewise.
1000 * ser-unix.c: Likewise.
1001 * symfile.c: Likewise.
1002 * symfile.c: Likewise. Rename OSIZE to SIZE throughout.
1003 * target-memory.c: Include gdb_sys_time.h instead of sys/time.h.
1004 * utils.c: Likewise.
1005
1006 2015-08-24 Pedro Alves <palves@redhat.com>
1007
1008 * NEWS: Mention removed support for the various ROM monitors.
1009 * Makefile.in (ALL_TARGET_OBS): Remove dbug-rom.o, dink32-rom.o,
1010 ppcbug-rom.o, m32r-rom.o, dsrec.o and monitor.o from gdb_target_obs.
1011 * configure.tgt (h8300-*-*): Remove monitor.o and m32r-rom.o from
1012 gdb_target_obs.
1013 (m68*-*-*): Remove monitor.o dbug-rom.o and dsrec.o from
1014 gdb_target_obs.
1015 (microblaze*-linux-*): Remove microblaze-rom.o, monitor.o and
1016 dsrec.o from gdb_target_obs.
1017 (microblaze*-*-*): Remove microblaze-rom.o, monitor.o and dsrec.o
1018 from gdb_target_obs.
1019 (powerpc-*-lynx*178): Remove monitor.o and dsrec.o from
1020 gdb_target_obs.
1021 (powerpc*-*-*): Remove monitor.o, dsrec.o, ppcbug-rom.o and
1022 dink32-rom.o from gdb_target_obs.
1023 (sh*-*-linux*): Remove monitor.o and dsrec.o from gdb_target_obs.
1024 (sh*): Remove monitor.o and dsrec.o from gdb_target_obs.
1025 * dbug-rom.c, dink32-rom.c, dsrec.c, m32r-rom.c, microblaze-rom.c,
1026 monitor.c, monitor.h, ppcbug-rom.c, srec.h: Delete files.
1027
1028 2015-08-21 Pedro Alves <palves@redhat.com>
1029
1030 * frame.c (null_frame_id): Explicitly zero-initialize.
1031
1032 2015-08-21 Tom Tromey <tromey@redhat.com>
1033
1034 * dwarf2read.c (struct dwarf2_section_info): Rename field
1035 'asection' to 'section'.
1036 (dwarf2_has_info, get_section_bfd_owner, get_section_bfd_section)
1037 (dwarf2_locate_sections, dwarf2_locate_sections)
1038 (locate_dwz_sections, locate_v1_virtual_dwo_sections)
1039 (dwarf2_locate_dwo_sections, dwarf2_locate_dwo_sections)
1040 (dwarf2_locate_v2_dwp_sections): Adjust.
1041
1042 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
1043
1044 * top.h (gdb_in_secondary_prompt_p): Declare.
1045 * top.c (gdb_secondary_prompt_depth): Define.
1046 (gdb_in_secondary_prompt_p): Define.
1047 (gdb_readline_wrapper_cleanup): Decrement
1048 gdb_secondary_prompt_depth.
1049 (gdb_readline_wrapper): Increment gdb_secondary_prompt_depth.
1050 * tui/tui-io.c (tui_getc): Don't clear the prompt line if we
1051 are in a secondary prompt.
1052
1053 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
1054
1055 * tui/tui-io.c (tui_getc): Use tui_putc instead of waddch to
1056 emit the newline.
1057
1058 2015-08-21 Gary Benson <gbenson@redhat.com>
1059
1060 * gdb_bfd.c (gdb_bfd_iovec_fileio_pread): Add QUIT call.
1061
1062 2015-08-21 Gary Benson <gbenson@redhat.com>
1063
1064 * target.h (struct target_ops) <to_fileio_open>: New argument
1065 warn_if_slow. Update comment. All implementations updated.
1066 (target_fileio_open_warn_if_slow): New declaration.
1067 * target.c (target_fileio_open): Renamed as...
1068 (target_fileio_open_1): ...this. New argument warn_if_slow.
1069 Pass warn_if_slow to implementation. Update debug printing.
1070 (target_fileio_open): New function.
1071 (target_fileio_open_warn_if_slow): Likewise.
1072 * gdb_bfd.c (gdb_bfd_iovec_fileio_open): Use new function
1073 target_fileio_open_warn_if_slow.
1074
1075 2015-08-21 Gary Benson <gbenson@redhat.com>
1076
1077 * nat/linux-namespaces.c (linux_mntns_access_fs):
1078 Do not overwrite old_chain.
1079
1080 2015-08-20 Max Filippov <jcmvbkbc@gmail.com>
1081
1082 * arch/xtensa.h: New file.
1083 * xtensa-linux-nat.c (gdb_proc_service.h): New #include.
1084 (ps_get_thread_area): New function.
1085 * xtensa-linux-tdep.c (xtensa_linux_init_abi): Add call to
1086 set_gdbarch_fetch_tls_load_module_address to enable TLS support.
1087 * xtensa-tdep.c (osabi.h): New #include.
1088 (xtensa_gdbarch_init): Call gdbarch_init_osabi to register
1089 xtensa-specific hooks.
1090 * xtensa-tdep.h (struct xtensa_elf_gregset_t): Add threadptr
1091 member and move the structure to arch/xtensa.h.
1092
1093 2015-08-21 Pedro Alves <palves@redhat.com>
1094
1095 * remote.c (struct readahead_cache): New.
1096 (struct remote_state) <readahead_cache>: New field.
1097 (remote_open_1): Invalidate the cache.
1098 (readahead_cache_invalidate, readahead_cache_invalidate_fd): New
1099 functions.
1100 (remote_hostio_pwrite): Invalidate the readahead cache.
1101 (remote_hostio_pread): Rename to ...
1102 (remote_hostio_pread_vFile): ... this.
1103 (remote_hostio_pread_from_cache): New function.
1104 (remote_hostio_pread): Reimplement.
1105 (remote_hostio_close): Invalidate the readahead cache.
1106
1107 2015-08-21 Marcin Cieślak <saper@saper.info> (tiny patch)
1108
1109 PR build/18843
1110 * procfs.c: Include "filestuff.h".
1111
1112 2015-08-21 Patrick Palka <patrick@parcs.ath.cx>
1113
1114 * tui/tui-data.h (tui_command_info): Remove fields cur_line and
1115 curch.
1116 * tui/tui-data.c (tui_clear_win_detail) [CMD_WIN]: Don't set
1117 cur_line or curch, instead call wmove().
1118 (init_win_info) [CMD_WIN]: Likewise.
1119 * tui/tui-io.c (tui_puts): Likewise. Don't read cur_line,
1120 instead call getcury().
1121 (tui_redisplay_readline): Don't set cur_line or curch.
1122 (tui_mld_erase_entire_line): Don't read cur_line, instead call
1123 getcury().
1124 (tui_cont_sig): Remove call to wmove.
1125 (tui_getc): Don't read cur_line or curch, instead call getcury()
1126 or getyx(). Don't set curch.
1127 * tui/tui-win.c (make_visible_with_new_height) [CMD_WIN]: Don't
1128 set cur_line or curch. Always move cursor to (0,0).
1129
1130 2015-08-20 Pedro Alves <palves@redhat.com>
1131
1132 * infrun.c (print_target_wait_results): Make extern.
1133 * infrun.h (print_target_wait_results): Declare.
1134 * remote.c (set_stop_requested_callback): Delete.
1135 (process_initial_stop_replies): New function.
1136 (remote_start_remote): Use it.
1137 (stop_reply_queue_length): New function.
1138
1139 2015-08-20 Pedro Alves <palves@redhat.com>
1140
1141 * dwarf2read.c (process_full_comp_unit): To tell whether
1142 start_subfile managed to deduce a language, test for
1143 language_unknown instead of language_c.
1144
1145 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
1146
1147 * ada-lex.l: Reset the start condition to INITIAL in the rule that
1148 matches attributes.
1149
1150 2015-08-19 Kevin Buettner <kevinb@redhat.com>
1151
1152 * dwarf2read.c (dwarf2_string_attr): New function.
1153 (lookup_dwo_unit, process_psymtab_comp_unit_reader)
1154 (dwarf2_compute_name, dwarf2_physname, find_file_and_directory)
1155 (read_call_site_scope, namespace_name, guess_full_die_structure_name)
1156 (anonymous_struct_prefix, prepare_one_comp_unit): Use
1157 dwarf2_string_attr in place of dwarf2_attr and DW_STRING.
1158
1159 2015-08-18 Doug Evans <dje@google.com>
1160 Adrian Sendroiu <adrian.sendroiu@freescale.com>
1161
1162 PR mi/18833
1163 * cli/cli-logging.c (pop_output_files): Don't restore redirection
1164 if MI-like.
1165 * mi/mi-out.c: #include "vec.h".
1166 (ui_filep): New type.
1167 (DEV_VEC_P (ui_filep)): New type.
1168 (struct ui_out_data) <buffer, original_buffer>: Delete.
1169 (struct ui_out_data) <streams>: New member.
1170 (mi_ui_out_impl): Add data_destroy field.
1171 (mi_field_string, mi_field_fmt): Update.
1172 (mi_flush, mi_redirect, field_separator): Update.
1173 (mi_open, mi_close): Update.
1174 (mi_out_buffered, mi_out_rewind, mi_out_put): Update.
1175 (mi_out_data_ctor, mi_out_data_dtor): New functions.
1176 (mi_out_new): Call mi_out_data_ctor.
1177
1178 2015-08-18 Sandra Loosemore <sandra@codesourcery.com>
1179
1180 * remote.c (strprefix): New.
1181 (remote_parse_stop_reply): Use strprefix instead of strncmp
1182 to ensure exact match of keyword.
1183
1184 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1185
1186 * gdb_bfd.c (debug_bfd_cache): New variable.
1187 (show_bfd_cache_debug): New function.
1188 (gdb_bfd_open): Add debug logging.
1189 (gdb_bfd_ref): Likewise.
1190 (gdb_bfd_unref): Likewise.
1191 (_initialize_gdb_bfd): Add new set/show command.
1192 * NEWS: Mention new command.
1193
1194 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1195
1196 * gdb_bfd.c (bfd_sharing): New variable.
1197 (show_bfd_sharing): New function.
1198 (gdb_bfd_open): Check bfd_sharing variable.
1199 (_initialize_gdb_bfd): Add new set/show command.
1200 * NEWS: Mention new command.
1201
1202 2015-08-18 Andrew Burgess <andrew.burgess@embecosm.com>
1203
1204 * gdb_bfd.c (struct gdb_bfd_data): Add size, inode, and device id
1205 field.
1206 (struct gdb_bfd_cache_search): Likewise.
1207 (eq_bfd): Compare the size, inode, and device id fields.
1208 (gdb_bfd_open): Initialise the size, inode, and device id fields.
1209 (gdb_bfd_ref): Likewise.
1210 (gdb_bfd_unref): Likewise.
1211
1212 2015-08-18 Pedro Alves <palves@redhat.com>
1213
1214 * linux-nat.c (linux_nat_always_non_stop_p): If the linux_ops
1215 target implements to_always_non_stop_p, call it.
1216 * x86-linux-nat.c (x86_linux_always_non_stop_p): New function.
1217 (x86_linux_create_target): Install it as to_always_non_stop_p
1218 method.
1219
1220 2015-08-17 Doug Evans <dje@google.com>
1221
1222 * ui-out.c (default_ui_out_impl): Add comment.
1223
1224 2015-08-17 Iain Buclaw <ibuclaw@gdcproject.org>
1225
1226 * d-exp.y (type_aggregate_p): New function.
1227 (PrimaryExpression : TypeExp '.' IdentifierExp): Use it.
1228 (classify_inner_name): Likewise.
1229 * d-namespace.c (d_lookup_nested_symbol): Handle TYPE_CODE_ENUM.
1230
1231 2015-08-15 Doug Evans <xdje42@gmail.com>
1232
1233 * psymtab.c (add_psymbol_to_bcache): Remove "val" arg. All callers
1234 updated.
1235 (add_psymbol_to_list): Ditto.
1236
1237 2015-08-15 Doug Evans <xdje42@gmail.com>
1238
1239 * dbxread.c (dbx_end_psymtab): Renamed from end_psymtab. All callers
1240 updated. Call end_psymtab_common.
1241 * dwarf2read.c (process_psymtab_comp_unit_reader): Call
1242 end_psymtab_common.
1243 (build_type_psymtabs_reader): Ditto.
1244 * psympriv.h (sort_pst_symbols): Delete.
1245 (end_psymtab_common): Declare.
1246 * psymtab.c (sort_pst_symbols): Make static.
1247 (end_psymtab_common): New function.
1248 * xcoffread.c (xcoff_end_psymtab): Call end_psymtab_common.
1249
1250 2015-08-15 Doug Evans <xdje42@gmail.com>
1251
1252 * defs.h (LANGUAGE_BITS): Define.
1253 * psympriv.h (partial_symbol) <domain>: Use SYMBOL_DOMAIN_BITS.
1254 (partial_symbol) <aclass>: Use SYMBOL_ACLASS_BITS.
1255 * symtab.h (general_symbol_info> <language>: Usage LANGUAGE_BITS.
1256 (minimal_symbol_type): Add nr_minsym_types.
1257 (MINSYM_TYPE_BITS): Define.
1258 (minimal_symbol) <type>: Use MINSYM_TYPE_BITS.
1259 (domain_enum_tag): Add NR_DOMAINS.
1260 (SYMBOL_DOMAIN_BITS): Change from 4 to 3.
1261 (SYMBOL_ACLASS_BITS): Define from 6 to 5.
1262
1263 2015-08-15 Doug Evans <xdje42@gmail.com>
1264
1265 * objfiles.h: Whitespace cleanup.
1266 * psympriv.h: Whitespace cleanup.
1267 * psymtab.c: Whitespace/coding convention cleanup.
1268
1269 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
1270
1271 * inferior.c (detach_inferior_command): Don't call
1272 any_thread_of_process when pid is 0.
1273 (kill_inferior_command): Likewise.
1274
1275 2015-08-14 Doug Evans <xdje42@gmail.com>
1276
1277 PR gdb/11833
1278 * NEWS: Document new /s modifier for the disassemble command.
1279 * cli/cli-cmds.c (disassemble_command): Add support for /s.
1280 (_initialize_cli_cmds): Update online docs of disassemble command.
1281 * disasm.c: #include "source.h".
1282 (struct deprecated_dis_line_entry): Renamed from dis_line_entry.
1283 All uses updated.
1284 (dis_line_entry): New struct.
1285 (hash_dis_line_entry, eq_dis_line_entry): New functions.
1286 (allocate_dis_line_table): New functions.
1287 (maybe_add_dis_line_entry, line_has_code_p): New functions.
1288 (dump_insns): New arg end_pc. All callers updated.
1289 (do_mixed_source_and_assembly_deprecated): Renamed from
1290 do_mixed_source_and_assembly. All callers updated.
1291 (do_mixed_source_and_assembly): New function.
1292 (gdb_disassembly): Handle /s (DISASSEMBLY_SOURCE).
1293 * disasm.h (DISASSEMBLY_SOURCE_DEPRECATED): Renamed from
1294 DISASSEMBLY_SOURCE. All uses updated.
1295 (DISASSEMBLY_SOURCE): New macro.
1296 * mi/mi-cmd-disas.c (mi_cmd_disassemble): New modes 4,5.
1297
1298 2015-08-14 Keith Seitz <keiths@redhat.com>
1299
1300 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Rename
1301 `typename' to `type_name' to avoid C++ reserved word.
1302
1303 2015-08-14 Keith Seitz <keiths@redhat.com>
1304
1305 * location.c (EL_TYPE, EL_LINESPEC, EL_PROBE, EL_ADDRESS)
1306 (EL_EXPLICIT, EL_STRING): Change macro parameter to "P" to
1307 silence ARI errors.
1308
1309 2015-08-14 Iain Buclaw <ibuclaw@gdcproject.org>
1310
1311 * d-exp.y (PrimaryExpression : TypeExp '.' IdentifierExp): Use
1312 xstrprintf instead of malloc and sprintf.
1313 (PrimaryExpression : IdentifierExp): Avoid operator at end of line.
1314 (lex_one_token): Likewise.
1315
1316 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
1317
1318 * solib-svr4.c (read_program_header): Add base_addr argument to
1319 report the runtime address of the segment.
1320 (find_program_interpreter): Update read_program_header call to pass
1321 a NULL pointer for the new argument.
1322 (scan_dyntag): Add ptr_addr argument to report the runtime address
1323 of the tag payload.
1324 (scan_dyntag_auxv): Likewise and use thew new base_addr argument of
1325 read_program_header to get the base address of the dynamic segment.
1326 (elf_locate_base): Update uses of scan_dyntag, scan_dyntag_auxv and
1327 read_program_header.
1328 (elf_locate_base): Scan for and handle DT_MIPS_RLD_MAP_REL.
1329
1330 2015-08-14 Matthew Fortune <matthew.fortune@imgtec.com>
1331
1332 * MAINTAINERS (Write After Approval): Add Matthew Fortune.
1333
1334 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
1335
1336 * d-exp.y (%union): Add voidval.
1337 (%token): Add UNKNOWN_NAME as a token to represent an unclassified
1338 name in the lexing stage.
1339 (PostfixExpression): Move symbol completion handling in grammar here
1340 from PrimaryExpression.
1341 (PrimaryExpression): Move routines to handle resolving identifier
1342 tokens in the grammar here from push_expression_name.
1343 (IdentifierExp): Remove the handling of alternating '.' and identifier
1344 tokens.
1345 (TypeExp): Allow TypeExp to be wrapped in parenthesis in the grammar.
1346 (BasicType): Remove C-style typename rules.
1347 (d_type_from_name, d_module_from_name, push_variable)
1348 (push_fieldnames, push_type_name, push_module_name)
1349 (push_expression_name): Remove.
1350 (lex_one_token): Rename from yylex. Replace pstate with par_state.
1351 (token_and_value): New type.
1352 (token_fifo, popping, name_obstack): New globals.
1353 (classify_name): New function.
1354 (classify_inner_name): Likewise.
1355 (yylex): Likewise.
1356 (d_parse): Initialize token_fifo, popping and name_obstack.
1357
1358 2015-08-13 Iain Buclaw <ibuclaw@gdcproject.org>
1359
1360 * Makefile.in (SFILES): Add d-namespace.c.
1361 (COMMON_OBS): Add d-namespace.o.
1362 * d-lang.c (d_language_defn): Use d_lookup_symbol_nonlocal as the
1363 la_lookup_symbol_nonlocal callback function pointer.
1364 * d-lang.h (d_lookup_symbol_nonlocal): New declaration.
1365 (d_lookup_nested_symbol): New declaration.
1366 * d-namespace.c: New file.
1367
1368 2015-08-13 Pedro Alves <palves@redhat.com>
1369
1370 * python/py-unwind.c (pyuw_sniffer): Install the invalidate
1371 cleanup after the decref cleanup, not before.
1372
1373 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
1374
1375 * ada-lang.c: Include namespace.h
1376 (aux_add_nonlocal_symbols): Fix a function name in comment.
1377 (ada_add_block_renamings): New.
1378 (add_nonlocal_symbols): Add global renamings handling.
1379 (ada_lookup_symbol_list_worker): Move the symbol lookup part
1380 to...
1381 (ada_add_all_symbols): ... this new function.
1382 (ada_add_block_symbols): Try to match the input name against the
1383 "using directives list", perform a recursive symbol lookup on
1384 the matched declarations.
1385 * block.h (struct block): Move the_namespace to top-level as
1386 namespace_info. Remove the language_specific field.
1387 (BLOCK_NAMESPACE): Update access to the namespace_info field.
1388 * buildsym.h (using_directives): Rename into...
1389 (local_using_directives): ... this.
1390 (global_using_directives): New.
1391 (struct context_stack): Rename the using_directives field into
1392 local_using_directives.
1393 * buildsym.c (finish_block_internal): Deal with the proper
1394 using directives repository (local or global).
1395 (prepare_for_building): Reset local_using_directives. Assert
1396 that there is no pending global using directive.
1397 (reset_symtab_globals): Reset global_using_directives and
1398 local_using_directives.
1399 (end_symtab_get_static_block): Don't ignore symtabs that have
1400 only using directives.
1401 (push_context): Update references to local_using_directives.
1402 (buildsym_init): Do not reset using_directives.
1403 * cp-support.c: Include namespace.h.
1404 * cp-support.h (struct using_direct): Move to namespace.h.
1405 (cp_add_using_directives): Move to namespace.h.
1406 * cp-namespace.c: Include namespace.h
1407 (cp_add_using_directive): Move to namespace.c, rename it to
1408 add_using_directive, add a "using_directives" argument and use
1409 it as the pending using directives repository. All callers
1410 updated.
1411 * dwarf2read.c (using_directives): New.
1412 (read_import_statement): Call using_directives.
1413 (read_func_scope): Update references to local_using_directives.
1414 (read_lexical_block_scope): Likewise.
1415 (read_namespace): Update the heading comment, call
1416 using_directives.
1417 * namespace.h: New file.
1418 * namespace.c: New file.
1419 * Makefile.in (SFILES): Add namespace.c.
1420 (COMMON_OBS): Add namespace.o
1421
1422 2015-08-12 Joel Brobecker <brobecker@adacore.com>
1423
1424 * amd64-tdep.c (amd64_displaced_step_fixup): Fix the mask used to
1425 compute RETADDR.
1426
1427 2015-08-12 Keith Seitz <keiths@redhat.com>
1428
1429 * break-catch-throw.c (re_set_exception_catchpoint) Rename
1430 reserved C++ keyword "explicit" to "explicit_loc".
1431 * breakpoint.c (create_overlay_event_breakpoint)
1432 (create_longjmp_master_breakpoint)
1433 (create_std_terminate_master_breakpoint)
1434 (create_exception_master_breakpoint, update_static_tracepoint):
1435 Rename reserved C++ keyword "explicit" to "explicit_loc".
1436 * completer.c (collect_explicit_location_matches)
1437 (explicit_location_completer): Rename reserved C++ keyword
1438 "explicit" to "explicit_loc".
1439 * linespec.c (struct linespec) <explicit>: Rename to "explicit_loc".
1440 (canonicalize_linespec, create_sals_line_offset)
1441 (convert_linespec_to_sals, convert_explicit_location_to_sals)
1442 (event_location_to_sals, decode_objc): Rename reserved C++ keyword
1443 "explicit" to "explicit_loc".
1444 * location.c (struct event_location) <explicit>: Rename to
1445 "explicit_loc".
1446 (initialize_explicit_location, new_explicit_location)
1447 (explicit_location_to_string_internal, explicit_location_to_linespec):
1448 Rename reserved C++ keyword "explicit" to "explicit_loc".
1449 * location.h (explicit_location_to_string)
1450 (explicit_location_to_linespec, initialize_explicit_location)
1451 (new_explicit_location): Rename reserved C++ keyword "explicit"
1452 to "explicit_loc".
1453 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Rename reserved C++
1454 keyword "explicit" to "explicit_loc".
1455
1456 2015-08-12 Keith Seitz <keiths@redhat.com>
1457
1458 * python/python.c (gdbpy_decode_line): Initialize `location' to NULL
1459 and only call decode_line_1 when it is non-NULL.
1460
1461 2015-08-12 Luis Machado <lgustavo@codesourcery.com>
1462
1463 * breakpoint.c (bp_loc_is_permanent): Return 0 when breakpoint
1464 location address is not meaningful.
1465 (breakpoint_address_is_meaningful): Update comment.
1466
1467 2015-08-11 Keith Seitz <keiths@redhat.com>
1468
1469 * NEWS: Mention explicit locations.
1470 * breakpoint.c [LOCATION_HELP_STRING]: New macro.
1471 [BREAK_ARGS_HELP]: Use LOCATION_HELP_STRING.
1472 (_initialize_breakpoint): Update documentation for
1473 "clear", "break", "trace", "strace", "ftrace", and "dprintf".
1474
1475 2015-08-11 Keith Seitz <keiths@redhat.com>
1476
1477 * mi/mi-cmd-break.c (mi_cmd_break_insert_1): Add support for
1478 explicit locations, options "--source", "--function",
1479 "--label", and "--line".
1480
1481 2015-08-11 Keith Seitz <keiths@redhat.com>
1482
1483 * completer.c: Include location.h.
1484 (enum match_type): New enum.
1485 (location_completer): Rename to ...
1486 (linespec_completer): ... this.
1487 (collect_explicit_location_matches, backup_text_ptr)
1488 (explicit_location_completer): New functions.
1489 (location_completer): "New" function; handle linespec
1490 and explicit location completions.
1491 (complete_line_internal): Remove all location completer-specific
1492 handling.
1493 * linespec.c (linespec_lexer_lex_keyword, is_ada_operator)
1494 (find_toplevel_char): Export.
1495 (linespec_parse_line_offset): Export.
1496 Issue error if STRING is not numerical.
1497 (gdb_get_linespec_parser_quote_characters): New function.
1498 * linespec.h (linespec_parse_line_offset): Declare.
1499 (get_gdb_linespec_parser_quote_characters): Declare.
1500 (is_ada_operator): Declare.
1501 (find_toplevel_char): Declare.
1502 (linespec_lexer_lex_keyword): Declare.
1503 * location.c (explicit_to_event_location): New function.
1504 (explicit_location_lex_one): New function.
1505 (string_to_explicit_location): New function.
1506 (string_to_event_location): Handle explicit locations.
1507 * location.h (explicit_to_event_location): Declare.
1508 (string_to_explicit_location): Declare.
1509
1510 2015-08-11 Keith Seitz <keiths@redhat.com>
1511
1512 * break-catch-throw.c (re_set_exception_catchpoint): Convert
1513 linespec into explicit location.
1514 * breakpoint.c (create_overlay_breakpoint)
1515 (create_longjmp_master_breakpoint)
1516 (create_std_terminate_master_breakpoint)
1517 (create_exception_master_breakpoint): Convert linespec into explicit
1518 location.
1519 (update_static_tracepoint): Convert linespec into explicit location.
1520 * linespec.c (enum offset_relative_sign, struct line_offset): Move
1521 location.h.
1522 (struct linespec) <expression, expr_pc, source_filename>
1523 <function_name, label_name, line_offset>: Replace with ...
1524 <explicit>: ... this.
1525 <is_linespec>: New member.
1526 (PARSER_EXPLICIT): New accessor macro.
1527 (undefined_label_error): New function.
1528 (source_file_not_found_error): New function.
1529 (linespec_parse_basic): The parser result is now an explicit location.
1530 Use PARSER_EXPLICIT to access it.
1531 Use undefined_label_error.
1532 (canonicalize_linespec): Convert canonical linespec into explicit
1533 location.
1534 Move string representation of location to explicit_location_to_linespec
1535 and use it and explicit_location_to_string to save string
1536 representations of the canonical location.
1537 (create_sals_line_offset, convert_linespec_to_sals): `ls' contains an
1538 explicit location. Update all references.
1539 (convert_explicit_location_to_sals): New function.
1540 (parse_linespec): Use PARSER_EXPLICIT to access the parser
1541 result's explicit location.
1542 (linespec_state_constructor): Initialize is_linespec.
1543 Use PARSER_EXPLICIT.
1544 (linespec_parser_delete): Use PARSER_EXPLICIT to access the parser's
1545 result.
1546 (event_location_to_sals): For linespec locations, set is_linespec.
1547 Handle explicit locations.
1548 (decode_objc): 'ls' contains an explicit location now. Update all
1549 references.
1550 (symtabs_from_filename): Use source_file_not_found_error.
1551 * location.c (struct event_location.u) <explicit>: New member.
1552 (initialize_explicit_location): New function.
1553 (initialize_event_location): Initialize explicit locations.
1554 (new_explicit_location, get_explicit_location)
1555 (get_explicit_location_const): New functions.
1556 (explicit_to_string_internal): New function; most of contents moved
1557 from canonicalize_linespec.
1558 (explicit_location_to_string): New function.
1559 (explicit_location_to_linespec): New function.
1560 (copy_event_location, delete_event_location)
1561 (event_location_to_string_const, event_location_empty_p): Handle
1562 explicit locations.
1563 * location.h (enum offset_relative_sign, struct line_offset): Move
1564 here from linespec.h.
1565 (enum event_location_type): Add EXPLICIT_LOCATION.
1566 (struct explicit_location): New structure.
1567 (explicit_location_to_string): Declare.
1568 (explicit_location_to_linespec): Declare.
1569 (new_explicit_location, get_explicit_locationp
1570 (get_explicit_location_const, initialize_explicit_location): Declare.
1571
1572 2015-08-11 Keith Seitz <keiths@redhat.com>
1573
1574 * break-catch-throw.c (re_set_exception_catchpoint): Convert
1575 linespec for stap probe to probe location.
1576 * breakpoint.c (create_longjmp_master_breakpoint)
1577 (create_exception_master_breakpoint): Likewise.
1578 (break_command_1): Remove local variable `arg_cp'.
1579 Check location type to set appropriate breakpoint ops methods.
1580 (trace_command): Likewise.
1581 * linespec.c (event_location_to_sals): Assert on probe locations.
1582 * location.c (EL_PROBE): Add macro definition.
1583 (new_probe_location, get_probe_location): New functions.
1584 (copy_event_location, delete_event_location, event_location_to_string)
1585 (string_to_event_location, event_location_empty_p): Handle probe
1586 locations.
1587 * location.h (enum event_location_type): Add PROBE_LOCATION.
1588 (new_probe_location, get_probe_location): Declare.
1589 * probe.c (parse_probes): Assert that LOCATION is a probe location.
1590 Convert linespec into probe location.
1591
1592 2015-08-11 Keith Seitz <keiths@redhat.com>
1593
1594 * breakpoint.c (create_thread_event_breakpoint, init_breakpoint_sal):
1595 Convert linespec to address location.
1596 * linespec.c (canonicalize_linespec): Do not handle address
1597 locations here.
1598 (convert_address_location_to_sals): New function; contents moved
1599 from ...
1600 (convert_linespc_to_sals): ... here.
1601 (parse_linespec): Remove address locations from linespec grammar.
1602 Remove handling of address locations.
1603 (linespec_lex_to_end): Remove handling of address linespecs.
1604 (event_location_to_sals): Handle ADDRESS_LOCATION.
1605 (linespec_expression_to_pc): Export.
1606 * linespec.h (linespec_expression_to_pc): Add declaration.
1607 * location.c (struct event_location.u) <address>: New member.
1608 (new_address_location, get_address_location): New functions.
1609 (copy_event_location, delete_event_location, event_location_to_string)
1610 (string_to_event_location, event_location_empty_p): Handle address
1611 locations.
1612 * location.h (enum event_location_type): Add ADDRESS_LOCATION.
1613 (new_address_location, get_address_location): Declare.
1614 * python/py-finishbreakpoint.c (bpfinishpy_init): Convert linespec
1615 to address location.
1616 * spu-tdep.c (spu_catch_start): Likewise.
1617
1618 2015-08-11 Keith Seitz <keiths@redhat.com>
1619
1620 * ax-gdb.c: Include location.h.
1621 (agent_command_1) Use linespec location instead of address
1622 string.
1623 * break-catch-throw.c: Include location.h.
1624 (re_set_exception_catchpoint): Use linespec locations instead
1625 of address strings.
1626 * breakpoint.c: Include location.h.
1627 (create_overlay_event_breakpoint, create_longjmp_master_breakpoint)
1628 (create_std_terminate_master_breakpoint)
1629 (create_exception_master_breakpoint, update_breakpoints_after_exec):
1630 Use linespec location instead of address string.
1631 (print_breakpoint_location): Use locations and
1632 event_location_to_string.
1633 Print extra_string for pending locations for non-MI streams.
1634 (print_one_breakpoint_location): Use locations and
1635 event_location_to_string.
1636 (init_raw_breakpoint_without_location): Initialize b->location.
1637 (create_thread_event_breakpoint): Use linespec location instead of
1638 address string.
1639 (init_breakpoint_sal): Likewise.
1640 Only save extra_string if it is non-NULL and not the empty string.
1641 Use event_location_to_string instead of `addr_string'.
1642 Constify `p' and `endp'.
1643 Use skip_spaces_const/skip_space_const instead of non-const versions.
1644 Copy the location into the breakpoint.
1645 If LOCATION is NULL, save the breakpoint address as a linespec location
1646 instead of an address string.
1647 (create_breakpoint_sal): Change `addr_string' parameter to a struct
1648 event_location. All uses updated.
1649 (create_breakpoints_sal): Likewise for local variable `addr_string'.
1650 (parse_breakpoint_sals): Use locations instead of address strings.
1651 Remove check for empty linespec with conditional.
1652 Refactor.
1653 (decode_static_tracepoint_spec): Make argument const and update
1654 function.
1655 (create_breakpoint): Change `arg' to a struct event_location and
1656 rename.
1657 Remove `copy_arg' and `addr_start'.
1658 If EXTRA_STRING is empty, set it to NULL.
1659 Don't populate `canonical' for pending breakpoints.
1660 Pass `extra_string' to find_condition_and_thread.
1661 Clear `extra_string' if `rest' was NULL.
1662 Do not error with "garbage after location" if setting a dprintf
1663 breakpoint.
1664 Copy the location into the breakpoint instead of an address string.
1665 (break_command_1): Use string_to_event_location and pass this to
1666 create_breakpoint instead of an address string.
1667 Check against `arg_cp' for a probe linespec.
1668 (dprintf_command): Use string_to_event_location and pass this to
1669 create_breakpoint instead of an address string.
1670 Throw an exception if no format string was specified.
1671 (print_recreate_ranged_breakpoint): Use event_location_to_string
1672 instead of address strings.
1673 (break_range_command, until_break_command)
1674 (init_ada_exception_breakpoint): Use locations instead
1675 of address strings.
1676 (say_where): Print out extra_string for pending locations.
1677 (base_breakpoint_dtor): Delete `location' and `location_range_end' of
1678 the breakpoint.
1679 (base_breakpoint_create_sals_from_location): Use struct event_location
1680 instead of address string.
1681 Remove `addr_start' and `copy_arg' parameters.
1682 (base_breakpoint_decode_location): Use struct event_location instead of
1683 address string.
1684 (bkpt_re_set): Use locations instead of address strings.
1685 Use event_location_empty_p to check for unset location.
1686 (bkpt_print_recreate): Use event_location_to_string instead of
1687 an address string.
1688 Print out extra_string for pending locations.
1689 (bkpt_create_sals_from_location, bkpt_decode_location)
1690 (bkpt_probe_create_sals_from_location): Use struct event_location
1691 instead of address string.
1692 (bkpt_probe_decode_location): Use struct event_location instead of
1693 address string.
1694 (tracepoint_print_recreate): Use event_location_to_string to
1695 recreate the tracepoint.
1696 (tracepoint_create_sals_from_location, tracepoint_decode_location)
1697 (tracepoint_probe_create_sals_from_location)
1698 (tracepoint_probe_decode_location): Use struct event_location
1699 instead of address string.
1700 (dprintf_print_recreate): Use event_location_to_string to recreate
1701 the dprintf.
1702 (dprintf_re_set): Remove check for valid/missing format string.
1703 (strace_marker_create_sals_from_location)
1704 (strace_marker_create_breakpoints_sal, strace_marker_decode_location)
1705 (update_static_tracepoint): Use struct event_location instead of
1706 address string.
1707 (location_to_sals): Likewise.
1708 Pass `extra_string' to find_condition_and_thread.
1709 For newly resolved pending breakpoint locations, clear the location's
1710 string representation.
1711 Assert that the breakpoint's condition string is NULL when
1712 condition_not_parsed.
1713 (breakpoint_re_set_default, create_sals_from_location_default)
1714 (decode_location_default, trace_command, ftrace_command)
1715 (strace_command, create_tracepoint_from_upload): Use locations
1716 instead of address strings.
1717 * breakpoint.h (struct breakpoint_ops) <create_sals_from_location>:
1718 Use struct event_location instead of address string.
1719 Update all uses.
1720 <decode_location>: Likewise.
1721 (struct breakpoint) <addr_string>: Change to struct event_location
1722 and rename `location'.
1723 <addr_string_range_end>: Change to struct event_location and rename
1724 `location_range_end'.
1725 (create_breakpoint): Use struct event_location instead of address
1726 string.
1727 * cli/cli-cmds.c: Include location.h.
1728 (edit_command, list_command): Use locations instead of address strings.
1729 * elfread.c: Include location.h.
1730 (elf_gnu_ifunc_resolver_return_stop): Use event_location_to_string.
1731 * guile/scm-breakpoint.c: Include location.h.
1732 (bpscm_print_breakpoint_smob): Use event_location_to_string.
1733 (gdbscm_register_breakpoint): Use locations instead of address
1734 strings.
1735 * linespec.c: Include location.h.
1736 (struct ls_parser) <stream>: Change to const char *.
1737 (PARSER_STREAM): Update.
1738 (lionespec_lexer_lex_keyword): According to find_condition_and_thread,
1739 keywords must be followed by whitespace.
1740 (canonicalize_linespec): Save a linespec location into `canonical'.
1741 Save a canonical linespec into `canonical'.
1742 (parse_linespec): Change `argptr' to const char * and rename `arg'.
1743 All uses updated.
1744 Update function description.
1745 (linespec_parser_new): Initialize `parser'.
1746 Update initialization of parsing stream.
1747 (event_location_to_sals): New function.
1748 (decode_line_full): Change `argptr' to a struct event_location and
1749 rename it `location'.
1750 Use locations instead of address strings.
1751 Call event_location_to_sals instead of parse_linespec.
1752 (decode_line_1): Likewise.
1753 (decode_line_with_current_source, decode_line_with_last_displayed)
1754 Use locations instead of address strings.
1755 (decode_objc): Likewise.
1756 Change `argptr' to const char * and rename `arg'.
1757 (destroy_linespec_result): Delete the linespec result's location
1758 instead of freeing the address string.
1759 * linespec.h (struct linespec_result) <addr_string>: Change to
1760 struct event_location and rename to ...
1761 <location>: ... this.
1762 (decode_line_1, decode_line_full): Change `argptr' to struct
1763 event_location. All callers updated.
1764 * mi/mi-cmd-break.c: Include language.h, location.h, and linespec.h.
1765 (mi_cmd_break_insert_1): Use locations instead of address strings.
1766 Throw an error if there was "garbage" at the end of the specified
1767 linespec.
1768 * probe.c: Include location.h.
1769 (parse_probes): Change `argptr' to struct event_location.
1770 Use event locations instead of address strings.
1771 * probe.h (parse_probes): Change `argptr' to struct event_location.
1772 * python/py-breakpoint.c: Include location.h.
1773 (bppy_get_location): Constify local variable `str'.
1774 Use event_location_to_string.
1775 (bppy_init): Use locations instead of address strings.
1776 * python/py-finishbreakpoint.c: Include location.h.
1777 (bpfinishpy_init): Remove local variable `addr_str'.
1778 Use locations instead of address strings.
1779 * python/python.c: Include location.h.
1780 (gdbpy_decode_line): Use locations instead of address strings.
1781 * remote.c: Include location.h.
1782 (remote_download_tracepoint): Use locations instead of address
1783 strings.
1784 * spu-tdep.c: Include location.h.
1785 (spu_catch_start): Remove local variable `buf'.
1786 Use locations instead of address strings.
1787 * tracepoint.c: Include location.h.
1788 (scope_info): Use locations instead of address strings.
1789 (encode_source_string): Constify parameter `src'.
1790 * tracepoint.h (encode_source_string): Likewise.
1791
1792 2015-08-11 Keith Seitz <keiths@redhat.com>
1793
1794 * Makefile.in (SFILES): Add location.c.
1795 (HFILES_NO_SRCDIR): Add location.h.
1796 (COMMON_OBS): Add location.o.
1797 * linespec.c (linespec_lex_to_end): New function.
1798 * linespec.h (linespec_lex_to_end): Declare.
1799 * location.c: New file.
1800 * location.h: New file.
1801
1802 2015-08-11 Keith Seitz <keiths@redhat.com>
1803
1804 * breakpoint.h (struct breakpoint_ops) <create_sals_from_address>:
1805 Renamed to create_sals_from_location.
1806 <decode_linespec>: Renamed to decode_location.
1807 Update all callers.
1808 * breakpoint.c (create_sals_from_address_default): Renamed to ...
1809 (create_sals_from_location_default): ... this.
1810 (addr_string_to_sals): Renamed to ...
1811 (location_to_sals): ... this.
1812 (decode_linespec_default): Renamed to ...
1813 (decode_location_default): ... this.
1814 (base_breakpoint_create_sals_from_address): Renamed to ...
1815 (base_breakpoint_create_sals_from_location): ... this.
1816 (bkpt_create_sals_from_address): Renamed to ...
1817 (bkpt_create_sals_from_location): ... this.
1818 (bkpt_decode_linespec): Renamed to ...
1819 (bkpt_decode_location): ... this.
1820 (bkpt_probe_create_sals_from_address): Renamed to ...
1821 (bkpt_probe_create_sals_from_location): ... this.
1822 (tracepoint_create_sals_from_address): Renamed to ...
1823 (tracepoint_create_sals_from_location): ... this.
1824 (tracepoint_decode_linespec): Renamed to ...
1825 (tracepoint_decode_location): ... this.
1826 (tracepoint_probe_create_sals_from_address): Renamed to ...
1827 (tracepoint_probe_create_sals_from_location): ... this.
1828 (tracepoint_probe_decode_linespec): Renamed to ...
1829 (tracepoint_probe_decode_location): ... this.
1830 (strace_marker_create_sals_from_address): Renamed to ...
1831 (strace_marker_create_sals_from_location): ... this.
1832 (decode_linespec_default): Renamed to ...
1833 (decode_location_default): ... this.
1834
1835 2015-08-10 Doug Evans <dje@google.com>
1836 Keith Seitz <keiths@redhat.com>
1837
1838 PR gdb/17960
1839 * symtab.c (make_file_symbol_completion_list_1): Renamed from
1840 make_file_symbol_completion_list and made static.
1841 (make_file_symbol_completion_list): New function.
1842
1843 2015-08-10 Joel Brobecker <brobecker@adacore.com>
1844
1845 * infrun.c (follow_fork, displaced_step_prepare, resume): Remove
1846 trailing new-line at end of warning message.
1847 (proceed): Add i18n marker to error messages.
1848
1849 2015-08-07 Pedro Alves <palves@redhat.com>
1850
1851 * linux-nat.c (linux_nat_always_non_stop_p): Return 1.
1852
1853 2015-08-07 Pedro Alves <palves@redhat.com>
1854
1855 * s390-linux-tdep.c (is_non_branch_ril)
1856 (s390_displaced_step_copy_insn): New functions.
1857 (s390_displaced_step_fixup): Update comment.
1858 (s390_gdbarch_init): Install s390_displaced_step_copy_insn as
1859 gdbarch_displaced_step_copy_insn hook.
1860
1861 2015-08-07 Pedro Alves <palves@redhat.com>
1862
1863 * infrun.c (displaced_step_prepare_throw): Return -1 if
1864 gdbarch_displaced_step_copy_insn returns NULL. Update intro
1865 comment.
1866 * rs6000-tdep.c (LWARX_MASK, LWARX_INSTRUCTION, LDARX_INSTRUCTION)
1867 (STWCX_MASK, STWCX_INSTRUCTION, STDCX_INSTRUCTION): Move higher up
1868 in file.
1869 (ppc_displaced_step_copy_insn): New function.
1870 (ppc_displaced_step_fixup): Update comment.
1871 (rs6000_gdbarch_init): Install ppc_displaced_step_copy_insn as
1872 gdbarch_displaced_step_copy_insn hook.
1873 * gdbarch.sh (displaced_step_copy_insn): Document what happens on
1874 NULL return.
1875 * gdbarch.h: Regenerate.
1876
1877 2015-08-07 Pedro Alves <palves@redhat.com>
1878
1879 * inferior.h (struct inferior) <displaced_stepping_failed>: New
1880 field.
1881 * infrun.c (use_displaced_stepping_now_p): New parameter 'inf'.
1882 Return false if dispaced stepping failed before.
1883 (resume): Pass the current inferior to
1884 use_displaced_stepping_now_p. Wrap displaced_step_prepare in
1885 TRY/CATCH. If we get a MEMORY_ERROR, set the inferior's
1886 displaced_stepping_failed flag, and fall back to an in-line
1887 step-over.
1888
1889 2015-08-07 Pedro Alves <palves@redhat.com>
1890
1891 * darwin-nat.c (darwin_stop): Rename to ...
1892 (darwin_interrupt): ... this.
1893 (_initialize_darwin_inferior): Adjust.
1894 * gnu-nat.c (gnu_stop): Delete.
1895 (gnu_target): Don't install gnu_stop.
1896 * inf-ptrace.c (inf_ptrace_stop): Rename to ...
1897 (inf_ptrace_interrupt): ... this.
1898 (inf_ptrace_target): Adjust.
1899 * infcmd.c (interrupt_target_1): Use target_interrupt instead of
1900 target_stop.
1901 * linux-nat (linux_nat_stop): Rename to ...
1902 (linux_nat_interrupt): ... this.
1903 (linux_nat_stop): Reimplement.
1904 (linux_nat_add_target): Install linux_nat_interrupt.
1905 * nto-procfs.c (nto_interrupt_twice): Rename to ...
1906 (nto_handle_sigint_twice): ... this.
1907 (nto_interrupt): Rename to ...
1908 (nto_handle_sigint): ... this. Call target_interrupt instead of
1909 target_stop.
1910 (procfs_wait): Adjust.
1911 (procfs_stop): Rename to ...
1912 (procfs_interrupt): ... this.
1913 (init_procfs_targets): Adjust.
1914 * procfs.c (procfs_stop): Rename to ...
1915 (procfs_interrupt): ... this.
1916 (procfs_target): Adjust.
1917 * remote-m32r-sdi.c (m32r_stop): Rename to ...
1918 (m32r_interrupt): ... this.
1919 (init_m32r_ops): Adjust.
1920 * remote-sim.c (gdbsim_stop_inferior): Rename to ...
1921 (gdbsim_interrupt_inferior): ... this.
1922 (gdbsim_stop): Rename to ...
1923 (gdbsim_interrupt): ... this.
1924 (gdbsim_cntrl_c): Adjust.
1925 (init_gdbsim_ops): Adjust.
1926 * remote.c (sync_remote_interrupt): Adjust comments.
1927 (remote_stop_as): Rename to ...
1928 (remote_interrupt_as): ... this.
1929 (remote_stop): Adjust comment.
1930 (remote_interrupt): New function.
1931 (init_remote_ops): Install remote_interrupt.
1932 * target.c (target_interrupt): New function.
1933 * target.h (struct target_ops) <to_interrupt>: New field.
1934 (target_interrupt): New declaration.
1935 * windows-nat.c (windows_stop): Rename to ...
1936 (windows_interrupt): ... this.
1937 * target-delegates.c: Regenerate.
1938
1939 2015-08-07 Pedro Alves <palves@redhat.com>
1940
1941 * signal-while-stepping-over-bp-other-thread.exp: Expect "restart
1942 threads" as alternative to "switching back to stepped thread".
1943
1944 2015-08-07 Pedro Alves <palves@redhat.com>
1945
1946 * NEWS: Mention "maint set/show target-non-stop".
1947 * breakpoint.c (update_global_location_list): Check
1948 target_is_non_stop_p instead of non_stop.
1949 * infcmd.c (attach_command_post_wait, attach_command): Likewise.
1950 * infrun.c (show_can_use_displaced_stepping)
1951 (can_use_displaced_stepping_p, start_step_over_inferior):
1952 Likewise.
1953 (internal_resume_ptid): New function.
1954 (resume): Use it.
1955 (proceed): Check target_is_non_stop_p instead of non_stop. If in
1956 all-stop mode but the target is always in non-stop mode, start all
1957 the other threads that are implicitly resumed too.
1958 (for_each_just_stopped_thread, fetch_inferior_event)
1959 (adjust_pc_after_break, stop_all_threads): Check
1960 target_is_non_stop_p instead of non_stop.
1961 (handle_inferior_event): Likewise. Handle detach-fork in all-stop
1962 with the target always in non-stop mode.
1963 (handle_signal_stop) <random signal>: Check target_is_non_stop_p
1964 instead of non_stop.
1965 (switch_back_to_stepped_thread): Check target_is_non_stop_p
1966 instead of non_stop.
1967 (keep_going_stepped_thread): Use internal_resume_ptid.
1968 (stop_waiting): If in all-stop mode, and the target is in non-stop
1969 mode, stop all threads.
1970 (keep_going_pass): Likewise, when starting a new in-line step-over
1971 sequence.
1972 * linux-nat.c (get_pending_status, select_event_lwp)
1973 (linux_nat_filter_event, linux_nat_wait_1, linux_nat_wait): Check
1974 target_is_non_stop_p instead of non_stop.
1975 (linux_nat_always_non_stop_p): New function.
1976 (linux_nat_stop): Check target_is_non_stop_p instead of non_stop.
1977 (linux_nat_add_target): Install linux_nat_always_non_stop_p.
1978 * target-delegates.c: Regenerate.
1979 * target.c (target_is_non_stop_p): New function.
1980 (target_non_stop_enabled, target_non_stop_enabled_1): New globals.
1981 (maint_set_target_non_stop_command)
1982 (maint_show_target_non_stop_command): New functions.
1983 (_initilize_target): Install "maint set/show target-non-stop"
1984 commands.
1985 * target.h (struct target_ops) <to_always_non_stop_p>: New field.
1986 (target_non_stop_enabled): New declaration.
1987 (target_is_non_stop_p): New declaration.
1988
1989 2015-08-07 Pedro Alves <pedro@codesourcery.com>
1990
1991 * breakpoint.c (breakpoints_should_be_inserted_now): If any thread
1992 has a pending status, return true.
1993 * gdbthread.h: Include target/waitstatus.h.
1994 (struct thread_suspend_state) <stop_reason, waitstatus_pending_p,
1995 stop_pc>: New fields.
1996 (struct thread_info) <resumed>: New field.
1997 (set_resumed): Declare.
1998 * infrun.c: Include "event-loop.h".
1999 (infrun_async_inferior_event_token, infrun_is_async): New globals.
2000 (infrun_async): New function.
2001 (clear_step_over_info): Add debug output.
2002 (displaced_step_in_progress_any_inferior): New function.
2003 (displaced_step_fixup): New returns int.
2004 (start_step_over): Handle in-line step-overs too. Assert the
2005 thread is marked resumed.
2006 (resume_cleanups): Clear the thread's resumed flag.
2007 (resume): Set the thread's resumed flag. Return early if the
2008 thread has a pending status. Allow stepping a breakpoint with no
2009 signal.
2010 (proceed): Adjust to check 'resumed' instead of 'executing'.
2011 (clear_proceed_status_thread): If the thread has a pending status,
2012 and that status is a finished step, discard the pending status.
2013 (clear_proceed_status): Don't clear step_over_info here.
2014 (random_pending_event_thread, do_target_wait): New functions.
2015 (prepare_for_detach, wait_for_inferior, fetch_inferior_event): Use
2016 do_target_wait.
2017 (wait_one): New function.
2018 (THREAD_STOPPED_BY): New macro.
2019 (thread_stopped_by_watchpoint, thread_stopped_by_sw_breakpoint)
2020 (thread_stopped_by_hw_breakpoint): New functions.
2021 (switch_to_thread_cleanup, save_waitstatus, stop_all_threads): New
2022 functions.
2023 (handle_inferior_event): Also call set_resumed(false) on all
2024 threads implicitly stopped by the event.
2025 (restart_threads, resumed_thread_with_pending_status): New
2026 functions.
2027 (finish_step_over): If we were doing an in-line step-over before,
2028 and no longer are after trying to start a new step-over, restart
2029 all threads. If we have multiple threads with pending events,
2030 save the current event and go through the event loop again.
2031 (handle_signal_stop): Return early if finish_step_over returns
2032 false.
2033 <random signal>: If we get a signal while stepping over a
2034 breakpoint in-line in non-stop mode, restart all threads. Clear
2035 step_over_info before delivering the signal.
2036 (keep_going_stepped_thread): Use internal_error instead of
2037 gdb_assert. Mark the thread as resumed.
2038 (keep_going_pass_signal): Assert the thread isn't already resumed.
2039 If some other thread is doing an in-line step-over, defer the
2040 resume. If we just started a new in-line step-over, stop all
2041 threads. Don't clear step_over_info.
2042 (infrun_async_inferior_event_handler): New function.
2043 (_initialize_infrun): Create async event handler with
2044 infrun_async_inferior_event_handler as callback.
2045 (infrun_async): New declaration.
2046 * target.c (target_async): New function.
2047 * target.h (target_async): Declare macro and readd as function
2048 declaration.
2049 * target/waitstatus.h (enum target_stop_reason)
2050 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
2051 * thread.c (new_thread): Clear the new waitstatus field.
2052 (set_resumed): New function.
2053
2054 2015-08-07 Pedro Alves <palves@redhat.com>
2055
2056 * infrun.c (keep_going_stepped_thread): New function, factored out
2057 from ...
2058 (switch_back_to_stepped_thread): ... here.
2059
2060 2015-08-07 Pedro Alves <palves@redhat.com>
2061
2062 * infrun.c (currently_stepping): Extend intro comment.
2063 * target.h (target_resume): Extend intro comment.
2064
2065 2015-08-07 Pedro Alves <palves@redhat.com>
2066
2067 * infrun.c (switch_back_to_stepped_thread): Use ecs->ptid instead
2068 of inferior_ptid. If the stepped thread vanished, return 0
2069 instead of resuming here. Use reset_ecs. Print the prev_pc and
2070 the current stop_pc in log message. Clear trap_expected if the
2071 thread advanced. Don't pass currently_stepping to
2072 do_target_resume.
2073
2074 2015-08-07 Pedro Alves <palves@redhat.com>
2075
2076 * gdbthread.h (struct thread_info) <prev_pc>: Extend comment.
2077 * infrun.c (struct execution_control_state): Move higher up in the
2078 file.
2079 (reset_ecs): New function.
2080 (start_step_over): Now returns int. Rewrite to use
2081 keep_going_pass_signal instead of manually starting a displaced step.
2082 (resume): Don't call set_running here. If displaced stepping
2083 can't start now, clear trap_expected.
2084 (find_thread_needs_step_over): Delete function.
2085 (proceed): Set up finish_thread_state_cleanup. Call set_running.
2086 If the current thread needs a step over, push it in the step-over
2087 chain. Don't set insert breakpoints nor call resume directly
2088 here. Instead rewrite to use start_step_over and
2089 keep_going_pass_signal.
2090 (finish_step_over): New function.
2091 (handle_signal_stop): Call finish_step_over instead of
2092 start_step_over.
2093 (switch_back_to_stepped_thread): If the event thread needs another
2094 step-over do that first. Use start_step_over.
2095 (keep_going_pass_signal): New function, factored out from ...
2096 (keep_going): ... here.
2097 (_initialize_infrun): Comment moved here.
2098 * thread.c (set_running_thread): New function.
2099 (set_running, finish_thread_state): Use set_running_thread.
2100
2101 2015-08-07 Pedro Alves <palves@redhat.com>
2102
2103 * gdbthread.h (struct thread_info) <step_over_prev,
2104 step_over_next>: New fields.
2105 (thread_step_over_chain_enqueue, thread_step_over_chain_remove)
2106 (thread_step_over_chain_next, thread_is_in_step_over_chain): New
2107 declarations.
2108 * infrun.c (struct displaced_step_request): Delete.
2109 (struct displaced_step_inferior_state) <step_request_queue>:
2110 Delete field.
2111 (displaced_step_prepare): Assert that trap_expected is set. Use
2112 thread_step_over_chain_enqueue. Split starting a new displaced
2113 step to ...
2114 (start_step_over): ... this new function.
2115 (resume): Assert the thread isn't waiting for a step over already.
2116 (proceed): Assert the thread isn't waiting for a step over
2117 already.
2118 (infrun_thread_stop_requested): Adjust to remove threads from the
2119 embedded step-over chain.
2120 (handle_inferior_event) <fork/vfork>: Call start_step_over after
2121 displaced_step_fixup.
2122 (handle_signal_stop): Call start_step_over after
2123 displaced_step_fixup.
2124 * infrun.h (step_over_queue_head): New declaration.
2125 * thread.c (step_over_chain_enqueue, step_over_chain_remove)
2126 (thread_step_over_chain_next, thread_is_in_step_over_chain)
2127 (thread_step_over_chain_enqueue)
2128 (thread_step_over_chain_remove): New functions.
2129 (delete_thread_1): Remove thread from the step-over chain.
2130
2131 2015-08-07 Pedro Alves <palves@redhat.com>
2132
2133 * infrun.c (thread_still_needs_step_over): Rename to ...
2134 (thread_still_needs_step_over_bp): ... this.
2135 (enum step_over_what): New.
2136 (thread_still_needs_step_over): Reimplement.
2137
2138 2015-08-07 Pedro Alves <palves@redhat.com>
2139
2140 * remote.c (remote_wait_as): If not waiting for a stop reply,
2141 return TARGET_WAITKIND_NO_RESUMED. If TARGET_WNOHANG is
2142 requested, don't block waiting forever.
2143
2144 2015-08-07 Pedro Alves <pedro@codesourcery.com>
2145
2146 * infrun.c (adjust_pc_after_break): Now takes thread_info and
2147 waitstatus pointers instead of an ecs. Adjust.
2148 (handle_inferior_event): Adjust caller.
2149
2150 2015-08-07 Pedro Alves <palves@redhat.com>
2151
2152 * infrun.c (handle_inferior_event): If we get
2153 TARGET_WAITKIND_SIGNALLED or TARGET_WAITKIND_EXITED in non-stop
2154 mode, mark all threads of the exiting process as not-executing.
2155 (normal_stop): If we get TARGET_WAITKIND_SIGNALLED or
2156 TARGET_WAITKIND_EXITED in non-stop mode, finish all threads of the
2157 exiting process, if inferior_ptid still points at a process.
2158 * thread.c (struct current_thread_cleanup) <next>: New field.
2159 (current_thread_cleanup_chain): New global.
2160 (restore_current_thread_ptid_changed): New function.
2161 (restore_current_thread_cleanup_dtor): Remove the cleanup from the
2162 current_thread_cleanup_chain list.
2163 (make_cleanup_restore_current_thread): Add the cleanup data to the
2164 current_thread_cleanup_chain list.
2165 (_initialize_thread): Install restore_current_thread_ptid_changed
2166 as thread_ptid_changed observer.
2167
2168 2015-08-07 Joel Brobecker <brobecker@adacore.com>
2169
2170 * dtrace-probe.c (dtrace_process_dof): Ignore the objfile's DOF
2171 data if a DTRACE_DOF_SECT_TYPE_PROVIDER section is found to be
2172 smaller than expected.
2173
2174 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
2175
2176 * stack.c (get_frame_language): Moved ...
2177 * frame.c (get_frame_language): ... to here.
2178 * language.h (get_frame_language): Declaration moved to frame.h.
2179 * frame.h: Add language.h include, for language enum.
2180 (get_frame_language): Declaration moved from language.h.
2181 * language.c: Add frame.h include.
2182 * top.c: Add frame.h include.
2183 * symtab.h (struct obj_section): Declare.
2184 (struct cmd_list_element): Declare.
2185
2186 2015-08-07 Andrew Burgess <andrew.burgess@embecosm.com>
2187
2188 * language.c (show_language_command): Find selected frame before
2189 asking for the language of that frame.
2190 (set_language_command): Likewise.
2191 * language.h (get_frame_language): Add frame parameter.
2192 * stack.c (get_frame_language): Add frame parameter, assert
2193 parameter is not NULL, update comment and reindent.
2194 * top.c (check_frame_language_change): Pass the selected frame
2195 into get_frame_language.
2196
2197 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2198
2199 * btrace.c (btrace_compute_ftrace_bts): Clear insn flags.
2200 (pt_btrace_insn_flags): New.
2201 (ftrace_add_pt): Call pt_btrace_insn_flags.
2202 * btrace.h (btrace_insn_flag): New.
2203 (btrace_insn) <flags>: New.
2204 * record-btrace.c (btrace_insn_history): Print insn prefix.
2205 * NEWS: Announce it.
2206
2207 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
2208
2209 * configure.ac: Check for PERF_ATTR_SIZE_VER5 in linux/perf_event.h
2210 * configure: Regenerate.
2211
2212 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
2213
2214 * Makefile.in (LIBICONV): Define.
2215 (CLIBS): Add LIBICONV.
2216 * acinclude.m4: Use config/iconv.m4 instead of custom AM_ICONV.
2217 * configure: Regenerate.
2218
2219 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
2220 Pedro Alves <palves@redhat.com>
2221
2222 * arm-tdep.c (set_fp_model_sfunc): Add cast from integer to enum.
2223 (arm_set_abi): Likewise.
2224 * ax-general.c (ax_print): Likewise.
2225 * c-exp.y (exp : string_exp): Likewise.
2226 * compile/compile-loc2c.c (compute_stack_depth_worker): Likewise.
2227 (do_compile_dwarf_expr_to_c): Likewise.
2228 * cp-name-parser.y (demangler_special : DEMANGLER_SPECIAL start):
2229 Likewise.
2230 * dwarf2expr.c (execute_stack_op): Likewise.
2231 * dwarf2loc.c (dwarf2_compile_expr_to_ax): Likewise.
2232 (disassemble_dwarf_expression): Likewise.
2233 * dwarf2read.c (dwarf2_add_member_fn): Likewise.
2234 (read_array_order): Likewise.
2235 (abbrev_table_read_table): Likewise.
2236 (read_attribute_value): Likewise.
2237 (skip_unknown_opcode): Likewise.
2238 (dwarf_decode_macro_bytes): Likewise.
2239 (dwarf_decode_macros): Likewise.
2240 * eval.c (value_f90_subarray): Likewise.
2241 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
2242 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
2243 * infrun.c (handle_command): Likewise.
2244 * memory-map.c (memory_map_start_memory): Likewise.
2245 * osabi.c (set_osabi): Likewise.
2246 * parse.c (operator_length_standard): Likewise.
2247 * ppc-linux-tdep.c (ppc_canonicalize_syscall): Likewise, and use
2248 single return point.
2249 * python/py-frame.c (gdbpy_frame_stop_reason_string): Likewise.
2250 * python/py-symbol.c (gdbpy_lookup_symbol): Likewise.
2251 (gdbpy_lookup_global_symbol): Likewise.
2252 * record-full.c (record_full_restore): Likewise.
2253 * regcache.c (regcache_register_status): Likewise.
2254 (regcache_raw_read): Likewise.
2255 (regcache_cooked_read): Likewise.
2256 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
2257 * symtab.c (initialize_ordinary_address_classes): Likewise.
2258 * target-debug.h (target_debug_print_signals): Likewise.
2259 * utils.c (do_restore_current_language): Likewise.
2260
2261 2015-08-06 Clem Dickey <clemd@acm.org>
2262
2263 PR python/17136
2264 * python/lib/gdb/command/type_printers.py (InfoTypePrinter): Fix typo.
2265
2266 2015-08-06 Simon Marchi <simon.marchi@ericsson.com>
2267
2268 * complaints.c (enum complaint_series): Add newlines and remove
2269 out of date comment.
2270 (struct complaints) <series>: Change type to enum
2271 complaint_series and remove out of date comment.
2272 (symfile_complaint_hook): Use equivalent enum value
2273 ISOLATED_MESSAGE instead of 0.
2274
2275 2015-08-06 Pedro Alves <palves@redhat.com>
2276
2277 * nat/linux-waitpid.c (my_waitpid): Only print *status if waitpid
2278 returned > 0.
2279
2280 2015-08-06 Pierre Langlois <pierre.langlois@arm.com>
2281
2282 * common/agent.c (symbol_list) <required>: Remove.
2283
2284 2015-08-06 Pedro Alves <palves@redhat.com>
2285
2286 * target/waitstatus.h (enum target_stop_reason)
2287 <TARGET_STOPPED_BY_SINGLE_STEP>: New value.
2288
2289 2015-08-05 Pedro Alves <palves@redhat.com>
2290 Joel Brobecker <brobecker@adacore.com>
2291
2292 * breakpoint.c (bpstat_what) <bp_longjmp, bp_longjmp_call_dummy>
2293 <bp_exception, bp_longjmp_resume, bp_exception_resume>: Handle the
2294 case where BS->STOP is not set.
2295
2296 2015-08-05 Ulrich Weigand <uweigand@de.ibm.com>
2297
2298 * nat/gdb_thread_db.h: Add copyright header.
2299 Protect against multiple inclusion.
2300
2301 2015-08-05 Yao Qi <yao.qi@linaro.org>
2302
2303 * aarch64-linux-nat.c (get_thread_id): Remove.
2304 (debug_reg_change_callback): Call ptid_get_lwp instead of
2305 get_thread_id.
2306 (fetch_gregs_from_thread): Likewise.
2307 (store_gregs_to_thread): Likewise.
2308 (fetch_fpregs_from_thread): Likewise.
2309 (store_fpregs_to_thread): Likewise.
2310 (aarch64_linux_get_debug_reg_capacity): Likewise.
2311 * arm-linux-nat.c (get_thread_id): Remove.
2312 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
2313 * xtensa-linux-nat.c (get_thread_id): Remove.
2314 (GET_THREAD_ID): Update macro to use ptid_get_lwp.
2315 * arm-linux-nat.c (get_thread_id): Remove.
2316 (GET_THREAD_ID): Remove.
2317 (fetch_fpregs): Call ptid_get_lwp instead of GET_THREAD_ID.
2318 (store_fpregs, fetch_regs, store_regs): Likewise.
2319 (fetch_wmmx_regs, store_wmmx_regs): Likewise.
2320 (fetch_vfp_regs, store_vfp_regs): Likewise.
2321 (arm_linux_read_description): Likewise.
2322 (arm_linux_get_hwbp_cap): Likewise.
2323 * xtensa-linux-nat.c (get_thread_id): Remove.
2324 (GET_THREAD_ID): Remove.
2325 (fetch_gregs, store_gregs): Call ptid_get_lwp instead of
2326 GET_THREAD_ID.
2327
2328 2015-08-04 Ciro Santilli <ciro.santilli@gmail.com> (obvious patch)
2329
2330 * python/py-linetable.c: Fix case of Linetable to LineTable
2331 in docstrings and code comments.
2332 * python/py-symtab.c: Same.
2333
2334 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2335
2336 * infcmd.c (signal_command): Call do_cleanups for args_chain.
2337
2338 2015-08-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2339
2340 PR gdb/18767
2341 * infcmd.c (attach_command): Move ARGS_CHAIN cleanup after last ARGS
2342 use.
2343
2344 2015-08-04 Pedro Alves <palves@redhat.com>
2345
2346 * nat/gdb_thread_db.h (td_init_ftype, td_ta_new_ftype)
2347 (td_ta_map_lwp2thr_ftype, td_ta_thr_iter_ftype)
2348 (td_ta_event_addr_ftype, td_ta_set_event_ftype)
2349 (td_ta_clear_event_ftype, td_ta_event_getmsg_ftype)
2350 (td_thr_validate_ftype, td_thr_get_info_ftype)
2351 (td_thr_event_enable_ftype, td_thr_tls_get_addr_ftype)
2352 (td_thr_tlsbase_ftype, td_symbol_list_ftype, td_ta_delete_ftype):
2353 New typedefs.
2354 * linux-thread-db.c (struct thread_db_info): Use new typedefs.
2355 (try_thread_db_load_1): Define TDB_VERBOSE_DLSYM, TDB_DLSYM , CHK
2356 local macros and use them instead of verbose_dlsym and dlsym
2357 calls.
2358
2359 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
2360
2361 * nios2-tdep.h: Include opcode/nios2.h here.
2362 (NIOS2_CDX_OPCODE_SIZE): New.
2363 (struct gdbarch_tdep): Add OP parameter to syscall_next_pc.
2364 * nios2-tdep.c: Don't include opcode/nios2.h here.
2365 (nios2_fetch_insn): For R2, try reading 2-byte instruction if
2366 4-byte read fails.
2367 (nios2_match_add, nios2_match_sub): Add cases for R2 encodings.
2368 (nios2_match_addi, nios2_match_orhi): Likewise.
2369 (nios2_match_stw, nios2_match_ldw): Likewise.
2370 (nios2_match_rdctl): Likewise.
2371 (nios2_match_stwm, nios2_match_ldwm): New.
2372 (nios2_match_branch): Add cases for R2 encodings.
2373 (nios2_match_jmpi, nios2_match_calli): Likewise.
2374 (nios2_match_jmpr, nios2_match_callr): Likewise.
2375 (nios2_match_break, nios2_match_trap): Likewise.
2376 (nios2_in_epilogue_p): Add R2 support.
2377 (nios2_analyze_prologue): Update comments. Recognize R2 CDX
2378 prologues.
2379 (nios2_breakpoint_from_pc): Handle R2 instructions.
2380 (nios2_get_next_pc): Likewise. Adjust call to
2381 tdep->syscall_next_pc.
2382 * nios2-linux-tdep.c (nios2_r1_linux_rt_sigreturn_tramp_frame):
2383 Renamed from nios2_linux_rt_sigreturn_tramp_frame. Use
2384 instruction field macros instead of literal hex values.
2385 (nios2_r2_linux_rt_sigreturn_tramp_frame): New.
2386 (nios2_linux_syscall_next_pc): Adjust signature to pass OP.
2387 Use size field from OP instead of assuming all instructions
2388 are the same size.
2389 (nios2_linux_init_abi): Register appropriate unwinder for mach.
2390
2391 2015-08-03 Ulrich Weigand <uweigand@de.ibm.com>
2392
2393 * cp-namespace.c (cp_lookup_symbol_via_imports): Fix uninitialized
2394 variable warning with some compilers.
2395
2396 2015-08-03 Yao Qi <yao.qi@linaro.org>
2397
2398 * arm-linux-nat.c (arm_linux_get_hwbp_type): Capitalize "type"
2399 in comment. Replace "rw" with "type".
2400 (arm_linux_remove_watchpoint): Change type of "rw" to
2401 "enum target_hw_bp_type".
2402
2403 2015-08-02 Pierre-Marie de Rodat <derodat@adacore.com>
2404
2405 * alpha-mdebug-tdep.c (find_proc_desc): Update call to
2406 lookup_symbol.
2407 * ft32-tdep.c (ft32_skip_prologue): Likewise.
2408 * moxie-tdep.c (moxie_skip_prologue): Likewise.
2409 * mt-tdep.c (mt_skip_prologue): Likewise.
2410 * xstormy16-tdep.c (xstormy16_skip_prologue): Likewise.
2411
2412 2015-08-01 Pierre-Marie de Rodat <derodat@adacore.com>
2413
2414 * ada-exp.y (write_object_renaming): Replace struct
2415 ada_symbol_info with struct block_symbol. Update field
2416 references accordingly.
2417 (block_lookup, select_possible_type_sym): Likewise.
2418 (find_primitive_type): Likewise. Also update call to
2419 ada_lookup_symbol to extract the symbol itself.
2420 (write_var_or_type, write_name_assoc): Likewise.
2421 * ada-lang.h (struct ada_symbol_info): Remove.
2422 (ada_lookup_symbol_list): Replace struct ada_symbol_info with
2423 struct block_symbol.
2424 (ada_lookup_encoded_symbol, user_select_syms): Likewise.
2425 (ada_lookup_symbol): Return struct block_symbol instead of a
2426 mere symbol.
2427 * ada-lang.c (defns_collected): Replace struct ada_symbol_info
2428 with struct block_symbol.
2429 (resolve_subexp, ada_resolve_function, sort_choices,
2430 user_select_syms, is_nonfunction, add_defn_to_vec,
2431 num_defns_collected, defns_collected,
2432 symbols_are_identical_enums, remove_extra_symbols,
2433 remove_irrelevant_renamings, add_lookup_symbol_list_worker,
2434 ada_lookup_symbol_list, ada_iterate_over_symbols,
2435 ada_lookup_encoded_symbol, get_var_value): Likewise.
2436 (ada_lookup_symbol): Return a block_symbol instead of a mere
2437 symbol. Replace struct ada_symbol_info with struct
2438 block_symbol.
2439 (ada_lookup_symbol_nonlocal): Likewise.
2440 (standard_lookup): Make block passing explicit through
2441 lookup_symbol_in_language.
2442 * ada-tasks.c (get_tcb_types_info): Update the calls to
2443 lookup_symbol_in_language to extract the mere symbol out of the
2444 returned value.
2445 (ada_tasks_inferior_data_sniffer): Likewise.
2446 * ax-gdb.c (gen_static_field): Likewise for the call to
2447 lookup_symbol.
2448 (gen_maybe_namespace_elt): Deal with struct block_symbol from
2449 lookup functions.
2450 (gen_expr): Likewise.
2451 * c-exp.y: Likewise. Remove uses of block_found.
2452 (lex_one_token, classify_inner_name, c_print_token): Likewise.
2453 (classify_name): Likewise. Rename the "sym" local variable to
2454 "bsym".
2455 * c-valprint.c (print_unpacked_pointer): Likewise.
2456 * compile/compile-c-symbols.c (convert_symbol_sym): Promote the
2457 "sym" parameter from struct symbol * to struct block_symbol.
2458 Use it to remove uses of block_found. Deal with struct
2459 block_symbol from lookup functions.
2460 (gcc_convert_symbol): Likewise. Update the call to
2461 convert_symbol_sym.
2462 * compile/compile-object-load.c (compile_object_load): Deal with
2463 struct block_symbol from lookup functions.
2464 * cp-namespace.c (cp_lookup_nested_symbol_1,
2465 cp_lookup_nested_symbol, cp_lookup_bare_symbol,
2466 cp_search_static_and_baseclasses,
2467 cp_lookup_symbol_in_namespace, cp_lookup_symbol_via_imports,
2468 cp_lookup_symbol_imports_or_template,
2469 cp_lookup_symbol_via_all_imports, cp_lookup_symbol_namespace,
2470 lookup_namespace_scope, cp_lookup_nonlocal,
2471 find_symbol_in_baseclass): Return struct block_symbol instead of
2472 mere symbols and deal with struct block_symbol from lookup
2473 functions.
2474 * cp-support.c (inspect_type, replace_typedefs,
2475 cp_lookup_rtti_type): Deal with struct block_symbol from
2476 lookup functions.
2477 * cp-support.h (cp_lookup_symbol_nonlocal,
2478 cp_lookup_symbol_from_namespace,
2479 cp_lookup_symbol_imports_or_template, cp_lookup_nested_symbol):
2480 Return struct block_symbol instead of mere symbols.
2481 * d-exp.y (d_type_from_name, d_module_from_name, push_variable,
2482 push_module_name):
2483 Deal with struct block_symbol from lookup functions. Remove
2484 uses of block_found.
2485 * eval.c (evaluate_subexp_standard): Update call to
2486 cp_lookup_symbol_namespace.
2487 * f-exp.y: Deal with struct block_symbol from lookup functions.
2488 Remove uses of block_found.
2489 (yylex): Likewise.
2490 * gdbtypes.c (lookup_typename, lookup_struct, lookup_union,
2491 lookup_enum, lookup_template_type, check_typedef): Deal with
2492 struct block_symbol from lookup functions.
2493 * guile/scm-frame.c (gdbscm_frame_read_var): Likewise.
2494 * guile/scm-symbol.c (gdbscm_lookup_symbol): Likewise.
2495 (gdbscm_lookup_global_symbol): Likewise.
2496 * gnu-v3-abi.c (gnuv3_get_typeid_type): Likewise.
2497 * go-exp.y: Likewise. Remove uses of block_found.
2498 (package_name_p, classify_packaged_name, classify_name):
2499 Likewise.
2500 * infrun.c (insert_exception_resume_breakpoint): Likewise.
2501 * jv-exp.y (push_variable): Likewise.
2502 * jv-lang.c (java_lookup_class, get_java_object_type): Likewise.
2503 * language.c (language_bool_type): Likewise.
2504 * language.h (struct language_defn): Update
2505 la_lookup_symbol_nonlocal to return a struct block_symbol rather
2506 than a mere symbol.
2507 * linespec.c (find_label_symbols): Deal with struct block_symbol
2508 from lookup functions.
2509 * m2-exp.y: Likewise. Remove uses of block_found.
2510 (yylex): Likewise.
2511 * mi/mi-cmd-stack.c (list_args_or_locals): Likewise.
2512 * objc-lang.c (lookup_struct_typedef, find_imps): Likewise.
2513 * p-exp.y: Likewise. Remove uses of block_found.
2514 (yylex): Likewise.
2515 * p-valprint.c (pascal_val_print): Likewise.
2516 * parse.c (write_dollar_variable): Likewise. Remove uses of
2517 block_found.
2518 * parser-defs.h (struct symtoken): Turn the SYM field into a
2519 struct block_symbol.
2520 * printcmd.c (address_info): Deal with struct block_symbol from
2521 lookup functions.
2522 * python/py-frame.c (frapy_read_var): Likewise.
2523 * python/py-symbol.c (gdbpy_lookup_symbol,
2524 gdbpy_lookup_global_symbol): Likewise.
2525 * skip.c (skip_function_command): Likewise.
2526 * solib-darwin.c (darwin_lookup_lib_symbol): Return a struct
2527 block_symbol instead of a mere symbol.
2528 * solib-spu.c (spu_lookup_lib_symbol): Likewise.
2529 * solib-svr4.c (elf_lookup_lib_symbol): Likewise.
2530 * solib.c (solib_global_lookup): Likewise.
2531 * solist.h (solib_global_lookup): Likewise.
2532 (struct target_so_ops): Update lookup_lib_global_symbol to
2533 return a struct block_symbol rather than a mere symbol.
2534 * source.c (select_source_symtab): Deal with struct block_symbol
2535 from lookup functions.
2536 * stack.c (print_frame_args, iterate_over_block_arg_vars):
2537 Likewise.
2538 * symfile.c (set_initial_language): Likewise.
2539 * symtab.c (SYMBOL_LOOKUP_FAILED): Turn into a struct
2540 block_symbol.
2541 (SYMBOL_LOOKUP_FAILED_P): New predicate as a macro.
2542 (struct symbol_cache_slot): Turn the FOUND field into a struct
2543 block_symbol.
2544 (block_found): Remove.
2545 (eq_symbol_entry): Update to deal with struct block_symbol in
2546 cache slots.
2547 (symbol_cache_lookup): Return a struct block_symbol rather than
2548 a mere symbol.
2549 (symbol_cache_mark_found): Add a BLOCK parameter to fill
2550 appropriately the cache slots. Update callers.
2551 (symbol_cache_dump): Update cache slots handling to the type
2552 change.
2553 (lookup_symbol_in_language, lookup_symbol, lookup_language_this,
2554 lookup_symbol_aux, lookup_local_symbol,
2555 lookup_symbol_in_objfile, lookup_global_symbol_from_objfile,
2556 lookup_symbol_in_objfile_symtabs,
2557 lookup_symbol_in_objfile_from_linkage_name,
2558 lookup_symbol_via_quick_fns, basic_lookup_symbol_nonlocal,
2559 lookup_symbol_in_static_block, lookup_static_symbol,
2560 lookup_global_symbol):
2561 Return a struct block_symbol rather than a mere symbol. Deal
2562 with struct block_symbol from other lookup functions. Remove
2563 uses of block_found.
2564 (lookup_symbol_in_block): Remove uses of block_found.
2565 (struct global_sym_lookup_data): Turn the RESULT field into a
2566 struct block_symbol.
2567 (lookup_symbol_global_iterator_cb): Update references to the
2568 RESULT field.
2569 (search_symbols): Deal with struct block_symbol from lookup
2570 functions.
2571 * symtab.h (struct block_symbol): New structure.
2572 (block_found): Remove.
2573 (lookup_symbol_in_language, lookup_symbol,
2574 basic_lookup_symbol_nonlocal, lookup_symbol_in_static_block,
2575 lookup_static_symbol, lookup_global_symbol, lookup_language_this,
2576 lookup_global_symbol_from_objfile): Return a struct block_symbol
2577 rather than just a mere symbol. Update comments to remove
2578 mentions of block_found.
2579 * valops.c (find_function_in_inferior,
2580 value_struct_elt_for_reference, value_maybe_namespace_elt,
2581 value_of_this): Deal with struct block_symbol from lookup
2582 functions.
2583 * value.c (value_static_field, value_fn_field): Likewise.
2584
2585 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
2586
2587 * remote-m32r-sdi.c (m32r_remove_watchpoint): Use enum type
2588 instead of integer.
2589
2590 2015-07-31 Simon Marchi <simon.marchi@ericsson.com>
2591 Pedro Alves <palves@redhat.com>
2592
2593 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): Use enum
2594 type or value instead of integer.
2595 (aarch64_linux_insert_watchpoint): Likewise.
2596 (aarch64_linux_remove_watchpoint): Likewise.
2597 * ada-lang.c (ada_op_print_tab): Likewise.
2598 * amd64-linux-tdep.c (amd64_canonicalize_syscall): Likewise.
2599 (amd64_linux_syscall_record_common): Likewise.
2600 * arch-utils.c (target_byte_order_user): Likewise.
2601 (default_byte_order): Likewise.
2602 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Likewise.
2603 (arm_linux_get_hwbp_type): Likewise.
2604 (arm_linux_hw_watchpoint_initialize): Likewise.
2605 (arm_linux_insert_watchpoint): Likewise.
2606 * arm-linux-tdep.c (arm_canonicalize_syscall): Likewise.
2607 (arm_linux_syscall_record): Likewise.
2608 * breakpoint.c (update_watchpoint): Likewise.
2609 (breakpoint_here_p): Likewise.
2610 (bpstat_print): Likewise.
2611 (enable_breakpoint_disp): Likewise.
2612 * c-lang.c (c_op_print_tab): Likewise.
2613 * cli/cli-decode.c (add_info_alias): Likewise.
2614 * d-lang.c (d_op_print_tab): Likewise.
2615 * eval.c (evaluate_subexp_standard): Likewise.
2616 * f-exp.y (dot_ops): Likewise.
2617 (f77_keywords): Likewise.
2618 * f-lang.c (f_op_print_tab): Likewise.
2619 * go-lang.c (go_op_print_tab): Likewise.
2620 * guile/scm-breakpoint.c (gdbscm_make_breakpoint): Likewise.
2621 * guile/scm-cmd.c (gdbscm_make_command): Likewise.
2622 * guile/scm-param.c (gdbscm_make_parameter): Likewise.
2623 * guile/scm-pretty-print.c (gdbscm_apply_val_pretty_printer): Likewise.
2624 * guile/scm-string.c (struct scm_to_stringn_data): Likewise.
2625 (struct scm_from_stringn_data): Likewise.
2626 * i386-linux-tdep.c (i386_canonicalize_syscall): Likewise.
2627 * ia64-linux-nat.c (ia64_linux_insert_watchpoint): Likewise.
2628 (ia64_linux_remove_watchpoint): Likewise.
2629 (ia64_linux_can_use_hw_breakpoint): Likewise.
2630 * infrun.c (print_stop_event): Likewise.
2631 * jv-lang.c (java_op_print_tab): Likewise.
2632 * linux-nat.c (linux_proc_xfer_partial): Likewise.
2633 * linux-nat.h (struct lwp_info): Likewise.
2634 * linux-thread-db.c (enable_thread_event): Likewise.
2635 * m2-lang.c (m2_op_print_tab): Likewise.
2636 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Likewise.
2637 (mi_cmd_stack_list_variables): Likewise.
2638 * mi/mi-main.c (mi_cmd_trace_frame_collected): Likewise.
2639 * mi/mi-out.c (mi_table_begin): Likewise.
2640 (mi_table_header): Likewise.
2641 * mips-linux-nat.c (mips_linux_can_use_hw_breakpoint): Likewise.
2642 (mips_linux_insert_watchpoint): Likewise.
2643 (mips_linux_remove_watchpoint): Likewise.
2644 * nat/mips-linux-watch.c (mips_linux_watch_type_to_irw): Likewise.
2645 * nat/mips-linux-watch.h (struct mips_watchpoint): Likewise.
2646 (mips_linux_watch_type_to_irw): Likewise.
2647 * nto-procfs.c (procfs_can_use_hw_breakpoint): Likewise.
2648 (procfs_insert_hw_watchpoint): Likewise.
2649 (procfs_remove_hw_watchpoint): Likewise.
2650 (procfs_hw_watchpoint): Likewise.
2651 (procfs_can_use_hw_breakpoint): Likewise.
2652 (procfs_remove_hw_watchpoint): Likewise.
2653 (procfs_insert_hw_watchpoint): Likewise.
2654 * p-lang.c (pascal_op_print_tab): Likewise.
2655 * ppc-linux-nat.c (ppc_linux_can_use_hw_breakpoint): Likewise.
2656 * ppc-linux-tdep.c (ppu2spu_unwind_register): Likewise.
2657 * ppc-sysv-tdep.c (get_decimal_float_return_value): Likewise.
2658 * procfs.c (procfs_can_use_hw_breakpoint): Likewise.
2659 (procfs_insert_watchpoint): Likewise.
2660 (procfs_remove_watchpoint): Likewise.
2661 * psymtab.c (recursively_search_psymtabs): Likewise.
2662 * remote-m32r-sdi.c (m32r_can_use_hw_watchpoint): Likewise.
2663 (m32r_insert_watchpoint): Likewise.
2664 * remote-mips.c (mips_can_use_watchpoint): Likewise.
2665 (mips_insert_watchpoint): Likewise.
2666 (mips_remove_watchpoint): Likewise.
2667 * remote.c (watchpoint_to_Z_packet): Likewise.
2668 (remote_insert_watchpoint): Likewise.
2669 (remote_remove_watchpoint): Likewise.
2670 (remote_check_watch_resources): Likewise.
2671 * s390-linux-nat.c (s390_insert_watchpoint): Likewise.
2672 (s390_remove_watchpoint): Likewise.
2673 (s390_can_use_hw_breakpoint): Likewise.
2674 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
2675 * spu-linux-nat.c (spu_can_use_hw_breakpoint): Likewise.
2676 * target.h (struct target_ops): Likewise.
2677 * tilegx-tdep.c (tilegx_analyze_prologue): Likewise.
2678 * ui-out.c (struct ui_out_hdr): Likewise.
2679 (append_header_to_list): Likewise.
2680 (get_next_header): Likewise.
2681 (verify_field): Likewise.
2682 (ui_out_begin): Likewise.
2683 (ui_out_field_int): Likewise.
2684 (ui_out_field_fmt_int): Likewise.
2685 (ui_out_field_skip): Likewise.
2686 (ui_out_field_string): Likewise.
2687 (ui_out_field_fmt): Likewise.
2688 * varobj.c (new_variable): Likewise.
2689 * x86-nat.c (x86_insert_watchpoint): Likewise.
2690 (x86_remove_watchpoint): Likewise.
2691 (x86_can_use_hw_breakpoint): Likewise.
2692 * xtensa-tdep.h (struct gdbarch_tdep): Likewise.
2693 * inflow.c (enum gdb_has_a_terminal_flag_enum): Add name to
2694 previously anonymous enumeration type..
2695 * linux-record.h (enum gdb_syscall): Add gdb_sys_no_syscall
2696 value.
2697 * target-debug.h (target_debug_print_enum_target_hw_bp_type): New.
2698 (target_debug_print_enum_bptype): New.
2699 * target-delegates.c: Regenerate.
2700
2701 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2702
2703 * nios2-tdep.c (nios2_analyze_prologue): Do what the comment
2704 already says and disallow non-stack memory writes in the prologue.
2705
2706 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
2707
2708 * nios2-tdep.c (nios2_analyze_prologue): Update comments to
2709 reflect how current GCC emits stack overflow checks. Match
2710 both trap and break instructions for backward compatbility.
2711 Disallow other trap and break instructions in the prologue.
2712
2713 2015-07-30 Pedro Alves <palves@redhat.com>
2714
2715 PR threads/18600
2716 * linux-nat.c (wait_lwp): Report to the core when thread group
2717 leader exits.
2718
2719 2015-07-30 Pedro Alves <palves@redhat.com>
2720 Simon Marchi <simon.marchi@ericsson.com>
2721
2722 PR threads/18600
2723 * linux-nat.c (linux_handle_extended_wait): On CLONE event, always
2724 mark the new thread as resumed. Remove STOPPING parameter.
2725 (wait_lwp): Adjust call to linux_handle_extended_wait.
2726 (linux_nat_filter_event): Adjust call to
2727 linux_handle_extended_wait.
2728 (resume_stopped_resumed_lwps): Add debug output.
2729
2730 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
2731
2732 * arch-utils.c (default_fast_tracepoint_valid_at): Remove unused
2733 isize argument.
2734 * arch-utils.h (default_fast_tracepoint_valid_at): Likewise.
2735 * breakpoint.c (check_fast_tracepoint_sals): Adjust call to
2736 gdbarch_fast_tracepoint_valid_at.
2737 * gdbarch.sh (fast_tracepoint_valid_at): Remove isize argument.
2738 * gdbarch.h: Regenerate.
2739 * gdbarch.c: Regenerate.
2740 * i386-tdep.c (i386_fast_tracepoint_valid_at): Remove isize
2741 argument. Do not set it.
2742 * remote.c (remote_download_tracepoint): Adjust call to
2743 gdbarch_fast_tracepoint_valid_at. Call gdb_insn_length to get
2744 the instruction length.
2745
2746 2015-07-30 Yao Qi <yao.qi@linaro.org>
2747
2748 * arm-tdep.h (enum gdb_regnum): Move it to ...
2749 * arch/arm.h: ... here. New file.
2750 * Makefile.in (HFILES_NO_SRCDIR): Add arch/arm.h.
2751
2752 2015-07-30 Pierre Langlois <pierre.langlois@arm.com>
2753
2754 * aarch64-tdep.c (decode_b): Rename link argument to is_bl.
2755 Change its type to int *.
2756 (decode_br): Rename link argument to is_blr. Change its type to
2757 int *.
2758 (decode_cb): Rename op argument to is_cbnz. Change its type to
2759 int *.
2760 (decode_tb): Rename op argument to is_tbnz. Change its type to
2761 int *. Set is_tbnz to either 1 or 0.
2762 (aarch64_analyze_prologue): Change type of is_link to int. Add
2763 new variables is_cbnz and is_tbnz. Adjust call to
2764 aarch64_decode_cb and aarch64_decode_tb.
2765
2766 2015-07-29 Simon Marchi <simon.marchi@ericsson.com>
2767
2768 * mips-linux-nat.c (write_watchpoint_regs): Add NULL as ptrace's 4th
2769 parameter.
2770 (mips_linux_new_thread): Likewise.
2771 * nat/mips-linux-watch.c (mips_linux_read_watch_registers): Likewise.
2772
2773 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2774
2775 * top.c: Include "tui/tui.h".
2776 (undo_terminal_modifications_before_exit): New static function.
2777 (quit_force): Use it.
2778
2779 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
2780
2781 * target.c (terminal_state): Initialize to terminal_is_ours.
2782
2783 2015-07-29 Yao Qi <yao.qi@linaro.org>
2784
2785 PR record/18691
2786 * dcache.c (dcache_read_memory_partial): Call
2787 raw_memory_xfer_partial.
2788 * target.c (raw_memory_xfer_partial): Make it non-static.
2789 * target.h (raw_memory_xfer_partial): Declare.
2790
2791 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
2792
2793 * c-valprint.c (c_val_print_array): Consider addressable memory
2794 unit size.
2795 (c_val_print_ptr): Likewise.
2796 (c_val_print_int): Likewise.
2797 * findvar.c (read_frame_register_value): Likewise.
2798 * valarith.c (find_size_for_pointer_math): Likewise.
2799 (value_ptrdiff): Likewise.
2800 (value_subscripted_rvalue): Likewise.
2801 * valops.c (read_value_memory): Likewise (and rename variables).
2802 (value_assign): Likewise.
2803 (value_repeat): Likewise.
2804 (value_array): Likewise.
2805 (value_slice): Likewise.
2806 * valprint.c (generic_val_print_ptr): Likewise.
2807 (generic_val_print_enum): Likewise.
2808 (generic_val_print_bool): Likewise.
2809 (generic_val_print_int): Likewise.
2810 (generic_val_print_char): Likewise.
2811 (generic_val_print_float): Likewise.
2812 (generic_val_print_decfloat): Likewise.
2813 (generic_val_print_complex): Likewise.
2814 (val_print_scalar_formatted): Likewise.
2815 (val_print_array_elements): Likewise.
2816 * value.c (set_value_parent): Likewise.
2817 (value_contents_copy_raw): Likewise.
2818 (set_internalvar_component): Likewise.
2819 (value_primitive_field): Likewise.
2820 (value_fetch_lazy): Likewise.
2821 * value.h (read_value_memory): Update comment.
2822
2823 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
2824
2825 * value.c (get_value_arch): New function.
2826 * value.h (get_value_arch): New declaration.
2827
2828 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
2829
2830 * value.c (struct value): Update comments.
2831
2832 2015-07-28 Simon Marchi <simon.marchi@ericsson.com>
2833
2834 * gdbtypes.c (type_length_units): New function.
2835 * gdbtypes.h (type_length_units): New declaration.
2836 (struct type) <length>: Update comment.
2837
2838 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2839
2840 * valprint.c (generic_val_print): Factor out complex
2841 printing code to ...
2842 (generic_val_print_complex): ... this new function.
2843
2844 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2845
2846 * valprint.c (generic_val_print): Factor out decfloat
2847 printing code to ...
2848 (generic_val_print_decfloat): ... this new function.
2849
2850 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2851
2852 * valprint.c (generic_val_print): Factor out float
2853 printing code to ...
2854 (generic_val_print_float): ... this new function.
2855
2856 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2857
2858 * valprint.c (generic_val_print): Factor out char
2859 printing code to ...
2860 (generic_val_print_char): ... this new function.
2861
2862 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2863
2864 * valprint.c (generic_val_print): Factor out integer
2865 printing code to ...
2866 (generic_val_print_int): ... this new function.
2867
2868 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2869
2870 * valprint.c (generic_val_print): Factor out bool
2871 printing code to ...
2872 (generic_val_print_bool): ... this new function.
2873
2874 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2875
2876 * valprint.c (generic_val_print): Factor out function/method
2877 printing code to ...
2878 (generic_val_print_func): ... this new function.
2879
2880 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2881
2882 * valprint.c (generic_val_print): Factor out flags
2883 printing code to ...
2884 (generic_val_print_flags): ... this new function.
2885
2886 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2887
2888 * valprint.c (generic_val_print): Factor out enum
2889 printing code to ...
2890 (generic_val_print_enum): ... this new function.
2891
2892 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2893
2894 * valprint.c (generic_val_print): Factor out reference
2895 printing code to ...
2896 (generic_val_print_ref): ... this new function.
2897
2898 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2899
2900 * valprint.c (generic_val_print): Factor out memberptr
2901 printing code to ...
2902 (generic_val_print_memberptr): ... this new function.
2903
2904 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2905
2906 * valprint.c (generic_val_print): Factor out pointer
2907 printing code to ...
2908 (generic_val_print_ptr): ... this new function.
2909
2910 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2911
2912 * valprint.c (generic_val_print): Factor out array
2913 printing code to ...
2914 (generic_val_print_array): ... this new function.
2915
2916 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
2917
2918 * valprint.c (generic_val_print): Factor out
2919 print_unpacked_pointer code to ...
2920 (print_unpacked_pointer): ... this new function.
2921
2922 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
2923
2924 * event-top.c (handle_sigterm): Don't inspect
2925 target_can_async_p. Always set the quit flag and always mark
2926 the async signal handler.
2927
2928 2015-07-27 Yao Qi <yao.qi@linaro.org>
2929
2930 * Makefile.in (REMOTE_EXAMPLES): Remove it.
2931
2932 2015-07-25 Kevin Buettner <kevinb@redhat.com>
2933
2934 * remote.c (read_ptid): Return null_ptid when no thread id
2935 is found.
2936 (remote_current_thread): Add log warning for malformed
2937 qC reply.
2938 (remote_start_remote): Add log warning when current thread
2939 not found.
2940
2941 2015-07-24 Pedro Alves <palves@redhat.com>
2942
2943 * s390-linux-nat.c (fetch_regs, store_regs, fetch_fpregs)
2944 (s390_stopped_by_watchpoint, s390_prepare_to_resume): Pass 0 as
2945 forth argument to ptrace PTRACE_PEEKUSR_AREA/PTRACE_POKEUSR_AREA.
2946
2947 2015-07-24 Pedro Alves <palves@redhat.com>
2948
2949 PR gdb/18717
2950 * linux-nat.c (linux_nat_filter_event): Don't assert that the lwp
2951 is resumed, and extend the debug log.
2952
2953 2015-07-24 Pedro Alves <palves@redhat.com>
2954
2955 * fork-child.c (fork_inferior): Print argv[0] instead of exec_file.
2956
2957 2015-07-24 Pedro Alves <palves@redhat.com>
2958
2959 * aarch64-linux-nat.c: Include nat/gdb_ptrace.h instead of
2960 sys/ptrace.h.
2961 * alpha-linux-nat.c: Likewise.
2962 * amd64-linux-nat.c: Likewise.
2963 * arm-linux-nat.c: Likewise.
2964 * hppa-linux-nat.c: Likewise.
2965 * i386-linux-nat.c: Likewise.
2966 * ia64-linux-nat.c: Likewise.
2967 * linux-fork.c: Likewise.
2968 * linux-nat.c: Likewise.
2969 * m32r-linux-nat.c: Likewise.
2970 * m68klinux-nat.c: Likewise.
2971 * mips-linux-nat.c: Likewise.
2972 * nat/linux-btrace.c: Likewise.
2973 * nat/linux-ptrace.c: Likewise.
2974 * nat/linux-ptrace.h
2975 * nat/mips-linux-watch.c: Likewise.
2976 * nat/x86-linux-dregs.c: Likewise.
2977 * ppc-linux-nat.c: Likewise.
2978 * s390-linux-nat.c: Likewise.
2979 * spu-linux-nat.c: Likewise.
2980 * tilegx-linux-nat.c: Likewise.
2981 * x86-linux-nat.c: Likewise.
2982 * xtensa-linux-nat.c: Likewise.
2983
2984 2015-07-24 Pedro Alves <palves@redhat.com>
2985
2986 * ptrace.m4 (ptrace tests): Test in C++ mode. Try with 'enum
2987 __ptrace_request as first parameter type instead of int.
2988 (PTRACE_TYPE_ARG1): Define.
2989 * nat/gdb_ptrace.h [!PTRACE_TYPE_ARG5] (ptrace): Define as wrapper
2990 that casts first argument to PTRACE_TYPE_ARG1.
2991 * config.in: Regenerate.
2992 * configure: Regenerate.
2993
2994 2015-07-24 Pedro Alves <palves@redhat.com>
2995
2996 * gdb_ptrace.h: Move ...
2997 * nat/gdb_ptrace.h: ... here.
2998 * inf-ptrace.c: Adjust.
2999
3000 2015-07-24 Pedro Alves <palves@redhat.com>
3001
3002 * acinclude.m4: Include ptrace.m4.
3003 * configure.ac: Call GDB_AC_PTRACE and move ptrace checks ...
3004 * ptrace.m4: ... to this new file.
3005
3006 2015-07-23 Doug Evans <dje@google.com>
3007
3008 * dwarf2read.c (dwarf2_per_cu_data): Add comment.
3009 (load_cu): Handle dummy CUs.
3010 (dw2_do_instantiate_symtab, process_queuef): Ditto.
3011 (dwarf2_fetch_die_loc_sect_off, dwarf2_fetch_constant_bytes): Ditto.
3012
3013 2015-07-23 Ciro Santilli <ciro.santilli@gmail.com> (tiny patch)
3014
3015 * py-linetable.c (ltpy_get_all_source_lines): Adjust function
3016 documentation to say that it returns a list rather than
3017 a FrozenSet.
3018 (linetable_object_methods): Update the docstring of the
3019 "source_line" entry.
3020
3021 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
3022
3023 * gdbtypes.c (resolve_dynamic_array): Pass the peeled element
3024 type to the recursive call instead of the original (maybe
3025 TYPE_CODE_TYPEDEF) type.
3026
3027 2015-07-23 Yao Qi <yao.qi@linaro.org>
3028
3029 * aarch64-linux-nat.c (aarch64_linux_can_use_hw_breakpoint): If
3030 TYPE is watchpoint, return zero if aarch64_num_wp_regs is zero.
3031 If TYPE is breakpoint, return zero if arch64_num_bp_regs is zero.
3032
3033 2015-07-21 Yao Qi <yao.qi@linaro.org>
3034
3035 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity):
3036 Move it to nat/aarch64-linux-hw-point.c.
3037 (aarch64_linux_child_post_startup_inferior): Update.
3038 * nat/aarch64-linux-hw-point.c (aarch64_linux_get_debug_reg_capacity):
3039 New function.
3040 * nat/aarch64-linux-hw-point.h (aarch64_linux_get_debug_reg_capacity):
3041 Declare it.
3042
3043 2015-07-21 Markus Metzger <markus.t.metzger@intel.com>
3044
3045 * common/btrace-common.c (btrace_data_append): Change case label.
3046
3047 2015-07-20 Yao Qi <yao.qi@linaro.org>
3048
3049 * nat/aarch64-linux-hw-point.c (aarch64_handle_unaligned_watchpoint):
3050 Re-indent the code.
3051 * nat/aarch64-linux-hw-point.h: Use ULONGEST rather than
3052 "unsigned long long".
3053
3054 2015-07-18 Kevin Buettner <kevinb@redhat.com>
3055
3056 * dwarf2read.c (dwarf2_locate_sections): Allow has_section_at_zero
3057 to be set for SEC_ALLOC sections too.
3058
3059 2015-07-17 Yao Qi <yao.qi@linaro.org>
3060
3061 * Makefile.in (HFILES_NO_SRCDIR): Add
3062 nat/aarch64-linux-hw-point.h.
3063 (aarch64-linux-hw-point.o): New rule.
3064 * nat/aarch64-linux-hw-point.h: New file.
3065 * nat/aarch64-linux-hw-point.c: New file.
3066 * aarch64-linux-nat.c: Include nat/aarch64-linux-hw-point.h.
3067 (AARCH64_HBP_MAX_NUM): Move to nat/aarch64-linux-hw-point.h.
3068 (AARCH64_HWP_MAX_NUM, AARCH64_HBP_ALIGNMENT): Likewise.
3069 (AARCH64_HWP_ALIGNMENT): Likewise.
3070 (AARCH64_HWP_MAX_LEN_PER_REG): Likewise.
3071 (AARCH64_DEBUG_NUM_SLOTS, AARCH64_DEBUG_ARCH): Likewise.
3072 (AARCH64_DEBUG_ARCH_V8, DR_MARK_ALL_CHANGED): Likewise.
3073 (DR_MARK_N_CHANGED, DR_CLEAR_CHANGED): Likewise.
3074 (DR_HAS_CHANGED, DR_N_HAS_CHANGE): Likewise.
3075 (aarch64_num_bp_regs, aarch64_num_wp_regs): Likewise.
3076 (struct aarch64_debug_reg_state): Likewise.
3077 (struct arch_lwp_info): Likewise.
3078 (aarch64_linux_set_debug_regs): Likewise.
3079 (aarch64_notify_debug_reg_change): Remove static.
3080 (aarch64_align_watchpoint): Likewise.
3081 (DR_CONTROL_ENABLED, DR_CONTROL_LENGTH): Likewise.
3082 (aarch64_watchpoint_length): Likewise.
3083 (aarch64_point_encode_ctrl_reg): Likewise
3084 (aarch64_point_is_aligned): Likewise.
3085 (aarch64_dr_state_insert_one_point): Likewise.
3086 (aarch64_dr_state_remove_one_point): Likewise.
3087 (aarch64_handle_breakpoint): Likewise.
3088 (aarch64_handle_aligned_watchpoint): Likewise.
3089 (aarch64_handle_unaligned_watchpoint): Likewise.
3090 (aarch64_handle_watchpoint): Likewise.
3091 * config/aarch64/linux.mh (NAT_FILE): Add
3092 aarch64-linux-hw-point.o.
3093
3094 2015-07-17 Yao Qi <yao.qi@linaro.org>
3095
3096 * aarch64-linux-nat.c (aarch64_handle_breakpoint): Add argument
3097 state and don't call aarch64_get_debug_reg_state. All callers
3098 update.
3099 (aarch64_linux_insert_hw_breakpoint): Call
3100 aarch64_get_debug_reg_state earlier.
3101 (aarch64_linux_remove_hw_breakpoint): Likewise.
3102 (aarch64_handle_aligned_watchpoint): Add argument state and
3103 don't call aarch64_get_debug_reg_state. All callers update.
3104 (aarch64_handle_unaligned_watchpoint): Likewise.
3105 (aarch64_handle_watchpoint): Add argument state.
3106 (aarch64_linux_insert_watchpoint): Call aarch64_get_debug_reg_state
3107 earlier.
3108 (aarch64_linux_remove_watchpoint): Likewise.
3109
3110 2015-07-17 Yao Qi <yao.qi@linaro.org>
3111
3112 * aarch64-linux-nat.c (aarch64_show_debug_reg_state): Use
3113 debug_printf.
3114 (aarch64_handle_unaligned_watchpoint): Likewise.
3115
3116 2015-07-17 Yao Qi <yao.qi@linaro.org>
3117
3118 * aarch64-linux-nat.c (aarch64_dr_state_insert_one_point): Change
3119 argument type's type to 'enum target_hw_bp_type'.
3120 (aarch64_dr_state_remove_one_point): Likewise.
3121 (aarch64_handle_breakpoint): Likewise.
3122 (aarch64_linux_insert_hw_breakpoint): Likewise.
3123 (aarch64_linux_remove_hw_breakpoint): Likewise.
3124 (aarch64_handle_aligned_watchpoint): Likewise.
3125
3126 2015-07-17 Yao Qi <yao.qi@linaro.org>
3127
3128 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Call
3129 ptid_get_pid instead of get_thread_id.
3130
3131 2015-07-17 Yao Qi <yao.qi@linaro.org>
3132
3133 * remote.c (get_current_thread): Initialise ptid to null_ptid.
3134 (add_current_inferior_and_thread): Don't initialise ptid.
3135
3136 2015-07-16 Pierre Langlois <pierre.langlois@arm.com>
3137
3138 * aarch64-tdep.c (aarch64_pseudo_read_value): Mark S register as
3139 unavailable if invalid.
3140
3141 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3142
3143 Revert the previous 6 commits:
3144 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
3145 Move gdb_regex* to common/
3146 Prepare linux_find_memory_regions_full & co. for move
3147 Move linux_find_memory_regions_full & co.
3148 gdbserver build-id attribute generator
3149 Validate symbol file using build-id
3150
3151 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3152 Jan Kratochvil <jan.kratochvil@redhat.com>
3153
3154 Validate symbol file using build-id.
3155 * NEWS (Changes since GDB 7.10): Add 'set validate-build-id'
3156 and 'show validate-build-id'. Add build-id attribute.
3157 * solib-darwin.c (_initialize_darwin_solib): Assign validate value.
3158 * solib-dsbt.c (_initialize_dsbt_solib): Ditto.
3159 * solib-frv.c (_initialize_frv_solib): Ditto.
3160 * solib-spu.c (set_spu_solib_ops): Ditto.
3161 * solib-svr4.c: Include rsp-low.h.
3162 (NOTE_GNU_BUILD_ID_NAME): New define.
3163 (svr4_validate): New function.
3164 (svr4_copy_library_list): Duplicate field build_id.
3165 (library_list_start_library): Parse 'build-id' attribute.
3166 (svr4_library_attributes): Add 'build-id' attribute.
3167 (_initialize_svr4_solib): Assign validate value.
3168 * solib-target.c (solib.h): Include.
3169 (_initialize_solib_target): Assign validate value.
3170 * solib.c (validate_build_id, show_validate_build_id): New.
3171 (solib_map_sections): Use ops->validate.
3172 (clear_so): Free build_id.
3173 (default_solib_validate): New function.
3174 (_initialize_solib): Add "validate-build-id".
3175 * solib.h (default_solib_validate): New declaration.
3176 * solist.h (struct so_list): New fields 'build_idsz' and 'build_id'.
3177 (target_so_ops): New field 'validate'.
3178
3179 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3180 Jan Kratochvil <jan.kratochvil@redhat.com>
3181
3182 gdbserver build-id attribute generator.
3183 * features/library-list-svr4.dtd (library-list-svr4): New
3184 'build-id' attribute.
3185
3186 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3187 Jan Kratochvil <jan.kratochvil@redhat.com>
3188
3189 Move linux_find_memory_regions_full & co.
3190 * linux-tdep.c (nat/linux-maps.h): Include.
3191 (gdb_regex.h): Remove the include.
3192 (enum filterflags, struct smaps_vmflags, read_mapping, decode_vmflags)
3193 (mapping_is_anonymous_p, dump_mapping_p): Moved to nat/linux-maps.c.
3194 (linux_find_memory_region_ftype): Moved typedef to nat/linux-maps.h.
3195 (linux_find_memory_regions_full): Moved definition to nat/linux-maps.c.
3196 * nat/linux-maps.c: Include ctype.h, target/target-utils.h, gdb_regex.h
3197 and target/target.h.
3198 (struct smaps_vmflags, read_mapping, decode_vmflags)
3199 (mapping_is_anonymous_p, dump_mapping_p): Move from linux-tdep.c.
3200 (linux_find_memory_regions_full): Move from linux-tdep.c.
3201 * nat/linux-maps.h (read_mapping): New declaration.
3202 (linux_find_memory_region_ftype, enum filterflags): Moved from
3203 linux-tdep.c.
3204 (linux_find_memory_regions_full): New declaration.
3205 * target.c (target/target-utils.h): Include.
3206 (read_alloc_pread_ftype): Moved typedef to target/target-utils.h.
3207 (read_alloc, read_stralloc_func_ftype, read_stralloc): Moved
3208 definitions to target/target-utils.c.
3209 * target.h (target_fileio_read_stralloc): Move it to target/target.h.
3210 * target/target-utils.c (read_alloc, read_stralloc): Move definitions
3211 from target.c.
3212 * target/target-utils.h (read_alloc_pread_ftype): New typedef.
3213 (read_alloc): New declaration.
3214 (read_stralloc_func_ftype): New typedef.
3215 (read_stralloc): New declaration.
3216 * target/target.h (target_fileio_read_stralloc): Move it from target.h.
3217
3218 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3219 Jan Kratochvil <jan.kratochvil@redhat.com>
3220
3221 Prepare linux_find_memory_regions_full & co. for move.
3222 * linux-tdep.c (linux_find_memory_region_ftype): Comment.
3223 (linux_find_memory_regions_full): Change signature and prepare
3224 for moving to linux-maps.
3225 (linux_find_memory_regions_data): Rename field 'obfd' to 'data'.
3226 (linux_find_memory_regions_thunk): New.
3227 (linux_find_memory_regions_thunk): Use 'data' field instead of 'obfd'.
3228 (linux_find_memory_regions_gdb): New.
3229 (linux_find_memory_regions): Rename argument 'obfd' to 'func_data'.
3230 (linux_make_mappings_corefile_notes): Use
3231 linux_find_memory_regions_gdb.
3232 * target.c (read_alloc_pread_ftype): New typedef.
3233 (target_fileio_read_alloc_1_pread): New function.
3234 (read_alloc): Refactor from target_fileio_read_alloc_1.
3235 (read_stralloc_func_ftype): New typedef.
3236 (target_fileio_read_alloc_1): New implementation. Use read_alloc.
3237 (read_stralloc): Refactored from target_fileio_read_stralloc.
3238 (target_fileio_read_stralloc): New implementation, use read_stralloc.
3239
3240 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3241
3242 * Makefile.in (HFILES_NO_SRCDIR): Change gdb_regex.h to
3243 common/gdb_regex.h.
3244 (COMMON_OBS): Add gdb_regex.o.
3245 (gdb_regex.o): New.
3246 * common/common.m4 (GDB_AC_COMMON): Add gdb_use_included_regex,
3247 --without-included-regex and USE_INCLUDED_REGEX.
3248 * common/gdb_regex.c: New file from utils.c functions.
3249 * common/gdb_regex.h: Move it here from gdb_regex.h, update include
3250 file wrapping define name.
3251 * configure: Rebuilt.
3252 * configure.ac (gdb_use_included_regex, --without-included-regex)
3253 (USE_INCLUDED_REGEX): Move them to common/common.m4.
3254 * gdb_regex.h: Move it to common/gdb_regex.h.
3255 * utils.c: Remove include gdb_regex.h.
3256 (do_regfree_cleanup, make_regfree_cleanup, get_regcomp_error)
3257 (compile_rx_or_error): Move them to common/gdb_regex.c.
3258
3259 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
3260 Jan Kratochvil <jan.kratochvil@redhat.com>
3261
3262 Create empty nat/linux-maps.[ch] and common/target-utils.[ch].
3263 * Makefile.in (HFILES_NO_SRCDIR); Add nat/linux-maps.h,
3264 common/target-utils.h.
3265 (COMMON_OBS): Add target-utils.o.
3266 (linux-maps.o, target-utils.o): New.
3267 * target/target-utils.c: New file.
3268 * target/target-utils.h: New file.
3269 * config/i386/linux.mh (NATDEPFILES): Add linux-maps.o.
3270 * config/i386/linux64.mh (NATDEPFILES): Ditto.
3271 * nat/linux-maps.c: New file.
3272 * nat/linux-maps.h: New file.
3273
3274 2015-07-15 Markus Metzger <markus.t.metzger@intel.com>
3275 Pedro Alves <palves@redhat.com>
3276
3277 * nat/linux-btrace.c (perf_event_read): Change the type of DATA_HEAD.
3278 (perf_event_read_all): Change the type of SIZE and DATA_HEAD.
3279 (perf_event_read_bts): Change the type of SIZE and READ.
3280 (linux_enable_bts): Change the type of SIZE, PAGES, DATA_SIZE,
3281 and DATA_OFFSET. Move DATA_SIZE declaration. Restrict the buffer size
3282 to UINT_MAX. Check for overflows when using DATA_HEAD from the perf
3283 mmap page.
3284 (linux_enable_pt): Change the type of PAGES and SIZE. Restrict the
3285 buffer size to UINT_MAX.
3286 (linux_read_bts): Change the type of BUFFER_SIZE, SIZE, DATA_HEAD, and
3287 DATA_TAIL.
3288 * nat/linux-btrace.h (struct perf_event_buffer)<size, data_head>
3289 <last_head>: Change type.
3290 * common/btrace-common.h (struct btrace_dat_pt) <size>: Change type.
3291 * common/btrace-common.c (btrace_data_append): Change the type of
3292 SIZE.
3293 * btrace.c (parse_xml_raw): Change the type of SIZE. Change oddness
3294 check.
3295
3296 2015-07-14 Simon Marchi <simon.marchi@ericsson.com>
3297
3298 * gdbtypes.h (CHECK_TYPEDEF): Remove.
3299 * aarch64-tdep.c (aarch64_return_in_memory): Replace CHECK_TYPEDEF
3300 with check_typedef.
3301 * ada-lang.c (decode_constrained_packed_array_type): Likewise.
3302 (ada_array_length): Likewise.
3303 (find_parallel_type_by_descriptive_type): Likewise.
3304 (ada_check_typedef): Likewise.
3305 * arm-tdep.c (arm_return_in_memory): Likewise.
3306 * ax-gdb.c (gen_trace_static_fields): Likewise.
3307 (gen_struct_ref_recursive): Likewise.
3308 * c-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
3309 (variable: block COLONCOLON name): Likewise.
3310 (qualified_name: TYPENAME COLONCOLON name): Likewise.
3311 * c-lang.c (classify_type): Likewise.
3312 * c-typeprint.c (c_print_type): Likewise.
3313 (c_print_typedef): Likewise.
3314 (c_type_print_base): Likewise.
3315 * c-valprint.c (c_val_print): Likewise.
3316 * compile/compile-c-types.c (convert_type): Likewise.
3317 * compile/compile-object-load.c (get_out_value_type): Likewise.
3318 * completer.c (add_struct_fields): Likewise.
3319 (expression_completer): Likewise.
3320 * cp-namespace.c (cp_find_type_baseclass_by_name): Likewise.
3321 (cp_lookup_nested_symbol_1): Likewise.
3322 (cp_lookup_nested_symbol): Likewise.
3323 * cp-valprint.c (cp_print_value_fields): Likewise.
3324 (cp_print_static_field): Likewise.
3325 * d-valprint.c (d_val_print): Likewise.
3326 * eval.c (evaluate_subexp_standard): Likewise.
3327 (evaluate_subexp_for_sizeof): Likewise.
3328 * f-exp.y (exp : SIZEOF '(' type ')' %prec UNARY): Likewise.
3329 * f-typeprint.c (f_type_print_base): Likewise.
3330 * f-valprint.c (f_val_print): Likewise.
3331 * gdbtypes.c (get_discrete_bounds): Likewise.
3332 (create_array_type_with_stride): Likewise.
3333 (type_name_no_tag_or_error): Likewise.
3334 (lookup_struct_elt_type): Likewise.
3335 (get_unsigned_type_max): Likewise.
3336 (internal_type_vptr_fieldno): Likewise.
3337 (set_type_vptr_fieldno): Likewise.
3338 (internal_type_vptr_basetype): Likewise.
3339 (set_type_vptr_basetype): Likewise.
3340 (get_vptr_fieldno): Likewise.
3341 (is_integral_type): Likewise.
3342 (is_scalar_type): Likewise.
3343 (is_scalar_type_recursive): Likewise.
3344 (distance_to_ancestor): Likewise.
3345 (is_unique_ancestor_worker): Likewise.
3346 (check_types_equal): Likewise.
3347 * gnu-v2-abi.c (gnuv2_value_rtti_type): Likewise.
3348
3349 2015-07-14 Iain Buclaw <ibuclaw@gdcproject.org>
3350
3351 * dwarf2read.c (find_slot_in_mapped_hash): Extend language support to
3352 also test for language_d.
3353 (dwarf2_compute_name): Likewise.
3354 (read_func_scope): Likewise.
3355 (read_structure_type): Likewise.
3356 (new_symbol_full): Likewise.
3357 (determine_prefix): Likewise.
3358 (read_import_statement): Use dot as the separator for language_d.
3359 (typename_concat): Likewise, but don't prefix the D main function.
3360
3361 2015-07-14 Peter Bergner <bergner@vnet.ibm.com>
3362
3363 * nat/linux-namespaces.c (setns): Rename from this ...
3364 (do_setns): ... to this. Support calling setns if it exists.
3365 (mnsh_handle_setns): Call do_setns.
3366
3367 2015-07-13 Yao Qi <yao.qi@linaro.org>
3368
3369 * exec.c (exec_file_attach): Add period at the end of error
3370 message.
3371
3372 2015-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3373
3374 * tui/tui-win.c (window_name_completer): New function.
3375 (focus_completer): Call window_name_completer. All old content
3376 moved into window_name_completer.
3377 (winheight_completer): New function.
3378 (_initialize_tui_win): Rename variable. Add completer to
3379 winheight command. Update doc string on winheight.
3380
3381 2015-07-12 Sandra Loosemore <sandra@codesourcery.com>
3382
3383 * nios2-linux-tdep.c (_initialize_nios2_linux_tdep): Register
3384 all nios2 mach variants.
3385
3386 2015-07-10 Kevin Buettner <kevinb@redhat.com>
3387
3388 * rx-tdep.c (rx_get_opcode_byte): Use target_read_code instead
3389 of target_read_memory.
3390
3391 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3392
3393 * tui/tui-win.c (tui_set_win_height): Use a cleanup to free the
3394 string copy.
3395 (parse_scrolling_args): Likewise.
3396
3397 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3398
3399 * tui/tui-win.c (focus_completer): Don't duplicate the tui window
3400 names in this function.
3401
3402 2015-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
3403
3404 * tui/tui-data.h (SRC_NAME): Convert to lower case.
3405 (CMD_NAME): Likewise.
3406 (DATA_NAME): Likewise.
3407 (DISASSEM_NAME): Likewise.
3408 * tui/tui-win.c (tui_set_focus): Window names are now lower case.
3409 (tui_set_win_height): Likewise.
3410 (parse_scrolling_args): Likewise.
3411
3412 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
3413
3414 * record-btrace.c (record_btrace_goto_begin)
3415 (record_btrace_goto_end, record_btrace_goto): Move call to
3416 print_stack_frame ...
3417 (record_btrace_set_replay): ... here. Set stop_pc.
3418 * record-full.c (record_full_goto_entry): Set stop_pc.
3419
3420 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
3421
3422 * NEWS: Mention support for tracepoints on aarch64-linux.
3423
3424 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
3425
3426 * linux-aarch64-low.c (aarch64_supports_tracepoints): New
3427 function. Return 1.
3428 (the_low_target): Install it.
3429
3430 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
3431
3432 * gdb.trace/backtrace.exp: Set registers for aarch64 target.
3433 * gdb.trace/collection.exp: Likewise.
3434 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3435 * gdb.trace/mi-trace-unavailable.exp: Likewise.
3436 * gdb.trace/report.exp: Likewise.
3437 * gdb.trace/trace-break.exp: Likewise.
3438 * gdb.trace/unavailable.exp: Likewise.
3439 * gdb.trace/while-dyn.exp: Likewise.
3440
3441 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
3442
3443 * aarch64-tdep.c: Add ax.h and ax-gdb.h includes.
3444 (aarch64_gen_return_address): New function.
3445 (aarch64_gdbarch_init): Hook it.
3446
3447 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
3448
3449 * aarch64-tdep.c (aarch64_make_stub_cache): Set available_p and
3450 swallow NOT_AVAILABLE_ERROR.
3451 (aarch64_stub_this_id): Call frame_id_build_unavailable_stack if
3452 available_p is not set.
3453 (aarch64_stub_frame_unwind_stop_reason): New function.
3454 (aarch64_stub_unwind): Install it.
3455
3456 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
3457
3458 * aarch64-tdep.c (aarch64_prologue_cache) <available_p>: New
3459 field.
3460 (aarch64_make_prologue_cache_1): New function, factored out from
3461 aarch64_make_prologue_cache. Do not allocate cache. Set
3462 available_p.
3463 (aarch64_make_prologue_cache): Reimplement wrapping
3464 aarch64_make_prologue_cache_1, and swallowing
3465 NOT_AVAILABLE_ERROR.
3466 (aarch64_prologue_frame_unwind_stop_reason): New function.
3467 Return UNWIND_UNAVAILABLE if available_p is not set.
3468 (aarch64_prologue_unwind): Install it.
3469 (aarch64_prologue_this_id): Move prev_pc and prev_sp limit
3470 checks into aarch64_prologue_frame_unwind_stop_reason. Call
3471 frame_id_build_unavailable_stack if available_p is not set.
3472
3473 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
3474
3475 * aarch64-tdep.c (aarch64_prologue_cache) <func, prev_pc>: New
3476 fields.
3477 (aarch64_scan_prologue): Set prev_pc.
3478 (aarch64_make_prologue_cache): Set func.
3479 (aarch64_make_stub_cache): Set prev_pc.
3480 (aarch64_prologue_this_id): Remove local variables id, pc and
3481 func. Read prev_pc and func from cache.
3482 (aarch64_stub_this_id): Read prev_pc from cache.
3483
3484 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
3485
3486 * aarch64-tdep.c (aarch64_make_stub_cache): Update comment. New
3487 argument this_cache. Remove unused local variables reg and
3488 unwound_fp. Return early if this_cache is already set. Set
3489 this_cache.
3490 (aarch64_stub_this_id): Update call to aarch64_make_stub_cache.
3491
3492 2015-07-09 Pierre Langlois <pierre.langlois@arm.com>
3493
3494 * aarch64-tdep.c (aarch64_make_prologue_cache): Update comment.
3495 New argument this_cache. Return early if this_cache is already
3496 set. Set this_cache.
3497 (aarch64_prologue_this_id): Update call to
3498 aarch64_make_prologue_cache.
3499 (aarch64_prologue_prev_register): Likewise.
3500 (aarch64_normal_frame_base): Likewise.
3501
3502 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
3503
3504 * c-valprint.c (c_val_print): Factor out memberptr printing code
3505 from c_val_print to ...
3506 (c_val_print_memberptr): ... this new function.
3507
3508 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
3509
3510 * c-valprint.c (c_val_print): Factor out int printing code to ...
3511 (c_val_print_int): ... this new function.
3512
3513 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
3514
3515 * c-valprint.c (c_val_print): Factor out struct and union
3516 printing code to ...
3517 (c_val_print_struct): ... this new function ...
3518 (c_val_print_union): ... and this new function.
3519
3520 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
3521
3522 * c-valprint.c (c_val_print): Factor out pointer printing code
3523 to ...
3524 (c_val_print_ptr): ... this new function.
3525
3526 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
3527
3528 * c-valprint.c (c_valprint): Factor our array printing code from
3529 c_val_print to ...
3530 (c_val_print_array): ... this new function.
3531
3532 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
3533
3534 * c-valprint.c (c_val_print): Factor out pointer printing code
3535 to ...
3536 (print_unpacked_pointer): ... this new function.
3537
3538 2015-07-09 Simon Marchi <simon.marchi@ericsson.com>
3539
3540 * c-valprint.c (c_val_print): Remove an assignment to i and move
3541 its declaration.
3542
3543 2015-07-09 Yao Qi <yao.qi@linaro.org>
3544
3545 * aarch64-linux-nat.c (aarch64_linux_get_debug_reg_capacity): Add
3546 argument ptid. Update comments. Caller update.
3547
3548 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
3549
3550 * btrace.c (pt_print_packet): Print stop, vmcs, tma, mtc, cyc, and
3551 mnt packets.
3552
3553 2015-07-09 Markus Metzger <markus.t.metzger@intel.com>
3554
3555 * btrace.c (btrace_pt_readmem_callback): Change type of PC argument.
3556
3557 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
3558
3559 * progspace.c (delete_program_space): Add missing spaces.
3560
3561 2015-07-08 Simon Marchi <simon.marchi@ericsson.com>
3562
3563 * inferior.c (delete_inferior_1): Rename to ...
3564 (delete_inferior): ..., remove 'silent' parameter, delete
3565 program space when unused and remove call to prune_program_spaces.
3566 Remove the old, unused, delete_inferior.
3567 (delete_inferior_silent): Remove.
3568 (prune_inferiors): Change call from delete_inferior_1 to
3569 delete_inferior and remove 'silent' parameter. Remove call to
3570 prune_program_spaces.
3571 (remove_inferior_command): Idem.
3572 * inferior.h (delete_inferior_1): Rename to...
3573 (delete_inferior): ..., remove 'silent' parameter and remove the
3574 original delete_inferior.
3575 (delete_inferior_silent): Remove.
3576 * mi/mi-main.c (mi_cmd_remove_inferior): Change call from
3577 delete_inferior_1 to delete_inferior and remove 'silent'
3578 parameter.
3579 * progspace.c (prune_program_spaces): Remove.
3580 (pspace_empty_p): Rename to...
3581 (program_space_empty_p): ... and make non-static.
3582 (delete_program_space): New.
3583 * progspace.h (prune_program_spaces): Remove declaration.
3584 (program_space_empty_p): New declaration.
3585 (delete_program_space): New declaration.
3586 * monitor.c (monitor_close): Replace call to
3587 delete_thread_silent and delete_inferior_silent with
3588 discard_all_inferiors.
3589
3590 2015-07-08 Patrick Palka <patrick@parcs.ath.cx>
3591
3592 * defs.h (deprecated_register_changed_hook): Remove prototype.
3593 * interps.c (clear_iterpreter_hooks): Remove reference to
3594 deprecated_register_changed_hook.
3595 * top.c (deprecated_register_changed_hook): Remove prototype.
3596 * valops.c (value_assign): Remove reference to
3597 deprecated_register_changed_hook.
3598 * tui/tui-hooks.c (tui_register_changed): Add parameter "frame".
3599 Add comment documenting the function.
3600 (tui_register_changed_observer): Define.
3601 (tui_install_hooks): Remove reference to
3602 deprecated_register_changed_hook. Set
3603 tui_register_changed_observer.
3604 (tui_remove_hooks): Remove reference to
3605 deprecated_register_changed_hook. Unset
3606 tui_register_changed_observer.
3607
3608 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3609
3610 PR compile/18484
3611 * compile/compile-c-types.c (insert_type): Change gdb_assert to error.
3612
3613 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
3614
3615 PR exp/18617
3616 * ax-gdb.c (gen_conversion): Extend to 'to' bits, not 'from'.
3617
3618 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
3619
3620 * MAINTAINERS (Write After Approval): Add Markus T. Metzger.
3621
3622 2015-07-08 Markus Metzger <markus.t.metzger@intel.com>
3623
3624 * nat/linux-btrace.c (kernel_supports_bts, kernel_supports_pt):
3625 Use safe_strerror() instead of strerror().
3626
3627 2015-07-07 Yao Qi <yao.qi@linaro.org>
3628
3629 * features/arm-with-m-fpa-layout.xml: Set architecture to arm.
3630 * features/arm-with-m-fpa-layout.c: Regenerated.
3631 * features/arm-with-m-vfp-d16.xml: Likewise.
3632 * features/arm-with-m-vfp-d16.c: Regenerated.
3633 * features/arm-with-m.xml: Likewise.
3634 * features/arm-with-m.c: Regenerated.
3635 * features/arm-with-neon.xml: Likewise.
3636 * features/arm-with-neon.c: Regenerated.
3637 * features/arm-with-vfpv2.xml: Likewise.
3638 * features/arm-with-vfpv2.c: Regenerated.
3639 * features/arm-with-vfpv3.xml: Likewise.
3640 * features/arm-with-vfpv3.c: Regenerated.
3641
3642 2015-07-07 Yao Qi <yao.qi@linaro.org>
3643
3644 * aarch32-linux-nat.h (VFP_REGS_SIZE): New macro, moved from
3645 arm-linux-nat.c.
3646 * aarch64-linux-nat.c: Include aarch32-linux-nat.h and
3647 elf/external.h.
3648 (fetch_gregs_from_thread): Call aarch32_gp_regcache_supply
3649 if target is 32-bit.
3650 (store_gregs_to_thread): Call aarch32_gp_regcache_collect
3651 if target is 32-bit.
3652 (fetch_fpregs_from_thread): Call aarch32_vfp_regcache_supply
3653 if target is 32-bit.
3654 (store_fpregs_to_thread): Call aarch32_vfp_regcache_collect
3655 if target is 32-bit.
3656 (tdesc_arm_with_vfpv3, tdesc_arm_with_neon): Declare.
3657 (aarch64_linux_read_description): Return the right target
3658 description.
3659 * arm-linux-nat.c (VFP_REGS_SIZE): Moved to aarch32-linux-nat.h.
3660 * config/aarch64/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
3661 * configure.tgt (aarch64*-*-linux*): Add arm-tdep.o and
3662 arm-linux-tdep.o.
3663
3664 2015-07-07 Yao Qi <yao.qi@linaro.org>
3665
3666 * aarch32-linux-nat.c: New file.
3667 * aarch32-linux-nat.h: New file.
3668 * arm-linux-nat.c: Include aarch32-linux-nat.h.
3669 (fetch_regs): Move code to aarch32-linux-nat.c. Call
3670 aarch32_gp_regcache_supply.
3671 (store_regs): Move code to aarch32-linux-nat.c. Call
3672 aarch32_gp_regcache_collect.
3673 (fetch_vfp_regs): Move code to aarch32-linux-nat.c. Call
3674 aarch32_vfp_regcache_supply.
3675 (store_vfp_regs): Move code to aarch32-linux-nat.c. Call
3676 aarch32_vfp_regcache_collect.
3677 * config/arm/linux.mh (NATDEPFILES): Add aarch32-linux-nat.o.
3678
3679 2015-07-07 Yao Qi <yao.qi@linaro.org>
3680
3681 * arm-linux-nat.c (store_fpregister): Remove.
3682 (store_register): Likewise.
3683 (fetch_fpregister): Likewise.
3684 (fetch_register): Likewise.
3685 (arm_linux_store_inferior_registers): Call store_regs and
3686 store_fpregs instead.
3687 (arm_linux_fetch_inferior_registers): Call fetch_fpregs and
3688 fetch_regs instead.
3689
3690 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3691
3692 * doc/gdb.texinfo (TUI): Restructure documentation on TUI layout
3693 and focus commands.
3694
3695 2015-07-06 Joel Brobecker <brobecker@adacore.com>
3696
3697 * NEWS: Create a new section for the next release branch.
3698 Rename the section of the current branch, now that it has
3699 been cut.
3700
3701 2015-07-06 Joel Brobecker <brobecker@adacore.com>
3702
3703 GDB 7.10 branch created (66c4b3e8a628a207bc6aafef6af0c4128195f56e):
3704 * version.in: Bump version to 7.10.50.DATE-cvs.
3705
3706 2015-07-06 Luis Machado <lgustavo@codesourcery.com>
3707
3708 * breakpoint.c (remove_breakpoint_1): Don't handle permanent
3709 breakpoints in a special way.
3710 (remove_breakpoint): Likewise.
3711 (mark_breakpoints_out): Likewise.
3712
3713 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3714
3715 * doc/gdb.texinfo (TUI): Add comma after @xref.
3716
3717 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3718
3719 * tui/tui-win.c (tui_set_focus): Use structure member 'generic'
3720 instead of casting the structure type.
3721
3722 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
3723
3724 * valops.c (search_struct_field): Remove OFFSET parameter.
3725 (value_cast_structs): Adjust calls to search_struct_field.
3726 (value_struct_elt): Same.
3727 (find_overload_match): Same.
3728
3729 2015-07-06 Simon Marchi <simon.marchi@ericsson.com>
3730
3731 * value.c (value_fetch_lazy): Update comment, change return
3732 value to void.
3733 * value.h (value_fetch_lazy): Change return value to void.
3734
3735 2015-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
3736
3737 * tui/tui-data.c (tui_partial_win_by_name): Window name is const.
3738 (tui_win_name): Make parameter and result const.
3739 * tui/tui-data.h (tui_win_name): Make parameter and result const.
3740
3741 2015-07-06 Patrick Palka <patrick@parcs.ath.cx>
3742
3743 * i386-tdep.c (i386_mpx_info_bounds): Don't call error, instead
3744 use printf_unfiltered.
3745 (set_mpx_cmd): Add missing trailing space to command string
3746 literal.
3747 (_initialize_i386_tdep): Give the "mpx" prefix command its
3748 correct name.
3749
3750 2015-07-02 Kevin Buettner <kevinb@redhat.com>
3751
3752 * rx-tdep.c (RX_USP_REGNUM, RX_BPC_REGNUM): New constants.
3753 (enum rx_frame_type): New.
3754 (struct rx_prologue): Add new field `frame_type'.
3755 (rx_analyze_prologue): Add `frame_type' parameter. Cache this
3756 parameter in the prologue struct. Add code for recording
3757 locations of PC and PSW for fast interrupt and exception frames.
3758 (rx_skip_prologue): Adjust call to rx_analyze_prologue.
3759 (rx_analyze_frame_prologue): Add `frame_type' parameter.
3760 (rx_frame_type): New function.
3761 (rx_frame_base): Fetch frame type and pass it to rx_analyze_prologue.
3762 (rx_frame_this_id): Rename parameter `this_prologue_cache' to
3763 `this_cache'.
3764 (rx_frame_prev_register): Rename parameter `this_prologue_cache' to
3765 `this_cache'. Add cases for RX_FRAME_TYPE_EXCEPTION and
3766 RX_FRAME_TYPE_FAST_INTERRUPT.
3767 (normal_frame_p, exception_frame_p, rx_frame_sniffer_common)
3768 (rx_frame_sniffer, rx_exception_sniffer): New functions.
3769 (rx_frame_unwind): Use rx_frame_sniffer instead of
3770 default_frame_sniffer.
3771 (rx_frame_unwind): New unwinder.
3772 (rx_gdbarch_init): Register new unwinder.
3773
3774 2015-07-02 Kevin Buettner <kevinb@redhat.com>
3775
3776 * rx-tdep.c (RX_BPSW_REGNUM, RX_FPSW_REGNUM): New constants.
3777 (struct gdbarch_tdep): Add fields rx_psw_type and rx_fpsw_type.
3778 (rx_register_type): Add cases for RX_PSW_REGNUM, RX_BPSW_REGNUM,
3779 and RX_FPSW_REGNUM.
3780 (rx_gdbarch_init): Initialize PSW, BPSW, and FPSW flags types.
3781
3782 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3783
3784 Fix GCC false warning.
3785 * s390-linux-tdep.c (s390_handle_arg): Initialize VAL.
3786
3787 2015-07-02 Yao Qi <yao.qi@linaro.org>
3788
3789 * aarch64-linux-nat.c (aarch64_linux_insert_hw_breakpoint): Fix
3790 typo in the debugging message.
3791
3792 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
3793
3794 * btrace.c: Include gdbcmd.h, cli/cli-utils.h, and ctype.h.
3795 (maint_btrace_cmdlist, maint_btrace_set_cmdlist)
3796 (maint_btrace_show_cmdlist, maint_btrace_pt_set_cmdlist)
3797 (maint_btrace_pt_show_cmdlist, maint_btrace_pt_skip_pad)
3798 (btrace_maint_clear): New.
3799 (btrace_fetch, btrace_clear): Call btrace_maint_clear.
3800 (pt_print_packet, btrace_maint_decode_pt)
3801 (btrace_maint_update_pt_packets, btrace_maint_update_packets)
3802 (btrace_maint_print_packets, get_uint, get_context_size, no_chunk)
3803 (maint_btrace_packet_history_cmd)
3804 (maint_btrace_clear_packet_history_cmd, maint_btrace_clear_cmd)
3805 (maint_btrace_cmd, maint_btrace_set_cmd, maint_btrace_show_cmd)
3806 (maint_btrace_pt_set_cmd, maint_btrace_pt_show_cmd)
3807 (maint_info_btrace_cmd, _initialize_btrace): New.
3808 * btrace.h (btrace_pt_packet, btrace_pt_packet_s)
3809 (btrace_maint_packet_history, btrace_maint_info): New.
3810 (btrace_thread_info) <maint>: New.
3811 * NEWS: Announce it.
3812
3813 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
3814
3815 * btrace.c (btrace_fetch): Append the new trace data.
3816 (btrace_clear): Clear the stored trace data.
3817 * btrace.h (btrace_thread_info) <data>: New.
3818 * common/btrace-common.h (btrace_data_clear)
3819 (btrace_data_append): New.
3820 * common/btrace-common.c (btrace_data_clear)
3821 (btrace_data_append): New.
3822
3823 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
3824
3825 * nat/linux-btrace.c (linux_enable_bts): Check for
3826 PERF_ATTR_SIZE_VER5.
3827 Check for data_offset and data_size fields. Use them.
3828
3829 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
3830
3831 * NEWS: Announce new commands "record btrace pt" and "record pt".
3832 Announce new options "set|show record btrace pt buffer-size".
3833 * btrace.c: Include "rsp-low.h".
3834 Include "inttypes.h".
3835 (btrace_add_pc): Add forward declaration.
3836 (pt_reclassify_insn, ftrace_add_pt, btrace_pt_readmem_callback)
3837 (pt_translate_cpu_vendor, btrace_finalize_ftrace_pt)
3838 (btrace_compute_ftrace_pt): New.
3839 (btrace_compute_ftrace): Support BTRACE_FORMAT_PT.
3840 (check_xml_btrace_version): Update version check.
3841 (parse_xml_raw, parse_xml_btrace_pt_config_cpu)
3842 (parse_xml_btrace_pt_raw, parse_xml_btrace_pt)
3843 (btrace_pt_config_cpu_attributes, btrace_pt_config_children)
3844 (btrace_pt_children): New.
3845 (btrace_children): Add support for "pt".
3846 (parse_xml_btrace_conf_pt, btrace_conf_pt_attributes): New.
3847 (btrace_conf_children): Add support for "pt".
3848 * btrace.h: Include "intel-pt.h".
3849 (btrace_pt_error): New.
3850 * common/btrace-common.c (btrace_format_string, btrace_data_fini)
3851 (btrace_data_empty): Support BTRACE_FORMAT_PT.
3852 * common/btrace-common.h (btrace_format): Add BTRACE_FORMAT_PT.
3853 (struct btrace_config_pt): New.
3854 (struct btrace_config)<pt>: New.
3855 (struct btrace_data_pt_config, struct btrace_data_pt): New.
3856 (struct btrace_data)<pt>: New.
3857 * features/btrace-conf.dtd (btrace-conf)<pt>: New.
3858 (pt): New.
3859 * features/btrace.dtd (btrace)<pt>: New.
3860 (pt, pt-config, cpu): New.
3861 * nat/linux-btrace.c (perf_event_read, perf_event_read_all)
3862 (perf_event_pt_event_type, kernel_supports_pt)
3863 (linux_supports_pt): New.
3864 (linux_supports_btrace): Support BTRACE_FORMAT_PT.
3865 (linux_enable_bts): Free tinfo on error.
3866 (linux_enable_pt): New.
3867 (linux_enable_btrace): Support BTRACE_FORMAT_PT.
3868 (linux_disable_pt): New.
3869 (linux_disable_btrace): Support BTRACE_FORMAT_PT.
3870 (linux_fill_btrace_pt_config, linux_read_pt): New.
3871 (linux_read_btrace): Support BTRACE_FORMAT_PT.
3872 * nat/linux-btrace.h (struct btrace_tinfo_pt): New.
3873 (struct btrace_target_info)<pt>: New.
3874 * record-btrace.c (set_record_btrace_pt_cmdlist)
3875 (show_record_btrace_pt_cmdlist): New.
3876 (record_btrace_print_pt_conf): New.
3877 (record_btrace_print_conf): Support BTRACE_FORMAT_PT.
3878 (btrace_ui_out_decode_error): Support BTRACE_FORMAT_PT.
3879 (cmd_record_btrace_pt_start): New.
3880 (cmd_record_btrace_start): Support BTRACE_FORMAT_PT.
3881 (cmd_set_record_btrace_pt, cmd_show_record_btrace_pt): New.
3882 (_initialize_record_btrace): Add new commands.
3883 * remote.c (PACKET_Qbtrace_pt, PACKET_Qbtrace_conf_pt_size): New.
3884 (remote_protocol_features): Add "Qbtrace:pt".
3885 Add "Qbtrace-conf:pt:size".
3886 (remote_supports_btrace): Support BTRACE_FORMAT_PT.
3887 (btrace_sync_conf): Support PACKET_Qbtrace_conf_pt_size.
3888 (remote_enable_btrace): Support BTRACE_FORMAT_PT.
3889 (_initialize_remote): Add new commands.
3890
3891 2015-07-02 Markus Metzger <markus.t.metzger@intel.com>
3892
3893 * configure.ac: check for libipt
3894 * configure: Regenerate.
3895 * config.in: Regenerate.
3896 * Makefile.in (LIBIPT): New.
3897 (CLIBS): Add $LIBIPT.
3898 * NEWS: document new configure options
3899
3900 2015-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3901
3902 * compile/compile-object-load.c (compile_object_load): Replace debug
3903 message "lookup undefined ELF symbol" by 3 more specific messages.
3904
3905 2015-07-01 Kevin Buettner <kevinb@redhat.com>
3906
3907 * rl78-tdep.c (struct gdbarch_tdep): Add new field, rl78_psw_type.
3908 (rl78_register_type): Add case for RL78_PSW_REGNUM.
3909 (rl78_gdbarch_init): Initialize rl78_psw_type.
3910
3911 2015-07-01 Patrick Palka <patrick@parcs.ath.cx>
3912
3913 * tui/tui-hooks.c (tui_refresh_frame_and_register_information):
3914 Update commentary. Always refresh the registers when frame
3915 information has changed.
3916 * tui/tui-stack.c (tui_show_frame_info): Update commentary.
3917 Change return type to int. Return 1 if frame information has
3918 changed, 0 otherwise.
3919 (tui_before_prompt): Update commentary.
3920 * tui/tui-stack.h (tui_show_frame_info): Change return type to
3921 int.
3922
3923 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
3924
3925 PR tui/13378
3926 * frame.c (select_frame): Remove reference to
3927 deprecated_selected_frame_level_changed_hook.
3928 * frame.h (deprecated_selected_frame_level_changed_hook): Remove
3929 declaration.
3930 * stack.c (deprecated_selected_frame_level_changed_hook):
3931 Likewise.
3932 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook):
3933 Rename to ...
3934 (tui_refresh_frame_and_register_information): ... this. Bail
3935 out if there is no stack. Don't update register information
3936 unless registers_too_p is true.
3937 (tui_print_frame_info_listing_hook): Rename to ...
3938 (tui_dummy_print_frame_info_listing_hook): ... this.
3939 (tui_before_prompt): New function.
3940 (tui_normal_stop): New function.
3941 (tui_before_prompt_observer): New observer.
3942 (tui_normal_stop_observer): New observer.
3943 (tui_install_hooks): Set
3944 deprecated_print_frame_info_listing_hook to
3945 tui_dummy_print_frame_info_listing_hook. Register
3946 tui_before_prompt_observer to call tui_before_prompt and
3947 tui_normal_stop_observer to call tui_normal_stop. Remove
3948 reference to deprecated_selected_frame_level_changed_hook.
3949 (tui_remove_hooks): Detach and unset tui_before_prompt_observer
3950 and tui_normal_stop_observer. Remove reference to
3951 deprecated_selected_frame_level_changed_hook.
3952
3953 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
3954
3955 PR tui/13378
3956 * tui/tui-stack.c (tui_set_locator_info): Change prototype to
3957 return an int instead of void. Return whether the locator
3958 window has changed.
3959 (tui_show_frame_info): If the locator info has not changed, then
3960 bail out early to avoid refreshing the windows.
3961
3962 2015-06-30 Patrick Palka <patrick@parcs.ath.cx>
3963
3964 * tui/tui-stack.c (tui_set_locator_info): Explicitly pass
3965 LOCATOR_WIN to tui_alloc_content.
3966
3967 2015-06-30 Yao Qi <yao.qi@linaro.org>
3968
3969 PR tdep/18605
3970 * arm-tdep.c (arm_get_next_pc_raw): Break for media
3971 instructions.
3972
3973 2015-06-29 Kevin Buettner <kevinb@redhat.com>
3974
3975 * rx-tdep.c (RX_PSW_REGNUM): New enum constant.
3976 (rx_dwarf_reg_to_regnum): New function.
3977 (rx_gdbarch_init): Register rx_dwarf_reg_to_regnum. Use dwarf2
3978 unwinding.
3979
3980 2015-06-29 Pedro Alves <palves@redhat.com>
3981
3982 PR threads/18127
3983 * infcall.c (run_inferior_call): On infcall success, if the thread
3984 was marked stopped before, reset it back to stopped.
3985 * infrun.c (resume): Don't suppress the set_running calls when
3986 doing an infcall.
3987 (normal_stop): Only discard the finish_thread_state cleanup if the
3988 infcall succeeded.
3989
3990 2015-06-29 Pierre Langlois <pierre.langlois@arm.com>
3991
3992 * MAINTAINERS (Write After Approval): Update my email address.
3993
3994 2015-06-26 Keith Seitz <keiths@redhat.com>
3995 Doug Evans <dje@google.com>
3996
3997 PR 16253
3998 * block.c (block_lookup_symbol): For non-function blocks,
3999 continue to search for a symbol with an exact domain match
4000 Otherwise, return any previously found "best domain" symbol.
4001 (block_lookup_symbol_primary): Likewise.
4002
4003 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
4004
4005 * NEWS: Mention the new option "history remove-duplicates".
4006 * top.c (history_remove_duplicates): New static variable.
4007 (show_history_remove_duplicates): New static function.
4008 (gdb_add_history): Conditionally remove duplicate history
4009 entries.
4010 (init_main): Add "history remove-duplicates" option.
4011
4012 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
4013
4014 * tui/tui-win.c (focus_completer): New static function.
4015 (_initialize_tui_win): Set the completion function of the
4016 "focus" command to focus_completer.
4017
4018 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4019
4020 * linespec.c (minsym_found): Reset sal.PC for COMPUNIT_LOCATIONS_VALID
4021 and language_asm..
4022 * symtab.c (find_function_start_sal): Likewise.
4023
4024 2015-06-25 Gary Benson <gbenson@redhat.com>
4025
4026 * solib.c (solib_find_1): Set local variable sysroot to NULL if
4027 it is the empty string after trailing slashes have been stripped.
4028
4029 2015-06-25 Gary Benson <gbenson@redhat.com>
4030
4031 * exec.c (exec_file_locate_attach): Remove gdb_sysroot NULL check.
4032 * infrun.c (follow_exec): Likewise.
4033 * remote.c (remote_filesystem_is_local): Likewise.
4034 * solib.c (solib_find_1): Likewise.
4035
4036 2015-06-24 Keith Seitz <keiths@redhat.com>
4037
4038 * build-id.c (build_id_to_debug_bfd): Add cleanup to free
4039 return value from lrealpath.
4040
4041 2015-06-24 Mike Frysinger <vapier@gentoo.org>
4042
4043 * remote-sim.c (gdbsim_open): Move sysroot update to the top.
4044
4045 2015-06-24 Mike Frysinger <vapier@gentoo.org>
4046
4047 * remote-sim.c: Include gdb_bfd.h.
4048 (gdbsim_open): Declare new local sysroot pointing to gdb_sysroot.
4049 Skip TARGET_SYSROOT_PREFIX in gdb_sysroot when it is active.
4050
4051 2015-06-24 Yao Qi <yao.qi@linaro.org>
4052
4053 * aarch64-linux-tdep.c (aarch64_linux_init_abi): Don't call
4054 set_gdbarch_get_siginfo_type.
4055 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Likewise.
4056 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
4057 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
4058 * m68klinux-tdep.c (m68k_linux_init_abi): Likewise.
4059 * ppc-linux-tdep.c (ppc_linux_init_abi): Likewise.
4060 * s390-linux-tdep.c (s390_gdbarch_init): Likewise.
4061 * tilegx-linux-tdep.c (tilegx_linux_init_abi): Likewise.
4062 * linux-tdep.c (linux_get_siginfo_type): Change it to static.
4063 (linux_init_abi): Call set_gdbarch_get_siginfo_type.
4064 * linux-tdep.h (linux_get_siginfo_type): Remove the declaration.
4065
4066 2015-06-24 Gary Benson <gbenson@redhat.com>
4067
4068 * common/buffer.c (stdint.h): Do not include.
4069 * common/print-utils.c (stdint.h): Likewise.
4070 * compile/compile-c-symbols.c (gdb_assert.h): Likewise.
4071 * compile/compile-c-types.c (gdb_assert.h): Likewise.
4072 * ft32-tdep.c (gdb_assert.h): Likewise.
4073 * guile/scm-utils.c (stdint.h): Likewise.
4074 * i386-linux-tdep.c (stdint.h): Likewise.
4075 * i386-tdep.c (stdint.h): Likewise.
4076 * nat/linux-btrace.c (stdint.h): Likewise.
4077 * nat/linux-btrace.h (stdint.h): Likewise.
4078 * nat/linux-ptrace.c (stdint.h): Likewise.
4079 * nat/mips-linux-watch.h (stdint.h): Likewise.
4080 * ppc-linux-nat.c (stdint.h): Likewise.
4081 * python/python-internal.h (stdint.h): Likewise.
4082 * stub-termcap.c (stdlib.h): Likewise.
4083 * target/target.h (stdint.h): Likewise.
4084 * xtensa-linux-nat.c (stdint.h): Likewise.
4085
4086 2015-06-23 Patrick Palka <patrick@parcs.ath.cx>
4087
4088 * top.c (init_history): Look at errno after calling strtol to
4089 properly map large GDBHISTSIZE values to infinity.
4090
4091 2015-06-23 Doug Evans <dje@google.com>
4092
4093 * inferior.h (struct inferior_suspend_state): Delete, unused.
4094 All references deleted.
4095
4096 2015-06-23 Mike Frysinger <vapier@gentoo.org>
4097
4098 * microblaze-tdep.c (microblaze_push_dummy_code): Delete.
4099 (microblaze_push_dummy_call): Likewise.
4100 (microblaze_gdbarch_init): Delete calls to set_gdbarch_push_dummy_code
4101 and set_gdbarch_push_dummy_call.
4102
4103 2015-06-23 Yao Qi <yao.qi@linaro.org>
4104
4105 * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers):
4106 Check whether have_ptrace_getregset is TRIBOOL_TRUE explicitly.
4107 (amd64_linux_store_inferior_registers): Likewise.
4108 * arm-linux-nat.c (fetch_fpregister): Likewise.
4109 (fetch_fpregs, store_fpregister): Likewise.
4110 (store_fpregister, store_fpregs): Likewise.
4111 (fetch_register, fetch_regs): Likewise.
4112 (store_register, store_regs): Likewise.
4113 (fetch_vfp_regs, store_vfp_regs): Likewise.
4114 (arm_linux_read_description): Check have_ptrace_getregset is
4115 TRIBOOL_UNKNOWN. Set have_ptrace_getregset to TRIBOOL_TRUE
4116 or TRIBOOL_FALSE.
4117 * i386-linux-nat.c (fetch_xstateregs): Check
4118 have_ptrace_getregset is not TRIBOOL_TRUE.
4119 (store_xstateregs): Likewise.
4120 * linux-nat.c (have_ptrace_getregset): Change its type to
4121 enum tribool.
4122 * linux-nat.h (tribool): New enum.
4123 * x86-linux-nat.c (x86_linux_read_description): Use enum tribool.
4124 Check whether have_ptrace_getregset is TRIBOOL_TRUE.
4125
4126 2015-06-19 Doug Evans <dje@google.com>
4127
4128 * NEWS: Mention Sun's version of stabs is no longer supported.
4129 * elfread.c (free_elfinfo): Delete. All uses updated.
4130 (elfstab_offset_sections): Delete. All uses updated.
4131 * gdb-stabs.h (stab_section_info): Delete. All uses updated.
4132 * psympriv.h (partial_symtab) <section_offsets>: Delete.
4133 All uses updated.
4134 * psymtab.c (start_psymtab_common): Delete arg section_offsets.
4135 All callers updated.
4136
4137 2015-06-18 Simon Marchi <simon.marchi@ericsson.com>
4138
4139 * common/rsp-low.c (needs_escaping): New.
4140 (remote_escape_output): Add unit_size parameter. Refactor to
4141 support multi-byte addressable units. Rename parameters.
4142 * common/rsp-low.h (remote_escape_output): Add unit_size
4143 parameter and rename others. Update doc.
4144 * remote.c (align_for_efficient_write): New.
4145 (remote_write_bytes_aux): Add unit_size parameter and use it.
4146 Rename some variables. Update doc.
4147 (remote_xfer_partial): Get unit size and use it.
4148 (remote_read_bytes_1): Add unit_size parameter and use it.
4149 Rename some variables. Update doc.
4150 (remote_write_bytes): Same.
4151 (remote_xfer_live_readonly_partial): Same.
4152 (remote_read_bytes): Same.
4153 (remote_flash_write): Update call to remote_write_bytes_aux.
4154 (remote_write_qxfer): Update call to remote_escape_output.
4155 (remote_search_memory): Same.
4156 (remote_hostio_pwrite): Same.
4157
4158 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
4159
4160 * breakpoint.c (add_location_to_breakpoint): Don't mark permanent
4161 locations as inserted.
4162 Update and expand comment about permanent locations.
4163 (bp_loc_is_permanent): Don't return 0 for bp_call_dummy.
4164 Move comment to add_location_to_breakpoint.
4165 (update_global_location_list): Don't error out if a permanent
4166 breakpoint is not marked inserted.
4167 Don't error out if a non-permanent breakpoint location is inserted on
4168 top of a permanent breakpoint.
4169
4170 2015-06-17 Luis Machado <lgustavo@codesourcery.com>
4171
4172 * breakpoint.c (make_breakpoint_permanent): Remove unused
4173 function.
4174 * breakpoint.h (make_breakpoint_permanent): Remove declaration.
4175
4176 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4177
4178 PR gdb/16999
4179 * NEWS: Mention new GDBHISTSIZE behavior.
4180 * top.c (init_history): For null or out-of-range GDBHISTSIZE,
4181 set history size to unlimited. Ignore non-numeric GDBHISTSIZE.
4182
4183 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4184
4185 * NEWS: Mention that GDBHISTSIZE is read instead of HISTSIZE.
4186 * top.c (init_history): Read from GDBHISTSIZE instead of
4187 HISTSIZE.
4188 (init_main): Refer to GDBHISTSIZE instead of HISTSIZE.
4189
4190 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
4191
4192 * top.c (gdb_safe_append_history): Do not call
4193 history_truncate_file if the history is not stifled.
4194
4195 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
4196
4197 * syscalls/s390-linux.xml: Add syscalls 344 through 354.
4198 * syscalls/s390x-linux.xml: Likewise.
4199
4200 2015-06-16 Michael Eager <eager@eagercon.com>
4201
4202 * nat/linux-namespaces.c (MSG_CMSG_CLOEXEC): Define if not defined.
4203
4204 2015-06-16 Patrick Palka <patrick@parcs.ath.cx>
4205
4206 * tui/tui-hooks.c (tui_selected_frame_level_changed_hook): Call
4207 target_terminal_ours_for_output() before calling
4208 tui_show_frame_info(), and restore the original terminal
4209 settings afterwards.
4210
4211 2015-06-16 Martin Simmons <martin@lispworks.com> (tiny patch)
4212
4213 * arm-linux-nat.c: Include nat/linux-ptrace.h.
4214
4215 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
4216
4217 * mi/mi-main.c (mi_cmd_data_read_memory_bytes): Consider addressable
4218 memory unit size.
4219 (mi_cmd_data_write_memory_bytes): Same.
4220
4221 2015-06-15 Simon Marchi <simon.marchi@ericsson.com>
4222
4223 * corefile.c (write_memory): Update doc.
4224 * gdbcore.h (write_memory): Same.
4225
4226 2015-06-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4227
4228 * linux-tdep.c (enum filterflags): Make it from anonymous enum.
4229 (dump_mapping_p): Use it for parameter filterflags.
4230 (linux_find_memory_regions_full): Use it for variable filterflags.
4231
4232 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
4233 Jan Kratochvil <jan.kratochvil@redhat.com>
4234
4235 Merge multiple hex conversions.
4236 * monitor.c: Include rsp-low.h.
4237 (fromhex): Remove definition.
4238
4239 2015-06-15 Aleksandar Ristovski <aristovski@qnx.com
4240 Jan Kratochvil <jan.kratochvil@redhat.com>
4241
4242 Move utility functions to common/.
4243 * cli/cli-utils.c (skip_spaces, skip_spaces_const, skip_to_space_const):
4244 Move defs to common/common-utils.c.
4245 * cli/cli-utils.h (skip_spaces, skip_spaces_const, skip_to_space)
4246 (skip_to_space_const): Move decls to common/common-utils.h.
4247 * common/common-defs.h: Move include of common-types.h before
4248 common-utils.h.
4249 * common/common-utils.c: Include host-defs.h and ctype.h.
4250 (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int, strtoulst): Move
4251 from utils.c.
4252 (skip_spaces, skip_spaces_const, skip_to_space_const): Move from
4253 cli/cli-utils.c.
4254 * common/common-utils.h (strtoulst): Move decl from utils.h.
4255 (skip_spaces, skip_spaces_const, skip_to_space, skip_to_space_const):
4256 Move from cli/cli-utils.h.
4257 * common/host-defs.h: Include limits.h.
4258 (TARGET_CHAR_BIT, HOST_CHAR_BIT): Moved from defs.h.
4259 (skip_spaces, skip_spaces_const): Move decls from cli/cli-utils.h.
4260 * defs.h (TARGET_CHAR_BIT, HOST_CHAR_BIT): Move to
4261 common/common-utils.h.
4262 * utils.c (HIGH_BYTE_POSN, is_digit_in_base, digit_to_int)
4263 (strtoulst): Move to common/common-utils.c.
4264 * utils.h (strtoulst): Moved decl to common/common-utils.h.
4265
4266 2015-06-15 Yao Qi <yao.qi@linaro.org>
4267
4268 * data-directory/Makefile.in (SYSCALLS_FILES): Add aarch64-linux.xml.
4269
4270 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
4271
4272 * build-id.c: Don't include elf-bfd.h.
4273 (build_id_bfd_get): Use bfd_build_id.
4274 (build_id_verify): Ditto.
4275 * build-id.h: Ditto.
4276 (find_separate_debug_file_by_buildid): Ditto.
4277 * python/py-objfile.c: Don't include elf-bfd.h.
4278 (objfpy_get_build_id) Use bfd_build_id.
4279 (objfpy_build_id_matches, objfpy_lookup_objfile_by_build_id): Ditto.
4280 * coffread.c: Include build-id.h.
4281 (coff_symfile_read): Try find_separate_debug_file_by_buildid.
4282
4283 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
4284
4285 * windows-nat.c (do_windows_fetch_inferior_registers)
4286 (handle_output_debug_string): Replace __COPY_CONTEXT_SIZE
4287 conditional with __CYGWIN__.
4288
4289 2015-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
4290
4291 * completer.c: Add arch-utils.h include.
4292 (enum reg_completer_targets): New enum.
4293 (reg_or_group_completer_1): New function containing old
4294 reg_or_group_completer, add and use new parameter to control what
4295 is completed on. Use get_current_arch rather than architecture of
4296 currently selected frame.
4297 (reg_or_group_completer): Call new reg_or_group_completer_1.
4298 (reggroup_completer): Call new reg_or_group_completer_1.
4299 * completer.h (reggroup_completer): Add declaration.
4300 * tui/tui-regs.c: Add 'completer.h' include.
4301 (tui_reg_next_command): Renamed to...
4302 (tui_reg_next): ...this. Adjust parameters and return rather than
4303 display new group.
4304 (tui_reg_prev_command): Renamed to...
4305 (tui_reg_prev): ...this. Adjust parameters and return rather than
4306 display new group.
4307 (tui_reg_float_command): Delete.
4308 (tui_reg_general_command): Delete.
4309 (tui_reg_system_command): Delete.
4310 (tui_reg_command): Rewrite to perform switching of register group.
4311 Add header comment.
4312 (tuireglist): Remove.
4313 (tui_reggroup_completer): New function.
4314 (_initialize_tui_regs): Remove 'tui reg' sub-commands, update
4315 creation of 'tui reg' command.
4316 * NEWS: Add comment about 'tui reg' changes.
4317
4318 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
4319
4320 * target.c (target_read): Consider addressable unit size when
4321 reading from a memory object.
4322 (read_memory_robust): Same.
4323 (read_whatever_is_readable): Same.
4324 (target_write_with_progress): Consider addressable unit size
4325 when writing to a memory object.
4326 * target.h (target_read): Update documentation.
4327 (target_write): Add documentation.
4328
4329 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
4330
4331 * arch-utils.h (default_addressable_memory_unit_size): New.
4332 * arch-utils.c (default_addressable_memory_unit_size): New.
4333 * gdbarch.sh (addressable_memory_unit_size): New.
4334 * gdbarch.h: Re-generate.
4335 * gdbarch.c: Re-generate.
4336
4337 2015-06-12 Simon Marchi <simon.marchi@ericsson.com>
4338
4339 * target.c (target_read): Rename variables and use
4340 TARGET_XFER_E_IO.
4341 (target_read_with_progress): Same.
4342 (read_memory_robust): Constify parameters and rename
4343 variables.
4344 (read_whatever_is_readable): Constify parameters,
4345 rename variables, adjust formatting.
4346 * target.h (read_memory_robust): Constify parameters.
4347
4348 2015-06-12 Ulrich Weigand <uweigand@de.ibm.com>
4349
4350 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value_base): Handle short
4351 synthetic (non-AltiVec) vector types.
4352 (ppc64_sysv_abi_return_value): Likewise.
4353
4354 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
4355
4356 PR breakpoints/16465
4357 * breakpoint.c (create_breakpoint): Save extra_string for
4358 pending breakpoints.
4359
4360 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4361
4362 * i386-tdep.c (i386_mpx_get_bt_entry): Add a cast for mpx_bd_mask
4363 and bt_mask to CORE_ADDR.
4364
4365 2015-06-11 Gary Benson <gbenson@redhat.com>
4366
4367 * nat/linux-namespaces.c (mnsh_send_message): Use pulongest.
4368 (mnsh_recv_message): Likewise.
4369
4370 2015-06-11 Walfred Tedeschi <walfred.tedeschi@intel.com>
4371
4372 * i386-tdep.c (i386_mpx_print_bounds): use of LONGEST instead of
4373 long long int and plongest instead of %ll.
4374
4375 2015-06-11 Gary Benson <gbenson@redhat.com>
4376
4377 * nat/linux-namespaces.c (gdb_wait.h): New include.
4378 (sys/wait.h): Do not include.
4379
4380 2015-06-10 Simon Marchi <simon.marchi@ericsson.com>
4381
4382 * dwarf2read.c (dwarf_record_line): Call dwarf_record_line if
4383 end_sequence is true.
4384
4385 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4386
4387 Code cleanup.
4388 * solib-target.c (library_list_start_list): Use explicit NULL
4389 comparison.
4390
4391 2015-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4392
4393 * solib-target.c (library_list_start_list): Do not dereference
4394 variable version in its initialization. Make the VERSION check handle
4395 NULL.
4396 (library_list_attributes): Make "version" GDB_XML_AF_OPTIONAL.
4397
4398 2015-06-10 Gary Benson <gbenson@redhat.com>
4399
4400 * NEWS: Announce support for direct access of executable and
4401 shared library files when attaching to inferiors in containers
4402 on GNU/Linux systems.
4403
4404 2015-06-10 Gary Benson <gbenson@redhat.com>
4405
4406 * remote.c (struct remote_state) <fs_pid>: New field.
4407 (new_remote_state): Initialize the above.
4408 (PACKET_vFile_setfs): New enum value.
4409 (remote_hostio_set_filesystem): New function.
4410 (remote_hostio_open): Call the above.
4411 (remote_hostio_unlink): Likewise.
4412 (remote_hostio_readlink): Likewise.
4413 (_initialize_remote): Register new "set/show remote
4414 hostio-setfs-packet" command.
4415 * NEWS: Announce new vFile:setfs packet.
4416
4417 2015-06-10 Gary Benson <gbenson@redhat.com>
4418
4419 * linux-nat.c (nat/linux-namespaces.h): New include.
4420 (fileio.h): Likewise.
4421 (linux_nat_filesystem_is_local): New function.
4422 (linux_nat_fileio_pid_of): Likewise.
4423 (linux_nat_fileio_open): Likewise.
4424 (linux_nat_fileio_readlink): Likewise.
4425 (linux_nat_fileio_unlink): Likewise.
4426 (linux_nat_add_target): Initialize to_filesystem_is_local,
4427 to_fileio_open, to_fileio_readlink and to_fileio_unlink.
4428 (_initialize_linux_nat): New "set/show debug linux-namespaces"
4429 commands.
4430 * NEWS: Mention new "set/show debug linux-namespaces" commands.
4431
4432 2015-06-10 Gary Benson <gbenson@redhat.com>
4433
4434 * target.h (struct inferior): New forward declaration.
4435 (struct target_ops) <to_filesystem_is_local>: Update comment.
4436 (struct target_ops) <to_fileio_open>: New argument inf.
4437 Update comment. All implementations updated.
4438 (struct target_ops) <to_fileio_unlink>: Likewise.
4439 (struct target_ops) <to_fileio_readlink>: Likewise.
4440 (target_filesystem_is_local): Update comment.
4441 (target_fileio_open): New argument inf. Update comment.
4442 (target_fileio_unlink): Likewise.
4443 (target_fileio_readlink): Likewise.
4444 (target_fileio_read_alloc): Likewise.
4445 (target_fileio_read_stralloc): Likewise.
4446 * target.c (target_fileio_open): New argument inf.
4447 Pass inf to implementation. Update debug printing.
4448 (target_fileio_unlink): Likewise.
4449 (target_fileio_readlink): Likewise.
4450 (target_fileio_read_alloc_1): New argument inf. Pass inf
4451 to target_fileio_open.
4452 (target_fileio_read_alloc): New argument inf. Pass inf to
4453 target_fileio_read_alloc_1.
4454 (target_fileio_read_stralloc): Likewise.
4455 * gdb_bfd.c (inferior.h): New include.
4456 (gdb_bfd_iovec_fileio_open): Replace unused "open_closure"
4457 argument with new argument "inferior". Pass inferior to
4458 target_fileio_open.
4459 (gdb_bfd_open): Supply inferior argument to
4460 gdb_bfd_iovec_fileio_open.
4461 * linux-tdep.c (linux_info_proc): Supply inf argument to
4462 relevant target_fileio calls.
4463 (linux_find_memory_regions_full): Likewise.
4464 (linux_fill_prpsinfo): Likewise.
4465 * remote.c (remote_filesystem_is_local): Supply inf
4466 argument to remote_hostio_open.
4467 (remote_file_put): Likewise.
4468 (remote_file_get): Likewise.
4469 (remote_file_delete): Supply inf argument to
4470 remote_hostio_unlink.
4471
4472 2015-06-10 Gary Benson <gbenson@redhat.com>
4473
4474 * inf-child.c (inf_child_fileio_open): Replace comment.
4475 (inf_child_fileio_pwrite): Likewise.
4476 (inf_child_fileio_pread): Likewise.
4477 (inf_child_fileio_fstat): Insert blank line before comment.
4478 (inf_child_fileio_close): Replace comment.
4479 (inf_child_fileio_unlink): Likewise.
4480 (inf_child_fileio_readlink): Likewise.
4481 * remote.c (remote_hostio_open): Likewise.
4482 (remote_hostio_pread): Likewise.
4483 (remote_hostio_pwrite): Likewise.
4484 (remote_hostio_close): Likewise.
4485 (remote_hostio_unlink): Likewise.
4486 (remote_hostio_readlink): Likewise.
4487 (remote_hostio_fstat): Likewise.
4488 (remote_filesystem_is_local): Likewise.
4489 * target.c (target_fileio_open): Likewise.
4490 (target_fileio_pwrite): Likewise.
4491 (target_fileio_pread): Likewise.
4492 (target_fileio_fstat): Insert blank line before comment.
4493 (target_fileio_close): Replace comment.
4494 (target_fileio_unlink): Likewise.
4495 (target_fileio_readlink): Likewise.
4496 (target_fileio_read_alloc): Likewise.
4497 (target_fileio_read_stralloc): Likewise.
4498
4499 2015-06-10 Gary Benson <gbenson@redhat.com>
4500
4501 * linux-thread-db.c (nat/linux-namespaces.h): New include.
4502 (check_pid_namespace_match): Use linux_ns_same rather than
4503 linux_proc_pid_get_ns to spot PID namespace mismatches.
4504 * nat/linux-procfs.h (linux_proc_pid_get_ns): Remove.
4505 * nat/linux-procfs.c (linux_proc_pid_get_ns): Likewise.
4506
4507 2015-06-10 Gary Benson <gbenson@redhat.com>
4508
4509 * configure.ac (AC_CHECK_FUNCS): Add setns.
4510 * config.in: Regenerate.
4511 * configure: Likewise.
4512 * nat/linux-namespaces.h: New file.
4513 * nat/linux-namespaces.c: Likewise.
4514 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-namespaces.h.
4515 (linux-namespaces.o): New rule.
4516 * config/aarch64/linux.mh (NATDEPFILES): Add linux-namespaces.o.
4517 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
4518 * config/arm/linux.mh (NATDEPFILES): Likewise.
4519 * config/i386/linux.mh (NATDEPFILES): Likewise.
4520 * config/i386/linux64.mh (NATDEPFILES): Likewise.
4521 * config/ia64/linux.mh (NATDEPFILES): Likewise.
4522 * config/m32r/linux.mh (NATDEPFILES): Likewise.
4523 * config/m68k/linux.mh (NATDEPFILES): Likewise.
4524 * config/mips/linux.mh (NATDEPFILES): Likewise.
4525 * config/pa/linux.mh (NATDEPFILES): Likewise.
4526 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
4527 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
4528 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
4529 * config/s390/linux.mh (NATDEPFILES): Likewise.
4530 * config/sparc/linux.mh (NATDEPFILES): Likewise.
4531 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
4532 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
4533 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
4534
4535 2015-06-10 Gary Benson <gbenson@redhat.com>
4536
4537 * utils.h (make_cleanup_close): Moved to common/filestuff.h.
4538 * utils.c (do_close_cleanup): Moved to common/filestuff.c.
4539 (make_cleanup_close): Likewise.
4540 * common/filestuff.h (make_cleanup_close): Moved from utils.h.
4541 * common/filestuff.c (do_close_cleanup): Moved from utils.c.
4542 (make_cleanup_close): Likewise.
4543
4544 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
4545
4546 * windows-nat.c (thread_rec): Also ignore ERROR_INVALID_HANDLE
4547 from SuspendThread().
4548
4549 2015-06-03 Jon Turney <jon.turney@dronecode.org.uk>
4550
4551 * windows-nat.c (handle_output_debug_string): Trim trailing '\n'
4552 from OutputDebugString.
4553
4554 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
4555 Mircea Gherzan <mircea.gherzan@intel.com>
4556
4557 * i386-tdep.c (MPX_BASE_MASK, MPX_BD_MASK, MPX_BT_MASK, MPX_BD_MASK_32,
4558 MPX_BT_MASK_32): New macros.
4559 (i386_mpx_set_bounds): New function that implements
4560 the command "set-mpx-bound".
4561 (i386_mpx_enabled): Helper function to test MPX availability.
4562 (i386_mpx_bd_base): Helper function to calculate the base directory
4563 address.
4564 (i386_mpx_get_bt_entry): Helper function to access a bound
4565 table entry.
4566 (i386_mpx_print_bounds): Effectively display bound information.
4567 (_initialize_i386_tdep): Add new commands to commands "set mpx" and
4568 "show mpx".
4569 (_initialize_i386_tdep):
4570 Add "bound" to the commands "show mpx" and "set mpx" commands.
4571 (mpx_set_cmdlist and mpx_show_cmdlist): List for the new prefixed "set mpx"
4572 and "show mpx" commands.
4573 * NEWS: List new commands for MPX support.
4574
4575 2015-06-09 Gary Benson <gbenson@redhat.com>
4576
4577 * common/fileio.h (fileio_to_host_mode): New declaration.
4578 * common/fileio.c (fileio_to_host_mode): New Function.
4579 * inf-child.c (inf_child_fileio_open): Process mode argument
4580 with fileio_to_host_mode.
4581
4582 2015-06-09 Gary Benson <gbenson@redhat.com>
4583
4584 * common/fileio.c (fileio_mode_pack): Fix preprocessor
4585 conditional.
4586
4587 2015-06-05 Gary Benson <gbenson@redhat.com>
4588
4589 * gdb_bfd.c (gdb_bfd_open): Move vgdb special case to...
4590 * remote.c (remote_filesystem_is_local): ...here.
4591
4592 2015-06-04 Yao Qi <yao.qi@linaro.org>
4593
4594 * gdbarch.c: Regenerate it.
4595
4596 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4597
4598 * arch-utils.c (default_infcall_munmap): New.
4599 * arch-utils.h (default_infcall_munmap): New declaration.
4600 * compile/compile-object-load.c (struct munmap_list, munmap_list_add)
4601 (munmap_list_free, munmap_listp_free_cleanup): New.
4602 (struct setup_sections_data): Add field munmap_list_headp.
4603 (setup_sections): Call munmap_list_add.
4604 (compile_object_load): New variable munmap_list_head, initialize
4605 setup_sections_data.munmap_list_headp, return munmap_list_head.
4606 * compile/compile-object-load.h (struct munmap_list): New declaration.
4607 (struct compile_module): Add field munmap_list_head.
4608 (munmap_list_free): New declaration.
4609 * compile/compile-object-run.c (struct do_module_cleanup): Add field
4610 munmap_list_head.
4611 (do_module_cleanup): Call munmap_list_free.
4612 (compile_object_run): Pass munmap_list_head to do_module_cleanup.
4613 * gdbarch.c: Regenerate.
4614 * gdbarch.h: Regenerate.
4615 * gdbarch.sh (infcall_munmap): New.
4616 * linux-tdep.c (linux_infcall_munmap): New.
4617 (linux_init_abi): Install it.
4618
4619 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
4620
4621 PR gdb/15564
4622 * inferior.c (detach_inferior): Call exit_inferior_1 with silent = 0.
4623
4624 2015-06-02 Yao Qi <yao.qi@linaro.org>
4625
4626 * i386-linux-nat.c: Include linux-nat.h.
4627
4628 2015-06-01 Andreas Schwab <schwab@linux-m68k.org>
4629 Jan Kratochvil <jan.kratochvil@redhat.com>
4630
4631 PR symtab/18392
4632 * dwarf2-frame-tailcall.c (pretended_chain_levels): Correct
4633 assertion.
4634 * dwarf2loc.c (chain_candidate): Likewise.
4635
4636 2015-06-01 Yao Qi <yao.qi@linaro.org>
4637
4638 * arm-linux-nat.c (fetch_vfp_regs): Use PTRACE_GETREGSET.
4639 (store_vfp_regs): Use PTRACE_SETREGSET.
4640
4641 2015-06-01 Yao Qi <yao.qi@linaro.org>
4642
4643 * arm-linux-nat.c (fetch_fpregister): Use PTRACE_GETREGSET.
4644 (fetch_fpregs): Likewise.
4645 * arm-linux-nat.c (store_fpregister): Use PTRACE_SETREGSET.
4646 (store_fpregs): Likewise.
4647
4648 2015-06-01 Yao Qi <yao.qi@linaro.org>
4649
4650 * arm-linux-nat.c (fetch_register): Use PTRACE_GETREGSET.
4651 (fetch_regs): Likewise.
4652 (store_regs): Use PTRACE_SETREGSET.
4653 (store_register): Likewise.
4654
4655 2015-06-01 Yao Qi <yao.qi@linaro.org>
4656
4657 * arm-linux-nat.c (arm_linux_read_description): Check whether
4658 kernel supports PTRACE_GETREGSET.
4659
4660 2015-06-01 Yao Qi <yao.qi@linaro.org>
4661
4662 * x86-linux-nat.c (have_ptrace_getregset): Move it to ...
4663 * linux-nat.c: ... here.
4664 * x86-linux-nat.h (have_ptrace_getregset): Move the declaration
4665 to ...
4666 * linux-nat.h: ... here.
4667
4668 2015-06-01 Yao Qi <yao.qi@linaro.org>
4669
4670 * amd64-linux-nat.c: Include "nat/linux-ptrace.h".
4671 * i386-linux-nat.c: Likewise.
4672 * nat/linux-ptrace.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Define.
4673 * s390-linux-nat.c: Include "nat/linux-ptrace.h".
4674 (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
4675 * x86-linux-nat.c: Include "nat/linux-ptrace.h".
4676 * x86-linux-nat.h (PTRACE_GETREGSET, PTRACE_SETREGSET): Remove.
4677
4678 2015-05-30 Eli Zaretskii <eliz@gnu.org>
4679
4680 * go32-nat.c (go32_xfer_memory): Fix the return value to be
4681 compatible to what read_child and write_child return. This
4682 unbreaks that DJGPP build of GDB which was broken since v7.7.
4683
4684 2015-05-29 Martin Galvan <martin.galvan@tallertechnologies.com>
4685
4686 * MAINTAINERS (Write After Approval): Add Martin Galvan.
4687
4688 2015-05-29 Roland McGrath <mcgrathr@google.com>
4689
4690 PR gdb/18464
4691 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Use warning
4692 rather than internal_error for an unrecognized value.
4693
4694 2015-05-29 Max Filippov <jcmvbkbc@gmail.com>
4695
4696 * xtensa-tdep.c (xtensa_pseudo_register_read)
4697 (xtensa_pseudo_register_write): Don't alias last pseudo register
4698 to a1.
4699
4700 2015-05-28 Don Breazeal <donb@codesourcery.com>
4701
4702 * infrun.c (follow_fork_inferior): Ensure the use of
4703 process-style ptids (pid,0,0) in verbose/debug "Detaching"
4704 messages.
4705
4706 2015-05-28 Doug Evans <dje@google.com>
4707
4708 * dwarf2read.c (record_line_ftype): Remove, duplicate.
4709
4710 2015-05-28 Yao Qi <yao.qi@linaro.org>
4711
4712 * arm-linux-nat.c (arm_linux_has_wmmx_registers): Remove.
4713 (arm_linux_fetch_inferior_registers): Use
4714 tdep->have_wmmx_registers instead of arm_linux_has_wmmx_registers.
4715 (arm_linux_store_inferior_registers): Likewise.
4716 (arm_linux_read_description): Don't set
4717 arm_linux_has_wmmx_registers.
4718 * arm-tdep.c (arm_gdbarch_init): Set
4719 tdep->have_wmmx_registers according target descriptions.
4720 * arm-tdep.h (struct gdbarch_tdep) <have_wmmx_registers>: New
4721 field.
4722
4723 2015-05-28 Yao Qi <yao.qi@linaro.org>
4724
4725 * arm-linux-nat.c (arm_linux_vfp_register_count): Remove.
4726 (fetch_vfp_regs): Use vfp_register_count from gdbarch_tdep
4727 instead of arm_linux_vfp_register_count.
4728 (store_vfp_regs): Likewise.
4729 (arm_linux_fetch_inferior_registers): Likewise.
4730 (arm_linux_store_inferior_registers): Likewise.
4731 (arm_linux_read_description): Don't set
4732 arm_linux_vfp_register_count.
4733 * arm-linux-tdep.c (arm_linux_iterate_over_regset_sections):
4734 Adjust.
4735 * arm-tdep.c (arm_gdbarch_init): Add assert on
4736 vfp_register_count.
4737 * arm-tdep.h (struct gdbarch_tdep) <have_vfp_registers>: Rename
4738 field to vfp_register_count. All users updated.
4739
4740 2015-05-28 Kyle Huey <me@kylehuey.com> (tiny patch)
4741
4742 * gdb/arm-tdep.c (arm_gdbarch_init): Perform arm_abi detection on
4743 ELFOSABI_GNU binaries.
4744
4745 2015-05-27 Doug Evans <dje@google.com>
4746
4747 * dwarf2read.c (lnp_state_machine): New typedef.
4748 (lnp_reader_state): New typedef.
4749 (dwarf_record_line_1): Renamed from dwarf_record_line.
4750 All callers updated.
4751 (dwarf_record_line): New function.
4752 (init_lnp_state_machine): New function.
4753 (check_line_address): Replace p_record_line parameter with state.
4754 All callers updated.
4755 (dwarf_decode_lines_1): Call dwarf_record_line, init_lnp_state_machine.
4756 Update to record state in lnp_state_machine.
4757
4758 2015-05-27 Doug Evans <dje@google.com>
4759
4760 * dwarf2read.c (record_line_ftype): New typedef.
4761 (check_line_address): New function.
4762 (dwarf_decode_lines_1): Call it.
4763
4764 2015-05-27 Doug Evans <dje@google.com>
4765
4766 * NEWS: Mention "set debug dwarf-line".
4767 * dwarf2read.c (dwarf_line_debug): New static global.
4768 (add_include_dir): Add debug dwarf-line support.
4769 (add_file_name, dwarf_record_line, dwarf_finish_line): Ditto.
4770 (_initialize_dwarf2_read): New parameter "debug dwarf-line".
4771
4772 2015-05-27 Doug Evans <dje@google.com>
4773
4774 * cp-namespace.c (cp_lookup_nested_symbol): New arg "domain".
4775 All callers updated.
4776 (cp_lookup_nested_symbol_1, find_symbol_in_baseclass): Ditto.
4777 * cp-support.h (cp_lookup_nested_symbol): Update.
4778
4779 2015-05-27 Doug Evans <dje@google.com>
4780
4781 PR symtab/18258
4782 * block.c (block_find_symbol): New function.
4783 (block_find_non_opaque_type): Ditto.
4784 (block_find_non_opaque_type_preferred): Ditto.
4785 * block.h (block_symbol_matcher_ftype): New typedef.
4786 (block_find_symbol): Declare.
4787 (block_find_non_opaque_type): Ditto.
4788 (block_find_non_opaque_type_preferred): Ditto.
4789 * dwarf2read.c (dw2_lookup_symbol): Call block_find_symbol.
4790 * psymtab.c (psym_lookup_symbol): Ditto.
4791 * symtab.c (basic_lookup_transparent_type_1): New function.
4792 (basic_lookup_transparent_type): Call it.
4793
4794 2015-05-27 Yao Qi <yao.qi@linaro.org>
4795
4796 * aarch64-tdep.c (aarch64_record_data_proc_simd_fp): Return
4797 AARCH64_RECORD_UNKNOWN for unknown instruction encoding.
4798
4799 2015-05-27 Yao Qi <yao.qi@linaro.org>
4800
4801 * aarch64-tdep.c (aarch64_record_branch_except_sys): Split lines
4802 before operator &&.
4803 (aarch64_record_load_store): Likewise.
4804
4805 2015-05-26 Doug Evans <dje@google.com>
4806
4807 PR c++/18141, c++/18417.
4808 * cp-support.c (cp_lookup_rtti_type): Handle the case of NAME being
4809 a typedef.
4810
4811 2015-05-26 Doug Evans <dje@google.com>
4812
4813 * NEWS: Add entries for command renamings.
4814 * dwarf2read.c (dwarf_read_debug): Renamed from dwarf2_read_debug.
4815 All uses updated.
4816 (dwarf_die_debug): Renamed from dwarf2_die_debug. All uses updated.
4817 (dwarf_max_cache_age): Renamed from dwarf2_max_cache_age.
4818 All uses updated.
4819 (show_dwarf_max_cache_age): Renamed from show_dwarf2_max_cache_age.
4820 All callers updated. Fix spelling of DWARF in help text.
4821 (set_dwarf_cmdlist): Renamed from set_dwarf2_cmdlist.
4822 All uses updated.
4823 (show_dwarf_cmdlist): Renamed from show_dwarf2_cmdlist.
4824 All uses updated.
4825 (set_dwarf_cmd): Renamed from set_dwarf2_cmd. All callers updated.
4826 (show_dwarf_cmd): Renamed from show_dwarf2_cmd. All callers updated.
4827 (dwarf_always_disassemble): Renamed from dwarf_always_disassemble.
4828 All uses updated.
4829 (show_dwarf_always_disassemble): Renamed from
4830 show_dwarf2_always_disassemble. All callers updated.
4831 (_initialize_dwarf2_read): Rename "set/show dwarf2" prefix to
4832 "set/show dwarf". Rename "set/show dwarf2 max-cache-age" to
4833 "set/show dwarf max-cache-age". Rename
4834 "set/show dwarf2 always-disassemble" to
4835 "set/show dwarf always-disassemble". Rename
4836 "set/show debug dwarf2-read" to "set/show debug dwarf-read". Rename
4837 "set/show debug dwarf2-die" to "set/show debug dwarf-die".
4838
4839 2015-05-26 Doug Evans <dje@google.com>
4840
4841 PR python/18438
4842 * python/py-lazy-string.c (stpy_convert_to_value): Use
4843 gdbpy_gdb_memory_error not PyExc_MemoryError.
4844 (gdbpy_create_lazy_string_object): Ditto.
4845
4846 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
4847
4848 * tui/tui-regs.c (tui_reg_next_command): Compare against NULL.
4849
4850 2015-05-26 Andrew Burgess <andrew.burgess@embecosm.com>
4851
4852 * tui/tui-regs.c (tui_reg_prev_command): New function.
4853 (_initialize_tui_regs): Add 'prev' command for 'tui reg'.
4854 * reggroups.c (reggroup_prev): New function.
4855 * reggroups.h (reggroup_prev): Add declaration. Update comment.
4856
4857 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
4858 Yao Qi <yao.qi@linaro.org>
4859
4860 * aarch64-linux-tdep.c: Include linux-record.h and
4861 record-full.h.
4862 (struct linux_record_tdep aarch64_linux_record_tdep): Declare.
4863 (aarch64_syscall): New enum.
4864 (aarch64_canonicalize_syscall): New function.
4865 (aarch64_all_but_pc_registers_record): New function.
4866 (aarch64_linux_syscall_record): New function.
4867 (aarch64_linux_init_abi): Install AArch64 process record
4868 handler. Update to handle syscall recording.
4869 * aarch64-tdep.c: Include record.h and record-full.h.
4870 (submask, bit, bits, REG_ALLOC, MEM_ALLOC): New macros.
4871 (struct aarch64_mem_r): Define.
4872 (aarch64_record_result): New enum.
4873 (struct insn_decode_record): Define.
4874 (insn_decode_record): New typedef.
4875 (aarch64_record_data_proc_reg): New function.
4876 (aarch64_record_data_proc_imm): New function.
4877 (aarch64_record_branch_except_sys): New function.
4878 (aarch64_record_load_store): New function.
4879 (aarch64_record_data_proc_simd_fp): New function.
4880 (aarch64_record_asimd_load_store): New function.
4881 (aarch64_record_decode_insn_handler): New function.
4882 (deallocate_reg_mem): New function.
4883 (aarch64_process_record): New function.
4884 * aarch64-tdep.h (struct gdbarch_tdep) <aarch64_syscall_record>:
4885 New field.
4886 (aarch64_process_record): New extern declaration.
4887 * configure.tgt: Add linux-record.o to gdb_target_obs.
4888 * linux-record.h (struct linux_record_tdep) <arg7>: New field.
4889
4890 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
4891
4892 * NEWS: Add a note on process record-replay support on aarch64*-linux*
4893 targets.
4894
4895 2015-05-26 Martin Galvan <martin.galvan@tallertechnologies.com>
4896
4897 * amd64-tdep.c: Replace in_function_epilogue_p with
4898 stack_frame_destroyed_p throughout.
4899 * arch-utils.c: Ditto.
4900 * arch-utils.h: Ditto.
4901 * arm-tdep.c: Ditto.
4902 * breakpoint.c: Ditto.
4903 * gdbarch.sh: Ditto.
4904 * hppa-tdep.c: Ditto.
4905 * i386-tdep.c: Ditto.
4906 * mips-tdep.c: Ditto.
4907 * nios2-tdep.c: Ditto.
4908 * rs6000-tdep.c: Ditto.
4909 * s390-linux-tdep.c: Ditto.
4910 * score-tdep.c: Ditto.
4911 * sh-tdep.c: Ditto.
4912 * sparc-tdep.c: Ditto.
4913 * sparc-tdep.h: Ditto.
4914 * sparc64-tdep.c: Ditto.
4915 * spu-tdep.c: Ditto.
4916 * tic6x-tdep.c: Ditto.
4917 * tilegx-tdep.c: Ditto.
4918 * xstormy16-tdep.c: Ditto.
4919 * gdbarch.c, gdbarch.h: Re-generated.
4920
4921 2015-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
4922
4923 * NEWS: Mention 'tui enable' and 'tui disable'.
4924 * tui/tui.c (tui_enable_command): New function.
4925 (tui_disable_command): New function.
4926 (_initialize_tui): New function.
4927
4928 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
4929
4930 * tui/tui-regs.c (tui_reg_next_command): Use NULL not 0.
4931
4932 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
4933
4934 * tui/tui-layout.c (tui_set_layout_for_display_command): Ensure
4935 buf_ptr is freed.
4936
4937 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
4938
4939 * tui/tui-layout.c (tui_layout_command): Move call to tui_enable
4940 into ...
4941 (tui_set_layout_for_display_command): ...here, before calling
4942 tui_set_layout. Only set the layout if gdb has not already
4943 entered the TUI_FAILURE state.
4944
4945 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
4946
4947 * tui/tui-layout.c (layout_completer): New function.
4948 (_initialize_tui_layout): Set completer on layout command.
4949
4950 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
4951
4952 * tui/tui-layout.c (tui_set_layout): Remove
4953 tui_register_display_type parameter. Remove all checking of this
4954 parameter, and reindent function. Update header comment.
4955 (tui_set_layout_for_display_command): Rename to...
4956 (tui_set_layout_by_name): ...this, and don't check for different
4957 register class types, don't pass a tui_register_display_type to
4958 tui_set_layout. Update header comment.
4959 (layout_names): Remove register set specific names.
4960 * tui/tui-layout.h (tui_set_layout): Remove
4961 tui_register_display_type parameter.
4962 * tui/tui.c (tui_rl_change_windows): Don't pass a
4963 tui_register_display_type to tui_set_layout.
4964 (tui_rl_delete_other_windows): Likewise.
4965 (tui_enable): Likewise.
4966 * tui/tui-data.h (TUI_FLOAT_REGS_NAME): Remove.
4967 (TUI_FLOAT_REGS_NAME_LOWER): Remove.
4968 (TUI_GENERAL_REGS_NAME): Remove.
4969 (TUI_GENERAL_REGS_NAME_LOWER): Remove.
4970 (TUI_SPECIAL_REGS_NAME): Remove.
4971 (TUI_SPECIAL_REGS_NAME_LOWER): Remove.
4972 (TUI_GENERAL_SPECIAL_REGS_NAME): Remove.
4973 (TUI_GENERAL_SPECIAL_REGS_NAME_LOWER): Remove.
4974 (enum tui_register_display_type): Remove.
4975 (struct tui_layout_def): Remove regs_display_type and
4976 float_regs_display_type fields.
4977 (struct tui_data_info): Remove regs_display_type field.
4978 (tui_layout_command): Use new name for
4979 tui_set_layout_for_display_command.
4980 * tui/tui-data.c (layout_def): Don't initialise removed fields.
4981 (tui_clear_win_detail): Don't initialise removed fields of
4982 win_info.
4983 * tui/tui-regs.c (tui_show_registers): Use new name for
4984 tui_set_layout_for_display_command.
4985 * tui/tui.h (tui_set_layout_for_display_command): Rename
4986 declaration to...
4987 (tui_set_layout_by_name): ...this.
4988 * printcmd.c (display_command): Remove tui related layout call,
4989 and reindent.
4990
4991 2015-05-20 Joel Brobecker <brobecker@adacore.com>
4992
4993 * infrun.c (handle_inferior_event_1): Renames handle_inferior_event.
4994 (handle_inferior_event): New function.
4995
4996 2015-05-20 Joel Brobecker <brobecker@adacore.com>
4997
4998 * ada-lang.c (to_fixed_array_type): Rename local variable
4999 typename into type_name.
5000
5001 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5002
5003 Fix ASAN crash for gdb.compile/compile.exp.
5004 * infcall.c (call_function_by_hand_dummy): Use xstrdup for NAME.
5005
5006 2015-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
5007
5008 * compile/compile-c-symbols.c (convert_symbol_sym, gcc_convert_symbol)
5009 (gcc_symbol_address): Change gdb_stdout to gdb_stdlog.
5010 * compile/compile-object-load.c (setup_sections, compile_object_load):
5011 Likewise.
5012 * compile/compile.c (compile_to_object): Likewise.
5013
5014 2015-05-16 Doug Evans <xdje42@gmail.com>
5015
5016 * NEWS: Mention support for unbuffered Guile memory ports.
5017 * scm-ports.c (ioscm_memory_port): Update comments on end, size.
5018 (ioscm_lseek_address): Improve overflow calculation.
5019 (gdbscm_memory_port_fill_input): Add assert.
5020 (gdbscm_memory_port_write): Handle unbuffered ports.
5021 Handle large writes identical to Guile's fport_write.
5022 (gdbscm_memory_port_seek): Fix seeking past end check.
5023 (gdbscm_memory_port_close): Handle closing unbuffered port.
5024 (ioscm_parse_mode_bits): Recognize "0" for unbuffered ports.
5025 (ioscm_init_memory_port): Handle unbuffered ports.
5026 (ioscm_reinit_memory_port): Ditto.
5027 (ioscm_init_memory_port): Update size calculation.
5028 (gdbscm_open_memory): Support zero sized ports.
5029
5030 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5031
5032 * compile/compile-object-load.c (get_out_value_type): Fix uninitialized
5033 variable compiler warnings.
5034
5035 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 * compile/compile-object-load.c (get_out_value_type): Fix returned type.
5038
5039 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5040 Phil Muldoon <pmuldoon@redhat.com>
5041
5042 * NEWS (Changes since GDB 7.9): Add compile print.
5043 * compile/compile-c-support.c (add_code_header, add_code_footer)
5044 (c_compute_program): Add COMPILE_I_PRINT_ADDRESS_SCOPE and
5045 COMPILE_I_PRINT_VALUE_SCOPE.
5046 * compile/compile-internal.h (COMPILE_I_PRINT_OUT_ARG_TYPE)
5047 (COMPILE_I_PRINT_OUT_ARG, COMPILE_I_EXPR_VAL, COMPILE_I_EXPR_PTR_TYPE):
5048 New.
5049 * compile/compile-object-load.c: Include block.h.
5050 (get_out_value_type): New function.
5051 (compile_object_load): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
5052 COMPILE_I_PRINT_VALUE_SCOPE. Set compile_module's OUT_VALUE_ADDR and
5053 OUT_VALUE_TYPE.
5054 * compile/compile-object-load.h (struct compile_module): Add fields
5055 out_value_addr and out_value_type.
5056 * compile/compile-object-run.c: Include valprint.h and compile.h.
5057 (struct do_module_cleanup): Add fields out_value_addr and
5058 out_value_type.
5059 (do_module_cleanup): Handle COMPILE_I_PRINT_ADDRESS_SCOPE and
5060 COMPILE_I_PRINT_VALUE_SCOPE.
5061 (compile_object_run): Propagate out_value_addr and out_value_type.
5062 Pass OUT_VALUE_ADDR.
5063 * compile/compile.c: Include valprint.h.
5064 (compile_print_value, compile_print_command): New functions.
5065 (eval_compile_command): Handle failed COMPILE_I_PRINT_ADDRESS_SCOPE.
5066 (_initialize_compile): Update compile code help text. Install
5067 compile_print_command.
5068 * compile/compile.h (compile_print_value): New prototype.
5069 * defs.h (enum compile_i_scope_types): Add
5070 COMPILE_I_PRINT_ADDRESS_SCOPE and COMPILE_I_PRINT_VALUE_SCOPE.
5071
5072 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5073
5074 * compile/compile-object-load.c (get_regs_type): Add parameter func_sym.
5075 Rely on its parameter count.
5076 (compile_object_load): Replace lookup_minimal_symbol_text by
5077 lookup_global_symbol_from_objfile. Verify FUNC_SYM. Set it in the
5078 return value.
5079 * compile/compile-object-load.h (struct compile_module): Replace
5080 func_addr by func_sym.
5081 * compile/compile-object-run.c: Include block.h.
5082 (compile_object_run): Reset module variable after it is freed. Use
5083 FUNC_SYM instead of FUNC_ADDR. Rely on it.
5084
5085 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5086
5087 * compile/compile-c-support.c (print_one_macro): Use #ifndef.
5088 (generate_register_struct): Use __gdb_uintptr for TYPE_CODE_PTR.
5089 (c_compute_program): Call generate_register_struct after typedefs.
5090 * compile/compile-loc2c.c (push, pushf_register_address)
5091 (pushf_register): Cast to GCC_UINTPTR.
5092 (do_compile_dwarf_expr_to_c): Use unused attribute. Add space after
5093 type. Use GCC_UINTPTR instead of void *. Remove excessive cast.
5094 (compile_dwarf_expr_to_c): Use GCC_UINTPTR instead of void *.
5095 * compile/compile.c (_initialize_compile): Enable warnings for
5096 COMPILE_ARGS.
5097
5098 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5099
5100 * cli/cli-script.c (execute_control_command): Update
5101 eval_compile_command caller.
5102 * compile/compile-object-load.c (compile_object_load): Add parameters
5103 scope and scope_data. Set them.
5104 * compile/compile-object-load.h (struct compile_module): Add fields
5105 scope and scope_data.
5106 (compile_object_load): Add parameters scope and scope_data.
5107 * compile/compile-object-run.c (struct do_module_cleanup): Add fields
5108 scope and scope_data.
5109 (compile_object_run): Propagate the fields scope and scope_data.
5110 * compile/compile.c (compile_file_command, compile_code_command):
5111 Update eval_compile_command callers.
5112 (eval_compile_command): Add parameter scope_data. Pass it plus scope.
5113 * compile/compile.h (eval_compile_command): Add parameter scope_data.
5114 * defs.h (struct command_line): Add field scope_data.
5115
5116 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5117
5118 * printcmd.c (struct format_data): Move it to valprint.h.
5119 (print_command_parse_format, print_value): New functions from ...
5120 (print_command_1): ... here. Call them.
5121 * valprint.h (struct format_data): Move it here from printcmd.c.
5122 (print_command_parse_format, print_value): New declarations.
5123
5124 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5125
5126 * compile/compile-object-load.c (compile_object_load): Add
5127 COMPILE_DEBUG message.
5128
5129 2015-05-15 Jerome Guitton <guitton@adacore.com>
5130
5131 * ada-lang.c (ada_value_ptr_subscript): Use enum position of
5132 index to get element instead of enum value.
5133 (ada_value_slice_from_ptr, ada_value_slice): Use enum position
5134 of index to compute length, but enum values to compute bounds.
5135 (ada_array_length): Use enum position of index instead of enum value.
5136 (pos_atr): Move position computation to...
5137 (ada_evaluate_subexp): Use enum values to compute bounds.
5138 * gdbtypes.c (discrete_position): ...this new function.
5139 * gdbtypes.h (discrete_position): New function declaration.
5140 * valprint.c (val_print_array_elements): Call discrete_position
5141 to handle array indexed by non-contiguous enumeration types.
5142
5143 2015-05-15 Jerome Guitton <guitton@adacore.com>
5144
5145 * ada-lang.c (find_parallel_type_by_descriptive_type):
5146 Go through typedefs during lookup.
5147 (to_fixed_array_type): Add support for non-bit packed arrays
5148 as variable-length fields.
5149
5150 2015-05-15 Pedro Alves <palves@redhat.com>
5151 Simon Marchi <simon.marchi@ericsson.com>
5152
5153 * event-loop.c (gdb_notifier) <next_file_handler,
5154 next_poll_fds_index>: New fields.
5155 (get_next_file_handler_to_handle_and_advance): New function.
5156 (delete_file_handler): If deleting the next file handler to
5157 handle, advance to the next file handler.
5158 (gdb_wait_for_event): Bail early if no event fired. Poll file
5159 handlers in round-robin fashion.
5160
5161 2015-05-15 Pedro Alves <palves@redhat.com>
5162
5163 * linux-tdep.c (linux_find_memory_regions_full): Rename local
5164 'private' to 'priv'.
5165
5166 2015-05-15 Pedro Alves <palves@redhat.com>
5167
5168 * nat/linux-nat.h: Include "target/waitstatus.h".
5169
5170 2015-05-15 Yuanhui Zhang <asmwarrior@gmail.com>
5171
5172 * python/py-unwind.c (struct reg_info): Move out of ...
5173 (struct cached_frame_info): ... this scope.
5174 (pending_frame_object_type, unwind_info_object_type): Make extern.
5175
5176 2015-05-15 Joel Brobecker <brobecker@adacore.com>
5177
5178 * ada-lang.c (ada_value_primitive_packed_val): Make sure
5179 accumSize is never negative.
5180
5181 2015-05-14 Patrick Palka <patrick@parcs.ath.cx>
5182
5183 * tui/tui-command.c: Remove include of <ctype.h>.
5184 (tui_dispatch_ctrl_char): Remove workaround for xterm terminals.
5185
5186 2015-05-13 Martin Galvan <martin.galvan@tallertechnologies.com>
5187
5188 * dwarf2read.c (die_needs_namespace): Return 1 for
5189 DW_TAG_inlined_subroutine.
5190
5191 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5192
5193 * regcache.c (regcache_cpy_no_passthrough): New declaration.
5194 (regcache_cpy_no_passthrough): Make it static, add function comment.
5195 * regcache.h (regcache_dup, regcache_cpy): Reduce/update their comment.
5196 (regcache_cpy_no_passthrough): Remove declaration.
5197
5198 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5199
5200 * gdbthread.h (struct thread_control_state): Update comment for
5201 proceed_to_finish.
5202 * infcall.c (run_inferior_call): Update comment about
5203 proceed_to_finish.
5204 * infcmd.c (get_return_value): Update comment about stop_registers.
5205 (finish_forward): Update comment about proceed_to_finish.
5206 * infrun.c (stop_registers): Remove.
5207 (clear_proceed_status, normal_stop): Remove stop_registers handling.
5208 * infrun.h (stop_registers): Remove.
5209
5210 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5211
5212 * infcall.c (struct dummy_frame_context_saver)
5213 (dummy_frame_context_saver_data_free, dummy_frame_context_saver_dtor)
5214 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
5215 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
5216 New.
5217 (call_function_by_hand_dummy): Move discard_cleanups of
5218 inf_status_cleanup before dummy_frame_push. Call
5219 dummy_frame_context_saver_setup and prepare context_saver_cleanup.
5220 Use dummy_frame_context_saver_get_regs instead of stop_registers.
5221 * infcall.h (struct dummy_frame_context_saver)
5222 (dummy_frame_context_saver_drop, dummy_frame_context_saver_cleanup)
5223 (dummy_frame_context_saver_get_regs, dummy_frame_context_saver_setup):
5224 New declarations.
5225 * infcmd.c: Include infcall.h.
5226 (get_return_value): Add parameter ctx_saver, use it instead of
5227 stop_registers.
5228 (print_return_value): Add parameter ctx_saver, pass it.
5229 (struct finish_command_continuation_args): Add field ctx_saver.
5230 (finish_command_continuation): Update print_return_value caller.
5231 (finish_command_continuation_free_arg): Free also ctx_saver.
5232 (finish_forward): Call dummy_frame_context_saver_setup.
5233 * inferior.h (struct dummy_frame_context_saver): New declaration.
5234 (get_return_value): Add parameter ctx_saver.
5235 * python/py-finishbreakpoint.c (bpfinishpy_pre_stop_hook): Update
5236 get_return_value caller.
5237
5238 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5239
5240 * dummy-frame.c (struct dummy_frame_dtor_list): New.
5241 (struct dummy_frame): Replace dtor and dtor_data by dtor_list.
5242 (remove_dummy_frame): Process dtor_list.
5243 (pop_dummy_frame): Process dtor_list.
5244 (register_dummy_frame_dtor): Maintain dtor_list.
5245 (find_dummy_frame_dtor): Handle dtor_list.
5246 * dummy-frame.h (register_dummy_frame_dtor, find_dummy_frame_dtor):
5247 Update comments.
5248
5249 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5250
5251 * compile/compile-object-run.c (do_module_cleanup): Add parameter
5252 registers_valid.
5253 (compile_object_run): Update do_module_cleanup caller.
5254 * dummy-frame.c: Include infcall.h.
5255 (struct dummy_frame): Update dtor comment.
5256 (remove_dummy_frame): Call dtor.
5257 (pop_dummy_frame): Update dtor caller.
5258 * dummy-frame.h (dummy_frame_dtor_ftype): Add parameter
5259 registers_valid.
5260
5261 2015-05-13 Joel Brobecker <brobecker@adacore.com>
5262
5263 GDB 7.9.1 released.
5264
5265 2015-05-13 Joel Brobecker <brobecker@adacore.com>
5266
5267 * NEWS: Create "Changes in GDB 7.9.1" section. Move news about
5268 Xmethods now being able to specify a result type to that new
5269 sectioin.
5270
5271 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
5272
5273 * tui/tui-win.c (tui_async_resize_screen): Clear win_resized
5274 first before resizing the window.
5275 * tui/tui.c (tui_enable): Likewise.
5276
5277 2015-05-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5278
5279 * dummy-frame.c (struct dummy_frame): Use proper typedef for dtor.
5280 * dummy-frame.h (dummy_frame_dtor_ftype): Add its comment.
5281 * infcall.c (call_function_by_hand_dummy): Use proper typedef for
5282 dummy_dtor parameter.
5283 * infcall.h: Include dummy-frame.h.
5284 (call_function_by_hand_dummy_dtor_ftype): Remove.
5285 (call_function_by_hand_dummy): Use proper typedef for dummy_dtor
5286 parameter.
5287
5288 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
5289
5290 PR gdb/17820
5291 * top.c (history_size_setshow_var): Change type to signed.
5292 Initialize to -2. Update documentation.
5293 (set_readline_history_size): Define.
5294 (set_history_size_command): Use it. Remove logic for handling
5295 out-of-range sizes.
5296 (init_history): Use set_readline_history_size(). Test for a
5297 value of -2 instead of 0 when determining whether to set a
5298 default history size.
5299 (init_main): Decode the argument of the "size" command as a
5300 zuinteger_unlimited.
5301
5302 2015-05-12 Doug Evans <dje@google.com>
5303
5304 * dwarf2read.c (struct file_entry): Tweak comments.
5305 (get_debug_line_section): Tweak comments.
5306
5307 2015-05-12 Don Breazeal <donb@codesourcery.com>
5308
5309 * NEWS: Announce fork support in the RSP and support
5310 for fork debugging in extended mode.
5311
5312 2015-05-12 Don Breazeal <donb@codesourcery.com>
5313
5314 * remote.c (remote_insert_fork_catchpoint): New function.
5315 (remote_remove_fork_catchpoint): New function.
5316 (remote_insert_vfork_catchpoint): New function.
5317 (remote_remove_vfork_catchpoint): New function.
5318 (pending_fork_parent_callback): New function.
5319 (remove_new_fork_child): New function.
5320 (remote_update_thread_list): Call remote_notif_get_pending_events
5321 and remove_new_fork_child.
5322 (extended_remote_kill): Kill fork child when killing the
5323 parent before follow_fork completes.
5324 (init_extended_remote_ops): Initialize target vector with
5325 new fork catchpoint functions.
5326
5327 2015-05-12 Don Breazeal <donb@codesourcery.com>
5328
5329 * remote.c (remove_vfork_event_p): New function.
5330 (remote_follow_fork): Add vfork event type to event checking.
5331 (remote_parse_stop_reply): New stop reasons "vfork" and
5332 "vforkdone" for RSP 'T' Stop Reply Packet.
5333
5334 2015-05-12 Don Breazeal <donb@codesourcery.com>
5335
5336 * linux-nat.c (linux_nat_ptrace_options): New function.
5337 (linux_init_ptrace, wait_lwp, linux_nat_filter_event):
5338 Call linux_nat_ptrace_options and use different argument to
5339 linux_enable_event_reporting.
5340 (_initialize_linux_nat): Delete call to
5341 linux_ptrace_set_additional_flags.
5342 * nat/linux-ptrace.c (current_ptrace_options): Rename to
5343 supported_ptrace_options.
5344 (additional_flags): Delete variable.
5345 (linux_check_ptrace_features): Use supported_ptrace_options.
5346 (linux_test_for_tracesysgood, linux_test_for_tracefork):
5347 Likewise, and remove additional_flags check.
5348 (linux_enable_event_reporting): Change 'attached' argument to
5349 'options'. Use supported_ptrace_options.
5350 (ptrace_supports_feature): Change comment. Use
5351 supported_ptrace_options.
5352 (linux_ptrace_set_additional_flags): Delete function.
5353 * nat/linux-ptrace.h (linux_ptrace_set_additional_flags):
5354 Delete function prototype.
5355 * remote.c (remote_fork_event_p): New function.
5356 (remote_detach_pid): New function.
5357 (remote_detach_1): Call remote_detach_pid, don't mourn inferior
5358 if doing detach-on-fork.
5359 (remote_follow_fork): New function.
5360 (remote_parse_stop_reply): Handle new "T" stop reason "fork".
5361 (remote_pid_to_str): Print "process" strings for pid/0/0 ptids.
5362 (init_extended_remote_ops): Initialize to_follow_fork.
5363
5364 2015-05-12 Don Breazeal <donb@codesourcery.com>
5365
5366 * nat/linux-ptrace.c (linux_check_ptrace_features): Change
5367 from static to extern.
5368 * nat/linux-ptrace.h (linux_check_ptrace_features): Declare.
5369 * remote.c (anonymous enum): <PACKET_fork_event_feature,
5370 * PACKET_vfork_event_feature>: New enumeration constants.
5371 (remote_protocol_features): Add table entries for new packets.
5372 (remote_query_supported): Add new feature queries to qSupported
5373 packet.
5374
5375 2015-05-12 Gary Benson <gbenson@redhat.com>
5376
5377 * remote.c (remote_add_inferior): Call exec_file_locate_attach
5378 for fake PIDs as well as real ones.
5379 (remote_pid_to_exec_file): Send empty annex if PID is fake.
5380
5381 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
5382
5383 * NEWS (Python Scripting): Mention the new gdb.Value methods.
5384 * python/py-value.c (valpy_reference_value): New function.
5385 (valpy_const_value): Likewise.
5386 (value_object_methods): Add new methods.
5387 * value.c (make_cv_value): New function.
5388 * value.h (make_cv_value): Declare.
5389
5390 2015-05-08 Yao Qi <yao@codesourcery.com>
5391 Sandra Loosemore <sandra@codesourcery.com>
5392
5393 * dwarf2read.c (setup_type_unit_groups): Do NULL pointer check
5394 to 'lh->include_dirs' before accessing to it.
5395 (psymtab_include_file_name): Likewise.
5396 (dwarf_decode_lines_1): Likewise.
5397 (dwarf_decode_lines): Likewise.
5398 (file_file_name): Likewise.
5399
5400 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
5401
5402 * nios2-linux-tdep.c (NIOS2_SIGRETURN_TRAMP_ADDR): Define.
5403 (NIOS2_SIGRETURN_REGSAVE_OFFSET): Define.
5404 (nios2_linux_rt_sigreturn_init): Adjust base address of
5405 register save area.
5406
5407 2015-05-08 Sandra Loosemore <sandra@codesourcery.com>
5408
5409 * nios2-tdep.c (nios2_breakpoint_from_pc): Revert to using
5410 "trap 31" as the breakpoint instruction on all targets.
5411
5412 2015-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5413
5414 * infcmd.c (print_return_value): Remove unused declaration.
5415
5416 2015-05-08 Joel Brobecker <brobecker@adacore.com>
5417
5418 * dwarf2read.c (attr_to_dynamic_prop)
5419 <DW_AT_data_member_location>: Use read_type_die isntead of
5420 get_die_type.
5421
5422 2015-05-08 Joel Brobecker <brobecker@adacore.com>
5423
5424 * ada-lang.c (ada_convert_actual): Add handling of formals
5425 passed inside an aligner type.
5426
5427 2015-05-08 Joel Brobecker <brobecker@adacore.com>
5428
5429 * copyright.py (NOT_FSF_LIST): Remove sim/erc32 entries.
5430
5431 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
5432
5433 PR python/18291
5434 * python/lib/gdb/command/xmethods.py (print_xm_info): Fix typo.
5435 Print xmethod matcher status.
5436
5437 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
5438
5439 * s390-linux-nat.c (fill_gregset): Avoid relying on the PSWA
5440 register in the regcache when treating the PSWM register, and vice
5441 versa.
5442
5443 2015-05-07 Gary Benson <gbenson@redhat.com>
5444
5445 * linux-thread-db.c (struct thread_db_info)
5446 <td_ta_map_id2thr_p>: Remove field.
5447 (try_thread_db_load_1): Remove initialization for the above.
5448
5449 2015-05-07 Gary Benson <gbenson@redhat.com>
5450
5451 * linux-thread-db.c (struct thread_db_info)
5452 <td_thr_validate_p>: Remove field.
5453 (try_thread_db_load_1): Remove initialization for the above.
5454
5455 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5456
5457 * compile/compile-object-load.c (compile_object_load): Support
5458 mst_text_gnu_ifunc.
5459
5460 2015-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5461
5462 * compile/compile.c (compile_to_object): Make the cmd_string parameter
5463 const. Use new variables for the const compatibility.
5464 (eval_compile_command): Make the cmd_string parameter const.
5465 * compile/compile.h (eval_compile_command): Make the cmd_string
5466 parameter const.
5467
5468 2015-05-06 Joel Brobecker <brobecker@adacore.com>
5469
5470 * defs.h (deprecated_init_ui_hook): Delete. Remove associated
5471 comment.
5472 * top.c (deprecated_init_ui_hook): Delete.
5473 (gdb_init): Remove handling of deprecated_init_ui_hook.
5474 * interps.c (clear_interpreter_hooks): Remove handling of
5475 deprecated_init_ui_hook.
5476 * main.c (captured_main): Update comment.
5477
5478 2015-05-06 Joel Brobecker <brobecker@adacore.com>
5479
5480 * solib.c (_initialize_solib): Add "info dll" alias creation.
5481 * windows-nat.c (set_windows_aliases): Delete.
5482 (_initialize_windows_nat): Remove deprecated_init_ui_hook
5483 assignment.
5484 * NEWS: Add news entry about "info dll" now being available
5485 on all platforms.
5486
5487 2015-05-05 Joel Brobecker <brobecker@adacore.com>
5488
5489 * ada-lang.c (value_assign_to_component): Reformat and improve
5490 documentation. Remove all trailing spaces.
5491
5492 2015-05-05 Joel Brobecker <brobecker@adacore.com>
5493
5494 * inline-frame.c (inline_frame_sniffer, skip_inline_frames):
5495 Stop counting inlined frames as soon as an out-of-line function
5496 is found.
5497
5498 2014-05-05 Pierre-Marie de Rodat <derodat@adacore.com>
5499
5500 * dwarf2read.c (inherit_abstract_dies): Skip
5501 DW_TAG_GNU_call_site dies while inheriting children of an
5502 abstract DIE into a scope.
5503 (read_lexical_block_scope): Inherit abstract DIE's for
5504 lexical scopes.
5505
5506 2015-05-05 Joel Brobecker <brobecker@adacore.com>
5507
5508 * ada-valprint.c (val_print_packed_array_elements): Delete
5509 variable "len". Add a type-length check when comparing two
5510 consecutive elements of the array. Use the element's actual
5511 length in call to value_contents_eq.
5512 * ada-lang.c (ada_value_primitive_packed_val): Always return
5513 a value whose type has been resolved.
5514
5515 2015-05-05 Joel Brobecker <brobecker@adacore.com>
5516
5517 * ada-lang.c (ada_value_primitive_packed_val): Recompute
5518 BIT_SIZE and LEN if the size of the resolved type is smaller
5519 than BIT_SIZE * HOST_CHAR_BIT.
5520
5521 2015-05-05 Joel Brobecker <brobecker@adacore.com>
5522
5523 * ada-lang.c (ada_value_primitive_packed_val): Use a more
5524 correct address in call to value_at. Adjust call to
5525 value_address accordingly.
5526
5527 2015-05-05 Joel Brobecker <brobecker@adacore.com>
5528
5529 * ada-valprint.c (ada_val_print_1): Resolve TYPE before trying
5530 to print it.
5531
5532 2015-05-05 Joel Brobecker <brobecker@adacore.com>
5533
5534 * dwarf2loc.h (struct property_addr_info): Add "valaddr" field.
5535 * dwarf2loc.c (dwarf2_evaluate_property): Add handling of
5536 pinfo->valaddr.
5537 * gdbtypes.h (resolve_dynamic_type): Add "valaddr" parameter.
5538 * gdbtypes.c (resolve_dynamic_struct): Set pinfo.valaddr.
5539 (resolve_dynamic_type_internal): Set pinfo.valaddr.
5540 Add handling of addr_stack->valaddr.
5541 (resolve_dynamic_type): Add "valaddr" parameter.
5542 Set pinfo.valaddr field.
5543 * ada-lang.c (ada_discrete_type_high_bound): Update call to
5544 resolve_dynamic_type.
5545 (ada_discrete_type_low_bound): Likewise.
5546 * findvar.c (default_read_var_value): Likewise.
5547 * value.c (value_from_contents_and_address): Likewise.
5548
5549 2015-05-05 Joel Brobecker <brobecker@adacore.com>
5550
5551 * gdbtypes.c (resolve_dynamic_array): Use
5552 create_array_type_with_stride instead of create_array_type.
5553
5554 2015-04-30 DJ Delorie <dj@redhat.com>
5555
5556 * rl78-tdep.c (rl78_analyze_prologue): Pass RL78_ISA_DEFAULT to
5557 rl78_decode_opcode
5558
5559 2015-04-29 Doug Evans <dje@google.com>
5560
5561 PR python/18285
5562 * NEWS: Document new gdb.XMethodWorker.get_result_type method.
5563 * eval.c (evaluate_subexp_standard) <OP_FUNCALL>: Handle
5564 EVAL_AVOID_SIDE_EFFECTS for xmethods.
5565 * extension-priv.h (struct extension_language_ops)
5566 <get_xmethod_result_type>: New member.
5567 * extension.c (get_xmethod_result_type): New function.
5568 * extension.h (get_xmethod_result_type): Declare.
5569 * python/py-xmethods.c (get_result_type_method_name): New static
5570 global.
5571 (py_get_result_type_method_name): Ditto.
5572 (gdbpy_get_xmethod_result_type): New function.
5573 (gdbpy_initialize_xmethods): Initialize py_get_result_type_method_name.
5574 * python/python-internal.h (gdbpy_get_xmethod_result_type): Declare.
5575 * python/python.c (python_extension_ops): Add
5576 gdbpy_get_xmethod_result_type.
5577 * python/lib/gdb/xmethod.py (XMethodWorker): Add get_result_type.
5578 * valarith.c (value_x_binop): Handle EVAL_AVOID_SIDE_EFFECTS for
5579 xmethods.
5580 (value_x_unop): Ditto.
5581 * value.c (result_type_of_xmethod): New function.
5582 * value.h (result_type_of_xmethod): Declare.
5583
5584 2015-04-29 Gary Benson <gbenson@redhat.com>
5585
5586 * solib.c (solib_find_1): Allow fd argument to be NULL.
5587 (exec_file_find): Update comment.
5588 (solib_find): Likewise.
5589 * exec.c (exec_file_locate_attach): Use NULL as fd
5590 argument to exec_file_find to avoid having to close
5591 the opened file.
5592 * infrun.c (follow_exec): Likewise.
5593
5594 2015-04-28 Doug Evans <dje@google.com>
5595
5596 PR python/18299
5597 * python/lib/gdb/printing.py (register_pretty_printer): Handle
5598 name or __name__ attributes. Handle gdb module as first argument.
5599
5600 2015-04-28 Doug Evans <dje@google.com>
5601
5602 PR python/18089
5603 * python/py-prettyprint.c (print_children): Verify result of children
5604 iterator. Provide better error message.
5605 * python/python-internal..h (gdbpy_print_python_errors_p): Declare.
5606 * python/python.c (gdbpy_print_python_errors_p): New function.
5607
5608 2015-04-28 Doug Evans <dje@google.com>
5609
5610 * gdbtypes.h (struct cplus_struct_type) <n_baseclasses>: Fix comment.
5611
5612 2015-04-28 Sasha Smundak <asmundak@google.com>
5613
5614 * NEWS: Mention gdb.Type.optimized_out method.
5615 * python/py-type.c (typy_optimized_out): New function.
5616
5617 2015-04-28 John Baldwin <jhb@FreeBSD.org>
5618
5619 * fbsd-nat.c: Include "gdb_wait.h" instead of <sys/wait.h>.
5620
5621 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
5622
5623 * utils.c (init_page_info): Set rl_catch_sigwinch to zero.
5624 (initialize_utils): Move call of init_page_info() to ...
5625 * top.c (gdb_init): ... here.
5626
5627 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
5628
5629 * tui/tui-win.c (tui_sigwinch_handler): Remove now-stale comment.
5630 (tui_sigwinch_handler): Still update our idea of
5631 the terminal's width and height even when TUI is not active.
5632
5633 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
5634
5635 * utils.h (set_screen_width_and_height): Declare.
5636 * utils.c (set_screen_width_and_height): Define.
5637 * tui/tui-win.c (tui_update_gdb_sizes): Use it.
5638
5639 2015-04-28 Gary Benson <gbenson@redhat.com>
5640
5641 * infrun.c (solist.h): New include.
5642 (follow_exec): Use exec_file_find to prefix execd_pathname
5643 with gdb_sysroot.
5644
5645 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
5646
5647 * tui/tui-source.c (tui_set_source_content): Avoid calling
5648 strcpy() when offset is 0.
5649
5650 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
5651
5652 PR gdb/18155
5653 * tui/tui-data.c (tui_free_window): Don't free the locator
5654 window when passed an SRC_WIN or a DISASSEM_WIN.
5655
5656 2015-04-28 Patrick Palka <patrick@parcs.ath.cx>
5657
5658 * tui/tui-data.h (struct tui_win_element): Forward-declare.
5659 (tui_win_content): Move declaration.
5660 (struct tui_gen_win_info): Give 'content' field the
5661 type tui_win_content.
5662 * tui/tui-data.c (init_content_element): Remove redundant and
5663 erroneous casts.
5664 (tui_add_content_elements): Remove erroneous cast.
5665 * tui/tui-disasm.c (tui_set_disassem_content): Remove redundant
5666 casts.
5667 (tui_get_begin_asm_address): Likewise.
5668 * tui/tui-regs.c (tui_show_registers): Likewise.
5669 (tui_show_register_group): Likewise.
5670 (tui_display_registers_from): Likewise.
5671 (tui_check_register_values): Likewise.
5672 * tui/tui-source.c (tui_set_source_content): Likewise.
5673 (tui_set_source_content_nil): Likewise.
5674 (tui_source_is_displayed): Likewise.
5675 * tui/tui-stack.c (tui_show_locator_content): Likewise.
5676 (tui_set_locator_fullname): Likewise.
5677 (tui_set_locator_info): Likewise.
5678 (tui_show_frame_info): Likewise.
5679 * tui/tui-winsource.c (tui_clear_source_content): Likewise.
5680 (tui_show_source_line): Likewise.
5681 (tui_horizontal_source_scroll): Likewise.
5682 (tui_update_breakpoint_info): Likewise.
5683 (tui_set_exec_info_content): Likewise.
5684 (tui_show_exec_info_content): Likewise.
5685 (tui_alloc_source_buffer): Likewise.
5686 (tui_line_is_displayed): Likewise.
5687 (tui_addr_is_displayed): Likewise.
5688
5689 2015-04-27 John Baldwin <jhb@FreeBSD.org>
5690
5691 * fbsd-nat.c: (fbsd_wait) [PL_FLAG_EXEC]: Report TARGET_WAITKIND_EXECD
5692 event if PL_FLAG_EXEC is set.
5693 [PL_FLAG_EXEC] (fbsd_insert_exec_catchpoint): New function.
5694 [PL_FLAG_EXEC] (fbsd_remove_exec_catchpoint): New function.
5695 (fbsd_nat_add_target) [PL_FLAG_EXEC]: Set
5696 "to_insert_exec_catchpoint" to "fbsd_insert_exec_catchpoint".
5697 Set "to_remove_exec_catchpoint" to "fbsd_remove_exec_catchpoint".
5698
5699 2015-04-27 John Baldwin <jhb@FreeBSD.org>
5700
5701 * fbsd-nat.c: [PT_LWPINFO] New variable super_wait.
5702 [TDP_RFPPWAIT] New variable fbsd_pending_children.
5703 [TDP_RFPPWAIT] (fbsd_remember_child): New function.
5704 [TDP_RFPPWAIT] (fbsd_is_child_pending): New function.
5705 [TDP_RFPPWAIT] (fbsd_fetch_kinfo_proc): New function.
5706 [PT_LWPINFO] (fbsd_wait): New function.
5707 [TDP_RFPPWAIT] (fbsd_follow_fork): New function.
5708 [TDP_RFPPWAIT] (fbsd_insert_fork_catchpoint): New function.
5709 [TDP_RFPPWAIT] (fbsd_remove_fork_catchpoint): New function.
5710 [TDP_RFPPWAIT] (fbsd_insert_vfork_catchpoint): New function.
5711 [TDP_RFPPWAIT] (fbsd_remove_vfork_catchpoint): New function.
5712 [TDP_RFPPWAIT] (fbsd_enable_follow_fork): New function.
5713 [TDP_RFPPWAIT] (fbsd_post_startup_inferior): New function.
5714 [TDP_RFPPWAIT] (fbsd_post_attach): New function.
5715 (fbsd_nat_add_target) [PT_LWPINFO] Set "to_wait" to
5716 "fbsd_wait".
5717 [TDP_RFPPWAIT] Set "to_follow_fork" to "fbsd_follow_fork".
5718 Set "to_insert_fork_catchpoint" to "fbsd_insert_fork_catchpoint".
5719 Set "to_remove_fork_catchpoint" to "fbsd_remove_fork_catchpoint".
5720 Set "to_insert_vfork_catchpoint" to "fbsd_insert_vfork_catchpoint".
5721 Set "to_remove_vfork_catchpoint" to "fbsd_remove_vfork_catchpoint".
5722 Set "to_post_startup_inferior" to "fbsd_post_startup_inferior".
5723 Set "to_post_attach" to "fbsd_post_attach".
5724
5725 2015-04-27 John Baldwin <jhb@FreeBSD.org>
5726
5727 * fbsd-nat.c (fbsd_pid_to_exec_file): Mark static.
5728 (fbsd_find_memory_regions): Mark static.
5729 (fbsd_nat_add_target): New function.
5730 * fbsd-nat.h: Export fbsd_nat_add_target and remove prototypes for
5731 fbsd_pid_to_exec_file and fbsd_find_memory_regions.
5732 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Use fbsd_nat_add_target.
5733 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Likewise.
5734 * ppcfbsd-nat.c (_initialize_ppcfbsd_nat): Likewise.
5735 * sparc64fbsd-nat.c (_initialize_sparc64fbsd_nat): Likewise.
5736
5737 2015-04-27 Gary Benson <gbenson@redhat.com>
5738
5739 * objfiles.c (allocate_objfile): Do not attempt to expand name
5740 if name is a "target:" filename.
5741 * auto-load.c (load_auto_scripts_for_objfile): Do not attempt
5742 to load auto-load scripts for objfiles with "target:" filenames.
5743
5744 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
5745
5746 * s390-linux-tdep.c: Include "elf/s390.h" and "elf-bfd.h".
5747 (enum s390_vector_abi_kind): New enum.
5748 (struct gdbarch_tdep)<vector_abi>: New field.
5749 (s390_effective_inner_type): Add parameter min_size. Stop
5750 unwrapping if the inner type is smaller than min_size.
5751 (s390_function_arg_float): Adjust call to
5752 s390_effective_inner_type.
5753 (s390_function_arg_vector): New function.
5754 (s390_function_arg_integer): Adjust comment.
5755 (struct s390_arg_state)<vr>: New field.
5756 (s390_handle_arg): Add parameter 'is_unnamed'. Pass vector
5757 arguments according to vector ABI when appropriate.
5758 (s390_push_dummy_call): Initialize the argument state's field
5759 'vr'. Adjust calls to s390_handle_arg.
5760 (s390_register_return_value): Handle vector return values.
5761 (s390_return_value): Apply the "register" return value convention
5762 to a vector when appropriate.
5763 (s390_gdbarch_init): Initialize tdep->vector_abi.
5764 * NEWS: Announce S390 vector ABI support.
5765
5766 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
5767
5768 * s390-linux-tdep.c (s390_return_value_convention): Remove
5769 function. Inline its logic...
5770 (s390_return_value): ...here. Instead, move the handling of the
5771 "register" return value convention...
5772 (s390_register_return_value): ...here. New function.
5773
5774 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
5775
5776 * s390-linux-tdep.c
5777 (is_float_singleton): Remove function. Move the "singleton" part
5778 of the logic...
5779 (s390_effective_inner_type): ...here. New function.
5780 (is_float_like): Remove function. Inline its logic...
5781 (s390_function_arg_float): ...here.
5782 (is_pointer_like, is_integer_like, is_struct_like): Remove
5783 functions. Inline their logic...
5784 (s390_function_arg_integer): ...here.
5785 (s390_function_arg_pass_by_reference): Remove function.
5786 (extend_simple_arg): Remove function.
5787 (alignment_of): Remove function.
5788 (struct s390_arg_state): New structure.
5789 (s390_handle_arg): New function.
5790 (s390_push_dummy_call): Move parameter placement logic to the new
5791 function s390_handle_arg. Call it for calculating the stack area
5792 sizes first, and again for actually writing the parameters.
5793
5794 2015-04-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
5795
5796 * s390-linux-tdep.c (is_power_of_two): Add comment. Return
5797 false if the argument is zero.
5798
5799 2015-04-27 Pierre-Marie de Rodat <derodat@adacore.com>
5800
5801 * ada-lang.c (template_to_static_fixed_type): Return input type
5802 when it is already fixed. Cache the input type itself when not
5803 creating a static fixed copy. Make it explicit that we never
5804 molestate the input type.
5805 * gdbtypes.c (resolve_dynamic_struct): Reset the
5806 TYPE_TARGET_TYPE field for resolved copies.
5807
5808 2015-04-27 Joel Brobecker <brobecker@adacore.com>
5809
5810 * ada-lang.c (ada_is_tagged_type): Add call to ada_check_typedef.
5811 (ada_lookup_struct_elt_type): Remove calls to ada_check_typedef.
5812 (template_to_static_fixed_type): Call ada_check_typedef only
5813 when necessary.
5814
5815 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
5816
5817 * cli/cli-dump.c (srec_dump_command): Add internationalization
5818 mark ups.
5819 (ihex_dump_command): Likewise.
5820 (tekhex_dump_command): Likewise.
5821 (binary_dump_command): Likewise.
5822 (binary_append_command): Likewise.
5823
5824 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
5825
5826 * cli/cli-dump.c (verilog_cmdlist): New variable.
5827 (dump_verilog_memory): New function.
5828 (dump_verilog_value): New function.
5829 (verilog_dump_command): New function.
5830 (_initialize_cli_dump): Add new commands to support verilog dump
5831 format.
5832 * NEWS: Add entry for "dump verilog".
5833
5834 2015-04-24 Pierre-Marie de Rodat <derodat@adacore.com>
5835
5836 * gdbtypes.c (print_gnat_stuff): Do not recurse on the
5837 descriptive type when there is none.
5838
5839 2015-04-23 Patrick Palka <patrick@parcs.ath.cx>
5840
5841 * tui/tui-win.c (tui_async_resize_screen): Call
5842 rl_resize_terminal().
5843
5844 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
5845
5846 * windows-nat.c (handle_output_debug_string): Don't change
5847 current_event.dwThreadId.
5848 (get_windows_debug_event): Use thread_id, rather than relying on
5849 current_event.dwThreadId being changed.
5850
5851 2015-04-22 Jon Turney <jon.turney@dronecode.org.uk>
5852
5853 * windows-nat.c (windows_continue): Report an error if
5854 ContinueDebugEvent() fails.
5855
5856 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
5857
5858 * windows-nat.c (windows_resume): Fix misspelling in debug output.
5859
5860 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
5861
5862 * windows-nat.c (get_windows_debug_event): Replace retval with
5863 thread_id throughout. Update stale comment.
5864
5865 2015-04-16 Jon Turney <jon.turney@dronecode.org.uk>
5866
5867 * windows-nat.c (get_windows_debug_event): Don't use ternary
5868 conditional operator.
5869
5870 2015-04-21 Pierre Muller <muller@sourceware.org>
5871
5872 PR pascal/17815
5873 p-exp.y (yylex): Reorganize code to return the matched pattern
5874 for a field of this.
5875
5876 2015-04-21 Gary Benson <gbenson@redhat.com>
5877
5878 * common/fileio.h (fileio_to_host_openflags): New declaration.
5879 * common/fileio.c (fcntl.h): New include.
5880 (fileio_to_host_openflags): New function, factored out from...
5881 * inf-child.c (inf_child_fileio_open_flags_to_host): ...here.
5882 Single use updated.
5883
5884 2015-04-21 Kevin Buettner <kevinb@redhat.com>
5885
5886 * rl78-tdep.c (RL78_SP_ADDR): Define.
5887 (opc_reg_to_gdb_regnum): New static function.
5888 (rl78_analyze_prologue): Recognize instructions forming slightly
5889 more interesting prologues.
5890
5891 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
5892
5893 Revert:
5894 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
5895 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
5896 TYPE_CODE_REF types so that they are not considered as dynamic
5897 depending on the referenced type.
5898 (resolve_dynamic_type_internal): Likewise.
5899
5900 2015-04-20 Pierre-Marie de Rodat <derodat@adacore.com>
5901
5902 Revert:
5903 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
5904 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
5905 "top_level" parameter.
5906 (resolve_dynamic_type_internal): Remove the unused "top_level"
5907 parameter. Update call to is_dynamic_type_internal.
5908 (is_dynamic_type): Update call to is_dynamic_type_internal.
5909 (resolve_dynamic_range): Update call to
5910 resolve_dynamic_type_internal.
5911 (resolve_dynamic_union): Likewise.
5912 (resolve_dynamic_struct): Likewise.
5913 (resolve_dynamic_type): Likewise.
5914
5915 2015-04-19 Gabriel Krisman Bertazi <gabriel@krisman.be>
5916
5917 * breakpoint.c (update_dprintf_command_list): Remove duplicated
5918 xmalloc.
5919
5920 2015-04-20 Thomas Schwinge <thomas@codesourcery.com>
5921
5922 * reply_mig_hack.awk: Robustify parsing.
5923
5924 * reply_mig_hack.awk: Don't bother to declare an intermediate
5925 function pointer variable.
5926
5927 2015-04-17 Doug Evans <dje@google.com>
5928
5929 * solib-svr4.c (svr4_exec_displacement): Rename outer "displacement"
5930 to "exec_displacement" to avoid confusion with inner use of the name.
5931
5932 2015-04-17 Pedro Alves <palves@redhat.com>
5933
5934 * arm-linux-nat.c (arm_linux_can_use_hw_breakpoint): Return zero
5935 if HW point of TYPE isn't supported.
5936
5937 2015-04-17 Yao Qi <yao.qi@linaro.org>
5938 Pedro Alves <palves@redhat.com>
5939
5940 * target.h (target_can_use_hardware_watchpoint): Update comments.
5941 Remove trailing ";".
5942
5943 2015-04-17 Gary Benson <gbenson@redhat.com>
5944
5945 * remote.c (remote_add_inferior): New argument try_open_exec.
5946 If nonzero, attempt to open the inferior's executable file as
5947 the main executable if no main executable is open already.
5948 All callers updated.
5949 * NEWS: Mention that GDB now supports automatic location and
5950 retrieval of executable + files from remote targets.
5951
5952 2015-04-17 Gary Benson <gbenson@redhat.com>
5953
5954 * target.h (TARGET_OBJECT_EXEC_FILE): New enum value.
5955 * remote.c (PACKET_qXfer_exec_file): Likewise.
5956 (remote_protocol_features): Register the
5957 "qXfer:exec-file:read" feature.
5958 (remote_xfer_partial): Handle TARGET_OBJECT_EXEC_FILE.
5959 (remote_pid_to_exec_file): New function.
5960 (init_remote_ops): Initialize to_pid_to_exec_file.
5961 (_initialize_remote): Register new "set/show remote
5962 pid-to-exec-file-packet" command.
5963 * NEWS: Announce new qXfer:exec-file:read packet.
5964
5965 2015-04-17 Gary Benson <gbenson@redhat.com>
5966
5967 * nat/linux-procfs.h (linux_proc_pid_to_exec_file):
5968 New declaration.
5969 * nat/linux-procfs.c (linux_proc_pid_to_exec_file):
5970 New function, factored out from...
5971 * linux-nat.c (linux_child_pid_to_exec_file): ...here.
5972
5973 2015-04-17 Gary Benson <gbenson@redhat.com>
5974
5975 * exec.c (solist.h): New include.
5976 (exec_file_locate_attach): Prefix absolute executable
5977 paths with gdb_sysroot if set.
5978 * NEWS: Mention that executable paths may be prepended
5979 with sysroot.
5980
5981 2015-04-17 Gary Benson <gbenson@redhat.com>
5982
5983 * solist.h (exec_file_find): New declaration.
5984 * solib.c (solib_find_1): New function, factored out from...
5985 (solib_find): ...here.
5986 (exec_file_find): New function.
5987
5988 2015-04-17 Gary Benson <gbenson@redhat.com>
5989
5990 * gdbcore.h (exec_file_locate_attach): New declaration.
5991 * exec.c (exec_file_locate_attach): New function, factored
5992 out from...
5993 * infcmd.c (attach_command_post_wait): ...here.
5994
5995 2015-04-17 Mike Frysinger <vapier@gentoo.org>
5996
5997 * MAINTAINERS: Add myself for Blackfin/write-after-approval.
5998
5999 2015-04-16 Yao Qi <yao.qi@linaro.org>
6000
6001 * infrun.c (maybe_software_singlestep): Declare.
6002 (displaced_step_fixup): Call maybe_software_singlestep.
6003
6004 2015-04-15 Doug Evans <dje@google.com>
6005
6006 * psymtab.c (psym_expand_symtabs_matching): Add QUIT call.
6007
6008 2015-04-15 Doug Evans <dje@google.com>
6009
6010 * dwarf2read.c (dw2_expand_symtabs_matching): Add some QUIT calls.
6011
6012 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6013
6014 * python/lib/gdb/command/unwinders.py: Add parentheses.
6015
6016 2015-04-15 Yao Qi <yao.qi@linaro.org>
6017
6018 * arm-linux-tdep.c (arm_linux_copy_svc): Update debug message.
6019
6020 2015-04-15 Yao Qi <yao.qi@linaro.org>
6021
6022 * arm-linux-tdep.c (arm_linux_copy_svc): Fix indentation.
6023
6024 2015-04-15 Yao Qi <yao.qi@linaro.org>
6025
6026 * arm-linux-tdep.c (arm_linux_cleanup_svc): Use
6027 dsc->insn_size instead of 4.
6028
6029 2015-04-14 Gary Benson <gbenson@redhat.com>
6030
6031 * jit.c (mem_bfd_iovec_stat): Zero supplied buffer.
6032 * minidebug.c (lzma_stat): Likewise.
6033 * solib-spu.c (spu_bfd_iovec_stat): Likewise.
6034 * spu-linux-nat.c (spu_bfd_iovec_stat): Likewise.
6035
6036 2015-04-13 Stan Shebs <stanshebs@google.com>
6037
6038 * MAINTAINERS: Update my email address.
6039
6040 2015-04-13 John Baldwin <jhb@FreeBSD.org>
6041
6042 * amd64-tdep.c (amd64_target_description): New function.
6043 * amd64-tdep.h: Export amd64_target_description and tdesc_amd64.
6044 * amd64bsd-nat.c [PT_GETXSTATE_INFO]: New variable amd64bsd_xsave_len.
6045 (amd64bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
6046 x86 extended save area.
6047 (amd64bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
6048 * amd64bsd-nat.h: Export amd64bsd_xsave_len.
6049 * amd64fbsd-nat.c (amd64fbsd_read_description): New function.
6050 (_initialize_amd64fbsd_nat): Set "to_read_description" to
6051 "amd64fbsd_read_description".
6052 * amd64fbsd-tdep.c (amd64fbsd_core_read_description): New function.
6053 (amd64fbsd_supply_xstateregset): New function.
6054 (amd64fbsd_collect_xstateregset): New function.
6055 Add "amd64fbsd_xstateregset".
6056 (amd64fbsd_iterate_over_regset_sections): New function.
6057 (amd64fbsd_init_abi): Set "xsave_xcr0_offset" to
6058 "I386_FBSD_XSAVE_XCR0_OFFSET".
6059 Add "iterate_over_regset_sections" gdbarch method.
6060 Add "core_read_description" gdbarch method.
6061 * i386-tdep.c (i386_target_description): New function.
6062 * i386-tdep.h: Export i386_target_description and tdesc_i386.
6063 * i386bsd-nat.c [PT_GETXSTATE_INFO]: New variable i386bsd_xsave_len.
6064 (i386bsd_fetch_inferior_registers) [PT_GETXSTATE_INFO]: Handle
6065 x86 extended save area.
6066 (i386bsd_store_inferior_registers) [PT_GETXSTATE_INFO]: Likewise.
6067 * i386bsd-nat.h: Export i386bsd_xsave_len.
6068 * i386fbsd-nat.c (i386fbsd_read_description): New function.
6069 (_initialize_i386fbsd_nat): Set "to_read_description" to
6070 "i386fbsd_read_description".
6071 * i386fbsd-tdep.c (i386fbsd_core_read_xcr0): New function.
6072 (i386fbsd_core_read_description): New function.
6073 (i386fbsd_supply_xstateregset): New function.
6074 (i386fbsd_collect_xstateregset): New function.
6075 Add "i386fbsd_xstateregset".
6076 (i386fbsd_iterate_over_regset_sections): New function.
6077 (i386fbsd4_init_abi): Set "xsave_xcr0_offset" to
6078 "I386_FBSD_XSAVE_XCR0_OFFSET".
6079 Add "iterate_over_regset_sections" gdbarch method.
6080 Add "core_read_description" gdbarch method.
6081 * i386fbsd-tdep.h: New file.
6082
6083 2015-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6084
6085 * NEWS (Changes since GDB 7.9): Add removed -xdb.
6086 * breakpoint.c (command_line_is_silent): Remove xdb_commands
6087 conditional.
6088 (_initialize_breakpoint): Remove xdb_commands for bc, ab, sb, db, ba
6089 and lb.
6090 * cli/cli-cmds.c (_initialize_cli_cmds): Remove xdb_commands for v and
6091 va.
6092 * cli/cli-decode.c (find_command_name_length): Remove xdb_commands
6093 conditional.
6094 * defs.h (xdb_commands): Remove declaration.
6095 * f-valprint.c (_initialize_f_valprint): Remove xdb_commands for lc.
6096 * guile/scm-cmd.c (command_classes): Remove xdb from comment.
6097 * infcmd.c (run_no_args_command, go_command): Remove.
6098 (_initialize_infcmd): Remove xdb_commands for S, go, g, R and lr.
6099 * infrun.c (xdb_handle_command): Remove.
6100 (_initialize_infrun): Remove xdb_commands for lz and z.
6101 * main.c (xdb_commands): Remove variable.
6102 (captured_main): Remove "xdb" from long_options.
6103 (print_gdb_help): Remove --xdb from help.
6104 * python/py-cmd.c (gdbpy_initialize_commands): Remove xdb from comment.
6105 * source.c (_initialize_source): Remove xdb_commands for D, ld, / and ?.
6106 * stack.c (backtrace_full_command, args_plus_locals_info)
6107 (current_frame_command): Remove.
6108 (_initialize_stack): Remove xdb_commands for t, T and l.
6109 * symtab.c (_initialize_symtab): Remove xdb_commands for lf and lg.
6110 * thread.c (_initialize_thread): Remove xdb_commands condition.
6111 * tui/tui-layout.c (tui_toggle_layout_command)
6112 (tui_toggle_split_layout_command, tui_handle_xdb_layout): Remove.
6113 (_initialize_tui_layout): Remove xdb_commands for td and ts.
6114 * tui/tui-regs.c (tui_scroll_regs_forward_command)
6115 (tui_scroll_regs_backward_command): Remove.
6116 (_initialize_tui_regs): Remove xdb_commands for fr, gr, sr, +r and -r.
6117 * tui/tui-win.c (tui_xdb_set_win_height_command): Remove.
6118 (_initialize_tui_win): Remove xdb_commands for U and w.
6119 * utils.c (pagination_on_command, pagination_off_command): Remove.
6120 (initialize_utils): Remove xdb_commands for am and sm.
6121
6122 2015-04-10 Pedro Alves <palves@redhat.com>
6123
6124 * infrun.c (displaced_step_fixup): Switch to the event ptid
6125 earlier. If the thread stopped for a watchpoint and the
6126 target/arch has non-continuable watchpoints, cancel the displaced
6127 step.
6128 (resume): Don't start a displaced step if in-line step-over info
6129 is valid.
6130
6131 2015-04-10 Pedro Alves <palves@redhat.com>
6132
6133 * infrun.c (displaced_step_in_progress): New function.
6134 (do_target_resume): Advise target to report all signals if
6135 displaced stepping.
6136
6137 2015-04-10 Pedro Alves <palves@redhat.com>
6138
6139 PR gdb/18216
6140 * infrun.c (process_event_stop_test): Don't assume a step-resume
6141 is set if tp->stepped_breakpoint is true.
6142
6143 2015-04-10 Yao Qi <yao.qi@linaro.org>
6144
6145 * arm-tdep.c (install_alu_reg): Update comment.
6146 (thumb_copy_alu_reg): Remove local variable rn. Update
6147 debugging message. Use r2 instead of r1 in the modified
6148 instruction.
6149
6150 2015-04-10 Pedro Alves <palves@redhat.com>
6151
6152 PR gdb/13858
6153 * amd64-linux-tdep.c (amd64_linux_init_abi_common): Install
6154 linux_displaced_step_location as gdbarch_displaced_step_location
6155 hook.
6156 * arm-linux-tdep.c (arm_linux_init_abi): Likewise.
6157 * i386-linux-tdep.c (i386_linux_init_abi): Likewise.
6158 * linux-tdep.c (linux_displaced_step_location): New function,
6159 based on ppc_linux_displaced_step_location.
6160 * linux-tdep.h (linux_displaced_step_location): New declaration.
6161 * ppc-linux-tdep.c (ppc_linux_entry_point_addr): Delete.
6162 (ppc_linux_inferior_created, ppc_linux_displaced_step_location):
6163 Delete.
6164 (ppc_linux_init_abi): Install linux_displaced_step_location as
6165 gdbarch_displaced_step_location hook, even without Cell/B.E..
6166 (_initialize_ppc_linux_tdep): Don't install
6167 ppc_linux_inferior_created as inferior_created observer.
6168 * s390-linux-tdep.c (s390_gdbarch_init): Install
6169 linux_displaced_step_location as gdbarch_displaced_step_location
6170 hook.
6171
6172 2015-04-09 Gary Benson <gbenson@redhat.com>
6173
6174 * common/common-remote-fileio.h: Rename to...
6175 * common/fileio.h: ...this. Update all references.
6176 (remote_fileio_to_fio_error): Rename to...
6177 (host_to_fileio_error): ...this.
6178 (remote_fileio_to_be): Rename to...
6179 (host_to_bigendian): ...this. Update all callers.
6180 (remote_fileio_to_fio_uint): Rename to...
6181 (host_to_fileio_uint): ...this. Update all callers.
6182 (remote_fileio_to_fio_time): Rename to...
6183 (host_to_fileio_time): ...this. Update all callers.
6184 (remote_fileio_to_fio_stat): Rename to...
6185 (host_to_fileio_stat): ...this.
6186 Update all references.
6187 * common/common-remote-fileio.c: Rename to...
6188 * common/fileio.c: ...this. Update all references.
6189 (remote_fileio_to_fio_error): Rename to...
6190 (host_to_fileio_error): ...this. Update all callers.
6191 (remote_fileio_mode_to_target): Rename to...
6192 (fileio_mode_pack): ...this. Update all callers.
6193 (remote_fileio_to_fio_mode): Rename to...
6194 (host_to_fileio_mode): ...this. Update all callers.
6195 (remote_fileio_to_fio_ulong): Rename to...
6196 (host_to_fileio_ulong): ...this. Update all callers.
6197 (remote_fileio_to_fio_stat): Rename to...
6198 (host_to_fileio_stat): ...this. Update all callers.
6199
6200 2015-04-09 Andy Wingo <wingo@igalia.com>
6201
6202 * guile/scm-frame.c (gdbscm_frame_read_register): New function.
6203 (frame_functions): Bind gdbscm_frame_read_register to
6204 frame-read-register.
6205 * guile/lib/gdb.scm (frame-read-register): Export.
6206
6207 2015-04-09 Gary Benson <gbenson@redhat.com>
6208
6209 * common/common-remote-fileio.h (remote_fileio_to_fio_error):
6210 New declaration.
6211 * common/common-remote-fileio.c (remote_fileio_to_fio_error):
6212 New function, factored out the named functions below.
6213 * inf-child.c (gdb/fileio.h): Remove include.
6214 (common-remote-fileio.h): New include.
6215 (inf_child_errno_to_fileio_error): Remove function. Update
6216 all callers to use remote_fileio_to_fio_error.
6217 * remote-fileio.c (remote_fileio_errno_to_target): Likewise.
6218
6219 2015-04-09 Andy Wingo <wingo@igalia.com>
6220
6221 * MAINTAINERS (Write After Approval): Add Andy Wingo.
6222
6223 2015-04-09 H.J. Lu <hongjiu.lu@intel.com>
6224
6225 * acinclude.m4: (GDB_AC_CHECK_BFD): Set ZLIBDIR with $zlibdir.
6226 Replace $zlibdir with $ZLIBDIR in LDFLAGS.
6227 * configure: Regenerated.
6228
6229 2015-04-09 Pedro Alves <palves@redhat.com>
6230
6231 * gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
6232 * gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
6233 * gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
6234 * gnulib/import/Makefile.am: Update.
6235 * gnulib/import/Makefile.in: Update.
6236 * gnulib/import/m4/gnulib-cache.m4: Update.
6237 * gnulib/import/m4/gnulib-comp.m4: Update.
6238 * gnulib/import/m4/strtok_r.m4: New file.
6239 * gnulib/import/strtok_r.c: New file.
6240
6241 2015-04-09 Pedro Alves <palves@redhat.com>
6242
6243 * gnulib/update-gnulib.sh (aclocal version check): Filter out
6244 "called too early to check prototype".
6245
6246 2015-04-08 Sergio Durigan Junior <sergiodj@redhat.com>
6247
6248 PR python/16699
6249 * python/py-cmd.c (cmdpy_completer_helper): Adjust function to not
6250 use a caching mechanism. Adjust comments and code to reflect
6251 that. Replace 'sizeof' by 'strlen' when fetching 'wordobj'.
6252 (cmdpy_completer_handle_brkchars): Adjust call to
6253 cmdpy_completer_helper. Call Py_XDECREF for 'resultobj'.
6254 (cmdpy_completer): Likewise.
6255
6256 2015-04-08 Yao Qi <yao.qi@linaro.org>
6257
6258 * spu-tdep.c (spu_gdbarch_init): Don't call
6259 set_gdbarch_cannot_step_breakpoint.
6260
6261 2015-04-07 Sergio Durigan Junior <sergiodj@redhat.com>
6262
6263 * linux-tdep.c (decode_vmflags): Initialize 'saveptr'.
6264
6265 2015-04-07 Pedro Alves <palves@redhat.com>
6266
6267 * gdbthread.h (ALL_NON_EXITED_THREADS_SAFE): Rename to ...
6268 (ALL_THREADS_SAFE): ... this, and don't skip exited threads.
6269 (delete_exited_threads): New declaration.
6270 * infrun.c (follow_exec): Use ALL_THREADS_SAFE.
6271 * linux-nat.c (linux_nat_update_thread_list): New function.
6272 (linux_nat_add_target): Install it.
6273 * remote.c (remote_update_thread_list): Use ALL_THREADS_SAFE.
6274 * thread.c (prune_threads): Use ALL_THREADS_SAFE.
6275 (delete_exited_threads): New function.
6276
6277 2015-04-07 Pedro Alves <pedro@codesourcery.com>
6278
6279 * infrun.c (resume) <displaced stepping debug output>: Get the
6280 leader thread's regcache, not resume_ptid's.
6281
6282 2015-04-06 Doug Evans <xdje42@gmail.com>
6283
6284 * symtab.c (hash_symbol_entry): Hash STRUCT_DOMAIN symbols as
6285 VAR_DOMAIN.
6286 (symbol_cache_lookup): Clarify use of bsc_ptr, slot_ptr parameters.
6287 Include symbol domain in debugging output.
6288
6289 2015-04-06 Pedro Alves <palves@redhat.com>
6290 Bernd Edlinger <bernd.edlinger@hotmail.de>
6291
6292 * configure.ac: Remove the mingw32-specific stub-termcap.o
6293 fallback, and instead fallback to the stub termcap on all hosts.
6294 * configure: Regenerate.
6295 * stub-termcap.c [!__MINGW32__] (PC, BC, UP): Define as weak
6296 symbols.
6297
6298 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6299
6300 * gdbtypes.c (is_dynamic_type_internal): Remove the unused
6301 "top_level" parameter.
6302 (resolve_dynamic_type_internal): Remove the unused "top_level"
6303 parameter. Update call to is_dynamic_type_internal.
6304 (is_dynamic_type): Update call to is_dynamic_type_internal.
6305 (resolve_dynamic_range): Update call to
6306 resolve_dynamic_type_internal.
6307 (resolve_dynamic_union): Likewise.
6308 (resolve_dynamic_struct): Likewise.
6309 (resolve_dynamic_type): Likewise.
6310
6311 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6312
6313 * gdbtypes.c (is_dynamic_type_internal): Remove special handling of
6314 TYPE_CODE_REF types so that they are not considered as dynamic
6315 depending on the referenced type.
6316 (resolve_dynamic_type_internal): Likewise.
6317
6318 2015-04-02 H.J. Lu <hongjiu.lu@intel.com>
6319
6320 * Makefile.in (top_srcdir): New.
6321 * configure: Regenerated.
6322
6323 2015-04-02 Gary Benson <gbenson@redhat.com>
6324
6325 * NEWS: Announce the new default sysroot of "target:".
6326
6327 2015-04-02 Gary Benson <gbenson@redhat.com>
6328
6329 * main.c (captured_main): Set gdb_sysroot to "target:"
6330 if not otherwise set.
6331
6332 2015-04-02 Gary Benson <gbenson@redhat.com>
6333
6334 * exec.c (exec_file_attach): Support "target:" filenames.
6335
6336 2015-04-02 Gary Benson <gbenson@redhat.com>
6337
6338 * solib.c (solib_find): Strip "target:" prefix from sysroot
6339 if accessing local files.
6340
6341 2015-04-02 Gary Benson <gbenson@redhat.com>
6342
6343 * symfile.c (symfile_bfd_open): Reorder to remove duplicated
6344 checks and error messages.
6345
6346 2015-04-02 Gary Benson <gbenson@redhat.com>
6347
6348 * remote.h (REMOTE_SYSROOT_PREFIX): Remove definition.
6349 (remote_filename_p): Remove declaration.
6350 (remote_bfd_open): Likewise.
6351 * remote.c (remote_bfd_iovec_open): Remove function.
6352 (remote_bfd_iovec_close): Likewise.
6353 (remote_bfd_iovec_pread): Likewise.
6354 (remote_bfd_iovec_stat): Likewise.
6355 (remote_filename_p): Likewise.
6356 (remote_bfd_open): Likewise.
6357 * symfile.h (gdb_bfd_open_maybe_remote): Remove declaration.
6358 * symfile.c (separate_debug_file_exists): Use gdb_bfd_open.
6359 (gdb_bfd_open_maybe_remote): Remove function.
6360 (symfile_bfd_open): Replace remote filename check with
6361 target filename check.
6362 (reread_symbols): Use gdb_bfd_open.
6363 * build-id.c (gdbcore.h): New include.
6364 (build_id_to_debug_bfd): Use gdb_bfd_open.
6365 * infcmd.c (attach_command_post_wait): Remove remote filename
6366 check.
6367 * solib.c (solib_find): Replace remote-specific handling with
6368 target-specific handling. Update comments where necessary.
6369 (solib_bfd_open): Replace remote-specific handling with
6370 target-specific handling.
6371 (gdb_sysroot_changed): New function.
6372 (_initialize_solib): Call the above when gdb_sysroot changes.
6373 * windows-tdep.c (gdbcore.h): New include.
6374 (windows_xfer_shared_library): Use gdb_bfd_open.
6375
6376 2015-04-02 Gary Benson <gbenson@redhat.com>
6377
6378 * gdb/gdb_bfd.h (TARGET_SYSROOT_PREFIX): New definition.
6379 (is_target_filename): New declaration.
6380 (gdb_bfd_has_target_filename): Likewise.
6381 (gdb_bfd_open): Update documentation comment.
6382 * gdb_bfd.c (target.h): New include.
6383 (gdb/fileio.h): Likewise.
6384 (is_target_filename): New function.
6385 (gdb_bfd_has_target_filename): Likewise.
6386 (fileio_errno_to_host): Likewise.
6387 (gdb_bfd_iovec_fileio_open): Likewise.
6388 (gdb_bfd_iovec_fileio_pread): Likewise.
6389 (gdb_bfd_iovec_fileio_close): Likewise.
6390 (gdb_bfd_iovec_fileio_fstat): Likewise.
6391 (gdb_bfd_open): Use target fileio to access paths prefixed
6392 with "target:" where necessary.
6393
6394 2015-04-02 Gary Benson <gbenson@redhat.com>
6395
6396 * target.h (struct target_ops) <to_filesystem_is_local>:
6397 New field.
6398 (target_filesystem_is_local): New macro.
6399 * target-delegates.c: Regenerate.
6400 * remote.c (remote_filesystem_is_local): New function.
6401 (init_remote_ops): Initialize to_filesystem_is_local.
6402
6403 2015-04-02 Gary Benson <gbenson@redhat.com>
6404
6405 * target.h (struct target_ops) <to_fileio_fstat>: New field.
6406 (target_fileio_fstat): New declaration.
6407 * target.c (target_fileio_fstat): New function.
6408 * inf-child.c (inf_child_fileio_fstat): Likewise.
6409 (inf_child_target): Initialize to_fileio_fstat.
6410 * remote.c (init_remote_ops): Likewise.
6411
6412 2015-04-01 Sasha Smundak <asmundak@google.com>
6413
6414 * Makefile.in (SUBDIR_PYTHON_OBJS): Add py-unwind.o.
6415 (SUBDIR_PYTHON_SRCS): Add py-unwind.c.
6416 (py-unwind.o): New recipe.
6417 * NEWS: mention Python frame unwinding.
6418 * data-directory/Makefile.in (PYTHON_FILE_LIST): Add
6419 gdb/unwinder.py and gdb/command/unwinder.py
6420 * python/lib/gdb/__init__.py (packages): Add frame_unwinders
6421 list.
6422 (execute_unwinders): New function.
6423 * python/lib/gdb/command/unwinders.py: New file.
6424 * python/lib/gdb/unwinder.py: New file.
6425 * python/py-objfile.c (objfile_object): Add frame_unwinders field.
6426 (objfpy_dealloc): Decrement frame_unwinders reference count.
6427 (objfpy_initialize): Create frame_unwinders list.
6428 (objfpy_get_frame_unwinders): New function.
6429 (objfpy_set_frame_unwinders): Ditto.
6430 (objfile_getset): Add frame_unwinders attribute to Objfile.
6431 * python/py-progspace.c (pspace_object): Add frame_unwinders field.
6432 (pspy_dealloc): Decrement frame_unwinders reference count.
6433 (pspy_initialize): Create frame_unwinders list.
6434 (pspy_get_frame_unwinders): New function.
6435 (pspy_set_frame_unwinders): Ditto.
6436 (pspy_getset): Add frame_unwinders attribute to gdb.Progspace.
6437 * python/py-unwind.c: New file.
6438 * python/python-internal.h (pspy_get_name_unwinders): New prototype.
6439 (objpy_get_frame_unwinders): New prototype.
6440 (gdbpy_initialize_unwind): New prototype.
6441 * python/python.c (gdbpy_apply_type_printers): Call
6442 gdbpy_initialize_unwind.
6443
6444 2015-04-01 Pedro Alves <palves@redhat.com>
6445
6446 * infrun.c (resume): Check currently_stepping after clearing
6447 stepped_breakpoint, not before.
6448
6449 2015-04-01 Pedro Alves <palves@redhat.com>
6450
6451 * infrun.c (print_target_wait_results): Print all the ptid
6452 elements.
6453
6454 2015-04-01 Pedro Alves <palves@redhat.com>
6455
6456 * infrun.c (keep_going): Also discard cleanups if inserting
6457 breakpoints fails.
6458
6459 2015-04-01 Pedro Alves <palves@redhat.com>
6460
6461 * infrun.c (wait_for_inferior): Install the
6462 finish_thread_state_cleanup cleanup across the whole function, not
6463 just around handle_inferior_event.
6464
6465 2015-04-01 Pedro Alves <palves@redhat.com>
6466
6467 * infrun.c (resume) <step past permanent breakpoint>: Use
6468 do_target_resume.
6469
6470 2015-04-01 Pedro Alves <palves@redhat.com>
6471
6472 * linux-nat.c (linux_handle_extended_wait): Always call set_running.
6473
6474 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6475
6476 * MAINTAINERS (Write After Approval): Add "Pierre-Marie de Rodat".
6477
6478 2015-04-01 Pedro Alves <palves@redhat.com>
6479
6480 * linux-thread-db.c (record_thread): Readd the thread to gdb's
6481 list if it was marked exited.
6482
6483 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
6484
6485 * configure: Regenerated.
6486
6487 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6488 Jan Kratochvil <jan.kratochvil@redhat.com>
6489 Oleg Nesterov <oleg@redhat.com>
6490
6491 PR corefiles/16092
6492 * linux-tdep.c: Include 'gdbcmd.h' and 'gdb_regex.h'.
6493 New enum identifying the various options of the coredump_filter
6494 file.
6495 (struct smaps_vmflags): New struct.
6496 (use_coredump_filter): New variable.
6497 (decode_vmflags): New function.
6498 (mapping_is_anonymous_p): Likewise.
6499 (dump_mapping_p): Likewise.
6500 (linux_find_memory_regions_full): New variables
6501 'coredumpfilter_name', 'coredumpfilterdata', 'pid', 'filterflags'.
6502 Removed variable 'modified'. Read /proc/<PID>/smaps file; improve
6503 parsing of its information. Implement memory mapping filtering
6504 based on its contents.
6505 (show_use_coredump_filter): New function.
6506 (_initialize_linux_tdep): New command 'set use-coredump-filter'.
6507 * NEWS: Mention the possibility of using the
6508 '/proc/PID/coredump_filter' file when generating a corefile.
6509 Mention new command 'set use-coredump-filter'.
6510
6511 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6512
6513 * solib-svr4.c (solib_svr4_r_ldsomap): Catch possible exception by
6514 read_memory_unsigned_integer.
6515
6516 2015-03-31 H.J. Lu <hongjiu.lu@intel.com>
6517
6518 * Makefile.in (ZLIB): New.
6519 (ZLIBINC): Likewise.
6520 (INTERNAL_CFLAGS_BASE): Add $(ZLIBINC).
6521 (CLIBS): Add $(ZLIB).
6522 * acinclude.m4: (GDB_AC_CHECK_BFD): Add $zlibdir to LDFLAGS.
6523 Add -lz to LIBS.
6524 * gdb_bfd.c: Don't check HAVE_ZLIB_H to include <zlib.h>.
6525 * top.c (print_gdb_configuration): Remove --with-zlib and
6526 --without-zlib.
6527 * config.in: Regenerated.
6528 * configure: Likewise.
6529
6530 2015-03-31 Antoine Tremblay <antoine.tremblay@ericsson.com>
6531
6532 * NEWS: Mention info os cpus support.
6533 * gdb/nat/linux-osdata.c (linux_xfer_osdata_cpus): New function.
6534 (struct osdata_type): Add cpus entry, reorder the entries in
6535 alphabetical order.
6536
6537 2015-03-31 Matthias Klose <doko@ubuntu.com>
6538
6539 * compile/compile.c (compile_to_object): Allow triplets with or
6540 without vendor set.
6541
6542 2015-03-30 Doug Evans <dje@google.com>
6543
6544 PR c++/18141
6545 * cp-namespace.c (cp_search_static_and_baseclasses): Always look for
6546 klass in VAR_DOMAIN.
6547
6548 2015-03-30 Gary Benson <gbenson@redhat.com>
6549
6550 * remote.c (remote_mourn_1): Remove function. Update all callers
6551 to use remote_mourn.
6552 (extended_remote_mourn_1): Remove function. Update all callers
6553 to use extended_remote_mourn.
6554 (extended_remote_attach_1): Remove function. Update all callers
6555 to use extended_remote_attach.
6556
6557 2015-03-28 James Bowman <james.bowman@ftdichip.com>
6558
6559 * Makefile.in (ALL_TARGET_OBS): Add ft32-tdep.o.
6560 (HFILES_NO_SRCDIR): Add ft32-tdep.h.
6561 (ALLDEPFILES): Add ft32-tdep.c.
6562 * configure.tgt: Add FT32 entry.
6563 * ft32-tdep.c: New file, FT32 target-dependent code.
6564 * ft32-tdep.h: New file, FT32 target-dependent code.
6565
6566 2015-03-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6567
6568 Revert:
6569 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6570 Code cleanup.
6571 * printcmd.c (print_command_1): Move expr variable scope.
6572
6573 2015-03-27 Joel Brobecker <brobecker@adacore.com>
6574
6575 * dtrace-probe.c (dtrace_process_dof_probe): Initialize expr to NULL.
6576
6577 2015-03-27 Andrzej Kaczmarek <andrzej.kaczmarek@tieto.com>
6578
6579 * gdb_bfd.c (gdb_bfd_section_index): Fix off-by-one for special
6580 sections.
6581
6582 2015-03-26 Joel Brobecker <brobecker@adacore.com>
6583
6584 * dtrace-probe.c (dtrace_process_dof_probe): Contain any
6585 exception raised while parsing the probe arguments.
6586 Force parsing to be done using the C language parser.
6587 * expression.h (parse_expression_with_language): Declare.
6588 * parse.c (parse_expression_with_language): New function.
6589
6590 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6591
6592 * MAINTAINERS (Write After Approval): Add "Jon Turney".
6593
6594 2015-03-26 Andy Wingo <wingo@igalia.com>
6595
6596 PR symtab/18148
6597 * dwarf2read.c (struct partial_die_info): Add has_const_value
6598 member.
6599 (add_partial_symbol): Don't punt on symbols that have const_value
6600 attributes.
6601 (read_partial_die): Detect DW_AT_const_value.
6602
6603 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6604
6605 Code cleanup.
6606 * printcmd.c (print_command_1): Move expr variable scope.
6607
6608 2015-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6609
6610 Code cleanup.
6611 * printcmd.c (validate_format): Make the parameter cmdname const.
6612
6613 2015-03-26 Don Breazeal <donb@codesourcery.com>
6614
6615 * remote.c (_initialize_remote): Update comment.
6616
6617 2015-03-26 Pedro Alves <palves@redhat.com>
6618 Jon TURNEY <jon.turney@dronecode.org.uk>
6619
6620 * coffread.c (coff_symfile_read): When constructing the name of an
6621 import stub symbol from import symbol for amd64, only skip the
6622 char after _imp_ if the target is underscored (like i386) and the
6623 char is indeed the target's leading char.
6624
6625 2015-03-25 Pedro Alves <palves@redhat.com>
6626
6627 * target.h <to_async>: Replace 'callback' and 'context' parameters
6628 with boolean 'enable' parameter.
6629 (target_async): Replace CALLBACK and CONTEXT parameters with
6630 boolean ENABLE parameter.
6631 * inf-loop.c (inferior_event_handler): Adjust.
6632 * linux-nat.c (linux_nat_attach, linux_nat_resume)
6633 (linux_nat_resume): Adjust.
6634 (async_client_callback, async_client_context): Delete.
6635 (handle_target_event): Call inferior_event_handler directly.
6636 (linux_nat_async): Replace 'callback' and 'context' parameters
6637 with boolean 'enable' parameter. Adjust. Remove references to
6638 async_client_callback and async_client_context.
6639 (linux_nat_close): Adjust.
6640 * record-btrace.c (record_btrace_async): Replace 'callback' and
6641 'context' parameters with boolean 'enable' parameter. Adjust.
6642 (record_btrace_resume): Adjust.
6643 * record-full.c (record_full_async): Replace 'callback' and
6644 'context' parameters with boolean 'enable' parameter. Adjust.
6645 (record_full_resume, record_full_core_resume): Adjust.
6646 * remote.c (struct remote_state) <async_client_callback,
6647 async_client_context>: Delete fields.
6648 (remote_start_remote, extended_remote_attach_1, remote_resume)
6649 (extended_remote_create_inferior): Adjust.
6650 (remote_async_serial_handler): Call inferior_event_handler
6651 directly.
6652 (remote_async): Replace 'callback' and 'context' parameters with
6653 boolean 'enable' parameter. Adjust.
6654 * top.c (gdb_readline_wrapper_cleanup, gdb_readline_wrapper):
6655 Adjust.
6656 * target-delegates.c: Regenerate.
6657
6658 2015-03-25 Gary Benson <gbenson@redhat.com>
6659 Pedro Alves <palves@redhat.com>
6660
6661 * target.c (fileio_ft_t): New typedef, define object vector.
6662 (fileio_fhandles): New static variable.
6663 (is_closed_fileio_fh): New macro.
6664 (lowest_closed_fd): New static variable.
6665 (acquire_fileio_fd): New function.
6666 (release_fileio_fd): Likewise.
6667 (fileio_fd_to_fh): New macro.
6668 (target_fileio_open): Wrap the file descriptor on success.
6669 (target_fileio_pwrite): Updated to use wrapped file descriptor.
6670 (target_fileio_pread): Likewise.
6671 (target_fileio_close): Likewise.
6672
6673 2015-03-24 Pedro Alves <palves@redhat.com>
6674
6675 * thread.c (thread_apply_all_command): Take exited threads into
6676 account.
6677
6678 2015-03-24 Pedro Alves <palves@redhat.com>
6679
6680 * infrun.c (resume, proceed): Mention
6681 switch_back_to_stepped_thread, not switch_back_to_stepping.
6682
6683 2015-03-24 Pedro Alves <palves@redhat.com>
6684
6685 * infrun.c (user_visible_resume_ptid): Rewrite going from
6686 most-locked to unlocked instead of the opposite. Move comment ...
6687 * infrun.h (user_visible_resume_ptid): ... here.
6688
6689 2015-03-24 Pedro Alves <palves@redhat.com>
6690
6691 * linux-nat.c (linux_nat_resume): Output debug logs before trying
6692 to resume the event lwp. Use the lwp's ptid instead of the passed
6693 in (maybe wildcard) ptid.
6694 (stop_wait_callback): Tweak debug log output.
6695 (check_stopped_by_breakpoint): Tweak debug log output. Also dump
6696 TRAP_TRACE.
6697 (linux_nat_filter_event): In debug output, distinguish a
6698 resume_stop SIGSTOP from a delayed SIGSTOP. Output debug logs
6699 before trying to resume the lwp.
6700
6701 2015-03-24 Joel Brobecker <brobecker@adacore.com>
6702
6703 * gdbtypes.h (struct dynamic_prop_list) <prop>: Remove
6704 pointer indirection.
6705 * gdbtypes.c (get_dyn_prop): Adjust, following change above.
6706 (add_dyn_prop, copy_dynamic_prop_list): Likewise.
6707
6708 2015-03-24 Joel Brobecker <brobecker@adacore.com>
6709
6710 * gdbtypes.h (enum dynamic_prop_node_kind) <DYN_PROP_DATA_LOCATION>:
6711 Renames DYN_ATTR_DATA_LOCATION.
6712 (TYPE_DATA_LOCATION): Use DYN_PROP_DATA_LOCATION instead of
6713 DYN_ATTR_DATA_LOCATION.
6714 * dwarf2read.c (set_die_type): Use DYN_PROP_DATA_LOCATION
6715 instead of DYN_ATTR_DATA_LOCATION.
6716
6717 2015-03-24 Pedro Alves <palves@redhat.com>
6718
6719 * breakpoint.c (until_break_command): Adjust call to proceed.
6720 * gdbthread.h (struct thread_control_state) <stepping_command>:
6721 New field.
6722 * infcall.c (run_inferior_call): Adjust call to proceed.
6723 * infcmd.c (run_command_1, proceed_thread_callback, continue_1):
6724 Adjust calls to proceed.
6725 (set_step_frame): Set the current thread's step_start_function
6726 here.
6727 (step_once): Adjust calls to proceed.
6728 (jump_command, signal_command, until_next_command)
6729 (finish_backward, finish_forward, proceed_after_attach_callback)
6730 (attach_command_post_wait): Adjust calls to proceed.
6731 * infrun.c (proceed_after_vfork_done): Adjust call to proceed.
6732 (do_target_resume): New function, factored out from ...
6733 (resume): ... here. Remove 'step' parameter. Instead, check
6734 currently_stepping to determine whether the thread should be
6735 single-stepped.
6736 (proceed): Remove 'step' parameter and don't set the thread's
6737 step_start_function here. Adjust call to 'resume'.
6738 (handle_inferior_event): Adjust calls to 'resume'.
6739 (switch_back_to_stepped_thread): Use do_target_resume instead of
6740 'resume'.
6741 (keep_going): Adjust calls to 'resume'.
6742 * infrun.h (proceed): Remove 'step' parameter.
6743 (resume): Likewise.
6744 * windows-nat.c (do_initial_windows_stuff): Adjust call to
6745 'resume'.
6746 * mi/mi-main.c (proceed_thread): Adjust call to 'proceed'.
6747
6748 2015-03-24 Pedro Alves <palves@redhat.com>
6749
6750 * gdbthread.h (struct thread_control_state) <stepping_command>:
6751 New field.
6752 * infcmd.c (step_once): Pass step=1 to clear_proceed_status. Set
6753 the thread's stepping_command field.
6754 * infrun.c (resume): Check the thread's stepping_command flag to
6755 determine which threads should be resumed. Rename 'entry_step'
6756 local to user_step.
6757 (clear_proceed_status_thread): Clear 'stepping_command'.
6758 (schedlock_applies): Change parameter type to struct thread_info
6759 pointer. Adjust.
6760 (find_thread_needs_step_over): Remove 'step' parameter. Adjust.
6761 (switch_back_to_stepped_thread): Adjust calls to
6762 'schedlock_applies'.
6763 (_initialize_infrun): Adjust "set scheduler-locking step" help.
6764
6765 2015-03-24 Pedro Alves <palves@redhat.com>
6766
6767 * infrun.c (step_start_function): Delete and ...
6768 * gdbthread.h (struct thread_control_state) <step_start_function>:
6769 ... now a field here.
6770 * infrun.c (clear_proceed_status_thread): Clear the thread's
6771 step_start_function.
6772 (proceed, process_event_stop_test, print_stop_event): Adjust.
6773
6774 2015-03-24 Pedro Alves <palves@redhat.com>
6775
6776 * infrun.c (proceed): No longer handle negative step.
6777
6778 2015-03-24 Gary Benson <gbenson@redhat.com>
6779
6780 * nat/x86-linux.h (x86_linux_new_thread): New declaration.
6781 (x86_linux_prepare_to_resume): Likewise.
6782 * x86-linux-nat.c (x86_linux_new_thread):
6783 Moved to nat/x86-linux.c.
6784 (x86_linux_prepare_to_resume): Likewise.
6785 * nat/x86-linux.c (x86_linux_new_thread): New function.
6786 (x86_linux_prepare_to_resume): Likewise.
6787
6788 2015-03-24 Gary Benson <gbenson@redhat.com>
6789
6790 * nat/x86-linux-dregs.h: New file.
6791 * nat/x86-linux-dregs.c: Likewise.
6792 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux-dregs.h.
6793 (x86-linux-dregs.o): New rule.
6794 * config/i386/linux.mh (NATDEPFILES): Add x86-linux-dregs.o.
6795 * config/i386/linux64.mh (NATDEPFILES): Likewise.
6796 * x86-linux-nat.c: Include nat/x86-linux-dregs.h.
6797 (u_debugreg_offset): Moved to nat/x86-linux-dregs.c.
6798 (x86_linux_dr_get): Likewise.
6799 (x86_linux_dr_set): Likewise.
6800 (x86_linux_dr_get_addr): Likewise.
6801 (x86_linux_dr_get_control): Likewise.
6802 (x86_linux_dr_get_status): Likewise.
6803 (update_debug_registers_callback): Likewise.
6804 (x86_linux_dr_set_control): Likewise.
6805 (x86_linux_dr_set_addr): Likewise.
6806 (x86_linux_update_debug_registers): Likewise.
6807
6808 2015-03-24 Gary Benson <gbenson@redhat.com>
6809
6810 * x86-linux-nat.c (x86_linux_update_debug_registers):
6811 New function, factored out from...
6812 (x86_linux_prepare_to_resume): ...this.
6813
6814 2015-03-24 Gary Benson <gbenson@redhat.com>
6815
6816 * x86-linux-nat.c (x86_linux_dr_get): Update comments.
6817 (x86_linux_dr_set): Likewise.
6818 (x86_linux_dr_get_addr): Likewise.
6819 (x86_linux_dr_get_control): Likewise.
6820 (x86_linux_dr_get_status): Likewise.
6821 (update_debug_registers_callback): Likewise.
6822 (x86_linux_dr_set_control): Likewise.
6823 (x86_linux_dr_set_addr): Likewise.
6824 (x86_linux_prepare_to_resume): Likewise.
6825 (x86_linux_new_thread): Likewise.
6826
6827 2015-03-24 Gary Benson <gbenson@redhat.com>
6828
6829 * x86-linux-nat.c (x86_linux_dr_set_addr): Update assertion.
6830 (x86_linux_new_thread): Rename argument.
6831
6832 2015-03-24 Gary Benson <gbenson@redhat.com>
6833
6834 * nat/x86-linux.h: New file.
6835 * nat/x86-linux.c: Likewise.
6836 * Makefile.in (HFILES_NO_SRCDIR): Add nat/x86-linux.h.
6837 (x86-linux.o): New rule.
6838 * config/i386/linux.mh (NATDEPFILES): Add x86-linux.o.
6839 * config/i386/linux64.mh (NATDEPFILES): Likewise.
6840 * nat/linux-nat.h (struct arch_lwp_info): New forward declaration.
6841 (lwp_set_arch_private_info): New declaration.
6842 (lwp_arch_private_info): Likewise.
6843 * linux-nat.c (lwp_set_arch_private_info): New function.
6844 (lwp_arch_private_info): Likewise.
6845 * x86-linux-nat.c: Include nat/x86-linux.h.
6846 (arch_lwp_info): Removed structure.
6847 (update_debug_registers_callback):
6848 Use lwp_set_debug_registers_changed.
6849 (x86_linux_prepare_to_resume): Use lwp_debug_registers_changed
6850 and lwp_set_debug_registers_changed.
6851 (x86_linux_new_thread): Use lwp_set_debug_registers_changed.
6852
6853 2015-03-24 Gary Benson <gbenson@redhat.com>
6854
6855 * nat/linux-nat.h (ptid_of_lwp): New declaration.
6856 (lwp_is_stopped): Likewise.
6857 (lwp_stop_reason): Likewise.
6858 * linux-nat.c (ptid_of_lwp): New function.
6859 (lwp_is_stopped): Likewise.
6860 (lwp_is_stopped_by_watchpoint): Likewise.
6861 * x86-linux-nat.c (update_debug_registers_callback):
6862 Use lwp_is_stopped.
6863 (x86_linux_prepare_to_resume): Use ptid_of_lwp and
6864 lwp_stop_reason.
6865
6866 2015-03-24 Gary Benson <gbenson@redhat.com>
6867
6868 * linux-nat.h (linux_stop_lwp): Move declaration to...
6869 * nat/linux-nat.h (linux_stop_lwp): New declaration.
6870
6871 2015-03-24 Gary Benson <gbenson@redhat.com>
6872
6873 * linux-nat.h: Include nat/linux-nat.h.
6874 (iterate_over_lwps): Move declaration to nat/linux-nat.h.
6875 * nat/linux-nat.h (struct lwp_info): New forward declaration.
6876 (iterate_over_lwps_ftype): New typedef.
6877 (iterate_over_lwps): New declaration.
6878 * linux-nat.h (iterate_over_lwps): Update comment. Use
6879 iterate_over_lwps_ftype. Update callback return value check.
6880
6881 2015-03-24 Gary Benson <gbenson@redhat.com>
6882
6883 * x86-nat.h (x86_debug_reg_state): Move declaration to...
6884 * nat/x86-dregs.h (x86_debug_reg_state): New declaration.
6885
6886 2015-03-24 Gary Benson <gbenson@redhat.com>
6887
6888 * nat/linux-nat.h (current_lwp_ptid): New declaration.
6889 * linux-nat.c (current_lwp_ptid): New function.
6890 * x86-linux-nat.c: Include nat/linux-nat.h.
6891 (x86_linux_dr_get_addr): Use current_lwp_ptid.
6892 (x86_linux_dr_get_control): Likewise.
6893 (x86_linux_dr_get_status): Likewise.
6894 (x86_linux_dr_set_control): Likewise.
6895 (x86_linux_dr_set_addr): Likewise.
6896
6897 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6898
6899 PR breakpoints/16466
6900 * breakpoint.c (create_breakpoint): Set thread on breakpoint struct.
6901
6902 2015-03-23 Joel Brobecker <brobecker@adacore.com>
6903
6904 * ser-mingw.c (ser_windows_setparity): Fix indentation.
6905 * ser-unix.c (hardwire_setparity): Likewise.
6906
6907 2015-03-23 Yurij Grechishhev <yurij.grechishhev@gmail.com>
6908
6909 * NEWS: Mention set/show serial parity command.
6910 * monitor.c (monitor_open): Call serial_setparity.
6911 * remote.c (remote_open_1): Likewise.
6912 * ser-base.c (ser_base_serparity): New function.
6913 * ser-base.h (ser_base_setparity): Add declaration.
6914 * ser-go32.c (dos_ops): Set "setparity" field.
6915 * ser-mingw.c (ser_windows_raw): Do not set state.fParity and
6916 state.Parity.
6917 (ser_windows_setparity): New function.
6918 (hardwire_ops): Add ser_windows_setparity.
6919 (tty_ops): Add NULL for setparity field.
6920 (pipe_ops): Add ser_base_setparity.
6921 (tcp_ops): Likewise.
6922 * ser-pipe.c (pipe_ops): Likewise.
6923 * ser-tcp.c (tcp_ops): Likewise.
6924 * ser-unix.c (hardwire_setparity): Add declaration.
6925 (hardwire_raw): Don't reset PARENB flag.
6926 (hardwire_setparity): New function.
6927 (hardwire_ops): Add hardwire_setparity.
6928 * serial.c (serial_setparity): New function.
6929 (serial_parity): New global.
6930 (parity_none, parity_odd, parity_even, parity_enums, parity):
6931 New static globals.
6932 (set_parity): New function.
6933 (_initialize_serial): Add set/show serial parity commands.
6934 * serial.h (GDBPARITY_NONE): Define.
6935 (GDBPARITY_ODD): Define.
6936 (GDBPARITY_EVEN): Define.
6937 (serial_setparity) Add declaration.
6938 (struct serial_ops): Add setparity field.
6939 * target.h (serial_parity): Add declaration.
6940
6941 2015-03-23 Keith Seitz <keiths@redhat.com>
6942
6943 * linespec.c (linespec_lexer_lex_keyword): Update comment.
6944
6945 2015-03-23 Keith Seitz <keiths@redhat.com>
6946
6947 * breakpoint.c (parse_breakpoint_sals): Use
6948 linespec_lexer_lex_keyword to ascertain if the user specified
6949 a NULL location.
6950 * linespec.c [IF_KEYWORD_INDEX]: Define.
6951 (linespec_lexer_lex_keyword): Export.
6952 (struct ls_parser) <keyword_ok>: Remove.
6953 A keyword is only a keyword if not followed by another keyword.
6954 (linespec_lexer_lex_one): Remove keyword_ok handling.
6955 Add comment explaining why the parsing stream is not advanced
6956 when a keyword is seen.
6957 (parse_linespec): Remove parser->keyword_ok.
6958 * linespec.h (linespec_lexer_lex_keyword): Add declaration.
6959
6960 2015-03-23 Keith Seitz <keiths@redhat.com>
6961
6962 PR gdb/18021
6963 * dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
6964 if we find a static method with DW_AT_vtable_elem_location.
6965
6966 2015-03-21 Eli Zaretskii <eliz@gnu.org>
6967
6968 * tui/tui-io.c (tui_expand_tabs): Reinitialize the column counter
6969 before the second loop, to avoid undefined behavior. Reported by
6970 Anton Blanchard <anton@samba.org>.
6971
6972 2015-03-20 Keven Boell <keven.boell@intel.com>
6973
6974 * gdbtypes.c (resolve_dynamic_type_internal): Adapt
6975 data_location usage to linked list.
6976 (resolve_dynamic_type_internal): Adapt data_location to
6977 linked list.
6978 (get_dyn_prop, add_dyn_prop, copy_dynamic_prop_list): New function.
6979 (copy_type_recursive, copy_type): Add copy of linked list.
6980 * gdbtypes.h (enum dynamic_prop_node_kind): New enum.
6981 (struct dynamic_prop_list): New struct.
6982 * dwarf2read.c (set_die_type): Set data_location data.
6983
6984 2015-03-20 Pedro Alves <palves@redhat.com>
6985
6986 * i386-sol2-tdep.c (i386_sol2_static_transform_name): Move "p" to
6987 inner block and make it const.
6988 * machoread.c (get_archive_prefix_len): Make "lparen" const.
6989
6990 2015-03-20 Pedro Alves <palves@redhat.com>
6991
6992 * breakpoint.c (set_breakpoint_condition): Make argument "exp" const.
6993 * breakpoint.h (set_breakpoint_condition): Update declaration.
6994
6995 2015-03-20 Pedro Alves <palves@redhat.com>
6996
6997 * tui/tui-io.c (tui_expand_tabs): Make "s1" const.
6998
6999 2015-03-20 Pedro Alves <palves@redhat.com>
7000
7001 * xcoffread.c (scan_xcoff_symtab): Make "p" and "q" const.
7002
7003 2015-03-20 Pedro Alves <palves@redhat.com>
7004
7005 * remote-m32r-sdi.c (m32r_open): Make "port_str" const.
7006
7007 2015-03-20 Pedro Alves <palves@redhat.com>
7008
7009 * nto-tdep.c (nto_find_and_open_solib): Make "endian" const.
7010 (nto_init_solib_absolute_prefix): Likewise.
7011
7012 2015-03-20 Pedro Alves <palves@redhat.com>
7013
7014 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Make "p" const.
7015 * spu-tdep.c (spu_gdbarch_init): Make "name" const.
7016
7017 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7018
7019 * config/djgpp/README: Remove gdb.hp.
7020
7021 2015-03-20 Yao Qi <yao.qi@linaro.org>
7022
7023 * aarch64-tdep.c (aarch64_gdbarch_init): Don't call
7024 set_gdbarch_cannot_step_breakpoint.
7025
7026 2015-03-19 Pedro Alves <palves@redhat.com>
7027
7028 * linux-nat.c (linux_resume_one_lwp): Rename to ...
7029 (linux_resume_one_lwp_throw): ... this. Don't handle ESRCH here,
7030 instead call perror_with_name.
7031 (check_ptrace_stopped_lwp_gone): New function.
7032 (linux_resume_one_lwp): Reimplement as wrapper around
7033 linux_resume_one_lwp_throw that swallows errors if the LWP is
7034 gone.
7035 (resume_stopped_resumed_lwps): Try register reads in TRY/CATCH and
7036 swallows errors if the LWP is gone. Use
7037 linux_resume_one_lwp_throw instead of linux_resume_one_lwp.
7038
7039 2015-03-19 Pedro Alves <palves@redhat.com>
7040
7041 * linux-nat.c (status_callback): Return early if the LWP has no
7042 status pending.
7043
7044 2015-03-19 Pedro Alves <palves@redhat.com>
7045
7046 * linux-nat.c (select_event_lwp_callback): Update comment to no
7047 longer mention SIGTRAP.
7048
7049 2015-03-18 Tristan Gingold <gingold@adacore.com>
7050
7051 * amd64-windows-tdep.c (amd64_windows_find_unwind_info): Move
7052 redirection code to ...
7053 (amd64_windows_frame_decode_insns): ... Here. Fix in prologue
7054 checks. Fix SAVE_NONVOL operations. Add debug code and comments.
7055
7056 2015-03-18 Gary Benson <gbenson@redhat.com>
7057
7058 (remote_protocol_features): Remove the "vFile:fstat" feature.
7059 (remote_hostio_fstat): Probe for "vFile:fstat" support.
7060
7061 2015-03-11 Yao Qi <yao.qi@linaro.org>
7062
7063 PR tdep/18107
7064 * aarch64-linux-tdep.c: Include xml-syscall.h
7065 (aarch64_linux_get_syscall_number): New function.
7066 (aarch64_linux_init_abi): Call
7067 set_gdbarch_get_syscall_number.
7068 * syscalls/aarch64-linux.xml: New file.
7069
7070 2015-03-17 Yurij Grechishhev <yurij.grechishhev@gmail.com>
7071
7072 * ser-base.h (ser_base_setstopbits): Change second argument name
7073 from "rate" to "num".
7074
7075 2015-03-17 Gary Benson <gbenson@redhat.com>
7076 Luke Allardyce <lukeallardyce@gmail.com>
7077
7078 PR gdb/18131
7079 * common/common-remote-fileio.h (sys/stat.h): New include.
7080 (stuct stat): Remove forward declaration.
7081
7082 2015-03-16 John Baldwin <jhb@FreeBSD.org>
7083
7084 * fbsd-tdep.c (fbsd_make_corefile_notes): Fetch all target registers
7085 before writing core register notes.
7086
7087 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
7088 Pedro Alves <palves@redhat.com>
7089
7090 * gdb_curses.h (tgetnum): Mark with EXTERN_C.
7091 * stub-termcap.c (tgetent, tgetnum, tgetflag, tgetstr, tputs)
7092 (tgoto): Wrap with extern "C".
7093
7094 2015-03-16 Pedro Alves <palves@redhat.com>
7095 Yuanhui Zhang <asmwarrior@gmail.com>
7096
7097 * stub-termcap.c (tputs): Change prototype.
7098
7099 2015-03-16 Yuanhui Zhang <asmwarrior@gmail.com>
7100 Pedro Alves <palves@redhat.com>
7101
7102 * windows-nat.c (struct thread_info_struct): Rename to ...
7103 (struct windows_thread_info_struct): ... this.
7104 (thread_info): Rename to ...
7105 (windows_thread_info): ... this.
7106 All users updated.
7107
7108 2015-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7109 Pedro Alves <palves@redhat.com>
7110
7111 * NEWS: New Removed targets and native configurations.
7112
7113 2015-03-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7114
7115 Remove HPUX.
7116 * Makefile.in (ALL_64_TARGET_OBS): Remove ia64-hpux-tdep.o.
7117 (ALL_TARGET_OBS): Remove hppa-hpux-tdep.o, solib-som.o and solib-pa64.o.
7118 (HFILES_NO_SRCDIR): Remove solib-som.h, inf-ttrace.h, solib-pa64.h and
7119 ia64-hpux-tdep.h, solib-ia64-hpux.h.
7120 (ALLDEPFILES): Remove hppa-hpux-tdep.c, hppa-hpux-nat.c,
7121 ia64-hpux-nat.c, ia64-hpux-tdep.c, somread.c and solib-som.c.
7122 * config/djgpp/fnchange.lst: Remove hppa-hpux-nat.c and
7123 hppa-hpux-tdep.c.
7124 * config/ia64/hpux.mh: Remove file.
7125 * config/pa/hpux.mh: Remove file.
7126 * configure: Rebuilt.
7127 * configure.ac (dlgetmodinfo, somread.o): Remove.
7128 * configure.host (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
7129 (ia64-*-hpux*): Remove its float format exception.
7130 * configure.tgt (hppa*-*-hpux*, ia64-*-hpux*): Make them obsolete.
7131 * hppa-hpux-nat.c: Remove file.
7132 * hppa-hpux-tdep.c: Remove file.
7133 * hppa-tdep.c (struct hppa_unwind_info, struct hppa_objfile_private):
7134 Move them here from hppa-tdep.h
7135 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Make it static.
7136 (hppa_frame_prev_register_helper): Remove HPPA_FLAGS_REGNUM exception.
7137 * hppa-tdep.h (struct hppa_unwind_info, struct hppa_objfile_private):
7138 Move them to hppa-tdep.c.
7139 (hppa_objfile_priv_data, hppa_init_objfile_priv_data): Remove
7140 declarations.
7141 * ia64-hpux-nat.c: Remove file.
7142 * ia64-hpux-tdep.c: Remove file.
7143 * ia64-hpux-tdep.h: Remove file.
7144 * inf-ttrace.c: Remove file.
7145 * inf-ttrace.h: Remove file.
7146 * solib-ia64-hpux.c: Remove file.
7147 * solib-ia64-hpux.h: Remove file.
7148 * solib-pa64.c: Remove file.
7149 * solib-pa64.h: Remove file.
7150 * solib-som.c: Remove file.
7151 * solib-som.h: Remove file.
7152 * somread.c: Remove file.
7153
7154 2015-03-13 John Baldwin <jhb@FreeBSD.org>
7155
7156 * configure.ac: AC_SEARCH_LIBS(kinfo_getvmmap, util).
7157 * config.in: Regenerate.
7158 * configure: Regenerate.
7159 * fbsd-nat.c [!HAVE_KINFO_GETVMMAP] (fbsd_read_mapping): Don't
7160 define.
7161 (fbsd_find_memory_regions): Use kinfo_getvmmap to
7162 enumerate memory regions if present.
7163
7164 2015-03-13 John Baldwin <jhb@FreeBSD.org>
7165
7166 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_p): Style fixes.
7167 * i386fbsd-tdep.c: Fix style in various gdb_static_assert
7168 expressions.
7169 (i386fbsd_sigtramp_p): Likewise.
7170
7171 2015-03-12 John Baldwin <jhb@FreeBSD.org>
7172
7173 * MAINTAINERS (Write After Approval): Add John Baldwin.
7174
7175 2015-03-12 Gary Benson <gbenson@redhat.com>
7176
7177 * solib.c (_initialize_solib): Make "set/show sysroot" use
7178 add_setshow_optional_filename_cmd so it can be restored to
7179 empty after being set.
7180
7181 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
7182
7183 * Makefile.in (SFILES): New source break-catch-syscall.c.
7184 (COMMON_OBS): New object break-catch-syscall.o.
7185 * break-catch-syscall.c: New file.
7186 * breakpoint.c: Remove inclusion of "xml-syscall.h".
7187 (syscall_catchpoint_p): Move declaration to break-catch-syscall.c
7188 (struct syscall_catchpoint): Likewise.
7189 (dtor_catch_syscall): Likewise.
7190 (catch_syscall_inferior_data): Likewise.
7191 (struct catch_syscall_inferior_data): Likewise.
7192 (get_catch_syscall_inferior_data): Likewise.
7193 (catch_syscall_inferior_data_cleanup): Likewise.
7194 (insert_catch_syscall): Likewise.
7195 (remove_catch_syscall): Likewise.
7196 (breakpoint_hit_catch_syscall): Likewise.
7197 (print_it_catch_syscall): Likewise.
7198 (print_one_catch_syscall): Likewise.
7199 (print_mention_catch_syscall): Likewise.
7200 (print_recreate_catch_syscall): Likewise.
7201 (catch_syscall_breakpoint_ops): Likewise.
7202 (syscall_catchpoint_p): Likewise.
7203 (create_syscall_event_catchpoint): Likewise.
7204 (catch_syscall_split_args): Likewise.
7205 (catch_syscall_command_1): Likewise.
7206 (is_syscall_catchpoint_enabled): Likewise.
7207 (catch_syscall_enabled): Likewise.
7208 (catching_syscall_number): Likewise.
7209 (catch_syscall_completer): Likewise.
7210 (clear_syscall_counts): Likewise.
7211 (initialize_breakpoint_ops): Move initialization of syscall
7212 catchpoints to break-catch-syscall.c.
7213 (_initialize_breakpoint): Move code related to syscall catchpoints
7214 to break-catch-syscall.c.
7215
7216 2015-03-11 Sergio Durigan Junior <sergiodj@redhat.com>
7217
7218 * breakpoint.c (breakpoint_find_if): New function.
7219 * breakpoint.h (breakpoint_find_if): New prototype.
7220
7221 2015-03-11 Gary Benson <gbenson@redhat.com>
7222
7223 * remote-fileio.h (remote_fileio_to_host_stat): New declaration.
7224 * remote-fileio.c (remote_fileio_to_host_uint): New function.
7225 (remote_fileio_to_host_ulong): Likewise.
7226 (remote_fileio_to_host_mode): Likewise.
7227 (remote_fileio_to_host_time): Likewise.
7228 (remote_fileio_to_host_stat): Likewise.
7229 * remote.c (PACKET_vFile_fstat): New enum value.
7230 (remote_protocol_features): Register the "vFile:fstat" feature.
7231 (remote_hostio_fstat): New function.
7232 (remote_bfd_iovec_stat): Use the above.
7233 (_initialize_remote): Register new "set/show remote
7234 hostio-fstat-packet" command.
7235 * symfile.c (separate_debug_file_exists): Update comment.
7236 * NEWS: Announce new vFile:fstat packet.
7237
7238 2015-03-11 Gary Benson <gbenson@redhat.com>
7239
7240 * common/common-remote-fileio.h: New file.
7241 * common/common-remote-fileio.c: Likewise.
7242 * Makefile.in (SFILES): Add common/common-remote-fileio.c.
7243 (HFILES_NO_SRCDIR): Add common/common-remote-fileio.h.
7244 (COMMON_OBS): Add common-remote-fileio.o.
7245 (common-remote-fileio.o): New rule.
7246 * remote-fileio.h (common-remote-fileio.h): New include.
7247 * remote-fileio.c (gdb/fileio.h): Do not include.
7248 (remote_fileio_to_be): Moved to common-remote-fileio.h.
7249 (remote_fileio_to_fio_uint): Likewise.
7250 (remote_fileio_to_fio_time): Likewise.
7251 (remote_fileio_mode_to_target): Moved to common-remote-fileio.c.
7252 (remote_fileio_to_fio_mode): Likewise.
7253 (remote_fileio_to_fio_ulong): Likewise.
7254 (remote_fileio_to_fio_stat): Likewise.
7255
7256 2015-03-11 Andy Wingo <wingo@igalia.com>
7257
7258 * guile/scm-value.c (gdbscm_value_dynamic_type): Fix typo in which
7259 we were checking the cached type, not the cached dynamic type.
7260
7261 2015-03-11 Andy Wingo <wingo@igalia.com>
7262
7263 * guile/scm-cmd.c (cmdscm_destroyer): Don't xfree the name and
7264 other strings, as these are on the GC'd heap, and will be
7265 collected along with the smob.
7266
7267 2015-03-11 Andy Wingo <wingo@igalia.com>
7268
7269 * guile/scm-objfile.c (gdbscm_objfile_progspace): New function.
7270 (objfile_functions): Bind gdbscm_objfile_progspace to
7271 objfile-progspace.
7272 * guile/lib/gdb.scm: Add objfile-progspace to exports.
7273
7274 2015-03-11 Andy Wingo <wingo@igalia.com>
7275
7276 * guile/guile.c (_initialize_guile): Disable automatic
7277 finalization, if Guile offers us that possibility.
7278 * guile/guile.c (call_initialize_gdb_module):
7279 * guile/scm-safe-call.c (gdbscm_with_catch): Arrange to run
7280 finalizers in appropriate places.
7281 * configure.ac (AC_TRY_LIBGUILE): Add a check for
7282 scm_set_automatic_finalization_enabled.
7283 * configure: Regenerated.
7284
7285 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
7286
7287 * s390-linux-tdep.c (s390_skip_prologue): Skip the prologue using
7288 SAL, if possible.
7289
7290 2015-03-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
7291
7292 * s390-linux-nat.c (struct arch_lwp_info): New.
7293 (s390_fix_watch_points): Rename to...
7294 (s390_prepare_to_resume): ...this. Skip the PER info update
7295 unless the watch points have changed.
7296 (s390_refresh_per_info, s390_new_thread): New functions.
7297 (s390_insert_watchpoint): Call s390_refresh_per_info instead of
7298 s390_fix_watch_points.
7299 (s390_remove_watchpoint): Likewise.
7300 (_initialize_s390_nat): Reflect renaming of s390_fix_watch_points.
7301 Register s390_prepare_to_resume.
7302
7303 2015-03-09 Pedro Alves <palves@redhat.com>
7304
7305 Revert:
7306 2015-03-07 Pedro Alves <palves@redhat.com>
7307 * common/gdb_socket.h: New file.
7308 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
7309 sys/socket.h.
7310 (net_open): Use union gdb_sockaddr_u.
7311
7312 2015-03-07 Pedro Alves <palves@redhat.com>
7313
7314 * configure.ac (build_warnings): Move -Wmissing-prototypes
7315 -Wdeclaration-after-statement -Wmissing-parameter-type
7316 -Wold-style-declaration -Wold-style-definition to the C-specific
7317 set.
7318 * configure: Regenerate.
7319
7320 2015-03-07 Pedro Alves <palves@redhat.com>
7321
7322 * common/gdb_socket.h: New file.
7323 * ser-tcp.c: Include gdb_socket.h. Don't include netinet/in.h nor
7324 sys/socket.h.
7325 (net_open): Use union gdb_sockaddr_u.
7326
7327 2015-03-07 Pedro Alves <palves@redhat.com>
7328
7329 * common/common-exceptions.c [!__cplusplus] (enum catcher_state)
7330 (exceptions_state_mc_action_iter)
7331 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
7332 Don't define.
7333 [__cplusplus] (try_scope_depth): New global.
7334 [__cplusplus] (exception_try_scope_entry)
7335 (exception_try_scope_exit, gdb_exception_sliced_copy)
7336 (exception_rethrow): New functions.
7337 (throw_exception): In C++ mode, throw
7338 gdb_exception_RETURN_MASK_QUIT for RETURN_QUIT and
7339 gdb_exception_RETURN_MASK_ERROR for RETURN_ERROR.
7340 (throw_it): In C++ mode, use try_scope_depth.
7341 * common/common-exceptions.h [!__cplusplus]
7342 (exceptions_state_mc_action_iter)
7343 (exceptions_state_mc_action_iter_1, exceptions_state_mc_catch):
7344 Don't declare.
7345 [__cplusplus] (exception_try_scope_entry)
7346 (exception_try_scope_exit, exception_rethrow): Declare.
7347 [__cplusplus] (struct exception_try_scope): New struct.
7348 [__cplusplus] (TRY, CATCH, END_CATCH): Reimplement on top of real
7349 C++ exceptions.
7350 (struct gdb_exception_RETURN_MASK_ALL)
7351 (struct gdb_exception_RETURN_MASK_ERROR)
7352 (struct gdb_exception_RETURN_MASK_QUIT): New types.
7353
7354 2015-03-07 Pedro Alves <palves@redhat.com>
7355
7356 * main.c (handle_command_errors): Remove volatile qualifier from
7357 parameter.
7358
7359 2015-03-07 Pedro Alves <palves@redhat.com>
7360
7361 * breakpoint.c (save_breakpoints): Adjust to avoid code between
7362 TRY and CATCH.
7363 * gdbtypes.c (safe_parse_type): Remove empty line.
7364 (types_deeply_equal):
7365 * guile/scm-frame.c (gdbscm_frame_name):
7366 * linux-thread-db.c (find_new_threads_once):
7367 * python/py-breakpoint.c (bppy_get_commands):
7368 * record-btrace.c (record_btrace_insert_breakpoint)
7369 (record_btrace_remove_breakpoint, record_btrace_start_replaying)
7370 (record_btrace_start_replaying): Adjust to avoid code between TRY
7371 and CATCH.
7372
7373 2015-03-07 Pedro Alves <palves@redhat.com>
7374
7375 * common/common-exceptions.c (struct catcher) <exception>: No
7376 longer a pointer to volatile exception. Now an exception value.
7377 <mask>: Delete field.
7378 (exceptions_state_mc_init): Remove all parameters. Adjust.
7379 (exceptions_state_mc): No longer pop the catcher here.
7380 (exceptions_state_mc_catch): New function.
7381 (throw_exception): Adjust.
7382 * common/common-exceptions.h (exceptions_state_mc_init): Remove
7383 all parameters.
7384 (exceptions_state_mc_catch): Declare.
7385 (TRY_CATCH): Rename to ...
7386 (TRY): ... this. Remove EXCEPTION and MASK parameters.
7387 (CATCH, END_CATCH): New.
7388 All callers adjusted.
7389
7390 2015-03-07 Tom Tromey <tromey@redhat.com>
7391
7392 * top.c (quit_force): Inline and delete DO_TRY, DO_PRINT_EX.
7393
7394 2015-03-07 Pedro Alves <palves@redhat.com>
7395
7396 * amd64-tdep.c (amd64_frame_cache, amd64_sigtramp_frame_cache)
7397 (amd64_epilogue_frame_cache): Normal exception handling code.
7398 * break-catch-throw.c (check_status_exception_catchpoint)
7399 (re_set_exception_catchpoint): Ditto.
7400 * cli/cli-interp.c (safe_execute_command):
7401 * cli/cli-script.c (script_from_file): Ditto.
7402 * compile/compile-c-symbols.c (generate_c_for_for_one_variable):
7403 Ditto.
7404 * compile/compile-object-run.c (compile_object_run): Ditto.
7405 * cp-abi.c (baseclass_offset): Ditto.
7406 * cp-valprint.c (cp_print_value): Ditto.
7407 * exceptions.c (catch_exceptions_with_msg):
7408 * frame-unwind.c (frame_unwind_try_unwinder): Ditto.
7409 * frame.c (get_frame_address_in_block_if_available): Ditto.
7410 * i386-tdep.c (i386_frame_cache, i386_epilogue_frame_cache)
7411 (i386_sigtramp_frame_cache): Ditto.
7412 * infcmd.c (post_create_inferior): Ditto.
7413 * linespec.c (parse_linespec, find_linespec_symbols):
7414 * p-valprint.c (pascal_object_print_value): Ditto.
7415 * parse.c (parse_expression_for_completion): Ditto.
7416 * python/py-finishbreakpoint.c (bpfinishpy_init): Ditto.
7417 * remote.c (remote_get_noisy_reply): Ditto.
7418 * s390-linux-tdep.c (s390_frame_unwind_cache): Ditto.
7419 * solib-svr4.c (solib_svr4_r_map): Ditto.
7420
7421 2015-03-06 Gary Benson <gbenson@redhat.com>
7422
7423 * common/common-utils.h (startswith): New inline function.
7424 All places where this logic was used updated to use the above.
7425
7426 2015-03-05 Pedro Alves <palves@redhat.com>
7427
7428 PR gdb/18002
7429 * mem-break.c (default_memory_insert_breakpoint): Set shadow_len
7430 after reading the breakpoint's shadow memory.
7431
7432 2015-03-05 Mark Kettenis <kettenis@gnu.org>
7433
7434 * hppabsd-nat.c: Remove file.
7435 * hppaobsd-nat.c: New file.
7436 * Makefile.in (ALLDEPFILES): Remove hppabsd-nat.c. Add
7437 hppaobsd-nat.c.
7438 * config/pa/obsd.mh (NATDEPFILES): Replace hppabsd-nat.o with
7439 hppaobsd-nat.o.
7440
7441 2015-03-04 Pedro Alves <palves@redhat.com>
7442
7443 * target.h (struct target_ops) <to_decr_pc_after_break>: Delete.
7444 (target_decr_pc_after_break): Delete declaration.
7445 * target.c (default_target_decr_pc_after_break)
7446 (target_decr_pc_after_break): Delete.
7447 * linux-nat.c (check_stopped_by_breakpoint, linux_nat_wait_1): Use
7448 gdbarch_decr_pc_after_break instead of target_decr_pc_after_break.
7449 * linux-thread-db.c (check_event): Likewise.
7450 * infrun.c (adjust_pc_after_break): Likewise.
7451 * darwin-nat.c (cancel_breakpoint): Likewise.
7452 * aix-thread.c (aix_thread_wait): Likewise.
7453 * target-delegates.c: Regenerate.
7454
7455 2015-03-04 Pedro Alves <palves@redhat.com>
7456
7457 * linux-nat.c (save_sigtrap): Check for breakpoints before
7458 checking watchpoints.
7459 (status_callback) [USE_SIGTRAP_SIGINFO]: Don't check whether a
7460 breakpoint is inserted if relying on SIGTRAP's siginfo.si_code.
7461 (check_stopped_by_breakpoint) [USE_SIGTRAP_SIGINFO]: Decide whether
7462 a breakpoint triggered based on the SIGTRAP's siginfo.si_code.
7463 (linux_nat_stopped_by_sw_breakpoint)
7464 (linux_nat_supports_stopped_by_sw_breakpoint)
7465 (linux_nat_stopped_by_hw_breakpoint)
7466 (linux_nat_supports_stopped_by_hw_breakpoint): New functions.
7467 (linux_nat_wait_1): Don't re-increment the PC if relying on
7468 SIGTRAP's siginfo->si_code.
7469 (linux_nat_add_target): Install new target methods.
7470 * linux-thread-db.c (check_event): Don't account for breakpoint PC
7471 offset if the target already adjusted the PC.
7472 * nat/linux-ptrace.h (USE_SIGTRAP_SIGINFO): New.
7473 (GDB_ARCH_TRAP_BRKPT): New.
7474 (TRAP_HWBKPT): Define if not already defined.
7475
7476 2015-03-04 Pedro Alves <palves@redhat.com>
7477
7478 * NEWS: Mention the new "swbreak" and "hwbreak" stop reasons.
7479 * remote.c (struct remote_state) <remote_stopped_by_watchpoint_p>:
7480 Delete field.
7481 <stop_reason>: New field.
7482 (PACKET_swbreak_feature, PACKET_hwbreak_feature): New enum values.
7483 (packet_set_cmd_state): New function.
7484 (remote_protocol_features): Register the "swbreak" and "hwbreak"
7485 features.
7486 (remote_query_supported): If not disabled with the corresponding
7487 "set remote foo-packet" command, report support for the swbreak
7488 and hwbreak features.
7489 (struct stop_reply) <remote_stopped_by_watchpoint_p>: Delete
7490 field.
7491 <stop_reason>: New field.
7492 (remote_parse_stop_reply): Handle "swbreak" and "hwbreak".
7493 (remote_wait_as): Adjust.
7494 (remote_stopped_by_sw_breakpoint)
7495 (remote_supports_stopped_by_sw_breakpoint)
7496 (remote_stopped_by_hw_breakpoint)
7497 (remote_supports_stopped_by_hw_breakpoint): New functions.
7498 (remote_stopped_by_watchpoint): New function.
7499 (init_remote_ops): Install them.
7500 (_initialize_remote): Register new "set/show remote
7501 swbreak-feature-packet" and "set/show remote
7502 swbreak-feature-packet" commands.
7503
7504 2015-03-04 Pedro Alves <palves@redhat.com>
7505
7506 * btrace.h: Include target/waitstatus.h.
7507 (struct btrace_thread_info) <stop_reason>: New field.
7508 * record-btrace.c (record_btrace_step_thread): Use
7509 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
7510 (record_btrace_decr_pc_after_break): Delete.
7511 (record_btrace_stopped_by_sw_breakpoint)
7512 (record_btrace_supports_stopped_by_sw_breakpoint)
7513 (record_btrace_stopped_by_hw_breakpoint)
7514 (record_btrace_supports_stopped_by_hw_breakpoint): New functions.
7515 (init_record_btrace_ops): Install them.
7516 * record-full.c (record_full_hw_watchpoint): Delete and replace
7517 with ...
7518 (record_full_stop_reason): ... this throughout.
7519 (record_full_exec_insn): Adjust.
7520 (record_full_wait_1): Adjust. No longer re-increment the PC.
7521 (record_full_wait_1): Adjust. Use
7522 record_check_stopped_by_breakpoint instead of breakpoint_here_p.
7523 (record_full_stopped_by_watchpoint): Adjust.
7524 (record_full_stopped_by_sw_breakpoint)
7525 (record_full_supports_stopped_by_sw_breakpoint)
7526 (record_full_supports_stopped_by_sw_breakpoint)
7527 (record_full_stopped_by_hw_breakpoint)
7528 (record_full_supports_stopped_by_hw_breakpoint): New functions.
7529 (init_record_full_ops, init_record_full_core_ops): Install them.
7530 * record.c (record_check_stopped_by_breakpoint): New function.
7531 * record.h: Include target/waitstatus.h.
7532 (record_check_stopped_by_breakpoint): New declaration.
7533
7534 2015-03-04 Pedro Alves <palves@redhat.com>
7535
7536 enum lwp_stop_reason -> enum target_stop_reason
7537 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
7538 (linux_nat_stopped_by_watchpoint, status_callback)
7539 (linux_nat_wait_1): Adjust.
7540 * linux-nat.h (enum lwp_stop_reason): Delete.
7541 (struct lwp_info) <stop_reason>: Now an enum target_stop_reason.
7542 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
7543 * target/waitstatus.h (enum target_stop_reason): New.
7544
7545 2015-03-04 Pedro Alves <palves@redhat.com>
7546
7547 * breakpoint.c (need_moribund_for_location_type): New function.
7548 (bpstat_stop_status): Don't skipping checking moribund locations
7549 of breakpoint types which the target tell caused a stop.
7550 (program_breakpoint_here_p): New function, factored out from ...
7551 (bp_loc_is_permanent): ... this.
7552 (update_global_location_list): Don't create a moribund location if
7553 the target supports reporting stops of the type of the removed
7554 breakpoint.
7555 * breakpoint.h (program_breakpoint_here_p): New declaration.
7556 * infrun.c (adjust_pc_after_break): Return early if the target has
7557 already adjusted the PC. Add comments.
7558 (handle_signal_stop): If nothing explains a signal, and the target
7559 tells us the stop was caused by a software breakpoint, check if
7560 there's a breakpoint instruction in the memory. If so, adjust the
7561 PC before presenting the stop to the user. Otherwise, ignore the
7562 trap. If nothing explains a signal, and the target tells us the
7563 stop was caused by a hardware breakpoint, ignore the trap.
7564 * target.h (struct target_ops) <to_stopped_by_sw_breakpoint,
7565 to_supports_stopped_by_sw_breakpoint, to_stopped_by_hw_breakpoint,
7566 to_supports_stopped_by_hw_breakpoint>: New fields.
7567 (target_stopped_by_sw_breakpoint)
7568 (target_supports_stopped_by_sw_breakpoint)
7569 (target_stopped_by_hw_breakpoint)
7570 (target_supports_stopped_by_hw_breakpoint): Define.
7571 * target-delegates.c: Regenerate.
7572
7573 2015-03-04 Pedro Alves <palves@redhat.com>
7574
7575 * infrun.c (follow_fork_inferior): Use the whole of the
7576 inferior_ptid and pending_follow.related_pid ptids instead of
7577 building ptids from the process components. Adjust verbose output
7578 to use target_pid_to_str.
7579 * linux-nat.c (linux_child_follow_fork): Use the whole of the
7580 inferior_ptid and pending_follow.related_pid ptids instead of
7581 building ptids from the process components.
7582
7583 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7584
7585 * inf-ptrace.c [PT_GET_PROCESS_STATE]
7586 (inf_ptrace_insert_fork_catchpoint): New function.
7587 (inf_ptrace_remove_fork_catchpoint): New function.
7588 (inf_ptrace_target) [PT_GET_PROCESS_STATE]: Install them.
7589
7590 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7591
7592 * s390-linux-tdep.c (s390_register_name): Return empty string
7593 instead of NULL for registers that shouldn't be visible.
7594
7595 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7596
7597 * s390-linux-tdep.c (s390_gdbarch_init): Use the correct syscall
7598 XML file for 64-bit targets.
7599
7600 2015-03-03 Simon Marchi <simon.marchi@ericsson.com>
7601
7602 * target.h (find_default_create_inferior): Remove declaration.
7603 (find_default_attach): Likewise.
7604
7605 2015-03-03 Pedro Alves <palves@redhat.com>
7606
7607 * inf-ptrace.c (inf_ptrace_resume): Remove spurious whitespace.
7608 Use ptid_get_pid to get the overall process id when resuming all
7609 threads.
7610
7611 2015-03-03 Pedro Alves <palves@redhat.com>
7612
7613 * i386-linux-nat.c (i386_linux_resume): Get the ptrace PID out of
7614 the lwp field of ptid. Pass the full ptid to get_thread_regcache.
7615 * inf-ptrace.c (get_ptrace_pid): New function.
7616 (inf_ptrace_resume): Use it.
7617 * linux-nat.c (linux_resume_one_lwp): Pass the LWP's ptid ummodified
7618 to the lower layer.
7619
7620 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
7621
7622 * nat/linux-btrace.c: Include sys/utsname.h.
7623 (linux_determine_kernel_ptr_bits): New.
7624 (linux_enable_bts): Call linux_determine_kernel_ptr_bits.
7625 * x86-linux-nat.c (x86_linux_enable_btrace): Do not overwrite non-zero
7626 ptr_bits.
7627
7628 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
7629
7630 * btrace.c (ftrace_update_function): Treat return as tailcall for
7631 "_dl_runtime_resolve".
7632
7633 2015-03-03 Markus Metzger <markus.t.metzger@intel.com>
7634
7635 * btrace.h (btrace_function) <lbegin, lend>: Remove.
7636 * btrace.c (ftrace_debug): Do not print the line range.
7637 (ftrace_skip_file, ftrace_update_lines): Remove.
7638 (ftrace_new_function): Remove lbegin and lend initialization.
7639 (btrace_compute_ftrace_bts): Remove call to ftrace_update_lines.
7640 * record-btrace.c (btrace_compute_src_line_range): New.
7641 (btrace_call_history_src_line): Call btrace_compute_src_line_range.
7642
7643 2015-03-02 Pedro Alves <palves@redhat.com>
7644
7645 * infrun.c (follow_exec): Delete all threads of the process except
7646 the event thread. Extended comments.
7647
7648 2015-03-02 Joel Brobecker <brobecker@adacore.com>
7649
7650 * contrib/ari/gdb_ari.sh: Reinstate checks for "true" and "false".
7651
7652 2015-03-02 Joel Brobecker <brobecker@adacore.com>
7653
7654 * utils.h: Remove <stdbool.h> #include.
7655 (producer_is_gcc): Change return type to "int".
7656 * utils.c (producer_is_gcc): Change return type to int.
7657 Return 1 instead of true, and 0 instead of false.
7658 Adjust function documentation accordingly.
7659
7660 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7661
7662 * s390-linux-nat.c (have_regset_vxrs): New static variable.
7663 (s390_linux_fetch_inferior_registers): Handle vector registers, if
7664 present.
7665 (s390_linux_store_inferior_registers): Likewise.
7666 (s390_get_hwcap): Remove function. Embed its logic...
7667 (s390_read_description): ...here. Yield a target description with
7668 vector registers if applicable.
7669 * s390-linux-tdep.c: Include "features/s390-vx-linux64.c",
7670 "features/s390-tevx-linux64.c", "features/s390x-vx-linux64.c", and
7671 "features/s390x-tevx-linux64.c".
7672 (struct gdbarch_tdep) <v0_full_regnum>: New field.
7673 (s390_dwarf_regmap): Add vector registers. Remove bogus entries
7674 for "GNU/Linux-specific registers".
7675 (s390_dwarf_reg_r0l): New enum value.
7676 (s390_dwarf_reg_to_regnum): Support vector registers.
7677 (s390_adjust_frame_regnum): Adjust pseudo DWARF register numbers
7678 of GPR lower halves.
7679 (regnum_is_vxr_full): New function.
7680 (s390_register_name): New function.
7681 (s390_pseudo_register_name): Handle v0-v15, which are composed of
7682 f0-f15 and v0l-v15l.
7683 (s390_pseudo_register_type): Likewise.
7684 (s390_pseudo_register_read): Likewise.
7685 (s390_pseudo_register_write): Likewise.
7686 (s390_value_from_register): Account for the fact that values are
7687 placed left-justified in vector registers.
7688 (s390_pseudo_register_reggroup_p): Add pseudo registers v0-v15 to
7689 the vector reggroup and omit them from the general reggroup.
7690 (s390_regmap_vxrs_low, s390_regmap_vxrs_high): New register maps.
7691 (s390_vxrs_low_regset, s390_vxrs_high_regset): New regsets.
7692 (s390_iterate_over_regset_sections): Add iterations for the two
7693 new vector regsets.
7694 (s390_core_read_description): Yield a target description with
7695 vector registers if applicable.
7696 (s390_gdbarch_init): Handle target descriptions with vector
7697 registers. Add "register_name" gdbarch method.
7698 (_initialize_s390_tdep): Call new tdesc initialization functions.
7699 * s390-linux-tdep.h (HWCAP_S390_VX): New macro.
7700 (S390_V0_LOWER_REGNUM, S390_V1_LOWER_REGNUM, S390_V2_LOWER_REGNUM)
7701 (S390_V3_LOWER_REGNUM, S390_V4_LOWER_REGNUM, S390_V5_LOWER_REGNUM)
7702 (S390_V6_LOWER_REGNUM, S390_V7_LOWER_REGNUM, S390_V8_LOWER_REGNUM)
7703 (S390_V9_LOWER_REGNUM, S390_V10_LOWER_REGNUM)
7704 (S390_V11_LOWER_REGNUM, S390_V12_LOWER_REGNUM)
7705 (S390_V13_LOWER_REGNUM, S390_V14_LOWER_REGNUM)
7706 (S390_V15_LOWER_REGNUM, S390_V16_REGNUM, S390_V17_REGNUM)
7707 (S390_V18_REGNUM, S390_V19_REGNUM, S390_V20_REGNUM)
7708 (S390_V21_REGNUM, S390_V22_REGNUM, S390_V23_REGNUM)
7709 (S390_V24_REGNUM, S390_V25_REGNUM, S390_V26_REGNUM)
7710 (S390_V27_REGNUM, S390_V28_REGNUM, S390_V29_REGNUM)
7711 (S390_V30_REGNUM, S390_V31_REGNUM): New macros.
7712 (S390_NUM_REGS): Adjust value.
7713 (s390_vxrs_low_regset, s390_vxrs_high_regset): Declare.
7714 (tdesc_s390_vx_linux64, tdesc_s390_tevx_linux64)
7715 (tdesc_s390x_vx_linux64, tdesc_s390x_tevx_linux64): Likewise.
7716 * NEWS: Announce S/390 vector register support.
7717
7718 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7719
7720 * features/s390-tevx-linux64.xml: New file.
7721 * features/s390-vx-linux64.xml: New file.
7722 * features/s390-vx.xml: New file.
7723 * features/s390x-tevx-linux64.xml: New file.
7724 * features/s390x-vx-linux64.xml: New file.
7725 * features/Makefile (WHICH): Add s390-vx-linux64,
7726 s390x-vx-linux64, s390-tevx-linux64, and s390x-tevx-linux64.
7727 (s390-vx-linux64-expedite, s390-tevx-linux64-expedite)
7728 (s390x-vx-linux64-expedite, s390x-tevx-linux64-expedite): New
7729 macros.
7730 * features/s390-tevx-linux64.c: New generated file.
7731 * features/s390-vx-linux64.c: Likewise.
7732 * features/s390x-tevx-linux64.c: Likewise.
7733 * features/s390x-vx-linux64.c: Likewise.
7734 * regformats/s390-tevx-linux64.dat: Likewise.
7735 * regformats/s390-vx-linux64.dat: Likewise.
7736 * regformats/s390x-tevx-linux64.dat: Likewise.
7737 * regformats/s390x-vx-linux64.dat: Likewise.
7738
7739 2015-02-28 Doug Evans <xdje42@gmail.com>
7740
7741 * symtab.h (struct symtab) <next>: Fix comment.
7742
7743 2015-02-27 Simon Marchi <simon.marchi@ericsson.com>
7744
7745 * python/python.c (python_GdbModuleDef): Rename GdbMethods to
7746 python_GdbMethods.
7747
7748 2015-02-27 Pedro Alves <palves@redhat.com>
7749
7750 * dtrace-probe.c (dtrace_probe_ops): Make extern.
7751
7752 2015-02-27 Pedro Alves <palves@redhat.com>
7753
7754 * common/common-exceptions.h (exception_none): Declare.
7755 * common/common-exceptions.c (exception_none): Moved from
7756 exceptions.c.
7757 (exceptions_state_mc_init): Use exception_none.
7758 * exceptions.c (exception_none): Move to
7759 common/common-exceptions.c.
7760 * exceptions.h (exception_none): Move to
7761 common/common-exceptions.h.
7762
7763 2015-02-27 Pedro Alves <palves@redhat.com>
7764
7765 * main.c (catch_command_errors, catch_command_errors_const):
7766 Remove 'mask' argument. Adjust.
7767 (captured_main): Adjust callers.
7768
7769 2015-02-27 Pedro Alves <palves@redhat.com>
7770
7771 * python/python-internal.h: Include "extension-priv.h".
7772
7773 2015-02-27 Pedro Alves <palves@redhat.com>
7774
7775 * breakpoint.h (enum print_stop_action): Move further up in the
7776 file.
7777
7778 2015-02-27 Pedro Alves <palves@redhat.com>
7779
7780 * gdbarch.sh: Include regcache.h.
7781 * gdbarch.h: Regenerate.
7782
7783 2015-02-27 Pedro Alves <palves@redhat.com>
7784
7785 * arm-tdep.c (decode_insn) <arm_handle_insn, thumb_handle_insn>:
7786 Remove duplicate const.
7787 * sparc-sol2-tdep.c (sparc_sol2_static_transform_name): Remove
7788 duplicate const.
7789
7790 2015-02-27 Pedro Alves <palves@redhat.com>
7791
7792 * cp-valprint.c (vtbl_ptr_name): Use EXPORTED_CONST.
7793 * guile/guile.c (extension_language_guile): Use EXPORTED_CONST.
7794 * features/feature_to_c.sh: Tag the generated xml_builtin array
7795 with extern const in C++ mode.
7796
7797 2015-02-27 Tom Tromey <tromey@redhat.com>
7798
7799 * minidebug.c (struct lzma_stream): Rename to ...
7800 (struct gdb_lzma_stream): ... this.
7801 (lzma_open, lzma_pread, lzma_close, lzma_stat): Adjust.
7802
7803 2015-02-27 Pedro Alves <palves@redhat.com>
7804
7805 * mi/mi-cmd-stack.c (mi_apply_ext_lang_frame_filter): New
7806 function.
7807 (mi_cmd_stack_list_locals, mi_cmd_stack_list_args)
7808 (mi_cmd_stack_list_variables): Use it.
7809
7810 2015-02-27 Pedro Alves <palves@redhat.com>
7811
7812 * x86-linux-nat.c (u_debugreg_offset): New function.
7813 (x86_linux_dr_get, x86_linux_dr_set): Use it.
7814
7815 2015-02-27 Pedro Alves <palves@redhat.com>
7816
7817 * nat/x86-dregs.h (enum target_hw_bp_type): Remove forward
7818 declaration.
7819 Include break-common.h.
7820
7821 2015-02-27 Tom Tromey <tromey@redhat.com>
7822 Pedro Alves <palves@redhat.com>
7823
7824 * arm-tdep.c (set_fp_model_sfunc, arm_set_abi): Use 'int' for
7825 local used to iterate over enums.
7826 * completer.c (signal_completer): Likewise.
7827 * i386-tdep.c (i386_stap_parse_special_token): Likewise.
7828 * rs6000-tdep.c (powerpc_set_vector_abi): Likewise.
7829 * tui/tui-data.c (tui_next_win, tui_prev_win): Likewise.
7830 * tui/tui-layout.c (next_layout, prev_layout): Likewise.
7831 * tui/tui-win.c (tui_refresh_all_win, tui_rehighlight_all)
7832 (tui_resize_all, tui_set_focus_command, tui_all_windows_info): Likewise.
7833 * tui-wingeneral.c (tui_refresh_all): Likewise.
7834
7835 2015-02-27 Pedro Alves <palves@redhat.com>
7836
7837 * target.h: Include "infrun.h".
7838
7839 2015-02-27 Pedro Alves <palves@redhat.com>
7840
7841 * gdb_proc_service.h: Wrap with EXTERN_C_PUSH/EXTERN_C_POP.
7842
7843 2015-02-27 Pedro Alves <palves@redhat.com>
7844
7845 * common/agent.h (IPA_SYM_EXPORTED_NAME): New.
7846 (IPA_SYM): Use it.
7847 * common/common-defs.h (EXTERN_C_PUSH, EXTERN_C_POP): New macros.
7848
7849 2015-02-27 Pedro Alves <palves@redhat.com>
7850
7851 * cli-out.c (_rl_erase_entire_line): Move declaration out of
7852 cli_mld_erase_entire_line, and make it extern "C".
7853 * common/common-defs.h (EXTERN_C): New.
7854 * completer.c (_rl_completion_prefix_display_length)
7855 (_rl_print_completions_horizontally, QSFUNC): Move declarations
7856 out of gdb_display_match_list_1.
7857 (_rl_qsort_string_compare): Move declaration out of
7858 gdb_display_match_list_1, and make it extern "C".
7859 * defs.h (re_comp): Use EXTERN_C.
7860 * maint.c (_mcleanup): Move declaration out of mcleanup_wrapper,
7861 and make it extern "C".
7862 (monstartup): Move declaration out of maintenance_set_profile_cmd,
7863 and make it extern "C".
7864 (main): Move declaration out of maintenance_set_profile_cmd.
7865 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string): Use
7866 EXTERN_C.
7867
7868 2015-02-27 Pedro Alves <palves@redhat.com>
7869
7870 * python/python.c (GdbMethods): Rename to ...
7871 (python_GdbMethods): ... this and make extern.
7872 (GdbModuleDef): Rename to ...
7873 (python_GdbModuleDef): ... this and make extern.
7874
7875 2015-02-27 Pedro Alves <palves@redhat.com>
7876
7877 * record-btrace.c (set_record_btrace_cmdlist)
7878 (show_record_btrace_cmdlist): Remove redefinitions.
7879
7880 2015-02-27 Tom Tromey <tromey@redhat.com>
7881 Pedro Alves <palves@redhat.com>
7882
7883 * dwarf2-frame.c (enum cfa_how_kind, struct
7884 dwarf2_frame_state_reg_info): Move out of struct
7885 dwarf2_frame_state.
7886 * dwarf2read.c (struct tu_stats): Move out of struct
7887 dwarf2_per_objfile.
7888 (struct file_entry): Move out of struct line_header.
7889 (struct nextfield, struct nextfnfield, struct fnfieldlist, struct
7890 typedef_field_list): Move out of struct field_info.
7891 * gdbtypes.h (enum dynamic_prop_kind, union dynamic_prop_data):
7892 Move out of struct dynamic_prop.
7893 (union type_owner, union field_location, struct field, struct
7894 range_bounds, union type_specific): Move out of struct main_type.
7895 (struct fn_fieldlist, struct fn_field, struct typedef_field)
7896 (VOFFSET_STATIC): Move out of struct cplus_struct_type.
7897 (struct call_site_target, union call_site_parameter_u, struct
7898 call_site_parameter): Move out of struct call_site.
7899 * m32c-tdep.c (enum m32c_prologue_kind): Move out of struct
7900 m32c_prologue.
7901 (enum srcdest_kind): Move out of struct srcdest.
7902 * main.c (enum cmdarg_kind): Move out of struct cmdarg.
7903 * prologue-value.h (enum prologue_value_kind): Move out of struct
7904 prologue_value.
7905 * s390-linux-tdep.c (enum s390_abi_kind): Move out of struct
7906 gdbarch_tdep.
7907 * stabsread.c (struct nextfield, struct next_fnfieldlist): Move
7908 out of struct field_info.
7909 * symfile.h (struct other_sections): Move out of struct
7910 section_addr_info.
7911 * symtab.c (struct symbol_cache_slot): Move out struct
7912 block_symbol_cache.
7913 * target-descriptions.c (enum tdesc_type_kind): Move out of
7914 typedef struct tdesc_type.
7915 * tui/tui-data.h (enum tui_line_or_address_kind): Move out of
7916 struct tui_line_or_address.
7917 * value.c (enum internalvar_kind, union internalvar_data): Move
7918 out of struct internalvar.
7919 * xtensa-tdep.h (struct ctype_cache): Move out of struct
7920 gdbarch_tdep.
7921
7922 2015-02-27 Tom Tromey <tromey@redhat.com>
7923 Pedro Alves <palves@redhat.com>
7924
7925 Rename symbols whose names are reserved C++ keywords throughout.
7926
7927 2015-02-27 Pedro Alves <palves@redhat.com>
7928
7929 * Makefile.in (COMPILER): New, get it from autoconf.
7930 (COMPILE.pre, CC_LD): Use COMPILER.
7931 (CXX): Get from autoconf instead.
7932 (CXX_FOR_TARGET): Default to g++ instead of gcc.
7933 * acinclude.m4: Include build-with-cxx.m4.
7934 * build-with-cxx.m4: New file.
7935 * configure.ac: Call AC_PROG_CXX and GDB_AC_BUILD_WITH_CXX.
7936 Disable -Werror by default if building in C++ mode.
7937 (build_warnings): Add -Wno-sign-compare, -Wno-write-strings and
7938 -Wno-narrowing in C++ mode. Only enable -Wpointer-sign in C mode.
7939 Run supported-warning-flags tests with the C++ compiler.
7940 Save/restore CXXFLAGS too.
7941 * configure: Regenerate.
7942
7943 2015-02-27 Pedro Alves <palves@redhat.com>
7944
7945 * libiberty.m4: New file.
7946 * acinclude.m4: Include libiberty.m4.
7947 * configure.ac: Call libiberty_INIT.
7948 * config.in, configure: Regenerate.
7949
7950 2015-02-27 Andreas Arnez <arnez@linux.vnet.ibm.com>
7951
7952 * s390-linux-tdep.c (s390_gcc_target_options): Not just handle
7953 31-bit targets, but 64-bit targets as well.
7954 (s390_gnu_triplet_regexp): New function.
7955 (s390_gdbarch_init): Set the gcc_target_options gdbarch method for
7956 64-bit targets as well. Set the gnu_triplet_regexp gdbarch
7957 method.
7958
7959 2015-02-27 Jon TURNEY <jon.turney@dronecode.org.uk> (tiny patch)
7960
7961 * windows-nat.c (CONTEXT_DEBUGGER): Remove.
7962 (CONTEXT_DEBUGGER_DR): Add CONTEXT_SEGMENTS. Incorporate flags
7963 from CONTEXT_DEBUGGER.
7964
7965 2015-02-26 Doug Evans <dje@google.com>
7966
7967 * gdbtypes.c (internal_type_vptr_fieldno): Add missing call to
7968 CHECK_TYPEDEF.
7969 (set_type_vptr_fieldno): Ditto.
7970 (internal_type_vptr_basetype, set_type_vptr_basetype): Ditto.
7971 * gnu-v3-abi.c (gnuv3_dynamic_class): Ditto.
7972
7973 2015-02-26 Pedro Alves <palves@redhat.com>
7974
7975 * auto-load.h (file_is_auto_load_safe): Add ATTRIBUTE_PRINTF.
7976 * complaints.c (vcomplaint): Pass argument FMT directly to
7977 printf-like functions instead of complaint->fmt.
7978 * ctf.c (ctf_save_write_metadata): Add ATTRIBUTE_PRINTF.
7979 * darwin-nat.c (inferior_debug): Add ATTRIBUTE_PRINTF.
7980 * compile/compile-loc2c.c (pushf, unary, binary): Add
7981 ATTRIBUTE_PRINTF.
7982 (do_compile_dwarf_expr_to_c): Pass string literal as format string
7983 to pushf.
7984 (BINARY): Pass string literal as format string to 'binary'.
7985 * compile/compile-object-load.c (link_callbacks_einfo): Add
7986 ATTRIBUTE_PRINTF.
7987 * guile/guile-internal.h (gdbscm_printf): Add ATTRIBUTE_PRINTF.
7988
7989 2015-02-26 Pedro Alves <palves@redhat.com>
7990
7991 * windows-termcap.c: Rename to ...
7992 * stub-termcap.c: ... this. Adjust header line.
7993 * Makefile.in (SFILES): Refer to stub-termcap.c instead of
7994 windows-termcap.c.
7995 * configure: Regenerate.
7996 * configure.ac: Refer to stub-termcap.o instead of
7997 windows-termcap.o.
7998 * gdb_curses.h: Mention stub-termcap.c instead of
7999 windows-termcap.c.
8000
8001 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8002
8003 * compile/compile-c-symbols.c (convert_one_symbol, convert_symbol_bmsym)
8004 (gcc_symbol_address): Call gnu_ifunc_resolve_addr.
8005
8006 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
8007
8008 * gdb/infcmd.c (print_return_value): use type_to_string to print type.
8009
8010 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8011
8012 * elfread.c (elf_read_minimal_symbols): Use bfd_alloc for
8013 bfd_canonicalize_symtab.
8014
8015 2015-02-25 John Baldwin <jhb@FreeBSD.org>
8016
8017 * amd64fbsd-nat.c: Include sys/user.h.
8018 (_initialize_amd64fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
8019 instead of KERN_PS_STRINGS to locate the signal trampoline.
8020 * i386fbsd-nat.c: Include sys/user.h.
8021 (_initialize_i386fbsd_nat): Use the KERN_PROC_SIGTRAMP sysctl
8022 instead of KERN_PS_STRINGS to locate the signal trampoline.
8023 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_code): New.
8024 (amd64fbsd_sigtramp_p): New.
8025 (amd64fbsd_sigtramp_start_addr, amd64fbsd_sigtramp_end_addr): No
8026 longer set default values.
8027 (amd64fbsd_init_abi): Set "sigtramp_p" to "amd64fbsd_sigtramp_p".
8028 * i386fbsd-tdep.c (i386fbsd_sigtramp_start)
8029 (i386fbsd_sigtramp_middle, i386fbsd_sigtramp_end)
8030 (i386fbsd_freebsd4_sigtramp_start)
8031 (i386fbsd_freebsd4_sigtramp_middle)
8032 (i386fbsd_freebsd4_sigtramp_end, i386fbsd_osigtramp_start)
8033 (i386fbsd_osigtramp_middle, i386fbsd_osigtramp_end): New.
8034 (i386fbsd_sigtramp_p): New.
8035 (i386fbsd_sigtramp_start_addr, i386fbsd_sigtramp_end_addr): No
8036 longer set default values.
8037 (i386fbsd_init_abi): Set "sigtramp_p" to "i386fbsd_sigtramp_p".
8038
8039 2015-02-25 John Baldwin <jhb@freebsd.org>
8040
8041 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use
8042 get_frame_register instead of frame_unwind_register_unsigned.
8043
8044 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8045
8046 PR build/18033
8047 * compile/compile-c-support.c (c_compute_program): Change // comment.
8048 * compile/compile-object-load.c (setup_sections): Change // comment.
8049
8050 2015-02-26 Joel Brobecker <brobecker@adacore.com>
8051
8052 PR build/18033:
8053 * iq2000-tdep.c (iq2000_frame_cache): Delete C++-style comment.
8054
8055 2015-02-23 Pedro Alves <palves@redhat.com>
8056
8057 * remote.c (skip_to_semicolon): New function.
8058 (remote_parse_stop_reply) <T stop reply>: Use it. Don't
8059 special case the stop reasons that look like hex numbers
8060 upfront. Instead handle real register numbers after matching
8061 all the known stop reasons.
8062
8063 2015-02-21 Doug Evans <dje@google.com>
8064
8065 PR c++/17976, symtab/17821
8066 * cp-namespace.c (cp_search_static_and_baseclasses): New parameter
8067 is_in_anonymous. All callers updated.
8068 (find_symbol_in_baseclass): Ditto.
8069 (cp_lookup_nested_symbol_1): Ditto. Don't search all static blocks
8070 for symbols in an anonymous namespace.
8071 * dwarf2read.c (namespace_name): Don't call dwarf2_name, fetch
8072 DW_AT_name directly.
8073 (dwarf2_name): Convert missing namespace name to
8074 CP_ANONYMOUS_NAMESPACE_STR.
8075
8076 2015-02-20 Pedro Alves <palves@redhat.com>
8077
8078 * linux-nat.c (linux_handle_extended_wait): Call
8079 thread_db_notice_clone whenever a new clone LWP is detected.
8080 (linux_stop_and_wait_all_lwps, linux_unstop_all_lwps): New
8081 functions.
8082 * linux-nat.h (thread_db_attach_lwp): Delete declaration.
8083 (thread_db_notice_clone, linux_stop_and_wait_all_lwps)
8084 (linux_unstop_all_lwps): Declare.
8085 * linux-thread-db.c (struct thread_get_info_inout): Delete.
8086 (thread_get_info_callback): Delete.
8087 (thread_from_lwp): Use td_thr_get_info and record_thread.
8088 (thread_db_attach_lwp): Delete.
8089 (thread_db_notice_clone): New function.
8090 (try_thread_db_load_1): If /proc is mounted and shows the
8091 process'es task list, walk over all LWPs and call thread_from_lwp
8092 instead of relying on td_ta_thr_iter.
8093 (attach_thread): Don't call check_thread_signals here. Split the
8094 tail part of the function (which adds the thread to the core GDB
8095 thread list) to ...
8096 (record_thread): ... this function. Call check_thread_signals
8097 here.
8098 (thread_db_wait): Don't call thread_db_find_new_threads_1. Always
8099 call thread_from_lwp.
8100 (thread_db_update_thread_list): Rename to ...
8101 (thread_db_update_thread_list_org): ... this.
8102 (thread_db_update_thread_list): New function.
8103 (thread_db_find_thread_from_tid): Delete.
8104 (thread_db_get_ada_task_ptid): Simplify.
8105 * nat/linux-procfs.c: Include <sys/stat.h>.
8106 (linux_proc_task_list_dir_exists): New function.
8107 * nat/linux-procfs.h (linux_proc_task_list_dir_exists): Declare.
8108
8109 2015-02-20 Pedro Alves <palves@redhat.com>
8110
8111 * linux-nat.c (lin_lwp_attach_lwp): No longer special case the
8112 main LWP. Handle the case of waitpid returning 0 if we're already
8113 attached to the LWP. Don't set the LWP's last_resume_kind to
8114 resume_stop if we already knew about the LWP.
8115 (linux_nat_filter_event): Add debug logs.
8116
8117 2015-02-20 Pedro Alves <palves@redhat.com>
8118
8119 * target.h (forward_target_decr_pc_after_break): Delete
8120 declaration.
8121
8122 2015-02-20 Pedro Alves <palves@redhat.com>
8123
8124 PR threads/18006
8125 * linux-thread-db.c (thread_get_info_callback): Return early if
8126 the thread's lwp id is -1.
8127
8128 2015-02-20 Joel Brobecker <brobecker@adacore.com>
8129
8130 GDB 7.9 released.
8131
8132 2015-02-19 Steve Ellcey <sellcey@imgtec.com>
8133
8134 * dtrace-probe.c (dtrace_process_dof_probe): Initialize arg.expr.
8135 (dtrace_get_probes) Change type of variable 'dof'.
8136
8137 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
8138
8139 PR breakpoints/16812
8140 * linux-nat.c (linux_nat_filter_event): Report SIGTRAP,SIGILL,SIGSEGV.
8141 * nat/linux-ptrace.c (linux_wstatus_maybe_breakpoint): Add.
8142 * nat/linux-ptrace.h: Add linux_wstatus_maybe_breakpoint.
8143
8144 2015-02-19 David Taylor <dtaylor@emc.com>
8145
8146 * common/ax.def (setv): Fix consumed entry in setv DEFOP.
8147
8148 2015-02-18 Patrick Palka <patrick@parcs.ath.cx>
8149
8150 * tui/tui-io.c (tui_handle_resize_during_io): Remove this
8151 function.
8152 (tui_putc): Don't call tui_handle_resize_during_io.
8153 (tui_getc): Likewise.
8154 (tui_mld_getc): Likewise.
8155 * tui/tui-win.c: Include event-loop.h and tui/tui-io.h.
8156 (tui_sigwinch_token): New static variable.
8157 (tui_initialize_win): Adjust documentation. Set
8158 tui_sigwinch_token.
8159 (tui_async_resize_screen): New asynchronous callback.
8160 (tui_sigwinch_handler): Adjust documentation. Asynchronously
8161 invoke tui_async_resize_screen.
8162
8163 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
8164
8165 * configure: Regenerated.
8166 * configure.ac: Use GDB_AC_TRANSFORM.
8167 * Makefile.in (aclocal_m4_deps): Added transform.m4.
8168 * acinclude.m4: sinclude transform.m4.
8169 * transform.m4: New file.
8170 (GDB_AC_TRANSFORM): New macro.
8171
8172 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8173
8174 * NEWS: Announce the support for DTrace SDT probes.
8175
8176 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8177
8178 * amd64-linux-tdep.c: Include "parser-defs.h" and "user-regs.h".
8179 (amd64_dtrace_parse_probe_argument): New function.
8180 (amd64_dtrace_probe_is_enabled): Likewise.
8181 (amd64_dtrace_enable_probe): Likewise.
8182 (amd64_dtrace_disable_probe): Likewise.
8183 (amd64_linux_init_abi): Register the
8184 `gdbarch_dtrace_probe_argument', `gdbarch_dtrace_enable_probe',
8185 `gdbarch_dtrace_disable_probe' and
8186 `gdbarch_dtrace_probe_is_enabled' hooks.
8187 (amd64_dtrace_disabled_probe_sequence_1): New constant.
8188 (amd64_dtrace_disabled_probe_sequence_2): Likewise.
8189 (amd64_dtrace_enable_probe_sequence): Likewise.
8190 (amd64_dtrace_disable_probe_sequence): Likewise.
8191
8192 2015-01-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8193
8194 * breakpoint.c (BREAK_ARGS_HELP): Help string updated to mention
8195 the -probe-dtrace new vpossible value for PROBE_MODIFIER.
8196 * configure.ac (CONFIG_OBS): dtrace-probe.o added if BFD can
8197 handle ELF files.
8198 * Makefile.in (SFILES): dtrace-probe.c added.
8199 * configure: Regenerate.
8200 * dtrace-probe.c: New file.
8201 (SHT_SUNW_dof): New constant.
8202 (dtrace_probe_type): New enum.
8203 (dtrace_probe_arg): New struct.
8204 (dtrace_probe_arg_s): New typedef.
8205 (struct dtrace_probe_enabler): New struct.
8206 (dtrace_probe_enabler_s): New typedef.
8207 (dtrace_probe): New struct.
8208 (dtrace_probe_is_linespec): New function.
8209 (dtrace_dof_sect_type): New enum.
8210 (dtrace_dof_dofh_ident): Likewise.
8211 (dtrace_dof_encoding): Likewise.
8212 (DTRACE_DOF_ENCODE_LSB): Likewise.
8213 (DTRACE_DOF_ENCODE_MSB): Likewise.
8214 (dtrace_dof_hdr): New struct.
8215 (dtrace_dof_sect): Likewise.
8216 (dtrace_dof_provider): Likewise.
8217 (dtrace_dof_probe): Likewise.
8218 (DOF_UINT): New macro.
8219 (DTRACE_DOF_PTR): Likewise.
8220 (DTRACE_DOF_SECT): Likewise.
8221 (dtrace_process_dof_probe): New function.
8222 (dtrace_process_dof): Likewise.
8223 (dtrace_build_arg_exprs): Likewise.
8224 (dtrace_get_arg): Likewise.
8225 (dtrace_get_probes): Likewise.
8226 (dtrace_get_probe_argument_count): Likewise.
8227 (dtrace_can_evaluate_probe_arguments): Likewise.
8228 (dtrace_evaluate_probe_argument): Likewise.
8229 (dtrace_compile_to_ax): Likewise.
8230 (dtrace_probe_destroy): Likewise.
8231 (dtrace_gen_info_probes_table_header): Likewise.
8232 (dtrace_gen_info_probes_table_values): Likewise.
8233 (dtrace_probe_is_enabled): Likewise.
8234 (dtrace_probe_ops): New variable.
8235 (info_probes_dtrace_command): New function.
8236 (_initialize_dtrace_probe): Likewise.
8237 (dtrace_type_name): Likewise.
8238
8239 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8240
8241 * gdbarch.sh (dtrace_parse_probe_argument): New.
8242 (dtrace_probe_is_enabled): Likewise.
8243 (dtrace_enable_probe): Likewise.
8244 (dtrace_disable_probe): Likewise.
8245 * gdbarch.c: Regenerate.
8246 * gdbarch.h: Regenerate.
8247
8248 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8249
8250 * stap-probe.c (stap_probe_ops): Add NULLs in the static
8251 stap_probe_ops for `enable_probe' and `disable_probe'.
8252 * probe.c (enable_probes_command): New function.
8253 (disable_probes_command): Likewise.
8254 (_initialize_probe): Define the cli commands `enable probe' and
8255 `disable probe'.
8256 (parse_probe_linespec): New function.
8257 (info_probes_for_ops): Use parse_probe_linespec.
8258 * probe.h (probe_ops): New hooks `enable_probe' and
8259 `disable_probe'.
8260
8261 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8262
8263 * probe.c (compute_probe_arg): Moved from stap-probe.c
8264 (compile_probe_arg): Likewise.
8265 (probe_funcs): Likewise.
8266 * stap-probe.c (compute_probe_arg): Moved to probe.c.
8267 (compile_probe_arg): Likewise.
8268 (probe_funcs): Likewise.
8269
8270 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
8271
8272 * probe.c (print_ui_out_not_applicables): New function.
8273 (exists_probe_with_pops): Likewise.
8274 (info_probes_for_ops): Do not include column headers for probe
8275 types for which no probe has been actually found on any object.
8276 Also invoke `print_ui_out_not_applicables' in order to match the
8277 column rows with the header when probes of several types are
8278 listed.
8279 Print the "Type" column.
8280 * probe.h (probe_ops): Added a new probe operation `type_name'.
8281 * stap-probe.c (stap_probe_ops): Add `stap_type_name'.
8282 (stap_type_name): New function.
8283
8284 2015-02-17 Patrick Palka <patrick@parcs.ath.cx>
8285
8286 * tui/tui-io.c (tui_getc): Don't call key_is_command_char.
8287 (key_is_command_char): Delete.
8288
8289 2015-02-17 Pedro Alves <palves@redhat.com>
8290
8291 * tui/tui.c (tui_enable): Resize windows before anything
8292 might show a window.
8293
8294 2015-02-17 Max Ostapenko <m.ostapenko@partner.samsung.com>
8295
8296 PR gdb/17984
8297 * aarch64-linux-nat.c: Don't include features/aarch64.c anymore.
8298 (aarch64_linux_read_description): Remove initialize_tdesc_aarch64
8299 call.
8300 * aarch64-tdep.h (tdesc_aarch64): Declare.
8301
8302 2015-02-12 Mark Wielaard <mjw@redhat.com>
8303
8304 * contrib/ari/gdb_ari.sh: Remove checks for "true" and "false".
8305
8306 2015-02-13 Doug Evans <dje@google.com>
8307
8308 * cp-namespace.c (cp_basic_lookup_symbol): Rename parameter
8309 anonymous_namespace to is_in_anonymous for consistency with the rest
8310 of the file.
8311 (cp_lookup_bare_symbol): Fix typo in comment.
8312 (cp_search_static_and_baseclasses): Ditto.
8313 (search_symbol_list): Use vertical space in comment better.
8314 (reset_directive_searched): Ditto. Fix typo.
8315 (cp_lookup_nested_symbol_1): Clarify contents of NESTED_NAME parameter.
8316
8317 2015-02-13 Yao Qi <yao.qi@arm.com>
8318
8319 * MAINTAINERS: Update my email address.
8320
8321 2015-02-12 Doug Evans <dje@google.com>
8322
8323 * symtab.c (completion_list_add_name): Fix memory leak.
8324
8325 2015-02-12 Doug Evans <dje@google.com>
8326
8327 * completer.c (complete_line): Remove incorrect comment.
8328
8329 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8330
8331 * python/py-framefilter.c (py_print_single_arg, enumerate_locals)
8332 (py_print_frame): Use RETURN_MASK_ERROR.
8333
8334 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8335
8336 * python/py-framefilter.c (py_print_frame): Mention RETURN_QUIT in
8337 function comment. Wrap all function that can throw in cleanups.
8338 (gdbpy_apply_frame_filter): Wrap all function that can throw in
8339 cleanups.
8340
8341 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8342
8343 * python/py-framefilter.c (py_print_frame): Substitute goto error.
8344 Remove the error label.
8345
8346 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8347
8348 * python/py-framefilter.c (py_print_frame): Put conditional code paths
8349 with goto first, indent the former else codepath left. Put variable
8350 'elided' to a new inner block.
8351
8352 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8353
8354 * python/py-framefilter.c (py_print_frame): Whitespacing fixes.
8355
8356 2015-02-11 Pedro Alves <palves@redhat.com>
8357
8358 * xcoffread.c (within_function): Delete.
8359
8360 2015-02-11 Tom Tromey <tromey@redhat.com>
8361 Pedro Alves <palves@redhat.com>
8362
8363 * breakpoint.c (base_breakpoint_ops): Delete.
8364 * dwarf2loc.c (dwarf_expr_ctx_funcs): Make extern.
8365 * elfread.c (elf_sym_fns_gdb_index, elf_sym_fns_lazy_psyms): Make extern.
8366 * guile/guile.c (guile_extension_script_ops, guile_extension_ops): Make extern.
8367 * ppcnbsd-tdep.c (ppcnbsd2_sigtramp): Make extern.
8368 * python/py-arch.c (arch_object_type): Make extern.
8369 * python/py-block.c (block_syms_iterator_object_type): Make extern.
8370 * python/py-bpevent.c (breakpoint_event_object_type): Make extern.
8371 * python/py-cmd.c (cmdpy_object_type): Make extern.
8372 * python/py-continueevent.c (continue_event_object_type)
8373 * python/py-event.h (GDBPY_NEW_EVENT_TYPE): Remove 'qual'
8374 parameter. Update all callers.
8375 * python/py-evtregistry.c (eventregistry_object_type): Make extern.
8376 * python/py-exitedevent.c (exited_event_object_type): Make extern.
8377 * python/py-finishbreakpoint.c (finish_breakpoint_object_type): Make extern.
8378 * python/py-function.c (fnpy_object_type): Make extern.
8379 * python/py-inferior.c (inferior_object_type, membuf_object_type): Make extern.
8380 * python/py-infevents.c (call_pre_event_object_type)
8381 (inferior_call_post_event_object_type).
8382 (memory_changed_event_object_type): Make extern.
8383 * python/py-infthread.c (thread_object_type): Make extern.
8384 * python/py-lazy-string.c (lazy_string_object_type): Make extern.
8385 * python/py-linetable.c (linetable_entry_object_type)
8386 (linetable_object_type, ltpy_iterator_object_type): Make extern.
8387 * python/py-newobjfileevent.c (new_objfile_event_object_type)
8388 (clear_objfiles_event_object_type): Make extern.
8389 * python/py-objfile.c (objfile_object_type): Make extern.
8390 * python/py-param.c (parmpy_object_type): Make extern.
8391 * python/py-progspace.c (pspace_object_type): Make extern.
8392 * python/py-signalevent.c (signal_event_object_type): Make extern.
8393 * python/py-symtab.c (symtab_object_type, sal_object_type): Make extern.
8394 * python/py-type.c (type_object_type, field_object_type)
8395 (type_iterator_object_type): Make extern.
8396 * python/python.c (python_extension_script_ops)
8397 (python_extension_ops): Make extern.
8398 * stap-probe.c (stap_probe_ops): Make extern.
8399
8400 2015-02-11 Pedro Alves <pedro@codesourcery.com>
8401
8402 * infrun.c (adjust_pc_after_break): Don't adjust the PC just
8403 because the event thread is not the current thread.
8404
8405 2015-02-11 Doug Evans <xdje42@gmail.com>
8406
8407 * gdbtypes.c (internal_type_self_type): If TYPE_SPECIFIC_FIELD hasn't
8408 been initialized yet, return NULL.
8409
8410 2015-02-11 Doug Evans <dje@google.com>
8411
8412 * symfile.h (new_symfile_objfile): Delete.
8413 * symfile.c (finish_new_objfile): Renamed from new_symfile_objfile.
8414 All callers updated.
8415
8416 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
8417
8418 * tui/tui-io.c (tui_handle_resize_during_io): Call
8419 tui_update_gdb_sizes() after resizing the screen.
8420 * tui/tui.c (tui_enable): Resize the terminal before
8421 calling tui_update_gdb_sizes().
8422
8423 2015-02-11 Patrick Palka <patrick@parcs.ath.cx>
8424
8425 * tui/tui-io.c (tui_getc): Move cursor to the end of the command
8426 line before printing a newline.
8427
8428 2015-02-11 Mark Wielaard <mjw@redhat.com>
8429
8430 * utils.c (producer_is_gcc): Return true or false.
8431
8432 2015-02-10 Mark Wielaard <mjw@redhat.com>
8433
8434 * utils.h (producer_is_gcc): Change return type to bool. Add major
8435 argument.
8436 * utils.c (producer_is_gcc): Likewise.
8437 (producer_is_gcc_ge_4): Adjust producer_is_gcc call.
8438 * dwarf2read.c (check_producer): Likewise.
8439
8440 2015-02-10 Pedro Alves <palves@redhat.com>
8441
8442 * infrun.c (displaced_step_fixup): Switch to the event thread
8443 before calling gdbarch_displaced_step_fixup.
8444
8445 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
8446
8447 * MAINTAINERS (Write After Approval): Add Antoine Tremblay.
8448
8449 2015-02-10 Simon Marchi <simon.marchi@ericsson.com>
8450
8451 * ada-varobj.c (ada_name_of_child): Constify parent.
8452 (ada_path_expr_of_child): Same.
8453 (ada_value_of_child): Same.
8454 (ada_type_of_child): Same.
8455 * c-varobj.c (c_is_path_expr_parent): Same.
8456 (c_describe_child): Same.
8457 (c_name_of_child): Same.
8458 (c_value_of_child): Same.
8459 (c_type_of_child): Same.
8460 (cplus_number_of_children): Same.
8461 (cplus_describe_child): Constify var.
8462 (cplus_name_of_child): Constify parent.
8463 (cplus_value_of_child): Same.
8464 (cplus_type_of_child): Same.
8465 * jv-varobj.c (java_name_of_child): Same.
8466 (java_value_of_child): Same.
8467 (java_type_of_child): Same.
8468 * varobj.c (value_of_child): Same.
8469 (varobj_default_is_path_expr_parent): Constify var, parent and return
8470 value.
8471 (varobj_get_path_expr): Constify var, modify path_expr through
8472 mutable_var.
8473 (install_new_value): Constify parent.
8474 (value_of_child): Constify parent.
8475 * varobj.h (struct varobj): Constify parent.
8476 (struct lang_varobj_ops): Constify name_of_child, value_of_child and
8477 type_of_child.
8478 (varobj_get_path_expr): Constify var.
8479 (varobj_get_path_expr_parent): Constify var and return value.
8480
8481 2015-02-10 Luis Machado <lgustavo@codesourcery.com>
8482
8483 * arm-tdep.c (arm_prologue_unwind_stop_reason): New function.
8484 (arm_prologue_this_id): Move PC and SP limit checks to
8485 arm_prologue_unwind_stop_reason.
8486 (arm_prologue_unwind) <stop_reason> : Set to
8487 arm_prologue_unwind_stop_reason.
8488
8489 2015-02-09 Mark Wielaard <mjw@redhat.com>
8490
8491 * dwarf2read.c (set_cu_language): Recognize DW_LANG_Fortran03 and
8492 DW_LANG_Fortran08 as language_fortran.
8493
8494 2015-02-09 Sergio Durigan Junior <sergiodj@redhat.com>
8495
8496 PR remote/17946
8497 * gdb/remote.c (remote_parse_stop_reply): Fix wrong comparison
8498 of pointer against char.
8499
8500 2015-02-09 Mark Wielaard <mjw@redhat.com>
8501
8502 * c-typeprint.c (cp_type_print_method_args): Handle '_Atomic'.
8503 (c_type_print_modifier): Likewise.
8504 * dwarf2read.c (read_tag_atomic_type): New function.
8505 (read_type_die_1): Handle DW_TAG_atomic_type.
8506 * gdbtypes.c (make_atomic_type): New function.
8507 (recursive_dump_type): Handle TYPE_ATOMIC.
8508 * gdbtypes.h (enum type_flag_values): Renumber.
8509 (enum type_instance_flag_value): Add TYPE_INSTANCE_FLAG_ATOMIC.
8510 (TYPE_ATOMIC): New macro.
8511 (make_atomic_type): Declare.
8512
8513 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8514
8515 * btrace.c (ftrace_find_call): Skip gaps.
8516 (ftrace_new_function): Initialize level.
8517 (ftrace_new_call, ftrace_new_tailcall, ftrace_new_return)
8518 (ftrace_new_switch): Update
8519 level computation.
8520 (ftrace_new_gap): New.
8521 (ftrace_update_function): Create new function after gap.
8522 (btrace_compute_ftrace_bts): Create gap on error.
8523 (btrace_stitch_bts): Update parameters. Clear trace if it
8524 becomes empty.
8525 (btrace_stitch_trace): Update parameters. Update callers.
8526 (btrace_clear): Reset the number of gaps.
8527 (btrace_insn_get): Return NULL if the iterator points to a gap.
8528 (btrace_insn_number): Return zero if the iterator points to a gap.
8529 (btrace_insn_end): Allow gaps at the end.
8530 (btrace_insn_next, btrace_insn_prev, btrace_insn_cmp): Handle gaps.
8531 (btrace_find_insn_by_number): Assert that the found iterator does
8532 not point to a gap.
8533 (btrace_call_next, btrace_call_prev): Assert that the last function
8534 is not a gap.
8535 * btrace.h (btrace_bts_error): New.
8536 (btrace_function): Update comment.
8537 (btrace_function) <insn, insn_offset, number>: Update comment.
8538 (btrace_function) <errcode>: New.
8539 (btrace_thread_info) <ngaps>: New.
8540 (btrace_thread_info) <replay>: Update comment.
8541 (btrace_insn_get): Update comment.
8542 * record-btrace.c (btrace_ui_out_decode_error): New.
8543 (record_btrace_info): Print number of gaps.
8544 (btrace_insn_history, btrace_call_history): Call
8545 btrace_ui_out_decode_error for gaps.
8546 (record_btrace_step_thread, record_btrace_start_replaying): Skip gaps.
8547
8548 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8549
8550 * common/btrace-common.h (btrace_cpu_vendor, btrace_cpu): New.
8551 * nat/linux-btrace.c: (btrace_this_cpu): New.
8552 (cpu_supports_bts): Call btrace_this_cpu.
8553 (intel_supports_bts): Add cpu parameter.
8554
8555 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8556
8557 * btrace.h (btrace_insn_class): New.
8558 (btrace_insn) <size, iclass>: New.
8559 * btrace.c (ftrace_find_call): Update parameters. Update users.
8560 Use instruction classification.
8561 (ftrace_new_return): Update parameters. Update users.
8562 (ftrace_update_function): Update parameters. Update users. Use
8563 instruction classification.
8564 (ftrace_update_insns): Update parameters. Update users.
8565 (ftrace_classify_insn): New.
8566 (btrace_compute_ftrace_bts): Fill in new btrace_insn fields. Add
8567 TRY_CATCH around call to gdb_insn_length.
8568
8569 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8570
8571 * btrace.c (btrace_compute_ftrace_bts, btrace_compute_ftrace):
8572 Update parameters. Update users.
8573
8574 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8575
8576 * btrace.c (parse_xml_btrace_conf_bts): Add size.
8577 (btrace_conf_bts_attributes): New.
8578 (btrace_conf_children): Add attributes.
8579 * common/btrace-common.h (btrace_config_bts): New.
8580 (btrace_config)<bts>: New.
8581 (btrace_config): Update comment.
8582 * nat/linux-btrace.c (linux_enable_btrace, linux_enable_bts):
8583 Use config.
8584 * features/btrace-conf.dtd: Increment version. Add size
8585 attribute to bts element.
8586 * record-btrace.c (set_record_btrace_bts_cmdlist,
8587 show_record_btrace_bts_cmdlist): New.
8588 (record_btrace_adjust_size, record_btrace_print_bts_conf,
8589 record_btrace_print_conf, cmd_set_record_btrace_bts,
8590 cmd_show_record_btrace_bts): New.
8591 (record_btrace_info): Call record_btrace_print_conf.
8592 (_initialize_record_btrace): Add commands.
8593 * remote.c: Add PACKET_Qbtrace_conf_bts_size enum.
8594 (remote_protocol_features): Add Qbtrace-conf:bts:size packet.
8595 (btrace_sync_conf): Synchronize bts size.
8596 (_initialize_remote): Add Qbtrace-conf:bts:size packet.
8597 * NEWS: Announce new commands and new packets.
8598
8599 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8600
8601 * Makefile.in (XMLFILES): Add btrace-conf.dtd.
8602 * x86-linux-nat.c (x86_linux_enable_btrace): Update parameters.
8603 (x86_linux_btrace_conf): New.
8604 (x86_linux_create_target): Initialize to_btrace_conf.
8605 * nat/linux-btrace.c (linux_enable_btrace): Update parameters.
8606 Check format. Split into this and ...
8607 (linux_enable_bts): ... this.
8608 (linux_btrace_conf): New.
8609 (perf_event_skip_record): Renamed into ...
8610 (perf_event_skip_bts_record): ... this. Updated users.
8611 (linux_disable_btrace): Split into this and ...
8612 (linux_disable_bts): ... this.
8613 (linux_read_btrace): Check format.
8614 * nat/linux-btrace.h (linux_enable_btrace): Update parameters.
8615 (linux_btrace_conf): New.
8616 (btrace_target_info)<ptid>: Moved.
8617 (btrace_target_info)<conf>: New.
8618 (btrace_target_info): Split into this and ...
8619 (btrace_tinfo_bts): ... this. Updated users.
8620 * btrace.c (btrace_enable): Update parameters.
8621 (btrace_conf, parse_xml_btrace_conf_bts, parse_xml_btrace_conf)
8622 (btrace_conf_children, btrace_conf_attributes)
8623 (btrace_conf_elements): New.
8624 * btrace.h (btrace_enable): Update parameters.
8625 (btrace_conf, parse_xml_btrace_conf): New.
8626 * common/btrace-common.h (btrace_config): New.
8627 * feature/btrace-conf.dtd: New.
8628 * record-btrace.c (record_btrace_conf): New.
8629 (record_btrace_cmdlist): New.
8630 (record_btrace_enable_warn, record_btrace_open): Pass
8631 &record_btrace_conf.
8632 (record_btrace_info): Print recording format.
8633 (cmd_record_btrace_bts_start): New.
8634 (cmd_record_btrace_start): Call cmd_record_btrace_bts_start.
8635 (_initialize_record_btrace): Add "record btrace bts" subcommand.
8636 Add "record bts" alias command.
8637 * remote.c (remote_state)<btrace_config>: New.
8638 (remote_btrace_reset, PACKET_qXfer_btrace_conf): New.
8639 (remote_protocol_features): Add qXfer:btrace-conf:read.
8640 (remote_open_1): Call remote_btrace_reset.
8641 (remote_xfer_partial): Handle TARGET_OBJECT_BTRACE_CONF.
8642 (btrace_target_info)<conf>: New.
8643 (btrace_sync_conf, btrace_read_config): New.
8644 (remote_enable_btrace): Update parameters. Call btrace_sync_conf and
8645 btrace_read_conf.
8646 (remote_btrace_conf): New.
8647 (init_remote_ops): Initialize to_btrace_conf.
8648 (_initialize_remote): Add qXfer:btrace-conf packet.
8649 * target.c (target_enable_btrace): Update parameters.
8650 (target_btrace_conf): New.
8651 * target.h (target_enable_btrace): Update parameters.
8652 (target_btrace_conf): New.
8653 (target_object)<TARGET_OBJECT_BTRACE_CONF>: New.
8654 (target_ops)<to_enable_btrace>: Update parameters and comment.
8655 (target_ops)<to_btrace_conf>: New.
8656 * target-delegates: Regenerate.
8657 * target-debug.h (target_debug_print_const_struct_btrace_config_p)
8658 (target_debug_print_const_struct_btrace_target_info_p): New.
8659 * NEWS: Announce new command and new packet.
8660
8661 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8662
8663 * nat/linux-btrace.h (perf_event_buffer): New.
8664 (btrace_target_info) <buffer, size, data_head>: Replace with ...
8665 <bts>: ... this.
8666 * nat/linux-btrace.c (perf_event_header, perf_event_mmap_size)
8667 (perf_event_buffer_size, perf_event_buffer_begin)
8668 (perf_event_buffer_end, linux_btrace_has_changed): Removed.
8669 Updated users.
8670 (perf_event_new_data): New.
8671
8672 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8673
8674 * btrace.c (btrace_enable): Pass BTRACE_FORMAT_BTS.
8675 * record-btrace.c (record_btrace_open): Remove call to
8676 target_supports_btrace.
8677 * remote.c (remote_supports_btrace): Update parameters.
8678 * target.c (target_supports_btrace): Update parameters.
8679 * target.h (to_supports_btrace, target_supports_btrace): Update
8680 parameters.
8681 * target-delegates.c: Regenerate.
8682 * target-debug.h (target_debug_print_enum_btrace_format): New.
8683 * nat/linux-btrace.c
8684 (kernel_supports_btrace): Rename into ...
8685 (kernel_supports_bts): ... this. Update users. Update warning text.
8686 (intel_supports_btrace): Rename into ...
8687 (intel_supports_bts): ... this. Update users.
8688 (cpu_supports_btrace): Rename into ...
8689 (cpu_supports_bts): ... this. Update users.
8690 (linux_supports_btrace): Update parameters. Split into this and ...
8691 (linux_supports_bts): ... this.
8692 * nat/linux-btrace.h (linux_supports_btrace): Update parameters.
8693
8694 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
8695
8696 * Makefile.in (SFILES): Add common/btrace-common.c.
8697 (COMMON_OBS): Add common/btrace-common.o.
8698 (btrace-common.o): Add build rules.
8699 * btrace.c (parse_xml_btrace): Update parameters.
8700 (parse_xml_btrace_block): Set format field.
8701 (btrace_add_pc, btrace_fetch): Use struct btrace_data.
8702 (do_btrace_data_cleanup, make_cleanup_btrace_data): New.
8703 (btrace_compute_ftrace): Split into this and...
8704 (btrace_compute_ftrace_bts): ...this.
8705 (btrace_stitch_trace): Split into this and...
8706 (btrace_stitch_bts): ...this.
8707 * btrace.h (parse_xml_btrace): Update parameters.
8708 (make_cleanup_btrace_data): New.
8709 * common/btrace-common.c: New.
8710 * common/btrace-common.h: Include common-defs.h.
8711 (btrace_block_s): Update comment.
8712 (btrace_format): New.
8713 (btrace_format_string): New.
8714 (btrace_data_bts): New.
8715 (btrace_data): New.
8716 (btrace_data_init, btrace_data_fini, btrace_data_empty): New.
8717 * remote.c (remote_read_btrace): Update parameters.
8718 * target.c (target_read_btrace): Update parameters.
8719 * target.h (target_read_btrace): Update parameters.
8720 (target_ops)<to_read_btrace>: Update parameters.
8721 * x86-linux-nat.c (x86_linux_read_btrace): Update parameters.
8722 * target-delegates.c: Regenerate.
8723 * target-debug (target_debug_print_struct_btrace_data_p): New.
8724 * nat/linux-btrace.c (linux_read_btrace): Split into this and...
8725 (linux_read_bts): ...this.
8726 * nat/linux-btrace.h (linux_read_btrace): Update parameters.
8727
8728 2015-02-06 Doug Evans <dje@google.com>
8729
8730 * remote-m32r-sdi.c: Include symfile.h.
8731
8732 2015-02-06 Doug Evans <dje@google.com>
8733
8734 * symtab.h (clear_symtab_users, deduce_language_from_filename): Move
8735 * symfile.h (clear_symtab_users, deduce_language_from_filename): ...
8736 to here.
8737
8738 2015-02-06 Pedro Alves <palves@redhat.com>
8739
8740 * linux-thread-db.c (find_new_threads_callback): Add debug output.
8741
8742 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
8743
8744 PR gdb/15678
8745 * breakpoint.c (map_breakpoint_numbers): Check for empty args string.
8746 (enable_count_command): Check args for NULL value.
8747
8748 2015-02-05 Doug Evans <xdje42@gmail.com>
8749
8750 * guile/scm-frame.c: Fix spelling errors in a comment.
8751
8752 2015-02-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8753
8754 * python/python-internal.h (Py_hash_t): Define it for Python <3.2.
8755 * python/py-value.c (valpy_fetch_lazy): Use it. Remove cast to the
8756 return type.
8757
8758 2015-02-04 Pedro Alves <palves@redhat.com>
8759
8760 * linux-nat.c (handle_extended_wait): Don't resume LWPs here.
8761 (wait_lwp): Don't call wait_lwp if linux_handle_extended_wait
8762 returns true.
8763 (resume_stopped_resumed_lwps): Don't check whether the thread is
8764 marked as executing.
8765 (linux_nat_wait_1): Use resume_stopped_resumed_lwps.
8766
8767 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8768
8769 * regset.h (struct regset): Add flags field.
8770 (REGSET_VARIABLE_SIZE): New value for a regset's flags field.
8771 * corelow.c (get_core_register_section): Add warning if the size
8772 exceeds the requested size and the regset does not have the
8773 REGSET_VARIABLE_SIZE flag set.
8774 * alphanbsd-tdep.c (alphanbsd_gregset): Add REGSET_VARIABLE_SIZE
8775 flag.
8776 * armbsd-tdep.c (armbsd_gregset): Likewise.
8777 * hppa-hpux-tdep.c (hppa_hpux_regset): Likewise.
8778 * hppaobsd-tdep.c (hppaobsd_gregset): Likewise.
8779 * m68kbsd-tdep.c (m68kbsd_gregset): Likewise.
8780 * mipsnbsd-tdep.c (mipsnbsd_gregset): Likewise.
8781
8782 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8783
8784 * amd64-linux-tdep.c (amd64_linux_iterate_over_regset_sections):
8785 For ".reg-xstate", explicitly specify the requested section size
8786 via X86_XSTATE_SIZE instead of just 0 on input and
8787 X86_XSTATE_MAX_SIZE on output.
8788 * i386-linux-tdep.c (i386_linux_iterate_over_regset_sections):
8789 Likewise.
8790
8791 2015-02-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
8792
8793 PR corefiles/17808:
8794 * gdbarch.sh (iterate_over_regset_sections_cb): Document this
8795 function type, particularly its SIZE parameter.
8796 * gdbarch.h: Regenerate.
8797 * amd64-tdep.c (amd64_supply_fpregset): In gdb_assert, compare
8798 actual against required size using ">=" instead of "==".
8799 (amd64_collect_fpregset): Likewise.
8800 * i386-tdep.c (i386_supply_gregset): Likewise.
8801 (i386_collect_gregset): Likewise.
8802 (i386_supply_fpregset): Likewise.
8803 (i386_collect_fpregset): Likewise.
8804 * mips-linux-tdep.c (mips_supply_gregset_wrapper): Likewise.
8805 (mips_fill_gregset_wrapper): Likewise.
8806 (mips_supply_fpregset_wrapper): Likewise.
8807 (mips_fill_fpregset_wrapper): Likewise.
8808 (mips64_supply_gregset_wrapper): Likewise.
8809 (mips64_fill_gregset_wrapper): Likewise.
8810 (mips64_supply_fpregset_wrapper): Likewise.
8811 (mips64_fill_fpregset_wrapper): Likewise.
8812 * mn10300-linux-tdep.c (am33_supply_gregset_method): Likewise.
8813 (am33_supply_fpregset_method): Likewise.
8814 (am33_collect_gregset_method): Likewise.
8815 (am33_collect_fpregset_method): Likewise.
8816
8817 2015-02-04 Doug Evans <dje@google.com>
8818 Pedro Alves <palves@redhat.com>
8819 Eli Zaretskii <eliz@gnu.org>
8820
8821 PR tui/17810
8822 * tui/tui-command.c (tui_refresh_cmd_win): New function.
8823 * tui/tui-command.c (tui_refresh_cmd_win): Declare.
8824 * tui/tui-file.c: #include tui/tui-command.h.
8825 (tui_file_fputs): Refresh command window if stream is not gdb_stdout.
8826 (tui_file_flush): Refresh command window if stream is gdb_stdout.
8827 * tui/tui-io.c (tui_puts): Remove calls to wrefresh, fflush.
8828
8829 2015-02-04 Pedro Alves <palves@redhat.com>
8830
8831 Fix build breakage.
8832 * event-loop.c (gdb_do_one_event): Add default switch case.
8833
8834 2015-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8835
8836 Filter out inferior gcc option -fpreprocessed.
8837 * compile/compile.c (filter_args): New function.
8838 (get_args): Use it.
8839
8840 2015-02-03 Pedro Alves <palves@redhat.com>
8841
8842 * event-loop.c: Don't declare nor define a queue type for
8843 gdb_event_p.
8844 (event_queue): Delete.
8845 (create_event, create_file_event, gdb_event_xfree)
8846 (initialize_event_loop, process_event): Delete.
8847 (gdb_do_one_event): Return as soon as one event is handled.
8848 (handle_file_event): Change prototype. Used the passed in
8849 file_handler pointer and ready_mask instead of looping over all
8850 file handlers.
8851 (gdb_wait_for_event): Update the poll/select timeouts before
8852 blocking. Run event handlers directly instead of queueing events.
8853 Return as soon as one event is handled.
8854 (struct async_event_handler_data): Delete.
8855 (invoke_async_event_handler): Delete.
8856 (check_async_event_handlers): Change return type to int. Run
8857 event handlers directly instead of queueing events. Return as
8858 soon as one event is handled.
8859 (handle_timer_event): Delete.
8860 (update_wait_timeout): New function, factored out from
8861 poll_timers.
8862 (poll_timers): Reimplement.
8863 * event-loop.h (initialize_event_loop): Delete declaration.
8864 * top.c (gdb_init): Don't call initialize_event_loop.
8865
8866 2015-02-03 Pedro Alves <palves@redhat.com>
8867
8868 * event-loop.c (clear_async_event_handler): New function.
8869 * event-loop.h (clear_async_event_handler): New declaration.
8870 * record-btrace.c (record_btrace_async): New function.
8871 (init_record_btrace_ops): Install record_btrace_async.
8872 * record-full.c (record_full_async): New function.
8873 (record_full_resume): Don't mark the async event source here.
8874 (init_record_full_ops): Install record_full_async.
8875 (record_full_core_resume): Don't mark the async event source here.
8876 (init_record_full_core_ops): Install record_full_async.
8877 * remote.c (remote_async): Mark and clear the async stop reply
8878 queue event-loop token as appropriate.
8879
8880 2015-02-03 Pedro Alves <palves@redhat.com>
8881
8882 * linux-nat.c (linux_child_follow_fork, linux_nat_wait_1): Use
8883 target_is_async_p instead of target_can_async.
8884 (linux_nat_wait): Use target_is_async_p instead of
8885 target_can_async. Don't enable async here.
8886 * remote.c (interrupt_query, remote_wait, putpkt_binary): Use
8887 target_is_async_p instead of target_can_async.
8888
8889 2015-02-02 Simon Marchi <simon.marchi@ericsson.com>
8890
8891 * varobj.h (lang_varobj_ops): Mention which return values need
8892 to be freed.
8893
8894 2015-02-02 Joel Brobecker <brobecker@adacore.com>
8895
8896 * dwarf2loc.c (dwarf2_evaluate_property): Add i18n marker.
8897
8898 2015-02-02 Joel Brobecker <brobecker@adacore.com>
8899
8900 PR gdb/17856:
8901 * ada-lang.c (ada_lookup_symbol_list_worker): Do not re-cache
8902 results found in the cache.
8903
8904 2015-02-02 Joel Brobecker <brobecker@adacore.com>
8905
8906 PR gdb/17854:
8907 * ada-lang.c (ada_get_symbol_cache): Set pspace_data->sym_cache
8908 when allocating a new one.
8909
8910 2015-02-01 Tom Tromey <tom@tromey.com>
8911
8912 * MAINTAINERS: Remove myself.
8913
8914 2015-01-31 Doug Evans <xdje42@gmail.com>
8915
8916 * dwarf2read.c (process_structure_scope): Update setting of
8917 TYPE_VPTR_BASETYPE, TYPE_VPTR_FIELDNO.
8918 * gdbtypes.c (internal_type_vptr_fieldno): New function.
8919 (set_type_vptr_fieldno): New function.
8920 (internal_type_vptr_basetype): New function.
8921 (set_type_vptr_basetype): New function.
8922 (get_vptr_fieldno): Update setting of TYPE_VPTR_FIELDNO,
8923 TYPE_VPTR_BASETYPE.
8924 (allocate_cplus_struct_type): Initialize vptr_fieldno.
8925 (recursive_dump_type): Printing of vptr_fieldno, vptr_basetype ...
8926 (print_cplus_stuff): ... moved here.
8927 (copy_type_recursive): Don't copy TYPE_VPTR_BASETYPE.
8928 * gdbtypes.h (struct main_type): Members vptr_fieldno, vptr_basetype
8929 moved to ...
8930 (struct cplus_struct_type): ... here. All uses updated.
8931 (TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE): Rewrite.
8932 (internal_type_vptr_fieldno, set_type_vptr_fieldno): Declare.
8933 (internal_type_vptr_basetype, set_type_vptr_basetype): Declare.
8934 * stabsread.c (read_tilde_fields): Update setting of
8935 TYPE_VPTR_FIELDNO, TYPE_VPTR_BASETYPE.
8936
8937 2015-01-31 Doug Evans <xdje42@gmail.com>
8938
8939 * cp-valprint.c (cp_find_class_member): Rename parameter domain_p
8940 to self_p.
8941 (cp_print_class_member): Rename local domain to self_type.
8942 * dwarf2read.c (quirk_gcc_member_function_pointer): Rename local
8943 domain_type to self_type.
8944 (set_die_type) <need_gnat_info>: Handle
8945 TYPE_CODE_METHODPTR, TYPE_CODE_MEMBERPTR, TYPE_CODE_METHOD.
8946 * gdb-gdb.py (StructMainTypePrettyPrinter): Handle
8947 TYPE_SPECIFIC_SELF_TYPE.
8948 * gdbtypes.c (internal_type_self_type): New function.
8949 (set_type_self_type): New function.
8950 (smash_to_memberptr_type): Rename parameter domain to self_type.
8951 Update setting of TYPE_SELF_TYPE.
8952 (smash_to_methodptr_type): Update setting of TYPE_SELF_TYPE.
8953 (smash_to_method_type): Rename parameter domain to self_type.
8954 Update setting of TYPE_SELF_TYPE.
8955 (check_stub_method): Call smash_to_method_type.
8956 (recursive_dump_type): Handle TYPE_SPECIFIC_SELF_TYPE.
8957 (copy_type_recursive): Ditto.
8958 * gdbtypes.h (enum type_specific_kind): New value
8959 TYPE_SPECIFIC_SELF_TYPE.
8960 (struct main_type) <type_specific>: New member self_type.
8961 (struct cplus_struct_type) <fn_field.type>: Update comment.
8962 (TYPE_SELF_TYPE): Rewrite.
8963 (internal_type_self_type, set_type_self_type): Declare.
8964 * gnu-v3-abi.c (gnuv3_print_method_ptr): Rename local domain to
8965 self_type.
8966 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
8967 * m2-typeprint.c (m2_range): Replace TYPE_SELF_TYPE with
8968 TYPE_TARGET_TYPE.
8969 * stabsread.c (read_member_functions): Mark methods with
8970 TYPE_CODE_METHOD, not TYPE_CODE_FUNC. Update setting of
8971 TYPE_SELF_TYPE.
8972
8973 2015-01-31 Doug Evans <xdje42@gmail.com>
8974
8975 * gdbtypes.h (TYPE_SELF_TYPE): Renamed from TYPE_DOMAIN_TYPE.
8976 All uses updated.
8977
8978 2015-01-31 Doug Evans <xdje42@gmail.com>
8979
8980 * gnu-v3-abi.c (gnuv3_dynamic_class): Assert only passed structs
8981 or unions. Return zero if union.
8982 (gnuv3_get_vtable): Call check_typedef. Assert only passed structs.
8983 (gnuv3_rtti_type): Pass already-check_typedef'd value to
8984 gnuv3_get_vtable.
8985 (compute_vtable_size): Assert only passed structs.
8986 (gnuv3_print_vtable): Don't call gnuv3_get_vtable for non-structs.
8987
8988 2015-01-31 Doug Evans <xdje42@gmail.com>
8989
8990 * gdbtypes.c (copy_type_recursive): Handle all TYPE_SPECIFIC_FIELD
8991 kinds.
8992
8993 2015-01-31 Gary Benson <gbenson@redhat.com>
8994 Doug Evans <dje@google.com>
8995
8996 PR cli/9007
8997 PR cli/11920
8998 PR cli/15548
8999 * cli/cli-cmds.c (complete_command): Notify user if max-completions
9000 reached.
9001 * common/common-exceptions.h (enum errors)
9002 <MAX_COMPLETIONS_REACHED_ERROR>: New value.
9003 * completer.h (get_max_completions_reached_message): New declaration.
9004 (max_completions): Likewise.
9005 (completion_tracker_t): New typedef.
9006 (new_completion_tracker): New declaration.
9007 (make_cleanup_free_completion_tracker): Likewise.
9008 (maybe_add_completion_enum): New enum.
9009 (maybe_add_completion): New declaration.
9010 (throw_max_completions_reached_error): Likewise.
9011 * completer.c (max_completions): New global variable.
9012 (new_completion_tracker): New function.
9013 (free_completion_tracker): Likewise.
9014 (make_cleanup_free_completion_tracker): Likewise.
9015 (maybe_add_completions): Likewise.
9016 (throw_max_completions_reached_error): Likewise.
9017 (complete_line): Remove duplicates and limit result to max_completions
9018 entries.
9019 (get_max_completions_reached_message): New function.
9020 (gdb_display_match_list): Handle max_completions.
9021 (_initialize_completer): New declaration and function.
9022 * symtab.c: Include completer.h.
9023 (completion_tracker): New static variable.
9024 (completion_list_add_name): Call maybe_add_completion.
9025 (default_make_symbol_completion_list_break_on_1): Renamed from
9026 default_make_symbol_completion_list_break_on. Maintain
9027 completion_tracker across calls to completion_list_add_name.
9028 (default_make_symbol_completion_list_break_on): New function.
9029 * top.c (init_main): Set rl_completion_display_matches_hook.
9030 * tui/tui-io.c: Include completer.h.
9031 (tui_old_rl_display_matches_hook): New static global.
9032 (tui_rl_display_match_list): Notify user if max-completions reached.
9033 (tui_setup_io): Save/restore rl_completion_display_matches_hook.
9034 * NEWS (New Options): Mention set/show max-completions.
9035
9036 2015-01-31 Gary Benson <gbenson@redhat.com>
9037
9038 * symtab.c (struct add_name_data) <code>: New field.
9039 Updated comments.
9040 (add_symtab_completions): New function.
9041 (symtab_expansion_callback): Likewise.
9042 (default_make_symbol_completion_list_break_on): Set datum.code.
9043 Move minimal symbol scan before calling expand_symtabs_matching.
9044 Scan known primary symtabs for externs and statics before calling
9045 expand_symtabs_matching. Pass symtab_expansion_callback as
9046 expansion_notify argument to expand_symtabs_matching. Do not scan
9047 primary symtabs for externs and statics after calling
9048 expand_symtabs_matching.
9049
9050 2015-01-31 Gary Benson <gbenson@redhat.com>
9051
9052 * symfile.h (expand_symtabs_exp_notify_ftype): New typedef.
9053 (struct quick_symbol_functions) <expand_symtabs_matching>:
9054 New argument expansion_notify. All uses updated.
9055 (expand_symtabs_matching): New argument expansion_notify.
9056 All uses updated.
9057 * symfile-debug.c (debug_qf_expand_symtabs_matching):
9058 Also print expansion notify.
9059 * symtab.c (expand_symtabs_matching_via_partial): Call
9060 expansion_notify whenever a partial symbol table is expanded.
9061 * dwarf2read.c (dw2_expand_symtabs_matching): Call
9062 expansion_notify whenever a symbol table is instantiated.
9063
9064 2015-01-31 Doug Evans <xdje42@gmail.com>
9065
9066 * cli-out.c: #include completer.h, readline/readline.h.
9067 (cli_mld_crlf, cli_mld_putch, cli_mld_puts): New functions.
9068 (cli_mld_flush, cld_mld_erase_entire_line): Ditto.
9069 (cli_mld_beep, cli_mld_read_key, cli_display_match_list): Ditto.
9070 * cli-out.h (cli_display_match_list): Declare.
9071 * completer.c (MB_INVALIDCH, MB_NULLWCH): New macros.
9072 (ELLIPSIS_LEN): Ditto.
9073 (gdb_get_y_or_n, gdb_display_match_list_pager): New functions.
9074 (gdb_path_isdir, gdb_printable_part, gdb_fnwidth): Ditto.
9075 (gdb_fnprint, gdb_print_filename): Ditto.
9076 (gdb_complete_get_screenwidth, gdb_display_match_list_1): Ditto.
9077 (gdb_display_match_list): Ditto.
9078 * completer.h (mld_crlf_ftype, mld_putch_ftype): New typedefs.
9079 (mld_puts_ftype, mld_flush_ftype, mld_erase_entire_line_ftype): Ditto.
9080 (mld_beep_ftype, mld_read_key_ftype): Ditto.
9081 (match_list_displayer): New struct.
9082 (gdb_display_match_list): Declare.
9083 * top.c (init_main): Set rl_completion_display_matches_hook.
9084 * tui/tui-io.c: #include completer.h.
9085 (printable_part, PUTX, print_filename, get_y_or_n): Delete.
9086 (tui_mld_crlf, tui_mld_putch, tui_mld_puts): New functions.
9087 (tui_mld_flush, tui_mld_erase_entire_line, tui_mld_beep): Ditto.
9088 (tui_mld_getc, tui_mld_read_key): Ditto.
9089 (tui_rl_display_match_list): Rewrite.
9090 (tui_handle_resize_during_io): New arg for_completion. All callers
9091 updated.
9092
9093 2015-01-31 Doug Evans <xdje42@gmail.com>
9094
9095 Add symbol lookup cache.
9096 * NEWS: Document new options and commands.
9097 * symtab.c (symbol_cache_key): New static global.
9098 (DEFAULT_SYMBOL_CACHE_SIZE, MAX_SYMBOL_CACHE_SIZE): New macros.
9099 (SYMBOL_LOOKUP_FAILED): New macro.
9100 (symbol_cache_slot_state): New enum.
9101 (block_symbol_cache): New struct.
9102 (symbol_cache): New struct.
9103 (new_symbol_cache_size, symbol_cache_size): New static globals.
9104 (hash_symbol_entry, eq_symbol_entry): New functions.
9105 (symbol_cache_byte_size, resize_symbol_cache): New functions.
9106 (make_symbol_cache, free_symbol_cache): New functions.
9107 (get_symbol_cache, symbol_cache_cleanup): New function.
9108 (set_symbol_cache_size, set_symbol_cache_size_handler): New functions.
9109 (symbol_cache_lookup, symbol_cache_clear_slot): New function.
9110 (symbol_cache_mark_found, symbol_cache_mark_not_found): New functions.
9111 (symbol_cache_flush, symbol_cache_dump): New functions.
9112 (maintenance_print_symbol_cache): New function.
9113 (maintenance_flush_symbol_cache): New function.
9114 (symbol_cache_stats): New function.
9115 (maintenance_print_symbol_cache_statistics): New function.
9116 (symtab_new_objfile_observer): New function.
9117 (symtab_free_objfile_observer): New function.
9118 (lookup_static_symbol, lookup_global_symbol): Use symbol cache.
9119 (_initialize_symtab): Init symbol_cache_key. New parameter
9120 maint symbol-cache-size. New maint commands print symbol-cache,
9121 print symbol-cache-statistics, flush-symbol-cache.
9122 Install new_objfile, free_objfile observers.
9123
9124 2015-01-31 Joel Brobecker <brobecker@adacore.com>
9125
9126 PR symtab/17855
9127 * symfile.c (clear_symtab_users): Move call to breakpoint_re_set
9128 to end.
9129
9130 2015-01-31 Doug Evans <xdje42@gmail.com>
9131
9132 * NEWS: Mention inlined scripts in .debug_gdb_scripts section.
9133 * auto-load.c: #include ctype.h.
9134 (struct auto_load_pspace_info): Replace member loaded_scripts with
9135 new members loaded_script_files, loaded_script_texts.
9136 (auto_load_pspace_data_cleanup): Update.
9137 (init_loaded_scripts_info): Update.
9138 (get_auto_load_pspace_data_for_loading): Update.
9139 (maybe_add_script_file): Renamed from maybe_add_script. All callers
9140 updated.
9141 (maybe_add_script_text): New function.
9142 (clear_section_scripts): Update.
9143 (source_script_file, execute_script_contents): New functions.
9144 (source_section_scripts): Add support for
9145 SECTION_SCRIPT_ID_PYTHON_TEXT, SECTION_SCRIPT_ID_GUILE_TEXT.
9146 (print_scripts): New function.
9147 (auto_load_info_scripts): Also print inlined scripts.
9148 (maybe_print_unsupported_script_warning): Renamed from
9149 unsupported_script_warning_print. All callers updated.
9150 (maybe_print_script_not_found_warning): Renamed from
9151 script_not_found_warning_print. All callers updated.
9152 * extension-priv.h (struct extension_language_script_ops): New member
9153 objfile_script_executor.
9154 * extension.c (ext_lang_objfile_script_executor): New function.
9155 * extension.h (objfile_script_executor_func): New typedef.
9156 (ext_lang_objfile_script_executor): Declare.
9157 * guile/guile-internal.h (gdbscm_execute_objfile_script): Declare.
9158 * guile/guile.c (guile_extension_script_ops): Update.
9159 * guile/scm-objfile.c (gdbscm_execute_objfile_script): New function.
9160 * python/python.c (python_extension_script_ops): Update.
9161 (gdbpy_execute_objfile_script): New function.
9162
9163 2015-01-31 Eli Zaretskii <eliz@gnu.org>
9164
9165 * tui/tui-io.c (tui_expand_tabs): New function.
9166 (tui_puts, tui_redisplay_readline): Expand TABs into the
9167 appropriate number of spaces.
9168 * tui/tui-regs.c: Include tui-io.h.
9169 (tui_register_format): Call tui_expand_tabs to expand TABs into
9170 the appropriate number of spaces.
9171 * tui/tui-io.h: Add prototype for tui_expand_tabs.
9172
9173 2015-01-30 Doug Evans <dje@google.com>
9174
9175 * NEWS: "info source" command now display producer string if present.
9176 * source.c (source_info): Print producer string if present.
9177
9178 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9179
9180 * varobj.c (varobj_delete): Fix comment.
9181
9182 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9183
9184 * varobj.c (create_child): Modify comment.
9185
9186 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9187
9188 * ada-varobj.c (ada_number_of_children): Constify struct varobj *
9189 parameter.
9190 (ada_name_of_variable): Same.
9191 (ada_path_expr_of_child): Same.
9192 (ada_value_of_variable): Same.
9193 (ada_value_is_changeable_p): Same.
9194 (ada_value_has_mutated): Same.
9195 * c-varobj.c (varobj_is_anonymous_child): Same.
9196 (c_is_path_expr_parent): Same.
9197 (c_number_of_children): Same.
9198 (c_name_of_variable): Same.
9199 (c_path_expr_of_child): Same.
9200 (get_type): Same.
9201 (c_value_of_variable): Same.
9202 (cplus_number_of_children): Same.
9203 (cplus_name_of_variable): Same.
9204 (cplus_path_expr_of_child): Same.
9205 (cplus_value_of_variable): Same.
9206 * jv-varobj.c (java_number_of_children): Same.
9207 (java_name_of_variable): Same.
9208 (java_path_expr_of_child): Same.
9209 (java_value_of_variable): Same.
9210 * varobj.c (number_of_children): Same.
9211 (name_of_variable): Same.
9212 (is_root_p): Same.
9213 (varobj_ensure_python_env): Same.
9214 (varobj_get_objname): Same.
9215 (varobj_get_expression): Same.
9216 (varobj_get_display_format): Same.
9217 (varobj_get_display_hint): Same.
9218 (varobj_has_more): Same.
9219 (varobj_get_thread_id): Same.
9220 (varobj_get_frozen): Same.
9221 (dynamic_varobj_has_child_method): Same.
9222 (varobj_get_gdb_type): Same.
9223 (is_path_expr_parent): Same.
9224 (varobj_default_is_path_expr_parent): Same.
9225 (varobj_get_language): Same.
9226 (varobj_get_attributes): Same.
9227 (varobj_is_dynamic_p): Same.
9228 (varobj_get_child_range): Same.
9229 (varobj_value_has_mutated): Same.
9230 (varobj_get_value_type): Same.
9231 (number_of_children): Same.
9232 (name_of_variable): Same.
9233 (check_scope): Same.
9234 (varobj_editable_p): Same.
9235 (varobj_value_is_changeable_p): Same.
9236 (varobj_floating_p): Same.
9237 (varobj_default_value_is_changeable_p): Same.
9238
9239 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9240
9241 * varobj.c (varobj_get_path_expr): Set var->path_expr.
9242 * c-varobj.c (c_path_expr_of_child): Set local var instead of
9243 child->path_expr.
9244 (cplus_path_expr_of_child): Same.
9245
9246 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9247
9248 * mi-cmd-var.c (print_varobj): Free varobj_get_expression
9249 result.
9250 (mi_cmd_var_info_expression): Same.
9251 * varobj.c (varobj_get_expression): Mention in the comment that
9252 the result must by freed by the caller.
9253
9254 2015-01-30 Simon Marchi <simon.marchi@ericsson.com>
9255
9256 * mi/mi-cmd-var.c (mi_cmd_var_info_type): Free result of
9257 varobj_get_type.
9258 (varobj_update_one): Same.
9259 * varobj.c (update_type_if_necessary): Free curr_type_str and
9260 new_type_str.
9261 (varobj_get_type): Specify in comment that the result needs to be
9262 freed by the caller.
9263
9264 2015-01-29 Doug Evans <dje@google.com>
9265
9266 PR symtab/17890
9267 * dwarf2read.c (dwarf_decode_line_header): Punt if version > 4.
9268
9269 2015-01-25 Mark Wielaard <mjw@redhat.com>
9270
9271 * dwarf2read.c (checkproducer): Call producer_is_gcc.
9272 * utils.c (producer_is_gcc_ge_4): Likewise.
9273 (producer_is_gcc): New function.
9274 * utils.h (producer_is_gcc): New declaration.
9275
9276 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9277
9278 * gdbtypes.h (struct dynamic_prop): New PROP_ADDR_OFFSET enum
9279 kind.
9280 * gdbtypes.c (resolve_dynamic_type_internal): Replace "addr"
9281 parameter by "addr_stack" parameter.
9282 (resolve_dynamic_range): Replace "addr" parameter by
9283 "stack_addr" parameter. Update function documentation.
9284 Update code accordingly.
9285 (resolve_dynamic_array, resolve_dynamic_union)
9286 (resolve_dynamic_struct, resolve_dynamic_type_internal): Likewise.
9287 (resolve_dynamic_type): Update code, following the changes made
9288 to resolve_dynamic_type_internal's interface.
9289 * dwarf2loc.h (struct property_addr_info): New.
9290 (dwarf2_evaluate_property): Replace "address" parameter
9291 by "addr_stack" parameter. Adjust function documentation.
9292 (struct dwarf2_offset_baton): New.
9293 (struct dwarf2_property_baton): Update documentation of
9294 field "referenced_type" to be more general. New field
9295 "offset_info" in union data field.
9296 * dwarf2loc.c (dwarf2_evaluate_property): Replace "address"
9297 parameter by "addr_stack" parameter. Adjust code accordingly.
9298 Add support for PROP_ADDR_OFFSET properties.
9299 * dwarf2read.c (attr_to_dynamic_prop): Add support for
9300 DW_AT_data_member_location attributes as well. Use case
9301 statements instead of if/else condition.
9302
9303 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9304
9305 * ada-varobj.c (ada_varobj_get_array_number_of_children):
9306 Return zero if PARENT_VALUE is NULL and parent_type's
9307 range type is dynamic.
9308
9309 2015-01-29 Joel Brobecker <brobecker@adacore.com>
9310
9311 * gdbtypes.c (is_dynamic_type_internal) <TYPE_CODE_RANGE>: Return
9312 nonzero if the type's subtype is dynamic.
9313 (resolve_dynamic_range): Also resolve the range's subtype.
9314
9315 2015-01-29 Alexander Klimov <alserkli@inbox.ru> (tiny patch)
9316
9317 Pushed by Joel Brobecker <brobecker@adacore.com>.
9318 * symfile.c (unmap_overlay_command): Initialize sec to NULL.
9319
9320 2015-01-27 Doug Evans <dje@google.com>
9321
9322 * NEWS: Mention gdb.Objfile.username.
9323 * python/py-objfile.c (objfpy_get_username): New function.
9324 (objfile_getset): Add "username".
9325
9326 2015-01-24 Mark Wielaard <mjw@redhat.com>
9327
9328 * stack.c (return_command): Markup warning message with _.
9329
9330 2015-01-24 Doug Evans <xdje42@gmail.com>
9331
9332 * gdbtypes.h (TYPE_TYPE_SPECIFIC): Delete.
9333
9334 2015-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9335
9336 Fix 100x slowdown regression on DWZ files.
9337 * dwarf2read.c (struct dwarf2_per_objfile): Add line_header_hash.
9338 (struct line_header): Add offset and offset_in_dwz.
9339 (dwarf_decode_lines): Add parameter decode_mapping to the declaration.
9340 (free_line_header_voidp): New declaration.
9341 (line_header_hash, line_header_hash_voidp, line_header_eq_voidp): New
9342 functions.
9343 (dwarf2_build_include_psymtabs): Update dwarf_decode_lines caller.
9344 (handle_DW_AT_stmt_list): Use line_header_hash.
9345 (free_line_header_voidp): New function.
9346 (dwarf_decode_line_header): Initialize offset and offset_in_dwz.
9347 (dwarf_decode_lines): New parameter decode_mapping, use it.
9348 (dwarf2_free_objfile): Free line_header_hash.
9349
9350 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
9351
9352 PR gdb/17416
9353 * valops.c (value_rtti_indirect_type): Catch exception thrown by
9354 value_ind.
9355
9356 2015-01-15 Mark Wielaard <mjw@redhat.com>
9357
9358 * dwarf2read.c (read_subroutine_type): Set TYPE_NO_RETURN from
9359 DW_AT_noreturn.
9360 * gdbtypes.h (struct func_type): Add is_noreturn field flag. Make
9361 calling_convention an 8 bit bit field.
9362 (TYPE_NO_RETURN): New macro.
9363 * infcmd.c (finish_command): Query if function does not return
9364 normally.
9365 * stack.c (return_command): Likewise.
9366
9367 2015-01-23 Pedro Alves <palves@redhat.com>
9368
9369 * linux-nat.c (linux_is_async_p): New macro.
9370 (linux_nat_is_async_p):
9371 (linux_nat_terminal_inferior): Check whether the target can async
9372 instead of whether it is already async.
9373 (linux_nat_terminal_ours): Don't check whether the target is
9374 async.
9375 (linux_async_pipe): Use linux_is_async_p.
9376
9377 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9378
9379 * NEWS (Changes since GDB 7.9): Add 'thread apply all' option
9380 '-ascending'.
9381 * thread.c (tp_array_compar_ascending, tp_array_compar): New.
9382 (thread_apply_all_command): Parse CMD for tp_array_compar_ascending.
9383 Sort tp_array using tp_array_compar.
9384 (_initialize_thread): Extend thread_apply_all_command help.
9385
9386 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9387
9388 * corelow.c (core_open): Call also thread_command.
9389 * gdbthread.h (thread_command): New prototype moved from ...
9390 * thread.c (thread_command): ... here.
9391 (thread_command): Make it global.
9392
9393 2015-01-22 Pedro Alves <palves@redhat.com>
9394
9395 * configure.ac [*mingw32*]: Check $curses_found instead of
9396 $prefer_curses.
9397 * configure: Regenerate.
9398 * windows-termcap.c: Remove HAVE_CURSES_H, HAVE_NCURSES_H and
9399 HAVE_NCURSES_NCURSES_H checks.
9400
9401 2015-01-22 Eli Zaretskii <eliz@gnu.org>
9402
9403 * tui/tui.c (tui_enable) [__MINGW32__]: If the call to 'newterm'
9404 fails with the 1st arg NULL, try again with "unknown". Don't test
9405 the "cup" capability: it isn't supported by the Windows port of
9406 ncurses, but the Windows console driver is still capable of
9407 supporting TUI.
9408
9409 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9410
9411 * compile/compile.c (_initialize_compile): Use -fPIE for compile_args.
9412
9413 2015-01-22 Eli Zaretskii <eliz@gnu.org>
9414
9415 * Makefile.in (HFILES_NO_SRCDIR): Remove ada-varobj.h.
9416 (ALLDEPFILES): Remove irix5-nat.c. These two are part of the
9417 reason that "make TAGS" is broken.
9418
9419 2015-01-22 Chen Gang <gang.chen.5i5j@gmail.com>
9420
9421 * hppa-tdep.c (inst_saves_gr): Fix logical working flow issues
9422 and check additional store instructions.
9423
9424 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
9425
9426 * MAINTAINERS (Write After Approval): Add "Wei-cheng Wang".
9427
9428 2015-01-21 Wei-cheng Wang <cole945@gmail.com>
9429
9430 * ppc-linux-tdep.c (ppc_skip_trampoline_code,
9431 ppc_canonicalize_syscall, ppc_linux_syscall_record,
9432 ppc_linux_record_signal, ppc_init_linux_record_tdep): Add comments.
9433 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
9434 * rs6000-tdep.c (rs6000_epilogue_frame_cache,
9435 rs6000_epilogue_frame_this_id, rs6000_epilogue_frame_prev_register,
9436 rs6000_epilogue_frame_sniffer, ppc_record_vsr, ppc_process_record_op4,
9437 ppc_process_record_op19, ppc_process_record_op31,
9438 ppc_process_record_op59, ppc_process_record_op60,
9439 ppc_process_record_op63): Likewise.
9440
9441 2015-01-20 Joel Brobecker <brobecker@adacore.com>
9442
9443 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason_string)
9444 (linux_ptrace_test_ret_to_nx): Use safe_strerror instead of
9445 strerror.
9446
9447 2015-01-20 Wei-cheng Wang <cole945@gmail.com>
9448
9449 * rs6000-tdep.c (ppc_process_record_op4, ppc_process_record_op19,
9450 ppc_process_record_op31, ppc_process_record_op59,
9451 ppc_process_record_op60, ppc_process_record_op63,
9452 ppc_process_record): Fix -Wformat warning.
9453 * rs6000-tdep.c (rs6000_epilogue_frame_cache, ppc_process_record_op60):
9454 Remove unused variables.
9455
9456 2015-01-20 Chen Gang <gang.chen.5i5j@gmail.com>
9457
9458 * MAINTAINERS (Write After Approval): Add "Chen Gang".
9459
9460 2015-01-19 Eli Zaretskii <eliz@gnu.org>
9461
9462 * configure.ac [*mingw32*]: Only add windows-termcap.o to
9463 CONFIG_OBS if not building with a curses library.
9464 * configure: Regenerate.
9465
9466 * windows-termcap.c: Include defs.h. Make the whole body empty if
9467 either one of HAVE_CURSES_H or HAVE_NCURSES_H or
9468 HAVE_NCURSES_NCURSES_H is defined.
9469
9470 2015-01-19 Joel Brobecker <brobecker@adacore.com>
9471
9472 * rs6000-tdep.c (rs6000_gdbarch_init): Move divide operator
9473 from end of line to start of next line.
9474
9475 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
9476
9477 * ppc-linux-tdep.c (ppc_skip_trampoline_code):
9478 Scan PLT stub backward for reverse debugging.
9479 * ppc64-tdep.c (ppc64_skip_trampoline_code): Likewise.
9480
9481 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
9482 Ulrich Weigand <uweigand@de.ibm.com>
9483
9484 * configure.tgt (powerpc*-*-linux): Add linux-record.o to
9485 gdb_target_obs.
9486 (ppc_linux_record_tdep, ppc64_linux_record_tdep): New for linux syscall
9487 record.
9488 (ppc_canonicalize_syscall, ppc_linux_syscall_record,
9489 ppc_linux_record_signal, ppc_init_linux_record_tdep): New functions.
9490 (ppc_linux_init_abi): Set process_record, process_record_signal.
9491 * ppc-tdep.h (struct gdbarch_tdep): Add ppc_syscall_record and
9492 ppc_linux_record_tdep to gdbarch_tdep.
9493 (ppc_process_record): New declaration.
9494 * rs6000-tdep.c (ppc_record_vsr, ppc_process_record_op4,
9495 ppc_process_record_op19, ppc_process_record_op31,
9496 ppc_process_record_op59, ppc_process_record_op60,
9497 ppc_process_record_op63, ppc_process_record): New functions.
9498
9499 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
9500
9501 * rs6000-tdep.c (rs6000_in_function_epilogue_p): Rename to
9502 rs6000_in_function_epilogue_frame_p and add an argument
9503 for frame_info.
9504 (rs6000_epilogue_frame_cache, rs6000_epilogue_frame_this_id,
9505 rs6000_epilogue_frame_prev_register, rs6000_epilogue_frame_sniffer):
9506 New functions.
9507 (rs6000_epilogue_frame_unwind): New.
9508 (rs6000_gdbarch_init): Append epilogue unwinder.
9509
9510 2015-01-16 Sergio Durigan Junior <sergiodj@redhat.com>
9511
9512 * nat/linux-personality.c: Replace "#ifndef
9513 HAVE_DECL_ADDR_NO_RANDOMIZE" by "#if
9514 !HAVE_DECL_ADDR_NO_RANDOMIZE", fixing a regression in RHEL-5
9515 systems.
9516
9517 2015-01-16 Eli Zaretskii <eliz@gnu.org>
9518
9519 * tui/tui-win.c (tui_rehighlight_all, tui_set_var_cmd): New
9520 functions.
9521 (_initialize_tui_win) <border-kind, border-mode>:
9522 <active-border-mode>: Use tui_set_var_cmd as the "set" function.
9523 (tui_set_tab_width_command): Fix the commentary.
9524
9525 * tui/tui-win.h: Add prototype for tui_rehighlight_all.
9526
9527 * tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
9528 Doc fix.
9529 (tui_set_tab_width_command): Delete and recreate the source and
9530 the disassembly windows, to show the effect of the changed tab
9531 size immediately.
9532
9533 * tui/tui-data.h (LINE_PREFIX): Make shorter
9534 (MAX_PID_WIDTH): Enlarge from 14 to 19, to leave enough space for
9535 "Thread NNNNN.XXXX" thread ID notation on Windows.
9536
9537 2015-01-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9538
9539 Fix gcc-5 compilation.
9540 * hppa-tdep.c (inst_saves_gr): Fix parentheses typo.
9541
9542 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
9543
9544 * Makefile.in (HFILES_NO_SRCDIR): Add nat/linux-personality.h.
9545 (linux-personality.o): New rule.
9546 * common/common-defs.h: Include <stdint.h>.
9547 * config/aarch64/linux.mh (NATDEPFILES): Include
9548 linux-personality.o.
9549 * config/alpha/alpha-linux.mh (NATDEPFILES): Likewise.
9550 * config/arm/linux.mh (NATDEPFILES): Likewise.
9551 * config/i386/linux64.mh (NATDEPFILES): Likewise.
9552 * config/i386/linux.mh (NATDEPFILES): Likewise.
9553 * config/ia64/linux.mh (NATDEPFILES): Likewise.
9554 * config/m32r/linux.mh (NATDEPFILES): Likewise.
9555 * config/m68k/linux.mh (NATDEPFILES): Likewise.
9556 * config/mips/linux.mh (NATDEPFILES): Likewise.
9557 * config/pa/linux.mh (NATDEPFILES): Likewise.
9558 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
9559 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
9560 * config/powerpc/spu-linux.mh (NATDEPFILES): Likewise.
9561 * config/s390/linux.mh (NATDEPFILES): Likewise.
9562 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
9563 * config/sparc/linux.mh (NATDEPFILES): Likewise.
9564 * config/tilegx/linux.mh (NATDEPFILES): Likewise.
9565 * config/xtensa/linux.mh (NATDEPFILES): Likewise.
9566 * defs.h: Remove #include <stdint.h> (moved to
9567 common/common-defs.h).
9568 * linux-nat.c: Include nat/linux-personality.h. Remove #include
9569 <sys/personality.h>; do not define ADDR_NO_RANDOMIZE (moved to
9570 nat/linux-personality.c).
9571 (linux_nat_create_inferior): Remove code to disable address space
9572 randomization (moved to nat/linux-personality.c). Create cleanup
9573 to disable address space randomization.
9574 * nat/linux-personality.c: New file.
9575 * nat/linux-personality.h: Likewise.
9576
9577 2015-01-15 Sergio Durigan Junior <sergiodj@redhat.com>
9578
9579 * Makefile.in (ALLDEPFILES): Including common/mingw-strerror.c and
9580 common/posix-strerror.c.
9581 (posix-strerror.o): New rule.
9582 (mingw-strerror.o): Likewise.
9583 * common/common-utils.h (safe_strerror): Move prototype to here,
9584 from utils.h.
9585 * common/common.host: New file.
9586 * common/mingw-strerror.c: Likewise.
9587 * common/posix-strerror.c: Likewise.
9588 * configure: Regenerated.
9589 * configure.ac: Source common/common.host. Add variable
9590 common_host_obs to gdb_host_obs.
9591 * contrib/ari/gdb_ari.sh: Mention gdb/common/mingw-strerror.c and
9592 gdb/common/posix-strerror.c when warning about the use of
9593 strerror.
9594 * mingw-hdep.c (safe_strerror): Remove definition; move it to
9595 common/mingw-strerror.c.
9596 * posix-hdep.c (safe_strerror): Remove definition; move it to
9597 common/posix-hdep.c.
9598 * utils.h (safe_strerror): Remove prototype; move to
9599 common/common-utils.h.
9600
9601 2015-01-15 Joel Brobecker <brobecker@adacore.com>
9602
9603 GDB 7.8.2 released.
9604
9605 2015-01-15 Joel Brobecker <brobecker@adacore.com>
9606
9607 * ada-lang.c (ada_array_bound_from_type): Ignore array's parallel
9608 ___XA type if the array has already been fixed.
9609
9610 2015-01-14 Yao Qi <yao@codesourcery.com>
9611
9612 * Makefile.in (ppc-linux.o): New rule.
9613 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Add ppc-linux.o.
9614 * configure.ac: AC_CHECK_FUNCS(getauxval).
9615 * config.in: Re-generated.
9616 * configure: Re-generated.
9617 * nat/ppc-linux.h [__powerpc64__] (ppc64_64bit_inferior_p):
9618 Declare.
9619 * nat/ppc-linux.c: New file.
9620 * ppc-linux-nat.c (ppc_linux_target_wordsize) [__powerpc64__]:
9621 Call ppc64_64bit_inferior_p.
9622
9623 2015-01-14 Yao Qi <yao@codesourcery.com>
9624
9625 * ppc-linux-nat.c (PT_ORIG_R3, PT_TRAP): Move to
9626 nat/ppc-linux.h.
9627 (PPC_FEATURE_CELL, PPC_FEATURE_BOOKE): Likewise.
9628 (PPC_FEATURE_HAS_DFP): Likewise.
9629 (PTRACE_GETVRREGS, PTRACE_SETVRREGS): Likewise.
9630 (PTRACE_GETVSXREGS, PTRACE_SETVSXREGS): Likewise.
9631 (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): Likewise.
9632 Include "nat/ppc-linux.h".
9633 * nat/ppc-linux.h: New file.
9634 * Makefile.in (HFILES_NO_SRCDIR): Add nat/ppc-linux.h.
9635
9636 2015-01-14 Pedro Alves <palves@redhat.com>
9637
9638 PR gdb/17525
9639 * breakpoint.c: Include "interps.h".
9640 (bpstat_do_actions_1): Also check whether the interpreter is
9641 async.
9642
9643 2015-01-14 Pedro Alves <palves@redhat.com>
9644
9645 PR cli/17828
9646 * infrun.c (reinstall_readline_callback_handler_cleanup): Don't
9647 reinstall if the interpreter is sync.
9648
9649 2015-01-13 Doug Evans <dje@google.com>
9650
9651 * objfiles.c (objfile_filename): New function.
9652 * objfiles.h (objfile_filename): Declare it.
9653 (objfile_name): Add function comment.
9654 * python/py-objfile.c (objfpy_lookup_objfile_by_name): Try both the
9655 bfd file name (which may be realpath'd), and the original name.
9656
9657 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9658
9659 * NEWS: Create a new section for the next release branch.
9660 Rename the section of the current branch, now that it has
9661 been cut.
9662
9663 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9664
9665 GDB 7.9 branch created (92fc2e6978d9a7c8324c7e851dbee59e22ec7a37):
9666 * version.in: Bump version to 7.9.50.DATE-cvs.
9667
9668 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9669
9670 * nat/linux-procfs.c (linux_proc_attach_tgid_threads):
9671 Remove trailing new-line in argument of call to warning.
9672
9673 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9674
9675 * linux-nat.c (attach_proc_task_lwp_callback): Remove trailing
9676 new-line in argument of call to "warning".
9677
9678 2015-01-13 Joel Brobecker <brobecker@adacore.com>
9679
9680 * ada-lang.c (ada_lookup_symbol_nonlocal): If name not found
9681 in static block, then try searching for primitive types.
9682
9683 2015-01-12 Patrick Palka <patrick@parcs.ath.cx>
9684
9685 * top.h (gdb_add_history): Declare.
9686 * top.c (command_count): New variable.
9687 (gdb_add_history): New function.
9688 (gdb_safe_append_history): New static function.
9689 (quit_force): Call it.
9690 (command_line_input): Use gdb_add_history instead of
9691 add_history.
9692 * event-top.c (command_line_handler): Likewise.
9693
9694 2015-01-12 James Clarke <jrtc27@jrtc27.com> (tiny patch)
9695
9696 PR gdb/17046
9697 * darwin-nat.c: Replace <machine/setjmp.h> #include by
9698 <setjmp.h> #include.
9699
9700 2015-01-11 Doug Evans <xdje42@gmail.com>
9701
9702 * dwarf2read.c (compute_delayed_physnames): Use TYPE_FN_FIELD_PHYSNAME.
9703
9704 2015-01-11 Doug Evans <xdje42@gmail.com>
9705
9706 PR gdb/15830
9707 * NEWS: The "maint demangle" command is renamed as "demangle".
9708 * demangle.c: #include cli/cli-utils.h, language.h.
9709 (demangle_command): New function.
9710 (_initialize_demangle): Add new command "demangle".
9711 * maint.c (maintenance_demangle): Stub out.
9712 (_initialize_maint_cmds): Update help text for "maint demangle",
9713 and mark as deprecated.
9714
9715 2015-01-11 Mark Kettenis <kettenis@gnu.org>
9716
9717 * inf-ptrace.c (inf_ptrace_follow_fork): Adjust now that
9718 inferior_thread is a function.
9719
9720 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
9721
9722 * Makefile.in (.y.c): Don't munge yacc's #line
9723 directives.
9724
9725 2015-01-09 Patrick Palka <patrick@parcs.ath.cx>
9726
9727 * utils.c (defaulted_query): Rewrite to use gdb_readline_wrapper
9728 to prompt for input.
9729 * tui/tui-hooks.c (tui_query_hook): Remove.
9730 (tui_install_hooks): Don't set deprecated_query_hook.
9731 * tui/tui-io.c (tui_redisplay_readline): Fix off-by-one error in
9732 height calculation. Always update the command window's cur_line.
9733
9734 2015-01-09 Pedro Alves <palves@redhat.com>
9735
9736 * breakpoint.c (hardware_breakpoint_inserted_here_p): New
9737 function.
9738 * breakpoint.h (hardware_breakpoint_inserted_here_p): New
9739 declaration.
9740 * linux-nat.c (linux_nat_status_is_event): Move higher up in file.
9741 (linux_resume_one_lwp): Store the thread's PC. Adjust to clear
9742 stop_reason.
9743 (check_stopped_by_watchpoint): New function.
9744 (save_sigtrap): Reimplement.
9745 (linux_nat_stopped_by_watchpoint): Adjust.
9746 (linux_nat_lp_status_is_event): Delete.
9747 (stop_wait_callback): Only call save_sigtrap after storing the
9748 pending status.
9749 (status_callback): If the thread had been stopped for a breakpoint
9750 that has since been removed, discard the event and resume the LWP.
9751 (count_events_callback, select_event_lwp_callback): Use
9752 lwp_status_pending_p instead of linux_nat_lp_status_is_event.
9753 (cancel_breakpoint): Rename to ...
9754 (check_stopped_by_breakpoint): ... this. Record whether the LWP
9755 stopped for a software breakpoint or hardware breakpoint.
9756 (select_event_lwp): Only give preference to the stepping LWP in
9757 all-stop mode. Adjust comments.
9758 (stop_and_resume_callback): Remove references to new_pending_p.
9759 (linux_nat_filter_event): Likewise. Leave exit events of the
9760 leader thread pending here. Handle signal short circuiting here.
9761 Only call save_sigtrap after storing the pending waitstatus.
9762 (linux_nat_wait_1): Remove 'retry' label. Remove references to
9763 new_pending. Don't handle leaving events the caller is not
9764 interested in pending here, nor handle signal short-circuiting
9765 here. Also give equal priority to all LWPs that have had events
9766 in non-stop mode. If reporting a software breakpoint event,
9767 unadjust the LWP's PC.
9768 * linux-nat.h (enum lwp_stop_reason): New.
9769 (struct lwp_info) <stop_pc>: New field.
9770 (struct lwp_info) <stopped_by_watchpoint>: Delete field.
9771 (struct lwp_info) <stop_reason>: New field.
9772 * x86-linux-nat.c (x86_linux_prepare_to_resume): Adjust.
9773
9774 2015-01-09 Pedro Alves <palves@redhat.com>
9775
9776 * linux-nat.c (linux_handle_extended_wait) <PTRACE_EVENT_EXEC>:
9777 Set the LWP's 'resumed' flag.
9778
9779 2015-01-09 Pedro Alves <palves@redhat.com>
9780
9781 * linux-nat.c (linux_resume_one_lwp): New function.
9782 (resume_lwp): Use lwp_status_pending_p and linux_resume_one_lwp.
9783 (linux_nat_resume): Use lwp_status_pending_p and
9784 linux_resume_one_lwp.
9785 (linux_handle_syscall_trap): Use linux_resume_one_lwp.
9786 (linux_handle_extended_wait): Use linux_resume_one_lwp.
9787 (status_callback, running_callback): Use lwp_status_pending_p.
9788 (lwp_status_pending_p): New function.
9789 (stop_and_resume_callback): Use lwp_status_pending_p.
9790 (linux_nat_filter_event): Use linux_resume_one_lwp.
9791 (linux_nat_wait_1): Always use status_callback to look for an LWP
9792 with a pending status. Use linux_resume_one_lwp.
9793 (resume_stopped_resumed_lwps): Use lwp_status_pending_p and
9794 linux_resume_one_lwp.
9795
9796 2015-01-09 Pedro Alves <palves@redhat.com>
9797
9798 * breakpoint.c (bp_location_inserted_here_p): New function,
9799 factored out from ...
9800 (breakpoint_inserted_here_p): ... here. Use
9801 ALL_BP_LOCATIONS_AT_ADDR.
9802 (software_breakpoint_inserted_here_p): Use
9803 bp_location_inserted_here_p and ALL_BP_LOCATIONS_AT_ADDR.
9804
9805 2014-01-09 Pedro Alves <palves@redhat.com>
9806
9807 Skip enabling event reporting if the kernel supports
9808 PTRACE_EVENT_CLONE.
9809 * linux-thread-db.c: Include "nat/linux-ptrace.h".
9810 (thread_db_use_events): New function.
9811 (try_thread_db_load_1): Check thread_db_use_events before enabling
9812 event reporting.
9813 (update_thread_state): New function.
9814 (attach_thread): Use it. Check thread_db_use_events before
9815 enabling event reporting.
9816 (thread_db_detach): Check thread_db_use_events before disabling
9817 event reporting.
9818 (find_new_threads_callback): Check thread_db_use_events before
9819 enabling event reporting. Update the thread's state if not using
9820 libthread_db events.
9821
9822 2015-01-09 Pedro Alves <palves@redhat.com>
9823
9824 * linux-nat.c (lin_lwp_attach_lwp): Assert that the lwp id we're
9825 about to wait for is > 0.
9826 * linux-thread-db.c (find_new_threads_callback): Ignore thread if
9827 the kernel thread ID is -1.
9828
9829 2015-01-09 Pedro Alves <palves@redhat.com>
9830
9831 * linux-nat.c (attach_proc_task_lwp_callback): New function.
9832 (linux_nat_attach): Use linux_proc_attach_tgid_threads.
9833 (wait_lwp, linux_nat_filter_event): If not set yet, set the lwp's
9834 ptrace option flags.
9835 * linux-nat.h (struct lwp_info) <must_set_ptrace_flags>: New
9836 field.
9837 * nat/linux-procfs.c: Include <dirent.h>.
9838 (linux_proc_get_int): New parameter "warn". Handle it.
9839 (linux_proc_get_tgid): Adjust.
9840 (linux_proc_get_tracerpid): Rename to ...
9841 (linux_proc_get_tracerpid_nowarn): ... this.
9842 (linux_proc_pid_get_state): New function, factored out from
9843 (linux_proc_pid_has_state): ... this. Add new parameter "warn"
9844 and handle it.
9845 (linux_proc_pid_is_gone): New function.
9846 (linux_proc_pid_is_stopped): Adjust.
9847 (linux_proc_pid_is_zombie_maybe_warn)
9848 (linux_proc_pid_is_zombie_nowarn): New functions.
9849 (linux_proc_pid_is_zombie): Use
9850 linux_proc_pid_is_zombie_maybe_warn.
9851 (linux_proc_attach_tgid_threads): New function.
9852 * nat/linux-procfs.h (linux_proc_get_tgid): Update comment.
9853 (linux_proc_get_tracerpid): Rename to ...
9854 (linux_proc_get_tracerpid_nowarn): ... this, and update comment.
9855 (linux_proc_pid_is_gone): New declaration.
9856 (linux_proc_pid_is_zombie): Update comment.
9857 (linux_proc_pid_is_zombie_nowarn): New declaration.
9858 (linux_proc_attach_lwp_func): New typedef.
9859 (linux_proc_attach_tgid_threads): New declaration.
9860 * nat/linux-ptrace.c (linux_ptrace_attach_fail_reason): Adjust to
9861 use nowarn functions.
9862 (linux_ptrace_attach_fail_reason_string): Move here from
9863 gdbserver/linux-low.c and rename.
9864 (ptrace_supports_feature): If the current ptrace options are not
9865 known yet, check them now, instead of asserting.
9866 * nat/linux-ptrace.h (linux_ptrace_attach_fail_reason_string):
9867 Declare.
9868
9869 2015-01-09 Pedro Alves <palves@redhat.com>
9870
9871 * linux-thread-db.c (thread_db_find_new_threads_silently)
9872 (try_thread_db_load_1, try_thread_db_load, thread_db_load_search)
9873 (find_new_threads_once): Print debug output on gdb_stdlog.
9874
9875 2015-01-09 Chen Gang <gang.chen.5i5j@gmail.com>
9876 Pedro Alves <palves@redhat.com>
9877
9878 * compile/compile.c: Include "gdb_wait.h".
9879 (do_rmdir): Check return value, and free 'zap'.
9880
9881 2015-01-08 Pedro Alves <palves@redhat.com>
9882 Yao Qi <yao@codesourcery.com>
9883
9884 * dwarf2loc.c (indirect_pieced_value): Don't call
9885 gdb_sign_extend. Call extract_signed_integer instead.
9886 * utils.c (gdb_sign_extend): Remove.
9887 * utils.h (gdb_sign_extend): Remove declaration.
9888
9889 2015-01-07 Pierre Muller <muller@sourceware.org>
9890
9891 PR symtab/17811
9892 * stabsread.c (define_symbol): Set language for C++ special symbols.
9893
9894 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
9895
9896 * inflow.c (initial_gdb_ttystate): Tweak comment.
9897
9898 2015-01-07 Joel Brobecker <brobecker@adacore.com>
9899
9900 * inflow.c (set_initial_gdb_ttystate): Add empty line after
9901 comment documenting function.
9902
9903 2015-01-07 Patrick Palka <patrick@parcs.ath.cx>
9904
9905 * terminal.h (set_initial_gdb_ttystate): Declare.
9906 * inflow.c (initial_gdb_ttystate): New static variable.
9907 (set_initial_gdb_ttystate): New setter.
9908 (child_terminal_init_with_pgrp): Copy initial_gdb_ttystate
9909 instead of our current terminal state.
9910 * top.c (gdb_init): Call set_initial_gdb_ttystate.
9911
9912 2015-01-07 Joel Brobecker <brobecker@adacore.com>
9913
9914 * guile/scm-type.c (tyscm_array_1): Add comment.
9915 * python/py-type.c (typy_array_1): Add comment.
9916
9917 2015-01-06 Joel Brobecker <brobecker@adacore.com>
9918
9919 * guile/scm-type.c (tyscm_array_1): Do not raise out-of-range
9920 error if N2 is equal to N1 - 1.
9921
9922 2015-01-06 Joel Brobecker <brobecker@adacore.com>
9923
9924 * python/py-type.c (typy_array_1): Do not raise negative-length
9925 exception if N2 is equal to N1 - 1.
9926
9927 2015-01-03 Doug Evans <xdje42@gmail.com>
9928
9929 * c-exp.y: Whitespace cleanup.
9930 (classify_inner_name): Remove extra ;.
9931
9932 2015-01-02 Maciej W. Rozycki <macro@codesourcery.com>
9933
9934 * mips-tdep.c (mips32_scan_prologue): Keep the extracted stack
9935 offset signed.
9936
9937 2015-01-02 Doug Evans <dje@google.com>
9938
9939 * dwarf2read.c (setup_type_unit_groups): Remove outdated comment.
9940
9941 2015-01-02 Doug Evans <dje@google.com>
9942
9943 * symtab.h (struct symbol): Fix typo in comment.
9944
9945 2015-01-01 Joel Brobecker <brobecker@adacore.com>
9946
9947 Update year range in copyright notice of all files.
9948
9949 2015-01-01 Joel Brobecker <brobecker@adacore.com>
9950
9951 * top.c (print_gdb_version): Update copyright year to 2015.
9952
9953 2015-01-01 Joel Brobecker <brobecker@adacore.com>
9954
9955 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2014.
9956
9957 For older changes see ChangeLog-2014.
9958 \f
9959 Local Variables:
9960 mode: change-log
9961 left-margin: 8
9962 fill-column: 74
9963 version-control: never
9964 coding: utf-8
9965 End: