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