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