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