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