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