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